.sqhv-grid__img .playbtn{
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%, -50%);
            transform:translate(-50%, -50%);
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button{
    -webkit-appearance:none;
}
input[type="number"]{
    -moz-appearance:textfield;
}
.input-text, .input-text-focus, .input-text-disabled, .input-text-error, .input-text-search, .input-text-search-action, .input-text-loading{
    position:relative;
    display:block;
}
.input-text-copy-action{
    position:relative;
    display:block;
    margin-top:10px;
}
.input-text-loading{
    display:inline-block;
}
.text-box-list-title{
    letter-spacing:2px;
    text-transform:uppercase;
    font-size:16px;
    margin-top:10px;
}
.input-text input, .input-text-focus input, .input-text-disabled input, .input-text-error input{
    margin-right:12px;
    border:none;
    color:rgb(49, 68, 81);
    height:47px;
    padding:19px 30px 6px 12px;
    outline:none;
    font-size:14px;
    border-radius:4px;
    width:200px;
    border:1px solid rgba(49, 68, 81, 0.3);
    transition:background-color 500ms;
}
.input-text > label, .input-text-focus > label, .input-text-disabled > label, .input-text-error > label{
    color:rgba(49, 68, 81, 0.6);
    font-size:14px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:12px;
    transition:all 200ms;
    top:14px;
}
.form-t-disabled > label{
    opacity:0.4;
}
.input-text input:focus + label, .input-text-focus input:focus + label{
    margin-top:-10px;
    font-size:12px;
}
.input-text input:valid ~ label, .input-text-focus input:valid ~ label{
    margin-top:-10px;
    font-size:12px;
}
.input-text-focus input{
    background-color:#efeff4;
    border:1px solid #000;
}
.input-text-error input{
    border:1px solid rgb(250, 0, 0);
    color:rgba(250, 0, 0);
    background-color:rgba(255, 85, 85, 0.239216);
}
.error{
    color:#f00;
    background-color:transparent;
    margin-top:10px;
    max-width:200px;
    line-height:16px;
    font-size:13px;
}
.input-text-search-div > i.icon:not(.link), .input-text-search-action-div > i.icon:not(.link), .input-text-right-loading > i.icon:not(.link), .input-text-left-loading > i.icon:not(.link){
    pointer-events:none;
}
.input-text-search-div > i.icon, .input-text-search-action-div > i.icon, .input-text-right-loading > i.icon, .input-text-left-loading > i.icon{
    cursor:default;
    position:absolute;
    line-height:1;
    text-align:center;
    top:0px;
    left:0px;
    margin:0em;
    height:100%;
    width:2.67142857em;
    opacity:0.5;
    border-radius:0em 0.28571429rem 0.28571429rem 0em;
    transition:opacity 0.3s ease;
}
i.icon, i.icons{
    font-size:1em;
}
.input-text-search-div > i.icon:before, .input-text-search-action-div > i.icon:before, .input-text-search-div > i.icon:after, .input-text-search-action-div > i.icon:after, .input-text-right-loading > i.icon:before, .input-text-right-loading > i.icon:after, .input-text-left-loading > i.icon:before, .input-text-left-loading > i.icon:after{
    left:0;
    position:absolute;
    text-align:center;
    top:50%;
    width:100%;
    margin-top:-0.5em;
}
i.icon.search:before{
    content:"\f002";
}
i.icon:before{
    background:none !important;
}
.input-text-right-loading > i.icon{
    right:0px;
    left:inherit;
}
.input-text-search-div, .input-text-search-action-div{
    position:relative;
}
.input-text-search-div input, .input-text-search-action-div input, .input-text-right-loading input, .input-text-left-loading input, .input-text-copy-action input{
    margin:0em;
    max-width:100%;
    -webkit-flex:1 0 auto;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
    outline:none;
    -webkit-tap-highlight-color:rgba(255, 255, 255, 0);
    text-align:left;
    line-height:1.2142em;
    font-family:"Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding:12px 10px 12px 40px;
    background:#ffffff;
    border:1px solid rgba(34, 36, 38, 0.15);
    color:rgba(0, 0, 0, 0.87);
    border-radius:0.28571429rem;
    transition:box-shadow 0.1s ease, border-color 0.1s ease;
    box-shadow:none;
}
.input-text-right-loading input{
    padding:12px 40px 12px 10px;
}
.input-text-copy-action input{
    padding:12px;
}
.input-text-right-loading > i.icon:before, .input-text-left-loading > i.icon:before{
    position:absolute;
    content:"";
    top:45%;
    left:44%;
    margin:-0.64285714em 0em 0em -0.64285714em;
    width:1.28571429em;
    height:1.28571429em;
    border-radius:500rem;
    border:0.2em solid rgba(0, 0, 0, 0.1);
}
@-webkit-keyframes button-spin{
    from{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg);
    }
}
@keyframes button-spin{
    from{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg);
    }
}
.input-text-right-loading > i.icon:after, .input-text-left-loading > i.icon:after{
    position:absolute;
    content:"";
    top:45%;
    left:44%;
    margin:-0.64285714em 0em 0em -0.64285714em;
    width:1.28571429em;
    height:1.28571429em;
    -webkit-animation:button-spin 0.6s linear;
    animation:button-spin 0.6s linear;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
    border-radius:500rem;
    border-color:#767676 transparent transparent;
    border-style:solid;
    border-width:0.2em;
    box-shadow:0px 0px 0px 1px transparent;
}
.action-button{
    cursor:pointer;
    display:inline-block;
    min-height:1em;
    outline:none;
    border:none;
    margin:0px;
    padding:16px 15px 16px;
    margin-left:-6px;
    border-radius:0px 0.28571429rem 0.28571429rem 0px;
    line-height:1em;
    letter-spacing:0px;
    background-color:#ff704c;
    color:#ffffff;
    font-weight:200;
}
.input-text-prelabel, .input-text-postlabel{
    position:relative;
    font-weight:normal;
    font-style:normal;
    display:-webkit-inline-flex;
    display:-ms-inline-flexbox;
    display:inline-flex;
    color:rgba(0, 0, 0, 0.87);
}
.input-text-prelabel > .label, .input-text-postlabel > .label{
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    margin:0;
    font-size:1em;
}
.label, .pslabel{
    cursor:pointer;
    display:inline-block;
    line-height:1;
    background-color:#ffffff;
    padding:10px;
    border:1px solid rgba(49, 68, 81, 0.3);
    border-radius:0.28571429rem;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
    letter-spacing:0px;
    color:#314451;
}
.pslabel{
    border-radius:0.28571429rem;
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
    margin:0px;
}
.bg{
    background-color:#efeff4;
    color:#314451;
}
.input-text-prelabel input, .input-text-postlabel input{
    border:1px solid rgba(49, 68, 81, 0.3);
    border-left:0px;
    padding-left:10px;
    outline:none;
    border-radius:0.28571429rem;
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
}
.input-text-postlabel input{
    border-left:1px solid rgba(49, 68, 81, 0.3);
    border-right:0px;
    border-radius:0.28571429rem;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
}
.img{
    width:100%;
    height:auto;
}
.form-container{
    text-align:center;
}
.form-container .single-field-container, .form-container .form-field-container{
        padding:15px 0;
    }
.form-container .single-field-container input[type="number"], .form-container .single-field-container input[type="text"], .form-container .single-field-container input[type="tel"]{
            vertical-align:top;
            height:44px;
            margin-bottom:10px;
            border-radius:0.28571429rem;
            border-top-right-radius:0px;
            border-bottom-right-radius:0px;
        }
.form-container .single-field-container button{
            margin-bottom:10px;
            border-top-left-radius:0px;
            border-bottom-left-radius:0px;
        }
.form-container .single-field-container .displayblock{
            display:table;
            margin:0 auto 10px;
        }
.form-container .single-field-container .displayblock .mnone{
                margin:0px;
                width:100%;
            }
.form-container .form-field-container .input-text{
            display:inline-block;
            margin-bottom:10px;
        }
.form-container .form-field-container button{
            margin-bottom:10px;
            vertical-align:top;
        }
.form-container .form-field-container input[type="number"], .form-container .form-field-container input[type="text"], .form-container .form-field-container input[type="tel"]{
            padding:19px 30px 6px 12px;
            border-radius:4px;
        }
.form-container .form-field-container .action-button{
            vertical-align:top;
            padding:17px 15px 16px;
            border-radius:5px;
        }
.form-container .form-field-container .displayblock{
            display:table;
            margin:0 auto 10px;
        }
.form-container input[type="number"], .form-container input[type="text"], .form-container input[type="tel"]{
        border:1px solid rgba(49, 68, 81, 0.3);
        padding:12px;
        outline:none;
        border-radius:0.28571429rem;
        border-top-left-radius:0px;
        border-bottom-left-radius:0px;
        color:#333;
    }
.form-container__header{
    margin-bottom:10px;
    font-weight:bold;
    letter-spacing:-1px;
    font-size:34px;
    line-height:41px;
    margin-top:20px;
}
.form-container__header:empty{
        display:none;
    }
.form-container__subheader{
    margin-top:5px;
    margin-bottom:20px;
    font-size:18px;
    line-height:24px;
}
.form-container__subheader:empty{
        display:none;
    }
.head--one{
    font-size:21px;
    margin:0 0 5px;
}
.head--two{
    font-size:16px;
}
.err{
    color:red;
    display:none;
    margin-bottom:10px;
}
.success{
    color:rgb(var(--color_text_highlight));
    display:none;
    margin-bottom:10px;
}
.block{
    padding:50px 0px;
    border-top:1px solid rgba(0, 0, 0, 0.02);
    border-bottom:1px solid rgba(0, 0, 0, 0.02);
    margin-top:-1px;
}
.block h2, .block .h2{
        margin-bottom:10px;
        font-weight:bold;
        letter-spacing:-1px;
    }
.block h2:empty, .block .h2:empty{
            display:none;
        }
.block h4, .block .h4{
        margin-top:5px;
        margin-bottom:20px;
    }
.block h4:empty, .block .h4:empty{
            display:none;
        }
.block p:empty{
            display:none;
        }
.block img{
        max-width:100%;
    }
@media screen and (max-width: 767px){
        .block h2, .block .h2{
            margin:5px;
        }
        .block h4, .block .h4{
            margin:10px;
        }
        .block .single-field-container{
            padding:5px 0px;
        }
    }
.block.dark{
        background-color:var(--baseDark_color);
        color:#fff;
    }
.block.dark h2, .block.dark .h2, .block.dark h4, .block.dark .h4, .block.dark p{
            color:#fff;
        }
.block.dark p.success{
                color:green;
                display:none;
            }
.block.dark p.err{
                color:red;
                display:none;
            }
.block.grey-bg{
        background:rgb(var(--bg_grey-5));
    }
.block.dark-bg{
        background-color:var(--baseDark_color);
        color:#fff;
    }
.block .block__action{
        margin-top:20px;
    }
.block .block__action:empty{
            display:none;
        }
.block.no-padding-bottom{
        padding-bottom:0;
    }
.block.no-padding-top{
        padding-top:0;
    }
.block.no-padding{
        padding:0;
    }
.block.blog-section{
        border:none;
        padding:0;
        margin-top:50px;
    }
.block.blog-section.boxed{
            padding:15px 0;
            background:rgb(var(--bg_grey-5));
            border-radius:3px;
        }
.block.blog-section.boxed.dark{
                background-color:var(--baseDark_color);
                color:#fff;
            }
.block.blog-section.boxed.dark h2, .block.blog-section.boxed.dark h4, .block.blog-section.boxed.dark p{
                    color:#fff;
                }
.block.blog-section.boxed.dark-2{
                background-color:#142632;
                color:#fff;
            }
.block.blog-section.boxed.dark-2 h2, .block.blog-section.boxed.dark-2 h4, .block.blog-section.boxed.dark-2 p{
                    color:#fff;
                }
.block.blog-section.boxed.dark-3{
                background-color:#24323d;
                color:#fff;
            }
.block.blog-section.boxed.dark-3 h2, .block.blog-section.boxed.dark-3 h4, .block.blog-section.boxed.dark-3 p{
                    color:#fff;
                }
.block.blog-section.full-width-image img, .block.blog-section.four-eight-column img, .block.blog-section.eight-four-column img, .block.blog-section.two-column-content img{
                max-width:100%;
            }
.block.blog-section.full-width-image .card-body, .block.blog-section.four-eight-column .card-body, .block.blog-section.eight-four-column .card-body, .block.blog-section.two-column-content .card-body{
                padding:0;
            }
.block.blog-section.full-width-image .card-body h2, .block.blog-section.four-eight-column .card-body h2, .block.blog-section.eight-four-column .card-body h2, .block.blog-section.two-column-content .card-body h2{
                    margin-top:0;
                }
.block.blog-section.banner-column{
            text-align:center;
        }
.block.blog-section.banner-column img{
                display:inline-block;
                max-width:100%;
            }
.block.blog-section.mt-0{
            margin-top:0px;
        }
.img_column{
    padding:40px 0;
}
.author-wrapper{
    border-top:1px solid rgba(48, 68, 81, 0.16);
    padding:40px 20px 40px 170px;
    margin-top:50px;
    opacity:0.79;
    font-size:14px;
    color:var(--baseDark_color);
    position:relative;
    margin:30px auto;
    min-height:160px;
}
@media screen and (min-width: 0px) and (max-width: 767px){
.author-wrapper{
        padding-top:160px;
        padding-left:20px;
        text-align:center
}
    }
.author-wrapper img{
        position:absolute;
        top:40px;
        left:20px;
        max-width:120px;
    }
@media screen and (min-width: 0px) and (max-width: 767px){
.author-wrapper img{
            left:50%;
            -webkit-transform:translateX(-50%);
                    transform:translateX(-50%)
    }
        }
.author-wrapper__header{
    font-size:24px;
}
.heading-container h2, .heading-container h3{
        margin:0;
        display:block;
        color:inherit;
        line-height:inherit;
        font-size:inherit;
        font-weight:inherit;
    }
.subheading-container h5, .subheading-container h4, .subheading-container h3{
        margin:0;
        display:block;
        color:inherit;
        line-height:inherit;
        font-size:inherit;
        font-weight:inherit;
    }
.content-markdown p, .content-markdown li{
        font-size:16px;
        color:rgb(var(--bg_grey-6));
    }
@media screen and (max-width: 768px){
.content-markdown p, .content-markdown li{
            list-style:none;
            text-align:justify;
            font-size:16px;
            line-height:30px;
            letter-spacing:0.024em;
            word-spacing:2px;
    }
        }
.content-markdown table li{
            color:inherit;
        }
@media screen and (max-width: 768px){
.content-markdown table li{
                list-style:none;
                text-align:justify;
                font-size:16px;
                line-height:30px;
                letter-spacing:0.024em;
                word-spacing:2px;
        }
            }
a.article-link, .a-inverted{
    color:var(--baseDark_color);
}
a.article-link:hover, a.article-link:active, a.article-link:focus, .a-inverted:hover, .a-inverted:active, .a-inverted:focus{
        color:var(--link_active_color);
        outline:none;
        text-decoration:none;
    }
.container.grid-960{
    max-width:960px;
}
a.article-link{
    color:var(--baseDark_color);
}
a.article-link:hover, a.article-link:active, a.article-link:focus{
        color:var(--link_active_color);
        outline:none;
        text-decoration:none;
    }
.block.block--content{
    background-color:#fff;
    padding:50px 0;
    border-top:1px solid rgba(var(--bg_dark) / 10%);
    color:rgba(49, 68, 81, 0.7);
}
@media screen and (max-width: 767px){
.block.block--content{
        padding:40px 0 30px
}
    }
@media screen and (max-width: 767px){
.block.block--content .mobile-max-content{
            max-width:500px;
            margin:auto
    }
        }
.block.block--content .bdr, .block.block--content .bdr-two{
        position:relative;
    }
.block.block--content .bdr:after, .block.block--content .bdr-two:after{
            content:"";
            height:40%;
            width:1px;
            position:absolute;
            right:0;
            top:15%;
            background:#ddd;
        }
@media screen and (min-width: 0px) and (max-width: 767px){
.block.block--content .bdr:after, .block.block--content .bdr-two:after{
                display:none
        }
            }
.block.block--content .bdr-two:after{
            top:35%;
        }
.block.block--content .h-30{
        height:30px;
    }
.block.block--content p{
        font-size:14px;
        line-height:1.6em;
        color:inherit;
    }
.block.block--content h4, .block.block--content .h4{
        font-size:14px;
        font-weight:bold;
    }
.block.block--content h4.h-underline, .block.block--content .h4.h-underline{
        font-size:14px;
        position:relative;
        text-transform:uppercase;
        letter-spacing:1px;
        margin-bottom:25px;
        margin-top:20px;
    }
@media screen and (max-width: 767px){
.block.block--content h4.h-underline, .block.block--content .h4.h-underline{
            font-size:14px
    }
        }
.block.block--content h4.h-underline:after, .block.block--content .h4.h-underline:after{
            content:"";
            display:block;
            position:absolute;
            left:0;
            top:100%;
            width:40px;
            border-top:1px solid rgba(49, 68, 81, 0.7);
            margin-top:10px;
        }
.block.block--content h5.h-spaced, .block.block--content .h5.h-spaced{
        font-weight:700;
        font-size:14px;
        text-transform:uppercase;
        letter-spacing:1px;
        margin:25px 0 10px;
    }
.block.block--content .h4 h5, .block.block--content .h4 h4, .block.block--content .h4 h3, .block.block--content .h5 h5, .block.block--content .h5 h4, .block.block--content .h5 h3{
        margin:0;
        display:block;
        color:inherit;
        line-height:inherit;
        font-size:inherit;
        font-weight:inherit;
    }
.block.block--content .text-green{
        color:rgb(var(--color_text_highlight));
        font-size:16px;
    }
.block.block--content.grey{
        border-top:none;
        background:rgb(246, 248, 251);
    }
@media screen and (min-width: 767px){
.block.block--content.grey{
            padding:50px 0
    }
        }
.block.block--content.grey + .block--content{
        border-top:none;
    }
.block.block--content.dark-blue{
        border-top:none;
        background:#1c2c37;
        color:rgba(255, 255, 255, 0.7);
    }
.block.block--content.dark-blue h2, .block.block--content.dark-blue .h2{
            color:#fff;
            font-size:24px;
            font-weight:400;
        }
.block.block--content.dark-blue strong{
            color:#fff;
        }
