:root {
	--rank1-faz-safe-bottom: env(safe-area-inset-bottom, 0px);
}

.rank1-faz-contact,
.rank1-faz-contact *,
.rank1-faz-inline,
.rank1-faz-inline *,
.rank1-faz-request-page,
.rank1-faz-request-page * {
	box-sizing: border-box;
}

.rank1-faz-contact button,
.rank1-faz-contact input,
.rank1-faz-contact select,
.rank1-faz-contact textarea,
.rank1-faz-inline button,
.rank1-faz-request-page button,
.rank1-faz-request-page input,
.rank1-faz-request-page select,
.rank1-faz-request-page textarea {
	font: inherit;
}

.rank1-faz-contact button,
.rank1-faz-inline button,
.rank1-faz-request-page button {
	cursor: pointer;
}

.rank1-faz-contact {
	position: relative;
	z-index: 2147480900;
	isolation: isolate;
}

.rank1-faz-contact--request-page .rank1-faz-fab {
	display: none;
}

.rank1-faz-icon {
	display: block;
	width: 22px;
	height: 22px;
	flex: 0 0 auto;
}

.rank1-faz-fab {
	position: fixed;
	z-index: 2147481000;
	bottom: calc(var(--faz-desktop-bottom) + var(--rank1-faz-safe-bottom));
	display: flex;
	align-items: center;
	width: auto;
	max-width: min(354px, calc(100vw - 44px));
	height: 66px;
	min-height: 66px;
	max-height: 66px;
	overflow: hidden;
	padding: 8px 19px 8px 8px;
	border: 0;
	border-radius: 999px;
	background: var(--faz-dark);
	box-shadow: 0 16px 42px rgba(21, 34, 20, .25), 0 3px 10px rgba(21, 34, 20, .16);
	color: #fff;
	text-align: left;
	transition: max-width .46s cubic-bezier(.2,.72,.24,1), transform .22s ease, box-shadow .22s ease, opacity .2s ease;
	-webkit-font-smoothing: antialiased;
	pointer-events: auto;
	touch-action: manipulation;
}

.rank1-faz-contact--right .rank1-faz-fab {
	right: var(--faz-desktop-side);
}

.rank1-faz-contact--left .rank1-faz-fab {
	left: var(--faz-desktop-side);
}

.rank1-faz-fab:hover,
.rank1-faz-fab:focus-visible {
	transform: translateY(-3px);
	box-shadow: 0 20px 48px rgba(21, 34, 20, .3), 0 3px 12px rgba(21, 34, 20, .2);
}

.rank1-faz-contact.is-teaser-instant .rank1-faz-fab,
.rank1-faz-contact.is-teaser-instant .rank1-faz-fab__copy {
	transition: none !important;
}

.rank1-faz-fab:focus-visible,
.rank1-faz-close:focus-visible,
.rank1-faz-contact a:focus-visible,
.rank1-faz-contact button:focus-visible,
.rank1-faz-inline button:focus-visible,
.rank1-faz-contact input:focus-visible,
.rank1-faz-contact select:focus-visible,
.rank1-faz-contact textarea:focus-visible,
.rank1-faz-request-page a:focus-visible,
.rank1-faz-request-page button:focus-visible,
.rank1-faz-request-page input:focus-visible,
.rank1-faz-request-page select:focus-visible,
.rank1-faz-request-page textarea:focus-visible {
	outline: 3px solid rgba(207, 51, 103, .34);
	outline-offset: 3px;
}

.rank1-faz-fab__icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	border-radius: 50%;
	background: var(--faz-primary);
	color: #fff;
}

.rank1-faz-fab__icon .rank1-faz-icon {
	width: 24px;
	height: 24px;
}

.rank1-faz-fab__pulse {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 12px;
	height: 12px;
	border: 3px solid var(--faz-dark);
	border-radius: 50%;
	background: #fff;
	animation: rank1-faz-beacon 2.2s ease-out infinite;
}

@keyframes rank1-faz-beacon {
	0%, 45%, 100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, .5); }
	70% { box-shadow: 0 0 0 8px rgba(255, 255, 255, 0); }
}

.rank1-faz-fab__copy {
	display: flex;
	min-width: 0;
	max-width: 280px;
	overflow: hidden;
	padding-left: 12px;
	flex-direction: column;
	line-height: 1.15;
	white-space: nowrap;
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	transition: opacity .2s ease .12s, transform .28s ease .08s, visibility 0s linear 0s;
}

.rank1-faz-fab__copy strong {
	overflow-wrap: anywhere;
	font-size: 14px;
	font-weight: 750;
	letter-spacing: -.01em;
}

.rank1-faz-fab__copy small {
	margin-top: 5px;
	color: rgba(255, 255, 255, .7);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .025em;
}

.rank1-faz-overlay {
	position: fixed;
	z-index: 2147481100;
	inset: 0;
	visibility: hidden;
	background: rgba(14, 23, 12, .62);
	opacity: 0;
	backdrop-filter: blur(7px);
	transition: opacity .25s ease, visibility .25s ease;
	pointer-events: none;
}

.rank1-faz-dialog {
	position: fixed;
	z-index: 2147481200;
	top: 50%;
	left: 50%;
	visibility: hidden;
	width: min(920px, calc(100vw - 48px));
	max-height: min(780px, calc(100vh - 48px));
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .72);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 36px 100px rgba(13, 27, 12, .35);
	opacity: 0;
	transform: translate(-50%, calc(-50% + 18px)) scale(.985);
	transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
	-webkit-font-smoothing: antialiased;
	pointer-events: none;
}

