/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 17 2024 | 04:09:53 */
.page-id-legal .page_header,
.page-id-privacy .page_header {
	width: 100%;
	padding-bottom: 6.25vw;
}
@media screen and (max-width: 767.98px) {
	.page-id-legal .page_header,
	.page-id-privacy .page_header {
		padding-bottom: 16vw;
	}
}
.page-id-legal .page_heading,
.page-id-privacy .page_heading {
	padding-top: 1.3333333333em;
	padding-bottom: 0;
	color: var(--c-base-black);
	font-size: 4.8rem;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
}
.page-id-legal .page_heading::after,
.page-id-privacy .page_heading::after {
	position: absolute;
	content: attr(data-en);
	display: block;
	width: 100%;
	color: var(--c-active-green);
	font-family: var(--f-syne);
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	left: 0;
}
@media screen and (max-width: 767.98px) {
	.page-id-legal .page_heading,
	.page-id-privacy .page_heading {
		padding-top: 2em;
		font-size: 3.2rem;
	}
}
.page-id-legal .section,
.page-id-privacy .section {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
	row-gap: 3.125vw;
}
@media screen and (max-width: 767.98px) {
	.page-id-legal .section,
	.page-id-privacy .section {
		row-gap: 10.6666666667vw;
	}
}
.page-id-legal .section > *,
.page-id-privacy .section > * {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
	row-gap: 1.25vw;
}
@media screen and (max-width: 767.98px) {
	.page-id-legal .section > *,
	.page-id-privacy .section > * {
		row-gap: 4.2666666667vw;
	}
}
.page-id-legal .section a,
.page-id-privacy .section a {
	color: var(--c-active-green);
	text-decoration: underline;
}
.page-id-legal .section ul,
.page-id-privacy .section ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
	gap: 0.7291666667vw 0;
}
@media screen and (max-width: 767.98px) {
	.page-id-legal .section ul,
	.page-id-privacy .section ul {
		row-gap: 3.7333333333vw;
	}
}
.page-id-legal .section ul li,
.page-id-privacy .section ul li {
	position: relative;
	padding-left: max(1.5em, 12px);
	width: 100%;
	font-size: 1.6rem;
	line-height: 2.125;
}
.page-id-legal .section ul li::before,
.page-id-privacy .section ul li::before {
	position: absolute;
	content: "";
	display: block;
	width: max(0.375em, 3px);
	aspect-ratio: 1/1;
	background-color: var(--c-base-black);
	border-radius: 50%;
	top: max(0.875em, 9px);
	left: max(0.5625em, 4px);
}
.page-id-legal .-heading,
.page-id-privacy .-heading {
	font-size: 2.4rem;
	font-weight: bold;
}
@media screen and (max-width: 767.98px) {
	.page-id-legal .-heading,
	.page-id-privacy .-heading {
		font-size: 2rem;
	}
}
.page-id-legal .-text,
.page-id-privacy .-text {
	font-size: 1.6rem;
	line-height: 2.125;
	letter-spacing: 0.04em;
}
.page-id-legal .table_wrapper,
.page-id-privacy .table_wrapper {
	padding-block: 0.8333333333vw 0;
}
@media screen and (max-width: 767.98px) {
	.page-id-legal .table_wrapper,
	.page-id-privacy .table_wrapper {
		padding-block: 0;
	}
}
.page-id-legal .table,
.page-id-privacy .table {
	width: 100%;
}
.page-id-legal .table .tr,
.page-id-privacy .table .tr {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 33.2954545455% 33.2954545455%;
	grid-template-columns: 1fr 33.2954545455% 33.2954545455%;
	width: 100%;
	border-bottom: 1px solid #707070;
}
.page-id-legal .table .th,
.page-id-privacy .table .th {
	width: 100%;
	border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
	.page-id-legal .table .th.sp,
	.page-id-privacy .table .th.sp {
		display: none;
	}
}
.page-id-legal .table .td,
.page-id-privacy .table .td {
	width: 100%;
	padding: 0.9375vw;
	font-size: 1.6rem;
	line-height: 2.125;
}
@media screen and (max-width: 767.98px) {
	.page-id-legal .table,
	.page-id-privacy .table {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		row-gap: 5.3333333333vw;
	}
	.page-id-legal .table .tr,
	.page-id-privacy .table .tr {
		-ms-grid-columns: (1fr);
		grid-template-columns: repeat(1, 1fr);
		border-bottom: none;
	}
	.page-id-legal .table .td,
	.page-id-privacy .table .td {
		padding: 3.2vw 0;
	}
}
.page-id-legal #lottie_pattern,
.page-id-privacy #lottie_pattern {
	opacity: 0;
}
