.color-main {
    color: #000
}

.color-red {
    color: #eea240
}

.color-grey {
    color: #505050
}

.clear:after, .clear:before {
    content: "";
    display: table
}

.clear:after {
    clear: both
}

.link__icon, .stats__heading-thin {
    display: inline-block;
    vertical-align: middle
}

.card__inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form {
    position: relative
}

    .form fieldset:after, .form fieldset:before {
        content: "";
        display: table
    }

    .form fieldset:after {
        clear: both
    }

.form__row {
    position: relative;
    display: table;
    width: 100%;
    clear: both;
    padding: 6px 0;
    margin-bottom: 1rem
}

.form__row__left, .form__row__right {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 48%
}

@media screen and (max-width:1023px) {
    .form__row__left, .form__row__right {
        width: 100%;
        display: block
    }
}

.form__row__left {
    width: 44%;
    padding-right: 0
}

@media screen and (max-width:1023px) {
    .form__row__left {
        width: 100%
    }
}

.form__row__right {
    padding-left: 1.6em
}

@media screen and (max-width:1023px) {
    .form__row__right {
        padding-left: 0;
        padding-top: 12px
    }
}

.form__response {
    border-radius: 5px
}

.form__response--ok {
    background: green
}

.form__response--error {
    background: #1a1a1a
}

.form__response p {
    padding: 10px;
    font-size: 1em !important;
    color: #fff;
    text-shadow: none
}

.form__group {
    position: relative;
    margin-bottom: 1.5rem
}

.form__input, .form__textarea {
    font-size: 1rem;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background-color: transparent
}

    .form__input:focus, .form__textarea:focus {
        outline: none;
        border-bottom: 1px solid #1a1a1a;
        caret-color: #1a1a1a
    }

        .form__input:focus ~ .form__bar:before, .form__textarea:focus ~ .form__bar:before {
            width: 50%;
            background-color: #1a1a1a
        }

        .form__input:focus ~ .form__highlight, .form__textarea:focus ~ .form__highlight {
            -webkit-animation: inputHighlighter .3s ease;
            animation: inputHighlighter .3s ease
        }

        .form__input:focus ~ .form__label, .form__input:valid ~ .form__label, .form__textarea:focus ~ .form__label, .form__textarea:valid ~ .form__label {
            top: -20px;
            font-size: 14px;
            color: #1a1a1a
        }

    .form__input[value=""]:not([required]):not(:focus) ~ .form__label, .form__label, .form__textarea[value=""]:not([required]):not(:focus) ~ .form__label {
        top: 10px;
        font-size: 18px;
        color: #000
    }

.form__label {
    font-weight: 400;
    left: 5px;
    transition: all .2s ease
}

.form__highlight, .form__label {
    position: absolute;
    pointer-events: none
}

.form__highlight {
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    opacity: .5
}

.ie9 .form__input {
    line-height: normal
}

.form__textarea {
    width: 100%;
    min-height: 6em
}

.form__checkbox, .form__radio {
    position: absolute;
    left: -999em
}

.form__checkbox-label, .form__radio-label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px
}

    .form__checkbox-label:before, .form__radio-label:before {
        display: inline-block;
        position: relative;
        top: 2px;
        left: -2px;
        content: "";
        width: 25px;
        height: 23px;
        background: url(../images/formelements.png) 0 0 no-repeat
    }

.form__checkbox + .form__checkbox-label:before {
    background-position: 0 -25px
}

.form__checkbox:checked + .form__checkbox-label:before {
    background-position: 0 0
}

.form__radio + .form__radio-label:before {
    background-position: -25px -25px
}

.form__radio:checked + .form__radio-label:before {
    background-position: -25px 0
}

.form__select {
    overflow: hidden;
    padding: 0;
    margin: 0;
    max-width: 600px
}

    .form__select select {
        width: 115%;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        border: none;
        box-shadow: none
    }

#contact-mail {
    display: none
}

.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-flow: wrap row;
    -ms-flex-flow: wrap row;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .flex > [class*=col-] {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-flow: nowrap row;
        -ms-flex-flow: nowrap row;
        flex-flow: row;
        float: none
    }

@media all and (max-width:767px) {
    .flex > [class*=col-] {
        width: 100%
    }
}

