.col2-set .col-1,
.col2-set .col-2 {
    width: 48% !important;
    flex: 1 !important;
    max-width: initial !important;
}

.woocommerce form .form-row {
    width: 100%;
}

.woocommerce form .form-row label {
    width: 100%;
}

.woocommerce-input-wrapper {
    width: 100%;
}

.stripe-card-group {
    width: 100%;
}

.wc-stripe-elements-field {
    width: 100%;
}

.page-template-page-woocommerce .header,
.page-template-page-woocommerce header,
.woocommerce .header,
.woocommerce header {
    position: relative !important;
    margin: 0 0 75px;
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    padding-right: 2rem;
    padding-left: 2rem
}

.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row.reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.col.reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.col-xs,
.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-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
}

.col-xs {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.start-xs {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
}

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

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

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

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between-xs {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.first-xs {
    -ms-flex-order: -1;
    order: -1
}

.last-xs {
    -ms-flex-order: 1;
    order: 1
}

@media only screen and (min-width:48em) {
    .container {
        width: 49rem
    }
    .col-sm,
    .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-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-sm {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .start-sm {
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-sm {
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-sm {
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-sm {
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-sm {
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-sm {
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-sm {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-sm {
        -ms-flex-order: -1;
        order: -1
    }
    .last-sm {
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width:64em) {
    .container {
        width: 65rem
    }
    .col-md,
    .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-offset-0,
    .col-md-offset-1,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-md {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .start-md {
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-md {
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-md {
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-md {
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-md {
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-md {
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-md {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-md {
        -ms-flex-order: -1;
        order: -1
    }
    .last-md {
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width:75em) {
    .container {
        width: 76rem
    }
    .col-lg,
    .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-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-lg {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .start-lg {
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-lg {
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-lg {
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-lg {
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-lg {
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-lg {
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-lg {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-lg {
        -ms-flex-order: -1;
        order: -1
    }
    .last-lg {
        -ms-flex-order: 1;
        order: 1
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

@import url(../../bower_components/flexboxgrid/dist/flexboxgrid.css);
@import url(../../bower_components/Swiper/dist/css/swiper.css);
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.text-purple {
    color: #292159
}

.text-blue {
    color: #aedce7
}

.text-white {
    color: #fff
}

.text-pink {
    color: #ba609f
}

.text-red {
    color: #f27070
}

@font-face {
    font-family: Circular-Book;
    src: url(../fonts/lineto-circular-book.eot);
    src: url(../fonts/lineto-circular-book.eot?#iefix) format("embedded-opentype"), url(../fonts/lineto-circular-book.woff) format("woff"), url(../fonts/lineto-circular-book.ttf) format("truetype"), url(../fonts/lineto-circular-book.svg#lineto-circular-book) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: apercuregular;
    src: url(../fonts/apercu-regular-webfont.woff2) format("woff2"), url(../fonts/apercu-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Circular_Std;
    src: url(../fonts/CircularStd-Medium.eot);
    src: url(../fonts/CircularStd-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/CircularStd-Medium.woff2) format("woff2"), url(../fonts/CircularStd-Medium.woff) format("woff"), url(../fonts/CircularStd-Medium.ttf) format("truetype"), url(../fonts/CircularStd-Medium.svg#CircularStd-Medium) format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Circular_Std_Book;
    src: url(../fonts/CircularStd-Book.eot);
    src: url(../fonts/CircularStd-Book.eot?#iefix) format("embedded-opentype"), url(../fonts/CircularStd-Book.woff2) format("woff2"), url(../fonts/CircularStd-Book.woff) format("woff"), url(../fonts/CircularStd-Book.ttf) format("truetype"), url(../fonts/CircularStd-Book.svg#CircularStd-Book) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Apercu_Light;
    src: url(../fonts/Apercu-Light.eot);
    src: url(../fonts/Apercu-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Apercu-Light.woff2) format("woff2"), url(../fonts/Apercu-Light.woff) format("woff"), url(../fonts/Apercu-Light.ttf) format("truetype"), url(../fonts/Apercu-Light.svg#Apercu-Light) format("svg");
    font-weight: 300;
    font-style: normal
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-color: #fff
}

body,
html {
    margin: 0;
    padding: 0
}

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

:focus {
    outline: 0
}

:last-child {
    margin-bottom: 0
}

:first-child {
    margin-top: 0
}

a {
    background-color: transparent
}

a,
button,
input {
    -webkit-tap-highlight-color: fade(#000, 0)
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

:not(pre)>code,
:not(pre)>kbd,
:not(pre)>samp {
    white-space: nowrap;
    padding: 0
}

em {
    font-style: italic
}

ins {
    text-decoration: none
}

q {
    font-style: italic
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 50%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle
}

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

address,
blockquote,
dl,
fieldset,
figure,
ol,
p,
pre,
ul {
    margin: 0
}

*+address,
*+blockquote,
*+dl,
*+fieldset,
*+figure,
*+ol,
*+p,
*+pre,
*+ul {
    margin-top: 20px
}

.et-db #et-boc .et-l .et_pb_text_0 h1 {
    font-family: Circular_Std !important;
}

.et-db #et-boc .et-l .et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_description h2, .et-db #et-boc .et-l .et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_description h1.et_pb_module_header, .et-db #et-boc .et-l .et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_description h3.et_pb_module_header, .et-db #et-boc .et-l .et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_description h4.et_pb_module_header, .et-db #et-boc .et-l .et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_description h5.et_pb_module_header, .et-db #et-boc .et-l .et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_description h6.et_pb_module_header {
    font-family: Circular_Std !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

*+h1,
*+h2,
*+h3,
*+h4,
*+h5,
*+h6 {
    margin-top: 20px
}

ol,
ul {
    padding-left: 30px
}

ol>li>ol,
ol>li>ul,
ul>li>ol,
ul>li>ul {
    margin: 0
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    margin: 0;
    border: 0;
    border-top: 1px solid #000
}

*+hr {
    margin-top: 20px
}

address {
    font-style: normal
}

pre {
    overflow: auto
}

pre>code {
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block
}

progress {
    vertical-align: baseline
}

[hidden],
audio:not([controls]),
template {
    display: none
}

iframe {
    border: 0
}

.shell {
    overflow: hidden;
    max-width: 1980px;
    margin: 0 auto;
    overflow-x: hidden
}

.main,
.shell {
    position: relative
}

.main {
    padding: 0;
    z-index: 99
}

.container-fluid {
    padding-left: 20px;
    padding-right: 20px
}

.wrap {
    margin: 0 auto
}

.section {
    position: relative
}

.row {
    margin-left: -.5rem;
    margin-right: -.5rem;
    max-width: 1140px;
    left: 50%;
    transform: translateX(-50%)
}

.row+.row {
    margin-top: 20px
}

.row,
.row>[class*=col-] {
    position: relative
}

.row>[class*=col-] {
    padding-left: .5rem;
    padding-right: .5rem
}

.section-full-width {
    position: relative;
    margin: 40px 0
}

.section-full-width+.section-full-width {
    margin-top: 50px;
    padding-top: 50px
}

.section-full-width .container-fluid {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%
}

.section-full-width .row {
    margin-left: 0;
    margin-right: 0;
    padding-left: .5rem;
    padding-right: .5rem
}

.section-full-width .row+.section-full-width .row {
    margin-top: 20px
}

.section-full-width .row,
.section-full-width .row>[class*=col-] {
    position: relative
}

.section-full-width .row>[class*=col-] {
    padding-left: .5rem;
    padding-right: .5rem
}

.vertical-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (max-width:768px) and (min-width:1px) {
    .row {
        left: inherit;
        transform: translateX(0)
    }
    .row>[class*=col-] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 10px
    }
    .row>[class*=col-]:first-child {
        margin-top: 10px
    }
    .first-xs {
        order: 1;
        -ms-flex-order: 1
    }
    .last-xs {
        order: 0;
        -ms-flex-order: 0
    }
}

body {
    background: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

a {
    transition: .6s
}

video::-webkit-media-controls {
    display: none !important
}

.mobile-nav {
    position: fixed;
    overflow-y: auto;
    z-index: 9999
}

@media only screen and (max-width:980px) and (min-width:1px) {
    /** HIDDEN BY @ZAKKATES ON MAY 2OTH 2020
	body.open-nav {
		overflow: hidden;
		height: 100%
	}
	**/
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 30%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.fadeInUp {
    animation-name: fadeInUp
}

.btn {
    display: inline-block;
    width: auto;
    padding: 20px 60px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: Circular-Book;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 6.43px;
    line-height: 32px;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ba609f;
    transform: scale(0);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.btn:hover {
    color: #fff
}

.pink-btn:hover:before {
    transform: scale(1)
}

.pink-btn {
    color: #ba609f;
    border: 2px solid #ba609f
}

.white-btn:hover:before {
    transform: scale(1)
}

.white-btn {
    color: #fff;
    border: 2px solid #fff
}

.white-btn:before {
    background: #fff
}

.white-btn:hover {
    color: #ba609f
}

a.text-pink {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .6s
}

a.text-pink:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ba609f;
    transform: scale(0);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

a.text-pink:hover:before {
    transform: scale(1)
}

.form-wrapper {
    margin: 20px auto
}

.form-wrapper h1 {
    margin: 0 0 20px
}

input,
select,
textarea {
    margin: 0;
    border-radius: 0;
    background-clip: padding-box;
    font: inherit;
    color: inherit
}

input:focus,
select:focus,
textarea:focus {
    outline: 0
}

input,
select {
    vertical-align: middle
}

select {
    text-transform: none
}

optgroup {
    font: inherit;
    font-weight: 700
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    min-height: 150px
}

::-moz-placeholder {
    opacity: 1
}

:invalid {
    box-shadow: none
}

::-ms-clear {
    display: none
}

form> :last-child {
    margin-bottom: 0
}

[class*=col-]>input:not([type]),
[class*=col-]>input[type=color],
[class*=col-]>input[type=date],
[class*=col-]>input[type=datetime-local],
[class*=col-]>input[type=datetime],
[class*=col-]>input[type=email],
[class*=col-]>input[type=month],
[class*=col-]>input[type=number],
[class*=col-]>input[type=password],
[class*=col-]>input[type=search],
[class*=col-]>input[type=tel],
[class*=col-]>input[type=text],
[class*=col-]>input[type=time],
[class*=col-]>input[type=url],
[class*=col-]>input[type=week],
[class*=col-]>select,
[class*=col-]>textarea {
    width: 100%;
    display: block
}

input,
select,
textarea {
    max-width: 100%;
    display: inline-block;
    transition: all .2s linear;
    width: 100%
}

legend {
    width: 100%;
    border: 0;
    padding: 0
}

legend:after {
    content: "";
    display: block;
    width: 100%
}

select[multiple],
select[size],
textarea {
    height: auto
}

label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    width: auto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700
}

.gform_fields,
.gform_fields ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.gform_fields li {
    position: relative;
    margin-bottom: 20px
}

.gform_fields>li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.gform_fields>li>label:first-child {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

input[type=email],
input[type=password],
input[type=text],
input[type=tel] {
    background: #fff;
    border: 1px solid #ccc;
    height: 40px;
    padding: 5px
}

select {
    background: #fff;
    border: 1px solid #ccc;
    height: 40px
}

textarea {
    height: 140px
}

input[type=submit],
textarea {
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px
}

input[type=submit] {
    height: 40px;
    cursor: pointer
}

.inputfile {
    position: absolute;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    width: 100%;
    height: 100%
}

.inputfile+label {
    color: inherit;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-transform: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    transition: all .2s linear
}

.inputfile+label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle
}

.form-error label.error,
.form-success label.success {
    font-size: 12px
}

.gfield_checkbox {
    display: inline-block;
    position: relative
}

.gfield_checkbox label:before {
    position: absolute;
    content: "";
    transition: .3s cubic-bezier(.68, -.55, .265, 1.55);
    bottom: 3px;
    left: 5px;
    width: 7px;
    height: 13px;
    background: #fff;
    transform: rotate(45deg) scale(0);
    border-radius: 2px;
    background-clip: padding-box;
    border: 1px solid #ccc
}

.gfield_checkbox label.checked:before {
    transform: rotate(45deg) scale(1)
}

.gfield_checkbox label.disabled {
    opacity: .75
}

.gfield_checkbox input {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0
}

.radio {
    display: inline-block;
    border-radius: 50%;
    background-clip: padding-box;
    position: relative;
    margin-right: 10px
}

.radio,
.radio:before {
    width: 20px;
    height: 20px
}

.radio:before {
    top: 0;
    right: 4px;
    bottom: 4px;
    left: 4px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    content: "";
    border: 1px solid #ccc;
    transition: .3s cubic-bezier(.68, -.55, .265, 1.55)
}

.radio.checked:before {
    background: #ccc
}

.radio.disabled {
    opacity: .75
}

.radio>input {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0
}

.gform_footer {
    margin-top: 20px;
    margin-bottom: 70px !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-start
}

.hamburger--spin .hamburger-inner {
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin .hamburger-inner:before {
    transition: top .1s ease-in .34s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: .14s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    transition: top .1s ease-out, opacity .1s ease-out .14s
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .1s ease-out, transform .3s cubic-bezier(.215, .61, .355, 1) .14s
}

.hamburger {
    display: none;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger-box {
    width: 40px;
    height: 30px;
    display: inline-block;
    position: relative;
    top: 4px
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -3px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 40px;
    height: 6px;
    background-color: #ba609f;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -12px
}

.hamburger-inner:after {
    bottom: -12px
}

.header {
    position: absolute;
    width: 100%;
    height: 105px;
    z-index: 9999;
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .header {
        width: 88%;
        height: 92px
    }
}

@media only screen and (max-width:1280px) and (min-width:1025px) {
    .header .row {
        padding: 0 20px
    }
}

.header .row>[class*=col-] {
    padding: 0
}

.header .row>div {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.header.fixed .row {
    border-bottom: 0
}

.header .logo {
    display: inline-block;
    width: 140px;
    height: 30px;
    transition: .6s
}

.header .logo a {
    display: block;
    width: auto;
    height: 100%;
    text-indent: -9999px;
    background: url(../images/logo-color.png) 0 no-repeat;
    background-size: contain !important
}

@media (max-width:767px) and (min-width:1px) {
    .header .logo a {
        margin-top: 24px;
        width: 119px;
        height: 25px
    }
}

@media (max-width:768px) and (min-width:767px) {
    .header .logo {
        margin-top: 20px
    }
}

.mobile-nav {
    display: none
}

@media (min-width:1025px) {
    .sticky {
        transition: .3s
    }
    .fixed {
        position: fixed;
        top: 0;
        height: 55px;
        background: #fff;
        z-index: 999999999999;
    }
    .fixed .topnav {
        margin-top: 2px
    }
    .fixed .topnav ul li a {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .fixed .logo {
        margin-top: 2px;
        width: 120px;
        height: 20px;
        transition: .6s
    }
    .fixed .topnav>ul>li.active a:after,
    .fixed .topnav>ul>li.current-menu-item a:after {
        margin-top: 1px
    }
}

@media only screen and (max-width:980px) and (min-width:1px) {
    .page-template-template-agencies .hamburger-inner,
    .page-template-template-agencies .hamburger-inner:after,
    .page-template-template-agencies .hamburger-inner:before,
    .page-template-template-developers .hamburger-inner,
    .page-template-template-developers .hamburger-inner:after,
    .page-template-template-developers .hamburger-inner:before,
    .page-template-template-featured-news .hamburger-inner,
    .page-template-template-featured-news .hamburger-inner:after,
    .page-template-template-featured-news .hamburger-inner:before,
    .page-template-template-oems .hamburger-inner,
    .page-template-template-oems .hamburger-inner:after,
    .page-template-template-oems .hamburger-inner:before,
    .page-template-template-sample-applications .hamburger-inner,
    .page-template-template-sample-applications .hamburger-inner:after,
    .page-template-template-sample-applications .hamburger-inner:before {
        background: #271b5a
    }
}

@media only screen and (max-width:768px) and (min-width:1px) {
    /** HIDDEN BY @ZAKKATES ON MAY 20TH 2020
	.header .row {
		transform: translateX(-50%)
	}
	*/
}

.topnav {
    display: inline-block;
    width: auto;
    margin-top: 10px;
}

.topnav>ul {
    list-style: none;
    padding: 0;
    margin: 0 display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.topnav>ul>li {
    display: inline-block;
    width: auto;
    margin: 0 17px;
    transition: .6s;
    position: relative
}

@media (max-width:1260px) and (min-width:1161px) {
    .topnav>ul>li {
        margin: 0 12px
    }
}

@media (max-width:1160px) and (min-width:1025px) {
    .topnav>ul>li {
        margin: 0 10px
    }
}

.topnav>ul>li:hover .sub-menu {
    display: -ms-flexbox;
    display: flex
}

.topnav>ul>li:hover a:after {
    opacity: 1;
    top: 100%;
    margin-top: 0
}

.topnav>ul>li.button {
    border: 2px solid #ba609f;
    margin-left: 12px;
    margin-right: 0;
    padding: 0
}

.topnav>ul>li.button a {
    color: #ba609f;
    font-family: Circular_Std_Book;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4.64px;
    line-height: 22px;
    text-transform: uppercase;
    transition: all .5s ease-out;
    transition-delay: 0s !important;
    padding: 4px 14px;
    position: relative
}

@media (max-width:1140px) and (min-width:1025px) {
    .topnav>ul>li.button a {
        font-size: 12px;
        letter-spacing: 3px;
        padding: 4px 12px
    }
}

.topnav>ul>li.button a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ba609f;
    transform: scale(0);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.topnav>ul>li.button a:after {
    height: 0;
    display: none
}

.topnav>ul>li.button a:hover {
    color: #fff !important;
    background: #271b5a
}

.topnav>ul>li.button a:hover:before {
    transform: scale(1)
}

.topnav>ul>li>a,
.topnav>ul>li>a:visited {
    display: inline-block;
    color: #29215b;
    font-family: Circular_Std_Book;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    opacity: .75;
    transition: 250ms;
    padding: 33px 3px;
    position: relative
}

.topnav>ul>li>a:hover {
    color: #ba609f;
    text-decoration: none;
}

@media (max-width:1140px) and (min-width:1025px) {
    .topnav>ul>li>a {
        font-size: 16px
    }
}

.topnav>ul>li>a:after {
    background: #29215b;
    content: "";
    margin-top: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    transition: top .2s ease-out, margin-top .2s ease-out
}

.topnav>ul>li>a:hover {
    opacity: 1;
    z-index: 9
}

.topnav>ul>li>a:hover:after {
    opacity: 1;
    top: 100%;
    margin-top: 0
}

.topnav>ul>li:last-child {
    margin-right: 0
}

.topnav>ul>li.active a,
.topnav>ul>li.current-menu-item a {
    opacity: 1
}

.topnav>ul>li.active a:after,
.topnav>ul>li.current-menu-item a:after {
    opacity: 1;
    top: 100%;
    margin-top: 0
}

.topnav .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 4px 0 0;
    z-index: 11111111;
    display: none;
    width: 220px;
    text-align: left;
    margin: 0 -15px;
    transition: .6s;
    border: solid 2px #281b5a;
    border-top: 0;
    margin-top: 2px;
}

.topnav>ul>li:hover .sub-menu {
    display: block;
}

.topnav .sub-menu li {
    list-style: none;
    text-align: left;
    line-height: 140%;
    padding: 0;
    margin-left: 0px;
    background: #fff
}

.topnav .sub-menu li a {
    color: #29215b;
    font-family: Circular_Std_Book;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    padding: 10px 12px;
    position: relative;
    display: block;
    width: 100%;
}

.topnav .sub-menu li a:before {
    background: #ba609f;
    height: 100%;
    width: 4px;
    position: absolute;
    left: -4px;
    top: 0;
    content: "";
    display: block;
    opacity: 0;
    transition: .6s;
}

@media (max-width:1140px) and (min-width:1025px) {
    .topnav .sub-menu li a {
        font-size: 16px
    }
}

.topnav .sub-menu li a:hover {
    color: #ba609f;
    text-decoration: none;
}

.topnav .sub-menu li a:hover:before {
    opacity: 1
}

.page-template-template-agencies .topnav>ul>li>a:after,
.page-template-template-developers .topnav>ul>li>a:after,
.page-template-template-featured-news .topnav>ul>li>a:after,
.page-template-template-oems .topnav>ul>li>a:after {
    background: #271b5a
}

.page-template-template-agencies .topnav>ul>li>a,
.page-template-template-developers .topnav>ul>li>a,
.page-template-template-featured-news .topnav>ul>li>a,
.page-template-template-oems .topnav>ul>li>a {
    color: #271b5a
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .header .col-xs-9 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .topnav {
        display: none
    }
    .mobile-nav {
        right: -100%;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #271b5a;
        z-index: 999999;
        transition: .6s
    }
    .mobile-nav,
    .mobile-nav .close {
        display: inline-block;
        position: absolute
    }
    .mobile-nav .close {
        right: 6%;
        top: 48px;
        width: 30px;
        height: 30px;
        background: url(../images/close-icon.svg) 50% no-repeat
    }
    .mobile-nav ul {
        list-style: none;
        padding: 0;
        margin-top: 60px;
        text-align: center
    }
    .mobile-nav ul li {
        display: inline-block;
        width: 100%;
        margin: 20px 0
    }
    .mobile-nav ul li a {
        position: relative;
        display: inline-block;
        opacity: 0;
        font-size: 24px;
        color: #addde8;
        font-family: Circular-Book;
        margin-left: -140px;
        transition: 1.6s;
        transition-delay: .6s
    }
    .mobile-nav ul li.button a {
        color: #f27070;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 5px;
        line-height: 32px;
        text-transform: uppercase;
        min-width: 170px;
        border: 2px solid #f27070;
        text-align: center
    }
    .mobile-nav.open {
        right: 0;
        padding: 0 15px;
        position: fixed;
        z-index: 999999999999;
    }
    .mobile-nav.open ul li a {
        opacity: 1;
        margin-left: 0
    }
    .hamburger {
        display: inline-block
    }
    .header .col-xs-9 {
        position: absolute;
        right: 0;
        margin-bottom: 0
    }
}

@media only screen and (max-width:768px) and (min-width:1px) {
    .header .col-xs-9 {
        top: 10px
    }
}


/**
HIDDEN BY @ZAKKATES ON MAY 20TH 2020 
.error404 .header.dark,
.error404 .header.dark .row,
.page-template-template-about .header.dark,
.page-template-template-about .header.dark .row,
.page-template-template-contact .header.dark,
.page-template-template-contact .header.dark .row,
.page-template-template-sample-applications .header.dark,
.page-template-template-sample-applications .header.dark .row,
.page-template-template-technology .header.dark,
.page-template-template-technology .header.dark .row,
.page-template-template-thank-you .header.dark,
.page-template-template-thank-you .header.dark .row {
	border-color: #fff
}

.error404 .header.dark .logo a,
.page-template-template-about .header.dark .logo a,
.page-template-template-contact .header.dark .logo a,
.page-template-template-sample-applications .header.dark .logo a,
.page-template-template-technology .header.dark .logo a,
.page-template-template-thank-you .header.dark .logo a {
	background: url(../images/logo.png) 50% no-repeat
}

.error404 .header.dark .topnav > ul > li > a,
.page-template-template-about .header.dark .topnav > ul > li > a,
.page-template-template-contact .header.dark .topnav > ul > li > a,
.page-template-template-sample-applications .header.dark .topnav > ul > li > a,
.page-template-template-technology .header.dark .topnav > ul > li > a,
.page-template-template-thank-you .header.dark .topnav > ul > li > a {
	color: #fff
}

.error404 .header.dark .topnav > ul > li > a:after,
.page-template-template-about .header.dark .topnav > ul > li > a:after,
.page-template-template-contact .header.dark .topnav > ul > li > a:after,
.page-template-template-sample-applications .header.dark .topnav > ul > li > a:after,
.page-template-template-technology .header.dark .topnav > ul > li > a:after,
.page-template-template-thank-you .header.dark .topnav > ul > li > a:after {
	background: #fff
}

.error404 .header.dark .topnav > ul > li.button,
.page-template-template-about .header.dark .topnav > ul > li.button,
.page-template-template-contact .header.dark .topnav > ul > li.button,
.page-template-template-sample-applications .header.dark .topnav > ul > li.button,
.page-template-template-technology .header.dark .topnav > ul > li.button,
.page-template-template-thank-you .header.dark .topnav > ul > li.button {
	border-color: #fff
}

.error404 .header.dark .topnav > ul > li.button a:before,
.page-template-template-about .header.dark .topnav > ul > li.button a:before,
.page-template-template-contact .header.dark .topnav > ul > li.button a:before,
.page-template-template-sample-applications .header.dark .topnav > ul > li.button a:before,
.page-template-template-technology .header.dark .topnav > ul > li.button a:before,
.page-template-template-thank-you .header.dark .topnav > ul > li.button a:before {
	background-color: #fff
}

.error404 .header.dark .topnav > ul > li.button a:hover,
.page-template-template-about .header.dark .topnav > ul > li.button a:hover,
.page-template-template-contact .header.dark .topnav > ul > li.button a:hover,
.page-template-template-sample-applications .header.dark .topnav > ul > li.button a:hover,
.page-template-template-technology .header.dark .topnav > ul > li.button a:hover,
.page-template-template-thank-you .header.dark .topnav > ul > li.button a:hover {
	color: #ba609f !important
}

.error404 .header.dark .hamburger-inner,
.error404 .header.dark .hamburger-inner:after,
.error404 .header.dark .hamburger-inner:before,
.page-template-template-about .header.dark .hamburger-inner,
.page-template-template-about .header.dark .hamburger-inner:after,
.page-template-template-about .header.dark .hamburger-inner:before,
.page-template-template-contact .header.dark .hamburger-inner,
.page-template-template-contact .header.dark .hamburger-inner:after,
.page-template-template-contact .header.dark .hamburger-inner:before,
.page-template-template-sample-applications .header.dark .hamburger-inner,
.page-template-template-sample-applications .header.dark .hamburger-inner:after,
.page-template-template-sample-applications .header.dark .hamburger-inner:before,
.page-template-template-technology .header.dark .hamburger-inner,
.page-template-template-technology .header.dark .hamburger-inner:after,
.page-template-template-technology .header.dark .hamburger-inner:before,
.page-template-template-thank-you .header.dark .hamburger-inner,
.page-template-template-thank-you .header.dark .hamburger-inner:after,
.page-template-template-thank-you .header.dark .hamburger-inner:before {
	background-color: #fff
}

@media only screen and (max-width:980px) and (min-width:1px) {

	.error404 .header.dark,
	.page-template-template-about .header.dark,
	.page-template-template-contact .header.dark,
	.page-template-template-sample-applications .header.dark,
	.page-template-template-technology .header.dark,
	.page-template-template-thank-you .header.dark {
		width: 88%
	}
}
*/

.footer-wrap {
    display: block;
    width: 100%;
    position: relative;
    z-index: 999;
    background: url(../images/footernew.png) no-repeat top;
    background-size: 100% 120px;
    padding-top: 120px;
    margin-top: -2px;
    margin-top: 75px;
}

.footer {
    position: relative;
    width: 101%;
    background: #271b5a;
    left: -2px
}

.footer:before {
    display: none;
    position: absolute;
    z-index: 999;
    top: -150px;
    height: 150px;
    width: 100%
}

.footer .wrapper {
    padding: 100px 0 0;
    position: relative;
    z-index: 9999
}

.footer .contact-bar {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 1140px;
    left: 50%;
    border-top: 1px solid #addde8;
    border-bottom: 1px solid #addde8;
    padding: 30px 0;
    text-align: center;
    transform: translateX(-50%)
}

.footer .contact-bar p {
    color: #addde8;
    font-family: Apercu_Light;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0
}

.footer .contact-bar p a {
    color: #addde8
}

.footer .contact-bar p span {
    margin: 0 20px
}

.footer .contact-bar p.linkedin a {
    display: block;
    margin: 0 15px;
    width: 24px;
    height: 28px;
    background: url(../images/lin.png) no-repeat 50%
}

.footer .contact-bar p.twitter a {
    display: block;
    margin: 0 15px;
    width: 24px;
    height: 28px;
    background: url(../images/twi.png) no-repeat 50%
}

.footer .bottomnav {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 1140px;
    padding: 80px 0 120px;
    left: 50%;
    transform: translateX(-50%)
}

.footer .bottomnav ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    text-align: left;
    column-count: 3;
    column-gap: 0;
    width: 100%
}

.footer .bottomnav ul li {
    padding: 5px 0 5px 30px
}

.footer .bottomnav ul li a {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #addde8;
    font-family: Circular-Book;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 24px;
    text-align: center;
    padding-bottom: 2px
}

.footer .bottomnav ul li a:after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0;
    background: #ba609f;
    transition: .3s
}

.footer .bottomnav ul li a:hover:after {
    opacity: 1
}

@media only screen and (max-width:640px) and (min-width:1px) {
    .shell .footer .bottomnav ul li {
        margin: 0;
        padding: 10px 0
    }
}

@media (max-width:990px) {
    .footer-wrap {
        padding-top: 90px;
        background-size: auto 90px
    }
}

@media (max-width:768px) {
    .footer-wrap {
        padding-top: 70px;
        background-size: auto 70px
    }
}

@media (max-width:640px) {
    .footer-wrap {
        padding-top: 50px;
        background-size: auto 50px
    }
}

.home .topnav>ul>li.button a {
    color: #ba609f
}

.home .topnav>ul>li>a {
    color: #29215b
}

.home .header .logo a {
    background: url(../images/logo-color.png) 50% no-repeat
}

#hero {
    overflow: hidden;
    padding: 170px 0 0;
    position: relative;
    transition: background 1.5s ease-out;
    transition-delay: .3s;
    -webkit-tap-highlight-color: transparent
}

body.is-loaded #hero {
    background: #fff
}

#hero .hero-hover {
    background: -moz-radial-gradient(center, ellipse cover, hsla(0, 0%, 100%, .65) 0, #b8629e 50%);
    opacity: 0;
    position: absolute;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    z-index: 1;
    transition: opacity 1.5s ease-out;
    transition-delay: .3s
}

#hero .hero-hover:after {
    content: "";
    border: 10px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0)
}

#hero .hero-hover.active:after {
    -webkit-animation: fadeOut .8s linear infinite;
    -moz-animation: fadeOut .8s linear infinite
}

body.is-loaded #hero .hero-hover {
    opacity: 1
}

#hero .hero-background {
    background: transparent url(../images/hero.svg) no-repeat 50%;
    background-size: 200% !important;
    opacity: 0;
    position: absolute;
    top: -300%;
    left: -200%;
    width: 0;
    height: 500%;
    padding-left: 500%;
    transition: opacity .3s ease-out;
    z-index: 10;
    -webkit-animation: rotating 300s linear infinite;
    -moz-animation: rotating 300s linear infinite
}

body.is-loaded #hero .hero-background {
    opacity: 1
}

.home .main {
    z-index: 999999999;
    margin-top: -255px;
    overflow: hidden
}

#hero .hero-text-container {
    width: 100%;
    max-width: 990px;
    z-index: 100;
    top: 0;
    transform: none;
    margin: auto;
    position: relative;
    padding: 0 6%
}

#hero .hero-text h1,
#hero .hero-text p {
    opacity: 0;
    transition: all .5s ease-out;
    transition-delay: .75s;
    -webkit-transform: translateX(-20px)
}

#hero .hero-text h1 {
    color: #36284f;
    font-family: Circular_Std;
    font-size: 78px;
    line-height: 79px;
    text-align: center
}

#hero .hero-text h1 span {
    position: relative
}

#hero .hero-text h1 span:after {
    display: block;
    position: absolute;
    content: "";
    left: 5px;
    width: 0;
    height: 6px;
    background: #f27070;
    transition: .6s
}

#hero .hero-text p {
    font-family: Apercu_Light;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    color: #36284f;
    max-width: 490px;
    text-align: center;
    margin: 30px auto 0
}

body.is-loaded #hero .hero-text h1,
body.is-loaded #hero .hero-text p {
    opacity: 1;
    -webkit-transform: translateX(0)
}

body.is-loaded #hero .hero-text h1 span:after {
    width: 206px;
    transition-delay: 1s
}

body.is-loaded #hero .hero-text p {
    transition-delay: 1.25s
}

#hero .play-button-container {
    float: right;
    margin-right: 10%;
    margin-top: 100px;
    opacity: 0;
    position: relative;
    transition: all 1s ease-out;
    transition-delay: 1.75s;
    z-index: 100
}

body.is-loaded #hero .play-button-container {
    opacity: 1
}

#hero .play-button {
    opacity: .75;
    color: #fff;
    transition: all .3s ease-out
}

#hero .play-button span {
    position: absolute;
    left: 0;
    opacity: 0;
    font-family: Circular-Book;
    text-align: center;
    transition: all .3s ease-out;
    top: 100%;
    width: 100%
}

body.not-touch #hero .play-button:hover {
    color: #fff;
    opacity: 1
}

body.not-touch #hero .play-button:hover span {
    opacity: 1;
    margin-top: 5px
}

.top-button-area {
    text-align: center;
    margin: 30px 0
}

.top-button-area a {
    display: inline-block;
    padding: 8px 17px;
    color: #292159;
    font-family: Circular_Std_Book;
    font-weight: 700;
    font-size: 14px;
    border: 2px solid #addde8;
    letter-spacing: 5px;
    line-height: 32px;
    text-transform: uppercase;
    margin-right: 15px;
    position: relative
}

.top-button-area a:first-child {
    background-color: #addde8;
    margin-left: 0
}

.top-button-area a:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transform: scale(0);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.top-button-area a strong {
    z-index: 9;
    position: relative
}

.top-button-area a:hover:before {
    transform: scale(1)
}

.top-button-area a.second-button:before {
    background: #addde8
}

.circle-overlay {
    border-radius: 50%;
    position: fixed;
    opacity: 0;
    margin-top: -35px;
    top: 0;
    left: 0;
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    z-index: 9999999999;
    background-color: #f07172;
    transition: transform .5s ease-out, opacity .45s ease-out;
    -webkit-transform: scale(0) translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 0 0;
    -moz-transform: scale(0) translate3d(-50%, -50%, 0);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0) translate3d(-50%, -50%, 0);
    -o-transform-origin: 0 0;
    -ms-transform: scale(0) translate3d(-50%, -50%, 0);
    -ms-transform-origin: 0 0;
    transform: scale(0) translate3d(-50%, -50%, 0);
    transform-origin: 0 0
}

.circle-overlay.is-active {
    opacity: 1;
    transition: transform 1s ease-out, opacity .45s ease-out;
    -webkit-transform: scale(6) translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 0 0;
    -moz-transform: scale(6) translate3d(-50%, -50%, 0);
    -moz-transform-origin: 0 0;
    -o-transform: scale(6) translate3d(-50%, -50%, 0);
    -o-transform-origin: 0 0;
    -ms-transform: scale(6) translate3d(-50%, -50%, 0);
    -ms-transform-origin: 0 0;
    transform: scale(6) translate3d(-50%, -50%, 0);
    transform-origin: 0 0
}

.video-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999999
}

.video-container .video-close {
    position: absolute;
    font-size: 48px;
    line-height: .5;
    top: 24px;
    right: 24px;
    z-index: 1000
}

.video-container .pattern {
    opacity: 0;
    position: absolute;
    top: -170%;
    left: -120%;
    width: 400%;
    height: 400%;
    z-index: 10
}

body.touch .video-container .video-close {
    color: #fff !important
}

.video-container.is-active .pattern {
    opacity: .5;
    transition: opacity 1.5s ease-out
}

.video .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 10px;
    height: 0;
    max-height: 80%
}

.video .video-wrapper iframe {
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px
}

.video-container .video {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    z-index: 100;
    transition: all .2s ease-out;
    transform: translate3d(-50%, -45%, 0);
    -webkit-backface-visibility: hidden
}

.video-container.is-active .video {
    margin-top: 0;
    opacity: 1;
    transition: all .5s ease-out;
    transform: translate3d(-50%, -50%, 0)
}

.table-wrap {
    width: 100%;
    display: table
}

.announcements {
    position: relative;
    width: 100%;
    background: url(../images/a1.png) no-repeat 50%;
    background-size: 100% 100%;
    padding: 25px 0;
    min-height: 335px
}

.announcements .bg-s-1 {
    position: relative;
    padding: 20px 0
}

.announcements .bg-s-1:before {
    position: absolute;
    background: url(../images/a2.png) no-repeat 50%;
    background-size: 100% 100%;
    content: "";
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .16
}

.announcements .bg-s-2 {
    background: url(../images/b-3.png) no-repeat 50%;
    background-size: 100% 100%;
    padding: 70px 0;
    position: relative;
    z-index: 99999
}

.announcements .wrap {
    position: relative;
    z-index: 9999
}

.announcements .cnt {
    padding: 0 6%
}

.announcements .title {
    display: inline-block;
    width: 100%;
    color: #271b5a;
    font-family: Circular-Book;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 5px
}

.announcements .photo {
    display: table-cell;
    width: 100px;
    vertical-align: middle
}

.announcements .photo span {
    display: block;
    width: 100px;
    height: 100px;
    background: url(../images/announcement-photo.png) 50% no-repeat;
    background-size: 100% !important;
    background-repeat: no-repeat;
    background-position: 50%
}

.announcements .copy {
    vertical-align: middle;
    display: table-cell;
    padding-left: 30px;
    font-family: apercuregular;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    color: #271b5a;
    margin-top: 35px
}

.announcements .copy p {
    color: #292159;
    font-family: Apercu_Light;
    font-size: 18px;
    line-height: 1.8;
    max-width: 680px
}

.announcements .copy a {
    font-family: apercuregular;
    font-weight: 700;
    position: relative;
    color: #ba609f
}

.announcements .copy a:after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #ba609f;
    transition: .3s
}

.announcements .copy a:hover:after {
    width: 100%
}

.announcements.invert {
    background: url(../images/bg-4-1.png) no-repeat 50%;
    padding: 10px 0;
    background-size: 100% 100%;
    margin-top: -100px;
    z-index: 999
}

.announcements.invert .row {
    max-width: 1000px
}

.announcements.invert .bg-s-1 {
    padding: 36px 0
}

.announcements.invert .bg-s-1:before {
    background: url(../images/bg-4-2.png) no-repeat 50%;
    background-size: 100% 100%;
    opacity: .6
}

.announcements.invert .bg-s-2 {
    background: url(../images/bg-4-3.png) no-repeat 50%;
    background-size: 100% 100%;
    padding: 70px 0 90px
}

.image-b-sect {
    background: #292159
}

.image-b-sect .row {
    max-width: 1180px
}

.image-b-sect .container-fluid {
    position: relative;
    z-index: 9999
}

.image-b-sect .bg-bl {
    background-size: cover;
    background-position: 50%;
    position: relative;
    padding: 300px 0 200px
}

.image-b-sect .bg-bl:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/wh-bg-bottom.png) no-repeat top;
    background-size: 100%
}

.image-b-sect .bg-bl p {
    color: #fff;
    font-family: Apercu_Light;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    max-width: 400px
}

.image-b-sect .bg-bl h2 {
    color: #fff;
    font-family: Circular_Std;
    font-size: 72px;
    line-height: 80px;
    position: relative;
    padding-bottom: 40px;
    font-weight: 400;
    margin-bottom: 40px
}

.image-b-sect .bg-bl h2:after {
    display: block;
    position: absolute;
    content: "";
    left: 5px;
    bottom: 0;
    width: 100px;
    height: 6px;
    background: #ba609f;
    transition: .6s
}

.image-b-sect .bg-bl a.butt {
    display: inline-block;
    max-width: 270px;
    margin-top: 40px;
    color: #ba609f;
    font-family: Circular_Std;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 130%;
    text-transform: uppercase;
    padding: 12px 20px;
    border: 3px solid #ba609f
}

.white-new-sect {
    padding: 100px 0
}

.white-new-sect p {
    color: #292159;
    font-family: Apercu_Light;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    max-width: 400px
}

.white-new-sect h2 {
    color: #292159;
    font-family: Circular_Std;
    font-size: 72px;
    line-height: 80px;
    position: relative;
    padding-bottom: 40px;
    font-weight: 400;
    margin-bottom: 40px
}

.white-new-sect h2:after {
    display: block;
    position: absolute;
    content: "";
    left: 5px;
    bottom: 0;
    width: 100px;
    height: 6px;
    background: #ba609f;
    transition: .6s
}

.white-new-sect a.butt {
    display: inline-block;
    display: table-cell;
    margin-top: 40px;
    color: #ba609f;
    font-family: Circular_Std;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 6.43px;
    line-height: 32px;
    text-transform: uppercase;
    padding: 12px 20px;
    border: 3px solid #ba609f;
}

.white-new-sect .text-right {
    text-align: right;
    padding-left: 5%
}

.home-about {
    position: relative;
    width: 101%;
    background: #addde8;
    left: -2px;
    top: -140px;
    min-height: 850px;
    margin-bottom: -250px
}

.home-about .video-section {
    overflow: hidden;
    z-index: 1
}

.home-about .video-section video {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover !important;
    object-fit: cover !important
}

.home-about .video-section .video-section-overlay {
    background: #292258;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    width: 100%;
    height: 100%
}

.home-about .video-section .video-section-pattern {
    background: #292258;
    position: absolute;
    display: none;
    top: -180%;
    left: -140%;
    opacity: .1;
    width: 500%;
    height: 500%
}

.home-about body.touch .video-section .video-section-overlay,
.home-about body.touch .video-section .video-section-pattern,
.home-about body.touch .video-section:after {
    display: none !important
}

.home-about .swiper-container {
    width: 100%;
    max-width: 1200px;
    padding: 0 40px
}

.home-about .swiper-container .swiper-button-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
    display: block;
    width: 20px;
    height: 44px;
    background: url(../images/left-h.png) no-repeat 50%;
    z-index: 99999;
    cursor: pointer
}

.home-about .swiper-container .swiper-button-prev.swiper-button-disabled {
    opacity: .4
}

.home-about .swiper-container .swiper-button-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
    display: block;
    width: 20px;
    height: 44px;
    background: url(../images/right-h.png) no-repeat 50%;
    z-index: 99999;
    cursor: pointer
}

.home-about .swiper-container .swiper-button-next.swiper-button-disabled {
    opacity: .4
}

.home-about .cnt {
    padding: 250px 6% 200px;
    position: relative;
    z-index: 99
}

.home-about .cnt .quote p {
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 60px;
    padding: 0 12%
}

.home-about .cnt .name,
.home-about .cnt .quote p {
    color: #fff;
    font-family: Circular-Book;
    font-weight: 300
}

.home-about .cnt .name {
    font-size: 14px;
    letter-spacing: 5px;
    line-height: 32px;
    text-transform: uppercase
}

.home-about .cnt .logo {
    display: inline-block;
    width: 100%;
    height: 60px;
    margin-bottom: 40px;
    background: url(../images/crains.png) 50% no-repeat
}

.home-news {
    position: relative;
    width: 100%;
    background: #fff;
    left: 0;
    top: 120px;
    height: auto;
    z-index: 99;
    margin-bottom: -140px;
    padding-bottom: 240px
}

.home-news:before {
    display: block;
    position: absolute;
    content: "";
    z-index: 999;
    width: 100%;
    height: 100px;
    top: -100px;
    background: url(../images/2-layers.png) no-repeat 50%;
    background-size: 100% 100%
}

.home-news .wrap {
    position: relative;
    z-index: 9999
}

.home-news h2 {
    position: relative;
    font-family: Circular_Std;
    color: #292159;
    font-size: 36px;
    font-weight: 300;
    line-height: 79px;
    padding: 0 0 20px;
    margin: 0 0 60px;
    border-bottom: 2px solid #271b5a
}

.home-news h2.awards {
    margin-top: 50px
}

.home-news h2.awards:after {
    background: #f27070
}

.home-news h2:after {
    display: block;
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    width: 100px;
    height: 6px;
    background: #ba609f
}

.home-news .award-slider {
    max-width: 1260px;
    padding: 0 60px;
    position: relative;
    margin: auto
}

.home-news .award-slider .swiper-button-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
    display: block;
    width: 20px;
    height: 44px;
    background: url(../images/aw-left.png) no-repeat 50%;
    z-index: 99999;
    cursor: pointer
}

.home-news .award-slider .swiper-button-prev.swiper-button-disabled {
    opacity: .4
}

.home-news .award-slider .swiper-button-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
    display: block;
    width: 20px;
    height: 44px;
    background: url(../images/aw-right.png) no-repeat 50%;
    z-index: 99999;
    cursor: pointer
}

.home-news .award-slider .swiper-button-next.swiper-button-disabled {
    opacity: .4
}

.home-news .award-slider p.year {
    color: #ba609f;
    font-family: Circular_Std;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 6.43px;
    line-height: 32px;
    margin: 0 0 25px;
    display: block
}

.home-news .award-slider p.year span {
    position: relative;
    padding-bottom: 12px
}

.home-news .award-slider p.year span:after {
    content: "";
    display: block;
    height: 3px;
    background: #292159;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.home-news .award-slider a.link {
    color: #ba609f;
    font-family: Apercu_Light;
    font-size: 18px;
    line-height: 28px;
    display: block;
    max-width: 200px
}

.home-news p {
    display: inline-block;
    font-family: apercuregular;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    color: #271b5a
}

.home-news p a {
    color: #ba609f
}

.home-news .col-xs-4 {
    text-align: left;
    padding-bottom: 60px
}

.home-news .logo {
    margin-bottom: 30px
}

.home-news .logo,
.home-news .logo a {
    display: inline-block;
    width: 100%;
    height: 100px
}

.home-news a.link {
    position: relative;
    color: #ba609f;
    font-family: apercuregular;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px
}

.home-news a.link:hover {
    text-decoration: underline
}

.home-news .btn:after {
    display: none
}

.home-news h3 {
    margin: 120px 0 40px;
    padding: 0 0 10px;
    color: #271b5a;
    font-family: Circular-Book;
    font-size: 30px;
    font-weight: 300;
    line-height: 79px;
    border-bottom: 2px solid #271b5a
}

.home-news .news-lines {
    display: block;
    position: absolute;
    z-index: 1;
    width: 240px;
    height: 1335px;
    background: url(../images/news-lines.png) 0 0 no-repeat;
    right: 0;
    top: inherit
}

#hero .tablet-image {
    position: relative;
    max-width: 770px;
    margin: auto;
    overflow: hidden
}

#hero .tablet-image video {
    position: absolute;
    top: 1%;
    left: 1%;
    width: 110%;
    background: #1d2129;
    height: 98%;
    padding: 0;
    z-index: -1
}

#hero .tablet-image img {
    display: block;
    margin: auto
}

@media (max-width:990px) {
    #hero .tablet-image video {
        padding: 0
    }
}

.hover-image-bl {
    position: relative
}

.hover-image-bl img.hover {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    transition: .6s
}

.hover-image-bl img:hover {
    opacity: 1
}

.home .footer-lines {
    display: none
}

.home .main {
    padding-bottom: 150px
}

.error404 #banner,
.page-template-template-thank-you #banner {
    display: inline-block;
    width: 100%;
    min-height: 900px;
    padding-bottom: 240px;
    z-index: 9
}

.error404 #banner .cnt,
.page-template-template-thank-you #banner .cnt {
    display: block;
    position: relative;
    z-index: 999;
    padding: 0 6%;
    max-width: 1140px;
    margin: 0 auto
}

