body{
    background-color: #1f242e;
}

.tile1 {
    padding-top: 42vh;
    padding-bottom: 49vh;
    color: #ffffff;
    background: #000000;
    text-align: center;
    background: url('https://i.l.inmobicdn.cn/website/website/6.0.1/v5/img/trends/banner.jpg') bottom no-repeat;
    background-size: cover;
}

.tile1 h1 {
    margin-top: 0;
    font-size: 46px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: 1.3px;
    text-align: center;
    color: #ffffff;
}

.tile1 .para {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 40px auto 50px;
}

.tile2{
    margin-top: -150px;
}

.tile2 .btn{
    margin-bottom: 10vh;
}

.tile2 .tile-heading{
    margin-bottom: 100px;
}

.tile2 .marketer-card{
    width: 361px;
    height: 300px;
    border-radius: 5px;
    box-shadow: 0px 30px 60px 0 rgba(11, 77, 204, 0.1);
    background-color: #ffffff;
    padding: 40px;
}

.marketer-card .card-heading{
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #0b4dcc;
    margin-bottom: 24px;
}

.marketer-card .card-text{
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
    color: #6f7c95;
}

.tile2 ul{
    text-align: center;
}

.tile2 ul li{
    margin: 0 1.1% 100px;
    display: inline-block;
    vertical-align: top;
}

.tile2 .marketer-card.lockcard{
    position: relative;
}

.marketer-card.lockcard .lockbg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background: rgba(150,150,150,.9);
    border-radius: 5px;
}

.marketer-card.lockcard .lockbg img{
    width: 29px;
    height: auto;
    margin-top: calc(50% - 81px);
    margin-bottom: 18px;
}

