@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700;800;900&display=swap");

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: 28px;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: 28px;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
}

body {
    position: relative;
    direction: ltr;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    background-color: #fff;
    color: #000;
}

@media (max-width: 600px) {
    body {
        font-size: 14.4px;
    }
}

#app {
    width: 100%;
    /*height: 100%;*/
}

#app > section {
    padding: 140px 0;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 600px) {
    #app > section {
        padding: 84px 0;
    }
}

#app > section h2 {
    margin-bottom: 70px;
}

#app .container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 1128px) {
    #app .container {
        padding: 0 28px;
    }
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5,
#services .cards .card:nth-child(2) > img h3,
#services .cards .card:nth-child(3) > img h3,
#services .cards .card:nth-child(2) .content h3,
#services .cards .card:nth-child(3) .content h3,
#services .cards .card .content h3 {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 800;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

h1,
.h1 {
    font-size: 68px;
    line-height: 84px;
}

@media (max-width: 600px) {
    h1,
    .h1 {
        font-size: 47.599999999999994px;
        line-height: 58.8px;
    }
}

@media (max-width: 500px) {
    h1,
    .h1 {
        font-size: 38.080000000000005px;
        line-height: 47.040000000000006px;
    }
}

h2,
.h2 {
    font-size: 42px;
    line-height: 56px;
}

@media (max-width: 600px) {
    h2,
    .h2 {
        font-size: 29.4px;
        line-height: 39.199999999999996px;
    }
}

@media (max-width: 500px) {
    h2,
    .h2 {
        font-size: 23.520000000000003px;
        line-height: 31.360000000000003px;
    }
}

h3,
.h3 {
    font-size: 28px;
    line-height: 42px;
}

h4,
.h4,
#services .cards .card:nth-child(2) > img h3,
#services .cards .card:nth-child(3) > img h3,
#services .cards .card:nth-child(2) .content h3,
#services .cards .card:nth-child(3) .content h3,
#services .cards .card .content h3 {
    font-size: 21px;
    line-height: 28px;
}

h5,
.h5 {
    font-size: 16px;
    line-height: 28px;
}

p,
.p {
    margin: 0;
    padding: 0;
    margin-bottom: 7px;
}

small,
.small,
.dropdown .dropdown-menu li .link,
#footer .logo-area .link,
#footer .contact-area .link,
#footer .popular-area .link,
#footer .legal-area .link,
#footer .copyright-area {
    font-size: 14px;
}

ul,
ol {
    margin: 14px 0;
    padding-left: 21px;
}

li {
    padding-left: 7px;
}

.link {
    display: inline-block;
    position: relative;
    outline: none;
    line-height: 28px;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

.link,
.link:after {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.link:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 100%;
    height: 2px;
    background-color: #007ddf;
}

.link:hover {
    color: #007ddf;
}

.link:hover:after {
    right: 0;
}

.button {
    display: inline-block;
    padding: 0 21px;
    outline: none;
    line-height: 42px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.button.primary {
    background-color: #007ddf;
    color: #fff;
}

.button.primary:hover {
    background-color: #0064b2;
    color: #fff;
}

.button.secondary {
    background-color: transparent;
    color: #fff;
}

.button.secondary:hover {
    background-color: #000;
    color: #fff;
}

.icon {
    display: inline-block;
    width: 42px;
    height: 42px;
    outline: none;
    border-radius: 50%;
    text-decoration: none;
    cursor: pointer;
}

.icon > svg {
    display: inline-block;
}

.icon,
.icon > svg {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.icon.x24 > svg {
    margin-top: 9px;
    margin-left: 9px;
}

.icon {
    background-color: transparent;
}

.icon > svg {
    fill: #fff;
}

.icon:hover {
    background-color: #000;
}

.icon:hover > svg {
    fill: #fff;
}

.dropdown {
    position: relative;
}

.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
}

.dropdown .dropdown-menu li {
    display: block;
    padding: 7px 0;
    padding-left: 21px;
    padding-right: 42px;
    background-color: #000;
}

.dropdown .dropdown-menu li:last-child {
    padding-bottom: 14px;
}

.dropdown .dropdown-menu li .link {
    white-space: nowrap;
}

.dropdown .dropdown-menu .dropdown .dropdown-menu {
    top: 0;
    left: 100%;
}

.dropdown .dropdown-menu .dropdown:before,
.dropdown .dropdown-menu .dropdown:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 21px;
    width: 2px;
    height: 6px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
}

.dropdown .dropdown-menu .dropdown:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dropdown .dropdown-menu .dropdown:after {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dropdown > .dropdown-menu {
    display: none;
}

.dropdown:hover > .link {
    color: #007ddf;
}

.dropdown:hover > .link:after {
    right: 0;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown:hover > .dropdown-menu > .dropdown:hover:before,
.dropdown:hover > .dropdown-menu > .dropdown:hover:after {
    right: 0;
    background-color: #007ddf;
}

.dropdown.with-opposite-align .dropdown-menu {
    left: auto;
    right: 0;
}

.dropdown.with-opposite-align .dropdown .dropdown-menu {
    left: auto;
    right: 100%;
}

#hero {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 840px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#hero > .background-color,
#hero > .background,
#hero > .overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#hero > .background-color {
    background-color: #000;
}

#hero > .background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#hero > .overlay {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(270deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(270deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}

#hero .container {
    z-index: 2;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 280px;
}

#hero .container > * {
    margin-bottom: 21px;
    color: #fff;
}

@media (max-width: 600px) {
    #hero {
        height: 588px;
    }

    #hero .container {
        padding-top: 182px;
    }
}

@-moz-keyframes heroBackground {
    100% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes heroBackground {
    100% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-o-keyframes heroBackground {
    100% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes heroBackground {
    100% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

#app.loading-animation #hero {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#app.loading-animation #hero .background,
#app.loading-animation #hero .overlay {
    -webkit-transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
    transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
}

#app.loading-animation #hero .container h1 > div:nth-child(1) {
    -webkit-transition: all 1.224735934295394s cubic-bezier(0.19, 1, 0.22, 1) 1.195443563425581s;
    transition: all 1.224735934295394s cubic-bezier(0.19, 1, 0.22, 1) 1.195443563425581s;
}

#app.loading-animation #hero .container h1 > div:nth-child(2) {
    -webkit-transition: all 1.28092537166721s cubic-bezier(0.19, 1, 0.22, 1) 1.305661305962604s;
    transition: all 1.28092537166721s cubic-bezier(0.19, 1, 0.22, 1) 1.305661305962604s;
}

#app.loading-animation #hero .container .p > div:nth-child(1) {
    -webkit-transition: all 1.339362386533899s cubic-bezier(0.19, 1, 0.22, 1) 1.420287758201109s;
    transition: all 1.339362386533899s cubic-bezier(0.19, 1, 0.22, 1) 1.420287758201109s;
}

#app.loading-animation #hero .container .p > div:nth-child(2) {
    -webkit-transition: all 1.400136881995255s cubic-bezier(0.19, 1, 0.22, 1) 1.539499268529153s;
    transition: all 1.400136881995255s cubic-bezier(0.19, 1, 0.22, 1) 1.539499268529153s;
}

#app.loading-animation #hero .container .p > div:nth-child(3) {
    -webkit-transition: all 1.463342357275065s cubic-bezier(0.19, 1, 0.22, 1) 1.66347923927032s;
    transition: all 1.463342357275065s cubic-bezier(0.19, 1, 0.22, 1) 1.66347923927032s;
}

#app.loading-animation #hero .container .button {
    -webkit-transition: all 1.463342357275065s cubic-bezier(0.19, 1, 0.22, 1) 1.66347923927032s;
    transition: all 1.463342357275065s cubic-bezier(0.19, 1, 0.22, 1) 1.66347923927032s;
}

#app.loading #hero {
    height: 100%;
}

#app.loading #hero .background,
#app.loading #hero .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

#app.loading #hero .container h1 > div,
#app.loading #hero .container .p > div,
#app.loading #hero .container .button {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(56px);
    -ms-transform: translateY(56px);
    transform: translateY(56px);
}

#navigation {
    z-index: 10;
    position: absolute;
    top: 21px;
    width: 100%;
    height: 42px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#navigation ul,
#navigation ol,
#navigation li {
    display: block;
    margin: 0;
    padding: 0;
}

#navigation .dropdown .dropdown-menu li {
    padding: 7px 0;
    padding-left: 21px;
    padding-right: 42px;
}

#navigation .dropdown .dropdown-menu li:last-child {
    padding-bottom: 14px;
}

#navigation .dropdown > .dropdown-menu {
    display: none;
}

#navigation .dropdown:hover > .dropdown-menu {
    display: block;
}

#navigation .container {
    position: relative;
    height: 100%;
}

#navigation .alt-actions {
    z-index: 13;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#navigation .alt-actions:before,
#navigation .alt-actions:after {
    content: " ";
    display: table;
}

#navigation .alt-actions:after {
    clear: both;
}

#navigation .alt-actions > * {
    float: right;
}

#navigation .alt-actions > *:not(:last-child) {
    margin-left: 14px;
}

#navigation .alt-actions > .dropdown > .dropdown-menu {
    padding-top: 21px;
}

#navigation .alt-actions > .dropdown:hover .icon,
#navigation .button.secondary:hover,
#navigation .icon:hover {
    background-color: rgba(255, 255, 255, 0.35);
    color: #000;
}

#navigation .alt-actions > .dropdown:hover .icon > svg,
#navigation .button.secondary:hover > svg,
#navigation .icon:hover > svg {
    fill: #000;
}

@media (max-width: 1128px) {
    #navigation .alt-actions {
        right: 28px;
    }
}

@media (max-width: 600px) {
    #app:not(.menu-open) #navigation .alt-actions > *:not(:first-child) {
        -webkit-transform: translateY(-84px);
        -ms-transform: translateY(-84px);
        transform: translateY(-84px);
    }
}

#navigation-background {
    z-index: 9;
    position: absolute;
    top: -84px;
    right: 0;
    left: 0;
    height: 84px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #000;
}

@media (max-width: 992px) {
    #navigation-background {
        top: -840px;
        height: 840px;
    }
}

@media (max-width: 600px) {
    #navigation-background {
        top: -588px;
        height: 588px;
    }
}

#app.menu-animation #navigation-background {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#app.menu-animation.menu-open #navigation-background {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#app.menu-open #navigation-background {
    top: 0;
}

#app.menu-open #navigation .alt-actions > .dropdown:hover .icon,
#app.menu-open #navigation .button.secondary:hover,
#app.menu-open #navigation .icon:hover {
    background-color: #fff;
}

@media (max-width: 450px) {
    #app.menu-open #navigation .alt-actions > *:not(:last-child) {
        margin-left: 7px;
    }

    #app.menu-open #navigation .button {
        padding: 0 10.5px;
    }
}

#app.loading-animation #navigation {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#app.loading-animation #navigation .alt-actions > *:nth-child(1) {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#app.loading-animation #navigation .alt-actions > *:nth-child(2) {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#app.loading-animation #navigation .alt-actions > *:nth-child(3) {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#app.loading #navigation {
    height: 100%;
}

#app.loading #navigation .alt-actions > * {
    -webkit-transform: translateY(-84px);
    -ms-transform: translateY(-84px);
    transform: translateY(-84px);
}

@media (max-width: 500px) {
    #navigation .alt-actions .button {
        display: none;
    }

    #app:not(.loading) #navigation .alt-actions .dropdown.with-opposite-align {
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
}

#burger {
    z-index: 14;
    position: absolute;
    top: 3.5px;
    left: 0;
    width: 35px;
    height: 35px;
    outline: none;
}

#burger,
#burger > div {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#burger > div {
    position: absolute;
    top: 0;
    right: 35px;
    left: 0;
    height: 3px;
    background-color: #fff;
}

#burger > div:nth-child(1) {
    top: 6px;
}

#burger > div:nth-child(2) {
    top: 16px;
}

#burger > div:nth-child(3) {
    top: 26px;
}

#burger > div:nth-child(1) {
    right: 14px;
}

#burger > div:nth-child(2) {
    right: 4px;
}

#burger > div:nth-child(3) {
    right: 8px;
}

#app:not(.menu-open) #burger:hover > div:nth-child(1) {
    right: 4px;
    left: 4px;
}

#app:not(.menu-open) #burger:hover > div:nth-child(3) {
    right: 14px;
}

#app.menu-open #burger > div:nth-child(2) {
    right: 35px;
}

#app.menu-open #burger > div:nth-child(1),
#app.menu-open #burger > div:nth-child(3) {
    top: 16px;
    right: 4px;
}

#app.menu-open #burger > div:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#app.menu-open #burger > div:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#app.menu-open #burger:hover > div:nth-child(1) {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

#app.menu-open #burger:hover > div:nth-child(3) {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

@media (max-width: 1128px) {
    #burger {
        left: 28px;
    }
}

#app.loading-animation #burger > div:nth-child(1) {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#app.loading-animation #burger > div:nth-child(2) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#app.loading-animation #burger > div:nth-child(3) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#app.loading #burger > div {
    right: 35px;
}

#app.loading #burger > div:nth-child(1) {
    top: 36px;
}

#app.loading #burger > div:nth-child(2) {
    top: 46px;
}

#app.loading #burger > div:nth-child(3) {
    top: 56px;
}

#three-now-logo {
    z-index: 12;
    position: absolute;
    top: 0;
    left: 70px;
    display: block;
    outline: none;
    height: 42px;
    width: 80px;
    text-decoration: none;
    cursor: pointer;
}

#three-now-logo #three-now-logo-animation {
    position: absolute;
    height: 42px;
}

#three-now-logo,
#three-now-logo > svg {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#three-now-logo > svg {
    display: block;
    height: 28px;
    margin-top: 7px;
    fill: #fff;
}

#three-now-logo > svg,
#three-now-logo > svg g {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#three-now-logo > svg:hover {
    fill: #007ddf;
}

#app.menu-open #three-now-logo > svg {
    fill: #007ddf;
}

#app.menu-open #three-now-logo > svg:hover {
    fill: #fff;
}

@media (max-width: 1128px) {
    #three-now-logo {
        left: 98px;
    }
}

@media (max-width: 600px) {
    #app:not(.menu-open) #three-now-logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 500px) {
    #app.menu-open #three-now-logo {
        left: 84px;
    }
}

@media (max-width: 450px) {
    #app.menu-open #three-now-logo > svg .one {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

#app.loading-animation #three-now-logo,
#app.loading-animation #three-now-logo > svg,
#app.loading-animation #three-now-logo #three-now-logo-animation {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#app.loading #three-now-logo {
    -webkit-transform: scale(2) translateX(-25%);
    -ms-transform: scale(2) translateX(-25%);
    transform: scale(2) translateX(-25%);
    top: 50%;
    margin-top: -42px;
    left: 50%;
}

#app.loading #three-now-logo > svg {
    fill: #007ddf;
}

#app.logo-animation #three-now-logo > svg,
#app.loading #three-now-logo > svg {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

#app:not(.logo-animation) #three-now-logo #three-now-logo-animation {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}

#loading-message {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0.5);
    -ms-transform: translateX(-50%) scale(0.5);
    transform: translateX(-50%) scale(0.5);
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    cursor: default;
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#app:not(.loading) #loading-message,
#app.logo-animation #loading-message {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) scale(0.5) translateY(14px);
    -ms-transform: translateX(-50%) scale(0.5) translateY(14px);
    transform: translateX(-50%) scale(0.5) translateY(14px);
}

#menu {
    z-index: 11;
    display: block;
    position: absolute;
    top: 0;
    left: 192px;
    margin-top: -21px;
    padding: 21px 0;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#menu ul,
#menu ol,
#menu li {
    display: block;
    margin: 0;
    padding: 0;
}

#menu .dropdown .dropdown-menu li {
    padding: 7px 0;
    padding-left: 21px;
    padding-right: 42px;
}

#menu .dropdown .dropdown-menu li:last-child {
    padding-bottom: 14px;
}

#menu .dropdown > .dropdown-menu {
    display: none;
}

#menu .dropdown:hover > .dropdown-menu {
    display: block;
}

@media (max-width: 1128px) {
    #menu {
        left: 220px;
    }
}

#menu > ul {
    height: 100%;
}

#menu > ul > li {
    -webkit-transform: translateY(-84px);
    -ms-transform: translateY(-84px);
    transform: translateY(-84px);
}

#menu > ul > li .link {
    white-space: nowrap;
}

#menu > ul > li.dropdown > .dropdown-menu {
    padding-top: 21px;
}

@media (min-width: 991px) {
    #menu > ul:before,
    #menu > ul:after {
        content: " ";
        display: table;
    }

    #menu > ul:after {
        clear: both;
    }

    #menu > ul > li {
        padding: 7px 0;
        float: left;
    }

    #menu > ul > li:before,
    #menu > ul > li:after {
        content: " ";
        display: table;
    }

    #menu > ul > li:after {
        clear: both;
    }

    #menu > ul > li:not(:last-child) {
        padding-right: 42px;
    }
}

@media (max-width: 992px) {
    #menu {
        top: -840px;
        left: 50%;
        height: 840px;
    }

    #menu > ul {
        margin-top: 126px;
        height: 70%;
    }

    #menu > ul > li {
        height: 14.285714285714286%;
        padding: 32% 0 0;
        -webkit-transform: translateY(84px);
        -ms-transform: translateY(84px);
        transform: translateY(84px);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
    }

    #menu > ul > li .link {
        font-weight: 800;
        -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        font-size: 28px;
        line-height: 42px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #menu > ul > li .link:hover {
        -webkit-transform: translateX(-50%) scale(0.84);
        -ms-transform: translateX(-50%) scale(0.84);
        transform: translateX(-50%) scale(0.84);
    }
}

@media (max-width: 600px) {
    #menu {
        height: 588px;
    }

    #menu > ul {
        margin-top: 88.2px;
    }

    #menu > ul > li .link {
        font-size: 21px;
        line-height: 28px;
    }
}

#app.menu-open #menu > ul > li {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 992px) {
    #app.menu-open #menu {
        top: 0;
    }
}

@media (max-width: 992px) {
    #menu {
        overflow-x: hidden;
        overflow-y: scroll;
        left: 28px;
        right: 28px;
    }

    #menu > ul > li {
        height: auto;
        padding: 0;
    }

    #menu > ul > li .link {
        margin-left: 50%;
    }

    #menu > ul > li.dropdown > .dropdown-menu {
        padding-top: 0;
    }

    #menu > ul .dropdown:before,
    #menu > ul .dropdown:after {
        display: none;
    }

    #menu > ul .dropdown .dropdown-menu {
        position: static;
    }

    #menu > ul .dropdown .dropdown-menu li {
        padding: 0;
    }

    #menu > ul > li:not(.dropdown),
    #menu > ul .dropdown .dropdown-menu li:not(.dropdown) {
        padding: 21px 0;
    }

    #menu > ul .dropdown > .link {
        margin-top: 21px;
        margin-bottom: 21px;
    }

    #menu > ul .dropdown .dropdown-menu {
        display: none;
    }

    #menu > ul .dropdown.visible > .dropdown-menu {
        display: block;
    }
}

@media (min-width: 499px) {
    #menu > ul > li:last-child {
        display: none;
    }
}

@media (max-width: 500px) {
    #menu > ul > li:not(.dropdown),
    #menu > ul .dropdown .dropdown-menu li:not(.dropdown) {
        padding: 14px 0;
    }

    #menu > ul .dropdown > .link {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    #menu > ul > li > .button {
        width: 40%;
        text-align: center;
        margin: 0 2%;
        white-space: nowrap;
    }

    #menu > ul > li > .button:first-child {
        margin-left: 8%;
    }

    #menu > ul > li > .button:last-child {
        background-color: #fff;
        color: #000;
    }

    #menu > ul > li > .button:last-child:hover {
        background-color: #ccc !important;
    }
}

#services h2 {
    width: 80%;
    margin-left: 21px;
}

#services .cards:before,
#services .cards:after {
    content: " ";
    display: table;
}

#services .cards:after {
    clear: both;
}

#services .cards .card {
    display: block;
    width: 50%;
    padding-left: 10.5px;
    padding-right: 10.5px;
    float: left;
}

#services .cards .card:before,
#services .cards .card:after {
    content: " ";
    display: table;
}

#services .cards .card:after {
    clear: both;
}

#services .cards .card > img {
    display: block;
    width: 100%;
}

#services .cards .card .content {
    padding-top: 21px;
}

#services .cards .card .content h3 {
    margin-bottom: 14px;
}

@media (min-width: 991px) {
    #services .cards .card:nth-child(1) .content p {
        width: 85%;
    }

    #services .cards .card:nth-child(2) > img,
    #services .cards .card:nth-child(3) > img,
    #services .cards .card:nth-child(2) .content,
    #services .cards .card:nth-child(3) .content {
        width: 50%;
    }

    #services .cards .card:nth-child(2) > img h3,
    #services .cards .card:nth-child(3) > img h3,
    #services .cards .card:nth-child(2) .content h3,
    #services .cards .card:nth-child(3) .content h3 {
        margin-bottom: 14px;
    }

    #services .cards .card:nth-child(2) > img p,
    #services .cards .card:nth-child(3) > img p,
    #services .cards .card:nth-child(2) .content p,
    #services .cards .card:nth-child(3) .content p {
        font-size: 14px;
    }

    #services .cards .card:nth-child(2) > img,
    #services .cards .card:nth-child(2) .content {
        float: right;
    }

    #services .cards .card:nth-child(3) > img,
    #services .cards .card:nth-child(3) .content {
        float: left;
    }

    #services .cards .card:nth-child(2) {
        margin-top: 70px;
    }

    #services .cards .card:nth-child(3) {
        margin-top: 42px;
    }
}

@media (max-width: 992px) {
    #services .cards .card {
        padding-bottom: 21px;
    }
}

@media (max-width: 992px) and (min-width: 599px) {
    #services .cards .card:nth-child(1) {
        width: 100%;
    }

    #services .cards .card:nth-child(1) .content {
        padding-top: 0;
    }

    #services .cards .card:nth-child(1) > img {
        padding-right: 10.5px;
    }

    #services .cards .card:nth-child(1) .content {
        padding-left: 10.5px;
    }

    #services .cards .card:nth-child(1) > img,
    #services .cards .card:nth-child(1) .content {
        width: 50%;
        float: left;
    }
}