.error404 #banner .cnt h1,
.page-template-template-thank-you #banner .cnt h1 {
    color: #addde8;
    position: relative;
    font-family: Circular-Book;
    font-size: 78px;
    font-weight: 300;
    line-height: 79px;
    margin-top: 200px;
    margin-bottom: 140px;
    opacity: 0;
    transition: all .5s ease-out;
    transition-delay: .75s;
    -webkit-transform: translateX(-20px)
}

.error404 #banner .cnt h1:after,
.page-template-template-thank-you #banner .cnt h1:after {
    background: #f27070;
    display: inline-block;
    position: absolute;
    content: "";
    bottom: -70px;
    left: 0;
    width: 0;
    height: 6px;
    transition: .6s
}

.error404 #banner .cnt p,
.page-template-template-thank-you #banner .cnt p {
    font-family: apercuregular;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    color: #fff;
    width: 60%;
    opacity: 0;
    transition: all .5s ease-out;
    transition-delay: .75s;
    -webkit-transform: translateX(-20px)
}

.error404 #banner .cnt p a,
.page-template-template-thank-you #banner .cnt p a {
    position: relative;
    color: #f27070
}

.error404 #banner .cnt p a:after,
.page-template-template-thank-you #banner .cnt p a:after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #f27070;
    transition: .3s
}

