.section-generic-hero {
	min-height: 900px;
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	background: url("../images/bg-buyers.png") no-repeat;
	background-size: cover;
	background-position: bottom center;
	padding: 120px 0;
	position: relative;
}

@media screen and (max-width: 768px) {
	.section-generic-hero {
		min-height: 780px;
		background-size: cover;
	}
}

@media screen and (max-width: 411px) {
	.section-generic-hero {
		background: url("../images/bg-escrow-mobile1.png") no-repeat;
		background-size: cover;
		background-position: bottom center;
	}
}

.section-generic-hero .container {
	min-height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	        flex-direction: column;
	z-index: 3;
}

.section-generic-hero .holder {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-flex-shrink: 1;
	        flex-shrink: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	        flex-grow: 1;
}

@media screen and (max-width: 1700px) {
	.section-generic-hero .holder {
		position: relative;
	}
}

.section-generic-hero .general {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	min-width: 0;
	width: 100%;
	position: relative;
	text-align: center;
	z-index: 3;
}

.section-generic-hero .hold {
	max-width: 1200px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	min-width: 0;
}

@media screen and (max-width: 1200px) {
	.section-generic-hero .hold {
		height: 100%;
	}
}

.section-generic-hero .title {
	text-align: center;
	color: var(--light-color);
	width: -webkit-calc(100vw - 20px);
	width: calc(100vw - 20px);
	max-width: 1200px;
	margin: 0 auto;
	font-family: 'Commissioner',sans-serif;
	font-size: clamp(35px, 8.4vw, 120px);
	font-weight: 900;
	line-height: .8;
	text-transform: uppercase;
	letter-spacing: -0.04em;
	overflow-wrap: anywhere;
}

@media screen and (max-width: 1160px) {
	.section-generic-hero .title {
		letter-spacing: -2.52px;
	}
}

@media screen and (max-width: 768px) {
	.section-generic-hero .title {
		max-width: 340px;
		font-size: 36px;
	}
}

@media screen and (max-width: 520px) {
	.section-generic-hero .title {
		max-width: 300px;
		font-size: 32px;
	}
}

@media screen and (max-width: 374px) {
	.section-generic-hero .title {
		max-width: 280px;
		font-size: 30px;
	}
}

.section-generic-hero .subtitle {
	color: var(--light-color);
	text-align: center;
	max-width: -webkit-calc(100vw - 20px);
	max-width: calc(100vw - 20px);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.section-generic-hero .subtitle {
		font-size: 16px;
	}
}

.section-generic-content {
	background: var(--light-color);
	padding: 90px 0;
	position: relative;
	z-index: 10;
}

@media screen and (max-width: 1024px) {
	.section-generic-content {
		padding: 70px 0;
	}
}

@media screen and (max-width: 768px) {
	.section-generic-content {
		padding: 50px 0;
	}
}

.generic-content-page {
	max-width: 960px;
	margin: 0 auto;
	color: var(--subtitle-card-color);
	font-size: 19px;
	font-weight: 500;
	line-height: 1.7;
}

@media screen and (max-width: 768px) {
	.generic-content-page {
		font-size: 16px;
		line-height: 1.6;
	}
}

.generic-content-page h1,
.generic-content-page h2,
.generic-content-page h3,
.generic-content-page h4 {
	color: var(--card-title-color);
	font-family: 'Commissioner', sans-serif;
	font-weight: 800;
	line-height: 1.16;
}

.generic-content-page h1 {
	max-width: 860px;
	font-size: 62px;
	margin-bottom: 28px;
}

@media screen and (max-width: 1024px) {
	.generic-content-page h1 {
		font-size: 48px;
	}
}

@media screen and (max-width: 768px) {
	.generic-content-page h1 {
		font-size: 36px;
		margin-bottom: 20px;
	}
}

.generic-content-page h2 {
	font-size: 36px;
	margin: 54px 0 18px;
}

@media screen and (max-width: 768px) {
	.generic-content-page h2 {
		font-size: 28px;
		margin: 38px 0 14px;
	}
}

.generic-content-page h3 {
	font-size: 26px;
	margin: 38px 0 14px;
}

@media screen and (max-width: 768px) {
	.generic-content-page h3 {
		font-size: 22px;
	}
}

.generic-content-page p,
.generic-content-page ul,
.generic-content-page ol {
	margin-bottom: 22px;
}

.generic-content-page p:last-child,
.generic-content-page ul:last-child,
.generic-content-page ol:last-child {
	margin-bottom: 0;
}

.generic-content-page strong {
	color: var(--card-title-color);
	font-weight: 800;
}

.generic-content-page a:not(.button) {
	color: var(--active-color);
	text-decoration: underline;
	-webkit-transition: color .3s;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.generic-content-page a:not(.button):hover {
		color: var(--second-active-color);
	}
}

.generic-content-page ul,
.generic-content-page ol {
	padding-left: 28px;
}

.generic-content-page ul {
	list-style: disc;
}

.generic-content-page ol {
	list-style: decimal;
}

.generic-content-page li {
	padding-left: 4px;
}

.generic-content-page li:not(:last-child) {
	margin-bottom: 10px;
}

.generic-content-page__body > *:first-child {
	margin-top: 0;
}

.generic-content-page__cta {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 14px;
	margin-top: 44px;
}

.generic-content-page__cta .button {
	color: var(--light-color);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	min-height: 62px;
	padding: 14px 26px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	background: var(--active-color);
	-webkit-box-shadow: 0px 36px 80px 0px rgba(210, 165, 255, 0.14), 0px 8.041px 17.869px 0px rgba(221, 165, 255, 0.08), 0px 2.394px 5.32px 0px rgba(255, 165, 235, 0.06);
	        box-shadow: 0px 36px 80px 0px rgba(210, 165, 255, 0.14), 0px 8.041px 17.869px 0px rgba(221, 165, 255, 0.08), 0px 2.394px 5.32px 0px rgba(255, 165, 235, 0.06);
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	-webkit-transition: background .3s, color .3s, border .3s;
	transition: background .3s, color .3s, border .3s;
}

.generic-content-page__cta .button.second {
	color: var(--card-title-color);
	border: 1px solid var(--border-color);
	background: transparent;
	box-shadow: none;
}

.generic-content-page__cta .button .svg-icon {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	        flex-grow: 0;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	margin-left: 10px;
	font-size: 18px;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

@media screen and (min-width: 1025px) {
	.generic-content-page__cta .button:hover {
		background: var(--second-active-color);
	}

	.generic-content-page__cta .button.second:hover {
		color: var(--active-color);
		border-color: var(--active-color);
		background: transparent;
	}

	.generic-content-page__cta .button:hover .svg-icon {
		-webkit-transform: translate3d(5px, 0, 0);
		        transform: translate3d(5px, 0, 0);
	}
}

@media screen and (max-width: 480px) {
	.generic-content-page__cta .button {
		width: 100%;
	}
}