@media (min-width: 991px) {
    #services .cards .card:nth-child(2) .content,
    #services .cards .card:nth-child(3) .content {
        padding-top: 0;
    }

    #services .cards .card:nth-child(2) > img {
        padding-left: 7px;
    }

    #services .cards .card:nth-child(2) .content {
        padding-right: 7px;
    }

    #services .cards .card:nth-child(3) > img {
        padding-right: 7px;
    }

    #services .cards .card:nth-child(3) .content {
        padding-left: 7px;
    }
}

@media (max-width: 600px) {
    #services .cards .card {
        width: 100%;
    }
}

#services.is-inview-animation:not(.is-inview) h2 {
    -webkit-transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
    transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(3) > img {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(3) .content > *:nth-child(1) {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(3) .content > *:nth-child(2) {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(2) > img {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(2) .content > *:nth-child(1) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(2) .content > *:nth-child(2) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(1) > img {
    -webkit-transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
    transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(1) .content > *:nth-child(1) {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(1) .content > *:nth-child(2) {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#services.is-inview-animation.is-inview h2 {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(1) > img {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(1) .content > *:nth-child(1) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(1) .content > *:nth-child(2) {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(2) > img {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(2) .content > *:nth-child(1) {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(2) .content > *:nth-child(2) {
    -webkit-transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
    transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(3) > img {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(3) .content > *:nth-child(1) {
    -webkit-transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
    transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(3) .content > *:nth-child(2) {
    -webkit-transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
    transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
}

#services:not(.is-inview) h2 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(112px);
    -ms-transform: translateY(112px);
    transform: translateY(112px);
}

#services:not(.is-inview) .cards .card > img,
#services:not(.is-inview) .cards .card .content > * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

#services:not(.is-inview) .cards .card > img {
    -webkit-transform: translateY(112px);
    -ms-transform: translateY(112px);
    transform: translateY(112px);
}

#services:not(.is-inview) .cards .card .content > * {
    -webkit-transform: translateY(112px);
    -ms-transform: translateY(112px);
    transform: translateY(112px);
}

#services.is-inview h2 {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#services.is-inview .cards .card > img,
#services.is-inview .cards .card .content > * {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#about {
    padding: 0 !important;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#about .image-container {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 50%;
    height: 616px;
    background-color: #000;
}

#about .image-container,
#about .image-container .image {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#about .image-container .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#about .content {
    position: relative;
    left: 20%;
    width: 100%;
    padding-left: 30%;
    padding-right: 22%;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #007ddf;
    color: #fff;
}

#about .content .container {
    width: 100%;
    max-width: 550px;
    margin: 0;
    padding: 70px 0;
    padding-left: 70px;
}

#about .content h2 {
    margin-bottom: 28px;
}

@media (max-width: 992px) {
    #about .image-container {
        right: 10%;
        height: 369.59999999999997px;
    }

    #about .content {
        left: 10%;
        padding-top: 369.59999999999997px;
        padding-left: 0;
        padding-right: 20%;
    }

    #about .content .container {
        max-width: 880px;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding-top: 0;
        padding-left: 42px;
        padding-bottom: 42px;
    }
}

@media (max-width: 500px) {
    #about .image-container {
        height: 246.4px;
    }

    #about .content {
        padding-top: 246.4px;
    }

    #about .content h2 {
        margin-bottom: 14px;
    }
}

#about.is-inview-animation:not(.is-inview) .image-container,
#about.is-inview-animation:not(.is-inview) .content {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#about.is-inview-animation:not(.is-inview) .image-container .image {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#about.is-inview-animation:not(.is-inview) .content .container > *:nth-child(5) {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#about.is-inview-animation:not(.is-inview) .content .container > *:nth-child(4) {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#about.is-inview-animation:not(.is-inview) .content .container > *:nth-child(3) {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#about.is-inview-animation:not(.is-inview) .content .container > *:nth-child(2) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#about.is-inview-animation:not(.is-inview) .content .container > *:nth-child(1) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#about.is-inview-animation.is-inview .image-container,
#about.is-inview-animation.is-inview .content {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#about.is-inview-animation.is-inview .image-container .image {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#about.is-inview-animation.is-inview .content .container > *:nth-child(1) {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#about.is-inview-animation.is-inview .content .container > *:nth-child(2) {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#about.is-inview-animation.is-inview .content .container > *:nth-child(3) {
    -webkit-transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
    transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
}

#about.is-inview-animation.is-inview .content .container > *:nth-child(4) {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#about.is-inview-animation.is-inview .content .container > *:nth-child(5) {
    -webkit-transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
    transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
}

#about:not(.is-inview) .image-container {
    top: 35%;
    bottom: 35%;
    -webkit-transform: translateY(21px);
    -ms-transform: translateY(21px);
    transform: translateY(21px);
}

#about:not(.is-inview) .image-container .image {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

#about:not(.is-inview) .content {
    top: 35%;
    height: 30%;
    -webkit-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    transform: translateY(-21px);
}

@media (max-width: 992px) {
    #about:not(.is-inview) .content {
        height: auto;
    }
}

#about:not(.is-inview) .content .container > * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(56px);
    -ms-transform: translateY(56px);
    transform: translateY(56px);
}

#about.is-inview .image-container {
    top: 0;
    bottom: 0;
    -webkit-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    transform: translateY(-21px);
}

#about.is-inview .image-container .image {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#about.is-inview .content {
    top: 0;
    height: 100%;
    -webkit-transform: translateY(21px);
    -ms-transform: translateY(21px);
    transform: translateY(21px);
}

@media (max-width: 992px) {
    #about.is-inview .content {
        height: auto;
    }
}

#about.is-inview .content .container > * {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#advantages h2 {
    width: 80%;
    margin-left: 42px;
}

#advantages .cards:before,
#advantages .cards:after {
    content: " ";
    display: table;
}

#advantages .cards:after {
    clear: both;
}

#advantages .cards .card {
    height: 254px;
    display: block;
    width: 33.333333333333336%;
    float: left;
}

#advantages .cards .card:before,
#advantages .cards .card:after {
    content: " ";
    display: table;
}

#advantages .cards .card:after {
    clear: both;
}

#advantages .cards .card > img {
    display: block;
    width: 72px;
    margin-left: 42px;
}

#advantages .cards .card .content {
    padding: 21px 42px 42px;
}

@media (max-width: 992px) {
    #advantages .cards .card {
        width: 50%;
    }
}

@media (max-width: 600px) {
    #advantages .cards .card {
        width: 100%;
    }

    #advantages .cards .card .content p {
        width: 58%;
    }
}

@media (max-width: 500px) {
    #advantages .cards .card .content p {
        width: 90%;
    }
}

@media (max-width: 600px) {
    #advantages h2 {
        margin-left: 0;
    }

    #advantages .cards .card {
        height: auto;
    }

    #advantages .cards .card > img {
        margin-left: 0;
    }

    #advantages .cards .card .content {
        padding-left: 0;
    }
}

#advantages.is-inview-animation:not(.is-inview) h2 {
    -webkit-transition: all 1.668536657373859s cubic-bezier(0.19, 1, 0.22, 1) 2.065975751002569s;
    transition: all 1.668536657373859s cubic-bezier(0.19, 1, 0.22, 1) 2.065975751002569s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(6) > img {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(6) .content h5 {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(6) .content p {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(5) > img {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(5) .content h5 {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(5) .content p {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(4) > img {
    -webkit-transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
    transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(4) .content h5 {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(4) .content p {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(3) > img {
    -webkit-transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
    transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(3) .content h5 {
    -webkit-transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
    transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(3) .content p {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(2) > img {
    -webkit-transition: all 1.28092537166721s cubic-bezier(0.19, 1, 0.22, 1) 1.305661305962604s;
    transition: all 1.28092537166721s cubic-bezier(0.19, 1, 0.22, 1) 1.305661305962604s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(2) .content h5 {
    -webkit-transition: all 1.224735934295394s cubic-bezier(0.19, 1, 0.22, 1) 1.195443563425581s;
    transition: all 1.224735934295394s cubic-bezier(0.19, 1, 0.22, 1) 1.195443563425581s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(2) .content p {
    -webkit-transition: all 1.170707629130187s cubic-bezier(0.19, 1, 0.22, 1) 1.08946496483229s;
    transition: all 1.170707629130187s cubic-bezier(0.19, 1, 0.22, 1) 1.08946496483229s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(1) > img {
    -webkit-transition: all 1.463342357275065s cubic-bezier(0.19, 1, 0.22, 1) 1.66347923927032s;
    transition: all 1.463342357275065s cubic-bezier(0.19, 1, 0.22, 1) 1.66347923927032s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(1) .content h5 {
    -webkit-transition: all 1.400136881995255s cubic-bezier(0.19, 1, 0.22, 1) 1.539499268529153s;
    transition: all 1.400136881995255s cubic-bezier(0.19, 1, 0.22, 1) 1.539499268529153s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(1) .content p {
    -webkit-transition: all 1.339362386533899s cubic-bezier(0.19, 1, 0.22, 1) 1.420287758201109s;
    transition: all 1.339362386533899s cubic-bezier(0.19, 1, 0.22, 1) 1.420287758201109s;
}

#advantages.is-inview-animation.is-inview h2 {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(1) > img {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(1) .content h5 {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(1) .content p {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(2) > img {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(2) .content h5 {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(2) .content p {
    -webkit-transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
    transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(3) > img {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(3) .content h5 {
    -webkit-transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
    transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(3) .content p {
    -webkit-transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
    transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(4) > img {
    -webkit-transition: all 1.170707629130187s cubic-bezier(0.19, 1, 0.22, 1) 1.08946496483229s;
    transition: all 1.170707629130187s cubic-bezier(0.19, 1, 0.22, 1) 1.08946496483229s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(4) .content h5 {
    -webkit-transition: all 1.224735934295394s cubic-bezier(0.19, 1, 0.22, 1) 1.195443563425581s;
    transition: all 1.224735934295394s cubic-bezier(0.19, 1, 0.22, 1) 1.195443563425581s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(4) .content p {
    -webkit-transition: all 1.28092537166721s cubic-bezier(0.19, 1, 0.22, 1) 1.305661305962604s;
    transition: all 1.28092537166721s cubic-bezier(0.19, 1, 0.22, 1) 1.305661305962604s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(5) > img {
    -webkit-transition: all 1.339362386533899s cubic-bezier(0.19, 1, 0.22, 1) 1.420287758201109s;
    transition: all 1.339362386533899s cubic-bezier(0.19, 1, 0.22, 1) 1.420287758201109s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(5) .content h5 {
    -webkit-transition: all 1.400136881995255s cubic-bezier(0.19, 1, 0.22, 1) 1.539499268529153s;
    transition: all 1.400136881995255s cubic-bezier(0.19, 1, 0.22, 1) 1.539499268529153s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(5) .content p {
    -webkit-transition: all 1.463342357275065s cubic-bezier(0.19, 1, 0.22, 1) 1.66347923927032s;
    transition: all 1.463342357275065s cubic-bezier(0.19, 1, 0.22, 1) 1.66347923927032s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(6) > img {
    -webkit-transition: all 1.529076051566068s cubic-bezier(0.19, 1, 0.22, 1) 1.792418408841133s;
    transition: all 1.529076051566068s cubic-bezier(0.19, 1, 0.22, 1) 1.792418408841133s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(6) .content h5 {
    -webkit-transition: all 1.59743909362871s cubic-bezier(0.19, 1, 0.22, 1) 1.926515145194778s;
    transition: all 1.59743909362871s cubic-bezier(0.19, 1, 0.22, 1) 1.926515145194778s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(6) .content p {
    -webkit-transition: all 1.668536657373859s cubic-bezier(0.19, 1, 0.22, 1) 2.065975751002569s;
    transition: all 1.668536657373859s cubic-bezier(0.19, 1, 0.22, 1) 2.065975751002569s;
}

#advantages:not(.is-inview) h2 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(112px);
    -ms-transform: translateY(112px);
    transform: translateY(112px);
}

#advantages:not(.is-inview) .cards .card > img,
#advantages:not(.is-inview) .cards .card .content h5,
#advantages:not(.is-inview) .cards .card .content p {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(112px);
    -ms-transform: translateY(112px);
    transform: translateY(112px);
}

#advantages.is-inview h2 {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#advantages.is-inview .cards .card > img,
#advantages.is-inview .cards .card .content h5,
#advantages.is-inview .cards .card .content p {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#taxi-service {
    padding: 0 !important;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#taxi-service .image-container {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 50%;
    height: 616px;
    background-color: #000;
}

#taxi-service .image-container,
#taxi-service .image-container .image {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#taxi-service .image-container .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#taxi-service .content {
    position: relative;
    right: 20%;
    width: 100%;
    padding-right: 30%;
    padding-left: 22%;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #007ddf;
    color: #fff;
}

#taxi-service .content:before,
#taxi-service .content:after {
    content: " ";
    display: table;
}

#taxi-service .content:after {
    clear: both;
}

#taxi-service .content .container {
    float: right;
    width: 100%;
    max-width: 550px;
    margin: 0;
    padding: 70px 0;
    padding-right: 70px;
}

#taxi-service .content h2 {
    margin-bottom: 28px;
}

@media (max-width: 992px) {
    #taxi-service .image-container {
        left: 10%;
        height: 369.59999999999997px;
    }

    #taxi-service .content {
        right: 10%;
        padding-top: 369.59999999999997px;
        padding-right: 0;
        padding-left: 20%;
    }

    #taxi-service .content .container {
        max-width: 880px;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding-top: 0;
        padding-right: 42px;
        padding-bottom: 42px;
    }
}

@media (max-width: 500px) {
    #taxi-service .image-container {
        height: 246.4px;
    }

    #taxi-service .content {
        padding-top: 246.4px;
    }

    #taxi-service .content h2 {
        margin-bottom: 14px;
    }
}

#taxi-service.is-inview-animation:not(.is-inview) .image-container,
#taxi-service.is-inview-animation:not(.is-inview) .content {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#taxi-service.is-inview-animation:not(.is-inview) .image-container .image {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#taxi-service.is-inview-animation:not(.is-inview) .content .container > *:nth-child(5) {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#taxi-service.is-inview-animation:not(.is-inview) .content .container > *:nth-child(4) {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#taxi-service.is-inview-animation:not(.is-inview) .content .container > *:nth-child(3) {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#taxi-service.is-inview-animation:not(.is-inview) .content .container > *:nth-child(2) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#taxi-service.is-inview-animation:not(.is-inview) .content .container > *:nth-child(1) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#taxi-service.is-inview-animation.is-inview .image-container,
#taxi-service.is-inview-animation.is-inview .content {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#taxi-service.is-inview-animation.is-inview .image-container .image {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#taxi-service.is-inview-animation.is-inview .content .container > *:nth-child(1) {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#taxi-service.is-inview-animation.is-inview .content .container > *:nth-child(2) {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#taxi-service.is-inview-animation.is-inview .content .container > *:nth-child(3) {
    -webkit-transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
    transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
}

#taxi-service.is-inview-animation.is-inview .content .container > *:nth-child(4) {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#taxi-service.is-inview-animation.is-inview .content .container > *:nth-child(5) {
    -webkit-transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
    transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
}

#taxi-service:not(.is-inview) .image-container {
    top: 35%;
    bottom: 35%;
    -webkit-transform: translateY(21px);
    -ms-transform: translateY(21px);
    transform: translateY(21px);
}

#taxi-service:not(.is-inview) .image-container .image {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

#taxi-service:not(.is-inview) .content {
    top: 35%;
    height: 30%;
    -webkit-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    transform: translateY(-21px);
}

@media (max-width: 992px) {
    #taxi-service:not(.is-inview) .content {
        height: auto;
    }
}

#taxi-service:not(.is-inview) .content .container > * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(56px);
    -ms-transform: translateY(56px);
    transform: translateY(56px);
}

#taxi-service.is-inview .image-container {
    top: 0;
    bottom: 0;
    -webkit-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    transform: translateY(-21px);
}

#taxi-service.is-inview .image-container .image {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#taxi-service.is-inview .content {
    top: 0;
    height: 100%;
    -webkit-transform: translateY(21px);
    -ms-transform: translateY(21px);
    transform: translateY(21px);
}

@media (max-width: 992px) {
    #taxi-service.is-inview .content {
        height: auto;
    }
}

#taxi-service.is-inview .content .container > * {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#become-captain {
    position: relative;
    padding-bottom: 0 !important;
}

#become-captain .car-container {
    position: relative;
}

#become-captain .car {
    z-index: 1;
    display: block;
    position: absolute;
    width: 58%;
    mix-blend-mode: multiply;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#become-captain .content {
    position: relative;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#become-captain .content .container > .content-container {
    width: 100%;
    max-width: 550px;
    margin: 0;
    padding: 70px 0;
    padding-right: 70px;
    padding-bottom: 0;
}

#become-captain .content h2 {
    margin-bottom: 28px;
}

@media (max-width: 1128px) {
    #become-captain {
        padding-top: 291.54999999999995px !important;
    }

    #become-captain .car {
        width: 578.1999999999999px;
        margin-left: -289.09999999999997px;
    }

    #become-captain .content .container > .content-container {
        max-width: 80%;
        margin: 0 auto;
        padding-left: 0;
    }
}

@media (max-width: 992px) {
    #become-captain {
        padding-top: 248.25px !important;
    }

    #become-captain .car {
        width: 413px;
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    #become-captain .content .container > .content-container {
        max-width: 90%;
        padding-right: 0;
    }
}

@media (max-width: 500px) {
    #become-captain .content h2 {
        margin-bottom: 14px;
    }
}

#become-captain.is-inview-animation:not(.is-inview) .car {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#become-captain.is-inview-animation:not(.is-inview) .content .container > .content-container > *:nth-child(4) {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#become-captain.is-inview-animation:not(.is-inview) .content .container > .content-container > *:nth-child(3) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#become-captain.is-inview-animation:not(.is-inview) .content .container > .content-container > *:nth-child(2) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#become-captain.is-inview-animation:not(.is-inview) .content .container > .content-container > *:nth-child(1) {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#become-captain.is-inview-animation.is-inview .car {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#become-captain.is-inview-animation.is-inview .content .container > .content-container > *:nth-child(1) {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#become-captain.is-inview-animation.is-inview .content .container > .content-container > *:nth-child(2) {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#become-captain.is-inview-animation.is-inview .content .container > .content-container > *:nth-child(3) {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#become-captain.is-inview-animation.is-inview .content .container > .content-container > *:nth-child(4) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#become-captain:not(.is-inview) .car {
    top: 492px;
    left: -2040px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

#become-captain:not(.is-inview).is-inview-animation .car {
    top: -492px;
    left: 2040px;
}

#become-captain:not(.is-inview) .content h2,
#become-captain:not(.is-inview) p {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(56px);
    -ms-transform: translateY(56px);
    transform: translateY(56px);
}

#become-captain.is-inview .car {
    top: 0;
    left: 50%;
    -ms-filter: none;
    filter: none;
    opacity: 1;
}

@media (max-width: 1128px) {
    #become-captain.is-inview .car {
        top: -151.54999999999998px;
        left: 50%;
    }
}

@media (max-width: 992px) {
    #become-captain.is-inview .car {
        top: -108.25px;
        left: 10%;
    }
}

@media (max-width: 730px) {
    #become-captain.is-inview .car {
        top: -162.375px;
    }
}

@media (max-width: 600px) {
    #become-captain.is-inview .car {
        left: 5%;
    }
}

@media (max-width: 320px) {
    #become-captain.is-inview .car {
        top: -216.5px;
    }
}

#become-captain.is-inview .content h2,
#become-captain.is-inview p {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#mobile-app {
    position: relative;
    height: 728px;
}

#mobile-app .mobile-container {
    position: relative;
}

#mobile-app .mobile {
    z-index: 1;
    position: absolute;
    top: -53.5px;
    left: 0;
    width: 50%;
    height: 448px;
}

#mobile-app .mobile,
#mobile-app .mobile > img.layer {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#mobile-app .mobile > img.layer {
    display: block;
    position: absolute;
    width: 100%;
}

#mobile-app .content {
    position: relative;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #007ddf;
    color: #fff;
}

#mobile-app .content .container {
    position: absolute;
    top: 224px;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 550px;
    margin: 0;
    padding: 70px 0;
    padding-left: 70px;
}

#mobile-app .content h2 {
    margin-bottom: 28px;
}

#mobile-app .download-buttons {
    margin-top: 21px;
}

#mobile-app .download-buttons:before,
#mobile-app .download-buttons:after {
    content: " ";
    display: table;
}

#mobile-app .download-buttons:after {
    clear: both;
}

#mobile-app .download-buttons > a {
    display: block;
    float: left;
}

#mobile-app .download-buttons > a:not(:last-child) {
    margin-right: 7px;
}

#mobile-app .download-buttons > a > img {
    display: block;
    height: 42px;
}

@media (max-width: 1128px) {
    #mobile-app {
        height: 1011.85px;
        padding-top: 334.25px !important;
    }

    #mobile-app .mobile {
        top: -194.25px;
        left: 50%;
        width: 385px;
        height: 388.5px;
        margin-left: -192.5px;
    }

    #mobile-app .content {
        height: 537.6px;
    }

    #mobile-app .content .container {
        top: 322.56px;
        max-width: 50%;
        left: 25%;
        padding-left: 0;
    }
}

@media (max-width: 992px) {
    #mobile-app {
        height: 866.75px;
        padding-top: 278.75px !important;
    }

    #mobile-app .mobile {
        top: -138.75px;
        left: 10%;
        width: 275px;
        height: 277.5px;
        margin-left: 0;
    }

    #mobile-app .content {
        height: 448px;
    }

    #mobile-app .content .container {
        top: 268.8px;
        max-width: 80%;
        left: 10%;
    }
}