.error404 #banner .cnt p a:hover:after,
.page-template-template-thank-you #banner .cnt p a:hover:after {
    width: 100%
}

.error404 #banner,
.page-template-template-thank-you #banner {
    margin-bottom: -200px;
    background: #ba609f;
    overflow: hidden;
    position: relative;
    transition: background 1.5s ease-out;
    transition-delay: .3s;
    -webkit-tap-highlight-color: transparent
}

.page-template-template-thank-you #banner {
    margin-bottom: -300px
}

body.error404.is-loaded #banner,
body.page-template-template-thank-you.is-loaded #banner {
    background: #ba609f
}

.error404 #banner .hero-hover,
.page-template-template-thank-you #banner .hero-hover {
    background: -moz-radial-gradient(center, ellipse cover, hsla(0, 0%, 100%, .65) 0, #ba609f 50%);
    opacity: 0;
    position: absolute;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    z-index: 1;
    transition: opacity 1.5s ease-out;
    transition-delay: .3s
}

.error404 #banner .hero-hover:after,
.page-template-template-thank-you #banner .hero-hover:after {
    content: "";
    border: 10px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0)
}

.error404 #banner .hero-hover.active:after,
.page-template-template-thank-you #banner .hero-hover.active:after {
    -webkit-animation: fadeOut .8s linear infinite;
    -moz-animation: fadeOut .8s linear infinite
}

body.error404.is-loaded #banner .hero-hover,
body.page-template-template-thank-you.is-loaded #banner .hero-hover {
    opacity: 1
}

.error404 #banner .hero-background,
.page-template-template-thank-you #banner .hero-background {
    background: transparent url(../images/hero.svg) no-repeat 50%;
    background-size: 200% !important;
    opacity: 0;
    position: absolute;
    top: -300%;
    left: -200%;
    width: 0;
    height: 500%;
    padding-left: 500%;
    transition: opacity .3s ease-out;
    z-index: 10;
    -webkit-animation: rotating 300s linear infinite;
    -moz-animation: rotating 300s linear infinite
}

body.error404.is-loaded #banner .hero-background,
body.page-template-template-thank-you.is-loaded #banner .hero-background {
    opacity: 1
}

.error404 #banner .hero-text-container,
.page-template-template-thank-you #banner .hero-text-container {
    width: 100%;
    max-width: 1140px;
    z-index: 100;
    left: 50%;
    padding: 0 6%;
    transform: translateY(-50%) translateX(-50%)
}

.error404 #banner .btn,
.page-template-template-thank-you #banner .btn {
    margin-top: 20px;
    transition-delay: 0s !important
}

.page-template-template-thank-you .footer {
    margin-top: 0
}

.image-b-sect .bg-bl a.butt,
.white-new-sect a.butt {
    position: relative
}

.image-b-sect .bg-bl a.butt:hover,
.white-new-sect a.butt:hover {
    color: #fff
}

.image-b-sect .bg-bl a.butt:before,
.white-new-sect a.butt:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ba609f;
    transform: scale(0);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.image-b-sect .bg-bl a.butt:hover:before,
.white-new-sect a.butt:hover:before {
    transform: scale(1)
}

@media only screen and (max-width:1200px) and (min-width:1px) {
    .home-about .cnt .quote {
        font-size: 24px;
        line-height: 32px
    }
    .home-news .wrap {
        padding: 0 6%
    }
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .announcements .copy {
        width: 70%;
        margin-top: 15px
    }
    .different-content .cnt p a:after,
    .home-news a.link:after,
    .page-template-template-technology #banner .cnt p a:after {
        display: none
    }
}

@media only screen and (max-width:768px) and (min-width:1px) {
    #hero .play-button-container {
        margin-top: 10px;
        margin-right: 0;
        margin-left: 0;
        float: none;
        width: 100px
    }
    #hero .hero-text {
        width: 100%
    }
    .announcements .copy {
        width: 100%;
        margin-top: 15px;
        padding-left: 0
    }
    .announcements .photo {
        display: none
    }
    .home-news .col-xs-4 {
        padding-bottom: 30px
    }
    #hero .hero-text h1 {
        font-size: 42px;
        line-height: 52px
    }
    #hero .hero-text h1:after {
        bottom: -40px
    }
    #hero .hero-text {
        padding: 0 6%
    }
    #hero .hero-text p {
        margin-top: 60px
    }
    #hero .play-button-container {
        margin-left: 10px
    }
    #hero .hero-background {
        top: -200%
    }
}

@media only screen and (max-width:580px) and (min-width:1px) {
    .home-about .cnt {
        padding: 150px 6% 350px;
        width: 100%
    }
    .error404 #banner,
    body.error404.is-loaded #banner {
        background: #271b5a
    }
    .error404 #banner .hero-hover,
    body.error404.is-loaded #banner .hero-hover {
        display: none
    }
    .error404 #banner {
        min-height: 0
    }
}

@media only screen and (max-width:540px) and (min-width:1px) {
    #hero .hero-text h1 {
        font-size: 42px;
        line-height: 52px
    }
    #hero .hero-text h1:after {
        bottom: -40px
    }
    #hero .hero-text {
        padding: 0 6%
    }
    #hero .hero-text p {
        margin-top: 60px
    }
    #hero .play-button-container {
        margin-left: 10px
    }
    #hero .hero-background {
        top: -200%
    }
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .home-about .cnt .quote {
        font-size: 18px;
        line-height: 26px;
        padding: 0;
        width: 100%
    }
    .btn {
        padding: 20px
    }
}

@media (max-width:40em) {
    .video-container .video-close {
        margin-right: -14px;
        top: 20%;
        right: 50%
    }
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .topnav>ul>li {
        margin: 0 2px
    }
    .topnav>ul>li.button {
        margin-left: 2px
    }
}

@media only screen and (max-width:980px) and (min-width:1px) {
    #hero {
        padding: 176px 0 0
    }
    #hero .hero-text h1 {
        font-size: 60px;
        font-weight: 500
    }
    #hero .hero-text h1 span {
        padding-bottom: 12px
    }
    body.is-loaded #hero .hero-text h1 span:after {
        width: 109px
    }
    #hero .hero-text h1 span:after {
        bottom: 0;
        height: 4px
    }
    .header .row {
        position: relative
    }
    .header .row .col-xs-10 {
        position: static
    }
    .hamburger {
        position: absolute;
        right: -5px;
        top: 30px
    }
    #hero .hero-text p {
        font-size: 16px;
        margin-top: 49px;
        line-height: 150%
    }
    .top-button-area {
        margin: 41px auto 64px
    }
    .top-button-area a {
        padding: 5px;
        min-width: 200px;
        font-weight: 700
    }
    .home .main {
        margin-top: 37px
    }
    .announcements .photo {
        display: table-cell
    }
    .announcements .title {
        font-weight: 700;
        margin-bottom: 20px
    }
    .announcements .copy {
        width: 80%
    }
    .announcements .copy p {
        font-size: 16px;
        line-height: 150%
    }
    .announcements .copy p a {
        margin-top: 12px;
        display: block
    }
    .announcements .bg-s-2 {
        padding: 59px 0
    }
    .white-new-sect {
        padding: 57px 28px 35px
    }
    .white-new-sect h2 {
        font-size: 45px;
        font-weight: 300;
        line-height: 125%;
        max-width: 460px;
        padding-bottom: 29px;
        margin-bottom: 37px
    }
    .white-new-sect h2:after {
        height: 4px;
        width: 97px
    }
    .white-new-sect p {
        font-size: 16px;
        max-width: 440px;
        line-height: 155%
    }
    .white-new-sect a.butt {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 5px;
        line-height: 130%;
        margin-bottom: 53px;
    }
    .white-new-sect .text-right {
        text-align: left;
        padding-left: 14%
    }
    .white-new-sect .text-right img {
        margin: auto;
        max-width: 370px
    }
    .image-b-sect .bg-bl:after {
        background-size: 101%
    }
    .image-b-sect .bg-bl {
        padding: 196px 0 200px
    }
    .image-b-sect .bg-bl h2 {
        font-size: 45px;
        line-height: 125%;
        font-weight: 300;
        padding-bottom: 29px;
        margin-bottom: 36px
    }
    .image-b-sect .bg-bl h2:after {
        height: 4px;
        width: 97px
    }
    .image-b-sect .bg-bl .col-md-6 {
        -ms-flex-preferred-size: 53%;
        flex-basis: 53%;
        max-width: 53%
    }
    .image-b-sect .bg-bl .col-md-6:first-child {
        -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
        max-width: 47%
    }
    .image-b-sect .bg-bl p {
        font-size: 16px;
        line-height: 160%
    }
    .home-about {
        min-height: 300px
    }
    .home-about .cnt {
        padding: 167px 6% 94px
    }
    .home-about .cnt .quote p {
        font-size: 24px;
        line-height: 135%;
        font-weight: 300;
        padding: 0;
        max-width: 570px;
        margin: 0 auto 37px
    }
    .home-about .cnt .name {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px
    }
    .home-about .swiper-container {
        padding: 0
    }
    .home-about .swiper-container .pink-btn {
        display: none
    }
    .home-news {
        padding-bottom: 124px
    }
    .home-news .wrap {
        padding: 0 32px
    }
    .home-news h2 {
        line-height: 150%;
        padding: 0 0 5px;
        margin: 0 0 18px
    }
    .home-news .col-xs-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
        padding-bottom: 43px
    }
    .home-news .logo {
        background-size: contain !important
    }
    .home-news .logo,
    .home-news .logo a {
        height: 70px;
        margin: 0
    }
    .home-news .row+.row {
        margin-top: 0
    }
    .home-news .btn {
        padding: 0
    }
    .home-news h2.awards {
        margin-top: 31px
    }
    .home-news .award-slider a.link {
        font-size: 18px
    }
    .home-news .award-slider .logo {
        height: 92px;
        max-width: 120px;
        width: 100%;
        background-size: 80% !important;
        background-position: 0 !important
    }
    .home-about .swiper-container .swiper-button-next,
    .home-about .swiper-container .swiper-button-prev,
    .home-news .award-slider .swiper-button-next,
    .home-news .award-slider .swiper-button-prev {
        background-size: contain !important
    }
    .footer .row {
        transform: translateX(-50%)
    }
    .footer .wrapper {
        padding: 78px 50px 80px
    }
    .footer .contact-bar {
        padding: 17px 0 12px;
        width: 100%;
        max-width: none
    }
    .footer .contact-bar .col-md-3 {
        padding: 0;
        float: left;
        width: 160px;
        display: block
    }
    .footer .contact-bar .row {
        text-align: left;
        display: inline-block;
        width: 100%;
        margin: 0
    }
    .footer .contact-bar .col-md-9 {
        margin-left: 171px;
        width: auto;
        display: block;
        text-align: right;
        margin-right: -15px;
        padding: 0
    }
    .footer .contact-bar .row p {
        width: 40px;
        overflow: hidden;
        height: 28px;
        font-size: 16px;
        padding: 10px 0
    }
    .footer .contact-bar .row p.address,
    .footer .contact-bar .row p.linkedin,
    .footer .contact-bar .row p.twitter {
        display: inline-block;
        height: auto;
        width: auto
    }
    .footer .bottomnav ul li a {
        text-align: left
    }
    .footer .bottomnav ul {
        margin-left: -30px
    }
    .footer .bottomnav {
        padding: 43px 0 0
    }
}

@media only screen and (min-width:768px) {
    .mobile-only {
        display: none !important
    }
}

@media only screen and (max-width:767px) {
    .no-mobile {
        display: none !important
    }
    .footer .contact-bar.footer-box {
        border: none;
        text-align: left;
        padding: 17px 15px 12px
    }
    .footer .contact-bar .address {
        padding-left: 16px;
        text-align: left
    }
    .footer .contact-bar .linkedin,
    .footer .contact-bar .twitter {
        display: inline-block
    }
    .footer .bottomnav {
        padding-left: 30px;
        padding-right: 30px
    }
    .footer .contact-bar {
        padding-left: 25px
    }
}

@media only screen and (max-width:640px) and (min-width:1px) {
    .hover-image-bl img.hover {
        left: 50%;
        transform: translateX(-50%)
    }
    #hero .hero-text h1 {
        font-size: 36px;
        line-height: 125%;
        text-align: left
    }
    #hero .hero-text h1 span:after {
        bottom: auto;
        top: 38px;
        left: 1px
    }
    body.is-loaded #hero .hero-text h1 span:after {
        width: 62px
    }
    #hero .hero-text {
        padding: 0
    }
    #hero {
        padding: 90px 0 0
    }
    #hero .hero-text p {
        font-size: 14px;
        text-align: left
    }
    .top-button-area {
        margin: 12px auto 16px;
        text-align: left
    }
    .top-button-area a {
        text-align: center;
        margin-top: 7px;
        margin-bottom: 7px
    }
    .announcements .title {
        margin-bottom: 15px
    }
    .announcements .cnt {
        padding: 0
    }
    .announcements .cnt .table-wrap {
        display: inline-block
    }
    .announcements .cnt .photo {
        display: block
    }
    .announcements .photo span {
        height: 68px;
        width: 68px
    }
    .announcements .copy p {
        font-size: 14px;
        line-height: 185%
    }
    .announcements,
    .announcements .bg-s-1:before,
    .announcements .bg-s-2,
    .announcements.invert,
    .announcements.invert .bg-s-1:before,
    .announcements.invert .bg-s-2,
    .home-news:before {
        background-size: auto 100%
    }
    .home .main {
        margin-top: 0
    }
    .announcements .bg-s-2 {
        padding: 57px 0
    }
    .white-new-sect .text-right img {
        width: 100%
    }
    .white-new-sect {
        padding: 11px 0 35px
    }
    .white-new-sect h2 {
        font-size: 36px;
        padding-bottom: 23px;
        margin-bottom: 26px
    }
    .white-new-sect p {
        font-size: 14px
    }
    .white-new-sect a.butt {
        margin-top: 29px;
        margin-bottom: 0;
    }
    .white-new-sect .row {
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
    .white-new-sect .row .col-md-6.text-right {
        -ms-flex-order: -1;
        order: -1;
        text-align: center
    }
    .white-new-sect .text-right {
        padding-left: .5rem
    }
    .white-new-sect .text-right img {
        margin-left: auto;
        margin-bottom: 5px;
        margin-right: auto;
        max-width: 60%
    }
    .image-b-sect .bg-bl .col-md-6 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .image-b-sect .bg-bl h2 {
        font-size: 36px;
        padding-bottom: 22px;
        margin-bottom: 29px
    }
    .image-b-sect .bg-bl {
        padding: 73px 0 120px
    }
    .announcements.invert .bg-s-2 {
        padding: 58px 0 90px
    }
    .announcements.invert .bg-s-1 {
        padding: 2px 0
    }
    .home-about .cnt {
        padding-bottom: 25px
    }
    .home-about .cnt .quote p {
        font-size: 18px;
        max-width: 80%;
        margin-bottom: 20px
    }
    .home-about .cnt .name {
        font-size: 12px;
        max-width: 90%;
        letter-spacing: 4px;
        line-height: 135%
    }
    .home-about .swiper-container .swiper-button-next,
    .home-about .swiper-container .swiper-button-prev,
    .home-news .award-slider .swiper-button-next,
    .home-news .award-slider .swiper-button-prev {
        width: 14px
    }
    .home-news .wrap {
        padding: 0 20px
    }
    .home-news h2 {
        padding: 0 0 11px;
        font-size: 30px
    }
    .home-news .col-xs-4 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding-bottom: 15px
    }
    .home-news .logo,
    .home-news .logo a {
        height: 50px
    }
    .home-news h2:after {
        height: 4px;
        width: 76px;
        bottom: -4px
    }
    .home-news .btn.text-pink {
        font-size: 14px
    }
    .home-news h2.awards {
        margin-top: 19px
    }
    .home-news .award-slider .logo {
        height: 70px;
        width: 142px;
        background-size: 100% !important
    }
    .home-news .award-slider {
        padding: 0 45px;
        margin-bottom: 7px
    }
    .home-news .award-slider p.year {
        margin: 0 0 18px
    }
    .home-news {
        padding-bottom: 101px
    }
    .footer .wrapper {
        padding: 35px 20px 64px
    }
    .footer .contact-bar img {
        width: 90px
    }
    .footer .contact-bar {
        padding: 10px 0 5px 25px
    }
    .footer .bottomnav {
        padding-top: 10px
    }
    .footer .bottomnav ul {
        column-count: 1;
        margin-left: 0;
        width: 100%
    }
    .footer .bottomnav ul li {
        margin: 20px 0;
        padding-left: 0
    }
    .footer .contact-bar.footer-box {
        padding-top: 7px
    }
}

