﻿.aip-section-wrapper {
	width: 100%;
	background-color: #ffffff;
	padding: 0;
	display: flex;
	justify-content: center;
}

.aip-content-container {
	width: 100%;
	max-width: 1300px;
	padding: 0 clamp(15px, 3vw, 20px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.aip-headline {
	color: #01A3E0 !important;
	font-size: clamp(20px, 2.6vw +- 0.5rem, 34px);
	line-height: 1.2;
	margin: 0 0 clamp(14px, 2vw, 24px) 0;
	font-weight: 600;
	text-align: left;
	padding: 0;
}

.aip-description {
	font-family: "PrimaryFont";
	font-size: clamp(14px, 1.4vw + 0.5rem, 21px);
	line-height: 1.6;
	color: #000000;
	margin: 0;
	text-align: left;
	width: 100%;
	max-width: 100%;
}

.aip-button-row {
	margin-top: clamp(22px, 3vw, 35px);
	display: flex;
	flex-direction: row;
	gap: clamp(10px, 1.5vw, 15px);
	justify-content: flex-start;
	flex-wrap: wrap;
}

.btn-aip-compact {
	font-family: "PrimaryFontLight";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 clamp(20px, 4vw, 55px);
	height: clamp(48px, 5vw + 1rem, 65px);
	border-radius: 65px;
	font-size: clamp(13px, 1vw + 0.5rem, 17px) !important;
	color: #FFFFFF !important;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-decoration: none !important;
	background-color: #005596;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.btn-aip-compact:hover {
	background-color: #005596;
	transform: translateY(-2px);
}

@media (max-width: 576px) {
	.aip-button-row {
		flex-direction: column;
		width: 100%;
	}

	.btn-aip-compact {
		width: 100%;
		white-space: normal;
		text-align: center;
		line-height: 1.2;
	}
}