@media (max-width: 500px) {
    #mobile-app .content h2 {
        margin-bottom: 14px;
    }
}

#mobile-app.is-inview-animation:not(.is-inview) .content {
    -webkit-transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
    transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
}

#mobile-app.is-inview-animation:not(.is-inview) .content h2 {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#mobile-app.is-inview-animation:not(.is-inview) .content p {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#mobile-app.is-inview-animation:not(.is-inview) .content .download-buttons > a:nth-child(2) {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#mobile-app.is-inview-animation:not(.is-inview) .content .download-buttons > a:nth-child(1) {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#mobile-app.is-inview-animation:not(.is-inview) .mobile > img.layer:nth-child(4) {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#mobile-app.is-inview-animation:not(.is-inview) .mobile > img.layer:nth-child(3) {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#mobile-app.is-inview-animation:not(.is-inview) .mobile > img.layer:nth-child(2) {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#mobile-app.is-inview-animation:not(.is-inview) .mobile > img.layer:nth-child(1) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#mobile-app.is-inview-animation.is-inview .content {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#mobile-app.is-inview-animation.is-inview .content h2 {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#mobile-app.is-inview-animation.is-inview .content p {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#mobile-app.is-inview-animation.is-inview .content .download-buttons > a:nth-child(1) {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#mobile-app.is-inview-animation.is-inview .content .download-buttons > a:nth-child(2) {
    -webkit-transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
    transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
}

#mobile-app.is-inview-animation.is-inview .mobile > img.layer:nth-child(1) {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#mobile-app.is-inview-animation.is-inview .mobile > img.layer:nth-child(2) {
    -webkit-transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
    transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
}

#mobile-app.is-inview-animation.is-inview .mobile > img.layer:nth-child(3) {
    -webkit-transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
    transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
}

#mobile-app.is-inview-animation.is-inview .mobile > img.layer:nth-child(4) {
    -webkit-transition: all 1.170707629130187s cubic-bezier(0.19, 1, 0.22, 1) 1.08946496483229s;
    transition: all 1.170707629130187s cubic-bezier(0.19, 1, 0.22, 1) 1.08946496483229s;
}

#mobile-app:not(.is-inview) .mobile > img.layer {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    transform: rotate(14deg);
}

#mobile-app:not(.is-inview) .mobile > img.layer:nth-child(2) {
    top: -65px;
    left: 130.5px;
}

@media (max-width: 1128px) {
    #mobile-app:not(.is-inview) .mobile > img.layer:nth-child(2) {
        top: -45.5px;
        left: 91.35px;
    }
}

@media (max-width: 992px) {
    #mobile-app:not(.is-inview) .mobile > img.layer:nth-child(2) {
        top: -32.5px;
        left: 65.25px;
    }
}

#mobile-app:not(.is-inview) .mobile > img.layer:nth-child(3),
#mobile-app:not(.is-inview) .mobile > img.layer:nth-child(4) {
    top: -102px;
    left: 295.5px;
}

@media (max-width: 1128px) {
    #mobile-app:not(.is-inview) .mobile > img.layer:nth-child(3),
    #mobile-app:not(.is-inview) .mobile > img.layer:nth-child(4) {
        top: -71.39999999999999px;
        left: 206.85px;
    }
}

@media (max-width: 992px) {
    #mobile-app:not(.is-inview) .mobile > img.layer:nth-child(3),
    #mobile-app:not(.is-inview) .mobile > img.layer:nth-child(4) {
        top: -51px;
        left: 147.75px;
    }
}

#mobile-app:not(.is-inview) .content {
    height: 134.40000000000003px;
    margin-top: 156.79999999999998px;
}

@media (max-width: 1128px) and (min-width: 991px) {
    #mobile-app:not(.is-inview) .content {
        height: 161.28000000000003px;
        margin-top: 188.16px;
    }
}

#mobile-app:not(.is-inview) .content h2,
#mobile-app:not(.is-inview) .content p,
#mobile-app:not(.is-inview) .content .download-buttons > a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(56px);
    -ms-transform: translateY(56px);
    transform: translateY(56px);
}

#mobile-app.is-inview .mobile > img.layer {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

#mobile-app.is-inview .content {
    height: 448px;
    margin-top: 0;
}

@media (max-width: 1128px) and (min-width: 991px) {
    #mobile-app.is-inview .content {
        height: 537.6px;
    }
}

#mobile-app.is-inview .content h2,
#mobile-app.is-inview .content p,
#mobile-app.is-inview .content .download-buttons > a {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#videos {
    position: relative;
}

#videos .content {
    position: relative;
    height: 448px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#videos .content .container {
    position: absolute;
    top: 224px;
    right: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 550px;
    margin: 0;
    padding: 70px 0;
    padding-right: 70px;
}

#videos .content h2 {
    margin-bottom: 28px;
}

#videos .videos-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-180px);
    -ms-transform: translateY(-180px);
    transform: translateY(-180px);
}

#videos .video {
    z-index: 1;
    position: absolute;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: rgba(0, 125, 223, 0.35);
}

#videos .video:nth-child(1) {
    top: 0;
    left: 0;
    width: 640px;
    height: 360px;
}

#videos .video:nth-child(2),
#videos .video:nth-child(3) {
    top: 374px;
    width: 313px;
    height: 173px;
}

#videos .video:nth-child(2) {
    left: 0;
}

#videos .video:nth-child(3) {
    left: 327px;
}

#videos .video iframe {
    display: block;
    width: 100%;
    height: 100%;
}

@media (min-width: 1299px) {
    #videos .content {
        height: 537.6px;
    }
}

@media (max-width: 1300px) and (min-width: 1127px) {
    #videos .videos-container {
        -webkit-transform: translateY(-125.99999999999999px);
        -ms-transform: translateY(-125.99999999999999px);
        transform: translateY(-125.99999999999999px);
    }

    #videos .video:nth-child(1) {
        top: 0;
        left: 0;
        width: 448px;
        height: 251.99999999999997px;
    }

    #videos .video:nth-child(2),
    #videos .video:nth-child(3) {
        top: 266px;
        width: 217px;
        height: 118.99999999999999px;
    }

    #videos .video:nth-child(2) {
        left: 0;
    }

    #videos .video:nth-child(3) {
        left: 231px;
    }
}

@media (max-width: 1128px) {
    #videos .content {
        height: 808px;
    }

    #videos .content .container {
        top: 0;
        right: 10%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        max-width: 80%;
        padding-top: 0;
        padding-left: 0;
    }

    #videos .videos-container {
        top: 360px;
        left: 10%;
        max-width: 80%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (max-width: 800px) {
    #videos .videos-container {
        top: 450px;
    }

    #videos .video:nth-child(1) {
        width: 448px;
        height: 251.99999999999997px;
    }

    #videos .video:nth-child(2),
    #videos .video:nth-child(3) {
        top: 266px;
        width: 217px;
        height: 118.99999999999999px;
    }

    #videos .video:nth-child(3) {
        left: 231px;
    }
}

@media (max-width: 560px) {
    #videos .video:nth-child(1),
    #videos .video:nth-child(2),
    #videos .video:nth-child(3) {
        width: 320px;
        height: 180px;
    }

    #videos .video:nth-child(2) {
        top: 194px;
    }

    #videos .video:nth-child(3) {
        top: 388px;
        left: 0;
    }
}

@media (max-width: 600px) {
    #videos .content .container,
    #videos .videos-container {
        max-width: 90%;
        left: 5%;
    }

    #videos .videos-container {
        top: 360px;
    }
}

@media (max-width: 500px) {
    #videos .content h2 {
        margin-bottom: 14px;
    }
}

#videos.is-inview-animation:not(.is-inview) .content .container > *:nth-child(2) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#videos.is-inview-animation:not(.is-inview) .content .container > *:nth-child(1) {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#videos.is-inview-animation:not(.is-inview) .videos-container > .video:nth-child(3) {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#videos.is-inview-animation:not(.is-inview) .videos-container > .video:nth-child(2) {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#videos.is-inview-animation:not(.is-inview) .videos-container > .video:nth-child(1) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#videos.is-inview-animation.is-inview .content .container > *:nth-child(1) {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#videos.is-inview-animation.is-inview .content .container > *:nth-child(2) {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#videos.is-inview-animation.is-inview .videos-container > .video:nth-child(1) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#videos.is-inview-animation.is-inview .videos-container > .video:nth-child(2) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#videos.is-inview-animation.is-inview .videos-container > .video:nth-child(3) {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#videos:not(.is-inview) .videos-container > .video,
#videos:not(.is-inview) .content h2,
#videos:not(.is-inview) p {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(56px);
    -ms-transform: translateY(56px);
    transform: translateY(56px);
}

#videos.is-inview .videos-container > .video,
#videos.is-inview .content h2,
#videos.is-inview p {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#footer {
    position: relative;
    width: 100%;
    padding: 70px 0;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #000;
    color: #fff;
}

#footer ul,
#footer ol,
#footer li {
    display: block;
    margin: 0;
    padding: 0;
}

#footer .container {
    position: relative;
    padding-bottom: 28px;
}

#footer .container:before,
#footer .container:after {
    content: " ";
    display: table;
}

#footer .container:after {
    clear: both;
}

#footer .logo-area,
#footer .contact-area,
#footer .popular-area,
#footer .legal-area {
    float: left;
    width: 20%;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#footer .logo-area h5,
#footer .contact-area h5,
#footer .popular-area h5,
#footer .legal-area h5 {
    margin-bottom: 7px;
}

#footer .logo-area .link:after,
#footer .contact-area .link:after,
#footer .popular-area .link:after,
#footer .legal-area .link:after {
    height: 1px;
}

#footer .logo-area {
    width: 40%;
}

#footer .logo-area #three-now-logo--footer {
    display: block;
    margin-bottom: 35px;
    outline: none;
    height: 35px;
    text-decoration: none;
    cursor: pointer;
}

#footer .logo-area #three-now-logo--footer,
#footer .logo-area #three-now-logo--footer > svg {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#footer .logo-area #three-now-logo--footer > svg {
    display: block;
    height: 35px;
    fill: #007ddf;
}

#footer .logo-area #three-now-logo--footer > svg:hover {
    fill: #fff;
}

#footer .logo-area .download-buttons:before,
#footer .logo-area .download-buttons:after {
    content: " ";
    display: table;
}

#footer .logo-area .download-buttons:after {
    clear: both;
}

#footer .logo-area .download-buttons > a {
    display: block;
    float: left;
    margin-bottom: 7px;
}

#footer .logo-area .download-buttons > a:not(:last-child) {
    margin-right: 7px;
}

#footer .logo-area .download-buttons > a > img {
    display: block;
    height: 42px;
}

#footer .copyright-area,
#footer .social-media-area {
    position: absolute;
    top: 100%;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#footer .copyright-area {
    left: 0;
    line-height: 42px;
}

#footer .social-media-area {
    left: 100%;
    width: 238px;
    margin-left: -238px;
}

#footer .social-media-area ul:before,
#footer .social-media-area ul:after {
    content: " ";
    display: table;
}

#footer .social-media-area ul:after {
    clear: both;
}

#footer .social-media-area ul li {
    display: block;
    float: left;
}

#footer .social-media-area ul li:not(:last-child) {
    margin-right: 7px;
}

#footer .social-media-area ul li .icon {
    display: block;
}

#footer .social-media-area ul li .icon svg {
    margin: 9px;
}

#footer .social-media-area ul li .icon:hover {
    background-color: #007ddf;
    color: #fff;
}

#footer .social-media-area ul li .icon:hover > svg {
    fill: #fff;
}

@media (max-width: 1128px) {
    #footer .copyright-area {
        left: 28px;
    }

    #footer .social-media-area {
        margin-left: -266px;
    }
}

@media (max-width: 992px) {
    #footer .logo-area,
    #footer .contact-area,
    #footer .popular-area,
    #footer .legal-area {
        width: 25%;
    }
}

@media (max-width: 600px) {
    #footer .container {
        padding-bottom: 63px;
    }

    #footer .logo-area,
    #footer .contact-area,
    #footer .popular-area,
    #footer .legal-area {
        width: 100%;
        margin-bottom: 35px;
    }

    #footer .social-media-area {
        left: 0;
        margin-left: 19px;
        margin-top: -49px;
    }
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700;800;900&display=swap");
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: 28px;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: 28px;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
}

body {
    position: relative;
    direction: ltr;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    background-color: #fff;
    color: #000;
}

@media (max-width: 600px) {
    body {
        font-size: 14.4px;
    }
}

#app {
    width: 100%;
   /* height: 100%;*/
}

#app > section {
    padding: 140px 0;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 600px) {
    #app > section {
        padding: 84px 0;
    }
}

#app > section h2 {
    margin-bottom: 70px;
}

#app .container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 1128px) {
    #app .container {
        padding: 0 28px;
    }
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5,
#services .cards .card:nth-child(2) > img h3,
#services .cards .card:nth-child(3) > img h3,
#services .cards .card:nth-child(2) .content h3,
#services .cards .card:nth-child(3) .content h3,
#services .cards .card .content h3 {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 800;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

h1,
.h1 {
    font-size: 68px;
    line-height: 84px;
}

@media (max-width: 600px) {
    h1,
    .h1 {
        font-size: 47.599999999999994px;
        line-height: 58.8px;
    }
}

@media (max-width: 500px) {
    h1,
    .h1 {
        font-size: 38.080000000000005px;
        line-height: 47.040000000000006px;
    }
}

h2,
.h2 {
    font-size: 42px;
    line-height: 56px;
}

@media (max-width: 600px) {
    h2,
    .h2 {
        font-size: 29.4px;
        line-height: 39.199999999999996px;
    }
}

@media (max-width: 500px) {
    h2,
    .h2 {
        font-size: 23.520000000000003px;
        line-height: 31.360000000000003px;
    }
}

h3,
.h3 {
    font-size: 28px;
    line-height: 42px;
}

h4,
.h4,
#services .cards .card:nth-child(2) > img h3,
#services .cards .card:nth-child(3) > img h3,
#services .cards .card:nth-child(2) .content h3,
#services .cards .card:nth-child(3) .content h3,
#services .cards .card .content h3 {
    font-size: 21px;
    line-height: 28px;
}

h5,
.h5 {
    font-size: 16px;
    line-height: 28px;
}

p,
.p {
    margin: 0;
    padding: 0;
    margin-bottom: 7px;
}

small,
.small,
.dropdown .dropdown-menu li .link,
#footer .logo-area .link,
#footer .contact-area .link,
#footer .popular-area .link,
#footer .legal-area .link,
#footer .copyright-area {
    font-size: 14px;
}

ul,
ol {
    margin: 14px 0;
    padding-left: 21px;
}

li {
    padding-left: 7px;
}

.link {
    display: inline-block;
    position: relative;
    outline: none;
    line-height: 28px;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

.link,
.link:after {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.link:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 100%;
    height: 2px;
    background-color: #007ddf;
}

.link:hover {
    color: #007ddf;
}

.link:hover:after {
    right: 0;
}

.button {
    display: inline-block;
    padding: 0 21px;
    outline: none;
    line-height: 42px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.button.primary {
    background-color: #007ddf;
    color: #fff;
}

.button.primary:hover {
    background-color: #0064b2;
    color: #fff;
}

.button.secondary {
    background-color: transparent;
    color: #fff;
}

.button.secondary:hover {
    background-color: #000;
    color: #fff;
}

.icon {
    display: inline-block;
    width: 42px;
    height: 42px;
    outline: none;
    border-radius: 50%;
    text-decoration: none;
    cursor: pointer;
}

.icon > svg {
    display: inline-block;
}

.icon,
.icon > svg {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.icon.x24 > svg {
    margin-top: 9px;
    margin-left: 9px;
}

.icon {
    background-color: transparent;
}

.icon > svg {
    fill: #fff;
}

.icon:hover {
    background-color: #000;
}

.icon:hover > svg {
    fill: #fff;
}

.dropdown {
    position: relative;
}

.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
}

.dropdown .dropdown-menu li {
    display: block;
    padding: 7px 0;
    padding-left: 21px;
    padding-right: 42px;
    background-color: #000;
}

.dropdown .dropdown-menu li:last-child {
    padding-bottom: 14px;
}

.dropdown .dropdown-menu li .link {
    white-space: nowrap;
}

.dropdown .dropdown-menu .dropdown .dropdown-menu {
    top: 0;
    left: 100%;
}

.dropdown .dropdown-menu .dropdown:before,
.dropdown .dropdown-menu .dropdown:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 21px;
    width: 2px;
    height: 6px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
}

.dropdown .dropdown-menu .dropdown:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dropdown .dropdown-menu .dropdown:after {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dropdown > .dropdown-menu {
    display: none;
}

.dropdown:hover > .link {
    color: #007ddf;
}

.dropdown:hover > .link:after {
    right: 0;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown:hover > .dropdown-menu > .dropdown:hover:before,
.dropdown:hover > .dropdown-menu > .dropdown:hover:after {
    right: 0;
    background-color: #007ddf;
}

.dropdown.with-opposite-align .dropdown-menu {
    left: auto;
    right: 0;
}

.dropdown.with-opposite-align .dropdown .dropdown-menu {
    left: auto;
    right: 100%;
}

#hero {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 840px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#hero > .background-color,
#hero > .background,
#hero > .overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#hero > .background-color {
    background-color: #000;
}

#hero > .background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#hero > .overlay {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(270deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(270deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}

#hero .container {
    z-index: 2;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 280px;
}

#hero .container > * {
    margin-bottom: 21px;
    color: #fff;
}

@media (max-width: 600px) {
    #hero {
        height: 588px;
    }

    #hero .container {
        padding-top: 182px;
    }
}

@-moz-keyframes heroBackground {
    100% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes heroBackground {
    100% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-o-keyframes heroBackground {
    100% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes heroBackground {
    100% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

#app.loading-animation #hero {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#app.loading-animation #hero .background,
#app.loading-animation #hero .overlay {
    -webkit-transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
    transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
}

#app.loading-animation #hero .container h1 > div:nth-child(1) {
    -webkit-transition: all 1.224735934295394s cubic-bezier(0.19, 1, 0.22, 1) 1.195443563425581s;
    transition: all 1.224735934295394s cubic-bezier(0.19, 1, 0.22, 1) 1.195443563425581s;
}

#app.loading-animation #hero .container h1 > div:nth-child(2) {
    -webkit-transition: all 1.28092537166721s cubic-bezier(0.19, 1, 0.22, 1) 1.305661305962604s;
    transition: all 1.28092537166721s cubic-bezier(0.19, 1, 0.22, 1) 1.305661305962604s;
}

#app.loading-animation #hero .container .p > div:nth-child(1) {
    -webkit-transition: all 1.339362386533899s cubic-bezier(0.19, 1, 0.22, 1) 1.420287758201109s;
    transition: all 1.339362386533899s cubic-bezier(0.19, 1, 0.22, 1) 1.420287758201109s;
}

#app.loading-animation #hero .container .p > div:nth-child(2) {
    -webkit-transition: all 1.400136881995255s cubic-bezier(0.19, 1, 0.22, 1) 1.539499268529153s;
    transition: all 1.400136881995255s cubic-bezier(0.19, 1, 0.22, 1) 1.539499268529153s;
}

#app.loading-animation #hero .container .p > div:nth-child(3) {
    -webkit-transition: all 1.463342357275065s cubic-bezier(0.19, 1, 0.22, 1) 1.66347923927032s;
    transition: all 1.463342357275065s cubic-bezier(0.19, 1, 0.22, 1) 1.66347923927032s;
}

#app.loading-animation #hero .container .button {
    -webkit-transition: all 1.463342357275065s cubic-bezier(0.19, 1, 0.22, 1) 1.66347923927032s;
    transition: all 1.463342357275065s cubic-bezier(0.19, 1, 0.22, 1) 1.66347923927032s;
}

#app.loading #hero {
    height: 100%;
}

#app.loading #hero .background,
#app.loading #hero .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

#app.loading #hero .container h1 > div,
#app.loading #hero .container .p > div,
#app.loading #hero .container .button {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(56px);
    -ms-transform: translateY(56px);
    transform: translateY(56px);
}

#navigation {
    z-index: 10;
    position: absolute;
    top: 21px;
    width: 100%;
    height: 42px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#navigation ul,
#navigation ol,
#navigation li {
    display: block;
    margin: 0;
    padding: 0;
}

#navigation .dropdown .dropdown-menu li {
    padding: 7px 0;
    padding-left: 21px;
    padding-right: 42px;
}

#navigation .dropdown .dropdown-menu li:last-child {
    padding-bottom: 14px;
}

#navigation .dropdown > .dropdown-menu {
    display: none;
}

#navigation .dropdown:hover > .dropdown-menu {
    display: block;
}

#navigation .container {
    position: relative;
    height: 100%;
}

#navigation .alt-actions {
    z-index: 13;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#navigation .alt-actions:before,
#navigation .alt-actions:after {
    content: " ";
    display: table;
}

#navigation .alt-actions:after {
    clear: both;
}

#navigation .alt-actions > * {
    float: right;
}

#navigation .alt-actions > *:not(:last-child) {
    margin-left: 14px;
}

#navigation .alt-actions > .dropdown > .dropdown-menu {
    padding-top: 21px;
}

#navigation .alt-actions > .dropdown:hover .icon,
#navigation .button.secondary:hover,
#navigation .icon:hover {
    background-color: rgba(255, 255, 255, 0.35);
    color: #000;
}

#navigation .alt-actions > .dropdown:hover .icon > svg,
#navigation .button.secondary:hover > svg,
#navigation .icon:hover > svg {
    fill: #000;
}

@media (max-width: 1128px) {
    #navigation .alt-actions {
        right: 28px;
    }
}

@media (max-width: 600px) {
    #app:not(.menu-open) #navigation .alt-actions > *:not(:first-child) {
        -webkit-transform: translateY(-84px);
        -ms-transform: translateY(-84px);
        transform: translateY(-84px);
    }
}

#navigation-background {
    z-index: 9;
    position: absolute;
    top: -84px;
    right: 0;
    left: 0;
    height: 84px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #000;
}