.block.block--content.block-cta .cc__bodytext p{
                font-size:16px;
                line-height:30px;
                letter-spacing:0.024em;
                word-spacing:2px;
                padding-left:0;
                list-style:none;
            }
.block.block--content.block-cta .cc__bodytext p span{
                    color:rgba(var(--bg_accent) / 70%);
                }
.block.block--content.block-cta .cc__bodytext .cc__action a{
                margin-top:15px;
                margin-bottom:40px;
            }
.content-header{
    text-align:center;
    margin-bottom:40px;
}
.content-header h2, .content-header .h2{
        font-size:28px;
        line-height:1.3em;
        font-weight:500;
        margin-top:0;
        margin-bottom:8px;
    }
.content-header h2 strong, .content-header .h2 strong{
            font-weight:500;
        }
@media screen and (max-width: 767px){
.content-header h2, .content-header .h2{
            font-size:28px
    }
        }
.content-header .h2 h2, .content-header .h2 h3{
        margin:0;
        display:block;
        color:inherit;
        line-height:inherit;
        font-size:inherit;
        font-weight:inherit;
    }
.content-header > h2 img, .content-header > .h2 img{
        max-width:50px;
        margin-right:15px;
        margin-top:-5px;
        line-height:1;
        font-size:10px;
    }
@media screen and (max-width: 767px){
.content-header > h2 img, .content-header > .h2 img{
            max-width:35px;
            margin-right:5px
    }
        }
.content-header > h2 .content-icon-bw, .content-header > .h2 .content-icon-bw{
        margin-right:15px;
        margin-top:-5px;
    }
@media screen and (max-width: 767px){
.content-header > h2 .content-icon-bw, .content-header > .h2 .content-icon-bw{
            margin-right:5px
    }
        }
.content-header .sh--uppercase{
        font-size:16px;
        letter-spacing:1px;
        color:var(--baseDark_color);
    }
.content-header .sh--big{
        font-size:24px;
    }
.content-header .sh--small{
        color:var(--baseDark_color);
    }
.content-header.content-header--media{
    margin-top:75px;
    text-align:right;
    border-right:2px solid rgb(var(--bg_light-2));
    padding-right:15px;
}
@media screen and (min-width: 0px) and (max-width: 991px){
.content-header.content-header--media{
        text-align:center;
        border-right:none;
        margin-top:20px
}
    }
.leader--content__video{
    margin:60px auto 0;
    text-align:center;
}
.leader--content__video.mt{
        margin-top:20px;
    }
@media screen and (min-width: 0px) and (max-width: 767px){
.leader--content__video{
        margin:30px auto 0
}
    }
.leader--content__video a{
        color:var(--link_active_color);
    }
.leader--content__video a:hover, .leader--content__video a:active, .leader--content__video a:focus{
            color:var(--baseDark_color);
            text-decoration:none;
        }
.leader--content__video ul{
        padding:0;
        display:inline-block;
    }
.leader--content__video ul li{
            list-style-type:none;
            padding-left:80px;
            font-size:14px;
            text-align:left;
            position:relative;
        }
.leader--content__video ul li:before{
                content:"";
                background-image:url("/static/img/common/content_sprite.png");
                background-position:-10px -500px;
                position:absolute;
                top:7px;
                left:0;
                width:50px;
                height:34px;
            }
.leader--content__video ul li span{
                font-size:12px;
                color:var(--baseDark_color);
                display:block;
            }
.leader--content__video ul li:hover:before{
            background-position:-10px -446px;
        }
.leader-box{
    max-width:800px;
    margin:auto;
    padding-bottom:20px;
    text-align:center;
}
.leader-box p{
        margin-bottom:20px;
        font-size:14px;
        line-height:1.6em;
    }
.leader-box p.lg{
        font-size:16px;
    }
@media screen and (max-width: 767px){
.leader-box{
        max-width:500px
}
    }
.leader-box--icon{
    position:relative;
    padding-left:140px;
    text-align:left;
}
.leader-box--icon .lb-icon{
        position:absolute;
        top:0;
        left:0;
        text-align:center;
    }
.leader-box--icon .lb-icon img{
            max-width:120px;
        }
@media screen and (max-width: 767px){
.leader-box--icon{
        padding-left:0
}
        .leader-box--icon .lb-icon{
            position:relative;
            margin-bottom:15px;
        }
    }
.leader-box-2{
    margin-bottom:60px;
    color:var(--baseDark_color);
    text-align:center;
}
@media screen and (max-width: 767px){
.leader-box-2{
        margin-bottom:40px
}
    }
.leader-box-2 p{
        font-size:16px;
        line-height:1.6em;
    }
.content-media{
    width:100%;
    position:relative;
    font-size:14px;
}
.content-media p{
        font-size:inherit;
        color:rgb(var(--bg_grey-6));
    }
.content-media strong{
        font-weight:inherit;
        color:var(--baseDark_color);
    }
.content-media img{
        position:static;
        margin:10px auto 0;
        display:block;
    }
.content-media img[src=""]{
        display:none;
    }
.content-media h4, .content-media .h4{
        text-transform:uppercase;
        font-size:inherit;
        font-weight:700;
        margin-bottom:5px;
    }
.content-media h5, .content-media .h5{
        text-transform:uppercase;
        font-weight:400;
        font-size:inherit;
        margin:15px 0;
        letter-spacing:1px;
    }
.content-media .h4 h5, .content-media .h4 h4, .content-media .h4 h3, .content-media .h5 h5, .content-media .h5 h4, .content-media .h5 h3{
        margin:0;
        display:block;
        color:inherit;
        line-height:inherit;
        font-size:inherit;
        font-weight:inherit;
    }
.content-media .h4:empty, .content-media .h5:empty{
            display:none;
        }
.content-media h5:after, .content-media .h5-underline:after{
            content:"";
            border-top:1px solid rgba(49, 68, 81, 0.7);
            display:block;
            margin:10px auto 0;
            width:40px;
        }
.content-media h5 h5:after, .content-media h5 h4:after, .content-media h5 h3:after, .content-media .h5-underline h5:after, .content-media .h5-underline h4:after, .content-media .h5-underline h3:after{
        display:none;
    }
.content-media--center{
    margin-left:auto;
    margin-right:auto;
    max-width:337px;
    text-align:center;
}
@media screen and (min-width: 0px) and (max-width: 767px){
.content-media--center{
        margin-top:20px
}
    }
.content-media--center .min-h{
        min-height:80px;
    }
.content-media--left{
    text-align:left;
    padding-left:100px;
    margin-top:20px;
    margin-bottom:30px;
    min-height:70px;
}
@media screen and (min-width: 0px) and (max-width: 767px){
.content-media--left{
        margin-top:0;
        max-width:500px;
        margin-left:auto;
        margin-right:auto
}
    }
.content-media--left img{
        position:absolute;
        left:0px;
        top:-12px;
        margin:0;
        max-width:96px;
    }
.content-media--left img.top-fix{
            top:0;
        }
.content-media--left h4, .content-media--left .h4{
        position:relative;
        margin-bottom:30px;
    }
.content-media--left h4:after, .content-media--left .h4:after{
            content:"";
            display:block;
            position:absolute;
            left:0;
            top:100%;
            width:40px;
            border-top:1px solid rgba(49, 68, 81, 0.7);
            margin-top:10px;
        }
.content-media--left h4.no-bdr, .content-media--left .h4.no-bdr{
            margin-bottom:10px;
        }
.content-media--left h4.no-bdr:after, .content-media--left .h4.no-bdr:after{
                content:"";
                display:none;
            }
.content-media--left h4 h5:after, .content-media--left h4 h4:after, .content-media--left h4 h3:after, .content-media--left .h4 h5:after, .content-media--left .h4 h4:after, .content-media--left .h4 h3:after{
        display:none;
    }
.content-text p{
        font-size:inherit;
        color:rgb(var(--bg_grey-6));
    }
.content-text strong{
        font-weight:inherit;
        color:var(--baseDark_color);
    }
.content-text .h4{
        font-size:14px;
        font-weight:bold;
        margin-top:20px;
        margin-bottom:20px;
    }
.content-text .h4 h5, .content-text .h4 h4, .content-text .h4 h3{
        margin:0;
        display:block;
        color:inherit;
        line-height:inherit;
        font-size:inherit;
        font-weight:inherit;
    }
.content-text .h4.h4-underline{
            position:relative;
            text-transform:uppercase;
            letter-spacing:1px;
            margin-bottom:25px;
            margin-top:20px;
        }
@media screen and (max-width: 767px){
.content-text .h4.h4-underline{
                font-size:14px;
        }
            }
.content-text .h4.h4-underline:after{
                content:"";
                display:block;
                position:absolute;
                left:0;
                top:100%;
                width:40px;
                border-top:1px solid rgba(49, 68, 81, 0.7);
                margin-top:10px;
            }
.content-text .h4.h4-underline h5:after, .content-text .h4.h4-underline h4:after, .content-text .h4.h4-underline h3:after{
        display:none;
    }
.grid-list{
    padding:0;
    margin:0 auto;
    max-width:770px;
    list-style-type:none;
}
.grid-list li, .grid-list > *{
        float:left;
        width:50%;
        height:260px;
        overflow:hidden;
        border-bottom:2px solid rgb(var(--bg_light-2));
        padding:15px 0;
    }
.grid-list li:nth-child(1), .grid-list li:nth-child(2), .grid-list > *:nth-child(1), .grid-list > *:nth-child(2){
            padding-top:0;
        }
.grid-list li:nth-last-child(2):nth-child(odd), .grid-list li:last-child, .grid-list > *:nth-last-child(2):nth-child(odd), .grid-list > *:last-child{
            border-bottom:none;
        }
.grid-list li:nth-child(odd), .grid-list > *:nth-child(odd){
            border-right:2px solid rgb(var(--bg_light-2));
        }
.grid-list li .content-media, .grid-list > * .content-media{
            margin-top:0;
        }
.grid-list--flex{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
                flex-wrap:wrap;
        -webkit-align-items:stretch;
            -ms-flex-align:stretch;
                align-items:stretch;
    }
.grid-list--flex > *{
            height:auto;
            min-height:260px;
        }
@media screen and (max-width: 599px){
.grid-list{
        margin-bottom:0px
}
        .grid-list--flex{
            display:block;
        }
        .grid-list li, .grid-list > *{
            border:none;
            float:none;
            width:100%;
            height:auto;
            padding:0 0 50px;
        }
            .grid-list li:nth-child(odd), .grid-list > *:nth-child(odd){
                border:none;
            }
    }
.row-bdr > .bdr{
        position:relative;
    }
.row-bdr > .bdr:after{
            content:"";
            height:40%;
            width:1px;
            position:absolute;
            right:0;
            top:15%;
            background:#ddd;
        }
@media screen and (min-width: 0px) and (max-width: 767px){
.row-bdr > .bdr:after{
                display:none
        }
            }
.row-bdr > .bdr:last-child:after{
            display:none;
        }
.content-video{
    text-align:center;
}
.content-video a{
        color:inherit;
    }
.content-video a:hover, .content-video a:active, .content-video a:focus{
        text-decoration:none;
        color:inherit;
    }
.content-video ul{
        list-style-type:none;
        margin:0;
        padding:0;
        position:relative;
    }
.content-video ul > li{
        position:relative;
        box-shadow:0 1px 3px rgba(var(--bg_dark) / 12%), 0 1px 2px rgba(var(--bg_dark) / 24%);
        border-radius:3px;
        overflow:hidden;
        background-color:#fff;
        font-size:16px;
        font-weight:bold;
        z-index:0;
        margin:0 auto 20px;
        max-width:340px;
    }
.content-video ul > li .thumb{
            position:relative;
            background-color:rgb(var(--bg_grey-5));
            padding-top:56.25%;
        }
.content-video ul > li .thumb img{
            position:absolute;
            top:0;
            left:0;
            width:100%;
            display:block;
        }
.content-video ul > li .thumb:after{
            transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            -webkit-transform:scale(1) translate3d(0, 0, 0);
                    transform:scale(1) translate3d(0, 0, 0);
            position:absolute;
            display:block;
            content:"";
            width:100px;
            height:100px;
            background:url("/static/img/common/content_sprite.png") no-repeat -10px -748px transparent;
            top:50%;
            left:50%;
            margin-top:-50px;
            margin-left:-50px;
            -webkit-transform:scale(0.6);
                    transform:scale(0.6);
        }
.content-video ul > li .thumb:hover:after{
            -webkit-transform:scale(0.5) translate3d(0, 0, 0);
                    transform:scale(0.5) translate3d(0, 0, 0);
        }
.content-video ul > li img{
            width:100%;
        }
@media screen and (max-width: 991px) and (min-width: 767px){
        .content-video ul > li.active{
            width:388px;
        }
    }
@media screen and (min-width: 767px){
        .content-video ul{
            margin:90px 0 60px;
            min-height:250px;
        }
        .content-video ul > li{
            max-width:none;
            width:260px;
            color:rgba(49, 68, 81, 0.7);
            position:absolute;
        }
            .content-video ul > li.left{
                left:0;
                width:171px;
                top:17px;
                font-size:12px;
            }
            .content-video ul > li.right{
                right:0;
                width:171px;
                top:17px;
                font-size:12px;
            }
            .content-video ul > li .content-video__all{
                background-color:var(--baseDark_color);
                padding:50px 0;
                color:#fff;
                text-transform:uppercase;
                font-size:20px;
                line-height:1.6em;
                text-align:center;
            }
            .content-video ul > li.last{
                right:12%;
                z-index:1;
            }
            .content-video ul > li.first{
                left:12%;
                z-index:1;
            }
            .content-video ul > li.active{
                z-index:2;
                width:368px;
                box-shadow:0 3px 6px rgba(var(--bg_dark) / 16%), 0 3px 6px rgba(var(--bg_dark) / 23%);
                left:50%;
                top:45%;
                -webkit-transform:translate3d(-50%, -50%, 0);
                        transform:translate3d(-50%, -50%, 0);
                font-size:18px;
                color:var(--baseDark_color);
            }
                .content-video ul > li.active .thumb:after{
                    -webkit-transform:scale(1);
                            transform:scale(1);
                }
                .content-video ul > li.active .thumb:hover:after{
                    -webkit-transform:scale(0.9);
                            transform:scale(0.9);
                }
    }
.content-video__desc{
    color:inherit;
    text-align:left;
    line-height:1.4em;
    padding:16px 12px;
}
.content--insurere{
    max-width:690px;
    margin:auto;
}
.content--insurere ul{
        border-bottom:1px solid #ddd;
        text-align:center;
        padding:0;
    }
.content--insurere ul.bdn{
            border-bottom:none;
        }
.content--insurere ul li{
            overflow:hidden;
            text-align:center;
            display:inline-block;
            margin:0 10px 10px 6px;
            vertical-align:middle;
        }
.content--insurere ul li img{
                max-width:80px;
            }
.grid--max__width{
    max-width:860px;
    margin:auto;
}
.grid--max__width p{
        font-size:14px;
    }
@media screen and (min-width: 767px){
        .grid--max__width .pr{
            padding-right:34px;
        }
        .grid--max__width .pl{
            padding-left:34px;
            padding-right:0;
        }
    }
.accordian-tab a.accordian-tab__header{
        padding:20px 50px 20px 20px;
        display:block;
        color:var(--baseDark_color);
        font-size:20px;
        text-decoration:none;
        position:relative;
    }
.accordian-tab a.accordian-tab__header:after{
            content:"";
            background-image:url(/static/img/common/content_sprite.png);
            position:absolute;
            top:50%;
            margin-top:-15px;
            right:0;
            width:30px;
            height:30px;
            background-position:-10px -604px;
        }
.accordian-tab a.accordian-tab__header:hover, .accordian-tab a.accordian-tab__header:active{
            text-decoration:none;
        }
@media screen and (max-width: 767px){
.accordian-tab a.accordian-tab__header{
            font-size:16px
    }
        }
.accordian-tab ul.accordian-tab-item{
        padding-left:20px;
        overflow:hidden;
        position:relative;
        max-height:0;
        opacity:0.9;
        -webkit-transform:translateZ(0);
                transform:translateZ(0);
        transition:all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    }
.accordian-tab ul{
        list-style-type:none;
        padding:0;
    }
.accordian-tab ul li.has-sub{
            border-bottom:1px solid #ddd;
        }
.accordian-tab ul li.has-sub.active a.accordian-tab__header{
                    position:relative;
                }
.accordian-tab ul li.has-sub.active a.accordian-tab__header:after{
                        background-position:-10px -554px;
                    }
.accordian-tab ul li.has-sub.active ul.accordian-tab-item{
                    transition:all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
                    max-height:1500px;
                    opacity:1;
                }
.accordian-tab ul li.has-sub:last-child{
                border-bottom:none;
            }
.accordion-list__open{
    position:relative;
    width:100%;
}
.accordion-list__open p{
        line-height:23px;
        font-size:14px;
        padding:20px;
        padding-top:5px;
    }
.accordion-list__open ul.list{
        margin:0 0 30px;
        display:block;
        padding:0 37px;
    }
.accordion-list__open ul.list li{
            font-size:14px;
            margin:5px 0;
            list-style-type:disc;
        }
.block--home{
    border:none;
    padding:70px 0 60px;
}
@media screen and (min-width: 0px) and (max-width: 767px){
.block--home{
        padding:40px 0 30px
}
    }
.block--home h2, .block--home .h2{
        text-align:center;
        font-weight:300;
        margin-bottom:15px;
        margin-top:15px;
    }
@media screen and (min-width: 0px) and (max-width: 767px){
.block--home h2, .block--home .h2{
            font-size:28px;
            margin:0
    }
        }
.block--home .h2 h2, .block--home .h2 h3{
        margin:0;
        display:block;
        color:inherit;
        line-height:inherit;
        font-size:inherit;
        font-weight:inherit;
    }
.block--home .h3 h5, .block--home .h3 h4, .block--home .h3 h3{
        margin:0;
        display:block;
        color:inherit;
        line-height:inherit;
        font-size:inherit;
        font-weight:inherit;
    }
.block--home h5.sub-hdr{
        font-size:16px;
        color:rgba(49, 68, 81, 0.8);
    }
.block--home.block--grey{
        background-color:rgb(var(--bg_grey-5));
    }
