:root {
	--climate-ink: #102a43;
	--climate-muted: #627d98;
	--climate-green: #16a36a;
	--climate-green-dark: #087f5b;
	--climate-blue: #1877f2;
	--climate-soft: #f2f7f5;
	--climate-line: #dce9e4;
	--climate-white: #fff;
	--climate-shadow: 0 24px 70px rgba(16, 42, 67, 0.12);
}

body.climate-kzn-redesign {
	color: var(--climate-ink);
	background: var(--climate-white);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.climate-kzn-redesign .site-primary-header-wrap {
	min-height: 78px;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid rgba(220, 233, 228, 0.8);
	box-shadow: 0 8px 35px rgba(16, 42, 67, 0.06);
	backdrop-filter: blur(14px);
}

body.climate-kzn-redesign .site-header-primary-section-left,
body.climate-kzn-redesign .site-header-primary-section-right {
	min-height: 78px;
}

body.climate-kzn-redesign .ast-site-identity {
	padding: 8px 0;
}

body.climate-kzn-redesign .site-branding {
	align-items: center;
}

body.climate-kzn-redesign .climate-kzn-logo-link {
	display: flex;
	flex: 0 0 auto;
	margin-right: 13px;
}

body.climate-kzn-redesign .climate-kzn-logo {
	width: 60px;
	height: 60px;
	filter: drop-shadow(0 8px 14px rgba(8, 127, 156, 0.15));
	transition: transform 0.25s ease, filter 0.25s ease;
}

body.climate-kzn-redesign .climate-kzn-logo-link:hover .climate-kzn-logo {
	transform: translateY(-2px) rotate(-2deg);
	filter: drop-shadow(0 11px 17px rgba(8, 127, 156, 0.22));
}

body.climate-kzn-redesign .site-title {
	margin: 0;
	line-height: 1.05;
}

body.climate-kzn-redesign .site-title a,
body.climate-kzn-redesign .main-header-menu > .menu-item > .menu-link {
	color: var(--climate-ink);
	font-weight: 700;
}

body.climate-kzn-redesign .site-title a {
	font-size: clamp(20px, 2.2vw, 28px);
	font-weight: 850;
	letter-spacing: -0.035em;
}

body.climate-kzn-redesign .ast-container,
body.climate-kzn-redesign .site-content .ast-container {
	max-width: none;
	padding: 0;
}

body.climate-kzn-redesign #primary {
	width: 100%;
	margin: 0;
}

body.climate-kzn-redesign .entry-content {
	overflow: hidden;
}

body.climate-kzn-redesign .entry-content > *:not(.alignfull, .uagb-block-1027b642) {
	width: min(1180px, calc(100% - 40px));
	margin-right: auto;
	margin-left: auto;
}

body.climate-kzn-redesign h1,
body.climate-kzn-redesign h2,
body.climate-kzn-redesign h3,
body.climate-kzn-redesign h4 {
	color: var(--climate-ink);
	font-family: inherit;
	font-weight: 800;
	letter-spacing: -0.035em;
}

body.climate-kzn-redesign h2 {
	font-size: clamp(32px, 4vw, 54px) !important;
	line-height: 1.08 !important;
}

body.climate-kzn-redesign p {
	color: var(--climate-muted);
	font-size: 17px;
	line-height: 1.75;
}

body.climate-kzn-redesign .uagb-block-1027b642 {
	position: relative;
	min-height: min(820px, calc(100vh - 78px));
	display: grid;
	align-items: center;
	padding: 120px 24px !important;
	background-position: center !important;
	background-size: cover !important;
}

body.climate-kzn-redesign .uagb-block-1027b642::after {
	position: absolute;
	inset: 0;
	z-index: 0;
	content: "";
	background:
		linear-gradient(90deg, rgba(6, 27, 41, 0.9) 0%, rgba(6, 27, 41, 0.7) 48%, rgba(6, 27, 41, 0.3) 100%),
		linear-gradient(0deg, rgba(6, 27, 41, 0.45), transparent 55%);
}

