.image-text__content {
	margin-top: 1rem;
	color: #666;
	font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0;
}


.image-text__image img {
	width: 100%;
	height: auto;
}

.innerTitle {
	color: #111;
	font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
	font-size: clamp(42px, 6vw, 60px) !important;
	font-style: normal;
	font-weight: 700;
	line-height: 0.95;
	letter-spacing: -0.06em !important;
}



.homeLink {
	text-decoration: none;
}

.homeLink:hover {
	text-decoration: underline;
}

#margin-top {
	margin-top: 6rem;
}

@media (max-width: 600px) {
	.erply-icons-container .btn-hero {
		flex: 1 1 calc(50% - 8px);
		max-width: calc(50% - 8px);
	}
}

.erply-icons-container {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	max-width: 1800px;
	margin: auto;
	padding: 20px 38px;
	background: #F6F6F4 !important;
}

@media (max-width: 768px) {
	.erply-icons-container {
		padding: 20px 22px;
	}
}

.btn-hero {
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 230px;
	width: 100%;
	height: 64px;
	padding: 14px;
	border-radius: 2px;
	background: white;
	border: 1px solid #CFCFC8;
	cursor: pointer;
	font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.03em;
	box-shadow: none;
	transition: border-color 0.2s ease, opacity 0.2s ease;
}

.btn-hero .icon {
	flex-shrink: 0;
}

.btn-hero .icon svg {
	width: 32px;
	height: 32px;
}

.btn-hero .label {
	display: block;
	text-align: left;
	white-space: normal;
	line-height: 1.2;
	color: #111;
}


.btn-hero:hover {
	opacity: 0.82;
}

/* Blue theme */
.btn-blue {
	border: 1px solid #096DF2;
}

.btn-blue:hover {
	border-color: #096DF2;
}

/* Green theme */
.btn-green {
	border: 1px solid #2BC48A;
}

.btn-green:hover {
	border-color: #1FAA77;
}

/* Orange theme */
.btn-orange {
	border: 1px solid #F24109;
}

.btn-orange:hover {
	border-color: #F24109;
}

/* Purple theme */
.btn-purple {
	border: 1px solid #a36eff;
}

.btn-purple:hover {
	border-color: #812BFF;
}

/* Pink theme */
.btn-pink {
	border: 1px solid #cf59d1;
}

.btn-pink:hover {
	border-color: #b044b6;
}



.badge {
	aspect-ratio: 1 / 1;
	cursor: pointer;
	border-radius: 2px !important;
	margin-bottom: 8px;
	min-width: 32px;
	min-height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.badge.badge-pink,
.badge.badge-purple,
.badge.badge-green,
.badge.badge-blue,
.badge.badge-teal,
.badge-yellow,
.badge.sandbox-app__add,
.badge-teal {
	border: none;
}

.badge i {
	font-size: 20px;
}