.content-icon-irdai-dark, .content-icon-quote-icon, .content-icon-bw{
    background-image:url(/static/img/common/content_sprite.png);
    background-repeat:no-repeat;
}
.content-icon-irdai-dark{
    width:78px;
    height:36px;
    vertical-align:middle;
    margin-right:10px;
    background-position:-10px -654px;
    display:inline-block;
}
.content-icon-quote-icon{
    width:33px;
    height:31px;
    margin:20px 0;
    display:inline-block;
    background-position:-10px -868px;
}
.content-icon-bw{
    width:50px;
    height:51px;
    display:inline-block;
    background-position:-10px -98px;
    vertical-align:middle;
}
.content-desc{
    line-height:1.5;
}
.content-desc p, .content-desc ul li{
        font-size:inherit;
        line-height:inherit;
    }
.content-desc-top, .content-desc p{
        font-size:24px;
        margin:66px 0 30px;
    }
.content-desc-bottom, .content-desc p{
        font-size:18px;
        margin:15px 0 30px;
    }
.cfHeroBG{
    width:100%;
    min-height:315px;
    margin-top:-64px;
    padding-top:64px;
    overflow:hidden;
    position:relative;
    color:#fff;
    text-align:center;
}
.cfHeroBG:after{
        content:" ";
        background-color:rgba(60, 61, 65, 0.89);
        position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
        z-index:1;
    }
@media screen and (max-width: 499px){
.cfHeroBG{
        padding-left:10px;
        padding-right:10px
}
    }
.cfHeroBG__img{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    width:100%;
    z-index:0;
}
@media screen and (max-width: 991px){
.cfHeroBG__img{
        height:100%;
        width:auto
}
    }
.cfHeroBG__text{
    position:relative;
    max-width:767px;
    margin:90px auto 64px;
    z-index:2;
}
.cfHeroBG__heading{
    font-size:32px;
    padding-top:54px;
    margin-bottom:18px;
    line-height:1.2em;
}
.cfHeroBG__heading h1, .cfHeroBG__heading h2, .cfHeroBG__heading h3, .cfHeroBG__heading p{
        font-size:inherit;
        color:inherit;
        margin:auto;
        line-height:inherit;
    }
.cfHeroBG__subheading{
    font-size:20px;
    margin-bottom:23px;
    line-height:1.2em;
}
.cfHeroBG__subheading h3, .cfHeroBG__subheading p{
        font-size:inherit;
        color:inherit;
        margin:auto;
        line-height:inherit;
    }
.green-tick{
    background:url(/static/img/icons/seo/ic_green_tick.svg) no-repeat 0% center;
    background-size:18px 13px;
    font-size:16px;
    padding-left:20px;
}
.red-cross{
    background:url(/static/img/icons/seo/ic_red_cross.svg) no-repeat 0% center;
    background-size:18px 13px;
    font-size:16px;
    padding-left:20px;
}
.section-steps img{
        display:block;
        width:100%;
        max-width:100px;
        margin:0 auto 10px;
    }
.section-steps img.small-icon{
            width:70px;
            margin-top:10px;
        }
.section-steps h2, .section-steps .h2{
        font-weight:normal;
        margin-top:30px;
        line-height:1.3em;
        text-align:center;
    }
.section-steps .h2 h2, .section-steps .h2 h3{
        margin:0;
        display:inline-block;
        color:inherit;
        line-height:inherit;
        font-size:inherit;
        vertical-align:middle;
        font-weight:inherit;
    }
.section-steps .sect_subheader{
        font-size:18px;
        margin-bottom:20px;
        text-align:center;
    }
.section-steps .sect_color{
        border:solid 1px rgba(49, 68, 81, 0.1);
        border-left:solid 3px #59c6c5;
        background:#f7f7fa;
        padding:20px;
    }
.section-steps ul{
        list-style:none;
        padding:40px 0 0;
        counter-reset:steps-counter;
    }
.section-steps ul li{
            padding:0 100px 20px;
            float:left;
            width:50%;
            min-height:170px;
            line-height:22px;
            opacity:0.7;
            position:relative;
            counter-increment:steps-counter;
        }
@media screen and (min-width: 0px) and (max-width: 767px){
.section-steps ul li{
                padding:0 20px 20px 95px;
                width:100%
        }
            }
.section-steps ul li:before{
                content:counter(steps-counter);
                position:absolute;
                text-align:center;
                min-width:100px;
                top:30px;
                left:0;
                font-size:110px;
                font-weight:300;
                opacity:0.7;
            }
.section-steps p{
        margin:20px 0;
    }
.section-steps .sect_pointer{
        padding:20px;
    }
@media screen and (min-width: 768px){
.cms-wrapper{
        padding-top:20px;
        padding-bottom:20px
}
    }
.cms-wrapper.grid-960 .container{
        max-width:960px;
        margin:auto;
    }
@media screen and (max-width: 768px){
            .cms-wrapper.grid-960 .container p{
                font-size:16px;
                padding-left:0;
                line-height:30px;
                letter-spacing:0.024em;
                word-spacing:2px;
            }
        }
.cms-wrapper.pb0{
        padding-bottom:0;
    }
.cms-wrapper.pt0{
        padding-top:0;
    }
.cms-wrapper.bg-grey{
        background:rgb(var(--bg_grey-3));
    }
.cms-wrapper.bg-grey-2{
        background:rgb(var(--bg_grey-5));
    }
.cms-wrapper.bg-grey-3{
        background:#e8eaec;
    }
.cms-wrapper.bg-green{
        background:#00bd9b;
    }
.cms-wrapper.bg-purple{
        background:#ced1ff;
    }
.cms-wrapper.bg-blue{
        background:#d9f0ff;
    }
.cms-wrapper.note{
        background:#fff0cc;
    }
@media screen and (max-width: 767px){
.cms-wrapper{
        padding-top:5px;
        padding-bottom:0
}
        .cms-wrapper .cc .cc__title{
            margin-top:0;
        }
        .cms-wrapper .cc .cc__bodytext{
            margin-top:0;
        }
    }
.two-column-text{
    -webkit-column-count:2;
            column-count:2;
    -webkit-column-gap:50px;
            column-gap:50px;
}
.text-left{
    text-align:left;
}
.cc{
    text-align:center;
}
@media screen and (min-width: 768px){
.cc .cc__title{
            font-weight:normal;
            margin-top:30px;
            line-height:1.2;
            font-size:30px
    }
        }
@media screen and (min-width: 0px) and (max-width: 767px){
.cc .cc__title{
            font-size:28px;
            margin-top:0px
    }
        }
.cc .cc__title h1, .cc .cc__title .h1{
            font-size:28px;
            line-height:1.4;
        }
.cc .cc__title h2, .cc .cc__title .h2{
            font-size:26px;
            line-height:1.35;
        }
.cc .cc__title h3, .cc .cc__title .h3{
            font-size:24px;
            line-height:1.35;
        }
.cc .cc__title h4, .cc .cc__title .h4{
            font-size:22px;
            line-height:1.35;
        }
.cc .cc__title h5, .cc .cc__title .h5{
            font-size:20px;
            line-height:1.35;
        }
.cc .cc__title h6, .cc .cc__title .h6{
            font-size:18px;
            line-height:1.35;
        }
.cc .cc__title h1, .cc .cc__title h2, .cc .cc__title h3, .cc .cc__title h4, .cc .cc__title h5, .cc .cc__title h6, .cc .cc__title .h1, .cc .cc__title .h2, .cc .cc__title .h3, .cc .cc__title .h4, .cc .cc__title .h5, .cc .cc__title .h6{
            margin:0;
        }
.cc .cc__title span.circled{
            background-color:#ccc;
            width:90px;
            height:90px;
            line-height:90px;
            border-radius:50%;
            display:inline-block;
        }
.cc.medium .cc__title{
            font-size:30px;
        }
.cc.medium .cc__title h1{
                font-size:28px;
            }
.cc.medium .cc__title h2{
                font-size:26px;
            }
.cc.floater{
        background:#fff;
        box-shadow:0 3px 6px rgba(var(--bg_dark) / 16%), 0 3px 6px rgba(var(--bg_dark) / 23%);
        padding:30px;
        border-radius:3px;
    }
.cc.text-left{
        text-align:left;
    }
.cc.text-right{
        text-align:right;
    }
@media screen and (min-width: 0px) and (max-width: 767px){
.cc.text-left-xs{
            text-align:left
    }
        }
.cc > *:empty{
        display:none;
    }
.cc .cc__img img{
            margin-top:30px;
        }
@media screen and (min-width: 0px) and (max-width: 767px){
.cc .cc__img img{
                max-width:100%;
                height:auto
        }
            }
.cc .cc__img img[src=""]{
            display:none;
        }
.cc.icon_small .cc__img img{
                height:50px;
            }
.cc .cc__tag{
        font-size:12px;
        letter-spacing:1px;
        margin-top:30px;
        font-weight:bold;
    }
@media screen and (min-width: 767px){
.cc .cc__tag{
            margin-bottom:-20px
    }
        }
.cc .cc__introtext{
        font-size:16px;
    }
@media screen and (min-width: 768px){
.cc .cc__introtext, .cc .cc__bodytext{
            margin-top:30px;
    }
        }
@media screen and (max-width: 767px){
            .cc .cc__introtext p, .cc .cc__introtext li, .cc .cc__bodytext p, .cc .cc__bodytext li{
                padding-left:0;
                font-size:16px;
                list-style:none;
                line-height:30px;
                letter-spacing:0.024em;
                word-spacing:2px;
                text-align:justify;
            }
            .cc .cc__introtext ul, .cc .cc__introtext ol, .cc .cc__bodytext ul, .cc .cc__bodytext ol{
                padding-left:20px;
            }
                .cc .cc__introtext ul li, .cc .cc__introtext ol li, .cc .cc__bodytext ul li, .cc .cc__bodytext ol li{
                    font-size:14px;
                    text-align:justify;
                }
        }
.cc .cc__introtext p, .cc .cc__introtext li, .cc .cc__bodytext p, .cc .cc__bodytext li{
        font-size:16px;
        color:rgb(var(--bg_grey-6));
    }
@media screen and (max-width: 768px){
.cc .cc__introtext p, .cc .cc__introtext li, .cc .cc__bodytext p, .cc .cc__bodytext li{
            list-style:none;
            text-align:justify;
            font-size:16px;
            line-height:30px;
            letter-spacing:0.024em;
            word-spacing:2px;
    }
        }
.cc .cc__introtext table li, .cc .cc__bodytext table li{
            color:inherit;
        }
@media screen and (max-width: 768px){
.cc .cc__introtext table li, .cc .cc__bodytext table li{
                list-style:none;
                text-align:justify;
                font-size:16px;
                line-height:30px;
                letter-spacing:0.024em;
                word-spacing:2px;
        }
            }
.cc .cc__subtitle{
        font-size:18px;
        color:rgb(var(--bg_grey-6));
        margin:0 auto;
        max-width:750px;
        line-height:150%;
    }
@media screen and (min-width: 0px) and (max-width: 767px){
.cc .cc__subtitle{
            margin-top:10px;
            font-size:16px
    }
        }
.cc .cc__subtitle p{
            font-size:16px;
            line-height:150%;
            margin:0;
        }
@media screen and (min-width: 0px) and (max-width: 767px){
.cc .cc__subtitle p{
                font-size:16px
        }
            }
.cc .cc__subtitle.top-margin{
            margin-top:30px;
        }
.cc .cc__embed{
        margin-top:30px;
    }
@media screen and (min-width: 0px) and (max-width: 767px){
.cc .cc__embed iframe{
                width:100% !important
        }
            }
.cc .cc__widget{
        margin-top:30px;
    }
.cc .cc__action a{
            margin-top:30px;
        }
.cc .cc__action a[href=""]{
            display:none;
        }
.cc.invert *, .cc.invert p, .cc.invert li{
            color:#fff;
        }
.responsive_iframe iframe{
    width:100%;
    max-width:720px;
    height:405px;
}
@media (max-width: 499px){
    .responsive_iframe iframe{
        height:300px;
    }
}
.dropdown{
    margin:20px 0px 25px 30px;
    position:fixed;
    bottom:0;
    z-index:10;
}
@media only screen and (max-width: 600px){
    .dropdown{
        margin:20px 0px 20px 17px;
    }
}
.dropbtn{
    cursor:pointer;
    color:rgb(var(--color_base));
    padding:5px 10px;
    max-width:100%;
    background:white;
}
.dropbtn img{
    margin-bottom:1px;
}
.dropbtn-full-border{
    box-shadow:0 1px 14px rgba(195, 197, 212, 0.57);
    border-radius:100px;
    border:1px solid rgba(74, 81, 226, 0.25);
}
.dropbtn-half-border{
    border-radius:0px 0px 10px 10px;
    border-top:none;
    box-shadow:1px 2px 20px rgba(195, 197, 212, 0.8);
}
.dropdown .dropdown-content{
    cursor:pointer;
    position:absolute;
    background-color:white;
    z-index:-1;
    bottom:100%;
    width:100%;
    border-radius:10px 10px 0px 0px;
    box-shadow:1px 2px 20px 0px rgba(195, 197, 212, 0.8);
}
.dropdown-content a{
    color:rgb(var(--color_base));
    padding:12px 16px;
    text-decoration:none;
    display:block;
    width:auto;
}
.dropdown-content a:hover{
    background-color:#ddd;
}
.dropdown-block{
    display:block;
}
.dropdown-none{
    display:none;
}
.current_page{
    padding:0 7px;
}
table.art-table{
    border:1px solid #ccc;
    width:100%;
    margin:0;
    padding:0;
    border-collapse:collapse;
    border-spacing:0;
    table-layout:fixed;
}
table.art-table tr{
    border:1px solid #aba3a3;
    padding:5px;
}
table.art-table th, table.art-table td{
    padding:10px;
    text-align:center;
    word-break:break-word;
}
table.art-table th.text-right, table.art-table td.text-right{
        text-align:right;
    }
table.art-table th.text-left, table.art-table td.text-left{
        text-align:left;
    }
table.art-table th.text-center, table.art-table td.text-center{
        text-align:center;
    }
table.art-table td{
    text-align:left;
    border-right:1px solid #aba3a3;
}
table.art-table td:last-child{
        border-right:none;
    }
table.art-table th{
    text-transform:uppercase;
    font-size:14px;
    letter-spacing:1px;
    background-color:var(--baseDark_color);
    color:#fff;
}
@media screen and (max-width: 600px){
    table.art-table{
        border:0;
    }
    table.art-table thead{
        display:none;
    }
    table.art-table tr{
        margin-bottom:10px;
        display:block;
    }
    table.art-table td{
        display:block;
        text-align:right;
        font-size:13px;
        border-bottom:1px dotted #ccc;
        border-right:none;
    }
    table.art-table td:last-child{
        border-bottom:0;
    }
    table.art-table td:before{
        content:attr(data-label);
        float:left;
        text-transform:uppercase;
        font-weight:bold;
        margin-right:5px;
    }
}
.breadcrums-link{
    padding:0 0 10px !important;
}
.breadcrums-link a{
        color:#fff;
        font-size:14px;
        margin:0 15px;
        cursor:auto !important;
    }
.breadcrums-link a:first-child{
            cursor:auto !important;
            margin:0;
        }
.breadcrums-link a:last-child{
            cursor:default;
            text-decoration:none;
            margin:0;
        }
.breadcrums-link a img{
            max-width:6px;
            margin:0 0 0 5px;
        }
.breadcrumbs-wrapper{
    margin:12px 0 2px;
    padding:0;
}
.breadcrumbs-wrapper > a{
        text-decoration:none;
    }
.breadcrumbs-wrapper .next-icon{
        max-width:8px;
        margin:0 5px;
    }
.breadcrumbs-wrapper i.logo_icon.home-icon{
        font-size:14px;
    }
.breadcrumbs-wrapper i.logo_icon.home-icon:before{
        font-size:21px;
    }
.breadcrumbs-wrapper .home-icon{
        font-size:21px;
        color:rgb(var(--accent_bg_btn));
        margin:0;
        vertical-align:middle;
    }
.breadcrumbs-wrapper a{
        color:#337ab7;
        font-size:14px;
        cursor:auto;
    }
.breadcrumbs-wrapper span:last-child a{
        color:rgba(var(--bg_accent) / 70%);
        cursor:default;
        text-decoration:none;
        pointer-events:none;
    }
.star-rating-container .stars{
        text-align:center;
    }
.stars{
    margin-top:18px;
}
form{
    width:auto;
    display:inline-block;
}
form label.star-rating{
        cursor:pointer;
    }
.star-container{
    border:none;
    display:inline-block;
    margin:0 2px;
    padding:0;
}
.star-container:disabled label.star-rating{
            cursor:default;
        }
.star-container-indicator{
    display:inline-block;
}
.star-container-indicator .rating{
        margin-top:8px;
    }
.star-container-indicator label.star-rating{
        color:#ffd86b;
        text-shadow:0px 0px 1px #d2a118;
    }
input.star-rating{
    display:none;
}
label.star-rating{
    float:right;
    font-size:26px;
    color:#e6c551;
    text-shadow:0px 0px 1px #d2a118;
    transition:all 0.2s;
}
input.star-rating:checked ~ label.star-rating:before, label.star-rating.checked ~ label.star-rating:before, label.star-rating.checked:before{
    content:"\2605";
    color:#ffd86b;
    text-shadow:0px 0px 1px #d2a118;
    transition:all 0.25s;
}
input.star-rating__5:checked ~ label.star-rating:before, label.star-rating__5.checked ~ label.star-rating:before, label.star-rating__5.checked:before{
    color:#ffd86b;
    text-shadow:0px 0px 1px #d2a118;
}
input.star-rating__1:checked ~ label.star-rating:before, label.star-rating__1.checked ~ label.star-rating:before, label.star-rating__1.checked:before{
    color:#ffd86b;
}
.star-container:not(:disabled) > label.star-rating:hover{
    color:#ffd86b;
    text-shadow:0px 0px 1px #d2a118;
}
label.star-rating:before{
    content:"\2606";
}
.star-container:not(:disabled) > *:hover:before, .star-container:not(:disabled) > *:hover ~ label:before, .star-containering:not(:hover) > input:checked ~ label:before{
    content:"\2605";
    color:#ffd86b;
    text-shadow:0px 0px 1px #d2a118;
}
.rating-message-value{
    display:inline-block;
    vertical-align:top;
    margin:10px 2px;
}
.rating-message-value span.item-name{
        display:none;
    }
.rating-message-value{
    font-size:14px;
}
.rating-message-text{
    font-size:16px;
}
.tabable-section{
    margin:44px 0 24px;
}
.tabable-section__container{
        position:relative;
        min-height:520px;
    }
.tabable-section__container input.tabable-section__toggle{
            display:none;
        }
