.csw-card {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding: 51px 77px;
    border-radius: 36px;
    min-height: 400px;
    background: linear-gradient(79.08deg, #472F92 4.65%, #26145E 98.82%) !important;
    overflow: hidden;
    border: 1px solid #645FAA;
    box-shadow: 0px 40px 50px 0px #645FAA33;
	position: relative;
}

.csw-card:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: top left;
    background-size: auto;
    background-repeat: no-repeat;
	background-image: var(--background-image);
}

.csw-swiper .swiper-cards .swiper-slide{
	    overflow: visible;
	    transition: all 0.5s ease;
}

.csw-swiper {
    height: 601px;
}

.csw-swiper .swiper {
    height: 100%;
}

.csw-swiper .swiper-pagination {
    display: none !important;
}

.csw-year {
    font-family: SVN-Gotham;
    font-weight: 900;
    font-size: 100px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #645FAA;
    margin-bottom: 118px;
    margin-top: 8px;
}

.csw-left {
    width: 50%;
    position: relative;
    color: #fff;
}

.csw-title {
    font-family: SVN-Gotham;
    font-weight: 450;
    font-size: 28px;
    line-height: 136%;
    letter-spacing: 0%;
    color: #FDB913;
    margin: 0 0 27px;
}

.csw-right {
    width: 49%;
}

.csw-right img {
    width: 100%;
    border-radius: 24px;
}

.csw-desc {
    font-family: SVN-Gotham;
    font-weight: 400;
    font-size: 20px;
    line-height: 134%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.csw-content {
    position: relative;
    padding-left: 53px;
}

.csw-content:before {
    content: '';
    width: 20px;
    height: 20px;
    opacity: 1;
    background: #645FAA;
    position: absolute;
    border-radius: 100%;
    left: 7px;
    top: 11px;
}

.csw-content:after {
    content: '';
    width: 1px;
    height: 100vh;
    opacity: 1;
    background: #645FAA;
    position: absolute;
    border-radius: 100%;
    left: 16px;
    top: 11px;
}

.csw-swiper .swiper-slide:not(.swiper-slide-active, .swiper-slide-next, .swiper-slide-next + div, .swiper-slide-prev + div)
 {
    opacity: 0;
    visibility: hidden;
}

.csw-swiper .swiper-slide {
    display: flex;
}


@media(max-width: 1024px){
	.csw-right img {
		max-height: 220px;
		object-fit: cover;
	}

	.csw-right {
		width: 31%;
		position: absolute;
		right: 24px;
		top: 24px;
	}

	.csw-card {
		padding: 24px 24px 50px;
	}

	.csw-left {
		width: 100%;
	}
	
	.csw-swiper {
		height: 462px;
	}
}

@media(max-width: 767px){
	.csw-year {
    font-size: 70px;
    margin-bottom: 55px;
}

.csw-right img {
    max-height: 120px;
    object-fit: cover;
}

h3.csw-title {
    font-size: 16px;
    line-height: 130%;
}

.csw-desc {
    font-size: 14px;
    line-height: 134%;
}

.csw-content {
    position: relative;
    padding-left: 40px;
}

.csw-swiper {
    height: 320px;
}

.csw-card {
    padding: 24px 24px 40px;
	    min-height: 380px;
}
}