.plans {
	background: #311845;
}

.plans > .wrapper > .title {
	margin-bottom: 40px;
	color: #fff;
}

.showcase {
	position: relative;
	background: #000;
}

.showcase > .swiper {
	overflow: hidden;
	height: 100%;
}

.showcase > .swiper > .grid > .grid-item > .link > .img.no-1 {
	display: none;
}

.showcase .swiper-arrow {
	display: none;
}

.showcase .swiper-bullets {
	bottom: 2rem;
}

.showcase .swiper-bullets > .bullet {
	width: 1rem;
	height: 1rem;
	margin: 0 .5rem;
	border-radius: .5rem;
	background: rgba(255, 255, 255, 0.5);
	transform: scale3d(0.75, 0.75, 0.75);
	transition: transform .25s, background-color .25s;
}

.showcase .swiper-bullets > .bullet.is-active {
	background-color: #F58634;
	transform: scale3d(1, 1, 1);
}

@media (min-width: 800px) {
	.showcase > .swiper > .grid > .grid-item > .link > .img.no-1 {
		display: block;
	}
	.showcase > .swiper > .grid > .grid-item > .link > .img.no-2 {
		display: none;
	}
	.showcase .swiper-arrow {
		display: flex;
	}
	.showcase .swiper-arrow.is-prev {
		left: 1rem;
	}
	.showcase .swiper-arrow.is-next {
		right: 1rem;
	}
	.showcase .swiper-bullets {
		bottom: 3rem;
	}
}

.latest {
	position: relative;
	background: #F1F1F1;
}

.latest > .wrapper {
	text-align: center;
}

.latest > .wrapper > .title {
	margin-bottom: 30px;
}

.latest > .wrapper > .text {
	margin-bottom: 60px;
}

.latest > .wrapper > .grid {
	margin: -8px;
	align-items: center;
}

.latest > .wrapper > .grid > .grid-item {
	padding: 8px;
}

.latest-item-header {
	position: relative;
	border-bottom: 0 solid #6D00C5;
	transition: border-width .25s;
}

.latest-item-header::after, .latest-item-header::before {
	top: auto;
	z-index: 2;
	height: 50%;
	transition: opacity .25s;
}

.latest-item-header::after {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}

.latest-item-header::before {
	background: -webkit-linear-gradient(bottom, rgba(49, 24, 69, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(49, 24, 69, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0;
}

.latest-item-header > .img {
	position: relative;
	z-index: 1;
	min-height: 250px;
	max-height: 350px;
}

.latest-item-header > .wrapper {
	transition: opacity .25s;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	padding: 20px;
}

.latest-item-header > .wrapper > .title.is-small {
	margin-bottom: 30px;
	color: #fff;
}

.latest-item-header > .wrapper > .title.is-xsmall {
	margin-bottom: 20px;
}

.latest-item-header > .wrapper > .disc {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: -25px;
	left: calc(50% - 25px);
	color: #311845;
	font-size: 22px;
	border-radius: 25px;
	background: #F58634;
	cursor: pointer;
}

.latest-item-content {
	position: relative;
	overflow: hidden;
	height: 0;
	opacity: 0;
	transition: height .25s, opacity .25s;
}

.latest-item-content > .wrapper {
	padding: 20px;
}

.latest-item-content > .wrapper > .title {
	margin-bottom: 20px;
}

.latest-item-content > .wrapper > .title.is-xsmall {
	color: #F58634;
}

.latest-item-content > .wrapper > .text {
	margin-bottom: 20px;
}

.latest-item.is-active > .latest-item-header {
	border-width: 5px;
}

.latest-item.is-active > .latest-item-header::after {
	opacity: 0;
}

.latest-item.is-active > .latest-item-header::before {
	opacity: 1;
}

.latest-item.is-active > .latest-item-header > .wrapper {
	opacity: 0;
}

.latest-item.is-active > .latest-item-content {
	opacity: 1;
}

@media (min-width: 1200px) {
	.latest > .wrapper > .grid > .grid-item {
		width: 33.33333%;
	}
}
