/* accordion */

.mc-accordion {
	max-width: 896px;
	text-align: center;
	padding: 56px 64px;
	margin: 0 auto;
}

.mc-accordion-box {
	margin: 0;
}

.mc-accordion-box .ac {
	border-top: 2px solid var(--color_1);
}

.mc-accordion-box .ac .ac-header {
	margin: 0;
	padding: 0;
}

.mc-accordion-box .ac .ac-trigger {
	position: relative;
	display: block;
	width: 100%;
	font-family: 'Poppins';
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	background-color: transparent;
	transition: color 0.25s ease;
	padding: 14px 32px 18px 0;
	cursor: pointer;
}

.mc-accordion-box .ac .ac-panel {
	text-align: left;
	overflow: hidden;
	transition-property: height, visibility;
	transition-timing-function: ease;
}

.mc-accordion-box .ac.js-enabled .ac-panel {
	visibility: hidden;
}

.mc-accordion-box .ac.is-active .ac-panel {
	visibility: visible;
}

.mc-accordion-box .ac .ac-trigger::after {
	top: 30px;
	right: 0;
	width: 32px;
    height: 32px;
	background: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="path-1-inside-1_7429_4090" fill="white"><path d="M32 28C32 30.2091 30.2091 32 28 32L4 32C1.79086 32 1.56562e-07 30.2091 3.49691e-07 28L2.44784e-06 4C2.64097e-06 1.79086 1.79086 -2.64097e-06 4 -2.44784e-06L28 -3.49691e-07C30.2091 -1.56562e-07 32 1.79086 32 4L32 28Z"/></mask><path d="M32 28C32 30.2091 30.2091 32 28 32L4 32C1.79086 32 1.56562e-07 30.2091 3.49691e-07 28L2.44784e-06 4C2.64097e-06 1.79086 1.79086 -2.64097e-06 4 -2.44784e-06L28 -3.49691e-07C30.2091 -1.56562e-07 32 1.79086 32 4L32 28Z" fill="%23FFFFFF"/><path d="M28 30L4 30L4 34L28 34L28 30ZM2 28L2 4L-2 4L-2 28L2 28ZM4 2L28 2L28 -2L4 -2L4 2ZM30 4L30 28L34 28L34 4L30 4ZM28 2C29.1046 2 30 2.89543 30 4L34 4C34 0.686291 31.3137 -2 28 -2L28 2ZM2 4C2 2.89543 2.89543 2 4 2L4 -2C0.686294 -2 -2 0.686288 -2 4L2 4ZM4 30C2.89543 30 2 29.1046 2 28L-2 28C-2 31.3137 0.686291 34 4 34L4 30ZM28 34C31.3137 34 34 31.3137 34 28L30 28C30 29.1046 29.1046 30 28 30L28 34Z" fill="%23070C36" mask="url(%23path-1-inside-1_7429_4090)"/><path d="M8.17679 11.8233L8.1768 11.8233L8.53035 11.4697C8.53035 11.4697 8.53036 11.4697 8.53036 11.4697C8.62799 11.3721 8.78626 11.3721 8.88389 11.4697C8.8839 11.4697 8.8839 11.4697 8.8839 11.4697L15.6465 18.2323L16 18.5859L16.3536 18.2323L23.1162 11.4697C23.2138 11.3721 23.372 11.3721 23.4697 11.4697L23.8233 11.8233C23.9209 11.921 23.9209 12.0792 23.8233 12.1768L16.1768 19.8233C16.0791 19.9209 15.9209 19.9209 15.8233 19.8233L8.17679 12.1768C8.17679 12.1768 8.17678 12.1768 8.17678 12.1768C8.07915 12.0792 8.07915 11.9209 8.17679 11.8233Z" fill="%23070C36" stroke="%23070C36"/></svg>') no-repeat !important;
	content: '' !important;
	transform: translate(0, -50%);
	position: absolute;
}

.mc-accordion-box .ac.is-active > .ac-header .ac-trigger::after {
	background: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="path-1-inside-1_7429_4083" fill="white"><path d="M0 4C0 1.79086 1.79086 0 4 0H28C30.2091 0 32 1.79086 32 4V28C32 30.2091 30.2091 32 28 32H4C1.79086 32 0 30.2091 0 28V4Z"/></mask><path d="M0 4C0 1.79086 1.79086 0 4 0H28C30.2091 0 32 1.79086 32 4V28C32 30.2091 30.2091 32 28 32H4C1.79086 32 0 30.2091 0 28V4Z" fill="%23FFFFFF"/><path d="M4 2H28V-2H4V2ZM30 4V28H34V4H30ZM28 30H4V34H28V30ZM2 28V4H-2V28H2ZM4 30C2.89543 30 2 29.1046 2 28H-2C-2 31.3137 0.686292 34 4 34V30ZM30 28C30 29.1046 29.1046 30 28 30V34C31.3137 34 34 31.3137 34 28H30ZM28 2C29.1046 2 30 2.89543 30 4H34C34 0.686292 31.3137 -2 28 -2V2ZM4 -2C0.686292 -2 -2 0.686292 -2 4H2C2 2.89543 2.89543 2 4 2V-2Z" fill="%23070C36" mask="url(%23path-1-inside-1_7429_4083)"/><path d="M23.8232 20.1767L23.8232 20.1767L23.4697 20.5303C23.4696 20.5303 23.4696 20.5303 23.4696 20.5303C23.372 20.6279 23.2137 20.6279 23.1161 20.5303C23.1161 20.5303 23.1161 20.5303 23.1161 20.5303L16.3535 13.7677L16 13.4141L15.6464 13.7677L8.88384 20.5303C8.7862 20.6279 8.62798 20.6279 8.53034 20.5303L8.17674 20.1767C8.07911 20.079 8.07911 19.9208 8.17674 19.8232L15.8232 12.1767C15.9209 12.0791 16.0791 12.0791 16.1767 12.1767L23.8232 19.8232C23.8232 19.8232 23.8232 19.8232 23.8232 19.8232C23.9208 19.9208 23.9208 20.0791 23.8232 20.1767Z" stroke="%23070C36"/></svg>') no-repeat !important;
	content: '' !important;
}

@media (max-width: 768px) {
	.mc-accordion {
		padding: 56px 20px;
	}
}