.clearfix:before,
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

body {
    margin: 0;
    padding-top: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    width: 100%;
}

body *{
    box-sizing: border-box;
}

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

a, a:hover{
    text-decoration: none;
}

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

#cookies{
    background: #000000; 
    padding: 20px 0;
    border-top: 0;
}

#cookies p{
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
}

#cookies .btn{
    margin-top: 0;
}

#cookies a.btn-blue-cookie:hover{
    color: #ffffff;
    border: 2px solid #0689cb;
    background: #0689cb;
}

#header-v4{
    top: 0;
    left: 0;
}

#header-v4.floating{
    border-bottom: none;
}

.module {
    opacity: 0;
    transition: opacity 3000ms ease-in-out;
}

.come-in {
    transform: translateY(100px);
    animation: come-in 3000ms ease forwards;
    opacity: 1;
    transition: all 3000ms ease-in-out;
}

.come-in:nth-child(odd) {
    animation-duration: 3000ms;
    /* So they look staggered */
    transition: opacity 3000ms ease-in-out;
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

/* section{
    position: relative;
    z-index: 2;
    height: 100%;
} */

.max850{
    max-width: 850px;
    margin: 0 auto;
}

.max1024 {
    max-width: 1024px;
    margin: 0 auto;
}

.max1170 {
    max-width: 1170px;
    margin: 0 auto;
}

.width50{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.text-center {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.btn-p{
    border-radius: 27.5px;
    border: solid 1px #0b8dcc;
    display: inline-block;
    vertical-align: middle;
    padding: 12px 20px;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Roboto Slab';
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.4px;
    text-align: center;
    color: #ffffff;
}

.btn-p:hover{
    background-color: #0b8dcc;
    color: #ffffff;
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    font-size: 60px;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
.hidden-xs{
    display: block;
}


.hidden-sm{
    display: none;
}

.gdpr-page{
    position: relative;
}

.gps_ring {
    border: 2px solid #0b8dcc;
    -webkit-border-radius: 30px;
    height: 50px;
    width: 50px;
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0;
    text-align: center;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.6, 0.6); opacity: 1;}
    50% {-webkit-transform: scale(1.2, 1.2); opacity: 0;}
    100% {-webkit-transform: scale(0.6, 0.6); opacity: 0.5;}
}



.arrow-down-circle.scrolldown{
    position: fixed;
    cursor: pointer;
    bottom: 50px;
    left: calc(50% - 18px);
    z-index: 3;
    text-align: center;
}

.arrow-down-circle i{
    font-size: 18px;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 8px; 
}

.gdpr-intro{
    padding-top: 230px;
    padding-bottom: 290px;
    background: url('https://web.inmobicdn.net/website/website/6.0.1/img/gdpr/gdpr-bg-top.jpg') center no-repeat #fafafa;
    background-size: cover;
    z-index: 9;
    position: relative;
}

.locale-zh_cn .gdpr-intro{
    background: url('https://web.inmobicdn.net/website/website/6.0.1/img/gdpr/gdpr-bg-top.jpg') center no-repeat #fafafa;
    background-size: cover;
}

/* .icon-wrap .icon-expand-more{
    position: absolute;
    bottom: 80px;
    left: calc(50% - 25px);
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 14px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    width: 50px;
    height: 50px;
}
 */
h1.page-heading{
    font-family: 'Roboto';
    font-size: 40px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 4px;
    max-width: 693px;
    text-align: left;
    color: #ffffff;
    text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}

h2.tile-heading{
    font-family: 'Roboto';
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 3px;
    text-align: left;
    color: #212121;
}

.hr-line{
    width: 123px;
    height: 5px;
    background-color: #ffffff;
    margin: 26px 0 47px;
}

.tile-para{
    font-family: "Roboto";
    max-width: 693px;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1.6px;
    text-align: justify;
    color: #ffffff;
    text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}

.tile-2-slider{
    background-color: #fafafa;
    padding: 94px 0 70px;
    position: relative;
    z-index: 5;
}

.tile-2-slider .slide-inner{
    text-align: center;

}

.tile-2-slider .slide-inner .author-img{
    width: 114px;
    height: 114px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.tile-2-slider .slide-inner .card{
    max-width: 943px;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: 1.8px;
    text-align: center;
    color: #212121;
    margin: 50px auto 0;
}

.tile-2-slider .slide-inner .author-name{
    margin-top: 58px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.89;
    letter-spacing: 1.8px;
    color: #212121;
}

.tile-2-slider .slide-inner .author-name span.desig{
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: 1.6px;
    text-align: center;
    color: #0b8dcc;
}

.tile-2-slider .slide-inner .author-name span.grey{
    color: #212121;
}

.tile3 {
    padding: 100px 0;
}

.tile3 h2.tile-heading{
    max-width: 498px;
}

.tile3 .hr-line{
    width: 123px;
    height: 5px;
    background-color: #0b8dcc;
    margin: 40px 0;
}

.tile3 .tile-para{
    color: #606060;
    max-width: 477px;
}

.tile3 .img-box{
    display: inline-block;
    max-width: 340px;
    width: 100%;
    vertical-align: middle;
}

.tile3 .img-box img{
    width: 100%;
    display: inline-block;
    height: auto;
}

.tile4 {
    padding-bottom: 96px;
}

.gdpr-page h3{
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.82;
    letter-spacing: 2.2px;
    text-align: center;
    color: #212121;
    margin-bottom: 70px;
}

.tile4 ul {
    text-align: center;
}

.tile4 ul li{
    display: inline-block;
    text-align: center;
    vertical-align: top;
    font-family: 'Roboto';
    max-width: 192px;
    width: 100%;
    margin-right: 70px;

}

.tile4 ul li .img-box{
    display: inherit;
    width: 80px;
    height: 80px;
    margin-bottom: 50px;
}

.tile4 ul li .img-box img{
    width: 100%;
    height: auto;
}

.tile4 ul li .title{
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1.8px;
    text-align: center;
    color: #212121;
    margin-bottom: 25px;
}

.tile4 ul li .desp{
    width: 192px;
    height: 69px;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: 1.6px;
    text-align: center;
    color: #212121;
    display: inline-block;
}

.tile5{
    font-family: 'Roboto';
}

.tile5 h3{
    max-width: 589px;
    width: 100%;
    font-family: 'Roboto';
    line-height: 1.45;
    margin: 0 auto 100px;
}

.tile5 ul li{
    margin-bottom: 100px;
}

.tile5 .content{
    text-align: center;
}

.tile5 .img-box{
    display: inline-block;
    vertical-align: middle;
    max-width: 300px;
    width: 100%;
    height: 200px;
}


.tile5 .img-box img{
    width: 100%;
    height: auto;
}


.tile5 .desp{
    max-width: 453px;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1.6px;
    text-align: left;
    color: #606060;
    display: inline-block;
    vertical-align: middle;
}

.tile5 ul li:nth-child(odd) .desp{
    margin-left: 88px;
}

.tile5 ul li:nth-child(even) .desp{
    margin-right: 88px;
}

.tile5 p.tile5-botp{
    max-width: 947px;
    width: 100%;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1.6px;
    text-align: center;
    color: #606060;
    margin: 0 auto 98px;
}

.tile6 {
    background-color: #fafafa;
    padding: 100px 0;
}

.tile6 .img-box{
    max-width: 308px;
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
}

.tile .img-box img{
    width: 100%;
    height: auto;
}

.tile6 h2.tile-heading{
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: 3px;
    max-width: 470px;
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: left;
    color: #212121;
}

.tile6 h3.sub-heading{
    width: 470px;
    height: 86px;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: left;
    color: #212121;
    margin-bottom: 0;
}

.tile6 .hr-line{
    width: 123px;
    height: 5px;
    background-color: #0b8dcc;
    margin: 30px 0 50px;
}

.tile6 p.tile-para{
    width: 477px;
    height: 329px;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: 1.6px;
    text-align: justify;
    color: #606060;
}

.tile7 {
    padding: 100px 0;
}

.tile7 .heading-wrap{
    max-width: 477px;
    width: 100%;
    margin-bottom: 99px;
}

.tile7 h2{
    font-family: 'Roboto';
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 3px;
    text-align: left;
    color: #212121;
}

.tile7 .hr-line{
    width: 123px;
    height: 5px;
    background-color: #0b8dcc;
    margin: 30px 0 55px;
}


.tile7 .tile-para{
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: 1.6px;
    text-align: justify;
    color: #606060;
}

.tile7 .base-wrap{
    text-align: center;
}
.tile7 .base-wrap li{
    display: inline-block;
    text-align: center;
    max-width: 417px;
    vertical-align: top;
}
.tile7 .base-wrap li .img-box{
    max-width: 350px;
    width: 100%;
    height: 245px;
}
.tile7 .base-wrap li .img-title{
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.22;
    letter-spacing: 1.8px;
    text-align: center;
    color: #212121;
    margin: 60px auto 30px;
}

.tile7 .base-wrap li .desp{
    max-width: 417px;
    width: 100%;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: 1.6px;
    text-align: justify;
    color: #212121;
}

.tile7 .base-wrap li:nth-child(2){
    margin-left: 83px;
}

.tile8{
    padding: 250px 0 100px;
    position: relative;
    background: linear-gradient(to right, #ffffff 50%, #fafafa 50%);
}

.whiteBG{
    background-color: #ffffff;
}

.tile8 .heading-wrap{
    position: absolute;
    top: 100px;
    left: calc(50% - 161px);
}

.tile8 .heading-wrap h2{
    font-family: 'Roboto';
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 3px;
    text-align: left;
    color: #212121;
}

.tile8 .sub-heading{
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.22;
    letter-spacing: 1.8px;
    text-align: center;
    color: #212121;
    margin-bottom: 53px;
}

.tile8 .hr-line{
    width: 123px;
    height: 5px;
    background-color: #0b8dcc;
    margin: 26px auto 47px;
}


.tile8 .tile-para{
    max-width: 430px;
    width: 100%;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: 1.6px;
    text-align: justify;
    color: #606060;
    margin: 0 auto 47px;
}

.tile8 .points{
    list-style: disc;
    max-width: 430px;
    margin: 0 auto;
    padding: 0 0 0 20px;
}

.tile8 .points li{
    width: 100%;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: justify;
    color: #606060;
    margin-bottom: 35px;
}


.tile9{
    background: url('https://web.inmobicdn.net/website/website/6.0.1/img/gdpr/gdpr-btm-bg.jpg') center no-repeat fixed;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}

.locale-zh_cn .tile9{
    background: url('https://web.inmobicdn.net/website/website/6.0.1/img/gdpr/gdpr-btm-bg.jpg') center no-repeat fixed;
    background-size: cover;
}

.tile9 .contact-txt{
    width: 100%;
    margin: 0 auto;
}


.tile9 .contact-txt h2{
    width: 100%;
    font-family: 'Roboto';
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 3px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

.tile9 .tile-para{
    max-width: 830px;
    width: 100%;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: 1.8px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
}

.tile9 .sml-txt{
    width: 100%;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 1.2px;
    text-align: center;
    color: #ffffff;
    margin: 250px auto 0;
}

.gdpr-page .form-wrap{
    width: 100%;
    max-width: 430px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 10px 17.3px 30px 0 rgba(12, 103, 160, 0.5);
}

.gdpr-page .hbspt-form .hs-form{
    padding-bottom: 0;
    padding: 50px 50px 35px;
}


.gdpr-page .hbspt-form .hs-form input.hs-input[type=file],
.gdpr-page .hbspt-form .hs-form input[type=text],
.gdpr-page .hbspt-form .hs-form input[type=url],
.gdpr-page .hbspt-form .hs-form input[type=search],
.gdpr-page .hbspt-form .hs-form input[type=tel],
.gdpr-page .hbspt-form .hs-form input[type=color],
.gdpr-page .hbspt-form .hs-form input[type=file],
.gdpr-page .hbspt-form .hs-form input[type=password],
.gdpr-page .hbspt-form .hs-form input[type=datetime],
.gdpr-page .hbspt-form .hs-form input[type=datetime-local],
.gdpr-page .hbspt-form .hs-form input[type=date],
.gdpr-page .hbspt-form .hs-form input[type=month],
.gdpr-page .hbspt-form .hs-form input[type=time],
.gdpr-page .hbspt-form .hs-form input[type=week],
.gdpr-page .hbspt-form .hs-form input[type=number],
.gdpr-page .hbspt-form .hs-form input[type=email],
.gdpr-page .hbspt-form .hs-form select,
.gdpr-page .hbspt-form .hs-form select.hs-input,
.gdpr-page .hbspt-form .hs-form textarea {
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #bbbbbb;
    position: relative;
    font-family: 'Roboto', sans-serif;
    border-radius: 0;
    color: #606060;
}

.gdpr-page .form-handler{
    margin: 0;
    opacity: 0;
}

.gdpr-page #hsFormHandler{
    opacity: 0;
    height: 0;
    margin: 0;
}

.gdpr-page .IN-widget{
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    margin-bottom: 35px;
    margin-top: 0;
    position: relative;
    z-index: 10;
}

.gdpr-page .form-wrap {
    box-sizing: border-box;
}

.gdpr-page .form-wrap .input {
    position: relative;
}

.gdpr-page .form-wrap .hbspt-form .field {
    margin-bottom: 50px;
}


.gdpr-page .form-wrap .hbspt-form .hs-form-field {
    position: relative;
}

.gdpr-page .form-wrap .hbspt-form .hs-form-field label {
    font-weight: normal;
    font-size: 15px;
    color: #606060;
    position: absolute;
    left: 0;
    top:-10px;
    transition: all 300ms ease-in-out;
    text-transform: uppercase;
    margin-bottom: 0;
}

.gdpr-page .form-wrap .hbspt-form .hs-form-field label span{
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.33;
    letter-spacing: 1.2px;
    text-align: left;
    color: #606060!important;
    transition: all 300ms ease-in-out;
}

.gdpr-page .form-wrap .hbspt-form .hs-form-field.focus label {
    font-size: 11px;
    top: -24px;
}

.gdpr-page .form-wrap .hbspt-form .hs-form-field.focus label span{
    font-size: 11px !important;
    color: #0b8dcc!important;

}

.gdpr-page .form-wrap .hbspt-form .field.hs_country label{
    font-size: 11px;
    top: -15px;
}

.gdpr-page .form-wrap .hbspt-form .field.hs_country label{
    font-size: 11px!important;
    top: -24px!important;
}

.gdpr-page .form-wrap .hbspt-form .hs-form-field.hs-fieldtype-select label span{
    font-size: 11px!important;
    color: #0b8dcc!important
}

.gdpr-page .form-wrap .hbspt-form .hs-error-msgs {
    position: relative;
    font-size: 10px;
}

.gdpr-page .form-wrap .hbspt-form .hs-error-msgs label {
    font-size: 10px !important;
    color: #e81c28;
    position: absolute;
    left: 0;
    border: 0;
    top: auto !important;
    bottom: -8px;
    text-transform: inherit;
}

.gdpr-page .form-wrap .hbspt-form .hs-button {
    box-shadow: none;
    border: none;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: none;
    background-image: none;
    width: 100%;
    height: 44px;
    border-radius: 22px;
    background-color: #0b8dcc;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: 1.4px;
    color: #ffffff;
    box-sizing: border-box;
}

.faq{
    width: 100%;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 50px 0;
}

.faq a{
    color: #ffffff;
    text-decoration: underline;
}


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

    .hidden-sm{
        display: block;
    }

    .width50{
        width: 100%;
    }

    .gdpr-page .form-wrap .hbspt-form{
        max-width: 300px;
        padding: 0 20px;
    }
    .gdpr-page .form-wrap .hbspt-form .hs_submit{
        text-align: center;
    }

    .gdpr-intro{
        padding-top: 100px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 50px;
    }

    h1.page-heading{
        font-size: 24px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.42;
        letter-spacing: 2.4px;
        text-align: left;
    }
    .hr-line{
        margin: 30px 0;
    }
    .tile-2-slider{
        padding: 40px 20px;
    }

    .tile3{
        padding: 50px 20px;
    }

    .tile3 .width50{
        width: 100%;
    }
    .tile4{
        padding-bottom: 50px;
    }

    .tile4 h3{
        text-transform: uppercase;
    }

    .tile4 ul li{
        margin: 0 auto 30px;
    }

    .tile5 h3{
        margin: 0 auto 50px;
    }

    .tile5 ul li{
        margin-bottom: 30px;
    }

    .tile5 .img-box{
        max-width: 100%;
        padding: 0 20px;
    }

    .tile5 .desp{
        display: block;
        padding: 40px 20px 0;
    }

    .tile5 ul li:nth-child(odd) .desp,
    .tile5 ul li:nth-child(even) .desp{
        margin: 0 auto;
    }

    .tile5 p.tile5-botp{
        font-size: 14px;
        text-align: left;
        margin: 0 auto 50px;
        padding: 0 20px;
    }

    .tile6{
        padding: 50px 20px;
    }

    .tile6 h3.sub-heading{
        width: 100%;
        height: auto;
    }

    .tile6 .hr-line{
        display: inline-block;
        margin: 20px 0 50px;
    }

    .tile6 .img-box{
        margin: 0 auto;
        display: block;
    }

    .tile6 p.tile-para{
        width: 100%;
        height: auto;
    }

    .tile7{
        padding: 50px 20px;
    }

    .tile7 .base-wrap li{
        margin-bottom: 30px;
    }

    .tile7 .base-wrap li .desp{
        text-align: center;
    }

    .tile7 .base-wrap li:nth-child(2){
        margin-left: auto;
        margin-right: auto;
    }


    .tile8{
        padding: 50px 20px;
        background: #fafafa;
    }

    .tile8 .heading-wrap{
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
    }

    .tile8 .tile-para{
        text-align: left;
    }
    .tile8 .points li{
        text-align: left;
    }
    .tile9{
        padding: 50px 20px;
    }

    .tile9 .contact-txt{
        display: block;
        margin: 0 auto 50px;
    }

    .gdpr-page .form-wrap .hbspt-form{
        width: 100%;
        max-width: 100%;
    }
    .gdpr-page .hbspt-form .hs-form{
        padding: 20px 20px 35px;
    }
    .whiteBG{
        background-color: #fafafa;
    }
    .icon-wrap,
    .arrow-down-circle{
        display: none;
        z-index: -1;
        opacity: 0;
    }
}

@media (min-width: 1400px) {
    .max1170 {
        max-width: 1440px;
    }

    .gdpr-intro{
        padding-bottom: 355px;
    }    
}

