.module-latest-rns {background-color:var(--blue-2);padding-top:80px;font-family:var(--font-displaybold);overflow:hidden; color: var(--white-1);}
.module-latest-rns .content-wrap .title h2 {background-color:var(--blue-2); color: var(--white-1);}
.module-latest-rns .content-wrap .title ,.module-latest-rns .content-wrap .latest-rns-item ,.module-latest-rns .content-wrap .latest-rns-item p.latest-rns-title a{color: var(--white-1);}
.module-latest-rns .content-wrap .latest-rns-wrapper .latest-rns-outer:nth-child(2n+1) .latest-rns-item ,.module-latest-rns .content-wrap .latest-rns-wrapper .latest-rns-outer:nth-child(2n+1) .latest-rns-item p.latest-rns-title a{color: var(--dark-blue);}
.module-latest-rns .content-wrap .latest-rns-wrapper{margin:30px 0px;}
.module-latest-rns .latest-rns-wrapper .latest-rns-item {margin:0 12px;min-height: 355px;background-color: var(--black);padding: 30px 24px;
display: flex;flex-direction: column;justify-content: space-between;}
.module-latest-rns .latest-rns-wrapper .latest-rns-item p.latest-rns-date{font-size: 3.2rem;line-height: 4rem;font-weight:700;text-transform:uppercase;font-family:var(--font-displaybold);}
.module-latest-rns .latest-rns-wrapper .latest-rns-item p.latest-rns-title{font-size: 2.4rem;line-height: 3.2rem;font-weight:700;}
.module-latest-rns .latest-rns-wrapper .latest-rns-outer:first-child .latest-rns-item { margin-left:0; }
.module-latest-rns .latest-rns-wrapper .latest-rns-outer:last-child .latest-rns-item { margin-right:0; }
.module-latest-rns .latest-rns-wrapper .latest-rns-outer:nth-child(2n+1) .latest-rns-item {background-color: var(--white-1)/*var(--blue-3)*/;}
.module-latest-rns .content-wrap .latest-rns-wrapper .latest-rns-item .latest-rns-title a{display:inline-block;font-family:var(--font-displaybold);}

.module-latest-rns{position:relative;}
.module-latest-rns::before{  content:""; background: url("/~/media/Images/P/Playtech-IR-V2/playtech-module-images/icons-images/rns-small-icon") no-repeat;height: 40px;display: block; width: 45px;  position: absolute; top: 15px;  left: 8px;background-size: cover;}
.module-latest-rns::after{content:""; background: url("/~/media/Images/P/Playtech-IR-V2/playtech-module-images/icons-images/semi-triangle");height: 180px;display: block; width: 180px;  position: absolute;right: 0;  bottom: 0;} 

.module-latest-rns .latest-rns-wrapper ul.slick-dots{margin-top:20px;display:flex;gap:24px;justify-content:center;list-style: none;}
.module-latest-rns .latest-rns-wrapper ul.slick-dots li{text-indent: -999px;height: 20px;width: 20px;background-color: white;border-radius: 50%;opacity:0.4;cursor:pointer;}
.module-latest-rns .latest-rns-wrapper ul.slick-dots li.slick-active{opacity:1;}

@media all and (max-width:991.98px){
 .module-latest-rns::after{display:none;}
}
@media all and (max-width:767.98px){
.module-latest-rns{padding-top:40px;}
 .module-latest-rns .content-wrap .title::before{display:none;}
.module-latest-rns .container-fluid{padding-right:0px;}
}