.rank1-faz-contact.is-modal-open .rank1-faz-overlay,
.rank1-faz-contact.is-modal-open .rank1-faz-dialog {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.rank1-faz-contact--width-compact .rank1-faz-fab { max-width: 285px; }
.rank1-faz-contact--width-wide .rank1-faz-fab { max-width: min(430px, calc(100vw - 44px)); }
.rank1-faz-contact--beacon-steady .rank1-faz-fab__pulse { animation: none; }
.rank1-faz-contact--beacon-off .rank1-faz-fab__pulse { display: none; }
.rank1-faz-contact--motion-standard .rank1-faz-fab:hover { transform: translateY(-4px) scale(1.01); }
.rank1-faz-contact--motion-attention .rank1-faz-fab:not(:hover) { animation: rank1-faz-attention 5s ease-in-out infinite; }
@keyframes rank1-faz-attention { 0%,84%,100%{transform:translateY(0)} 88%{transform:translateY(-5px)} 92%{transform:translateY(0)} 96%{transform:translateY(-2px)} }
.rank1-faz-contact--visual-gradient .rank1-faz-hero img { opacity: .18; }
.rank1-faz-contact--visual-gradient .rank1-faz-hero { background: linear-gradient(145deg,var(--faz-dark),color-mix(in srgb,var(--faz-primary) 72%,var(--faz-dark))); }

.rank1-faz-contact.is-modal-open .rank1-faz-dialog {
	transform: translate(-50%, -50%) scale(1);
}

.rank1-faz-contact.is-modal-open .rank1-faz-fab {
	pointer-events: none;
	opacity: 0;
	transform: translateY(12px);
}

body.rank1-faz-no-scroll {
	overflow: hidden !important;
}

.rank1-faz-close {
	position: absolute;
	z-index: 8;
	top: 16px;
	right: 16px;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(39, 51, 34, .12);
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 4px 18px rgba(27, 42, 25, .12);
	color: var(--faz-dark);
}

.rank1-faz-close:hover {
	background: #fff;
	transform: rotate(4deg);
}

.rank1-faz-panel {
	display: none;
	min-height: 610px;
	max-height: min(780px, calc(100vh - 48px));
	overflow: auto;
}

.rank1-faz-panel.is-active {
	display: block;
	animation: rank1-faz-panel-in .24s ease both;
}

.rank1-faz-panel[data-faz-panel="contact"].is-active {
	display: grid;
	grid-template-columns: minmax(320px, .88fr) minmax(390px, 1.12fr);
	overflow: hidden;
}

@keyframes rank1-faz-panel-in {
	from { opacity: 0; transform: translateY(8px); }
	to { opacity: 1; transform: translateY(0); }
}

.rank1-faz-hero {
	position: relative;
	min-height: 610px;
	overflow: hidden;
	background: var(--faz-dark);
}

.rank1-faz-hero img {
	width: 100%;
	height: 100%;
	min-height: 610px;
	object-fit: cover;
	object-position: 53% center;
}

.rank1-faz-hero__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(17, 31, 16, .05) 30%, rgba(17, 31, 16, .85) 100%);
}

.rank1-faz-hero__copy {
	position: absolute;
	right: 28px;
	bottom: 30px;
	left: 28px;
	color: #fff;
}

.rank1-faz-eyebrow {
	margin: 0 0 9px;
	color: var(--faz-primary);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 1.3;
	text-transform: uppercase;
}

.rank1-faz-hero__copy .rank1-faz-eyebrow {
	color: #d8f2a2;
}

.rank1-faz-hero__copy h4,
.rank1-faz-form-header h4,
.rank1-faz-success h4,
.rank1-faz-inline h4 {
	margin: 0;
	color: inherit;
	font-size: clamp(27px, 3.2vw, 41px);
	font-weight: 760;
	letter-spacing: -.035em;
	line-height: 1.04;
}

.rank1-faz-hero__copy > p:last-child {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, .82);
	font-size: 14px;
	line-height: 1.55;
}

