.process-module__title{
	margin-bottom: 64px;
}

.process-module__title p:last-of-type{
	margin-bottom: 0px;
}

.process-module__title h1:not(:has(+ p)), 
.process-module__title h2:not(:has(+ p)) {
	margin-bottom: 0px;
}


section.drag_graphic {
	max-width: 1440px;
	margin: 0 auto;
}

.zoomist-container {
	width: 100%;
}

.drag_graphic .zoomist-image {
	width: 100%;
	padding: 1%;
}

.drag_graphic .zoomist-image img {
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: contain;
	object-position: top left;
	display: block;
	padding-right: 10%;
}

.drag_graphic .zoomist-wrapper {
	background: none !important;
}

.drag_graphic .zoomist-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	z-index: 2;
	background: linear-gradient(90deg, rgba(238, 238, 238, 0.00) 0%, #EEE 100%);
	pointer-events: none;
}

section.drag_graphic {
	display: flex;
	flex-direction: row;
	background: #EEE;
	align-items: start;
}

.drag_graphic-list {
	flex: 0 1 45%;
}

.drag_graphic-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #fff;
	padding: 50px 35px;
}

.drag_graphic-graphic {
	flex: 0 1 55%;
}

.drag_graphic-icon-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 11%);
	height: 100%;
}

.drag_graphic-icon {
	position: absolute;
	z-index: 9;
	left: 6.4%;
	top: 17.8%;
	transform: scale(0.7);
	background: #F47725;
	border-radius: 50%;
	cursor: pointer;
	width: 14px;
	aspect-ratio: 1;
	display: block;
}

.drag_graphic-icon-tooltip {
	display: block;
	position: absolute;
	left: 0;
	top: 110%;
	font-size: 9px;
	background: #f47724;
	color: #fff;
	padding: 1px 5px;
	border-radius: 3px;
	pointer-events: none;
	min-width: 440%;
}

.drag_graphic-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.drag_graphic .zoomist-zoomer {
	left: 0;
	bottom: 60px;
	top: auto;
	display: flex;
	flex-direction: column;
	gap: 5px;
	pointer-events: none;
}

.drag_graphic .zoomist-zoomer-button {
	background: #000;
	pointer-events: initial;
}

.drag_graphic .zoomist-zoomer-icon {
	fill: #fff;
	filter: opacity(1);
	background: none;
	transition: none;
}

.drag_graphic .zoomist-zoomer-button:hover {
	background: #000;
}

.drag_graphic .zoomist-zoomer-button:hover .zoomist-zoomer-icon {
	fill: #ffffff;
}

.drag_graphic .zoomist-zoomer-button.zoomist-zoomer-disabled {
	background: #000;
	opacity: 0.4;
}

.drag_graphic .zoomist-slider {
	top: auto;
	bottom: 0;
	width: 90%;
	padding: 0;
	background: none;
}

.drag_graphic .zoomist-slider-horizontal .zoomist-slider-wrapper {
	width: 100%;
}

.accordion-content h4 {
	font-size: 28px;
}

.drag_graphic .zoomist-zoomer-button.zoomist-zoomer-disabled .zoomist-zoomer-icon {
	fill: #ffffff;
}

@media(max-width: 767px){
	
	section.drag_graphic {
		display: block;
	}
	
	.drag_graphic-graphic {
		margin-bottom: 50px;
	}
	
	.drag_graphic-icon-wrap {
		width: calc(100% - 1%);
		display: none;
	}

	.drag_graphic .zoomist-image img {
		padding-right: 0;
	}

	.drag_graphic .zoomist-wrapper:before {
		display: none;
	}
	
	.drag_graphic .zoomist-zoomer,
	.drag_graphic .zoomist-slider {
		display: none;
	}
	
	.drag_graphic-list ul {
		padding: 0 20px 0 20px;
	}
	
	.drag_graphic .accordion-item {
		padding: 15px 0;
	}
	
	.drag_graphic .accordion-title h6 {
		flex-direction: column;
		gap: 0;
		justify-content: start;
		align-items: start;
		transition: all 0.3s ease;
	}

	.drag_graphic .accordion-title h6 img {
		object-position: left center;
		height: 55px !important;
		width: 100%;
		height: 0 !important;
		overflow: hidden;
		transition: all 0.3s ease;
	}

	.drag_graphic .accordion button .icon {
		top: 2px;
		transition: all 0.3s ease;
	}

	.drag_graphic .accordion-item.is-open h6 {
		gap: 25px;
	}

	.drag_graphic .accordion-item.is-open img {
		height: 55px !important;
	}

	.drag_graphic .accordion-item.is-open button .icon {
		top: 81px;
	}

}



{# ######################################################################### #}
{# #############################   Accordion   ############################# #}
{# ######################################################################### #}

.accordion-item {
	transition: all 0.3s ease-in-out;
	border-bottom: 1px solid #000000;
	padding: 10px 0;
	margin: 0;
}
.accordion-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.accordion-title h6 {
	font-size: 16px !important;
	display: flex;
	align-items: center;
	gap: 20px;
}

.accordion-title h6 {
	font-size: 16px !important;
	display: flex;
	align-items: center;
	gap: 20px;
}

.accordion-title h6 img {
	display: block;
	width: 35px;
	height: 28px !important;
	object-fit: contain;
}



.accordion-title * {
	margin: 0;
}
.accordion-title {
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	padding: 5px 70px 5px 0;
	font-size: 18px;
	cursor: pointer;
	display: block;
	position: relative;
}

.accordion button {
	padding: 0;
	text-align: left;
	background-color: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	display: block;
}
.accordion button .icon {
	position: absolute;
	top: 6px;
	right: 0;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid #000000;
	border-radius: 50%;
}

.accordion button .icon::before {
	content: '';
	width: 14px;
	height: 2px;
	background: #000000;
	border-radius: 100px;
}
.accordion button .icon::after {
	display: block;
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 2px;
	height: 14px;
	background: #000000;
	transform: translate(-50%, -50%);
	transition: all 0.2s ease-out;
	border-radius: 100px;
}
.accordion-item.is-open button .icon::after {
	height: 0;
}
.accordion-content {
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: height 0.2s ease-in-out;
	width: 100%;
}

.accordion-content-inner {
	padding: 15px 0 10px 0;
}

.accordion-content-inner p {
	font-weight: 300;
	font-size: 16px;
}




