.seo-description, .seo-description p, .seo-description li {
	font-family: Fira Sans, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #424242;
}

.seo-description .content ol {
    margin-bottom: 0;
}

.seo-description .seo-description__content p, 
.seo-description .seo-description__content ul, 
.seo-description .seo-description__content ol {
    margin-bottom: 12px;
}

.seo-description .seo-description__content p:last-child, 
.seo-description .seo-description__content ul:last-child, 
.seo-description .seo-description__content ol:last-child {
	margin-bottom: 0;
}

.seo-description .seo-description__preview.seo-description__content + .seo-description__content p:first-child,
.seo-description .seo-description__preview.seo-description__content + .seo-description__content ul:first-child,
.seo-description .seo-description__preview.seo-description__content + .seo-description__content ol:first-child {
    margin-top: 12px;
}

.seo-description .content .seo-description__content h2, 
.seo-description .seo-description__content h2 {
	font-family: Fira Sans, sans-serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 120%;
	letter-spacing: 1%;
	margin-bottom: 12px;
	color: #424242;
    text-align: left;
    margin-top: 0;
}

.seo-description .content .seo-description__content h2:not(:first-child), 
.seo-description .seo-description__content h2:not(:first-child),
.seo-description .seo-description__preview.seo-description__content + .seo-description__content h2:first-child {
	margin-top: 40px;
}

.seo-description .seo-description__content h3 {
	font-family: Fira Sans, sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 12px;
	color: #424242;
    text-align: left;
    margin-top: 0;
}

.seo-description .content .seo-description__content h3:not(:first-child), 
.seo-description .seo-description__content h3:not(:first-child),
.seo-description .seo-description__preview.seo-description__content + .seo-description__content h3:first-child {
	margin-top: 32px;
}

.seo-description .content ul, .seo-description ul, .seo-description .content ol, .seo-description ol {
	padding-left: 30px;
}

.seo-description .content ul li, .seo-description ul li {
    background: none;
    list-style-type: disc;
    padding: 0;
	margin: 0;
}

.seo-description .content ul .marker, .seo-description ul .marker {
	display: none;
}

.seo-description .content ul li, .seo-description ul li, .seo-description .content ol li, .seo-description ol li {
	margin: 0 0 4px;
}

.seo-description:has(*) {
	margin-top: 80px;
}

.seo-description__spoiler {
	max-height: 0;
    transition: max-height 0.3s ease; 
    overflow: hidden;
}

.seo-description__more {
	margin-top: 16px;
}

.seo-description__more-wrapper {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
    color: #004DAC;
}

.seo-description__more-wrapper:hover {
	color: #004DAC;
    text-decoration: underline;
}

.seo-description__more span {
	transition: all .3s;
}

.seo-description__more-wrapper:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	transition: all .3s;
	--un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6l-6-6z'/%3E%3C/svg%3E");
	-webkit-mask: var(--un-icon) no-repeat;
	mask: var(--un-icon) no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	background-color: currentColor;
	color: inherit;
}

.seo-description__more.open .seo-description__more-wrapper:after {
	transform: rotate(180deg);
}

.seo-description__more.open span:first-child, .seo-description__more:not(.open) span:nth-child(2) {
	display: none;
}

.seo-description a {
    color: #004DAC;
}

.seo-description a:hover {
    color: #004DAC;
    text-decoration: underline;
}