@media (max-width: 992px) {
    #navigation-background {
        top: -840px;
        height: 840px;
    }
}

@media (max-width: 600px) {
    #navigation-background {
        top: -588px;
        height: 588px;
    }
}

#app.menu-animation #navigation-background {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#app.menu-animation.menu-open #navigation-background {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#app.menu-open #navigation-background {
    top: 0;
}

#app.menu-open #navigation .alt-actions > .dropdown:hover .icon,
#app.menu-open #navigation .button.secondary:hover,
#app.menu-open #navigation .icon:hover {
    background-color: #fff;
}

@media (max-width: 450px) {
    #app.menu-open #navigation .alt-actions > *:not(:last-child) {
        margin-left: 7px;
    }

    #app.menu-open #navigation .button {
        padding: 0 10.5px;
    }
}

#app.loading-animation #navigation {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#app.loading-animation #navigation .alt-actions > *:nth-child(1) {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#app.loading-animation #navigation .alt-actions > *:nth-child(2) {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#app.loading-animation #navigation .alt-actions > *:nth-child(3) {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#app.loading #navigation {
    height: 100%;
}

#app.loading #navigation .alt-actions > * {
    -webkit-transform: translateY(-84px);
    -ms-transform: translateY(-84px);
    transform: translateY(-84px);
}

@media (max-width: 500px) {
    #navigation .alt-actions .button {
        display: none;
    }

    #app:not(.loading) #navigation .alt-actions .dropdown.with-opposite-align {
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
}

#burger {
    z-index: 14;
    position: absolute;
    top: 3.5px;
    left: 0;
    width: 35px;
    height: 35px;
    outline: none;
}

#burger,
#burger > div {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#burger > div {
    position: absolute;
    top: 0;
    right: 35px;
    left: 0;
    height: 3px;
    background-color: #fff;
}

#burger > div:nth-child(1) {
    top: 6px;
}

#burger > div:nth-child(2) {
    top: 16px;
}

#burger > div:nth-child(3) {
    top: 26px;
}

#burger > div:nth-child(1) {
    right: 14px;
}

#burger > div:nth-child(2) {
    right: 4px;
}

#burger > div:nth-child(3) {
    right: 8px;
}

#app:not(.menu-open) #burger:hover > div:nth-child(1) {
    right: 4px;
    left: 4px;
}

#app:not(.menu-open) #burger:hover > div:nth-child(3) {
    right: 14px;
}

#app.menu-open #burger > div:nth-child(2) {
    right: 35px;
}

#app.menu-open #burger > div:nth-child(1),
#app.menu-open #burger > div:nth-child(3) {
    top: 16px;
    right: 4px;
}

#app.menu-open #burger > div:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#app.menu-open #burger > div:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#app.menu-open #burger:hover > div:nth-child(1) {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

#app.menu-open #burger:hover > div:nth-child(3) {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

@media (max-width: 1128px) {
    #burger {
        left: 28px;
    }
}

#app.loading-animation #burger > div:nth-child(1) {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#app.loading-animation #burger > div:nth-child(2) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#app.loading-animation #burger > div:nth-child(3) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#app.loading #burger > div {
    right: 35px;
}

#app.loading #burger > div:nth-child(1) {
    top: 36px;
}

#app.loading #burger > div:nth-child(2) {
    top: 46px;
}

#app.loading #burger > div:nth-child(3) {
    top: 56px;
}

#three-now-logo {
    z-index: 12;
    position: absolute;
    top: 0;
    left: 70px;
    display: block;
    outline: none;
    height: 42px;
    width: 80px;
    text-decoration: none;
    cursor: pointer;
}

#three-now-logo #three-now-logo-animation {
    position: absolute;
    height: 42px;
}

#three-now-logo,
#three-now-logo > svg {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#three-now-logo > svg {
    display: block;
    height: 28px;
    margin-top: 7px;
    fill: #fff;
}

#three-now-logo > svg,
#three-now-logo > svg g {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#three-now-logo > svg:hover {
    fill: #007ddf;
}

#app.menu-open #three-now-logo > svg {
    fill: #007ddf;
}

#app.menu-open #three-now-logo > svg:hover {
    fill: #fff;
}

@media (max-width: 1128px) {
    #three-now-logo {
        left: 98px;
    }
}

@media (max-width: 600px) {
    #app:not(.menu-open) #three-now-logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 500px) {
    #app.menu-open #three-now-logo {
        left: 84px;
    }
}

@media (max-width: 450px) {
    #app.menu-open #three-now-logo > svg .one {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

#app.loading-animation #three-now-logo,
#app.loading-animation #three-now-logo > svg,
#app.loading-animation #three-now-logo #three-now-logo-animation {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#app.loading #three-now-logo {
    -webkit-transform: scale(2) translateX(-25%);
    -ms-transform: scale(2) translateX(-25%);
    transform: scale(2) translateX(-25%);
    top: 50%;
    margin-top: -42px;
    left: 50%;
}

#app.loading #three-now-logo > svg {
    fill: #007ddf;
}

#app.logo-animation #three-now-logo > svg,
#app.loading #three-now-logo > svg {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

#app:not(.logo-animation) #three-now-logo #three-now-logo-animation {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}

#loading-message {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0.5);
    -ms-transform: translateX(-50%) scale(0.5);
    transform: translateX(-50%) scale(0.5);
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    cursor: default;
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#app:not(.loading) #loading-message,
#app.logo-animation #loading-message {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) scale(0.5) translateY(14px);
    -ms-transform: translateX(-50%) scale(0.5) translateY(14px);
    transform: translateX(-50%) scale(0.5) translateY(14px);
}

#menu {
    z-index: 11;
    display: block;
    position: absolute;
    top: 0;
    left: 192px;
    margin-top: -21px;
    padding: 21px 0;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#menu ul,
#menu ol,
#menu li {
    display: block;
    margin: 0;
    padding: 0;
}

#menu .dropdown .dropdown-menu li {
    padding: 7px 0;
    padding-left: 21px;
    padding-right: 42px;
}

#menu .dropdown .dropdown-menu li:last-child {
    padding-bottom: 14px;
}

#menu .dropdown > .dropdown-menu {
    display: none;
}

#menu .dropdown:hover > .dropdown-menu {
    display: block;
}

@media (max-width: 1128px) {
    #menu {
        left: 220px;
    }
}

#menu > ul {
    height: 100%;
}

#menu > ul > li {
    -webkit-transform: translateY(-84px);
    -ms-transform: translateY(-84px);
    transform: translateY(-84px);
}

#menu > ul > li .link {
    white-space: nowrap;
}

#menu > ul > li.dropdown > .dropdown-menu {
    padding-top: 21px;
}

@media (min-width: 991px) {
    #menu > ul:before,
    #menu > ul:after {
        content: " ";
        display: table;
    }

    #menu > ul:after {
        clear: both;
    }

    #menu > ul > li {
        padding: 7px 0;
        float: left;
    }

    #menu > ul > li:before,
    #menu > ul > li:after {
        content: " ";
        display: table;
    }

    #menu > ul > li:after {
        clear: both;
    }

    #menu > ul > li:not(:last-child) {
        padding-right: 42px;
    }
}

@media (max-width: 992px) {
    #menu {
        top: -840px;
        left: 50%;
        height: 840px;
    }

    #menu > ul {
        margin-top: 126px;
        height: 70%;
    }

    #menu > ul > li {
        height: 14.285714285714286%;
        padding: 32% 0 0;
        -webkit-transform: translateY(84px);
        -ms-transform: translateY(84px);
        transform: translateY(84px);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
    }

    #menu > ul > li .link {
        font-weight: 800;
        -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        font-size: 28px;
        line-height: 42px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #menu > ul > li .link:hover {
        -webkit-transform: translateX(-50%) scale(0.84);
        -ms-transform: translateX(-50%) scale(0.84);
        transform: translateX(-50%) scale(0.84);
    }
}

@media (max-width: 600px) {
    #menu {
        height: 588px;
    }

    #menu > ul {
        margin-top: 88.2px;
    }

    #menu > ul > li .link {
        font-size: 21px;
        line-height: 28px;
    }
}

#app.menu-open #menu > ul > li {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 992px) {
    #app.menu-open #menu {
        top: 0;
    }
}

@media (max-width: 992px) {
    #menu {
        overflow-x: hidden;
        overflow-y: scroll;
        left: 28px;
        right: 28px;
    }

    #menu > ul > li {
        height: auto;
        padding: 0;
    }

    #menu > ul > li .link {
        margin-left: 50%;
    }

    #menu > ul > li.dropdown > .dropdown-menu {
        padding-top: 0;
    }

    #menu > ul .dropdown:before,
    #menu > ul .dropdown:after {
        display: none;
    }

    #menu > ul .dropdown .dropdown-menu {
        position: static;
    }

    #menu > ul .dropdown .dropdown-menu li {
        padding: 0;
    }

    #menu > ul > li:not(.dropdown),
    #menu > ul .dropdown .dropdown-menu li:not(.dropdown) {
        padding: 21px 0;
    }

    #menu > ul .dropdown > .link {
        margin-top: 21px;
        margin-bottom: 21px;
    }

    #menu > ul .dropdown .dropdown-menu {
        display: none;
    }

    #menu > ul .dropdown.visible > .dropdown-menu {
        display: block;
    }
}

@media (min-width: 499px) {
    #menu > ul > li:last-child {
        display: none;
    }
}

@media (max-width: 500px) {
    #menu > ul > li:not(.dropdown),
    #menu > ul .dropdown .dropdown-menu li:not(.dropdown) {
        padding: 14px 0;
    }

    #menu > ul .dropdown > .link {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    #menu > ul > li > .button {
        width: 40%;
        text-align: center;
        margin: 0 2%;
        white-space: nowrap;
    }

    #menu > ul > li > .button:first-child {
        margin-left: 8%;
    }

    #menu > ul > li > .button:last-child {
        background-color: #fff;
        color: #000;
    }

    #menu > ul > li > .button:last-child:hover {
        background-color: #ccc !important;
    }
}

#services h2 {
    width: 80%;
    margin-left: 21px;
}

#services .cards:before,
#services .cards:after {
    content: " ";
    display: table;
}

#services .cards:after {
    clear: both;
}

#services .cards .card {
    display: block;
    width: 50%;
    padding-left: 10.5px;
    padding-right: 10.5px;
    float: left;
}

#services .cards .card:before,
#services .cards .card:after {
    content: " ";
    display: table;
}

#services .cards .card:after {
    clear: both;
}

#services .cards .card > img {
    display: block;
    width: 100%;
}

#services .cards .card .content {
    padding-top: 21px;
}

#services .cards .card .content h3 {
    margin-bottom: 14px;
}

@media (min-width: 991px) {
    #services .cards .card:nth-child(1) .content p {
        width: 85%;
    }

    #services .cards .card:nth-child(2) > img,
    #services .cards .card:nth-child(3) > img,
    #services .cards .card:nth-child(2) .content,
    #services .cards .card:nth-child(3) .content {
        width: 50%;
    }

    #services .cards .card:nth-child(2) > img h3,
    #services .cards .card:nth-child(3) > img h3,
    #services .cards .card:nth-child(2) .content h3,
    #services .cards .card:nth-child(3) .content h3 {
        margin-bottom: 14px;
    }

    #services .cards .card:nth-child(2) > img p,
    #services .cards .card:nth-child(3) > img p,
    #services .cards .card:nth-child(2) .content p,
    #services .cards .card:nth-child(3) .content p {
        font-size: 14px;
    }

    #services .cards .card:nth-child(2) > img,
    #services .cards .card:nth-child(2) .content {
        float: right;
    }

    #services .cards .card:nth-child(3) > img,
    #services .cards .card:nth-child(3) .content {
        float: left;
    }

    #services .cards .card:nth-child(2) {
        margin-top: 70px;
    }

    #services .cards .card:nth-child(3) {
        margin-top: 42px;
    }
}

@media (max-width: 992px) {
    #services .cards .card {
        padding-bottom: 21px;
    }
}

@media (max-width: 992px) and (min-width: 599px) {
    #services .cards .card:nth-child(1) {
        width: 100%;
    }

    #services .cards .card:nth-child(1) .content {
        padding-top: 0;
    }

    #services .cards .card:nth-child(1) > img {
        padding-right: 10.5px;
    }

    #services .cards .card:nth-child(1) .content {
        padding-left: 10.5px;
    }

    #services .cards .card:nth-child(1) > img,
    #services .cards .card:nth-child(1) .content {
        width: 50%;
        float: left;
    }
}

@media (min-width: 991px) {
    #services .cards .card:nth-child(2) .content,
    #services .cards .card:nth-child(3) .content {
        padding-top: 0;
    }

    #services .cards .card:nth-child(2) > img {
        padding-left: 7px;
    }

    #services .cards .card:nth-child(2) .content {
        padding-right: 7px;
    }

    #services .cards .card:nth-child(3) > img {
        padding-right: 7px;
    }

    #services .cards .card:nth-child(3) .content {
        padding-left: 7px;
    }
}

@media (max-width: 600px) {
    #services .cards .card {
        width: 100%;
    }
}

#services.is-inview-animation:not(.is-inview) h2 {
    -webkit-transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
    transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(3) > img {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(3) .content > *:nth-child(1) {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(3) .content > *:nth-child(2) {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(2) > img {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(2) .content > *:nth-child(1) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(2) .content > *:nth-child(2) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(1) > img {
    -webkit-transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
    transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(1) .content > *:nth-child(1) {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(1) .content > *:nth-child(2) {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#services.is-inview-animation.is-inview h2 {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(1) > img {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(1) .content > *:nth-child(1) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(1) .content > *:nth-child(2) {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(2) > img {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(2) .content > *:nth-child(1) {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(2) .content > *:nth-child(2) {
    -webkit-transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
    transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(3) > img {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(3) .content > *:nth-child(1) {
    -webkit-transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
    transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(3) .content > *:nth-child(2) {
    -webkit-transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
    transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
}

#services:not(.is-inview) h2 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(112px);
    -ms-transform: translateY(112px);
    transform: translateY(112px);
}

#services:not(.is-inview) .cards .card > img,
#services:not(.is-inview) .cards .card .content > * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

#services:not(.is-inview) .cards .card > img {
    -webkit-transform: translateY(112px);
    -ms-transform: translateY(112px);
    transform: translateY(112px);
}

#services:not(.is-inview) .cards .card .content > * {
    -webkit-transform: translateY(112px);
    -ms-transform: translateY(112px);
    transform: translateY(112px);
}

#services.is-inview h2 {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#services.is-inview .cards .card > img,
#services.is-inview .cards .card .content > * {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#about {
    padding: 0 !important;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#about .image-container {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 50%;
    height: 616px;
    background-color: #000;
}

#about .image-container,
#about .image-container .image {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#about .image-container .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#about .content {
    position: relative;
    left: 20%;
    width: 100%;
    padding-left: 30%;
    padding-right: 22%;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #007ddf;
    color: #fff;
}

#about .content .container {
    width: 100%;
    max-width: 550px;
    margin: 0;
    padding: 70px 0;
    padding-left: 70px;
}

#about .content h2 {
    margin-bottom: 28px;
}

@media (max-width: 992px) {
    #about .image-container {
        right: 10%;
        height: 369.59999999999997px;
    }

    #about .content {
        left: 10%;
        padding-top: 369.59999999999997px;
        padding-left: 0;
        padding-right: 20%;
    }

    #about .content .container {
        max-width: 880px;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding-top: 0;
        padding-left: 42px;
        padding-bottom: 42px;
    }
}

@media (max-width: 500px) {
    #about .image-container {
        height: 246.4px;
    }

    #about .content {
        padding-top: 246.4px;
    }

    #about .content h2 {
        margin-bottom: 14px;
    }
}

#about.is-inview-animation:not(.is-inview) .image-container,
#about.is-inview-animation:not(.is-inview) .content {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#about.is-inview-animation:not(.is-inview) .image-container .image {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#about.is-inview-animation:not(.is-inview) .content .container > *:nth-child(5) {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#about.is-inview-animation:not(.is-inview) .content .container > *:nth-child(4) {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#about.is-inview-animation:not(.is-inview) .content .container > *:nth-child(3) {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#about.is-inview-animation:not(.is-inview) .content .container > *:nth-child(2) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#about.is-inview-animation:not(.is-inview) .content .container > *:nth-child(1) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#about.is-inview-animation.is-inview .image-container,
#about.is-inview-animation.is-inview .content {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#about.is-inview-animation.is-inview .image-container .image {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#about.is-inview-animation.is-inview .content .container > *:nth-child(1) {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#about.is-inview-animation.is-inview .content .container > *:nth-child(2) {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#about.is-inview-animation.is-inview .content .container > *:nth-child(3) {
    -webkit-transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
    transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
}

#about.is-inview-animation.is-inview .content .container > *:nth-child(4) {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#about.is-inview-animation.is-inview .content .container > *:nth-child(5) {
    -webkit-transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
    transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
}

#about:not(.is-inview) .image-container {
    top: 35%;
    bottom: 35%;
    -webkit-transform: translateY(21px);
    -ms-transform: translateY(21px);
    transform: translateY(21px);
}

#about:not(.is-inview) .image-container .image {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

#about:not(.is-inview) .content {
    top: 35%;
    height: 30%;
    -webkit-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    transform: translateY(-21px);
}

@media (max-width: 992px) {
    #about:not(.is-inview) .content {
        height: auto;
    }
}

#about:not(.is-inview) .content .container > * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(56px);
    -ms-transform: translateY(56px);
    transform: translateY(56px);
}

#about.is-inview .image-container {
    top: 0;
    bottom: 0;
    -webkit-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    transform: translateY(-21px);
}

#about.is-inview .image-container .image {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#about.is-inview .content {
    top: 0;
    height: 100%;
    -webkit-transform: translateY(21px);
    -ms-transform: translateY(21px);
    transform: translateY(21px);
}

@media (max-width: 992px) {
    #about.is-inview .content {
        height: auto;
    }
}

#about.is-inview .content .container > * {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#advantages h2 {
    width: 80%;
    margin-left: 42px;
}

#advantages .cards:before,
#advantages .cards:after {
    content: " ";
    display: table;
}

#advantages .cards:after {
    clear: both;
}

#advantages .cards .card {
    height: 254px;
    display: block;
    width: 33.333333333333336%;
    float: left;
}

#advantages .cards .card:before,
#advantages .cards .card:after {
    content: " ";
    display: table;
}

#advantages .cards .card:after {
    clear: both;
}

#advantages .cards .card > img {
    display: block;
    width: 72px;
    margin-left: 42px;
}

#advantages .cards .card .content {
    padding: 21px 42px 42px;
}

@media (max-width: 992px) {
    #advantages .cards .card {
        width: 50%;
    }
}

@media (max-width: 600px) {
    #advantages .cards .card {
        width: 100%;
    }

    #advantages .cards .card .content p {
        width: 58%;
    }
}

@media (max-width: 500px) {
    #advantages .cards .card .content p {
        width: 90%;
    }
}

@media (max-width: 600px) {
    #advantages h2 {
        margin-left: 0;
    }

    #advantages .cards .card {
        height: auto;
    }

    #advantages .cards .card > img {
        margin-left: 0;
    }

    #advantages .cards .card .content {
        padding-left: 0;
    }
}

