.lb-loader, .lightbox {
    text-align: center;
    line-height: 0
}

.lb-dataContainer:after, .lb-outerContainer:after {
    content: "";
    clear: both
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-loader, .lb-nav {
    position: absolute;
    left: 0
}

.lb-outerContainer:after {
    display: table
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next, .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    display: table
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1
}

/*!
 * bootstrap-grid 2.0.0-rc.1
 * Copyright 2015 Santeri Hiltunen
 * Licensed under MIT (https://github.com/Hilzu/bootstrap-grid/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both
}

.container {
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box
}

.row {
    margin-left: -2%;
    margin-right: -2%
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-2-4, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 2%;
    padding-right: 2%;
    box-sizing: border-box
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.pull-right {
    float: right !important
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-2-4, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2-4 {
        width: 20%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

html {
    -webkit-text-size-adjust: 100%;
    font-size: 16px
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 1rem;
    line-height: 2rem;
    font-family: 'Open Sans', Arial, helvetica, sans-serif;
    color: #474747;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

blockquote, div, figure, footer, form, h1, h2, h3, h4, h5, h6, header, input, label, li, menu, nav, ol, p, section, table, td, th, ul {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #1c9cd8
}

a:hover {
    text-decoration: underline
}

a img {
    border: none
}

.cleaner {
    clear: both;
    width: 100%;
    height: 0
}

.block:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden
}

.block {
    zoom: 1;
    display: block
}

.none, hr {
    display: none
}

.last-in-row {
    margin-right: 0 !important
}

.container {
    max-width: 1150px;
    width: 90%;
    margin: 0 auto
}

b, strong {
    font-family: montserratbold !important;
    font-weight: 400 !important
}

.logo {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OS44NyA1OS44OSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMxMWE2M2M7fS5jbHMtMntmaWxsOiNmOWIwMDA7fS5jbHMtM3tmaWxsOiMwMDlkN2Y7fS5jbHMtNHtmaWxsOiMyNTM0ODg7fS5jbHMtNXtmaWxsOiMwMDlmZTM7fS5jbHMtNntmaWxsOiNlNjAwN2U7fS5jbHMtN3tmaWxsOiM5MjI4ODU7fS5jbHMtOHtmaWxsOiNlNDFmMTM7fS5jbHMtOXtmaWxsOiNlOTRmMGU7fS5jbHMtMTB7ZmlsbDojZWM2NDA4O30uY2xzLTExe2ZpbGw6I2ZmZjt9LmNscy0xMntmaWxsOm5vbmU7fS5jbHMtMTN7ZmlsbDojZWI1YjI1O308L3N0eWxlPjwvZGVmcz48dGl0bGU+QXNzZXQgMjwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00MS40MSw0My44NWwyLjQ3LDMuNDFhMjQuNjUsMjQuNjUsMCwwLDAsOC4yNi05LjE1aC01QTIwLjY1LDIwLjY1LDAsMCwxLDQxLjQxLDQzLjg1WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTM5LDQwLjU5YTE2LDE2LDAsMCwwLDMuMDctMi40OEgzNy4yNFoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik00Ni4yMSw1MC40NmwyLjQ5LDMuNDNBMzEsMzEsMCwwLDAsNTkuMzcsMzguMTFINTYuMjZBMjguMTEsMjguMTEsMCwwLDEsNDYuMjEsNTAuNDZaIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMTUuMTEsNy42NSwxMi42MSw0LjIyQTI5LjIzLDI5LjIzLDAsMCwwLDEuMTksMTguN2w0LDEuMjlBMjUuNDIsMjUuNDIsMCwwLDEsMTUuMTEsNy42NVoiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik0yNC45MiwyMS4xNmwtMi40MS0zLjMxYTExLjYyLDExLjYyLDAsMCwwLTQuNDEsNC4zOWg1LjE3QTYuNzEsNi43MSwwLDAsMSwyNC45MiwyMS4xNloiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMy4zMiwyMi4yNEExNi4xNSwxNi4xNSwwLDAsMSwyMCwxNC4zN0wxNy41NCwxMUEyMSwyMSwwLDAsMCw5LjIyLDIxLjMxbDIuODUuOTNaIi8+PHBhdGggY2xhc3M9ImNscy02IiBkPSJNMzEuMDksNTUuMTZsLTEuMTcsMHY0LjczbDEuMTcsMGEyOC40OSwyOC40OSwwLDAsMCwxNy42MS02bC0yLjQ5LTMuNDNBMjYuNzMsMjYuNzMsMCwwLDEsMzEuMDksNTUuMTZaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzEsMzguNzNjLS4zNywwLS43MiwwLTEuMDcsMFY0Mi44Yy4zOCwwLC43NywwLDEuMTcsMEExNSwxNSwwLDAsMCwzOSw0MC41OWwtMS44LTIuNDhIMzQuNjhBMTEuMTgsMTEuMTgsMCwwLDEsMzEsMzguNzNaIi8+PHBhdGggY2xhc3M9ImNscy03IiBkPSJNMzEuMDksNDYuOTRsLTEuMTcsMFY1MWwxLjE3LDBhMjMuMTcsMjMuMTcsMCwwLDAsMTIuNzktMy43OWwtMi40Ny0zLjQxQTE4LjYsMTguNiwwLDAsMSwzMS4wOSw0Ni45NFoiLz48cGF0aCBjbGFzcz0iY2xzLTgiIGQ9Ik00Ljc1LDM4LjExSC4zOWEyOS43MSwyOS43MSwwLDAsMCwxMSwxNS40N0wxMy45Myw1MEEyNC42OSwyNC42OSwwLDAsMSw0Ljc1LDM4LjExWiIvPjxwYXRoIGNsYXNzPSJjbHMtOSIgZD0iTTE5LjQ2LDM4LjExYTEzLjQzLDEzLjQzLDAsMCwwLDEuODksMS43MmwxLjI1LTEuNzJaIi8+PHBhdGggY2xhc3M9ImNscy03IiBkPSJNMTQuMTgsMzguMTFIOS4zNmEyMC45NCwyMC45NCwwLDAsMCw3LDguNTRsMi40Ny0zLjQxQTE3LjIsMTcuMiwwLDAsMSwxNC4xOCwzOC4xMVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNy4yOSwxMi40M2EyMS44MywyMS44MywwLDAsMSwyLjYzLjE2VjguNDJhMjUuNDMsMjUuNDMsMCwwLDAtMi42My0uMTRBMTguMjcsMTguMjcsMCwwLDAsMTcuNTQsMTFMMjAsMTQuMzdBMTQuMzMsMTQuMzMsMCwwLDEsMjcuMjksMTIuNDNaIi8+PHBhdGggY2xhc3M9ImNscy0xMCIgZD0iTTI3LjI5LDQuMTRxMS4zNiwwLDIuNjMuMTJWLjFMMjcuMjksMEEyNi44MywyNi44MywwLDAsMCwxMi42MSw0LjIybDIuNDksMy40M0EyMi41MiwyMi41MiwwLDAsMSwyNy4yOSw0LjE0WiIvPjxwYXRoIGNsYXNzPSJjbHMtOSIgZD0iTTI3LjI5LDBsMi42My4xUTI4LjY0LDAsMjcuMjksMFoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yNy42NSwyMC41NmE5LDksMCwwLDEsMi4yNy4yOHYtNC4xYTE1LDE1LDAsMCwwLTIuMjktLjE3LDEwLjUzLDEwLjUzLDAsMCwwLTUuMTEsMS4yOGwyLjQxLDMuMzFBNi40Myw2LjQzLDAsMCwxLDI3LjY1LDIwLjU2WiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTkuMjIsMjEuMzFxLS4xOC40Ni0uMzQuOTNoMy4xOVoiLz48cGF0aCBjbGFzcz0iY2xzLTYiIGQ9Ik01LjE3LDIwbC00LTEuMjlBMzEuODksMzEuODksMCwwLDAsLjEsMjIuMjRINC40MVE0Ljc0LDIxLjEsNS4xNywyMFoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMy45Myw1MGwtMi41NywzLjUzYTMzLDMzLDAsMCwwLDE4LjU2LDYuMjlWNTUuMTRBMjkuMzUsMjkuMzUsMCwwLDEsMTMuOTMsNTBaIi8+PHBhdGggY2xhc3M9ImNscy03IiBkPSJNMjcuMSwzOC4xMUgyMi42bC0xLjI1LDEuNzJhMTUuNTYsMTUuNTYsMCwwLDAsOC41NywzVjM4LjY4QTExLjU1LDExLjU1LDAsMCwxLDI3LjEsMzguMTFaIi8+PHBhdGggY2xhc3M9ImNscy0xMCIgZD0iTTE4Ljg3LDQzLjI0LDE2LjQsNDYuNjRBMjQuNzYsMjQuNzYsMCwwLDAsMjkuOTIsNTFWNDYuOTJBMjAuMTYsMjAuMTYsMCwwLDEsMTguODcsNDMuMjRaIi8+PHBhdGggY2xhc3M9ImNscy0xMCIgZD0iTTU4Ljg0LDE4LjY0bC0xLjM3LjQ1cS40MSwxLjU5LjY1LDMuMTVoMS43NkEzMiwzMiwwLDAsMCw1OC44NCwxOC42NFoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik01MC40LDIyLjI0aDQuMjhxLS4xOC0xLjA1LS40NC0yLjFsLTQsMS4zMVE1MC4zMiwyMS44NCw1MC40LDIyLjI0WiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTUwLjIyLDIxLjQ0bDQtMS4zMUEyNi41MiwyNi41MiwwLDAsMCw0NS43Miw2LjNMNDMuMiw5Ljc2QTIyLjU2LDIyLjU2LDAsMCwxLDUwLjIyLDIxLjQ0WiIvPjxwYXRoIGNsYXNzPSJjbHMtNyIgZD0iTTUxLjY5LDYuODFhMzguNDUsMzguNDUsMCwwLDEsNS43NywxMi4yOGwxLjM3LS40NUEzNS4wOCwzNS4wOCwwLDAsMCw1MS42OSw2LjgxWiIvPjxwYXRoIGNsYXNzPSJjbHMtOCIgZD0iTTM3Ljc2LDIyLjI0QTkuNDEsOS40MSwwLDAsMCwzNiwxOS42OWwtMS44NSwyLjU0WiIvPjxwYXRoIGNsYXNzPSJjbHMtMTAiIGQ9Ik00Mi4xMSwyMi4yNGg0LjE1QTE4LDE4LDAsMCwwLDQwLjgyLDEzbC0yLjM3LDMuMjZBMTMuMDcsMTMuMDcsMCwwLDEsNDIuMTEsMjIuMjRaIi8+PHBhdGggY2xhc3M9ImNscy03IiBkPSJNMjkuOTIuMVY0LjI2QTIzLDIzLDAsMCwxLDQzLjIsOS43Nkw0NS43Miw2LjNBMjcuMTgsMjcuMTgsMCwwLDAsMjkuOTIuMVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMi42NCwyMi4yNGgxLjVMMzYsMTkuNjlhMTAuNTksMTAuNTksMCwwLDAtNi4wNi0zdjQuMUE2LjY0LDYuNjQsMCwwLDEsMzIuNjQsMjIuMjRaIi8+PHBhdGggY2xhc3M9ImNscy04IiBkPSJNMzguNDUsMTYuMjksNDAuODIsMTNhMTksMTksMCwwLDAtMTAuOS00LjYxdjQuMTZBMTQuOTQsMTQuOTQsMCwwLDEsMzguNDUsMTYuMjlaIi8+PHBhdGggY2xhc3M9ImNscy0xMSIgZD0iTTcuMywzMy4xYTMuNTMsMy41MywwLDAsMS0zLjUxLDIuNDNDMS41MywzNS41MywwLDMzLjgsMCwzMS4yMnMxLjU4LTQuNCwzLjgzLTQuNGEzLjM1LDMuMzUsMCwwLDEsMy4xNywyLDUuNzQsNS43NCwwLDAsMSwuNDUsMi40N2gtNmEzLjksMy45LDAsMCwwLC4zNCwxLjkzLDIuMzgsMi4zOCwwLDAsMCwyLjEyLDEuMjYsMi4zMSwyLjMxLDAsMCwwLDEuNzgtLjgxLDMuMTgsMy4xOCwwLDAsMCwuNDUtLjgyWk02LDMwLjMzYTIuNTksMi41OSwwLDAsMC0uNDctMS42NSwyLDIsMCwwLDAtMS43NS0uODcsMi4xOSwyLjE5LDAsMCwwLTEuNzUuODYsMi44MSwyLjgxLDAsMCwwLS41OSwxLjY2WiIvPjxwYXRoIGNsYXNzPSJjbHMtMTEiIGQ9Ik0xMi4yNywzNS4zMUgxMC45M0w4LDI3SDkuNGwyLjMsNi43M0wxNCwyN2gxLjE0WiIvPjxwYXRoIGNsYXNzPSJjbHMtMTEiIGQ9Ik0yMi45MiwzMy4xYTMuNTMsMy41MywwLDAsMS0zLjUxLDIuNDNjLTIuMjcsMC0zLjc5LTEuNzMtMy43OS00LjMxczEuNTgtNC40LDMuODMtNC40YTMuMzUsMy4zNSwwLDAsMSwzLjE3LDIsNS43NCw1Ljc0LDAsMCwxLC40NSwyLjQ3SDE3YTMuOSwzLjksMCwwLDAsLjM0LDEuOTMsMi4zOCwyLjM4LDAsMCwwLDIuMTIsMS4yNiwyLjMxLDIuMzEsMCwwLDAsMS43OC0uODEsMy4xOCwzLjE4LDAsMCwwLC40NS0uODJabS0xLjI2LTIuNzdhMi41OSwyLjU5LDAsMCwwLS40Ny0xLjY1LDIsMiwwLDAsMC0xLjc1LS44NywyLjE5LDIuMTksMCwwLDAtMS43NS44NiwyLjgxLDIuODEsMCwwLDAtLjU5LDEuNjZaIi8+PHBhdGggY2xhc3M9ImNscy0xMSIgZD0iTTM3LjUsMzUuNDVhNy4yMiw3LjIyLDAsMCwxLTEuMjEuMWMtMS41OCwwLTIuMzgtLjg0LTIuMzgtMi41MlYyOEgzMi40NVYyN2gxLjQ2TDM0LDI1aDEuMjFWMjdIMzd2MUgzNS4xN3Y1LjE5YTEuMTcsMS4xNywwLDAsMCwxLjM0LDEuMjksNC42OSw0LjY5LDAsMCwwLDEtLjFaIi8+PHJlY3QgY2xhc3M9ImNscy0xMSIgeD0iMzguNzUiIHk9IjI0Ljk1IiB3aWR0aD0iMS4zOSIgaGVpZ2h0PSIxLjQzIi8+PHJlY3QgY2xhc3M9ImNscy0xMSIgeD0iMzguOCIgeT0iMjguMDYiIHdpZHRoPSIxLjI5IiBoZWlnaHQ9IjcuMjYiLz48cGF0aCBjbGFzcz0iY2xzLTExIiBkPSJNNDUuNywzNS4zMUg0NC4zNkw0MS40LDI3aDEuNDNsMi4zLDYuNzNMNDcuNDEsMjdoMS4xNFoiLz48cGF0aCBjbGFzcz0iY2xzLTExIiBkPSJNNTguNDQsMzUuMzFWMjVoMS4yOVYzNS4zMVoiLz48cGF0aCBjbGFzcz0iY2xzLTExIiBkPSJNNTYuMTgsMzMuN1YzMC4xOWEzLjgxLDMuODEsMCwwLDAtLjU1LTIuNDIsMywzLDAsMCwwLTIuNTctMSw0LjE1LDQuMTUsMCwwLDAtMy4wNywxLDIuMTQsMi4xNCwwLDAsMC0uNjIsMS4yOUg1MC42Yy4yNy0uODcsMS0xLjI5LDIuMjMtMS4yOSwxLDAsMS43LjM0LDEuOTMsMWEzLjQ0LDMuNDQsMCwwLDEsLjE3LDEuNDNsLTEuMDcsMGE3LjM2LDcuMzYsMCwwLDAtMy4yNi41N0EyLjUzLDIuNTMsMCwwLDAsNTIsMzUuNTNhMi45MiwyLjkyLDAsMCwwLDIuOS0xLjcxLDkuOSw5LjksMCwwLDAsLjE1LDEuNDloMS4yOEE2LjA3LDYuMDcsMCwwLDEsNTYuMTgsMzMuN1ptLTMuODYuODRjLTEuMDksMC0xLjgtLjU3LTEuOC0xLjQ4LDAtMS4yMywxLjE4LTEuOTMsMy4yMi0xLjkzbDEuMTksMCwwLC41NEEyLjcyLDIuNzIsMCwwLDEsNTIuMzEsMzQuNTRaIi8+PHBvbHlnb24gY2xhc3M9ImNscy0xMiIgcG9pbnRzPSIyNC44MiAyNy45OSAyNi4yMSAyOS45IDI2LjIxIDI5LjkgMjQuODIgMjcuOTkgMjQuODIgMjcuOTkiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEyIiBwb2ludHM9IjI0LjgyIDMxLjU2IDI2LjExIDMxLjk4IDI2LjExIDMxLjk4IDI0LjgyIDMxLjU2IDI0LjgyIDMxLjU2Ii8+PHBhdGggY2xhc3M9ImNscy02IiBkPSJNMjQuODIsMzEuNTZsMS4yOS40MlYzMC43NmEzLjY3LDMuNjcsMCwwLDEsLjEtLjg2TDI0LjgyLDI4WiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtOCIgcG9pbnRzPSIzMC4xNCAzMy4yOSAzMC4xNCAzNS4zMSAzMC4xNCAzNS4zMSAzMS4zNSAzNS4zMSAzMS4zNSAzMy42OCAzMC4xNCAzMy4yOSIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTI2LDI4LjU3VjI3SDI0LjgyVjI4bDEuMzksMS45MmEyLjM5LDIuMzksMCwwLDEsMi0yVjI2Ljg0QzI3LjM1LDI2Ljk1LDI2Ljc2LDI3LjQzLDI2LDI4LjU3WiIvPjxwYXRoIGNsYXNzPSJjbHMtNyIgZD0iTTMxLjM1LDMwLjUzYTcuNDUsNy40NSwwLDAsMC0uMTctMS45NWwtMSwxLjQzdjJsMS4yMS0uMzlaIi8+PHBvbHlnb24gY2xhc3M9ImNscy0xMyIgcG9pbnRzPSIzMC4xNCAzNS4zMSAzMC4xNCAzNS4zMSAzMC4xNCAzNS4zMSAzMC4xNCAzNS4zMSIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtNSIgcG9pbnRzPSIzMS4zNSAzMy42OCAzMC4xNCAzMy4yOSAzMC4xNCAzMy4yOSAzMS4zNSAzMy42OCAzMS4zNSAzMy42OCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtNSIgcG9pbnRzPSIzMS4zNSAzMS42NCAzMC4xNCAzMi4wMyAzMC4xNCAzMy4yOSAzMS4zNSAzMy42OCAzMS4zNSAzMS42NCIvPjxwYXRoIGNsYXNzPSJjbHMtOCIgZD0iTTMxLjA4LDI4LjMxYTIuNjIsMi42MiwwLDAsMC0yLjQ1LTEuNDlsLS40MiwwdjEuMDloLjE4YzEuMTQsMCwxLjc1LjcxLDEuNzUsMi4wNnYwbDEtMS40M0EyLjEsMi4xLDAsMCwwLDMxLjA4LDI4LjMxWiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIyNC44MiAzMy43NiAyNi4xMSAzMy4zNCAyNi4xMSAzMS45OCAyNC44MiAzMS41NiAyNC44MiAzMy43NiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtOCIgcG9pbnRzPSIyNC44MiAzNS4zMSAyNi4xMSAzNS4zMSAyNi4xMSAzMy4zNCAyNC44MiAzMy43NiAyNC44MiAzNS4zMSIvPjxsaW5lIGNsYXNzPSJjbHMtMTIiIHgxPSIzMS4zNSIgeTE9IjMzLjY4IiB4Mj0iMzAuMTQiIHkyPSIzMy4yOSIvPjwvZz48L2c+PC9zdmc+)
}

.logo-dark {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OS44NyA1OS44OSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMxMWE2M2M7fS5jbHMtMntmaWxsOiNmOWIwMDA7fS5jbHMtM3tmaWxsOiMwMDlkN2Y7fS5jbHMtNHtmaWxsOiMyNTM0ODg7fS5jbHMtNXtmaWxsOiMwMDlmZTM7fS5jbHMtNntmaWxsOiNlNjAwN2U7fS5jbHMtN3tmaWxsOiM5MjI4ODU7fS5jbHMtOHtmaWxsOiNlNDFmMTM7fS5jbHMtOXtmaWxsOiNlOTRmMGU7fS5jbHMtMTB7ZmlsbDojZWM2NDA4O30uY2xzLTExe2ZpbGw6bm9uZTt9LmNscy0xMntmaWxsOiNlYjViMjU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5Bc3NldCAxPC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQxLjQxLDQzLjg1bDIuNDcsMy40MWEyNC42NSwyNC42NSwwLDAsMCw4LjI2LTkuMTVoLTVBMjAuNjUsMjAuNjUsMCwwLDEsNDEuNDEsNDMuODVaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzksNDAuNTlhMTYsMTYsMCwwLDAsMy4wNy0yLjQ4SDM3LjI0WiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTQ2LjIxLDUwLjQ2bDIuNDksMy40M0EzMSwzMSwwLDAsMCw1OS4zNywzOC4xMUg1Ni4yNkEyOC4xMSwyOC4xMSwwLDAsMSw0Ni4yMSw1MC40NloiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0xNS4xMSw3LjY1LDEyLjYxLDQuMjJBMjkuMjMsMjkuMjMsMCwwLDAsMS4xOSwxOC43bDQsMS4yOUEyNS40MiwyNS40MiwwLDAsMSwxNS4xMSw3LjY1WiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTI0LjkyLDIxLjE2bC0yLjQxLTMuMzFhMTEuNjIsMTEuNjIsMCwwLDAtNC40MSw0LjM5aDUuMTdBNi43MSw2LjcxLDAsMCwxLDI0LjkyLDIxLjE2WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEzLjMyLDIyLjI0QTE2LjE1LDE2LjE1LDAsMCwxLDIwLDE0LjM3TDE3LjU0LDExQTIxLDIxLDAsMCwwLDkuMjIsMjEuMzFsMi44NS45M1oiLz48cGF0aCBjbGFzcz0iY2xzLTYiIGQ9Ik0zMS4wOSw1NS4xNmwtMS4xNywwdjQuNzNsMS4xNywwYTI4LjQ5LDI4LjQ5LDAsMCwwLDE3LjYxLTZsLTIuNDktMy40M0EyNi43MywyNi43MywwLDAsMSwzMS4wOSw1NS4xNloiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zMSwzOC43M2MtLjM3LDAtLjcyLDAtMS4wNywwVjQyLjhjLjM4LDAsLjc3LDAsMS4xNywwQTE1LDE1LDAsMCwwLDM5LDQwLjU5bC0xLjgtMi40OEgzNC42OEExMS4xOCwxMS4xOCwwLDAsMSwzMSwzOC43M1oiLz48cGF0aCBjbGFzcz0iY2xzLTciIGQ9Ik0zMS4wOSw0Ni45NGwtMS4xNywwVjUxbDEuMTcsMGEyMy4xNywyMy4xNywwLDAsMCwxMi43OS0zLjc5bC0yLjQ3LTMuNDFBMTguNiwxOC42LDAsMCwxLDMxLjA5LDQ2Ljk0WiIvPjxwYXRoIGNsYXNzPSJjbHMtOCIgZD0iTTQuNzUsMzguMTFILjM5YTI5LjcxLDI5LjcxLDAsMCwwLDExLDE1LjQ3TDEzLjkzLDUwQTI0LjY5LDI0LjY5LDAsMCwxLDQuNzUsMzguMTFaIi8+PHBhdGggY2xhc3M9ImNscy05IiBkPSJNMTkuNDYsMzguMTFhMTMuNDMsMTMuNDMsMCwwLDAsMS44OSwxLjcybDEuMjUtMS43MloiLz48cGF0aCBjbGFzcz0iY2xzLTciIGQ9Ik0xNC4xOCwzOC4xMUg5LjM2YTIwLjk0LDIwLjk0LDAsMCwwLDcsOC41NGwyLjQ3LTMuNDFBMTcuMiwxNy4yLDAsMCwxLDE0LjE4LDM4LjExWiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI3LjI5LDEyLjQzYTIxLjgzLDIxLjgzLDAsMCwxLDIuNjMuMTZWOC40MmEyNS40MywyNS40MywwLDAsMC0yLjYzLS4xNEExOC4yNywxOC4yNywwLDAsMCwxNy41NCwxMUwyMCwxNC4zN0ExNC4zMywxNC4zMywwLDAsMSwyNy4yOSwxMi40M1oiLz48cGF0aCBjbGFzcz0iY2xzLTEwIiBkPSJNMjcuMjksNC4xNHExLjM2LDAsMi42My4xMlYuMUwyNy4yOSwwQTI2LjgzLDI2LjgzLDAsMCwwLDEyLjYxLDQuMjJsMi40OSwzLjQzQTIyLjUyLDIyLjUyLDAsMCwxLDI3LjI5LDQuMTRaIi8+PHBhdGggY2xhc3M9ImNscy05IiBkPSJNMjcuMjksMGwyLjYzLjFRMjguNjQsMCwyNy4yOSwwWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI3LjY1LDIwLjU2YTksOSwwLDAsMSwyLjI3LjI4di00LjFhMTUsMTUsMCwwLDAtMi4yOS0uMTcsMTAuNTMsMTAuNTMsMCwwLDAtNS4xMSwxLjI4bDIuNDEsMy4zMUE2LjQzLDYuNDMsMCwwLDEsMjcuNjUsMjAuNTZaIi8+PHBhdGggY2xhc3M9ImNscy01IiBkPSJNOS4yMiwyMS4zMXEtLjE4LjQ2LS4zNC45M2gzLjE5WiIvPjxwYXRoIGNsYXNzPSJjbHMtNiIgZD0iTTUuMTcsMjBsLTQtMS4yOUEzMS44OSwzMS44OSwwLDAsMCwuMSwyMi4yNEg0LjQxUTQuNzQsMjEuMSw1LjE3LDIwWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEzLjkzLDUwbC0yLjU3LDMuNTNhMzMsMzMsMCwwLDAsMTguNTYsNi4yOVY1NS4xNEEyOS4zNSwyOS4zNSwwLDAsMSwxMy45Myw1MFoiLz48cGF0aCBjbGFzcz0iY2xzLTciIGQ9Ik0yNy4xLDM4LjExSDIyLjZsLTEuMjUsMS43MmExNS41NiwxNS41NiwwLDAsMCw4LjU3LDNWMzguNjhBMTEuNTUsMTEuNTUsMCwwLDEsMjcuMSwzOC4xMVoiLz48cGF0aCBjbGFzcz0iY2xzLTEwIiBkPSJNMTguODcsNDMuMjQsMTYuNCw0Ni42NEEyNC43NiwyNC43NiwwLDAsMCwyOS45Miw1MVY0Ni45MkEyMC4xNiwyMC4xNiwwLDAsMSwxOC44Nyw0My4yNFoiLz48cGF0aCBjbGFzcz0iY2xzLTEwIiBkPSJNNTguODQsMTguNjRsLTEuMzcuNDVxLjQxLDEuNTkuNjUsMy4xNWgxLjc2QTMyLDMyLDAsMCwwLDU4Ljg0LDE4LjY0WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTUwLjQsMjIuMjRoNC4yOHEtLjE4LTEuMDUtLjQ0LTIuMWwtNCwxLjMxUTUwLjMyLDIxLjg0LDUwLjQsMjIuMjRaIi8+PHBhdGggY2xhc3M9ImNscy01IiBkPSJNNTAuMjIsMjEuNDRsNC0xLjMxQTI2LjUyLDI2LjUyLDAsMCwwLDQ1LjcyLDYuM0w0My4yLDkuNzZBMjIuNTYsMjIuNTYsMCwwLDEsNTAuMjIsMjEuNDRaIi8+PHBhdGggY2xhc3M9ImNscy03IiBkPSJNNTEuNjksNi44MWEzOC40NSwzOC40NSwwLDAsMSw1Ljc3LDEyLjI4bDEuMzctLjQ1QTM1LjA4LDM1LjA4LDAsMCwwLDUxLjY5LDYuODFaIi8+PHBhdGggY2xhc3M9ImNscy04IiBkPSJNMzcuNzYsMjIuMjRBOS40MSw5LjQxLDAsMCwwLDM2LDE5LjY5bC0xLjg1LDIuNTRaIi8+PHBhdGggY2xhc3M9ImNscy0xMCIgZD0iTTQyLjExLDIyLjI0aDQuMTVBMTgsMTgsMCwwLDAsNDAuODIsMTNsLTIuMzcsMy4yNkExMy4wNywxMy4wNywwLDAsMSw0Mi4xMSwyMi4yNFoiLz48cGF0aCBjbGFzcz0iY2xzLTciIGQ9Ik0yOS45Mi4xVjQuMjZBMjMsMjMsMCwwLDEsNDMuMiw5Ljc2TDQ1LjcyLDYuM0EyNy4xOCwyNy4xOCwwLDAsMCwyOS45Mi4xWiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMyLjY0LDIyLjI0aDEuNUwzNiwxOS42OWExMC41OSwxMC41OSwwLDAsMC02LjA2LTN2NC4xQTYuNjQsNi42NCwwLDAsMSwzMi42NCwyMi4yNFoiLz48cGF0aCBjbGFzcz0iY2xzLTgiIGQ9Ik0zOC40NSwxNi4yOSw0MC44MiwxM2ExOSwxOSwwLDAsMC0xMC45LTQuNjF2NC4xNkExNC45NCwxNC45NCwwLDAsMSwzOC40NSwxNi4yOVoiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik03LjMsMzMuMWEzLjUzLDMuNTMsMCwwLDEtMy41MSwyLjQzQzEuNTMsMzUuNTMsMCwzMy44LDAsMzEuMjJzMS41OC00LjQsMy44My00LjRhMy4zNSwzLjM1LDAsMCwxLDMuMTcsMiw1Ljc0LDUuNzQsMCwwLDEsLjQ1LDIuNDdoLTZhMy45LDMuOSwwLDAsMCwuMzQsMS45MywyLjM4LDIuMzgsMCwwLDAsMi4xMiwxLjI2LDIuMzEsMi4zMSwwLDAsMCwxLjc4LS44MSwzLjE4LDMuMTgsMCwwLDAsLjQ1LS44MlpNNiwzMC4zM2EyLjU5LDIuNTksMCwwLDAtLjQ3LTEuNjUsMiwyLDAsMCwwLTEuNzUtLjg3LDIuMTksMi4xOSwwLDAsMC0xLjc1Ljg2LDIuODEsMi44MSwwLDAsMC0uNTksMS42NloiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0xMi4yNywzNS4zMUgxMC45M0w4LDI3SDkuNGwyLjMsNi43M0wxNCwyN2gxLjE0WiIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTIyLjkyLDMzLjFhMy41MywzLjUzLDAsMCwxLTMuNTEsMi40M2MtMi4yNywwLTMuNzktMS43My0zLjc5LTQuMzFzMS41OC00LjQsMy44My00LjRhMy4zNSwzLjM1LDAsMCwxLDMuMTcsMiw1Ljc0LDUuNzQsMCwwLDEsLjQ1LDIuNDdIMTdhMy45LDMuOSwwLDAsMCwuMzQsMS45MywyLjM4LDIuMzgsMCwwLDAsMi4xMiwxLjI2LDIuMzEsMi4zMSwwLDAsMCwxLjc4LS44MSwzLjE4LDMuMTgsMCwwLDAsLjQ1LS44MlptLTEuMjYtMi43N2EyLjU5LDIuNTksMCwwLDAtLjQ3LTEuNjUsMiwyLDAsMCwwLTEuNzUtLjg3LDIuMTksMi4xOSwwLDAsMC0xLjc1Ljg2LDIuODEsMi44MSwwLDAsMC0uNTksMS42NloiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0zNy41LDM1LjQ1YTcuMjIsNy4yMiwwLDAsMS0xLjIxLjFjLTEuNTgsMC0yLjM4LS44NC0yLjM4LTIuNTJWMjhIMzIuNDVWMjdoMS40NkwzNCwyNWgxLjIxVjI3SDM3djFIMzUuMTd2NS4xOWExLjE3LDEuMTcsMCwwLDAsMS4zNCwxLjI5LDQuNjksNC42OSwwLDAsMCwxLS4xWiIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMzguNzUiIHk9IjI0Ljk1IiB3aWR0aD0iMS4zOSIgaGVpZ2h0PSIxLjQzIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIzOC44IiB5PSIyOC4wNiIgd2lkdGg9IjEuMjkiIGhlaWdodD0iNy4yNiIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTQ1LjcsMzUuMzFINDQuMzZMNDEuNCwyN2gxLjQzbDIuMyw2LjczTDQ3LjQxLDI3aDEuMTRaIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNNTguNDQsMzUuMzFWMjVoMS4yOVYzNS4zMVoiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik01Ni4xOCwzMy43VjMwLjE5YTMuODEsMy44MSwwLDAsMC0uNTUtMi40MiwzLDMsMCwwLDAtMi41Ny0xLDQuMTUsNC4xNSwwLDAsMC0zLjA3LDEsMi4xNCwyLjE0LDAsMCwwLS42MiwxLjI5SDUwLjZjLjI3LS44NywxLTEuMjksMi4yMy0xLjI5LDEsMCwxLjcuMzQsMS45MywxYTMuNDQsMy40NCwwLDAsMSwuMTcsMS40M2wtMS4wNywwYTcuMzYsNy4zNiwwLDAsMC0zLjI2LjU3QTIuNTMsMi41MywwLDAsMCw1MiwzNS41M2EyLjkyLDIuOTIsMCwwLDAsMi45LTEuNzEsOS45LDkuOSwwLDAsMCwuMTUsMS40OWgxLjI4QTYuMDcsNi4wNywwLDAsMSw1Ni4xOCwzMy43Wm0tMy44Ni44NGMtMS4wOSwwLTEuOC0uNTctMS44LTEuNDgsMC0xLjIzLDEuMTgtMS45MywzLjIyLTEuOTNsMS4xOSwwLDAsLjU0QTIuNzIsMi43MiwwLDAsMSw1Mi4zMSwzNC41NFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTExIiBwb2ludHM9IjI0LjgyIDI3Ljk5IDI2LjIxIDI5LjkgMjYuMjEgMjkuOSAyNC44MiAyNy45OSAyNC44MiAyNy45OSIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMTEiIHBvaW50cz0iMjQuODIgMzEuNTYgMjYuMTEgMzEuOTggMjYuMTEgMzEuOTggMjQuODIgMzEuNTYgMjQuODIgMzEuNTYiLz48cGF0aCBjbGFzcz0iY2xzLTYiIGQ9Ik0yNC44MiwzMS41NmwxLjI5LjQyVjMwLjc2YTMuNjcsMy42NywwLDAsMSwuMS0uODZMMjQuODIsMjhaIi8+PHBvbHlnb24gY2xhc3M9ImNscy04IiBwb2ludHM9IjMwLjE0IDMzLjI5IDMwLjE0IDM1LjMxIDMwLjE0IDM1LjMxIDMxLjM1IDM1LjMxIDMxLjM1IDMzLjY4IDMwLjE0IDMzLjI5Ii8+PHBhdGggY2xhc3M9ImNscy01IiBkPSJNMjYsMjguNTdWMjdIMjQuODJWMjhsMS4zOSwxLjkyYTIuMzksMi4zOSwwLDAsMSwyLTJWMjYuODRDMjcuMzUsMjYuOTUsMjYuNzYsMjcuNDMsMjYsMjguNTdaIi8+PHBhdGggY2xhc3M9ImNscy03IiBkPSJNMzEuMzUsMzAuNTNhNy40NSw3LjQ1LDAsMCwwLS4xNy0xLjk1bC0xLDEuNDN2MmwxLjIxLS4zOVoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEyIiBwb2ludHM9IjMwLjE0IDM1LjMxIDMwLjE0IDM1LjMxIDMwLjE0IDM1LjMxIDMwLjE0IDM1LjMxIi8+PHBvbHlnb24gY2xhc3M9ImNscy01IiBwb2ludHM9IjMxLjM1IDMzLjY4IDMwLjE0IDMzLjI5IDMwLjE0IDMzLjI5IDMxLjM1IDMzLjY4IDMxLjM1IDMzLjY4Ii8+PHBvbHlnb24gY2xhc3M9ImNscy01IiBwb2ludHM9IjMxLjM1IDMxLjY0IDMwLjE0IDMyLjAzIDMwLjE0IDMzLjI5IDMxLjM1IDMzLjY4IDMxLjM1IDMxLjY0Ii8+PHBhdGggY2xhc3M9ImNscy04IiBkPSJNMzEuMDgsMjguMzFhMi42MiwyLjYyLDAsMCwwLTIuNDUtMS40OWwtLjQyLDB2MS4wOWguMThjMS4xNCwwLDEuNzUuNzEsMS43NSwyLjA2djBsMS0xLjQzQTIuMSwyLjEsMCwwLDAsMzEuMDgsMjguMzFaIi8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjI0LjgyIDMzLjc2IDI2LjExIDMzLjM0IDI2LjExIDMxLjk4IDI0LjgyIDMxLjU2IDI0LjgyIDMzLjc2Ii8+PHBvbHlnb24gY2xhc3M9ImNscy04IiBwb2ludHM9IjI0LjgyIDM1LjMxIDI2LjExIDM1LjMxIDI2LjExIDMzLjM0IDI0LjgyIDMzLjc2IDI0LjgyIDM1LjMxIi8+PGxpbmUgY2xhc3M9ImNscy0xMSIgeDE9IjMxLjM1IiB5MT0iMzMuNjgiIHgyPSIzMC4xNCIgeTI9IjMzLjI5Ii8+PC9nPjwvZz48L3N2Zz4=)
}

.nav_trigger.nav-dark span {
    background: #181c1e
}

.nav_trigger.nav-dark span:after, .nav_trigger.nav-dark span:before {
    background-color: #181c1e
}

.logo {
    position: absolute;
    top: 5vh;
    left: 12%;
    width: 65px;
    height: 65px;
    display: inline-block;
    background-size: 100%;
    z-index: 100
}

.nav_trigger {
    position: fixed;
    top: 5vh;
    right: 12%;
    width: 58px;
    height: 58px;
    z-index: 100
}

.nav_trigger span {
    display: block;
    position: absolute;
    top: 28px;
    right: 15px;
    width: 28px;
    height: 3px;
    background: #fff;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

.nav_trigger span:after, .nav_trigger span:before {
    position: absolute;
    display: block;
    right: 0;
    width: 28px;
    height: 3px;
    background-color: #fff;
    content: ""
}

.nav_trigger span:before {
    top: -9px;
    -webkit-transition-property: top, -webkit-transform, width;
    transition-property: top, transform, width;
    -webkit-transition-duration: .3s, .3s, .3s;
    transition-duration: .3s, .3s, .3s;
    -webkit-transition-delay: .3s, 0s, 0s;
    transition-delay: .3s, 0s, 0s
}

.nav_trigger span:after {
    bottom: -9px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

.nav_trigger:hover span {
    width: 22px
}

.nav_trigger:hover span:before {
    width: 16px
}

.nav_trigger.is-active span {
    background: 0 0
}

.nav_trigger.is-active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 28px
}

.nav_trigger.is-active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav_trigger.is-active span:after, .nav_trigger.is-active span:before {
    -webkit-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
    background: #fff
}

.nav_trigger.is-active:hover span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.prod-top_box {
    display: flex;
    align-items: center;
    justify-content: left;
    z-index: 1;
    overflow: hidden;
    background-color: #000
}

.prod-top_box .ri-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0
}

.prod-top_box .ri-grid:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 25vh;
    z-index: 9;
    content: "";
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, 0) 86%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, .7)), color-stop(86%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, 0) 86%)
}

.prod-top_box .ri-grid:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    z-index: 10;
    content: "";
    background: #000;
    opacity: .3
}

.prod-top_box .ri-grid ul li a {
    background-size: cover
}

.prod-top_box .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.prod-top_box .bg:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 25vh;
    content: "";
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, 0) 86%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, .7)), color-stop(86%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, 0) 86%)
}

.prod-top_box .slideshow li {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}

.prod-top_box .slideshow li.loaded {
    opacity: 1
}

.prod-top_box .slideshow li span {
    opacity: 0;
    z-index: 9;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}

.prod-top_box .slideshow li.selected-move-1 span {
    z-index: 99
}

.prod-top_box .slideshow li.selected-move-2 span {
    z-index: 99
}

.prod-top_box .slideshow li.selected-move-1 span {
    animation-name: backgroundAnimation;
    animation-timing-function: linear;
    animation-duration: 30s;
    transform: scale(1.5);
    opacity: 1
}

.prod-top_box .slideshow li.selected-move-2 span {
    animation-name: backgroundAnimation;
    animation-timing-function: linear;
    animation-duration: 30s;
    transform: scale(1.5);
    opacity: 1
}

.prod-top_box .slideshow li.selected-prepare span {
    z-index: 199;
    opacity: 1
}

.prod-top_box .slideshow li .p_copyright {
    opacity: 0;
    position: absolute;
    top: 50vh;
    transform: rotate(-90deg);
    color: #fff;
    font-size: .8125rem;
    right: 25px;
    margin-top: -250px;
    width: 500px;
    transform-origin: 100%;
    text-align: center;
    z-index: 9;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}

.prod-top_box .slideshow li.selected-move-1 .p_copyright {
    z-index: 99;
    opacity: 1
}

.prod-top_box .slideshow li.selected-move-2 .p_copyright {
    z-index: 99;
    opacity: 1
}

.prod-top_box .slideshow li.selected-prepare .p_copyright {
    z-index: 199;
    opacity: 1
}

.prod-top_box h1 {
    font-size: 76px;
    font-size: 4.75rem;
    line-height: 5.37rem;
    color: #fff;
    margin-bottom: 1.4rem
}

.prod-top_box h1 a {
    text-decoration: none;
    color: #fff
}

.prod-top_box .button {
    margin: 0 0 0 -6px;
    cursor: pointer
}

.prod-top_box .button__text {
    color: #fff
}

.prod-top_box .button--line .morph-shape svg {
    stroke: #fff
}

.prod-top_box .button--line:hover .morph-shape svg {
    opacity: .5
}

.prod-top_box .a_demo {
    color: #fff;
    font-size: 15px;
    font-size: .93rem;
    font-family: montserratregular;
    font-weight: 400;
    margin-left: 34px
}

.prod-top_box .text-underline:after {
    background: #fff
}

.prod-top_box .text_box {
    width: calc(76% - 130px);
    margin-left: calc(12% + 65px);
    z-index: 299;
    text-align: center
}

.prod-top_box .text_box .text-row {
    display: inline-block
}

.prod-top_box .text_box.hp .text-row {
    display: block;
    overflow-y: hidden
}

.prod-top_box .text_box.hp h2 {
    margin-top: 6vh;
    color: #fff;
    font-size: 2rem
}

.prod-top_box .text_box .text-row .headline-text-wrapper, .prod-top_box .text_box .text-row a {
    position: relative;
    overflow: hidden;
    color: transparent
}

.prod-top_box .text_box .text-row .headline-text-wrapper span, .prod-top_box .text_box .text-row a span {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    line-height: 6.5rem;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s
}

.prod-top_box .text_box .text-row .headline-text-wrapper span:before, .prod-top_box .text_box .text-row a span:before {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s
}

.prod-top_box .text_box .text-row .headline-text-wrapper span.text-white:before, .prod-top_box .text_box .text-row a span.text-white:before {
    content: attr(data-content);
    color: #fff;
    transform: translateZ(0)
}

.prod-top_box .text_box .text-row .headline-text-wrapper span.text-color, .prod-top_box .text_box .text-row a span.text-color {
    transform: translate3d(0, 100%, 0)
}

.prod-top_box .text_box .text-row .headline-text-wrapper span.text-color:before, .prod-top_box .text_box .text-row a span.text-color:before {
    content: attr(data-content);
    color: red;
    transform: translate3d(0, -100%, 0)
}

.prod-top_box .text_box .text-row .headline-text-wrapper:hover span.text-white, .prod-top_box .text_box .text-row a:hover span.text-white {
    transform: translate3d(0, -100%, 0)
}

.prod-top_box .text_box .text-row .headline-text-wrapper:hover span.text-white:before, .prod-top_box .text_box .text-row a:hover span.text-white:before {
    transform: translate3d(0, 100%, 0)
}

.prod-top_box .text_box .text-row .headline-text-wrapper:hover span.text-color, .prod-top_box .text_box .text-row a:hover span.text-color {
    transform: translateZ(0)
}

.prod-top_box .text_box .text-row .headline-text-wrapper:hover span.text-color:before, .prod-top_box .text_box .text-row a:hover span.text-color:before {
    transform: translateZ(0)
}

.prod-top_box .text_box .text-row .headline-text-wrapper.hover span.text-white, .prod-top_box .text_box .text-row a.hover span.text-white {
    transform: translate3d(0, -100%, 0)
}

.prod-top_box .text_box .text-row .headline-text-wrapper.hover span.text-white:before, .prod-top_box .text_box .text-row a.hover span.text-white:before {
    transform: translate3d(0, 100%, 0)
}

.prod-top_box .text_box .text-row .headline-text-wrapper.hover span.text-color, .prod-top_box .text_box .text-row a.hover span.text-color {
    transform: translateZ(0)
}

.prod-top_box .text_box .text-row .headline-text-wrapper.hover span.text-color:before, .prod-top_box .text_box .text-row a.hover span.text-color:before {
    transform: translateZ(0)
}

.prod-top_box .image-animation_box {
    bottom: 0;
    right: 0;
    z-index: 10
}

.prod-top_box .svg-text_box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    overflow: hidden
}

.prod-top_box .svg-text_box svg {
    font-size: 47rem;
    line-height: 47rem;
    font-family: montserratbold;
    font-weight: 400;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.prod-top_box .animated-clients {
    z-index: 249
}

.prod-top_box .animated-clients .hp-text {
    position: absolute;
    opacity: 0;
    color: #fff;
    font-family: montserratlight;
    font-weight: 400;
    top: 50%;
    left: 50%;
    font-size: 22px;
    line-height: 100px;
    width: 400px;
    height: 100px;
    margin: -50px 0 0 -200px;
    text-align: center;
    filter: blur(2px);
    white-space: nowrap
}

.prod-top_box .animated-clients .hp-text.pos-1 {
    top: 13%;
    left: 40%
}

.prod-top_box .animated-clients .hp-text.pos-2 {
    top: 27%;
    left: 50%
}

.prod-top_box .animated-clients .hp-text.pos-3 {
    top: 13%;
    left: 60%
}

.prod-top_box .animated-clients .hp-text.pos-4 {
    top: 24%;
    left: 72%
}

.prod-top_box .animated-clients .hp-text.pos-5 {
    top: 20%;
    left: 88%
}

.prod-top_box .animated-clients .hp-text.pos-6 {
    top: 37%;
    left: 82%
}

.prod-top_box .animated-clients .hp-text.pos-7 {
    top: 50%;
    left: 90%
}

.prod-top_box .animated-clients .hp-text.pos-8 {
    top: 63%;
    left: 82%
}

.prod-top_box .animated-clients .hp-text.pos-9 {
    top: 82%;
    left: 88%
}

.prod-top_box .animated-clients .hp-text.pos-10 {
    top: 76%;
    left: 72%
}

.prod-top_box .animated-clients .hp-text.pos-11 {
    top: 88%;
    left: 60%
}

.prod-top_box .animated-clients .hp-text.pos-12 {
    top: 76%;
    left: 50%
}

.prod-top_box .animated-clients .hp-text.pos-13 {
    top: 88%;
    left: 40%
}

.prod-top_box .animated-clients .hp-text.pos-14 {
    top: 76%;
    left: 28%
}

.prod-top_box .animated-clients .hp-text.pos-15 {
    top: 82%;
    left: 12%
}

.prod-top_box .animated-clients .hp-text.pos-16 {
    top: 63%;
    left: 18%
}

.prod-top_box .animated-clients .hp-text.pos-17 {
    top: 50%;
    left: 10%
}

.prod-top_box .animated-clients .hp-text.pos-18 {
    top: 37%;
    left: 18%
}

.prod-top_box .animated-clients .hp-text.pos-19 {
    top: 20%;
    left: 12%
}

.prod-top_box .animated-clients .hp-text.pos-20 {
    top: 24%;
    left: 28%
}

.prod-top_box .animated-clients .hp-text.size-01 {
    font-size: 22px
}

.prod-top_box .animated-clients .hp-text.size-02 {
    font-size: 22px
}

.prod-top_box .animated-clients .hp-text.size-03 {
    font-size: 22px
}

.prod-top_box .animated-clients .hp-text.size-04 {
    font-size: 28px
}

.prod-top_box .animated-clients .hp-text.size-05 {
    font-size: 36px
}

.prod-top_box .heading_box h1 {
    color: #fff
}

.prod-top_box .heading_box p {
    color: #fff
}

.prod-top_box .perex_box {
    margin-bottom: 1rem
}

.prod-top_box .perex_box p {
    color: #fff
}

.prod-top_box .bg.with-overlay:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    background: rgba(0, 0, 0, .3);
    z-index: 30
}

.prod-top_box .bg .slideshow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10
}

.prod-top_box .bg .slideshow li.selected-move-1 span, .prod-top_box .bg .slideshow li.selected-move-2 span {
    animation: none
}

.prod-top_box .bg .img-hand {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 20
}

.prod-top_box .hp-text.in {
    -webkit-animation-name: clientsCloudIn;
    animation-name: clientsCloudIn
}

.prod-top_box .hp-text.out {
    -webkit-animation-name: clientsCloudOut;
    animation-name: clientsCloudOut
}

@-webkit-keyframes clientsCloudIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.6);
        filter: blur(2px)
    }
    100% {
        opacity: .4;
        -webkit-transform: scale(1);
        filter: blur(0)
    }
}

@keyframes clientsCloudIn {
    0% {
        opacity: 0;
        transform: scale(.6);
        filter: blur(2px)
    }
    100% {
        opacity: .4;
        transform: scale(1);
        filter: blur(0)
    }
}

@-webkit-keyframes clientsCloudOut {
    0% {
        opacity: .4;
        -webkit-transform: scale(1);
        filter: blur(2px)
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        filter: blur(0)
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        filter: blur(0)
    }
}

@keyframes clientsCloudOut {
    0% {
        opacity: .4;
        transform: scale(1);
        filter: blur(2px)
    }
    50% {
        opacity: 0;
        transform: scale(1.2);
        filter: blur(0)
    }
    50% {
        opacity: 0;
        transform: scale(1.2);
        filter: blur(0)
    }
}

.no-flexbox .prod-top_box {
    display: block
}

.no-flexbox .prod-top_box .text_box {
    position: absolute;
    top: 50%;
    margin-top: -250px
}

.prod-desc_box {
    padding: 170px 0 0 0;
    margin-bottom: 20px;
    position: relative;
    overflow-x: hidden
}

.prod-desc_box .perex_box {
    margin: 0 10vw 2rem 10vw;
    text-align: center
}

.prod-desc_box .perex_box p {
    font-size: 32px;
    font-size: 2rem;
    line-height: 52px;
    line-height: 3.25rem;
    margin: 0;
    font-family: Cabin;
    color: #181c1e
}

.prod-desc_box p {
    margin: 0 12% 5rem 12%
}

.screens_slider {
    margin: 70px 0 30px
}

.screens_slider .slider-item img {
    width: 100%;
    border-radius: 0 0 10px 10px
}

.screens_slider .slider-item {
    padding: 20px 25px 55px 25px
}

.screens_slider .slider-item .item-content {
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.screens_slider .slider-item .item-content:before {
    width: 100%;
    padding-top: 9.2%;
    border-radius: 10px 10px 0 0;
    float: left;
    content: "";
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMCIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjc2IDYwLjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY3NiA2MC43OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0UyRThFQzt9LnN0MXtmaWxsOiNFMjI4MkU7fS5zdDJ7ZmlsbDojRjdCMTMyO30uc3Qze2ZpbGw6IzFEQTY0Rjt9LnN0NHtmaWxsOiNGRkZGRkY7fS5zdDV7ZmlsbDojQUNBQ0FDO308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02NzYsNjAuN1Y4LjVjMC00LjctMy44LTguNS04LjUtOC41SDguNUMzLjgsMCwwLDMuOCwwLDguNXY1Mi4ySDY3NnoiLz48Y2lyY2xlIGNsYXNzPSJzdDEiIGN4PSIyOS43IiBjeT0iMjkuNCIgcj0iNS43Ii8+PGNpcmNsZSBjbGFzcz0ic3QyIiBjeD0iNDYuNyIgY3k9IjI5LjQiIHI9IjUuNyIvPjxjaXJjbGUgY2xhc3M9InN0MyIgY3g9IjYzLjciIGN5PSIyOS40IiByPSI1LjciLz48cGF0aCBjbGFzcz0ic3Q0IiBkPSJNNDg4LjEsNDMuN0g5NS40Yy0wLjgsMC0xLjQtMC42LTEuNC0xLjRWMTYuNWMwLTAuOCwwLjYtMS40LDEuNC0xLjRoMzkyLjdjMC44LDAsMS40LDAuNiwxLjQsMS40djI1LjhDNDg5LjUsNDMsNDg4LjksNDMuNyw0ODguMSw0My43eiIvPjxwYXRoIGNsYXNzPSJzdDQiIGQ9Ik02NTcuMSw0My43SDUwMy40Yy0wLjgsMC0xLjQtMC42LTEuNC0xLjRWMTYuNWMwLTAuOCwwLjYtMS40LDEuNC0xLjRoMTUzLjdjMC44LDAsMS40LDAuNiwxLjQsMS40djI1LjhDNjU4LjUsNDMsNjU3LjksNDMuNyw2NTcuMSw0My43eiIvPjxnPjxwYXRoIGNsYXNzPSJzdDUiIGQ9Ik0xMDguNywyOS43djMuM2gtMS4xdi0zYzAtMC44LTAuNS0xLjMtMS4zLTEuM2MtMC45LDAtMS41LDAuNy0xLjUsMS43djIuNmgtMS4xdi03LjRoMS4xdjMuMWMwLjQtMC43LDEuMS0xLjEsMi0xLjFDMTA3LjksMjcuNywxMDguNywyOC41LDEwOC43LDI5Ljd6Ii8+PHBhdGggY2xhc3M9InN0NSIgZD0iTTExMy4yLDMyLjdjLTAuNCwwLjItMC45LDAuNC0xLjMsMC40Yy0wLjgsMC0xLjUtMC41LTEuNS0xLjV2LTIuOGgtMC43di0wLjloMC43di0xLjVoMS4xdjEuNWgxLjZ2MC45aC0xLjZ2Mi41YzAsMC41LDAuMiwwLjcsMC42LDAuN2MwLjIsMCwwLjUtMC4xLDAuOC0wLjJMMTEzLjIsMzIuN3oiLz48cGF0aCBjbGFzcz0ic3Q1IiBkPSJNMTE3LjMsMzIuN2MtMC40LDAuMi0wLjksMC40LTEuMywwLjRjLTAuOCwwLTEuNS0wLjUtMS41LTEuNXYtMi44aC0wLjd2LTAuOWgwLjd2LTEuNWgxLjF2MS41aDEuNnYwLjloLTEuNnYyLjVjMCwwLjUsMC4yLDAuNywwLjYsMC43YzAuMiwwLDAuNS0wLjEsMC44LTAuMkwxMTcuMywzMi43eiIvPjxwYXRoIGNsYXNzPSJzdDUiIGQ9Ik0xMjMuOSwzMC40YzAsMS42LTEsMi43LTIuNSwyLjdjLTAuOCwwLTEuNS0wLjMtMS45LTFWMzVoLTEuMXYtNy4zaDEuMXYwLjljMC40LTAuNiwxLTEsMS45LTFDMTIyLjksMjcuNywxMjMuOSwyOC44LDEyMy45LDMwLjR6IE0xMjIuOCwzMC40YzAtMS0wLjctMS43LTEuNi0xLjdzLTEuNiwwLjctMS42LDEuN2MwLDEsMC43LDEuNywxLjYsMS43UzEyMi44LDMxLjQsMTIyLjgsMzAuNHoiLz48cGF0aCBjbGFzcz0ic3Q1IiBkPSJNMTI2LDI5LjVjMCwwLjQtMC4zLDAuNy0wLjYsMC43cy0wLjYtMC4zLTAuNi0wLjdjMC0wLjQsMC4zLTAuNiwwLjYtMC42UzEyNiwyOS4xLDEyNiwyOS41eiBNMTI2LDMyLjVjMCwwLjQtMC4zLDAuNy0wLjYsMC43cy0wLjYtMC4zLTAuNi0wLjdjMC0wLjQsMC4zLTAuNiwwLjYtMC42UzEyNiwzMi4xLDEyNiwzMi41eiIvPjxwYXRoIGNsYXNzPSJzdDUiIGQ9Ik0xMjYuMiwzNC4ybDMuMi05LjNoMWwtMy4yLDkuM0gxMjYuMnoiLz48cGF0aCBjbGFzcz0ic3Q1IiBkPSJNMTI5LjUsMzQuMmwzLjItOS4zaDFsLTMuMiw5LjNIMTI5LjV6Ii8+PC9nPjxnPjxnPjxwYXRoIGNsYXNzPSJzdDUiIGQ9Ik00ODIuNCwyNC42Yy0wLjIsMC0wLjQsMC4xLTAuNSwwLjNsLTAuMywxLjRjLTEtMS42LTIuNy0yLjctNC42LTIuN2MtMywwLTUuNCwyLjQtNS40LDUuNGMwLDAuMiwwLjIsMC40LDAuNCwwLjRzMC40LTAuMiwwLjQtMC40YzAtMi41LDItNC41LDQuNS00LjVjMS42LDAsMy4xLDAuOSwzLjksMi4zbC0xLjQtMC4zYy0wLjIsMC0wLjQsMC4xLTAuNSwwLjNjMCwwLjIsMC4xLDAuNCwwLjMsMC41bDIuNCwwLjVjMCwwLDAuMSwwLDAuMSwwYzAuMSwwLDAuMSwwLDAuMi0wLjFjMC4xLTAuMSwwLjItMC4yLDAuMi0wLjNsMC41LTIuNEM0ODIuNywyNC45LDQ4Mi42LDI0LjcsNDgyLjQsMjQuNnoiLz48cGF0aCBjbGFzcz0ic3Q1IiBkPSJNNDgyLDI4LjVjLTAuMiwwLTAuNCwwLjItMC40LDAuNGMwLDEuMi0wLjQsMi40LTEuMiwzLjNjLTAuOCwwLjktMiwxLjQtMy4yLDEuNGMtMC4xLDAtMC4xLDAtMC4yLDBjLTEuNiwwLTMtMC44LTMuOS0yLjJsMS40LDAuNGMwLjIsMC4xLDAuNC0wLjEsMC41LTAuM2MwLjEtMC4yLTAuMS0wLjQtMC4zLTAuNWwtMi4zLTAuNmMtMC4xLDAtMC4yLDAtMC4zLDBjLTAuMSwwLjEtMC4yLDAuMS0wLjIsMC4zbC0wLjYsMi4zYy0wLjEsMC4yLDAuMSwwLjQsMC4zLDAuNWMwLDAsMC4xLDAsMC4xLDBjMC4yLDAsMC4zLTAuMSwwLjQtMC4zbDAuNC0xLjNjMSwxLjUsMi43LDIuNSw0LjUsMi41YzAuMSwwLDAuMSwwLDAuMiwwYzEuNCwwLDIuOC0wLjYsMy43LTEuN3MxLjUtMi40LDEuNC0zLjhDNDgyLjQsMjguNyw0ODIuMiwyOC41LDQ4MiwyOC41eiIvPjwvZz48L2c+PGc+PHBhdGggY2xhc3M9InN0NSIgZD0iTTY1MS4zLDMzLjZsLTIuOC0yLjhjMC43LTAuOSwxLjEtMiwxLjEtMy4xYzAtMi43LTIuMi01LTUtNWMtMi43LDAtNSwyLjItNSw1czIuMiw1LDUsNWMxLjIsMCwyLjMtMC40LDMuMS0xLjFsMi44LDIuOGMwLjIsMC4yLDAuNSwwLjIsMC43LDBDNjUxLjUsMzQuMSw2NTEuNSwzMy44LDY1MS4zLDMzLjZ6IE02NDQuNiwzMS42Yy0yLjIsMC00LTEuOC00LTRzMS44LTQsNC00YzIuMiwwLDQsMS44LDQsNFM2NDYuOCwzMS42LDY0NC42LDMxLjZ6Ii8+PC9nPjwvc3ZnPg==) no-repeat center top;
    background-size: cover
}

.screens_slider .slider-item .item-content:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, .5);
    transform: translate3d(0, -10px, 0)
}

.owl-controls {
    padding-top: 10px
}

.owl-controls .owl-nav {
    text-align: center
}

.owl-controls .owl-prev {
    display: inline-block;
    overflow: hidden;
    width: 46px;
    height: 46px;
    border: 1px solid #dddede;
    border-radius: 50%;
    margin: 0 5px
}

.owl-controls .owl-prev:before {
    font-family: eventival !important;
    content: "b";
    color: #191d1f;
    width: 46px;
    height: 46px;
    float: left;
    line-height: 46px;
    font-size: 30px;
    padding: 0 3px 0 0;
    box-sizing: border-box
}

.owl-controls .owl-next {
    display: inline-block;
    overflow: hidden;
    width: 46px;
    height: 46px;
    border: 1px solid #dddede;
    border-radius: 50%
}

.owl-controls .owl-next:before {
    font-family: eventival !important;
    content: "a";
    color: #191d1f;
    width: 46px;
    height: 46px;
    float: left;
    line-height: 46px;
    font-size: 30px;
    padding: 0 0 0 3px;
    box-sizing: border-box
}

.owl-controls .owl-dots {
    display: none
}

.stats_container {
    text-align: center
}

.stats_container h2 {
    text-transform: uppercase;
    font-family: Cabin;
    font-weight: 400;
    color: #181c1e;
    margin-bottom: 4vh;
    margin-top: 4vh;
    font-size: 32px;
    font-size: 2rem
}

.stats_container .stat-item_box p {
    font-size: 32px;
    font-size: 2rem;
    line-height: 52px;
    line-height: 3.25rem;
    margin: 0;
    font-family: Cabin;
    color: #181c1e
}

.stats_container .stat-item_box p strong {
    color: #8e2782;
    font-size: 90px;
    font-size: 5.625rem;
    line-height: 42px;
    line-height: 2.85rem;
    font-family: montserratbold;
    font-weight: 400
}

.features_section {
    margin-bottom: 20px;
    padding-top: 60px
}

.features_section h2 {
    text-align: center;
    color: #181c1e;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 70px;
    line-height: 4.375rem;
    margin-bottom: 4.8rem
}

.features_section .features_container {
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 64px
}

.features_section .features_container .feature_box {
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    text-align: center;
    padding-top: 34px
}

.features_section .features_container .feature_box figure svg {
    height: 90px;
    margin-bottom: 30px
}

.features_section .features_container .client_feature_image {
    max-width: 115px
}

.features_section .features_container .client_go_to {
    display: inline-block;
    width: 100%;
    float: none;
    position: absolute;
    bottom: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none
}

.features_section .features_container .client_go_to:before {
    top: 3px;
    position: relative;
    margin-right: 4px
}

.features_section .features_container .client_go_to:hover .underline {
    border-bottom: 1px solid #fff
}

.features_section.client_features_section .features_container .feature_box figcaption small {
    display: block;
    width: 100%;
    clear: both;
    color: #a5a5a5;
    font-size: .65rem
}

.features_section .features_container .feature_box figcaption {
    height: 5.62rem;
    padding: 0 5%;
    line-height: 1.87rem;
    font-family: montserratmedium;
    font-weight: 400;
    color: #181c1e;
    font-size: 1.12rem
}

.features_section.client_features_section .features_container .feature_box figcaption {
    line-height: 1.37rem;
    font-size: .8rem
}

.features_section .features_container .feature_box .overlay_box {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #8e2782;
    transform: translate3d(0, 0, 0);
    display: flex;
    align-items: center;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.features_section .features_container .feature_box .overlay_box p {
    line-height: 1.6rem;
    font-size: .95rem;
    margin: 0 5%;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .5s ease .2s;
    -moz-transition: all .5s ease .2s;
    -ms-transition: all .5s ease .2s;
    -o-transition: all .5s ease .2s;
    transition: all .5s ease .2s
}

.features_section .features_container .feature_box:hover .overlay_box {
    opacity: .98;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
    transform: translate3d(0, -5px, 0);
    z-index: 10
}

.features_section .features_container .feature_box:hover .overlay_box p {
    opacity: 1
}

.features_section .features_container .feature_box.hover .overlay_box {
    opacity: .98;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
    transform: translate3d(0, -5px, 0);
    z-index: 10
}

.features_section .features_container .feature_box.hover .overlay_box p {
    opacity: 1
}

.features_section .button--fill .morph-shape svg {
    fill: #8e2782;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.features_section .button--fill:hover .morph-shape svg {
    fill: #8d4084
}

.features_section .feature-btm_box .button {
    margin-bottom: 10px
}

.cls-1, .cls-2 {
    fill: none;
    stroke: #8e2782;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 19px
}

.cls-1 {
    stroke-miterlimit: 10
}

.news_container.home {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden
}

.news_container.home h2 {
    font-size: 5.625rem;
    line-height: 6rem;
    color: #000;
    text-align: center;
    margin: 30px 0 50px 0
}

.testimonials_section {
    position: relative;
    overflow-x: hidden;
    padding-bottom: 80px;
    padding-top: 60px
}

.testimonials_section.mtb-small {
    padding-bottom: 40px;
    padding-top: 20px
}

.testimonials_section h3 {
    text-align: center;
    font-size: 32px;
    font-size: 2rem;
    line-height: 50px;
    line-height: 3.125rem;
    font-family: Cabin;
    font-weight: 400;
    color: #181c1e;
    margin: 0 0 4vh 0
}

.testimonials_section .testimonials_container {
    margin-bottom: 72px
}

.testimonials_section .testimonials_container .testimonial_box {
    padding-left: 1%;
    padding-right: 1%;
    text-decoration: none;
    color: #474747
}

.testimonials_section .testimonials_container .testimonial_box blockquote {
    height: 225px;
    background: #fff;
    padding: 84px 44px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .08);
    font-size: .93rem;
    line-height: 1.75rem;
    position: relative;
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.testimonials_section .testimonials_container .testimonial_box blockquote i.ico {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: -1;
    height: 94px;
    display: inline-block;
    width: 130px
}

.testimonials_section .testimonials_container .testimonial_box blockquote i.ico .cls-1 {
    fill: none;
    stroke: #f2f2f2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px
}

.testimonials_section .testimonials_container .testimonial_box .author_box {
    text-align: center;
    margin-top: -50px
}

.testimonials_section .testimonials_container .testimonial_box .author_box figure {
    border-radius: 50%;
    width: 62px;
    height: 62px;
    border: 4px solid #fff;
    margin: 0 auto 10px auto
}

.testimonials_section .testimonials_container .testimonial_box .author_box figure img {
    width: 100%
}

.testimonials_section .testimonials_container .testimonial_box .author_box figure.testimonial_logo {
    border-radius: 0;
    width: 100%;
    border: none;
    margin-top: 10px
}

.testimonials_section .testimonials_container .testimonial_box .author_box figure.testimonial_logo img {
    width: auto;
    height: 62px
}

.testimonials_section .testimonials_container .testimonial_box .author_box h6 {
    font-size: 18px;
    font-size: 1.125rem
}

.testimonials_section .testimonials_container .testimonial_box .author_box p {
    font-size: .875rem;
    line-height: 1.375rem;
    color: #ababab
}

.testimonials_section .testimonials_container .testimonial_box .author_box p small {
    font-size: .68rem
}

.testimonials_section .testimonials_container .testimonial_box:hover blockquote {
    box-shadow: 0 10px 24px rgba(0, 0, 0, .5);
    transform: translate3d(0, -10px, 0)
}

.testimonials_quotes_0 {
    stroke-dasharray: 278 280;
    stroke-dashoffset: 279;
    animation: testimonials_quotes_draw 1.4s ease 0s forwards
}

.testimonials_quotes_1 {
    stroke-dasharray: 278 280;
    stroke-dashoffset: 279;
    animation: testimonials_quotes_draw 1.4s ease 0s forwards
}

@keyframes testimonials_quotes_draw {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes testimonials_quotes_fade {
    0% {
        stroke-opacity: 1
    }
    92.85714285714286% {
        stroke-opacity: 1
    }
    100% {
        stroke-opacity: 0
    }
}

.logos_container .owl-item {
    padding: 0 1vw;
    box-sizing: border-box
}

.logos_container figure img {
    width: auto;
    max-width: 100%
}

.logos_container figure:hover {
    opacity: .5
}

.paging-fix {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 99
}

.paging-fix ul li {
    list-style: none
}

.paging-fix ul li a {
    opacity: .15;
    font-size: .93rem;
    line-height: 19px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.paging-fix ul li a:before {
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    float: left;
    margin: 9px 0 0 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.paging-fix ul li a span {
    display: none;
    opacity: 0;
    line-height: 19px;
    display: inline-block;
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity .2s ease .1s, transform .2s ease-in-out .1s;
    -moz-transition: opacity .2s ease .1s, transform .2s ease-in-out .1s;
    -ms-transition: opacity .2s ease .1s, transform .2s ease-in-out .1s;
    -o-transition: opacity .2s ease .1s, transform .2s ease-in-out .1s;
    transition: opacity .1s ease .1s, transform .2s ease-in-out .1s
}

.paging-fix ul li a:hover {
    opacity: 1
}

.paging-fix ul li a:hover:before {
    width: 24px
}

.paging-fix ul li a:hover span {
    opacity: 1;
    transform: translate3d(12px, 0, 0)
}

.paging-fix ul li.slc a {
    opacity: 1
}

.paging-fix ul li.slc a:before {
    width: 30px !important
}

.paging-fix ul li.slc a span {
    opacity: 1;
    transform: translate3d(20px, 0, 0) !important
}

.paging-fix.dark ul li a {
    color: #181c1e
}

.paging-fix.dark ul li a:before {
    background: #181c1e
}

.foot {
    padding: 30px 0;
    background: #181c1e
}

.foot .container {
    width: 76%;
    max-width: 1920px
}

.foot h6 {
    color: #fff;
    font-size: 20px;
    font-size: 1.125rem;
    line-height: 2rem;
    margin-bottom: .2rem
}

.foot ul {
    font-size: 14px;
    font-size: .82rem;
    font-family: montserratregular;
    font-weight: 400
}

.foot ul > li {
    list-style: none;
    color: #fff;
    padding: 0;
    line-height: 1.6rem
}

.foot ul > li a {
    color: #fff
}

.foot p {
    margin-bottom: .9rem;
    color: #fff;
    font-size: 14px;
    font-size: .82rem;
    line-height: 1.5rem;
    font-family: montserratregular;
    font-weight: 400
}

.foot p .text-underline:after {
    bottom: 1px
}

.foot a {
    color: #fff
}

.foot .text-underline:after {
    background: #fff
}

.foot .author_box, .foot .copyright_box {
    padding-top: 1.2rem
}

.foot .author_box p, .foot .copyright_box p {
    margin: 0
}

.big-word {
    position: absolute;
    top: 5%;
    left: -100%;
    right: -100%;
    text-align: center;
    font-size: 110px;
    font-size: 20rem;
    line-height: 14rem;
    letter-spacing: -52px;
    text-indent: -40px;
    color: #fff;
    font-weight: 400;
    font-family: montserratblack;
    text-transform: uppercase;
    z-index: -1;
    text-stroke: 1px #ededed;
    -webkit-text-stroke: 1px #ededed
}

.big-word span {
    padding: 0 5vw;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.svg-text_box svg .img-layer {
    fill: url(#p-img)
}

.image-animation_box {
    position: absolute
}

.image-animation_box .anim_item {
    position: absolute;
    background-position: top left;
    background-repeat: no-repeat
}

.image-animation_box.image-fetivals {
    width: 1100px;
    height: 620px;
    overflow: hidden
}

.image-animation_box.image-fetivals .item_01 {
    width: 1446px;
    height: 221px;
    background-image: url(../../images/front/anim_fest/stul.png);
    top: 399px;
    left: 0
}

.image-animation_box.image-fetivals .item_02 {
    width: 491px;
    height: 293px;
    background-image: url(../../images/front/anim_fest/pocitac.png);
    top: 212px;
    left: 296px
}

.image-animation_box.image-fetivals .item_03 {
    width: 99px;
    height: 29px;
    background-image: url(../../images/front/anim_fest/mys.png);
    top: 425px;
    left: 757px
}

.image-animation_box.image-fetivals .item_04 {
    width: 173px;
    height: 28px;
    background-image: url(../../images/front/anim_fest/telefon.png);
    top: 422px;
    left: 194px
}

.image-animation_box.image-fetivals .item_05 {
    width: 282px;
    height: 473px;
    background-image: url(../../images/front/anim_fest/lampa.png);
    top: 0;
    left: 948px
}

.image-animation_box.image-fetivals .item_06 {
    width: 593px;
    height: 273px;
    background-image: url(../../images/front/anim_fest/deska-box.png);
    top: 140px;
    left: 570px
}

.image-animation_box.image-fetivals .item_07 {
    width: 133px;
    height: 33px;
    background-image: url(../../images/front/anim_fest/kniha.png);
    top: 406px;
    left: 863px
}

.image-animation_box.image-fetivals .item_08 {
    width: 147px;
    height: 103px;
    background-image: url(../../images/front/anim_fest/kafe.png);
    top: 325px;
    left: 130px
}

.image-animation_box.image-fetivals .item_09 {
    width: 593px;
    height: 273px;
    background-image: url(../../images/front/anim_fest/deska.png);
    top: 150px;
    left: 730px
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.fullscreen {
    width: 100%;
    height: 100vh;
    position: relative
}

.no-cssvhunit .fullscreen, .no-cssvwunit .fullscreen {
    width: 100%;
    height: 900px
}

.fullscreen .section-scroll {
    margin: 0 0 0 -15px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 30px;
    height: 48px;
    cursor: pointer;
    z-index: 999
}

.fullscreen .section-scroll .mouse {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 15px;
    box-sizing: border-box
}

.fullscreen .section-scroll .wheel {
    display: block;
    margin: 0 0 0 -2px;
    position: absolute;
    top: 10px;
    left: 50%;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    animation: scrollWheel 1.8s linear 0s infinite normal none
}

.screen-3-4 {
    width: 100%;
    height: 60vh;
    position: relative
}

.no-cssvhunit .screen-3-4, .no-cssvwunit .screen-3-4 {
    width: 100%;
    height: 500px
}

.fullwidth {
    width: 100%;
    position: relative
}

@keyframes scrollWheel {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    35% {
        transform: translate3d(0, 7px, 0);
        opacity: 1
    }
    50% {
        transform: translate3d(0, 10px, 0);
        opacity: 0
    }
    50.001% {
        transform: translate3d(0, 0, 0);
        opacity: 0
    }
    80% {
        transform: translate3d(0, 0, 0);
        opacity: 0
    }
}

.text-underline {
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    white-space: nowrap
}

.text-underline:after {
    position: absolute;
    bottom: 3px;
    content: "";
    width: 100%;
    height: 1px;
    background: #1c9cd8;
    right: 0;
    opacity: .3
}

.text-underline:hover:after {
    animation: textDecoration 1.8s ease-in-out 0s infinite normal none
}

@keyframes textDecoration {
    0% {
        width: 100%;
        right: 0;
        left: auto
    }
    50% {
        width: 0;
        right: 0;
        left: auto
    }
    50.001% {
        width: 0;
        right: auto;
        left: 0
    }
    100% {
        width: 100%;
        right: auto;
        left: 0
    }
}

@keyframes backgroundAnimation {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.5)
    }
}

figure {
    overflow: hidden;
    position: relative
}

figure img {
    width: 100%
}

.zoom img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.zoom:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.button {
    background: 0 0;
    border: none;
    overflow: hidden;
    text-align: center;
    height: 52px;
    outline: 0;
    position: relative;
    margin: 0 -6px;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.button__text {
    display: block;
    padding: 0 30px;
    text-align: center;
    position: relative;
    z-index: 10;
    color: #474747;
    font-size: 15px;
    font-size: .93rem;
    font-family: montserratregular;
    font-weight: 400;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.morph-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.morph-shape svg {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.button--line .morph-shape svg {
    fill: transparent;
    stroke: #fff;
    stroke-width: 3px;
    stroke-linecap: round
}

.button--fill .morph-shape svg {
    fill: #474747
}

.button--fill .button__text {
    color: #fff
}

.button--fill.btn--purple .morph-shape svg {
    fill: #8e2782
}

.button--fill.btn--purple:hover .morph-shape svg {
    fill: #791d6e
}

.button--fill.btn--blue .morph-shape svg {
    fill: #244182
}

.button--fill.btn--blue:hover .morph-shape svg {
    fill: #0c245b
}

.button--line.btn--gray .morph-shape svg {
    fill: transparent;
    stroke: #dbdbdb;
    stroke-width: 3px;
    stroke-linecap: round
}

.button--line.btn--gray:hover .morph-shape svg {
    fill: #dbdbdb
}

.button--line.btn--gray .button__text {
    color: #9b9b9b
}

.button--line.btn--gray:hover .button__text {
    color: #fff
}

.button--line.btn--white .morph-shape svg {
    fill: transparent;
    stroke: #fff;
    stroke-width: 3px;
    stroke-linecap: round
}

.button--line.btn--white:hover .morph-shape svg {
    fill: #fff
}

.button--line.btn--white .button__text {
    color: #fff
}

.button--line.btn--white:hover .button__text {
    color: #181c1e
}

.button.button--huge {
    height: 94px
}

.button.button--huge .button__text {
    padding: 0 66px;
    font-size: 24px;
    font-size: 1.5rem
}

.navigation_section .button--line.btn--white:hover .button__text {
    color: #223f84
}

.button--fill.btn--yellow .morph-shape svg {
    fill: #f9b000
}

.button--fill.btn--yellow:hover .morph-shape svg {
    fill: #dd9c00
}

.duration-200 {
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.owl-controls *, .owl-controls :before {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.owl-controls .owl-next:hover, .owl-controls .owl-prev:hover {
    border-color: #777
}

.owl-controls .owl-prev:hover:before {
    transform: translateX(-3px);
    color: #000
}

.owl-controls .owl-next:hover:before {
    transform: translateX(3px);
    color: #000
}

.news-list_section {
    position: relative;
    overflow-x: hidden;
    padding-bottom: 80px;
    margin-top: calc(65px + 10vh)
}

.news-list_section .container {
    max-width: 1920px;
    width: 76%
}

.news-list_section .btn_box {
    padding-top: 4vh
}

.heading_box {
    margin-bottom: 2vh
}

.heading_box figure {
    display: inline-block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 2vh
}

.heading_box p {
    text-transform: uppercase;
    font-family: Cabin;
    font-weight: 400;
    color: #9b9b9b;
    margin-bottom: 1vh !important
}

.heading_box p.p_contact {
    text-transform: lowercase;
    font-weight: 400;
    margin-top: 1vh
}

.heading_box p i {
    font-size: 1.2rem;
    margin-right: 5px
}

.heading_box p i:before {
    vertical-align: middle
}

.heading_box h1 {
    color: #181c1e;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 70px;
    line-height: 4.375rem !important;
    margin-bottom: 0;
    font-weight: 400;
    font-family: montserratbold
}

.heading_box h1.top-level {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 60px;
    line-height: 3.75rem !important
}

.heading_box h2.top-level {
    color: #181c1e;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
    line-height: 3.125rem !important;
    margin-bottom: 0;
    font-weight: 400;
    font-family: montserratbold
}

.news_container {
    margin-left: -1%;
    margin-right: -1%
}

.news_container .news_box {
    padding-left: 1%;
    padding-right: 1%;
    margin-bottom: 3.4vh
}

.news_container .news_box a {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .08);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.news_container .news_box a:hover {
    box-shadow: 0 20px 20px rgba(0, 0, 0, .12);
    text-decoration: none
}

.news_container .news_box a:hover h3 span {
    border-bottom: 1px solid #fff
}

.news-items .news-item .thumb {
    position: relative;
    height: 100%
}

.news-items .news-item .thumb .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.news-items .news-item .thumb figcaption {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 7;
    color: #fff;
    font-size: 13px;
    font-size: .8125rem;
    font-family: montserratregular;
    transform-origin: 0 0;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.news-items .news-item .thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    content: ""
}

.news_container .news_box .text_box {
    padding: 0 2vw 2vh 2vw
}

.news_container .news_box .author {
    display: block;
    position: relative;
    width: 62px;
    height: 62px;
    border: 4px solid #fff;
    border-radius: 50%;
    margin-top: -35px;
    margin-bottom: 1vh;
    overflow: hidden;
    margin-left: calc(50% - 35px);
    z-index: 10
}

.news_container .news_box h3 {
    color: #223f84;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin-bottom: 3%
}

.news_container .news_box h3 span {
    border-bottom: 1px solid #bcc5da
}

.news_container .news_box p.p_date {
    min-height: 3rem;
    color: #9b9b9b;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 3%
}

.news_container .news_box p.p_date i {
    font-size: 1rem
}

.news_container .news_box p.p_date i:before {
    vertical-align: middle
}

.news_container .news_box p {
    color: #474747;
    font-size: .93rem;
    line-height: 1.75rem;
    margin: 0
}

.news_container .news_box .thumb.t01:before {
    background: #16a0db;
    background: -moz-linear-gradient(45deg, #16a0db 0, #16a0db 0, rgba(22, 160, 219, 0) 49%);
    background: -webkit-gradient(left bottom, right top, color-stop(0, #16a0db), color-stop(0, #16a0db), color-stop(49%, rgba(22, 160, 219, 0)));
    background: -webkit-linear-gradient(45deg, #16a0db 0, #16a0db 0, rgba(22, 160, 219, 0) 49%);
    background: -o-linear-gradient(45deg, #16a0db 0, #16a0db 0, rgba(22, 160, 219, 0) 49%);
    background: -ms-linear-gradient(45deg, #16a0db 0, #16a0db 0, rgba(22, 160, 219, 0) 49%);
    background: linear-gradient(45deg, #16a0db 0, #16a0db 0, rgba(22, 160, 219, 0) 49%)
}

.news_container .news_box .thumb.t02:before {
    background: #f03f39;
    background: -moz-linear-gradient(45deg, #f03f39 0, #f03f39 0, rgba(240, 63, 57, 0) 49%);
    background: -webkit-gradient(left bottom, right top, color-stop(0, #f03f39), color-stop(0, #f03f39), color-stop(49%, rgba(240, 63, 57, 0)));
    background: -webkit-linear-gradient(45deg, #f03f39 0, #f03f39 0, rgba(240, 63, 57, 0) 49%);
    background: -o-linear-gradient(45deg, #f03f39 0, #f03f39 0, rgba(240, 63, 57, 0) 49%);
    background: -ms-linear-gradient(45deg, #f03f39 0, #f03f39 0, rgba(240, 63, 57, 0) 49%);
    background: linear-gradient(45deg, #f03f39 0, #f03f39 0, rgba(240, 63, 57, 0) 49%)
}

.news_container .news_box .thumb.t03:before {
    background: #16819d;
    background: -moz-linear-gradient(45deg, #16819d 0, #16819d 0, rgba(22, 129, 157, 0) 49%);
    background: -webkit-gradient(left bottom, right top, color-stop(0, #16819d), color-stop(0, #16819d), color-stop(49%, rgba(22, 129, 157, 0)));
    background: -webkit-linear-gradient(45deg, #16819d 0, #16819d 0, rgba(22, 129, 157, 0) 49%);
    background: -o-linear-gradient(45deg, #16819d 0, #16819d 0, rgba(22, 129, 157, 0) 49%);
    background: -ms-linear-gradient(45deg, #16819d 0, #16819d 0, rgba(22, 129, 157, 0) 49%);
    background: linear-gradient(45deg, #16819d 0, #16819d 0, rgba(22, 129, 157, 0) 49%)
}

.news-det_container {
    padding-bottom: 80px
}

.news-det_container .top-img_box {
    position: relative
}

.news-det_container .top-img_box.img_cover .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.news-det_container .top-img_box .center_box {
    display: flex;
    align-items: center;
    justify-content: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    text-align: center;
    width: 90vw;
    max-width: 1150px
}

.news-det_container .top-img_box .center_box .heading_box {
    width: 100%
}

.news-det_container .top-img_box .center_box .heading_box h1 {
    color: #fff;
    margin-bottom: 3vh
}

.news-det_container .top-img_box .center_box .heading_box p.p_date {
    text-transform: none;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0
}

.news-det_container .news-content_box {
    background: #fff;
    margin-top: -74px;
    position: relative;
    padding: 0 11.1vw
}

.news-det_container .news-content_box .author_box {
    text-align: center;
    margin-top: -66px;
    float: left;
    width: 100%;
    clear: both
}

.news-det_container .news-content_box .author_box a {
    display: inline-block;
    color: #474747
}

.news-det_container .news-content_box .author_box a:hover {
    text-decoration: none;
    color: #181c1e;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.news-det_container .news-content_box .author_box figure {
    width: 124px;
    height: 124px;
    border: 4px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    background: #fff
}

.news-det_container .news-content_box .author_box figure img {
    width: 100%
}

.news-det_container .news-content_box .author_box h6 {
    font-size: 18px;
    font-size: 1.125rem
}

.news-det_container .news-content_box .author_box p {
    font-size: .875rem;
    line-height: 1.375rem;
    color: #ababab
}

.news-det_container .news-content_box .perex_box {
    margin: 0 0 2rem 0;
    text-align: center
}

.news-det_container .news-content_box .perex_box p {
    font-size: 32px;
    font-size: 2rem;
    line-height: 52px;
    line-height: 3.25rem;
    margin: 0;
    font-family: Cabin;
    color: #181c1e
}

.news-det_container .news-content_box h2 {
    font-size: 28px;
    font-size: 1.75rem;
    color: #000;
    font-family: montserratbold;
    margin-bottom: 2.5rem;
    text-align: center
}

.news-det_container .news-content_box p {
    margin: 0 0 2rem 0;
    color: #000
}

.news-det_container .news-content_box .dots {
    display: flex;
    justify-content: center;
    margin-bottom: 3.44rem;
    margin-top: 3.2rem
}

.news-det_container .news-content_box .dots span {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: #ddd;
    margin-left: .69rem;
    margin-right: .69rem
}

.news-det_container .news-content_box .image {
    text-align: center
}

.news-det_container .news-content_box .image img {
    max-width: 100%;
    height: auto
}

.news-det_container .news-content_box .image p {
    color: #9b9b9b;
    font-family: "Open Sans";
    font-size: .88rem;
    font-weight: 400;
    line-height: 2
}

.news-det_container .news-content_box .image-gallery {
    margin-left: -.94rem;
    margin-right: -.94rem;
    display: flex;
    flex-wrap: wrap
}

.news-det_container .news-content_box .image-gallery a {
    padding: .94rem;
    width: 25%;
    box-sizing: border-box;
    line-height: 1;
    display: block;
    text-align: center
}

.news-det_container .news-content_box .image-gallery a img {
    max-width: 100%;
    height: auto;
    display: inline-block
}

.news-det_container .news-content_box > ul {
    margin-bottom: 1.5rem
}

.news-det_container .news-content_box ul {
    margin-left: .94rem
}

.news-det_container .news-content_box ul li {
    color: #000;
    font-family: "Open Sans";
    font-size: 1rem;
    line-height: 2.38;
    font-weight: 400;
    padding-left: .75
}

.news-det_container .news-content_box ul > li > ul {
    list-style: none;
    margin-left: 0;
    padding-top: 6px
}

.news-det_container .news-content_box ul > li > ul > li {
    position: relative;
    padding-left: 2.5rem
}

.news-det_container .news-content_box ul > li > ul > li::before {
    position: absolute;
    content: "";
    width: 21px;
    height: 1px;
    background-color: #000;
    border-radius: 10px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    overflow: hidden
}

.news-det_container .news-content_box .quote {
    padding-left: 11.75rem;
    position: relative;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin-top: 3rem;
    margin-bottom: 3rem
}

.news-det_container .news-content_box .quote p {
    color: #474747;
    font-family: "Open Sans";
    font-size: 1.125rem;
    font-style: italic;
    line-height: 2.11;
    margin-top: 1.7rem
}

.news-det_container .news-content_box .quote .ico {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: -1;
    height: 94px;
    display: inline-block;
    width: 130px
}

.news-det_container .news-content_box .quote i.ico .cls-1 {
    fill: none;
    stroke: #f2f2f2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px
}

.news-det_container .news-content_box .color-box {
    background-color: #009d7f;
    padding: 1.88rem 2.5rem;
    padding-bottom: .63rem;
    margin-top: 1.6rem;
    margin-bottom: 2rem
}

.news-det_container .news-content_box .color-box h2, .news-det_container .news-content_box .color-box p, .news-det_container .news-content_box .color-box ul li {
    color: #fff;
    text-align: left
}

.news-det_container .news-content_box .color-box h2 {
    margin-top: 1rem
}

.news-det_container .news-content_box .color-box p {
    line-height: 2.38
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

.news-det_container .news-content_box table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 2.38;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem
}

.news-det_container .news-content_box table thead th {
    text-align: left;
    border-bottom: 2px solid #eaeaea;
    font-weight: 700;
    padding: 6px 10px;
    box-sizing: border-box
}

.news-det_container .news-content_box table tbody tr td {
    border-bottom: 1px solid #eaeaea;
    padding: 6px 10px;
    box-sizing: border-box
}

.btn-blue {
    color: #fff;
    font-family: montserratregular;
    font-size: 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 8.44rem;
    height: 2.75rem;
    border: 2px solid #1c9cd8;
    background-color: #1c9cd8;
    transition: all .3s;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.btn-blue:hover {
    color: #1c9cd8;
    background-color: #fff;
    text-decoration: none
}

.event-boxes {
    margin-left: -.94rem;
    margin-right: -.94rem;
    display: flex;
    flex-wrap: wrap
}

.event-box {
    padding: .94rem;
    width: 50%;
    box-sizing: border-box;
    display: flex
}

.event-box .content {
    padding: 3.88rem 2.5rem;
    padding-top: 4.68rem;
    transition: all .3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.event-box .content::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
    background-color: #fff;
    transition: .3s all
}

.event-box .content:hover::after {
    right: -10px;
    top: -10px;
    left: -10px;
    bottom: -10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
}

.event-box .date {
    position: absolute;
    top: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-family: montserratbold;
    font-size: 1rem;
    font-weight: 700;
    height: 2.8rem;
    letter-spacing: .8px;
    z-index: 3
}

.event-box h3 {
    position: relative;
    z-index: 3;
    text-align: center;
    font-family: montserratbold;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.58;
    margin-bottom: .2rem
}

@media (max-width: 575px) {
    .event-box {
        width: 100%
    }
}

.location {
    position: relative;
    color: #9b9b9b;
    font-family: montserratregular;
    font-size: .88rem;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 1rem;
    position: relative;
    z-index: 3
}

.location::before {
    position: absolute;
    content: "";
    background: url(../../images/front/location.svg) no-repeat center;
    width: 10px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    left: -17px
}

.event-box p {
    text-align: center;
    color: #474747;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 1rem !important;
    position: relative;
    z-index: 3
}

.event-box .location {
    right: -8px
}

.event-box .link {
    position: absolute;
    z-index: 3;
    height: 2rem;
    bottom: 2rem;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center
}

.simple-post {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem
}

.simple-post h3 {
    color: #000;
    font-family: montserratbold;
    font-size: 1.125rem;
    line-height: 1.56;
    margin-bottom: .8rem
}

.simple-post .location {
    padding-left: 1.3rem;
    margin-bottom: .4rem
}

.simple-post .location::before {
    left: 0
}

.simple-post p {
    margin-bottom: .8rem !important
}

.news-det_container .news-content_box .article {
    padding-bottom: 2.2rem;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-top: 2.2rem
}

.news-det_container .news-content_box .article h5 {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 2rem;
    font-family: montserratbold;
    font-weight: 400;
    color: #000
}

.news-det_container .news-content_box .article p {
    margin-bottom: 2.2rem
}

.news-det_container .news-content_box .article p:nth-last-of-type(1) {
    margin-bottom: 0
}

@media (max-width: 991px) {
    .news-det_container .news-content_box .image-gallery a {
        width: 33.33%
    }
}

@media (max-width: 767px) {
    .news-det_container .news-content_box {
        padding-left: 15px;
        padding-right: 15px
    }

    .news-det_container .news-content_box .image-gallery a {
        width: 50%
    }

    .table-responsive > table > tbody > tr > td, .table-responsive > table > tbody > tr > th, .table-responsive > table > tfoot > tr > td, .table-responsive > table > tfoot > tr > th, .table-responsive > table > thead > tr > td, .table-responsive > table > thead > tr > th {
        white-space: nowrap
    }
}

@media (max-width: 575px) {
    .news-det_container .news-content_box .quote::before {
        font-size: 6rem;
        left: 0
    }

    .news-det_container .news-content_box .quote {
        padding-left: 4rem
    }
}

@media (max-width: 399px) {
    .news-det_container .news-content_box .image-gallery a {
        padding: .3rem
    }

    .news-det_container .news-content_box .image-gallery {
        margin-left: -.3rem;
        margin-right: -.3rem
    }
}

.news-det_container .news-content_box .img {
    margin: 0 -12vw;
    width: calc(100% + 24vw)
}

.news-det_container .share_box {
    text-align: center;
    border-top: 1px solid #eaeaea;
    padding: 50px 0;
    margin: 0 11.1vw
}

.news-det_container .share_box p {
    font-family: montserratregular
}

.news-det_container .border-top_box {
    margin-top: 0
}

.ul_submenu {
    margin-bottom: 5vh
}

.ul_submenu li {
    float: left;
    list-style: none;
    font-family: montserratbold;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 3vw
}

.ul_submenu li:nth-last-of-type(1) {
    margin-right: 0
}

.ul_submenu li a {
    color: #181c1e;
    position: relative;
    text-decoration: none;
    line-height: 28px;
    line-height: 1.75rem;
    display: inline-block
}

.ul_submenu li a:before {
    content: "";
    background-color: #181c1e;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ul_submenu li a:hover:before {
    width: 100%
}

.ul_submenu li.slc a:before {
    width: 100%
}

.socials {
    float: right
}

.socials p {
    display: inline-block;
    color: #181c1e;
    font-family: montserratbold;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 20px
}

ul.ul_soc {
    display: inline-block
}

ul.ul_soc li {
    display: inline-block;
    list-style: none;
    margin: 0 6px;
    line-height: 1
}

ul.ul_soc li a {
    color: #181c1e;
    font-size: 22px;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

ul.ul_soc li a:hover {
    color: #666
}

ul.ul_soc li a i:before {
    vertical-align: middle
}

.news-det_container .top-img_box.t01:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #16a0db;
    background: -moz-linear-gradient(45deg, #16a0db 0, #16a0db 0, rgba(22, 160, 219, 0) 33%, rgba(22, 160, 219, 0) 66%, #16a0db 100%), -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, 0) 46%), rgba(0, 0, 0, .2);
    background: -webkit-gradient(left bottom, right top, color-stop(0, #16a0db), color-stop(0, #16a0db), color-stop(33%, rgba(22, 160, 219, 0)), color-stop(66%, rgba(22, 160, 219, 0)), color-stop(100%, #16a0db)), -webkit-gradient(left top, left bottom, color-stop(0, #000), color-stop(46%, rgba(0, 0, 0, 0))), rgba(0, 0, 0, .2);
    background: -webkit-linear-gradient(45deg, #16a0db 0, #16a0db 0, rgba(22, 160, 219, 0) 33%, rgba(22, 160, 219, 0) 66%, #16a0db 100%), -webkit-linear-gradient(top, #000 0, rgba(0, 0, 0, 0) 46%), rgba(0, 0, 0, .2);
    background: -o-linear-gradient(45deg, #16a0db 0, #16a0db 0, rgba(22, 160, 219, 0) 33%, rgba(22, 160, 219, 0) 66%, #16a0db 100%), -o-linear-gradient(top, #000 0, rgba(0, 0, 0, 0) 46%), rgba(0, 0, 0, .2);
    background: -ms-linear-gradient(45deg, #16a0db 0, #16a0db 0, rgba(22, 160, 219, 0) 33%, rgba(22, 160, 219, 0) 66%, #16a0db 100%), -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, 0) 46%), rgba(0, 0, 0, .2);
    background: linear-gradient(45deg, #16a0db 0, #16a0db 0, rgba(22, 160, 219, 0) 33%, rgba(22, 160, 219, 0) 66%, #16a0db 100%), linear-gradient(to bottom, #000 0, rgba(0, 0, 0, 0) 46%), rgba(0, 0, 0, .2)
}

.navigation_section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99
}

.navigation_section .col-contact {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: right
}

.navigation_section .col-contact .center_box {
    padding-left: 10vw;
    text-align: center;
    box-sizing: border-box;
    width: 100%
}

.navigation_section .col-contact .logo {
    position: static;
    width: 20vw;
    height: 20vw
}

.navigation_section .col-contact h5 {
    color: #9b9b9b;
    font-size: 36px;
    font-size: 2.25rem;
    font-family: montserratregular;
    font-weight: 400;
    margin-bottom: 1.5vh
}

.navigation_section .col-contact p {
    color: #474747;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 4rem;
    font-family: montserratregular;
    font-weight: 400;
    margin-bottom: 4vh
}

.navigation_section .col-contact p a {
    color: #223f84;
    text-decoration: none;
    font-size: 40px;
    font-size: 2.5rem
}

.navigation_section .col-contact address {
    color: #474747;
    font-size: .93rem;
    line-height: 2rem;
    font-family: montserratregular;
    margin-bottom: 1vh;
    font-style: normal
}

.navigation_section .col-contact p.p_more {
    font-size: 1rem;
    line-height: 2.37rem;
    font-family: 'Open Sans';
    margin-bottom: 0
}

.navigation_section .col-contact p.p_more a {
    color: #474747;
    font-size: 1rem;
    line-height: 2.37rem
}

.navigation_section .col-contact p.p_more a:after {
    background-color: #c7c7c7
}

.navigation_section .col-contact .ul_socials {
    position: absolute;
    left: 10vw;
    right: 0;
    bottom: 7vh;
    text-align: center
}

.navigation_section .col-contact .ul_socials li {
    list-style: none;
    display: inline-block;
    margin-right: 40px
}

.navigation_section .col-contact .ul_socials li a {
    color: #9b9b9b;
    text-decoration: none;
    font-size: .93rem;
    font-family: montserratregular;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.navigation_section .col-contact .ul_socials li a:hover {
    color: #181c1e
}

.navigation_section .col-contact .ul_socials li:nth-last-of-type(1) {
    margin-right: 0
}

.navigation_section .col-contact__inner {
    margin-left: 12vw
}

.navigation_section .col-contact p {
    color: #474747;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 4rem;
    font-family: montserratregular;
    font-weight: 400;
    margin-bottom: 4vh
}

.navigation_section .col-contact p a {
    color: #223f84;
    text-decoration: none;
    font-size: 40px;
    font-size: 2.5rem
}

.navigation_section .col-contact .row p, .navigation_section .col-contact address {
    color: #474747;
    font-size: .93rem;
    line-height: 2rem;
    font-family: montserratregular;
    margin-bottom: 1.5vh;
    font-style: normal
}

.navigation_section .col-contact .row p:nth-last-of-type(1) {
    color: #9b9b9b
}

.navigation_section .col-contact .ul_socials {
    position: absolute;
    left: 12vw;
    bottom: 7vh
}

.navigation_section .col-contact .ul_socials li {
    list-style: none;
    display: inline-block;
    margin-right: 40px
}

.navigation_section .col-contact .ul_socials li a {
    color: #9b9b9b;
    text-decoration: none;
    font-size: .93rem;
    font-family: montserratregular;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.navigation_section .col-contact .ul_socials li a:hover {
    color: #181c1e
}

.navigation_section .col-contact .ul_socials li:nth-last-of-type(1) {
    margin-right: 0
}

.navigation_section .col-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    background: #223f84;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left
}

.navigation_section .col-nav .center_box {
    padding-right: 10vw;
    text-align: center;
    box-sizing: border-box;
    width: 100%
}

.navigation_section .col-nav .users-top_box {
    position: absolute;
    top: 5%;
    left: 0
}

.navigation_section .col-nav .users-top_box:before {
    float: left;
    height: 1px;
    width: 4vw;
    background-color: #fff;
    content: "";
    margin: 24px 20px 0 0
}

.navigation_section .col-nav .users-top_box a.a_login {
    color: #fff;
    font-size: .93rem;
    font-family: montserratregular;
    font-weight: 400;
    margin-right: 22px;
    text-decoration: none
}

.navigation_section .col-nav .users-top_box a.a_login .underline {
    position: relative;
    display: inline-block
}

.navigation_section .col-nav .users-top_box a.a_login .underline:after {
    background: #fff;
    bottom: 7px;
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 0;
    opacity: .3;
    -webkit-transition: .2s;
    transition: .2s
}

.navigation_section .col-nav .users-top_box a.a_login:hover .underline:after {
    width: 100%
}

.navigation_section .col-nav .users-top_box a.a_login:before {
    font-size: 1.3rem;
    margin: 0 10px 0 0;
    vertical-align: middle;
    top: -3px;
    position: relative
}

.navigation_section .col-nav nav > ul > li {
    list-style: none;
    font-size: 36px;
    font-size: 1.75rem;
    font-family: montserratregular;
    line-height: 3rem;
    padding: .5vh 0
}

.navigation_section .col-nav nav > ul > li > a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.navigation_section .col-nav nav > ul > li > a:hover {
    color: #6786d0
}

.navigation_section .col-nav nav > ul > li.hidden {
    display: none
}

.navigation_section .col-nav nav ul.ul_sub {
    padding-top: 2vh
}

.navigation_section .col-nav nav ul.ul_sub li {
    font-size: 20px;
    font-size: 1.25rem;
    padding: .5vh 0;
    line-height: 32px;
    line-height: 2rem
}

.navigation_section .col-nav nav ul.ul_sub li a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.navigation_section .col-nav nav ul.ul_sub li a:hover {
    color: #6786d0
}

.navigation_section .col-nav nav ul.ul_sub li:nth-last-of-type(1) {
    padding-bottom: 0;
    padding-top: 2vh
}

.navigation_section .col-nav nav ul.ul_sub li:nth-last-of-type(1) a {
    display: inline-block;
    width: 46px;
    height: 46px;
    border: 1px solid #415a95;
    border-radius: 24px;
    text-align: center;
    vertical-align: middle;
    line-height: 42px
}

.navigation_section .col-nav nav ul.ul_sub li:nth-last-of-type(1) a:before {
    transform: rotate(-90deg);
    display: inline-block;
    vertical-align: middle
}

.navigation_section .col-nav nav ul.ul_sub li:nth-last-of-type(1) a:hover {
    color: #fff;
    border-color: #fff
}

.navigation_section .col-nav .ul_links {
    position: absolute;
    left: 0;
    right: 10vw;
    bottom: 7vh;
    text-align: center
}

.navigation_section .col-nav .ul_links li {
    list-style: none;
    display: inline-block;
    margin: 0 20px
}

.navigation_section .col-nav .ul_links li a {
    color: #6786d0;
    text-decoration: none;
    font-size: .93rem;
    font-family: montserratregular;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.navigation_section .col-nav .ul_links li a:hover {
    color: #fff
}

.cols-50 .col-left {
    float: left;
    width: 50%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: left;
    box-sizing: border-box
}

.cols-50 .col-left .center_box {
    margin-left: 12vw;
    margin-right: 3vw
}

.cols-50 .col-right {
    float: left;
    width: 50%;
    height: 100vh;
    box-sizing: border-box
}

.contact_section {
    width: 100vw;
    height: 100vh
}

.contact_section .col-contact p {
    color: #474747;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 4rem;
    font-family: montserratregular;
    font-weight: 400;
    margin-bottom: 4vh
}

.contact_section .col-contact p a {
    color: #223f84;
    text-decoration: none;
    font-size: 40px;
    font-size: 2.5rem
}

.contact_section .col-contact .row p, .contact_section .col-contact address {
    color: #474747;
    font-size: .93rem;
    line-height: 2rem;
    font-family: montserratregular;
    margin-bottom: 1.5vh;
    font-style: normal
}

.contact_section .col-contact .row p:nth-last-of-type(1) {
    color: #9b9b9b
}

.contact_section .col-contact .ul_socials {
    position: absolute;
    left: 12vw;
    bottom: 7vh
}

.contact_section .col-contact .ul_socials li {
    list-style: none;
    display: inline-block;
    margin-right: 40px
}

.contact_section .col-contact .ul_socials li a {
    color: #9b9b9b;
    text-decoration: none;
    font-size: .93rem;
    font-family: montserratregular;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.contact_section .col-contact .ul_socials li a:hover {
    color: #181c1e
}

.contact_section .col-contact .ul_socials li:nth-last-of-type(1) {
    margin-right: 0
}

.demo_section .col-form .perex_box {
    margin-bottom: 3vh
}

.demo_section .col-form .perex_box p {
    font-size: 32px;
    font-size: 2rem;
    line-height: 52px;
    line-height: 3.25rem;
    margin: 0;
    font-family: Cabin;
    color: #181c1e
}

.demo_section .col-form {
    padding-top: 10vh
}

.demo_section .col-form .form {
    padding-right: 5vw
}

.demo_section .col-form .form .g-captcha {
    float: left
}

.demo_section .col-form .form .g-captcha.error {
    border: 1px solid #dc6c69
}

.demo_section .col-form .form .button {
    float: right
}

.demo_section .col-animation {
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: left;
    box-sizing: border-box;
    position: relative
}

.demo_section .col-animation .demo_slider {
    position: static
}

.demo_section .col-animation .demo_slider.owl-carousel .owl-item {
    text-align: center
}

.demo_section .col-animation .demo_slider.owl-carousel .owl-item img {
    max-width: 800px;
    display: inline-block
}

.demo_section .col-animation .demo_slider .owl-controls {
    position: absolute;
    bottom: 5vh;
    left: 10vw;
    right: 10vw;
    text-align: center
}

.demo_section .col-animation .demo_slider .owl-controls .owl-dots {
    display: inline-block
}

.demo_section .col-animation .demo_slider .owl-controls .owl-dots .owl-dot {
    background: #d3d3d3;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 7px;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.demo_section .col-animation .demo_slider .owl-controls .owl-dots .owl-dot:hover {
    background: #919191
}

.demo_section .col-animation .demo_slider .owl-controls .owl-dots .owl-dot.active {
    background: #223f84
}

.form label {
    width: 100%;
    clear: both;
    text-transform: uppercase;
    color: #757575;
    font-family: montserratbold;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.8rem
}

.form input, .form textarea {
    border: 1px solid #757575;
    font-family: montserratregular;
    font-size: 1rem;
    line-height: 28px;
    padding: 10px 14px;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    margin-bottom: 1vh;
    color: #181c1e
}

.form input:focus, .form textarea:focus {
    outline: 0;
    border-color: #4c4c4c
}

.form textarea {
    height: 10vh;
    resize: vertical
}

.form label.err {
    color: #dc6c69
}

.form input.err, .form textarea.err {
    border-color: #dc6c69
}

.fixed {
    position: fixed
}

.m-b {
    margin-bottom: 4vh
}

.link-top_box {
    position: absolute;
    top: calc(5vh + 3px);
    left: 0
}

.link-top_box:before {
    float: left;
    height: 1px;
    width: 4vw;
    background-color: #181c1e;
    content: "";
    margin: 24px 20px 0 0
}

.link-top_box a {
    color: #181c1e;
    font-size: .93rem;
    font-family: montserratregular;
    font-weight: 400;
    margin-right: 22px;
    line-height: 52px;
    text-decoration: none
}

.link-top_box a .underline {
    position: relative;
    display: inline-block
}

.link-top_box a .underline:after {
    background: #181c1e;
    bottom: 15px;
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    left: 0;
    opacity: .3;
    -webkit-transition: .2s;
    transition: .2s
}

.link-top_box a:hover .underline:after {
    width: 100%
}

.link-top_box a:before {
    font-size: 1.3rem;
    margin: 0 10px 0 0;
    vertical-align: middle;
    top: -3px;
    position: relative
}

.link-top_box.print {
    left: auto;
    right: calc(24% + 140px)
}

.link-top_box.print:before {
    display: none
}

.btm_box p:nth-of-type(1) {
    font-size: 32px;
    font-size: 2rem;
    line-height: 52px;
    line-height: 3.25rem;
    margin: 0 0 36px 0;
    font-family: Cabin;
    color: #181c1e
}

.btm_box .button {
    margin-bottom: 30px
}

.border-top_box {
    border-top: 1px solid #eaeaea;
    margin-top: 8vh;
    padding-top: 4vh
}

.testimonials-list_section {
    width: 100%
}

.testimonials-list_section .col-list {
    padding-top: 0;
    padding-bottom: 0;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding-left: 12vw;
    padding-right: 0;
    overflow: hidden;
    background: url(../../images/front/bg_testimonials.jpg) no-repeat top left;
    background-size: cover
}

.testimonials-list_section .col-list:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: #8e2782;
    opacity: .8;
    z-index: 1
}

.testimonials-list_section .col-list:after {
    position: absolute;
    top: 95vh;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 2;
    background: -moz-linear-gradient(bottom, #8e2782 0, rgba(142, 39, 130, 0) 86%);
    background: -webkit-gradient(left bottom, left top, color-stop(0, #8e2782), color-stop(86%, rgba(142, 39, 130, 0)));
    background: linear-gradient(to top, #8e2782 0, rgba(142, 39, 130, 0) 86%)
}

.testimonials-list_section .col-list .slimScrollDiv {
    z-index: 2
}

.testimonials-list_section .col-list .slimScrollDiv .customScroll {
    padding-top: calc(65px + 10vh);
    padding-right: 4.4vw;
    padding-bottom: 0;
    box-sizing: border-box
}

.testimonials-list_section .col-list .heading_box h1, .testimonials-list_section .col-list .heading_box p {
    color: #fff
}

.testimonials-list_section .col-list .heading_box {
    margin-bottom: 6vh;
    text-align: right
}

.testimonials-list_section .col-list .ul_list li {
    list-style: none;
    display: block;
    clear: both;
    margin-bottom: 5vh;
    height: 60px;
    position: relative
}

.testimonials-list_section .col-list .ul_list li a {
    text-align: right;
    opacity: .7;
    color: #fff;
    display: block;
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.testimonials-list_section .col-list .ul_list li:after {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #fff;
    content: "";
    position: absolute;
    top: 20px;
    right: calc(-5.7vw + 20px);
    transform: translate3d(50px, 0, 0)
}

.testimonials-list_section .col-list .ul_list li a:hover {
    text-decoration: none;
    transform: translate3d(20px, 0, 0);
    opacity: 1
}

.testimonials-list_section .col-list .ul_list li a figure {
    float: right;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 0;
    margin-left: 1.5vw;
    position: relative;
    box-shadow: 2px 0 4px rgba(0, 0, 0, .15)
}

.testimonials-list_section .col-list .ul_list li a figure i {
    width: 90px;
    height: 90px;
    color: #fff;
    text-align: center;
    line-height: 96px;
    font-size: 2rem;
    display: inline-block
}

.testimonials-list_section .col-list .ul_list li a h5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    color: #fff;
    font-family: montserratbold;
    margin: 0;
    font-weight: 400
}

.testimonials-list_section .col-list .ul_list li a p {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1rem;
    color: #fff;
    font-family: montserratregular;
    margin: 0
}

.testimonials-list_section .col-list .ul_list li a p.p_client {
    opacity: .5
}

.testimonials-list_section .col-list .ul_list.no-slc li a {
    opacity: 1
}

.testimonials-list_section .col-list .ul_list li.slc a {
    transform: translate3d(20px, 0, 0);
    opacity: 1
}

.testimonials-list_section .col-list .ul_list li.slc:after {
    transform: translate3d(3px, 0, 0)
}

.testimonials-list_section .col-list .ul_list li.slc a figure:before {
    border-radius: 50%;
    border: 5px solid #fff;
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px
}

.testimonials-list_section .col-content {
    padding-top: calc(65px + 10vh);
    padding-bottom: 10vh;
    box-sizing: border-box;
    padding-left: 4.4vw;
    padding-right: calc(12vw + 65px);
    float: right
}

.testimonials-list_section .col-content .heading_box {
    margin-bottom: 4vh
}

.testimonials-list_section .col-content .logo_box {
    margin-bottom: 4vh
}

.testimonials-list_section .col-content p {
    margin: 0 0 2.5rem 0
}

.testimonials-list_section .col-content .author_box {
    margin-bottom: 4vh
}

.testimonials-list_section .col-content .author_box h5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    color: #181c1e;
    font-family: montserratbold;
    margin: 0;
    font-weight: 400
}

.testimonials-list_section .col-content .author_box p {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1rem;
    color: #ababab;
    font-family: montserratregular;
    margin: 0
}

.testimonials-list_section .col-content .testimonials-parent_section {
    margin-bottom: 12vh
}

.features-list_section {
    width: 100%;
    overflow: hidden
}

.features-list_section .col-list {
    padding-top: 0;
    padding-bottom: 0;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding-left: 12vw;
    padding-right: 0;
    overflow: hidden;
    background: url(../../images/front/bg_features.jpg) no-repeat top left;
    background-size: cover
}

.features-list_section .col-list:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: #1c9cd8;
    opacity: .8;
    z-index: 1
}

.features-list_section .col-list:after {
    position: absolute;
    top: 90vh;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: -moz-linear-gradient(bottom, #1c9cd8 0, rgba(28, 156, 216, 0) 86%);
    background: -webkit-gradient(left bottom, left top, color-stop(0, #1c9cd8), color-stop(86%, rgba(28, 156, 216, 0)));
    background: linear-gradient(to top, #1c9cd8 0, rgba(28, 156, 216, 0) 86%);
    z-index: 2
}

.features-list_section .col-list .slimScrollDiv {
    z-index: 2
}

.features-list_section .col-list .slimScrollDiv .customScroll {
    padding-top: calc(65px + 10vh);
    padding-right: 4.4vw;
    padding-bottom: 10vh;
    box-sizing: border-box
}

.features-list_section .col-list .heading_box h1, .features-list_section .col-list .heading_box p {
    color: #fff
}

.features-list_section .col-list .heading_box {
    margin-bottom: 6vh;
    text-align: right
}

.features-list_section .col-list .list_container {
    text-align: right;
    padding-left: 5vw
}

.features-list_section .col-list .list_container ul li.feature-parent a {
    color: #fff;
    opacity: .6;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 54px;
    line-height: 3.375rem;
    font-family: montserratbold;
    font-weight: 400;
    margin-bottom: 4vh
}

.features-list_section .col-list .list_container ul {
    margin-bottom: 5vh
}

.features-list_section .col-list .list_container ul li {
    list-style: none;
    margin-bottom: 1.6vh;
    transform: translate3d(0, 0, 0)
}

.features-list_section .col-list .list_container ul li:after {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #fff;
    content: "";
    position: absolute;
    top: 5px;
    right: calc(-5.7vw + 20px);
    transform: translate3d(50px, 0, 0)
}

.features-list_section .col-list .list_container ul li.slc:after {
    transform: translate3d(3px, 0, 0)
}

.features-list_section .col-list .list_container ul li.feature-parent:after {
    top: 14px
}

.features-list_section .col-list .list_container ul li a {
    color: #fff;
    position: relative;
    display: inline-block;
    text-decoration: none;
    opacity: .6;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-family: montserratregular;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.features-list_section .col-list .list_container ul li.slc a {
    opacity: 1;
    transform: translate3d(20px, 0, 0)
}

.features-list_section .col-list .list_container.no-slc h3 {
    opacity: 1
}

.features-list_section .col-list .list_container.no-slc ul li a {
    opacity: 1
}

.features-list_section .col-content {
    padding-top: calc(65px + 10vh);
    padding-bottom: 10vh;
    box-sizing: border-box;
    padding-left: 4.4vw;
    padding-right: calc(12vw + 65px);
    float: right
}

.features-list_section .col-content h3 {
    font-family: Cabin;
    font-size: 32px;
    font-size: 2rem;
    line-height: 52px;
    line-height: 3.25rem;
    font-weight: 400;
    margin-bottom: 3vh;
    color: #181c1e
}

.features-list_section .col-content h3 em {
    margin-right: 10px;
    font-size: 3.125rem
}

.features-list_section .col-content h3 em:before {
    vertical-align: middle
}

.features-list_section .col-content ul {
    margin: 0 0 2.5rem 0
}

.features-list_section .col-content ul li {
    font-size: 1rem;
    line-height: 1.825rem;
    margin-bottom: 2vh;
    margin-left: 24px;
    padding-left: 10px
}

.features-list_section .col-content .heading_box {
    margin-bottom: 8vh
}

.features-list_section .col-content p {
    margin: 0 0 2.5rem 0
}

.features-animation_box {
    width: 50vw;
    margin-right: -calc(12vw+65px);
    overflow: hidden;
    height: 700px;
    margin-bottom: 2vh;
    position: relative;
    display: none
}

.features-animation_box span {
    position: absolute;
    display: inline-block
}

.features-animation_box .img_screen-01 {
    top: 0;
    right: 0;
    width: 567px;
    height: 535px;
    background-image: url(../../images/front/img_features-screen-01.png)
}

.features-animation_box .img_screen-02 {
    top: 130px;
    left: 88px;
    width: 728px;
    height: 535px;
    background-image: url(../../images/front/img_features-screen-02.png)
}

.features-animation_box .img_zoom {
    top: 70px;
    left: 0;
    width: 330px;
    height: 330px;
    background-image: url(../../images/front/img_features-zoom.png)
}

.features-animation_box .img_popup {
    top: 486px;
    left: 430px;
    width: 341px;
    height: 215px;
    background-image: url(../../images/front/img_features-popup.png)
}

.ul_arr-switch {
    margin-bottom: 4vh !important;
    margin-top: -1vh !important
}

.ul_arr-switch li {
    text-align: center;
    display: inline-block;
    list-style: none;
    margin-left: 0 !important;
    padding-left: 0 !important
}

.ul_arr-switch li a:before {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.ul_arr-switch li a.a_prev {
    display: inline-block;
    overflow: hidden;
    width: 46px;
    height: 46px;
    border: 1px solid #dddede;
    border-radius: 50%;
    margin: 0 5px
}

.ul_arr-switch li a.a_prev:before {
    font-family: eventival !important;
    content: "b";
    color: #191d1f;
    width: 46px;
    height: 46px;
    float: left;
    line-height: 36px;
    font-size: 30px;
    padding: 6px 3px 0 0;
    box-sizing: border-box
}

.ul_arr-switch li a.a_prev:hover:before {
    transform: translateX(-3px)
}

.ul_arr-switch li a.a_next {
    display: inline-block;
    overflow: hidden;
    width: 46px;
    height: 46px;
    border: 1px solid #dddede;
    border-radius: 50%
}

.ul_arr-switch li a.a_next:before {
    font-family: eventival !important;
    content: "a";
    color: #191d1f;
    width: 46px;
    height: 46px;
    float: left;
    line-height: 36px;
    font-size: 30px;
    padding: 6px 0 0 3px;
    box-sizing: border-box
}

.ul_arr-switch li a.a_next:hover:before {
    transform: translateX(3px)
}

.ul_arr-switch.vertical {
    display: none
}

.ul_arr-switch.vertical li a.a_prev:before {
    content: "r";
    padding: 0;
    line-height: 42px
}

.ul_arr-switch.vertical li a.a_prev:hover:before {
    transform: translateY(-3px)
}

.ul_arr-switch.vertical li a.a_next:before {
    content: "q";
    padding: 0;
    line-height: 46px
}

.ul_arr-switch.vertical li a.a_next:hover:before {
    transform: translateY(3px)
}

.clients-map_box {
    height: 100vh;
    position: relative
}

.clients-map_box .stats_container {
    position: absolute;
    top: 5vh;
    left: 12vw;
    bottom: 0;
    z-index: 10;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: left;
    pointer-events: none
}

.clients-map_box .stats_container .stat-item_box {
    height: 18vh
}

.clients-map_box .stats_container .block .stat-item_box:nth-of-type(1) {
    height: 26vh
}

.clients-map_box .stats_container .stat-item_box p {
    color: #181c1e;
    line-height: 2.85rem
}

.clients-map_box .stats_container .block .stat-item_box:nth-of-type(1) p strong {
    line-height: 6rem
}

.clients-map_box .stats_container .stat-item_box p strong {
    color: #181c1e;
    margin-right: 1vw
}

.clients-map_box iframe {
    z-index: 90
}

.clients-map_box p.p_legend {
    position: absolute;
    top: 40vh;
    transform: rotate(-90deg);
    color: #181c1e;
    text-transform: uppercase;
    font-size: .93rem;
    font-family: montserratregular;
    font-weight: 400;
    right: 10px;
    transform-origin: 100% 100%;
    margin-top: -240px
}

.clients-map_box p.p_legend i.ico {
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid #000;
    border-radius: 50%;
    margin: 0 8px 0 26px
}

.clients-map_box p.p_legend i.ico.ico_orange {
    border-color: #e8713b
}

.clients-map_box p.p_legend i.ico.ico_blue {
    border-color: #269dd6
}

.clients-map_box p.p_legend i.ico.ico_green {
    border-color: #18997d
}

.clients-map_box .client_popup {
    position: absolute;
    background: #fff;
    background: rgba(255, 255, 255, .95);
    width: 390px;
    box-sizing: border-box;
    padding: 60px 30px 30px;
    z-index: 1
}

.clients-map_box .client_popup h5 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 46px;
    line-height: 2.8rem;
    font-family: montserratbold;
    font-weight: 400;
    color: #181c1e;
    margin-bottom: 1rem
}

.clients-map_box .client_popup p {
    font-size: .93rem;
    font-family: montserratregular;
    font-weight: 400;
    line-height: 1.625rem;
    margin-bottom: 2rem
}

.clients-map_box .client_popup p i {
    font-size: 1.1rem;
    margin-right: 5px
}

.clients-map_box .client_popup p i:before {
    vertical-align: middle
}

.clients-map_box .client_popup p a {
    padding-bottom: 4px
}

.clients-map_box .client_popup .ico_close {
    position: absolute;
    top: 17px;
    right: 17px;
    color: #181c1e;
    text-decoration: none;
    font-size: 24px
}

.clients-map_box .client_popup .ul_arr-switch {
    position: absolute;
    top: 19px;
    left: 22px
}

.clients-map_box .client_popup .ul_arr-switch li a {
    border: none;
    width: auto;
    margin-left: 0
}

.clients-map_box .client_popup .ul_arr-switch li a:before {
    width: auto;
    font-size: 32px
}

.clients-map_box .clients-list_container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background: #fff;
    background: rgba(255, 255, 255, .9)
}

.clients-map_box .clients-list_container:after {
    position: absolute;
    height: 10vh;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    background: -moz-linear-gradient(bottom, #fff 0, rgba(255, 255, 255, 0) 86%);
    background: -webkit-gradient(left bottom, left top, color-stop(0, #fff), color-stop(86%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 86%)
}

.clients-map_box .clients-list_container .overflow_box {
    padding-top: 6vh;
    padding-bottom: 10vh;
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    padding-left: 12vw;
    padding-right: 4.4vw
}

.clients-map_box .clients-list_container .heading_box {
    margin-bottom: 8vh
}

.clients-map_box .clients-list_container ul.ul_list li {
    list-style: none;
    text-align: right;
    margin-bottom: 3vh;
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.clients-map_box .clients-list_container ul.ul_list li:hover {
    transform: translate(20px, 0);
    opacity: 1
}

.clients-map_box .clients-list_container ul.ul_list li.slc {
    transform: translate(20px, 0);
    opacity: 1
}

.clients-map_box .clients-list_container ul.ul_list li a {
    color: #181c1e;
    display: block;
    position: relative
}

.clients-map_box .clients-list_container ul.ul_list li a:hover {
    text-decoration: none
}

.clients-map_box .clients-list_container ul.ul_list li h5 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 2rem;
    font-family: montserratbold;
    font-weight: 400;
    margin: 0 0 .3rem 0
}

.clients-map_box .clients-list_container ul.ul_list li p.p_location {
    line-height: 1.6rem;
    color: #9b9b9b;
    font-family: montserratregular;
    margin: 0 0 .3rem 0
}

.clients-map_box .clients-list_container ul.ul_list li p.p_location i {
    font-size: 1.2rem;
    margin-right: 5px
}

.clients-map_box .clients-list_container ul.ul_list li p.p_location i:before {
    vertical-align: middle
}

.clients-map_box .clients-list_container ul.ul_list li p.p_link {
    line-height: 1.6rem;
    font-family: montserratregular;
    margin: 0
}

.clients-map_box .clients-list_container ul.ul_list li p.p_link a {
    color: #1c9cd8;
    display: inline-block
}

.clients-map_box .clients-list_container ul.ul_list li p.p_link a:after {
    bottom: 2px
}

.clients-map_box.mobile {
    height: auto
}

.clients-map_box.mobile .container {
    width: 84%
}

.clients-map_box.mobile .clients-list_container {
    position: static;
    width: 100%;
    padding: 6vw 0
}

.clients-map_box.mobile .clients-list_container:after {
    content: none
}

.clients-map_box.mobile .clients-list_container ul.ul_list li {
    text-align: left
}

.clients-map_box.mobile .clients-list_container ul.ul_list li:hover {
    transform: translate(0, 0)
}

.content_section {
    position: relative;
    overflow-x: hidden;
    padding-bottom: 80px;
    margin-top: calc(65px + 10vh)
}

.content_section.mtb-small {
    padding-bottom: 40px;
    margin-top: 70px
}

.content_section.mb-small {
    padding-bottom: 0
}

.content_section .container {
    max-width: 1920px;
    width: calc(76% - 130px)
}

.content_section .content-middle_box {
    margin: 0 12vw 8vh 12vw
}

.content_section .content-middle_box h2, .content_section .content-middle_box h3, .content_section .content-middle_box h4 {
    text-align: center
}

.content_section .heading_box {
    margin-bottom: 4vh
}

.content_section h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 3.125rem;
    color: #181c1e;
    margin-bottom: 4rem
}

.content_section p {
    margin-bottom: 4rem
}

.content_section .pricing_placeholder {
    height: 140px
}

.perex_box {
    margin: 0 10vw 8vh 10vw;
    text-align: center
}

.perex_box p {
    font-size: 32px;
    font-size: 2rem;
    line-height: 50px;
    line-height: 3.125rem;
    margin: 0;
    font-family: Cabin;
    color: #181c1e
}

.partners_list .partner_box {
    margin-bottom: 4vh
}

.partners_list .partner_box .logo_box figure {
    width: 90%;
    margin: 20px;
    text-align: center
}

.partners_list .partner_box .logo_box figure img {
    max-height: 100px;
    width: auto;
    max-width: 100%
}

.partners_list .partner_box h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 3.125rem;
    color: #181c1e;
    margin-bottom: 20px;
    margin-top: 30px
}

.partners_list .partner_box h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 3.125rem;
    color: #181c1e
}

.partners_list .partner_box p {
    margin-bottom: 2rem
}

.partners_list .partner_box p.p_link {
    margin-bottom: 2vh
}

.career_list {
    text-align: center;
    border-top: 1px solid #eaeaea;
    margin-bottom: 8vh
}

.career_list .career_box {
    border-bottom: 1px solid #eaeaea;
    padding: 4vh 0
}

.career_list .career_box h3 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 3.125rem;
    margin-bottom: 1vh
}

.career_list .career_box h3 a:after {
    bottom: 4px;
    animation-duration: 2.8s
}

.career_list .career_box p {
    font-family: montserratregular;
    color: #9b9b9b;
    margin-bottom: 0
}

.career_list .career_box p i {
    font-size: 1.1rem;
    margin-right: 5px
}

.career_list .career_box p i:before {
    vertical-align: middle
}

.team_list h3 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 3.125rem;
    color: #181c1e;
    text-align: center;
    margin-bottom: 5vh
}

.team_list .team_box {
    display: inline-block !important;
    float: none !important;
    margin-left: -2px;
    margin-right: -2px;
    vertical-align: top
}

.team_list .team_box a {
    display: inline-block !important;
    text-decoration: none
}

.team_list .team_box figure {
    border-radius: 50%;
    overflow: hidden;
    width: 180px;
    height: 180px;
    margin: 0 auto 2vh auto;
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.team_list .team_box h4 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #181c1e;
    font-weight: 700;
    line-height: 1.8rem;
    margin-bottom: .6vh
}

.team_list .team_box h4 span {
    color: #223f84
}

.team_list .team_box h4 span:after {
    background: #bcc5da;
    bottom: 2px
}

.team_list .team_box p {
    color: #ababab;
    font-size: 14px;
    font-size: .875rem;
    font-family: montserratregular;
    line-height: 1.2rem;
    margin-bottom: 2rem
}

.team_list .team_box a:hover figure {
    box-shadow: 0 10px 24px rgba(0, 0, 0, .5);
    transform: translate3d(0, -10px, 0)
}

.team_list .row {
    text-align: center;
    margin-bottom: 4vh
}

.faq-pricing-row {
    max-width: 100%
}

.faq-pricing-row .career_list .career_box {
    max-width: 100%;
    margin: 0 auto
}

.pricing_section {
    position: relative;
    background: #f6f6f6;
    padding-bottom: 80px
}

.pricing_section .pricing_box {
    margin-top: -206px;
    z-index: 100;
    border-radius: 6px;
    overflow: hidden;
    background: #fff
}

.pricing_section .pricing_box .top_box {
    text-align: center;
    height: 206px;
    box-sizing: border-box;
    padding: 2vh 10px 0 10px
}

.pricing_section .pricing_box .top_box.bg_blue {
    background: #00aeef
}

.pricing_section .pricing_box .top_box.bg_orange {
    background: #f6b031
}

.pricing_section .pricing_box .top_box.bg_purple {
    background: #8d2c81
}

.pricing_section .pricing_box .top_box h5 {
    text-transform: uppercase;
    font-family: montserratbold;
    font-weight: 400;
    font-size: 1rem;
    font-weight: 700;
    color: #fff
}

.pricing_section .pricing_box .top_box .price_box {
    margin-bottom: 1vh
}

.pricing_section .pricing_box .top_box .price_box p {
    font-family: montserratregular;
    color: #fff
}

.pricing_section .pricing_box .top_box .price_box p strong {
    display: inline-block;
    font-size: 71px;
    font-weight: 700;
    line-height: 80px;
    padding-right: 8px
}

.pricing_section .pricing_box .top_box .price_box p strong.odometer {
    padding-right: 12px;
    vertical-align: initial !important
}

.pricing_section .pricing_box .top_box .price_box p small {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400
}

.pricing_section .pricing_box .top_box .version-desc_box {
    margin-bottom: 2vh;
    padding-top: 1vh
}

.pricing_section .pricing_box .top_box .version-desc_box p {
    color: #fff;
    line-height: 1.6rem;
    font-size: .875rem
}

.pricing_section .pricing_box .top_box .p_users {
    color: #fff
}

.pricing_section .pricing_box .top_box .p_users .icon-infinite {
    font-size: 28px;
    margin-right: 4px
}

.pricing_section .pricing_box .top_box .p_users .icon-infinite:before {
    vertical-align: middle;
    position: relative;
    top: 2px
}

.pricing_section .pricing_box .top_box .p_users .a_iswitch {
    display: inline-block;
    border: 2px solid #fff;
    width: 32px;
    height: 18px;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 2px;
    position: relative;
    top: 4px;
    margin: 0 12px
}

.pricing_section .pricing_box .top_box .p_users .a_iswitch:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    float: left
}

.pricing_section .pricing_box .top_box .p_users .a_iswitch.switch-r:before {
    float: right
}

.pricing_section .pricing_box .desc_box {
    text-align: left
}

.pricing_section .pricing_box .desc_box .subbox {
    border-bottom: 1px solid #f6f6f6;
    padding: 2vh 7%
}

.pricing_section .pricing_box .desc_box .subbox.bg_orange {
    background: #f6b031
}

.pricing_section .pricing_box .desc_box .subbox.bg_orange h6 {
    color: #fff
}

.pricing_section .pricing_box .desc_box .subbox:nth-last-of-type(1) {
    border-bottom: none;
    margin-bottom: 0
}

.pricing_section .pricing_box .desc_box .subbox.select_box {
    border-bottom: none
}

.pricing_section .pricing_box .desc_box .subbox.select_box select {
    width: 100%;
    border: 1px solid #fad083;
    -webkit-appearance: none;
    color: #fff;
    font-family: montserratregular;
    font-size: 1rem;
    background: 0 0;
    height: 48px;
    padding: 8px 16px;
    border-radius: none;
    margin-top: 1vh
}

.pricing_section .pricing_box .desc_box .subbox.select_box select:focus {
    outline: 0
}

.pricing_section .pricing_box .desc_box h6 {
    text-transform: uppercase;
    font-family: montserratbold;
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: #9b9b9b
}

.pricing_section .pricing_box .desc_box p {
    line-height: 1.8rem
}

.pricing_section .pricing_box .desc_box p.p_ver-01 {
    color: #00aeef;
    margin-bottom: 1vh;
    margin-top: -4px;
    font-family: montserratregular;
    text-transform: uppercase
}

.download_btn.icon-print {
    font-size: 22px
}

.team_slider {
    margin-top: 4vh;
    margin-bottom: 8vh
}

.team_slider .team_box {
    text-align: center
}

.team_slider .team_box figure {
    width: 70%;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    transform: translateY(15%);
    -webkit-transition: .2s;
    transition: .2s
}

.team_slider .team_box figure img {
    float: left;
    width: 100%;
    -webkit-transition: .2s;
    transition: .2s
}

.team_slider .team_box h4 {
    display: none;
    white-space: nowrap;
    margin-left: -40px;
    margin-right: -40px;
    font-size: 18px
}

.team_slider .team_box h4 a {
    color: #223f84
}

.team_slider .team_box h4 a:after {
    background-color: #bcc5da
}

.team_slider .team_box p {
    display: none;
    margin-left: -40px;
    margin-right: -40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0
}

.team_slider .center .team_box figure {
    width: 100%;
    transform: translateY(0)
}

.team_slider .center .team_box h4 {
    display: inline-block
}

.team_slider .center .team_box p {
    display: block
}

.company_imgs.ri-grid ul li {
    background: #fff
}

.company_imgs.ri-grid ul li a {
    top: 2vh;
    left: 2vh;
    right: 2vh;
    bottom: 2vh;
    background-size: cover
}

.hp-why_container {
    display: flex
}

.hp-why_container > div {
    padding: 4vh 3vw 4vh 5vw
}

.hp-why_container .col-01 {
    background: #1c9cd8
}

.hp-why_container .col-01:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30vh;
    content: "";
    background: rgba(28, 156, 216, 0);
    background: -moz-linear-gradient(top, rgba(28, 156, 216, 0) 0, #1c9cd8 40%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(28, 156, 216, 0)), color-stop(40%, #1c9cd8));
    background: -webkit-linear-gradient(top, rgba(28, 156, 216, 0) 0, #1c9cd8 40%);
    background: -o-linear-gradient(top, rgba(28, 156, 216, 0) 0, #1c9cd8 40%);
    background: -ms-linear-gradient(top, rgba(28, 156, 216, 0) 0, #1c9cd8 40%);
    background: linear-gradient(to bottom, rgba(28, 156, 216, 0) 0, #1c9cd8 40%);
    z-index: 10
}

.hp-why_container .col-02 {
    background: #386aad
}

.hp-why_container .col-02:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30vh;
    content: "";
    background: rgba(56, 106, 173, 0);
    background: -moz-linear-gradient(top, rgba(56, 106, 173, 0) 0, #386aad 40%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(56, 106, 173, 0)), color-stop(40%, #386aad));
    background: -webkit-linear-gradient(top, rgba(56, 106, 173, 0) 0, #386aad 40%);
    background: -o-linear-gradient(top, rgba(56, 106, 173, 0) 0, #386aad 40%);
    background: -ms-linear-gradient(top, rgba(56, 106, 173, 0) 0, #386aad 40%);
    background: linear-gradient(to bottom, rgba(56, 106, 173, 0) 0, #386aad 40%);
    z-index: 10
}

.hp-why_container .col-03 {
    background: #314281
}

.hp-why_container .col-03:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30vh;
    content: "";
    background: rgba(49, 66, 129, 0);
    background: -moz-linear-gradient(top, rgba(49, 66, 129, 0) 0, #314281 40%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(49, 66, 129, 0)), color-stop(40%, #314281));
    background: -webkit-linear-gradient(top, rgba(49, 66, 129, 0) 0, #314281 40%);
    background: -o-linear-gradient(top, rgba(49, 66, 129, 0) 0, #314281 40%);
    background: -ms-linear-gradient(top, rgba(49, 66, 129, 0) 0, #314281 40%);
    background: linear-gradient(to bottom, rgba(49, 66, 129, 0) 0, #314281 40%);
    z-index: 10
}

.hp-why_container h2 {
    color: #fff;
    font-size: 2.875rem;
    line-height: 3.5rem;
    margin-bottom: 2rem;
    min-height: 7rem
}

.hp-why_container ul {
    padding-left: 20px
}

.hp-why_container ul li {
    color: #fff;
    line-height: 1.625rem;
    margin-bottom: .75rem
}

.hp-why_container .button {
    position: absolute;
    left: 5vw;
    bottom: 3rem;
    z-index: 11
}

.faq_list {
    margin-bottom: 4vh !important
}

.faq_box {
    padding: 2vh 0 !important;
    margin-bottom: 0 !important
}

.faq_box .collapse-header {
    cursor: pointer;
    color: #1c9cd8 !important;
    margin: .5vh 0;
    font-size: 24px
}

.faq_box .collapse-header p {
    color: #1c9cd8 !important
}

.faq_box .collapse-item {
    display: none
}

footer .ul_soc {
    float: right
}

.app-screens_box {
    padding-top: 110px;
    padding-bottom: 94px;
    background: url(../../images/front/bg-yellow-wide.svg) no-repeat center center;
    background-size: cover;
    overflow: hidden
}

.app-screens_box .perex_box {
    width: 100%;
    text-align: left;
    margin: 0 0 2rem 0
}

.app-screens_box .perex_box p {
    font-size: 26px;
    font-family: montserratbold
}

.app-screens_box p {
    color: #000
}

.app-screens_box .screens_box {
    position: relative;
    width: 100%;
    min-height: 100px
}

.app-screens_box .screens_box .screen {
    position: absolute
}

.app-screens_box .screens_box .screen img {
    width: 100%;
    max-width: 100%
}

.app-screens_box .screens_box .screen.screen-01 {
    top: -56px;
    left: 40%;
    width: 310px;
    z-index: 99
}

.app-screens_box .screens_box .screen.screen-02 {
    top: 197px;
    left: -10%;
    width: 176px;
    z-index: 90
}

.app-screens_box .screens_box .screen.screen-03 {
    top: 22px;
    left: 10%;
    width: 234px;
    z-index: 80
}

.app-screens_box .screens_box .screen.screen-03 img {
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.app-screens_box .screens_box .screen.screen-04 {
    top: 186px;
    left: 30%;
    width: 228px;
    z-index: 70
}

.app-screens_box .screens_box .screen.screen-04 img {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.app-features_box {
    padding-top: 74px
}

.app-features_box .feature-slider_container {
    margin-bottom: 170px;
    display: -ms-flexbox !important;
    display: flex
}

.app-features_box .feature-desc_box {
    width: calc((100% - 505px) / 2);
    display: -ms-flexbox !important;
    display: flex;
    flex-direction: column !important;
    -ms-flex-direction: column !important;
    justify-content: space-between !important;
    padding: 86px 0 69px 0
}

.app-features_box .feature-desc_box.left-col {
    order: 1
}

.app-features_box .feature-desc_box.right-col {
    order: 3
}

.app-features_box .feature-desc_box .item {
    transform: translateX(0);
    position: relative;
    width: 100%;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer
}

.app-features_box .feature-desc_box .item:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 6px;
    background: #f9b000;
    border-radius: 3px;
    margin-left: 0;
    content: "";
    -webkit-transition: .2s;
    transition: .2s
}

.app-features_box .feature-desc_box .item h5 {
    min-height: 3rem;
    line-height: 1.5rem;
    font-size: 1rem;
    font-family: montserratbold;
    margin-bottom: 10px;
    color: #000;
    font-weight: 400;
    -webkit-transition: .2s;
    transition: .2s
}

.app-features_box .feature-desc_box .item.active {
    margin-left: 26px
}

.app-features_box .feature-desc_box .item.active:before {
    transform: translateX(-26px);
    height: 100%
}

.app-features_box .feature-desc_box .item.active h5 {
    color: #f9b000
}

.app-features_box .feature-desc_box .item:hover {
    margin-left: 26px
}

.app-features_box .feature_slider {
    order: 2;
    width: 345px;
    height: 707px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, .1);
    border-radius: 40px;
    margin: 0 80px;
    box-sizing: border-box;
    background: url(../../images/front/app-screen-phone.svg) no-repeat top center;
    background-size: 100%;
    padding: 86px 23px 89px 23px;
    -webkit-transition: .6s;
    transition: .6s
}

.app-features_box .feature_slider:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, .2)
}

.app-features_box .feature_slider .slider-item {
    width: 100%;
    height: 532px
}

.app-features_box .feature_slider .slider-item img {
    width: 100%
}

.app-features_box .feature_slider .owl-controls {
    position: absolute;
    bottom: -128px;
    width: 100%;
    left: 0;
    padding-top: 120px
}

.app-features_box .perex_box {
    margin-bottom: 6vh
}

.app-pricing_box {
    padding-top: 74px;
    padding-bottom: 100px;
    background: url(../../images/front/bg-yellow-high.svg) no-repeat center center;
    background-size: cover
}

.app-pricing_box .row {
    display: flex
}

.app-pricing_box .price-col {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    color: #181c1e;
    text-align: center;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 120px
}

.app-pricing_box .price-col .point_box {
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-8px)
}

.app-pricing_box .price-col .point {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 3px solid #e6e6e6;
    transform: scale(1);
    -webkit-transition: .2s;
    transition: .2s
}

.app-pricing_box .price-col .point.animated {
    transform: scale(1.5)
}

.app-pricing_box .price-col .point.active {
    background: #f9b000;
    border-color: #f9b000
}

.app-pricing_box .price-col .line {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    height: 1rem;
    position: relative
}

.app-pricing_box .price-col .line .label p {
    line-height: 1rem
}

.app-pricing_box .price-col .coll__head {
    padding: 1rem 0 0 0;
    min-height: 6rem
}

.app-pricing_box .price-col .coll__head h5 {
    font-size: 1rem;
    font-weight: 400;
    font-family: montserratbold;
    text-transform: uppercase;
    line-height: 2rem
}

.app-pricing_box .price-col .coll__foot {
    padding: 4px 0 32px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.app-pricing_box .price-col:after, .app-pricing_box .price-col:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 8px;
    right: 8px;
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    height: 28px;
    z-index: -1;
    margin-top: -20px;
    -webkit-transition: .2s;
    transition: .2s
}

.app-pricing_box .price-col:before {
    left: 16px;
    right: 16px;
    height: 36px
}

.app-pricing_box .price-col:hover:before {
    transform: translateY(8px)
}

.app-pricing_box .price-col:hover:after {
    transform: translateY(4px)
}

.app-pricing_box .price-col .coll__foot p {
    margin: 0
}

.app-pricing_box .price-col .coll__foot p strong {
    font-size: 42px;
    line-height: 50px;
    color: #f9b000;
    font-family: montserratbold;
    font-weight: 400
}

.app-pricing_box .price-col .coll__foot p small {
    color: #f9b000;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 50px;
    vertical-align: top;
    font-family: montserratbold;
    margin-left: 8px
}

.app-pricing_box .price-labels-col {
    padding-top: 7rem
}

.app-pricing_box .price-labels-col .line {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    background-clip: padding-box;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    padding-left: 1rem
}

.app-pricing_box .price-labels-col .line p {
    color: #181c1e;
    font-size: 1rem;
    line-height: 1rem;
    font-family: montserratregular;
    transform: translateX(0);
    -webkit-transition: .2s;
    transition: .2s
}

.app-pricing_box .price-labels-col .line.animated p {
    transform: translateX(12px)
}

.app-pricing_box .price-labels-col .coll__foot {
    padding: 1rem 0 0 1rem
}

.app-pricing_box .price-labels-col .coll__foot p {
    color: #fff;
    line-height: 1.5rem;
    margin-right: 20%
}

.app-references_box {
    padding-top: 74px;
    padding-bottom: 6px
}

.app-references_box .app-references_slider {
    margin-top: -1rem
}

.app-references_box .app-references_slider .slider-item {
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 1rem
}

.app-references_box .app-references_slider .thumb {
    width: 140px;
    height: 140px;
    margin: 0 auto 44px auto;
    border-radius: 30px;
    box-shadow: 0 15px 15px rgba(0, 0, 0, .1);
    overflow: hidden;
    -webkit-transition: .6s;
    transition: .6s
}

.app-references_box .app-references_slider .thumb:hover {
    box-shadow: 0 15px 15px rgba(0, 0, 0, .2)
}

.app-references_box .app-references_slider .thumb img {
    width: 100%
}

.app-references_box .app-references_slider h5 {
    font-size: 16px;
    font-size: 1rem
}

.app-references_box .app-references_slider p {
    margin: 0
}

.app-faq_box {
    padding-top: 74px;
    padding-bottom: 10px
}

.app-author_box {
    padding-top: 74px;
    padding-bottom: 100px
}

.app-author_box .heading_box {
    margin-bottom: 8vh
}

.app-author_box .author_box .author__text {
    background: #8aaa18;
    color: #fff;
    padding: 2rem
}

.app-author_box .author_box .author__text .heading_box {
    margin-bottom: 1rem
}

.app-author_box .author_box .author__text .heading_box p {
    margin-bottom: 0
}

.app-author_box .author_box .author__text p {
    color: #fff;
    margin-bottom: 1.5rem
}

.app-author_box .author_box .author__text p a {
    color: #fff
}

.app-author_box .author_box .perex_box {
    width: 100%;
    text-align: left;
    margin: 0 0 1rem 0
}

.app-author_box .author_box .perex_box p {
    font-size: 26px;
    font-family: montserratbold;
    margin: 0
}

.app-author_box .author_box {
    box-shadow: 0 30px 50px rgba(0, 0, 0, .1)
}

.app-author_box .author_box .author__img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.app-author_box .author_box .author__img img {
    margin-left: -12%
}

.app-author_box .row {
    display: flex
}

.domino_container .domino_box {
    position: absolute;
    overflow: hidden
}

.domino_container .domino_box:before {
    position: absolute;
    background-size: cover;
    overflow: hidden;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background-position: center center;
    background-repeat: no-repeat
}

.domino_container .domino_box a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    display: block;
    z-index: 10
}

.domino_container .domino_box.external-link a:before {
    content: "t";
    font-family: eventival;
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    font-size: 22px;
    -webkit-transition: .4s;
    transition: .4s;
    transform: scale(1)
}

.domino_container .domino_box.external-link:hover a:before {
    transform: scale(1.1)
}

.domino_container .domino_box .domino_label {
    color: #fff;
    position: absolute;
    top: 36px;
    left: 40px;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: montserratbold;
    margin: 0;
    z-index: 15
}

.domino_container .domino_box .domino_text {
    position: absolute;
    bottom: 50px;
    left: 40px;
    right: 30px;
    z-index: 15;
    -webkit-transition: .4s;
    transition: .4s;
    transform: translateY(0)
}

.domino_container .domino_box:hover .domino_text {
    transform: translateY(-6px)
}

.domino_container .domino_box .domino_text h2 {
    color: #fff;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 60px;
    line-height: 3.75rem;
    font-family: montserratbold;
    font-weight: 400;
    margin: 0 0 1.5rem 0
}

.domino_container .domino_box .domino_text h3 {
    color: #fff;
    font-size: 32px;
    font-size: 2rem;
    line-height: 52px;
    line-height: 3.25rem;
    font-family: Cabin;
    font-weight: 400;
    margin: 0
}

.domino_container .domino_box .domino_text h4 {
    color: #fff;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-family: montserratbold;
    font-weight: 400;
    margin: 0 0 1.25rem 0
}

.domino_container .domino_box .domino_text h5 {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-family: 'Open Sans';
    font-weight: 700;
    margin: 0 0 1rem 0
}

.domino_container .domino_box .domino_text blockquote, .domino_container .domino_box .domino_text p {
    color: #fff;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin: 0 0 1.875rem 0;
    position: relative
}

.domino_container .domino_box .domino_text blockquote i.ico {
    position: absolute;
    top: -50px;
    left: -10px;
    z-index: -1;
    height: 94px;
    display: inline-block;
    width: 130px
}

.domino_container .domino_box .domino_text blockquote i.ico .cls-1 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
    opacity: .2
}

.domino_container .domino_box .domino_text h2:nth-last-child(1) {
    margin-bottom: 0
}

.domino_container .domino_box .domino_text h3:nth-last-child(1) {
    margin-bottom: 0
}

.domino_container .domino_box .domino_text h4:nth-last-child(1) {
    margin-bottom: 0
}

.domino_container .domino_box .domino_text p:nth-last-child(1) {
    margin-bottom: 0
}

.domino_container .domino_box .domino_text .button--line.btn--white .morph-shape svg {
    opacity: .5
}

.domino_container .domino_box .domino_text .button--line.btn--white:hover .morph-shape svg {
    fill: transparent;
    opacity: 1
}

.domino_container .domino_box .domino_text .button--line.btn--white .button__text {
    color: #fff
}

.domino_container .domino_box .domino_text .button--line.btn--white:hover .button__text {
    color: #fff
}

.domino_container .domino_box .domino_text .author-btm_box h5 {
    margin: 0
}

.domino_container .domino_box .domino_text .author-btm_box p {
    margin: 0;
    font-size: 14px;
    font-size: .875rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-family: montserratregular
}

.domino_container .domino_box .domino_text .author-btm_box p i {
    font-size: 1.25rem;
    margin-right: 3px;
    position: relative;
    bottom: -4px
}

.domino_container .domino_box .domino_text .author-btm_box p.p_small {
    font-size: 10px;
    font-size: .625rem;
    font-family: 'Open sans'
}

.domino_container .domino_box .domino_text .author-btm_box .th {
    float: right;
    border: 3px solid #fff;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    border-radius: 50%;
    overflow: hidden
}

.domino_container .domino_box .domino_text .author-btm_box .th img {
    width: 100%;
    float: left
}

.domino_container .domino_box.journal-box .domino_text h5 {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    background-clip: padding-box;
    display: inline;
    -webkit-transition: .4s;
    transition: .4s
}

.domino_container .domino_box.journal-box .domino_text p:nth-of-type(1) {
    margin-top: 1rem
}

.domino_container .domino_box.journal-box:hover .domino_text h5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0)
}

.domino_container .domino_box.only-image:before {
    background-size: contain
}

.domino_container .domino_box.box_1-1, .domino_container .domino_box.box_2-1 {
    width: calc(100% / 3)
}

.domino_container .domino_box.box_1-2, .domino_container .domino_box.box_2-2 {
    width: calc((100% / 3) * 2)
}

.domino_container .domino_box.box_1-2 .domino_text, .domino_container .domino_box.box_2-2 .domino_text {
    right: auto;
    width: calc((100% / 2) - 70px)
}

.domino_container .domino_box.box_1-3, .domino_container .domino_box.box_2-3 {
    width: 100%
}

.domino_container .domino_box.box_1-3 .domino_text, .domino_container .domino_box.box_2-3 .domino_text {
    right: auto;
    width: calc((100% / 3) * 1.5 - 70px)
}

.pricing-new_section .pricing-switches_container {
    margin-bottom: 8vh
}

.pricing-new_section .pricing-switches_container .currency-switch_container {
    float: right;
    position: relative
}

.pricing-new_section .pricing-switches_container .currency-switch_container .label {
    position: absolute;
    top: 0;
    font: 1rem/36px montserratbold;
    color: #9b9b9b;
    width: 70px;
    text-align: center;
    pointer-events: none
}

.pricing-new_section .pricing-switches_container .currency-switch_container .label.label-left {
    left: 2px
}

.pricing-new_section .pricing-switches_container .currency-switch_container .label.label-right {
    right: 2px
}

.pricing-new_section .pricing-switches_container .product-type-switch_container {
    margin: 0 auto;
    width: 400px
}

.pricing-new_section .pricing-switches_container .product-type-switch_container label.label {
    float: left;
    font: 1.75rem/36px montserratbold;
    margin: 0;
    color: #9b9b9b
}

.pricing-new_section .pricing-switches_container .product-type-switch_container label.label.active {
    color: #223f84
}

.pricing-new_section .pricing-switches_container .product-type-switch_container .switch-box {
    float: left;
    margin: 0 20px
}

.pricing-new_section .pricing-new_box {
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    margin-bottom: 7vh
}

.pricing-new_section .pricing-new_box .top_box {
    position: relative
}

.pricing-new_section .pricing-new_box .top_box h5 {
    font: 1rem/1.875rem montserratbold;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    color: #fff;
    background: #ccc;
    border-radius: 10px 10px 0 0
}

.pricing-new_section .pricing-new_box .top_box .price_box {
    margin-bottom: 1.625rem
}

.pricing-new_section .pricing-new_box .top_box .price_box p {
    color: #9b9b9b;
    font: .875rem/1.5rem montserratregular;
    margin: 0;
    text-transform: uppercase
}

.pricing-new_section .pricing-new_box .top_box .price_box p strong {
    font: 2rem/2.25rem montserratbold;
    color: #474747
}

.pricing-new_section .pricing-new_box .top_box .before-text {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    padding-bottom: .625rem
}

.pricing-new_section .pricing-new_box .top_box .before-text p {
    font: .875rem/1rem montserratbold;
    text-transform: uppercase
}

.pricing-new_section .pricing-new_box .bg_box {
    height: 100px;
    margin-bottom: 1.5rem;
    background: #ccc
}

.pricing-new_section .pricing-new_box .bg_box .center-box {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    padding: 0 12px
}

.pricing-new_section .pricing-new_box .bg_box p {
    line-height: 1.5rem;
    margin: 0
}

.pricing-new_section .pricing-new_box .includes_box {
    padding: 0 18px 1.25rem 18px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 1.5rem
}

.pricing-new_section .pricing-new_box .includes_box h6 {
    font: bold 1rem/1.5rem 'Open sans'
}

.pricing-new_section .pricing-new_box .includes_box ul {
    margin: 0
}

.pricing-new_section .pricing-new_box .includes_box ul li {
    font: 1rem/1.5rem 'Open sans';
    padding: 4px 0;
    margin: 0;
    list-style: none
}

.pricing-new_section .pricing-new_box .desc_box {
    padding: 0 18px 1.25rem 18px
}

.pricing-new_section .pricing-new_box .desc_box h4 {
    color: #9b9b9b;
    font: 1rem/1.875rem montserratbold;
    text-transform: uppercase;
    margin-bottom: 1.25rem
}

.pricing-new_section .pricing-new_box .desc_box h5 {
    color: #000;
    font: bold 1rem/1.5rem 'Open sans';
    margin-bottom: 1rem;
    margin-top: -.5rem
}

.pricing-new_section .pricing-new_box .desc_box ul {
    margin: 0
}

.pricing-new_section .pricing-new_box .desc_box ul li {
    list-style: none;
    font: .875rem/1.25rem 'Open sans';
    padding: 6px 0 6px 19px
}

.pricing-new_section .pricing-new_box .desc_box ul li:before {
    content: "";
    width: 13px;
    height: 10px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-left: -19px;
    margin-top: 5px
}

.pricing-new_section .pricing-new_box .desc_box ul.ul_plus li:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNTciIGhlaWdodD0iMzU3IiB2aWV3Qm94PSIwIDAgMzU3IDM1NyI+PHBhdGggZD0iTTM1NyAyMDRIMjA0djE1M2gtNTFWMjA0SDB2LTUxaDE1M1YwaDUxdjE1M2gxNTNWMjA0eiIgZmlsbD0iIzlCOUI5QiIvPjwvc3ZnPg==)
}

.pricing-new_section .pricing-new_box .desc_box ul.ul_check li:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NDkiIGhlaWdodD0iNDQ5IiB2aWV3Qm94PSIwIDAgNDQ4LjggNDQ4LjgiPjxwb2x5Z29uIHBvaW50cz0iMTQyLjggMzIzLjkgMzUuNyAyMTYuOCAwIDI1Mi41IDE0Mi44IDM5NS4zIDQ0OC44IDg5LjMgNDEzLjEgNTMuNiAiIGZpbGw9IiM5QjlCOUIiLz48L3N2Zz4=)
}

.pricing-new_section .pricing-new_box .btn_box {
    padding-bottom: 1.75rem
}

.pricing-new_section .pricing-new_box:after, .pricing-new_section .pricing-new_box:before {
    content: "";
    border: 1px solid #ccc;
    position: absolute;
    top: 100%;
    left: 8px;
    right: 8px;
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    height: 28px;
    z-index: -1;
    margin-top: -20px;
    -webkit-transition: .2s;
    transition: .2s
}

.pricing-new_section .pricing-new_box:before {
    left: 16px;
    right: 16px;
    height: 36px
}

.pricing-new_section .pricing-new_box:hover:before {
    transform: translateY(8px)
}

.pricing-new_section .pricing-new_box:hover:after {
    transform: translateY(4px)
}

.pricing-new_section .pricing-legend-text p {
    color: #000
}

.pricing-new_section .pricing-new_box.color-green {
    border-color: #b2deb1
}

.pricing-new_section .pricing-new_box.color-green .top_box h5 {
    background: #33a02f
}

.pricing-new_section .pricing-new_box.color-green .top_box .before-text p {
    color: #33a02f
}

.pricing-new_section .pricing-new_box.color-green .bg_box {
    background: rgba(233, 253, 232, .9)
}

.pricing-new_section .pricing-new_box.color-green:after, .pricing-new_section .pricing-new_box.color-green:before {
    background: #e9fde8;
    border-color: #b2deb1
}

.pricing-new_section .pricing-new_box.color-blue {
    border-color: #a2dcea
}

.pricing-new_section .pricing-new_box.color-blue .top_box h5 {
    background: #1c9cd8
}

.pricing-new_section .pricing-new_box.color-blue .top_box .before-text p {
    color: #1c9cd8
}

.pricing-new_section .pricing-new_box.color-blue .bg_box {
    background: rgba(234, 250, 253, .9)
}

.pricing-new_section .pricing-new_box.color-blue:after, .pricing-new_section .pricing-new_box.color-blue:before {
    background: #eafafd;
    border-color: #a2dcea
}

.pricing-new_section .pricing-new_box.color-orange {
    border-color: #ffe5b4
}

.pricing-new_section .pricing-new_box.color-orange .top_box h5 {
    background: #ffa600
}

.pricing-new_section .pricing-new_box.color-orange .top_box .before-text p {
    color: #ffa600
}

.pricing-new_section .pricing-new_box.color-orange .bg_box {
    background: rgba(255, 247, 230, .9)
}

.pricing-new_section .pricing-new_box.color-orange:after, .pricing-new_section .pricing-new_box.color-orange:before {
    background: #fff7e6;
    border-color: #ffe5b4
}

.pricing-new_section .pricing-new_box.color-purple {
    border-color: #eabbeb
}

.pricing-new_section .pricing-new_box.color-purple .top_box h5 {
    background: #7d0e81
}

.pricing-new_section .pricing-new_box.color-purple .top_box .before-text p {
    color: #7d0e81
}

.pricing-new_section .pricing-new_box.color-purple .bg_box {
    background: rgba(250, 242, 250, .9)
}

.pricing-new_section .pricing-new_box.color-purple:after, .pricing-new_section .pricing-new_box.color-purple:before {
    background: #faf2fa;
    border-color: #eabbeb
}

.pricing-addons_container .addon_box {
    margin-bottom: 5vh
}

.pricing-addons_container .addon_box h5 {
    font: 1rem/1.5rem montserratbold;
    text-transform: uppercase;
    margin-bottom: 1.375rem
}

.pricing-addons_container .addon_box p {
    margin-bottom: 1rem
}

.pricing-addons_container .addon_box .price_box p {
    color: #223f84;
    text-transform: uppercase
}

.pricing-addons_container .addon_box .price_box p strong {
    font-size: 2rem;
    float: left;
    line-height: 2rem;
    margin-right: 10px
}

.pricing-addons_container .addon_box .price_box p small {
    float: left;
    line-height: 1rem;
    font-size: .875rem
}

.switch-box label {
    display: block;
    margin: 0 auto;
    border-radius: 100px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.switch-box input {
    display: none
}

.switch-box i {
    height: 32px;
    width: 32px;
    background: #fff;
    display: inline-block;
    border-radius: 100px;
    margin-top: 2px;
    margin-left: 2px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    pointer-events: none;
    box-shadow: 0 0 0 0 transparent
}

.switch-box label {
    width: 70px;
    height: 36px;
    background-color: #223f84
}

.switch-box label:hover > i {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    transform: scale(1.01)
}

.switch-box input:checked + label > i {
    margin-left: 36px
}

.switch-box label:active {
    background-color: #223f84
}

.switch-box label:active > i {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2)
}

.switch-box input:checked + label:active > i {
    margin-left: 18px
}

.switch-box input:checked + label {
    background-color: #223f84
}

.switch-box.swith-type-2 i {
    height: 32px;
    width: 70px;
    background: #fff;
    display: inline-block;
    border-radius: 100px;
    margin-top: 2px;
    margin-left: 2px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    pointer-events: none;
    box-shadow: 0 0 0 0 transparent
}

.switch-box.swith-type-2 label {
    width: 140px;
    height: 36px;
    background-color: #f5f5f5
}

.switch-box.swith-type-2 label span.label.label-left {
    color: #474747
}

.switch-box.swith-type-2 label span.label.label-right {
    color: #9b9b9b
}

.switch-box.swith-type-2 input:checked + label > i {
    margin-left: 68px
}

.switch-box.swith-type-2 label:active {
    background-color: #f5f5f5
}

.switch-box.swith-type-2 label:active > i {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2)
}

.switch-box.swith-type-2 input:checked + label:active > i {
    margin-left: 18px
}

.switch-box.swith-type-2 input:checked + label span.label.label-right {
    color: #474747
}

.switch-box.swith-type-2 input:checked + label span.label.label-left {
    color: #9b9b9b
}

.switch-box.swith-type-2 input:checked + label {
    background-color: #f5f5f5
}

body.menu-open {
    position: fixed;
    overflow-y: scroll;
    width: 100%
}

.navigation_section {
    z-index: -1
}

.navigation_section .col-nav {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.navigation_section.in .col-nav {
    -webkit-animation-name: menuAnimationDownIn;
    animation-name: menuAnimationDownIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.navigation_section.out .col-nav {
    -webkit-animation-name: menuAnimationDownOut;
    animation-name: menuAnimationDownOut;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.navigation_section.in .col-nav .li_menu {
    -webkit-animation-name: fadeInDownShort;
    animation-name: fadeInDownShort
}

.navigation_section.in .col-nav .users-top_box {
    -webkit-animation-name: fadeInLeftShort;
    animation-name: fadeInLeftShort
}

.navigation_section.in .col-nav .ul_links {
    -webkit-animation-name: fadeInUpShort;
    animation-name: fadeInUpShort
}

.navigation_section .col-contact {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.navigation_section.in .col-contact {
    -webkit-animation-name: menuAnimationUpIn;
    animation-name: menuAnimationUpIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.navigation_section.out .col-contact {
    -webkit-animation-name: menuAnimationUpOut;
    animation-name: menuAnimationUpOut;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.navigation_section.in .col-contact .ul_socials {
    -webkit-animation-name: fadeInUpShort;
    animation-name: fadeInUpShort
}

.navigation_section.in .col-contact .center_box {
    -webkit-animation-name: fadeInDownShort;
    animation-name: fadeInDownShort
}

@-webkit-keyframes menuAnimationDownIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }
    25% {
        opacity: 1
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes menuAnimationDownIn {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }
    25% {
        opacity: 1
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes menuAnimationDownOut {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    75% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }
}

@keyframes menuAnimationDownOut {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    75% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }
}

@-webkit-keyframes menuAnimationUpIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }
    25% {
        opacity: 1
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes menuAnimationUpIn {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }
    25% {
        opacity: 1
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes menuAnimatioUpOut {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    75% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }
}

@keyframes menuAnimationUpOut {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    75% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }
}

@font-face {
    font-family: montserratblack;
    src: url(fonts/montserrat-black-webfont.eot);
    src: url(fonts/montserrat-black-webfont%EF%B9%96.eot#iefix) format('embedded-opentype'), url(fonts/montserrat-black-webfont.woff2) format('woff2'), url(fonts/montserrat-black-webfont.woff) format('woff'), url(fonts/montserrat-black-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: montserratbold;
    src: url(fonts/montserrat-bold-webfont.eot);
    src: url(fonts/montserrat-bold-webfont%EF%B9%96.eot#iefix) format('embedded-opentype'), url(fonts/montserrat-bold-webfont.woff2) format('woff2'), url(fonts/montserrat-bold-webfont.woff) format('woff'), url(fonts/montserrat-bold-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: montserratlight;
    src: url(fonts/montserrat-light-webfont.eot);
    src: url(fonts/montserrat-light-webfont%EF%B9%96.eot#iefix) format('embedded-opentype'), url(fonts/montserrat-light-webfont.woff2) format('woff2'), url(fonts/montserrat-light-webfont.woff) format('woff'), url(fonts/montserrat-light-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: montserratmedium;
    src: url(fonts/montserrat-medium-webfont.eot);
    src: url(fonts/montserrat-medium-webfont%EF%B9%96.eot#iefix) format('embedded-opentype'), url(fonts/montserrat-medium-webfont.woff2) format('woff2'), url(fonts/montserrat-medium-webfont.woff) format('woff'), url(fonts/montserrat-medium-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: montserratregular;
    src: url(fonts/montserrat-regular-webfont.eot);
    src: url(fonts/montserrat-regular-webfont%EF%B9%96.eot#iefix) format('embedded-opentype'), url(fonts/montserrat-regular-webfont.woff2) format('woff2'), url(fonts/montserrat-regular-webfont.woff) format('woff'), url(fonts/montserrat-regular-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: eventival;
    src: url(fonts/eventival%EF%B9%96v=1.eot);
    src: url(fonts/eventival%EF%B9%96.eot#iefix) format("embedded-opentype"), url(fonts/eventival%EF%B9%96v=1.woff) format("woff"), url(fonts/eventival%EF%B9%96v=1.ttf) format("truetype"), url(fonts/eventival.svg#eventival) format("svg");
    font-weight: 400;
    font-style: normal
}

[data-icon]:before {
    font-family: eventival !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: eventival !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-ios-arrow-forward:before {
    content: "\61"
}

.icon-ios-arrow-back:before {
    content: "\62"
}

.icon-location:before {
    content: "\63"
}

.icon-facebook:before {
    content: "\64"
}

.icon-instagram:before {
    content: "\65"
}

.icon-twitter:before {
    content: "\66"
}

.icon-linkedin:before {
    content: "\67"
}

.icon-dashboard:before {
    content: "\68"
}

.icon-interface:before {
    content: "\69"
}

.icon-multimedia:before {
    content: "\6a"
}

.icon-print:before {
    content: "\6b"
}

.icon-profile:before {
    content: "\6c"
}

.icon-technology:before {
    content: "\6d"
}

.icon-time:before {
    content: "\6e"
}

.icon-close-round:before {
    content: "\6f"
}

.icon-infinite:before {
    content: "\70"
}

.icon-angle-down:before {
    content: "\71"
}

.icon-angle-up:before {
    content: "\72"
}

.icon-external-link:before {
    content: "\74"
}

.icon-youtube-play:before {
    content: "\73"
}

@media (max-width: 1800px) {
    .demo_section .col-form .form .button {
        float: none
    }
}

@media (max-width: 1500px) {
    .logo {
        left: 8%
    }

    .navigation_section .col-contact__inner {
        margin-left: 8vw
    }

    .nav_trigger {
        right: 8%
    }

    .link-top_box.print {
        right: calc(16% + 140px)
    }

    .content_section .container, .foot .container {
        width: 84%
    }

    .content_section .content-middle_box {
        margin: 0 4vw 4vh 4vw
    }

    .perex_box, .prod-desc_box .perex_box {
        margin: 0 5vw 5vh 5vw;
        text-align: center
    }

    .cols-50 .col-left .center_box {
        margin-left: 8vw
    }

    .contact_section .col-contact .ul_socials {
        left: 8vw;
        bottom: 5vh
    }

    .heading_box h1, .prod-top_box h1 {
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 60px;
        line-height: 3.75rem !important
    }

    .content_section h2, .features_section h2, .heading_box h1.top-level {
        font-size: 40px;
        font-size: 2.15rem;
        line-height: 50px;
        line-height: 3.125rem !important
    }

    .heading_box h2.top-level {
        font-size: 2rem;
        line-height: 2.5rem !important
    }

    .prod-top_box .text_box .text-row .headline-text-wrapper span, .prod-top_box .text_box .text-row a span {
        line-height: 4.125rem;
        height: 66px
    }

    .features-list_section .col-list .list_container {
        padding-left: 0
    }

    .stats_container .stat-item_box p strong {
        font-size: 4rem
    }

    .news_container.home h2 {
        font-size: 4rem
    }

    .prod-top_box .animated-clients .hp-text.size-01 {
        font-size: 14px
    }

    .prod-top_box .animated-clients .hp-text.size-02 {
        font-size: 14px
    }

    .prod-top_box .animated-clients .hp-text.size-03 {
        font-size: 14px
    }

    .prod-top_box .animated-clients .hp-text.size-04 {
        font-size: 18px
    }

    .prod-top_box .animated-clients .hp-text.size-05 {
        font-size: 24px
    }

    .clients-map_box p.p_legend {
        font-size: .825rem
    }

    .clients-map_box p.p_legend i.ico {
        margin: 0 6px 0 16px
    }

    .clients-map_box .clients-list_container .overflow_box, .features-list_section .col-list {
        padding-left: 5vw
    }

    .features-list_section .col-content .heading_box {
        margin-bottom: 2vh
    }

    .features-list_section .col-content ul {
        margin-bottom: 1.5rem
    }

    .features-list_section .col-content ul li {
        margin-bottom: 1vh;
        line-height: 1.625rem
    }

    .features-list_section .col-list .list_container ul li.feature-parent a {
        font-size: 32px;
        font-size: 2rem;
        line-height: 40px;
        line-height: 2.5rem
    }

    .hp-why_container h2 {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 1rem;
        min-height: 5rem
    }

    .hp-why_container ul li {
        line-height: 1.5rem;
        margin-bottom: .5rem
    }

    .domino_container .domino_box .domino_text h2 {
        font-size: calc(32px + 18 * ((100vw - 992px) / 508));
        line-height: calc(42px + 18 * ((100vw - 992px) / 508))
    }

    .domino_container .domino_box .domino_text h3 {
        font-size: calc(26px + 6 * ((100vw - 992px) / 508));
        line-height: calc(38px + 14 * ((100vw - 992px) / 508))
    }

    .domino_container .domino_box .domino_text h4 {
        font-size: calc(22px + 4 * ((100vw - 992px) / 508));
        line-height: calc(32px + 8 * ((100vw - 992px) / 508))
    }

    .domino_container .domino_box .domino_text blockquote, .domino_container .domino_box .domino_text p {
        font-size: calc(15px + 1 * ((100vw - 992px) / 508));
        line-height: calc(22px + 6 * ((100vw - 992px) / 508))
    }
}

@media (max-width: 1199px) {
    .logo {
        left: 5%
    }

    .navigation_section .col-contact__inner {
        margin-left: 5vw
    }

    .nav_trigger {
        right: 5%
    }

    .link-top_box.print {
        right: calc(10% + 140px)
    }

    .content_section .container {
        width: 90%
    }

    .content_section .content-middle_box {
        margin: 0 3vw 3vh 3vw
    }

    .perex_box, .prod-desc_box .perex_box {
        margin: 0 4vw 4vh 4vw;
        text-align: center
    }

    .contact_section {
        height: auto
    }

    .cols-50 .col-left, .cols-50 .col-right {
        width: 100vw
    }

    .features-list_section .col-content, .testimonials-list_section .col-content {
        padding-right: calc(5vw + 50px)
    }

    .features-list_section .col-content .heading_box {
        margin-bottom: 4vh
    }

    .features-list_section .col-list, .testimonials-list_section .col-list {
        padding-left: calc (5vw+65px)
    }

    .features-list_section .col-list .list_container h3, .testimonials_section h3 {
        font-size: 2rem;
        line-height: 2.5rem
    }

    .features-list_section .col-list .list_container ul li {
        margin-bottom: 1vh
    }

    .pricing_section .pricing_box .top_box .price_box p strong {
        font-size: 50px
    }

    .clients-map_box .stats_container .block .stat-item_box:nth-of-type(1) p strong {
        font-size: 3rem
    }

    .stats_container .stat-item_box p strong {
        font-size: 5rem
    }

    .news_container.home h2 {
        font-size: 5rem
    }

    .navigation_section .col-contact .center_box {
        margin-left: 6vw
    }

    .navigation_section .col-contact .ul_socials {
        left: 6vw
    }

    .navigation_section .col-nav .center_box {
        padding-right: 0
    }

    .navigation_section .col-nav .ul_links {
        right: 0
    }

    .navigation_section .col-nav .ul_links li {
        margin: 0 8px
    }

    .partners_list .partner_box .logo_box figure {
        text-align: left
    }

    .prod-top_box .text_box {
        width: 86vw;
        margin-left: 7vw;
        position: absolute
    }

    .prod-top_box .slideshow li .p_copyright {
        right: 17px
    }

    .testimonials_section .testimonials_container .testimonial_box blockquote {
        height: 270px
    }

    .app-screens_box .screens_box .screen.screen-01 {
        top: -36px;
        left: 30%;
        width: 270px
    }

    .domino_container .domino_box .domino_text {
        bottom: 30px
    }

    .domino_container .domino_box.box_1-3 .domino_text {
        width: calc(66.66% - 70px)
    }
}

@media (max-width: 991px) {
    .menu-open header .logo {
        display: none
    }

    .prod-top_box .animated-clients {
        display: none
    }

    .navigation_section {
        position: fixed
    }

    .navigation_section .col-nav {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 100vh;
        box-sizing: border-box
    }

    .navigation_section .col-contact {
        display: none
    }

    .heading_box h1, .prod-top_box h1 {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 50px;
        line-height: 3.125rem !important
    }

    .app-author_box .heading_box {
        margin-bottom: 4vh
    }

    .prod-top_box .text_box.hp h2 {
        margin-top: 4vh;
        font-size: 1.825rem
    }

    .content_section h2, .features_section h2, .heading_box h2.top-level {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 40px;
        line-height: 2.5rem !important
    }

    .content_section .pricing_placeholder {
        height: 240px
    }

    .pricing_section .pricing_box {
        margin-top: -300px
    }

    .pricing_section .pricing_box .top_box {
        height: 300px
    }

    .prod-top_box .text_box .text-row .headline-text-wrapper span, .prod-top_box .text_box .text-row a span {
        line-height: 3.125rem;
        height: 50px
    }

    .stats_container .stat-item_box p strong {
        font-size: 4rem
    }

    .news_container.home h2 {
        font-size: 4rem
    }

    .features-list_section .col-content, .testimonials-list_section .col-content {
        padding-right: calc(5vw + 50px);
        padding-left: calc(5vw + 50px)
    }

    .partners_list .partner_box h2 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 2rem
    }

    .partners_list .partner_box h3 {
        font-size: 18px;
        font-size: 1rem;
        line-height: 1.75rem
    }

    .career_list .career_box h3, .heading_box h2.top-level, .team_list h3, .testimonials_section h3 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 2rem
    }

    .app-author_box .author_box .perex_box p, .app-screens_box .perex_box p, .content_section .perex_box p, .perex_box p {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 32px;
        line-height: 2rem
    }

    .testimonials_section .testimonials_container .testimonial_box blockquote {
        height: 225px
    }

    .testimonials_section .testimonials_container .testimonial_box:nth-of-type(3) {
        display: none
    }

    .features-list_section .col-content, .testimonials-list_section .col-content {
        float: none;
        padding-top: 0
    }

    .testimonials-list_section .col-content .logo_box img {
        max-width: 100%
    }

    .foot .row .col-sm-6:nth-of-type(5) {
        clear: left
    }

    .hp-why_container {
        display: block;
        height: auto
    }

    .hp-why_container h2 {
        min-height: 1rem
    }

    .hp-why_container .button, .hp-why_container .col-01:after, .hp-why_container .col-02:after, .hp-why_container .col-03:after {
        display: none !important
    }

    .app-features_box .feature-slider_container {
        display: block
    }

    .app-features_box .feature-desc_box {
        width: 40%;
        float: left;
        padding-bottom: 0;
        padding-top: 0
    }

    .app-features_box .feature-desc_box.right-col {
        float: right
    }

    .app-features_box .feature-desc_box .item {
        margin-bottom: 2.5rem
    }

    .app-features_box .feature_slider {
        float: left;
        margin-left: calc((100% - 345px) / 2)
    }

    .app-screens_box {
        padding-top: 50px;
        padding-bottom: 54px
    }

    .app-features_box {
        padding-top: 50px
    }

    .app-pricing_box {
        padding-top: 50px;
        padding-bottom: 70px
    }

    .app-references_box {
        padding-top: 50px
    }

    .app-faq_box {
        padding-top: 50px
    }

    .app-author_box {
        padding-top: 50px;
        padding-bottom: 70px
    }

    .domino_container .domino_wrapper {
        position: static !important;
        height: auto !important
    }

    .domino_container .domino_box, .domino_container .domino_box a {
        position: relative !important;
        top: auto !important;
        height: auto !important;
        padding: 3%;
        box-sizing: border-box
    }

    .domino_container .domino_box a {
        padding: 0
    }

    .domino_container .domino_box {
        min-height: 300px
    }

    .domino_container .domino_box .domino_label {
        position: relative !important;
        top: auto !important;
        left: 0;
        margin-bottom: 30px;
        font-size: .875rem;
        line-height: 1rem
    }

    .domino_container .domino_box .domino_text {
        position: relative !important;
        bottom: auto !important;
        left: 0;
        transform: translateY(0) !important
    }

    .domino_container .domino_box.box_1-1, .domino_container .domino_box.box_2-1 {
        width: 100%;
        left: 0 !important
    }

    .domino_container .domino_box.box_1-2, .domino_container .domino_box.box_2-2 {
        width: 100%;
        left: 0 !important
    }

    .domino_container .domino_box.box_1-2 .domino_text, .domino_container .domino_box.box_2-2 .domino_text {
        width: auto;
        right: 30px
    }

    .domino_container .domino_box.box_1-3 .domino_text, .domino_container .domino_box.box_2-3 .domino_text {
        width: auto;
        right: 30px
    }

    .pricing-new_section .pricing-switches_container .currency-switch_container {
        float: none;
        margin: 0 auto 30px auto;
        width: 140px
    }
}

@media (max-width: 767px) {
    html {
        font-size: 12px
    }

    .text-underline:after {
        bottom: 1px
    }

    .content_section, .features-list_section .col-content, .news-list_section, .testimonials-list_section .col-content {
        margin-top: calc(40px + 7vh);
        padding-bottom: 40px
    }

    .prod-desc_box {
        padding-top: 50px
    }

    .screens_slider {
        margin-top: 50px
    }

    .features-list_section .col-content, .testimonials-list_section .col-content {
        padding-right: 5vw;
        padding-left: 5vw
    }

    header {
        height: 56px;
        background: rgba(255, 255, 255, .95);
        position: fixed;
        z-index: 1000;
        left: 0;
        right: 0;
        top: 0
    }

    .nav_trigger {
        top: -1px
    }

    .nav_trigger span {
        background: #181c1e !important
    }

    .nav_trigger span:after, .nav_trigger span:before {
        background-color: #181c1e !important
    }

    .menu-open header {
        position: static;
        z-index: auto
    }

    .menu-open .nav_trigger span {
        background: 0 0 !important
    }

    .menu-open .nav_trigger span:after, .menu-open .nav_trigger span:before {
        background-color: #fff !important
    }

    .logo {
        width: 39px;
        height: 39px;
        top: 8px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OS44NyA1OS44OSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMxMWE2M2M7fS5jbHMtMntmaWxsOiNmOWIwMDA7fS5jbHMtM3tmaWxsOiMwMDlkN2Y7fS5jbHMtNHtmaWxsOiMyNTM0ODg7fS5jbHMtNXtmaWxsOiMwMDlmZTM7fS5jbHMtNntmaWxsOiNlNjAwN2U7fS5jbHMtN3tmaWxsOiM5MjI4ODU7fS5jbHMtOHtmaWxsOiNlNDFmMTM7fS5jbHMtOXtmaWxsOiNlOTRmMGU7fS5jbHMtMTB7ZmlsbDojZWM2NDA4O30uY2xzLTExe2ZpbGw6bm9uZTt9LmNscy0xMntmaWxsOiNlYjViMjU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5Bc3NldCAxPC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQxLjQxLDQzLjg1bDIuNDcsMy40MWEyNC42NSwyNC42NSwwLDAsMCw4LjI2LTkuMTVoLTVBMjAuNjUsMjAuNjUsMCwwLDEsNDEuNDEsNDMuODVaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzksNDAuNTlhMTYsMTYsMCwwLDAsMy4wNy0yLjQ4SDM3LjI0WiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTQ2LjIxLDUwLjQ2bDIuNDksMy40M0EzMSwzMSwwLDAsMCw1OS4zNywzOC4xMUg1Ni4yNkEyOC4xMSwyOC4xMSwwLDAsMSw0Ni4yMSw1MC40NloiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0xNS4xMSw3LjY1LDEyLjYxLDQuMjJBMjkuMjMsMjkuMjMsMCwwLDAsMS4xOSwxOC43bDQsMS4yOUEyNS40MiwyNS40MiwwLDAsMSwxNS4xMSw3LjY1WiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTI0LjkyLDIxLjE2bC0yLjQxLTMuMzFhMTEuNjIsMTEuNjIsMCwwLDAtNC40MSw0LjM5aDUuMTdBNi43MSw2LjcxLDAsMCwxLDI0LjkyLDIxLjE2WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEzLjMyLDIyLjI0QTE2LjE1LDE2LjE1LDAsMCwxLDIwLDE0LjM3TDE3LjU0LDExQTIxLDIxLDAsMCwwLDkuMjIsMjEuMzFsMi44NS45M1oiLz48cGF0aCBjbGFzcz0iY2xzLTYiIGQ9Ik0zMS4wOSw1NS4xNmwtMS4xNywwdjQuNzNsMS4xNywwYTI4LjQ5LDI4LjQ5LDAsMCwwLDE3LjYxLTZsLTIuNDktMy40M0EyNi43MywyNi43MywwLDAsMSwzMS4wOSw1NS4xNloiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zMSwzOC43M2MtLjM3LDAtLjcyLDAtMS4wNywwVjQyLjhjLjM4LDAsLjc3LDAsMS4xNywwQTE1LDE1LDAsMCwwLDM5LDQwLjU5bC0xLjgtMi40OEgzNC42OEExMS4xOCwxMS4xOCwwLDAsMSwzMSwzOC43M1oiLz48cGF0aCBjbGFzcz0iY2xzLTciIGQ9Ik0zMS4wOSw0Ni45NGwtMS4xNywwVjUxbDEuMTcsMGEyMy4xNywyMy4xNywwLDAsMCwxMi43OS0zLjc5bC0yLjQ3LTMuNDFBMTguNiwxOC42LDAsMCwxLDMxLjA5LDQ2Ljk0WiIvPjxwYXRoIGNsYXNzPSJjbHMtOCIgZD0iTTQuNzUsMzguMTFILjM5YTI5LjcxLDI5LjcxLDAsMCwwLDExLDE1LjQ3TDEzLjkzLDUwQTI0LjY5LDI0LjY5LDAsMCwxLDQuNzUsMzguMTFaIi8+PHBhdGggY2xhc3M9ImNscy05IiBkPSJNMTkuNDYsMzguMTFhMTMuNDMsMTMuNDMsMCwwLDAsMS44OSwxLjcybDEuMjUtMS43MloiLz48cGF0aCBjbGFzcz0iY2xzLTciIGQ9Ik0xNC4xOCwzOC4xMUg5LjM2YTIwLjk0LDIwLjk0LDAsMCwwLDcsOC41NGwyLjQ3LTMuNDFBMTcuMiwxNy4yLDAsMCwxLDE0LjE4LDM4LjExWiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI3LjI5LDEyLjQzYTIxLjgzLDIxLjgzLDAsMCwxLDIuNjMuMTZWOC40MmEyNS40MywyNS40MywwLDAsMC0yLjYzLS4xNEExOC4yNywxOC4yNywwLDAsMCwxNy41NCwxMUwyMCwxNC4zN0ExNC4zMywxNC4zMywwLDAsMSwyNy4yOSwxMi40M1oiLz48cGF0aCBjbGFzcz0iY2xzLTEwIiBkPSJNMjcuMjksNC4xNHExLjM2LDAsMi42My4xMlYuMUwyNy4yOSwwQTI2LjgzLDI2LjgzLDAsMCwwLDEyLjYxLDQuMjJsMi40OSwzLjQzQTIyLjUyLDIyLjUyLDAsMCwxLDI3LjI5LDQuMTRaIi8+PHBhdGggY2xhc3M9ImNscy05IiBkPSJNMjcuMjksMGwyLjYzLjFRMjguNjQsMCwyNy4yOSwwWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI3LjY1LDIwLjU2YTksOSwwLDAsMSwyLjI3LjI4di00LjFhMTUsMTUsMCwwLDAtMi4yOS0uMTcsMTAuNTMsMTAuNTMsMCwwLDAtNS4xMSwxLjI4bDIuNDEsMy4zMUE2LjQzLDYuNDMsMCwwLDEsMjcuNjUsMjAuNTZaIi8+PHBhdGggY2xhc3M9ImNscy01IiBkPSJNOS4yMiwyMS4zMXEtLjE4LjQ2LS4zNC45M2gzLjE5WiIvPjxwYXRoIGNsYXNzPSJjbHMtNiIgZD0iTTUuMTcsMjBsLTQtMS4yOUEzMS44OSwzMS44OSwwLDAsMCwuMSwyMi4yNEg0LjQxUTQuNzQsMjEuMSw1LjE3LDIwWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEzLjkzLDUwbC0yLjU3LDMuNTNhMzMsMzMsMCwwLDAsMTguNTYsNi4yOVY1NS4xNEEyOS4zNSwyOS4zNSwwLDAsMSwxMy45Myw1MFoiLz48cGF0aCBjbGFzcz0iY2xzLTciIGQ9Ik0yNy4xLDM4LjExSDIyLjZsLTEuMjUsMS43MmExNS41NiwxNS41NiwwLDAsMCw4LjU3LDNWMzguNjhBMTEuNTUsMTEuNTUsMCwwLDEsMjcuMSwzOC4xMVoiLz48cGF0aCBjbGFzcz0iY2xzLTEwIiBkPSJNMTguODcsNDMuMjQsMTYuNCw0Ni42NEEyNC43NiwyNC43NiwwLDAsMCwyOS45Miw1MVY0Ni45MkEyMC4xNiwyMC4xNiwwLDAsMSwxOC44Nyw0My4yNFoiLz48cGF0aCBjbGFzcz0iY2xzLTEwIiBkPSJNNTguODQsMTguNjRsLTEuMzcuNDVxLjQxLDEuNTkuNjUsMy4xNWgxLjc2QTMyLDMyLDAsMCwwLDU4Ljg0LDE4LjY0WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTUwLjQsMjIuMjRoNC4yOHEtLjE4LTEuMDUtLjQ0LTIuMWwtNCwxLjMxUTUwLjMyLDIxLjg0LDUwLjQsMjIuMjRaIi8+PHBhdGggY2xhc3M9ImNscy01IiBkPSJNNTAuMjIsMjEuNDRsNC0xLjMxQTI2LjUyLDI2LjUyLDAsMCwwLDQ1LjcyLDYuM0w0My4yLDkuNzZBMjIuNTYsMjIuNTYsMCwwLDEsNTAuMjIsMjEuNDRaIi8+PHBhdGggY2xhc3M9ImNscy03IiBkPSJNNTEuNjksNi44MWEzOC40NSwzOC40NSwwLDAsMSw1Ljc3LDEyLjI4bDEuMzctLjQ1QTM1LjA4LDM1LjA4LDAsMCwwLDUxLjY5LDYuODFaIi8+PHBhdGggY2xhc3M9ImNscy04IiBkPSJNMzcuNzYsMjIuMjRBOS40MSw5LjQxLDAsMCwwLDM2LDE5LjY5bC0xLjg1LDIuNTRaIi8+PHBhdGggY2xhc3M9ImNscy0xMCIgZD0iTTQyLjExLDIyLjI0aDQuMTVBMTgsMTgsMCwwLDAsNDAuODIsMTNsLTIuMzcsMy4yNkExMy4wNywxMy4wNywwLDAsMSw0Mi4xMSwyMi4yNFoiLz48cGF0aCBjbGFzcz0iY2xzLTciIGQ9Ik0yOS45Mi4xVjQuMjZBMjMsMjMsMCwwLDEsNDMuMiw5Ljc2TDQ1LjcyLDYuM0EyNy4xOCwyNy4xOCwwLDAsMCwyOS45Mi4xWiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMyLjY0LDIyLjI0aDEuNUwzNiwxOS42OWExMC41OSwxMC41OSwwLDAsMC02LjA2LTN2NC4xQTYuNjQsNi42NCwwLDAsMSwzMi42NCwyMi4yNFoiLz48cGF0aCBjbGFzcz0iY2xzLTgiIGQ9Ik0zOC40NSwxNi4yOSw0MC44MiwxM2ExOSwxOSwwLDAsMC0xMC45LTQuNjF2NC4xNkExNC45NCwxNC45NCwwLDAsMSwzOC40NSwxNi4yOVoiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik03LjMsMzMuMWEzLjUzLDMuNTMsMCwwLDEtMy41MSwyLjQzQzEuNTMsMzUuNTMsMCwzMy44LDAsMzEuMjJzMS41OC00LjQsMy44My00LjRhMy4zNSwzLjM1LDAsMCwxLDMuMTcsMiw1Ljc0LDUuNzQsMCwwLDEsLjQ1LDIuNDdoLTZhMy45LDMuOSwwLDAsMCwuMzQsMS45MywyLjM4LDIuMzgsMCwwLDAsMi4xMiwxLjI2LDIuMzEsMi4zMSwwLDAsMCwxLjc4LS44MSwzLjE4LDMuMTgsMCwwLDAsLjQ1LS44MlpNNiwzMC4zM2EyLjU5LDIuNTksMCwwLDAtLjQ3LTEuNjUsMiwyLDAsMCwwLTEuNzUtLjg3LDIuMTksMi4xOSwwLDAsMC0xLjc1Ljg2LDIuODEsMi44MSwwLDAsMC0uNTksMS42NloiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0xMi4yNywzNS4zMUgxMC45M0w4LDI3SDkuNGwyLjMsNi43M0wxNCwyN2gxLjE0WiIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTIyLjkyLDMzLjFhMy41MywzLjUzLDAsMCwxLTMuNTEsMi40M2MtMi4yNywwLTMuNzktMS43My0zLjc5LTQuMzFzMS41OC00LjQsMy44My00LjRhMy4zNSwzLjM1LDAsMCwxLDMuMTcsMiw1Ljc0LDUuNzQsMCwwLDEsLjQ1LDIuNDdIMTdhMy45LDMuOSwwLDAsMCwuMzQsMS45MywyLjM4LDIuMzgsMCwwLDAsMi4xMiwxLjI2LDIuMzEsMi4zMSwwLDAsMCwxLjc4LS44MSwzLjE4LDMuMTgsMCwwLDAsLjQ1LS44MlptLTEuMjYtMi43N2EyLjU5LDIuNTksMCwwLDAtLjQ3LTEuNjUsMiwyLDAsMCwwLTEuNzUtLjg3LDIuMTksMi4xOSwwLDAsMC0xLjc1Ljg2LDIuODEsMi44MSwwLDAsMC0uNTksMS42NloiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0zNy41LDM1LjQ1YTcuMjIsNy4yMiwwLDAsMS0xLjIxLjFjLTEuNTgsMC0yLjM4LS44NC0yLjM4LTIuNTJWMjhIMzIuNDVWMjdoMS40NkwzNCwyNWgxLjIxVjI3SDM3djFIMzUuMTd2NS4xOWExLjE3LDEuMTcsMCwwLDAsMS4zNCwxLjI5LDQuNjksNC42OSwwLDAsMCwxLS4xWiIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMzguNzUiIHk9IjI0Ljk1IiB3aWR0aD0iMS4zOSIgaGVpZ2h0PSIxLjQzIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIzOC44IiB5PSIyOC4wNiIgd2lkdGg9IjEuMjkiIGhlaWdodD0iNy4yNiIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTQ1LjcsMzUuMzFINDQuMzZMNDEuNCwyN2gxLjQzbDIuMyw2LjczTDQ3LjQxLDI3aDEuMTRaIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNNTguNDQsMzUuMzFWMjVoMS4yOVYzNS4zMVoiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik01Ni4xOCwzMy43VjMwLjE5YTMuODEsMy44MSwwLDAsMC0uNTUtMi40MiwzLDMsMCwwLDAtMi41Ny0xLDQuMTUsNC4xNSwwLDAsMC0zLjA3LDEsMi4xNCwyLjE0LDAsMCwwLS42MiwxLjI5SDUwLjZjLjI3LS44NywxLTEuMjksMi4yMy0xLjI5LDEsMCwxLjcuMzQsMS45MywxYTMuNDQsMy40NCwwLDAsMSwuMTcsMS40M2wtMS4wNywwYTcuMzYsNy4zNiwwLDAsMC0zLjI2LjU3QTIuNTMsMi41MywwLDAsMCw1MiwzNS41M2EyLjkyLDIuOTIsMCwwLDAsMi45LTEuNzEsOS45LDkuOSwwLDAsMCwuMTUsMS40OWgxLjI4QTYuMDcsNi4wNywwLDAsMSw1Ni4xOCwzMy43Wm0tMy44Ni44NGMtMS4wOSwwLTEuOC0uNTctMS44LTEuNDgsMC0xLjIzLDEuMTgtMS45MywzLjIyLTEuOTNsMS4xOSwwLDAsLjU0QTIuNzIsMi43MiwwLDAsMSw1Mi4zMSwzNC41NFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTExIiBwb2ludHM9IjI0LjgyIDI3Ljk5IDI2LjIxIDI5LjkgMjYuMjEgMjkuOSAyNC44MiAyNy45OSAyNC44MiAyNy45OSIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMTEiIHBvaW50cz0iMjQuODIgMzEuNTYgMjYuMTEgMzEuOTggMjYuMTEgMzEuOTggMjQuODIgMzEuNTYgMjQuODIgMzEuNTYiLz48cGF0aCBjbGFzcz0iY2xzLTYiIGQ9Ik0yNC44MiwzMS41NmwxLjI5LjQyVjMwLjc2YTMuNjcsMy42NywwLDAsMSwuMS0uODZMMjQuODIsMjhaIi8+PHBvbHlnb24gY2xhc3M9ImNscy04IiBwb2ludHM9IjMwLjE0IDMzLjI5IDMwLjE0IDM1LjMxIDMwLjE0IDM1LjMxIDMxLjM1IDM1LjMxIDMxLjM1IDMzLjY4IDMwLjE0IDMzLjI5Ii8+PHBhdGggY2xhc3M9ImNscy01IiBkPSJNMjYsMjguNTdWMjdIMjQuODJWMjhsMS4zOSwxLjkyYTIuMzksMi4zOSwwLDAsMSwyLTJWMjYuODRDMjcuMzUsMjYuOTUsMjYuNzYsMjcuNDMsMjYsMjguNTdaIi8+PHBhdGggY2xhc3M9ImNscy03IiBkPSJNMzEuMzUsMzAuNTNhNy40NSw3LjQ1LDAsMCwwLS4xNy0xLjk1bC0xLDEuNDN2MmwxLjIxLS4zOVoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEyIiBwb2ludHM9IjMwLjE0IDM1LjMxIDMwLjE0IDM1LjMxIDMwLjE0IDM1LjMxIDMwLjE0IDM1LjMxIi8+PHBvbHlnb24gY2xhc3M9ImNscy01IiBwb2ludHM9IjMxLjM1IDMzLjY4IDMwLjE0IDMzLjI5IDMwLjE0IDMzLjI5IDMxLjM1IDMzLjY4IDMxLjM1IDMzLjY4Ii8+PHBvbHlnb24gY2xhc3M9ImNscy01IiBwb2ludHM9IjMxLjM1IDMxLjY0IDMwLjE0IDMyLjAzIDMwLjE0IDMzLjI5IDMxLjM1IDMzLjY4IDMxLjM1IDMxLjY0Ii8+PHBhdGggY2xhc3M9ImNscy04IiBkPSJNMzEuMDgsMjguMzFhMi42MiwyLjYyLDAsMCwwLTIuNDUtMS40OWwtLjQyLDB2MS4wOWguMThjMS4xNCwwLDEuNzUuNzEsMS43NSwyLjA2djBsMS0xLjQzQTIuMSwyLjEsMCwwLDAsMzEuMDgsMjguMzFaIi8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjI0LjgyIDMzLjc2IDI2LjExIDMzLjM0IDI2LjExIDMxLjk4IDI0LjgyIDMxLjU2IDI0LjgyIDMzLjc2Ii8+PHBvbHlnb24gY2xhc3M9ImNscy04IiBwb2ludHM9IjI0LjgyIDM1LjMxIDI2LjExIDM1LjMxIDI2LjExIDMzLjM0IDI0LjgyIDMzLjc2IDI0LjgyIDM1LjMxIi8+PGxpbmUgY2xhc3M9ImNscy0xMSIgeDE9IjMxLjM1IiB5MT0iMzMuNjgiIHgyPSIzMC4xNCIgeTI9IjMzLjI5Ii8+PC9nPjwvZz48L3N2Zz4=) !important
    }

    .news-list_section .container {
        width: 90%
    }

    .content_section .content-middle_box {
        margin: 0 2vw 2vh 2vw
    }

    .perex_box, .prod-desc_box .perex_box {
        margin: 0 3vw 3vh 3vw;
        text-align: center
    }

    .content_section .pricing_placeholder {
        height: 184px
    }

    .pricing_section .pricing_box {
        margin-top: 0;
        margin-bottom: 4vh
    }

    .pricing_section .row .col-sm-4:nth-of-type(1) .pricing_box {
        margin-top: -206px
    }

    .pricing_section .pricing_box .top_box {
        height: 206px
    }

    .stats_container .stat-item_box p {
        font-size: 1.625rem
    }

    .stats_container .stat-item_box p strong {
        font-size: 3.25rem
    }

    .news_container.home h2 {
        font-size: 3.25rem
    }

    .content_section p {
        margin-bottom: 2rem
    }

    .prod-top_box .a_demo {
        margin-left: 0
    }

    .prod-top_box h1 {
        line-height: 3.85rem !important
    }

    .prod-top_box .text_box .text-row .headline-text-wrapper span, .prod-top_box .text_box .text-row a span {
        line-height: 3.85rem;
        height: 46px
    }

    .prod-desc_box .stats_container .stat-item_box {
        margin-bottom: 3vh
    }

    .testimonials_section .testimonials_container .testimonial_box blockquote {
        height: 115px
    }

    .big-word, .paging-fix {
        display: none
    }

    #clients-map-home, .clients-map_box .client_popup, .clients-map_box p.p_legend {
        display: none
    }

    .clients-map_box {
        border-bottom: 1px solid #eaeaea
    }

    .clients-map_box .stats_container {
        right: 12vw;
        text-align: center
    }

    .clients-map_box .stats_container > .block {
        width: 100%
    }

    .clients-map_box .stats_container .block .stat-item_box:nth-of-type(1) p strong {
        line-height: 4rem
    }

    .clients-map_box .clients-list_container {
        width: 100%
    }

    .clients-map_box .clients-list_container .overflow_box {
        padding-right: 12vw
    }

    .clients-map_box .clients-list_container ul.ul_list li a h5 {
        font-size: 1.325rem
    }

    .team_list .team_box figure {
        width: 100px;
        height: 100px
    }

    .link-top_box, .navigation_section .col-nav .ul_links, .socials {
        display: none
    }

    .navigation_section .col-nav .users-top_box a.a_login {
        display: none
    }

    .navigation_section .col-nav .users-top_box:before {
        width: 0
    }

    .contact_section .col-contact .ul_socials li a {
        font-size: 1.25rem
    }

    .contact_section .col-contact p a {
        font-size: 32px;
        font-size: 2rem
    }

    .foot h6 {
        font-size: 20px;
        font-size: 1.66rem;
        line-height: 2rem;
        margin-bottom: .4rem
    }

    .foot ul {
        font-size: 14px;
        font-size: 1.16rem;
        margin-bottom: 1.3rem
    }

    .foot p {
        margin-bottom: 1.3rem;
        font-size: 14px;
        font-size: 1.16rem;
        line-height: 1.5rem
    }

    .foot .ul_soc li {
        margin-bottom: 14px
    }

    .foot .author_box {
        text-align: left !important
    }

    .logos_container figure img {
        max-width: 70%
    }

    .faq_box .collapse-header, .faq_box .collapse-header p {
        font-size: 20px
    }

    .app-author_box .row, .app-pricing_box .row {
        display: block
    }

    .app-pricing_box .price-col {
        margin-bottom: 3rem
    }

    .app-author_box .author_box .author__img {
        height: 200px
    }

    .app-author_box .author_box .author__img img {
        margin-left: 0
    }

    .app-screens_box {
        padding-top: 40px;
        padding-bottom: 34px
    }

    .app-features_box {
        padding-top: 40px
    }

    .app-features_box .feature-desc_box .item.active {
        margin-left: 16px
    }

    .app-features_box .feature-desc_box .item.active:before {
        transform: translateX(-16px)
    }

    .app-features_box .feature-desc_box .item h5 {
        min-height: 1rem
    }

    .app-pricing_box {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .app-references_box {
        padding-top: 40px
    }

    .app-faq_box {
        padding-top: 40px
    }

    .app-author_box {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .prod-top_box .bg .img-hand {
        display: none
    }

    .domino_container .domino_box .domino_text h2 {
        font-size: calc(30px + 10 * ((100vw - 668px) / 325));
        line-height: calc(40px + 10 * ((100vw - 668px) / 325))
    }

    .domino_container .domino_box .domino_text h3 {
        font-size: calc(20px + 6 * ((100vw - 668px) / 325));
        line-height: calc(30px + 8 * ((100vw - 668px) / 325))
    }

    .domino_container .domino_box .domino_text h4 {
        font-size: calc(18px + 4 * ((100vw - 668px) / 325));
        line-height: calc(28px + 4 * ((100vw - 668px) / 325))
    }

    .domino_container .domino_box .domino_text blockquote, .domino_container .domino_box .domino_text p {
        font-size: calc(14px + 1 * ((100vw - 668px) / 325));
        line-height: calc(20px + 2 * ((100vw - 668px) / 325))
    }

    .pricing-new_section .pricing-switches_container .product-type-switch_container {
        width: 100%
    }

    .pricing-new_section .pricing-new_box .bg_box, .pricing-new_section .pricing-new_box .bg_box .center-box {
        height: auto
    }

    .pricing-new_section .pricing-new_box .bg_box {
        padding: 14px 0
    }

    .pricing-new_section .same-box-height {
        padding-top: 20px
    }

    .news-det_container .share_box {
        padding: 30px 0;
        margin: 0 15px
    }

    .news-det_container .news-content_box .quote .ico {
        width: 66px;
        height: 60px
    }
}

@media (max-width: 500px) {
    .content_section .pricing_placeholder {
        height: 160px
    }

    .clients-map_box.mobile {
        overflow: hidden
    }

    .clients-map_box {
        height: 570px
    }

    .clients-map_box .stats_container {
        position: static;
        margin-top: 50px;
        top: auto;
        display: block
    }

    .clients-map_box .stats_container .stat-item_box {
        height: 80px
    }

    .app-features_box .feature-desc_box {
        width: 100%
    }

    .app-features_box .feature-desc_box.right-col {
        float: left
    }

    .domino_container .domino_box .domino_label {
        margin-bottom: 20px
    }

    .pricing-new_section .pricing-switches_container .product-type-switch_container {
        width: 266px
    }

    .pricing-new_section .pricing-switches_container .product-type-switch_container label.label {
        font-size: 1.25rem
    }

    .faq_box .collapse-header, .faq_box .collapse-header p {
        font-size: 1.25rem
    }

    .news-det_container .news-content_box .quote .ico {
        left: 0;
        top: 12px
    }

    .prod-top_box .text_box {
        width: 96vw;
        margin-left: 2vw
    }

    .prod-top_box h1 .headline-text-wrapper {
        font-size: 32px;
        font-size: 2rem
    }
}

@media (max-height: 700px) {
    .navigation_section .col-nav nav > ul > li {
        font-size: 30px;
        font-size: 1.5rem;
        line-height: 2rem;
        padding: 1vh 0
    }

    .clients-map_box {
        min-height: 460px
    }

    .clients-map_box .stats_container .stat-item_box {
        height: 80px
    }

    .app-author_box .heading_box, .heading_box {
        margin-bottom: 1vh
    }

    .heading_box h1 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 40px;
        line-height: 2.5rem !important
    }

    .content_section h2, .features_section h2, .heading_box h1.top-level {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 36px;
        line-height: 2.25rem !important
    }

    .heading_box h2.top-level {
        font-size: 1.25rem;
        line-height: 1.75rem !important
    }

    .app-author_box .author_box .perex_box p, .app-screens_box .perex_box p, .perex_box p {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 36px;
        line-height: 2.25rem
    }

    .features-list_section .col-content h3 {
        font-size: 1.25rem;
        line-height: 1.75rem !important
    }

    .form input, .form textarea {
        font-size: 14px;
        font-size: .875rem;
        line-height: 20px;
        line-height: 1.25rem;
        padding: 3px 10px;
        height: 36px
    }

    .form textarea {
        height: 36px
    }

    .demo_section .col-form {
        padding-top: 11vh
    }

    .demo_section.cols-50 .col-left .center_box {
        margin-right: 1vw
    }

    .navigation_section .col-nav .ul_links {
        right: 6vw
    }

    .features-list_section .col-content .heading_box {
        margin-bottom: 1vh
    }

    .contact_section .col-contact p {
        margin-bottom: 2vh;
        line-height: 3rem
    }

    .features-list_section .col-content {
        padding-top: calc(50px + 5vh)
    }

    .features-list_section .col-content ul {
        margin-bottom: .8rem
    }

    .features-list_section .col-content ul li {
        line-height: 1.5rem;
        font-size: .93rem
    }

    .features-list_section .col-list .slimScrollDiv .customScroll {
        padding-top: calc(65px + 5vh)
    }

    .features-list_section .col-list .heading_box {
        margin-bottom: 3vh
    }

    .features-list_section .col-list .list_container ul {
        margin-bottom: 3vh
    }

    .features-list_section .col-list .list_container ul li {
        margin-bottom: 0;
        line-height: 1.8rem
    }

    .features-list_section .col-list .list_container ul li a {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem
    }

    .features-list_section .col-list .list_container ul li.feature-parent a {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 24px;
        line-height: 1.5rem
    }

    .app-screens_box {
        padding-top: 40px;
        padding-bottom: 34px
    }

    .app-screens_box .screens_box .screen.screen-01 {
        top: -30px;
        width: 260px
    }

    .app-features_box {
        padding-top: 40px
    }

    .app-pricing_box {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .app-references_box {
        padding-top: 40px
    }

    .app-faq_box {
        padding-top: 40px
    }

    .app-author_box {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (max-width: 360px) {
    .heading_box h1, .prod-top_box h1 {
        line-height: 40px;
        line-height: 2.5rem !important
    }

    .prod-top_box h1 .headline-text-wrapper {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media (min-height: 751px) {
    .hp-why_container .button, .hp-why_container .col-01:after, .hp-why_container .col-02:after, .hp-why_container .col-03:after {
        display: none
    }
}

@media (max-height: 750px) {
    .hp-why_container.open .button, .hp-why_container.open .col-01:after, .hp-why_container.open .col-02:after, .hp-why_container.open .col-03:after {
        display: none
    }
}

@media (max-height: 500px) {
    .navigation_section .col-nav nav > ul {
        margin-top: 30px
    }

    .navigation_section .col-nav nav > ul > li {
        padding: .7vh 0
    }
}

@media (min-width: 1900px) {
    .hp-why_container > div {
        padding-top: 15vh
    }

    .hp-why_container ul li {
        margin-bottom: 2rem
    }
}

.news_container .news_box .thumb {
    height: 189px
}

.news-det_container .top-img_box {
    min-height: 600px
}

.news-det_container .img_cover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.news_container .news_box .author img {
    width: 100%
}

#clients-map-home, #contact-map {
    height: 100%
}

.features-list_section .col-content h3 em {
    margin-right: 14px;
    font-size: 3.75rem
}

.features-list_section .col-content h3 em:before {
    vertical-align: middle
}

#infobox1 img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    position: absolute
}

.features-list_section .slimScrollDiv .slimScrollBar, .testimonials-list_section .slimScrollDiv .slimScrollBar {
    visibility: hidden
}

.pricing_section .pricing_box .desc_box .subbox.select_box select option {
    color: #000
}

.form .form-control-error label {
    color: #dc6c69
}

.form .form-control-error input, .form .form-control-error textarea {
    border-color: #dc6c69
}

.form-error-message {
    display: none
}

.ri-grid-company {
    height: 450px;
    margin: 30px auto 30px
}

.features-parent_section, .features-sub_section {
    padding-top: 18px
}

.owl-carousel-company {
    height: 210px
}

.foot ul.ul_soc li a {
    color: #fff
}

#clients-map-home #markerLayer div img {
    transform: scale(0);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

#clients-map-home #markerLayer div img.ready {
    transform: scale(1)
}

#clients-map-home.markers-loaded #markerLayer div img {
    transform: scale(1)
}

#clients-map-home .cluster div, #clients-map-home .cluster img {
    transform: scale(0);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

#clients-map-home .cluster.ready div, #clients-map-home .cluster.ready img {
    transform: scale(1)
}

#clients-map-home.markers-loaded .cluster div, #clients-map-home.markers-loaded .cluster img {
    transform: scale(1)
}

.lang_trigger {
    position: fixed;
    top: 5vh;
    right: calc(12% + 80px);
    width: 58px;
    line-height: 58px;
    z-index: 100;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    box-sizing: border-box;
    padding-left: 17px
}

.dd-lang {
    display: none;
    position: fixed;
    top: calc(5vh + 58px);
    right: calc(12% + 80px);
    width: 58px;
    line-height: 28px;
    z-index: 100;
    color: #fff;
    font-size: 16px;
    background: rgba(0, 0, 0, .9);
    box-sizing: border-box;
    padding: 10px 0 10px 17px
}

.dd-lang:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: rgba(0, 0, 0, .9);
    border-width: 10px;
    margin-left: -10px
}

.dd-lang li {
    list-style: none
}

.dd-lang li a {
    color: #fff
}

.lang_trigger.lang-dark {
    color: #181c1e
}

.menu-open .lang_trigger {
    color: #fff !important
}

@media (max-width: 1500px) {
    .lang_trigger {
        right: calc(8% + 80px)
    }

    .dd-lang {
        right: calc(8% + 80px)
    }
}

@media (max-width: 1199px) {
    .lang_trigger {
        right: calc(5% + 80px)
    }

    .dd-lang {
        right: calc(5% + 80px)
    }
}

@media (max-width: 767px) {
    .lang_trigger {
        top: -1px;
        color: #000
    }

    .dd-lang {
        top: 66px
    }
}

.news-category .container {
    width: 100%;
    max-width: 1130px;
    padding-left: 15px;
    padding-right: 15px
}

.nav {
    display: flex
}

.navbar {
    list-style: none;
    display: flex;
    margin-right: auto
}

.navbar li {
    margin-right: 3rem
}

.navbar li a {
    color: #181c1e;
    font-family: montserratbold;
    font-size: 1rem;
    letter-spacing: .8px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: all .3s
}

.navbar li a:hover, .navbar li.active a {
    text-decoration: none;
    border-bottom: 2px solid #181c1e
}

.nav .socials {
    display: flex;
    margin-left: auto
}

.nav .socials .name {
    font-family: montserratbold;
    font-size: 1rem;
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-right: 1rem;
    color: #181c1e
}

.nav .socials .icons {
    list-style: none;
    display: flex;
    color: #181c1e;
    font-size: 1.38rem;
    font-weight: 400;
    line-height: 1.27
}

.nav .socials .icons li {
    margin-left: .625rem;
    margin-right: .625rem
}

.nav .socials .icons li a {
    color: #181c1e;
    transition: all .3s
}

.nav .socials .icons li a:hover {
    color: #223f84
}

@media (max-width: 640px) {
    .nav {
        flex-direction: column
    }

    .navbar {
        margin: 0;
        flex-wrap: wrap
    }

    .navbar li {
        margin-right: 1.6rem
    }

    .navbar li a {
        letter-spacing: .3px
    }

    .nav .socials {
        margin: 0;
        margin-top: 1rem
    }
}

.news-items {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.5rem
}

.news-item {
    padding: 15px;
    width: 33.33%;
    box-sizing: border-box
}

.news-item .content {
    position: relative;
    padding-top: 12.5rem
}

.news-item .content::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
    background-color: #fff;
    transition: all .3s
}

.news-item .content:hover::after {
    left: -10px;
    top: -10px;
    right: -10px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .12)
}

.news-item .content:hover .image {
    left: -10px;
    right: -10px
}

.news-item h2 {
    margin-bottom: .5rem;
    height: 4.5rem;
    overflow: hidden
}

.news-item h2 a {
    color: #223f84;
    font-family: "Open Sans";
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.56;
    border-bottom: 1px solid #bdc6da;
    transition: .3s all
}

.news-item h2 a:hover {
    text-decoration: none;
    border-bottom: 1px solid #223f84
}

.news-item .image {
    position: absolute;
    height: 12.5rem;
    z-index: 3;
    transition: .3s all;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.news-item .image a {
    position: relative;
    display: block;
    top: 0;
    height: 100%
}

.news-item .image img {
    position: absolute;
    bottom: 0
}

.news-item .text {
    padding: 10px 30px;
    position: relative;
    z-index: 3
}

.news-item .heading {
    height: 8.75rem
}

.news-item .date {
    color: #9b9b9b;
    font-family: montserratbold;
    font-size: .88rem;
    font-weight: 400;
    line-height: 2
}

.news-item p {
    margin-bottom: 1.3rem
}

.news-item .location::before {
    left: 0
}

.news-item .location {
    padding-left: 1rem
}

.load-more {
    display: flex;
    justify-content: center;
    margin-top: 3.25em
}

@media (max-width: 1025px) {
    .news-item .image img {
        width: auto;
        min-width: 100%;
        min-height: 100%
    }

    .news-item .content:hover .image {
        left: 0;
        right: 0
    }

    .news-item .content:hover::after {
        top: 0;
        right: 0;
        left: 0
    }
}

@media (max-width: 991px) {
    .news-items .news-item:nth-of-type(odd) {
        display: flex;
        justify-content: flex-end
    }

    .news-items .news-item:nth-of-type(even) {
        display: flex;
        justify-content: flex-start
    }

    .news-item {
        width: 50%
    }

    .news-item .content {
        max-width: 346px;
        width: 100%
    }
}

@media (max-width: 575px) {
    .news-item {
        width: 100%
    }

    .news-items .news-item:nth-of-type(odd) {
        justify-content: center
    }

    .news-items .news-item:nth-of-type(even) {
        justify-content: center
    }
}

.row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.row.row-flex:after, .row.row-flex:before {
    display: none
}

.pricing .heading_box {
    height: auto
}

.pricing .heading_box h1 {
    color: #181c1e;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.6 !important
}

.pricing .heading_box .perex p {
    color: #000;
    font-family: Cabin;
    font-size: 32px;
    line-height: 1.6;
    text-transform: none;
    font-weight: 400
}

.blue-box {
    width: 100%;
    border-radius: 10px
}

.blue-box-left {
    background-color: #203d86;
    border-radius: 10px 0 0 10px;
    padding: 22px 40px
}

.blue-box-right {
    border-radius: 0 10px 10px 0;
    background-color: #069bdb
}

.blue-box-left h2 {
    color: #fff;
    font-family: montserratbold;
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 10px
}

.blue-box-left p {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    max-width: 300px
}

.btn-blue-radius {
    display: inline-block;
    border-radius: 10px;
    background-color: #1c9cd8;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    font-family: montserratbold;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .7px;
    transition: all .3s
}

.btn-blue-radius:hover {
    background-color: #fff;
    color: #069bdb;
    text-decoration: none
}

.blue-box-left .btn {
    margin-top: 27px
}

.blue-box-left {
    position: relative
}

.blue-box-left .or {
    position: absolute;
    z-index: 2;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    background-color: #203d86;
    border-radius: 50%
}

.btn-blue-radius span {
    text-transform: uppercase
}

.blue-box-right {
    padding: 30px
}

.blue-box-right h2 {
    color: #fff;
    font-family: montserratbold;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px
}

.blue-box-right .btn {
    margin-bottom: 17px
}

.blue-box-right p {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    max-width: 310px;
    margin-bottom: 15px
}

.btn-blue-reverse {
    display: inline-block;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, .2);
    color: #fff;
    font-family: montserratbold;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .7px;
    text-transform: uppercase;
    padding-left: 16px;
    padding-right: 23px;
    padding-top: 6px;
    padding-bottom: 6px;
    transition: all .3s
}

.btn-blue-reverse:hover {
    background-color: #28ade8;
    border: 2px solid #28ade8;
    text-decoration: none
}

.blue-box-right .light-info p {
    color: rgba(255, 255, 255, .38);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.pricing .blue-box {
    margin-bottom: 35px
}

.pricing .blue-box > .row {
    margin-left: 0;
    margin-right: 0
}

.pricing h3 {
    color: #1e3a88;
    font-family: montserratbold;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.88;
    margin-bottom: 20px
}

.pricing .grey-box {
    margin-top: 25px;
    margin-bottom: 65px
}

.list-box {
    border-radius: 10px 0 0 10px;
    background-color: #fff7e8;
    display: flex;
    margin-bottom: 16px;
    transition: all .3s
}

.list-box:hover {
    background-color: rgba(255, 247, 232, .5)
}

.list-box .list-heading {
    border-radius: 10px 0 0 10px;
    transition: all .3s
}

.list-box .list-heading:hover {
    margin-left: -10px;
    width: 217px
}

.list-box.orange {
    background-color: #fff2ed
}

.list-box.orange:hover {
    background-color: rgba(255, 242, 237, .5)
}

.list-box.orange .list-heading {
    background-color: #ff4a00
}

.list-box.orange .list-body ul li::before {
    background: url(../images/check-orange.svg) no-repeat top center
}

.list-box.pink {
    background-color: #fff4fa
}

.list-box.pink:hover {
    background-color: rgba(255, 244, 250, .5)
}

.list-box.pink .list-heading {
    background-color: #f0047f
}

.list-box.pink .list-body ul li::before {
    background: url(../images/check-pink.svg) no-repeat top center
}

.list-box.purple {
    background-color: #fff7ff
}

.list-box.purple:hover {
    background-color: rgba(255, 247, 255, .5)
}

.list-box.purple .list-heading {
    background-color: #7d0e81
}

.list-box.purple .list-heading.small-title {
    padding-left: 14px;
    padding-right: 16px
}

.list-box.purple .list-heading.small-title h4 {
    font-size: 19px
}

.list-box.purple .list-body ul li::before {
    background: url(../images/check-purple.svg) no-repeat top center
}

.list-box.blue {
    background-color: #f5fdff
}

.list-box.blue:hover {
    background-color: rgba(245, 253, 255, .5)
}

.list-box.blue .list-heading {
    background-color: #01a0c6
}

.list-box.blue .list-body {
    background-color: rgba(245, 253, 255, .5)
}

.list-box.blue .list-body ul li::before {
    background: url(../images/check-blue.svg) no-repeat top center
}

.list-box.green {
    background-color: #f5fdff
}

.list-box.green:hover {
    background-color: rgba(245, 253, 255, .5)
}

.list-box.green .list-heading {
    background-color: #009d7f
}

.list-box.green .list-body ul li::before {
    background: url(../images/check-green.svg) no-repeat top center
}

.list-heading {
    padding: 25px 16px;
    width: 207px;
    background-color: #ffa600;
    box-sizing: border-box
}

.list-heading:hover {
    margin-left: -10px;
    width: 217px
}

.list-heading h4 {
    color: #fff;
    font-family: montserratbold;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 175px
}

.list-body {
    flex-grow: 2;
    padding: 22px 24px
}

.list-body ul {
    list-style: none
}

.list-body ul li {
    position: relative;
    color: #474747;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.375;
    padding-left: 30px
}

.list-body ul li::before {
    position: absolute;
    content: "";
    background: url(../images/check-yellow.svg) no-repeat top center;
    width: 17px;
    height: 14px;
    left: 0;
    top: 12px
}

.list-boxes p {
    color: #474747;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.7
}

.list-boxes .bottom-info {
    text-align: center
}

.grey-box {
    border-radius: 10px;
    background-color: #f5f5f5;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    padding-bottom: 30px;
    transition: all .3s
}

.grey-box:hover {
    background-color: rgba(245, 245, 245, .5)
}

.grey-box h3 {
    color: #000;
    font-family: Cabin;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 0
}

.grey-box p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.375;
    color: #474747
}

.grey-box p a {
    color: #1c9cd8;
    border-bottom: 1px solid rgba(28, 156, 216, .3);
    transition: all .3s
}

.grey-box p a:hover {
    border-bottom: 1px solid #1c9cd8;
    text-decoration: none
}

.extras {
    margin-top: 100px;
    text-align: center
}

.extras h2 {
    color: #181c1e;
    font-family: montserratbold;
    margin-bottom: 35px;
    font-size: 46px
}

.extras .perex p {
    color: #000;
    font-family: Cabin;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.6
}

.extras-item {
    text-align: left;
    margin-top: 55px
}

.extras-item h5 {
    color: #000;
    font-family: montserratbold;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    max-width: 285px;
    margin-bottom: 20px;
    line-height: 1.5
}

.extras-item p {
    color: #474747;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    max-width: 285px
}

.pricing .testimonials_section .heading_box h2 {
    color: #181c1e;
    font-family: montserratbold;
    font-size: 46px;
    font-weight: 700
}

.pricing .testimonials_section {
    margin-top: 150px
}

.pricing .testimonials_section .career_list.faq_list {
    overflow: hidden
}

.pricing .testimonials_section h3 {
    color: #000;
    font-family: Cabin;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 35px;
    margin-top: 35px
}

.faq_box .collapse-header p {
    transition: all .3s
}

.faq_box .collapse-header p:hover {
    color: #5ab9e5 !important
}

@media (max-width: 1199px) {
    .pricing .heading_box h1 {
        font-size: 46px
    }

    .pricing .heading_box .perex p {
        font-size: 26px
    }

    .blue-box-left h2 {
        font-size: 50px
    }

    .extras {
        margin-top: 50px
    }

    .extras h2 {
        font-size: 40px
    }

    .extras .perex p {
        font-size: 26px
    }

    .pricing .testimonials_section {
        margin-top: 70px
    }

    .pricing .testimonials_section .heading_box h2 {
        font-size: 40px
    }

    .pricing .testimonials_section h3 {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 28px
    }

    .pricing .faq_box .collapse-header {
        font-size: 20px
    }

    .pricing .faq_box {
        padding: 1.5vh 0 !important
    }
}

@media (max-width: 767px) {
    .pricing .heading_box h1 {
        font-size: 30px
    }

    .pricing .heading_box .perex p {
        font-size: 18px
    }

    .blue-box-left h2 {
        font-size: 30px;
        line-height: 1.2
    }

    .blue-box-left, .blue-box-right {
        padding: 20px;
        padding-bottom: 30px;
        margin-bottom: 20px;
        border-radius: 10px
    }

    .blue-box-right {
        padding-bottom: 20px
    }

    .blue-box-left .or {
        display: none
    }

    .blue-box-left h2, .blue-box-right h2 {
        margin-bottom: 5px
    }

    .blue-box-right .light-info p {
        margin-bottom: 0
    }

    .pricing .blue-box {
        margin-bottom: 15px
    }

    .pricing h3 {
        line-height: 1.4
    }

    .list-box {
        flex-wrap: wrap
    }

    .list-heading {
        padding: 20px 16px;
        width: 100%
    }

    .list-body {
        width: 100%
    }

    .list-box {
        border-radius: 10px
    }

    .extras h2 {
        font-size: 30px
    }

    .pricing .grey-box h3 {
        font-size: 26px;
        margin-bottom: 8px
    }

    .grey-box p {
        line-height: 1.6
    }

    .list-boxes p {
        line-height: 1.6
    }

    .extras h2 {
        margin-bottom: 20px
    }

    .extras .perex p {
        font-size: 18px
    }

    .extras {
        margin-top: 30px
    }

    .pricing .grey-box {
        margin-top: 15px;
        margin-bottom: 35px
    }

    .extras-item {
        margin-top: 35px
    }

    .extras-item h5 {
        margin-bottom: 10px
    }

    .pricing .testimonials_section {
        margin-top: 15px
    }

    .pricing .testimonials_section .heading_box h2 {
        line-height: 1.4;
        font-size: 30px
    }

    .list-box .list-heading {
        border-radius: 10px 10px 0 0
    }

    .list-box .list-heading:hover {
        margin-left: 0;
        width: 100%
    }

    .list-body ul li {
        line-height: 1.8;
        margin-bottom: 12px
    }
}

.stats_container {
    padding-top: 50px;
    padding-bottom: 45px
}

.stats_container h2 {
    color: #000;
    font-family: montserratbold;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 100px;
    line-height: 1;
    text-align: center;
    text-transform: none
}

.stat-item_box {
    margin-bottom: 35px
}

.stat-item_box .number {
    color: #223f84;
    font-family: montserratbold;
    font-size: 50px;
    font-weight: 700
}

.stat-item_box .title {
    color: #9b9b9b;
    font-family: montserratregular;
    font-size: 14px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 20px
}

.clients-map_box p.p_legend {
    position: absolute;
    top: auto;
    right: auto;
    margin-top: 0;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%)
}

@media (max-width: 1199px) {
    .stats_container h2 {
        font-size: 48px;
        margin-bottom: 70px
    }

    .stat-item_box .number {
        font-size: 42px
    }

    .stat-item_box .title {
        font-size: 13px;
        margin-top: 15px;
        letter-spacing: 2px
    }

    .stats_container {
        padding-top: 40px;
        padding-bottom: 20px
    }
}

@media (max-width: 991px) {
    .stats_container h2 {
        font-size: 40px;
        margin-bottom: 50px
    }

    .stat-item_box .number {
        font-size: 36px
    }

    .stat-item_box .title {
        margin-top: 5px
    }

    .stats_container {
        padding-top: 35px;
        padding-bottom: 10px
    }

    .stat-item_box {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    .stats_container h2 {
        font-size: 36px;
        margin-bottom: 35px
    }

    .stat-item_box .number {
        font-size: 32px
    }

    .stat-item_box .title {
        margin-top: 5px;
        letter-spacing: 1.5px
    }

    .stats_container {
        padding-top: 30px;
        padding-bottom: 5px
    }

    .stat-item_box {
        margin-bottom: 20px
    }
}

@media (max-width: 575px) {
    .stats_container h2 {
        font-size: 32px;
        margin-bottom: 35px
    }

    .stat-item_box .number {
        font-size: 26px
    }

    .stat-item_box .title {
        margin-top: 0;
        letter-spacing: 1.2px;
        font-size: 12px
    }

    .stats_container {
        padding-top: 30px;
        padding-bottom: 5px
    }

    .stat-item_box {
        margin-bottom: 20px;
        text-align: center
    }

    .stats_container [class*=col-] {
        width: 100%
    }
}

@property --a {
    syntax: "<angle>";
    inherits: false;
    initial-value: 223deg
}

.blue-box-left h2 {
    font-size: 48px
}

.blue-box-right h2 {
    font-size: 32px;
    margin-bottom: 15px
}

.blue-box-price {
    color: #fff;
    font-family: montserratlight;
    font-size: 24px;
    margin-bottom: 18px
}

.blue-box-inner {
    display: flex
}

.blue-box-inner-right {
    display: flex;
    justify-content: center;
    flex-grow: 2;
    padding-top: 18px;
    padding-bottom: 18px
}

.proplus-txt {
    display: flex;
    position: relative;
    z-index: 3;
    flex-direction: column
}

.proplus-txt h3 {
    color: #fff;
    font-family: montserratbold;
    text-align: left;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: center
}

.proplus-txt h3 sup {
    font-size: 14px;
    font-family: "Open Sans";
    font-family: montserratregular;
    font-weight: 400
}

.proplus-txt p {
    max-width: 165px
}

.proplus-box {
    width: 100%;
    max-width: 230px;
    margin-left: 20px;
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
    display: block;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: --a .5s;
    background: linear-gradient(var(--a), #189bdb 0, #264081 50%, #3a43a8 100%)
}

.proplus-box:hover {
    text-decoration: none;
    --a: 255deg
}

.list-boxes-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.list-boxes-heading .download_btn {
    padding-top: 8px;
    display: flex;
    align-items: center
}

.list-boxes-heading .download_txt {
    line-height: 1;
    color: #189bdb;
    font-family: montserratregular;
    font-size: 14px
}

.list-boxes-heading .download-ico {
    display: flex;
    align-items: center;
    margin-left: 10px
}

@media (min-width: 768px) and (max-width: 1199px) {
    .blue-box-inner {
        flex-direction: column
    }

    .blue-box-inner-right {
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 0;
        padding-bottom: 0
    }

    .proplus-box {
        margin-left: 0
    }
}

@media (max-width: 834px) {
    .btn-blue-radius {
        padding-left: 23px;
        padding-right: 23px
    }
}

@media (max-width: 767px) {
    .blue-box-left h2 {
        font-size: 36px
    }

    .blue-box-price {
        font-size: 21px;
        margin-bottom: 12px
    }

    .blue-box-right h2 {
        font-size: 30px
    }
}

@media (max-width: 630px) {
    .blue-box-inner {
        flex-direction: column
    }

    .blue-box-inner-right {
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 0;
        padding-bottom: 0
    }

    .proplus-box {
        margin-left: 0
    }
}

@media (max-width: 575px) {
    .list-boxes-heading {
        flex-direction: column;
        margin-bottom: 20px
    }

    .list-boxes-heading h3 {
        margin-bottom: 0
    }
}

.agreement_section .heading_box h1 {
    font-size: 2rem;
    line-height: 1.5
}

.agreement_section .heading_box p {
    margin-bottom: 0 !important
}

.agreement_section .heading_box {
    margin-bottom: 1vh
}

.agreement_section p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px
}

.agreement_section h2 {
    font-size: 1.5rem;
    margin-bottom: .5rem;
    text-align: left !important
}

.agreement_section h3 {
    font-size: 1.125rem;
    margin-bottom: .5rem;
    text-align: left !important
}

.agreement_section ol {
    padding-left: 30px;
    margin-bottom: 15px
}

.agreement_section ol li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px
}

.agreement_section ul {
    padding-left: 30px;
    margin-bottom: 15px
}

.agreement_section ul li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px
}