html{
    font-size: 62.5%;
}
.seo-text p{
    margin: 15px 0 0;
}
.seo-text .common-btn{
    margin-top: 35px;
}
.introduction-block h1{
    color: #073046;
}
.introduction-block{
    padding: 220px 0 40px;
}
.introduction-block p, .stocklist-block p{
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.seo-list{
    padding: 30px 0;
}
.seo-list-bottom{
    padding-bottom: 90px;
    position: relative;
}
.seo-list img.w-100{
    border-radius: 20px;
}
.seo-list-iframe{
    position: relative;
    padding-bottom: 56.25%;
    border-radius: 20px;
    overflow: hidden;
}
.seo-list-iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.seo-list-bottom .sec-mark{
    left: 16px;
    bottom: 16px;
    z-index: -1;
}
.seo-list .common-btn{
    margin-top: 30px;
}
.stocklist-block{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    padding: calc(5% + 30px) 0;
}
.stocklist-block h2, .stocklist-block p{
    color: #fff;
}
.stocklist-block .position-absolute.h-100{
    top: 0;
    left: 0;
    background: rgba(44, 43, 42, 0.60);
    z-index: -1;
}
.company-usp-block{
    padding: 70px 0;
}
.company-usp-block h2{
    margin-bottom: 60px;
}
.each-company-usp{
    padding: 50px 30px;
    display: block;
    background: #79B1E0;
    border-radius: 10px;
}
.each-company-usp h6{
    font-size: 2rem;
    color: #fff;
    font-family: 'SofiaPro-SemiBold';
}
.each-company-usp h3{
    color: #fff;
    margin: 18px 0;
}
.each-company-usp p{
    color: #fff;
}
.form-sec.seo-form .radius-wrap{
    padding: 70px 0;
}
.seo-form h2, .seo-form p{
    color: #fff;
}
.seo-form .form-main-area{
    margin-top: 60px;
    margin-right: 40px;
}
.seo-form p{
    max-width: 680px;
}
.seo-contact{
    overflow: hidden;
    margin-left: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    border-radius: 20px;
    padding: 0 10%;
    height: 100%;
    z-index: 1;
}
.seo-form .common-btn{
    margin-top: 0;
}
.seo-contact .position-absolute.h-100{
    background: rgba(7, 48, 70, 0.65);
    top: 0;
    right: 0;
    z-index: -1;
}
.each-seo-contact{
    padding: 40px 0;
}
.each-seo-contact h4, .each-seo-contact a, .each-seo-contact td{
    color: #fff;
}
.each-seo-contact h4{
    margin-bottom: 10px;
}
.each-seo-contact td{
    vertical-align: top;
}
.each-seo-contact td:nth-child(even){
    padding-left: 20px;
}
.each-seo-contact a:hover{
    text-decoration: underline;
}
.seo-faq{
    padding: 70px 0;
}
.seo-faq h5{
    color: #073046;
    font-family: 'SofiaPro-SemiBold';
    font-size: 2.4rem;
    margin-top: 10px;
}
.seo-accordion {
    max-width: 1160px;
    margin: 60px auto 0;
}
.seo-faq .accordion-item{
    border: 0;
    background-color: #79B1E0;
    border-radius: 10px;
    padding: 30px;
}
.seo-faq .accordion-item:not(:last-child){
    margin-bottom: 20px;
}
.seo-faq .cursor{
    cursor: pointer;
}
.seo-faq .accordion-item h3{
    font-size: 2rem;
}
.seo-faq .accordion-item h3, .seo-faq .accordion-item p{
    color: #fff;
}
.seo-faq .accordion-item .position-absolute{
    top: -11px;
    right: 0;
    width: 48px;
    height: 48px;
    background: #fff;
}
.seo-faq .accordion-item .collapsed .position-absolute img{
    transform: rotate(180deg);
}
.related-articles-block{
    padding: 30px 16px 90px 0;
    position: relative;
}
.related-articles-block .dtl-slider-mark{
    right: 16px;
    top: 0;
    z-index: -1;
}
.related-articles-block h2{
    margin-bottom: 60px;
}
.related-articles-block h3{
    font-family: 'DMSans-SemiBold';
    color: #fff;
}
.related-articles-block img.w-100{
    border-radius: 20px;
}
.related-articles-block .position-absolute{
    bottom: 30px;
    left: 0;
    padding: 0 30px;
}
/*===============MODEl================*/
.model-introduction p{
    margin: 40px 0 70px;
}
.model-slider .row{
    padding: 25px 20px;
}
.model-slider .d-block.w-100{
    background: #79B1E0;
    border-radius: 10px;
}
.model-slider .d-block.w-100 h4{
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.model-slider .d-block.w-100 p{
    margin-top: 4px;
    height: 48px;
    overflow: hidden;
}
.model-slider .d-block.w-100 span{
    font-size: 1.8rem;
    margin-top: 8px;
}
.bekijk-nu-btn{
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.model-slider .d-block.w-100:hover .bekijk-nu-btn{
    background: #D84B77;
    border-color: #D84B77;
    color: #fff;
}