@media screen and (max-width: 767px){
.tabable-section__container{
            min-height:inherit
    }
        }
.tabable-section__label{
        background-color:#f5f5f5;
        border-bottom:1px solid #999;
        border-left:4px solid #dcdcdc;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
        padding:12px 15px;
        margin-bottom:10px;
        min-height:60px;
        cursor:pointer;
        position:relative;
        transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    }
.tabable-section__label:hover{
            background-color:rgba(var(--bg_white) / 90%);
            box-shadow:0 2px 4px 0 rgba(var(--bg_dark) / 20%), 0 -1px 0 0 rgba(var(--bg_dark) / 3%);
            border-left:4px solid rgb(var(--bg_accent));
        }
@media screen and (max-width: 767px){
            .tabable-section__label:hover{
                background-color:#f5f5f5;
                border-left:4px solid #dcdcdc;
            }
        }
@media screen and (min-width: 768px){
.tabable-section__label{
            margin-bottom:8px;
            width:20%
    }
            .tabable-section__label:after{
                display:none;
            }
        }
@media screen and (min-width: 1199px){
.tabable-section__label{
            width:25%
    }
        }
.tabable-section .tsl__icon{
        position:absolute;
        top:18px;
        right:12px;
        border-radius:50px;
        border:1px solid rgba(0, 0, 0, 0.1);
        width:25px;
        height:25px;
        text-align:center;
        padding-top:2px;
    }
.tabable-section .tsl__icon:after{
            content:"\002B";
        }
@media screen and (min-width: 767px){
.tabable-section .tsl__icon{
            display:none
    }
        }
input.tabable-section__toggle:checked + .tabable-section__label{
        background-color:rgba(var(--bg_white) / 90%);
        box-shadow:0 2px 4px 0 rgba(var(--bg_dark) / 20%), 0 -1px 0 0 rgba(var(--bg_dark) / 3%);
        border-left:4px solid rgba(var(--bg_accent) / 90%);
    }
@media screen and (max-width: 767px){
input.tabable-section__toggle:checked + .tabable-section__label{
            margin-bottom:0
    }
        }
input.tabable-section__toggle:checked + .tabable-section__label .tsl__icon:after{
                content:"\2212";
                transition:0.4s;
                -webkit-transition:0.8s;
            }
@media screen and (min-width: 767px){
input.tabable-section__toggle:checked + .tabable-section__label .tsl__icon{
                display:none
        }
            }
input.tabable-section__toggle:checked + .tabable-section__label + .tabable-section__item-content{
        display:block;
    }
@media screen and (max-width: 767px){
input.tabable-section__toggle:checked + .tabable-section__label + .tabable-section__item-content{
            transition:0.8s
    }
        }
.tabable-section__item-content{
        background:rgba(var(--bg_white) / 90%);
        padding:12px 20px 20px 20px;
        transition:0.4s;
        font-size:14px;
        line-height:1.6;
        margin-bottom:10px;
    }
@media screen and (min-width: 768px){
.tabable-section__item-content{
            display:none;
            padding-left:30px;
            position:absolute;
            top:0;
            left:20%;
            bottom:0;
            width:80%
    }
        }
@media screen and (min-width: 1199px){
.tabable-section__item-content{
            left:25%;
            width:75%
    }
        }
.tabable-section__item-content.tsic--scroller{
            overflow:auto;
        }
@media screen and (max-width: 767px){
        .tabable-section .tsic--scroller{
            overflow:auto;
            border-left:4px solid rgba(var(--bg_accent) / 90%);
            display:none;
        }
    }
.tsic__header{
    color:var(--baseDark_color);
    font-size:24px;
    display:block;
    margin-bottom:10px;
}
.tsic__content p, .tsic__content li{
        font-size:16px;
        color:rgb(var(--bg_grey-6));
    }
@media screen and (max-width: 768px){
.tsic__content p, .tsic__content li{
            list-style:none;
            text-align:justify;
            font-size:16px;
            line-height:30px;
            letter-spacing:0.024em;
            word-spacing:2px;
    }
        }
.tsic__content table li{
            color:inherit;
        }
@media screen and (max-width: 768px){
.tsic__content table li{
                list-style:none;
                text-align:justify;
                font-size:16px;
                line-height:30px;
                letter-spacing:0.024em;
                word-spacing:2px;
        }
            }
.tsic__content h3{
        font-size:22px;
    }
.faq{
    max-width:700px;
    margin:0 auto;
    text-align:left;
    position:relative;
}
@media screen and (min-width: 0px) and (max-width: 767px){
.faq{
        width:100%
}
    }
.faq .faq__icon{
        position:absolute;
        top:10px;
        left:10px;
        border-radius:50px;
        border:1px solid rgba(0, 0, 0, 0.1);
        width:25px;
        height:25px;
        text-align:center;
        line-height:20px;
        pointer-events:none;
    }
.faq .faq__icon:after{
            content:"\002B";
        }
.faq.faq--more{
        text-align:right;
        padding:30px 0 10px;
    }
.faq.active .faq__answer{
            max-height:none;
            min-height:20px;
            padding:10px 15px 10px 50px;
            background:rgba(255, 255, 255, 0.8);
            border-top-left-radius:0;
            border-top-right-radius:0;
        }
.faq.active .faq__answer p, .faq.active .faq__answer ul li, .faq.active .faq__answer ol li{
                font-size:inherit;
                line-height:inherit;
            }
.faq.active .faq__icon:after{
                content:"\002D";
            }
.faq.active .faq__question{
            border-bottom:none;
            background:#fff;
            border-radius:3px;
            box-shadow:0 1px 3px rgba(var(--bg_dark) / 12%), 0 1px 2px rgba(var(--bg_dark) / 24%);
            border-bottom-left-radius:0;
            border-bottom-right-radius:0;
        }
.faq.active .faq__question:hover{
                border-bottom:none;
                border-bottom-left-radius:0;
                border-bottom-right-radius:0;
            }
.faq .faq__question{
        font-size:16px;
        border-bottom:1px solid rgba(0, 0, 0, 0.15);
        cursor:pointer;
        padding:10px 15px;
        padding-left:50px;
        transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    }
.faq .faq__question:hover{
            background:#fff;
            border-radius:3px;
            box-shadow:0 1px 3px rgba(var(--bg_dark) / 12%), 0 1px 2px rgba(var(--bg_dark) / 24%);
            border-bottom:1px solid transparent;
        }
.faq .faq__question p{
            margin-bottom:0;
        }
.faq .faq__answer{
        max-height:0;
        min-height:0;
        overflow:hidden;
        padding:0 15px;
        background:#fff;
        border-radius:3px;
        box-shadow:0 1px 3px rgba(var(--bg_dark) / 12%), 0 1px 2px rgba(var(--bg_dark) / 24%);
        transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        padding-left:50px;
    }
.faq .faq__answer p{
            font-size:14px;
            line-height:1.6em;
        }
.modal-overlay{
    display:none;
    z-index:1001;
    top:0;
    left:0;
    bottom:0;
    right:0;
    position:fixed;
    background-color:rgba(0, 0, 0, 0.8);
    overflow-x:hidden;
    overflow-y:auto;
}
.modal-overlay.active{
        display:block;
    }
.modal-overlay .modal-content{
        background-color:var(--baseDark_color);
        transition:top 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        position:relative;
        margin:auto;
        max-width:800px;
        width:90%;
        top:-200%;
    }
.modal-overlay.active .modal-content{
        top:80px;
    }
.modal-overlay .close-overlay{
        border-radius:3px;
        width:90px;
        height:30px;
        color:#fff;
        position:absolute;
        z-index:1;
        background:url("/static/img/global/ic_close.png") no-repeat -15px center transparent;
        right:20px;
        top:20px;
        padding-left:35px;
        padding-top:4px;
        text-transform:uppercase;
        letter-spacing:1px;
        cursor:pointer;
    }
.modal-overlay .close-overlay:hover{
            background-color:rgba(255, 255, 255, 0.3);
        }
.modal-content--iframe-wrapper{
    position:relative;
    width:100%;
    padding-top:50%;
}
#video-frame iframe, .modal-content--iframe-wrapper iframe{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    display:none;
}
#video-frame iframe.reveal, .modal-content--iframe-wrapper iframe.reveal{
        display:block;
    }
.banner-link:hover{
        color:inherit;
        text-decoration:none;
    }
