* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container-widget{
    display: flex;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    margin: 0 auto;
    flex-direction: row;
    height: 225px;
    max-width: 1060px;
}
.header{
    background-color: #7562A5;
    display: flex;
    flex-direction: column;
    width: 33%;
    padding: 35px 20px 40px 35px;
}
.header .title{
    color: #fff;
    font-size: 15px;
    text-align: left;
    line-height: 20px;
    margin-top: 30px;
    font-weight: 500;
}
.logo-wrap{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.logo-wrap div{
    display: flex;
    margin-right: 15px;
    width: 33.3%;
}
.logo-wrap div:last-child{
    margin-right: 0;
}
.logo-wrap div img{
    width: 100%;
}
.konten{
    background-color: #EEEAF2;
    background-image: url(../img/acc-1.png), url(../img/acc-2.png), url(../img/bulat.png), url(../img/bg-pattern.png);
    background-repeat: no-repeat;
    display: flex;
    width: 67%;
    background-size: 40%, 13%, 55%, 150%;
    padding: 25px 30px 25px 0;
    background-position: bottom -30% left 27%, bottom -20% right -7%, center left -60%, center;
}
.slider-wrap{
    width: 50%;
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(70, 57, 109, 0.5);
    border-radius: 5px;
    padding: 0 25px;
    margin: 0 30px 0 0;
}
.slider{
    width: 100%;
    height: 130px;
}
.tns-outer{
    width: 100%;
}
.item{
    position: relative;
    height: 100%;
}
.item .wrap{
    display: flex;
    width: 98%;
    margin: 0 auto;
    height: 100%;
    border-radius: 7px;
    border: 1px solid rgba(70, 57, 109, 0.5);
    overflow: hidden;
}
.artikel .imgBox{
    flex: none;
    width: 100px;
}
.artikel p{
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #46396D;
    font-size: 14px;
}
.artikel small{
    font-weight: 400;
    color: #46396D;
    font-size: 12px;
}
.artikel .desc{
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    width: 100%;
    margin: 10px;
    flex-direction: column;
}
.item .cta{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item .play-btn{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
}
.regis-wrap{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.regis-wrap .title{
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #46396D;
    font-size: 15px;
    margin-bottom: 8px;
}
.regis-wrap .regis-btn{
    font-weight: 700;
    color: #7462A5;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
    text-decoration: none;
    font-size: 13px;
    border: 1px solid rgba(70, 57, 109, 1);
    padding: 8px 7px;
    border-radius: 20px;
    width: 50%;
}
.minat{
    display: flex;
    align-items: center;
    border: 1px solid rgba(70, 57, 109, 0.5);
    background-color: #fff;
    color: #7562A5;
    border-radius: 5px;
    overflow: hidden;
    text-decoration: none;
    margin-bottom: 7px;
}
.minat:last-child{
    margin-bottom: 0;
}
.minat img{
    width: 72px;
}
.minat p{
    font-weight: 500;
    color: #47396C;
    font-size: 13px;
}
.minat > div{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.minat small{
    color: #47396C;
    display: block;
    font-size: 10px;
    font-weight: 400;
    margin-top: 2px;
}
button[data-controls="prev"], button[data-controls="next"]{
    border: none;
    background-color: transparent;
    width: 13px;
    height: 13px;
    background-image: url(../img/arr.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 3;
}
button[data-controls="prev"]{
    left: 7px;
}
button[data-controls="next"]{
    right: 7px;
    transform: scaleX(-1);
}
.tns-nav{
    display: flex;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    justify-content: center;
}
.tns-nav button{
    width: 7px;
    height: 7px;
    margin-right: 3px;
    border-radius: 50%;
    border: 1px solid rgba(70, 57, 109, 0.5);
    background-color: #fff;
}
.tns-nav .tns-nav-active{
    background-color: #7562A5;
}
.logo-wrap .logo-kompas-lestari {
    width: 60%;
}