@media (max-width:1024px) {
    .home-news {
        margin-bottom: -50px
    }
}

.page-template-template-about #banner {
    display: inline-block;
    width: 100%;
    min-height: 900px;
    padding-bottom: 300px;
    z-index: 9
}

.page-template-template-about #banner .cnt {
    display: block;
    position: relative;
    z-index: 999;
    padding: 0 6%;
    max-width: 1140px;
    margin: 0 auto
}

.page-template-template-about #banner .cnt h1 {
    position: relative;
    color: #fff;
    font-family: Circular-Book;
    font-size: 78px;
    font-weight: 300;
    line-height: 79px;
    margin-top: 200px;
    margin-bottom: 140px;
    opacity: 0;
    transition: all .5s ease-out;
    transition-delay: .75s;
    -webkit-transform: translateX(-20px)
}

.page-template-template-about #banner .cnt h1:after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: -70px;
    left: 0;
    width: 0;
    height: 6px;
    background: #271b5a;
    transition: .6s
}

.page-template-template-about #banner .cnt p {
    font-family: apercuregular;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    color: #fff;
    width: 60%;
    opacity: 0;
    transition: all .5s ease-out;
    transition-delay: .75s;
    -webkit-transform: translateX(-20px)
}

.page-template-template-about #banner .cnt p a {
    position: relative;
    color: #271b5a
}

.page-template-template-about #banner .cnt p a:after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #271b5a;
    transition: .3s
}

.page-template-template-about #banner .cnt p a:hover:after {
    width: 100%
}

.page-template-template-about #banner .cnt .btn {
    margin-top: 40px;
    opacity: 0;
    transition: all .5s ease-out;
    transition-delay: 0s !important;
    -webkit-transform: translateX(-20px)
}

body.is-loaded #banner .cnt h1,
body.is-loaded #banner .cnt p {
    opacity: 1;
    -webkit-transform: translateX(0)
}

body.is-loaded #banner .cnt h1:after {
    width: 150px;
    transition-delay: 1s
}

body.is-loaded #banner .cnt .btn {
    transition-delay: 1.25s;
    opacity: 1;
    -webkit-transform: translateX(0)
}

.page-template-template-about #banner {
    background: #271b5a;
    overflow: hidden;
    position: relative;
    transition: background 1.5s ease-out;
    transition-delay: .3s;
    -webkit-tap-highlight-color: transparent
}

body.page-template-template-about.is-loaded #banner {
    background: #271b5a
}

.page-template-template-about #banner .hero-hover {
    background: -moz-radial-gradient(center, ellipse cover, rgba(130, 118, 203, .65) 0, #292159 50%);
    opacity: 0;
    position: absolute;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    z-index: 1;
    transition: opacity 1.5s ease-out;
    transition-delay: .3s
}

.page-template-template-about #banner .hero-hover:after {
    content: "";
    border: 10px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .4;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0)
}

.page-template-template-about #banner .hero-hover.active:after {
    -webkit-animation: fadeOut .8s linear infinite;
    -moz-animation: fadeOut .8s linear infinite
}

body.page-template-template-about.is-loaded #banner .hero-hover {
    opacity: 1
}

.page-template-template-about #banner .hero-background {
    background: transparent url(../images/hero_pink.svg) no-repeat 50%;
    background-size: 200% !important;
    opacity: 0;
    position: absolute;
    top: -250%;
    left: -200%;
    width: 0;
    height: 500%;
    padding-left: 500%;
    transition: opacity .3s ease-out;
    z-index: 10;
    -webkit-animation: rotating 300s linear infinite;
    -moz-animation: rotating 300s linear infinite
}

body.page-template-template-about.is-loaded #banner .hero-background {
    opacity: 1
}

.page-template-template-about #banner .hero-text-container {
    width: 100%;
    max-width: 1140px;
    z-index: 100;
    left: 50%;
    padding: 0 6%;
    transform: translateY(-50%) translateX(-50%)
}

.team {
    position: relative;
    width: 101%;
    background-color: #271b5a;
    left: -2px;
    top: -100px;
    padding: 40px 0 200px
}

.team:before {
    display: inline-block;
    position: absolute;
    content: "";
    z-index: 999;
    top: -75px;
    height: 200px;
    width: 100%;
    background: #271b5a;
    transform: rotate(358deg) scale(1) skew(-2deg, -2deg) translate(0);
    -webkit-transform: rotate(358deg) scale(1) skew(-2deg, -2deg) translate(0);
    -moz-transform: rotate(358deg) scale(1) skew(-2deg, -2deg) translate(0);
    -o-transform: rotate(358deg) scale(1) skew(-2deg, -2deg) translate(0);
    -ms-transform: rotate(358deg) scale(1) skew(-2deg, -2deg) translate(0)
}

.team .wrap {
    position: relative;
    z-index: 9999;
    background: transparent
}

.team h2 {
    position: relative;
    color: #fff;
    font-family: Circular-Book;
    font-size: 48px;
    font-weight: 300;
    line-height: 79px;
    margin-bottom: 80px;
    padding-bottom: 40px;
    border-bottom: 3px solid #fff
}

.team h2:after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    width: 150px;
    height: 6px;
    background: #ba609f
}

.team .team-row {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px
}

.team .team-row .bio-link {
    display: inline-block;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.team .team-row img {
    position: relative;
    z-index: 1;
    opacity: .5;
    transition: .3s
}

.team .team-row h3 {
    position: relative;
    left: -85px;
    color: #fff;
    font-family: Circular-Book;
    font-size: 72px;
    font-weight: 300;
    line-height: 62px;
    z-index: 9;
    margin-top: 40px;
    margin-bottom: 40px;
    transition: .3s
}

.team .team-row .title {
    color: #ba609f;
    font-family: Circular-Book;
    font-size: 14px;
    letter-spacing: 5px;
    text-transform: uppercase
}

.team .team-row .title,
.team .team-row p {
    font-weight: 300;
    line-height: 32px;
    padding-left: 20px
}

.team .team-row p {
    color: #fff;
    font-family: apercuregular;
    font-size: 18px
}

.team .team-row:hover h3 {
    color: #ba609f
}

.team .team-row:hover img {
    opacity: 1
}

.left-lines {
    display: block;
    position: absolute;
    z-index: 9999;
    width: 543px;
    height: 1908px;
    background: url(../images/left-lines.png) 0 0 no-repeat;
    left: 0;
    top: 1350px
}

.history {
    position: relative;
    width: 101%;
    margin-top: 80px;
    background-color: #addde8;
    left: -2px;
    top: -200px;
    padding: 40px 0 300px;
    margin-bottom: -270px
}

.history:before {
    display: inline-block;
    position: absolute;
    content: "";
    z-index: 9999;
    top: -100px;
    left: 0;
    height: 200px;
    width: 100%;
    background: #addde8;
    transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0);
    -webkit-transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0);
    -moz-transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0);
    -o-transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0);
    -ms-transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0)
}

.history .wrap {
    position: relative;
    z-index: 9999
}

.history .row+.row {
    margin-top: 0 !important
}

.history .row.end-xs:before,
.history .row.start-xs:before {
    display: inline-block;
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #271b5a;
    left: 50%;
    top: 0;
    margin: 0 !important;
    transform: translateX(-50%)
}

.history .history-item {
    display: block;
    position: relative;
    opacity: 0;
    transition: .3s
}

.history .history-item.odd {
    left: -20px
}

.history .history-item.even {
    right: -20px
}

.history .history-item.odd.fade-in {
    left: 0;
    opacity: 1
}

.history .history-item.even.fade-in {
    right: 0;
    opacity: 1
}

.history h2 {
    position: relative;
    color: #271b5a;
    font-family: Circular-Book;
    font-size: 48px;
    font-weight: 300;
    line-height: 59px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 3px solid #271b5a
}

.history h2:after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    width: 150px;
    height: 6px;
    background: #ba609f
}

.history .start-xs {
    text-align: right
}

.history .start-xs .date {
    position: relative;
    color: #ba609f;
    font-family: Circular-Book;
    font-size: 48px;
    font-weight: 300;
    line-height: 59px;
    padding-bottom: 20px
}

.history .start-xs .date:before {
    display: inline-block;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #ba609f;
    right: -113px;
    top: 20px;
    z-index: 99
}

.history .start-xs .date:after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: -6px;
    right: 0;
    width: 150px;
    height: 6px;
    background: #271b5a
}

.history .start-xs .copy {
    color: #271b5a;
    font-family: apercuregular;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    padding-left: 20px;
    margin-top: 40px
}

.history .start-xs .copy a {
    position: relative;
    color: #f27070
}

.history .start-xs .copy a:hover span:after {
    width: 100%
}

.history .start-xs .copy a span {
    position: relative;
    display: inline-block;
    padding-right: 7px
}

.history .start-xs .copy a span:last-child {
    padding: 0
}

.history .start-xs .copy a span:after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #f27070;
    transition-duration: .04s
}

.history .start-xs:first-child:before {
    top: 40px
}

.history .end-xs {
    text-align: left
}

.history .end-xs .date {
    position: relative;
    color: #ba609f;
    font-family: Circular-Book;
    font-size: 48px;
    font-weight: 300;
    line-height: 59px;
    padding-bottom: 20px
}

.history .end-xs .date:before {
    display: inline-block;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #ba609f;
    left: -113px;
    top: 20px;
    z-index: 99
}

.history .end-xs .date:after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    width: 150px;
    height: 6px;
    background: #271b5a
}

.history .end-xs .copy {
    color: #271b5a;
    font-family: apercuregular;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    padding-right: 20px;
    margin-top: 40px
}

.history .end-xs .copy a {
    position: relative;
    color: #f27070
}

.history .end-xs .copy a:hover span:after {
    width: 100%
}

.history .end-xs .copy a span {
    position: relative;
    display: inline-block;
    padding-right: 7px
}

.history .end-xs .copy a span:last-child {
    padding: 0
}

.history .end-xs .copy a span:after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #f27070;
    transition-duration: .04s
}

.page-template-template-about .footer-wrap {
    top: -180px;
    margin-bottom: -180px
}

.lightbox {
    display: none;
    position: absolute;
    top: 60px;
    left: 50%;
    width: 88%;
    max-width: 750px;
    background: #fff;
    padding: 80px;
    z-index: 99999;
    transform: translateX(-50%)
}

.lightbox .close {
    display: inline-block;
    position: absolute;
    width: 43px;
    height: 43px;
    top: 20px;
    right: 20px;
    background: url(../images/close.png) 50% no-repeat
}

.lightbox img {
    margin-bottom: 20px
}

.lightbox .name {
    font-size: 32px;
    line-height: 42px;
    margin: 0
}

.lightbox .name,
.lightbox .title {
    color: #271b5a;
    font-family: Circular-Book;
    font-weight: 300
}

.lightbox .title {
    font-size: 14px;
    letter-spacing: 5px;
    line-height: 32px;
    text-transform: uppercase;
    margin: 10px 0 0
}

.lightbox .copy {
    color: #271b5a;
    font-family: apercuregular;
    font-size: 18px;
    border-top: 1px solid #ba609f;
    margin-top: 40px
}

.lightbox .close-text,
.lightbox .copy {
    font-weight: 300;
    line-height: 32px;
    padding-top: 40px
}

.lightbox .close-text {
    color: #ba609f;
    font-family: Circular-Book;
    font-size: 14px;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: inline-block
}

@media only screen and (max-width:1200px) and (min-width:1px) {
    .team h2 {
        margin-bottom: 0;
        line-height: 60px
    }
    .team .team-row,
    .team h2 {
        width: 88%;
        left: 50%;
        transform: translateX(-50%)
    }
    .team .team-row {
        margin-left: 0;
        margin-right: 0
    }
    .history {
        padding-left: 6%;
        padding-right: 6%
    }
    .history .start-xs .date:before {
        right: -25.3333%
    }
    .history .end-xs .date:before {
        left: -25.3333%
    }
}

@media only screen and (max-width:1080px) and (min-width:1px) {
    .history .start-xs .date:before {
        right: -25.6666%
    }
    .history .end-xs .date:before {
        left: -25.6666%
    }
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .page-template-template-about #banner .cnt p {
        width: 100%
    }
    .history .row.end-xs:before,
    .history .row.start-xs:before {
        left: 0
    }
    .history .start-xs {
        text-align: left
    }
    .history .start-xs .date:after {
        left: 40px
    }
    .history .start-xs .date:before {
        left: -18px
    }
    .history .end-xs .date:after {
        left: 40px
    }
    .history .end-xs .date:before {
        left: -18px
    }
    .history .col-xs-5 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .history .copy,
    .history .date {
        padding-left: 40px !important
    }
    .history .date {
        margin-top: 40px
    }
    .history .start-xs:first-child:before {
        top: 80px
    }
}

@media only screen and (max-width:768px) and (min-width:1px) {
    .team .team-row h3 {
        left: 0
    }
    .team .team-row .title,
    .team .team-row p {
        padding-left: 0
    }
    .left-lines {
        display: none
    }
    .team .team-row {
        padding-bottom: 0
    }
    .history .date {
        font-size: 32px !important;
        line-height: 42px !important
    }
    .page-template-template-about #banner .cnt h1 {
        font-size: 42px;
        line-height: 52px
    }
}

@media only screen and (max-width:580px) and (min-width:1px) {
    .lightbox {
        padding: 80px 30px
    }
    .team .team-row h3 {
        font-size: 42px;
        line-height: 50px
    }
    .history h2,
    .team h2 {
        font-size: 32px;
        line-height: 40px
    }
    .page-template-template-about #banner,
    body.page-template-template-about.is-loaded #banner {
        background: #ba609f
    }
    .page-template-template-about #banner .hero-hover,
    body.page-template-template-about.is-loaded #banner .hero-hover {
        display: none
    }
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .page-template-template-about #banner .cnt h1 {
        margin-bottom: 40px;
        margin-top: 140px
    }
    .page-template-template-about #banner .cnt h1:after {
        bottom: -20px
    }
    .page-template-template-about #banner .cnt p {
        font-size: 14px;
        line-height: 20px
    }
    .page-template-template-about #banner .cnt .btn {
        width: 100%;
        padding: 20px 0
    }
}

.page-template-template-technology #banner {
    display: inline-block;
    width: 100%;
    min-height: 900px;
    padding-bottom: 240px;
    z-index: 9
}

.page-template-template-technology #banner .cnt {
    display: block;
    position: relative;
    z-index: 999;
    padding: 0 6%;
    max-width: 1140px;
    margin: 0 auto
}

.page-template-template-technology #banner .cnt h1 {
    color: #addde8;
    position: relative;
    font-family: Circular-Book;
    font-size: 78px;
    font-weight: 300;
    line-height: 79px;
    margin-top: 200px;
    margin-bottom: 140px;
    opacity: 0;
    transition: all .5s ease-out;
    transition-delay: .75s;
    -webkit-transform: translateX(-20px)
}

.page-template-template-technology #banner .cnt h1:after {
    background: #f27070;
    display: inline-block;
    position: absolute;
    content: "";
    bottom: -70px;
    left: 0;
    width: 0;
    height: 6px;
    transition: .6s
}

.page-template-template-technology #banner .cnt p {
    font-family: apercuregular;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    color: #fff;
    width: 60%;
    opacity: 0;
    transition: all .5s ease-out;
    transition-delay: .75s;
    -webkit-transform: translateX(-20px)
}

.page-template-template-technology #banner .cnt p a {
    position: relative;
    color: #f27070
}

.page-template-template-technology #banner .cnt p a:after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #f27070;
    transition: .3s
}

.page-template-template-technology #banner .cnt p a:hover:after {
    width: 100%
}

.page-template-template-technology .footer-wrap {
    margin-top: -50px
}

.page-template-template-technology #banner {
    background: #ba609f;
    overflow: hidden;
    position: relative;
    transition: background 1.5s ease-out;
    transition-delay: .3s;
    -webkit-tap-highlight-color: transparent
}

body.page-template-template-technology.is-loaded #banner {
    background: #ba609f
}

.page-template-template-technology #banner .hero-hover {
    background: -moz-radial-gradient(center, ellipse cover, hsla(0, 0%, 100%, .65) 0, #ba609f 50%);
    opacity: 0;
    position: absolute;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    z-index: 1;
    transition: opacity 1.5s ease-out;
    transition-delay: .3s
}

.page-template-template-technology #banner .hero-hover:after {
    content: "";
    border: 10px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0)
}

.page-template-template-technology #banner .hero-hover.active:after {
    -webkit-animation: fadeOut .8s linear infinite;
    -moz-animation: fadeOut .8s linear infinite
}

body.page-template-template-technology.is-loaded #banner .hero-hover {
    opacity: 1
}

.page-template-template-technology #banner .hero-background {
    background: transparent url(../images/hero.svg) no-repeat 50%;
    background-size: 200% !important;
    opacity: 0;
    position: absolute;
    top: -300%;
    left: -200%;
    width: 0;
    height: 500%;
    padding-left: 500%;
    transition: opacity .3s ease-out;
    z-index: 10;
    -webkit-animation: rotating 300s linear infinite;
    -moz-animation: rotating 300s linear infinite
}

body.page-template-template-technology.is-loaded #banner .hero-background {
    opacity: 1
}

.page-template-template-technology #banner .hero-text-container {
    width: 100%;
    max-width: 1140px;
    z-index: 100;
    left: 50%;
    padding: 0 6%;
    transform: translateY(-50%) translateX(-50%)
}

.haptics-content {
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 0;
    max-width: 1140px;
    width: 100%;
    transform: translateX(-50%)
}

.haptics-content .cnt {
    position: relative;
    text-align: left;
    float: right
}

.haptics-content .cnt h2 {
    color: #fff;
    font-family: Circular-Book;
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
    border-bottom: 1px solid #f27070;
    padding-bottom: 20px;
    margin-bottom: 40px
}

.haptics-content .cnt p {
    color: #fff;
    font-family: apercuregular;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px
}

.haptics-content .cnt p a {
    position: relative;
    color: #f27070
}

.haptics-content .cnt p a:after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #f27070;
    transition: .3s
}

.haptics-content .cnt p a:hover:after {
    width: 100%
}

.haptics {
    position: relative;
    width: 101%;
    left: -2px;
    top: -80px;
    height: 950px;
    z-index: 99;
    padding-bottom: 300px;
    border: 2px solid #271b5a;
    background: url(../images/haptics.png) #271b5a 50% no-repeat;
    transform: rotate(358deg) scale(1) skew(-2deg, -2deg) translate(0);
    -webkit-transform: rotate(358deg) scale(1) skew(-2deg, -2deg) translate(0);
    -moz-transform: rotate(358deg) scale(1) skew(-2deg, -2deg) translate(0);
    -o-transform: rotate(358deg) scale(1) skew(-2deg, -2deg) translate(0);
    -ms-transform: rotate(358deg) scale(1) skew(-2deg, -2deg) translate(0);
    background-size: cover !important
}

.tech-lines {
    display: block;
    position: absolute;
    z-index: 99999;
    width: 546px;
    height: 1614px;
    background: url(../images/tech-lines.png) 0 0 no-repeat;
    left: 0;
    top: -150px
}

.quote-area {
    position: relative;
    width: 101%;
    left: -2px;
    top: -240px;
    z-index: 99;
    padding-top: 100px;
    padding-bottom: 300px;
    background: #addde8
}

.quote-area:before {
    display: inline-block;
    position: absolute;
    content: "";
    z-index: 9999;
    top: -100px;
    left: 0;
    height: 200px;
    width: 100%;
    background: #addde8;
    transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0);
    -webkit-transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0);
    -moz-transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0);
    -o-transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0);
    -ms-transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0)
}

.quote-area .wrap {
    position: relative;
    z-index: 9999
}

.quote-area .cnt .quote {
    font-size: 36px !important;
    line-height: 46px !important;
    padding-bottom: 40px !important
}

.quote-area .cnt .name,
.quote-area .cnt .quote {
    width: 100% !important;
    color: #271b5a !important;
    font-family: Circular-Book !important;
    font-weight: 300 !important
}

.quote-area .cnt .name {
    font-size: 14px !important;
    letter-spacing: 5px !important;
    line-height: 32px !important;
    padding: 0 80px !important;
    text-transform: uppercase !important
}