.marketer-card.lockcard .lockcard-txt{
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.48;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.marketer-card.lockcard .card-heading,
.marketer-card.lockcard .card-text{
    filter: blur(4px);
}

.tile3{
    padding-bottom: 22vh;
}

.tile2 .tile-heading,
.tile3 .tile-heading{
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

/*
.testimonial-wrap.trends-slider-wrap .testimonial-box{
    max-width: 620px;
    padding-top: 8vh;
}

.testimonial-box .number{
    font-size: 92px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.52;
    letter-spacing: normal;
    text-align: center;
    color: #a3afc7;
}

.testimonial-box .title{
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 2.4px;
    text-align: center;
    color: #0b4dcc;
    text-transform: uppercase;
    margin: 35px auto;
    max-width: 490px;
}

.testimonial-box .testimonial-text{
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 1.6px;
    text-align: center;
    color: #1f242e;
}*/

.speakerimg{
    max-width: 169px;
    width: 100%;
    height: auto;
}

.authorname{
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 10px;
}

.desig,
.company{
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 1.2px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.spesaker-list {
    text-align: center;
    max-width: 1100px;
    margin: 90px auto 30px;
}

.spesaker-list li{
    display: inline-block;
    margin: 0 45px 50px;
}

/************    hubspot form css.   *************/
.hbspt-form .hs-form, .hs-form {
    max-width: 1000px;
}
.form-columns-2{
    font-family: Poppins !important;
    padding-bottom: 10px !important;
    width: 100% !important;
    float: left;
}
.hbspt-form .hs-form span{
    font-size: 14px !important;
}
.hs-input[type="text"], .hs-input[type="email"], .hs-input[type="tel"]{
    width: 100% !important;
    border: none !important;
    border-bottom: 1px solid #e1e1e1 !important;
    background: transparent !important;
    border-radius: 0px !important;
}
.hs-input[type="text"]:focus, .hs-input[type="email"]:focus, .hs-input[type="tel"]:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #0b4dcc !important;
}
.hs-error-msgs{
    padding: 0 !important;
}
.hs-error-msgs label{
    color: #fd7f72 !important;
    font-family: 'Poppins' !important;
    margin: 2px 0 !important;
}
.hbspt-form .hs-form.stacked .hs-form-field .hs-error-msgs{
    bottom: unset !important;
}
.hbspt-form .hs-form.stacked .hs-form-field .hs-error-msgs label{
    color: #fd7f72 !important;
    font-family: 'Poppins' !important;
}
.hs-form-field{
    width: 100% !important;
}
.legal-consent-container .hs-dependent-field span, .hbspt-form .hs-form .legal-consent-container p{
    font-family: 'Poppins' !important;
    color: #6f7c95 !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    display: inline-block;
    white-space: nowrap;
    line-height: 1.2;
    vertical-align: middle;
}
.form-columns-1 .hs-form-field > label >span{
    font-size: 14px !important;
    font-weight: 300 !important;
    color: #6f7c95 !important;
    font-family: Poppins !important;
}
.hs-fieldtype-textarea .input{
    text-align: left !important;
}
textarea.hs-input{
    width: 95% !important;
    border: 1px solid #e1e1e1 !important;
    background: transparent !important;
}
select.hs-input{
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #e1e1e1 !important;
    width: 100% !important;
    background-color: transparent !important;
    font-family: 'Poppins' !important;
    font-size: 12px !important;
    opacity: 0.6 !important;
}
.hs-submit{
    width: 100% !important;
    margin: 0 4% !important;
}
.hs-submit input[type="submit"]{
    background-color: #0b4dcc !important;
    border-radius: 25px !important;
    margin: 0 auto !important;
    font-size: 12px !important;
    padding: 15px 30px !important;
    width: auto !important;
}
.hs-richtext{
    text-align: left !important;
}
.hbspt-form .hs-form.stacked .hs-fieldtype-booleancheckbox{
    margin-bottom: 0px;
}
.hs-form-booleancheckbox > label{
    display: flex !important;
    white-space: nowrap !important;
}


.hbspt-form{
    margin: 0 auto;
    width: 100%;
    padding: 20px 20px;
}

.hbspt-form{
    width: 100%;
    max-width: 650px;
}

.hbspt-form .hs-form fieldset{
    max-width: 100%;
    width: 100%;
}


.hbspt-form .hs-form *,
.hbspt-form .hs-form p,
.hbspt-form .hs-form label,
.hbspt-form .hs-form span {
    font-family: 'Poppins';
}

.hbspt-form .hs-form .input .hs-input{
    max-width: 100%;
}

.hbspt-form .hs-form .input .hs-input .form-columns-2{
    margin: 0;
}

.hbspt-form .hs-form .input .hs-input,
.hbspt-form .hs-form.stacked .hs-form-field label{
    text-align: center;
}

.hbspt-form .hs-form.stacked.hs-form-private select.hs-input{
    padding: 0;
}

.hbspt-form .hs-form .hs-button.primary.large{
    text-transform: uppercase;
    font-size: 15px!important;
    width: 180px!important;
}

.legal-consent-container .hs-dependent-field .inputs-list input[type=radio], 
.legal-consent-container .hs-dependent-field .inputs-list input[type=checkbox],
.hs-form-booleancheckbox-display span{
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.legal-consent-container .hs-dependent-field .inputs-list input[type=radio], 
.legal-consent-container .hs-dependent-field .inputs-list input[type=checkbox]{
    margin-right: 10px;
}

.hs_error_rollup .hs-error-msgs.inputs-list label{
    text-align: center;
    font-size: 14px !important;
    color: #6f7c95 !important;
}

.hbspt-form .hs-submit{
    margin: 50px auto 0 !important;
}

.hbspt-form .submitted-message,
.hbspt-form .submitted-message p {
    text-align: center;
}

.hbspt-form .hs-form.stacked .field {
    position: relative;
    margin-bottom: 28px;
}

@media (max-width: 768px) {

    .tile1{
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .tile1 h1{
        font-size: 36px;
    }
    .tile1 .para{
        padding: 0 20px;
        font-size: 16px;
    }

    .tile2 {
        margin-top: auto;
        padding: 0 20px;
    }

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

    .tile2 .tile-heading{
        padding: 0 20px;
        margin-bottom: 50px;
    }

    .tile2 .marketer-card{
        width: 100%;
        max-width: 290px;
        padding: 30px;
    }

    .marketer-card .card-heading{
        font-size: 20px;
    }

    .marketer-card .card-text{
        font-size: 13px;
    }

    .tile2 .btn{
        margin-bottom: 50px;
    }

    .marketer-card.lockcard .lockcard-txt{
        padding: 0 20px;
    }

/*    .testimonial-wrap.trends-slider-wrap .testimonial-box{
        width: 265px;
    }

    .testimonial-wrap.trends-slider-wrap .testimonial-box{
        overflow-y: hidden;
    }

    .testimonial-box .number{
        font-size: 60px;
    }

    .testimonial-box .title{
        font-size: 19px;
    }*/

    .tile3{
        padding-left: 20px;
        padding-right: 20px;
    }

    .spesaker-list{
        margin: 50px auto;
    }

    .spesaker-list li{
        width: 100%;
        vertical-align: top;
        margin: 0 auto 50px;
    }

}

@media (min-width: 1400px) {
    .tile2 ul li {
        margin: 0 40px 100px;
    }
}