.flex--auto > * {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.flex--top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .flex--top > [class*=col-] {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

.flex--bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.flex__spacer {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.flex--center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .flex--center > [class*=col-] {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

.flex--middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

img, object, video {
    max-width: 100%;
    height: auto ;
    margin-top: 9px;
}

.table {
    text-align: left
}

    .table td, .table th {
        padding: 10px;
        border: 1px solid #ccc;
        border-collapse: collapse
    }

    .table thead {
        background: #ccc;
        color: #666;
        font-weight: 600
    }

.blockquote {
    position: relative;
    margin: 1em 0;
    padding: 1em 3em;
    text-align: center
}

@media all and (min-width:1024px) {
    .blockquote {
        padding: 2em 10em
    }
}

.blockquote:after, .blockquote:before {
    position: absolute;
    font-size: 6em;
    font-weight: 500;
    line-height: 1
}

@media all and (min-width:1024px) {
    .blockquote:after, .blockquote:before {
        font-size: 20em
    }
}

.blockquote:before {
    content: "\201C";
    top: -2%;
    left: 0
}

@media all and (min-width:1024px) {
    .blockquote:before {
        top: -20%
    }
}

.blockquote:after {
    content: "\201D";
    bottom: 5%;
    right: 0
}

@media all and (min-width:1024px) {
    .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
    }
}

.cta-more {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .cta-more:after, .cta-more:before {
        pointer-events: none
    }

    .cta-more:before {
        position: absolute;
        top: 100%;
        left: 0;
        width: 150%;
        height: 100%;
        z-index: 12;
        background: #000;
        content: "";
        opacity: 0;
        transition: opacity .55s,top .2s,-webkit-transform .45s;
        transition: opacity .55s,transform .45s,top .2s;
        transition: opacity .55s,transform .45s,top .2s,-webkit-transform .45s;
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left
    }

.cta-more__footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.5em;
    z-index: 20;
    width: 100%;
    height: 40px;
    text-align: center
}

.cta-more__icon {
    position: absolute;
    top: 18px;
    left: 0;
    width: 30px;
    height: 4px;
    background-color: #fff
}

    .cta-more__icon:after, .cta-more__icon:before {
        position: absolute;
        left: 13.5px;
        z-index: 20;
        content: "";
        display: block;
        width: 4px;
        height: 16px;
        background-color: #fff;
        transition: left .2s,-webkit-transform .15s;
        transition: left .2s,transform .15s;
        transition: left .2s,transform .15s,-webkit-transform .15s
    }

    .cta-more__icon:before {
        top: -1px
    }

    .cta-more__icon:after {
        bottom: -1px
    }

.cta-more__icon-wrapper {
    position: relative;
    width: 30px;
    height: 40px;
    margin: 0 auto
}

.cta-more:hover:before {
    top: 80%;
    opacity: 1;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

.cta-more:hover .cta-more__icon:after, .cta-more:hover .cta-more__icon:before {
    left: 22px
}

.cta-more:hover .cta-more__icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cta-more:hover .cta-more__icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cta-more--red:before {
    background: #eea240
}

.cta-more--red .cta-more__icon, .cta-more--red .cta-more__icon:after, .cta-more--red .cta-more__icon:before {
    background-color: #eea240
}

.cta-more--red:hover .cta-more__icon, .cta-more--red:hover .cta-more__icon:after, .cta-more--red:hover .cta-more__icon:before {
    background-color: #fff
}

.loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: hsla(0,0%,100%,.8) url(../images/ajax-loader.gif) 50% no-repeat
}

.cta {
    padding: 3em;
    text-align: center
}

@media all and (max-width:1023px) {
    .cta--spaced {
        margin: 1em
    }
}

@media all and (min-width:1024px) {
    .cta--spaced {
        margin: 2em 4em 4em
    }

        .cta--spaced + .section {
            margin-top: -4em
        }
}

.cta__text {
    margin-bottom: 0
}

@media all and (min-width:1024px) {
    .cta__text {
        padding-left: 1em;
        padding-right: 1em
    }
}

.cta__btn {
    margin-top: 1em
}

.logos {
    width: 100%;
    margin: 1.5em 0 2.5em;
    text-align: center
}

.logos__single {
    width: auto;
    max-height: 70px
}

.logos--greyed-out .logos__single {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.media-strip {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  
}

    .media-strip:last-child {
        padding-bottom: 0
    }

@media screen and (min-width:200px) and (max-width:1024px) {
    .media-strip {
        padding-bottom: 50px
    }
}

@media screen and (min-width:200px) and (max-width:768px) {
    .media-strip {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.media-strip__video {
    width: 60%
}

    .media-strip__video video {
        width: 100%;
        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)
    }

@media screen and (min-width:200px) and (max-width:768px) {
    .media-strip__video {
        width: 100%;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

.media-strip__description {
    max-width: 800px;
    width: 40%;
    padding: 100px
}

@media screen and (min-width:200px) and (max-width:1024px) {
    .media-strip__description {
        padding: 20px 50px
    }
}

@media screen and (min-width:200px) and (max-width:768px) {
    .media-strip__description {
        width: 100%;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    opacity: 0
}

.animation-reveal {
    opacity: 0
}

.map {
    height: 700px;
    width: 100vw
}

.map-wrapper {
    width: 200vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: -100px;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out
}

.map-wrapper--move {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw)
}

.map-legend {
    position: relative;
    z-index: 2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 40px 80px;
    margin-top: -80px;
    background-color: #fff
}

@media all and (min-width:200px) and (max-width:860px) {
    .map-legend {
        padding: 40px;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.map-legend__headline {
    width: 25%
}

@media all and (min-width:200px) and (max-width:860px) {
    .map-legend__headline {
        width: 100%;
        margin-bottom: 1rem;
        text-align: center
    }
}

.map-legend__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row;
    width: 75%
}

@media all and (min-width:200px) and (max-width:860px) {
    .map-legend__wrapper {
        width: 100%
    }
}

.map-legend__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

.map-legend__item {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    padding: 10px 1rem;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,.1)
}

@media all and (min-width:501px) and (max-width:1100px) {
    .map-legend__item {
        margin-top: 1rem;
        width: 50%;
        -ms-flex-preferred-size: auto;
        -webkit-flex-basis: auto;
        flex-basis: auto
    }
}

@media all and (min-width:200px) and (max-width:500px) {
    .map-legend__item {
        margin-top: 1rem;
        width: 100%;
        -ms-flex-preferred-size: auto;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(0,0,0,.1)
    }
}

@media all and (min-width:200px) and (max-width:1100px) {
    .map-legend__item:nth-child(even) {
        border-right: 0
    }
}

.map-legend__item:last-child {
    border-right: 0;
    border-bottom: 0
}

.map-legend__location {
    margin: 1rem 0 0;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: .125rem
}

.map-legend__time {
    font-size: 1.1rem
}

.map-switch {
    z-index: 1;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    box-shadow: 0 0 20px 5px rgba(0,0,0,.12)
}

.map-switch, .map-switch__link {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.map-switch__link {
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
    padding: 30px 20px;
    color: #000;
    text-align: center;
    transition: color .4s;
    background-color: #fff;
    cursor: pointer
}

@media all and (min-width:1024px) {
    .map-switch__link {
        padding: 80px 20px
    }
}

.map-switch__link:first-child {
    /*border-right: 1px solid rgba(0,0,0,.1)*/
}

.map-switch__link:after {
    content: " ";
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: -1;
    display: block;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    background-color: #fff;
    box-shadow: 10px 10px 20px -7px rgba(0,0,0,.12);
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    transition: all .3s
}

@media all and (min-width:1024px) {
    .map-switch__link:after {
        width: 80px;
        height: 80px;
        margin-left: -40px;
        bottom: -40px
    }
}

.map-switch__link:hover:after {
    -webkit-transform: rotate(45deg) scale(.6);
    transform: rotate(45deg) scale(.6)
}

.map-switch__link--active:after, .map-switch__link--active:hover:after {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1)
}

.map-switch__para {
    font-style: normal
}

.column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row
}

    .column > * {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

.column--2 {
    margin-left: -1%;
    margin-right: -1%
}

@media all and (max-width:768px) {
    .column--2 {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.column--2 > * {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%
}

@media all and (max-width:768px) {
    .column--2 > * {
        width: 100%;
        -ms-flex-preferred-size: auto;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        margin-bottom: 2rem
    }
}

@media all and (max-width:768px) {
    .column--2 > :last-child {
        margin-bottom: 0
    }
}

.column--3 {
    margin-left: -2.7%;
    margin-right: -2.7%
}

@media all and (max-width:1024px) {
    .column--3 {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.column--3 > * {
    width: 28%;
    margin-left: 2.5%;
    margin-right: 2.5%
}

@media all and (max-width:1024px) {
    .column--3 > * {
        width: 100%;
        -ms-flex-preferred-size: auto;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        margin-bottom: 2rem
    }
}

@media all and (max-width:1024px) {
    .column--3 > :last-child {
        margin-bottom: 0
    }
}

.arrow-cta {
    position: relative;
    display: block;
    padding: 40px;
    color: #fff
}

.arrow-cta--white {
    background-color: #fff
}

    .arrow-cta--white:before {
        background: linear-gradient(to right top,#fff 50%,transparent 0)
    }

    .arrow-cta--white:after {
        background: linear-gradient(to right bottom,#fff 50%,transparent 0)
    }

.arrow-cta--main {
    background-color: #000
}

    .arrow-cta--main:before {
        background: linear-gradient(to right top,#000 50%,transparent 0)
    }

    .arrow-cta--main:after {
        background: linear-gradient(to right bottom,#000 50%,transparent 0)
    }

.arrow-cta--red {
    background-color: #eea240
}

    .arrow-cta--red:before {
        background: linear-gradient(to right top,#eea240 50%,transparent 0)
    }

    .arrow-cta--red:after {
        background: linear-gradient(to right bottom,#eea240 50%,transparent 0)
    }

.arrow-cta--gray {
    background-color: #505050
}

    .arrow-cta--gray:before {
        background: linear-gradient(to right top,#505050 50%,transparent 0)
    }

    .arrow-cta--gray:after {
        background: linear-gradient(to right bottom,#505050 50%,transparent 0)
    }

.arrow-cta--orange {
    background-color: #f57d30
}

    .arrow-cta--orange:before {
        background: linear-gradient(to right top,#f57d30 50%,transparent 0)
    }

    .arrow-cta--orange:after {
        background: linear-gradient(to right bottom,#f57d30 50%,transparent 0)
    }

.arrow-cta--mint {
    background-color: #059e93
}

    .arrow-cta--mint:before {
        background: linear-gradient(to right top,#059e93 50%,transparent 0)
    }

    .arrow-cta--mint:after {
        background: linear-gradient(to right bottom,#059e93 50%,transparent 0)
    }

.arrow-cta--black {
    background-color: #000
}

    .arrow-cta--black:before {
        background: linear-gradient(to right top,#000 50%,transparent 0)
    }

    .arrow-cta--black:after {
        background: linear-gradient(to right bottom,#000 50%,transparent 0)
    }

.arrow-cta--purple {
    background-color: #5b2986
}

    .arrow-cta--purple:before {
        background: linear-gradient(to right top,#5b2986 50%,transparent 0)
    }

    .arrow-cta--purple:after {
        background: linear-gradient(to right bottom,#5b2986 50%,transparent 0)
    }

.arrow-cta--dark-purple {
    background-color: #191559
}

    .arrow-cta--dark-purple:before {
        background: linear-gradient(to right top,#191559 50%,transparent 0)
    }

    .arrow-cta--dark-purple:after {
        background: linear-gradient(to right bottom,#191559 50%,transparent 0)
    }

.arrow-cta--twitter-blue {
    background-color: #4f96f5
}

    .arrow-cta--twitter-blue:before {
        background: linear-gradient(to right top,#4f96f5 50%,transparent 0)
    }

    .arrow-cta--twitter-blue:after {
        background: linear-gradient(to right bottom,#4f96f5 50%,transparent 0)
    }

.arrow-cta--yellow {
    background-color: #ffc000
}

    .arrow-cta--yellow:before {
        background: linear-gradient(to right top,#ffc000 50%,transparent 0)
    }

    .arrow-cta--yellow:after {
        background: linear-gradient(to right bottom,#ffc000 50%,transparent 0)
    }

.arrow-cta--light-grey {
    background-color: #ededed
}

    .arrow-cta--light-grey:before {
        background: linear-gradient(to right top,#ededed 50%,transparent 0)
    }

    .arrow-cta--light-grey:after {
        background: linear-gradient(to right bottom,#ededed 50%,transparent 0)
    }

.arrow-cta:hover {
    background-color: #000
}

    .arrow-cta:hover:before {
        background: linear-gradient(to right top,#000 50%,transparent 0)
    }

    .arrow-cta:hover:after {
        background: linear-gradient(to right bottom,#000 50%,transparent 0)
    }

.arrow-cta:after, .arrow-cta:before {
    width: 80px;
    height: 50%;
    position: absolute;
    left: 100%;
    content: ""
}

@media all and (max-width:1023px) {
    .arrow-cta:after, .arrow-cta:before {
        width: 40px
    }
}

@media all and (max-width:767px) {
    .arrow-cta:after, .arrow-cta:before {
        display: none
    }
}

.arrow-cta:before {
    top: 0
}

.arrow-cta:after {
    top: 50%
}

.l-footer {
    position: relative;
    margin-top: -1px;
    width: 100%;
    position: relative;
    padding: 8px 0 5px;
    border-top: 1px solid #e5e5e5;
    display: block;
}

@media screen and (max-width:768px) {
    .l-footer {
        padding: 8px 0 5px;
    }
}

.l-footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 200%;
    
    -webkit-transform: skew(0deg,3deg);
    transform: skew(0deg,3deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    overflow: hidden;
    position: relative;
    padding: 8px 0 5px;
    border-top: 1px solid #e5e5e5;
}

    .l-footer__bg:after {
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        width: 20%;
        height: 100%;
        background-color: #eea240-webkit-transform:skew(-20deg,0);
        transform: skew(-20deg,0);
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right
    }

@media screen and (min-width:1480px) {
    .l-footer__bg:after {
        width: 550px
    }
}

@media screen and (min-width:1240px) and (max-width:1479px) {
    .l-footer__bg:after {
        width: 500px
    }
}

@media screen and (min-width:889px) and (max-width:991px) {
    .l-footer__bg:after {
        width: 100%;
        -webkit-transform: skew(-60deg,0);
        transform: skew(-60deg,0)
    }
}

@media screen and (min-width:769px) and (max-width:888px) {
    .l-footer__bg:after {
        width: 100%;
        -webkit-transform: skew(-57deg,0);
        transform: skew(-57deg,0)
    }
}

@media screen and (max-width:768px) {
    .l-footer__bg:after {
        width: 100%;
        top: 52%;
        -webkit-transform: skew(0deg,0);
        transform: skew(0deg,0)
    }
}

.l-footer__column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2em
}

@media screen and (max-width:768px) {
    .l-footer__column {
        display: block
    }
}

.l-footer__column--wide {
    width: 60%
}

.l-footer__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {
    .l-footer__row.row:after, .l-footer__row.row:before {
        display: none
    }
}

.l-footer__block {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px 40px
}

@media screen and (max-width:768px) {
    .l-footer__block {
        padding: 1rem
    }
}

@media all and (min-width:769px) and (max-width:1620px) {
    .l-footer__block {
        padding-left: 30px;
        padding-right: 20px
    }
}

.l-footer__block--border {
    border-right: 1px solid #333
}

@media screen and (max-width:991px) {
    .l-footer__block--border:last-child {
        border-right: 0
    }
}

@media all and (min-width:1380px) and (max-width:1750px) {
    .l-footer__block--copyright {
        -ms-flex-preferred-size: 200px;
        -webkit-flex-basis: 200px;
        flex-basis: 200px
    }
}

@media all and (min-width:992px) and (max-width:1379px) {
    .l-footer__block--copyright {
        -ms-flex-preferred-size: 110px;
        -webkit-flex-basis: 110px;
        flex-basis: 110px;
        /*max-width: 110px;*/
        padding-left: 0
    }
}

@media all and (min-width:769px) and (max-width:991px) {
    .l-footer__block--copyright, .l-footer__block--nav {
        width: 50%
    }
}

@media all and (min-width:769px) and (max-width:991px) {
    .l-footer__block--contact {
        padding-left: 0
    }
}

.l-footer__block-menu {
    width: 100%
}

.l-footer__logo {
    height: 25px;
    transition: opacity .2s ease
}

    .l-footer__logo:hover {
        opacity: .8
    }

@media all and (max-width:768px) {
    .l-footer__details {
        padding-left: 10px
    }
}

@media all and (min-width:992px) and (max-width:1300px) {
    .l-footer__details {
        width: 50px
    }
}

.l-footer__link {
    display: block;
    margin-bottom: .5rem;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: .15em;
    transition: opacity .5s
}

    .l-footer__link:hover {
        opacity: .6
    }

.l-footer__menu-main-headline, .l-footer__menu-main-link {
    margin-bottom: .75rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: .15em
}

.l-footer__menu-main-headline {
    color: #999
}

.l-footer__menu-main-link {
    position: relative;
    display: inline-block
}

@media all and (min-width:769px) {
    .l-footer__menu-main-link:after {
        content: " ";
        position: absolute;
        bottom: 13%;
        left: 0;
        z-index: -1;
        display: block;
        height: 40%;
        width: 0;
        background-color: #eea240transition:width .5s
    }

    .l-footer__menu-main-link:hover:after {
        width: 100%
    }
}

.l-footer__menu-main-link:hover {
    color: #fff
}

.l-footer__menu-sub {
    margin-top: .6875rem
}

.l-footer__menu-sub-item {
    margin-bottom: .0625rem
}

.l-footer__menu-sub-link {
    font-size: .875rem;
    color: #fff
}

    .l-footer__menu-sub-link:hover {
        color: #999
    }

.l-footer__submenu {
    margin-top: .8em;
    margin-left: 1em
}

.l-footer__submenu-link {
    position: relative;
    display: inline-block;
    font-size: .9375rem;
    color: #f1f1f1
}

@media all and (min-width:769px) {
    .l-footer__submenu-link:after {
        content: " ";
        position: absolute;
        bottom: 13%;
        left: 0;
        z-index: -1;
        display: block;
        height: 30%;
        width: 0;
        background-color: #eea240transition:width .5s
    }

    .l-footer__submenu-link:hover:after {
        width: 100%
    }
}

.l-footer__small-text {
    display: block;
    margin: .5rem 0 0;
    padding: 0;
    color: #999;
    font-style: normal;
    font-size: 1rem
}

.plan {
    padding: 0 2em 2em;
    border: 2px solid #eea240border-bottom:none
}

@media all and (max-width:767px) {
    .plan--spaced {
        margin: 3em 1em 2em
    }
}

@media all and (min-width:768px) and (max-width:1023px) {
    .plan--spaced {
        margin: 1em
    }
}

@media all and (min-width:1024px) {
    .plan--spaced {
        margin: 4em 4em 2em
    }
}

.plan__legend {
    display: inline-block;
    margin-bottom: -2em;
    padding: 0 .2em;
    max-width: 600px;
    text-align: center;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media all and (min-width:1024px) {
    .plan__legend {
        padding: 1rem 2rem
    }
}

.plan--border-all {
    border-bottom: 2px solid #eea240
}

.plan--no-border {
    border: none
}

.featured-resources {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 3rem 0;
    box-shadow: 0 0 20px 5px rgba(0,0,0,.1)
}

@media screen and (max-width:768px) {
    .featured-resources {
        padding: 0 2rem
    }
}

@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {
    .featured-resources:after, .featured-resources:before {
        display: none
    }
}

.featured-resources__block {
    padding: 0 3rem;
    width: 50%
}

@media screen and (max-width:768px) {
    .featured-resources__block {
        width: 100%;
        padding: 2rem 0
    }
}

.featured-resources__block:first-child {
    border-right: 1px solid rgba(0,0,0,.1)
}

@media screen and (max-width:768px) {
    .featured-resources__block:first-child {
        border-right: 0;
        border-bottom: 1px solid rgba(0,0,0,.1)
    }
}

@media screen and (max-width:768px) {
    .featured-resources__block > :last-child {
        margin-bottom: .5rem
    }
}

.featured-resources__content {
    font-weight: 300;
    line-height: 1.4;
    font-size: 16px
}

@media screen and (min-width:480px) {
    .featured-resources__content {
        font-size: calc(16px + ((1vw - 4.8px) * .178571))
    }
}

@media screen and (min-width:1600px) {
    .featured-resources__content {
        font-size: 18px
    }
}

.feature {
    padding: 2em 3em;
    text-align: center
}

.feature__image {
    display: block;
    height: 70px;
    margin: 0 auto 2.5em
}

.feature__image--large {
    height: 140px
}

.card {
    display: block;
    position: relative;
    height: 450px;
    color: #fff;
    text-align: center
}

.card__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.card__inner {
    z-index: 2;
    left: 1em;
    right: 1em
}

.svg-inline {
    position: relative;
    top: -1.5px;
    margin-right: 4px
}

.link {
    display: inline-block;
    color: inherit
}

.link__icon {
    margin-top: -2px;
    margin-right: .3em;
    transition: margin-top .1s
}

.link--small .link__icon {
    width: 11px;
    height: 11px
}

.link--white {
    color: #fff
}

    .link--white .link__icon {
        fill: #fff
    }

.link:hover .link__icon {
    margin-top: 2px
}

.shadow-image {
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.16)
}

.stats {
    width: 100%;
    margin: .5em 0
}

.stats__item {
    position: relative;
    vertical-align: top
}

@media all and (min-width:768px) {
    .stats__item {
        display: inline-block
    }

        .stats__item:not(:first-child) {
            padding-left: 1.2em
        }

        .stats__item:not(:last-child) {
            padding-right: 1.2em
        }

            .stats__item:not(:last-child):after {
                content: "";
                position: absolute;
                top: 37%;
                right: 0;
                width: 1px;
                height: 35%;
                background-color: #111;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }
}

.stats__heading {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: -.1em
}

@media screen and (min-width:480px) {
    .stats__heading {
        font-size: calc(23px + ((1vw - 4.8px) * 3.482143))
    }
}

@media screen and (min-width:1600px) {
    .stats__heading {
        font-size: 62px
    }
}

.stats__heading-thin {
    margin-left: .05em;
    margin-right: .1em;
    font-weight: 300
}

.stats__caption {
    margin-top: 0;
    font-size: 18px
}

@media screen and (min-width:480px) {
    .stats__caption {
        font-size: calc(18px + ((1vw - 4.8px) * .178571))
    }
}

@media screen and (min-width:1600px) {
    .stats__caption {
        font-size: 20px
    }
}

@media all and (min-width:992px) and (max-width:1280px) {
    .stats__caption {
        font-size: .9em
    }
}

@-webkit-keyframes mag-glass {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    30% {
        -webkit-transform: translate(10px,12px);
        transform: translate(10px,12px)
    }

    60% {
        -webkit-transform: translate(-10px,10px);
        transform: translate(-10px,10px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes mag-glass {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    30% {
        -webkit-transform: translate(10px,12px);
        transform: translate(10px,12px)
    }

    60% {
        -webkit-transform: translate(-10px,10px);
        transform: translate(-10px,10px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes dev-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes dev-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes dev-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes dev-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes support-mic {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    40% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes support-mic {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    40% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes left-handle {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes left-handle {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes right-handle {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes right-handle {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

#service-icon {
    overflow: visible
}

    #service-icon #mag-glass-svg {
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
        -webkit-animation-name: mag-glass;
        animation-name: mag-glass
    }

    #service-icon.loaded #dev-g-left, #service-icon.loaded #dev-g-right, #service-icon.loaded #left-handle, #service-icon.loaded #mag-glass-svg, #service-icon.loaded #right-handle, #service-icon.loaded #support-mic {
        -webkit-animation-play-state: running;
        animation-play-state: running
    }

    #service-icon #dev-g-left {
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
        -webkit-animation-name: dev-left;
        animation-name: dev-left
    }

    #service-icon #dev-g-right {
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
        -webkit-animation-name: dev-right;
        animation-name: dev-right
    }

    #service-icon #support-mic {
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
        -webkit-animation-name: support-mic;
        animation-name: support-mic;
        -webkit-transform-origin: 140% -40%;
        transform-origin: 140% -40%
    }

    #service-icon #left-handle {
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
        -webkit-animation-name: left-handle;
        animation-name: left-handle
    }

    #service-icon #right-handle {
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
        -webkit-animation-name: right-handle;
        animation-name: right-handle
    }

.mobile-view {
    position: relative
}

.mobile-view__iphone-frame {
    width: 100%
}

.mobile-view__inner {
    position: absolute;
    top: 2.5%;
    left: 17%;
    right: 17%;
    bottom: 10.5%;
    border-radius: 8%
}

.mobile-view__inner-scrollable {
    width: 100%;
    height: 100%;
    border-radius: 8%;
    overflow: hidden
}

.mobile-view img {
    width: 100%
}

.mobile-view:not(.mobile-view--disabled) .mobile-view__inner-scrollable {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.mobile-view--cover .mobile-view__inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0,0,0,.7);
    transition: background-color .5s,visibility .5s,opacity .5s
}

.mobile-view--cover:not(.mobile-view--disabled) .mobile-view__inner:after {
    visibility: hidden;
    opacity: 0;
    transition: visibility .5s,opacity .5
}

.mobile-view--disabled .mobile-view__scroll:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0,0,0,.7);
    transition: background-color .5s,visibility .5s,opacity .5s
}

.mobile-view--disabled .mobile-view__scroll {
    overflow: hidden
}

.mobile-view__cta {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 2em 3em;
    margin-left: -115px;
    width: 230px;
    background-color: #eea240transition:background-color .2s,visibility .2s,opacity .2s
}

    .mobile-view__cta:hover {
        background-color: #222
    }

.mobile-view__cta-hand {
    display: block;
    margin: 0 auto 1em;
    fill: none;
    stroke: #fff;
    stroke-width: 2px
}

.mobile-view__cta-title {
    display: inline-block;
    color: #fff;
    font-size: .9em;
    font-weight: 400;
    letter-spacing: .12em;
    line-height: 1.3
}

.mobile-view:not(.mobile-view--disabled) .mobile-view__cta {
    visibility: hidden;
    opacity: 0;
    transition: visibility .3s,opacity .2
}

.mobile-view__scroll {
    position: absolute;
    left: 50%;
    top: 2.5%;
    width: 65%;
    height: 87%;
    overflow-y: scroll;
    border-radius: 0 0 30px 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

    .mobile-view__scroll:after {
        transition: background-color .5s,visibility .5s,opacity .5s
    }

.mobile-view__page {
    padding-top: 10%;
    width: 100%
}

.mobile-view__iphone {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none
}

.mobile-view__iphone-placeholder {
    position: relative;
    z-index: -10;
    opacity: 0
}

.macbook-slideshow {
    position: relative;
    display: inline-block
}

.macbook-slideshow__area {
    position: absolute;
    left: 12.2%;
    top: 7.3%;
    width: 75.6%;
    height: 81.8%
}

.macbook-slideshow__area-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.macbook-slideshow .owl-item, .macbook-slideshow .owl-stage, .macbook-slideshow .owl-stage-outer, .macbook-slideshow__slide {
    width: 100%;
    height: 100%
}

.macbook-slideshow__slide {
    background-position: top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    object-fit: cover
}

.imac-video {
    position: relative;
    display: inline-block
}

.imac-video__area {
    overflow: hidden;
    position: absolute;
    top: 4.4%;
    left: 3.9%;
    width: 92.2%;
    height: 60.5%
}

.imac-video__player {
    width: 100%
}

.board-member__description-wrapper {
    position: relative
}

.board-member__description {
    padding: 1em;
    background-color: #ededed
}

@media all and (min-width:991px) {
    .board-member__description {
        position: absolute;
        bottom: -9%;
        left: -5%
    }
}

@media all and (min-width:1220px) {
    .board-member__description {
        padding: 1.5em 3em
    }
}

@media all and (min-width:991px) {
    .board-member__description--left {
        left: auto;
        right: -5%;
        z-index: 2
    }
}

.board-member:not(:last-child) {
    margin-bottom: 2em
}

@media all and (min-width:991px) {
    .board-member:not(:last-child) {
        margin-bottom: 7em
    }
}

.case-study {
    width: 100%;
    background-color: #ededed;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    box-shadow: 0 10px 30px rgba(0,0,0,.5);
    transition: .2s
}

@media all and (min-width:769px) {
    .case-study {
        height: 600px
    }
}

.case-study:not(:last-child) {
    margin-bottom: 3em
}

@media all and (min-width:769px) {
    .case-study:not(:last-child) {
        margin-bottom: 5em
    }
}

.case-study__link {
    display: block;
    width: 100%;
    height: 100%
}

@media all and (min-width:769px) {
    .case-study__link:hover .case-study__foreground {
        -webkit-transform: scale(1.28);
        transform: scale(1.28)
    }
}

.case-study__link:hover .case-study__title {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.case-study__logo {
    transition: .1s
}

    .case-study__logo img {
        height: 60px
    }

.case-study__title {
    margin: 1.5em 0;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s
}

@media all and (max-width:767px) {
    .case-study__foreground {
        margin: .5em 10%;
        width: 80%
    }
}

@media all and (min-width:769px) {
    .case-study__foreground {
        height: 500px;
        margin-right: 3%;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s,-webkit-transform .5s
    }
}

.case-study__column, .case-study__description, .case-study__grid {
    position: relative;
    height: 100%
}

.case-study__description {
    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;
    padding: 2em 3em
}

.case-study__column--centered {
    display: none
}

@media all and (min-width:769px) {
    .case-study__column--centered {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.case-study__description-footer {
    margin-bottom: 0
}

@media all and (min-width:1024px) {
    .banner--spaced {
        margin: 2em 4em
    }
}

.banner [class*=col-] {
    padding-bottom: 0
}

.banner__content {
    padding: 3em
}

.banner__headline {
    margin-bottom: .5em
}

.banner__bg-image {
    width: 100%;
    height: 100%;
    background-size: cover
}

.owl-carousel-serv {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

    .owl-carousel-serv .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y
    }

        .owl-carousel-serv .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel-serv .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translateZ(0)
    }

    .owl-carousel-serv .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none
    }

        .owl-carousel-serv .owl-item img {
            -webkit-transform-style: preserve-3d
        }

    .owl-carousel-serv .owl-dots.disabled, .owl-carousel-serv .owl-nav.disabled {
        display: none
    }

    .owl-carousel-serv .owl-dot, .owl-carousel-serv .owl-nav .owl-next, .owl-carousel-serv .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel-serv.owl-loaded {
        display: block
    }

    .owl-carousel-serv.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel-serv.owl-hidden {
        opacity: 0
    }

    .owl-carousel-serv.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel-serv.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel-serv.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab
    }

    .owl-carousel-serv.owl-rtl {
        direction: rtl
    }

        .owl-carousel-serv.owl-rtl .owl-item {
            float: right
        }

.no-js .owl-carousel-serv {
    display: block
}

.owl-carousel-serv .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel-serv .owl-animated-in {
    z-index: 0
}

.owl-carousel-serv .owl-animated-out {
    z-index: 1
}

.owl-carousel-serv .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel-serv .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel-serv .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel-serv .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel-serv .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease,-webkit-transform .1s ease
}

    .owl-carousel-serv .owl-video-play-icon:hover {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

.owl-carousel-serv .owl-video-playing .owl-video-play-icon, .owl-carousel-serv .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel-serv .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel-serv .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .owl-theme .owl-nav [class*=owl-] {
        color: #fff;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #d6d6d6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #fff;
            text-decoration: none
        }

    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #d6d6d6;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity .2s ease;
            border-radius: 30px
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791
        }

.owl-carousel-serv .owl-nav .owl-next, .owl-carousel-serv .owl-nav .owl-prev {
    top: 50%;
    position: absolute;
    width: 40px;
    height: 60px;
    text-indent: -9999px;
    margin-top: -30px;
    transition: all .2s ease
}

    .owl-carousel-serv .owl-nav .owl-next.disabled, .owl-carousel-serv .owl-nav .owl-prev.disabled {
        opacity: .2
    }

    .owl-carousel-serv .owl-nav .owl-next:hover, .owl-carousel-serv .owl-nav .owl-prev:hover {
        opacity: .5
    }

.owl-carousel-serv .owl-nav .owl-prev {
    left: -50px;
    background-size: 35px auto;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.owl-carousel-serv .owl-nav .owl-next {
    right: -50px;
    background-size: 35px auto
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg, .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

    .mfp-container:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #ccc
    }

        .mfp-preloader a:hover {
            color: #fff
        }

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Roboto, sans-serif;
}

    .mfp-close:focus, .mfp-close:hover {
        opacity: 1
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:focus, .mfp-arrow:hover {
        opacity: 1
    }

    .mfp-arrow:after, .mfp-arrow:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #000
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

    .mfp-figure:after {
        content: "";
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #444
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px
    }

    .mfp-figure figure {
        margin: 0
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

code[class*=language-], pre[class*=language-] {
    color: #000;
    background: none;
    text-shadow: 0 1px #fff;
    font-family: Roboto, sans-serif;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

    code[class*=language-]::-moz-selection, code[class*=language-] ::-moz-selection, pre[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection {
        text-shadow: none;
        background: #b3d4fc
    }

    code[class*=language-]::selection, code[class*=language-] ::selection, pre[class*=language-]::selection, pre[class*=language-] ::selection {
        text-shadow: none;
        background: #b3d4fc
    }

@media print {
    code[class*=language-], pre[class*=language-] {
        text-shadow: none
    }
}

pre[class*=language-] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto
}

:not(pre) > code[class*=language-], pre[class*=language-] {
    background: #f5f2f0
}

:not(pre) > code[class*=language-] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal
}

.token.cdata, .token.comment, .token.doctype, .token.prolog {
    color: #708090
}

.token.punctuation {
    color: #999
}

.namespace {
    opacity: .7
}

.token.boolean, .token.constant, .token.deleted, .token.number, .token.property, .token.symbol, .token.tag {
    color: #905
}

.token.attr-name, .token.builtin, .token.char, .token.inserted, .token.selector, .token.string {
    color: #690
}

.language-css .token.string, .style .token.string, .token.entity, .token.operator, .token.url {
    color: #a67f59;
    background: hsla(0,0%,100%,.5)
}

.token.atrule, .token.attr-value, .token.keyword {
    color: #07a
}

.token.function {
    color: #dd4a68
}

.token.important, .token.regex, .token.variable {
    color: #e90
}

.token.bold, .token.important {
    font-weight: 700
}

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}
/*# sourceMappingURL=main.css.map */