.different {
    position: relative;
    width: 101%;
    left: -2px;
    top: -350px;
    height: 850px;
    z-index: 9999;
    margin-bottom: -650px;
    padding-bottom: 200px;
    border: 2px solid #271b5a;
    background: url(../images/different.png) #271b5a 50% no-repeat;
    transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0);
    -webkit-transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0);
    -moz-transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0);
    -o-transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0);
    -ms-transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0);
    background-size: cover !important
}

.different-content {
    position: absolute;
    z-index: 99999;
    left: 50%;
    max-width: 1140px;
    width: 100%;
    bottom: 650px;
    transform: translateX(-50%)
}

.different-content .cnt {
    position: relative;
    text-align: left
}

.different-content .cnt h2 {
    color: #fff;
    font-family: Circular-Book;
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
    border-bottom: 1px solid #f27070;
    padding-bottom: 20px;
    margin-bottom: 40px
}

.different-content .cnt p {
    color: #fff;
    font-family: apercuregular;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px
}

.different-content .cnt p a {
    position: relative;
    color: #f27070
}

.different-content .cnt p a:after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #f27070;
    transition: .3s
}

.different-content .cnt p a:hover:after {
    width: 100%
}

.page-template-template-technology .footer-lines {
    left: inherit;
    right: 0;
    background: url(../images/footer-lines-right.png) 0 0 no-repeat
}

@media only screen and (max-width:1200px) and (min-width:1px) {
    .different-content,
    .haptics-content {
        width: 88%
    }
}

@media only screen and (max-width:1180px) and (min-width:1px) {
    .different-content .col-xs-6,
    .haptics-content .col-xs-6 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .page-template-template-technology #banner .cnt p {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:1px) {
    .tech-lines {
        display: none
    }
    .quote-area .cnt .quote {
        padding: 0 6%;
        font-size: 24px !important;
        line-height: 32px !important
    }
    .page-template-template-technology #banner .cnt h1 {
        font-size: 42px;
        line-height: 52px
    }
}

@media only screen and (max-width:580px) and (min-width:1px) {
    .page-template-template-technology #banner,
    body.page-template-template-technology.is-loaded #banner {
        background: #271b5a
    }
    .page-template-template-technology #banner .hero-hover,
    body.page-template-template-technology.is-loaded #banner .hero-hover {
        display: none
    }
    .page-template-template-technology #banner {
        min-height: 0
    }
    .different-content .cnt p,
    .haptics-content .cnt p {
        font-size: 14px;
        line-height: 20px
    }
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .page-template-template-technology #banner .cnt h1 {
        margin-bottom: 40px;
        margin-top: 140px
    }
    .page-template-template-technology #banner .cnt h1:after {
        bottom: -20px
    }
    .page-template-template-technology #banner .cnt p {
        font-size: 14px;
        line-height: 20px
    }
    .quote-area .cnt .name {
        padding: 0 6% !important
    }
}

.page-template-template-agencies .lines,
.page-template-template-developers .lines,
.page-template-template-oems .lines {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 600px;
    z-index: 1;
    background: #addde8
}

.page-template-template-agencies #banner,
.page-template-template-developers #banner,
.page-template-template-oems #banner {
    padding-bottom: 40px;
    z-index: 9;
    background: transparent;
    display: inline-block;
    width: 100%;
    min-height: 900px
}

.page-template-template-agencies #banner .cnt,
.page-template-template-developers #banner .cnt,
.page-template-template-oems #banner .cnt {
    display: block;
    position: relative;
    z-index: 999;
    padding: 0 6%;
    max-width: 1140px;
    margin: 0 auto
}

.page-template-template-agencies #banner .cnt h1,
.page-template-template-developers #banner .cnt h1,
.page-template-template-oems #banner .cnt h1 {
    color: #271b5a;
    position: relative;
    font-family: Circular-Book;
    font-size: 78px;
    font-weight: 300;
    line-height: 79px;
    margin-top: 200px;
    margin-bottom: 140px;
    opacity: 0;
    transition: all .5s ease-out;
    transition-delay: .75s;
    -webkit-transform: translateX(-20px)
}

.page-template-template-agencies #banner .cnt h1:after,
.page-template-template-developers #banner .cnt h1:after,
.page-template-template-oems #banner .cnt h1:after {
    background: #ba609f;
    display: inline-block;
    position: absolute;
    content: "";
    bottom: -70px;
    left: 0;
    width: 0;
    height: 6px;
    transition: .6s
}

.page-template-template-agencies #banner .cnt p,
.page-template-template-developers #banner .cnt p,
.page-template-template-oems #banner .cnt p {
    color: #271b5a;
    font-family: apercuregular;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    width: 60%;
    opacity: 0;
    transition: all .5s ease-out;
    transition-delay: .75s;
    -webkit-transform: translateX(-20px)
}

.page-template-template-agencies #banner .cnt p a,
.page-template-template-developers #banner .cnt p a,
.page-template-template-oems #banner .cnt p a {
    color: #ba609f
}

.page-template-template-agencies #banner .cnt .btn,
.page-template-template-developers #banner .cnt .btn,
.page-template-template-oems #banner .cnt .btn {
    width: 650px;
    margin: 60px auto 0;
    opacity: 0;
    transition: all .5s ease-out;
    transition-delay: 0s !important;
    -webkit-transform: translateX(-20px)
}

.page-template-template-agencies #banner .cnt .btn+.btn,
.page-template-template-developers #banner .cnt .btn+.btn,
.page-template-template-oems #banner .cnt .btn+.btn {
    margin: 20px auto
}

.page-template-template-agencies #banner,
.page-template-template-developers #banner,
.page-template-template-oems #banner {
    background: #addde8;
    overflow: hidden;
    position: relative;
    transition: background 1.5s ease-out;
    transition-delay: .3s;
    -webkit-tap-highlight-color: transparent
}

body.page-template-template-agencies.is-loaded #banner,
body.page-template-template-developers.is-loaded #banner,
body.page-template-template-oems.is-loaded #banner {
    background: #addde8
}

.page-template-template-agencies #banner .hero-background,
.page-template-template-developers #banner .hero-background,
.page-template-template-oems #banner .hero-background {
    background: transparent url(../images/hero_blue.svg) no-repeat 50%;
    background-size: 200% !important;
    opacity: 0;
    position: absolute;
    top: -250%;
    left: -200%;
    width: 0;
    height: 500%;
    padding-left: 500%;
    transition: opacity .3s ease-out;
    z-index: 10;
    -webkit-animation: rotating 300s linear infinite;
    -moz-animation: rotating 300s linear infinite
}

body.page-template-template-agencies.is-loaded #banner .hero-background,
body.page-template-template-developers.is-loaded #banner .hero-background,
body.page-template-template-oems.is-loaded #banner .hero-background {
    opacity: 1
}

.page-template-template-agencies #banner .hero-text-container,
.page-template-template-developers #banner .hero-text-container,
.page-template-template-oems #banner .hero-text-container {
    width: 100%;
    max-width: 1140px;
    z-index: 100;
    left: 50%;
    padding: 0 6%;
    transform: translateY(-50%) translateX(-50%)
}

.gradient {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2400px;
    z-index: 99;
    background: linear-gradient(180deg, rgba(173, 221, 232, 0) 0, #addde8 50%)
}

.works {
    padding: 120px 0 260px;
    background: transparent;
    z-index: 999
}

.works h2 {
    position: relative;
    color: #271b5a;
    width: 100%;
    font-family: Circular-Book;
    font-size: 48px;
    font-weight: 300;
    line-height: 79px;
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 3px solid #271b5a
}

.works h2:after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    width: 150px;
    height: 6px;
    background: #ba609f
}

.works .icon {
    display: inline-block;
    width: 120px;
    height: 120px
}

.works .touch-icon {
    background: url(../images/touch-icon.png) 50% no-repeat
}

.works .bolt-icon {
    background: url(../images/bolt-icon.png) 50% no-repeat
}

.works .brand-icon {
    background: url(../images/brand-icon.png) 50% no-repeat
}

.works h3 {
    color: #271b5a;
    font-family: Circular-Book;
    font-size: 32px;
    font-weight: 300;
    line-height: 42px
}

.works .subtitle {
    font-family: Circular-Book !important;
    font-size: 14px !important;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ba609f
}

.works .subtitle,
.works p {
    color: #271b5a;
    font-weight: 300;
    line-height: 32px;
    width: 100% !important
}

.works p {
    font-family: apercuregular !important;
    font-size: 18px !important
}

.page-template-template-agencies .quote-area,
.page-template-template-developers .quote-area {
    background: #ba609f;
    top: 250px;
    z-index: 999;
    padding-top: 20px;
    padding-bottom: 400px
}

.page-template-template-agencies .quote-area:before,
.page-template-template-developers .quote-area:before {
    background: #ba609f
}

.page-template-template-agencies .quote-area .name,
.page-template-template-agencies .quote-area .quote,
.page-template-template-developers .quote-area .name,
.page-template-template-developers .quote-area .quote {
    color: #fff !important
}

.page-template-template-agencies .quote-area .prev,
.page-template-template-developers .quote-area .prev {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 50%;
    width: 30px;
    height: 30px;
    width: 0;
    height: 0;
    z-index: 99;
    border-top: 25px solid transparent;
    border-right: 40px solid #addde8;
    border-bottom: 25px solid transparent;
    transform: translateY(-50%)
}

.page-template-template-agencies .quote-area .next,
.page-template-template-developers .quote-area .next {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 50%;
    width: 30px;
    height: 30px;
    width: 0;
    height: 0;
    z-index: 99;
    border-top: 25px solid transparent;
    border-left: 40px solid #addde8;
    border-bottom: 25px solid transparent;
    transform: translateY(-50%)
}

.page-template-template-agencies .footer .wrapper,
.page-template-template-developers .footer .wrapper,
.page-template-template-oems .footer .wrapper {
    padding: 0
}

.contact-form {
    position: relative;
    width: 101%;
    left: -2px;
    top: 0;
    height: auto !important;
    z-index: 99;
    padding-bottom: 100px !important;
    margin-bottom: -200px;
    background: #271b5a
}

.contact-form:before {
    display: inline-block;
    position: absolute;
    content: "";
    z-index: 999;
    top: -100px;
    height: 200px;
    width: 100%;
    background: #271b5a;
    transform: rotate(358deg) scale(1) skew(-2deg, -2deg) translate(0);
    -webkit-transform: rotate(358deg) scale(1) skew(-2deg, -2deg) translate(0);
    -moz-transform: rotate(358deg) scale(1) skew(-2deg, -2deg) translate(0);
    -o-transform: rotate(358deg) scale(1) skew(-2deg, -2deg) translate(0);
    -ms-transform: rotate(358deg) scale(1) skew(-2deg, -2deg) translate(0)
}

.contact-form .wrap {
    padding: 20px 0 0;
    background: #292159;
    position: relative;
    z-index: 999
}

.contact-form h2 {
    position: relative;
    color: #addde8;
    width: 100%;
    font-family: Circular-Book;
    font-size: 48px;
    font-weight: 300;
    line-height: 79px;
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 3px solid #addde8
}

.contact-form h2:after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    width: 150px;
    height: 6px;
    background: #f27070
}

.contact-form form {
    padding: 0 6%
}

.contact-form form .gform_fields>li {
    -ms-flex-direction: row;
    flex-direction: row
}

.contact-form form .ginput_container {
    display: inline-block;
    width: 80%
}

.contact-form form label {
    display: inline-block;
    width: 19%;
    color: #addde8;
    font-family: Circular-Book;
    font-size: 24px !important;
    font-weight: 300 !important;
    line-height: 42px !important;
    text-transform: none;
    border-bottom: none !important;
    margin: 0 !important
}

.contact-form form input[type=text] {
    font-size: 24px !important;
    width: 100% !important
}

.contact-form form input[type=text],
.contact-form form input[type=email],
.contact-form form textarea {
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px dotted #addde8;
    color: #addde8;
    font-family: Circular-Book !important;
    font-weight: 300;
    line-height: 42px
}

.contact-form form textarea {
    font-size: 24px
}

.contact-form form input[type=submit] {
    display: inline-block !important;
    width: auto !important;
    margin: 20px auto !important;
    padding: 15px 60px;
    height: auto;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: Circular-Book;
    color: #f27070;
    border: 2px solid #f27070;
    font-size: 18px !important;
    font-weight: 700;
    letter-spacing: 6.43px;
    line-height: 32px;
    background: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .6s
}

.contact-form form input[type=submit]:hover {
    background: #f27070;
    color: #fff
}

.gform_fields>li {
    display: inline-block !important;
    width: 100% !important
}

.gform_confirmation_message {
    font-family: Circular-Book !important;
    font-size: 24px;
    color: #addde8
}

.gform_ajax_spinner {
    display: none !important
}

.gfield_required {
    color: #f27070 !important
}

.validation_error,
.validation_message {
    color: #ba609f !important;
    border: none !important;
    width: 100% !important;
    display: inline-block !important;
    font-family: Circular-Book !important
}

.gfield_error {
    border: none !important;
    background: none !important
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
    border: 1px solid #ba609f !important
}

.gform_wrapper .gfield_error .gfield_label {
    color: #ba609f !important
}

@media only screen and (max-width:1200px) and (min-width:1px) {
    .works {
        padding: 120px 6% 260px
    }
    .gform_wrapper {
        padding: 0 6%
    }
    .contact-form h2 {
        width: 88%;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .page-template-template-agencies #banner .cnt p,
    .page-template-template-developers #banner .cnt p,
    .page-template-template-oems #banner .cnt p {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:1px) {
    .page-template-template-agencies #banner .cnt h1,
    .page-template-template-developers #banner .cnt h1,
    .page-template-template-oems #banner .cnt h1 {
        font-size: 42px;
        line-height: 52px
    }
    .works .col-xs-4 {
        margin-bottom: 60px
    }
    .gradient {
        height: 3400px
    }
    .contact-form {
        height: auto !important
    }
    .contact-form form {
        padding: 0
    }
    .contact-form form .ginput_container,
    .contact-form form label {
        width: 100%
    }
    .contact-form form .gform_fields>li {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .contact-form form label {
        margin: 10px 0 0
    }
    .contact-form {
        height: auto
    }
    .page-template-template-agencies #banner .cnt .btn,
    .page-template-template-developers #banner .cnt .btn,
    .page-template-template-oems #banner .cnt .btn {
        width: 100%;
        padding: 20px;
        white-space: normal
    }
    .works {
        padding: 120px 6%
    }
    .page-template-template-agencies .quote-area .next,
    .page-template-template-agencies .quote-area .prev {
        top: inherit;
        bottom: 0;
        transform: translateY(0)
    }
}

@media only screen and (max-width:580px) and (min-width:1px) {
    .contact-form h2,
    .works h2 {
        font-size: 32px;
        line-height: 40px
    }
    .page-template-template-agencies #banner .hero-background,
    .page-template-template-developers #banner .hero-background,
    .page-template-template-oems #banner .hero-background,
    body.page-template-template-agencies.is-loaded #banner .hero-background,
    body.page-template-template-developers.is-loaded #banner .hero-background,
    body.page-template-template-oems.is-loaded #banner .hero-background {
        display: none
    }
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .page-template-template-agencies #banner .cnt h1,
    .page-template-template-developers #banner .cnt h1,
    .page-template-template-oems #banner .cnt h1 {
        margin-bottom: 40px;
        margin-top: 140px
    }
    .page-template-template-agencies #banner .cnt h1:after,
    .page-template-template-developers #banner .cnt h1:after,
    .page-template-template-oems #banner .cnt h1:after {
        bottom: -20px
    }
    .page-template-template-agencies #banner .cnt p,
    .page-template-template-developers #banner .cnt p,
    .page-template-template-oems #banner .cnt p,
    .works p {
        font-size: 14px !important;
        line-height: 20px
    }
    .contact-form form input[type=submit] {
        padding: 20px;
        width: 100%
    }
    .page-template-template-agencies #banner .cnt .quote,
    .page-template-template-developers #banner .cnt .quote,
    .page-template-template-oems #banner .cnt .quote {
        font-size: 24px !important;
        line-height: 32px
    }
    .page-template-template-agencies .quote-area .prev {
        border-top: 15px solid transparent;
        border-right: 20px solid #addde8;
        border-bottom: 15px solid transparent
    }
    .page-template-template-agencies .quote-area .next {
        border-top: 15px solid transparent;
        border-left: 20px solid #addde8;
        border-bottom: 15px solid transparent
    }
}

.page-template-template-featured-news #banner {
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 900px;
    padding-bottom: 80px
}

.page-template-template-featured-news #banner .cnt {
    display: block;
    padding: 0 6%;
    max-width: 1140px;
    margin: 0 auto
}

.page-template-template-featured-news #banner .cnt p.callout {
    margin-top: 140px;
    width: 100%
}

.page-template-template-featured-news #banner .cnt p.callout a {
    color: #ba609f
}

.page-template-template-featured-news #banner .cnt h1 {
    color: #271b5a;
    position: relative;
    font-family: Circular-Book;
    font-size: 78px;
    font-weight: 300;
    line-height: 79px;
    margin-top: 60px;
    margin-bottom: 140px
}

.page-template-template-featured-news #banner .cnt h1:after {
    background: #ba609f;
    display: inline-block;
    position: absolute;
    content: "";
    bottom: -70px;
    left: 0;
    width: 150px;
    height: 6px
}

.page-template-template-featured-news #banner .cnt h2.post-title {
    line-height: 42px;
    width: 60%;
    margin-top: 25px
}

.page-template-template-featured-news #banner .cnt h2.post-title a {
    color: #292159;
    font-family: Circular-Book;
    font-size: 32px;
    font-weight: 300
}

.page-template-template-featured-news #banner .cnt p {
    color: #271b5a;
    font-family: apercuregular;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    width: 60%
}

.page-template-template-featured-news #banner .cnt .more {
    position: relative;
    display: inline-block;
    color: #ba609f;
    font-family: Circular-Book;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 6.43px;
    line-height: 32px;
    text-transform: uppercase;
    padding-top: 40px
}

.page-template-template-featured-news #banner .cnt .more:after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #ba609f;
    transition: .3s
}

.page-template-template-featured-news #banner .cnt .more:hover:after {
    width: 100%
}

.news-area {
    position: relative;
    width: 100%;
    height: auto
}

.news-area .wrap {
    position: relative;
    z-index: 99
}

.news-area h2 {
    width: 100%;
    position: relative;
    color: #292159;
    font-family: Circular-Book;
    font-size: 48px;
    font-weight: 300;
    line-height: 79px;
    padding: 0 0 20px;
    margin: 0 0 60px;
    border-bottom: 3px solid #292159
}

.news-area h2:after {
    display: block;
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    width: 150px;
    height: 6px;
    background: #ba609f
}

.news-area .col-xs-4 {
    text-align: left;
    padding-bottom: 60px
}

.news-area .logo {
    margin-bottom: 30px
}

.news-area .logo,
.news-area .logo a {
    display: inline-block;
    width: 100%;
    height: 100px
}

.news-area a.link {
    position: relative;
    color: #ba609f;
    font-family: apercuregular;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px
}

.news-area a.link:hover {
    text-decoration: underline
}

.news-area h3 {
    margin: 120px 0 40px;
    padding: 0 0 10px;
    color: #292159;
    font-family: Circular-Book;
    font-size: 30px;
    font-weight: 300;
    line-height: 79px;
    border-bottom: 2px solid #292159
}

.news-area .news-lines {
    display: block;
    position: absolute;
    z-index: 1;
    width: 249px;
    height: 1335px;
    background: url(../images/news-lines.png) 0 0 no-repeat;
    right: 0;
    top: -250px
}

.press-area {
    padding-bottom: 100px
}

.press-area h3 {
    width: 100%;
    position: relative;
    color: #292159;
    font-family: Circular-Book;
    font-size: 30px;
    font-weight: 300;
    line-height: 79px;
    padding: 0 0 20px;
    margin: 40px 0 30px;
    border-bottom: 3px solid #292159
}

.press-area ul {
    list-style: none;
    padding: 0
}

.press-area ul li {
    line-height: 62px;
    color: #271b5a
}

.press-area ul li,
.press-area ul li a {
    font-family: apercuregular;
    font-size: 18px;
    font-weight: 300
}

.press-area ul li a {
    position: relative;
    color: #ba609f;
    line-height: 28px
}

.press-area ul li a:hover {
    text-decoration: underline
}

@media only screen and (max-width:1200px) and (min-width:1px) {
    .news-area,
    .press-area {
        padding: 0 6%
    }
    .news-area .wrap,
    .press-area .wrap {
        padding-left: 0;
        padding-right: 0
    }
    .news-area .wrap .row,
    .press-area .wrap .row {
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .page-template-template-featured-news #banner .cnt p {
        width: 100%
    }
    .news-area a.link:after,
    .news-area a:after,
    .page-template-template-featured-news #banner .cnt .more:after,
    .press-area ul li a:after {
        display: none
    }
}

@media only screen and (max-width:768px) and (min-width:1px) {
    .page-template-template-featured-news #banner .cnt h1 {
        font-size: 42px;
        line-height: 52px
    }
    .page-template-template-featured-news #banner .cnt h2.post-title {
        width: 100%
    }
    .news-area .col-xs-4 {
        padding-bottom: 20px
    }
    .press-area ul li {
        line-height: 24px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:580px) and (min-width:1px) {
    .news-area h2 {
        font-size: 32px;
        line-height: 40px
    }
}

