@charset 'UTF-8';
.footer {
	border-top: 1px solid var(--Grays-Gray-3, #C7C7CC);
	background: #FFF;
}

.footer-cont {
	padding: 58px 357px 52px 267px;
}
.footer .footer-row {
	display: flex;
	justify-content: space-between;
}

.footer .footer-row .footer-col {
	display: flex;
}

.footer .pimz-logo {
	width: 97px;
	height: 28px;
}
.footer .pimz-logo img {
	width: 100%;
}

.footer .privacy-policy {
	color: #000;
	text-align: center;

	/* Link */
	font-family: "DM Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 19.6px */
	letter-spacing: -0.35px;
}
.footer .service {
	color: var(--Text-Link, #000);
	text-align: center;

	/* Link */
	font-family: "DM Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 19.6px */
	letter-spacing: -0.35px;
}

.footer .text {
	color: var(--Miscellaneous-Keyboards-Glyphs---Primary, #595959);
	font-family: "DM Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
	letter-spacing: -0.14px;
}

.footer .non-astyle {
	transition: opacity 0.5s ease;
}
.footer .non-astyle:hover {
	opacity: 0.6;
}

.privacy-policy-wrap-m {
	display:none;
}