body.climate-kzn-redesign .uagb-block-1027b642 .uagb-columns__overlay {
	display: none;
}

body.climate-kzn-redesign .uagb-block-1027b642 .uagb-columns__inner-wrap {
	position: relative;
	z-index: 2;
	width: min(1180px, 100%);
	margin: auto;
}

body.climate-kzn-redesign .uagb-block-1027b642 .uagb-ifb-content {
	max-width: 790px;
	text-align: left;
}

body.climate-kzn-redesign .uagb-block-1027b642 h1 {
	margin: 0 0 38px;
	color: #fff !important;
	font-size: clamp(46px, 6.4vw, 82px) !important;
	line-height: 1.02 !important;
	text-wrap: balance;
	text-shadow: 0 6px 30px rgba(0, 0, 0, 0.22);
}

body.climate-kzn-redesign .uagb-block-1027b642 h1 br:first-child {
	display: none;
}

body.climate-kzn-redesign .wp-block-button__link,
body.climate-kzn-redesign .uagb-buttons-repeater {
	min-height: 52px;
	padding: 14px 24px !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	background: linear-gradient(135deg, var(--climate-green), var(--climate-green-dark)) !important;
	border: 0 !important;
	border-radius: 14px !important;
	box-shadow: 0 12px 30px rgba(8, 127, 91, 0.22);
	font-size: 15px !important;
	font-weight: 750 !important;
	line-height: 1.2;
	text-decoration: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

body.climate-kzn-redesign .wp-block-button__link:hover,
body.climate-kzn-redesign .uagb-buttons-repeater:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 36px rgba(8, 127, 91, 0.3);
	filter: saturate(1.08);
}

body.climate-kzn-redesign .uagb-block-1027b642 .uagb-ifb-button-wrapper,
body.climate-kzn-redesign .uagb-block-1027b642 > .uagb-columns__inner-wrap > div > .uagb-buttons__outer-wrap {
	display: inline-flex;
	margin: 0 10px 12px 0;
	vertical-align: top;
}

body.climate-kzn-redesign .uagb-block-1027b642 .uagb-block-b45bc2ff .uagb-buttons-repeater {
	color: var(--climate-ink) !important;
	background: #fff !important;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

body.climate-kzn-redesign .uagb-block-1027b642 .uagb-block-07ffef87 .uagb-buttons-repeater {
	background: linear-gradient(135deg, #1688ff, #7757ff) !important;
}

body.climate-kzn-redesign .entry-content > hr,
body.climate-kzn-redesign .entry-content > .uagb-block-ac7f9193,
body.climate-kzn-redesign .entry-content > .uagb-block-a58af160 {
	display: none;
}

body.climate-kzn-redesign .uagb-block-afefe8b3 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 110px 0 !important;
}

body.climate-kzn-redesign .uagb-block-afefe8b3 .uagb-columns__inner-wrap {
	gap: 64px;
	align-items: center;
}

body.climate-kzn-redesign .uagb-block-afefe8b3 figure {
	overflow: hidden;
	margin: 0;
	border-radius: 28px;
	box-shadow: var(--climate-shadow);
}

body.climate-kzn-redesign .uagb-block-afefe8b3 img {
	display: block;
	width: 100%;
}

.climate-benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.climate-benefit {
	position: relative;
	min-height: 174px;
	overflow: hidden;
	padding: 25px 22px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 245, 0.92));
	border: 1px solid rgba(22, 163, 106, 0.13);
	border-radius: 22px;
	box-shadow: 0 14px 38px rgba(16, 42, 67, 0.08);
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.climate-benefit::after {
	position: absolute;
	right: -34px;
	bottom: -42px;
	width: 110px;
	height: 110px;
	content: "";
	background: radial-gradient(circle, rgba(22, 163, 106, 0.13), transparent 68%);
}

.climate-benefit:hover {
	transform: translateY(-4px);
	border-color: rgba(22, 163, 106, 0.32);
	box-shadow: 0 20px 48px rgba(16, 42, 67, 0.13);
}