.rank1-faz-contact-body {
	padding: 32px 31px 26px;
	overflow: auto;
	background: linear-gradient(145deg, #fff 0%, var(--faz-light) 160%);
}

.rank1-faz-person {
	display: flex;
	align-items: center;
	margin: 0 48px 20px 0;
	color: var(--faz-dark);
}

.rank1-faz-person__mark {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	margin-right: 11px;
	border-radius: 13px;
	background: rgba(126, 170, 42, .13);
	color: var(--faz-primary);
}

.rank1-faz-person strong,
.rank1-faz-person small {
	display: block;
}

.rank1-faz-person strong {
	font-size: 14px;
}

.rank1-faz-person small {
	margin-top: 3px;
	color: #697164;
	font-size: 11px;
	line-height: 1.35;
}

.rank1-faz-methods {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.rank1-faz-method {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr) 18px;
	align-items: center;
	min-height: 78px;
	padding: 11px;
	border: 1px solid #e0e7da;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(39, 51, 34, .045);
	color: var(--faz-dark);
	text-align: left;
	text-decoration: none !important;
	transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.rank1-faz-method > .rank1-faz-icon:first-child {
	width: 36px;
	height: 36px;
	padding: 7px;
	border-radius: 11px;
	background: rgba(126, 170, 42, .12);
	color: var(--faz-primary);
}

.rank1-faz-method > .rank1-faz-icon:last-child {
	width: 16px;
	height: 16px;
	color: #9da697;
}

.rank1-faz-method:hover {
	border-color: rgba(126, 170, 42, .68);
	box-shadow: 0 9px 20px rgba(39, 51, 34, .08);
	color: var(--faz-dark);
	transform: translateY(-2px);
}

.rank1-faz-method--whatsapp > .rank1-faz-icon:first-child {
	background: #e9f8ef;
	color: #168b49;
}

.rank1-faz-method span,
.rank1-faz-method strong,
.rank1-faz-method small {
	display: block;
	min-width: 0;
}

.rank1-faz-method strong {
	font-size: 12.5px;
	font-weight: 750;
	line-height: 1.25;
}

.rank1-faz-method small {
	margin-top: 4px;
	overflow: hidden;
	color: #747d6f;
	font-size: 10.5px;
	line-height: 1.25;
	text-overflow: ellipsis;
}

.rank1-faz-project-start {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 72px;
	margin-top: 12px;
	padding: 12px 15px;
	border: 0;
	border-radius: 17px;
	background: var(--faz-primary);
	box-shadow: 0 10px 22px rgba(102, 143, 28, .21);
	color: #fff;
	text-align: left;
	text-decoration: none !important;
	transition: filter .18s ease, transform .18s ease;
}

.rank1-faz-project-start:hover {
	filter: brightness(.95);
	color: #fff;
	transform: translateY(-2px);
}

.rank1-faz-project-start > span {
	display: flex;
	align-items: center;
	min-width: 0;
}

.rank1-faz-project-start > span > .rank1-faz-icon {
	width: 37px;
	height: 37px;
	margin-right: 11px;
	padding: 7px;
	border-radius: 11px;
	background: rgba(255, 255, 255, .16);
}

.rank1-faz-project-start strong,
.rank1-faz-project-start small {
	display: block;
}

.rank1-faz-project-start strong {
	font-size: 14px;
}

.rank1-faz-project-start small {
	margin-top: 4px;
	color: rgba(255, 255, 255, .78);
	font-size: 10.5px;
}

.rank1-faz-project-start > .rank1-faz-icon {
	width: 18px;
	height: 18px;
}

.rank1-faz-secondary-links {
	display: flex;
	margin-top: 16px;
	flex-wrap: wrap;
	gap: 6px 17px;
}

.rank1-faz-secondary-links a {
	color: #65705f;
	font-size: 11px;
	font-weight: 650;
	text-decoration: underline;
	text-decoration-color: rgba(101, 112, 95, .35);
	text-underline-offset: 3px;
}

.rank1-faz-form-panel {
	padding: 38px clamp(24px, 5vw, 68px) 40px;
	background: linear-gradient(140deg, #fff 0%, var(--faz-light) 175%);
}

.rank1-faz-form-header {
	max-width: 650px;
	margin: 0 auto 27px;
	padding-right: 42px;
}

.rank1-faz-form-header h4 {
	color: var(--faz-dark);
	font-size: clamp(27px, 3.7vw, 39px);
}

.rank1-faz-form-header > p:last-child {
	margin: 11px 0 0;
	color: #687163;
	font-size: 14px;
	line-height: 1.5;
}

.rank1-faz-header-back {
	display: inline-flex;
	align-items: center;
	margin: 0 0 20px;
	padding: 0;
	border: 0;
	background: none;
	color: #5c6657;
	font-size: 12px;
	font-weight: 700;
	gap: 7px;
}

.rank1-faz-header-back .rank1-faz-icon {
	width: 17px;
	height: 17px;
}

.rank1-faz-form {
	max-width: 650px;
	margin: 0 auto;
}

.rank1-faz-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.rank1-faz-fields label,
.rank1-faz-block-label {
	display: block;
	min-width: 0;
}

.rank1-faz-fields label > span:first-child,
.rank1-faz-block-label > span:first-child {
	display: block;
	margin: 0 0 7px;
	color: var(--faz-dark);
	font-size: 12px;
	font-weight: 740;
}

.rank1-faz-fields label em {
	color: #81897d;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
}

.rank1-faz-field-full {
	grid-column: 1 / -1;
}

.rank1-faz-form input[type="text"],
.rank1-faz-form input[type="email"],
.rank1-faz-form input[type="tel"],
.rank1-faz-form select,
.rank1-faz-form textarea {
	display: block;
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid #d8e0d2;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(39, 51, 34, .025);
	color: var(--faz-dark);
	font-size: 14px;
	line-height: 1.4;
	transition: border-color .18s ease, box-shadow .18s ease;
}

.rank1-faz-form textarea {
	min-height: 92px;
	resize: vertical;
}

.rank1-faz-form input:focus,
.rank1-faz-form select:focus,
.rank1-faz-form textarea:focus {
	border-color: var(--faz-primary);
	box-shadow: 0 0 0 4px rgba(126, 170, 42, .11);
}

.rank1-faz-form [aria-invalid="true"] {
	border-color: #c93b4e !important;
	box-shadow: 0 0 0 4px rgba(201, 59, 78, .1) !important;
}

.rank1-faz-consent {
	display: grid !important;
	grid-template-columns: 20px 1fr;
	align-items: start;
	color: #626b5e;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.45;
	gap: 8px;
}

.rank1-faz-consent input {
	width: 18px;
	height: 18px;
	margin: 1px 0 0;
	accent-color: var(--faz-primary);
}

.rank1-faz-consent > span {
	margin: 0 !important;
	color: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}

.rank1-faz-consent a {
	color: var(--faz-dark);
	font-weight: 700;
}

.rank1-faz-draft-status {
	display: grid;
	grid-template-columns: 12px minmax(0, 1fr);
	margin-top: 14px;
	padding: 11px 13px;
	border: 1px solid #dbe5d6;
	border-radius: 12px;
	background: #f8fbf5;
	color: #5f685b;
	font-size: 11px;
	line-height: 1.4;
	column-gap: 9px;
}

.rank1-faz-draft-status > span {
	grid-row: 1 / 3;
	width: 9px;
	height: 9px;
	margin-top: 3px;
	border: 2px solid rgba(125, 170, 41, .34);
	border-radius: 50%;
	background: #fff;
}

.rank1-faz-draft-status strong,
.rank1-faz-draft-status small {
	display: block;
}

.rank1-faz-draft-status strong {
	color: var(--faz-dark);
	font-size: 11px;
}

.rank1-faz-draft-status small {
	margin-top: 2px;
	color: inherit;
	font-size: 10px;
}

.rank1-faz-draft-status.is-saving > span {
	border-top-color: var(--faz-primary);
	animation: rank1-faz-draft-spin .8s linear infinite;
}

.rank1-faz-draft-status.is-saved {
	border-color: rgba(125, 170, 41, .46);
	background: #f1f8e8;
	color: #506842;
}

.rank1-faz-draft-status.is-saved > span {
	border-color: var(--faz-primary);
	background: var(--faz-primary);
	box-shadow: inset 0 0 0 2px #fff;
}

.rank1-faz-draft-status.is-error {
	border-color: #efd5db;
	background: #fff7f8;
	color: #8b4153;
}

@keyframes rank1-faz-draft-spin {
	to { transform: rotate(360deg); }
}

.rank1-faz-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.rank1-faz-form-error {
	display: none;
	margin: 15px 0 0;
	padding: 11px 13px;
	border: 1px solid #f0c2c8;
	border-radius: 10px;
	background: #fff1f3;
	color: #8c2634;
	font-size: 12px;
	line-height: 1.45;
}

.rank1-faz-form-error:not(:empty) {
	display: block;
}

.rank1-faz-submit,
.rank1-faz-primary,
.rank1-faz-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 20px;
	border: 0;
	border-radius: 13px;
	background: var(--faz-primary);
	box-shadow: 0 8px 20px rgba(105, 146, 28, .18);
	color: #fff;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
	gap: 9px;
}

.rank1-faz-form > .rank1-faz-submit {
	width: 100%;
	margin-top: 19px;
}

.rank1-faz-submit:hover,
.rank1-faz-primary:hover,
.rank1-faz-next:hover {
	color: #fff;
	filter: brightness(.95);
}

.rank1-faz-submit[disabled] {
	cursor: wait;
	opacity: .62;
}

.rank1-faz-submit .rank1-faz-icon,
.rank1-faz-next .rank1-faz-icon {
	width: 18px;
	height: 18px;
}

.rank1-faz-progress {
	position: relative;
	display: grid;
	grid-template-columns: repeat(var(--faz-steps, 5), 1fr);
	max-width: 650px;
	margin: -5px auto 25px;
	gap: 6px;
}

.rank1-faz-progress span {
	height: 4px;
	border-radius: 99px;
	background: #dfe5da;
	transition: background .2s ease;
}

.rank1-faz-progress span.is-active {
	background: var(--faz-primary);
}

.rank1-faz-progress small {
	grid-column: 1 / -1;
	margin-top: 3px;
	color: #768071;
	font-size: 10px;
	font-weight: 600;
	text-align: right;
}

.rank1-faz-step {
	display: none;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.rank1-faz-step.is-active {
	display: block;
	animation: rank1-faz-panel-in .2s ease both;
}

.rank1-faz-step legend {
	margin: 0;
	padding: 0;
	color: var(--faz-dark);
	font-size: 21px;
	font-weight: 760;
	letter-spacing: -.02em;
	line-height: 1.2;
}

.rank1-faz-step > p {
	margin: 7px 0 20px;
	color: #6c7568;
	font-size: 12px;
	line-height: 1.5;
}

.rank1-faz-choice-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.rank1-faz-choice {
	display: block;
	min-width: 0;
	cursor: pointer;
}

.rank1-faz-choice > input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.rank1-faz-choice__visual {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	align-items: center;
	min-height: 76px;
	padding: 11px;
	border: 1px solid #dce4d6;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 3px 12px rgba(39, 51, 34, .035);
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
	gap: 11px;
}

.rank1-faz-choice__visual > .rank1-faz-icon {
	width: 40px;
	height: 40px;
	padding: 8px;
	border-radius: 12px;
	background: rgba(126, 170, 42, .1);
	color: var(--faz-primary);
}

.rank1-faz-choice__visual strong,
.rank1-faz-choice__visual small {
	display: block;
}

.rank1-faz-choice__visual strong {
	color: var(--faz-dark);
	font-size: 12.5px;
	font-weight: 750;
	line-height: 1.25;
}

.rank1-faz-choice__visual small {
	margin-top: 4px;
	color: #788174;
	font-size: 10px;
	line-height: 1.3;
}

.rank1-faz-choice:hover .rank1-faz-choice__visual {
	border-color: rgba(126, 170, 42, .55);
	transform: translateY(-1px);
}

.rank1-faz-choice > input:checked + .rank1-faz-choice__visual {
	border-color: var(--faz-primary);
	box-shadow: 0 0 0 3px rgba(126, 170, 42, .13);
}

.rank1-faz-choice > input:focus-visible + .rank1-faz-choice__visual {
	outline: 3px solid rgba(207, 51, 103, .28);
	outline-offset: 2px;
}

.rank1-faz-check-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 18px;
	gap: 9px;
}

.rank1-faz-check-grid label {
	position: relative;
	cursor: pointer;
}

.rank1-faz-check-grid input {
	position: absolute;
	opacity: 0;
}

.rank1-faz-check-grid span {
	display: block;
	padding: 10px 12px;
	border: 1px solid #dce4d6;
	border-radius: 11px;
	background: #fff;
	color: #596354;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.3;
}

.rank1-faz-check-grid input:checked + span {
	border-color: var(--faz-primary);
	background: rgba(126, 170, 42, .1);
	color: var(--faz-dark);
}

.rank1-faz-step-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 22px;
	gap: 12px;
}

.rank1-faz-back {
	min-height: 44px;
	padding: 9px 2px;
	border: 0;
	background: none;
	color: #626c5d;
	font-size: 12px;
	font-weight: 700;
}

.rank1-faz-success {
	padding: 100px 32px 70px;
	background: radial-gradient(circle at 50% 18%, rgba(126, 170, 42, .14), transparent 34%), #fff;
	color: var(--faz-dark);
	text-align: center;
}

.rank1-faz-success__icon {
	display: grid;
	place-items: center;
	width: 76px;
	height: 76px;
	margin: 0 auto 24px;
	border-radius: 50%;
	background: var(--faz-primary);
	box-shadow: 0 15px 30px rgba(105, 146, 28, .2);
	color: #fff;
}

.rank1-faz-success__icon .rank1-faz-icon {
	width: 36px;
	height: 36px;
}

.rank1-faz-success h4 {
	font-size: clamp(29px, 4vw, 43px);
}

.rank1-faz-success > p:not(.rank1-faz-eyebrow):not(.rank1-faz-reference) {
	max-width: 460px;
	margin: 15px auto 0;
	color: #687163;
	font-size: 14px;
	line-height: 1.55;
}

.rank1-faz-reference {
	display: inline-block;
	margin: 22px auto 24px;
	padding: 8px 12px;
	border-radius: 9px;
	background: var(--faz-light);
	color: #697164;
	font-size: 11px;
}

.rank1-faz-inline {
	display: grid;
	grid-template-columns: minmax(260px, .9fr) minmax(360px, 1.1fr);
	width: 100%;
	max-width: 1120px;
	min-height: 430px;
	margin: 36px auto;
	overflow: hidden;
	border: 1px solid #e2e8dd;
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 20px 55px rgba(35, 49, 31, .1);
	font-family: inherit;
}

.rank1-faz-inline__photo {
	position: relative;
	min-height: 430px;
	background-color: var(--faz-dark);
	background-position: 53% center;
	background-size: cover;
}

.rank1-faz-inline__photo::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(25, 40, 22, .56));
	content: "";
}