#advantages.is-inview-animation:not(.is-inview) h2 {
    -webkit-transition: all 1.668536657373859s cubic-bezier(0.19, 1, 0.22, 1) 2.065975751002569s;
    transition: all 1.668536657373859s cubic-bezier(0.19, 1, 0.22, 1) 2.065975751002569s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(6) > img {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(6) .content h5 {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(6) .content p {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(5) > img {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(5) .content h5 {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(5) .content p {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(4) > img {
    -webkit-transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
    transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(4) .content h5 {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(4) .content p {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(3) > img {
    -webkit-transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
    transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(3) .content h5 {
    -webkit-transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
    transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(3) .content p {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(2) > img {
    -webkit-transition: all 1.28092537166721s cubic-bezier(0.19, 1, 0.22, 1) 1.305661305962604s;
    transition: all 1.28092537166721s cubic-bezier(0.19, 1, 0.22, 1) 1.305661305962604s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(2) .content h5 {
    -webkit-transition: all 1.224735934295394s cubic-bezier(0.19, 1, 0.22, 1) 1.195443563425581s;
    transition: all 1.224735934295394s cubic-bezier(0.19, 1, 0.22, 1) 1.195443563425581s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(2) .content p {
    -webkit-transition: all 1.170707629130187s cubic-bezier(0.19, 1, 0.22, 1) 1.08946496483229s;
    transition: all 1.170707629130187s cubic-bezier(0.19, 1, 0.22, 1) 1.08946496483229s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(1) > img {
    -webkit-transition: all 1.463342357275065s cubic-bezier(0.19, 1, 0.22, 1) 1.66347923927032s;
    transition: all 1.463342357275065s cubic-bezier(0.19, 1, 0.22, 1) 1.66347923927032s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(1) .content h5 {
    -webkit-transition: all 1.400136881995255s cubic-bezier(0.19, 1, 0.22, 1) 1.539499268529153s;
    transition: all 1.400136881995255s cubic-bezier(0.19, 1, 0.22, 1) 1.539499268529153s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(1) .content p {
    -webkit-transition: all 1.339362386533899s cubic-bezier(0.19, 1, 0.22, 1) 1.420287758201109s;
    transition: all 1.339362386533899s cubic-bezier(0.19, 1, 0.22, 1) 1.420287758201109s;
}

#advantages.is-inview-animation.is-inview h2 {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(1) > img {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(1) .content h5 {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(1) .content p {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(2) > img {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(2) .content h5 {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(2) .content p {
    -webkit-transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
    transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(3) > img {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(3) .content h5 {
    -webkit-transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
    transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(3) .content p {
    -webkit-transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
    transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(4) > img {
    -webkit-transition: all 1.170707629130187s cubic-bezier(0.19, 1, 0.22, 1) 1.08946496483229s;
    transition: all 1.170707629130187s cubic-bezier(0.19, 1, 0.22, 1) 1.08946496483229s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(4) .content h5 {
    -webkit-transition: all 1.224735934295394s cubic-bezier(0.19, 1, 0.22, 1) 1.195443563425581s;
    transition: all 1.224735934295394s cubic-bezier(0.19, 1, 0.22, 1) 1.195443563425581s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(4) .content p {
    -webkit-transition: all 1.28092537166721s cubic-bezier(0.19, 1, 0.22, 1) 1.305661305962604s;
    transition: all 1.28092537166721s cubic-bezier(0.19, 1, 0.22, 1) 1.305661305962604s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(5) > img {
    -webkit-transition: all 1.339362386533899s cubic-bezier(0.19, 1, 0.22, 1) 1.420287758201109s;
    transition: all 1.339362386533899s cubic-bezier(0.19, 1, 0.22, 1) 1.420287758201109s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(5) .content h5 {
    -webkit-transition: all 1.400136881995255s cubic-bezier(0.19, 1, 0.22, 1) 1.539499268529153s;
    transition: all 1.400136881995255s cubic-bezier(0.19, 1, 0.22, 1) 1.539499268529153s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(5) .content p {
    -webkit-transition: all 1.463342357275065s cubic-bezier(0.19, 1, 0.22, 1) 1.66347923927032s;
    transition: all 1.463342357275065s cubic-bezier(0.19, 1, 0.22, 1) 1.66347923927032s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(6) > img {
    -webkit-transition: all 1.529076051566068s cubic-bezier(0.19, 1, 0.22, 1) 1.792418408841133s;
    transition: all 1.529076051566068s cubic-bezier(0.19, 1, 0.22, 1) 1.792418408841133s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(6) .content h5 {
    -webkit-transition: all 1.59743909362871s cubic-bezier(0.19, 1, 0.22, 1) 1.926515145194778s;
    transition: all 1.59743909362871s cubic-bezier(0.19, 1, 0.22, 1) 1.926515145194778s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(6) .content p {
    -webkit-transition: all 1.668536657373859s cubic-bezier(0.19, 1, 0.22, 1) 2.065975751002569s;
    transition: all 1.668536657373859s cubic-bezier(0.19, 1, 0.22, 1) 2.065975751002569s;
}

#advantages:not(.is-inview) h2 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(112px);
    -ms-transform: translateY(112px);
    transform: translateY(112px);
}

#advantages:not(.is-inview) .cards .card > img,
#advantages:not(.is-inview) .cards .card .content h5,
#advantages:not(.is-inview) .cards .card .content p {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(112px);
    -ms-transform: translateY(112px);
    transform: translateY(112px);
}

#advantages.is-inview h2 {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#advantages.is-inview .cards .card > img,
#advantages.is-inview .cards .card .content h5,
#advantages.is-inview .cards .card .content p {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#taxi-service {
    padding: 0 !important;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#taxi-service .image-container {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 50%;
    height: 616px;
    background-color: #000;
}

#taxi-service .image-container,
#taxi-service .image-container .image {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#taxi-service .image-container .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#taxi-service .content {
    position: relative;
    right: 20%;
    width: 100%;
    padding-right: 30%;
    padding-left: 22%;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #007ddf;
    color: #fff;
}

#taxi-service .content:before,
#taxi-service .content:after {
    content: " ";
    display: table;
}

#taxi-service .content:after {
    clear: both;
}

#taxi-service .content .container {
    float: right;
    width: 100%;
    max-width: 550px;
    margin: 0;
    padding: 70px 0;
    padding-right: 70px;
}

#taxi-service .content h2 {
    margin-bottom: 28px;
}

@media (max-width: 992px) {
    #taxi-service .image-container {
        left: 10%;
        height: 369.59999999999997px;
    }

    #taxi-service .content {
        right: 10%;
        padding-top: 369.59999999999997px;
        padding-right: 0;
        padding-left: 20%;
    }

    #taxi-service .content .container {
        max-width: 880px;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding-top: 0;
        padding-right: 42px;
        padding-bottom: 42px;
    }
}

@media (max-width: 500px) {
    #taxi-service .image-container {
        height: 246.4px;
    }

    #taxi-service .content {
        padding-top: 246.4px;
    }

    #taxi-service .content h2 {
        margin-bottom: 14px;
    }
}

#taxi-service.is-inview-animation:not(.is-inview) .image-container,
#taxi-service.is-inview-animation:not(.is-inview) .content {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#taxi-service.is-inview-animation:not(.is-inview) .image-container .image {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#taxi-service.is-inview-animation:not(.is-inview) .content .container > *:nth-child(5) {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#taxi-service.is-inview-animation:not(.is-inview) .content .container > *:nth-child(4) {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#taxi-service.is-inview-animation:not(.is-inview) .content .container > *:nth-child(3) {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#taxi-service.is-inview-animation:not(.is-inview) .content .container > *:nth-child(2) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#taxi-service.is-inview-animation:not(.is-inview) .content .container > *:nth-child(1) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#taxi-service.is-inview-animation.is-inview .image-container,
#taxi-service.is-inview-animation.is-inview .content {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#taxi-service.is-inview-animation.is-inview .image-container .image {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#taxi-service.is-inview-animation.is-inview .content .container > *:nth-child(1) {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#taxi-service.is-inview-animation.is-inview .content .container > *:nth-child(2) {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#taxi-service.is-inview-animation.is-inview .content .container > *:nth-child(3) {
    -webkit-transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
    transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
}

#taxi-service.is-inview-animation.is-inview .content .container > *:nth-child(4) {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#taxi-service.is-inview-animation.is-inview .content .container > *:nth-child(5) {
    -webkit-transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
    transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
}

#taxi-service:not(.is-inview) .image-container {
    top: 35%;
    bottom: 35%;
    -webkit-transform: translateY(21px);
    -ms-transform: translateY(21px);
    transform: translateY(21px);
}

#taxi-service:not(.is-inview) .image-container .image {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

#taxi-service:not(.is-inview) .content {
    top: 35%;
    height: 30%;
    -webkit-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    transform: translateY(-21px);
}

@media (max-width: 992px) {
    #taxi-service:not(.is-inview) .content {
        height: auto;
    }
}

#taxi-service:not(.is-inview) .content .container > * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(56px);
    -ms-transform: translateY(56px);
    transform: translateY(56px);
}

#taxi-service.is-inview .image-container {
    top: 0;
    bottom: 0;
    -webkit-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    transform: translateY(-21px);
}

#taxi-service.is-inview .image-container .image {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#taxi-service.is-inview .content {
    top: 0;
    height: 100%;
    -webkit-transform: translateY(21px);
    -ms-transform: translateY(21px);
    transform: translateY(21px);
}

@media (max-width: 992px) {
    #taxi-service.is-inview .content {
        height: auto;
    }
}

#taxi-service.is-inview .content .container > * {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#become-captain {
    position: relative;
    padding-bottom: 0 !important;
}

#become-captain .car-container {
    position: relative;
}

#become-captain .car {
    z-index: 1;
    display: block;
    position: absolute;
    width: 58%;
    mix-blend-mode: multiply;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#become-captain .content {
    position: relative;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#become-captain .content .container > .content-container {
    width: 100%;
    max-width: 550px;
    margin: 0;
    padding: 70px 0;
    padding-right: 70px;
    padding-bottom: 0;
}

#become-captain .content h2 {
    margin-bottom: 28px;
}

@media (max-width: 1128px) {
    #become-captain {
        padding-top: 291.54999999999995px !important;
    }

    #become-captain .car {
        width: 578.1999999999999px;
        margin-left: -289.09999999999997px;
    }

    #become-captain .content .container > .content-container {
        max-width: 80%;
        margin: 0 auto;
        padding-left: 0;
    }
}

@media (max-width: 992px) {
    #become-captain {
        padding-top: 248.25px !important;
    }

    #become-captain .car {
        width: 413px;
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    #become-captain .content .container > .content-container {
        max-width: 90%;
        padding-right: 0;
    }
}

@media (max-width: 500px) {
    #become-captain .content h2 {
        margin-bottom: 14px;
    }
}

#become-captain.is-inview-animation:not(.is-inview) .car {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#become-captain.is-inview-animation:not(.is-inview) .content .container > .content-container > *:nth-child(4) {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#become-captain.is-inview-animation:not(.is-inview) .content .container > .content-container > *:nth-child(3) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#become-captain.is-inview-animation:not(.is-inview) .content .container > .content-container > *:nth-child(2) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#become-captain.is-inview-animation:not(.is-inview) .content .container > .content-container > *:nth-child(1) {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#become-captain.is-inview-animation.is-inview .car {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#become-captain.is-inview-animation.is-inview .content .container > .content-container > *:nth-child(1) {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#become-captain.is-inview-animation.is-inview .content .container > .content-container > *:nth-child(2) {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#become-captain.is-inview-animation.is-inview .content .container > .content-container > *:nth-child(3) {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#become-captain.is-inview-animation.is-inview .content .container > .content-container > *:nth-child(4) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#become-captain:not(.is-inview) .car {
    top: 492px;
    left: -2040px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

#become-captain:not(.is-inview).is-inview-animation .car {
    top: -492px;
    left: 2040px;
}

#become-captain:not(.is-inview) .content h2,
#become-captain:not(.is-inview) p {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(56px);
    -ms-transform: translateY(56px);
    transform: translateY(56px);
}

#become-captain.is-inview .car {
    top: 0;
    left: 50%;
    -ms-filter: none;
    filter: none;
    opacity: 1;
}

@media (max-width: 1128px) {
    #become-captain.is-inview .car {
        top: -151.54999999999998px;
        left: 50%;
    }
}

@media (max-width: 992px) {
    #become-captain.is-inview .car {
        top: -108.25px;
        left: 10%;
    }
}

@media (max-width: 730px) {
    #become-captain.is-inview .car {
        top: -162.375px;
    }
}

@media (max-width: 600px) {
    #become-captain.is-inview .car {
        left: 5%;
    }
}

@media (max-width: 320px) {
    #become-captain.is-inview .car {
        top: -216.5px;
    }
}

#become-captain.is-inview .content h2,
#become-captain.is-inview p {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#mobile-app {
    position: relative;
    height: 728px;
}

#mobile-app .mobile-container {
    position: relative;
}

#mobile-app .mobile {
    z-index: 1;
    position: absolute;
    top: -53.5px;
    left: 0;
    width: 50%;
    height: 448px;
}

#mobile-app .mobile,
#mobile-app .mobile > img.layer {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#mobile-app .mobile > img.layer {
    display: block;
    position: absolute;
    width: 100%;
}

#mobile-app .content {
    position: relative;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #007ddf;
    color: #fff;
}

#mobile-app .content .container {
    position: absolute;
    top: 224px;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 550px;
    margin: 0;
    padding: 70px 0;
    padding-left: 70px;
}

#mobile-app .content h2 {
    margin-bottom: 28px;
}

#mobile-app .download-buttons {
    margin-top: 21px;
}

#mobile-app .download-buttons:before,
#mobile-app .download-buttons:after {
    content: " ";
    display: table;
}

#mobile-app .download-buttons:after {
    clear: both;
}

#mobile-app .download-buttons > a {
    display: block;
    float: left;
}

#mobile-app .download-buttons > a:not(:last-child) {
    margin-right: 7px;
}

#mobile-app .download-buttons > a > img {
    display: block;
    height: 42px;
}

@media (max-width: 1128px) {
    #mobile-app {
        height: 1011.85px;
        padding-top: 334.25px !important;
    }

    #mobile-app .mobile {
        top: -194.25px;
        left: 50%;
        width: 385px;
        height: 388.5px;
        margin-left: -192.5px;
    }

    #mobile-app .content {
        height: 537.6px;
    }

    #mobile-app .content .container {
        top: 322.56px;
        max-width: 50%;
        left: 25%;
        padding-left: 0;
    }
}

@media (max-width: 992px) {
    #mobile-app {
        height: 866.75px;
        padding-top: 278.75px !important;
    }

    #mobile-app .mobile {
        top: -138.75px;
        left: 10%;
        width: 275px;
        height: 277.5px;
        margin-left: 0;
    }

    #mobile-app .content {
        height: 448px;
    }

    #mobile-app .content .container {
        top: 268.8px;
        max-width: 80%;
        left: 10%;
    }
}

@media (max-width: 500px) {
    #mobile-app .content h2 {
        margin-bottom: 14px;
    }
}

#mobile-app.is-inview-animation:not(.is-inview) .content {
    -webkit-transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
    transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
}

#mobile-app.is-inview-animation:not(.is-inview) .content h2 {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#mobile-app.is-inview-animation:not(.is-inview) .content p {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#mobile-app.is-inview-animation:not(.is-inview) .content .download-buttons > a:nth-child(2) {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#mobile-app.is-inview-animation:not(.is-inview) .content .download-buttons > a:nth-child(1) {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#mobile-app.is-inview-animation:not(.is-inview) .mobile > img.layer:nth-child(4) {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#mobile-app.is-inview-animation:not(.is-inview) .mobile > img.layer:nth-child(3) {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#mobile-app.is-inview-animation:not(.is-inview) .mobile > img.layer:nth-child(2) {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#mobile-app.is-inview-animation:not(.is-inview) .mobile > img.layer:nth-child(1) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#mobile-app.is-inview-animation.is-inview .content {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#mobile-app.is-inview-animation.is-inview .content h2 {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#mobile-app.is-inview-animation.is-inview .content p {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#mobile-app.is-inview-animation.is-inview .content .download-buttons > a:nth-child(1) {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#mobile-app.is-inview-animation.is-inview .content .download-buttons > a:nth-child(2) {
    -webkit-transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
    transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
}

#mobile-app.is-inview-animation.is-inview .mobile > img.layer:nth-child(1) {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#mobile-app.is-inview-animation.is-inview .mobile > img.layer:nth-child(2) {
    -webkit-transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
    transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
}

#mobile-app.is-inview-animation.is-inview .mobile > img.layer:nth-child(3) {
    -webkit-transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
    transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
}

#mobile-app.is-inview-animation.is-inview .mobile > img.layer:nth-child(4) {
    -webkit-transition: all 1.170707629130187s cubic-bezier(0.19, 1, 0.22, 1) 1.08946496483229s;
    transition: all 1.170707629130187s cubic-bezier(0.19, 1, 0.22, 1) 1.08946496483229s;
}

#mobile-app:not(.is-inview) .mobile > img.layer {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    transform: rotate(14deg);
}

#mobile-app:not(.is-inview) .mobile > img.layer:nth-child(2) {
    top: -65px;
    left: 130.5px;
}

@media (max-width: 1128px) {
    #mobile-app:not(.is-inview) .mobile > img.layer:nth-child(2) {
        top: -45.5px;
        left: 91.35px;
    }
}

@media (max-width: 992px) {
    #mobile-app:not(.is-inview) .mobile > img.layer:nth-child(2) {
        top: -32.5px;
        left: 65.25px;
    }
}

#mobile-app:not(.is-inview) .mobile > img.layer:nth-child(3),
#mobile-app:not(.is-inview) .mobile > img.layer:nth-child(4) {
    top: -102px;
    left: 295.5px;
}

@media (max-width: 1128px) {
    #mobile-app:not(.is-inview) .mobile > img.layer:nth-child(3),
    #mobile-app:not(.is-inview) .mobile > img.layer:nth-child(4) {
        top: -71.39999999999999px;
        left: 206.85px;
    }
}

@media (max-width: 992px) {
    #mobile-app:not(.is-inview) .mobile > img.layer:nth-child(3),
    #mobile-app:not(.is-inview) .mobile > img.layer:nth-child(4) {
        top: -51px;
        left: 147.75px;
    }
}

#mobile-app:not(.is-inview) .content {
    height: 134.40000000000003px;
    margin-top: 156.79999999999998px;
}

@media (max-width: 1128px) and (min-width: 991px) {
    #mobile-app:not(.is-inview) .content {
        height: 161.28000000000003px;
        margin-top: 188.16px;
    }
}

#mobile-app:not(.is-inview) .content h2,
#mobile-app:not(.is-inview) .content p,
#mobile-app:not(.is-inview) .content .download-buttons > a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(56px);
    -ms-transform: translateY(56px);
    transform: translateY(56px);
}

#mobile-app.is-inview .mobile > img.layer {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

#mobile-app.is-inview .content {
    height: 448px;
    margin-top: 0;
}

@media (max-width: 1128px) and (min-width: 991px) {
    #mobile-app.is-inview .content {
        height: 537.6px;
    }
}

#mobile-app.is-inview .content h2,
#mobile-app.is-inview .content p,
#mobile-app.is-inview .content .download-buttons > a {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#videos {
    position: relative;
}

#videos .content {
    position: relative;
    height: 448px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#videos .content .container {
    position: absolute;
    top: 224px;
    right: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 550px;
    margin: 0;
    padding: 70px 0;
    padding-right: 70px;
}

#videos .content h2 {
    margin-bottom: 28px;
}

#videos .videos-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-180px);
    -ms-transform: translateY(-180px);
    transform: translateY(-180px);
}

#videos .video {
    z-index: 1;
    position: absolute;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: rgba(0, 125, 223, 0.35);
}

#videos .video:nth-child(1) {
    top: 0;
    left: 0;
    width: 640px;
    height: 360px;
}

#videos .video:nth-child(2),
#videos .video:nth-child(3) {
    top: 374px;
    width: 313px;
    height: 173px;
}

#videos .video:nth-child(2) {
    left: 0;
}

#videos .video:nth-child(3) {
    left: 327px;
}

#videos .video iframe {
    display: block;
    width: 100%;
    height: 100%;
}

@media (min-width: 1299px) {
    #videos .content {
        height: 537.6px;
    }
}

@media (max-width: 1300px) and (min-width: 1127px) {
    #videos .videos-container {
        -webkit-transform: translateY(-125.99999999999999px);
        -ms-transform: translateY(-125.99999999999999px);
        transform: translateY(-125.99999999999999px);
    }

    #videos .video:nth-child(1) {
        top: 0;
        left: 0;
        width: 448px;
        height: 251.99999999999997px;
    }

    #videos .video:nth-child(2),
    #videos .video:nth-child(3) {
        top: 266px;
        width: 217px;
        height: 118.99999999999999px;
    }

    #videos .video:nth-child(2) {
        left: 0;
    }

    #videos .video:nth-child(3) {
        left: 231px;
    }
}

@media (max-width: 1128px) {
    #videos .content {
        height: 808px;
    }

    #videos .content .container {
        top: 0;
        right: 10%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        max-width: 80%;
        padding-top: 0;
        padding-left: 0;
    }

    #videos .videos-container {
        top: 360px;
        left: 10%;
        max-width: 80%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (max-width: 800px) {
    #videos .videos-container {
        top: 450px;
    }

    #videos .video:nth-child(1) {
        width: 448px;
        height: 251.99999999999997px;
    }

    #videos .video:nth-child(2),
    #videos .video:nth-child(3) {
        top: 266px;
        width: 217px;
        height: 118.99999999999999px;
    }

    #videos .video:nth-child(3) {
        left: 231px;
    }
}

@media (max-width: 560px) {
    #videos .video:nth-child(1),
    #videos .video:nth-child(2),
    #videos .video:nth-child(3) {
        width: 320px;
        height: 180px;
    }

    #videos .video:nth-child(2) {
        top: 194px;
    }

    #videos .video:nth-child(3) {
        top: 388px;
        left: 0;
    }
}

@media (max-width: 600px) {
    #videos .content .container,
    #videos .videos-container {
        max-width: 90%;
        left: 5%;
    }

    #videos .videos-container {
        top: 360px;
    }
}

@media (max-width: 500px) {
    #videos .content h2 {
        margin-bottom: 14px;
    }
}

#videos.is-inview-animation:not(.is-inview) .content .container > *:nth-child(2) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#videos.is-inview-animation:not(.is-inview) .content .container > *:nth-child(1) {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#videos.is-inview-animation:not(.is-inview) .videos-container > .video:nth-child(3) {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#videos.is-inview-animation:not(.is-inview) .videos-container > .video:nth-child(2) {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#videos.is-inview-animation:not(.is-inview) .videos-container > .video:nth-child(1) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#videos.is-inview-animation.is-inview .content .container > *:nth-child(1) {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#videos.is-inview-animation.is-inview .content .container > *:nth-child(2) {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#videos.is-inview-animation.is-inview .videos-container > .video:nth-child(1) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#videos.is-inview-animation.is-inview .videos-container > .video:nth-child(2) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#videos.is-inview-animation.is-inview .videos-container > .video:nth-child(3) {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#videos:not(.is-inview) .videos-container > .video,
#videos:not(.is-inview) .content h2,
#videos:not(.is-inview) p {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(56px);
    -ms-transform: translateY(56px);
    transform: translateY(56px);
}

#videos.is-inview .videos-container > .video,
#videos.is-inview .content h2,
#videos.is-inview p {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#footer {
    position: relative;
    width: 100%;
    padding: 70px 0;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #000;
    color: #fff;
}

#footer ul,
#footer ol,
#footer li {
    display: block;
    margin: 0;
    padding: 0;
}

#footer .container {
    position: relative;
    padding-bottom: 28px;
}

#footer .container:before,
#footer .container:after {
    content: " ";
    display: table;
}

#footer .container:after {
    clear: both;
}

#footer .logo-area,
#footer .contact-area,
#footer .popular-area,
#footer .legal-area {
    float: left;
    width: 20%;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#footer .logo-area h5,
#footer .contact-area h5,
#footer .popular-area h5,
#footer .legal-area h5 {
    margin-bottom: 7px;
}

#footer .logo-area .link:after,
#footer .contact-area .link:after,
#footer .popular-area .link:after,
#footer .legal-area .link:after {
    height: 1px;
}

#footer .logo-area {
    width: 40%;
}

#footer .logo-area #three-now-logo--footer {
    display: block;
    margin-bottom: 35px;
    outline: none;
    height: 35px;
    text-decoration: none;
    cursor: pointer;
}

#footer .logo-area #three-now-logo--footer,
#footer .logo-area #three-now-logo--footer > svg {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#footer .logo-area #three-now-logo--footer > svg {
    display: block;
    height: 35px;
    fill: #007ddf;
}

