.created {
	background: #fff;
}

.created__row {
	grid-template-columns: 540px 1fr;
	gap: calc(56px + 104 * ((100vw - 375px) / 1545));
}

@media screen and (max-width: 1024px) {
	.created__row {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 1024px) {
	.created__column:first-child {
		display: grid;
		grid-template-columns: 1fr 270px;
		align-items: center;
	}
}

@media screen and (max-width: 600px) {
	.created__column:first-child {
		display: block;
	}
}

.created__column h2 {
	margin-bottom: calc(90px + 35 * ((100vw - 375px) / 1545));
}

@media screen and (max-width: 1024px) {
	.created__column h2 {
		margin-bottom: 0px;
	}
}

.created__column h4 {
	font-weight: 600;
	font-size: calc(16px + 8 * ((100vw - 375px) / 1545));
	line-height: 150%;
	letter-spacing: -0.04em;
	margin-bottom: calc(16px + 32 * ((100vw - 375px) / 1545));
}

@media screen and (max-width: 1024px) {
	.created__column h4 {
		font-size: 24px;
	}
}

@media screen and (max-width: 768px) {
	.created__column h4 {
		font-size: 20px;
	}
}

@media screen and (max-width: 575px) {
	.created__column h4 {
		font-size: 18px;
	}
}

@media screen and (max-width: 600px) {
	.created__column-img {
		display: none;
	}
}

.created__column-describe {
	position: relative;
	margin-bottom: calc(24px + 24 * ((100vw - 375px) / 1545));
	overflow: hidden;
	max-height: 300px;
	transition: max-height 1s ease-out;
}

.created__column-describe--visible {
	max-height: 7000px;
}

.created__column-describe p {
	font-size: calc(14px + 2 * ((100vw - 375px) / 1545));
	line-height: 175%;
	color: #656c6c;
	margin-bottom: calc(16px + 16 * ((100vw - 375px) / 1545));
}

.created__column-describe p:last-child {
	margin-bottom: 0px;
}

@media screen and (max-width: 1024px) {
	.created__column-describe p {
		font-size: 16px;
	}
}

@media screen and (max-width: 575px) {
	.created__column-describe p {
		font-size: 14px;
	}
}

.created__column-blur {
	bottom: -30px;
	height: 100px;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.77) 19.13%,
		#fff 58.43%,
		#fff 100%
	);
}

@media screen and (max-width: 1024px) {
	.created__column-button-wrapper {
		display: flex;
		justify-content: center;
	}
}

@media screen and (max-width: 575px) {
	.created__column-button-wrapper {
		justify-content: start;
	}
}

.created button {
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
	font-size: calc(20px + -4 * ((100vw - 375px) / 1545));
	text-transform: uppercase;
	text-align: center;
	color: #0da675;
	background: transparent;
	border: none;
	cursor: pointer;
	transition: 0.2s;
}

@media screen and (max-width: 1024px) {
	.created button {
		font-size: 20px;
	}
}

.created button:hover {
	color: #36daa6;
}

.legal-created-offset {
	margin-top: 72px;
}

.legal-created-row-custom {
	grid-template-columns: 458px 1fr;
}

.legal-created-describe-full {
	max-height: none;
}

.legal-doc-content h2 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 50px;
}

.legal-doc-content .legal-h2-spaced {
	margin: 50px 0;
}

.legal-doc-content h5 {
	line-height: 130%;
	font-weight: 600;
	font-size: 18px;
	margin-top: 48px;
}

.legal-doc-content ul {
	list-style: disc;
	padding-left: 40px;
}

.legal-doc-content strong {
	font-weight: 700 !important;
}