.rank1-faz-inline__badge {
	position: absolute;
	z-index: 1;
	bottom: 22px;
	left: 22px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 99px;
	background: rgba(255, 255, 255, .9);
	color: var(--faz-dark);
	font-size: 11px;
	font-weight: 750;
	backdrop-filter: blur(7px);
}

.rank1-faz-inline__content {
	display: flex;
	justify-content: center;
	padding: clamp(34px, 6vw, 72px);
	flex-direction: column;
	background: linear-gradient(140deg, #fff, var(--faz-light));
}

.rank1-faz-inline h4 {
	color: var(--faz-dark);
	font-size: clamp(31px, 4vw, 48px);
}

.rank1-faz-inline__content > p:not(.rank1-faz-eyebrow):not(.rank1-faz-inline__person) {
	margin: 17px 0 0;
	color: #646e5f;
	font-size: 15px;
	line-height: 1.65;
}

.rank1-faz-inline__actions {
	display: flex;
	margin-top: 26px;
	flex-wrap: wrap;
	gap: 10px;
}

.rank1-faz-inline__actions .rank1-faz-primary,
.rank1-faz-inline__actions .rank1-faz-secondary {
	display: inline-flex;
	align-items: center;
	min-height: 52px;
	padding: 12px 18px;
	border-radius: 13px;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
	gap: 9px;
}

.rank1-faz-inline__actions .rank1-faz-secondary {
	border: 1px solid #d7e0d1;
	background: #fff;
	color: var(--faz-dark);
}

.rank1-faz-inline__person {
	margin: 20px 0 0;
	color: #768071;
	font-size: 11px;
}

/* Eigenständige FAZ-Anfrageseite */
.rank1-faz-request-page {
	width: 100vw;
	max-width: none;
	margin: 0 calc(50% - 50vw);
	overflow: hidden;
	background: var(--faz-light);
	color: var(--faz-dark);
	font-family: inherit;
	-webkit-font-smoothing: antialiased;
}

.rank1-faz-request-page h1,
.rank1-faz-request-page h4,
.rank1-faz-request-page p {
	color: inherit;
}

.rank1-faz-request-shell {
	position: relative;
	z-index: 2;
	width: min(1220px, calc(100% - 48px));
	margin: 0 auto;
}

.rank1-faz-request-hero {
	position: relative;
	min-height: 650px;
	overflow: hidden;
	background:
		linear-gradient(112deg, rgba(240, 239, 241, .98) 0%, rgba(255, 255, 255, .97) 56%, rgba(240, 239, 241, .98) 100%),
		var(--faz-light);
}

.rank1-faz-request-hero::after {
	position: absolute;
	right: -5%;
	bottom: -110px;
	left: -5%;
	height: 170px;
	border-radius: 50% 50% 0 0;
	background: var(--faz-dark);
	content: "";
	transform: rotate(-1deg);
}

.rank1-faz-request-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
	align-items: center;
	min-height: 650px;
	padding: 70px 0 105px;
	gap: clamp(44px, 7vw, 100px);
}