.page-template-template-contact #banner {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 0;
    z-index: 9;
    background: #271b5a
}

.page-template-template-contact #banner .cnt {
    display: block;
    padding: 0 6%;
    max-width: 1140px;
    margin: 0 auto
}

.page-template-template-contact #banner .cnt h1 {
    color: #addde8;
    position: relative;
    font-family: Circular-Book;
    font-size: 78px;
    font-weight: 300;
    line-height: 79px;
    margin-top: 200px;
    margin-bottom: 140px;
    transition: all .5s ease-out;
    transition-delay: .75s;
    -webkit-transform: translateX(-20px)
}

.page-template-template-contact #banner .cnt h1:after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: -70px;
    left: 0;
    width: 0;
    height: 6px;
    background: #f27070;
    transition: .6s
}

.page-template-template-contact .footer:before {
    -moz-transform: rotate(0) scale(1) skew(0) translate(0);
    -o-transform: rotate(0) scale(1) skew(0) translate(0);
    -ms-transform: rotate(0) scale(1) skew(0) translate(0);
    -webkit-transform: rotate(0) scale(1) skew(0) translate(0)
}

.page-template-template-contact .main {
    padding-bottom: 60px
}

.page-template-template-contact .lines {
    display: inline-block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background: url(../images/purple-lines.png) 100% 0 no-repeat;
    background-attachment: fixed
}

.page-template-template-contact .main {
    background: #271b5a
}

.page-template-template-contact .contact-form {
    padding-bottom: 0;
    padding-top: 0;
    top: 0;
    height: 700px;
    background: transparent
}

.page-template-template-contact .contact-form:before {
    display: none
}

.page-template-template-contact .main:after {
    position: absolute;
    background: #271b5a;
    content: "";
    width: 100%;
    height: 300px;
    top: 100%;
    left: 0;
    z-index: -1
}

.page-template-template-contact .footer .wrapper {
    padding-top: 0
}

@media only screen and (max-width:768px) and (min-width:1px) {
    .page-template-template-contact .contact-form {
        height: auto;
        padding-bottom: 200px
    }
    .page-template-template-contact #banner .cnt h1 {
        font-size: 42px;
        line-height: 52px
    }
}

@media only screen and (max-width:580px) and (min-width:1px) {
    .page-template-template-contact #banner .cnt h1 {
        margin-bottom: 40px;
        margin-top: 140px
    }
    .page-template-template-contact #banner .cnt h1:after {
        bottom: -20px
    }
}

.contact-form .select2-container--default {
    width: 100% !important
}

.contact-form .select2-container--default .select2-selection--single {
    border: none;
    border-bottom: 2px dotted #addde8;
    background: transparent url(../images/arrow-accordion.png) no-repeat 100%;
    border-radius: 0;
    padding: 5px 4px;
    line-height: 42px;
    height: auto
}

.contact-form .select2-container .select2-selection--single .select2-selection__rendered {
    color: #addde8;
    font-size: 24px;
    font-family: Circular-Book;
    padding: 0
}

.contact-form .select2-container--default .select2-selection__arrow {
    display: none
}

@media (max-width:1024px) {
    .contact-form select {
        -webkit-appearance: button;
        -moz-appearance: button;
        -webkit-user-select: none;
        -moz-user-select: none;
        background: transparent url(../images/arrow-accordion.png) no-repeat 100%;
        border: none;
        border-bottom: 2px dotted #addde8;
        color: #addde8;
        font-size: 24px;
        overflow: hidden;
        width: 100% !important;
        font-family: Circular-Book
    }
}

.page-template-template-contact #banner p {
    color: #fff;
    font-family: Circular_Std;
    font-size: 21px;
    font-weight: 300;
    line-height: 200%;
    margin-bottom: 78px
}

.page-template-template-contact #banner p a {
    color: #fff;
    text-decoration: underline
}

@media (max-width:767px) {
    .page-template-template-contact #banner p {
        font-size: 18px
    }
}

.contact-form .wrap {
    background: #271b5a
}

.page-template-template-sample-applications .main {
    padding-bottom: 70px
}

.page-template-template-sample-applications #banner {
    display: inline-block;
    width: 100%;
    min-height: 900px;
    padding-bottom: 240px;
    z-index: 9
}

.page-template-template-sample-applications #banner .cnt {
    display: block;
    position: relative;
    z-index: 999;
    padding: 0 6%;
    max-width: 1140px;
    margin: 0 auto
}

.page-template-template-sample-applications #banner .cnt h1 {
    color: #addde8;
    position: relative;
    font-family: Circular-Book;
    font-size: 78px;
    font-weight: 300;
    line-height: 79px;
    margin-top: 200px;
    margin-bottom: 140px;
    transition: all .5s ease-out;
    transition-delay: .75s;
    -webkit-transform: translateX(-20px)
}

.page-template-template-sample-applications #banner .cnt h1:after {
    background: #f27070;
    display: inline-block;
    position: absolute;
    content: "";
    bottom: -70px;
    left: 0;
    width: 0;
    height: 6px;
    transition: .6s
}

.page-template-template-sample-applications #banner .cnt p {
    font-family: apercuregular;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    color: #fff;
    width: 60%;
    opacity: 0;
    transition: all .5s ease-out;
    transition-delay: .75s;
    -webkit-transform: translateX(-20px)
}

.page-template-template-sample-applications #banner .cnt p a {
    position: relative;
    color: #f27070
}

.page-template-template-sample-applications #banner .cnt p a:after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #f27070;
    transition: .3s
}

.page-template-template-sample-applications #banner .cnt p a:hover:after {
    width: 100%
}

.page-template-template-sample-applications #banner {
    background: #ba609f;
    overflow: hidden;
    position: relative;
    transition: background 1.5s ease-out;
    transition-delay: .3s;
    -webkit-tap-highlight-color: transparent
}

body.page-template-template-sample-applications.is-loaded #banner {
    background: #ba609f
}

.page-template-template-sample-applications #banner .hero-hover {
    background: -moz-radial-gradient(center, ellipse cover, hsla(0, 0%, 100%, .65) 0, #ba609f 50%);
    opacity: 0;
    position: absolute;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    z-index: 1;
    transition: opacity 1.5s ease-out;
    transition-delay: .3s
}

.page-template-template-sample-applications #banner .hero-hover:after {
    content: "";
    border: 10px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0)
}

.page-template-template-sample-applications #banner .hero-hover.active:after {
    -webkit-animation: fadeOut .8s linear infinite;
    -moz-animation: fadeOut .8s linear infinite
}

body.page-template-template-sample-applications.is-loaded #banner .hero-hover {
    opacity: 1
}

.page-template-template-sample-applications #banner .hero-background {
    background: transparent url(../images/hero.svg) no-repeat 50%;
    background-size: 200% !important;
    opacity: 0;
    position: absolute;
    top: -300%;
    left: -200%;
    width: 0;
    height: 500%;
    padding-left: 500%;
    transition: opacity .3s ease-out;
    z-index: 10;
    -webkit-animation: rotating 300s linear infinite;
    -moz-animation: rotating 300s linear infinite
}

body.page-template-template-sample-applications.is-loaded #banner .hero-background {
    opacity: 1
}

.page-template-template-sample-applications #banner .hero-text-container {
    width: 100%;
    max-width: 1140px;
    z-index: 100;
    left: 50%;
    padding: 0 6%;
    transform: translateY(-50%) translateX(-50%)
}

.right-side-content {
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 25%;
    width: 100%
}

.right-side-content .cnt {
    position: relative;
    text-align: left;
    float: right
}

.right-side-content .cnt h2 {
    color: #fff;
    font-family: Circular-Book;
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
    border-bottom: 1px solid #f27070;
    padding-bottom: 20px;
    margin-bottom: 40px
}

.right-side-content .cnt p {
    color: #fff;
    font-family: apercuregular;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px
}

.left-side-content {
    position: absolute;
    z-index: 99999;
    left: 0;
    width: 100%;
    top: 25%
}

.left-side-content .cnt {
    position: relative;
    text-align: left
}

.left-side-content .cnt h2 {
    color: #fff;
    font-family: Circular-Book;
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
    border-bottom: 1px solid #f27070;
    padding-bottom: 20px;
    margin-bottom: 40px
}

.left-side-content .cnt p {
    color: #fff;
    font-family: apercuregular;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px
}

.left-side-content .cnt p a {
    position: relative;
    color: #f27070
}

.left-side-content .cnt p a:after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #f27070;
    transition: .3s
}

.left-side-content .cnt p a:hover:after {
    width: 100%
}

.display-section,
.elec-section,
.gaming-section,
.strat-section {
    position: relative;
    width: 101%;
    left: -2px;
    top: -80px;
    height: 850px;
    z-index: 99;
    padding-bottom: 300px;
    border: 2px solid #271b5a;
    transform: rotate(358deg) scale(1) skew(-2deg, -2deg) translate(0);
    -webkit-transform: rotate(358deg) scale(1) skew(-2deg, -2deg) translate(0);
    -moz-transform: rotate(358deg) scale(1) skew(-2deg, -2deg) translate(0);
    -o-transform: rotate(358deg) scale(1) skew(-2deg, -2deg) translate(0);
    -ms-transform: rotate(358deg) scale(1) skew(-2deg, -2deg) translate(0);
    background-size: cover !important
}

.display-section .right-side-content,
.elec-section .right-side-content,
.gaming-section .right-side-content,
.strat-section .right-side-content {
    transform: rotate(-358deg) scale(1) skew(2deg, 2deg) translateY(-25%);
    -webkit-transform: rotate(-358deg) scale(1) skew(2deg, 2deg) translateY(-25%);
    -moz-transform: rotate(-358deg) scale(1) skew(2deg, 2deg) translateY(-25%);
    -o-transform: rotate(-358deg) scale(1) skew(2deg, 2deg) translateY(-25%);
    -ms-transform: rotate(-358deg) scale(1) skew(2deg, 2deg) translateY(-25%)
}

.auto-section,
.retail-section,
.visual-section {
    position: relative;
    width: 101%;
    left: -2px;
    top: -350px;
    height: 850px;
    z-index: 99;
    margin-bottom: -650px;
    padding-bottom: 200px;
    border: 2px solid #271b5a;
    transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0);
    -webkit-transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0);
    -moz-transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0);
    -o-transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0);
    -ms-transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0);
    background-size: cover !important
}

.auto-section .left-side-content,
.retail-section .left-side-content,
.visual-section .left-side-content {
    transform: rotate(-358deg) scale(1) skew(2deg, -7deg) translateY(-25%);
    -webkit-transform: rotate(-358deg) scale(1) skew(2deg, -7deg) translateY(-25%);
    -moz-transform: rotate(-358deg) scale(1) skew(2deg, -7deg) translateY(-25%);
    -o-transform: rotate(-358deg) scale(1) skew(2deg, -7deg) translateY(-25%);
    -ms-transform: rotate(-358deg) scale(1) skew(2deg, -7deg) translateY(-25%)
}

.strat-section {
    background: url(../images/strat-banner.png) #271b5a 50% no-repeat
}

.elec-section {
    background: url(../images/elec-banner.png) #271b5a 50% no-repeat
}

.gaming-section {
    background: url(../images/gaming-banner.jpg) #271b5a 50% no-repeat
}

.display-section {
    background: url(../images/display-banner.png) #271b5a 50% no-repeat
}

.auto-section {
    background: url(../images/auto-banner.png) #271b5a 60% no-repeat
}

.retail-section {
    background: url(../images/retail-banner.png) #271b5a 50% no-repeat
}

.visual-section {
    background: url(../images/visual-banner.png) #271b5a 50% no-repeat
}

.create-area {
    position: relative;
    width: 101%;
    background: #addde8;
    left: -2px;
    top: -350px;
    padding: 20px 0 300px;
    margin-bottom: -550px;
    z-index: 999
}

.create-area:before {
    display: inline-block;
    position: absolute;
    content: "";
    z-index: 9999;
    top: -100px;
    left: 0;
    height: 200px;
    width: 100%;
    background: #addde8;
    transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0);
    -webkit-transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0);
    -moz-transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0);
    -o-transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0);
    -ms-transform: rotate(358deg) scale(1) skew(-2deg, 7deg) translate(0)
}

.create-area .wrap {
    position: relative;
    z-index: 9999
}

.create-area h3 {
    font-size: 36px
}

.create-area h3,
.create-area p {
    color: #271b5a;
    font-weight: 400;
    font-family: Circular-Book
}

.create-area p {
    font-size: 18px;
    line-height: 42px
}

.create-area p a {
    position: relative;
    color: #ba609f;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase
}

.create-area p a:after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #ba609f;
    transition: .3s
}

.create-area p a:hover:after {
    width: 100%
}

@media only screen and (max-width:1200px) and (min-width:1px) {
    .apps-area {
        padding: 0 6%
    }
}

@media only screen and (max-width:768px) and (min-width:1px) {
    .page-template-template-sample-applications #banner .cnt h1 {
        font-size: 42px;
        line-height: 52px
    }
    .apps-area .col-xs-4 {
        text-align: center
    }
    .apps-area .icon {
        background-position: 50% !important
    }
    .apps-area p {
        margin-top: 0
    }
}

@media only screen and (max-width:580px) and (min-width:1px) {
    .apps-area h2 {
        font-size: 32px;
        line-height: 40px
    }
    .apps-area .large {
        width: 100%;
        font-size: 18px;
        line-height: 24px
    }
    .create-area .cnt {
        padding: 0 6%
    }
    .page-template-template-sample-applications #banner,
    body.page-template-template-sample-applications.is-loaded #banner {
        background: #271b5a
    }
    .page-template-template-sample-applications #banner .hero-hover,
    body.page-template-template-sample-applications.is-loaded #banner .hero-hover {
        display: none
    }
    .page-template-template-sample-applications #banner {
        min-height: 0
    }
    .left-side-content .cnt p,
    .right-side-content .cnt p {
        font-size: 14px;
        line-height: 20px
    }
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .page-template-template-sample-applications #banner .cnt h1 {
        margin-bottom: 40px;
        margin-top: 140px
    }
    .page-template-template-sample-applications #banner .cnt h1:after {
        bottom: -20px
    }
}

.page-template-template-product-new header,
.page-template-template-product header {
    z-index: 9999
}

.page-template-template-product-new header .logo,
.page-template-template-product-new header .logo a,
.page-template-template-product header .logo,
.page-template-template-product header .logo a {
    display: block;
    background-size: contain
}

.page-template-template-product-new .footer-lines,
.page-template-template-product .footer-lines {
    display: none;
    visibility: hidden
}

.page-template-template-product-new .footer-wrap,
.page-template-template-product .footer-wrap {
    background: transparent url(../images/footer-top-1.png) no-repeat top;
    margin-top: -5.5%;
    padding-top: 5.5%;
    background-size: 100%
}

@media (max-width:767px) {
    .page-template-template-product-new .footer-wrap,
    .page-template-template-product .footer-wrap {
        margin-top: -13%;
        padding-top: 16%;
        background-size: 250%
    }
}

.page-template-template-product-new .footer:before,
.page-template-template-product .footer:before {
    background: none
}

.page-template-template-product-new .wrap>.row,
.page-template-template-product .wrap>.row {
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0
}

.page-template-template-product-new .cnt,
.page-template-template-product .cnt {
    padding: 0 5%
}

@media (max-width:1024px) {
    .page-template-template-product-new .cnt,
    .page-template-template-product .cnt {
        padding: 0 3%
    }
}

.page-template-template-product-new .main,
.page-template-template-product .main {
    padding-bottom: 0
}

.page-template-template-product #hero,
.page-template-template-product-new #hero {
    padding: 0 !important
}

.page-template-template-product #hero .cnt,
.page-template-template-product-new #hero .cnt {
    padding: 0 3%
}

.page-template-template-product-new .white-new-sect,
.page-template-template-product .white-new-sect {
    padding-top: 170px
}

@media (max-width:1024px) {
    .page-template-template-product-new .white-new-sect,
    .page-template-template-product .white-new-sect {
        padding-right: 0;
        padding-left: 0
    }
}

@media (max-width:640px) {
    .page-template-template-product-new .white-new-sect,
    .page-template-template-product .white-new-sect {
        padding-top: 90px
    }
}

.page-template-template-product-new .white-new-sect .wrap .cnt>.row,
.page-template-template-product .white-new-sect .wrap .cnt>.row {
    max-width: 1280px
}