.banner-link{
    color:var(--baseDark_color);
    cursor:pointer;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    width:320px;
    background:linear-gradient(149.43deg, #f7f8fc 0%, #f7f8fc 27.67%, #ffffff 100%);
    box-shadow:0 1px 7px 0 rgba(0, 0, 0, 0.12);
}
.banner-link:hover{
        box-shadow:0 1px 9px 0 rgba(0, 0, 0, 0.12);
    }
@media (max-width: 499px){
.banner-link{
        margin:46px auto
}
    }
.banner-link img.bl__image{
    width:136px;
    border-radius:2px;
}
.bl__text{
    text-align:left;
    padding:14px 28px 14px 16px;
}
.section-list-title{
    background-color:#fbfafc;
}
.section-list-title__header{
        font-size:24px;
        text-align:center;
        padding:30px 0 47px;
    }
.section-list-title__list{
        list-style-type:none;
        padding-left:34px;
    }
.section-list-title__list li{
            padding-bottom:45px;
        }
.section-list-title__subtitles{
        display:inline-block;
        padding-left:10px;
        font-size:14px;
        font-weight:600;
    }
.section-list-title__text{
        padding-top:5px;
        font-size:14px;
        padding-right:35px;
    }
.section-with-rating{
    background-color:#fbfafc;
}
.section-with-rating__header{
        font-size:24px;
        text-align:center;
        padding:30px 0 47px;
    }
.section-with-rating__list{
        list-style-type:none;
        padding-left:22px;
    }
.section-with-rating__list li{
            padding-bottom:30px;
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
        }
.section-with-rating__list__element-right{
            margin-left:18px;
        }
.section-with-rating__expert{
        width:36px;
        height:37px;
    }
.section-with-rating__nominee{
        width:36px;
        height:33px;
    }
.section-with-rating__price{
        width:33px;
        height:40px;
        margin-right:3px;
    }
.section-with-rating__subtitles{
        font-size:14px;
        font-weight:600;
    }
.section-with-rating__text{
        font-size:14px;
        padding-right:35px;
    }
.irda-section__wrapper{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-justify-content:center;
            -ms-flex-pack:center;
                justify-content:center;
        padding:50px 0;
    }
.irda-section__text{
        padding-left:10px;
    }
.irda-section__insurer-wrapper{
        font-size:24px;
        font-weight:600;
        text-align:center;
        padding-bottom:40px;
    }
.section-call-now{
    text-align:center;
    padding-bottom:35px;
}
.section-call-now__call-head{
        color:rgba(var(--bg_accent) / 70%);
        font-size:16px;
        text-align:center;
        padding:35px 0px 14px;
    }
.section-call-now .w--button--orange__call-button{
        background:url(/static/img/lp-term/call-button.png) #ff704c no-repeat 13px 8px;
        padding:7px 31px 7px 40px;
        font-weight:bold;
        color:#fff;
        border:1px solid #f26a48;
        border-radius:3px;
        text-decoration:none;
    }
.sf__ratings-container{
    z-index:1;
    text-align:center;
    padding-bottom:40px;
}
.sf__ratings-container__sf__head{
        font-size:44px;
    }
.sf__ratings-container__src__stars{
        vertical-align:text-bottom;
        padding:0;
        margin:0;
    }
.sf__ratings-container__src__stars li{
            background-size:25px;
            background-repeat:no-repeat;
            vertical-align:middle;
            padding:15px;
            display:inline-block;
            background-position:center;
        }
.sf__ratings-container__src__link{
        color:#53659c;
        font-weight:600;
    }
.sf__ratings-container__star-fill{
        background-image:url(/static/img/lp-term/star-fill.svg);
    }
.sf__ratings-container__star-half{
        background-image:url(/static/img/lp-term/star-half.svg);
    }
.policy-stats-section{
    background:#eeeeee;
    margin-top:-10px;
}
.policy-stats-section__head{
        font-size:24px;
    }
.policy-stats-section__numbers{
        margin-top:0px;
        margin-bottom:30px;
    }
.policy-stats-section__numbers p{
            color:#314451;
            font-size:14px;
            text-align:center;
        }
.policy-stats-section__title{
        color:#314451;
        font-size:30px;
        margin-top:35px;
        text-align:center;
        font-weight:300;
    }
.policy-stats-section__text-center{
        margin-top:30px;
        text-align:center;
    }
.policy-stats-section__rupee{
        margin-bottom:4px;
    }
.cf-section--alter{
        background-color:#f7f8ff;
    }
.cf-section--8{
        padding-top:32px;
        padding-bottom:32px;
    }
.cf-section--10{
        padding-top:40px;
        padding-bottom:40px;
    }
.cf-section--15{
        padding-top:60px;
        padding-bottom:60px;
    }
.cf-section--26{
        padding-top:104px;
        padding-bottom:104px;
    }
.cf-section--20{
        padding-top:80px;
        padding-bottom:80px;
    }
.cf-section--22-5{
        padding-top:90px;
        padding-bottom:90px;
    }
.cf-section--24{
        padding-top:96px;
        padding-bottom:96px;
    }
.cf-section--30{
        padding-top:120px;
        padding-bottom:120px;
    }
.cf-section__label{
        color:rgb(var(--color_primary));
        text-transform:uppercase;
        letter-spacing:1px;
        font-size:18px;
        line-height:25px;
        font-weight:600;
        max-width:100%;
        margin-bottom:10px;
    }
.cf-section__heading{
        font-family:"Merriweather", serif !important;
        font-size:34px;
        max-width:100%;
        font-weight:bold;
    }
.cf-section__heading--3{
            margin-bottom:12px;
        }
.cf-section__heading--20{
            margin-bottom:80px;
        }
.cf-section__heading--lg{
            font-size:54px;
            line-height:1;
        }
.cf-section__info{
        color:rgba(var(--color_base) / 80%);
        font-size:20px;
        line-height:30px;
        max-width:100%;
        margin:0 auto;
    }
.cf-section__info > p, .cf-section__info > h1, .cf-section__info > h2, .cf-section__info > h3{
        color:inherit;
        font-size:inherit;
        font-weight:inherit;
        line-height:inherit;
        margin:0;
    }
.cf-card--white{
        background-color:#ffffff;
    }
.cf-card--bordered{
        padding:50px 30px;
        border:1px solid #dbdef4;
        border-radius:2px;
    }
.cf-card__icon{
        max-width:44px;
        margin-bottom:30px;
    }
.cf-card__title{
        height:33px;
        line-height:1;
        font-size:24px;
        font-weight:600;
        margin-bottom:18px;
    }
.cf-card__sub-title{
        font-size:18px;
        line-height:25px;
        font-weight:600;
        color:rgb(var(--color_primary));
        margin-bottom:6px;
    }
.cf-card__desc{
        opacity:0.7;
        font-size:18px;
        line-height:25px;
        font-weight:500;
    }
.cf-card__desc > p, .cf-card__desc > h1, .cf-card__desc > h2, .cf-card__desc > h3{
        color:inherit;
        font-size:inherit;
        font-weight:inherit;
        line-height:inherit;
        margin:0;
    }
.lined-title{
    text-align:center;
    padding-top:44px;
}
.lined-title hr{
        margin:0px;
        color:#979797;
    }
.lined-title__text{
        color:rgb(var(--color_primary));
        font-size:22px;
        line-height:30px;
        background-color:#fff;
        min-width:380px;
        height:30px;
        margin:0px;
        font-weight:bold;
        display:inline-block;
        -webkit-transform:translateY(-16px);
                transform:translateY(-16px);
        padding:0px 56px;
        text-transform:uppercase;
        letter-spacing:1px;
    }
.lined-title__bg-color__text{
            background-color:#f9f9fe;
        }
.featured-blocks-container{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:row;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-align-content:flex-start;
        -ms-flex-line-pack:start;
            align-content:flex-start;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
}
.orange-empty-btn{
    padding:18px 20px;
    color:rgb(var(--accent_bg_btn));
    background-color:transparent;
    border:2px solid rgb(var(--accent_bg_btn));
    border-radius:4px;
    outline:none;
    font-size:18px;
    font-weight:600;
    line-height:25px;
    transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.orange-empty-btn:hover{
        box-shadow:0 4px 14px 0 rgba(237, 91, 75, 0.5);
    }
.grid-boxes{
    padding:40px 36px;
    margin-bottom:40px;
    border:1px solid #dbdef4;
    border-radius:2px;
    background-color:#fff;
    color:rgb(var(--color_base));
}
.grid-boxes__title{
        position:relative;
        font-size:26px;
        font-weight:bold;
    }
.grid-boxes__title:after{
            position:absolute;
            content:"";
            height:2px;
            width:30px;
            background-color:rgb(var(--accent_bg_btn));
            left:0;
            border-radius:3px;
            bottom:-10px;
        }
.grid-boxes__info{
        margin-top:20px;
        font-size:18px;
        line-height:25px;
        opacity:0.7;
    }
.social-rating-widget{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    width:280px;
}
.social-rating-widget__item{
        -webkit-flex:1;
            -ms-flex:1;
                flex:1;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
                flex-direction:column;
        -webkit-align-items:flex-start;
            -ms-flex-align:start;
                align-items:flex-start;
        -webkit-justify-content:center;
            -ms-flex-pack:center;
                justify-content:center;
        min-height:46px;
        padding-left:50px;
        font-weight:600;
        font-size:18px;
        color:rgba(3, 3, 3, 0.6);
    }
.social-rating-widget__item--f{
            background:url(/static/img/icons/sc-f.svg) no-repeat left center;
            margin-right:8px;
            background-size:40px;
        }
.social-rating-widget__item--g{
            background:url(/static/img/icons/sc-g.svg) no-repeat left center;
            background-size:40px;
        }
.social-rating-widget__item img{
            margin-right:8px;
        }
.social-rating-widget__stars{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
    }
.social-rating-widget__stars img{
            width:12px;
            height:12px;
            margin-right:0;
        }
.cf-faq__item{
        padding:40px 120px 0px 40px;
        margin-bottom:18px;
        border:1px solid #dbdef4;
        background-color:#ffffff;
        color:rgb(var(--color_base));
        position:relative;
    }
.cf-faq__item.active .cf-faq__question{
                color:rgb(var(--accent_bg_btn));
            }
.cf-faq__item.active .cf-faq__answer{
                max-height:none;
                min-height:20px;
                padding-bottom:40px;
            }
.cf-faq__item.active .cf-faq__icon:before{
                content:"\002D";
            }
.cf-faq__icon{
        border:2px solid rgb(var(--accent_bg_btn));
        width:48px;
        height:48px;
        position:absolute;
        right:48px;
        top:34px;
    }
.cf-faq__icon:before{
            content:"\002B";
            display:block;
            color:rgb(var(--accent_bg_btn));
            text-align:center;
            font-size:32px;
            line-height:44px;
        }
.cf-faq__question > p, .cf-faq__question > h1, .cf-faq__question > h2, .cf-faq__question > h3{
        color:inherit;
        font-size:inherit;
        font-weight:inherit;
        line-height:inherit;
        margin:0;
    }
.cf-faq__question{
        transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        font-size:26px;
        font-weight:500;
        line-height:36px;
        padding-bottom:40px;
        cursor:pointer;
}
.cf-faq__answer{
        transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        overflow:hidden;
        font-size:18px;
        line-height:25px;
        max-height:0;
        min-height:0;
    }
.cf-faq__answer p, .cf-faq__answer ul li, .cf-faq__answer ol li{
            font-size:inherit;
            line-height:inherit;
        }
.icons-cards-wrapper{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
}
.icw__card{
        -webkit-flex:0 0 561px;
            -ms-flex:0 0 561px;
                flex:0 0 561px;
        max-width:561px;
        padding:40px 50px;
        border:1px solid #dbdef4;
        border-radius:2px;
        background-color:#ffffff;
        margin-bottom:18px;
    }
.icw__card .cf-card__title{
            margin-bottom:10px;
        }
.section-four-boxes .sfb-content{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-direction:row;
            -ms-flex-direction:row;
                flex-direction:row;
        -webkit-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
                flex-wrap:wrap;
        -webkit-justify-content:space-between;
            -ms-flex-pack:justify;
                justify-content:space-between;
        -webkit-align-content:flex-start;
            -ms-flex-line-pack:start;
                align-content:flex-start;
        -webkit-align-items:flex-start;
            -ms-flex-align:start;
                align-items:flex-start;
    }
.section-four-boxes .sfb-content .sfb__left{
            width:280px;
            height:450px;
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
            -webkit-flex-direction:column;
                -ms-flex-direction:column;
                    flex-direction:column;
            -webkit-flex-wrap:wrap;
                -ms-flex-wrap:wrap;
                    flex-wrap:wrap;
            -webkit-justify-content:center;
                -ms-flex-pack:center;
                    justify-content:center;
            -webkit-align-content:flex-start;
                -ms-flex-line-pack:start;
                    align-content:flex-start;
            -webkit-align-items:flex-start;
                -ms-flex-align:start;
                    align-items:flex-start;
        }
.section-four-boxes .sfb-content .sfb__right{
            width:670px;
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
            -webkit-flex-flow:row wrap;
                -ms-flex-flow:row wrap;
                    flex-flow:row wrap;
        }
.section-four-boxes .sfb-content .sfb__right .grid-boxes{
                width:294px;
                margin:20px;
            }
.section-how-it-works{
    width:1140px;
    margin:120px auto;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
}
.shiw--left{
    width:642px;
    height:482px;
    margin-right:70px;
    box-shadow:0px 0px 35px 10px rgba(0, 0, 0, 0.1);
    border:6px solid #fff;
}
.shiw--right{
    width:414px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-align-content:flex-start;
        -ms-flex-line-pack:start;
            align-content:flex-start;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
}
.shiw--right__steps{
        border:1px solid #dbdef4;
        border-radius:4px;
        margin:20px 0px 0px;
        padding:24px 33px;
    }
.shiw--right__steps li{
            list-style:none;
            font-size:18px;
            line-height:35px;
            position:relative;
            margin-bottom:30px;
            margin-left:30px;
            color:rgba(var(--color_base) / 70%);
        }
.shiw--right__steps li:before{
                position:absolute;
                content:"";
                height:8px;
                width:18px;
                border:3px solid rgb(var(--color_base));
                border-top:none;
                border-right:none;
                -webkit-transform:rotate(-45deg);
                        transform:rotate(-45deg);
                left:-35px;
                top:11px;
            }
.shiw--right__steps li.active{
                color:rgba(var(--accent_bg_btn) / 100%);
                font-weight:bold;
            }
.shiw--right__steps li.active:before{
                    border-color:rgba(var(--accent_bg_btn) / 100%);
                }
.shiw--right__steps li:last-child{
                margin-bottom:0px;
            }
.shiw--left__video video{
        width:100%;
        height:100%;
        margin-top:-2px;
    }
.section-two-boxes{
    padding:80px 0px;
}
.section-two-boxes .stb__title-container{
        text-align:center;
        max-width:700px;
        margin:0 auto;
    }
.section-two-boxes .stb-box-container{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-direction:row;
            -ms-flex-direction:row;
                flex-direction:row;
        -webkit-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
                flex-wrap:wrap;
        -webkit-justify-content:space-between;
            -ms-flex-pack:justify;
                justify-content:space-between;
        -webkit-align-content:flex-start;
            -ms-flex-line-pack:start;
                align-content:flex-start;
        -webkit-align-items:stretch;
            -ms-flex-align:stretch;
                align-items:stretch;
    }
.section-two-boxes .stb-box-container .grid-boxes{
            width:550px;
            box-shadow:2px 2px 22px 0 rgba(217, 219, 231, 0.8);
        }
.section-quick-help-videos a{
        text-decoration:none;
        color:rgb(var(--color_base));
    }
.section-quick-help-videos .orange-empty-btn{
        color:rgb(var(--accent_bg_btn));
    }
.section-quick-help-videos .orange-empty-btn:hover{
            color:rgb(var(--accent_bg_btn));
            text-decoration:none;
        }
.sqhv-grid{
    padding:16px;
    border:1px solid #dbdef4;
    border-radius:2px;
    background-color:#fff;
    width:100%;
    box-shadow:2px 2px 22px 0 rgba(217, 219, 231, 0.8);
}
.sqhv-grid__img{
        max-height:393px;
        overflow:hidden;
        position:relative;
    }
.sqhv-grid__img img{
            width:100%;
        }
.sqhv-grid__img .playbtn{
            width:75px;
        }
.sqhv-grid__text{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-direction:row;
            -ms-flex-direction:row;
                flex-direction:row;
        -webkit-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
                flex-wrap:wrap;
        -webkit-justify-content:flex-start;
            -ms-flex-pack:start;
                justify-content:flex-start;
        -webkit-align-content:flex-start;
            -ms-flex-line-pack:start;
                align-content:flex-start;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
    }
.sqhv-grid.bottom{
        margin-top:35px;
    }
.sqhv-content{
    height:522px;
    margin:64px 0px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:row;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-align-content:flex-start;
        -ms-flex-line-pack:start;
            align-content:flex-start;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
}
.sqhv-content__1x{
        width:323px;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
                flex-direction:column;
        -webkit-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
                flex-wrap:wrap;
        -webkit-justify-content:space-between;
            -ms-flex-pack:justify;
                justify-content:space-between;
        -webkit-align-content:flex-start;
            -ms-flex-line-pack:start;
                align-content:flex-start;
        -webkit-align-items:flex-start;
            -ms-flex-align:start;
                align-items:flex-start;
    }
.sqhv-content__1x .sqhv-grid{
            height:242px;
        }
.sqhv-content__1x .sqhv-grid__img{
                max-height:140px;
            }
.sqhv-content__1x .sqhv-grid__text{
                height:90px;
                font-size:18px;
                font-weight:500;
            }
.sqhv-content__2x{
        width:731px;
    }
.sqhv-content__2x .sqhv-grid{
            height:519px;
        }
.sqhv-content__2x .sqhv-grid__img{
                max-height:393px;
            }
.sqhv-content__2x .sqhv-grid__text{
                height:110px;
                font-size:24px;
                font-weight:bold;
            }
.section-trusted-logos{
    padding:40px 0px;
}
.section-trusted-logos .stl__logos{
        height:65px;
        margin-top:20px;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-direction:row;
            -ms-flex-direction:row;
                flex-direction:row;
        -webkit-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
                flex-wrap:wrap;
        -webkit-justify-content:center;
            -ms-flex-pack:center;
                justify-content:center;
        -webkit-align-content:flex-start;
            -ms-flex-line-pack:start;
                align-content:flex-start;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
    }
.section-trusted-logos .stl__logos__img{
            margin:0px 21px;
            max-height:65px;
            max-width:100%;
        }
.section-trusted-logos .stl__logos__img:first-child{
                margin-left:0px;
            }
.section-trusted-logos .stl__logos__img:last-child{
                margin-right:0px;
            }
.section-new-insurer-logos{
    padding:48px 0px;
}
.section-new-insurer-logos .snil-content{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        min-height:110px;
        -webkit-flex-direction:row-reverse;
            -ms-flex-direction:row-reverse;
                flex-direction:row-reverse;
    }
.section-new-insurer-logos .snil-content__irdai{
            -webkit-flex:2;
                -ms-flex:2;
                    flex:2;
            padding-right:15px;
            margin-right:26px;
            text-align:center;
            border-right:1px solid rgba(var(--color_base) / 10%);
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
            -webkit-flex-direction:column;
                -ms-flex-direction:column;
                    flex-direction:column;
            -webkit-flex-wrap:wrap;
                -ms-flex-wrap:wrap;
                    flex-wrap:wrap;
            -webkit-justify-content:space-between;
                -ms-flex-pack:justify;
                    justify-content:space-between;
            -webkit-align-content:stretch;
                -ms-flex-line-pack:stretch;
                    align-content:stretch;
            -webkit-align-items:center;
                -ms-flex-align:center;
                    align-items:center;
        }
.snil-content__title{
    font-size:18px;
    color:rgba(var(--color_base) / 40%);
    margin-bottom:15px;
}
.snil-content__logos{
    -webkit-flex:10;
        -ms-flex:10;
            flex:10;
    padding-right:30px;
}
.snil-content__irdai__bottom-text{
        font-size:16px;
        margin-top:10px;
        color:rgba(var(--color_base) / 40%);
    }
.section-advantage-featured{
    padding:100px 0px;
}
.saf-content{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:row;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-align-content:flex-start;
        -ms-flex-line-pack:start;
            align-content:flex-start;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
}
.saf-content__right{
        max-width:540px;
        background-color:#fff;
        border-radius:4px;
        border:1px solid rgb(var(--accent_bg_btn));
        box-shadow:2px 2px 22px 0 rgba(217, 219, 231, 0.8);
    }
.saf-content__note{
        padding:18px 40px 18px;
        font-size:16px;
        min-height:80px;
        background-color:#fbf2f1;
        border-radius:0px 0px 4px 4px;
    }
.saf-content__note span{
            margin-left:2px;
        }
.saf-content__note span.light{
                opacity:0.7;
            }
.saf-content__note strong{
            opacity:1;
        }
.saf-content--yellow .saf-content__right{
        border:1px solid rgb(var(--yellow-bg));
    }
.saf-content--yellow .saf-content__right .saf-fb__free{
            background-color:rgb(var(--yellow-bg));
        }
.saf-content--yellow .saf-content__right .saf-fb__features__title{
            color:rgb(var(--yellow-bg));
        }
.saf-content--yellow .saf-content__right .saf-fb__features__list li:before{
                    border-color:rgb(var(--yellow-bg));
                }
.saf-content--yellow .saf-content__right .saf-content__note{
            background-color:#faedc5;
        }
.saf-fb{
    padding:40px;
    position:relative;
}
.saf-fb__free{
        background-color:rgb(var(--accent_bg_btn));
        color:#fff;
        position:absolute;
        right:15px;
        top:-24px;
        text-transform:uppercase;
        font-size:19px;
        padding:9px 42px;
        border-radius:25px;
    }
.saf-fb__heading{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-direction:row;
            -ms-flex-direction:row;
                flex-direction:row;
        -webkit-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
                flex-wrap:wrap;
        -webkit-justify-content:flex-start;
            -ms-flex-pack:start;
                justify-content:flex-start;
        -webkit-align-content:flex-start;
            -ms-flex-line-pack:start;
                align-content:flex-start;
        -webkit-align-items:flex-start;
            -ms-flex-align:start;
                align-items:flex-start;
    }
.saf-fb__heading__icon{
            width:70px;
            height:70px;
            margin-right:15px;
            border-radius:50px;
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
            -webkit-justify-content:center;
                -ms-flex-pack:center;
                    justify-content:center;
            -webkit-align-items:center;
                -ms-flex-align:center;
                    align-items:center;
        }
.saf-fb__heading__text{
            padding-bottom:20px;
            border-bottom:1px solid rgba(var(--color_base) / 30%);
        }
.saf-fb__heading__text__title{
                font-size:24px;
                line-height:26px;
                font-weight:500;
            }
.saf-fb__heading__text__subtitle{
                font-size:16px;
                color:rgba(var(--color_base) / 42%);
                line-height:22px;
                margin-top:8px;
            }
.saf-fb__features{
        margin:28px 0px 0px 65px;
    }
.saf-fb__features__title{
            font-size:14px;
            text-transform:uppercase;
            color:rgba(var(--accent_bg_btn) / 90%);
            margin-left:-36px;
        }
.saf-fb__features__list{
            margin:20px 0px 0px;
            padding:0px;
        }
.saf-fb__features__list li{
                list-style:none;
                font-size:18px;
                line-height:35px;
                position:relative;
            }
.saf-fb__features__list li:before{
                    position:absolute;
                    content:"";
                    height:8px;
                    width:18px;
                    left:-35px;
                    top:11px;
                    border:3px solid rgb(var(--accent_bg_btn));
                    border-top:none;
                    border-right:none;
                    -webkit-transform:rotate(-45deg);
                            transform:rotate(-45deg);
                }
.lcrt__wrapper{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
    }
.lcrt__left-column, .lcrt__right-column{
        -webkit-flex:1;
            -ms-flex:1;
                flex:1;
    }
.tcc__row{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
    }
.tcc__column{
        -webkit-flex:1;
            -ms-flex:1;
                flex:1;
    }
.tcc__column:first-child{
            margin-right:20px;
        }
.tcc__column:last-child{
            margin-left:20px;
        }
.section-card-testimonial{
    overflow-x:hidden;
}
.section-card-testimonial .sct-content{
        height:450px;
        position:relative;
    }
.section-card-testimonial .sct-content__card{
            border:1px solid #dbdef4;
            background-color:#fff;
            padding:58px 38px;
            width:560px;
            height:348px;
            border-radius:4px;
            transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            display:inline-block;
            white-space:normal;
            margin:0px 15px;
            opacity:0.4;
        }
.section-card-testimonial .sct-content__card__text{
                font-size:23px;
                font-weight:600;
                line-height:38px;
                overflow:hidden;
                max-height:160px;
                color:rgba(var(--color_base) / 70%);
            }
.section-card-testimonial .sct-content .slick-arrow{
            position:absolute;
            text-indent:-100px;
            height:45px;
            bottom:0px;
            left:50%;
            overflow:hidden;
            width:45px;
            z-index:1;
            border:2px solid rgb(var(--accent_bg_btn));
            background-color:white;
            outline:none;
        }
.section-card-testimonial .sct-content .slick-arrow.slick-prev{
                -webkit-transform:translateX(-160px);
                        transform:translateX(-160px);
            }
.section-card-testimonial .sct-content .slick-arrow.slick-prev:before{
                    position:absolute;
                    content:"";
                    height:2px;
                    width:20px;
                    -webkit-transform:translate(-50%, -50%);
                            transform:translate(-50%, -50%);
                    top:50%;
                    background-color:rgb(var(--accent_bg_btn));
                    left:50%;
                }
.section-card-testimonial .sct-content .slick-arrow.slick-prev:after{
                    position:absolute;
                    content:"";
                    height:12px;
                    width:12px;
                    -webkit-transform:translateY(-50%) rotate(45deg);
                            transform:translateY(-50%) rotate(45deg);
                    top:50%;
                    border:2px solid rgb(var(--accent_bg_btn));
                    left:12px;
                    border-right:none;
                    border-top:none;
                }
.section-card-testimonial .sct-content .slick-arrow.slick-next{
                -webkit-transform:translateX(110px);
                        transform:translateX(110px);
            }
.section-card-testimonial .sct-content .slick-arrow.slick-next:before{
                    position:absolute;
                    content:"";
                    height:2px;
                    width:20px;
                    -webkit-transform:translate(-50%, -50%);
                            transform:translate(-50%, -50%);
                    top:50%;
                    background-color:rgb(var(--accent_bg_btn));
                    left:50%;
                }
.section-card-testimonial .sct-content .slick-arrow.slick-next:after{
                    position:absolute;
                    content:"";
                    height:12px;
                    width:12px;
                    -webkit-transform:translateY(-50%) rotate(225deg);
                            transform:translateY(-50%) rotate(225deg);
                    top:50%;
                    border:2px solid rgb(var(--accent_bg_btn));
                    left:18px;
                    border-right:none;
                    border-top:none;
                }
.section-card-testimonial .sct-content .slick-track{
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
        }
.section-card-testimonial .glide-btn-section{
        text-align:center;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
        -webkit-justify-content:center;
            -ms-flex-pack:center;
                justify-content:center;
    }
.section-card-testimonial .glide__bullets{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
        -webkit-justify-content:center;
            -ms-flex-pack:center;
                justify-content:center;
    }
.section-card-testimonial .glide__bullet{
        font-size:0;
        line-height:0;
        width:10px;
        height:10px;
        padding:5px;
        margin:0 10px;
        cursor:pointer;
        color:transparent;
        border:0;
        outline:none;
        background-color:gray;
        border-radius:100%;
        opacity:0.25;
        transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    }
.section-card-testimonial .glide__arrow{
        margin:0 20px;
        text-indent:-100px;
        height:45px;
        overflow:hidden;
        width:45px;
        z-index:1;
        border:2px solid #fc5846;
        background-color:#fff;
        outline:0;
    }
.section-card-testimonial .glide__arrow--left{
        -webkit-transform:translateX(-50px);
                transform:translateX(-50px);
    }
.section-card-testimonial .glide__arrow--left:before{
            position:absolute;
            content:"";
            height:2px;
            width:20px;
            -webkit-transform:translate(-50%, -50%);
                    transform:translate(-50%, -50%);
            top:50%;
            background-color:rgb(var(--accent_bg_btn));
            left:50%;
        }
.section-card-testimonial .glide__arrow--left:after{
            position:absolute;
            content:"";
            height:12px;
            width:12px;
            -webkit-transform:translateY(-50%) rotate(45deg);
                    transform:translateY(-50%) rotate(45deg);
            top:50%;
            border:2px solid rgb(var(--accent_bg_btn));
            left:12px;
            border-right:none;
            border-top:none;
        }
.section-card-testimonial .glide__arrow--right{
        -webkit-transform:translateX(50px);
                transform:translateX(50px);
    }
.section-card-testimonial .glide__arrow--right:before{
            position:absolute;
            content:"";
            height:2px;
            width:20px;
            -webkit-transform:translate(-50%, -50%);
                    transform:translate(-50%, -50%);
            top:50%;
            background-color:rgb(var(--accent_bg_btn));
            left:50%;
        }
.section-card-testimonial .glide__arrow--right:after{
            position:absolute;
            content:"";
            height:12px;
            width:12px;
            -webkit-transform:translateY(-50%) rotate(225deg);
                    transform:translateY(-50%) rotate(225deg);
            top:50%;
            border:2px solid rgb(var(--accent_bg_btn));
            left:18px;
            border-right:none;
            border-top:none;
        }
.section-card-testimonial .glide__bullet--active{
        opacity:1;
        background-color:rgb(var(--accent_bg_btn));
    }
.section-card-testimonial .slick-dots{
        position:absolute;
        bottom:8px;
        display:block;
        width:auto;
        padding:0;
        margin:0;
        z-index:1;
        list-style:none;
        text-align:center;
        -webkit-transform:translateX(-50%);
                transform:translateX(-50%);
        left:50%;
    }
.section-card-testimonial .slick-dots li{
            position:relative;
            display:inline-block;
            width:20px;
            height:20px;
            margin:0 5px;
            padding:0;
            cursor:pointer;
        }
.section-card-testimonial .slick-dots li button{
                font-size:0;
                line-height:0;
                display:block;
                width:20px;
                height:20px;
                padding:5px;
                cursor:pointer;
                color:transparent;
                border:0;
                outline:none;
                background:transparent;
            }
.section-card-testimonial .slick-dots li button:before{
                    position:absolute;
                    top:0;
                    left:0;
                    width:10px;
                    height:10px;
                    content:"•";
                    text-align:center;
                    border-radius:100%;
                    opacity:0.25;
                    transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
                    background-color:gray;
                }
.section-card-testimonial .slick-dots li.slick-active button:before{
                        opacity:1;
                        background-color:rgb(var(--accent_bg_btn));
                    }
.section-card-testimonial .lined-title{
        margin-top:-65px;
    }
.sct-container{
    width:100%;
    overflow:hidden;
}
.sct-content__card__author{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    margin-top:20px;
}
.sct-content__card__author .author-pic{
        width:60px;
        height:60px;
        border-radius:100%;
        border:1px solid #dbdef4;
        margin-top:8px;
        margin-right:20px;
    }
.sct-content__card__author .author-pic img{
            border-radius:100%;
        }
.sct-content__card__author .author-info{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
                flex-direction:column;
        -webkit-justify-content:center;
            -ms-flex-pack:center;
                justify-content:center;
    }
.sct-content__card__author .author-info__name{
            font-size:16px;
            font-weight:600;
            color:rgb(var(--accent_bg_btn));
        }
.sct-content__card__author .author-info__company{
            font-size:16px;
            line-height:20px;
            color:rgba(var(--color_base) / 60%);
        }
.sct-content__card{
    outline:none;
    box-shadow:none;
    -webkit-transform:scale(0.95);
            transform:scale(0.95);
}
.sct-content__card.slick-active{
        outline:none;
        box-shadow:none;
        transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    }
.sct-content__card.slick-current.slick-active{
        border:1px solid rgb(var(--accent_bg_btn));
        opacity:1;
        box-shadow:2px 2px 22px 0 rgba(217, 219, 231, 0.8);
        -webkit-transform:scale(1);
                transform:scale(1);
    }
.sct-content__card.slick-current.slick-active .sct-content__card__text{
            color:rgba(var(--color_base) / 100%);
        }
.sct-content__card.slick-current.slick-active .author-pic{
            border-color:rgb(var(--accent_bg_btn));
        }
.sct-content__card.glide__slide--active{
        border:1px solid rgb(var(--accent_bg_btn));
        opacity:1;
        box-shadow:2px 2px 22px 0 rgba(217, 219, 231, 0.8);
        -webkit-transform:scale(1);
                transform:scale(1);
    }
.sct-content__card.glide__slide--active .sct-content__card__text{
            color:rgba(var(--color_base) / 100%);
        }
.sct-content__card.glide__slide--active .author-pic{
            border-color:rgb(var(--accent_bg_btn));
        }
.lcra__timeline-list{
        margin:auto;
        list-style-type:none;
        color:rgb(var(--color_primary));
        font-weight:700;
        width:564px;
        background-color:rgba(var(--color_primary) / 10%);
        border-radius:50px;
        padding:0 8px;
        text-align:center;
        margin-bottom:120px;
    }
.lcra__timeline-list li{
            display:inline-block;
            padding:0 30px;
            font-size:18px;
            line-height:36px;
            height:36px;
            text-align:center;
            position:relative;
            text-transform:uppercase;
            letter-spacing:1px;
        }
.lcra__timeline-list li:after{
                content:"•";
                position:absolute;
                color:inherit;
                right:-8px;
                font-size:19px;
            }
.lcra__timeline-list li:last-child:after{
                display:none;
            }
.lcra__features-list{
        padding-left:32px;
        list-style-type:none;
    }
.lcra__features-list li{
            position:relative;
            margin-bottom:18px;
            font-weight:700;
            font-size:18px;
            line-height:25px;
            opacity:0;
            -webkit-transform:translateX(-33px);
                    transform:translateX(-33px);
            transition:all 300ms ease;
        }
.lcra__features-list li:before{
                position:absolute;
                content:"";
                height:8px;
                width:18px;
                border:3px solid rgb(var(--color_primary));
                border-top:none;
                border-right:none;
                -webkit-transform:rotate(-45deg);
                        transform:rotate(-45deg);
                left:-32px;
                top:7px;
            }
.lcra__img{
        -webkit-transform:scale(0.8);
                transform:scale(0.8);
        opacity:0;
        transition:all 300ms ease;
    }
.comparequotes.animate .lcra__features-list li{
            -webkit-transform:translateX(0px);
                    transform:translateX(0px);
            transition-delay:0.2s;
            opacity:1;
        }
.comparequotes.animate .lcra__features-list li:nth-child(2n){
                transition-delay:0.4s;
            }
.comparequotes.animate .lcra__features-list li:nth-child(3n){
                transition-delay:0.6s;
            }
.comparequotes.animate .lcra__img{
        opacity:1;
        -webkit-transform:scale(1);
                transform:scale(1);
        transition-delay:0.7s;
    }
.claimsassistance .video-article img{
            -webkit-transform:scale(0.8);
                    transform:scale(0.8);
            opacity:0;
            transition:all 300ms ease;
        }
.claimsassistance.animate .video-article img{
                box-shadow:0px 0px 35px 10px rgba(0, 0, 0, 0.1);
                -webkit-transform:scale(1);
                        transform:scale(1);
                opacity:1;
                transition-delay:0.1s;
            }
.rcla__features-list{
        padding-left:32px;
        list-style-type:none;
    }
.rcla__features-list li{
            position:relative;
            margin-bottom:18px;
            font-weight:700;
            font-size:18px;
            line-height:25px;
            opacity:0;
            -webkit-transform:translateX(-33px);
                    transform:translateX(-33px);
            transition:all 300ms ease;
        }
.rcla__features-list li:before{
                position:absolute;
                content:"";
                height:8px;
                width:18px;
                border:3px solid rgb(var(--color_primary));
                border-top:none;
                border-right:none;
                -webkit-transform:rotate(-45deg);
                        transform:rotate(-45deg);
                left:-32px;
                top:7px;
            }
.rcla__img{
        opacity:0;
        transition:all 300ms ease;
        -webkit-transform:scale(0.7);
                transform:scale(0.7);
        transition-delay:0.1s;
    }
.instantpayment.animate .rcla__features-list li{
            -webkit-transform:translateX(0px);
                    transform:translateX(0px);
            transition-delay:0.2s;
            opacity:1;
        }
.instantpayment.animate .rcla__features-list li:nth-child(2n){
                transition-delay:0.4s;
            }
.instantpayment.animate .rcla__features-list li:nth-child(3n){
                transition-delay:0.6s;
            }
.instantpayment.animate .rcla__img{
        opacity:1;
        -webkit-transform:scale(1);
                transform:scale(1);
        transition-delay:0.1s;
    }
.securedata img{
        -webkit-transform:scale(0.7);
                transform:scale(0.7);
        opacity:0;
        transition:all 300ms ease;
    }
.securedata .rcla__features-list li{
            opacity:0;
            -webkit-transform:translateX(-33px);
                    transform:translateX(-33px);
            transition:all 300ms ease;
        }
.securedata.animate img{
            -webkit-transform:scale(1);
                    transform:scale(1);
            opacity:1;
            transition-delay:0.1s;
        }
.securedata.animate .rcla__features-list li{
                -webkit-transform:translateX(0px);
                        transform:translateX(0px);
                transition-delay:0.2s;
                opacity:1;
            }
.securedata.animate .rcla__features-list li:nth-child(2n){
                    transition-delay:0.4s;
                }
.securedata.animate .rcla__features-list li:nth-child(3n){
                    transition-delay:0.6s;
                }
.video-thumbnail-testimonial__title{
        height:22px;
        opacity:0.7;
        font-size:16px;
        font-weight:600;
        letter-spacing:0.8px;
        line-height:22px;
        margin-bottom:8px;
        padding-left:80px;
        background:url(/static/img/icons/ic_quotes.svg) no-repeat left center;
        text-transform:uppercase;
        letter-spacing:1px;
    }
.video-thumbnail-testimonial__persona{
        color:#39c881;
        font-size:20px;
        font-weight:600;
        line-height:27px;
        margin-top:16px;
        margin-bottom:8px;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
    }
.video-thumbnail-testimonial__testimony{
        opacity:0.4;
        font-size:15px;
        line-height:29px;
        margin-bottom:16px;
    }
.video-thumbnail-testimonial__star-img{
        width:16px;
    }
.video-thumbnail-testimonial__star-img:first-child{
            margin-left:16px;
        }
.video-thumbnail-testimonial > hr{
        margin:0;
        width:450px;
    }
.ckka__img-wrapper{
        padding:12px;
        box-shadow:0 2px 35px 0 rgba(0, 0, 0, 0.34);
    }
.ckka__info-text{
        margin-top:24px;
        margin-bottom:24px;
        color:rgba(var(--color_base) / 60%);
        font-size:16px;
        font-weight:500;
        line-height:25px;
    }
.ckka__right-image{
        border:1px solid rgba(151, 151, 151, 0.15);
        border-radius:4px;
        box-shadow:0 2px 35px 0 rgba(0, 0, 0, 0.24);
        padding:12px;
        margin-bottom:32px;
        cursor:pointer;
    }
.ckka__tvc-list{
        list-style-type:none;
        padding-left:0;
    }
.ckka__tvc-list > li{
            background:url(/static/img/icons/ic_blue-play.svg) no-repeat left center;
            background-size:20px;
            padding-left:34px;
            display:block;
            margin-bottom:8px;
        }
.ckka__tvc-list > li > a{
                color:rgb(var(--link_default));
            }
.ckka .cf-section{
        padding-left:60px;
    }
.ckka .cf-section__heading{
        font-size:48px;
    }
.irdai-divider-container{
    margin:60px auto;
    padding:0 10px;
}
.irdai-divider-container .idc-desc{
        max-width:430px;
        margin:0 auto;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-justify-content:space-between;
            -ms-flex-pack:justify;
                justify-content:space-between;
    }
.irdai-divider-container .idc-desc .snil-content__irdai__img{
            width:35%;
        }
.idc-desc__info{
    margin-left:14px;
    font-size:13px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    color:rgba(var(--color_base) / 80%);
    font-weight:500;
}
.idc-desc__info span{
        color:rgba(var(--color_base) / 50%);
    }
.hero_modal_overlay{
    display:none;
    z-index:1001;
    top:0;
    left:0;
    bottom:0;
    right:0;
    position:fixed;
    background-color:rgba(0, 0, 0, 0.8);
    overflow-x:hidden;
    overflow-y:auto;
}
.hero_modal_overlay.active{
        display:block;
    }
.hero_modal_overlay .hero_modal_content{
        position:relative;
        margin:auto;
        top:-200%;
        max-width:767px;
        width:90%;
    }
.hero_modal_overlay .hero_modal_content.description-container{
            max-width:700px;
            background-color:#fff;
            padding:20px;
        }
.hero_modal_overlay.active .hero_modal_content{
        top:80px;
    }
.hero_modal_overlay .close-overlay{
        width:90px;
        height:30px;
        color:#fff;
        position:absolute;
        z-index:1;
        background:url("/static/img/global/ic_close.png") no-repeat -15px center transparent;
        right:20px;
        top:20px;
        padding-left:35px;
        padding-top:4px;
        text-transform:uppercase;
        letter-spacing:1px;
        cursor:pointer;
    }
.hero_modal_overlay .close-overlay:hover{
            background-color:rgba(255, 255, 255, 0.3);
        }
#video-frame iframe, #video-frame-component iframe{
        margin:auto;
        width:767px;
        height:431px;
        display:none;
    }
@media screen and (min-width: 0px) and (max-width: 499px){
#video-frame iframe, #video-frame-component iframe{
            width:auto;
            height:auto
    }
        }