.rank1-faz-request-hero__copy {
	max-width: 610px;
}

.rank1-faz-request-hero__copy .rank1-faz-eyebrow,
.rank1-faz-request-section-heading .rank1-faz-eyebrow,
.rank1-faz-request-funnel__aside .rank1-faz-eyebrow {
	color: var(--faz-primary);
}

.rank1-faz-request-hero h1 {
	max-width: 640px;
	margin: 0;
	color: var(--faz-dark);
	font-size: clamp(42px, 5.5vw, 72px);
	font-weight: 800;
	letter-spacing: -.052em;
	line-height: .99;
}

.rank1-faz-request-lead {
	max-width: 610px;
	margin: 23px 0 0;
	color: #5e625e !important;
	font-size: clamp(16px, 1.7vw, 19px);
	line-height: 1.65;
}

.rank1-faz-request-badges {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 27px 0 0;
	padding: 0;
	list-style: none;
	gap: 11px 20px;
}

.rank1-faz-request-badges li {
	display: flex;
	align-items: center;
	margin: 0;
	color: var(--faz-dark);
	font-size: 12px;
	font-weight: 720;
	line-height: 1.3;
	gap: 8px;
}

.rank1-faz-request-badges .rank1-faz-icon {
	width: 21px;
	height: 21px;
	padding: 4px;
	border-radius: 50%;
	background: var(--faz-primary);
	color: #fff;
}

