.seo-text *{
	color: #000;
}

html {
	scroll-behavior: smooth;
}

.seo-text a,
.seo-text a *{
	color: #083db4;
	text-decoration: underline;
}
.seo-text p,
.seo-text p font {
	font-size: 18px;
	line-height: 160%;
	color: #4c5661;
	margin-bottom: 10px;
}

.seo-text ul li {
	font-size: 16px;
	line-height: 175%;
	color: #4c5661;
}

.seo-text ul li:not(:last-child) {
	margin-bottom: 6px;
}

body .seo-text h3{
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 167%;
}
body .seo-text h2{
	font-size: 36px;
	line-height: 119%;
	color: #1e2731;
	margin-bottom: 22px;
}
body .seo-text h5{
	font-size: 20px;
}
body .seo-text h4{
	font-size: 22px;
}
body .seo-text h1{
	font-size: 48px;
}

body .seo-text .seo-text-size {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	line-height: 160%;
	color: #4c5661;
}


.seo-text__show-btn {
	margin-top: 30px;
}
.seo-text__show-btn,
.seo-text__show-btn span {
	display: flex;
	align-items: center;
	gap: 16px;
	font-family: "Avenir", sans-serif;
	font-weight: 900;
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #092dc5;
	cursor: pointer;
}

.seo-text__container {
	position: relative;
}

.seo-text__container::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	max-height: 220px;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.seo-text-opened.seo-text__container::after {
	display: none;
	content: none;
}

.seo-margin-50 {
	margin-bottom: 50px!important;
}

.seo-margin-30 {
	margin-bottom: 30px!important;
}

.seo-margin-10 {
	margin-bottom: 10px!important;
}

@media screen and (max-width: 1023.98px) {
	.seo-text__show-btn {
		margin-top: 20px;
	}

	body .seo-text h3{
		font-size: 20px;
		margin-bottom: 10px;
	}
	body .seo-text h2{
		font-size: 30px;
	}

	body .seo-text h5{
		font-size: 17px;
	}
	body .seo-text h4{
		font-size: 18px;
	}
	body .seo-text h1{
		font-size: 34px;
	}

	.seo-text p, .seo-text p font {
		font-size: 16px;
	}

	.seo-text ul li {
		font-size: 15px;
	}

	.seo-margin-50 {
		margin-bottom: 30px!important;
	}

	.seo-margin-30 {
		margin-bottom: 20px!important;
	}
}