#video-frame iframe.reveal, #video-frame-component iframe.reveal{
            display:block;
        }
.hero-modal-content__iframe{
    position:relative;
    width:100%;
    padding-top:56.2%;
}
.hero-modal-content__iframe > iframe{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }
.content-embed-desc{
    display:none;
}
.cf-section__heading{
    line-height:1;
}
.cf-section__info--fs{
    font-size:16px;
    line-height:22px;
}
.cf-section__video-wrapper .img-responsive{
        margin:0 auto;
    }
.content-card h2{
        margin-top:0px;
    }
.content-card .fl{
        float:left;
    }
.content-card .fr{
        float:right;
    }
.content-card .f56{
        font-size:56px;
    }
.content-card .center{
        text-align:center;
    }
.video-bg{
    background:url("/static/img/bg-video.jpg") no-repeat center center transparent;
    color:#fff;
}
@media screen and (min-width: 0px) and (max-width: 767px){
    .content-card{
        margin-top:20px;
    }
}
.content-card--grey{
    background:rgb(var(--bg_grey-5));
}
.bordered-top{
    border-top:1px solid rgba(0, 0, 0, 0.1);
}
.card-header{
    width:100%;
    height:48px;
    line-height:48px;
    font-weight:600;
    background-color:rgb(var(--bg_grey-5));
    text-align:center;
}
.card-header .ch1, .card-header .ch3{
        width:15%;
        height:48px;
    }
.card-header .ch2{
        width:70%;
        height:48px;
        color:#ff704c;
        background-color:#f7fafc;
    }
.card-body{
    width:100%;
    padding:20px 30px;
}
.card-body .card-tag{
        padding:10px 0px 0px;
        letter-spacing:2px;
        font-size:12px;
        font-weight:300;
        text-transform:uppercase;
    }
.card-body .card-widget{
        margin-top:8px;
        max-height:250px;
        overflow:hidden;
        position:relative;
    }
.card-body .card-widget img{
            display:block;
            border-radius:2px 2px 0 0;
            position:relative;
            left:0;
            right:0;
            top:0;
            bottom:0;
            width:100%;
        }
.card-body .card-widget .img-circle{
            border-radius:50%;
        }
.card-body .card-widget .video-card{
            position:relative;
            padding-bottom:100%;
            padding-top:35px;
            height:0;
            overflow:hidden;
        }
.card-body .card-widget .video-card .action{
                position:absolute;
                top:35%;
                left:43%;
            }
.card-body .card-widget .video-card .no-action{
                position:relative;
                left:0;
            }
.card-body .card-widget .video-card .img{
                border-radius:5px;
            }
.card-body .card-widget .video-card .ic-play{
                background-position:-5px 0;
                z-index:1;
                width:72px;
                height:72px;
                display:inline-block;
                background:url("/static/img/play-icon.png") no-repeat center center transparent;
                overflow:hidden;
                text-indent:-9999px;
                text-align:left;
            }
.card-body .card-widget .video-card iframe{
                position:absolute;
                top:0;
                left:0;
                width:100%;
                height:250px;
            }
.card-body .card-widget ul.social-icons, .card-body .card-widget ul.social-icons-numbers{
            list-style-type:none;
            padding:0;
            margin:0;
        }
.card-body .card-widget ul.social-icons li, .card-body .card-widget ul.social-icons-numbers li{
                display:inline-block;
                margin-right:10px;
            }
.card-body .card-widget ul.social-icons li a, .card-body .card-widget ul.social-icons-numbers li a{
                    text-decoration:none;
                    color:#0076ff;
                    display:inline-block;
                    border-radius:3px;
                    padding:2px 0;
                }
.card-body .card-widget ul.social-icons li a img, .card-body .card-widget ul.social-icons-numbers li a img{
                        max-width:36px;
                    }
.card-body .card-widget ul.social-icons-numbers li:first-child{
            vertical-align:super;
        }
.card-body .card-widget.mnone{
            margin:0;
        }
.card-body .card-article-header{
        margin-top:16px;
        font-size:18px;
        font-weight:300;
    }
.card-body .overlay{
        position:absolute;
        top:75px;
        color:#fff;
    }
.card-body .article-author{
        margin-top:5px;
        font-size:12px;
    }
.card-body .card-article-body{
        font-size:18px;
    }
.card-body .card-article-body p{
            margin-top:24px;
            text-align:justify;
            font-weight:300;
        }
.card-body .card-article-body .center{
            text-align:center;
        }
.card-body .card-article-body h4{
            text-align:justify;
        }
.card-body .card-article-body.cols{
            -webkit-column-count:2;
            -webkit-column-gap:30px;
                    column-gap:30px;
            margin-bottom:10px;
            columns-count:2;
            -webkit-column-width:200px;
            column-width:200px;
        }
.card-body .card-article-body.cols p{
                margin-top:0;
            }
.card-body .card-article-body ul.main-helights-ul{
            margin:0;
            padding:10px 0px 10px 20px;
            list-style-type:circle;
        }