.rank1-faz-request-hero__actions {
	display: flex;
	margin-top: 31px;
	flex-wrap: wrap;
	gap: 11px;
}

.rank1-faz-request-page .rank1-faz-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 19px;
	border: 1px solid #d6d9d5;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(43, 47, 43, .06);
	color: var(--faz-dark);
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
	gap: 9px;
}

.rank1-faz-request-hero__actions a {
	text-decoration: none;
}

.rank1-faz-request-portrait {
	position: relative;
	width: 100%;
	min-height: 475px;
	overflow: visible;
	border-radius: 32px 7px 32px 7px;
	background: var(--faz-dark);
	box-shadow: 0 28px 65px rgba(38, 42, 47, .22);
}

.rank1-faz-request-portrait::before {
	position: absolute;
	z-index: -1;
	top: -20px;
	right: -20px;
	width: 125px;
	height: 125px;
	border: 18px solid var(--faz-primary);
	border-radius: 50%;
	content: "";
}

.rank1-faz-request-portrait img {
	display: block;
	width: 100%;
	height: 475px;
	border-radius: inherit;
	object-fit: cover;
	object-position: 53% center;
}

.rank1-faz-request-portrait__card {
	position: absolute;
	right: 22px;
	bottom: 22px;
	left: 22px;
	display: flex;
	align-items: center;
	max-width: 390px;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, .58);
	border-radius: 17px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 12px 30px rgba(30, 34, 38, .16);
	backdrop-filter: blur(10px);
	gap: 12px;
}

.rank1-faz-request-portrait__card > span {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 13px;
	background: rgba(204, 52, 102, .11);
	color: var(--faz-accent);
}

.rank1-faz-request-portrait__card p,
.rank1-faz-request-portrait__card strong,
.rank1-faz-request-portrait__card small {
	display: block;
	margin: 0;
}

.rank1-faz-request-portrait__card strong {
	font-size: 14px;
}

.rank1-faz-request-portrait__card small {
	margin-top: 3px;
	color: #686c68;
	font-size: 11px;
}

.rank1-faz-request-hero__rings i {
	position: absolute;
	z-index: 1;
	display: block;
	border: 5px solid rgba(125, 170, 41, .85);
	border-radius: 50%;
}

.rank1-faz-request-hero__rings i:nth-child(1) { top: 86px; left: 3vw; width: 42px; height: 42px; }
.rank1-faz-request-hero__rings i:nth-child(2) { top: 42%; left: 48%; width: 18px; height: 18px; border-width: 3px; border-color: rgba(255, 255, 255, .95); }
.rank1-faz-request-hero__rings i:nth-child(3) { right: 3vw; bottom: 120px; width: 74px; height: 74px; border-width: 10px; }
.rank1-faz-request-hero__rings i:nth-child(4) { right: 39%; bottom: 82px; width: 32px; height: 32px; border-color: rgba(204, 52, 102, .75); }

.rank1-faz-request-quick {
	position: relative;
	padding: 70px 0 78px;
	background: var(--faz-dark);
	color: #fff;
}

.rank1-faz-request-section-heading {
	display: grid;
	grid-template-columns: minmax(250px, .7fr) minmax(300px, 1.3fr);
	align-items: end;
	margin-bottom: 29px;
	gap: 18px 48px;
}

.rank1-faz-request-section-heading .rank1-faz-eyebrow {
	grid-column: 1 / -1;
	margin-bottom: -7px;
	color: #b6dc6c;
}

.rank1-faz-request-section-heading h4,
.rank1-faz-request-funnel__aside h4,
.rank1-faz-page-success h4 {
	margin: 0;
	font-size: clamp(30px, 3.5vw, 48px);
	font-weight: 790;
	letter-spacing: -.04em;
	line-height: 1.07;
}

.rank1-faz-request-section-heading > p:last-child {
	margin: 0;
	color: rgba(255, 255, 255, .68);
	font-size: 14px;
	line-height: 1.6;
}

