.mw-dropdown_01 + .mw-dropdown_01 {
	margin-top: calc(-1 * var(--swiper-navigation-size) - 20px);
}
.mw-dropdown_01 .container {
	height: 0;
	margin-top: 30px;
	overflow: hidden;
}
.mw-dropdown_01 .container > *:first-child {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mw-dropdown_01.mw-dropdown_01-show-start .container {
	height: auto;
}
.mw-dropdown_01.mw-dropdown_01-show .container {
	transition: 1s ease height;
}
.mw-dropdown_01 .title {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 40px;
}
.mw-dropdown_01 .title .mw-icon:before {
	content: "+";
}
.mw-dropdown_01.mw-dropdown_01-show-start .title .mw-icon:before,
.mw-dropdown_01.mw-dropdown_01-show .title .mw-icon:before {
	content: "-";
}
.mw-dropdown_01 .title .mw-icon {
	align-items: center;
	background: var(--mw-color-primary-opacity-high);
	color: #FFFFFF;
	display: flex;
	height: 40px;
	justify-content: center;
	width: 40px;
}
.mw-dropdown_01 .title span:last-child {
	align-items: center;
	border-top: 1px solid var(--mw-color-primary-opacity-high);
	border-right: 1px solid var(--mw-color-primary-opacity-high);
	border-bottom: 1px solid var(--mw-color-primary-opacity-high);
	border-left: 1px solid transparent;
	display: flex;
	flex: 1;
	height: 100%;
	margin: 0 0 0 -2px;
	padding: 0 0 0 15px;
}