.ss-4ebee753-container {
    position: relative;
    width: 100%;
    background: #f5f5f5;
	display: flex;
	flex-direction: column;
}

.ss-4ebee753-dots-pos-inside .ss-4ebee753-container {
	overflow: hidden;
}
.ss-4ebee753-dots-pos-outside .ss-4ebee753-container {
	overflow: visible;
}


.ss-4ebee753-wrapper {
    display: flex;
    transition: transform 0.4s ease-in-out;
    height: 100%;
    width: 100%;
}

.ss-4ebee753-slide {
    flex: 0 0 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ss-4ebee753-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
}

.ss-4ebee753-content {
    position: relative;
    z-index: 2;
    padding: 20px;
    color: #fff;
    max-width: 800px;
	width: 100%;
}

.ss-4ebee753-title {
    margin: 0 0 10px;
    color: #fff;
}

.ss-4ebee753-desc {
    font-size: 16px;
    color: #fff;
}

.ss-4ebee753-button {
	display: inline-block;
	background: #0073aa;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	margin-top: 15px;
	transition: all 0.3s;
}

.ss-4ebee753-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 15px 20px;
    z-index: 3;
    font-size: 24px;
    transition: background-color 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ss-4ebee753-arrow-shape-square .ss-4ebee753-arrow { border-radius: 0; }
.ss-4ebee753-arrow-shape-rounded .ss-4ebee753-arrow { border-radius: 8px; }
.ss-4ebee753-arrow-shape-circle .ss-4ebee753-arrow { border-radius: 50%; width: 50px; height: 50px; padding: 0; }

.ss-4ebee753-arrow:hover {
    background-color: rgba(0,0,0,0.8);
}

.ss-4ebee753-prev { left: 10px; }
.ss-4ebee753-next { right: 10px; }

.ss-4ebee753-dots {
    display: flex;
    gap: 8px;
    z-index: 3;
	justify-content: center;
}

.ss-4ebee753-dots-pos-inside .ss-4ebee753-dots {
	position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.ss-4ebee753-dots-pos-outside .ss-4ebee753-dots {
	position: relative;
	margin-top: 15px;
}

.ss-4ebee753-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
	border: 1px solid rgba(0,0,0,0.2);
    cursor: pointer;
    transition: background 0.3s;
    padding: 0;
}

.ss-4ebee753-dot.active, .ss-4ebee753-dot:hover {
    background: #000;
}
.ss-4ebee753-dots-pos-inside .ss-4ebee753-dot {
	background: rgba(255,255,255,0.5);
	border-color: transparent;
}
.ss-4ebee753-dots-pos-inside .ss-4ebee753-dot.active, .ss-4ebee753-dots-pos-inside .ss-4ebee753-dot:hover {
	background: #fff;
}