.rank1-faz-request-methods {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.rank1-faz-request-methods > a,
.rank1-faz-request-methods > button {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 18px;
	align-items: center;
	min-height: 92px;
	padding: 15px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 18px;
	background: rgba(255, 255, 255, .07);
	color: #fff;
	text-align: left;
	text-decoration: none;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
	gap: 11px;
}

.rank1-faz-request-methods > a:hover,
.rank1-faz-request-methods > button:hover {
	border-color: rgba(182, 220, 108, .55);
	background: rgba(255, 255, 255, .12);
	color: #fff;
	transform: translateY(-2px);
}

.rank1-faz-request-methods > * > .rank1-faz-icon:first-child {
	width: 42px;
	height: 42px;
	padding: 9px;
	border-radius: 13px;
	background: var(--faz-primary);
}

.rank1-faz-request-methods > * > .rank1-faz-icon:last-child {
	width: 17px;
	height: 17px;
	color: rgba(255, 255, 255, .5);
}

.rank1-faz-request-methods strong,
.rank1-faz-request-methods small {
	display: block;
	min-width: 0;
}

.rank1-faz-request-methods strong {
	font-size: 12.5px;
	font-weight: 750;
	line-height: 1.25;
}

.rank1-faz-request-methods small {
	margin-top: 4px;
	overflow: hidden;
	color: rgba(255, 255, 255, .6);
	font-size: 10.5px;
	line-height: 1.3;
	text-overflow: ellipsis;
}

.rank1-faz-request-funnel {
	padding: 94px 0 110px;
	scroll-margin-top: 80px;
	background:
		radial-gradient(circle at 8% 14%, rgba(125, 170, 41, .12) 0 65px, transparent 66px),
		radial-gradient(circle at 94% 82%, rgba(204, 52, 102, .08) 0 90px, transparent 91px),
		var(--faz-light);
}

.rank1-faz-request-funnel__grid {
	display: grid;
	grid-template-columns: minmax(250px, .58fr) minmax(560px, 1.42fr);
	align-items: start;
	gap: clamp(38px, 6vw, 82px);
}

.rank1-faz-request-funnel__aside {
	position: sticky;
	top: 110px;
	padding-top: 18px;
}

.rank1-faz-request-funnel__aside h4 {
	color: var(--faz-dark);
	font-size: clamp(31px, 3.5vw, 46px);
}

.rank1-faz-request-funnel__aside > p:last-of-type {
	margin: 20px 0 0;
	color: #626762;
	font-size: 14px;
	line-height: 1.65;
}

.rank1-faz-request-trust {
	display: grid;
	margin-top: 27px;
	gap: 10px;
}

.rank1-faz-request-trust span {
	display: flex;
	align-items: flex-start;
	color: #555b55;
	font-size: 11px;
	font-weight: 680;
	line-height: 1.4;
	gap: 8px;
}

.rank1-faz-request-trust .rank1-faz-icon {
	width: 18px;
	height: 18px;
	padding: 3px;
	border-radius: 50%;
	background: var(--faz-primary);
	color: #fff;
}

.rank1-faz-request-form-card {
	min-height: 560px;
	padding: clamp(27px, 4.6vw, 54px);
	border: 1px solid rgba(62, 65, 73, .09);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 24px 65px rgba(49, 53, 49, .11);
}

.rank1-faz-project-form--page {
	max-width: 760px;
}

.rank1-faz-project-form--page .rank1-faz-choice-grid {
	grid-template-columns: 1fr 1fr;
}

.rank1-faz-page-success {
	display: flex;
	min-height: 455px;
	align-items: center;
	justify-content: center;
	padding: 30px;
	flex-direction: column;
	text-align: center;
}

.rank1-faz-page-success[hidden] {
	display: none;
}

.rank1-faz-page-success > p:not(.rank1-faz-eyebrow):not(.rank1-faz-reference) {
	max-width: 510px;
	margin: 16px auto 0;
	color: #687063;
	font-size: 14px;
	line-height: 1.6;
}

@media (max-width: 1050px) {
	.rank1-faz-request-methods {
		grid-template-columns: 1fr 1fr;
	}

	.rank1-faz-request-funnel__grid {
		grid-template-columns: minmax(230px, .48fr) minmax(500px, 1.52fr);
		gap: 36px;
	}
}

@media (max-width: 880px) {
	.rank1-faz-request-hero__grid,
	.rank1-faz-request-funnel__grid {
		grid-template-columns: 1fr;
	}

	.rank1-faz-request-hero__grid {
		padding-top: 58px;
	}

	.rank1-faz-request-hero__copy {
		max-width: 700px;
	}

	.rank1-faz-request-portrait {
		min-height: 430px;
	}

	.rank1-faz-request-portrait img {
		height: 430px;
	}

	.rank1-faz-request-funnel__aside {
		position: static;
		max-width: 690px;
	}
}

@media (max-width: 760px) {
	.rank1-faz-fab {
		bottom: calc(var(--faz-mobile-bottom) + var(--rank1-faz-safe-bottom));
		width: 58px;
		height: 58px;
		min-height: 58px;
		max-height: 58px;
		max-width: calc(100vw - 28px);
		padding: 5px;
		overflow: hidden;
		transition: width .28s ease, transform .22s ease, box-shadow .22s ease, opacity .2s ease;
	}

	.rank1-faz-contact--right .rank1-faz-fab { right: var(--faz-mobile-side); }
	.rank1-faz-contact--left .rank1-faz-fab { left: var(--faz-mobile-side); }

	.rank1-faz-fab__icon {
		width: 48px;
		height: 48px;
		flex-basis: 48px;
	}

	.rank1-faz-fab__copy {
		width: 225px;
		min-width: 225px;
		padding-right: 10px;
		opacity: 0;
		transition: opacity .16s ease .05s;
	}

	.rank1-faz-contact.is-teasing .rank1-faz-fab {
		width: min(300px, calc(100vw - 28px));
	}

	.rank1-faz-contact.is-teasing .rank1-faz-fab__copy {
		opacity: 1;
	}

	.rank1-faz-contact.is-mobile-stay .rank1-faz-fab {
		width: min(300px, calc(100vw - 28px));
	}

	.rank1-faz-contact.is-mobile-stay .rank1-faz-fab__copy {
		opacity: 1;
	}

	.rank1-faz-dialog {
		inset: 0;
		width: 100%;
		max-height: none;
		border: 0;
		border-radius: 0;
		transform: translateY(18px);
	}

	.rank1-faz-contact.is-modal-open .rank1-faz-dialog {
		transform: translateY(0);
	}

	.rank1-faz-close {
		top: calc(12px + env(safe-area-inset-top, 0px));
		right: 12px;
	}

	.rank1-faz-panel,
	.rank1-faz-panel[data-faz-panel="contact"].is-active {
		min-height: 100%;
		max-height: 100vh;
	}

	.rank1-faz-panel[data-faz-panel="contact"].is-active {
		display: block;
		overflow: auto;
	}

	.rank1-faz-hero {
		min-height: 285px;
	}

	.rank1-faz-hero img {
		height: 285px;
		min-height: 285px;
		object-position: 51% 42%;
	}

	.rank1-faz-hero__copy {
		right: 20px;
		bottom: 20px;
		left: 20px;
		padding-right: 24px;
	}

	.rank1-faz-hero__copy h4 {
		max-width: 360px;
		font-size: 29px;
	}

	.rank1-faz-hero__copy > p:last-child {
		display: none;
	}

	.rank1-faz-contact-body {
		min-height: calc(100vh - 285px);
		padding: 22px 17px calc(28px + env(safe-area-inset-bottom, 0px));
	}

	.rank1-faz-person {
		margin-right: 46px;
	}

	.rank1-faz-methods {
		grid-template-columns: 1fr;
	}

	.rank1-faz-method {
		min-height: 68px;
	}

	.rank1-faz-form-panel {
		padding: calc(66px + env(safe-area-inset-top, 0px)) 18px calc(30px + env(safe-area-inset-bottom, 0px));
	}

	.rank1-faz-form-header {
		margin-bottom: 23px;
		padding-right: 0;
	}

	.rank1-faz-form-header h4 {
		font-size: 29px;
	}

	.rank1-faz-fields,
	.rank1-faz-choice-grid,
	.rank1-faz-check-grid {
		grid-template-columns: 1fr;
	}

	.rank1-faz-choice__visual {
		min-height: 68px;
	}

	.rank1-faz-step-actions {
		position: sticky;
		z-index: 2;
		bottom: calc(-30px - env(safe-area-inset-bottom, 0px));
		margin-right: -18px;
		margin-left: -18px;
		padding: 14px 18px calc(14px + env(safe-area-inset-bottom, 0px));
		border-top: 1px solid rgba(218, 225, 213, .9);
		background: rgba(255, 255, 255, .94);
		backdrop-filter: blur(9px);
	}

	.rank1-faz-success {
		padding-top: calc(105px + env(safe-area-inset-top, 0px));
	}

	.rank1-faz-inline {
		grid-template-columns: 1fr;
		margin: 24px auto;
		border-radius: 20px;
	}

	.rank1-faz-inline__photo {
		min-height: 280px;
	}

	.rank1-faz-inline__content {
		padding: 30px 22px 34px;
	}

	.rank1-faz-request-shell {
		width: min(680px, calc(100% - 32px));
	}

	.rank1-faz-request-hero {
		min-height: 0;
	}

	.rank1-faz-request-hero__grid {
		min-height: 0;
		padding: 46px 0 90px;
		gap: 38px;
	}

	.rank1-faz-request-hero h1 {
		font-size: clamp(38px, 12vw, 53px);
	}

	.rank1-faz-request-lead {
		margin-top: 18px;
		font-size: 15px;
	}

	.rank1-faz-request-badges {
		grid-template-columns: 1fr;
		margin-top: 22px;
	}

	.rank1-faz-request-hero__actions {
		align-items: stretch;
		margin-top: 25px;
		flex-direction: column;
	}

	.rank1-faz-request-hero__actions .rank1-faz-primary,
	.rank1-faz-request-hero__actions .rank1-faz-secondary {
		width: 100%;
	}

	.rank1-faz-request-portrait,
	.rank1-faz-request-portrait img {
		height: 330px;
		min-height: 330px;
	}

	.rank1-faz-request-portrait {
		border-radius: 23px 6px 23px 6px;
	}

	.rank1-faz-request-portrait::before {
		top: -13px;
		right: -8px;
		width: 82px;
		height: 82px;
		border-width: 11px;
	}

	.rank1-faz-request-portrait__card {
		right: 13px;
		bottom: 13px;
		left: 13px;
	}

	.rank1-faz-request-quick {
		padding: 58px 0 63px;
	}

	.rank1-faz-request-section-heading {
		grid-template-columns: 1fr;
		margin-bottom: 24px;
		gap: 13px;
	}

	.rank1-faz-request-section-heading .rank1-faz-eyebrow {
		margin-bottom: -2px;
	}

	.rank1-faz-request-section-heading h4,
	.rank1-faz-request-funnel__aside h4 {
		font-size: 33px;
	}

	.rank1-faz-request-methods {
		grid-template-columns: 1fr;
	}

	.rank1-faz-request-methods > a,
	.rank1-faz-request-methods > button {
		min-height: 76px;
	}

	.rank1-faz-request-funnel {
		padding: 63px 0 72px;
		scroll-margin-top: 55px;
	}

	.rank1-faz-request-funnel__grid {
		gap: 27px;
	}

	.rank1-faz-request-funnel__aside {
		padding-top: 0;
	}

	.rank1-faz-request-trust {
		grid-template-columns: 1fr 1fr;
		gap: 9px 13px;
	}

	.rank1-faz-request-form-card {
		min-height: 520px;
		padding: 27px 18px 24px;
		border-radius: 21px;
	}

	.rank1-faz-project-form--page .rank1-faz-choice-grid {
		grid-template-columns: 1fr;
	}

	.rank1-faz-project-form--page .rank1-faz-step-actions {
		position: static;
		margin-right: 0;
		margin-left: 0;
		padding: 0;
		padding-top: 14px;
		border-top: 0;
		background: transparent;
		backdrop-filter: none;
	}

	.rank1-faz-page-success {
		min-height: 455px;
		padding: 22px 4px;
	}
}

@media (min-width: 761px) {
	.rank1-faz-contact.is-desktop-collapsed .rank1-faz-fab {
		width: auto;
		min-width: 66px;
		max-width: 66px !important;
		padding-right: 8px;
	}

	.rank1-faz-contact.is-desktop-collapsed .rank1-faz-fab__copy {
		display: flex;
		width: 0;
		max-width: 0;
		overflow: hidden;
		padding-left: 0;
		opacity: 0;
		visibility: hidden;
		transform: translateX(-7px);
		transition-delay: 0s;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rank1-faz-contact *,
	.rank1-faz-inline *,
	.rank1-faz-request-page * {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
