div.block_news_main_content_preview {
    padding: 0 !important;
}

#clutch_top20_slider {
    width: 100%;
}

#clutch_top20_slider * {
    box-sizing: border-box;
}

#clutch_top20_slider .bx-wrapper {
    border: 0;
    margin-bottom: 30px;
}

#clutch_top20_slider #clutch_top20_slider__slides {

}

#clutch_top20_slider #clutch_top20_slider__slides .oneSlide {

}

#clutch_top20_slider #clutch_top20_slider__slides .oneSlide .headerImg {
    text-align: center;
}

#clutch_top20_slider #clutch_top20_slider__slides .oneSlide h1 {
    margin-top: 0;
    text-align: center;
    font-size: 32px;
}

#clutch_top20_slider #clutch_top20_slider__slides .oneSlide p {
    font-size: 14px;
    margin: 15px 30px;
}

#clutch_top20_slider #clutch_top20_slider__slides .oneSlide .youtube {
    margin: 20px;
    text-align: center;
}

#clutch_top20_slider #clutch_top20_slider__slides .oneSlide .youtube img {
    width: 100%;
}

#clutch_top20_slider #clutch_top20_slider__nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 28px;
    margin: 0 10px;
    padding: 0 40px;
    border: 2px solid #cccccc;
    border-radius: 14px;
    background: rgb(0, 73, 122);
    background: linear-gradient(0deg, rgba(0, 73, 122, 1) 0%, rgba(0, 135, 218, 1) 35%, rgba(0, 82, 106, 1) 100%);
}

#clutch_top20_slider #clutch_top20_slider__nav button {
    display: flex;
    align-items: center;
    height: 20px;
    margin: 0;
    padding: 0 2px;
    border: 0;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: transparent;
    cursor: pointer;
    user-select: none;
}

#clutch_top20_slider #clutch_top20_slider__nav span {
    border-radius: 9px;
    height: 18px;
    padding: 0 4px;
}

#clutch_top20_slider #clutch_top20_slider__nav button.selected,
#clutch_top20_slider #clutch_top20_slider__nav button:hover {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(170, 170, 170, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

#clutch_top20_slider #clutch_top20_slider__nav button.selected > span ,
#clutch_top20_slider #clutch_top20_slider__nav button:hover > span {
    color: #001628;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(170, 170, 170, 1) 100%);
}

#clutch_top20_slider #clutch_top20_slider__btns {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
}

#clutch_top20_slider #clutch_top20_slider__btns img {
    height: 60px;
}

#clutch_top20_slider #clutch_top20_slider__btns button {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

#clutch_top20_slider #clutch_top20_slider__btns #btnPrev {

}

#clutch_top20_slider #clutch_top20_slider__btns #btnNext {

}