#footer .logo-area #three-now-logo--footer > svg:hover {
    fill: #fff;
}

#footer .logo-area .download-buttons:before,
#footer .logo-area .download-buttons:after {
    content: " ";
    display: table;
}

#footer .logo-area .download-buttons:after {
    clear: both;
}

#footer .logo-area .download-buttons > a {
    display: block;
    float: left;
    margin-bottom: 7px;
}

#footer .logo-area .download-buttons > a:not(:last-child) {
    margin-right: 7px;
}

#footer .logo-area .download-buttons > a > img {
    display: block;
    height: 42px;
}

#footer .copyright-area,
#footer .social-media-area {
    position: absolute;
    top: 100%;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#footer .copyright-area {
    left: 0;
    line-height: 42px;
}

#footer .social-media-area {
    left: 100%;
    width: 238px;
    margin-left: -238px;
}

#footer .social-media-area ul:before,
#footer .social-media-area ul:after {
    content: " ";
    display: table;
}

#footer .social-media-area ul:after {
    clear: both;
}

#footer .social-media-area ul li {
    display: block;
    float: left;
}

#footer .social-media-area ul li:not(:last-child) {
    margin-right: 7px;
}

#footer .social-media-area ul li .icon {
    display: block;
}

#footer .social-media-area ul li .icon svg {
    margin: 9px;
}

#footer .social-media-area ul li .icon:hover {
    background-color: #007ddf;
    color: #fff;
}

#footer .social-media-area ul li .icon:hover > svg {
    fill: #fff;
}

@media (max-width: 1128px) {
    #footer .copyright-area {
        left: 28px;
    }

    #footer .social-media-area {
        margin-left: -266px;
    }
}

@media (max-width: 992px) {
    #footer .logo-area,
    #footer .contact-area,
    #footer .popular-area,
    #footer .legal-area {
        width: 25%;
    }
}

@media (max-width: 600px) {
    #footer .container {
        padding-bottom: 63px;
    }

    #footer .logo-area,
    #footer .contact-area,
    #footer .popular-area,
    #footer .legal-area {
        width: 100%;
        margin-bottom: 35px;
    }

    #footer .social-media-area {
        left: 0;
        margin-left: 19px;
        margin-top: -49px;
    }
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700;800;900&display=swap");
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: 28px;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: 28px;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
}

body {
    position: relative;
    direction: ltr;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    background-color: #fff;
    color: #000;
}

@media (max-width: 600px) {
    body {
        font-size: 14.4px;
    }
}

#app {
    width: 100%;
    /*height: 100%;*/
}

#app > section {
    padding: 140px 0;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 600px) {
    #app > section {
        padding: 84px 0;
    }
}

#app > section h2 {
    margin-bottom: 70px;
}

#app .container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 1128px) {
    #app .container {
        padding: 0 28px;
    }
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5,
#services .cards .card:nth-child(2) > img h3,
#services .cards .card:nth-child(3) > img h3,
#services .cards .card:nth-child(2) .content h3,
#services .cards .card:nth-child(3) .content h3,
#services .cards .card .content h3 {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 800;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

h1,
.h1 {
    font-size: 68px;
    line-height: 84px;
}

@media (max-width: 600px) {
    h1,
    .h1 {
        font-size: 47.599999999999994px;
        line-height: 58.8px;
    }
}

@media (max-width: 500px) {
    h1,
    .h1 {
        font-size: 38.080000000000005px;
        line-height: 47.040000000000006px;
    }
}

h2,
.h2 {
    font-size: 42px;
    line-height: 56px;
}

@media (max-width: 600px) {
    h2,
    .h2 {
        font-size: 29.4px;
        line-height: 39.199999999999996px;
    }
}

@media (max-width: 500px) {
    h2,
    .h2 {
        font-size: 23.520000000000003px;
        line-height: 31.360000000000003px;
    }
}

h3,
.h3 {
    font-size: 28px;
    line-height: 42px;
}

h4,
.h4,
#services .cards .card:nth-child(2) > img h3,
#services .cards .card:nth-child(3) > img h3,
#services .cards .card:nth-child(2) .content h3,
#services .cards .card:nth-child(3) .content h3,
#services .cards .card .content h3 {
    font-size: 21px;
    line-height: 28px;
}

h5,
.h5 {
    font-size: 16px;
    line-height: 28px;
}

p,
.p {
    margin: 0;
    padding: 0;
    margin-bottom: 7px;
}

small,
.small,
.dropdown .dropdown-menu li .link,
#footer .logo-area .link,
#footer .contact-area .link,
#footer .popular-area .link,
#footer .legal-area .link,
#footer .copyright-area {
    font-size: 14px;
}

ul,
ol {
    margin: 14px 0;
    padding-left: 21px;
}

li {
    padding-left: 7px;
}

.link {
    display: inline-block;
    position: relative;
    outline: none;
    line-height: 28px;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

.link,
.link:after {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.link:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 100%;
    height: 2px;
    background-color: #007ddf;
}

.link:hover {
    color: #007ddf;
}

.link:hover:after {
    right: 0;
}

.button {
    display: inline-block;
    padding: 0 21px;
    outline: none;
    line-height: 42px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.button.primary {
    background-color: #007ddf;
    color: #fff;
}

.button.primary:hover {
    background-color: #0064b2;
    color: #fff;
}

.button.secondary {
    background-color: transparent;
    color: #fff;
}

.button.secondary:hover {
    background-color: #000;
    color: #fff;
}

.icon {
    display: inline-block;
    width: 42px;
    height: 42px;
    outline: none;
    border-radius: 50%;
    text-decoration: none;
    cursor: pointer;
}

.icon > svg {
    display: inline-block;
}

.icon,
.icon > svg {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.icon.x24 > svg {
    margin-top: 9px;
    margin-left: 9px;
}

.icon {
    background-color: transparent;
}

.icon > svg {
    fill: #fff;
}

.icon:hover {
    background-color: #000;
}

.icon:hover > svg {
    fill: #fff;
}

.dropdown {
    position: relative;
}

.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
}

.dropdown .dropdown-menu li {
    display: block;
    padding: 7px 0;
    padding-left: 21px;
    padding-right: 42px;
    background-color: #000;
}

.dropdown .dropdown-menu li:last-child {
    padding-bottom: 14px;
}

.dropdown .dropdown-menu li .link {
    white-space: nowrap;
}

.dropdown .dropdown-menu .dropdown .dropdown-menu {
    top: 0;
    left: 100%;
}

.dropdown .dropdown-menu .dropdown:before,
.dropdown .dropdown-menu .dropdown:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 21px;
    width: 2px;
    height: 6px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
}

.dropdown .dropdown-menu .dropdown:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dropdown .dropdown-menu .dropdown:after {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dropdown > .dropdown-menu {
    display: none;
}

.dropdown:hover > .link {
    color: #007ddf;
}

.dropdown:hover > .link:after {
    right: 0;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown:hover > .dropdown-menu > .dropdown:hover:before,
.dropdown:hover > .dropdown-menu > .dropdown:hover:after {
    right: 0;
    background-color: #007ddf;
}

.dropdown.with-opposite-align .dropdown-menu {
    left: auto;
    right: 0;
}

.dropdown.with-opposite-align .dropdown .dropdown-menu {
    left: auto;
    right: 100%;
}

#hero {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 840px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#hero > .background-color,
#hero > .background,
#hero > .overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#hero > .background-color {
    background-color: #000;
}

#hero > .background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#hero > .overlay {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(270deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(270deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}

#hero .container {
    z-index: 2;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 280px;
}

#hero .container > * {
    margin-bottom: 21px;
    color: #fff;
}

@media (max-width: 600px) {
    #hero {
        height: 588px;
    }

    #hero .container {
        padding-top: 182px;
    }
}

@-moz-keyframes heroBackground {
    100% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes heroBackground {
    100% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-o-keyframes heroBackground {
    100% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes heroBackground {
    100% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

#app.loading-animation #hero {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#app.loading-animation #hero .background,
#app.loading-animation #hero .overlay {
    -webkit-transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
    transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
}

#app.loading-animation #hero .container h1 > div:nth-child(1) {
    -webkit-transition: all 1.224735934295394s cubic-bezier(0.19, 1, 0.22, 1) 1.195443563425581s;
    transition: all 1.224735934295394s cubic-bezier(0.19, 1, 0.22, 1) 1.195443563425581s;
}

#app.loading-animation #hero .container h1 > div:nth-child(2) {
    -webkit-transition: all 1.28092537166721s cubic-bezier(0.19, 1, 0.22, 1) 1.305661305962604s;
    transition: all 1.28092537166721s cubic-bezier(0.19, 1, 0.22, 1) 1.305661305962604s;
}

#app.loading-animation #hero .container .p > div:nth-child(1) {
    -webkit-transition: all 1.339362386533899s cubic-bezier(0.19, 1, 0.22, 1) 1.420287758201109s;
    transition: all 1.339362386533899s cubic-bezier(0.19, 1, 0.22, 1) 1.420287758201109s;
}

#app.loading-animation #hero .container .p > div:nth-child(2) {
    -webkit-transition: all 1.400136881995255s cubic-bezier(0.19, 1, 0.22, 1) 1.539499268529153s;
    transition: all 1.400136881995255s cubic-bezier(0.19, 1, 0.22, 1) 1.539499268529153s;
}

#app.loading-animation #hero .container .p > div:nth-child(3) {
    -webkit-transition: all 1.463342357275065s cubic-bezier(0.19, 1, 0.22, 1) 1.66347923927032s;
    transition: all 1.463342357275065s cubic-bezier(0.19, 1, 0.22, 1) 1.66347923927032s;
}

#app.loading-animation #hero .container .button {
    -webkit-transition: all 1.463342357275065s cubic-bezier(0.19, 1, 0.22, 1) 1.66347923927032s;
    transition: all 1.463342357275065s cubic-bezier(0.19, 1, 0.22, 1) 1.66347923927032s;
}

#app.loading #hero {
    height: 100%;
}

#app.loading #hero .background,
#app.loading #hero .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

#app.loading #hero .container h1 > div,
#app.loading #hero .container .p > div,
#app.loading #hero .container .button {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(56px);
    -ms-transform: translateY(56px);
    transform: translateY(56px);
}

#navigation {
    z-index: 10;
    position: absolute;
    top: 21px;
    width: 100%;
    height: 42px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#navigation ul,
#navigation ol,
#navigation li {
    display: block;
    margin: 0;
    padding: 0;
}

#navigation .dropdown .dropdown-menu li {
    padding: 7px 0;
    padding-left: 21px;
    padding-right: 42px;
}

#navigation .dropdown .dropdown-menu li:last-child {
    padding-bottom: 14px;
}

#navigation .dropdown > .dropdown-menu {
    display: none;
}

#navigation .dropdown:hover > .dropdown-menu {
    display: block;
}

#navigation .container {
    position: relative;
    height: 100%;
}

#navigation .alt-actions {
    z-index: 13;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#navigation .alt-actions:before,
#navigation .alt-actions:after {
    content: " ";
    display: table;
}

#navigation .alt-actions:after {
    clear: both;
}

#navigation .alt-actions > * {
    float: right;
}

#navigation .alt-actions > *:not(:last-child) {
    margin-left: 14px;
}

#navigation .alt-actions > .dropdown > .dropdown-menu {
    padding-top: 21px;
}

#navigation .alt-actions > .dropdown:hover .icon,
#navigation .button.secondary:hover,
#navigation .icon:hover {
    background-color: rgba(255, 255, 255, 0.35);
    color: #000;
}

#navigation .alt-actions > .dropdown:hover .icon > svg,
#navigation .button.secondary:hover > svg,
#navigation .icon:hover > svg {
    fill: #000;
}

@media (max-width: 1128px) {
    #navigation .alt-actions {
        right: 28px;
    }
}

@media (max-width: 600px) {
    #app:not(.menu-open) #navigation .alt-actions > *:not(:first-child) {
        -webkit-transform: translateY(-84px);
        -ms-transform: translateY(-84px);
        transform: translateY(-84px);
    }
}

#navigation-background {
    z-index: 9;
    position: absolute;
    top: -84px;
    right: 0;
    left: 0;
    height: 84px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #000;
}

@media (max-width: 992px) {
    #navigation-background {
        top: -840px;
        height: 840px;
    }
}

@media (max-width: 600px) {
    #navigation-background {
        top: -588px;
        height: 588px;
    }
}

#app.menu-animation #navigation-background {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#app.menu-animation.menu-open #navigation-background {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#app.menu-open #navigation-background {
    top: 0;
}

#app.menu-open #navigation .alt-actions > .dropdown:hover .icon,
#app.menu-open #navigation .button.secondary:hover,
#app.menu-open #navigation .icon:hover {
    background-color: #fff;
}

@media (max-width: 450px) {
    #app.menu-open #navigation .alt-actions > *:not(:last-child) {
        margin-left: 7px;
    }

    #app.menu-open #navigation .button {
        padding: 0 10.5px;
    }
}

#app.loading-animation #navigation {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#app.loading-animation #navigation .alt-actions > *:nth-child(1) {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#app.loading-animation #navigation .alt-actions > *:nth-child(2) {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#app.loading-animation #navigation .alt-actions > *:nth-child(3) {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#app.loading #navigation {
    height: 100%;
}

#app.loading #navigation .alt-actions > * {
    -webkit-transform: translateY(-84px);
    -ms-transform: translateY(-84px);
    transform: translateY(-84px);
}

@media (max-width: 500px) {
    #navigation .alt-actions .button {
        display: none;
    }

    #app:not(.loading) #navigation .alt-actions .dropdown.with-opposite-align {
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
}

#burger {
    z-index: 14;
    position: absolute;
    top: 3.5px;
    left: 0;
    width: 35px;
    height: 35px;
    outline: none;
}

#burger,
#burger > div {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#burger > div {
    position: absolute;
    top: 0;
    right: 35px;
    left: 0;
    height: 3px;
    background-color: #fff;
}

#burger > div:nth-child(1) {
    top: 6px;
}

#burger > div:nth-child(2) {
    top: 16px;
}

#burger > div:nth-child(3) {
    top: 26px;
}

#burger > div:nth-child(1) {
    right: 14px;
}

#burger > div:nth-child(2) {
    right: 4px;
}

#burger > div:nth-child(3) {
    right: 8px;
}

#app:not(.menu-open) #burger:hover > div:nth-child(1) {
    right: 4px;
    left: 4px;
}

#app:not(.menu-open) #burger:hover > div:nth-child(3) {
    right: 14px;
}

#app.menu-open #burger > div:nth-child(2) {
    right: 35px;
}

#app.menu-open #burger > div:nth-child(1),
#app.menu-open #burger > div:nth-child(3) {
    top: 16px;
    right: 4px;
}

#app.menu-open #burger > div:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#app.menu-open #burger > div:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#app.menu-open #burger:hover > div:nth-child(1) {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

#app.menu-open #burger:hover > div:nth-child(3) {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

@media (max-width: 1128px) {
    #burger {
        left: 28px;
    }
}

#app.loading-animation #burger > div:nth-child(1) {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#app.loading-animation #burger > div:nth-child(2) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#app.loading-animation #burger > div:nth-child(3) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#app.loading #burger > div {
    right: 35px;
}

#app.loading #burger > div:nth-child(1) {
    top: 36px;
}

#app.loading #burger > div:nth-child(2) {
    top: 46px;
}

#app.loading #burger > div:nth-child(3) {
    top: 56px;
}

#three-now-logo {
    z-index: 12;
    position: absolute;
    top: 0;
    left: 70px;
    display: block;
    outline: none;
    height: 42px;
    width: 80px;
    text-decoration: none;
    cursor: pointer;
}

#three-now-logo #three-now-logo-animation {
    position: absolute;
    height: 42px;
}

#three-now-logo,
#three-now-logo > svg {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#three-now-logo > svg {
    display: block;
    height: 28px;
    margin-top: 7px;
    fill: #fff;
}

#three-now-logo > svg,
#three-now-logo > svg g {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#three-now-logo > svg:hover {
    fill: #007ddf;
}

#app.menu-open #three-now-logo > svg {
    fill: #007ddf;
}

#app.menu-open #three-now-logo > svg:hover {
    fill: #fff;
}

@media (max-width: 1128px) {
    #three-now-logo {
        left: 98px;
    }
}

@media (max-width: 600px) {
    #app:not(.menu-open) #three-now-logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 500px) {
    #app.menu-open #three-now-logo {
        left: 84px;
    }
}

@media (max-width: 450px) {
    #app.menu-open #three-now-logo > svg .one {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

#app.loading-animation #three-now-logo,
#app.loading-animation #three-now-logo > svg,
#app.loading-animation #three-now-logo #three-now-logo-animation {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#app.loading #three-now-logo {
    -webkit-transform: scale(2) translateX(-25%);
    -ms-transform: scale(2) translateX(-25%);
    transform: scale(2) translateX(-25%);
    top: 50%;
    margin-top: -42px;
    left: 50%;
}

#app.loading #three-now-logo > svg {
    fill: #007ddf;
}

#app.logo-animation #three-now-logo > svg,
#app.loading #three-now-logo > svg {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

#app:not(.logo-animation) #three-now-logo #three-now-logo-animation {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}

#loading-message {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0.5);
    -ms-transform: translateX(-50%) scale(0.5);
    transform: translateX(-50%) scale(0.5);
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    cursor: default;
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#app:not(.loading) #loading-message,
#app.logo-animation #loading-message {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) scale(0.5) translateY(14px);
    -ms-transform: translateX(-50%) scale(0.5) translateY(14px);
    transform: translateX(-50%) scale(0.5) translateY(14px);
}

#menu {
    z-index: 11;
    display: block;
    position: absolute;
    top: 0;
    left: 192px;
    margin-top: -21px;
    padding: 21px 0;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#menu ul,
#menu ol,
#menu li {
    display: block;
    margin: 0;
    padding: 0;
}

#menu .dropdown .dropdown-menu li {
    padding: 7px 0;
    padding-left: 21px;
    padding-right: 42px;
}

#menu .dropdown .dropdown-menu li:last-child {
    padding-bottom: 14px;
}

#menu .dropdown > .dropdown-menu {
    display: none;
}

#menu .dropdown:hover > .dropdown-menu {
    display: block;
}

@media (max-width: 1128px) {
    #menu {
        left: 220px;
    }
}

#menu > ul {
    height: 100%;
}

#menu > ul > li {
    -webkit-transform: translateY(-84px);
    -ms-transform: translateY(-84px);
    transform: translateY(-84px);
}

#menu > ul > li .link {
    white-space: nowrap;
}

#menu > ul > li.dropdown > .dropdown-menu {
    padding-top: 21px;
}

@media (min-width: 991px) {
    #menu > ul:before,
    #menu > ul:after {
        content: " ";
        display: table;
    }

    #menu > ul:after {
        clear: both;
    }

    #menu > ul > li {
        padding: 7px 0;
        float: left;
    }

    #menu > ul > li:before,
    #menu > ul > li:after {
        content: " ";
        display: table;
    }

    #menu > ul > li:after {
        clear: both;
    }

    #menu > ul > li:not(:last-child) {
        padding-right: 42px;
    }
}

@media (max-width: 992px) {
    #menu {
        top: -840px;
        left: 50%;
        height: 840px;
    }

    #menu > ul {
        margin-top: 126px;
        height: 70%;
    }

    #menu > ul > li {
        height: 14.285714285714286%;
        padding: 32% 0 0;
        -webkit-transform: translateY(84px);
        -ms-transform: translateY(84px);
        transform: translateY(84px);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
    }

    #menu > ul > li .link {
        font-weight: 800;
        -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        font-size: 28px;
        line-height: 42px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #menu > ul > li .link:hover {
        -webkit-transform: translateX(-50%) scale(0.84);
        -ms-transform: translateX(-50%) scale(0.84);
        transform: translateX(-50%) scale(0.84);
    }
}

@media (max-width: 600px) {
    #menu {
        height: 588px;
    }

    #menu > ul {
        margin-top: 88.2px;
    }

    #menu > ul > li .link {
        font-size: 21px;
        line-height: 28px;
    }
}

#app.menu-animation:not(.menu-open) #menu {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#app.menu-animation:not(.menu-open) #menu > ul > li:nth-child(8) {
    -webkit-transition: all 0.62990208s cubic-bezier(0.19, 1, 0.22, 1) 0.02865408s;
    transition: all 0.62990208s cubic-bezier(0.19, 1, 0.22, 1) 0.02865408s;
}

#app.menu-animation:not(.menu-open) #menu > ul > li:nth-child(7) {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#app.menu-animation:not(.menu-open) #menu > ul > li:nth-child(6) {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#app.menu-animation:not(.menu-open) #menu > ul > li:nth-child(5) {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#app.menu-animation:not(.menu-open) #menu > ul > li:nth-child(4) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#app.menu-animation:not(.menu-open) #menu > ul > li:nth-child(3) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#app.menu-animation:not(.menu-open) #menu > ul > li:nth-child(2) {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#app.menu-animation:not(.menu-open) #menu > ul > li:nth-child(1) {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#app.menu-animation.menu-open #menu {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#app.menu-animation.menu-open #menu > ul > li:nth-child(1) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#app.menu-animation.menu-open #menu > ul > li:nth-child(2) {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#app.menu-animation.menu-open #menu > ul > li:nth-child(3) {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#app.menu-animation.menu-open #menu > ul > li:nth-child(4) {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#app.menu-animation.menu-open #menu > ul > li:nth-child(5) {
    -webkit-transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
    transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
}

#app.menu-animation.menu-open #menu > ul > li:nth-child(6) {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#app.menu-animation.menu-open #menu > ul > li:nth-child(7) {
    -webkit-transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
    transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
}

#app.menu-animation.menu-open #menu > ul > li:nth-child(8) {
    -webkit-transition: all 1.116836097s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
    transition: all 0.9837938827s cubic-bezier(0.19, 1, 0.22, 1) 0.9837938827s;
}

#app.menu-open #menu > ul > li {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 992px) {
    #app.menu-open #menu {
        top: 0;
    }
}