@media (max-width:1024px) and (min-width:641px) {
    .page-template-template-product-new .white-new-sect .wrap .cnt>.row,
    .page-template-template-product .white-new-sect .wrap .cnt>.row {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (min-width:1025px) {
    .page-template-template-product-new .white-new-sect .wrap .text-left,
    .page-template-template-product .white-new-sect .wrap .text-left {
        padding-left: 5%;
        padding-right: 2%
    }
}

@media (max-width:1024px) {
    .page-template-template-product-new .white-new-sect .wrap .text-left,
    .page-template-template-product .white-new-sect .wrap .text-left {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

.page-template-template-product-new .white-new-sect .wrap .text-right,
.page-template-template-product .white-new-sect .wrap .text-right {
    padding-right: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media (max-width:1024px) {
    .page-template-template-product-new .white-new-sect .wrap .text-right,
    .page-template-template-product .white-new-sect .wrap .text-right {
        text-align: center;
        padding-left: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .page-template-template-product-new .white-new-sect .wrap .text-right img,
    .page-template-template-product .white-new-sect .wrap .text-right img {
        max-width: 492px;
        width: 100%
    }
}

.page-template-template-product-new .white-new-sect .wrap .image-play,
.page-template-template-product .white-new-sect .wrap .image-play {
    position: relative
}

.page-template-template-product-new .white-new-sect .wrap .button-play,
.page-template-template-product .white-new-sect .wrap .button-play {
    background: transparent url(../images/btn-play.svg) no-repeat 50%;
    height: 48px;
    background-size: 100%;
    width: 48px;
    display: block;
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -33%)
}

@media (max-width:767px) {
    .page-template-template-product-new .white-new-sect .wrap .button-play,
    .page-template-template-product .white-new-sect .wrap .button-play {
        top: 33%
    }
}

.page-template-template-product-new .white-new-sect h2,
.page-template-template-product .white-new-sect h2 {
    font-size: 72px
}

.page-template-template-product-new .white-new-sect h2 sup,
.page-template-template-product .white-new-sect h2 sup {
    font-size: 50%
}

@media (max-width:1024px) {
    .page-template-template-product-new .white-new-sect h2,
    .page-template-template-product .white-new-sect h2 {
        font-size: 45px;
        max-width: 480px;
        line-height: 140%
    }
}

@media (max-width:767px) {
    .page-template-template-product-new .white-new-sect h2,
    .page-template-template-product .white-new-sect h2 {
        font-size: 36px
    }
}

.page-template-template-product-new .white-new-sect h2:after,
.page-template-template-product .white-new-sect h2:after {
    background: #f27070;
    width: 145px
}

.page-template-template-product-new .white-new-sect p,
.page-template-template-product .white-new-sect p {
    font-size: 20px;
    max-width: 485px
}

@media (max-width:1024px) {
    .page-template-template-product-new .white-new-sect p,
    .page-template-template-product .white-new-sect p {
        max-width: none;
        display: inline-block;
        /* width: 49%; */
        vertical-align: top;
        /* padding-left: 20px */
    }
    .page-template-template-product-new .white-new-sect p:first-of-type,
    .page-template-template-product .white-new-sect p:first-of-type {
        padding-left: 0
    }
}

@media (max-width:767px) {
    .page-template-template-product-new .white-new-sect p,
    .page-template-template-product .white-new-sect p {
        width: 100%;
        padding-left: 0
    }
}

.page-template-template-product-new .white-new-sect a.butt,
.page-template-template-product .white-new-sect a.butt {
    position: relative;
    padding: 10px 40px 10px 10px;
    border: none;
    margin-left: -10px;
    margin-top: 30px;
    left: -10px;
}

@media (max-width:1024px) {
    .page-template-template-product-new .white-new-sect a.butt,
    .page-template-template-product .white-new-sect a.butt {
        /* display: none */
    }
}

.page-template-template-product-new .white-new-sect a.butt:after,
.page-template-template-product .white-new-sect a.butt:after {
    right: 20px;
    top: 50%;
    margin-top: -6px;
    width: 21px;
    height: 12px;
    content: "";
    position: absolute;
    display: block;
    z-index: 10;
    background: transparent url(../images/arrow-link.png) no-repeat 50%
}

.page-template-template-product #section3.announcements .row,
.page-template-template-product-new #section3.announcements .row {
    max-width: 1000px
}

.page-template-template-product-new .announcements,
.page-template-template-product .announcements {
    position: relative;
    background: none;
    padding: 22px 0
}

@media (max-width:640px) {
    .page-template-template-product-new .announcements,
    .page-template-template-product .announcements {
        padding: 30px 0 25px
    }
}

.page-template-template-product-new .announcements:before,
.page-template-template-product .announcements:before {
    position: absolute;
    content: "";
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .27;
    background: url(../images/bg-1-1@2x.png) no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:640px) {
    .page-template-template-product-new .announcements:before,
    .page-template-template-product .announcements:before {
        background-size: 100% 95%
    }
}

.page-template-template-product-new .announcements .bg-s-1,
.page-template-template-product .announcements .bg-s-1 {
    padding: 14px 0
}

.page-template-template-product-new .announcements .bg-s-1:before,
.page-template-template-product .announcements .bg-s-1:before {
    background: url(../images/bg-2-1@2x.png) no-repeat 50%;
    background-size: 100% 100%;
    opacity: .15
}

.page-template-template-product-new .announcements .bg-s-2,
.page-template-template-product .announcements .bg-s-2 {
    background: url(../images/bg-3-1@2x.png) no-repeat 50%;
    background-size: 100% 100%;
    padding: 120px 0
}

@media (max-width:1024px) {
    .page-template-template-product-new .announcements .bg-s-2,
    .page-template-template-product .announcements .bg-s-2 {
        padding: 40px 0 80px
    }
}

.page-template-template-product-new .announcements h2,
.page-template-template-product .announcements h2 {
    color: #292159;
    font-size: 36px;
    font-weight: 300;
    line-height: 150%;
    margin: 0 0 60px;
    border-bottom: 2px solid #292159;
    font-family: Circular-Book
}

@media (max-width:1024px) {
    .page-template-template-product-new .announcements h2,
    .page-template-template-product .announcements h2 {
        font-size: 30px;
        margin-bottom: 40px;
        line-height: 140%
    }
}

@media (max-width:767px) {
    .page-template-template-product-new .announcements h2 span,
    .page-template-template-product .announcements h2 span {
        max-width: 286px
    }
}

.page-template-template-product-new .announcements h2 span,
.page-template-template-product .announcements h2 span {
    padding: 0 0 20px;
    position: relative;
    display: inline-block
}

.page-template-template-product-new .announcements h2 span:before,
.page-template-template-product .announcements h2 span:before {
    display: block;
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 6px;
    background: #f27070
}

@media (max-width:767px) {
    .page-template-template-product-new .announcements h2 span:before,
    .page-template-template-product .announcements h2 span:before {
        max-width: 125px
    }
}

.page-template-template-product-new .announcements ul,
.page-template-template-product .announcements ul {
    padding: 0;
    margin: -25px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-template-template-product-new .announcements ul li,
.page-template-template-product .announcements ul li {
    color: #292159;
    font-size: 24px;
    font-weight: 700;
    list-style: none;
    line-height: 140%;
    font-family: Circular_Std_Book;
    padding: 25px 0;
    width: 45%
}

.page-template-template-product-new .announcements ul li:nth-child(odd),
.page-template-template-product .announcements ul li:nth-child(odd) {
    width: 55%
}

@media (max-width:1024px) {
    .page-template-template-product-new .announcements ul li,
    .page-template-template-product .announcements ul li {
        font-size: 16px;
        margin: 10px 0;
        padding: 0
    }
}

@media (max-width:767px) {
    .page-template-template-product-new .announcements ul li,
    .page-template-template-product .announcements ul li {
        width: 100% !important;
        font-size: 14px;
        line-height: 140%
    }
}

.page-template-template-product-new .announcements ul li a,
.page-template-template-product .announcements ul li a {
    position: relative;
    display: inline-block;
    color: #292159
}

.page-template-template-product-new .announcements ul li a:hover span:before,
.page-template-template-product .announcements ul li a:hover span:before {
    width: 100%
}

.page-template-template-product-new .announcements ul li a span,
.page-template-template-product .announcements ul li a span {
    position: relative;
    padding-bottom: 2px;
    display: inline-block;
    padding-right: 7px
}

.page-template-template-product-new .announcements ul li a span:last-child,
.page-template-template-product .announcements ul li a span:last-child {
    padding-right: 0
}

.page-template-template-product-new .announcements ul li a span:before,
.page-template-template-product .announcements ul li a span:before {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #ba609f;
    transition-duration: .04s
}

.page-template-template-product-new .announcements ul li a:after,
.page-template-template-product .announcements ul li a:after {
    content: url(../images/arrow-link-2.png);
    top: 6px;
    width: 12px;
    height: 22px;
    position: relative;
    display: inline-block;
    z-index: 10;
    transition: .6s;
    background-size: contain;
    padding-left: 15px
}

@media (max-width:1024px) {
    .page-template-template-product-new .announcements ul li a:after,
    .page-template-template-product .announcements ul li a:after {
        width: 9px;
        height: 12px;
        top: 9px
    }
}

@media (max-width:640px) {
    .page-template-template-product-new .announcements ul li a:after,
    .page-template-template-product .announcements ul li a:after {
        padding-left: 0
    }
}

.page-template-template-product-new .tabs,
.page-template-template-product .tabs {
    padding-top: 90px
}

@media (max-width:767px) {
    .page-template-template-product-new .tabs,
    .page-template-template-product .tabs {
        padding-top: 50px
    }
}

.page-template-template-product-new .tabs>.row,
.page-template-template-product .tabs>.row {
    max-width: 1280px
}

.page-template-template-product-new .tabs .tab-headline ul,
.page-template-template-product .tabs .tab-headline ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0
}

.page-template-template-product-new .tabs .tab-headline ul li,
.page-template-template-product .tabs .tab-headline ul li {
    color: #36284f;
    font-size: 18px;
    letter-spacing: 6.43px;
    line-height: 32px;
    text-transform: uppercase;
    display: inline-block;
    width: 50%;
    border-bottom: 2px solid #292159;
    font-family: Circular_Std;
    font-weight: 400;
    text-align: center;
    position: relative
}

@media (max-width:1024px) {
    .page-template-template-product-new .tabs .tab-headline ul li,
    .page-template-template-product .tabs .tab-headline ul li {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .page-template-template-product-new .tabs .tab-headline ul li,
    .page-template-template-product .tabs .tab-headline ul li {
        font-size: 14px
    }
}

.page-template-template-product-new .tabs .tab-headline ul li a,
.page-template-template-product .tabs .tab-headline ul li a {
    color: #36284f
}

.page-template-template-product-new .tabs .tab-headline ul li.active a,
.page-template-template-product .tabs .tab-headline ul li.active a {
    font-weight: 700
}

.page-template-template-product-new .tabs .tab-headline ul li.active:after,
.page-template-template-product .tabs .tab-headline ul li.active:after {
    display: block;
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 6px;
    background: #f27070
}

.page-template-template-product-new .tabs .tab-content>.row,
.page-template-template-product .tabs .tab-content>.row {
    max-width: 1280px
}

.page-template-template-product-new .tabs .tab-content .tab-slider-section,
.page-template-template-product .tabs .tab-content .tab-slider-section {
    padding: 90px 0
}

@media (max-width:1024px) and (min-width:768px) {
    .page-template-template-product-new .tabs .tab-content .tab-slider-section .row .col-xs-6,
    .page-template-template-product .tabs .tab-content .tab-slider-section .row .col-xs-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media (max-width:767px) {
    .page-template-template-product-new .tabs .tab-content .tab-slider-section,
    .page-template-template-product .tabs .tab-content .tab-slider-section {
        padding-top: 50px;
        padding-bottom: 0
    }
}

.page-template-template-product-new .tabs .tab-content .tab-slider-section>.row,
.page-template-template-product .tabs .tab-content .tab-slider-section>.row {
    margin-left: 0;
    margin-right: 0
}

.page-template-template-product-new .tabs .tab-content .tab-slider-section>.row>div,
.page-template-template-product .tabs .tab-content .tab-slider-section>.row>div {
    padding-left: 0;
    padding-right: 0
}

@media (max-width:767px) {
    .page-template-template-product-new .tabs .tab-content .tab-slider-section>.row,
    .page-template-template-product .tabs .tab-content .tab-slider-section>.row {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.page-template-template-product-new .tabs .tab-content .tab-slider-section .swiper-container,
.page-template-template-product .tabs .tab-content .tab-slider-section .swiper-container {
    box-shadow: 0 14px 30px rgba(0, 0, 0, .1)
}

@media (max-width:767px) {
    .page-template-template-product-new .tabs .tab-content .tab-slider-section .swiper-container,
    .page-template-template-product .tabs .tab-content .tab-slider-section .swiper-container {
        margin: 0 10%
    }
}

.page-template-template-product-new .tabs .tab-content .tab-slider-section .swiper-button-next,
.page-template-template-product .tabs .tab-content .tab-slider-section .swiper-button-next {
    background: transparent url(../images/arrow-slider.png) no-repeat 50%;
    right: -10%
}

@media (max-width:1024px) and (min-width:768px) {
    .page-template-template-product-new .tabs .tab-content .tab-slider-section .swiper-button-next,
    .page-template-template-product .tabs .tab-content .tab-slider-section .swiper-button-next {
        right: -11%
    }
}

@media (max-width:767px) {
    .page-template-template-product-new .tabs .tab-content .tab-slider-section .swiper-button-next,
    .page-template-template-product .tabs .tab-content .tab-slider-section .swiper-button-next {
        right: 0
    }
}

.page-template-template-product-new .tabs .tab-content .tab-slider-section .swiper-button-prev,
.page-template-template-product .tabs .tab-content .tab-slider-section .swiper-button-prev {
    transform: rotate(-180deg);
    background: transparent url(../images/arrow-slider.png) no-repeat 50%;
    left: -10%
}

@media (max-width:1024px) and (min-width:768px) {
    .page-template-template-product-new .tabs .tab-content .tab-slider-section .swiper-button-prev,
    .page-template-template-product .tabs .tab-content .tab-slider-section .swiper-button-prev {
        left: -11%
    }
}

@media (max-width:767px) {
    .page-template-template-product-new .tabs .tab-content .tab-slider-section .swiper-button-prev,
    .page-template-template-product .tabs .tab-content .tab-slider-section .swiper-button-prev {
        left: 0
    }
}

.page-template-template-product-new .tabs .tab-content .tab-slider-section .inner-slider,
.page-template-template-product .tabs .tab-content .tab-slider-section .inner-slider {
    position: relative
}

.page-template-template-product-new .tabs .tab-content .text-slider,
.page-template-template-product .tabs .tab-content .text-slider {
    padding-left: 14%
}

@media (max-width:767px) {
    .page-template-template-product-new .tabs .tab-content .text-slider,
    .page-template-template-product .tabs .tab-content .text-slider {
        padding-left: 0;
        padding-bottom: 30px
    }
}

.page-template-template-product-new .tabs .tab-content .text-slider.text-slider-tablet,
.page-template-template-product .tabs .tab-content .text-slider.text-slider-tablet {
    padding-left: 0
}

.page-template-template-product-new .tabs .tab-content .text-slider.text-slider-tablet .box,
.page-template-template-product .tabs .tab-content .text-slider.text-slider-tablet .box {
    display: none
}

@media (max-width:1024px) and (min-width:768px) {
    .page-template-template-product-new .tabs .tab-content .text-slider.text-slider-tablet .box,
    .page-template-template-product .tabs .tab-content .text-slider.text-slider-tablet .box {
        display: block
    }
}

.page-template-template-product-new .tabs .tab-content .text-slider h2,
.page-template-template-product .tabs .tab-content .text-slider h2 {
    color: #292159;
    font-family: Circular_Std;
    font-size: 68px;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 20px
}

@media (max-width:1260px) {
    .page-template-template-product-new .tabs .tab-content .text-slider h2,
    .page-template-template-product .tabs .tab-content .text-slider h2 {
        font-size: 45px
    }
}

@media (max-width:860px) {
    .page-template-template-product-new .tabs .tab-content .text-slider h2,
    .page-template-template-product .tabs .tab-content .text-slider h2 {
        font-size: 36px
    }
}

.page-template-template-product-new .tabs .tab-content .text-slider .type,
.page-template-template-product .tabs .tab-content .text-slider .type {
    color: #ba609f;
    font-family: Circular_Std;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 180%;
    text-transform: uppercase;
    margin-bottom: 20px
}

@media (max-width:1024px) {
    .page-template-template-product-new .tabs .tab-content .text-slider .type,
    .page-template-template-product .tabs .tab-content .text-slider .type {
        font-size: 12px
    }
}

.page-template-template-product-new .tabs .tab-content .text-slider p,
.page-template-template-product-new .tabs .tab-content .text-slider ul,
.page-template-template-product-new .tabs .tab-content .text-slider ol,
.page-template-template-product .tabs .tab-content .text-slider p {
    color: #4b4473;
    font-family: Apercu_Light;
    font-size: 18px;
    font-weight: 300;
    line-height: 180%
}

@media (max-width:1024px) {
    .page-template-template-product-new .tabs .tab-content .text-slider p,
    .page-template-template-product .tabs .tab-content .text-slider p {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .page-template-template-product-new .tabs .tab-content .text-slider p,
    .page-template-template-product .tabs .tab-content .text-slider p {
        font-size: 14px
    }
}

.page-template-template-product-new .tabs .tab-content .text-slider .box,
.page-template-template-product .tabs .tab-content .text-slider .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #ba609f;
    font-family: Circular_Std;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 180%;
    margin-top: 40px
}

.page-template-template-product-new .tabs .tab-content .text-slider .box span,
.page-template-template-product .tabs .tab-content .text-slider .box span {
    padding: 0 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media (max-width:1024px) and (min-width:768px) {
    /*
		.page-template-template-product-new .tabs .tab-content .text-slider .box,
		.page-template-template-product .tabs .tab-content .text-slider .box {
			display: none
		}
	*/
}

@media (max-width:767px) {
    .page-template-template-product-new .tabs .tab-content .text-slider .box,
    .page-template-template-product .tabs .tab-content .text-slider .box {
        margin-top: 20px
    }
}

.page-template-template-product-new .tabs .tab-content .text-slider .logo,
.page-template-template-product .tabs .tab-content .text-slider .logo {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.page-template-template-product-new .tabs .tab-content .text-slider .logo img,
.page-template-template-product .tabs .tab-content .text-slider .logo img {
    width: auto;
    height: 100%;
    max-height: 60px;
    display: block;
    max-width: 150px
}

@media (max-width:1260px) {
    .page-template-template-product-new .tabs .tab-content .text-slider .logo img,
    .page-template-template-product .tabs .tab-content .text-slider .logo img {
        max-height: 36px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        display: inline-block;
        vertical-align: middle
    }
}

@media (max-width:375px) {
    .page-template-template-product-new .tabs .tab-content .text-slider .logo img,
    .page-template-template-product .tabs .tab-content .text-slider .logo img {
        max-height: 30px
    }
}

.page-template-template-product-new .tabs .tab-content .text-slider .butt,
.page-template-template-product .tabs .tab-content .text-slider .butt {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #ba609f;
    font-family: Circular_Std;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 6.43px;
    line-height: 180%;
    text-transform: uppercase;
    padding: 12px 20px;
    border: 3px solid #ba609f;
    min-width: 250px;
    text-align: center
}

@media (max-width:1200px) {
    .page-template-template-product-new .tabs .tab-content .text-slider .butt,
    .page-template-template-product .tabs .tab-content .text-slider .butt {
        font-size: 14px;
        letter-spacing: 5px;
        line-height: 32px;
        min-width: auto;
        padding: 5px 20px;
        width: 100%;
        max-width: 205px
    }
}

@media (max-width:860px) and (min-width:767px) {
    .page-template-template-product-new .tabs .tab-content .text-slider .butt,
    .page-template-template-product .tabs .tab-content .text-slider .butt {
        max-width: 155px
    }
}

@media (max-width:640px) {
    .page-template-template-product-new .tabs .tab-content .text-slider .butt,
    .page-template-template-product .tabs .tab-content .text-slider .butt {
        max-width: 185px
    }
}

@media (max-width:375px) {
    .page-template-template-product-new .tabs .tab-content .text-slider .butt,
    .page-template-template-product .tabs .tab-content .text-slider .butt {
        padding: 5px 10px
    }
}

.page-template-template-product-new .tabs .tab-content .image-box,
.page-template-template-product .tabs .tab-content .image-box {
    background: #fff;
    padding: 6% 12%;
    margin: auto
}

.page-template-template-product-new .tabs .tab-content .image-box img,
.page-template-template-product .tabs .tab-content .image-box img {
    max-width: 427px;
    width: 100%;
    display: block;
    margin: auto
}

.page-template-template-product-new .tabs #tab-2,
.page-template-template-product .tabs #tab-2 {
    display: none
}

.page-template-template-product-new .top-spec,
.page-template-template-product .top-spec {
    padding: 9% 0 0;
    position: relative;
    background: url(../images/top-spec.png) no-repeat top;
    background-size: 105%
}

@media (max-width:767px) {
    .page-template-template-product-new .top-spec,
    .page-template-template-product .top-spec {
        padding: 12.33% 0 0;
        background-size: 150%
    }
}

@media (max-width:480px) {
    .page-template-template-product-new .top-spec,
    .page-template-template-product .top-spec {
        padding: 15.33% 0 0;
        background-size: 200%
    }
}

.page-template-template-product-new .bottom-spec,
.page-template-template-product .bottom-spec {
    padding: 0 0 7.5%;
    position: relative;
    background: url(../images/bottom-spec.png) no-repeat bottom;
    background-size: 105%
}

@media (max-width:1200px) {
    .page-template-template-product-new .bottom-spec,
    .page-template-template-product .bottom-spec {
        padding: 0 0 7.4%
    }
}

@media (max-width:1024px) {
    .page-template-template-product-new .bottom-spec,
    .page-template-template-product .bottom-spec {
        padding: 0 0 7.3%
    }
}

@media (max-width:767px) {
    .page-template-template-product-new .bottom-spec,
    .page-template-template-product .bottom-spec {
        padding: 0 0 10.33%;
        background-size: 150%
    }
}

@media (max-width:480px) {
    .page-template-template-product-new .bottom-spec,
    .page-template-template-product .bottom-spec {
        padding: 0 0 12.33%;
        background-size: 200%
    }
}

.page-template-template-product-new .bg-spec,
.page-template-template-product .bg-spec {
    background: #addde8;
    padding-bottom: 100px
}

@media (max-width:1024px) {
    .page-template-template-product-new .bg-spec,
    .page-template-template-product .bg-spec {
        padding: 0 20px 50px
    }
}

.page-template-template-product-new .bg-spec>.row,
.page-template-template-product .bg-spec>.row {
    max-width: 1280px
}

@media (min-width:1025px) {
    .page-template-template-product-new .spes-section,
    .page-template-template-product .spes-section {
        border-bottom: 2px solid #292159
    }
}

@media (max-width:1024px) and (min-width:768px) {
    .page-template-template-product-new .spes-section,
    .page-template-template-product .spes-section {
        margin-bottom: -18%
    }
}

.page-template-template-product-new .spes-section h2,
.page-template-template-product .spes-section h2 {
    color: #292159;
    font-size: 36px;
    font-weight: 300;
    line-height: 150%;
    font-family: Circular-Book;
    margin-bottom: 10px;
    border-bottom: 2px solid #292159;
    position: relative
}

.page-template-template-product-new .spes-section h2:before,
.page-template-template-product .spes-section h2:before {
    content: "";
    width: 96px;
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 6px;
    background: #f27070
}

@media (max-width:1024px) {
    .page-template-template-product-new .spes-section h2,
    .page-template-template-product .spes-section h2 {
        font-size: 30px
    }
}

.page-template-template-product-new .spes-section .row-spec,
.page-template-template-product .spes-section .row-spec {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border-top: 2px solid #292159
}

@media (max-width:767px) {
    .page-template-template-product-new .spes-section .row-spec,
    .page-template-template-product .spes-section .row-spec {
        margin-bottom: 10px
    }
}

.page-template-template-product-new .spes-section .row-spec:before,
.page-template-template-product .spes-section .row-spec:before {
    content: "";
    width: 96px;
    position: absolute;
    left: 0;
    top: -2px;
    height: 6px;
    background: #292159
}

.page-template-template-product-new .spes-section .row-spec:first-of-type,
.page-template-template-product .spes-section .row-spec:first-of-type {
    /*
	Zak Hid this on 11/28/19
	border: none;
	*/
}

.page-template-template-product-new .spes-section .row-spec:first-of-type:before,
.page-template-template-product .spes-section .row-spec:first-of-type:before {
    /*
	Zak Hid this on 11/28/19
	border: none;
	height: 0
	*/
}

.page-template-template-product-new .spes-section .row-spec:first-of-type .name h3,
.page-template-template-product .spes-section .row-spec:first-of-type .name h3 {
    margin-top: 10px
}

.page-template-template-product-new .spes-section .row-spec .name,
.page-template-template-product .spes-section .row-spec .name {
    width: 23%
}

@media (max-width:767px) {
    .page-template-template-product-new .spes-section .row-spec .name,
    .page-template-template-product .spes-section .row-spec .name {
        width: 100%
    }
}

.page-template-template-product-new .spes-section .row-spec .name h3,
.page-template-template-product .spes-section .row-spec .name h3 {
    color: #292159;
    font-family: Circular_Std_Book;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    ;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

@media (max-width:1024px) {
    .page-template-template-product-new .spes-section .row-spec .name h3,
    .page-template-template-product .spes-section .row-spec .name h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px
    }
}

@media (max-width:767px) {
    .page-template-template-product-new .spes-section .row-spec .name h3,
    .page-template-template-product .spes-section .row-spec .name h3 {
        display: inline-block;
        text-transform: uppercase
    }
}

.page-template-template-product-new .spes-section .row-spec .name span,
.page-template-template-product .spes-section .row-spec .name span {
    color: #292159;
    font-family: Circular_Std_Book;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 32px;
    text-transform: uppercase
}

.page-template-template-product-new .spes-section .row-spec .table-block,
.page-template-template-product .spes-section .row-spec .table-block {
    width: 77%;
    position: relative
}

@media (max-width:767px) {
    .page-template-template-product-new .spes-section .row-spec .table-block,
    .page-template-template-product .spes-section .row-spec .table-block {
        width: 100%
    }
}

.page-template-template-product-new .spes-section .row-spec .table-block:before,
.page-template-template-product .spes-section .row-spec .table-block:before {
    background: #c8e9ef;
    opacity: .8;
    height: 100%;
    width: 12px;
    position: absolute;
    left: 0;
    top: 0;
    content: ""
}

@media (max-width:1024px) {
    .page-template-template-product-new .spes-section .row-spec .table-block:before,
    .page-template-template-product .spes-section .row-spec .table-block:before {
        width: 6px
    }
}

.page-template-template-product-new .spes-section .row-spec .table-block:after,
.page-template-template-product .spes-section .row-spec .table-block:after {
    background: #c8e9ef;
    opacity: .3;
    height: 100%;
    width: 12px;
    position: absolute;
    right: 0;
    top: 0;
    content: ""
}

@media (max-width:1024px) {
    .page-template-template-product-new .spes-section .row-spec .table-block:after,
    .page-template-template-product .spes-section .row-spec .table-block:after {
        width: 6px
    }
}

@media (max-width:767px) {
    .page-template-template-product-new .spes-section .row-spec .table-block:after,
    .page-template-template-product .spes-section .row-spec .table-block:after {
        display: none
    }
}

.page-template-template-product-new .spes-section .row-spec .table-block .cell,
.page-template-template-product .spes-section .row-spec .table-block .cell {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:1024px) {
    .page-template-template-product-new .spes-section .row-spec .table-block .cell,
    .page-template-template-product .spes-section .row-spec .table-block .cell {
        padding: 0 6px
    }
}

@media (max-width:767px) {
    .page-template-template-product-new .spes-section .row-spec .table-block .cell,
    .page-template-template-product .spes-section .row-spec .table-block .cell {
        padding: 5px 0
    }
}

.page-template-template-product-new .spes-section .row-spec .table-block .cell:nth-child(odd),
.page-template-template-product .spes-section .row-spec .table-block .cell:nth-child(odd) {
    background: #dbeef2
}

.page-template-template-product-new .spes-section .row-spec .table-block .cell:nth-child(2n),
.page-template-template-product .spes-section .row-spec .table-block .cell:nth-child(2n) {
    background: #fff
}

@media (min-width:768px) {
    .page-template-template-product-new .spes-section .row-spec .table-block .cell:nth-child(2n) .column:first-child,
    .page-template-template-product .spes-section .row-spec .table-block .cell:nth-child(2n) .column:first-child {
        background: #ebf7f9
    }
}

.page-template-template-product-new .spes-section .row-spec .table-block .cell .column,
.page-template-template-product .spes-section .row-spec .table-block .cell .column {
    color: #292159;
    font-family: Apercu_Light;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    padding: 3px 30px
}

@media (max-width:1024px) {
    .page-template-template-product-new .spes-section .row-spec .table-block .cell .column,
    .page-template-template-product .spes-section .row-spec .table-block .cell .column {
        padding: 3px 20px
    }
}

@media (max-width:767px) {
    .page-template-template-product-new .spes-section .row-spec .table-block .cell .column,
    .page-template-template-product .spes-section .row-spec .table-block .cell .column {
        padding: 0 20px;
        width: 100% !important;
        font-size: 16px;
        line-height: 120%
    }
}

.page-template-template-product-new .spes-section .row-spec .table-block .cell .column:first-child,
.page-template-template-product .spes-section .row-spec .table-block .cell .column:first-child {
    width: 34%;
    font-weight: 600
}

.page-template-template-product-new .spes-section .row-spec .table-block .cell .column:last-width,
.page-template-template-product .spes-section .row-spec .table-block .cell .column:last-width {
    width: 66%;
    font-weight: 300
}

.page-template-template-product-new .bg-doc-section,
.page-template-template-product .bg-doc-section {
    background: #2d2858;
    padding: 10% 0;
    margin-top: -10%;
    margin-bottom: -10%
}

@media (max-width:640px) {
    .page-template-template-product-new .bg-doc-section,
    .page-template-template-product .bg-doc-section {
        margin-top: -13%
    }
}

.page-template-template-product-new .doc-section,
.page-template-template-product .doc-section {
    padding: 70px 0 100px
}

@media (max-width:1024px) {
    .page-template-template-product-new .doc-section,
    .page-template-template-product .doc-section {
        padding: 80px 0
    }
}

@media (max-width:767px) {
    .page-template-template-product-new .doc-section,
    .page-template-template-product .doc-section {
        padding: 40px 20px 80px
    }
}

.page-template-template-product-new .doc-section .link,
.page-template-template-product .doc-section .link {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.page-template-template-product-new .doc-section .link a,
.page-template-template-product .doc-section .link a {
    color: #fff;
    font-family: Circular_Std;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 6.43px;
    line-height: 180%;
    text-transform: uppercase;
    padding: 12px 20px;
    border: 3px solid #fff;
    max-width: 420px;
    text-align: center;
    display: block;
    margin: auto
}

.page-template-template-product-new .doc-section .link.exp a,
.page-template-template-product .doc-section .link.exp a {
    color: #f27070;
    border-color: #f27070
}

.page-template-template-product-new .announcements.invert,
.page-template-template-product .announcements.invert {
    background: url(../images/top-1.png) no-repeat top;
    background-size: 100%;
    padding-top: 3.5%
}

.page-template-template-product-new .announcements.invert:before,
.page-template-template-product .announcements.invert:before {
    display: none
}

@media (max-width:1024px) {
    .page-template-template-product-new .announcements.invert,
    .page-template-template-product .announcements.invert {
        padding-top: 2.8%
    }
}

@media (max-width:767px) {
    .page-template-template-product-new .announcements.invert,
    .page-template-template-product .announcements.invert {
        padding: 7% 0 0;
        background-size: 150%
    }
}

@media (max-width:480px) {
    .page-template-template-product-new .announcements.invert,
    .page-template-template-product .announcements.invert {
        padding: 9% 0 0;
        background-size: 200%
    }
}

.page-template-template-product-new .announcements.invert .bg-s-1,
.page-template-template-product .announcements.invert .bg-s-1 {
    background: url(../images/bottom-1.png) no-repeat bottom;
    background-size: 100%;
    padding-bottom: 6%
}

@media (max-width:767px) {
    .page-template-template-product-new .announcements.invert .bg-s-1,
    .page-template-template-product .announcements.invert .bg-s-1 {
        padding: 0 0 9%;
        background-size: 150%
    }
}

@media (max-width:480px) {
    .page-template-template-product-new .announcements.invert .bg-s-1,
    .page-template-template-product .announcements.invert .bg-s-1 {
        padding: 0 0 11%;
        background-size: 200%
    }
}

.page-template-template-product-new .announcements.invert .bg-s-1:before,
.page-template-template-product .announcements.invert .bg-s-1:before {
    display: none
}

.page-template-template-product-new .announcements.invert .bg-s-2,
.page-template-template-product .announcements.invert .bg-s-2 {
    background: #addde8;
    padding: 50px 0
}

@media (max-width:767px) {
    .page-template-template-product-new .announcements.invert .bg-s-2,
    .page-template-template-product .announcements.invert .bg-s-2 {
        padding: 30px 0
    }
}

.page-template-template-product-new .announcements.invert .copy a,
.page-template-template-product .announcements.invert .copy a {
    display: inline-block
}

.page-template-template-product-new .faq-section,
.page-template-template-product .faq-section {
    padding: 60px 0;
    z-index: 999;
    background: #fff;
}

@media (max-width:640px) {
    .page-template-template-product-new .faq-section,
    .page-template-template-product .faq-section {
        padding: 30px 0
    }
}

.page-template-template-product-new .faq-section h2,
.page-template-template-product .faq-section h2 {
    color: #292159;
    font-size: 36px;
    font-weight: 300;
    line-height: 150%;
    margin: 0 0 60px;
    border-bottom: 2px solid #292159;
    font-family: Circular-Book
}

@media (max-width:1024px) {
    .page-template-template-product-new .faq-section h2,
    .page-template-template-product .faq-section h2 {
        font-size: 30px;
        margin-bottom: 40px
    }
}

.page-template-template-product-new .faq-section h2 span,
.page-template-template-product .faq-section h2 span {
    padding: 0 0 20px;
    position: relative;
    display: inline-block
}

.page-template-template-product-new .faq-section h2 span:before,
.page-template-template-product .faq-section h2 span:before {
    display: block;
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 6px;
    background: #ba609f
}

.page-template-template-product-new .faq-section ul#faq-section {
    padding: 0;
    margin: 0
}

.page-template-template-product-new .faq-section ul#faq-section>li {
    list-style: none;
    border-bottom: 2px solid rgba(173, 221, 232, .9);
    color: #292159;
    font-family: Circular_Std;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 20px 0 0;
}

.page-template-template-product-new .faq-section ul#faq-section li a.quest {
    font-weight: 700;
    position: relative;
    padding-right: 40px;
    display: block;
    color: #292159
}

.page-template-template-product-new .faq-section ul#faq-section li a.quest:after {
    right: 10px;
    top: 6px;
    width: 23px;
    height: 13px;
    content: "";
    position: absolute;
    display: block;
    z-index: 10;
    background: transparent url(../images/arrow-accordion.png) no-repeat 50%
}

.page-template-template-product-new .faq-section ul#faq-section li .text {
    display: block
}

.page-template-template-product-new .faq-section ul#faq-section li.active a:after {
    transform: rotate(180deg)
}

.page-template-template-product-new .faq-section ul#faq-section li.active .text,
.page-template-template-product .faq-section ul li.active .text {
    display: block
}

.page-template-template-product-new .faq-section .text a,
.page-template-template-product .faq-section .text a {
    font-weight: 700
}

.page-template-template-product-new .product-bottom-section,
.page-template-template-product .product-bottom-section {
    position: relative;
    padding: 8% 0 0;
    background: url(../images/top-prod.png) no-repeat top;
    background-size: 100%
}

@media (max-width:767px) {
    .page-template-template-product-new .product-bottom-section,
    .page-template-template-product .product-bottom-section {
        background-size: 220%;
        padding: 16% 0 0
    }
}

@media (max-width:480px) {
    .page-template-template-product-new .product-bottom-section,
    .page-template-template-product .product-bottom-section {
        padding: 20% 0 0;
        background-size: 300%
    }
}

.page-template-template-product-new .product-bottom-section .wrap,
.page-template-template-product .product-bottom-section .wrap {
    background: #acdce7;
    padding-bottom: 8%
}

.page-template-template-product-new .product-bottom-section h2,
.page-template-template-product .product-bottom-section h2 {
    color: #292159;
    font-size: 36px;
    font-weight: 300;
    line-height: 150%;
    margin: 0 0 60px;
    border-bottom: 2px solid #292159;
    font-family: Circular-Book
}

@media (max-width:1024px) {
    .page-template-template-product-new .product-bottom-section h2,
    .page-template-template-product .product-bottom-section h2 {
        font-size: 30px;
        margin-bottom: 40px
    }
}

.page-template-template-product-new .product-bottom-section h2 span,
.page-template-template-product .product-bottom-section h2 span {
    padding: 0 0 20px;
    position: relative;
    display: inline-block
}

.page-template-template-product-new .product-bottom-section h2 span:before,
.page-template-template-product .product-bottom-section h2 span:before {
    display: block;
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 6px;
    background: #f27070
}

.page-template-template-product-new .product-bottom-section .content-product,
.page-template-template-product .product-bottom-section .content-product {
    padding-bottom: 50px
}

.page-template-template-product-new .product-bottom-section .content-product>.row,
.page-template-template-product .product-bottom-section .content-product>.row {
    max-width: 1280px;
    padding-left: .5rem;
    paddin-right: .5rem
}

.page-template-template-product-new .product-bottom-section .content-product .text-product h2,
.page-template-template-product .product-bottom-section .content-product .text-product h2 {
    color: #292159;
    font-family: Circular_Std;
    font-size: 36px;
    font-weight: 500;
    line-height: 60px;
    position: relative;
    border: none
}

@media (max-width:1024px) {
    .page-template-template-product-new .product-bottom-section .content-product .text-product h2,
    .page-template-template-product .product-bottom-section .content-product .text-product h2 {
        font-size: 30px;
        margin-bottom: 40px;
        line-height: 140%
    }
}

.page-template-template-product-new .product-bottom-section .content-product .text-product h2:before,
.page-template-template-product .product-bottom-section .content-product .text-product h2:before {
    display: block;
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    width: 97px;
    height: 6px;
    background: #ba609f
}

.page-template-template-product-new .product-bottom-section .content-product .text-product p,
.page-template-template-product .product-bottom-section .content-product .text-product p {
    color: #4b4473;
    font-family: Apercu_Light;
    font-size: 18px;
    font-weight: 300;
    line-height: 180%
}

@media (max-width:1024px) {
    .page-template-template-product-new .product-bottom-section .content-product .text-product p,
    .page-template-template-product .product-bottom-section .content-product .text-product p {
        font-size: 16px;
        max-width: 225px
    }
}

.page-template-template-product-new .product-bottom-section .content-product .text-product .box,
.page-template-template-product .product-bottom-section .content-product .text-product .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #ba609f;
    font-family: Circular_Std;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 180%;
    margin-top: 40px
}

.page-template-template-product-new .product-bottom-section .content-product .text-product .box span,
.page-template-template-product .product-bottom-section .content-product .text-product .box span {
    padding: 0 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.page-template-template-product-new .product-bottom-section .content-product .text-product .logo,
.page-template-template-product .product-bottom-section .content-product .text-product .logo {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.page-template-template-product-new .product-bottom-section .content-product .text-product img,
.page-template-template-product .product-bottom-section .content-product .text-product img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: auto;
    height: 100%;
    max-height: 60px;
    display: block
}

@media (max-width:1024px) {
    .page-template-template-product-new .product-bottom-section .content-product .text-product img,
    .page-template-template-product .product-bottom-section .content-product .text-product img {
        max-height: 36px
    }
}

.page-template-template-product-new .product-bottom-section .content-product .text-product .butt,
.page-template-template-product .product-bottom-section .content-product .text-product .butt {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #ba609f;
    font-family: Circular_Std;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 6.43px;
    line-height: 180%;
    text-transform: uppercase;
    padding: 12px 20px;
    border: 3px solid #ba609f;
    min-width: 250px;
    text-align: center
}

@media (max-width:1200px) {
    .page-template-template-product-new .product-bottom-section .content-product .text-product .butt,
    .page-template-template-product .product-bottom-section .content-product .text-product .butt {
        font-size: 14px;
        letter-spacing: 5px;
        line-height: 32px;
        min-width: 184px
    }
}

.page-template-template-product-new .product-bottom-section .content-product .image-product,
.page-template-template-product .product-bottom-section .content-product .image-product {
    text-align: center
}

.page-template-template-product-new .product-bottom-section .content-product .image-product img,
.page-template-template-product .product-bottom-section .content-product .image-product img {
    max-width: 380px;
    width: 100%;
    display: block;
    margin: auto
}

.page-template-template-product-new .faq-section ul#faq-section li .text,
.page-template-template-product .faq-section ul li .text {
    display: none
}

.page-template-template-product-new .faq-section ul#faq-section li.show-item-faqe .text,
.page-template-template-product .faq-section ul li.show-item-faq .text {
    display: block
}

@media only screen and (max-width:1024px) and (min-width:981px) {
    .page-template-template-product-new .announcements .bg-s-2,
    .page-template-template-product .announcements .bg-s-2 {
        background-size: 200% 100%
    }
}

@media only screen and (max-width:980px) and (min-width:1px) {
    .page-template-template-product-new .white-new-sect .wrap .text-right {
        margin-bottom: 10px
    }
    .page-template-template-product-new .white-new-sect .wrap .text-right img,
    .page-template-template-product .white-new-sect .wrap .text-right img {
        max-width: 443px
    }
}

@media only screen and (max-width:768px) and (min-width:1px) {
    .page-template-template-product-new .white-new-sect h2 {
        font-size: 45px;
        max-width: 506px
    }
}

@media only screen and (max-width:640px) and (min-width:1px) {
    .page-template-template-product-new .white-new-sect {
        padding-right: 0;
        padding-left: 0
    }
    .page-template-template-product-new .white-new-sect .wrap .text-right img,
    .page-template-template-product .white-new-sect .wrap .text-right img {
        max-width: 247px
    }
    .page-template-template-product-new .white-new-sect h2 {
        font-size: 36px;
        line-height: 120%;
        /* margin-bottom: 0; */
    }
    .page-template-template-product-new .white-new-sect,
    .page-template-template-product .white-new-sect {
        padding-bottom: 10px
    }
    .page-template-template-product-new .white-new-sect p,
    .page-template-template-product .white-new-sect p {
        font-size: 14px
    }
    .page-template-template-product-new .white-new-sect p strong,
    .page-template-template-product .white-new-sect p strong {
        font-size: 18px
    }
    .page-template-template-product-new .announcements h2,
    .page-template-template-product .announcements h2 {
        line-height: 125%
    }
    .page-template-template-product-new .announcements .bg-s-2,
    .page-template-template-product .announcements .bg-s-2 {
        padding: 57px 0 98px
    }
    .page-template-template-product-new .cnt,
    .page-template-template-product .cnt {
        padding: 0
    }
    .hamburger {
        position: absolute;
        right: 0;
        top: 30px
    }
    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        width: 30px
    }
}

@media only screen and (max-width:980px) and (min-width:1px) {
    .page-template-template-product-new .product-bottom-section .bg-s-2,
    .page-template-template-product .product-bottom-section .bg-s-2 {
        padding-top: 95px;
        padding-bottom: 230px
    }
    .page-template-template-product-new .product-bottom-section h2 span,
    .page-template-template-product .product-bottom-section h2 span {
        padding: 0 0 12px
    }
    .page-template-template-product-new .product-bottom-section .content-product .text-product h2,
    .page-template-template-product .product-bottom-section .content-product .text-product h2 {
        padding-bottom: 20px;
        margin-bottom: 28px
    }
}

@media only screen and (max-width:980px) and (min-width:768px) {
    .page-template-template-product-new .product-bottom-section .text-product,
    .page-template-template-product .product-bottom-section .col-xs-6 .text-product {
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
        max-width: 55%
    }
    .page-template-template-product-new .product-bottom-section .image-product,
    .page-template-template-product .product-bottom-section .col-xs-6 .image-product {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        max-width: 45%
    }
}

@media only screen and (max-width:767px) and (min-width:1px) {
    .page-template-template-product-new .product-bottom-section .bg-s-2,
    .page-template-template-product .product-bottom-section .bg-s-2 {
        padding-top: 84px
    }
    .page-template-template-product-new .cnt,
    .page-template-template-product .cnt {
        padding: 0
    }
}

@media only screen and (max-width:640px) and (min-width:1px) {
    .page-template-template-product-new .product-bottom-section .content-product .text-product .butt,
    .page-template-template-product .product-bottom-section .content-product .text-product .butt {
        line-height: 125%;
        min-width: 158px;
        padding: 10px
    }
    .page-template-template-product-new .product-bottom-section .content-product .text-product .box span,
    .page-template-template-product .product-bottom-section .content-product .text-product .box span {
        padding: 0 10px;
        font-size: 16px
    }
    .page-template-template-product-new .product-bottom-section .content-product .text-product .box,
    .page-template-template-product .product-bottom-section .content-product .text-product .box {
        margin-top: 16px
    }
    .page-template-template-product-new .product-bottom-section .content-product .image-product,
    .page-template-template-product .product-bottom-section .content-product .image-product {
        padding-top: 30px
    }
    .page-template-template-product-new .product-bottom-section .bg-s-2,
    .page-template-template-product .product-bottom-section .bg-s-2 {
        padding-bottom: 206px
    }
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .page-template-template-homepage .header,
    .page-template-template-product-new .header,
    .page-template-template-product .header {
        width: 88%
    }
    .page-template-template-homepage .topnav>ul,
    .page-template-template-product-new .topnav>ul,
    .page-template-template-product .topnav>ul {
        display: none
    }
    .menu-mobile-navigation-container {
        padding-left: 50px;
        padding-right: 50px
    }
    .mobile-nav ul {
        text-align: left;
        margin-top: 100px;
        border-top: 2px solid #fff
    }
    .mobile-nav ul li a {
        font-size: 18px;
        color: #fff
    }
    .mobile-nav ul li {
        margin: 14px 0
    }
    .mobile-nav ul li .sub-menu {
        margin-top: 0;
        border: none
    }
    .mobile-nav ul li .sub-menu li {
        margin: 5px 0 0
    }
    .mobile-nav ul li .sub-menu li a {
        color: #fff;
        font-family: Circular_Std_Book;
        font-size: 12px;
        font-weight: 300;
        line-height: 24px;
        text-transform: uppercase;
        letter-spacing: 4.29px
    }
    .mobile-nav .logo a {
        text-indent: -9999px;
        background: url(../images/logo.png) 0 no-repeat;
        width: 119px;
        height: 25px;
        position: absolute;
        left: 50px;
        top: 50px;
        background-size: 100%
    }
    .head-menu {
        position: relative
    }
}

@media (max-width:767px) {
    .menu-mobile-navigation-container {
        padding-left: 20px;
        padding-right: 20px
    }
    .mobile-nav .logo a {
        left: 20px
    }
}


/*# sourceMappingURL=main.css.map */