.card-body .card-article-body ul.main-helights-ul li{
                margin:0px 0px 15px;
                font-size:18px;
                font-weight:300;
            }
.card-body .card-article-body ul.main-helights-ul li .tooltip{
                    text-decoration:none;
                    color:#069;
                    position:relative;
                    outline:none;
                    transition:color 0.4s ease;
                }
.card-body .card-article-body ul.main-helights-ul li .tooltip:hover > span{
                        opacity:1;
                        text-decoration:none;
                        visibility:visible;
                        overflow:visible;
                        margin-top:0px;
                        display:inline;
                        margin-left:12px;
                    }
.card-body .card-article-body ul.main-helights-ul li .tooltip span{
                        background:#fff;
                        box-shadow:0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
                        color:#314451;
                        width:auto;
                        padding:10px 20px;
                        margin-top:0;
                        opacity:0;
                        visibility:hidden;
                        z-index:10;
                        position:absolute;
                        transition-duration:0.4s;
                    }
.card-body .card-article-body .table-responsive{
            min-height:0.01%;
            overflow-x:auto;
            font-size:18px;
        }
.card-body .card-article-body .table-responsive .table{
                width:100%;
                max-width:100%;
                margin-bottom:20px;
            }
.card-body .card-article-body .table-responsive .table th, .card-body .card-article-body .table-responsive .table td{
                    padding:8px;
                    line-height:1.42857143;
                    vertical-align:top;
                    border-top:1px solid #ddd;
                    text-align:left;
                }
.card-body .card-article-body .table-responsive .table td{
                    font-weight:300;
                }
.card-body .card-article-body--health{
        margin-top:15px;
    }
.card-body .card-article-body--health h4{
            margin-bottom:3px;
            font-weight:400;
        }
.card-body .card-article-body--health p{
            margin-top:0px;
            font-size:18px;
            margin-bottom:17px;
        }
.card-body .card-article-body--health .note{
            font-weight:400;
            padding:15px;
            background-color:#ecf1f4;
        }
.card-body .card-article-footer{
        width:100%;
        display:table;
    }
.card-body .card-article-footer a.btn{
            margin-top:20px;
            margin-bottom:20px;
        }
.card-body .pnone{
        padding:0;
    }
.card-body .ptb50{
        padding:50px 0px;
    }
.card-body .pb30{
        padding-bottom:30px;
    }
.card-body .center{
        text-align:center;
    }
.card-body .horizantal-card .card-widget{
            float:left;
            margin-right:5%;
            width:30%;
        }
.card-body .horizantal-card .card-body-wrapper{
            float:left;
            width:63%;
            text-align:left;
        }
.card-body .card-widget-profile{
        border-radius:50%;
    }
.card-body .card-widget-profile img{
            max-width:180px;
        }
.plain{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    background-color:#749aff;
    color:#fff;
}
.plain .card-tag{
        background-color:#fff;
        color:#749aff;
        padding:0;
        display:inline-table;
        padding:0px 2px;
        border-radius:3px;
    }
.plainlayer .content-card{
        background-color:#314451;
        box-shadow:none;
        color:#fff;
    }
.plainlayer .content-card:hover{
            box-shadow:none;
        }
.plainlayer .content-card .card-tag{
            background-color:#ff704c;
            padding:0;
            display:inline-table;
            padding:0px 2px;
            border-radius:3px;
        }
.card-footer{
    width:100%;
    font-size:12px;
    line-height:48px;
    text-align:center;
}
.cross-icn{
    border-radius:3px;
    position:absolute;
    font-size:18px;
    font-weight:normal;
    line-height:31px;
    height:30px;
    width:30px;
    text-align:center;
    cursor:pointer;
    top:3px;
    right:3px;
    background:transparent none repeat scroll 0% 0%;
}
.rs-fixed-popup{
    visibility:hidden;
    bottom:-100%;
    right:0px;
    position:fixed;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    z-index:10000002;
    padding:0;
    margin:0;
    font-weight:normal;
    font-style:normal;
    line-height:1;
    cursor:default;
    font-size:14px;
    width:30%;
    min-width:300px;
    text-align:center;
    transition:bottom 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5);
}
.rs-fixed-popup .content-card{
        border-top-right-radius:3px;
        border-top-left-radius:3px;
        box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5);
        background:#fff;
        position:relative;
        margin-top:0;
    }
.rs-fixed-popup p{
        text-align:center !important;
    }
.rs-fixed-popup.reveal{
        bottom:0;
        visibility:visible;
    }
.rs-fixed-popup--imgcta .btn{
        width:100%;
        text-decoration:none;
        line-height:initial;
    }
.block.dark.rs-fixed-popup .content-card{
            background-color:var(--baseDark_color);
        }
@media only screen and (max-width: 599px){
    .rs-fixed-popup{
        width:100%;
        height:100%;
        left:0;
        top:0;
        background:rgba(49, 68, 81, 0.7);
        padding:80px 20px;
        overflow-y:auto;
    }
        .block.dark{
            background-color:var(--baseDark_color);
        }
            .block.dark.rs-fixed-popup{
                background:rgba(49, 68, 81, 0.7);
            }
            .block.dark.rs-fixed-popup .content-card{
                background-color:var(--baseDark_color);
            }
}
@media screen and (max-width: 767px){
    table caption{
        border-bottom:1px solid #ddd;
    }
}
.social-widget{
    overflow:visible !important;
    z-index:2;
}
.floating-img-sticky-wrapper{
    position:fixed;
    bottom:0;
    right:0;
    text-align:center;
    width:100%;
    background:white;
    max-height:100px;
    z-index:15;
}
.floating-img-sticky-wrapper a{
    display:block;
}
.floating-img-sticky-wrapper a img{
    width:100%;
    max-height:10%;
    height:90px;
}
.section-table{
    margin:20px 0;
}
.section-table .container{
        max-width:100%;
        padding:0;
    }
.section-table__bg{
    background-color:#333;
    border-collapse:inherit;
    border-spacing:1px;
    font-size:12px;
    width:100% !important;
}
.section-table__bg.mw80{
        max-width:80%;
    }
@media screen and (min-width: 0px) and (max-width: 767px){
.section-table__bg.mw80{
            max-width:100%
    }
        }
.section-table__bg.mw50{
        max-width:50%;
    }
@media screen and (min-width: 0px) and (max-width: 767px){
.section-table__bg.mw50{
            max-width:100%
    }
        }
.section-table__bg th{
        width:16.66666%;
        padding:7px;
        background-color:#5e5e60;
        color:#fff;
        vertical-align:middle;
        line-height:1.4em;
        text-align:center;
    }
.section-table__bg td{
        width:16.66666%;
        padding:7px;
        line-height:1.4em;
        text-align:center;
        vertical-align:middle;
        background-color:#fff;
    }
.table-responsive{
    overflow-x:auto;
    min-height:0.01%;
}
.limiter{
    width:100%;
    margin:0 auto;
}
table.scroll-table{
    border:1px solid #ccc;
    width:100%;
    margin:0;
    padding:0;
    border-collapse:collapse;
    border-spacing:0;
    table-layout:fixed;
}
table.scroll-table tr{
    border:1px solid #aba3a3;
    padding:5px;
}
table.scroll-table th, table.scroll-table td{
    padding:10px;
    text-align:center;
    word-break:break-word;
}
table.scroll-table th.text-right, table.scroll-table td.text-right{
        text-align:right;
    }
table.scroll-table th.text-left, table.scroll-table td.text-left{
        text-align:left;
    }
table.scroll-table th.text-center, table.scroll-table td.text-center{
        text-align:center;
    }
table.scroll-table td{
    text-align:left;
    border-right:1px solid #aba3a3;
}
table.scroll-table td:last-child{
        border-right:none;
    }
table.scroll-table th{
    text-transform:uppercase;
    font-size:14px;
    letter-spacing:1px;
    background-color:var(--baseDark_color);
    color:#fff;
}
table.scroll-table.shrink-table td{
        border-right:1px solid #e1e1e1;
    }
table.scroll-table.shrink-table tr{
        border:1px solid #e1e1e1;
    }
@media screen and (max-width: 768px){
    table.scroll-table{
        display:block;
        overflow-x:auto;
        white-space:nowrap;
    }
        table.scroll-table--flip{
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
        }
            table.scroll-table--flip > thead{
                display:-webkit-flex;
                display:-ms-flexbox;
                display:flex;
                -webkit-flex-direction:column;
                    -ms-flex-direction:column;
                        flex-direction:column;
                position:absolute;
            }

            table.scroll-table--flip > tr > td{
                display:block;
            }

        table.scroll-table--card{
            width:100% !important;
        }
            table.scroll-table--card > thead{
                padding:0;
                height:0px;
                display:none;
            }
                table.scroll-table--card > thead > td{
                    display:none;
                }
            table.scroll-table--card > tr{
                display:-webkit-flex;
                display:-ms-flexbox;
                display:flex;
                -webkit-flex-direction:column;
                    -ms-flex-direction:column;
                        flex-direction:column;
                width:100% !important;
                margin-bottom:8px;
                border:solid rgba(var(--color_base) / 20%) 1px;
            }
                table.scroll-table--card > tr > td{
                    display:block;
                    text-align:left;
                    border:none;
                    width:100% !important;
                }
                table.scroll-table--card > tr > td:before{
                    content:attr(data-label);
                    text-transform:uppercase;
                    font-weight:bold;
                    display:block;
                }

    table.art-table--card-single thead{
        display:none;
    }

    table.art-table--card-single{
        color:rgb(var(--color_base));
    }
        table.art-table--card-single tr{
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
            -webkit-flex-direction:row;
                -ms-flex-direction:row;
                    flex-direction:row;
            -webkit-flex-wrap:wrap;
                -ms-flex-wrap:wrap;
                    flex-wrap:wrap;
            margin:8px;
            border:1px solid rgba(var(--color_base) / 20%);
        }
            table.art-table--card-single tr > td{
                -webkit-flex:1 0 25%;
                    -ms-flex:1 0 25%;
                        flex:1 0 25%;
                word-break:break-word;
                text-align:center;
                padding:8px;
                display:grid;
                border-bottom:0;
                text-align:left;
                display:-webkit-flex;
                display:-ms-flexbox;
                display:flex;
                -webkit-flex-direction:column;
                    -ms-flex-direction:column;
                        flex-direction:column;
                -webkit-justify-content:space-between;
                    -ms-flex-pack:justify;
                        justify-content:space-between;
                font-size:16px;
            }
        table.art-table--card-single tr[master], table.art-table--card-single tr.tr-master{
            padding:0px;
            margin-bottom:0px;
        }
            table.art-table--card-single tr[master] > td:first-child, table.art-table--card-single tr.tr-master > td:first-child{
                -webkit-flex:0 1 100%;
                    -ms-flex:0 1 100%;
                        flex:0 1 100%;
                float:right;
                border-bottom:dotted 2px #ccc;
            }
                table.art-table--card-single tr[master] > td:first-child::before, table.art-table--card-single tr.tr-master > td:first-child::before{
                    background-color:transparent;
                    margin-bottom:0px;
                    height:auto;
                    color:rgba(var(--color_base) / 50%);
                    font-size:12px;
                }
                table.art-table--card-single tr[master] > td::before, table.art-table--card-single tr.tr-master > td::before{
                    content:attr(data-label);
                    text-transform:uppercase;
                    font-weight:bold;
                    margin:-8px -8px 4px;
                    padding:4px 8px;
                    background-color:#f9f9f9;
                    color:rgba(var(--color_base) / 50%);
                    font-size:12px;
                }
        table.art-table--card-single tr:not([master]), table.art-table--card-single tr:not(.tr-master){
            border-top:0px;
            margin-top:0px;
            margin-bottom:0px;
            padding:0px;
        }
            table.art-table--card-single tr:not([master]) td::before, table.art-table--card-single tr:not(.tr-master) td::before{
                display:none;
            }
        table.art-table--column-3 tr > td{
            -webkit-flex:1 0 33%;
                -ms-flex:1 0 33%;
                    flex:1 0 33%;
        }
        table.art-table--column-2 tr > td{
            -webkit-flex:1 0 50%;
                -ms-flex:1 0 50%;
                    flex:1 0 50%;
        }

    table.scroll-table.shrink-table{
        white-space:unset;
    }

        table.scroll-table.shrink-table th{
            text-transform:capitalize;
            word-break:inherit;
        }

        table.scroll-table.shrink-table td{
            word-break:inherit;
        }

        table.scroll-table.shrink-table.td-w-25 td{
            width:25%;
        }
        table.scroll-table.shrink-table.td-w-33 td{
            width:33%;
        }
        table.scroll-table.shrink-table.td-w-50 td{
            width:50%;
        }
}
.reviews_box_container{
    margin:0 0 5px 0;
    display:inline-block;
}
.reviews_box_container .rating-star{
        margin:0;
        font-size:14px;
    }
.reviews_box_container .review_rating{
        float:left;
    }
.reviews_box_container .review_rating.pos-r{
        position:relative;
        pointer-events:none;
    }
.reviews_box_container .review_rating:not(:checked) > input{
        position:absolute;
        top:-9999px;
        clip:rect(0, 0, 0, 0);
    }
.reviews_box_container .review_rating:not(:checked) > label{
        float:right;
        width:28px;
        overflow:hidden;
        font-size:26px;
        line-height:35px;
        color:#ddd;
        text-shadow:1px 1px #bbb, 2px 2px #666, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
        position:relative;
        height:35px;
    }
.reviews_box_container .review_rating > label:before, .reviews_box_container .review_rating > label:after{
        content:"★ ";
    }
.reviews_box_container .review_rating > input:checked ~ label:after{
        position:absolute;
        color:#000;
        left:0px;
        width:26px;
        margin-left:0px;
        top:0px;
        overflow:hidden;
        color:#f70;
        text-shadow:1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
    }
.reviews_box_container .review_rating > input.half:checked + label:after{
        width:13px;
    }
.reviews_box_container .mht{
        margin:12px 0 0 20px;
        line-height:1.6;
    }
.reviews_box_container i{
        color:rgb(var(--accent_bg_btn));
    }
.benefits-wrapper{
    padding:30px 0;
}
.benefits-wrapper__title{
        font-size:28px;
        margin-bottom:20px;
    }
.benefits-container{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:start;
        -ms-flex-align:start;
            align-items:start;
    margin-bottom:10px;
}
.benefits-container.ulip-benefits{
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
    }
.benefits-container__img{
        margin-right:5px;
        max-width:73px;
        display:inline-block;
    }
.benefits-container__title{
        font-size:16px;
        max-width:275px;
        display:inline-block;
    }
.benefits-container__title strong{
            font-size:18px;
        }
.minimalist-claims, .minimalist-compare{
    padding:50px 0;
    text-align:center;
}
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-claims, .minimalist-compare{
        padding:30px 0
}
    }
.minimalist-claims.dark--bg, .minimalist-compare.dark--bg{
        background-color:var(--baseDark_color);
    }
.minimalist-claims.dark--red, .minimalist-compare.dark--red{
        background-color:#ec5f67;
    }
.minimalist-claims.dark--red h2, .minimalist-compare.dark--red h2{
            color:#fff;
        }
.minimalist-claims.dark--red h3, .minimalist-compare.dark--red h3{
            color:#fff;
        }
.minimalist-claims.dark--red p, .minimalist-compare.dark--red p{
            color:#fff;
        }
.minimalist-claims h2, .minimalist-compare h2{
        font-weight:300;
        font-size:45px;
        margin:0 0 15px;
    }
.minimalist-claims h2.font--20, .minimalist-compare h2.font--20{
            font-size:20px;
        }
.minimalist-claims h2.font--25, .minimalist-compare h2.font--25{
            font-size:25px;
            font-weight:normal;
        }
.minimalist-claims h2.font--30, .minimalist-compare h2.font--30{
            font-size:30px;
        }
.minimalist-claims h2.wc, .minimalist-compare h2.wc{
            color:#fff;
        }
.minimalist-claims.dark--blue, .minimalist-compare.dark--blue{
        background-color:#59c6c5;
    }
.minimalist-claims.wight--bg, .minimalist-compare.wight--bg{
        background-color:#fff;
    }
.minimalist-claims .minimalist-comprehensive, .minimalist-compare .minimalist-comprehensive{
        margin-top:40px;
    }
.minimalist-claims .border-divider, .minimalist-compare .border-divider{
        position:relative;
    }
.minimalist-claims .border-divider:after, .minimalist-compare .border-divider:after{
            content:"";
            position:absolute;
            border-left:1px solid rgba(0, 0, 0, 0.9);
            right:-14%;
            height:90px;
            top:30%;
        }
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-claims .border-divider:after, .minimalist-compare .border-divider:after{
                border:none;
                right:0
        }
            }
@media screen and (min-width: 767px) and (max-width: 990px){
.minimalist-claims .border-divider:after, .minimalist-compare .border-divider:after{
                height:81px
        }
            }
@media screen and (min-width: 0) and (max-width: 767px){
.minimalist-claims .border-divider:after, .minimalist-compare .border-divider:after{
                border:none;
                right:0;
                position:relative
        }
            }
.minimalist-claims .ml-12, .minimalist-compare .ml-12{
        margin-left:12%;
    }
@media screen and (min-width: 0) and (max-width: 767px){
.minimalist-claims .ml-12, .minimalist-compare .ml-12{
            margin-left:0
    }
        }
.minimalist-claims .rounded, .minimalist-compare .rounded{
        position:relative;
    }
.minimalist-claims .rounded:after, .minimalist-compare .rounded:after{
            content:"";
            position:absolute;
            width:5px;
            height:5px;
            top:25%;
            right:-22%;
            background-color:#000;
            border-radius:10px;
        }
@media screen and (min-width: 767px) and (max-width: 990px){
.minimalist-claims .rounded:after, .minimalist-compare .rounded:after{
                right:-51px;
                top:26%
        }
            }
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-claims .rounded:after, .minimalist-compare .rounded:after{
                right:0;
                position:relative
        }
            }
.minimalist-claims .rounded:before, .minimalist-compare .rounded:before{
            content:"";
            position:absolute;
            width:5px;
            height:5px;
            top:90%;
            right:-22%;
            background-color:#000;
            border-radius:10px;
        }
@media screen and (min-width: 767px) and (max-width: 990px){
.minimalist-claims .rounded:before, .minimalist-compare .rounded:before{
                right:-51px
        }
            }
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-claims .rounded:before, .minimalist-compare .rounded:before{
                right:0;
                position:relative
        }
            }
.minimalist-claims h1, .minimalist-compare h1{
        font-weight:300;
        margin:0 0 15px;
        font-size:45px;
    }
