@import url('https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700|Heebo:300,400,500,700');

body{font-size:15px;}
h1{font-size:22px;font-family:'Barlow';font-weight: 600; color:#222f3e; padding-bottom:20px;}
h2{font-size:20px;font-family:'Barlow';font-weight: 500;color:#ffffff;}
p{font-family:'Heebo'; color:#222f3e;}
a{color: #008cdb; text-decoration: none;}
a:hover{color: #008cbd;text-decoration: none;}
button{border:none;border-radius:5px;padding:10px 15px 10px 15px;cursor:pointer;}

@media only screen and (max-width: 700px){
    .margin-mobile{
     padding: 0 24px 0 24px;
    }
}
.content-reverse {
    flex-direction: row-reverse;
    display: flex;
}
div.placeholder-download{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: linear-gradient(to right, #008cbd , #00b1bd);
    padding: 10px 10px 5px 10px;
    text-align: center;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
}
div.gradient-background{
    background: linear-gradient(to right, #008cbd , #00b1bd);
    width: inherit;
    height: inherit;
}
div.padding-bottom{
    padding: 0 0 60px 0;
}
div.align-center{
    display: flex;
    align-items: center;
}
div.intro.container{
    padding-top: 150px;
}
@media only screen and (max-width: 767px){
    div.intro.container{
        padding-top: 260px;
        padding-bottom: 100px;
    }
}
div.intro > div.intro.row{
   justify-content: center;
    text-align: left;
}
div.faq-container > div.row:first-child{
    justify-content: center;
    text-align: center;
}
div.gradient-background.header{
    border-bottom-left-radius: 50% 70px;
    border-bottom-right-radius: 50% 350px;
    padding: 80px 0 0 0;
    height:700px;
}
@media only screen and (max-width: 767px){
    div.gradient-background.header{
        height: 780px;
        padding: 60px 0 0 0;
        border-bottom-left-radius: 30% 70px;
        border-bottom-right-radius: 70% 150px;
    }
}
h2.oneliner{
    padding: 25px 0 30px 0;
}
div.download-white,
div.download-white > h1{
    text-align: left;
    color: #ffffff;
}
.logo-image {
    width: 320px;
}
@media only screen and (max-width: 700px){
    div.download-white,
    div.download-white > h1{
        text-align: center;
        color: #ffffff;
    }
}
img.header-image{
    width: 350px;
    height: auto;
    box-shadow: 50px 30px 20px rgba(0,0,0,0.1);
    border-radius: 50px;
}
div.container-image,
div.container-image.dashboard{
    text-align: right;
}
@media only screen and (max-width: 1198px){
    div.container-image,
    div.container-image.dashboard{
        text-align: center;
    }
}
@media only screen and (max-width: 700px){
    div.container-image.dashboard{
        text-align: center;
    }
}
@media only screen and (max-width: 767px){
    img.header-image{
        width: 297px;
    }
}
div.gradient-background.slider{
    border-top-left-radius: 30% 150px;
    border-top-right-radius: 70% 100px;
    height: 575px;
    position: absolute;
    width: 79%;
    right: 0;
    top: 1222px;
    display: block;
}
div.gradient-background.second-slider{
    border-top-right-radius: 30% 150px;
    border-top-left-radius: 70% 100px;
    height: 500px;
    position: absolute;
    width: 70%;
    left: 0;
    top: 2260px;
    display: block;
}
@media only screen and (max-width: 1198px){
    div.gradient-background.slider{
        height: 569px;
        top: 1228px;
    }
    div.gradient-background.second-slider{
        top: 2155px;
        height: 475px;
        width: 72%
    }
}
@media only screen and (max-width: 990px){
    div.gradient-background.slider{
        height: 648px;
        top: 1238px;
    }
    div.gradient-background.second-slider{
        top: 2128px;
        height: 630px;
        width: 70%
    }
}
@media only screen and (max-width: 767px){
    div.gradient-background.slider,
    div.gradient-background.second-slider{
        display:none;
    }
}
@media only screen and (min-width: 1600px) {
    div.gradient-background.slider {
        width: 72%
    }
    div.gradient-background.second-slider{
        width: 65%
    }
}
@media only screen and (min-width: 2200px) {
    div.gradient-background.second-slider{
        width: 62%
    }
}
div.transparent-background.slider{
    padding: 105px 160px 0 0px;
    border-top-left-radius: 30% 150px;
    border-top-right-radius: 70% 80px;
    height: 575px;
    margin: 100px 0 0 0;
    z-index: 10;
    display: block;
}
div.transparent-background.second-slider{
    padding: 25px 0 0 0;
    border-bottom-left-radius: 30% 150px;
    border-bottom-right-radius: 70% 80px;
    height: 602px;
    margin: 0;
    z-index: 10;
    display: block;
}
@media only screen and (max-width: 1198px){
    div.transparent-background.slider {
        padding: 45px 140px 0 50px;
    }
    div.transparent-background.second-slider{
        height: 630px;
    }
}
@media only screen and (max-width: 990px){
    div.transparent-background.second-slider{
        padding: 80px 0 0 0;
    }
    div.transparent-background.slider{
        padding: 0;
        margin: 100px 0 0 0;
    }
}
@media only screen and (max-width: 767px){
    div.transparent-background.slider,
    div.transparent-background.second-slider{
        display: none;
    }
}
div.gradient-background.mobile-slider{
    width: 100%;
    padding: 80px 23px 495px 23px;
    border-top-right-radius: 60% 100px;
    border-top-left-radius: 40% 80px;
}
div.gradient-background.second-mobile-slider{
    width: 100%;
    padding: 80px 23px 450px 23px;
    border-bottom-left-radius: 60% 100px;
    border-bottom-right-radius: 40% 80px;
}
div#slider-item,
div#second-slider-item{
    display: none;
}
p.mobile-slider {
    color: #008cbd;
    text-align: center;
    position: relative;
    top: 615px;
    z-index: 100;
    height: 45px;
}
p.second-mobile-slider{
    color: #008cbd;
    text-align: center;
    position: relative;
    top: 460px;
    z-index: 100;
    height: 45px;
}
@media only screen and (min-width: 767px){
    div.gradient-background.mobile-slider {
        background: transparent;
        padding: 0;
    }
    div.mobile-slider.slider-content {
        display: none;
    }
    div.col-12.mobile-slider,
    p.mobile-slider,
    div.mobile-dots.mobile-slider {
        display: none;
    }
}
div.col-12.mobile-slider > h1,
div.col-12.second-mobile-slider > h1{
    color: #ffffff;
    padding-bottom: 10px;
}
div.col-12.mobile-slider > p,
div.col-12.second-mobile-slider > p{
    color: #ffffff;
    font-size: 18px;
}
div.mobile-slider.slider-content{
    padding: 0 45px 0 45px;
    height: 232px;
    background: #ffffff;
    border-radius: 5px;
    position:absolute;
    top: 520px;
    left: 0;
    width: 100%;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
}
div.second-mobile-slider.slider-content{
    padding: 0 45px 0 45px;
    height: 232px;
    background: #ffffff;
    border-radius: 5px;
    position:absolute;
    top: 340px;
    left: 0;
    width: 100%;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
}
@media only screen and (min-width: 1600px){
    div.second-mobile-slider.slider-content{
        display: none;
    }
    div.gradient-background.second-mobile-slider{
        /* background: transparent; */
        padding: 0;
    }
    div.col-12.second-mobile-slider,
    p.second-mobile-slider,
    div.mobile-dots.second-mobile-slider{
        display: none;
    }

}
div.transparent-background.slider > h1,
div.transparent-background.second-slider > h1{
    color: #ffffff;
    padding-bottom: 10px;
}

div.transparent-background.slider > h1 {
    padding-left: 87px;
}

div.transparent-background.second-slider > h1 {
    padding-right: 87px;
    text-align: right
}
div.transparent-background.slider > p,
div.transparent-background.second-slider > p{
    font-size: 16px;
    color: #ffffff;
}

div.transparent-background.slider > p {
    padding-left: 87px;
}

div.transparent-background.second-slider > p {
    padding-right: 87px;
    /* text-align: right; */
}

button.slider-toggle {
    background: transparent;
    color: #ffffff;
    border: none;
    padding: 10px 60px 10px 87px;
    border-radius: 0;
    margin: 0 100px 0 0;
    text-align: left;
}

button.second-slider-toggle{
    background: transparent;
    color: #ffffff;
    border: none;
    padding: 10px calc(87px + 10%) 10px 60px;
    border-radius: 0;
    margin: 0 0 0 30%;
    text-align: right;
    width: 80%
}
@media only screen and (max-width: 700px){
    button.slider-toggle{
        display:none;
    }
}
button.slider-toggle:hover,
button.second-slider-toggle:hover{
    background: #ffffff;
    color: #008cbd;
}
button.slider-toggle.active,
button.second-slider-toggle.active{
    background: #ffffff;
    color: #008cbd;
    box-shadow: 5px 5px 50px rgba(0,0,0,0.3)
}
@media only screen and (max-width:1600px){
    button.mobile-toggle,
    button.second-mobile-toggle{
        height: 12px;
        width: 12px;
        background: #e9edf3;
        margin: 0 15px 0 0;
        padding: 0;
        border-radius: 100%
    }

    button.mobile-toggle:last-child,
    button.second-mobile-toggle:last-child{
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px){
    div.mobile-dots{
       position: absolute;
       top: 670px;
       left: calc(50% - 98px);
       z-index: 100;
    }
    div.mobile-dots.second{
        top: 350px;
        left: calc(50% - 102px);
    }
}
@media only screen and (max-width: 767px){
    button.mobile-toggle:hover,
    button.mobile-toggle.active{
        background: #008cbd;
    }

}
img.slider-image{
    width: 290px;
    position: absolute;
    left: 0;
    top: 120px;
    z-index: 100;
}
img.slider-image.second {
    width: 720px;
    left: 690px;
}

.second-slider-zoom-image {
    position: absolute;
    width: 330px;
    top: -20px;
    left: 1100px;
    z-index: 999;
}
@media only screen and (max-width: 1800px) {
    img.slider-image.second {
        width: 620px;
        left: 690px;
    }
    .second-slider-zoom-image {
        width: 290px;
        top: 10px;
        left: 1050px;
    }
}
@media only screen and (max-width: 1599px) {
    button.second-mobile-toggle:hover,
    button.second-mobile-toggle.active{
        background: #008cbd;
    }

    div.gradient-background.second-slider {
        display: none;
    }
    button.second-slider-toggle {
        display: none;
}
    img.slider-image.second{
        width: 486px;
        position: absolute;
        left: calc(50% - 244px);
        top: -115px;
    }
    div.mobile-dots.second{
        position: absolute;
        top: 510px;
        left: calc(50% - 128px);
        z-index: 100;
    }
    div.transparent-background.second-slider{
        display: none;
    }
}
img.slider-image.first {
    border-radius: 40px;
    box-shadow: 50px 30px 20px rgba(0,0,0,0.1);
}

@media only screen and (min-width: 700px) and (max-width: 990px){
    img.slider-image{
        top: 138px;
    }
    img.slider-image.second{
        top: 180px;
        width: 360px;
    }
    .second-slider-zoom-image {
        top: 110px;
    }
}
@media only screen and (max-width: 767px){
    img.slider-image.second{
        left: calc(50% - 145px);
        top: 50px;
        width: 290px;
    }
    .second-slider-zoom-image {
        top: -20px;
        padding-right: 15px;
        width: 180px;
        right: calc(50% - 180px);
    }
    img.slider-image{
        width: 290px;
        left: calc(50% - 145px);
        top: 0;
    }
}
@media only screen and (max-width: 1599px) {
    img.slider-image.second {
        left: calc(50% - 243px);
        top: 45px;
        width: 486px;
    }
    .second-slider-zoom-image {
        width: 260px;
        top: -20px;
        left: 600px;
    }
}
@media only screen and (max-width: 1198px) {
    img.slider-image.second {
        width: 480px;
    }
    .second-slider-zoom-image {
        width: 260px;
        top: -20px;
        left: calc(70% - 130px);
    }
}
@media only screen and (max-width: 555px) {
    img.slider-image.second {
        left: calc(50% - 200px);
        top: 100px;
        width: 400px;
    }
}
@media only screen and (max-width: 468px) {
    img.slider-image.second {
        left: calc(50% - 170px);
        top: 140px;
        width: 340px;
    }
    .second-slider-zoom-image {
        width: 230px;
        top: 0;
        left: calc(70% - 115px);
    }
}
@media only screen and (max-height: 645px){
    img.slider-image {
        width: 250px;
        left: calc(50% - 120px);
    }
    img.slider-image.second{
        left: calc(50% - 145px);
    }
    div.mobile-slider.slider-content {
        top: 420px;
    }
    div.second-mobile-slider.slider-content{
        top: 180px;
    }
    p.mobile-slider {
        top: 535px;
    }
    p.second-mobile-slider{
        top: 310px;
    }
    div.mobile-dots{
        top: 590px;
    }
    div.gradient-background.second-mobile-slider{
        padding: 80px 23px 505px 23px;
    }
    div.grey-background{
        padding: 150px 0 0 0 !important;
    }
    .second-slider-zoom-image {
        width: calc(25% + 30px);
        left: 50%;
    }
}
div.grey-background{
    background: #F2F6FA;
    padding: 75px 0 0 0;
}
@media only screen and (max-width: 767px){
    div.grey-background{
        padding: 240px 0 0 0;
    }
}
div.faq-container{
    padding-top: 155px;
    padding-bottom: 280px;
}
@media only screen and (max-width:700px){
    div.faq-container{
        padding-top: 145px;
    }
}
div.faq-item{
    background: #f2f6fa;
    width: 100%;
    padding: 15px 0 15px 29px;
    text-align: left;
    border-radius: 5px;
    margin: 0 0 10px 0;
}
button.faq-button{
    color: #008cbd;
    background: transparent;
    width: 100%;
    text-align: left;
    padding: 0;
}
button.faq-button::after{
    content: '+';
    position: absolute;
    top: -5px;
    right: 29px;
    color: #008cbd;
    font-size: 40px;
    font-weight: 100;
}
button.faq-button.active::after{
    content: '-';
}
button.faq-button > h1{
    font-size: 20px;
    color: #008cbd;
    font-weight: 400;
    padding: 0;
    width: calc(100% - 55px);
}
div.faq-answer{
    display: none;
    margin-top: -10px;
}
div.faq-answer > p{
    padding: 10px 0 0 0;
    width: calc(100% - 45px);
}
div.gradient-background.footer{
    border-top-left-radius: 50% 100px;
    border-top-right-radius: 50% 100px;
    height: 160px;
    position: relative;
    /*bottom: -100px;*/
}
@media only screen and (max-width: 990px){
    div.gradient-background.footer {
        height: 250px;
    }
}
@media only screen and (max-width: 700px){
    div.dashboard-mobile{
        text-align: center;
    }
}
img.dashboard-image{
    box-shadow:  2px 2px 20px rgba(0,0,0,0.2);
    border-radius: 40px;
    height: auto;
    width: 297px;
    margin: -70px 0 0 60px;
}
@media only screen and (max-width: 1198px) {
    img.dashboard-image {
        margin: -70px 0 0 20px;
        width: 280px;
    }

    button.second-slider-toggle {
        padding: 10px calc(87px + 10%) 10px 0;
        margin: 0 0 0 30%;
    }
}
@media only screen and (max-width: 700px){
    img.dashboard-image{
        margin: 0 0 70px 0;
    }
    img.dashboard-image:first-child{
        margin: -60px 0 40px 0;
    }
}
button.dark-button{
    background: #000000;
    color: #ffffff;
    margin: 0 15px 0 15px;
}
@media only screen and (max-width: 366px){
    button.dark-button{
        margin: 0 2px 0 2px;
    }
}
@media only screen and (max-width: 700px){
    button.light-button{
        margin: 0 15px 0 15px;
    }
}
button > svg {
    height: 20px;
    width: 20px;
    margin: 0 15px 0 0;
}
div.white-background{
    background: #ffffff;
    border-radius: 5px;
    padding: 8px 0 0px 0;
    box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
    position: relative;
    bottom: 157px;
}
@media only screen and (max-width: 990px){
    div.white-background{
        padding: 0 8px 0 8px;
    }
}
div.white-background > .row{
    margin:0;
}
div.footer-info > p{
    margin: 0;
    display: flex;
    justify-content:  center;
}
div.footer-info > p > svg{
    color: #008cbd;
    height: 20px;
    width: 20px;
    margin: 0 15px 0 0;
}
div.footer-info {
    border-right: 1px solid #F2F6FA;
    padding: 32px 0 32px 0;
    text-align: center;
}
@media only screen and (max-width: 991px) {
    div.footer-info > p {
        margin-left: calc(50% - 130px);
        justify-content: flex-start;
    }
    div.footer-info:last-child {
        border-bottom: 1px solid transparent;
    }
    div.footer-info {
        border-right: 1px solid transparent;
        border-bottom: 1px solid #f2f6fa;
        padding: 20px 0 20px 0;
        text-align: left;
    }
}
button{
	outline:none !important;
}

.info-text {
    position: relative;
    top: 36px;
    left: calc(9%);
    width: 175px;
    height: 22px;
    font-family: Heebo;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9aa5b4;
}

.button {
    display: block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    transition: color .15s ease-in-out, background-color 15s;
    width: 160px;
}

.button-primary {
    color: #fff;
    background: linear-gradient(to right, #008cbd , #00b1bd);
}

.button-primary:hover {
    background: #ffffff;
    color: #008cbd;
    box-shadow: 5px 5px 50px rgba(0,0,0,0.3);
}

.light-button {
    background: #fff;
}

.footer-info-2 {
    width: 100%;
    height: 100px;
    margin-top: 4px;
    border-radius: 5px;
    background-color: #F2F6FA;
}

.footer-vwiict {
    position: absolute;
    left: calc(43%);
    width: 165px;
    height: auto;
}

.footer-vwt-text {
    position: absolute;
    top: 166px;
    left: calc(40% - 64px);
    color: #9AA5B4;
    font-size: 10px;
}

.footer-recognize {
    position: absolute;
    top: 125px;
    left: calc(79%);
    width: 112px;
    height: auto;
}

.spacer-header {
    height: 90px;
}

@media only screen and (max-width: 991px) {
    .info-text {
        left: calc(40% - 308px);
    }

    .footer-vwiict {
        top: 276px;
        left: calc(10%);
    }

    .footer-assetinsight {
        top: 276px;
        left: calc(65%);
    }


    .footer-recognize {
        top: 224px;
        left: calc(40%);
    }

    div.white-background {
        margin-top: 100px;
        bottom: 280px;
    }
    .footer-info-2 {
        height: 180px;
    }
    .info-text {
        left: calc(50% - 86px);
    }

    .footer-vwiict {
        top: 290px;
        left: calc(10%);
    }

    .footer-recognize {
        top: 278px;
        left: calc(40%);
    }

    .footer-assetinsight  {
        top: 276px;
        left: calc(65%);
    }

    .spacer-header {
        height: 140px;
    }
}

@media only screen and (max-width: 750px) {
    div.white-background {
        margin-top: 100px;
        bottom: 320px;
    }
    .footer-info-2 {
        height: 280px;
    }

    .footer-vwiict {
        top: 290px;
        left: calc(50% - 150px);
    }

    .footer-assetinsight {
        top: 376px;
        left: calc(50% - 86px);
    }

    .footer-recognize {
        top: 276px;
        left: calc(55% + 24px);
    }

    .spacer-header {
        height: 0;
    }
}
