:root {
	font-family: var(--font-sans);
	font-size: min(100vw / 144, 12.5px);
	font-weight: 400;
	line-height: 1.2;

	@media (max-width: 1200px) {
		font-size: calc(100vw / 76.8);
	}

	@media (max-width: 650px) {
		font-size: calc(100vw / 36);
	}

	--dark-10: hsla(252, 9%, 11%, 0.1);
	--dark-60: hsla(252, 9%, 11%, 0.6);
	--dark-80: hsla(252, 9%, 11%, 0.8);
	--dark-100: hsla(252, 9%, 11%, 1);
	--white-50: hsla(0, 0%, 100%, 0.5);
	--white-60: hsla(0, 0%, 100%, 0.6);
	--white-80: hsla(0, 0%, 100%, 0.8);
	--white-100: hsla(0, 0%, 100%, 1);
	--grey-bg: hsla(0, 0%, 96%, 1);
	--dark-bg: hsla(252, 11%, 9%, 1);
	--accent: hsl(25, 91%, 53%, 1);

	--border-width: max(1px, 0.1rem);
	--border-width-double: max(1px, 0.2rem);
}

body.white-bg {
	background-color: transparent;
}

h1 strong,
.h1 strong,
.title strong {
	font-weight: inherit;
	position: relative;
}

h1 *,
.h1 *,
.title *,
.cta-title * {
	margin: 0;
	padding: 0;
}

h1 strong::after,
.h1 strong::after,
.title strong::after {
	content: " ";
	position: absolute;
	bottom: -3.3rem;
	left: -0.6rem;
	background: url("/assets/img/underlines/line2.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: calc(100% + 1.2rem);
	height: 4rem;
	z-index: -2;
}

@media (max-width: 650px) {
	h1 strong::after,
	.h1 strong::after,
	.title strong::after {
		bottom: -3.6rem;
	}
}

.cta-title strong {
	font-weight: inherit;
	color: var(--accent);
}

.mk2 .bottom-border {
	border-bottom: var(--border-width) solid var(--dark-10);
}

.mk2 .header {
	margin-top: 0;
}

.mk2 .breadcrumbs {
	font-size: 1.4rem;
}

.underline {
	position: absolute;
	z-index: -2;
	bottom: -1.2rem;
	left: -0.2rem;
}

@media (max-width: 650px) {
	.underline {
		bottom: -0.5rem;
	}
}

.text-mk2 {
	font-size: 1.8rem;
	line-height: 1.4;
	color: var(--dark-80);
}

.text-sm-mk2 {
	font-size: 1.6rem;
	line-height: 1.4;
	color: var(--dark-80);
}

.text-light-mk2 {
	font-size: 1.4rem;
	line-height: 1.4;
	color: var(--dark-60);
}

.dark .text-mk2,
.dark .text-sm-mk2 {
	color: var(--white-80);
}

.dark .text-light-mk2 {
	color: var(--white-60);
}

.dark {
	color: var(--white-100);
}

@media (max-width: 650px) {
	.text-mk2 {
		font-size: 1.6rem;
	}

	.text-sm-mk2 {
		font-size: 1.4rem;
	}
}

.mk2 section {
	margin-top: 10rem;
	margin-bottom: 10rem;
}

.mk2 section.grey,
.mk2 section.dark {
	padding: 10rem 0;
	margin-top: 0rem;
	margin-bottom: 0rem;
}

.mk2 section.grey {
	background-color: var(--grey-bg);
}

.mk2 section.dark {
	background-color: var(--dark-100);
}

@media (max-width: 1200px) {
	.mk2 section {
		margin-top: 9rem;
		margin-bottom: 9rem;
	}

	.mk2 section.grey {
		padding: 9rem 0;
	}
}

@media (max-width: 650px) {
	.mk2 section {
		margin-top: 8rem;
		margin-bottom: 8rem;
	}

	.mk2 section.grey {
		padding: 8rem 0;
	}
}

.mk2 .input-field {
	font-size: 1.6rem;
	padding: 1.6rem;
	border-radius: 0.8rem;
}

.mk2 .btn:not(.header .btn) {
	padding: 1.5rem 2.5rem;
	border-radius: 0.8rem;
	font-size: 1.6rem;
	font-weight: 600;
}

.mk2 .header__wrapper {
	padding-left: 0;
	padding-right: 0;
}

.mk2 .agreement-wrapper {
	align-items: start;
}

.mk2 .agreement-text {
	font-size: 1.2rem;
	max-width: 30rem;
}

.mk2 .dark .agreement-text {
	color: var(--white-60);
}

.mk2 .dark .agreement-text .link {
	color: var(--white-100);
}

.mk2 .form-group {
	width: 100%;
}

.mk2 .input-field {
	font-size: 1.6rem;
	font-weight: 600;
	width: 100%;
}

.dark .input-field {
	color: var(--white-100);
	background-color: transparent;
}

.dark .input-field::placeholder {
	color: var(--white-50);
	font-weight: 600;
}

.mk2 .agreement-btn {
	width: 2.2rem;
	height: 2.2rem;
	margin-top: 0.2rem;
}

.mk2 .base-width {
	padding: 0 4.8rem;
}

@media (max-width: 1200px) {
	.mk2 .base-width {
		padding: 0 2.8rem;
	}
}

@media (max-width: 650px) {
	.mk2 .base-width {
		padding: 0 1.6rem;
	}
}

.mk2 .subtitle {
	color: var(--dark-100);
	font-size: 2.4rem;
	font-weight: 600;
	margin: 0 0 1.6rem;
	text-align: start;
}

.mk2 .dark .subtitle {
	color: var(--white-100);
}


@media (max-width: 650px) {
	.mk2 .subtitle {
		font-size: 2rem;
		margin: 0 0 1.2rem;
	}
}

.btn-ghost {
	color: var(--dark-100);
	display: flex;
	gap: 0.8rem;
	align-items: center;
	cursor: pointer;
	font-size: 1.6rem;
	grid-area: btn;
}

.btn-ghost img {
	width: 3.2rem;
	height: 3.2rem;
}

.mk2 .swiper-btn {
	position: relative;
	width: 3.6rem;
	height: 3.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--white-100);
	border-radius: 0.8rem;
}

.mk2 .swiper-btn.center {
	position: absolute;
}

@media (max-width: 650px) {
	.mk2 .swiper-btn.center {
		display: none;
	}
}

.mk2 .swiper-btn img {
	width: 1.6rem;
	height: 1.6rem;
}

.mk2 .swiper-btn.prev {
	transform: rotate(180deg);
}

.mk2 .swiper-btn::after {
	display: none;
}

.mk2 .swiper-pagination-bullet {
	width: 0.8rem;
	height: 0.8rem;
}

.mk2 .title-swiper-btns {
	position: absolute;
	right: 4.6rem;
	top: 3rem;
	display: flex;
	gap: 1.2rem;
}

.mk2 .title-swiper-btns .swiper-btn {
	width: 4.8rem;
	height: 4.8rem;
	position: static;
}

@media (max-width: 1200px) {
	.mk2 .title-swiper-btns {
		display: none;
	}
}

.mk2 .seo-text * {
	font-size: 1.4rem;
	line-height: 1.4;
}

.mk2 .seo-text p {
	font-size: 1.4rem;
	margin: 1.4rem 0;
}

.mk2 .seo-text h2,
.mk2 .seo-text h3,
.mk2 .seo-text h4 {
	font-size: 1.8rem;
	font-weight: 600;
}
