﻿
img {
    vertical-align: middle
}

button {
    border: 0
}

.color-grey {
    color: #505050
}

.clear:after, .clear:before {
    content: "";
    display: table
}

.clear:after {
    clear: both
}

.social-media__item {
    display: inline-block;
    vertical-align: middle
}

.headline-border-through:after, .items-on-line--middle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: Roboto, sans-serif;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible;
    outline: 0
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

html {
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

body, button, html {
    font-smoothing: antialiased
}

html {
    background-color: #fff;
    overflow-y: auto
}

body {
    font-family: Roboto, sans-serif;
    font-size: 100%;
    line-height: 1.5;
    font-weight: 300;
    color: #1a1a1a;
    overflow-x: hidden
}

.page-holder {
    width: 100%;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    transition-timing-function: ease-in-out
}

@media all and (min-width:1025px) {
    .nav-open .page-holder {
        -webkit-transform: translateX(-720px);
        transform: translateX(-720px);
        transition: -webkit-transform .5s .25s;
        transition: transform .5s .25s;
        transition: transform .5s .25s,-webkit-transform .5s .25s
    }
}

li, ul {
    padding: 0;
    margin: 0
}

a {
    text-decoration: none
}

    a:not([class]) {
        color: inherit;
        transition: color .3s
    }

        a:not([class]):hover {
            color: #eea240
        }

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

video {
    background: #fff url(images/ajax-loader.gif) 50% no-repeat
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

::-moz-selection {
    color: #fff;
    background: #eea240e6;
}

::selection {
    color: #fff;
    background: #eea240e6;
}

.btn {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 0;
    font-weight: 500;
    letter-spacing: .0625rem;
    background-color: transparent
}

.btn, .btn--grow {
    font-size: 1.25rem
}

.btn--grow {
    position: relative;
    overflow: hidden;
    transition: all .5s
}

    .btn--grow:before {
        content: " ";
        top: 0;
        height: 100%;
        overflow: hidden;
        -webkit-transform: translateY(100%) translateY(-3px);
        transform: translateY(100%) translateY(-3px);
        transition: -webkit-transform .35s .2s;
        transition: transform .35s .2s;
        transition: transform .35s .2s,-webkit-transform .35s .2s
    }

    .btn--grow:after, .btn--grow:before {
        position: absolute;
        width: 100%;
        left: 0
    }

    .btn--grow:after {
        content: attr(data-content);
        top: 19.5px;
        display: block;
        text-align: center;
        color: transparent;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        transition: color .35s 0s,-webkit-transform .35s 0s;
        transition: color .35s 0s,transform .35s 0s;
        transition: color .35s 0s,transform .35s 0s,-webkit-transform .35s 0s
    }

    .btn--grow:hover {
        padding: 20px
    }

        .btn--grow:hover:after, .btn--grow:hover:before {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        .btn--grow:hover:after {
            color: #fff;
            transition: color .35s .15s,-webkit-transform .35s .15s;
            transition: color .35s .15s,transform .35s .15s;
            transition: color .35s .15s,transform .35s .15s,-webkit-transform .35s .15s
        }

        .btn--grow:hover .btn__txt {
            color: transparent;
            -webkit-transform: translateY(-110%);
            transform: translateY(-110%)
        }

.btn--grow-left:hover {
    margin-left: -20px
}

.btn--large {
    font-size: 1.375rem
}

.btn--small {
    padding: 5px 0;
    font-size: 1.125rem
}

    .btn--small:after {
        top: 6.5px
    }

    .btn--small:hover {
        padding: 5px 10px
    }

        .btn--small:hover.btn--grow-left {
            margin-left: -10px
        }

.btn--white.btn--grow:not([class*=color-]) {
    color: #fff
}

.btn--white.btn--grow:before {
    border: 3px solid #fff;
    background-color: #fff
}

.btn--main.btn--grow:not([class*=color-]) {
    color: #000
}

.btn--main.btn--grow:before {
    border: 3px solid #000;
    background-color: #000
}

.btn--red.btn--grow:not([class*=color-]) {
    color: #eea240
}

.btn--red.btn--grow:before {
    border: 3px solid #eea240 background-color: #eea240
}

.btn--gray.btn--grow:not([class*=color-]) {
    color: #505050
}

.btn--gray.btn--grow:before {
    border: 3px solid #505050;
    background-color: #505050
}

.btn--orange.btn--grow:not([class*=color-]) {
    color: #f57d30
}

.btn--orange.btn--grow:before {
    border: 3px solid #f57d30;
    background-color: #f57d30
}

.btn--mint.btn--grow:not([class*=color-]) {
    color: #059e93
}

.btn--mint.btn--grow:before {
    border: 3px solid #059e93;
    background-color: #059e93
}

.btn--black.btn--grow:not([class*=color-]) {
    color: #000
}

.btn--black.btn--grow:before {
    border: 3px solid #000;
    background-color: #000
}

.btn--purple.btn--grow:not([class*=color-]) {
    color: #5b2986
}

.btn--purple.btn--grow:before {
    border: 3px solid #5b2986;
    background-color: #5b2986
}

.btn--dark-purple.btn--grow:not([class*=color-]) {
    color: #191559
}

.btn--dark-purple.btn--grow:before {
    border: 3px solid #191559;
    background-color: #191559
}

.btn--twitter-blue.btn--grow:not([class*=color-]) {
    color: #4f96f5
}

.btn--twitter-blue.btn--grow:before {
    border: 3px solid #4f96f5;
    background-color: #4f96f5
}

.btn--yellow.btn--grow:not([class*=color-]) {
    color: #ffc000
}

.btn--yellow.btn--grow:before {
    border: 3px solid #ffc000;
    background-color: #ffc000
}

.btn--light-grey.btn--grow:not([class*=color-]) {
    color: #ededed
}

.btn--light-grey.btn--grow:before {
    border: 3px solid #ededed;
    background-color: #ededed
}

.btn--white:hover:after {
    color: #000
}

.btn__txt {
    display: block;
    transition: color .35s .2s,-webkit-transform .35s .2s;
    transition: color .35s .2s,transform .35s .2s;
    transition: color .35s .2s,transform .35s .2s,-webkit-transform .35s .2s
}

.headline, .headline-1, .headline-2, .headline-3, .headline-4, .headline-5, .headline-6, .headline-7, .headline-8, .headline-9, .headline-10, .headline-11, .headline-12, .headline-13 {
    display: block;
    width: auto;
    margin: 0 0 .25em;
    font-family: Roboto, sans-serif;
}

.headline-1 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 36px
}

@media screen and (min-width:480px) {
    .headline-1 {
        font-size: calc(36px + ((1vw - 4.8px) * 2.5))
    }
}

@media screen and (min-width:1600px) {
    .headline-1 {
        font-size: 64px
    }
}

.headline-2 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 40px
}

@media screen and (min-width:480px) {
    .headline-2 {
        font-size: calc(40px + ((1vw - 4.8px) * 2.678571))
    }
}

@media screen and (min-width:1600px) {
    .headline-2 {
        font-size: 70px
    }
}

.headline-3 {
    margin-bottom: .5em;
    font-weight: 700;
    line-height: 1.1;
    font-size: 27px
}

@media screen and (min-width:480px) {
    .headline-3 {
        font-size: calc(27px + ((1vw - 4.8px) * 1.875))
    }
}

@media screen and (min-width:1600px) {
    .headline-3 {
        font-size: 48px
    }
}

.headline-4 {
    margin-bottom: .5em;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1
}

@media screen and (min-width:480px) {
    .headline-4 {
        font-size: calc(28px + ((1vw - 4.8px) * .714286))
    }
}

@media screen and (min-width:1600px) {
    .headline-4 {
        font-size: 36px
    }
}

.headline-5 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .125rem
}

@media screen and (min-width:480px) {
    .headline-5 {
        font-size: calc(16px + ((1vw - 4.8px) * .089286))
    }
}

@media screen and (min-width:1600px) {
    .headline-5 {
        font-size: 17px
    }
}

.headline-6 {
    font-weight: 500;
    line-height: 1.1;
    font-size: 24px
}

@media screen and (min-width:480px) {
    .headline-6 {
        font-size: calc(24px + ((1vw - 4.8px) * .714286))
    }
}

@media screen and (min-width:1600px) {
    .headline-6 {
        font-size: 32px
    }
}

.headline-7 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    letter-spacing: .375rem;
    font-size: 16px
}

@media screen and (min-width:480px) {
    .headline-7 {
        font-size: calc(16px + ((1vw - 4.8px) * .357143))
    }
}

@media screen and (min-width:1600px) {
    .headline-7 {
        font-size: 20px
    }
}

.headline-8 {
    margin-bottom: .5em;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.1
}

.headline-9 {
    margin-bottom: .8em;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .025em
}

@media screen and (min-width:480px) {
    .headline-9 {
        font-size: calc(25px + ((1vw - 4.8px) * 1.696429))
    }
}

@media screen and (min-width:1600px) {
    .headline-9 {
        font-size: 44px
    }
}

.headline-10 {
    margin-bottom: .5em;
    font-weight: 700;
    line-height: 1.1;
    font-size: 20px
}

@media screen and (min-width:480px) {
    .headline-10 {
        font-size: calc(20px + ((1vw - 4.8px) * .714286))
    }
}

@media screen and (min-width:1600px) {
    .headline-10 {
        font-size: 28px
    }
}

.content .headline-10 {
    margin-bottom: 1em
}

.headline-11 {
    margin-bottom: .3em;
    font-weight: 700;
    line-height: 1.2;
    font-size: 32px
}

@media screen and (min-width:480px) {
    .headline-11 {
        font-size: calc(32px + ((1vw - 4.8px) * 2.053571))
    }
}

@media screen and (min-width:1600px) {
    .headline-11 {
        font-size: 55px
    }
}

.headline-12 {
    margin-bottom: .2em;
    font-size: 1.25rem;
    letter-spacing: .04em;
    font-weight: 500;
    line-height: 1.15
}

.headline-13 {
    margin-bottom: .3em;
    font-weight: 500;
    line-height: 1.2;
    font-size: 23px
}

@media screen and (min-width:480px) {
    .headline-13 {
        font-size: calc(23px + ((1vw - 4.8px) * .357143))
    }
}

@media screen and (min-width:1600px) {
    .headline-13 {
        font-size: 27px
    }
}

.headline--lh-15 {
    line-height: 1.5
}

.headline-border-through {
    position: relative;
    margin-bottom: 0
}

.headline-border-through__text {
    position: relative;
    z-index: 3;
    display: inline-block;
    padding-right: 2%;
    background-color: #fff
}

.headline-border-through:after {
    content: "";
    left: 0;
    right: 0;
    height: 2px
}

.headline-border-through--red:after {
    background-color: #eea240
}

.headline-border-through--lightgrey:after {
    background-color: #ededed
}

.headline-thin {
    font-weight: 300
}

ol, ul {
    padding: 0;
    margin: 0
}

.content ol, .list-ol, ul {
    list-style-type: none
}

.content ol, .content ul, .list-ol, .list-ul {
    padding-top: .7em;
    padding-bottom: .7em
}

    .content ol li, .content ul li, .list-ol li, .list-ul li {
        padding: 1px 0;
        position: relative;
        margin-bottom: 2px
    }

        .content ol li:before, .content ul li:before, .list-ol li:before, .list-ul li:before {
            position: absolute;
            overflow: hidden;
            display: block;
            content: " "
        }

        .content ol li:last-child, .content ul li:last-child, .list-ol li:last-child, .list-ul li:last-child {
            padding-bottom: 0
        }

.content ul, .list-ul {
    padding-left: 30px
}

    .content ul li, .list-ul li {
        margin: .5em 0
    }

        .content ul li:before, .list-ul li:before {
            top: .2em;
            left: -30px;
            width: 22px;
            height: 22px;
            background: url(images/icons/bullet.svg) left 9px no-repeat;
            background-size: 10px auto
        }

.content ol, .list-ol {
    counter-reset: item;
    padding-left: 30px
}

    .content ol li:before, .list-ol li:before {
        left: -30px;
        width: 25px;
        content: counters(item,".") ". ";
        counter-increment: item;
        text-align: center;
        line-height: 1.5
    }

.content .list-with-arrows li, .list-with-arrows li {
    margin: 1.5em 0
}

.content li, .content p, .content td {
    font-size: 16px;
    line-height: 1.8rem;
    font-weight: 300;
    letter-spacing: 0
}

@media screen and (min-width:480px) {
    .content li, .content p, .content td {
        font-size: calc(16px + ((1vw - 4.8px) * .044643))
    }
}

@media screen and (min-width:1600px) {
    .content li, .content p, .content td {
        font-size: 16.5px
    }
}

.content .content__small-text {
    font-size: 13px;
    line-height: 1.45
}

@media screen and (min-width:480px) {
    .content .content__small-text {
        font-size: calc(13px + ((1vw - 4.8px) * .089286))
    }
}

@media screen and (min-width:1600px) {
    .content .content__small-text {
        font-size: 14px
    }
}

.content .content__large-text, .content .content__large-text li, .content .content__large-text p {
    font-size: 18px;
    line-height: 1.35
}

@media screen and (min-width:480px) {
    .content .content__large-text, .content .content__large-text li, .content .content__large-text p {
        font-size: calc(18px + ((1vw - 4.8px) * .357143))
    }
}

@media screen and (min-width:1600px) {
    .content .content__large-text, .content .content__large-text li, .content .content__large-text p {
        font-size: 22px
    }
}

.content a:not([class]) {
    color: #eea240
}

    .content a:not([class]):hover {
        color: #000
    }

.content p:not(:last-child) {
    margin: 0;
    padding-bottom: 1.5em
}

.content ol:not(:last-child), .content ul:not(:last-child) {
    padding-bottom: 1em
}

.content p {
    margin-top: 0
}

    .content p:last-child {
        margin-bottom: 0
    }

.blockquote, .content blockquote {
    position: relative;
    margin: 1em 0;
    padding: 1em 3em;
    text-align: center
}

@media all and (min-width:1024px) {
    .blockquote, .content blockquote {
        padding: 2em 10em
    }
}

.blockquote:after, .blockquote:before, .content blockquote:after, .content blockquote:before {
    position: absolute;
    font-size: 6em;
    font-weight: 500;
    line-height: 1
}

@media all and (min-width:1024px) {
    .blockquote:after, .blockquote:before, .content blockquote:after, .content blockquote:before {
        font-size: 20em
    }
}

.blockquote:before, .content blockquote:before {
    content: "\201C";
    top: -2%;
    left: 0
}

@media all and (min-width:1024px) {
    .blockquote:before, .content blockquote:before {
        top: -20%
    }
}

.blockquote:after, .content blockquote:after {
    content: "\201D";
    bottom: 5%;
    right: 0
}

@media all and (min-width:1024px) {
    .blockquote:after, .content blockquote:after {
        bottom: -45%
    }
}

@media all and (min-width:1024px) {
    .blockquote--small {
        padding: 1em 2em
    }

        .blockquote--small:after, .blockquote--small:before {
            font-size: 4em
        }

        .blockquote--small:before {
            top: -3%
        }

        .blockquote--small:after {
            bottom: 25%
        }
}

.blockquote--small .blockquote__text {
    font-weight: 400;
    font-size: 12px
}

@media screen and (min-width:480px) {
    .blockquote--small .blockquote__text {
        font-size: calc(12px + ((1vw - 4.8px) * .803571))
    }
}

@media screen and (min-width:1600px) {
    .blockquote--small .blockquote__text {
        font-size: 21px
    }
}

.blockquote__text {
    font-size: 12px;
    font-weight: 500
}

@media screen and (min-width:480px) {
    .blockquote__text {
        font-size: calc(12px + ((1vw - 4.8px) * .625))
    }
}

@media screen and (min-width:1600px) {
    .blockquote__text {
        font-size: 19px
    }
}

.blockquote__footer {
    margin-top: 3.5em
}

.blockquote__author {
    margin-bottom: .1em
}

.blockquote__position {
    font-size: 12px;
    font-weight: 400
}

@media screen and (min-width:480px) {
    .blockquote__position {
        font-size: calc(12px + ((1vw - 4.8px) * .625))
    }
}

@media screen and (min-width:1600px) {
    .blockquote__position {
        font-size: 19px
    }
}

.container, .container-large, .container-medium, .container-narrow, .container-small, .container-smaller, .container-super-medium {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 92%;
    max-width: 1360px
}

.container-narrow {
    max-width: 830px
}

.container-medium {
    max-width: 1270px
}

.container-super-medium {
    max-width: 1550px
}

.container-small {
    max-width: 1150px
}

.container-smaller {
    max-width: 1000px
}

.container-large {
    max-width: 1600px
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden
}

.container-full-pad {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px
}

.container--padding {
    padding: 80px
}

@media all and (max-width:768px) {
    .container--padding {
        padding: 30px
    }
}

.bg-white {
    background-color: #fff
}

.bg-main {
    background-color: #000
}

.bg-red {
    background-color: #eea240
}

.bg-gray {
    background-color: #505050
}

.bg-orange {
    background-color: #f57d30
}

.bg-mint {
    background-color: #059e93
}

.bg-black {
    background-color: #000
}

.bg-purple {
    background-color: #5b2986
}

.bg-dark-purple {
    background-color: #191559
}

.bg-twitter-blue {
    background-color: #4f96f5
}

.bg-yellow {
    background-color: #ffc000
}

.bg-light-grey {
    background-color: #ededed
}

