.sep-custom-cols{	display: inline-flex; flex-wrap: nowrap; width: 100%;	}
.sep-custom-cols .cover{	width: 100%; height: 100%; position: absolute; top: 0; left: 0; 	}
.sep-custom-cols .wrapper{    display: flex; flex-direction: column; position: relative; width: 100%; height: 100%;	}
.sep-custom-cols .sep-item{   position: relative; align-items: start; justify-content: start; flex-direction: column; 	}
.sep-custom-cols .wrapper.top-left{    align-items: start; justify-content: start;	}
.sep-custom-cols .wrapper.top-center{    justify-content: start; align-items: center;	}
.sep-custom-cols .wrapper.top-right{    justify-content: start;  align-items: end;	}
.sep-custom-cols .wrapper.center-left{    justify-content: center;  align-items: start;	}
.sep-custom-cols .wrapper.center-center{    justify-content: center; align-items: center;	}
.sep-custom-cols .wrapper.center-right{    justify-content: center; align-items: end;	}
.sep-custom-cols .wrapper.bottom-left{	   justify-content: end; align-items: start;	}
.sep-custom-cols .wrapper.bottom-center{    justify-content: end; align-items: center;	}
.sep-custom-cols .wrapper.bottom-right{    justify-content: end; align-items: end;	}
.sep-custom-cols .sep-item{   position: relative; align-items: start; justify-content: start; flex-direction: column; overflow: hidden;   position: relative; align-items: start; justify-content: start; flex-direction: column; overflow: hidden;  	}
.sep-custom-cols .sep-item a .image{ height: 100%;  width: 100%;  transition: transform .2s; position: absolute;  top: 0;  left: 0; background-position: center; transition: transform .2s;  background-position: center;}
.sep-custom-cols .sep-item a:hover .image{   transform: scale(1.1); cursor: pointer; background-position: center;	}
.sep-custom-cols .sep-item:hover .cover{  background-color: rgb(23 55 126 / 10%);	} .sep-custom-cols .slick-next:before {
content: '' !important;
}
.sep-custom-cols .slick-prev, 
.sep-custom-cols .slick-next {
position: absolute;
color: #000;
font-size: 20px;
z-index: 999;
display: inline-flex;
justify-content: center;
align-items: center;
background: #fff;
padding: 20px;
border-radius: 30px;
width: 30px;
height: 30px;
border: 0;
}
.sep-custom-cols [type=button]:hover{
background-color: #e1e1e1;
} .sep-custom-cols .slick-prev.top-right{ 	right: 10px;	}
.sep-custom-cols .slick-next.top-right{ 	right: 0;	}
.sep-custom-cols .slick-prev.top-left{ 		left: 0;	}
.sep-custom-cols .slick-next.top-left{ 		left: 10px;	}
.sep-custom-cols .slick-prev.top-opposite{	left: 0;	}
.sep-custom-cols .slick-next.top-opposite{	right: 0;	} .sep-custom-cols .slick-prev.center-right{ 		top: 50%; right: 10px;	}
.sep-custom-cols .slick-next.center-right{ 		top: 50%; right: 0;	}
.sep-custom-cols .slick-prev.center-left{ 		top: 50%; left: 0;	}
.sep-custom-cols .slick-next.center-left{ 		top: 50%; left: 10px;	}
.sep-custom-cols .slick-prev.center-opposite{	top: 50%; left: -10px;	}
.sep-custom-cols .slick-next.center-opposite{	top: 50%; right: -10px;	} .sep-custom-cols .slick-prev.bottom-right{ 		top: auto; bottom: 0; right: 10px;	}
.sep-custom-cols .slick-next.bottom-right{ 		top: auto; bottom: 0; right: 0;	}
.sep-custom-cols .slick-prev.bottom-left{ 		top: auto; bottom: 0; left: 0;	}
.sep-custom-cols .slick-next.bottom-left{ 		top: auto; bottom: 0; left: 10px;	}
.sep-custom-cols .slick-prev.bottom-opposite{	top: auto; bottom: 0; left: 0;	}
.sep-custom-cols .slick-next.bottom-opposite{	top: auto; bottom: 0; right: 0;	}