section.section-banner {
	background: linear-gradient(320deg, #d2e3f3 0%, #eff5f9 100%);
}
section.section-banner .section-content .row > .column {
	padding: 2em 0;
}

.bg-gradient {
	background-color: #e8ecf1;
}

.button-pill {
	border-radius: 1em;
}

.button-pill.button-elevated {
	border-radius: 980px;
}

.column-flex-center {
	align-self: center;
}

ul.col-2-large {
	columns: 2;
}

ul.no-bullet {
	margin-left: 0;
}

ul.small.links {
	margin-bottom: 0;
}

.section-hero img {
	width: 460px;
}

.tile-wrap {
	margin: 27px 0;
}

.tile-wrap,
.tile-wrap-full {
	background-color: #fff;
	border-radius: 1em;
	padding: 24px 24px 24px 36px;
}

.section-guides .tile-wrap {
	min-height: 233px;
	margin: 18px 0 27px;
}
.section-guides .row:nth-of-type(2) .large-4:nth-of-type(1) .tile-wrap {
	margin-right: 18px;
}
.section-guides .row:nth-of-type(2) .large-4:nth-of-type(2) .tile-wrap {
	margin-right: 9px;
	margin-left: 9px;
}
.section-guides .row:nth-of-type(2) .large-4:nth-of-type(3) .tile-wrap {
	margin-left: 18px;
}

:lang(fr-FR) .section-guides .tile-wrap {
	min-height: 258px;
}

:lang(it-IT) .section-guides .tile-wrap {
	min-height: 263px;
}

.section-help .tile-wrap {
	min-height: 300px;
}
:lang(de-DE) .section-help .tile-wrap {
	min-height: 352px;
}
:lang(es-lamr) .section-help .tile-wrap {
	min-height: 352px;
}
:lang(fr-FR) .section-help .tile-wrap {
	min-height: 402px;
}
:lang(it-IT) .section-help .tile-wrap {
	min-height: 352px;
}
:lang(pt-BR) .section-help .tile-wrap {
	min-height: 328px;
}
.section-help .row:nth-of-type(3) .large-4:nth-of-type(1) .tile-wrap {
	margin-right: 18px;
}
.section-help .row:nth-of-type(3) .large-4:nth-of-type(2) .tile-wrap {
	margin-right: 9px;
	margin-left: 9px;
}
.section-help .row:nth-of-type(3) .large-4:nth-of-type(3) .tile-wrap {
	margin-left: 18px;
}

.tile-contact {
	margin-top: 18px;
	padding-right: 36px;
	min-height: 234px;
}

.tile-contact h4 {
	margin-right: 230px;
	max-width: 440px;
}

.tile-contact p {
	margin-right: 240px;
	max-width: 440px;
}

.tile-contact img {
	position: absolute;
	height: 210px;
	right: 34px;
	bottom: 0;
}

.tile-status p {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (max-width: 1068px) {
	.section-hero img {
		width: 312px;
	}
	.tile-wrap,
	.tile-wrap-full {
		padding: 24px 18px 24px 24px;
	}
	.section-guides .tile-wrap {
		min-height: 254px;
	}
	:lang(it-IT) .section-guides .tile-wrap {
		min-height: 282px;
	}
	:lang(es-lamr) .section-guides .tile-wrap {
		min-height: 284px;
	}
	:lang(fr-FR) .section-guides .tile-wrap {
		min-height: 282px;
	}
	:lang(pt-BR) .section-guides .tile-wrap {
		min-height: 256px;
	}
	.section-help .tile-wrap {
		min-height: 370px;
	}
	:lang(de-DE) .section-help .tile-wrap {
		min-height: 422px;
	}
	:lang(es-lamr) .section-help .tile-wrap {
		min-height: 398px;
	}
	:lang(fr-FR) .section-help .tile-wrap {
		min-height: 472px;
	}
	:lang(it-IT) .section-help .tile-wrap {
		min-height: 422px;
	}
	:lang(pt-BR) .section-help .tile-wrap {
		min-height: 422px;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero {
		text-align: center;
	}
	.section-hero img {
		margin: 2em auto 0;
		width: 87%;
		max-width: 484px;
	}
	.column-flex-center {
		align-self: unset;
	}
	.section-guides .tile-wrap,
	.section-help .tile-wrap {
		min-height: unset;
		margin: 12px 0;
	}
	:lang(de-DE) .section-guides .tile-wrap,
	:lang(de-DE) .section-help .tile-wrap,
	:lang(es-lamr) .section-guides .tile-wrap,
	:lang(es-lamr) .section-help .tile-wrap,
	:lang(fr-FR) .section-guides .tile-wrap,
	:lang(fr-FR) .section-help .tile-wrap,
	:lang(it-IT) .section-guides .tile-wrap,
	:lang(it-IT) .section-help .tile-wrap,
	:lang(pt-BR) .section-guides .tile-wrap,
	:lang(pt-BR) .section-help .tile-wrap {
		min-height: unset;
	}
	.tile-wrap.tile-feedback {
		margin-top: 24px;
	}
	.tile-wrap-full.tile-guides,
	.tile-wrap-full.tile-status {
		text-align: left;
		margin-top: 12px;
	}
	.tile-status p {
		width: auto;
		margin-right: 0;
		margin-left: 0;
	}

	.section-guides .row:nth-of-type(2) .large-4:nth-of-type(1) .tile-wrap,
	.section-guides .row:nth-of-type(2) .large-4:nth-of-type(2) .tile-wrap,
	.section-guides .row:nth-of-type(2) .large-4:nth-of-type(3) .tile-wrap,
	.section-help .row:nth-of-type(3) .large-4:nth-of-type(1) .tile-wrap,
	.section-help .row:nth-of-type(3) .large-4:nth-of-type(2) .tile-wrap,
	.section-help .row:nth-of-type(3) .large-4:nth-of-type(3) .tile-wrap {
		margin-right: 0;
		margin-left: 0;
	}
}

@media only screen and (max-width: 500px) {
	ul.col-2-large.col-1-xsmall {
		columns: 1;
	}
}

@media only screen and (max-width: 440px) {
	.tile-wrap-full.tile-contact {
		padding: 24px 24px 0;
	}
	.tile-contact h4,
	.tile-contact p {
		margin-right: 0;
		max-width: unset;
	}
	.tile-contact img {
		position: relative;
		display: block;
		height: 210px;
		right: unset;
		bottom: unset;
		margin: 34px auto 0;
	}
}

/* === Grid === */
#main section.section {
	padding-top: 2em;
	padding-bottom: 2em;
}
#main section.section.section-hero {
	padding-top: 3em;
	padding-bottom: 0;
}
#main section.section.section-help {
	padding-bottom: 3em;
}
#main section .section-content .row {
	margin-left: 0;
	margin-right: 0;
}
#main section .section-content .row.header-row {
	margin-bottom: 1em;
}
#main section .section-content .row > .column {
	padding: 0;
}

@media only screen and (max-width: 1068px) {
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}

@media only screen and (max-width: 734px) {
	#main section.section {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}

/* DARK MODE */
body[data-color-scheme="dark"] .tile-wrap {
	background-color: var(--fill-tertiary);
	border: 1px solid var(--fill-gray-quaternary);
}