.bg-black, .bg-dark-grey-gradient {
    color: #f0f3f4
}

.bg-red {
    color: #fff
}

.bg-video {
    position: relative;
    overflow: hidden
}

    .bg-video [class*=container] {
        position: relative;
        z-index: 1
    }

.bg-video__main {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    width: 100%
}

.bg-video__main--fixed {
    position: fixed;
    z-index: -6
}

.bg-image {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.bg-image--right {
    background-position: 100%;
    background-size: auto 100%
}

@media all and (min-width:1280px) {
    .bg-image--full-height {
        height: 100vh
    }
}

.bg-skewed-gradient {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 500px;
    width: 100%
}

    .bg-skewed-gradient:after, .bg-skewed-gradient:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background: inherit;
        z-index: -1;
        transition: all .5s ease
    }

    .bg-skewed-gradient:before {
        background: linear-gradient(180deg,hsla(0,0%,84%,.22) 0,hsla(0,0%,100%,0));
        top: -50%;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: skewY(13deg);
        transform: skewY(13deg)
    }

@media all and (max-width:1670px) {
    .bg-skewed-gradient:before {
        top: -6%
    }
}

.bg-dark-grey-gradient {
    background: #2b303a;
    background: linear-gradient(90deg,#2b303a 36%,#465356);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b303a",endColorstr="#465356",GradientType=1)
}

.bg-silver-gradient-top-bottom {
    background: linear-gradient(180deg,#ededed 0,hsla(0,0%,100%,0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed",endColorstr="#00ffffff",GradientType=0)
}

.bg-nolan {
    width: 100%;
    height: 100%;
    padding: 34px 61px
}

.bg-nolan__layer {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,#00add4,#3aa396)
}

.bg-cover--black:after, .bg-cover--dark-purple:after, .bg-cover--gray:after, .bg-cover--light-grey:after, .bg-cover--main:after, .bg-cover--mint:after, .bg-cover--orange:after, .bg-cover--purple:after, .bg-cover--red:after, .bg-cover--twitter-blue:after, .bg-cover--white:after, .bg-cover--yellow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.bg-cover__inner {
    position: relative;
    z-index: 20
}

.bg-cover:after {
    transition: opacity .2s ease
}

.bg-cover--white:after {
    background-color: #fff;
    opacity: .65
}

.bg-cover--white:not(.bg-cover--no-hover):hover:after {
    opacity: 1
}

.bg-cover--main:after {
    background-color: #000;
    opacity: .65
}

.bg-cover--main:not(.bg-cover--no-hover):hover:after {
    opacity: 1
}

.bg-cover--red:after {
    background-color: #eea240 opacity: .65
}

.bg-cover--red:not(.bg-cover--no-hover):hover:after {
    opacity: 1
}

.bg-cover--gray:after {
    background-color: #505050;
    opacity: .65
}

.bg-cover--gray:not(.bg-cover--no-hover):hover:after {
    opacity: 1
}

.bg-cover--orange:after {
    background-color: #f57d30;
    opacity: .65
}

.bg-cover--orange:not(.bg-cover--no-hover):hover:after {
    opacity: 1
}

.bg-cover--mint:after {
    background-color: #059e93;
    opacity: .65
}

.bg-cover--mint:not(.bg-cover--no-hover):hover:after {
    opacity: 1
}

.bg-cover--black:after {
    background-color: #000;
    opacity: .65
}

.bg-cover--black:not(.bg-cover--no-hover):hover:after {
    opacity: 1
}

.bg-cover--purple:after {
    background-color: #5b2986;
    opacity: .65
}

.bg-cover--purple:not(.bg-cover--no-hover):hover:after {
    opacity: 1
}

.bg-cover--dark-purple:after {
    background-color: #191559;
    opacity: .65
}

.bg-cover--dark-purple:not(.bg-cover--no-hover):hover:after {
    opacity: 1
}

.bg-cover--twitter-blue:after {
    background-color: #4f96f5;
    opacity: .65
}

.bg-cover--twitter-blue:not(.bg-cover--no-hover):hover:after {
    opacity: 1
}

.bg-cover--yellow:after {
    background-color: #ffc000;
    opacity: .65
}

.bg-cover--yellow:not(.bg-cover--no-hover):hover:after {
    opacity: 1
}

.bg-cover--light-grey:after {
    background-color: #ededed;
    opacity: .65
}

.bg-cover--light-grey:not(.bg-cover--no-hover):hover:after {
    opacity: 1
}

.l-navbar {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 82px;
    transition: background 1s,-webkit-transform 1s;
    transition: transform 1s,background 1s;
    transition: transform 1s,background 1s,-webkit-transform 1s
}

@media all and (min-width:1024px) {
    .l-navbar {
        height: 98px
    }
}

.l-navbar--white {
    background-color: #fff;
    border-bottom: 1px solid #d2d2d2
}

    .l-navbar--white .l-navbar__logo {
        padding: 1rem 1rem 1rem 2rem
    }

        .l-navbar--white .l-navbar__logo svg {
            width: 118px;
            fill: #000
        }

.l-navbar--hide {
    -webkit-transform: translateY(-82px);
    transform: translateY(-82px)
}

@media all and (min-width:1024px) {
    .l-navbar--hide {
        -webkit-transform: translateY(-98px);
        transform: translateY(-98px)
    }
}

.l-navbar__logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    padding: 1.5rem 2rem;
    transition: padding 1s,width 1s
}

@media all and (min-width:1024px) {
    .l-navbar__logo {
        padding: 2rem
    }
}

.l-navbar__logo svg {
    width: 120px;
    height: 50px;
    fill: #1a1a1a;
    transition: padding 1s,width 1s,fill .5s
}

@media all and (min-width:1024px) {
    .l-navbar__logo svg {
        width: 148px;
        height: 68px
    }
}

@media all and (min-width:200px) and (max-width:567px) {
    .nav-open .l-navbar__logo svg {
        fill: #fff;
        transition: fill .25s
    }
}

.l-navbar__logo--white svg {
    fill: #fff
}

.l-navbar__container {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100px;
    height: 0;
    background-color: #1a1a1a;
    overflow: hidden;
    color: #fff
}

@media all and (max-width:567px) {
    .l-navbar__container {
        opacity: 0;
        transition: opacity .3s
    }
}

@media all and (min-width:568px) {
    .l-navbar__container {
        transition: width .5s,height .25s .5s,background .25s .5s,z-index 1s .75s;
        transition-timing-function: ease-in-out,ease-in-out
    }
}

.l-navbar__container ::-moz-selection {
    background: #1a1a1a
}

.l-navbar__container ::selection {
    background: #1a1a1a
}

.l-navbar__container.is-scrollable {
    overflow-y: auto
}

.nav-open .l-navbar__container {
    height: 100%;
    width: 720px
}

@media all and (max-width:567px) {
    .nav-open .l-navbar__container {
        opacity: 1
    }
}

@media all and (min-width:568px) {
    .nav-open .l-navbar__container {
        transition: width .5s .25s,height .25s,background .25s,z-index 0s
    }
}

@media all and (min-width:568px) and (max-width:1024px) {
    .nav-open .l-navbar__container {
        width: 470px
    }
}

@media all and (min-width:200px) and (max-width:567px) {
    .nav-open .l-navbar__container {
        width: 100%
    }
}

@media all and (max-width:567px) {
    .l-navbar__container-top {
        width: 100%;
        height: inherit;
        position: relative;
        left: 100%;
        z-index: 100;
        transition: left 1ms;
        background-color: #1a1a1a
    }

    .nav-open .l-navbar__container-top {
        left: 0;
        height: inherit;
        transition: left 1ms
    }
}

.l-navbar__spacer {
    display: table;
    width: 10px
}

.l-navbar__submenu {
    max-height: 0;
    overflow: hidden;
    margin-top: .1em;
    margin-left: 2em;
    margin-bottom: .1em;
    transition: max-height .5s
}

.l-navbar__submenu-item {
    margin-top: .2em
}

.l-navbar__submenu-link {
    position: relative;
    display: inline-block;
    padding: .2em .2em 0;
    margin-left: .6em;
    font-size: 1.25rem;
    color: #f1f1f1;
    opacity: 0;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    transition: opacity .5s,margin-left .4s,-webkit-transform .5s;
    transition: opacity .5s,margin-left .4s,transform .5s;
    transition: opacity .5s,margin-left .4s,transform .5s,-webkit-transform .5s
}

@media all and (min-width:769px) {
    .l-navbar__submenu-link:after {
        content: " ";
        position: absolute;
        bottom: 13%;
        left: 0;
        z-index: -1;
        display: block;
        height: 20%;
        width: 0;
        background-color: #eea240 transition: width .5s
    }

    .l-navbar__submenu-link:hover:after {
        width: 100%
    }
}

.l-navbar__menu {
    margin: 5rem 0 0 5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media all and (max-width:567px) {
    .l-navbar__menu {
        margin-top: 8rem;
        margin-left: auto;
        margin-right: auto
    }
}

.l-navbar__menu-item {
    margin: 1.3em 0
}

.l-navbar__menu-headline, .l-navbar__menu-link {
    padding: .2em 1em .1em .2em;
    font-size: 2.6875rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    transition: color .1s
}

@media all and (max-width:567px) {
    .l-navbar__menu-headline, .l-navbar__menu-link {
        font-size: 2rem
    }
}

.l-navbar__menu-headline--sm, .l-navbar__menu-link--sm {
    margin-left: 2rem;
    padding: 1rem 1rem .5rem .6rem;
    font-size: 2rem
}

.l-navbar__menu-link {
    display: inline-block;
    position: relative
}

@media all and (min-width:769px) {
    .l-navbar__menu-link:after {
        content: " ";
        position: absolute;
        bottom: 13%;
        left: 0;
        z-index: -1;
        display: block;
        height: 28%;
        width: 0;
        background-color: #eea240 transition: width .5s
    }

    .l-navbar__menu-link:hover:after {
        width: 100%
    }
}

.l-navbar__menu-link:hover:after {
    width: 100%
}

.l-navbar__menu-link.is-active ~ .l-navbar__submenu {
    max-height: 200px
}

.l-navbar__menu-link.is-active .l-navbar__menu-more {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.l-navbar__menu-link.is-active ~ .l-navbar__submenu .l-navbar__submenu-link {
    opacity: 1;
    margin-left: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.l-navbar__menu-headline {
    color: #ededed
}

.l-navbar__menu-link-right-item {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12.5px;
    width: 25px;
    height: 25px
}

.l-navbar__menu-more {
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s
}

    .l-navbar__menu-more:after, .l-navbar__menu-more:before {
        content: "";
        position: absolute;
        background-color: #f1f1f1;
        border-radius: 3px;
        transition: opacity .3s
    }

    .l-navbar__menu-more:before {
        top: 50%;
        width: 100%;
        height: 5px;
        margin-top: -2.5px
    }

.is-active .l-navbar__menu-more:before {
    opacity: 0
}

.l-navbar__menu-more:after {
    width: 5px;
    height: 100%;
    left: 50%;
    margin-left: -2.5px
}

.l-navbar__footer {
    width: 350px;
    margin-top: 2rem;
    margin-bottom: 1rem
}

.l-navbar__footer-item {
    display: block;
    margin: 0 0 1rem 1rem
}

.l-navbar__footer-link {
    display: block;
    color: #fff;
    transition: opacity .5s;
    font-size: 1rem;
    font-weight: 400;
    transition: color .2s
}

    .l-navbar__footer-link:hover {
        color: #eea240
    }

    .l-navbar__footer-link svg {
        fill: currentColor
    }

.l-navbar__small-text {
    font-size: 1rem;
    font-style: normal;
    color: #999
}

.l-header {
    position: relative;
    overflow: hidden
}

@media all and (max-width:450px) and (orientation:portrait) {
    .l-header--fullscreen {
        min-height: 660px
    }
}

@media all and (min-width:451px) and (max-width:767px) and (orientation:portrait) {
    .l-header--fullscreen {
        min-height: 600px
    }
}

@media all and (min-width:768px) {
    .l-header--fullscreen {
        height: 100vh
    }
}

@media all and (orientation:portrait) and (max-width:1279px) {
    .l-header--fullscreen {
        height: auto
    }
}

@media all and (orientation:landscape) and (max-width:768px) {
    .l-header--fullscreen {
        max-height: 700px
    }
}

@media all and (orientation:landscape) and (min-width:769px) and (max-width:1023px) {
    .l-header--fullscreen {
        min-height: 800px
    }
}

@media all and (orientation:landscape) and (min-width:1024px) {
    .l-header--fullscreen {
        min-height: 700px
    }
}

@media all and (max-width:1279px) {
    .l-header--fullscreen {
        padding-bottom: 70px
    }
}

@media all and (max-width:768px) {
    .l-header--fullscreen {
        padding-top: 110px
    }
}

@media all and (min-width:769px) and (max-width:1279px) {
    .l-header--fullscreen {
        padding-top: 150px
    }
}

.l-header--fullscreen .skew-overlay {
    min-height: 600px;
}


@media all and (min-width:1280px) and (max-width:1700px) {
    .l-header--fullscreen .skew-overlay {
        left: -50vw
    }
}

@media all and (min-width:1024px) and (max-width:1279px) {
    .l-header--fullscreen .skew-overlay {
        left: -35vw
    }
}

@media all and (min-width:769px) and (max-width:1023px) {
    .l-header--fullscreen .skew-overlay {
        left: -30vw
    }
}

@media all and (max-width:768px) {
    .l-header--fullscreen .skew-overlay {
        left: 0;
        -webkit-transform: none;
        transform: none
    }
}

@media all and (max-width:991px) {
    .l-header--fullscreen .skew-overlay--triple {
        left: 0;
        -webkit-transform: skewX(15deg);
        transform: skewX(15deg);
        z-index: 1
    }
}

.l-header--short {
    background-repeat: no-repeat;
    background-position: 100% 0
}

@media all and (max-width:767px) {
    .l-header--short {
        padding-left: 5%
    }

        .l-header--short .l-header__bg-image {
            opacity: .2
        }
}

@media all and (max-width:1023px) {
    .l-header--short {
        padding-top: 140px;
        padding-bottom: 110px
    }
}

@media all and (min-width:1024px) {
    .l-header--short {
        height: 680px
    }
}

@media all and (max-width:1023px) {
    .l-header--plain {
        padding-top: 110px;
        padding-bottom: 30px
    }
}

@media all and (min-width:1024px) {
    .l-header--plain {
        padding-top: 150px;
        padding-bottom: 100px
    }
}

.l-header--red {
    background-color: #eea240;
    /*background: url('../images/pic/ipad.png')no-repeat  center center/cover;*/
}

.full-img {
    background-image: url('../images/pic/background-mobile1.jpg');
    background-size: cover;
}


@media all and (max-width:768px) {
    .l-header--red {
        background-color: transparent
    }
}

.l-header--anim .l-header__category-headline, .l-header--anim .l-header__content-text, .l-header--anim .l-header__primary-headline {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media all and (min-width:1280px) {
    .l-header__content-wrapper {
        left: -35vw;
        width: 100vw;
        z-index: 3;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media all and (min-width:1280px) {
    .l-header__content-wrapper--half {
        left: 27vw
    }
}

.l-header__content-wrapper--half .l-header__content {
    width: 22%;
    float: none;
    -webkit-transform: none;
    transform: none
}

@media all and (min-width:992px) {
    .l-header__content-middle {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%
    }
}

.l-header__bg-image, .l-header__video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden
}

.l-header__video {
    left: 0;
    right: 0
}

    .l-header__video video {
        min-width: 100%;
        min-height: 100%
    }

.l-header__bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.l-header__bg-image--left {
    left: 0
}

.l-header__bg-image--right {
    left: auto;
    right: 0
}

@media all and (max-width:767px) {
    .l-header__bg-image--right {
        background-position: 100% 0
    }
}

.l-header__full-height-img {
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: calc(100% + 100px);
    max-height: calc(100vh + 100px);
    background-repeat: no-repeat;
    background-size: cover
}

.l-header__content {
    position: relative;
    z-index: 2
}

@media all and (max-width:768px) {
    .l-header__content {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%
    }
}

@media all and (min-width:769px) and (max-width:1279px) {
    .l-header__content {
        width: 40%;
        margin-left: 10%
    }
}

@media all and (min-width:1280px) {
    .l-header__content {
        width: 40%;
        max-width: 750px;
        float: right;
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%)
    }
}

@media all and (min-width:1280px) and (max-width:1800px) {
    .l-header__content {
        width: 53%;
        -webkit-transform: none;
        transform: none
    }
}
@media (min-width:1600px) {
    .skew-overlay.skew-overlay--white {
        left: -50vw;
    }
    .l-header__content-wrapper {
        left: -40vw;
    }
}
@media all and (min-width:1280px) and (max-width:1800px) {
    .l-header--fullscreen .l-header__content-text {
        margin-right: 15%
    }
}

.l-header__content-static {
    position: relative;
    z-index: 2;
    padding: 110px 10% 0
}

@media all and (min-width:1280px) {
    .l-header__content-static {
        padding-top: 150px
    }
}

.l-header__content-static-media {
    width: 100%
}

.l-header__category-headline, .l-header__content-text {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    transition: opacity 1s 1s,-webkit-transform 1s 1s;
    transition: transform 1s 1s,opacity 1s 1s;
    transition: transform 1s 1s,opacity 1s 1s,-webkit-transform 1s 1s
}

    .l-header__category-headline .icon-link:hover, .l-header__content-text .icon-link:hover {
        color: #eea240
    }

        .l-header__category-headline .icon-link:hover svg, .l-header__content-text .icon-link:hover svg {
            fill: #eea240
        }

.l-header__primary-headline {
    -webkit-transform: translateX(10vw);
    transform: translateX(10vw);
    opacity: 0;
    transition: opacity 1s,-webkit-transform 1s;
    transition: transform 1s,opacity 1s;
    transition: transform 1s,opacity 1s,-webkit-transform 1s;
    margin: .3125rem 0 2.1875rem
}

@media all and (min-width:1280px) and (max-width:1800px) {
    .l-header--fullscreen .l-header__primary-headline {
        margin-right: 8%
    }
}

.l-header__primary-headline--spacing {
    margin-top: 1em;
    margin-bottom: 1em
}

.l-header__arrow-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.l-header__grid-equal-height {
    z-index: 2
}

@media all and (min-width:1024px) {
    .l-header__grid-equal-height, .l-header__grid-equal-height .row, .l-header__grid-equal-height [class*=col-] {
        height: inherit
    }
}

@media all and (min-width:1024px) {
    .l-header__middle-aligned {
        margin-top: 50px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}


@media all and (max-width:1024px) {
    img.mob-mocup.img-fluid {
        margin-top: -55px !important;
        margin-left: -196px !important;
        width: 645px !important;
        height: 618px !important;
    }
}
    .l-header__left-intro {
        padding-right: 7em
    }

    @media all and (max-width:768px) {
        .l-header__left-intro {
            margin-bottom: 3em;
            padding-right: 2em
        }
        img.mob-mocup.img-fluid {
            display: none;
        }
        }

    @media all and (max-width:1699px) {
        .l-header__left-intro--wide {
            padding-right: 2em
        }
    }

    @media all and (max-width:767px) {
        .l-header__post {
            margin-right: 7%
        }

            .l-header__post .btn--white.btn--grow:not([class*=color-]) {
                color: #111
            }
    }

    .l-header__post a:not(.btn) {
        color: inherit
    }

    @media all and (min-width:768px) {
        .l-header__post {
            padding-left: 7em;
            color: #fff
        }
    }

    .l-header__post-small-headline {
        opacity: .5
    }

    .l-header__post-text:not(:last-child) {
        padding-top: 1.5em
    }

    .l-header__overflow-visible {
        overflow: visible;
        margin-bottom: 5em
    }

    .l-main {
        position: relative;
        z-index: 3;
        min-height: 100%
    }

    .heart2-container {
        z-index: 1;
        position: absolute;
        right: 18%;
        top: 50%;
        -webkit-transform: translate(50%,-50%) rotate(-45deg);
        transform: translate(50%,-50%);
        overflow: visible;
        transition: top 1.5s,right 1.5s,-webkit-transform 1.5s;
        transition: top 1.5s,right 1.5s,transform 1.5s;
        transition: top 1.5s,right 1.5s,transform 1.5s,-webkit-transform 1.5s;
        transition-timing-function: ease-in-out
    }

    @media all and (min-width:769px) and (max-width:1023px) {
        .heart2-container {
            right: 13%;
            -webkit-transform: translate(50%,-50%) rotate(-45deg) scale(.5);
            transform: translate(50%,-50%) rotate(-45deg) scale(.5)
        }
    }

    @media all and (max-width:768px) {
        .heart2-container {
            top: 45%;
            right: 50%;
            z-index: 2;
            opacity: .25
        }
    }

    .heart2-heart {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .heart2-piece {
        width: 150px;
        height: 150px;
        border: 5px solid #fff;
        border-radius: 300px;
        position: absolute;
        top: 0;
        right: 0;
        box-sizing: border-box;
        opacity: 0
    }

    @media all and (max-width:768px) {
        .heart2-piece {
            border: 5px solid #eea240
        }
    }

    #circleL-svg {
        overflow: visible;
        padding: 2.5px;
        -webkit-animation: circleLsvg 1s ease-in-out 3s;
        animation: circleLsvg 1s ease-in-out 3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .heart2-svg-piece {
        stroke: #fff;
        fill: rgba(255,0,0,0);
        stroke-width: 5px;
        position: absolute;
        top: 0;
        right: 0;
        stroke-dasharray: 471px,471px;
        stroke-dashoffset: 471px;
        -webkit-animation: circleL 3s ease-in-out 2s;
        animation: circleL 3s ease-in-out 2s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        overflow: visible
    }

    @media all and (max-width:768px) {
        .heart2-svg-piece {
            stroke: #eea240
        }
    }

    .heart2-circleR {
        -webkit-animation: circleR 2s ease-in-out 3s;
        animation: circleR 2s ease-in-out 3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .heart2-square {
        -webkit-animation: square 2s ease-in-out 3s;
        animation: square 2s ease-in-out 3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    #heart-svg {
        position: absolute;
        -webkit-transform: translateY(-33.333333%);
        transform: translateY(-33.333333%);
        z-index: 1;
        padding: 7.5px;
        overflow: visible
    }

        #heart-svg path {
            -webkit-animation: heart 2s ease-in-out 4s;
            animation: heart 2s ease-in-out 4s;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            stroke-dasharray: 308.522px,308.522px;
            stroke-dashoffset: 308.522px;
            stroke-linecap: round;
            stroke: #fff;
            stroke-width: 5px
        }

    @media all and (max-width:768px) {
        #heart-svg path {
            stroke: #eea240
        }
    }

    @-webkit-keyframes circleR {
        0% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        50% {
            opacity: 1;
            -webkit-transform: translateX(50%);
            transform: translateX(50%)
        }

        to {
            opacity: 0;
            -webkit-transform: translateX(50%);
            transform: translateX(50%)
        }
    }

    @keyframes circleR {
        0% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        50% {
            opacity: 1;
            -webkit-transform: translateX(50%);
            transform: translateX(50%)
        }

        to {
            opacity: 0;
            -webkit-transform: translateX(50%);
            transform: translateX(50%)
        }
    }

    @-webkit-keyframes circleL {
        0% {
            stroke-dashoffset: 471px
        }

        33% {
            stroke-dashoffset: 0;
            fill: rgba(255,0,0,0)
        }

        66% {
            stroke-dashoffset: 0;
            opacity: 1
        }

        to {
            stroke-dashoffset: 0;
            opacity: 0
        }
    }

    @keyframes circleL {
        0% {
            stroke-dashoffset: 471px
        }

        33% {
            stroke-dashoffset: 0;
            fill: rgba(255,0,0,0)
        }

        66% {
            stroke-dashoffset: 0;
            opacity: 1
        }

        to {
            stroke-dashoffset: 0;
            opacity: 0
        }
    }

    @-webkit-keyframes circleLsvg {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        to {
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }
    }

    @keyframes circleLsvg {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        to {
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }
    }

    @-webkit-keyframes square {
        0% {
            opacity: 1;
            border-radius: 50%
        }

        50% {
            opacity: 1;
            border-radius: 0
        }

        to {
            opacity: 0;
            border-radius: 0
        }
    }

    @keyframes square {
        0% {
            opacity: 1;
            border-radius: 50%
        }

        50% {
            opacity: 1;
            border-radius: 0
        }

        to {
            opacity: 0;
            border-radius: 0
        }
    }

    @-webkit-keyframes heart {
        0% {
            opacity: 1;
            stroke-dashoffset: 308.522px;
            fill-opacity: 0
        }

        50% {
            fill-opacity: 0;
            stroke-dashoffset: 0;
            opacity: 1
        }

        to {
            fill-opacity: 1;
            stroke-dashoffset: 0;
            opacity: 1
        }
    }

    @keyframes heart {
        0% {
            opacity: 1;
            stroke-dashoffset: 308.522px;
            fill-opacity: 0
        }

        50% {
            fill-opacity: 0;
            stroke-dashoffset: 0;
            opacity: 1
        }

        to {
            fill-opacity: 1;
            stroke-dashoffset: 0;
            opacity: 1
        }
    }

    .heart2-inner {
        box-sizing: content-box
    }

    .heart2-heart {
        fill: #fff;
        opacity: 0;
        transition: fill 2s,stroke 2s,stroke-width 2s,-webkit-transform .5s ease-in-out;
        transition: fill 2s,stroke 2s,stroke-width 2s,transform .5s ease-in-out;
        transition: fill 2s,stroke 2s,stroke-width 2s,transform .5s ease-in-out,-webkit-transform .5s ease-in-out
    }

    @media all and (max-width:768px) {
        .heart2-heart {
            fill: #eea240
        }
    }

    #load-box.team {
        right: 47%;
        top: 141vh;
        -webkit-transform: translate(50%,-50%) rotate(-45deg) scale(3);
        transform: translate(50%,-50%) rotate(-45deg) scale(3)
    }

        #load-box.team #circleL-svg {
            opacity: 0
        }

        #load-box.team .heart2-circleL, #load-box.team .heart2-circleR, #load-box.team .heart2-square {
            position: absolute
        }

        #load-box.team .heart2-heart {
            fill: rgba(255,136,22,0);
            stroke: #ff8816;
            stroke-width: 2px
        }

    .hide-shape {
        top: -75vh !important
    }

    .burger {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 111;
        display: block;
        width: 30px;
        height: 22px;
        margin: 30px;
        border: 0;
        background-color: transparent;
        cursor: pointer
    }

    @media all and (min-width:1024px) {
        .burger {
            top: 6px
        }
    }

    .burger__line {
        position: absolute;
        display: block;
        height: 4px;
        width: 50%;
        background: #fff;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .25s ease-in-out,background .25s ease .2s
    }

    @media all and (max-width:768px) {
        .burger__line {
            background-color: #000
        }
    }

    .burger--black .burger__line, .l-navbar--white .burger__line {
        background: #000
    }

    .burger__line:nth-child(even) {
        left: 50%;
        border-radius: 0 10px 10px 0
    }

    .burger__line:nth-child(odd) {
        left: 0;
        border-radius: 10px 0 0 10px
    }

    .burger__line:nth-child(1), .burger__line:nth-child(2) {
        top: 0
    }

    .burger__line:nth-child(3), .burger__line:nth-child(4) {
        top: 9px
    }

    .burger__line:nth-child(5), .burger__line:nth-child(6) {
        top: 18px
    }

    .burger--open .burger__line {
        background-color: #fff;
        transition: .25s ease-in-out,background .25s ease-in-out
    }

        .burger--open .burger__line:nth-child(1), .burger--open .burger__line:nth-child(6) {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .burger--open .burger__line:nth-child(2), .burger--open .burger__line:nth-child(5) {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        .burger--open .burger__line:nth-child(1) {
            left: 5px;
            top: 7px
        }

        .burger--open .burger__line:nth-child(2) {
            left: calc(50% - 5px);
            top: 7px
        }

        .burger--open .burger__line:nth-child(3) {
            left: -50%;
            opacity: 0
        }

        .burger--open .burger__line:nth-child(4) {
            left: 100%;
            opacity: 0
        }

        .burger--open .burger__line:nth-child(5) {
            left: 5px;
            top: 12px
        }

        .burger--open .burger__line:nth-child(6) {
            left: calc(50% - 5px);
            top: 12px
        }

    .content .social-media, .social-media {
        padding-left: 0
    }

        .content .social-media svg, .social-media svg {
            fill: #fff;
            transition: all .2s ease
        }

    .social-media__link {
        display: inline-block;
        padding: .5em
    }

        .social-media__link:hover svg {
            fill: #999
        }

    .social-media--grey svg {
        fill: #4c4c4c
    }

    .social-media--grey .social-media__link:hover svg {
        fill: #999
    }

    .content .social-media--black svg, .social-media--black svg {
        fill: #000
    }

    .social-media--black .social-media__link:hover svg {
        fill: #eea240
    }

    .social-media__item:not(:last-child) {
        margin-right: .7em
    }

    @-webkit-keyframes MoveUpDown {
        0% {
            bottom: 0
        }

        50% {
            bottom: 20px
        }

        to {
            bottom: 0
        }
    }

    @keyframes MoveUpDown {
        0% {
            bottom: 0
        }

        50% {
            bottom: 20px
        }

        to {
            bottom: 0
        }
    }

    .arrow-down {
        display: block;
        margin-bottom: 1.5em;
        width: 30px;
        -webkit-animation: MoveUpDown 2s ease-in-out infinite;
        animation: MoveUpDown 2s ease-in-out infinite
    }

        .arrow-down svg {
            fill: none;
            stroke: #eea240;
            stroke-width: 4;
            stroke-linecap: round;
            stroke-linejoin: round;
            transition: all .2s ease
        }

        .arrow-down:hover {
            -webkit-animation-play-state: paused;
            animation-play-state: paused
        }

            .arrow-down:hover svg {
                -webkit-transform: scale(1.3);
                transform: scale(1.3)
            }

    .skew-overlay {
        position: absolute;
        top: 0;
        left: -35vw;
        z-index: 2;
        height: 100%;
        min-height: 100vh;
        width: 100vw;
        background-color: hsla(0,0%,100%,.8);
        -webkit-transform: skewX(-15deg);
        transform: skewX(-15deg);
        transition: left .5s
    }

    @media all and (min-width:1024px) and (max-width:1699px) {
        .skew-overlay {
            left: -25vw
        }
    }

    .skew-overlay--white {
        background-color: #d0cfcd73;
        /*background-size: cover;
    background-image: url('../images/pic/testimonials.jpg');*/
    }
    /*.skew-overlay--white::before {
        background-color:rgba(20,20,20,.5);
        content:'';
        display:block;
        height:100%;
        position:absolute;
        width:100%;
    }*/
    .skew-overlay--middle {
        width: 83vw
    }

    .skew-overlay--reversed {
        -webkit-transform: skewX(15deg);
        transform: skewX(15deg);
        -webkit-transform-origin: top right;
        transform-origin: top right
    }

    @media all and (min-width:768px) and (max-width:1023px) {
        .skew-overlay--reversed.skew-overlay--middle {
            width: 75vw
        }
    }

    @media all and (min-width:1024px) and (max-width:1699px) {
        .skew-overlay--reversed.skew-overlay--middle {
            width: 66vw
        }
    }

    @media all and (min-width:1700px) {
        .skew-overlay--reversed.skew-overlay--middle {
            width: 78vw
        }
    }

    .skew-overlay--triple {
        -webkit-transform: skewX(15deg);
        transform: skewX(15deg);
        -webkit-transform-origin: center right;
        transform-origin: center right;
        left: -50vw;
        background-color: hsla(0,0%,100%,.7)
    }

    @media all and (min-width:200px) and (max-width:991px) {
        .skew-overlay--triple {
            left: 0
        }
    }

    .skew-overlay--triple:before {
        left: 0;
        -webkit-transform: skewX(-35deg);
        transform: skewX(-35deg);
        -webkit-transform-origin: 0 -10%;
        transform-origin: 0 -10%
    }

    .skew-overlay--triple:after, .skew-overlay--triple:before {
        content: " ";
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: hsla(0,0%,100%,.6)
    }

    .skew-overlay--triple:after {
        left: -25vw;
        -webkit-transform-origin: top right;
        transform-origin: top right
    }

    @media all and (max-width:767px) {
        .l-header--short .skew-overlay {
            display: none
        }
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }

        .row > [class*=col-] {
            padding: 0
        }

    .row-g-0 {
        margin-left: 0;
        margin-right: 0
    }

    @media (max-width:767px) {
        .row-g-0 {
            margin-left: 0;
            margin-right: 0
        }
    }

    .row-g-0 > [class*=col-] {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px
    }

        .row-g-0 > [class*=col-] .pos-center-v--right {
            padding-right: 0
        }

    @media (max-width:767px) {
        .row-g-0 > [class*=col-]:not(.col-bg) {
            padding-left: 0;
            padding-right: 0;
            padding-bottom: 0
        }

        .row-g-0 > [class*=col-] .pos-center-v--right {
            padding-right: 0
        }
    }

    @media screen and (min-width:200px) and (max-width:767px) {
        .row-g-0 > [class*=col-]:last-child {
            padding-bottom: 0
        }
    }

    .row-g-0 + .row-g-0 {
        margin-top: 0
    }

    @media (max-width:767px) {
        .row-g-0 + .row-g-0 {
            margin-top: 0
        }
    }

    .row-g-0.table-view {
        width: calc(100% + 0px);
        margin-left: 0;
        margin-right: 0
    }

    @media all and (max-width:767px) {
        .row-g-0.table-view {
            width: 100%;
            margin-left: 0;
            margin-right: 0
        }
    }

    .row-g-0 + .row-g-0 {
        padding-top: 0
    }

    @media screen and (min-width:200px) and (max-width:767px) {
        .row-g-0 + .row-g-0 {
            padding-top: 0
        }
    }

    .row-g-10 {
        margin-left: -10px;
        margin-right: -10px
    }

    @media (max-width:767px) {
        .row-g-10 {
            margin-left: 0;
            margin-right: 0
        }
    }

    .row-g-10 > [class*=col-] {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px
    }

        .row-g-10 > [class*=col-] .pos-center-v--right {
            padding-right: 10px
        }

    @media (max-width:767px) {
        .row-g-10 > [class*=col-]:not(.col-bg) {
            padding-left: 0;
            padding-right: 0;
            padding-bottom: 10px
        }

        .row-g-10 > [class*=col-] .pos-center-v--right {
            padding-right: 0
        }
    }

    @media screen and (min-width:200px) and (max-width:767px) {
        .row-g-10 > [class*=col-]:last-child {
            padding-bottom: 0
        }
    }

    .row-g-10 + .row-g-10 {
        margin-top: 20px
    }

    @media (max-width:767px) {
        .row-g-10 + .row-g-10 {
            margin-top: 10px
        }
    }

    .row-g-10.table-view {
        width: calc(100% + 40px);
        margin-left: -10px;
        margin-right: -10px
    }

    @media all and (max-width:767px) {
        .row-g-10.table-view {
            width: 100%;
            margin-left: 0;
            margin-right: 0
        }
    }

    .row-g-10 + .row-g-10 {
        padding-top: 20px
    }

    @media screen and (min-width:200px) and (max-width:767px) {
        .row-g-10 + .row-g-10 {
            padding-top: 10px
        }
    }

    .row-g-20 {
        margin-left: -20px;
        margin-right: -20px
    }

    @media (max-width:767px) {
        .row-g-20 {
            margin-left: 0;
            margin-right: 0
        }
    }

    .row-g-20 > [class*=col-] {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px
    }

        .row-g-20 > [class*=col-] .pos-center-v--right {
            padding-right: 20px
        }

    @media (max-width:767px) {
        .row-g-20 > [class*=col-]:not(.col-bg) {
            padding-left: 0;
            padding-right: 0;
            padding-bottom: 20px
        }

        .row-g-20 > [class*=col-] .pos-center-v--right {
            padding-right: 0
        }
    }

    @media screen and (min-width:200px) and (max-width:767px) {
        .row-g-20 > [class*=col-]:last-child {
            padding-bottom: 0
        }
    }

    .row-g-20 + .row-g-20 {
        margin-top: 40px
    }

    @media (max-width:767px) {
        .row-g-20 + .row-g-20 {
            margin-top: 20px
        }
    }

    .row-g-20.table-view {
        width: calc(100% + 80px);
        margin-left: -20px;
        margin-right: -20px
    }

    @media all and (max-width:767px) {
        .row-g-20.table-view {
            width: 100%;
            margin-left: 0;
            margin-right: 0
        }
    }

    .row-g-20 + .row-g-20 {
        padding-top: 40px
    }

    @media screen and (min-width:200px) and (max-width:767px) {
        .row-g-20 + .row-g-20 {
            padding-top: 20px
        }
    }

    .row-g-30 {
        margin-left: -30px;
        margin-right: -30px
    }

    @media (max-width:767px) {
        .row-g-30 {
            margin-left: 0;
            margin-right: 0
        }
    }

    .row-g-30 > [class*=col-] {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 20px
    }

        .row-g-30 > [class*=col-] .pos-center-v--right {
            padding-right: 30px
        }

    @media (max-width:767px) {
        .row-g-30 > [class*=col-]:not(.col-bg) {
            padding-left: 0;
            padding-right: 0;
            padding-bottom: 30px
        }

        .row-g-30 > [class*=col-] .pos-center-v--right {
            padding-right: 0
        }
    }

    @media screen and (min-width:200px) and (max-width:767px) {
        .row-g-30 > [class*=col-]:last-child {
            padding-bottom: 0
        }
    }

    .row-g-30 + .row-g-30 {
        margin-top: 60px
    }

    @media (max-width:767px) {
        .row-g-30 + .row-g-30 {
            margin-top: 30px
        }
    }

    .row-g-30.table-view {
        width: calc(100% + 120px);
        margin-left: -30px;
        margin-right: -30px
    }

    @media all and (max-width:767px) {
        .row-g-30.table-view {
            width: 100%;
            margin-left: 0;
            margin-right: 0
        }
    }

    .row-g-30 + .row-g-30 {
        padding-top: 60px
    }

    @media screen and (min-width:200px) and (max-width:767px) {
        .row-g-30 + .row-g-30 {
            padding-top: 30px
        }
    }

    .row-g-40 {
        margin-left: -40px;
        margin-right: -40px
    }

    @media (max-width:767px) {
        .row-g-40 {
            margin-left: 0;
            margin-right: 0
        }
    }

    .row-g-40 > [class*=col-] {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 20px
    }

        .row-g-40 > [class*=col-] .pos-center-v--right {
            padding-right: 40px
        }

    @media (max-width:767px) {
        .row-g-40 > [class*=col-]:not(.col-bg) {
            padding-left: 0;
            padding-right: 0;
            padding-bottom: 40px
        }

        .row-g-40 > [class*=col-] .pos-center-v--right {
            padding-right: 0
        }
    }

    @media screen and (min-width:200px) and (max-width:767px) {
        .row-g-40 > [class*=col-]:last-child {
            padding-bottom: 0
        }
    }

    .row-g-40 + .row-g-40 {
        margin-top: 80px
    }

    @media (max-width:767px) {
        .row-g-40 + .row-g-40 {
            margin-top: 40px
        }
    }

    .row-g-40.table-view {
        width: calc(100% + 160px);
        margin-left: -40px;
        margin-right: -40px
    }

    @media all and (max-width:767px) {
        .row-g-40.table-view {
            width: 100%;
            margin-left: 0;
            margin-right: 0
        }
    }

    .row-g-40 + .row-g-40 {
        padding-top: 80px
    }

    @media screen and (min-width:200px) and (max-width:767px) {
        .row-g-40 + .row-g-40 {
            padding-top: 40px
        }
    }

    .row-g-50 {
        margin-left: -50px;
        margin-right: -50px
    }

    @media (max-width:767px) {
        .row-g-50 {
            margin-left: 0;
            margin-right: 0
        }
    }

    .row-g-50 > [class*=col-] {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 20px
    }

        .row-g-50 > [class*=col-] .pos-center-v--right {
            padding-right: 50px
        }

    @media (max-width:767px) {
        .row-g-50 > [class*=col-]:not(.col-bg) {
            padding-left: 0;
            padding-right: 0;
            padding-bottom: 50px
        }

        .row-g-50 > [class*=col-] .pos-center-v--right {
            padding-right: 0
        }
    }

    @media screen and (min-width:200px) and (max-width:767px) {
        .row-g-50 > [class*=col-]:last-child {
            padding-bottom: 0
        }
    }

    .row-g-50 + .row-g-50 {
        margin-top: 100px
    }

    @media (max-width:767px) {
        .row-g-50 + .row-g-50 {
            margin-top: 50px
        }
    }

    .row-g-50.table-view {
        width: calc(100% + 200px);
        margin-left: -50px;
        margin-right: -50px
    }

    @media all and (max-width:767px) {
        .row-g-50.table-view {
            width: 100%;
            margin-left: 0;
            margin-right: 0
        }
    }

    .row-g-50 + .row-g-50 {
        padding-top: 100px
    }

    @media screen and (min-width:200px) and (max-width:767px) {
        .row-g-50 + .row-g-50 {
            padding-top: 50px
        }
    }

    .container--narrow > .row:after, .container-large > .row:after, .container-medium > .row:after, .container-narrow > .row:after, .container-small > .row:after, .container-smaller > .row:after, .container-super-medium > .row:after, .container > .row:after {
        display: block !important;
        margin-left: 15px;
        margin-right: 15px
    }

    .container--narrow > .row-g-0:after, .container-large > .row-g-0:after, .container-medium > .row-g-0:after, .container-narrow > .row-g-0:after, .container-small > .row-g-0:after, .container-smaller > .row-g-0:after, .container-super-medium > .row-g-0:after, .container > .row-g-0:after {
        display: block !important;
        margin-left: 0;
        margin-right: 0
    }

    .container--narrow > .row-g-10:after, .container-large > .row-g-10:after, .container-medium > .row-g-10:after, .container-narrow > .row-g-10:after, .container-small > .row-g-10:after, .container-smaller > .row-g-10:after, .container-super-medium > .row-g-10:after, .container > .row-g-10:after {
        display: block !important;
        margin-left: 10px;
        margin-right: 10px
    }

    .container--narrow > .row-g-20:after, .container-large > .row-g-20:after, .container-medium > .row-g-20:after, .container-narrow > .row-g-20:after, .container-small > .row-g-20:after, .container-smaller > .row-g-20:after, .container-super-medium > .row-g-20:after, .container > .row-g-20:after {
        display: block !important;
        margin-left: 20px;
        margin-right: 20px
    }

    .container--narrow > .row-g-30:after, .container-large > .row-g-30:after, .container-medium > .row-g-30:after, .container-narrow > .row-g-30:after, .container-small > .row-g-30:after, .container-smaller > .row-g-30:after, .container-super-medium > .row-g-30:after, .container > .row-g-30:after {
        display: block !important;
        margin-left: 30px;
        margin-right: 30px
    }

    .container--narrow > .row-g-40:after, .container-large > .row-g-40:after, .container-medium > .row-g-40:after, .container-narrow > .row-g-40:after, .container-small > .row-g-40:after, .container-smaller > .row-g-40:after, .container-super-medium > .row-g-40:after, .container > .row-g-40:after {
        display: block !important;
        margin-left: 40px;
        margin-right: 40px
    }

    .container--narrow > .row-g-50:after, .container-large > .row-g-50:after, .container-medium > .row-g-50:after, .container-narrow > .row-g-50:after, .container-small > .row-g-50:after, .container-smaller > .row-g-50:after, .container-super-medium > .row-g-50:after, .container > .row-g-50:after {
        display: block !important;
        margin-left: 50px;
        margin-right: 50px
    }

    .row--5cols > [class$="-7"] {
        width: 60%;
        padding-right: 0
    }

    @media (max-width:767px) {
        .row--5cols > [class$="-7"] {
            width: 100%;
            padding-right: 30px
        }
    }

    .row--5cols > [class$="-7"] > [class$="-4"] {
        padding-left: inherit;
        padding-right: inherit
    }

    @media (max-width:767px) {
        .row--5cols > [class$="-7"] > [class$="-4"] {
            padding-left: 0;
            padding-right: 0
        }
    }

    .row--5cols > [class$="-7"] > [class$="-4"]:first-child {
        margin-left: -30px
    }

    .row--5cols > [class$="-5"] {
        width: 40%;
        padding-left: 0
    }

    @media (max-width:767px) {
        .row--5cols > [class$="-5"] {
            width: 100%;
            padding-left: 30px
        }
    }

    .row--5cols > [class$="-5"] > [class$="-6"] {
        padding-left: inherit;
        padding-right: inherit
    }

    @media (max-width:767px) {
        .row--5cols > [class$="-5"] > [class$="-6"] {
            padding-left: 0;
            padding-right: 0
        }
    }

    .row--5cols > [class$="-5"] > [class$="-6"]:last-child {
        margin-right: -30px
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-five, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-five, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-five, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-five {
        position: relative;
        min-height: 1px
    }

    @media (max-width:400px) {
        .col-vxs-1, .col-vxs-2, .col-vxs-3, .col-vxs-4, .col-vxs-5, .col-vxs-6, .col-vxs-7, .col-vxs-8, .col-vxs-9, .col-vxs-10, .col-vxs-11, .col-vxs-12 {
            width: 100% !important
        }
    }

    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-five {
        float: left
    }

    .col-xs-1 {
        width: 8.333333%
    }

    .col-xs-pull-1 {
        right: 8.333333%
    }

    .col-xs-push-1 {
        left: 8.333333%
    }

    .col-xs-offset-1 {
        margin-left: 8.333333%
    }

    .col-xs-2 {
        width: 16.666667%
    }

    .col-xs-pull-2 {
        right: 16.666667%
    }

    .col-xs-push-2 {
        left: 16.666667%
    }

    .col-xs-offset-2 {
        margin-left: 16.666667%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-pull-3 {
        right: 25%
    }

    .col-xs-push-3 {
        left: 25%
    }

    .col-xs-offset-3 {
        margin-left: 25%
    }

    .col-xs-4 {
        width: 33.333333%
    }

    .col-xs-pull-4 {
        right: 33.333333%
    }

    .col-xs-push-4 {
        left: 33.333333%
    }

    .col-xs-offset-4 {
        margin-left: 33.333333%
    }

    .col-xs-5 {
        width: 41.666667%
    }

    .col-xs-pull-5 {
        right: 41.666667%
    }

    .col-xs-push-5 {
        left: 41.666667%
    }

    .col-xs-offset-5 {
        margin-left: 41.666667%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-pull-6 {
        right: 50%
    }

    .col-xs-push-6 {
        left: 50%
    }

    .col-xs-offset-6 {
        margin-left: 50%
    }

    .col-xs-7 {
        width: 58.333333%
    }

    .col-xs-pull-7 {
        right: 58.333333%
    }

    .col-xs-push-7 {
        left: 58.333333%
    }

    .col-xs-offset-7 {
        margin-left: 58.333333%
    }

    .col-xs-8 {
        width: 66.666667%
    }

    .col-xs-pull-8 {
        right: 66.666667%
    }

    .col-xs-push-8 {
        left: 66.666667%
    }

    .col-xs-offset-8 {
        margin-left: 66.666667%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-pull-9 {
        right: 75%
    }

    .col-xs-push-9 {
        left: 75%
    }

    .col-xs-offset-9 {
        margin-left: 75%
    }

    .col-xs-10 {
        width: 83.333333%
    }

    .col-xs-pull-10 {
        right: 83.333333%
    }

    .col-xs-push-10 {
        left: 83.333333%
    }

    .col-xs-offset-10 {
        margin-left: 83.333333%
    }

    .col-xs-11 {
        width: 91.666667%
    }

    .col-xs-pull-11 {
        right: 91.666667%
    }

    .col-xs-push-11 {
        left: 91.666667%
    }

    .col-xs-offset-11 {
        margin-left: 91.666667%
    }

    .col-xs-12 {
        width: 100%
    }

    .col-xs-pull-12 {
        right: 100%
    }

    .col-xs-push-12 {
        left: 100%
    }

    .col-xs-offset-12 {
        margin-left: 100%
    }

    .col-xs-pull-0 {
        right: auto
    }

    .col-xs-push-0 {
        left: auto
    }

    .col-xs-offset-0 {
        margin-left: 0
    }

    .col-xs-five {
        width: 20%
    }

    .col-xs-pull-five {
        right: 20%
    }

    .col-xs-push-five {
        left: 20%
    }

    .col-xs-offset-five {
        margin-left: 20%
    }

    @media (min-width:768px) {
        .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-five {
            float: left
        }

        .col-sm-1 {
            width: 8.333333%
        }

        .col-sm-pull-1 {
            right: 8.333333%
        }

        .col-sm-push-1 {
            left: 8.333333%
        }

        .col-sm-offset-1 {
            margin-left: 8.333333%
        }

        .col-sm-2 {
            width: 16.666667%
        }

        .col-sm-pull-2 {
            right: 16.666667%
        }

        .col-sm-push-2 {
            left: 16.666667%
        }

        .col-sm-offset-2 {
            margin-left: 16.666667%
        }

        .col-sm-3 {
            width: 25%
        }

        .col-sm-pull-3 {
            right: 25%
        }

        .col-sm-push-3 {
            left: 25%
        }

        .col-sm-offset-3 {
            margin-left: 25%
        }

        .col-sm-4 {
            width: 33.333333%
        }

        .col-sm-pull-4 {
            right: 33.333333%
        }

        .col-sm-push-4 {
            left: 33.333333%
        }

        .col-sm-offset-4 {
            margin-left: 33.333333%
        }

        .col-sm-5 {
            width: 41.666667%
        }

        .col-sm-pull-5 {
            right: 41.666667%
        }

        .col-sm-push-5 {
            left: 41.666667%
        }

        .col-sm-offset-5 {
            margin-left: 41.666667%
        }

        .col-sm-6 {
            width: 50%
        }

        .col-sm-pull-6 {
            right: 50%
        }

        .col-sm-push-6 {
            left: 50%
        }

        .col-sm-offset-6 {
            margin-left: 50%
        }

        .col-sm-7 {
            width: 58.333333%
        }

        .col-sm-pull-7 {
            right: 58.333333%
        }

        .col-sm-push-7 {
            left: 58.333333%
        }

        .col-sm-offset-7 {
            margin-left: 58.333333%
        }

        .col-sm-8 {
            width: 66.666667%
        }

        .col-sm-pull-8 {
            right: 66.666667%
        }

        .col-sm-push-8 {
            left: 66.666667%
        }

        .col-sm-offset-8 {
            margin-left: 66.666667%
        }

        .col-sm-9 {
            width: 75%
        }

        .col-sm-pull-9 {
            right: 75%
        }

        .col-sm-push-9 {
            left: 75%
        }

        .col-sm-offset-9 {
            margin-left: 75%
        }

        .col-sm-10 {
            width: 83.333333%
        }

        .col-sm-pull-10 {
            right: 83.333333%
        }

        .col-sm-push-10 {
            left: 83.333333%
        }

        .col-sm-offset-10 {
            margin-left: 83.333333%
        }

        .col-sm-11 {
            width: 91.666667%
        }

        .col-sm-pull-11 {
            right: 91.666667%
        }

        .col-sm-push-11 {
            left: 91.666667%
        }

        .col-sm-offset-11 {
            margin-left: 91.666667%
        }

        .col-sm-12 {
            width: 100%
        }

        .col-sm-pull-12 {
            right: 100%
        }

        .col-sm-push-12 {
            left: 100%
        }

        .col-sm-offset-12 {
            margin-left: 100%
        }

        .col-sm-pull-0 {
            right: auto
        }

        .col-sm-push-0 {
            left: auto
        }

        .col-sm-offset-0 {
            margin-left: 0
        }

        .col-sm-five {
            width: 20%
        }

        .col-sm-pull-five {
            right: 20%
        }

        .col-sm-push-five {
            left: 20%
        }

        .col-sm-offset-five {
            margin-left: 20%
        }
    }

    @media (min-width:992px) {
        .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-five {
            float: left
        }

        .col-md-1 {
            width: 8.333333%
        }

        .col-md-pull-1 {
            right: 8.333333%
        }

        .col-md-push-1 {
            left: 8.333333%
        }

        .col-md-offset-1 {
            margin-left: 8.333333%
        }

        .col-md-2 {
            width: 16.666667%
        }

        .col-md-pull-2 {
            right: 16.666667%
        }

        .col-md-push-2 {
            left: 16.666667%
        }

        .col-md-offset-2 {
            margin-left: 16.666667%
        }

        .col-md-3 {
            width: 25%
        }

        .col-md-pull-3 {
            right: 25%
        }

        .col-md-push-3 {
            left: 25%
        }

        .col-md-offset-3 {
            margin-left: 25%
        }

        .col-md-4 {
            width: 33.333333%
        }

        .col-md-pull-4 {
            right: 33.333333%
        }

        .col-md-push-4 {
            left: 33.333333%
        }

        .col-md-offset-4 {
            margin-left: 33.333333%
        }

        .col-md-5 {
            width: 41.666667%
        }

        .col-md-pull-5 {
            right: 41.666667%
        }

        .col-md-push-5 {
            left: 41.666667%
        }

        .col-md-offset-5 {
            margin-left: 41.666667%
        }

        .col-md-6 {
            width: 50%
        }

        .col-md-pull-6 {
            right: 50%
        }

        .col-md-push-6 {
            left: 50%
        }

        .col-md-offset-6 {
            margin-left: 50%
        }

        .col-md-7 {
            width: 58.333333%
        }

        .col-md-pull-7 {
            right: 58.333333%
        }

        .col-md-push-7 {
            left: 58.333333%
        }

        .col-md-offset-7 {
            margin-left: 58.333333%
        }

        .col-md-8 {
            width: 66.666667%
        }

        .col-md-pull-8 {
            right: 66.666667%
        }

        .col-md-push-8 {
            left: 66.666667%
        }

        .col-md-offset-8 {
            margin-left: 66.666667%
        }

        .col-md-9 {
            width: 75%
        }

        .col-md-pull-9 {
            right: 75%
        }

        .col-md-push-9 {
            left: 75%
        }

        .col-md-offset-9 {
            margin-left: 75%
        }

        .col-md-10 {
            width: 83.333333%
        }

        .col-md-pull-10 {
            right: 83.333333%
        }

        .col-md-push-10 {
            left: 83.333333%
        }

        .col-md-offset-10 {
            margin-left: 83.333333%
        }

        .col-md-11 {
            width: 91.666667%
        }

        .col-md-pull-11 {
            right: 91.666667%
        }

        .col-md-push-11 {
            left: 91.666667%
        }

        .col-md-offset-11 {
            margin-left: 91.666667%
        }

        .col-md-12 {
            width: 100%
        }

        .col-md-pull-12 {
            right: 100%
        }

        .col-md-push-12 {
            left: 100%
        }

        .col-md-offset-12 {
            margin-left: 100%
        }

        .col-md-pull-0 {
            right: auto
        }

        .col-md-push-0 {
            left: auto
        }

        .col-md-offset-0 {
            margin-left: 0
        }

        .col-md-five {
            width: 20%
        }

        .col-md-pull-five {
            right: 20%
        }

        .col-md-push-five {
            left: 20%
        }

        .col-md-offset-five {
            margin-left: 20%
        }
    }

    @media (min-width:1650px) {
        .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-five {
            float: left
        }

        .col-lg-1 {
            width: 8.333333%
        }

        .col-lg-pull-1 {
            right: 8.333333%
        }

        .col-lg-push-1 {
            left: 8.333333%
        }

        .col-lg-offset-1 {
            margin-left: 8.333333%
        }

        .col-lg-2 {
            width: 16.666667%
        }

        .col-lg-pull-2 {
            right: 16.666667%
        }

        .col-lg-push-2 {
            left: 16.666667%
        }

        .col-lg-offset-2 {
            margin-left: 16.666667%
        }

        .col-lg-3 {
            width: 25%
        }

        .col-lg-pull-3 {
            right: 25%
        }

        .col-lg-push-3 {
            left: 25%
        }

        .col-lg-offset-3 {
            margin-left: 25%
        }

        .col-lg-4 {
            width: 33.333333%
        }

        .col-lg-pull-4 {
            right: 33.333333%
        }

        .col-lg-push-4 {
            left: 33.333333%
        }

        .col-lg-offset-4 {
            margin-left: 33.333333%
        }

        .col-lg-5 {
            width: 41.666667%
        }

        .col-lg-pull-5 {
            right: 41.666667%
        }

        .col-lg-push-5 {
            left: 41.666667%
        }

        .col-lg-offset-5 {
            margin-left: 41.666667%
        }

        .col-lg-6 {
            width: 50%
        }

        .col-lg-pull-6 {
            right: 50%
        }

        .col-lg-push-6 {
            left: 50%
        }

        .col-lg-offset-6 {
            margin-left: 50%
        }

        .col-lg-7 {
            width: 58.333333%
        }

        .col-lg-pull-7 {
            right: 58.333333%
        }

        .col-lg-push-7 {
            left: 58.333333%
        }

        .col-lg-offset-7 {
            margin-left: 58.333333%
        }

        .col-lg-8 {
            width: 66.666667%
        }

        .col-lg-pull-8 {
            right: 66.666667%
        }

        .col-lg-push-8 {
            left: 66.666667%
        }

        .col-lg-offset-8 {
            margin-left: 66.666667%
        }

        .col-lg-9 {
            width: 75%
        }

        .col-lg-pull-9 {
            right: 75%
        }

        .col-lg-push-9 {
            left: 75%
        }

        .col-lg-offset-9 {
            margin-left: 75%
        }

        .col-lg-10 {
            width: 83.333333%
        }

        .col-lg-pull-10 {
            right: 83.333333%
        }

        .col-lg-push-10 {
            left: 83.333333%
        }

        .col-lg-offset-10 {
            margin-left: 83.333333%
        }

        .col-lg-11 {
            width: 91.666667%
        }

        .col-lg-pull-11 {
            right: 91.666667%
        }

        .col-lg-push-11 {
            left: 91.666667%
        }

        .col-lg-offset-11 {
            margin-left: 91.666667%
        }

        .col-lg-12 {
            width: 100%
        }

        .col-lg-pull-12 {
            right: 100%
        }

        .col-lg-push-12 {
            left: 100%
        }

        .col-lg-offset-12 {
            margin-left: 100%
        }

        .col-lg-pull-0 {
            right: auto
        }

        .col-lg-push-0 {
            left: auto
        }

        .col-lg-offset-0 {
            margin-left: 0
        }

        .col-lg-five {
            width: 20%
        }

        .col-lg-pull-five {
            right: 20%
        }

        .col-lg-push-five {
            left: 20%
        }

        .col-lg-offset-five {
            margin-left: 20%
        }
    }

    .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container-large:after, .container-large:before, .container-medium:after, .container-medium:before, .container-narrow:after, .container-narrow:before, .container-small:after, .container-small:before, .container-smaller:after, .container-smaller:before, .container-super-medium:after, .container-super-medium:before, .container:after, .container:before, .row:after, .row:before {
        content: " ";
        display: table
    }

    @supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {
        .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container-large:after, .container-large:before, .container-medium:after, .container-medium:before, .container-narrow:after, .container-narrow:before, .container-small:after, .container-small:before, .container-smaller:after, .container-smaller:before, .container-super-medium:after, .container-super-medium:before, .container:after, .container:before, .row:after, .row:before {
            display: none
        }
    }

    .row-g-0:after, .row-g-0:before, .row-g-10:after, .row-g-10:before, .row-g-20:after, .row-g-20:before, .row-g-30:after, .row-g-30:before, .row-g-40:after, .row-g-40:before, .row-g-50:after, .row-g-50:before {
        content: " ";
        display: table
    }

    .clearfix:after, .container-fluid:after, .container-large:after, .container-medium:after, .container-narrow:after, .container-small:after, .container-smaller:after, .container-super-medium:after, .container:after, .row-g-0:after, .row-g-10:after, .row-g-20:after, .row-g-30:after, .row-g-40:after, .row-g-50:after, .row:after {
        clear: both
    }

    .center-block {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .pull-right {
        float: right !important
    }

    .pull-left {
        float: left !important
    }

    .text-hide {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0
    }

    .hidden {
        display: none !important;
        visibility: hidden !important
    }

    .affix {
        position: fixed
    }

    @-ms-viewport {
        width: device-width
    }

    .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
        display: none !important
    }

    @media (max-width:400px) {
        .visible-vxs {
            display: block !important
        }

        table.visible-vxs {
            display: table
        }

        tr.visible-vxs {
            display: table-row !important
        }

        td.visible-vxs, th.visible-vxs {
            display: table-cell !important
        }

        .visible-vxs-block {
            display: block !important
        }

        .visible-vxs-inline {
            display: inline !important
        }

        .visible-vxs-inline-block {
            display: inline-block !important
        }
    }

    @media (max-width:767px) {
        .visible-xs {
            display: block !important
        }

        table.visible-xs {
            display: table
        }

        tr.visible-xs {
            display: table-row !important
        }

        td.visible-xs, th.visible-xs {
            display: table-cell !important
        }

        .visible-xs-block {
            display: block !important
        }

        .visible-xs-inline {
            display: inline !important
        }

        .visible-xs-inline-block {
            display: inline-block !important
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        .visible-sm {
            display: block !important
        }

        table.visible-sm {
            display: table
        }

        tr.visible-sm {
            display: table-row !important
        }

        td.visible-sm, th.visible-sm {
            display: table-cell !important
        }

        .visible-sm-block {
            display: block !important
        }

        .visible-sm-inline {
            display: inline !important
        }

        .visible-sm-inline-block {
            display: inline-block !important
        }
    }

    @media (min-width:992px) and (max-width:1199px) {
        .visible-md {
            display: block !important
        }

        table.visible-md {
            display: table
        }

        tr.visible-md {
            display: table-row !important
        }

        td.visible-md, th.visible-md {
            display: table-cell !important
        }

        .visible-md-block {
            display: block !important
        }

        .visible-md-inline {
            display: inline !important
        }

        .visible-md-inline-block {
            display: inline-block !important
        }
    }

    @media (min-width:1650px) {
        .visible-lg {
            display: block !important
        }

        table.visible-lg {
            display: table
        }

        tr.visible-lg {
            display: table-row !important
        }

        td.visible-lg, th.visible-lg {
            display: table-cell !important
        }

        .visible-lg-block {
            display: block !important
        }

        .visible-lg-inline {
            display: inline !important
        }

        .visible-lg-inline-block {
            display: inline-block !important
        }
    }

    @media (max-width:767px) {
        .hidden-xs {
            display: none !important
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        .hidden-sm {
            display: none !important
        }
    }

    @media (min-width:992px) and (max-width:1199px) {
        .hidden-md {
            display: none !important
        }
    }

    @media (min-width:1650px) {
        .hidden-lg {
            display: none !important
        }
    }

    @media all and (min-width:769px) {
        .row-vertical-bottom, .row-vertical-middle, .row-vertical-top {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-flow: nowrap row;
            -ms-flex-flow: nowrap row;
            flex-flow: row;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-align-items: stretch;
            -ms-flex-align: stretch;
            align-items: stretch
        }

            .row-vertical-bottom > [class*=col-], .row-vertical-middle > [class*=col-], .row-vertical-top > [class*=col-] {
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-flex-flow: wrap column;
                -ms-flex-flow: wrap column;
                flex-flow: column wrap;
                float: none
            }
    }

    @media all and (min-width:991px) {
        .row-equal-col-height {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-flow: nowrap row;
            -ms-flex-flow: nowrap row;
            flex-flow: row;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-items: stretch;
            -ms-flex-align: stretch;
            align-items: stretch
        }

            .row-equal-col-height > [class*=col-] {
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-flex-flow: wrap column;
                -ms-flex-flow: wrap column;
                flex-flow: column wrap;
                float: none
            }
    }

    .row-vertical-middle {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .row-vertical-middle > [class*=col-] {
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
            padding-bottom: 0
        }

    .row-vertical-top {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .row-vertical-top > [class*=col-] {
            -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
            align-self: flex-start
        }

    .row-vertical-bottom {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

        .row-vertical-bottom > [class*=col-] {
            -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
            align-self: flex-end
        }

    .horizontal-bar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        opacity: 0;
        background-color: #222;
        transition: opacity .4s
    }

    @media all and (max-width:767px) {
        .horizontal-bar {
            white-space: nowrap;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch
        }
    }

    .l-navbar--white .horizontal-bar {
        opacity: 1
    }

    .horizontal-bar__item, .horizontal-bar__link {
        display: inline-block
    }

        .horizontal-bar__item:first-child {
            margin-left: -1.5em
        }

    .horizontal-bar__link {
        padding: 1em 1.5em;
        color: #ededed;
        font-weight: 500;
        font-size: 13px;
        transition: background-color .2s ease
    }

    @media screen and (min-width:480px) {
        .horizontal-bar__link {
            font-size: calc(13px + ((1vw - 4.8px) * .357143))
        }
    }

    @media screen and (min-width:1600px) {
        .horizontal-bar__link {
            font-size: 17px
        }
    }

    .horizontal-bar__link.is-active {
        background-color: #eea240
    }

    .horizontal-bar__link:not(.is-active):hover {
        background-color: #000
    }

    @-webkit-keyframes glow-grow {
        0% {
            opacity: 0;
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        80% {
            opacity: 1
        }

        to {
            -webkit-transform: scale(2);
            transform: scale(2);
            opacity: 0
        }
    }

    @keyframes glow-grow {
        0% {
            opacity: 0;
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        80% {
            opacity: 1
        }

        to {
            -webkit-transform: scale(2);
            transform: scale(2);
            opacity: 0
        }
    }

    .line-list {
        display: block
    }

    .line-list-wrapper {
        position: relative;
        padding-right: 28%
    }

    @media all and (min-width:200px) and (max-width:1024px) {
        .line-list-wrapper {
            padding-right: 0
        }
    }

    .line-list-wrapper.lineListAnim .line-list__icon {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .line-list-wrapper.lineListAnim .line-list-image {
        -webkit-animation: dash 3.35s linear alternate 1 forwards;
        animation: dash 3.35s linear alternate 1 forwards
    }

    @media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
        .line-list-wrapper.lineListAnim .line-list-image {
            -webkit-animation: none;
            animation: none
        }
    }

    @media all and (min-width:200px) and (max-width:1024px) {
        .line-list-ratio-image {
            display: none
        }
    }

    .line-list-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 72%;
        height: 100%;
        stroke-dasharray: 5000;
        stroke-dashoffset: 5000
    }

    @supports (-ms-ime-align:auto) {
        .line-list-image {
            stroke-dasharray: none;
            stroke-dashoffset: none
        }
    }

    @media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
        .line-list-image {
            stroke-dasharray: none;
            stroke-dashoffset: none
        }
    }

    @media all and (min-width:200px) and (max-width:1024px) {
        .line-list-image {
            display: none
        }
    }

    .line-list-main-content {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 40%
    }

    @media all and (min-width:1201px) and (max-width:1350px) {
        .line-list-main-content {
            width: 45%
        }
    }

    @media all and (min-width:200px) and (max-width:1200px) {
        .line-list-main-content {
            position: static;
            width: 100%;
            margin-bottom: 3rem
        }
    }

    .line-list-main-content > p {
        font-size: 1.125rem;
        font-weight: 300;
        font-line-height: 1.25rem
    }

    @media all and (min-width:1201px) and (max-width:1350px) {
        .line-list-main-content > p {
            font-size: 1rem
        }
    }

    .line-list-main-content > p:last-child {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .line-list__item {
        position: absolute;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row;
        cursor: pointer
    }

    @media all and (min-width:200px) and (max-width:1024px) {
        .line-list__item {
            position: static;
            margin-bottom: 2rem
        }
    }

    .line-list__item:not(.is-active):hover .line-list__headline {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    .line-list__item--discover {
        top: 43%;
        left: -3%
    }

    @media all and (min-width:1025px) {
        .line-list__item--discover .line-list__icon {
            transition: -webkit-transform .3s cubic-bezier(.39,-.35,.21,1.7);
            transition: transform .3s cubic-bezier(.39,-.35,.21,1.7);
            transition: transform .3s cubic-bezier(.39,-.35,.21,1.7),-webkit-transform .3s cubic-bezier(.39,-.35,.21,1.7)
        }
    }

    .line-list__item--discover .line-list__block {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

    .line-list__item--plan {
        top: 71%;
        left: 4%
    }

    @media all and (min-width:1025px) {
        .line-list__item--plan .line-list__icon {
            transition: -webkit-transform .3s cubic-bezier(.39,-.35,.21,1.7) .25s;
            transition: transform .3s cubic-bezier(.39,-.35,.21,1.7) .25s;
            transition: transform .3s cubic-bezier(.39,-.35,.21,1.7) .25s,-webkit-transform .3s cubic-bezier(.39,-.35,.21,1.7) .25s
        }
    }

    .line-list__item--plan .line-list__block {
        -webkit-animation-delay: .45s;
        animation-delay: .45s
    }

    .line-list__item--create {
        top: 14%;
        left: 65%
    }

    @media all and (min-width:1025px) and (max-width:1300px) {
        .line-list__item--create {
            left: 63%
        }
    }

    @media all and (min-width:1025px) {
        .line-list__item--create .line-list__icon {
            transition: -webkit-transform .3s cubic-bezier(.39,-.35,.21,1.7) 2.3s;
            transition: transform .3s cubic-bezier(.39,-.35,.21,1.7) 2.3s;
            transition: transform .3s cubic-bezier(.39,-.35,.21,1.7) 2.3s,-webkit-transform .3s cubic-bezier(.39,-.35,.21,1.7) 2.3s
        }
    }

    .line-list__item--create .line-list__block {
        -webkit-animation-delay: 2s;
        animation-delay: 2s
    }

    .line-list__item--learn {
        top: 43%;
        left: 58%
    }

    @media all and (min-width:1025px) and (max-width:1300px) {
        .line-list__item--learn {
            left: 56%
        }
    }

    @media all and (min-width:1025px) {
        .line-list__item--learn .line-list__icon {
            transition: -webkit-transform .3s cubic-bezier(.39,-.35,.21,1.7) 2.4s;
            transition: transform .3s cubic-bezier(.39,-.35,.21,1.7) 2.4s;
            transition: transform .3s cubic-bezier(.39,-.35,.21,1.7) 2.4s,-webkit-transform .3s cubic-bezier(.39,-.35,.21,1.7) 2.4s
        }
    }

    .line-list__item--learn .line-list__block {
        -webkit-animation-delay: 2.2s;
        animation-delay: 2.2s
    }

    .line-list__item--improve {
        top: 71%;
        left: 51%
    }

    @media all and (min-width:1025px) and (max-width:1300px) {
        .line-list__item--improve {
            left: 49%
        }
    }

    @media all and (min-width:1025px) {
        .line-list__item--improve .line-list__icon {
            transition: -webkit-transform .3s cubic-bezier(.39,-.35,.21,1.7) 2.8s;
            transition: transform .3s cubic-bezier(.39,-.35,.21,1.7) 2.8s;
            transition: transform .3s cubic-bezier(.39,-.35,.21,1.7) 2.8s,-webkit-transform .3s cubic-bezier(.39,-.35,.21,1.7) 2.8s
        }
    }

    .line-list__item--improve .line-list__block {
        -webkit-animation-delay: 2.4s;
        animation-delay: 2.4s
    }

    .line-list__icon {
        position: relative;
        display: block;
        -ms-flex-negative: 0;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        margin: 1rem 1rem 0 0;
        width: 100px;
        height: 100px;
        border-radius: 100px;
        background-color: #fff;
        text-align: center;
        border: 2px solid #eea240 -webkit-transform: scale(0);
        transform: scale(0)
    }

        .line-list__icon svg {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%)
        }

        .line-list__icon-round-inner, .line-list__icon:after, .line-list__icon:before {
            position: absolute;
            content: "";
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            border-radius: 50%;
            box-shadow: 0 0 2px #fff;
            -webkit-animation: glow-grow 4s ease-out infinite;
            animation: glow-grow 4s ease-out infinite
        }

        .line-list__icon:after {
            -webkit-animation-delay: .66s;
            animation-delay: .66s
        }

    .line-list__icon-round-inner {
        -webkit-animation-delay: 1.33s;
        animation-delay: 1.33s
    }

    .line-list__headline {
        margin-top: 20px;
        margin-left: -20px;
        color: #fff;
        transition: color .5s,margin-top .3s ease-in,margin-left .5s,-webkit-transform .3s;
        transition: color .5s,margin-top .3s ease-in,margin-left .5s,transform .3s;
        transition: color .5s,margin-top .3s ease-in,margin-left .5s,transform .3s,-webkit-transform .3s
    }

    .is-active .line-list__headline {
        margin-top: 0;
        margin-left: 0;
        color: inherit
    }

    .line-list__text {
        opacity: 0;
        transition: opacity .3s
    }

    .is-active .line-list__text {
        opacity: 1
    }

    .line-list__block {
        padding: 2rem 2.5rem;
        color: #000;
        max-width: 400px;
        opacity: 0;
        transition: opacity .4s,background-color .6s,height .9s
    }

    @media all and (max-width:1024px) {
        .line-list__block {
            height: 0
        }
    }

    .is-active .line-list__block {
        background-color: #fff
    }

    @media all and (max-width:1024px) {
        .is-active .line-list__block {
            height: auto
        }
    }

    @media all and (min-width:1025px) and (max-width:1300px) {
        .line-list__block {
            padding: 1rem 1.5rem;
            max-width: 320px
        }
    }

    @media all and (max-width:1024px) {
        .line-list__block {
            max-width: none;
            width: 100%
        }
    }

    .line-list__block p {
        font-size: .875rem;
        font-weight: 300;
        font-line-height: 1.25rem
    }

        .line-list__block p:last-child {
            margin-bottom: 0;
            padding-bottom: 0
        }

    @media all and (max-width:1024px) {
        .line-list__block, .line-list__icon {
            -webkit-animation-duration: 1s !important;
            animation-duration: 1s !important;
            -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important
        }
    }

    @-webkit-keyframes dash {
        0% {
            stroke-dashoffset: 5000
        }

        to {
            stroke-dashoffset: 0
        }
    }

    @keyframes dash {
        0% {
            stroke-dashoffset: 5000
        }

        to {
            stroke-dashoffset: 0
        }
    }

    .col-10 {
        width: 10%
    }

    @media all and (max-width:768px) {
        .col-10 {
            width: 100%
        }
    }

    .col-20 {
        width: 20%
    }

    @media all and (max-width:768px) {
        .col-20 {
            width: 100%
        }
    }

    .col-25 {
        width: 25%
    }

    @media all and (max-width:768px) {
        .col-25 {
            width: 100%
        }
    }

    .col-30 {
        width: 30%
    }

    @media all and (max-width:768px) {
        .col-30 {
            width: 100%
        }
    }

    .col-33 {
        width: 33%
    }

    @media all and (max-width:768px) {
        .col-33 {
            width: 100%
        }
    }

    .col-40 {
        width: 40%
    }

    @media all and (max-width:768px) {
        .col-40 {
            width: 100%
        }
    }

    .col-50 {
        width: 50%
    }

    @media all and (max-width:768px) {
        .col-50 {
            width: 100%
        }
    }

    .col-60 {
        width: 60%
    }

    @media all and (max-width:768px) {
        .col-60 {
            width: 100%
        }
    }

    .col-67 {
        width: 67%
    }

    @media all and (max-width:768px) {
        .col-67 {
            width: 100%
        }
    }

    .col-70 {
        width: 70%
    }

    @media all and (max-width:768px) {
        .col-70 {
            width: 100%
        }
    }

    .col-75 {
        width: 75%
    }

    @media all and (max-width:768px) {
        .col-75 {
            width: 100%
        }
    }

    .col-80 {
        width: 80%
    }

    @media all and (max-width:768px) {
        .col-80 {
            width: 100%
        }
    }

    .col-90 {
        width: 90%
    }

    @media all and (max-width:768px) {
        .col-90 {
            width: 100%
        }
    }

    .col-bg {
        padding: 40px
    }

    @media (max-width:767px) {
        .col-bg {
            margin-bottom: 2em
        }
    }

    .col-left-border {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .col-left-border--red {
        border-left: 2px solid #eea240
    }

    @media all and (max-width:767px) {
        .col-left-border[class*=col-] {
            padding-left: 40px !important
        }
    }

    .color-white {
        color: #fff
    }

    .color-main {
        color: #000
    }

    .color-red {
        color: #eea240
    }

    .color-gray {
        color: #505050
    }

    .color-mint {
        color: #059e93
    }

    .color-black {
        color: #000
    }

    .color-purple {
        color: #5b2986
    }

    .color-dark-purple {
        color: #191559
    }

    .color-twitter-blue {
        color: #4f96f5
    }

    .color-yellow {
        color: #ffc000
    }

    .color-light-grey {
        color: #ededed
    }

    .color-gold {
        color: #b48a74
    }

    .color-blue {
        color: #3299ff
    }

    .color-orange {
        color: #f57d30
    }

    .pattern {
        position: absolute;
        overflow: hidden;
        top: 0;
        bottom: 0;
        height: 100%
    }

    .pattern--left {
        left: 0
    }

    .pattern--right {
        right: 0
    }

        .pattern--right:before {
            left: 200px;
            right: -20vw
        }

        .pattern--right:after {
            left: 270px;
            right: -20vw
        }

    .pattern:after, .pattern:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0
    }

    .pattern:before {
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
        background: linear-gradient(90deg,#e5e5e5 0,hsla(0,0%,98%,0) 16%,hsla(0,0%,100%,0) 20%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5",endColorstr="#00ffffff",GradientType=1)
    }

    .pattern:after {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: .5;
        background: linear-gradient(90deg,#d6d6d6 0,hsla(0,0%,99%,0) 28%,hsla(0,0%,100%,0) 30%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6d6d6",endColorstr="#00ffffff",GradientType=1)
    }

    .items-on-line {
        width: 100%
    }

    @media all and (min-width:568px) {
        .items-on-line {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex
        }
    }

    @media all and (max-width:768px) {
        .items-on-line {
            margin-top: 2em
        }
    }

    @media all and (min-width:769px) {
        .items-on-line {
            width: 70%
        }
    }

    .items-on-line--middle {
        position: absolute
    }

    @media all and (max-width:768px) {
        .items-on-line--middle {
            position: static;
            -webkit-transform: none;
            transform: none;
            top: none
        }
    }

    .items-on-line--right {
        right: 0
    }

    .items-on-line__item {
        -webkit-flex: 1 0 0px;
        -ms-flex: 1 0 0px;
        flex: 1 0 0px
    }

    @media all and (min-width:568px) {
        .items-on-line__item:not(:first-child) {
            margin-left: 20px
        }
    }

    .tile-button {
        display: block;
        position: relative;
        padding: 3em 1em;
        text-align: center;
        color: #000;
        background-color: #fff;
        box-shadow: 0 0 48px 0 rgba(0,0,0,.25);
        transition: all .3s ease
    }

        .tile-button:after {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: 20px;
            content: "";
            width: 20px;
            height: 20px;
            background: url(images/icons/down-arrow.svg) center 80% no-repeat;
            background-size: 20px auto;
            transition: bottom .2s ease
        }

        .tile-button:hover {
            background-color: #ededed
        }

            .tile-button:hover:after {
                bottom: 15px
            }

    @media all and (min-width:1024px) {
        .pull-up {
            margin-top: -100px
        }
    }

    .pull-down {
        margin-bottom: -100px
    }

    .tiles-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        margin-left: 66px;
        margin-right: -65px;
    }

    .tile {
        overflow: hidden;
        position: relative;
        width: 29%;
        height: 380px;
        padding-bottom: 100px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        color: #fff;
        margin-left: 10px;
    }

    @media screen and (min-width:650px) and (max-width:1199px) {
        .tile {
            width: 50%
        }
    }

    @media screen and (min-width:200px) and (max-width:649px) {
        .tile {
            width: 100%;
            height: auto
        }
    }

    @media all and (min-width:1200px) and (max-width:1500px) {
        .tile {
            height: 510px
        }
    }

    .tile__link {
        display: block;
        color: #fff
    }

        .tile__link:hover {
            color: inherit
        }

            .tile__link:hover .tile__inner {
                -webkit-transform: translateY(-10px);
                transform: translateY(-10px)
            }

            .tile__link:hover .tile__description {
                -webkit-transform: translateY(-2em);
                transform: translateY(-2em)
            }

    .tile a:hover {
        color: #ededed
    }

    .tile__inner {
        transition: all .2s ease
    }

    .tile__image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease
    }

    .tile__header {
        padding: 2em 2.5em 1.5em;
        min-height: 2em
    }

    .tile__headline {
        padding: 4em 2.5em 0
    }

    .tile__description {
        padding: 1.5em 2.5em;
        transition: margin-top .4s ease,-webkit-transform .4s ease;
        transition: margin-top .4s ease,transform .4s ease;
        transition: margin-top .4s ease,transform .4s ease,-webkit-transform .4s ease
    }

        .tile__description p {
            font-size: .9em;
            letter-spacing: .03em
        }

    .tile__description--special-text p {
        font-family: Roboto, sans-serif;
        font-weight: 200;
        letter-spacing: .07em;
        font-size: 16px
    }

    @media screen and (min-width:480px) {
        .tile__description--special-text p {
            font-size: calc(16px + ((1vw - 4.8px) * .044643))
        }
    }

    @media screen and (min-width:1600px) {
        .tile__description--special-text p {
            font-size: 16.5px
        }
    }

    .tile__bottom {
        position: absolute;
        z-index: 10;
        bottom: 2em;
        left: 2.5em;
        right: 2.5em;
        color: #fff
    }

    .tile__small-headline {
        display: inline-block;
        margin-bottom: .5em;
        opacity: .5
    }

    .section {
        position: relative
    }

    @media all and (max-width:768px) {
        .section {
            padding: 2em 0
        }
    }

    @media all and (min-width:769px) and (max-width:1279px) {
        .section {
            padding: 3.5em 0
        }
    }

    @media all and (min-width:1280px) {
        .section {
            padding: 6em 0
        }
    }

    .section--introduction__icon {
        display: inline-block;
        width: 150px;
        margin-bottom: 2em
    }

    .section--introduction__headline {
        max-width: 500px
    }

    .section--introduction [class*=headline-] {
        margin-bottom: 3rem
    }

    .section--introduction__para {
        max-width: 84%;
        margin-left: auto;
        margin-right: auto
    }

    .section--featured-events {
        position: relative;
        z-index: 1;
        margin-bottom: -140px
    }

    .section--bg-cover {
        background-size: cover
    }

    .section__main-headline {
        text-align: center;
        margin-bottom: 3em
    }

    .section__full-width {
        width: 100%
    }

    .section__video-player {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px
    }

        .section__video-player iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

    .author-card {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 1.5em 0;
        -webkit-align-items: top;
        -ms-flex-align: top;
        align-items: top;
        color: inherit;
        transition: color .2s
    }

        .author-card:last-child {
            margin-bottom: 0
        }

    .author-card__postedby {
        display: block;
        margin-bottom: .5rem;
        font-size: 1rem;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: .15625rem
    }

    .author-card__avatar {
        margin: 0 1.25rem 0 0;
        -webkit-flex: 0 0 75px;
        -ms-flex: 0 0 75px;
        flex: 0 0 75px
    }

    .author-card__avatar--small {
        -webkit-flex: 0 0 65px;
        -ms-flex: 0 0 65px;
        flex: 0 0 65px
    }

    .author-card p {
        margin: 0;
        font-size: .9em;
        line-height: 1.5;
        color: #999
    }

    .author-card:hover {
        color: #eea240
    }

    .post {
        padding-top: 120px
    }

    @media all and (min-width:992px) {
        .post {
            padding-top: 150px
        }
    }

    .post__lead {
        margin: .5em 0 2em
    }

    @media all and (max-width:767px) {
        .post__lead {
            margin-top: 1.5em
        }
    }

    .post__lead p:first-child:first-letter {
        float: left;
        font-size: 4em;
        line-height: .6;
        font-weight: 500;
        padding-right: 10px;
        padding-top: .17em
    }

    .post__media {
        margin-top: 2em;
        margin-bottom: 2em
    }

    @media all and (min-width:1024px) {
        .post__media {
            margin-left: -1.5em;
            margin-right: -1.5em
        }
    }

    .post__media img {
        width: 100%
    }

    .post__media iframe {
        width: 100%;
        height: 450px
    }

    .post__media figcaption {
        padding: 1em 2em;
        background-color: #ededed;
        font-size: .8em;
        color: #666
    }

    .post__footer {
        padding-top: 3em;
        margin-top: 3em;
        border-top: 1px solid #ededed
    }

    .post__comments {
        margin-top: 4em
    }

    .info {
        display: inline-block;
        margin-right: 1em;
        font-size: .9em;
        color: #505050
    }

    @media all and (min-width:768px) {
        .info {
            display: block;
            margin-right: 0
        }
    }

    .info__icon-left {
        margin-left: 0;
        margin-right: .5em
    }

    .info__icon-right {
        margin-left: .5em;
        margin-right: 0
    }

    .info svg {
        fill: #505050
    }

    .icon-link {
        display: block;
        padding: .5rem;
        color: inherit;
        transition: color .3s
    }

        .icon-link svg {
            transition: fill .3s
        }

    .animated, .line-list-wrapper.lineListAnim .line-list__block {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

        .animated.infinite, .line-list-wrapper.lineListAnim .infinite.line-list__block {
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite
        }

    @-webkit-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp
    }

    @-webkit-keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0,-30%,0);
            transform: translate3d(0,-30%,0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0,-30%,0);
            transform: translate3d(0,-30%,0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .fadeInDown {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown
    }

    @-webkit-keyframes flipInX {
        0% {
            -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            opacity: 0
        }

        40% {
            -webkit-transform: perspective(400px) rotateX(-20deg);
            transform: perspective(400px) rotateX(-20deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }

        60% {
            -webkit-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg);
            opacity: 1
        }

        80% {
            -webkit-transform: perspective(400px) rotateX(-5deg);
            transform: perspective(400px) rotateX(-5deg)
        }

        to {
            -webkit-transform: perspective(400px);
            transform: perspective(400px);
            opacity: 1
        }
    }

    @keyframes flipInX {
        0% {
            -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            opacity: 0
        }

        40% {
            -webkit-transform: perspective(400px) rotateX(-20deg);
            transform: perspective(400px) rotateX(-20deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }

        60% {
            -webkit-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg);
            opacity: 1
        }

        80% {
            -webkit-transform: perspective(400px) rotateX(-5deg);
            transform: perspective(400px) rotateX(-5deg)
        }

        to {
            -webkit-transform: perspective(400px);
            transform: perspective(400px);
            opacity: 1
        }
    }

    .flipInX, .line-list-wrapper.lineListAnim .line-list__block {
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important;
        -webkit-animation-name: flipInX;
        animation-name: flipInX
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    .fadeIn {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn
    }

    .animation-bounceInLeft, .animation-bounceInRight, .animation-fadeIn, .animation-fadeInDown, .animation-fadeInUp {
        opacity: 0
    }

    .text-center {
        text-align: center
    }

    .text-left {
        text-align: left
    }

    .text-right {
        text-align: right
    }

    .text-upper {
        text-transform: uppercase
    }

    @media all and (min-width:768px) {
        .text-right-only-on-desktop {
            text-align: right
        }
    }

    .right {
        float: right
    }

    .left {
        float: left
    }

    .nowrap {
        white-space: nowrap
    }

    .single-word {
        word-spacing: 9999px
    }

    .underline {
        text-decoration: underline
    }

    .relative {
        position: relative
    }

    .full-height {
        height: 100vh
    }

    .mt--0em {
        margin-top: 0
    }

    .mb--0em {
        margin-bottom: 0
    }

    .ml--0em {
        margin-left: 0
    }

    .mr--0em {
        margin-right: 0
    }

    .pt--0em {
        padding-top: 0
    }

    .pb--0em {
        padding-bottom: 0
    }

    .pl--0em {
        padding-left: 0 !important
    }

    .pr--0em {
        padding-right: 0 !important
    }

    .pall--0em {
        padding: 0
    }

    .mt--5em {
        margin-top: .5em
    }

    .mb--5em {
        margin-bottom: .5em
    }

    .ml--5em {
        margin-left: .5em
    }

    .mr--5em {
        margin-right: .5em
    }

    .pt--5em {
        padding-top: .5em
    }

    .pb--5em {
        padding-bottom: .5em
    }

    .pl--5em {
        padding-left: .5em !important
    }

    .pr--5em {
        padding-right: .5em !important
    }

    .pall--5em {
        padding: .5em
    }

    .mt--10em {
        margin-top: 1em
    }

    .mb--10em {
        margin-bottom: 1em
    }

    .ml--10em {
        margin-left: 1em
    }

    .mr--10em {
        margin-right: 1em
    }

    .pt--10em {
        padding-top: 1em
    }

    .pb--10em {
        padding-bottom: 1em
    }

    .pl--10em {
        padding-left: 1em !important
    }

    .pr--10em {
        padding-right: 1em !important
    }

    .pall--10em {
        padding: 1em
    }

    .mt--15em {
        margin-top: 1.5em
    }

    .mb--15em {
        margin-bottom: 1.5em
    }

    .ml--15em {
        margin-left: 1.5em
    }

    .mr--15em {
        margin-right: 1.5em
    }

    .pt--15em {
        padding-top: 1.5em
    }

    .pb--15em {
        padding-bottom: 1.5em
    }

    .pl--15em {
        padding-left: 1.5em !important
    }

    .pr--15em {
        padding-right: 1.5em !important
    }

    .pall--15em {
        padding: 1.5em
    }

    .mt--20em {
        margin-top: 2em
    }

    .mb--20em {
        margin-bottom: 2em
    }

    .ml--20em {
        margin-left: 2em
    }

    .mr--20em {
        margin-right: 2em
    }

    .pt--20em {
        padding-top: 2em
    }

    .pb--20em {
        padding-bottom: 2em
    }

    .pl--20em {
        padding-left: 2em !important
    }

    .pr--20em {
        padding-right: 2em !important
    }

    .pall--20em {
        padding: 2em
    }

    .mt--25em {
        margin-top: 2.5em
    }

    .mb--25em {
        margin-bottom: 2.5em
    }

    .ml--25em {
        margin-left: 2.5em
    }

    .mr--25em {
        margin-right: 2.5em
    }

    .pt--25em {
        padding-top: 2.5em
    }

    .pb--25em {
        padding-bottom: 2.5em
    }

    .pl--25em {
        padding-left: 2.5em !important
    }

    .pr--25em {
        padding-right: 2.5em !important
    }

    .pall--25em {
        padding: 2.5em
    }

    .mt--30em {
        margin-top: 3em
    }

    .mb--30em {
        margin-bottom: 3em
    }

    .ml--30em {
        margin-left: 3em
    }

    .mr--30em {
        margin-right: 3em
    }

    .pt--30em {
        padding-top: 3em
    }

    .pb--30em {
        padding-bottom: 3em
    }

    .pl--30em {
        padding-left: 3em !important
    }

    .pr--30em {
        padding-right: 3em !important
    }

    .pall--30em {
        padding: 3em
    }

    .mt--35em {
        margin-top: 3.5em
    }

    .mb--35em {
        margin-bottom: 3.5em
    }

    .ml--35em {
        margin-left: 3.5em
    }

    .mr--35em {
        margin-right: 3.5em
    }

    .pt--35em {
        padding-top: 3.5em
    }

    .pb--35em {
        padding-bottom: 3.5em
    }

    .pl--35em {
        padding-left: 3.5em !important
    }

    .pr--35em {
        padding-right: 3.5em !important
    }

    .pall--35em {
        padding: 3.5em
    }

    .mt--40em {
        margin-top: 4em
    }

    .mb--40em {
        margin-bottom: 4em
    }

    .ml--40em {
        margin-left: 4em
    }

    .mr--40em {
        margin-right: 4em
    }

    .pt--40em {
        padding-top: 4em
    }

    .pb--40em {
        padding-bottom: 4em
    }

    .pl--40em {
        padding-left: 4em !important
    }

    .pr--40em {
        padding-right: 4em !important
    }

    .pall--40em {
        padding: 4em
    }

    .mt--50em {
        margin-top: 5em
    }

    .mb--50em {
        margin-bottom: 5em
    }

    .ml--50em {
        margin-left: 5em
    }

    .mr--50em {
        margin-right: 5em
    }

    .pt--50em {
        padding-top: 5em
    }

    .pb--50em {
        padding-bottom: 5em
    }

    .pl--50em {
        padding-left: 5em !important
    }

    .pr--50em {
        padding-right: 5em !important
    }

    .pall--50em {
        padding: 5em
    }

    .mt--60em {
        margin-top: 5em
    }

    .mb--60em {
        margin-bottom: 5em
    }

    .ml--60em {
        margin-left: 5em
    }

    .mr--60em {
        margin-right: 5em
    }

    .pt--60em {
        padding-top: 5em
    }

    .pb--60em {
        padding-bottom: 5em
    }

    .pl--60em {
        padding-left: 5em !important
    }

    .pr--60em {
        padding-right: 5em !important
    }

    .pall--60em {
        padding: 5em
    }

    .mt--70em {
        margin-top: 7em
    }

    .mb--70em {
        margin-bottom: 7em
    }

    .ml--70em {
        margin-left: 7em
    }

    .mr--70em {
        margin-right: 7em
    }

    .pt--70em {
        padding-top: 7em
    }

    .pb--70em {
        padding-bottom: 7em
    }

    .pl--70em {
        padding-left: 7em !important
    }

    .pr--70em {
        padding-right: 7em !important
    }

    .pall--70em {
        padding: 7em
    }

    @media screen and (min-width:200px) and (max-width:568px) {
        .hide-on-mobile {
            display: none
        }
    }

    @media screen and (min-width:569px) and (max-width:767px) {
        .hide-on-sm, .hide-on-sm-down {
            display: none
        }
    }

    @media screen and (min-width:768px) and (max-width:1023px) {
        .hide-on-md, .hide-on-md-down {
            display: none
        }
    }

    @media screen and (min-width:1025px) and (max-width:1280px) {
        .hide-on-lg, .hide-on-lg-down {
            display: none
        }
    }

    .hidden {
        display: none !important
    }

    .visuallyhidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

        .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
            clip: auto;
            height: auto;
            margin: 0;
            overflow: visible;
            position: static;
            width: auto
        }

    .invisible {
        visibility: hidden
    }

    .stop-scrolling {
        position: fixed;
        overflow-y: scroll;
        width: 100%
    }
    /*# sourceMappingURL=critical.css.map */

    .btn--red.btn--grow:before {
        border: 3px solid #eea240;
        background-color: #eea240;
    }

    .media-strip__imgas {
        width: 60%;
        box-shadow: 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.3);
        max-width: 100%;
        height: auto;
    }

    h2.paregraph {
        font-size: 16px;
        font-weight: inherit;
        display: inline;
    }

    strong.paregraph {
        font-size: 16px;
        font-weight: inherit;
        display: inline;
    }

    .footer #copyright {
        font-size: 14px;
        font-weight: 300;
        color: #6d6d6d;
    }

    .footer #copyright, footer .footer-logo, footer .social {
        display: table-cell;
        vertical-align: middle;
    }

    .row.l-footer__row {
        width: 100%;
        display: table;
    }

    footer .social {
        text-align: right;
        position: relative;
        width: 100%;
    }

    .contact-round {
        margin-bottom: 4px;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #e5e5e5;
        position: relative;
        display: inline-block;
        margin-left: 2px;
        margin-right: 2px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .contact-round i {
            display: block;
            top: 50%;
            color: #fff;
            font-size: 22px;
            text-align: center;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .contact-round i {
            position: relative
        }

    .subscribe {
        padding: 44px 0;
        width: 100%;
        z-index: 3;
        background-color: #f0a33f;
        bottom: 0;
        -webkit-box-shadow: 0 3px 1px 0 rgba(0,0,0,.1);
        -moz-box-shadow: 0 3px 1px 0 rgba(0,0,0,.1);
        box-shadow: 0 3px 1px 0 rgba(0,0,0,.1);
    }

    .grid-row {
        position: relative;
        z-index: 2;
    }

    .container, .grid-row {
        width: 1170px;
        margin: 0 auto;
    }

    .subscribe-header {
        font-size: 46px;
        font-weight: 800;
        line-height: 50px;
        color: #fff;
        float: left;
        text-transform: uppercase;
    }

    .pull-right {
        float: right;
    }

    .flexmiddle {
        margin: 20px 0;
    }

    .nomarb {
        margin-bottom: 0;
    }

    .contact {
        position: relative;
    }

    .padding-section {
        margin-top: 90px;
        margin-bottom: 0;
    }

    .title {
        margin-bottom: 40px;
        font-size: 54px;
        font-weight: 800;
        line-height: 45px;
        color: #e5e5e5;
    }

        .title .main-title {
            font-weight: 800;
            color: #000;
        }

        .title .slash-icon {
            font-weight: 500;
            color: #eea240;
        }

        .title h5 {
            font-size: 54px !important;
            display: inline-block;
            line-height: .835;
        }

    .grid-contact {
        width: 25%;
        float: left;
        padding: 0 10px 0 0;
        box-sizing: border-box;
    }

        .grid-contact > i {
            position: absolute;
            margin-top: 5px;
            padding: 0 2px;
            font-size: 30px;
            color: #eea240;
        }

    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

    .fa-globe:before {
        content: "\f0ac";
    }

    .contact-content {
        margin-left: 40px;
    }

    .kind-contact {
        color: #000;
        font-size: 15px;
        font-weight: 800;
    }

    .button {
        background: #1ca3ed;
        padding: 10px 20px;
        font-size: 24px;
        color: #fff;
    }

    footer {
        position: relative;
        padding: 8px 0 5px;
        border-top: 1px solid #e5e5e5;
    }

    .m-t-20 {
        margin-top: 20px;
    }

    .w-100 {
        width: 100%;
    }

    .m-t-10 {
        margin-top: 10px;
    }

    .social a:hover .contact-round {
        background: #000;
    }

    #contactbtn {
        cursor: pointer
    }

    @media (max-width: 2048px) and (min-width: 1500px) {
        .tile {
            height: 620px;
        }

        .xl-mt120 {
            margin-top: 120px;
        }
    }

    .p-b-0 {
        padding-bottom: 0 !important;
    }

    .d-inline-block {
        display: inline-block;
    }

    @media (max-width: 700px) {
        .container, .grid-row {
            width: auto;
            margin: 0 20px;
        }

        .subscribe-header {
            font-size: 34px;
            line-height: 30px;
        }

        .subscribe-header {
            float: none;
            padding-bottom: 10px;
        }

        .title h5 {
            font-size: 50px;
            line-height: 45px;
        }

        .title {
            font-size: 34px;
            line-height: 35px;
        }

        .grid-contact {
            width: 49.97%;
            padding: 0 10px 10px 0;
        }

        .grid-contact {
            width: 100%;
        }

            .contact-page .contacts div p, .grid-contact p {
                line-height: 20px;
                word-wrap: break-word;
                margin: 0 !important;
            }

        .tiles-wrapper {
            margin-left: 0;
            margin-right: 0;
        }

        article.tile.bg-cover.bg-cover--black.cta-more.cta-more--red.text-center {
            margin-right: 10px !important;
        }

        .footer {
            width: 100%;
            display: table;
        }

            .footer #copyright, footer .footer-logo {
                display: block;
            }

            .footer #copyright, footer .footer-logo, footer .social {
                display: table-cell;
                vertical-align: middle;
            }

        .m-s {
            margin-left: 83px !important;
            margin-top: 25px;
        }

        .social {
            text-align: center !important;
        }

        .l-navbar__logo.no-barba img {
            margin-top: 0;
        }

        .mb-text-justify {
            text-align: justify;
        }
    }

    .text-center {
        text-align: center;
    }

    .map {
        margin-top: 40px;
        padding: 0;
    }

    #copyright {
        width: 100%;
    }

    .l-navbar__logo.no-barba img {
        margin-top: 0;
    }

    @media (min-width: 1024px) {
        .burger {
            top: 0;
            margin-top: 23px;
        }

        .l-navbar__logo {
            padding: 2rem;
            padding-top: 15px;
        }

        .l-navbar {
            height: 72px;
        }
    }

    @media (min-width: 1520px) {
        .l-header.l-header--fullscreen.l-header--red.full-img.l-header--anim {
            transition: all 2s;
        }

        .nav-open .l-header.l-header--fullscreen.l-header--red.full-img.l-header--anim {
            right: -17px !important;
        }
    }

    .l-navbar__container.is-scrollable {
        z-index: 300;
    }

    .burger.js-burger.burger--open {
        z-index: 301;
    }

    .font-orang {
        color: #eea240;
    }



    .screenshot {
        /*background-image: url(/tovo/static/media/screenshot-bg.a7bc3d56.png);*/
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 0;
        align-items: center;
        position: relative;
        background-position: 50%;
    }




    // owl-carosel

    .owl-carousel {
        display: none;
        width: 100%;
        -webkit-tap-highlight-color: transparent;
        position: relative;
        z-index: 1
    }

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translateZ(0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0)
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: none;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .no-js .owl-carousel {
        display: block
    }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

    @keyframes fadeOut {
        0% {
            opacity: 1
        }

        to {
            opacity: 0
        }
    }

    .owl-height {
        transition: height .5s ease-in-out
    }

    .owl-carousel .owl-item .owl-lazy {
        opacity: 0;
        transition: opacity .4s ease
    }

        .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
            max-height: 0
        }

    .owl-carousel .owl-item img.owl-lazy {
        transform-style: preserve-3d
    }

    .owl-carousel .owl-video-wrapper {
        position: relative;
        height: 100%;
        background: #000
    }

    .owl-carousel .owl-video-play-icon {
        position: absolute;
        height: 80px;
        width: 80px;
        left: 50%;
        top: 50%;
        margin-left: -40px;
        margin-top: -40px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU1RTM0MEU5QzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU1RTM0MEVBQzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTVFMzQwRTdDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTVFMzQwRThDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6n647gAAAP5klEQVR42uxcCVRU1xl+82aGQWAQEcVAFI2gWCMqxDWYYOPCSQPxpNianLjHGJtdY2ubGI0naeBU20ZjTBQxotGKB6IhatVoIkQSRR1EQNFRBlllGZDNGRDof4f/6eP63jDMjqf3nCvOW+7yvX+//72S9vZ25v/F/CIj/0gkErMbMPcDNDU1+SkUilB4fwr0/wTUwVD7Q/Uw3l17dWtraxXUfJ1OlwntpGk0mtzJkyfXtJsxGEvmbnif9GkvAO/evfsM/JkilUrnQp+PWZMSWlpacuvr67dptdq0oKCgbLjUZgqglgLIWMrC5H1jVa/Xj4LJvd/W1lbUbqfS3NycU1lZ+U5CQkI/GCJrbHwWF1sBCKBFAMVta3dggf4rqqqqYk+fPj0UhirlOM6aAFqdhQG4MSzLvgVsutDYeyC/tDU1NWqQX5dycnLysrOzS86cOVOVmZlZT5oVeqdXr17sjBkzvEJCQvqGhYUNGTZs2OMDBgwY7enpGQD9uYn1BdRfW11d/eW0adM+hn7uwJjbnFIGwkDXAnhrjCiOCgDs159//jlt3759eSdPnqwgWGLVE/yhtpKmjI2ZsCUqQDlUxYoVKwIjIyPHjxw58pn+/fuHiYEJ4uQayMjNfn5+X5K+CJBOIQOB6iYDeL+KsVJFRcXFlJSUTyZNmjQTXgmFOgzqo1D7QlUS4kIwBNmMYjkOQPKsC1QCVm+o/aEGrFq1aoZKpfqisbGxWGw8wNbfzJw50xvbcCyAYE6sFBvorVu3VFu3bv0LPDYJ6igyQQTNHQFju1JCplQElYChwA/iO2vWrDEgDmKB6kuExgYi5HphYeFSfId1CIAAXqLQ4BoaGoqTkpI+hkcmQ30cqa03N1hrgGYCmISq+86bN29sfn5+PIz1jtBYCwoKPsIPytoNQHhHCSybKjSg3Nzcb8PDw5+Dx8YgxfVGVpPYEjgRMDkgfXbu3Pk8KK3zQmMuLS2NR8qV2hzAO3fuBAB4P9CDgOtVO3bsWA2PTEQZ5wPV1dYU1w0g3ceOHRtw9erVL4nyEJDTSfixpTYDEJ7tD+D9RHcOJkLe/PnzX0QFMYj7mo4GToC1idztk56e/idQfPX0PMrLy/d1G0RTAYTnZADefwXI/8yECROeRSXhi1QncSbwBKjR48CBA1HANaX0fIqKiuK7BaKpAAJ4KXRn169fP+Hv7/9buP0b1K5yZwaPosZeiYmJ4QCihp6XWq2OQy5irQIgaLA4uhMwAdI9PDyehtvBhC2IYevswAmAqABrIRx851v0/C5cuLCcUGqXIHYFIPiTiwXsu6zg4OAZcHsEgiftSeBRILqAR/QszPM2f45giGtCQ0MD0fQyD0BUGrcoG68IfMrn4fZIqN49jfLEKBEobh78buXPtaSk5ACKJqlZAALr7uQ3CL/1sbGxb6KN16+ng8ebu0EmAmCf0dyWlZVFTDNPUVYWAxBI+hW6sR9//HEL3BoH1R+NY+YhAdAAYlhYWO+6urrT/DkTVxA4bgRaF6YDCKybxW+orKzsHFx+Eupj6MBLLAEQPlCMKcEDOwJoMHGOHj0aBpzWyJ87cQVFWVkIQGhgBRWY1L/77rsLUe558cnZgsGTr5sEA34cQ1MSJwCQFDkoyVia+77++uto9JklRgGE33Kgvnz+yyqVKglZ9xG09RhrAIgfp7q4uPj96OhopSPcPqF449q1a310Ot1Vigp3wb0B3EKcKIBAfa/zX9Tr9bXTp08n6AcJfQFLAeSZDefz8vKetXfgQaRINRrNIlqBxsXFTX8AA7oRoL5s/ouZmZkE+TDUutLuLiqZCiA3TvCrdyQnJz9mL9tSrMydO9cdqDCH4sTPMXArFQQQHOxp/Bfgd+OcOXOIsA9ExcHYGECO6kuAAl63RzTHSGFBcb5BcUkJXB+KITJBAD+ifN3jcPmJB1C3MYBcqa+vPwUG7lO29LGNlT179viCjO7kSIDX8jf0vlihRaFO0YktW7asQF/X4wHtYwcASYEx6SoqKj7bvHnzAFuwdReFBbswnj8erVabjSE7RScAwaEeT5FraWBgYASG4+XmLqxbCiBvDeMalLk4cImdAGSKiooi6QCsu7v7KIzW3LfnJBLJFP6LN2/ePK9Wq2+T1UjimDg6iUehUMD3DEy8fft2cnp6eiiMVyaxeE2y63Lq1KkM0MDF/GsLFy4cwomVe18BHlLxUd67dy/xAYej2mYcTYGUYV8HAn7dggULvCxVMqasnYPBv4/fP3zA9WgTSrmG3KgB6ubPn/975HUXZwOQ56dmge04yxLb0ZRSU1PzJhWRuoEurauhEZB/Y/gP1NbW3vD09JxgTPs6A4CcngHBvic1NTXYHJfQlFJSUjIZOLSW32lUVFQ4idKwCMII/gsA4E3QPiTdormLNAtnKJI+ffq8GBkZmQZy+21CFSAaWWt2AHK3ALhSw782depUYg+6cB0N598Eb6AIwbsrlujjdJmiMlm/gQMHrgfr4QewHacCiHJrKZk1a9ZUAAV2AnDo0KEDiSJhUQMP4d+srKws4SX69Kji5uY2ecyYMUdgDp/v3r3bH+Zmcf7L/v37W8EeLeRf8/X1fYQPYD+KAmuQ+tqYHlgI9fn4+Lw6e/bs0zdu3FgIv12tQI1l/B+gI0h8UMaxsCfF8w1IfT06A93FxWXQkCFDtoFLeCAjI2OcJbYjcUL4v11dXQ1rxxyACip9g1MebcxDUDw8PGZOnDgxHVzCf5BAgDlKhriUneJdUqkLH0CWeritp1OfQHJlHbCzDiPqsu6+z7JsM/XbYDJxwHVSFnK5QTY+FACSGGNOTs6BWbNmvQJU+B9z50XkKkVkBvdWhp3c4d9UKpWuYtGXnlRAGebu2LFj68qVK88QhwJrvTm+Pb1/paWl5Q4fwFr+TS8vLyUC2CNBBM+qFvzVPTExMfvAKdAicCQwQpIszTLNgGV9+L/B3iTttbFIjuX8m/369fPhlhx7Gnhqtfr44sWLl06bNi0BwCMOAYmkVJI5mwseUuCj/N9VVVWkzVYZkmMBqOV7N8GG8kcA2Z4CHJheN8Dg3bZkyZKfiDcKVYvsqudvazBTjsrBlRvEv1ZaWlp2D0Ag+Xz+TW9v70EY73J6AGFiTefOndu/aNGi3ZcvX65AdiUAEhnVas7+ObrodDo/sCk7bU3Lysq6afDWSPvFxcXDqGh0WUhISCgXdXXWaExRUdHp5cuXL8B1G+Lce3c3Ym1KAQ59BsRcpyT14ODgCENMkDSyceNGBbUO0frpp5/OxgFJnA3AhoaGUtwFQLZPjMDgpps5ayYm2pAf8Puvqam5ynQkGvS9l+IFbHyW/1BaWlocI7QS70AAW1tbmy9evLg/IiKC2wUwCN1Qs1NDTKTAY/xxfP/99yQiPcrQN9dIZWXlEir3+RRcHsKIZSXZGUCyaWfdunWvQZfjmY4sCavsAjBBRPkCR9bwxzJlypTfwa3BBnHBNZKXlxdELarXzZs3L7wrOWhrAMmmxCNHjvxTJpORzDCS3OSH6zRSe6zKgZKawx8PaHsNfsT+BiXLa0QKbHyF//CJEyfWMiIpHXYAsC0/P//w7NmzSWZEKH5xL8bKi+wmAJhKLax/AZdD7kWw+FmaWq32r9SmvAtMx24jhT0BBBcsHxQbWdSfgNFy8rV7MTZI8+jCfAkE9m3ij2316tWLUOO70gAy8MVHU9q4LT4+/iWmY9+EzTMTyOYXUF5b/f39p6KQfhRFiM3yB7tQHhso7XsNP+p95Uo1IgWVfZZKtD6OckduSwALCwtPLVu27GW06YjRSvJPbJ7qJlaampr8gX60/DEeOnRoA37Y+wRF5wmXl5cvoaiwZdu2bTFICRJrAwhCuTAxMfFDnk3nizadXZItxQqYTJ9QyoOsiTz5gEgTaEQBvH+B2oiXIUaFFgy++cqVKwmhoaGR0Mxoa9h01gIQN1TWUAp1E46zTycXV6ARkhe3TCBD/22coFUyVDUazQtMx67OIKYjgVvBOGZLrBD1fUNTn1KpnIKWgOsDFCRQFCAwU6jtrGVLly4dTTdgwcAVaJZ4MA7c6SRgtkTTxHP8+PGNSH3eDwRYRABks7OznxbYmXkI7UKZFQDkdpY7zTYH9DqK6N2oTMfO+wBBr8yIIJXDy3+nQVSpVGsY3s6dh2WjDfxfIrQLPy4u7g1GYHuHKQASCnGvq6v7ic5WB9dqDmpKycMCIMzrAWJJT0+PR7dN1IzrMtH64MGDIdB4A3W0UuWuXbsiGCffXG0qgDC/1wTs0jQ0W4YyQhtsTATQsPBUUFDwjsAZCTe3b98+iXHQgRLWqqA05pKUSDpggLvwg9FoZo1GU7paT2E6djJuFABRk5yc/GRPBRHAI5tpWih3smn9+vVvo9b16XIR3sSgIvkCSjCo9wqclFYOsiKqp7Gz2IFBKSkpsRht9mO6yM7tDoAciJ4AYrJApLhRrVb/2Z4umAXVE8a7XQi8w4cP/wuDBQEY/ZFYE0AG7bbe5HgQkTOpkjZs2DCQcdIjAIBbnqC38XJLBd999x1JPJqIUXjTTzIyY9XPACJoqa+EQAS5eC03N/cPjnLNRKoLgLSKrEcZOTBoPLpq3TsGysxlUwKiJ3grH5B1WSEga2trk8+ePTuOceBeYFQUzwHVZYqts2AIjUS8B3IiqLur7uauNxsUy6ZNmyKqq6vPiqyiNYJJsBuAnmRnIFkA7nmoJ8Wi3pcuXUqG8YSjl3HvwCBz0hYsWbRnUdgOACWy1dh+N/BoDoIp9MekpCRvWykaYMfBIOfeAuDOGtlbUgGe1AaMPwZheEpudh6QFTIfJEhdXqmpqS+BIjltbL0DJlgIYH4FfvYLWVlZ/haCKdPpdMOgzUUAWgp8qNvG+iZUhwbyWNS05p3Yxp+8tY4AxbRZQo29MzMzXx0+fPhLSqUyqIu02VqY+BWouVCzwYgl+SZkx2gtUFMDy7J6aKNdLpe7gThQSqVSQr1+8DcQ+hsNf0fCM0FMF4fjXLt27Sho2UPvvffeGV7iEckDt3wfjDWOABU4IY24PwEZGRkfggy83O6AQpYigOK+jY2NfR01LFkueISOP1ojBdZqAPIGxSJVEPkSkJCQ8LJKpfoK2K3S1sCRNLdjx479OyYm5gVcoBqOwCmF1pQtll/WYmGRpEQWB+2KJoI72FxPjRo1alxwcHCku7v7YGukuGm12qu//PJL6tGjR1VgFagxta0e2ZRs19WLpbr1iKPgcW+GlAcmkZVu0dHRflFRUcHDoPj5+QWBvPN1dXXtS2SeTCZzw0x4YsvpyRmoer2+HmQjWE3VJQUFBerz58+rd+3aVaDRaJoQtEYEjH+sstEj4R0OoJlamwPTBascWV7O3D8OmcXKDa4dBX4rJom3YG3mVe6a3bZpOAJAIVuSO1ib5eVmCyW5t1NActVh+1r+J8AAu6ig4K2spqcAAAAASUVORK5CYII=) no-repeat;
        cursor: pointer;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        transition: transform .1s ease
    }

        .owl-carousel .owl-video-play-icon:hover {
            -ms-transform: scale(1.3);
            transform: scale(1.3)
        }

    .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
        display: none
    }

    .owl-carousel .owl-video-tn {
        opacity: 0;
        height: 100%;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        transition: opacity .4s ease
    }

    .owl-carousel .owl-video-frame {
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%
    }

    .owl-carousel {
        z-index: 1
    }

    .testimonial-carousel.owl-carousel button.owl-prev {
        position: absolute;
        height: 100%;
        top: 0;
        display: flex;
        align-items: center;
        left: -170px
    }

    .testimonial-carousel.owl-carousel button.owl-next {
        position: absolute;
        height: 100%;
        top: 0;
        display: flex;
        align-items: center;
        right: -170px
    }

    @media (max-width:1366px) {
        .testimonial-carousel.owl-carousel button.owl-prev {
            left: -80px
        }

        .testimonial-carousel.owl-carousel button.owl-next {
            right: -80px
        }
    }

    @media (max-width:991px) {
        .testimonial-carousel.owl-carousel button.owl-prev {
            left: -20px
        }

        .testimonial-carousel.owl-carousel button.owl-next {
            right: -20px
        }

        .mobile-light-left, .mobile-light-right {
            display: none
        }

        .mobile-light-left {
            left: 30%
        }

        .mobile-light-right {
            right: 30%
        }

        .mob-mocup {
            width: 245px;
            left: 237px
        }
    }

    @media (max-width:767px) {
        .testimonial-carousel.owl-carousel button.owl-prev {
            left: -40px
        }

        .testimonial-carousel.owl-carousel button.owl-next {
            right: -40px
        }

        .mobile-light-left {
            left: 20%
        }

        .mobile-light-right {
            right: 21%
        }

        .mob-mocup {
            width: 280px;
            left: 128px
        }
    }

    @media(max-width:480px) {
        .testimonial-carousel.owl-carousel button.owl-prev {
            left: 0;
            position: relative
        }

        .testimonial-carousel.owl-carousel button.owl-next {
            right: 0;
            position: relative
        }

        .testimonial-carousel.owl-theme .owl-nav.disabled + .owl-dots {
            position: absolute;
            top: 80%
        }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 15px;
            position: relative;
            left: 0;
            right: 0;
            top: 0;
            bottom: auto
        }
    }

    @media (max-width:400px) {
        .testimonial-carousel.owl-carousel button.owl-next, .testimonial-carousel.owl-carousel button.owl-prev {
            display: none
        }

        .mobile-light-left, .mobile-light-right {
            display: none
        }
    }

    /*.screenshot {
    background-image: url(/tovo/static/media/screenshot-bg.a7bc3d56.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    align-items: center;
    position: relative;
    background-position: 50%
}*/

    .screenshot-contain {
        display: flex;
        align-items: center;
        height: 630px
    }

    .screenshot-decor .screenshot-circle1 {
        position: absolute;
        top: 50px;
        right: 645px
    }

    .screenshot-decor .screenshot-circle2 {
        position: absolute;
        top: 100px;
        right: 675px
    }

    .screenshot-decor .screenshot-circle3 {
        position: absolute;
        top: auto;
        left: 35%;
        bottom: 0
    }

    .screenshot-carousel .owl-item.active {
        filter: grayscale(100%)
    }

        .screenshot-carousel .owl-item.active.center {
            opacity: 1;
            filter: grayscale(0)
        }

    .screenshot-carousel .owl-item.cloned {
        filter: grayscale(100%)
    }

    @media (min-width:2500px) {
        .screenshot {
            background-size: unset
        }
    }

    @media (max-width:575.98px) {
        .screenshot {
            background-size: cover
        }

        .mob-mocup {
            display: none
        }

        .screenshot-item {
            border: 2px solid #ddd;
            border-radius: 10px;
            overflow: hidden
        }

        .owl-theme .owl-nav.disabled + .owl-dots, .price-carousel .owl-dots {
            margin-top: 17px !important
        }
    }

    mobile-light-left {
        position: absolute;
        z-index: 9;
        width: auto;
        left: 38.4%;
        bottom: 50px;
        animation: 2s ease-in 0s normal none infinite running highlight-left
    }

    .mobile-light-right {
        position: absolute;
        z-index: 9;
        width: auto;
        right: 38%;
        top: 0;
        animation: 2s ease-in 0s normal none infinite running highlight-right
    }

    @media (max-width:1199px) {
        .mob-mocup {
            width: 248px;
            left: 355px
        }

        .mobile-light-left {
            left: 35%
        }

        .mobile-light-right {
            right: 35%
        }
    }

    @media (max-width:1024px) {
        .mobile-light-left {
            left: 35%
        }

        .mobile-light-right {
            right: 35%
        }
    }

    .mob-mocup {
        position: absolute;
        z-index: 2;
        width: 234px;
        left: 453px
    }

    .img-fluid, .img-thumbnail {
        max-width: 100%;
        height: auto
    }

    .screenshot-carousel .owl-item.cloned {
        filter: grayscale(100%)
    }

    .testimonial-carousel.owl-carousel button.owl-next {
        position: absolute;
        height: 100%;
        top: 0;
        display: flex;
        align-items: center;
        right: -170px
    }

    owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 10px;
    }

    .app-img {
        margin-bottom: 114px;
        width: 165px;
        height: 63px;
    }

    @media (max-width:767px) {
        .app-img {
            margin-bottom: 114px;
            width: 165px;
            height: 63px;
        }
    }

    .screenshot-item {
        height: 354px;
        width: 198px;
    }

    .first-carousel .owl-item.active {
        filter: grayscale(100%);
    }

    .owl-item.active.center {
        filter: grayscale(0%);
    }

    .section--introduction__para {
        margin-top: 75px
    }

    img.mob-mocup.img-fluid {
        margin-top: -39px;
        margin-left: -125px;
        width: 500px;
        height: 470px;
    }