.minimalist-claims p, .minimalist-compare p{
        opacity:0.7;
        line-height:1.2em;
        margin:0 0 15px;
    }
@media screen and (min-width: 767px) and (max-width: 990px){
.minimalist-claims p, .minimalist-compare p{
            font-size:14px
    }
        }
.minimalist-claims p.wc, .minimalist-compare p.wc{
            color:#fff;
            opacity:1;
        }
.minimalist-bluedark{
    background-color:#59c6c5;
}
.minimalist-lightbg{
    background-color:rgb(var(--bg_grey-5));
}
.minimalist-expert__left{
    padding:50px;
    color:#fff;
    font-size:16px;
}
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-expert__left{
        padding:10px
}
    }
.minimalist-expert__right{
    padding:37px 50px;
}
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-expert__right{
        padding:10px
}
    }
.minimalist-expert__right ul{
        padding:0;
        margin:0;
        list-style:none;
    }
.minimalist--link{
    font-size:16px;
    margin:20px 0 0;
    display:block;
    color:#42b1fd;
}
.minimalist-steps{
    margin:50px 0 0;
}
.minimalist-steps h3{
        font-size:24px;
        opacity:0.7;
    }
.minimalist-steps__border{
    border-bottom:1px solid #333;
    padding-bottom:60px;
}
.minimalist-steps__icon{
    min-height:71px;
}
.minimalist-steps__icon.m--b{
        margin-bottom:20px;
    }
.minimalist-steps__img{
    min-height:85px;
}
.margin-b-40{
    margin-bottom:40px;
}
.margin-b-100{
    margin-bottom:100px;
}
.margin-b-100.mb--50{
        margin-bottom:50px;
    }
@media screen and (min-width: 767px) and (max-width: 950px){
.margin-b-100{
        margin-bottom:40px;
        min-height:364px
}
    }
@media screen and (min-width: 0px) and (max-width: 767px){
    .margin-mb-100{
        margin-bottom:100px;
    }
}
.minimalist-policy{
    padding:30px 0 60px;
}
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-policy{
        padding:0
}
    }
.minimalist-policy__list{
    max-width:1000px;
    margin:auto;
    min-height:170px;
    position:relative;
    margin-bottom:90px;
    padding-left:50px;
}
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-policy__list{
        margin-bottom:0;
        padding:15px;
        text-align:center
}
    }
.minimalist-policy__img{
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
            transform:translateY(-50%);
    left:50px;
    width:260px;
    z-index:1;
    background-color:#fff;
    box-shadow:0 10px 80px 0 rgba(0, 0, 0, 0.12);
}
.minimalist-policy__img.img--288{
        max-height:288px;
    }
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-policy__img{
        position:relative;
        -webkit-transform:none;
                transform:none;
        left:0
}
    }
.minimalist-policy__img.even--img{
        right:50px;
        left:initial;
    }
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-policy__img.even--img{
            right:0
    }
        }
.minimalist-policy__text{
    margin:0;
    min-height:140px;
    position:absolute;
    left:23%;
    z-index:2;
    padding-left:10%;
    padding-top:20px;
    padding-bottom:20px;
    padding-right:20px;
    -webkit-transform:translateY(-50%);
            transform:translateY(-50%);
    top:50%;
    background-color:#fff;
}
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-policy__text{
        position:relative;
        -webkit-transform:none;
                transform:none;
        left:0
}
    }
.minimalist-policy__text.even--right{
        right:23%;
        padding-right:10%;
        padding-left:20px;
    }
.minimalist-policy__text.even--text{
        right:23%;
        padding-right:4%;
        padding-left:20px;
    }
.minimalist-policy__text h3{
        font-weight:300;
        font-size:34px;
        opacity:0.7;
    }
.minimalist-policy__text p{
        opacity:0.7;
    }
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-policy__text p{
            text-align:left
    }
        }
.minimalist-policy__text ul{
        margin:0;
        padding:0;
    }
.minimalist-policy__text ul li{
            list-style:none;
            position:relative;
        }
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-policy__text ul li{
                text-align:left
        }
            }
.minimalist-policy__text ul li:before{
                content:"1";
                position:absolute;
                top:27px;
                left:-80px;
                font-size:110px;
                font-weight:lighter;
            }
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-policy__text ul li:before{
                    top:5px;
                    left:-34px;
                    font-size:39px
            }
                }
.minimalist-policy__text ul li.two{
                text-align:right;
            }
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-policy__text ul li.two{
                    text-align:left
            }
                }
.minimalist-policy__text ul li.two:before{
                    content:"2";
                    right:-80px;
                }
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-policy__text ul li.two:before{
                        right:0;
                        left:-27px
                }
                    }
.minimalist-policy__text ul li.three:before{
                    content:"3";
                }
.minimalist-policy__text ul li.four:before{
                    content:"4";
                }
.minimalist-policy__text ul li.five:before{
                    content:"5";
                }
.minimalist-policy__text ul li.six:before{
                    content:"6";
                }
.minimalist-policy__text ul li.seven:before{
                    content:"7";
                }
.minimalist-policy__text ul li.eight:before{
                    content:"8";
                }
.minimalist-policy__text ul li.nine:before{
                    content:"9";
                }
.minimalist-policy__text ul li.ten:before{
                    content:"10";
                }
.minimalist-policy__text ul li.eleven:before{
                    content:"11";
                }
.minimalist-policy__text ul li.twelve:before{
                    content:"12";
                }
.minimalist-policy__text.number--none{
        padding-left:4%;
    }
.minimalist-policy__text.number--none ul li:before{
                    content:"";
                }
.minimalist-claims__list{
    padding:0;
    text-align:left;
    max-width:1040px;
    margin:auto;
}
.minimalist-claims__list li{
        background:url("/static/img/cms/minimalist/icons/remember-icon.png") no-repeat left 5px;
        padding-left:40px;
        display:block;
        margin-bottom:30px;
    }
.minimalist-claims__list li.note-icon{
            background:url("/static/img/cms/minimalist/icons/note-icon.png") no-repeat left 5px;
        }
.minimalist-claims__list li:last-child{
            margin-bottom:0;
        }
.minimalist-claims__list li h4{
            color:#fff;
        }
.minimalist-claims__list li p{
            color:#fff;
            font-weight:300;
            opacity:1;
            font-size:18px;
            margin:0 0 5px;
        }
.claims-list{
    margin:40px auto;
    padding:0;
    list-style:none;
    text-align:left;
    max-width:1020px;
}
.claims-list li{
        margin-right:15%;
        background-color:rgb(var(--bg_grey-5));
        padding:54px 60px;
        float:left;
        width:42%;
        height:300px;
        position:relative;
        box-shadow:0px 20px 14px -10px rgba(0, 0, 0, 0.52);
    }
@media screen and (min-width: 0px) and (max-width: 767px){
.claims-list li{
            width:100%;
            margin-bottom:30px;
            height:285px
    }
        }
.claims-list li:before{
            content:"1";
            position:absolute;
            top:98px;
            left:-8%;
            font-size:110px;
            opacity:0.7;
        }
@media screen and (min-width: 0px) and (max-width: 767px){
.claims-list li:before{
                left:-2%
        }
            }
.claims-list li.two:before{
                content:"2";
            }
.claims-list li:last-child{
            margin-right:0;
        }
.minimalist-border{
    border-bottom:1px solid #333;
    margin:50px auto 0;
    max-width:900px;
    float:none;
    padding-bottom:50px;
}
.m--t{
    margin-top:50px;
}
.minimalist-btn__container{
    margin:60px 0 50px;
}
.minimalist-btn__container a{
        background-color:rgb(var(--accent_bg_btn));
        padding:16px 40px;
        font-size:20px;
        color:#fff;
        border-radius:5px;
        text-decoration:none;
    }
@media screen and (min-width: 767px) and (max-width: 950px){
.minimalist-btn__container a{
            font-size:20px
    }
        }
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-btn__container a{
            padding:16px;
            font-size:14px;
            display:inline-block
    }
        }
.minimalist-renew{
    background:url(/static/img/cms/minimalist/renew-car-insurance-banner.jpg) no-repeat center top;
    padding:240px 0;
    text-align:center;
    background-size:cover;
}
.minimalist-renew.inclusions--banner{
        background:url(/static/img/cms/minimalist/inclusions-and-exclusions-banner.jpg) no-repeat center top;
        background-size:cover;
    }
.minimalist-renew.newcar--banner{
        background:url(/static/img/cms/minimalist/new-insurance-myths-banner.jpg) no-repeat center top;
        background-size:cover;
    }
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-renew{
        padding:40px 0
}
    }
.minimalist-renew p{
        color:#fff;
        margin:0 0 15px;
        opacity:0.9;
    }
.minimalist-renew__header{
    font-size:35px;
    color:#fff;
    margin-bottom:25px;
}
.minimalist-necessary{
    padding:90px 0 25px;
}
.minimalist__header{
    font-size:45px;
    font-weight:300;
    margin:0 0 40px;
    text-align:center;
}
.minimalist__header.pt{
        padding-top:50px;
    }
.minimalist__header.font--30{
        font-size:30px;
    }
.minimalist__header.font--25{
        font-size:25px;
        font-weight:normal;
    }
.minimalist__header.minimalist__header--opacity{
        opacity:0.5;
        line-height:1.2em;
    }
.minimalist-necessary__list{
    list-style:none;
    padding:0;
    margin:0;
}
.minimalist-necessary__list li{
        margin:0 0 20px;
        position:relative;
        opacity:0.7;
    }
.minimalist-necessary__list li:before{
            content:"";
            position:absolute;
            left:-25px;
            top:10px;
            width:10px;
            height:5px;
            background-color:var(--baseDark_color);
        }
.minimalist-tips{
    border-top:1px solid #333;
    margin:0 auto;
    max-width:950px;
}
.minimalist-tips ul{
        list-style:none;
        padding:40px 0 0;
        counter-reset:tips-counter;
    }
.minimalist-tips ul li{
            padding:0 100px;
            float:left;
            width:50%;
            min-height:170px;
            line-height:22px;
            opacity:0.7;
            position:relative;
            counter-increment:tips-counter;
        }
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-tips ul li{
                padding:0 20px 20px 95px;
                width:100%
        }
            }
.minimalist-tips ul li:before{
                content:counter(tips-counter);
                position:absolute;
                text-align:center;
                min-width:100px;
                top:30px;
                left:0;
                font-size:110px;
                opacity:0.7;
            }
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-tips ul li:before{
                    left:15px
            }
                }
.minimalist-button{
    max-width:900px;
    text-align:center;
    margin:auto;
    padding:30px 0;
    position:relative;
}
.minimalist-button.p--b{
        padding:15px 0;
    }
.minimalist-button.border-top:before{
            content:"";
            position:absolute;
            width:120px;
            height:5px;
            background-color:rgba(49, 68, 81, 0.3);
            top:15px;
            left:50%;
            -webkit-transform:translateX(-50%);
                    transform:translateX(-50%);
        }
.border-bottom{
    border-bottom:1px solid #333;
}
.minimalist-compare-policy{
    background:#434341 url(/static/img/cms/minimalist/banner.jpg) no-repeat center top;
    background-size:100%;
}
.minimalist-compare-policy__list{
    margin:0 auto;
    padding:0;
    list-style:none;
    text-align:left;
    max-width:1020px;
}
.minimalist-compare-policy__list li{
        margin-right:15%;
        margin-bottom:90px;
        margin-top:-35px;
        background-color:#353535;
        padding:54px 60px;
        float:left;
        width:42%;
        color:rgba(255, 255, 255, 0.7);
        position:relative;
        box-shadow:0px 20px 14px -10px rgba(0, 0, 0, 0.52);
    }
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-compare-policy__list li{
            width:100%;
            margin-bottom:30px;
            height:285px
    }
        }
.minimalist-compare-policy__list li:before{
            content:"1";
            position:absolute;
            top:17px;
            line-height:1.4em;
            left:-8%;
            font-size:120px;
            opacity:0.7;
        }
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-compare-policy__list li:before{
                left:-2%;
                font-size:100px
        }
            }
.minimalist-compare-policy__list li.two{
            margin-bottom:0;
        }
.minimalist-compare-policy__list li.two:before{
                content:"2";
            }
.minimalist-compare-policy__list li.three{
            bottom:-35px;
            margin-bottom:0;
        }
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-compare-policy__list li.three{
                margin-bottom:100px;
                top:360px
        }
            }
.minimalist-compare-policy__list li.three:before{
                content:"3";
            }
.minimalist-compare-policy__list li:last-child{
            margin-right:0;
            margin-bottom:0;
            -webkit-transform:translateY(-50%);
                    transform:translateY(-50%);
        }
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-compare-policy__list li:last-child{
                -webkit-transform:translateY(0);
                        transform:translateY(0);
                margin-bottom:30px;
                top:-310px
        }
            }
.minimalist-quotes{
    padding:90px 0 0;
    text-align:center;
}
.minimalist-quotes.p--50{
        padding:50px 0;
    }
.minimalist-quotes.p--20{
        padding:20px 0;
    }
.minimalist-quotes p{
        opacity:0.7;
    }
.minimalist-quotes.pb{
        padding-bottom:90px;
    }
.minimalist-quotes.dark--red{
        background-color:#ec5f67;
    }
.minimalist-quotes.dark--red .minimalist__header{
            color:#fff;
        }
.minimalist-quotes.dark--red .minimalist-quotes__header{
            color:#fff;
        }
.minimalist-quotes.dark--red p{
            color:#fff;
        }
.minimalist-quotes__header{
    font-size:30px;
    font-weight:300;
    margin:10px 0 15px;
}
.minimalist-quotes__header.font--22{
        font-size:22px;
        opacity:0.7;
        font-weight:normal;
    }
.minimalist__advantage{
    margin:70px 0 0;
    list-style:none;
    padding:0;
}
.minimalist__advantage li{
        float:left;
        width:21%;
        margin:0 20px;
    }
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist__advantage li{
            width:100%;
            margin-right:0;
            margin-left:0;
            margin-bottom:20px
    }
        }
@media screen and (min-width: 767px) and (max-width: 1199px){
.minimalist__advantage li{
            margin:0 10px
    }
        }
.minimalist__expert{
    font-size:20px;
    margin-bottom:10px;
    min-height:48px;
}
.minimalist__img{
    min-height:80px;
}
.minimalist-guide{
    padding:50px 0;
    text-align:center;
}
.minimalist-guide p{
        opacity:0.7;
    }
.minimalist-guide h3{
        font-size:20px;
        line-height:30px;
        min-height:60px;
    }
.minimalist-guide__mt{
    margin-top:40px;
}
.minimalist-guide__ml{
    margin-left:13%;
}
@media screen and (min-width: 0px) and (max-width: 767px){
.minimalist-guide__ml{
        margin-left:0
}
    }
.minimalist-guide__heading{
    font-size:40px;
    opacity:0.7;
    font-weight:300;
    margin-bottom:30px;
}
.minimalist-guide__subheading{
    font-size:25px;
    margin-bottom:10px;
}
.minimalist-guide__icon{
    min-height:71px;
}
.gray-bg{
    background-color:rgb(var(--bg_grey-5));
    padding:60px;
    text-align:center;
    min-height:306px;
}
.base-bg{
    background-color:var(--baseDark_color);
    padding:60px;
    text-align:center;
    color:#fff;
    min-height:306px;
}
.grid__left{
    font-size:24px;
    color:var(--baseDark_color);
    min-height:80px;
}
.grid__right{
    font-size:24px;
    color:#fff;
    min-height:80px;
}
.section-features{
    margin:30px 0;
    background-color:rgba(255, 255, 255, 1);
    box-shadow:16px 10px 54px -10px rgba(0, 0, 0, 0.07), 6px 0 6px 0 rgba(195, 197, 212, 0.18),
        0 5px 17px -5px rgba(195, 197, 212, 0.57);
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:row;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    -webkit-justify-content:space-around;
        -ms-flex-pack:distribute;
            justify-content:space-around;
    -webkit-align-content:center;
        -ms-flex-line-pack:center;
            align-content:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
}
.section-features div{
        max-width:103px;
        margin-top:-23px;
        min-height:110px;
        text-align:center;
    }
.section-features div p{
            font-size:14px;
            line-height:17px;
            font-weight:400;
            color:rgb(var(--color_base));
            max-width:80px;
        }
.section-benefits{
    padding:0 30px;
    margin-bottom:50px;
}
.section-benefits h1{
        font-size:26px;
        font-weight:700;
        line-height:44px;
        margin-bottom:20px;
    }
.section-benefits ul{
        margin:0 auto;
        list-style-type:none;
    }
.section-benefits ul li{
            position:relative;
            margin-bottom:18px;
            font-weight:700;
            font-size:18px;
            color:rgb(var(--color_primary));
            padding-left:5px;
        }
.section-benefits ul li:before{
            position:absolute;
            content:"";
            height:8px;
            width:18px;
            border:3px solid rgb(var(--color_primary));
            border-top:none;
            border-right:none;
            -webkit-transform:rotate(-45deg);
            transform:rotate(-45deg);
            left:-32px;
            top:7px;
        }
.section-other-bf{
    padding:0 30px;
}
.section-other-bf .h1{
        color:rgb(var(--color_base));
        font-weight:700;
        font-size:26px;
        line-height:44px;
    }
.section-other-bf .img-bf{
        max-width:90px;
    }
.section-other-bf div{
        margin-bottom:50px;
    }
.section-other-bf div h5{
            color:rgb(var(--color_primary));
            font-family:"Nunito", Helvetica, Tahoma, Arial, sans-serif;
            font-weight:700;
            font-size:16px;
            line-height:27px;
        }
.section-other-bf div p{
            color:rgba(var(--color_base) / 70%);
            font-family:"Nunito", Helvetica, Tahoma, Arial, sans-serif;
            font-size:14px;
            line-height:24px;
        }
.sub-head{
    font-family:"Merriweather", serif;
    text-align:center;
    margin-bottom:20px;
    font-size:24px;
    font-weight:700;
}
.ulip-insurers{
    padding:30px 0;
}
.hero-heading{
    font-size:36px;
    font-weight:500;
    line-height:1.1;
    text-align:center;
    margin-top:20px;
    margin-bottom:10px;
}
.sub-heading{
    font-size:18px;
    line-height:24px;
    font-weight:300;
    text-align:center;
    margin-top:5px;
    margin-bottom:20px;
}
.sub-heading.flg{
    font-size:20px;
    line-height:24px;
}