@media (max-width: 992px) {
    #menu {
        overflow-x: hidden;
        overflow-y: scroll;
        left: 28px;
        right: 28px;
    }

    #menu > ul > li {
        height: auto;
        padding: 0;
    }

    #menu > ul > li .link {
        margin-left: 50%;
    }

    #menu > ul > li.dropdown > .dropdown-menu {
        padding-top: 0;
    }

    #menu > ul .dropdown:before,
    #menu > ul .dropdown:after {
        display: none;
    }

    #menu > ul .dropdown .dropdown-menu {
        position: static;
    }

    #menu > ul .dropdown .dropdown-menu li {
        padding: 0;
    }

    #menu > ul > li:not(.dropdown),
    #menu > ul .dropdown .dropdown-menu li:not(.dropdown) {
        padding: 21px 0;
    }

    #menu > ul .dropdown > .link {
        margin-top: 21px;
        margin-bottom: 21px;
    }

    #menu > ul .dropdown .dropdown-menu {
        display: none;
    }

    #menu > ul .dropdown.visible > .dropdown-menu {
        display: block;
    }
}

@media (min-width: 499px) {
    #menu > ul > li:last-child {
        display: none;
    }
}

@media (max-width: 500px) {
    #menu > ul > li:not(.dropdown),
    #menu > ul .dropdown .dropdown-menu li:not(.dropdown) {
        padding: 14px 0;
    }

    #menu > ul .dropdown > .link {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    #menu > ul > li > .button {
        width: 40%;
        text-align: center;
        margin: 0 2%;
        white-space: nowrap;
    }

    #menu > ul > li > .button:first-child {
        margin-left: 8%;
    }

    #menu > ul > li > .button:last-child {
        background-color: #fff;
        color: #000;
    }

    #menu > ul > li > .button:last-child:hover {
        background-color: #ccc !important;
    }
}

#services h2 {
    width: 80%;
    margin-left: 21px;
}

#services .cards:before,
#services .cards:after {
    content: " ";
    display: table;
}

#services .cards:after {
    clear: both;
}

#services .cards .card {
    display: block;
    width: 50%;
    padding-left: 10.5px;
    padding-right: 10.5px;
    float: left;
}

#services .cards .card:before,
#services .cards .card:after {
    content: " ";
    display: table;
}

#services .cards .card:after {
    clear: both;
}

#services .cards .card > img {
    display: block;
    width: 100%;
}

#services .cards .card .content {
    padding-top: 21px;
}

#services .cards .card .content h3 {
    margin-bottom: 14px;
}

@media (min-width: 991px) {
    #services .cards .card:nth-child(1) .content p {
        width: 85%;
    }

    #services .cards .card:nth-child(2) > img,
    #services .cards .card:nth-child(3) > img,
    #services .cards .card:nth-child(2) .content,
    #services .cards .card:nth-child(3) .content {
        width: 50%;
    }

    #services .cards .card:nth-child(2) > img h3,
    #services .cards .card:nth-child(3) > img h3,
    #services .cards .card:nth-child(2) .content h3,
    #services .cards .card:nth-child(3) .content h3 {
        margin-bottom: 14px;
    }

    #services .cards .card:nth-child(2) > img p,
    #services .cards .card:nth-child(3) > img p,
    #services .cards .card:nth-child(2) .content p,
    #services .cards .card:nth-child(3) .content p {
        font-size: 14px;
    }

    #services .cards .card:nth-child(2) > img,
    #services .cards .card:nth-child(2) .content {
        float: right;
    }

    #services .cards .card:nth-child(3) > img,
    #services .cards .card:nth-child(3) .content {
        float: left;
    }

    #services .cards .card:nth-child(2) {
        margin-top: 70px;
    }

    #services .cards .card:nth-child(3) {
        margin-top: 42px;
    }
}

@media (max-width: 992px) {
    #services .cards .card {
        padding-bottom: 21px;
    }
}

@media (max-width: 992px) and (min-width: 599px) {
    #services .cards .card:nth-child(1) {
        width: 100%;
    }

    #services .cards .card:nth-child(1) .content {
        padding-top: 0;
    }

    #services .cards .card:nth-child(1) > img {
        padding-right: 10.5px;
    }

    #services .cards .card:nth-child(1) .content {
        padding-left: 10.5px;
    }

    #services .cards .card:nth-child(1) > img,
    #services .cards .card:nth-child(1) .content {
        width: 50%;
        float: left;
    }
}

@media (min-width: 991px) {
    #services .cards .card:nth-child(2) .content,
    #services .cards .card:nth-child(3) .content {
        padding-top: 0;
    }

    #services .cards .card:nth-child(2) > img {
        padding-left: 7px;
    }

    #services .cards .card:nth-child(2) .content {
        padding-right: 7px;
    }

    #services .cards .card:nth-child(3) > img {
        padding-right: 7px;
    }

    #services .cards .card:nth-child(3) .content {
        padding-left: 7px;
    }
}

@media (max-width: 600px) {
    #services .cards .card {
        width: 100%;
    }
}

#services.is-inview-animation:not(.is-inview) h2 {
    -webkit-transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
    transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(3) > img {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(3) .content > *:nth-child(1) {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(3) .content > *:nth-child(2) {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(2) > img {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(2) .content > *:nth-child(1) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(2) .content > *:nth-child(2) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(1) > img {
    -webkit-transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
    transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(1) .content > *:nth-child(1) {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#services.is-inview-animation:not(.is-inview) .cards .card:nth-child(1) .content > *:nth-child(2) {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#services.is-inview-animation.is-inview h2 {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(1) > img {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(1) .content > *:nth-child(1) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(1) .content > *:nth-child(2) {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(2) > img {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(2) .content > *:nth-child(1) {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(2) .content > *:nth-child(2) {
    -webkit-transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
    transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(3) > img {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(3) .content > *:nth-child(1) {
    -webkit-transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
    transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
}

#services.is-inview-animation.is-inview .cards .card:nth-child(3) .content > *:nth-child(2) {
    -webkit-transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
    transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
}

#services:not(.is-inview) h2 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(112px);
    -ms-transform: translateY(112px);
    transform: translateY(112px);
}

#services:not(.is-inview) .cards .card > img,
#services:not(.is-inview) .cards .card .content > * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

#services:not(.is-inview) .cards .card > img {
    -webkit-transform: translateY(112px);
    -ms-transform: translateY(112px);
    transform: translateY(112px);
}

#services:not(.is-inview) .cards .card .content > * {
    -webkit-transform: translateY(112px);
    -ms-transform: translateY(112px);
    transform: translateY(112px);
}

#services.is-inview h2 {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#services.is-inview .cards .card > img,
#services.is-inview .cards .card .content > * {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#about {
    padding: 0 !important;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#about .image-container {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 50%;
    height: 616px;
    background-color: #000;
}

#about .image-container,
#about .image-container .image {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#about .image-container .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#about .content {
    position: relative;
    left: 20%;
    width: 100%;
    padding-left: 30%;
    padding-right: 22%;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #007ddf;
    color: #fff;
}

#about .content .container {
    width: 100%;
    max-width: 550px;
    margin: 0;
    padding: 70px 0;
    padding-left: 70px;
}

#about .content h2 {
    margin-bottom: 28px;
}

@media (max-width: 992px) {
    #about .image-container {
        right: 10%;
        height: 369.59999999999997px;
    }

    #about .content {
        left: 10%;
        padding-top: 369.59999999999997px;
        padding-left: 0;
        padding-right: 20%;
    }

    #about .content .container {
        max-width: 880px;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding-top: 0;
        padding-left: 42px;
        padding-bottom: 42px;
    }
}

@media (max-width: 500px) {
    #about .image-container {
        height: 246.4px;
    }

    #about .content {
        padding-top: 246.4px;
    }

    #about .content h2 {
        margin-bottom: 14px;
    }
}

#about.is-inview-animation:not(.is-inview) .image-container,
#about.is-inview-animation:not(.is-inview) .content {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#about.is-inview-animation:not(.is-inview) .image-container .image {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#about.is-inview-animation:not(.is-inview) .content .container > *:nth-child(5) {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#about.is-inview-animation:not(.is-inview) .content .container > *:nth-child(4) {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#about.is-inview-animation:not(.is-inview) .content .container > *:nth-child(3) {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#about.is-inview-animation:not(.is-inview) .content .container > *:nth-child(2) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#about.is-inview-animation:not(.is-inview) .content .container > *:nth-child(1) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#about.is-inview-animation.is-inview .image-container,
#about.is-inview-animation.is-inview .content {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#about.is-inview-animation.is-inview .image-container .image {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#about.is-inview-animation.is-inview .content .container > *:nth-child(1) {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#about.is-inview-animation.is-inview .content .container > *:nth-child(2) {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#about.is-inview-animation.is-inview .content .container > *:nth-child(3) {
    -webkit-transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
    transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
}

#about.is-inview-animation.is-inview .content .container > *:nth-child(4) {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#about.is-inview-animation.is-inview .content .container > *:nth-child(5) {
    -webkit-transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
    transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
}

#about:not(.is-inview) .image-container {
    top: 35%;
    bottom: 35%;
    -webkit-transform: translateY(21px);
    -ms-transform: translateY(21px);
    transform: translateY(21px);
}

#about:not(.is-inview) .image-container .image {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

#about:not(.is-inview) .content {
    top: 35%;
    height: 30%;
    -webkit-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    transform: translateY(-21px);
}

@media (max-width: 992px) {
    #about:not(.is-inview) .content {
        height: auto;
    }
}

#about:not(.is-inview) .content .container > * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(56px);
    -ms-transform: translateY(56px);
    transform: translateY(56px);
}

#about.is-inview .image-container {
    top: 0;
    bottom: 0;
    -webkit-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    transform: translateY(-21px);
}

#about.is-inview .image-container .image {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#about.is-inview .content {
    top: 0;
    height: 100%;
    -webkit-transform: translateY(21px);
    -ms-transform: translateY(21px);
    transform: translateY(21px);
}

@media (max-width: 992px) {
    #about.is-inview .content {
        height: auto;
    }
}

#about.is-inview .content .container > * {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#advantages h2 {
    width: 80%;
    margin-left: 42px;
}

#advantages .cards:before,
#advantages .cards:after {
    content: " ";
    display: table;
}

#advantages .cards:after {
    clear: both;
}

#advantages .cards .card {
    height: 254px;
    display: block;
    width: 33.333333333333336%;
    float: left;
}

#advantages .cards .card:before,
#advantages .cards .card:after {
    content: " ";
    display: table;
}

#advantages .cards .card:after {
    clear: both;
}

#advantages .cards .card > img {
    display: block;
    width: 72px;
    margin-left: 42px;
}

#advantages .cards .card .content {
    padding: 21px 42px 42px;
}

@media (max-width: 992px) {
    #advantages .cards .card {
        width: 50%;
    }
}

@media (max-width: 600px) {
    #advantages .cards .card {
        width: 100%;
    }

    #advantages .cards .card .content p {
        width: 58%;
    }
}

@media (max-width: 500px) {
    #advantages .cards .card .content p {
        width: 90%;
    }
}

@media (max-width: 600px) {
    #advantages h2 {
        margin-left: 0;
    }

    #advantages .cards .card {
        height: auto;
    }

    #advantages .cards .card > img {
        margin-left: 0;
    }

    #advantages .cards .card .content {
        padding-left: 0;
    }
}

#advantages.is-inview-animation:not(.is-inview) h2 {
    -webkit-transition: all 1.668536657373859s cubic-bezier(0.19, 1, 0.22, 1) 2.065975751002569s;
    transition: all 1.668536657373859s cubic-bezier(0.19, 1, 0.22, 1) 2.065975751002569s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(6) > img {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(6) .content h5 {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(6) .content p {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(5) > img {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(5) .content h5 {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(5) .content p {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(4) > img {
    -webkit-transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
    transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(4) .content h5 {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(4) .content p {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(3) > img {
    -webkit-transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
    transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(3) .content h5 {
    -webkit-transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
    transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(3) .content p {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(2) > img {
    -webkit-transition: all 1.28092537166721s cubic-bezier(0.19, 1, 0.22, 1) 1.305661305962604s;
    transition: all 1.28092537166721s cubic-bezier(0.19, 1, 0.22, 1) 1.305661305962604s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(2) .content h5 {
    -webkit-transition: all 1.224735934295394s cubic-bezier(0.19, 1, 0.22, 1) 1.195443563425581s;
    transition: all 1.224735934295394s cubic-bezier(0.19, 1, 0.22, 1) 1.195443563425581s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(2) .content p {
    -webkit-transition: all 1.170707629130187s cubic-bezier(0.19, 1, 0.22, 1) 1.08946496483229s;
    transition: all 1.170707629130187s cubic-bezier(0.19, 1, 0.22, 1) 1.08946496483229s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(1) > img {
    -webkit-transition: all 1.463342357275065s cubic-bezier(0.19, 1, 0.22, 1) 1.66347923927032s;
    transition: all 1.463342357275065s cubic-bezier(0.19, 1, 0.22, 1) 1.66347923927032s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(1) .content h5 {
    -webkit-transition: all 1.400136881995255s cubic-bezier(0.19, 1, 0.22, 1) 1.539499268529153s;
    transition: all 1.400136881995255s cubic-bezier(0.19, 1, 0.22, 1) 1.539499268529153s;
}

#advantages.is-inview-animation:not(.is-inview) .cards .card:nth-child(1) .content p {
    -webkit-transition: all 1.339362386533899s cubic-bezier(0.19, 1, 0.22, 1) 1.420287758201109s;
    transition: all 1.339362386533899s cubic-bezier(0.19, 1, 0.22, 1) 1.420287758201109s;
}

#advantages.is-inview-animation.is-inview h2 {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(1) > img {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(1) .content h5 {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(1) .content p {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(2) > img {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(2) .content h5 {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(2) .content p {
    -webkit-transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
    transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(3) > img {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(3) .content h5 {
    -webkit-transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
    transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(3) .content p {
    -webkit-transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
    transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(4) > img {
    -webkit-transition: all 1.170707629130187s cubic-bezier(0.19, 1, 0.22, 1) 1.08946496483229s;
    transition: all 1.170707629130187s cubic-bezier(0.19, 1, 0.22, 1) 1.08946496483229s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(4) .content h5 {
    -webkit-transition: all 1.224735934295394s cubic-bezier(0.19, 1, 0.22, 1) 1.195443563425581s;
    transition: all 1.224735934295394s cubic-bezier(0.19, 1, 0.22, 1) 1.195443563425581s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(4) .content p {
    -webkit-transition: all 1.28092537166721s cubic-bezier(0.19, 1, 0.22, 1) 1.305661305962604s;
    transition: all 1.28092537166721s cubic-bezier(0.19, 1, 0.22, 1) 1.305661305962604s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(5) > img {
    -webkit-transition: all 1.339362386533899s cubic-bezier(0.19, 1, 0.22, 1) 1.420287758201109s;
    transition: all 1.339362386533899s cubic-bezier(0.19, 1, 0.22, 1) 1.420287758201109s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(5) .content h5 {
    -webkit-transition: all 1.400136881995255s cubic-bezier(0.19, 1, 0.22, 1) 1.539499268529153s;
    transition: all 1.400136881995255s cubic-bezier(0.19, 1, 0.22, 1) 1.539499268529153s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(5) .content p {
    -webkit-transition: all 1.463342357275065s cubic-bezier(0.19, 1, 0.22, 1) 1.66347923927032s;
    transition: all 1.463342357275065s cubic-bezier(0.19, 1, 0.22, 1) 1.66347923927032s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(6) > img {
    -webkit-transition: all 1.529076051566068s cubic-bezier(0.19, 1, 0.22, 1) 1.792418408841133s;
    transition: all 1.529076051566068s cubic-bezier(0.19, 1, 0.22, 1) 1.792418408841133s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(6) .content h5 {
    -webkit-transition: all 1.59743909362871s cubic-bezier(0.19, 1, 0.22, 1) 1.926515145194778s;
    transition: all 1.59743909362871s cubic-bezier(0.19, 1, 0.22, 1) 1.926515145194778s;
}

#advantages.is-inview-animation.is-inview .cards .card:nth-child(6) .content p {
    -webkit-transition: all 1.668536657373859s cubic-bezier(0.19, 1, 0.22, 1) 2.065975751002569s;
    transition: all 1.668536657373859s cubic-bezier(0.19, 1, 0.22, 1) 2.065975751002569s;
}

#advantages:not(.is-inview) h2 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(112px);
    -ms-transform: translateY(112px);
    transform: translateY(112px);
}

#advantages:not(.is-inview) .cards .card > img,
#advantages:not(.is-inview) .cards .card .content h5,
#advantages:not(.is-inview) .cards .card .content p {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(112px);
    -ms-transform: translateY(112px);
    transform: translateY(112px);
}

#advantages.is-inview h2 {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#advantages.is-inview .cards .card > img,
#advantages.is-inview .cards .card .content h5,
#advantages.is-inview .cards .card .content p {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#taxi-service {
    padding: 0 !important;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#taxi-service .image-container {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 50%;
    height: 616px;
    background-color: #000;
}

#taxi-service .image-container,
#taxi-service .image-container .image {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#taxi-service .image-container .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#taxi-service .content {
    position: relative;
    right: 20%;
    width: 100%;
    padding-right: 30%;
    padding-left: 22%;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #007ddf;
    color: #fff;
}

#taxi-service .content:before,
#taxi-service .content:after {
    content: " ";
    display: table;
}

#taxi-service .content:after {
    clear: both;
}

#taxi-service .content .container {
    float: right;
    width: 100%;
    max-width: 550px;
    margin: 0;
    padding: 70px 0;
    padding-right: 70px;
}

#taxi-service .content h2 {
    margin-bottom: 28px;
}

@media (max-width: 992px) {
    #taxi-service .image-container {
        left: 10%;
        height: 369.59999999999997px;
    }

    #taxi-service .content {
        right: 10%;
        padding-top: 369.59999999999997px;
        padding-right: 0;
        padding-left: 20%;
    }

    #taxi-service .content .container {
        max-width: 880px;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding-top: 0;
        padding-right: 42px;
        padding-bottom: 42px;
    }
}

@media (max-width: 500px) {
    #taxi-service .image-container {
        height: 246.4px;
    }

    #taxi-service .content {
        padding-top: 246.4px;
    }

    #taxi-service .content h2 {
        margin-bottom: 14px;
    }
}

#taxi-service.is-inview-animation:not(.is-inview) .image-container,
#taxi-service.is-inview-animation:not(.is-inview) .content {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#taxi-service.is-inview-animation:not(.is-inview) .image-container .image {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#taxi-service.is-inview-animation:not(.is-inview) .content .container > *:nth-child(5) {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#taxi-service.is-inview-animation:not(.is-inview) .content .container > *:nth-child(4) {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#taxi-service.is-inview-animation:not(.is-inview) .content .container > *:nth-child(3) {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#taxi-service.is-inview-animation:not(.is-inview) .content .container > *:nth-child(2) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#taxi-service.is-inview-animation:not(.is-inview) .content .container > *:nth-child(1) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#taxi-service.is-inview-animation.is-inview .image-container,
#taxi-service.is-inview-animation.is-inview .content {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#taxi-service.is-inview-animation.is-inview .image-container .image {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#taxi-service.is-inview-animation.is-inview .content .container > *:nth-child(1) {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#taxi-service.is-inview-animation.is-inview .content .container > *:nth-child(2) {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#taxi-service.is-inview-animation.is-inview .content .container > *:nth-child(3) {
    -webkit-transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
    transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
}

#taxi-service.is-inview-animation.is-inview .content .container > *:nth-child(4) {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#taxi-service.is-inview-animation.is-inview .content .container > *:nth-child(5) {
    -webkit-transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
    transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
}

#taxi-service:not(.is-inview) .image-container {
    top: 35%;
    bottom: 35%;
    -webkit-transform: translateY(21px);
    -ms-transform: translateY(21px);
    transform: translateY(21px);
}

#taxi-service:not(.is-inview) .image-container .image {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

#taxi-service:not(.is-inview) .content {
    top: 35%;
    height: 30%;
    -webkit-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    transform: translateY(-21px);
}

@media (max-width: 992px) {
    #taxi-service:not(.is-inview) .content {
        height: auto;
    }
}

#taxi-service:not(.is-inview) .content .container > * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(56px);
    -ms-transform: translateY(56px);
    transform: translateY(56px);
}

#taxi-service.is-inview .image-container {
    top: 0;
    bottom: 0;
    -webkit-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    transform: translateY(-21px);
}

#taxi-service.is-inview .image-container .image {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#taxi-service.is-inview .content {
    top: 0;
    height: 100%;
    -webkit-transform: translateY(21px);
    -ms-transform: translateY(21px);
    transform: translateY(21px);
}

@media (max-width: 992px) {
    #taxi-service.is-inview .content {
        height: auto;
    }
}

#taxi-service.is-inview .content .container > * {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#become-captain {
    position: relative;
    padding-bottom: 0 !important;
}

#become-captain .car-container {
    position: relative;
}

#become-captain .car {
    z-index: 1;
    display: block;
    position: absolute;
    width: 58%;
    mix-blend-mode: multiply;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#become-captain .content {
    position: relative;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#become-captain .content .container > .content-container {
    width: 100%;
    max-width: 550px;
    margin: 0;
    padding: 70px 0;
    padding-right: 70px;
    padding-bottom: 0;
}

#become-captain .content h2 {
    margin-bottom: 28px;
}

@media (max-width: 1128px) {
    #become-captain {
        padding-top: 291.54999999999995px !important;
    }

    #become-captain .car {
        width: 578.1999999999999px;
        margin-left: -289.09999999999997px;
    }

    #become-captain .content .container > .content-container {
        max-width: 80%;
        margin: 0 auto;
        padding-left: 0;
    }
}

@media (max-width: 992px) {
    #become-captain {
        padding-top: 248.25px !important;
    }

    #become-captain .car {
        width: 413px;
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    #become-captain .content .container > .content-container {
        max-width: 90%;
        padding-right: 0;
    }
}