.climate-benefit__icon {
	width: 54px;
	height: 54px;
	margin-bottom: 24px;
	padding: 12px;
	display: grid;
	place-items: center;
	color: #fff;
	background: linear-gradient(135deg, var(--climate-green), #72c94a);
	border-radius: 16px;
	box-shadow: 0 10px 24px rgba(22, 163, 106, 0.24);
}

.climate-benefit__icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.climate-benefit strong {
	position: relative;
	z-index: 1;
	display: block;
	color: var(--climate-ink);
	font-size: 16px;
	line-height: 1.3;
}

.climate-benefit span {
	position: relative;
	z-index: 1;
	display: block;
	margin-top: 7px;
	color: var(--climate-muted);
	font-size: 13px;
	line-height: 1.45;
}

body.climate-kzn-redesign .uagb-block-afefe8b3 h2::before {
	display: block;
	margin-bottom: 14px;
	color: var(--climate-green);
	content: "КЛИМАТ КАЗАНЬ";
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.14em;
}

body.climate-kzn-redesign .uagb-block-36ebe140,
body.climate-kzn-redesign .uagb-block-a9d58485,
body.climate-kzn-redesign .uagb-block-52a42066 {
	padding-top: 100px;
	text-align: center;
}

.climate-reviews {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 42px;
	margin-bottom: 110px;
}

.climate-review {
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--climate-line);
	border-radius: 26px;
	box-shadow: 0 18px 55px rgba(16, 42, 67, 0.1);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.climate-review:hover {
	transform: translateY(-6px);
	box-shadow: 0 26px 65px rgba(16, 42, 67, 0.16);
}

.climate-review__media {
	position: relative;
	height: 400px;
	padding: 16px;
	display: grid;
	place-items: center;
	overflow: hidden;
	background:
		radial-gradient(circle at 20% 15%, rgba(22, 163, 106, 0.14), transparent 35%),
		linear-gradient(145deg, #eff8f4, #e8f1f5);
}

body.climate-kzn-redesign .climate-review__media > img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	max-height: 368px !important;
	display: block;
	object-fit: contain;
	border-radius: 15px;
	filter: drop-shadow(0 10px 20px rgba(16, 42, 67, 0.13));
}

.climate-review__quote {
	position: absolute;
	top: 22px;
	right: 22px;
	width: 52px;
	height: 52px;
	display: grid;
	place-items: center;
	color: #fff;
	background: linear-gradient(135deg, var(--climate-green), var(--climate-green-dark));
	border: 4px solid rgba(255, 255, 255, 0.92);
	border-radius: 50%;
	box-shadow: 0 10px 26px rgba(8, 127, 91, 0.27);
	font-family: Georgia, serif;
	font-size: 43px;
	font-weight: 700;
	line-height: 1;
}

.climate-review__body {
	position: relative;
	padding: 26px 28px 30px;
}

.climate-review__label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 13px;
	color: var(--climate-green-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.climate-review__label i {
	width: 9px;
	height: 9px;
	display: block;
	background: var(--climate-green);
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(22, 163, 106, 0.12);
}

.climate-review h3 {
	margin: 0 0 8px;
	color: var(--climate-ink);
	font-size: 22px;
	line-height: 1.2;
}

.climate-review p {
	margin: 0;
	color: var(--climate-muted);
	font-size: 15px;
	line-height: 1.5;
}

body.climate-kzn-redesign .uagb-block-e8a77508 {
	width: 100% !important;
	max-width: none;
	margin-top: 100px !important;
	padding: 110px max(24px, calc((100vw - 1180px) / 2)) !important;
	background: var(--climate-soft);
}

body.climate-kzn-redesign .uagb-block-e8a77508 .uagb-section__inner-wrap {
	max-width: 900px;
}

body.climate-kzn-redesign .uagb-block-e8a77508 p {
	max-width: 820px;
}

body.climate-kzn-redesign .uagb-block-12952b77 {
	width: 100% !important;
	max-width: none;
	padding: 110px max(24px, calc((100vw - 1180px) / 2)) !important;
	background: linear-gradient(135deg, #0c2f40 0%, #0d554a 100%) !important;
}

body.climate-kzn-redesign .uagb-block-12952b77 h2,
body.climate-kzn-redesign .uagb-block-12952b77 h4 {
	color: #fff !important;
}

body.climate-kzn-redesign .uagb-block-12952b77 p {
	color: rgba(255, 255, 255, 0.74) !important;
}

body.climate-kzn-redesign .uagb-block-1c01a6e3 .uagb-columns__inner-wrap {
	gap: 22px;
}

body.climate-kzn-redesign .uagb-block-1c01a6e3 .wp-block-uagb-column {
	padding: 30px !important;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 20px;
}

body.climate-kzn-redesign .uagb-block-1c01a6e3 .uagb-ifb-image-content img {
	width: 64px;
	height: 64px;
	filter: drop-shadow(0 10px 18px rgba(4, 34, 48, 0.22));
}

body.climate-kzn-redesign .uagb-block-a9d58485 {
	padding-bottom: 38px;
}

.climate-works {
	margin-bottom: 30px;
}

.climate-works__meta {
	margin: -18px 0 34px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.climate-works__meta span {
	padding: 9px 15px;
	color: var(--climate-green-dark);
	background: rgba(22, 163, 106, 0.09);
	border: 1px solid rgba(22, 163, 106, 0.16);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 750;
}

.climate-works__meta span::before {
	margin-right: 7px;
	content: "✓";
	font-weight: 900;
}

.climate-works__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: 235px;
	gap: 14px;
}

.climate-work {
	position: relative;
	overflow: hidden;
	min-width: 0;
	background: var(--climate-ink);
	border-radius: 20px;
	box-shadow: 0 14px 38px rgba(16, 42, 67, 0.13);
}

.climate-work--featured {
	grid-column: span 2;
	grid-row: span 2;
}

.climate-work--wide {
	grid-column: span 2;
}

.climate-work img {
	width: 100%;
	height: 100% !important;
	display: block;
	object-fit: cover;
	transition: transform 0.45s ease, filter 0.45s ease;
}

.climate-work::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(0deg, rgba(6, 27, 41, 0.86), transparent 57%);
	opacity: 0.82;
	transition: opacity 0.3s ease;
}

.climate-work > span {
	position: absolute;
	right: 20px;
	bottom: 18px;
	left: 20px;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	color: #fff;
	transform: translateY(7px);
	transition: transform 0.3s ease;
}

.climate-work b {
	font-size: 16px;
	line-height: 1.25;
}

.climate-work small {
	flex: 0 0 auto;
	opacity: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 11px;
	transition: opacity 0.3s ease;
}

.climate-work:hover img {
	transform: scale(1.055);
	filter: saturate(1.08);
}

.climate-work:hover::after {
	opacity: 1;
}

.climate-work:hover > span {
	transform: none;
}

.climate-work:hover small {
	opacity: 1;
}

body.climate-kzn-redesign .uagb-block-07bd8b61 {
	margin-top: 48px !important;
	margin-bottom: 80px !important;
	padding: 42px !important;
	background: var(--climate-soft);
	border: 1px solid var(--climate-line);
	border-radius: 24px;
}

body.climate-kzn-redesign .uagb-block-52a42066 {
	padding-bottom: 34px;
}

body.climate-kzn-redesign .uagb-block-52a42066 + .wp-block-columns {
	overflow-x: auto;
	width: min(1180px, calc(100% - 40px));
	margin-bottom: 70px;
	padding: 8px 8px 20px;
	border-radius: 22px;
	scrollbar-color: var(--climate-green) var(--climate-soft);
}

.climate-price__section {
	margin-bottom: 34px;
}

.climate-price__section h3 {
	margin: 0 0 15px;
	padding-left: 16px;
	border-left: 5px solid var(--climate-green);
	font-size: 24px;
	letter-spacing: -0.02em;
}

.climate-price__scroll {
	overflow-x: auto;
	margin-bottom: 18px;
	padding: 5px 5px 18px;
	scrollbar-color: var(--climate-green) var(--climate-soft);
}

.climate-price table {
	margin: 0;
}

.climate-price table thead th {
	color: #fff;
	background: var(--climate-ink);
	font-weight: 800;
}

.climate-price table td:first-child small {
	display: block;
	margin-top: 5px;
	color: var(--climate-muted);
	font-size: 11px;
	font-weight: 650;
}

.climate-price__section--breezers table {
	min-width: 760px;
}

.climate-price__note {
	margin: 18px 0 80px !important;
	padding: 22px 24px;
	background: var(--climate-soft);
	border: 1px solid var(--climate-line);
	border-radius: 18px;
	text-align: center;
}

body.climate-kzn-redesign table {
	width: 100%;
	min-width: 920px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--climate-line) !important;
	border-collapse: separate !important;
	border-spacing: 0;
	border-radius: 18px;
	box-shadow: 0 18px 50px rgba(16, 42, 67, 0.09);
	table-layout: fixed;
}

body.climate-kzn-redesign table td,
body.climate-kzn-redesign table th {
	padding: 15px 16px !important;
	color: var(--climate-ink);
	border: 0 !important;
	border-bottom: 1px solid var(--climate-line) !important;
	font-size: 14px;
	line-height: 1.4;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}

body.climate-kzn-redesign table td:first-child,
body.climate-kzn-redesign table th:first-child {
	width: 38%;
	overflow-wrap: anywhere;
	white-space: normal;
	text-align: left;
}

body.climate-kzn-redesign table td:not(:first-child),
body.climate-kzn-redesign table th:not(:first-child) {
	width: 12.4%;
}

body.climate-kzn-redesign table tr:nth-child(even) td {
	background: #f8fbfa;
}

body.climate-kzn-redesign table tr:first-child td,
body.climate-kzn-redesign table tr:nth-child(12) td {
	color: #fff;
	background: var(--climate-ink) !important;
	font-size: 15px;
	font-weight: 800;
}

body.climate-kzn-redesign .uagb-block-1fa491d4 {
	width: 100% !important;
	max-width: none;
	margin-top: 50px !important;
	padding: 90px max(24px, calc((100vw - 1180px) / 2)) !important;
	background: linear-gradient(135deg, var(--climate-green), var(--climate-green-dark)) !important;
}

body.climate-kzn-redesign .uagb-block-1fa491d4 p,
body.climate-kzn-redesign .uagb-block-1fa491d4 h2,
body.climate-kzn-redesign .uagb-block-1fa491d4 h3 {
	color: #fff !important;
}

body.climate-kzn-redesign .site-footer-primary-section-1 {
	text-align: center;
}

@media (max-width: 921px) {
	body.climate-kzn-redesign .uagb-block-1027b642 {
		min-height: 690px;
		padding: 90px 24px !important;
		background-position: 62% center !important;
	}

	body.climate-kzn-redesign .uagb-block-1027b642 h1 {
		font-size: clamp(42px, 10vw, 64px) !important;
	}

	body.climate-kzn-redesign .uagb-block-afefe8b3,
	body.climate-kzn-redesign .uagb-block-e8a77508,
	body.climate-kzn-redesign .uagb-block-12952b77 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	body.climate-kzn-redesign .uagb-block-afefe8b3 .uagb-columns__inner-wrap {
		gap: 34px;
	}

	.climate-reviews {
		grid-template-columns: repeat(3, minmax(280px, 1fr));
		overflow-x: auto;
		margin-bottom: 80px;
		padding: 8px 2px 22px;
		scroll-snap-type: x mandatory;
		scrollbar-width: thin;
		scrollbar-color: var(--climate-green) var(--climate-soft);
	}

	.climate-review {
		scroll-snap-align: start;
	}

	.climate-works__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: 250px;
	}
}

