

body {
	 margin: 0;
}





* {
    box-sizing: border-box;
}

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

html {
    font-size: 10px;
}


a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 100;
    line-height: 1.1;
    color: #00aeef;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 27px;
    margin-bottom: 13.5px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 13.5px;
    margin-bottom: 13.5px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 69px;
}

h2,
.h2 {
    font-size: 38px;
}

h3,
.h3 {
    font-size: 31px;
}

h4,
.h4 {
    font-size: 23px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 16px;
}

p {
    margin: 0 0 13.5px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

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

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

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


.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:1500px) {
    .container {
        width: 1470px;
    }
}


section {
    overflow: hidden;
}

section:before,
section:after {
    content: " ";
    display: table;
}

section:after {
    clear: both;
}

section:before,
section:after {
    content: " ";
    display: table;
}

section:after {
    clear: both;
}

h1,
.h1 {
    font-size: 69px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.045em;
    color: #2a2a2a;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
a {
    letter-spacing: 0.01em;
}

h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong,
h6 strong,
.h6 strong {
    font-weight: 400;
}

a {
    font-weight: 500;
    text-decoration: underline;
}

a.btn {
    color: #2a2a2a;
    text-decoration: none;
}


.hero {
    background-color: #fff;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    min-height: 400px;
    height: 1000px;
    transform-style: preserve-3d;
}

.hero .title {
    color: #fff;
    font-size: 13.1rem;
    line-height: 1;
    font-weight: 600;
    width: 100%;
}

.hero .title-center {
    text-align: center;
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -transform: translateY(-50%);
}

.hero .title-baseline {
    margin-bottom: 0;
    position: absolute;
    bottom: -24px;
    display: inline-block;
}

.hero .container {
    height: 100%;
    position: relative;
    margin-left: 35px;
}

.no-touch .hero {
    background-attachment: fixed;
}

.headline {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
    max-width: 60%;
}

.headline p {
    margin-left: auto;
    margin-right: auto;
}

.headline h3 {
    font-size: 3.0rem;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0;
}

.headline strong {
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.headline ul {
    padding-left: 25px;
}

.headline ul li {
    margin-bottom: 15px;
}

.headline ul li:last-child {
    margin-bottom: 0;
}

.headline.headline-right {
    text-align: right;
    margin-bottom: 0;
    padding: 0;
}

.headline.headline-left {
    text-align: left;
    margin-bottom: 0;
}

.headline.headline-inner {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.headline.headline-white {
    color: #fff;
}

.headline.headline-white h3,
.headline.headline-white a,
.headline.headline-white a:before {
    color: #fff;
}

.headline.headline-sans-title-icon strong,
.headline.headline-sans-title-icon img {
    display: none;
}

.headline.headline-sans-title-icon h3 {
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    color: #434343;
}

.headline .icon-down {
    margin-top: 15px;
    width: 17px;
}

.headline .icon {
    margin-bottom: 25px;
}

.headline .btn {
    margin-top: 15px;
}


.video {
    background: transparent;
    color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.video .vjs-waiting,
.video .vjs-loading-spinner,
.video .vjs-control-bar,
.video .vjs-big-play-button,
.video .vjs-text-track-display,
.video .vjs-poster,
.video .vjs-error-display {
    visibility: hidden;
    background: transparent;
    display: none !important;
}

.video video {
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -transform: translateX(-50%);
    left: 50% !important;
}

.metrics {
    color: #434343;
    padding: 100px 0 0;
}

.metric {
    text-align: center;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-bottom: 100px;
}

@media (min-width:768px) {
    .metric {
        float: left;
        width: 50%;
    }
}

@media (min-width:980px) {
    .metric {
        float: left;
        width: 33.33333333%;
    }
}

.metric .value {
    color: #00aeef;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
    font-size: 7.5rem;
    font-weight: 100;
    height: 276px;
    width: 100%;
}

.metric .value > span {
    display: inline-block;
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -transform: translateY(-50%);
}

.metric p {
    color: #434343;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.metric svg {
    height: 268px;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -50%;
}

.metric svg .circle-progress {
    width: 100%;
    z-index: 1;
    position: relative;
    stroke: #7ed026;
    stroke-width: 16;
    stroke-linecap: round;
    stroke-dasharray: 818 818;
    stroke-dashoffset: 818;
    transition: stroke-dashoffset 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: rotate(-90deg) translateX(-268px);
    -moz-transform: rotate(-90deg) translateX(-268px);
    -ms-transform: rotate(-90deg) translateX(-268px);
    -o-transform: rotate(-90deg) translateX(-268px);
    -transform: rotate(-90deg) translateX(-268px);
}

.metric .circle-wrapper.active .circle-progress {
    stroke-dashoffset: 0;
}



@media (min-width:1900px) {
    .headline {
        max-width: 50%;
    }
}

@media (max-width:1500px) {
    .hero .title.title-baseline {
        bottom: -26px;
    }
}

@media (max-width:1199px) {
    .hero .title.title-baseline {
        bottom: -20px;
    }
}

@media (min-width:980px) {
    .no-touch .service-icons.services-show-meta .service:hover .wrap > div {
        bottom: 47%;
    }
    .no-touch .service-icons.services-show-meta .service:hover img {
        opacity: 0.15;
        filter: alpha(opacity=15);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        -transform: scale(1.05);
    }
    .no-touch .service-icons.services-show-meta .service:hover h3 {
        margin-top: 0;
    }
    .no-touch .service-icons.services-show-meta .service:hover .meta {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@media (max-width:979px) {
    .hero {
        background-attachment: scroll !important;
    }
    .hero .container {
        margin-left: 0;
        padding-left: 25px;
    }
    .service-icons .services .service {
        height: 250px;
        padding: 0 5px;
    }
}

@media (min-width:768px) and (max-width:979px) {
    .hero .title {
        font-size: 8rem;
    }
    .hero .title.title-baseline {
        bottom: -20px;
    }
    .headline {
        max-width: 85%;
    }
}

@media (max-width:767px) {
    .service-icons .services .wrap {
        height: auto;
        position: static;
        top: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -transform: translateY(0);
        padding-top: 20px;
    }
    .hero .title {
        font-size: 8rem;
    }
    .hero .title.title-baseline {
        bottom: -16px;
        width: 100%;
        left: 0;
        padding: 0 25px;
    }
    .hero .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .headline {
        max-width: 85%;
        text-align: left;
        padding: 0 25px;
        margin: 80px 0;
        overflow: visible;
    }
    .headline br {
        display: none;
    }
    .headline.headline-right,
    .headline.headline-left,
    .headline.headline-inner {
        text-align: left;
        padding: 0 25px;
        margin: 80px 0;
    }
    .navigation-prev-next a span {
        display: none;
    }
    .metric p {
        max-width: 400px;
    }
}

@media (max-width:567px) {
    .hero .title {
        font-size: 7.5rem;
    }
    .hero .title.title-baseline {
        bottom: -14px;
    }
    .data-circle {
        top: -50px;
        right: 10px;
        height: 120px;
        width: 120px;
        box-shadow: -2px 6px 0 0 rgba(0, 0, 0, 0.12);
    }
    .data-circle h4 {
        font-size: 3rem;
    }
    .data-circle strong {
        font-size: 1rem;
    }
    .data-circle .data-circle-content img {
        max-width: 20px;
    }
}

@media (max-width:480px) {
    .service-icons .services h3 {
        max-width: 160px;
        margin: 0 auto;
    }
    .headline {
        max-width: none;
    }
}

@media (max-width:400px) {
    .hero .title {
        font-size: 5.1rem;
    }
    .hero .title.title-baseline {
        bottom: -12px;
    }
    .headline h3 {
        font-size: 4rem;
    }
}

.vertical-align {
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -transform: translateY(-50%);
}

.vertical-align-cancel {
    height: auto;
    position: static;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -transform: translateY(0);
}

.vertical-align-container {
    transform-style: preserve-3d;
}

.horizontal-align {
    width: auto;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -transform: translateX(-50%);
}

.center-align {
    height: auto;
    width: auto;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -transform: translate(-50%, -50%);
}

html:before {
    display: none;
}

@media (max-width:767px) {
    html:before {
        content: 'xs';
    }
}

@media (min-width:768px) {
    html:before {
        content: 'sm';
    }
}

@media (min-width:980px) {
    html:before {
        content: 'md';
    }
}

@media (min-width:1200px) {
    html:before {
        content: 'lg';
    }
}

@media (min-width:1500px) {
    html:before {
        content: 'xl';
    }
}


.hero {
    min-height: 500px;
}

.hero .container {
    margin: 0 auto;
}

.hero .client-logo path {
    fill: #fff;
    stroke: transparent;
}

.hero .client-logo svg {
    height: 200px;
    max-width: 80%;
}

.hero .arrow {
    display: block;
    margin: 100px auto 0;
    width: 30px;
}



.hero h1,
.hero h3,
.hero .btn {
    color: #fff;
}

.hero h1 {
    margin-bottom: 5px;
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero h3 {
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0 0 50px;
}

.hero .btn {
    color: #fff !important;
}

.hero .btn:hover {
    color: #fff;
}

.hero .btn:before {
    background-image: url(../../../all/themes/baesman/assets/img/global/icon-rightarrow-white.svg);
}

.hero .container {
    display: none;
}

.hero .details {
    opacity: 1;
    filter: alpha(opacity=0);
    transition: opacity 1s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero .details .btn {
    margin-top: -100px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: margin-top .6s cubic-bezier(0.250, 0.460, 0.450, 0.940), opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.hero .options {
    margin-left: -15px;
    margin-right: -15px;
    height: 100%;
    position: relative;
    z-index: 1;
}

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

.hero .options:after {
    clear: both;
}

.hero .option {
    width: 50%;
    float: left;
    height: 100%;
    background-color: rgba(84, 18, 79,0.9);
    transform-style: preserve-3d;
    transition: background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero .option .wrap {
    float: right;
}

.hero .option:last-child {
    text-align: right;
    background-color:rgba(114, 203, 219,0.9);
}

.hero .option:last-child .wrap {
    float: left;
}

.hero .option:hover .details {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hero .option:hover .details .btn {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0;
}

.hero .option .wrap {
    padding: 200px 0 150px;
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -transform: translateY(-50%);
    text-decoration: none;
}

.hero.desktop:hover .option {
    background-color: transparent;
}

.hero.desktop:hover .option h1 {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.hero.desktop:hover .option:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color:rgba(84, 18, 79,0.9);
}

.hero.desktop:hover .option:hover h1 {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hero.desktop:hover .option:hover:last-child {
    background-color:rgba(114, 203, 219,0.9);
}

.hero ~ .headline {
    max-width: 900px;
}


@media (min-width:980px) and (max-width:1199px) {
    .hero h1 {
        font-size: 6rem;
    }
}

@media (max-width:979px) {
    .hero h1 {
        font-size: 6rem;
    }
    .hero .option {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        height: 50%;
        min-height: 220px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover !important;
        background-image: url(../../../all/themes/baesman/assets/img/home/bg-hero-mobile-insights.jpg);
    }
    .hero .option:before {
        content: '';
        background-color:rgba(84, 18, 79,.3);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .hero .option .details {
        display: none !important;
    }
    .hero .option .wrap {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 40px;
        text-align: left;
    }
    .hero .option:last-child {
        background-image: url(../../../all/themes/baesman/assets/img/home/bg-hero-mobile-print.jpg);
    }
    .hero .option:last-child:before {
        background-color:rgba(114, 203, 219,0.3);
    }
    .hero ~ .headline {
        max-width: 700px;
    }
}

@media (max-width:979px) and (min-width:768px) {
    .hero .option {
        float: left;
        width: 100%;
    }
}

@media (max-width:979px) and (-webkit-min-device-pixel-ratio:1.5) {
    .hero .option {
        background-size: auto auto;
    }
}

@media (max-width:979px) and (-webkit-min-device-pixel-ratio:1.5) {
    .hero .option:last-child {
        background-size: auto auto;
    }
}

@media (max-width:767px) {
    .headline.headline-right {
        padding: 0 25px;
        text-align: left;
    }
    .hero ~ .headline {
        max-width: 85%;
    }
}

@media (max-width:480px) {
    .hero h1 {
        font-size: 5rem;
    }
    .hero .option:first-child h1 br {
        display: none;
    }
}

@media (max-width:400px) {
    .hero h1 {
        font-size: 3.5rem;
    }
}