@media (max-width: 500px) {
    #become-captain .content h2 {
        margin-bottom: 14px;
    }
}

#become-captain.is-inview-animation:not(.is-inview) .car {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#become-captain.is-inview-animation:not(.is-inview) .content .container > .content-container > *:nth-child(4) {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#become-captain.is-inview-animation:not(.is-inview) .content .container > .content-container > *:nth-child(3) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#become-captain.is-inview-animation:not(.is-inview) .content .container > .content-container > *:nth-child(2) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#become-captain.is-inview-animation:not(.is-inview) .content .container > .content-container > *:nth-child(1) {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#become-captain.is-inview-animation.is-inview .car {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#become-captain.is-inview-animation.is-inview .content .container > .content-container > *:nth-child(1) {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#become-captain.is-inview-animation.is-inview .content .container > .content-container > *:nth-child(2) {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#become-captain.is-inview-animation.is-inview .content .container > .content-container > *:nth-child(3) {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#become-captain.is-inview-animation.is-inview .content .container > .content-container > *:nth-child(4) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#become-captain:not(.is-inview) .car {
    top: 492px;
    left: -2040px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

#become-captain:not(.is-inview).is-inview-animation .car {
    top: -492px;
    left: 2040px;
}

#become-captain:not(.is-inview) .content h2,
#become-captain:not(.is-inview) p {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(56px);
    -ms-transform: translateY(56px);
    transform: translateY(56px);
}

#become-captain.is-inview .car {
    top: 0;
    left: 50%;
    -ms-filter: none;
    filter: none;
    opacity: 1;
}

@media (max-width: 1128px) {
    #become-captain.is-inview .car {
        top: -151.54999999999998px;
        left: 50%;
    }
}

@media (max-width: 992px) {
    #become-captain.is-inview .car {
        top: -108.25px;
        left: 10%;
    }
}

@media (max-width: 730px) {
    #become-captain.is-inview .car {
        top: -162.375px;
    }
}

@media (max-width: 600px) {
    #become-captain.is-inview .car {
        left: 5%;
    }
}

@media (max-width: 320px) {
    #become-captain.is-inview .car {
        top: -216.5px;
    }
}

#become-captain.is-inview .content h2,
#become-captain.is-inview p {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#mobile-app {
    position: relative;
    height: 728px;
}

#mobile-app .mobile-container {
    position: relative;
}

#mobile-app .mobile {
    z-index: 1;
    position: absolute;
    top: -53.5px;
    left: 0;
    width: 50%;
    height: 448px;
}

#mobile-app .mobile,
#mobile-app .mobile > img.layer {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#mobile-app .mobile > img.layer {
    display: block;
    position: absolute;
    width: 100%;
}

#mobile-app .content {
    position: relative;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #007ddf;
    color: #fff;
}

#mobile-app .content .container {
    position: absolute;
    top: 224px;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 550px;
    margin: 0;
    padding: 70px 0;
    padding-left: 70px;
}

#mobile-app .content h2 {
    margin-bottom: 28px;
}

#mobile-app .download-buttons {
    margin-top: 21px;
}

#mobile-app .download-buttons:before,
#mobile-app .download-buttons:after {
    content: " ";
    display: table;
}

#mobile-app .download-buttons:after {
    clear: both;
}

#mobile-app .download-buttons > a {
    display: block;
    float: left;
}

#mobile-app .download-buttons > a:not(:last-child) {
    margin-right: 7px;
}

#mobile-app .download-buttons > a > img {
    display: block;
    height: 42px;
}

@media (max-width: 1128px) {
    #mobile-app {
        height: 1011.85px;
        padding-top: 334.25px !important;
    }

    #mobile-app .mobile {
        top: -194.25px;
        left: 50%;
        width: 385px;
        height: 388.5px;
        margin-left: -192.5px;
    }

    #mobile-app .content {
        height: 537.6px;
    }

    #mobile-app .content .container {
        top: 322.56px;
        max-width: 50%;
        left: 25%;
        padding-left: 0;
    }
}

@media (max-width: 992px) {
    #mobile-app {
        height: 866.75px;
        padding-top: 278.75px !important;
    }

    #mobile-app .mobile {
        top: -138.75px;
        left: 10%;
        width: 275px;
        height: 277.5px;
        margin-left: 0;
    }

    #mobile-app .content {
        height: 448px;
    }

    #mobile-app .content .container {
        top: 268.8px;
        max-width: 80%;
        left: 10%;
    }
}

@media (max-width: 500px) {
    #mobile-app .content h2 {
        margin-bottom: 14px;
    }
}

#mobile-app.is-inview-animation:not(.is-inview) .content {
    -webkit-transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
    transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
}

#mobile-app.is-inview-animation:not(.is-inview) .content h2 {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#mobile-app.is-inview-animation:not(.is-inview) .content p {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#mobile-app.is-inview-animation:not(.is-inview) .content .download-buttons > a:nth-child(2) {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#mobile-app.is-inview-animation:not(.is-inview) .content .download-buttons > a:nth-child(1) {
    -webkit-transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
    transition: all 0.887483859316113s cubic-bezier(0.19, 1, 0.22, 1) 0.533910647120069s;
}

#mobile-app.is-inview-animation:not(.is-inview) .mobile > img.layer:nth-child(4) {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#mobile-app.is-inview-animation:not(.is-inview) .mobile > img.layer:nth-child(3) {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#mobile-app.is-inview-animation:not(.is-inview) .mobile > img.layer:nth-child(2) {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#mobile-app.is-inview-animation:not(.is-inview) .mobile > img.layer:nth-child(1) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#mobile-app.is-inview-animation.is-inview .content {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#mobile-app.is-inview-animation.is-inview .content h2 {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#mobile-app.is-inview-animation.is-inview .content p {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#mobile-app.is-inview-animation.is-inview .content .download-buttons > a:nth-child(1) {
    -webkit-transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
    transition: all 0.930183213688758s cubic-bezier(0.19, 1, 0.22, 1) 0.617667073004871s;
}

#mobile-app.is-inview-animation.is-inview .content .download-buttons > a:nth-child(2) {
    -webkit-transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
    transition: all 0.974590542236308s cubic-bezier(0.19, 1, 0.22, 1) 0.704773755925066s;
}

#mobile-app.is-inview-animation.is-inview .mobile > img.layer:nth-child(1) {
    -webkit-transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
    transition: all 1.020774163925761s cubic-bezier(0.19, 1, 0.22, 1) 0.795364706162069s;
}

#mobile-app.is-inview-animation.is-inview .mobile > img.layer:nth-child(2) {
    -webkit-transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
    transition: all 1.068805130482791s cubic-bezier(0.19, 1, 0.22, 1) 0.889579294408552s;
}

#mobile-app.is-inview-animation.is-inview .mobile > img.layer:nth-child(3) {
    -webkit-transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
    transition: all 1.118757335702103s cubic-bezier(0.19, 1, 0.22, 1) 0.987562466184894s;
}

#mobile-app.is-inview-animation.is-inview .mobile > img.layer:nth-child(4) {
    -webkit-transition: all 1.170707629130187s cubic-bezier(0.19, 1, 0.22, 1) 1.08946496483229s;
    transition: all 1.170707629130187s cubic-bezier(0.19, 1, 0.22, 1) 1.08946496483229s;
}

#mobile-app:not(.is-inview) .mobile > img.layer {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    transform: rotate(14deg);
}

#mobile-app:not(.is-inview) .mobile > img.layer:nth-child(2) {
    top: -65px;
    left: 130.5px;
}

@media (max-width: 1128px) {
    #mobile-app:not(.is-inview) .mobile > img.layer:nth-child(2) {
        top: -45.5px;
        left: 91.35px;
    }
}

@media (max-width: 992px) {
    #mobile-app:not(.is-inview) .mobile > img.layer:nth-child(2) {
        top: -32.5px;
        left: 65.25px;
    }
}

#mobile-app:not(.is-inview) .mobile > img.layer:nth-child(3),
#mobile-app:not(.is-inview) .mobile > img.layer:nth-child(4) {
    top: -102px;
    left: 295.5px;
}

@media (max-width: 1128px) {
    #mobile-app:not(.is-inview) .mobile > img.layer:nth-child(3),
    #mobile-app:not(.is-inview) .mobile > img.layer:nth-child(4) {
        top: -71.39999999999999px;
        left: 206.85px;
    }
}

@media (max-width: 992px) {
    #mobile-app:not(.is-inview) .mobile > img.layer:nth-child(3),
    #mobile-app:not(.is-inview) .mobile > img.layer:nth-child(4) {
        top: -51px;
        left: 147.75px;
    }
}

#mobile-app:not(.is-inview) .content {
    height: 134.40000000000003px;
    margin-top: 156.79999999999998px;
}

@media (max-width: 1128px) and (min-width: 991px) {
    #mobile-app:not(.is-inview) .content {
        height: 161.28000000000003px;
        margin-top: 188.16px;
    }
}

#mobile-app:not(.is-inview) .content h2,
#mobile-app:not(.is-inview) .content p,
#mobile-app:not(.is-inview) .content .download-buttons > a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(56px);
    -ms-transform: translateY(56px);
    transform: translateY(56px);
}

#mobile-app.is-inview .mobile > img.layer {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

#mobile-app.is-inview .content {
    height: 448px;
    margin-top: 0;
}

@media (max-width: 1128px) and (min-width: 991px) {
    #mobile-app.is-inview .content {
        height: 537.6px;
    }
}

#mobile-app.is-inview .content h2,
#mobile-app.is-inview .content p,
#mobile-app.is-inview .content .download-buttons > a {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#videos {
    position: relative;
}

#videos .content {
    position: relative;
    height: 448px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#videos .content .container {
    position: absolute;
    top: 224px;
    right: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 550px;
    margin: 0;
    padding: 70px 0;
    padding-right: 70px;
}

#videos .content h2 {
    margin-bottom: 28px;
}

#videos .videos-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-180px);
    -ms-transform: translateY(-180px);
    transform: translateY(-180px);
}

#videos .video {
    z-index: 1;
    position: absolute;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: rgba(0, 125, 223, 0.35);
}

#videos .video:nth-child(1) {
    top: 0;
    left: 0;
    width: 640px;
    height: 360px;
}

#videos .video:nth-child(2),
#videos .video:nth-child(3) {
    top: 374px;
    width: 313px;
    height: 173px;
}

#videos .video:nth-child(2) {
    left: 0;
}

#videos .video:nth-child(3) {
    left: 327px;
}

#videos .video iframe {
    display: block;
    width: 100%;
    height: 100%;
}

@media (min-width: 1299px) {
    #videos .content {
        height: 537.6px;
    }
}

@media (max-width: 1300px) and (min-width: 1127px) {
    #videos .videos-container {
        -webkit-transform: translateY(-125.99999999999999px);
        -ms-transform: translateY(-125.99999999999999px);
        transform: translateY(-125.99999999999999px);
    }

    #videos .video:nth-child(1) {
        top: 0;
        left: 0;
        width: 448px;
        height: 251.99999999999997px;
    }

    #videos .video:nth-child(2),
    #videos .video:nth-child(3) {
        top: 266px;
        width: 217px;
        height: 118.99999999999999px;
    }

    #videos .video:nth-child(2) {
        left: 0;
    }

    #videos .video:nth-child(3) {
        left: 231px;
    }
}

@media (max-width: 1128px) {
    #videos .content {
        height: 808px;
    }

    #videos .content .container {
        top: 0;
        right: 10%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        max-width: 80%;
        padding-top: 0;
        padding-left: 0;
    }

    #videos .videos-container {
        top: 360px;
        left: 10%;
        max-width: 80%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (max-width: 800px) {
    #videos .videos-container {
        top: 450px;
    }

    #videos .video:nth-child(1) {
        width: 448px;
        height: 251.99999999999997px;
    }

    #videos .video:nth-child(2),
    #videos .video:nth-child(3) {
        top: 266px;
        width: 217px;
        height: 118.99999999999999px;
    }

    #videos .video:nth-child(3) {
        left: 231px;
    }
}

@media (max-width: 560px) {
    #videos .video:nth-child(1),
    #videos .video:nth-child(2),
    #videos .video:nth-child(3) {
        width: 320px;
        height: 180px;
    }

    #videos .video:nth-child(2) {
        top: 194px;
    }

    #videos .video:nth-child(3) {
        top: 388px;
        left: 0;
    }
}

@media (max-width: 600px) {
    #videos .content .container,
    #videos .videos-container {
        max-width: 90%;
        left: 5%;
    }

    #videos .videos-container {
        top: 360px;
    }
}

@media (max-width: 500px) {
    #videos .content h2 {
        margin-bottom: 14px;
    }
}

#videos.is-inview-animation:not(.is-inview) .content .container > *:nth-child(2) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#videos.is-inview-animation:not(.is-inview) .content .container > *:nth-child(1) {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#videos.is-inview-animation:not(.is-inview) .videos-container > .video:nth-child(3) {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#videos.is-inview-animation:not(.is-inview) .videos-container > .video:nth-child(2) {
    -webkit-transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
    transition: all 0.7324896768s cubic-bezier(0.19, 1, 0.22, 1) 0.2298835968s;
}

#videos.is-inview-animation:not(.is-inview) .videos-container > .video:nth-child(1) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#videos.is-inview-animation.is-inview .content .container > *:nth-child(1) {
    -webkit-transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
    transition: all 0.663648s cubic-bezier(0.19, 1, 0.22, 1) 0.094848s;
}

#videos.is-inview-animation.is-inview .content .container > *:nth-child(2) {
    -webkit-transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
    transition: all 0.69739392s cubic-bezier(0.19, 1, 0.22, 1) 0.16104192s;
}

#videos.is-inview-animation.is-inview .videos-container > .video:nth-child(1) {
    -webkit-transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
    transition: all 0.768989263872s cubic-bezier(0.19, 1, 0.22, 1) 0.301478940672s;
}

#videos.is-inview-animation.is-inview .videos-container > .video:nth-child(2) {
    -webkit-transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
    transition: all 0.80694883442688s cubic-bezier(0.19, 1, 0.22, 1) 0.37593809829888s;
}

#videos.is-inview-animation.is-inview .videos-container > .video:nth-child(3) {
    -webkit-transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
    transition: all 0.846426787803955s cubic-bezier(0.19, 1, 0.22, 1) 0.453375622230835s;
}

#videos:not(.is-inview) .videos-container > .video,
#videos:not(.is-inview) .content h2,
#videos:not(.is-inview) p {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(56px);
    -ms-transform: translateY(56px);
    transform: translateY(56px);
}

#videos.is-inview .videos-container > .video,
#videos.is-inview .content h2,
#videos.is-inview p {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#footer {
    position: relative;
    width: 100%;
    padding: 70px 0;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #000;
    color: #fff;
}

#footer ul,
#footer ol,
#footer li {
    display: block;
    margin: 0;
    padding: 0;
}

#footer .container {
    position: relative;
    padding-bottom: 28px;
}

#footer .container:before,
#footer .container:after {
    content: " ";
    display: table;
}

#footer .container:after {
    clear: both;
}

#footer .logo-area,
#footer .contact-area,
#footer .popular-area,
#footer .legal-area {
    float: left;
    width: 20%;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#footer .logo-area h5,
#footer .contact-area h5,
#footer .popular-area h5,
#footer .legal-area h5 {
    margin-bottom: 7px;
}

#footer .logo-area .link:after,
#footer .contact-area .link:after,
#footer .popular-area .link:after,
#footer .legal-area .link:after {
    height: 1px;
}

#footer .logo-area {
    width: 40%;
}

#footer .logo-area #three-now-logo--footer {
    display: block;
    margin-bottom: 35px;
    outline: none;
    height: 35px;
    text-decoration: none;
    cursor: pointer;
}

#footer .logo-area #three-now-logo--footer,
#footer .logo-area #three-now-logo--footer > svg {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#footer .logo-area #three-now-logo--footer > svg {
    display: block;
    height: 35px;
    fill: #007ddf;
}

#footer .logo-area #three-now-logo--footer > svg:hover {
    fill: #fff;
}

#footer .logo-area .download-buttons:before,
#footer .logo-area .download-buttons:after {
    content: " ";
    display: table;
}

#footer .logo-area .download-buttons:after {
    clear: both;
}

#footer .logo-area .download-buttons > a {
    display: block;
    float: left;
    margin-bottom: 7px;
}

#footer .logo-area .download-buttons > a:not(:last-child) {
    margin-right: 7px;
}

#footer .logo-area .download-buttons > a > img {
    display: block;
    height: 42px;
}

#footer .copyright-area,
#footer .social-media-area {
    position: absolute;
    top: 100%;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#footer .copyright-area {
    left: 0;
    line-height: 42px;
}

#footer .social-media-area {
    left: 100%;
    width: 238px;
    margin-left: -238px;
}

#footer .social-media-area ul:before,
#footer .social-media-area ul:after {
    content: " ";
    display: table;
}

#footer .social-media-area ul:after {
    clear: both;
}

#footer .social-media-area ul li {
    display: block;
    float: left;
}

#footer .social-media-area ul li:not(:last-child) {
    margin-right: 7px;
}

#footer .social-media-area ul li .icon {
    display: block;
}

#footer .social-media-area ul li .icon svg {
    margin: 9px;
}

#footer .social-media-area ul li .icon:hover {
    background-color: #007ddf;
    color: #fff;
}

#footer .social-media-area ul li .icon:hover > svg {
    fill: #fff;
}

@media (max-width: 1128px) {
    #footer .copyright-area {
        left: 28px;
    }

    #footer .social-media-area {
        margin-left: -266px;
    }
}

@media (max-width: 992px) {
    #footer .logo-area,
    #footer .contact-area,
    #footer .popular-area,
    #footer .legal-area {
        width: 25%;
    }
}

@media (max-width: 600px) {
    #footer .container {
        padding-bottom: 63px;
    }

    #footer .logo-area,
    #footer .contact-area,
    #footer .popular-area,
    #footer .legal-area {
        width: 100%;
        margin-bottom: 35px;
    }

    #footer .social-media-area {
        left: 0;
        margin-left: 19px;
        margin-top: -49px;
    }
}

.x-svg {
    position: relative;
    float: right;
    top: 2.4rem;
    right: 0.7rem;
    color: #abaaaa;
    font-size: 1.6rem;
    cursor: pointer;
}

.x-svg-hidden {
    color: transparent;
    pointer-events: none;
}

.suggestion {
    font-size: 13px;
    border-bottom: 0;
}

.suggestion-list {
    position: absolute;
    width: 100%;
    max-height: 14rem;
    margin-top: 8px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 10;
}
.suggestion-list-border{
    border-bottom: 1px solid #d9d9d9;
}
#hero > .background {
    background-position: initial;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1920px) {
    #hero > .background {
        top: -4rem;
        left: -10rem;
    }
}

@media (min-width: 1920px) {
    #hero > .background {
        top: -12rem;
        left: -10rem;
    }
}

.form-control::placeholder {
    color: #AFAFAF;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #AFAFAF;
}

.form-control::-ms-input-placeholder {
    color: #AFAFAF;
}

.active-item {
    background-color: #F6F6F6;
}

#pickup {
    height: 48px;
    box-shadow: none !important;
    background-image: radial-gradient(circle at center, #008FFF 4px, transparent 5px);
    background-repeat: no-repeat;
    background-size: 48px 100%;
    padding-left: 40px;
}

#dropoff {
    height: 48px;
    box-shadow: none !important;
    background-image: radial-gradient(circle at center, #000000 4px, transparent 5px);
    background-repeat: no-repeat;
    background-size: 48px 100%;
    padding-left: 40px;
}

#request-button {
    display: block;
    width: 100%;
    border: none;
    background-color: #008FFF;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

#request-button:hover {
    background-color: #0075E9;
}

@media (max-width: 992px) {
    #hero {
        height: 57rem;
    }
}

 .Social {
     position: fixed;
     bottom: 2%;
     left: 2%;
    transition: all 500ms ease;
     z-index: 99999;
     background: transparent;
     border-radius: 50%;
     padding: 5px;
 }
.Social a img{
    width: 75px;
}
.whats:hover,.whats a:hover,.whats div svg path:hover,.whats:focus,.whats a:focus,li.link.whats:hover,.whats svg:hover path,
.whats div svg:hover
{
    color:#007ddf !important;
    fill: #007ddf !important;
}



/* Float contact us */

.fab-container {
    position: fixed;
    left: 1%;
    z-index: 999;
    cursor: pointer;
    bottom: 2%;
    font-size: 12px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.fab-icon-holder {
    border-radius: 100%;
}

.fab-icon-holder:hover{
    opacity: 1;
}

.fab-icon-holder i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 25px;
    color: #ffffff;
}

.fab {
    width: 200px;
    height: 60px;
    background: transparent;
}

.fab-options {
    list-style-type: none;
    margin: 0;
    position: absolute;
    bottom: 80px;
    left: -250px;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0);
    transform-origin: 85% bottom;
    border-radius: 15px;
    padding: 2px;
    cursor: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 12px 24px #00000033;
    border-radius: 20px;
}

.fab:hover + .fab-options, .fab-options:hover {
    opacity: 1;
    transform: scale(1);
    left:0;
}

.fab-options li {
    display: flex;
    justify-content: left;
    padding: 0px;
}
.fab-options li h3{
    font-size:18px;
}
.fab-options .li{
    background: #E5F2FF 0% 0% no-repeat padding-box;
    margin: 10px;
    border-radius: 10px;
    color: #008fff;
}
.icon i,.whatsapp-icon i{
    color: #008fff;
    background: transparent;
    font-size: 16px;
}
.icon img{
    width: 18px;
    height: 18px;
    /* UI Properties */
    background: transparent  0% 0% no-repeat padding-box;
    opacity: 1;
    margin: 12px 11px;
}
.fab-label {
    align-self: center;
    user-select: none;
    white-space: nowrap;
    border-radius: 3px;
    margin-right: 10px;
}

.li a{
    text-decoration: none;
    color: #008fff;
    font-weight: bold;
}
.li:hover{
    background-color: black;
}
.call_us{
    width: 65px;
}
/* Float contact us */