@media (max-width: 600px) {
	body.climate-kzn-redesign .climate-kzn-logo {
		width: 54px;
		height: 54px;
	}

	body.climate-kzn-redesign .climate-kzn-logo-link {
		margin-right: 10px;
	}

	body.climate-kzn-redesign .site-title a {
		font-size: 21px;
	}

	body.climate-kzn-redesign .entry-content > *:not(.alignfull, .uagb-block-1027b642) {
		width: min(100% - 28px, 1180px);
	}

	body.climate-kzn-redesign p {
		font-size: 16px;
	}

	body.climate-kzn-redesign .uagb-block-1027b642 {
		min-height: 650px;
		padding: 72px 18px !important;
		text-align: center;
	}

	.climate-benefits {
		width: 100%;
		gap: 10px;
	}

	body.climate-kzn-redesign .uagb-block-afefe8b3 .uagb-columns__inner-wrap {
		width: 100% !important;
		display: flex !important;
		flex-direction: column;
	}

	body.climate-kzn-redesign .uagb-block-afefe8b3 .wp-block-uagb-column {
		width: 100% !important;
		max-width: 100% !important;
		flex-basis: 100% !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.climate-benefit {
		min-height: 164px;
		padding: 19px 15px;
		border-radius: 17px;
	}

	.climate-benefit__icon {
		width: 46px;
		height: 46px;
		margin-bottom: 18px;
		padding: 10px;
		border-radius: 14px;
	}

	.climate-benefit strong {
		font-size: 14px;
	}

	.climate-benefit span {
		font-size: 12px;
	}

	.climate-reviews {
		width: calc(100% + 14px) !important;
		grid-template-columns: repeat(3, minmax(82vw, 1fr));
		gap: 14px;
		margin-top: 28px;
		margin-right: -14px;
		margin-bottom: 70px;
		padding-right: 14px;
	}

	.climate-review__media {
		height: 360px;
	}

	body.climate-kzn-redesign .climate-review__media > img {
		max-height: 328px !important;
	}

	.climate-review__body {
		padding: 22px;
	}

	.climate-review h3 {
		font-size: 20px;
	}

	.climate-works__meta {
		margin-top: -8px;
		margin-bottom: 24px;
		justify-content: flex-start;
	}

	.climate-works__meta span {
		padding: 8px 11px;
		font-size: 11px;
	}

	.climate-works__grid {
		grid-auto-rows: 210px;
		gap: 9px;
	}

	.climate-work,
	.climate-work--featured,
	.climate-work--wide {
		grid-column: span 1;
		grid-row: span 1;
		border-radius: 15px;
	}

	.climate-work:first-child {
		grid-column: span 2;
		height: 260px;
	}

	.climate-work > span {
		right: 13px;
		bottom: 13px;
		left: 13px;
	}

	.climate-work b {
		font-size: 13px;
	}

	.climate-work small {
		display: none;
	}

	body.climate-kzn-redesign .uagb-block-1027b642::after {
		background: linear-gradient(0deg, rgba(6, 27, 41, 0.92), rgba(6, 27, 41, 0.48));
	}

	body.climate-kzn-redesign .uagb-block-1027b642 .uagb-ifb-content {
		text-align: center;
	}

	body.climate-kzn-redesign .uagb-block-1027b642 h1 {
		margin-bottom: 28px;
		font-size: 40px !important;
	}

	body.climate-kzn-redesign .uagb-block-1027b642 .uagb-ifb-button-wrapper,
	body.climate-kzn-redesign .uagb-block-1027b642 > .uagb-columns__inner-wrap > div > .uagb-buttons__outer-wrap {
		display: flex;
		width: 100%;
		margin: 0 0 10px;
	}

	body.climate-kzn-redesign .uagb-block-1027b642 .wp-block-button__link,
	body.climate-kzn-redesign .uagb-block-1027b642 .uagb-buttons-repeater {
		width: 100%;
	}

	body.climate-kzn-redesign .uagb-block-36ebe140,
	body.climate-kzn-redesign .uagb-block-a9d58485,
	body.climate-kzn-redesign .uagb-block-52a42066 {
		padding-top: 72px;
	}

	body.climate-kzn-redesign .uagb-block-e8a77508,
	body.climate-kzn-redesign .uagb-block-12952b77 {
		padding-right: 18px !important;
		padding-left: 18px !important;
	}

	body.climate-kzn-redesign .uagb-block-07bd8b61 {
		padding: 26px !important;
	}
}
