.renoskam-homepage {
	--renoskam-hp-accent: #f35405;
	--renoskam-hp-accent-hover: #c53007;
	--renoskam-hp-night: #0a1217;
	--renoskam-hp-shell: 1440px;
	--renoskam-hp-space-1: 8px;
	--renoskam-hp-space-2: 16px;
	--renoskam-hp-space-3: 24px;
	--renoskam-hp-space-4: 32px;
	--renoskam-hp-space-5: 48px;
	--renoskam-hp-space-6: 64px;
	background: #f4f3ef;
	color: #10171b;
}

.renoskam-homepage a,
.renoskam-homepage button {
	font: inherit;
}

.renoskam-homepage a {
	text-decoration: none;
}

.renoskam-homepage button {
	border: 0;
}

.renoskam-hp-shell {
	inline-size: min(calc(100% - 96px), var(--renoskam-hp-shell));
	margin-inline: auto;
}

.renoskam-hp-topbar {
	background: var(--renoskam-hp-accent);
	color: #1a130f;
	min-block-size: 37px;
}

.renoskam-hp-topbar__inner {
	align-items: center;
	display: flex;
	font-size: 12px;
	font-weight: 600;
	justify-content: space-between;
	letter-spacing: .045em;
	min-block-size: 37px;
	text-transform: uppercase;
}

.renoskam-hp-topbar__location {
	align-items: center;
	display: flex;
	gap: 8px;
}

.renoskam-hp-topbar__dot {
	background: #17120f;
	block-size: 6px;
	border-radius: 50%;
	display: inline-block;
	inline-size: 6px;
}

.renoskam-hp-hero-stage {
	background-color: #142027;
	background-image: var(--renoskam-hp-hero-image);
	background-position: center 48%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	min-block-size: 836px;
	overflow: hidden;
	position: relative;
}

.renoskam-hp-hero-stage::before {
	background: linear-gradient(90deg, rgba(5, 13, 17, .88) 0%, rgba(5, 13, 17, .7) 43%, rgba(5, 13, 17, .29) 73%, rgba(5, 13, 17, .42) 100%), linear-gradient(180deg, rgba(7, 14, 18, .24), rgba(7, 14, 18, .66));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.renoskam-homepage .renoskam-hp-hero__background-video {
	background: transparent;
	block-size: 100% !important;
	display: none;
	height: 100% !important;
	inset: 0 !important;
	inline-size: 100% !important;
	margin: 0 !important;
	max-block-size: none !important;
	max-inline-size: none !important;
	object-fit: cover;
	object-position: 50% center;
	padding: 0 !important;
	pointer-events: none;
	position: absolute !important;
	width: 100% !important;
	z-index: 0;
}

.renoskam-hp-nav {
	background: rgba(7, 16, 21, .24);
	border-block-end: 1px solid rgba(255, 255, 255, .24);
	position: relative;
	transition: background-color 440ms cubic-bezier(.22, 1, .36, 1), border-color 440ms ease, box-shadow 440ms ease, color 360ms ease, opacity 360ms ease, transform 500ms cubic-bezier(.22, 1, .36, 1), visibility 0s linear 0s;
	z-index: 20;
}

.renoskam-hp-nav.is-fixed {
	backdrop-filter: blur(16px) saturate(1.08);
	background: rgba(7, 19, 30, .94);
	border-block-end-color: rgba(255, 255, 255, .16);
	box-shadow: 0 14px 38px rgba(0, 0, 0, .2);
	color: #fff;
	inset-block-start: var(--wp-admin--admin-bar--height, 0px);
	inset-inline: 0;
	opacity: 0;
	position: fixed;
	transform: translateY(-110%);
	visibility: hidden;
	z-index: 9000;
}

.renoskam-hp-nav.is-fixed.is-visible {
	opacity: 1;
	transform: none;
	visibility: visible;
	will-change: auto;
}

.renoskam-hp-nav.is-fixed.is-preparing {
	transition: none !important;
	will-change: transform, opacity;
}

.renoskam-hp-nav.is-fixed.is-hidden {
	opacity: 0;
	pointer-events: none;
	transform: translateY(-110%);
	transition: background-color 440ms cubic-bezier(.22, 1, .36, 1), border-color 440ms ease, box-shadow 440ms ease, color 360ms ease, opacity 300ms ease, transform 440ms cubic-bezier(.4, 0, .2, 1), visibility 0s linear 440ms;
	visibility: hidden;
	will-change: transform, opacity;
}

.renoskam-hp-nav.is-flow-entering {
	animation: renoskam-hp-nav-flow-enter 380ms cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes renoskam-hp-nav-flow-enter {
	from {
		opacity: 0;
		transform: translateY(-18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.renoskam-hp-nav.is-fixed.is-theme-light {
	background: rgba(248, 249, 248, .95);
	border-block-end-color: rgba(17, 25, 29, .13);
	box-shadow: 0 14px 38px rgba(17, 25, 29, .13);
	color: #11191d;
}

.renoskam-hp-nav.is-fixed.is-theme-light .renoskam-hp-brand img {
	filter: brightness(0) saturate(100%);
}

.renoskam-hp-nav.is-fixed.is-theme-light .renoskam-hp-menu__link,
.renoskam-hp-nav.is-fixed.is-theme-light .renoskam-hp-menu__contact,
.renoskam-hp-nav.is-fixed.is-theme-light .renoskam-hp-menu-toggle {
	color: #11191d;
}

.renoskam-hp-nav.is-fixed.is-theme-light .renoskam-hp-menu__link:hover,
.renoskam-hp-nav.is-fixed.is-theme-light .renoskam-hp-menu__link:focus-visible,
.renoskam-hp-nav.is-fixed.is-theme-light .renoskam-hp-menu__contact:hover,
.renoskam-hp-nav.is-fixed.is-theme-light .renoskam-hp-menu__contact:focus-visible {
	color: #11191d;
}

.renoskam-hp-nav.is-fixed.is-theme-light :focus-visible {
	outline-color: #11191d;
}

.renoskam-homepage.renoskam-hp-nav-fixed .renoskam-hp-hero-stage {
	padding-block-start: var(--renoskam-hp-nav-height, 86px);
}

body.admin-bar .renoskam-hp-nav.is-fixed {
	inset-block-start: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .renoskam-hp-nav.is-fixed {
		inset-block-start: 46px;
	}
}

.renoskam-hp-nav__inner {
	align-items: stretch;
	display: flex;
	min-block-size: 86px;
}

.renoskam-hp-brand {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	inline-size: 190px;
	margin-inline-end: clamp(34px, 4vw, 74px);
}

.renoskam-hp-brand img {
	filter: brightness(0) invert(1);
	inline-size: 189px;
	transition: filter 440ms cubic-bezier(.22, 1, .36, 1);
}

.renoskam-hp-menu {
	align-items: stretch;
	display: flex;
	flex: 1 1 auto;
	justify-content: space-between;
	min-inline-size: 0;
}

.renoskam-hp-menu__primary,
.renoskam-hp-menu__actions {
	align-items: stretch;
	display: flex;
}

.renoskam-hp-menu__primary {
	gap: clamp(22px, 2.3vw, 42px);
	list-style: none;
}

.renoskam-hp-menu__item {
	display: flex;
	position: relative;
}

.renoskam-hp-menu__link,
.renoskam-hp-menu__contact {
	align-items: center;
	background: transparent;
	color: rgba(255, 255, 255, .92);
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	gap: 8px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: relative;
	transition: color 360ms ease;
	white-space: nowrap;
}

.renoskam-hp-menu__link::after,
.renoskam-hp-menu__contact::after {
	background: var(--renoskam-hp-accent);
	block-size: 2px;
	bottom: 22px;
	content: "";
	inline-size: 0;
	left: 0;
	position: absolute;
	transition: inline-size 180ms ease;
}

.renoskam-hp-menu__link:hover,
.renoskam-hp-menu__link:focus-visible,
.renoskam-hp-menu__contact:hover,
.renoskam-hp-menu__contact:focus-visible {
	color: #fff;
}

.renoskam-hp-menu__link:hover::after,
.renoskam-hp-menu__link:focus-visible::after,
.renoskam-hp-menu__contact:hover::after,
.renoskam-hp-menu__contact:focus-visible::after,
.renoskam-hp-menu__item.is-open > .renoskam-hp-menu__link::after {
	inline-size: 100%;
}

.renoskam-hp-chevron {
	block-size: 7px;
	border-block-end: 1.5px solid currentColor;
	border-inline-end: 1.5px solid currentColor;
	display: inline-block;
	inline-size: 7px;
	margin-block-start: -4px;
	transform: rotate(45deg);
	transition: transform 180ms ease, margin 180ms ease;
}

.renoskam-hp-menu__item.is-open .renoskam-hp-chevron {
	margin-block-start: 3px;
	transform: rotate(225deg);
}

.renoskam-hp-menu__actions {
	gap: clamp(20px, 2vw, 34px);
	margin-inline-start: 28px;
}

.renoskam-hp-button {
	align-items: center;
	background: var(--renoskam-hp-accent);
	color: #fff;
	display: inline-flex;
	font-weight: 600;
	gap: 28px;
	justify-content: space-between;
	transition: background-color 180ms ease, transform 180ms ease;
}

.renoskam-hp-button:hover,
.renoskam-hp-button:focus-visible {
	background: var(--renoskam-hp-accent-hover);
	color: #fff;
	transform: translateY(-2px);
}

.renoskam-hp-button--nav {
	font-size: 14px;
	margin-block: 13px;
	min-inline-size: 178px;
	padding: 0 20px;
}

.renoskam-hp-button--nav .renoskam-icon,
.renoskam-hp-button--hero .renoskam-icon {
	block-size: 18px;
	flex: 0 0 18px;
	inline-size: 18px;
	transition: transform 180ms ease;
}

.renoskam-hp-button--hero .renoskam-icon {
	block-size: 20px;
	flex-basis: 20px;
	inline-size: 20px;
}

.renoskam-hp-button--nav:hover .renoskam-icon,
.renoskam-hp-button--nav:focus-visible .renoskam-icon,
.renoskam-hp-button--hero:hover .renoskam-icon,
.renoskam-hp-button--hero:focus-visible .renoskam-icon {
	transform: translate(3px, -2px);
}

.renoskam-hp-submenu {
	background: #fff;
	box-shadow: 0 24px 64px rgba(0, 0, 0, .22);
	color: #11191d;
	display: grid;
	gap: 0;
	inline-size: 286px;
	left: -22px;
	opacity: 0;
	padding: 20px;
	pointer-events: none;
	position: absolute;
	top: calc(100% - 1px);
	transform: translateY(10px);
	transition: opacity 170ms ease, transform 170ms ease, visibility 170ms;
	visibility: hidden;
	z-index: 30;
}

.renoskam-hp-submenu--compact {
	inline-size: 270px;
}

.renoskam-hp-menu__item.is-open .renoskam-hp-submenu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.renoskam-hp-submenu__eyebrow {
	color: #778087;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .12em;
	padding: 3px 10px 12px;
	text-transform: uppercase;
}

.renoskam-hp-submenu a {
	align-items: center;
	border-block-start: 1px solid #e7e9e8;
	color: #11191d;
	display: grid;
	font-size: 14px;
	gap: 12px;
	grid-template-columns: 25px 1fr;
	padding: 13px 10px;
	transition: background-color 160ms ease, padding 160ms ease;
}

.renoskam-hp-submenu a:hover,
.renoskam-hp-submenu a:focus-visible {
	background: #f3f4f1;
	padding-inline-start: 14px;
}

.renoskam-hp-submenu a span {
	color: var(--renoskam-hp-accent);
	font-size: 10px;
	font-weight: 700;
}

.renoskam-hp-submenu a strong {
	font-weight: 600;
}

.renoskam-hp-menu-toggle {
	display: none;
}

.renoskam-hp-hero {
	min-block-size: 750px;
	position: relative;
}

.renoskam-hp-hero__inner {
	align-items: end;
	display: grid;
	gap: clamp(40px, 7vw, 120px);
	grid-template-columns: minmax(0, 1fr) 385px;
	min-block-size: 750px;
	padding-block: 118px 86px;
	position: relative;
	z-index: 2;
}

.renoskam-hp-hero__copy {
	max-inline-size: 920px;
}

.renoskam-homepage .renoskam-hp-kicker {
	align-items: center;
	color: rgba(255, 255, 255, .74);
	display: flex;
	font-size: 12px;
	font-weight: 600;
	gap: 13px;
	letter-spacing: .14em;
	margin-block-end: 30px;
	text-transform: uppercase;
}

.renoskam-hp-kicker::before {
	background: var(--renoskam-hp-accent);
	block-size: 2px;
	content: "";
	inline-size: 34px;
}

.renoskam-hp-hero h1 {
	color: #fff;
	font-size: clamp(58px, 5.7vw, 92px);
	font-weight: 500;
	letter-spacing: -.052em;
	line-height: .96;
	max-inline-size: 1000px;
}

.renoskam-hp-hero h1 span {
	color: var(--renoskam-hp-accent);
}

.renoskam-homepage .renoskam-hp-hero__lead {
	color: rgba(255, 255, 255, .77);
	font-size: clamp(16px, 1.25vw, 19px);
	line-height: 1.5;
	margin-block-start: 46px;
	max-inline-size: 720px;
}

.renoskam-homepage .renoskam-hp-hero__project-link {
	align-items: center;
	border-block-end: 1px solid rgba(255, 255, 255, .42);
	color: #fff;
	display: inline-flex;
	font-size: 17px;
	font-weight: 600;
	gap: 20px;
	margin-block-start: 40px;
	padding-block: 10px 13px;
	transition: border-color 160ms ease, gap 160ms ease;
}

.renoskam-hp-hero__project-link .renoskam-icon {
	block-size: 18px;
	flex: 0 0 18px;
	inline-size: 18px;
	transition: transform 160ms ease;
}

.renoskam-hp-hero__project-link:hover,
.renoskam-hp-hero__project-link:focus-visible {
	border-color: var(--renoskam-hp-accent);
	color: #fff;
	gap: 27px;
}

.renoskam-hp-hero__project-link:hover .renoskam-icon,
.renoskam-hp-hero__project-link:focus-visible .renoskam-icon {
	transform: translateX(4px);
}

.renoskam-hp-hero__conversion {
	align-self: end;
	background: rgba(6, 15, 19, .47);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, .18);
	padding: 27px;
}

.renoskam-hp-proof {
	align-items: center;
	display: flex;
	gap: 18px;
	margin-block-end: var(--renoskam-hp-space-3);
}

.renoskam-hp-proof__avatars {
	display: flex;
	padding-inline-start: 10px;
}

.renoskam-hp-proof__avatars img {
	block-size: 46px;
	border: 2px solid #fff;
	border-radius: 50%;
	inline-size: 46px;
	margin-inline-start: -10px;
	object-fit: cover;
}

.renoskam-hp-proof p {
	display: grid;
	gap: 2px;
}

.renoskam-hp-proof strong {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.renoskam-hp-proof p span {
	color: rgba(255, 255, 255, .64);
	font-size: 12px;
}

.renoskam-homepage .renoskam-hp-button--hero {
	font-size: 17px;
	inline-size: 100%;
	min-block-size: 62px;
	padding: 0 22px;
}

.renoskam-hp-hero__grid {
	background-image: linear-gradient(rgba(255, 255, 255, .075) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .075) 1px, transparent 1px);
	background-size: 70px 70px;
	block-size: 141px;
	bottom: 0;
	inline-size: 48%;
	mask-image: linear-gradient(90deg, transparent, #000 35%, #000);
	opacity: .7;
	position: absolute;
	right: 0;
}

.renoskam-hp-trust {
	background: #f5f6f6;
	border-block-end: 1px solid #dce0e1;
	color: #10171b;
}

.renoskam-hp-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.renoskam-hp-trust__item {
	align-items: center;
	border-inline-end: 1px solid #dce0e1;
	display: grid;
	gap: clamp(18px, 1.6vw, 26px);
	grid-template-columns: 54px minmax(0, 1fr);
	min-block-size: 178px;
	padding: 30px clamp(22px, 2.25vw, 36px);
}

.renoskam-hp-trust__item:first-child {
	border-inline-start: 1px solid #dce0e1;
}

.renoskam-hp-trust__icon {
	align-items: center;
	background: transparent;
	block-size: 54px;
	border: 1px solid #d7dcde;
	color: var(--renoskam-hp-accent);
	display: flex;
	inline-size: 54px;
	justify-content: center;
}

.renoskam-hp-trust__icon .renoskam-icon {
	block-size: 25px;
	inline-size: 25px;
}

.renoskam-hp-trust__item p {
	display: grid;
	gap: 5px;
	min-inline-size: 0;
}

.renoskam-hp-trust__item strong {
	font-size: clamp(25px, 2vw, 32px);
	font-weight: 650;
	letter-spacing: -.035em;
	line-height: 1;
}

.renoskam-hp-trust__item p span {
	color: #20282d;
	font-size: clamp(14px, 1.05vw, 16px);
	font-weight: 600;
	line-height: 1.25;
	margin-block-start: 2px;
}

.renoskam-hp-trust__item p small {
	color: #687177;
	font-size: clamp(12px, .86vw, 13px);
	line-height: 1.35;
	min-block-size: 2.7em;
}

@media (min-width: 781px) {
	.renoskam-homepage .renoskam-hp-hero__background-video {
		display: block;
	}
}

@media (prefers-reduced-motion: reduce) {
	.renoskam-homepage .renoskam-hp-hero__background-video {
		display: none !important;
	}
}

.renoskam-homepage :focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.renoskam-homepage .renoskam-hp-submenu :focus-visible,
.renoskam-hp-trust :focus-visible {
	outline-color: var(--renoskam-hp-accent);
}

.renoskam-hp-section {
	padding-block: 128px;
}

.renoskam-hp-section-heading {
	margin-block-end: 68px;
}

.renoskam-hp-section-heading--split {
	align-items: end;
	display: grid;
	gap: clamp(52px, 9vw, 150px);
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
}

.renoskam-homepage .renoskam-hp-section-kicker {
	align-items: center;
	color: #5f686d;
	display: flex;
	font-size: 12px;
	font-weight: 600;
	gap: 10px;
	letter-spacing: .13em;
	margin-block-end: 27px;
	text-transform: uppercase;
}

.renoskam-hp-section-kicker > span:not(.renoskam-eyebrow__mark) {
	align-items: center;
	background: var(--renoskam-hp-accent);
	block-size: 17px;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 10px;
	inline-size: 17px;
	justify-content: center;
	letter-spacing: 0;
}

.renoskam-hp-section-heading h2 {
	color: #11181c;
	font-size: clamp(48px, 4.7vw, 72px);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: 1.01;
	max-inline-size: 900px;
}

.renoskam-hp-section-heading h2 span {
	color: var(--renoskam-hp-accent);
}

.renoskam-homepage .renoskam-hp-section-heading--split > p,
.renoskam-homepage .renoskam-hp-section-heading--center > p:last-child {
	color: #626c71;
	font-size: 17px;
	line-height: 1.58;
}

.renoskam-homepage .renoskam-hp-section-heading--split > p {
	padding-block-end: 7px;
}

.renoskam-hp-section-heading--center {
	margin-inline: auto;
	max-inline-size: 850px;
	text-align: center;
}

.renoskam-hp-section-heading--center .renoskam-hp-section-kicker {
	justify-content: center;
}

.renoskam-hp-section-heading--center h2 {
	margin-inline: auto;
}

.renoskam-homepage .renoskam-hp-section-heading--center > p:last-child {
	margin-block-start: var(--renoskam-hp-space-3);
	margin-inline: auto;
	max-inline-size: 700px;
}

.renoskam-hp-services {
	background: #fff;
	overflow: hidden;
	position: relative;
}

.renoskam-hp-services > .renoskam-hp-shell {
	position: relative;
	z-index: 1;
}

.renoskam-hp-services__decor {
	display: none;
}

.renoskam-hp-services .renoskam-hp-section-heading h2 {
	text-wrap: balance;
}

.renoskam-hp-services__frame {
	background: #f5f4f0;
	border: 1px solid #dadbd7;
	padding: 24px;
}

.renoskam-hp-services__featured {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.renoskam-hp-service-feature {
	background: #fff;
	border: 1px solid #dadbd7;
	color: #11181c;
	display: block;
	min-inline-size: 0;
}

.renoskam-hp-service-feature + .renoskam-hp-service-feature {
	border-inline-start: 0;
}

.renoskam-hp-service-feature__media {
	block-size: 350px;
	overflow: hidden;
	position: relative;
}

.renoskam-hp-service-feature__media::after {
	background: var(--renoskam-hp-accent);
	clip-path: polygon(38% 0, 100% 0, 100% 100%, 0 100%);
	content: "";
	inline-size: 118px;
	inset-block: 0;
	opacity: .88;
	position: absolute;
	right: -46px;
	transform: skewX(-8deg);
	transition: inline-size 260ms ease, opacity 260ms ease;
}

.renoskam-hp-service-feature__media img {
	block-size: 100%;
	filter: grayscale(.72) contrast(1.05);
	inline-size: 100%;
	object-fit: cover;
	transition: filter 320ms ease, transform 520ms cubic-bezier(.22, 1, .36, 1);
}

.renoskam-hp-service-feature:first-child .renoskam-hp-service-feature__media img {
	object-position: center 57%;
}

.renoskam-hp-service-feature__media > span {
	align-items: center;
	background: rgba(8, 17, 22, .88);
	block-size: 46px;
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	inline-size: 46px;
	justify-content: center;
	left: 20px;
	letter-spacing: .08em;
	position: absolute;
	top: 20px;
	z-index: 2;
}

.renoskam-hp-service-feature__copy {
	display: grid;
	gap: 8px 24px;
	grid-template-columns: 1fr auto;
	padding: 27px 30px 29px;
}

.renoskam-homepage .renoskam-hp-service-feature__copy > p {
	color: #6e777c;
	font-size: 12px;
	grid-column: 1 / -1;
	letter-spacing: .03em;
}

.renoskam-hp-service-feature__copy h3 {
	font-size: 29px;
	font-weight: 600;
	letter-spacing: -.02em;
}

.renoskam-hp-service-feature__arrow {
	align-items: center;
	block-size: 42px;
	border: 1px solid #d5d8d6;
	color: var(--renoskam-hp-accent);
	display: flex;
	font-size: 16px;
	inline-size: 42px;
	justify-content: center;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.renoskam-hp-service-feature__arrow .renoskam-icon {
	block-size: 22px;
	flex-basis: 22px;
	inline-size: 22px;
	transition: transform 180ms ease;
}

.renoskam-hp-service-feature:hover,
.renoskam-hp-service-feature:focus-visible {
	color: #11181c;
}

.renoskam-hp-service-feature:hover .renoskam-hp-service-feature__media img,
.renoskam-hp-service-feature:focus-visible .renoskam-hp-service-feature__media img {
	filter: grayscale(0) contrast(1);
	transform: scale(1.035);
}

.renoskam-hp-service-feature:hover .renoskam-hp-service-feature__media::after,
.renoskam-hp-service-feature:focus-visible .renoskam-hp-service-feature__media::after {
	inline-size: 142px;
	opacity: 1;
}

.renoskam-hp-service-feature:hover .renoskam-hp-service-feature__arrow,
.renoskam-hp-service-feature:focus-visible .renoskam-hp-service-feature__arrow {
	background: var(--renoskam-hp-accent);
	border-color: var(--renoskam-hp-accent);
	color: #fff;
}

.renoskam-hp-service-feature:hover .renoskam-hp-service-feature__arrow .renoskam-icon,
.renoskam-hp-service-feature:focus-visible .renoskam-hp-service-feature__arrow .renoskam-icon {
	transform: translateX(3px);
}

.renoskam-hp-services__details {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.renoskam-hp-service-detail {
	background: #fff;
	border-block-end: 1px solid #dadbd7;
	border-inline-end: 1px solid #dadbd7;
	color: #11181c;
	display: grid;
	min-block-size: 255px;
	padding: 29px 25px 27px;
	position: relative;
	transition: background-color 200ms ease, color 200ms ease;
}

.renoskam-hp-service-detail:first-child {
	border-inline-start: 1px solid #dadbd7;
}

.renoskam-hp-service-detail__icon {
	align-items: center;
	background: #f5f4f0;
	block-size: 50px;
	border: 1px solid #d9dcd9;
	color: #11181c;
	display: flex;
	inline-size: 50px;
	justify-content: center;
	margin-block-end: 36px;
	transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
}

.renoskam-hp-service-detail__number {
	color: var(--renoskam-hp-accent);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .08em;
	position: absolute;
	right: 24px;
	top: 31px;
}

.renoskam-hp-service-detail h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	margin-block-end: 12px;
}

.renoskam-homepage .renoskam-hp-service-detail p {
	color: #697278;
	font-size: 13px;
	line-height: 1.5;
}

.renoskam-hp-service-detail:hover,
.renoskam-hp-service-detail:focus-visible {
	background: #11191d;
	color: #fff;
}

.renoskam-hp-service-detail:hover .renoskam-hp-service-detail__icon,
.renoskam-hp-service-detail:focus-visible .renoskam-hp-service-detail__icon {
	background: var(--renoskam-hp-accent);
	border-color: var(--renoskam-hp-accent);
	color: #fff;
}

.renoskam-hp-service-detail:hover p,
.renoskam-hp-service-detail:focus-visible p {
	color: rgba(255, 255, 255, .68);
}

@media (min-width: 1101px) {
	.renoskam-hp-services__decor {
		--renoskam-hp-services-shell-edge: max(48px, calc((100% - 1344px) / 2));
		display: block;
		inset: 0;
		pointer-events: none;
		position: absolute;
		z-index: 0;
	}

	.renoskam-hp-services__decor i {
		border: 1px solid rgba(37, 37, 39, .13);
		position: absolute;
	}

	.renoskam-hp-services__decor i.is-accent {
		border-color: rgba(243, 84, 5, .19);
	}

	.renoskam-hp-services__decor i.is-filled {
		background: rgba(37, 37, 39, .055);
		border: 0;
	}

	.renoskam-hp-services__decor i.is-filled.is-accent {
		background: rgba(243, 84, 5, .065);
	}

	.renoskam-hp-services__decor i:nth-child(1) {
		block-size: 184px;
		inline-size: 184px;
		left: var(--renoskam-hp-services-shell-edge);
		top: 18%;
		transform: translateX(-68%) rotate(9deg);
	}

	.renoskam-hp-services__decor i:nth-child(2) {
		block-size: 94px;
		inline-size: 94px;
		right: var(--renoskam-hp-services-shell-edge);
		top: 12%;
		transform: translateX(58%) rotate(-11deg);
	}

	.renoskam-hp-services__decor i:nth-child(3) {
		block-size: 42px;
		inline-size: 42px;
		left: 28%;
		top: 0;
		transform: translateY(-46%) rotate(14deg);
	}

	.renoskam-hp-services__decor i:nth-child(4) {
		block-size: 52px;
		inline-size: 52px;
		right: 22%;
		top: 0;
		transform: translateY(-50%) rotate(-8deg);
	}

	.renoskam-hp-services__decor i:nth-child(5) {
		block-size: 76px;
		inline-size: 76px;
		left: var(--renoskam-hp-services-shell-edge);
		top: 54%;
		transform: translateX(-46%) rotate(-13deg);
	}

	.renoskam-hp-services__decor i:nth-child(6) {
		block-size: 44px;
		inline-size: 44px;
		left: var(--renoskam-hp-services-shell-edge);
		top: 73%;
		transform: translateX(42%) rotate(12deg);
	}

	.renoskam-hp-services__decor i:nth-child(7) {
		block-size: 158px;
		inline-size: 158px;
		right: var(--renoskam-hp-services-shell-edge);
		top: 48%;
		transform: translateX(64%) rotate(7deg);
	}

	.renoskam-hp-services__decor i:nth-child(8) {
		block-size: 66px;
		inline-size: 66px;
		right: var(--renoskam-hp-services-shell-edge);
		top: 71%;
		transform: translateX(-34%) rotate(-12deg);
	}

	.renoskam-hp-services__decor i:nth-child(9) {
		block-size: 112px;
		bottom: 4%;
		inline-size: 112px;
		left: 7%;
		transform: rotate(-7deg);
	}

	.renoskam-hp-services__decor i:nth-child(10) {
		block-size: 136px;
		bottom: -54px;
		inline-size: 136px;
		right: 31%;
		transform: rotate(11deg);
	}

	.renoskam-hp-services__decor i:nth-child(11) {
		block-size: 38px;
		bottom: 12%;
		inline-size: 38px;
		right: 8%;
		transform: rotate(16deg);
	}

	.renoskam-hp-services__decor i:nth-child(12) {
		block-size: 82px;
		bottom: -28px;
		inline-size: 82px;
		left: 32%;
		transform: rotate(-10deg);
	}
}

.renoskam-hp-results {
	background: #0a1318;
	color: #fff;
}

.renoskam-hp-section-heading--light h2 {
	color: #fff;
}

.renoskam-homepage .renoskam-hp-section-heading--light .renoskam-hp-section-kicker,
.renoskam-homepage .renoskam-hp-section-heading--light > p {
	color: rgba(255, 255, 255, .66);
}

.renoskam-hp-results__stage {
	border: 1px solid rgba(255, 255, 255, .2);
	padding: 20px;
}

.renoskam-hp-results__tabs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-block-end: 20px;
}

.renoskam-hp-results__tabs button {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .2);
	color: rgba(255, 255, 255, .66);
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	min-block-size: 56px;
	padding: 12px 18px;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.renoskam-hp-results__tabs button + button {
	border-inline-start: 0;
}

.renoskam-hp-results__tabs button[aria-selected="true"] {
	background: var(--renoskam-hp-accent);
	border-color: var(--renoskam-hp-accent);
	color: #fff;
}

.renoskam-hp-compare {
	--renoskam-hp-compare-position: 50%;
	aspect-ratio: 16 / 10;
	background: #1c262c;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.renoskam-hp-compare[hidden] {
	display: none !important;
}

.renoskam-hp-compare__image {
	inset: 0;
	overflow: hidden;
	position: absolute;
}

.renoskam-hp-compare__image::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	filter: blur(22px) saturate(.78);
	inset: -34px;
	opacity: .64;
	position: absolute;
	transform: scale(1.05);
	z-index: 0;
}

[data-renoskam-hp-result-panel="red"] .renoskam-hp-compare__image--after::before {
	background-image: linear-gradient(rgba(7, 15, 19, .28), rgba(7, 15, 19, .28)), url("../images/project-red-house-after.jpg");
}

[data-renoskam-hp-result-panel="red"] .renoskam-hp-compare__image--before::before {
	background-image: linear-gradient(rgba(7, 15, 19, .28), rgba(7, 15, 19, .28)), url("../images/project-red-house-before.jpg");
}

[data-renoskam-hp-result-panel="house"] .renoskam-hp-compare__image--after::before {
	background-image: linear-gradient(rgba(7, 15, 19, .28), rgba(7, 15, 19, .28)), url("../images/project-pool-house-after.jpg");
}

[data-renoskam-hp-result-panel="house"] .renoskam-hp-compare__image--before::before {
	background-image: linear-gradient(rgba(7, 15, 19, .28), rgba(7, 15, 19, .28)), url("../images/project-pool-house-before.jpg");
}

[data-renoskam-hp-result-panel="facade"] .renoskam-hp-compare__image--after::before {
	background-image: linear-gradient(rgba(7, 15, 19, .28), rgba(7, 15, 19, .28)), url("../images/homepage-facade-after.jpg");
}

[data-renoskam-hp-result-panel="facade"] .renoskam-hp-compare__image--before::before {
	background-image: linear-gradient(rgba(7, 15, 19, .28), rgba(7, 15, 19, .28)), url("../images/homepage-facade-before.jpg");
}

.renoskam-hp-compare__image img {
	block-size: 100%;
	display: block;
	inline-size: 100%;
	object-fit: contain;
	pointer-events: none;
	position: relative;
	user-select: none;
	z-index: 1;
}

.renoskam-hp-compare__image--before {
	clip-path: inset(0 calc(100% - var(--renoskam-hp-compare-position)) 0 0);
	z-index: 1;
}

.renoskam-hp-compare__image > span {
	background: rgba(7, 15, 19, .86);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .09em;
	padding: 9px 12px;
	position: absolute;
	top: 18px;
	text-transform: uppercase;
	z-index: 2;
}

.renoskam-hp-compare__image--before > span {
	left: 18px;
}

.renoskam-hp-compare__image--after > span {
	right: 18px;
}

.renoskam-hp-compare__range {
	appearance: none !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	cursor: ew-resize;
	height: 100% !important;
	inset: 0 !important;
	margin: 0 !important;
	max-height: none !important;
	max-width: none !important;
	opacity: 0;
	padding: 0 !important;
	position: absolute !important;
	touch-action: pan-y;
	width: 100% !important;
	z-index: 5;
}

.renoskam-hp-compare__range::-webkit-slider-thumb {
	appearance: none;
	block-size: 54px;
	inline-size: 54px;
}

.renoskam-hp-compare__range::-moz-range-thumb {
	block-size: 54px;
	border: 0;
	inline-size: 54px;
}

.renoskam-hp-compare__divider {
	background: #fff;
	block-size: 100%;
	inline-size: 2px;
	left: var(--renoskam-hp-compare-position);
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	z-index: 3;
}

.renoskam-hp-compare__divider > span {
	align-items: center;
	background: var(--renoskam-hp-accent);
	block-size: 54px;
	border: 3px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: flex;
	inline-size: 54px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.renoskam-hp-compare__range:focus-visible + .renoskam-hp-compare__divider > span {
	box-shadow: 0 0 0 4px rgba(243, 84, 5, .35);
}

.renoskam-hp-compare figcaption {
	align-items: center;
	background: rgba(7, 15, 19, .9);
	bottom: 0;
	display: flex;
	gap: 8px 22px;
	left: 0;
	padding: 15px 20px;
	position: absolute;
	z-index: 4;
}

.renoskam-hp-compare figcaption strong {
	font-size: 14px;
	font-weight: 600;
}

.renoskam-hp-compare figcaption span {
	color: rgba(255, 255, 255, .64);
	font-size: 12px;
}

.renoskam-hp-projects {
	background: #f1f2f2;
	border-block-start: 1px solid #dfe2e2;
	overflow: hidden;
	padding-inline: 0;
}

.renoskam-hp-projects__heading {
	align-items: end;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1040px) auto;
	justify-content: space-between;
	margin-block-end: 48px;
}

.renoskam-hp-projects__heading > div:first-child {
	display: grid;
	gap: 28px;
}

.renoskam-homepage .renoskam-hp-projects__heading .renoskam-hp-section-kicker {
	margin-block-end: 0;
}

.renoskam-homepage .renoskam-hp-projects__heading h2 {
	font-size: clamp(48px, 5vw, 76px);
	font-weight: 400;
	letter-spacing: -.055em;
	line-height: .98;
}

.renoskam-hp-projects__heading h2 span {
	color: var(--renoskam-hp-accent);
	display: inline;
}

.renoskam-hp-projects__controls {
	display: flex;
	gap: 12px;
	justify-content: flex-end;
}

.renoskam-hp-projects__controls button {
	align-items: center;
	background: #fff;
	block-size: 52px;
	border: 1px solid #d5d8d5;
	color: #111a1f;
	cursor: pointer;
	display: flex;
	inline-size: 52px;
	justify-content: center;
	padding: 0;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.renoskam-hp-projects__controls button:not(:disabled):hover,
.renoskam-hp-projects__controls button:not(:disabled):focus-visible {
	background: #fff2eb;
	border-color: rgba(243, 84, 5, .58);
	color: var(--renoskam-hp-accent-hover);
	transform: translateY(-1px);
}

.renoskam-hp-projects__controls button:disabled {
	background: #e8e9e6;
	color: #697278;
	cursor: default;
	opacity: .42;
}

.renoskam-hp-projects__controls button:focus-visible,
.renoskam-hp-projects__viewport:focus-visible {
	outline: 3px solid rgba(243, 84, 5, .32);
	outline-offset: 3px;
}

.renoskam-hp-projects__controls svg {
	block-size: 20px;
	inline-size: 20px;
}

.renoskam-hp-projects__viewport {
	inline-size: 100%;
	min-inline-size: 0;
	overflow: hidden;
	overscroll-behavior-inline: contain;
	padding-block-end: 58px;
	touch-action: pan-y;
}

.renoskam-hp-projects__track {
	display: flex;
	gap: 24px;
	padding-inline: max(48px, calc((100% - var(--renoskam-hp-shell)) / 2)) clamp(112px, calc((100vw - var(--renoskam-hp-shell)) / 2 + 104px), 240px);
	transform: none;
	transition: transform 680ms cubic-bezier(.22, 1, .36, 1);
}

.renoskam-hp-project-card {
	background: #fff;
	box-shadow: 0 16px 44px rgba(37, 37, 39, .12);
	display: flex;
	flex: 0 0 clamp(420px, 38vw, 540px);
	flex-direction: column;
	min-inline-size: 0;
}

.renoskam-hp-project-card__link {
	color: inherit;
	display: flex;
	flex: 1;
	flex-direction: column;
	min-inline-size: 0;
	text-decoration: none;
}

.renoskam-hp-project-card__link:focus-visible {
	outline: 3px solid rgba(243, 84, 5, .42);
	outline-offset: -3px;
}

.renoskam-hp-project-card__media {
	aspect-ratio: 5.88 / 3.45;
	background: #e9eae7;
	color: #fff;
	cursor: pointer;
	display: block;
	inline-size: 100%;
	overflow: hidden;
	position: relative;
}

.renoskam-hp-project-card__media img {
	-webkit-user-drag: none;
	block-size: 100%;
	display: block;
	inline-size: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 640ms cubic-bezier(.22, 1, .36, 1);
}

.renoskam-hp-project-card:nth-child(2) .renoskam-hp-project-card__media img {
	object-position: center 45%;
}

.renoskam-hp-project-card__media > span {
	align-items: center;
	background: rgba(7, 16, 22, .82);
	block-size: 50px;
	border: 1px solid rgba(255, 255, 255, .46);
	color: #fff;
	display: flex;
	inline-size: 50px;
	justify-content: center;
	opacity: 0;
	position: absolute;
	right: 22px;
	top: 22px;
	transform: translateY(7px);
	transition: background-color 180ms ease, opacity 220ms ease, transform 220ms ease;
}

.renoskam-hp-project-card__media > span svg {
	block-size: 20px;
	inline-size: 20px;
}

.renoskam-hp-project-card__link:hover .renoskam-hp-project-card__media img,
.renoskam-hp-project-card__link:focus-visible .renoskam-hp-project-card__media img {
	transform: scale(1.045);
}

.renoskam-hp-project-card__link:hover .renoskam-hp-project-card__media > span,
.renoskam-hp-project-card__link:focus-visible .renoskam-hp-project-card__media > span {
	opacity: 1;
	transform: none;
}

.renoskam-hp-project-card__link:hover .renoskam-hp-project-card__media > span {
	background: var(--renoskam-hp-accent);
}

.renoskam-hp-project-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 18px;
	min-block-size: 254px;
	padding: 25px 26px 26px;
}

.renoskam-hp-project-card__copy {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 14px;
}

.renoskam-homepage .renoskam-hp-project-card__meta {
	display: flex;
	gap: 22px;
}

.renoskam-hp-project-card__meta span {
	align-items: center;
	color: #252527;
	display: flex;
	font-size: 12px;
	font-weight: 600;
	gap: 7px;
	line-height: 1.5;
	white-space: nowrap;
}

.renoskam-hp-project-card__meta svg {
	block-size: 16px;
	color: var(--renoskam-hp-accent);
	inline-size: 16px;
	stroke-width: 2.35;
}

.renoskam-hp-project-card__text {
	display: block;
}

.renoskam-hp-project-card__text strong {
	display: block;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -.02em;
	line-height: 1.28;
}

.renoskam-hp-project-card__text > span {
	color: #59595f;
	display: block;
	font-size: 14px;
	line-height: 1.65;
	margin-block-start: 8px;
}

.renoskam-hp-project-card__divider {
	background: #e3e5e2;
	block-size: 1px;
	flex: 0 0 1px;
	inline-size: 100%;
}

.renoskam-hp-project-card__actions {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
}

.renoskam-hp-project-card__button {
	align-items: center;
	background: #111a1f;
	block-size: 48px;
	box-sizing: border-box;
	color: #fff !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 650;
	gap: 10px;
	justify-content: center;
	line-height: 1.2;
	min-inline-size: 154px;
	padding: 0 22px !important;
	text-align: center;
	white-space: nowrap;
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.renoskam-hp-project-card__button svg {
	block-size: 17px;
	flex: 0 0 17px;
	inline-size: 17px;
	transition: transform 180ms ease;
}

.renoskam-hp-project-card__link:hover .renoskam-hp-project-card__button,
.renoskam-hp-project-card__link:focus-visible .renoskam-hp-project-card__button {
	background: var(--renoskam-hp-accent-hover);
	box-shadow: 0 7px 18px rgba(5, 11, 20, .16);
	color: #fff !important;
	transform: translateY(-1px);
}

.renoskam-hp-project-card__link:hover .renoskam-hp-project-card__button svg,
.renoskam-hp-project-card__link:focus-visible .renoskam-hp-project-card__button svg {
	transform: translateX(2px);
}

.renoskam-hp-project-card__actions > span:not(.renoskam-hp-project-card__button) {
	align-items: center;
	color: #252527;
	display: flex;
	font-size: 11px;
	font-weight: 600;
	gap: 7px;
	white-space: nowrap;
}

.renoskam-hp-project-card__actions > span:not(.renoskam-hp-project-card__button) svg {
	block-size: 16px;
	inline-size: 16px;
}

.renoskam-hp-projects__footer {
	align-items: center;
	color: #687278;
	display: flex;
	font-size: 13px;
	font-weight: 600;
	justify-content: space-between;
	margin-block-start: -18px;
}

.renoskam-hp-projects__load-more {
	display: none;
}

.renoskam-hp-projects__footer a {
	align-items: center;
	color: #111a1f;
	display: flex;
	gap: 10px;
	transition: color 180ms ease;
}

.renoskam-hp-projects__footer a span {
	color: var(--renoskam-hp-accent);
	font-size: 17px;
}

.renoskam-hp-projects__footer a:hover,
.renoskam-hp-projects__footer a:focus-visible {
	color: var(--renoskam-hp-accent-hover);
}

body.renoskam-has-homepage .renoskam-realization-lightbox__backdrop {
	animation: renoskam-hp-lightbox-backdrop-in 220ms ease both;
}

@media (min-width: 768px) {
	.renoskam-hp-projects__viewport,
	.renoskam-hp-project-card__link,
	.renoskam-hp-project-card__media {
		cursor: grab;
	}

	.renoskam-hp-projects__viewport.is-dragging,
	.renoskam-hp-projects__viewport.is-dragging .renoskam-hp-project-card__link,
	.renoskam-hp-projects__viewport.is-dragging .renoskam-hp-project-card__media {
		cursor: grabbing;
	}

	.renoskam-hp-projects__viewport.is-dragging * {
	user-select: none;
}
}

body.renoskam-has-homepage .renoskam-realization-lightbox__dialog {
	animation: renoskam-hp-lightbox-dialog-in 300ms cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes renoskam-hp-lightbox-backdrop-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes renoskam-hp-lightbox-dialog-in {
	from {
		opacity: 0;
		transform: translateY(18px) scale(.975);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 940px) {
	.renoskam-hp-projects__heading {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.renoskam-hp-projects__controls {
		justify-content: flex-start;
	}

	.renoskam-hp-project-card {
		flex-basis: clamp(380px, 58vw, 500px);
	}
}

@media (max-width: 767px) {
	.renoskam-hp-projects__heading {
		display: flex;
		flex-direction: column;
		margin-block-end: 44px;
		text-align: center;
	}

	.renoskam-hp-projects__heading > div:first-child {
		inline-size: 100%;
	}

	.renoskam-homepage .renoskam-hp-projects__heading .renoskam-hp-section-kicker {
		justify-content: center;
	}

	.renoskam-homepage .renoskam-hp-projects__heading h2 {
		font-size: clamp(40px, 10.5vw, 50px);
	}

	.renoskam-hp-projects__controls {
		display: none;
	}

	.renoskam-hp-projects__viewport {
		overflow: visible;
		padding-block-end: 0;
	}

	.renoskam-hp-projects__track {
		display: grid;
		gap: 24px;
		grid-template-columns: 1fr;
		padding-inline: max(20px, calc((100% - var(--renoskam-hp-shell)) / 2));
		transform: none !important;
		transition: none;
	}

	.renoskam-hp-project-card {
		flex-basis: auto;
	}

	.renoskam-hp-project-card[aria-hidden="true"] {
		display: none;
	}

	.renoskam-hp-project-card__body {
		min-block-size: 0;
	}

	.renoskam-hp-projects__footer {
		display: grid;
		gap: 20px;
		grid-template-columns: 1fr;
		justify-items: center;
		margin-block-start: 38px;
	}

	.renoskam-hp-projects__footer p {
		display: block;
		text-align: center;
	}

	.renoskam-hp-projects__load-more {
		align-items: center;
		background: #fff;
		block-size: 54px;
		border: 1px solid #d5d8d5;
		color: #111a1f;
		display: inline-flex;
		font-size: 15px;
		font-weight: 650;
		gap: 12px;
		inline-size: min(100%, 380px);
		justify-content: center;
		padding-inline: 24px;
		transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
	}

	.renoskam-hp-projects__load-more[hidden] {
		display: none;
	}

	.renoskam-hp-projects__load-more svg {
		block-size: 18px;
		color: var(--renoskam-hp-accent);
		inline-size: 18px;
		transition: transform 180ms ease;
	}

	.renoskam-hp-projects__load-more:hover,
	.renoskam-hp-projects__load-more:focus-visible {
		background: #fff2eb;
		border-color: rgba(243, 84, 5, .58);
		color: var(--renoskam-hp-accent-hover);
		transform: translateY(-1px);
	}

	.renoskam-hp-projects__load-more:hover svg,
	.renoskam-hp-projects__load-more:focus-visible svg {
		transform: translateY(2px);
	}
}

@media (max-width: 440px) {
	.renoskam-hp-project-card__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.renoskam-hp-project-card__button {
		inline-size: 100%;
	}
}

.renoskam-hp-button--section {
	font-size: 14px;
	min-block-size: 62px;
	min-inline-size: 268px;
	padding: 0 22px;
}

/* How It Works 03: a clear, low-friction project path. */
.renoskam-hp-process {
	background: #07131e;
	color: #fff;
	isolation: isolate;
	overflow: hidden;
	position: relative;
}

.renoskam-hp-process::before {
	background:
		linear-gradient(90deg, rgba(7, 19, 30, .78) 0%, rgba(7, 19, 30, .9) 56%, rgba(7, 19, 30, .96) 100%),
		url("../images/fd-industrial-1000-work.jpg") center 48% / cover no-repeat;
	content: "";
	inset: 0;
	opacity: .48;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.renoskam-hp-process > .renoskam-hp-shell {
	position: relative;
	z-index: 1;
}

.renoskam-homepage .renoskam-hp-process .renoskam-hp-section-kicker {
	color: rgba(255, 255, 255, .82);
}

.renoskam-homepage .renoskam-hp-process .renoskam-hp-section-heading h2 {
	color: #fff;
}

.renoskam-homepage .renoskam-hp-process .renoskam-hp-section-heading > p:last-child {
	color: rgba(255, 255, 255, .72);
}

.renoskam-hp-process__grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.renoskam-hp-process-card {
	background: rgba(255, 255, 255, .045);
	border: 1px solid rgba(255, 255, 255, .16);
	min-inline-size: 0;
	padding: 28px;
	transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.renoskam-homepage .renoskam-hp-process-card:hover {
	background: #0d1c28;
	border-color: rgba(255, 255, 255, .24);
	box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
	transform: translateY(-4px);
}

.renoskam-hp-process-card__media {
	aspect-ratio: 1.38 / 1;
	border: 1px solid rgba(243, 84, 5, .78);
	overflow: hidden;
	position: relative;
}

.renoskam-hp-process-card__media::after {
	background: linear-gradient(180deg, transparent 58%, rgba(4, 13, 18, .3));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.renoskam-hp-process-card__media img {
	block-size: 100%;
	display: block;
	inline-size: 100%;
	object-fit: cover;
	transition: filter 380ms ease, transform 500ms cubic-bezier(.22, 1, .36, 1);
}

.renoskam-hp-process-card:first-child .renoskam-hp-process-card__media img {
	object-position: center 62%;
}

.renoskam-hp-process-card:nth-child(2) .renoskam-hp-process-card__media img {
	object-position: center 57%;
}

.renoskam-hp-process-card:hover .renoskam-hp-process-card__media img {
	filter: saturate(1.06);
	transform: scale(1.035);
}

.renoskam-hp-process-card__media > span {
	align-items: center;
	background: var(--renoskam-hp-accent);
	block-size: 58px;
	color: #fff;
	display: flex;
	font-family: inherit;
	font-size: 25px;
	font-weight: 600;
	inline-size: 58px;
	justify-content: center;
	left: -1px;
	position: absolute;
	top: -1px;
	z-index: 2;
}

.renoskam-hp-process-card__media > span::after {
	border: 1px solid rgba(255, 255, 255, .48);
	content: "";
	inset: 5px;
	pointer-events: none;
	position: absolute;
}

.renoskam-hp-process-card__body {
	padding-block-start: 30px;
}

.renoskam-homepage .renoskam-hp-process-card h3 {
	color: #fff;
	font-size: clamp(22px, 1.8vw, 29px);
	font-weight: 500;
	letter-spacing: -.035em;
	line-height: 1.1;
}

.renoskam-homepage .renoskam-hp-process-card p {
	color: rgba(255, 255, 255, .72);
	font-size: 15px;
	line-height: 1.62;
	margin-block-start: 14px;
}

.renoskam-homepage .renoskam-hp-process-card p::before {
	color: var(--renoskam-hp-accent);
	content: "\2013\00a0";
}

/* Content 05: the operating principle and human proof behind the work. */
.renoskam-hp-story {
	background: #fff;
	isolation: isolate;
	overflow: hidden;
	position: relative;
}

.renoskam-hp-story > .renoskam-hp-shell {
	position: relative;
	z-index: 1;
}

.renoskam-hp-story__decor {
	display: none;
}

.renoskam-hp-story__grid {
	align-items: stretch;
	display: grid;
	gap: clamp(60px, 8vw, 132px);
	grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
}

.renoskam-hp-story__content {
	align-items: flex-start;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	gap: 56px;
	justify-content: space-between;
}

.renoskam-hp-story__intro {
	display: flex;
	flex-direction: column;
	gap: 24px;
	inline-size: 100%;
}

.renoskam-homepage .renoskam-hp-story__intro .renoskam-hp-section-kicker {
	margin-block-end: 0;
}

.renoskam-homepage .renoskam-hp-story__content h2 {
	font-size: clamp(52px, 4.8vw, 76px);
	font-weight: 400;
	letter-spacing: -.058em;
	line-height: .98;
	margin-block-start: 0;
}

.renoskam-hp-story__content h2 span {
	color: var(--renoskam-hp-accent);
	display: inline;
}

.renoskam-hp-story__content h2 strong {
	color: inherit;
	font-weight: inherit;
	position: relative;
}

.renoskam-homepage .renoskam-hp-story__lead {
	color: #5f696e;
	font-size: 18px;
	line-height: 1.64;
	margin-block-start: 0;
	max-inline-size: 610px;
}

.renoskam-hp-story__quote {
	background: #f5f5f6;
	border: 1px solid #d9dcdb;
	box-shadow: 0 18px 54px rgba(37, 37, 39, .08);
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0;
	max-inline-size: 520px;
	min-block-size: 0;
	padding: 34px 36px;
	position: relative;
}

.renoskam-hp-story__quote::before {
	color: var(--renoskam-hp-accent);
	content: "“";
	font-family: inherit;
	font-size: 64px;
	line-height: .7;
	position: absolute;
	left: 36px;
	top: 40px;
}

.renoskam-hp-story__review-viewport {
	display: grid;
	flex: 1;
	min-block-size: 0;
}

.renoskam-hp-story__review {
	display: flex;
	flex-direction: column;
	grid-area: 1 / 1;
	justify-content: flex-start;
	min-inline-size: 0;
}

.renoskam-hp-story__review[hidden] {
	display: none;
}

.renoskam-hp-story__review.is-leaving {
	animation: renoskam-hp-story-review-out 180ms ease both;
}

.renoskam-hp-story__review.is-entering {
	animation: renoskam-hp-story-review-in 360ms cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes renoskam-hp-story-review-out {
	to {
		opacity: 0;
		transform: translateY(-8px);
	}
}

@keyframes renoskam-hp-story-review-in {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.renoskam-hp-story__quote blockquote {
	color: #222b30;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.55;
	margin: 0;
	padding-block-start: 0;
	padding-inline-start: 48px;
}

.renoskam-hp-story__review footer {
	align-items: center;
	display: flex;
	gap: 14px;
	margin-block-start: 22px;
	padding-inline-start: 48px;
}

.renoskam-hp-story__review footer img {
	block-size: 48px;
	border: 3px solid #eef0ef;
	border-radius: 50%;
	inline-size: 48px;
	object-fit: cover;
}

.renoskam-hp-story__review footer span {
	display: grid;
	gap: 4px;
}

.renoskam-hp-story__review footer strong {
	font-size: 14px;
	font-weight: 650;
}

.renoskam-hp-story__review footer small {
	color: #70797e;
	font-size: 12px;
}

.renoskam-hp-story__review-dots {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: center;
}

.renoskam-hp-story__review-dots button {
	background: #c8cdcf;
	border: 0;
	border-radius: 50%;
	block-size: 9px;
	cursor: pointer;
	inline-size: 9px;
	margin: 0;
	padding: 0;
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.renoskam-hp-story__review-dots button:hover {
	background: #8d969a;
	transform: scale(1.12);
}

.renoskam-hp-story__review-dots button.is-active {
	background: var(--renoskam-hp-accent);
	box-shadow: 0 0 0 4px rgba(255, 90, 31, .14);
	transform: scale(1.08);
}

.renoskam-hp-story__review-dots button:focus-visible {
	box-shadow: 0 0 0 4px rgba(255, 90, 31, .22);
	outline: 2px solid #1f292e;
	outline-offset: 4px;
}

.renoskam-hp-story__media {
	min-block-size: 710px;
	overflow: hidden;
	position: relative;
}

.renoskam-hp-story__media > img {
	block-size: 100%;
	display: block;
	inline-size: 100%;
	object-fit: cover;
	object-position: 56% center;
}

.renoskam-hp-story__media::after {
	background: linear-gradient(180deg, transparent 65%, rgba(5, 14, 20, .8));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.renoskam-hp-story__media figcaption {
	bottom: 34px;
	color: #fff;
	display: grid;
	gap: 4px;
	left: 36px;
	position: absolute;
	z-index: 2;
}

.renoskam-hp-story__media figcaption strong {
	font-size: 20px;
	font-weight: 600;
}

.renoskam-hp-story__media figcaption span {
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
}

.renoskam-hp-story__squares {
	display: grid;
	grid-template-columns: repeat(3, 58px);
	position: absolute;
	z-index: 3;
}

.renoskam-hp-story__squares--top {
	left: 0;
	top: 0;
}

.renoskam-hp-story__squares--bottom {
	bottom: 0;
	right: 0;
	transform: rotate(180deg);
}

.renoskam-hp-story__squares i {
	background: rgba(255, 255, 255, .08);
	block-size: 58px;
	border: 1px solid rgba(255, 255, 255, .55);
	position: relative;
}

.renoskam-hp-story__squares i::after {
	background: #fff;
	block-size: 12px;
	content: "";
	inline-size: 12px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.renoskam-hp-story__squares i:first-child::after {
	background: var(--renoskam-hp-accent);
}

.renoskam-hp-story__squares i:nth-child(2)::after {
	background: #0b151b;
}

@media (min-width: 1101px) {
	.renoskam-hp-story__decor {
		--renoskam-hp-story-shell-edge: max(48px, calc((100% - 1344px) / 2));
		display: block;
		inset: 0;
		pointer-events: none;
		position: absolute;
		z-index: 0;
	}

	.renoskam-hp-story__decor i {
		border: 1px solid rgba(37, 37, 39, .16);
		position: absolute;
	}

	.renoskam-hp-story__decor i.is-accent {
		border-color: rgba(243, 84, 5, .24);
	}

	.renoskam-hp-story__decor i.is-filled {
		background: rgba(37, 37, 39, .075);
		border: 0;
	}

	.renoskam-hp-story__decor i.is-filled.is-accent {
		background: rgba(243, 84, 5, .09);
	}

	.renoskam-hp-story__decor i:nth-child(1) {
		block-size: 176px;
		inline-size: 176px;
		left: var(--renoskam-hp-story-shell-edge);
		top: 56%;
		transform: translate(-58%, -50%) rotate(9deg);
	}

	.renoskam-hp-story__decor i:nth-child(2) {
		block-size: 48px;
		inline-size: 48px;
		left: 2.5%;
		top: 7%;
		transform: rotate(-12deg);
	}

	.renoskam-hp-story__decor i:nth-child(3) {
		block-size: 84px;
		inline-size: 84px;
		left: 1.2%;
		top: 45%;
		transform: rotate(14deg);
	}

	.renoskam-hp-story__decor i:nth-child(4) {
		block-size: 126px;
		bottom: 9%;
		inline-size: 126px;
		left: var(--renoskam-hp-story-shell-edge);
		transform: translateX(-62%) rotate(-8deg);
	}

	.renoskam-hp-story__decor i:nth-child(5) {
		block-size: 58px;
		bottom: -16px;
		inline-size: 58px;
		left: 13%;
		transform: rotate(17deg);
	}

	.renoskam-hp-story__decor i:nth-child(6) {
		block-size: 42px;
		inline-size: 42px;
		left: 38%;
		top: 0;
		transform: translateY(-52%) rotate(-11deg);
	}

	.renoskam-hp-story__decor i:nth-child(7) {
		block-size: 74px;
		inline-size: 74px;
		left: 51%;
		top: 0;
		transform: translateY(-56%) rotate(8deg);
	}

	.renoskam-hp-story__decor i:nth-child(8) {
		block-size: 112px;
		inline-size: 112px;
		right: var(--renoskam-hp-story-shell-edge);
		top: 8%;
		transform: translateX(58%) rotate(12deg);
	}

	.renoskam-hp-story__decor i:nth-child(9) {
		block-size: 58px;
		inline-size: 58px;
		right: 2.5%;
		top: 31%;
		transform: rotate(-14deg);
	}

	.renoskam-hp-story__decor i:nth-child(10) {
		block-size: 188px;
		inline-size: 188px;
		right: var(--renoskam-hp-story-shell-edge);
		top: 53%;
		transform: translate(62%, -50%) rotate(-7deg);
	}

	.renoskam-hp-story__decor i:nth-child(11) {
		block-size: 46px;
		inline-size: 46px;
		right: 3.5%;
		top: 73%;
		transform: rotate(16deg);
	}

	.renoskam-hp-story__decor i:nth-child(12) {
		block-size: 78px;
		bottom: 7%;
		inline-size: 78px;
		right: var(--renoskam-hp-story-shell-edge);
		transform: translateX(54%) rotate(11deg);
	}

	.renoskam-hp-story__decor i:nth-child(13) {
		block-size: 232px;
		bottom: -104px;
		inline-size: 232px;
		right: -96px;
		transform: rotate(-9deg);
	}

	.renoskam-hp-story__decor i:nth-child(14) {
		block-size: 104px;
		inline-size: 104px;
		left: var(--renoskam-hp-story-shell-edge);
		top: 70%;
		transform: translate(-52%, -50%) rotate(13deg);
	}

	.renoskam-hp-story__decor i:nth-child(15) {
		block-size: 88px;
		bottom: -32px;
		inline-size: 88px;
		left: 25%;
		transform: rotate(-12deg);
	}

	.renoskam-hp-story__decor i:nth-child(16) {
		block-size: 34px;
		bottom: -7px;
		inline-size: 34px;
		left: 43%;
		transform: rotate(18deg);
	}

	.renoskam-hp-story__decor i:nth-child(17) {
		block-size: 96px;
		bottom: -36px;
		inline-size: 96px;
		right: 29%;
		transform: rotate(8deg);
	}

	.renoskam-hp-story__decor i:nth-child(18) {
		block-size: 42px;
		inline-size: 42px;
		right: 18%;
		top: 0;
		transform: translateY(-48%) rotate(-16deg);
	}

	.renoskam-hp-story__decor i:nth-child(19) {
		block-size: 148px;
		inline-size: 148px;
		left: calc(50% - 132px);
		top: 61%;
		transform: translateY(-50%) rotate(7deg);
	}

	.renoskam-hp-story__decor i:nth-child(20) {
		block-size: 44px;
		bottom: 18%;
		inline-size: 44px;
		left: calc(50% - 64px);
		transform: rotate(-15deg);
	}

	.renoskam-hp-story__decor i.is-outer {
		display: none;
	}

	.renoskam-hp-story__decor i:nth-child(21) {
		block-size: 118px;
		inline-size: 118px;
		left: calc(50% - 900px);
		top: 32%;
		transform: rotate(-10deg);
	}

	.renoskam-hp-story__decor i:nth-child(22) {
		block-size: 72px;
		inline-size: 72px;
		right: calc(50% - 880px);
		top: 40%;
		transform: rotate(12deg);
	}
}

@media (min-width: 1560px) {
	.renoskam-hp-story__decor i.is-outer {
		display: block;
	}
}

/* Testimonial 09: rating context plus one focused customer voice at a time. */
.renoskam-hp-reviews {
	background: #f1f2f2;
}

.renoskam-hp-reviews__layout {
	display: grid;
	gap: clamp(52px, 7vw, 112px);
	grid-template-columns: minmax(340px, 470px) minmax(0, 1fr);
	outline: 0;
}

.renoskam-hp-reviews__layout:focus-visible {
	box-shadow: 0 0 0 3px rgba(243, 84, 5, .24);
}

.renoskam-hp-reviews__summary {
	align-items: center;
	background: #fff;
	box-shadow: 0 2px 0 rgba(11, 21, 27, .08);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-block-size: 430px;
	padding: 46px;
	text-align: center;
}

.renoskam-homepage .renoskam-hp-google-word {
	font-size: 54px;
	font-weight: 650;
	letter-spacing: -.07em;
	line-height: 1;
}

.renoskam-hp-google-word span:nth-child(1),
.renoskam-hp-google-word span:nth-child(4) {
	color: #4285f4;
}

.renoskam-hp-google-word span:nth-child(2),
.renoskam-hp-google-word span:nth-child(6) {
	color: #ea4335;
}

.renoskam-hp-google-word span:nth-child(3) {
	color: #fbbc05;
}

.renoskam-hp-google-word span:nth-child(5) {
	color: #34a853;
}

.renoskam-hp-reviews__score {
	align-items: center;
	display: flex;
	gap: 15px;
	margin-block-start: 34px;
}

.renoskam-hp-reviews__score strong {
	font-size: 28px;
	font-weight: 650;
}

.renoskam-hp-stars {
	color: var(--renoskam-hp-accent);
	font-size: 24px;
	letter-spacing: .08em;
	line-height: 1;
}

.renoskam-hp-reviews__summary > p:nth-of-type(3) {
	color: #667176;
	font-size: 15px;
	margin-block-start: 15px;
}

.renoskam-hp-reviews__avatars {
	display: flex;
	margin-block-start: 29px;
	padding-inline-start: 10px;
}

.renoskam-hp-reviews__avatars img {
	block-size: 42px;
	border: 3px solid #fff;
	border-radius: 50%;
	inline-size: 42px;
	margin-inline-start: -10px;
	object-fit: cover;
}

.renoskam-hp-reviews__summary > a {
	align-items: center;
	color: #121b20;
	display: flex;
	font-size: 13px;
	font-weight: 650;
	gap: 10px;
	margin-block-start: 28px;
	padding-block: 8px;
}

.renoskam-hp-reviews__summary > a span {
	color: var(--renoskam-hp-accent);
	font-size: 18px;
}

.renoskam-hp-reviews__summary > a:hover,
.renoskam-hp-reviews__summary > a:focus-visible {
	color: var(--renoskam-hp-accent-hover);
}

.renoskam-hp-reviews__stage {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-block-size: 430px;
	padding-block: 28px 12px;
}

.renoskam-hp-review[hidden] {
	display: none;
}

.renoskam-hp-review.is-active {
	animation: renoskam-hp-review-in 420ms cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes renoskam-hp-review-in {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.renoskam-hp-review blockquote {
	font-size: clamp(24px, 2.15vw, 35px);
	font-weight: 400;
	letter-spacing: -.035em;
	line-height: 1.38;
	margin-block-start: 34px;
	max-inline-size: 820px;
}

.renoskam-hp-review footer {
	align-items: center;
	display: flex;
	gap: 15px;
	margin-block-start: 40px;
}

.renoskam-hp-review footer img {
	block-size: 48px;
	border: 3px solid #fff;
	border-radius: 50%;
	inline-size: 48px;
	object-fit: cover;
}

.renoskam-hp-review footer p {
	display: grid;
	gap: 4px;
}

.renoskam-hp-review footer strong {
	font-size: 14px;
	font-weight: 650;
}

.renoskam-hp-review footer span {
	color: #6b757a;
	font-size: 12px;
}

.renoskam-hp-reviews__footer {
	align-items: center;
	border-block-start: 1px solid #d0d4d3;
	display: flex;
	justify-content: space-between;
	margin-block-start: 42px;
	padding-block-start: 22px;
}

.renoskam-homepage .renoskam-hp-reviews__status {
	color: #687278;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.renoskam-hp-reviews__controls {
	display: flex;
	gap: 10px;
}

.renoskam-hp-reviews__controls button {
	align-items: center;
	background: transparent;
	block-size: 50px;
	border: 1px solid #bdc3c2;
	color: #111a1f;
	cursor: pointer;
	display: flex;
	inline-size: 50px;
	justify-content: center;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.renoskam-hp-reviews__controls button svg {
	block-size: 19px;
	inline-size: 19px;
}

.renoskam-hp-reviews__controls button:hover,
.renoskam-hp-reviews__controls button:focus-visible {
	background: var(--renoskam-hp-accent);
	border-color: var(--renoskam-hp-accent);
	color: #fff;
}

/* FAQ 03: a dark, object-led decision-support block with one focused answer at a time. */
.renoskam-hp-faq {
	background: #07131e;
	color: #fff;
	isolation: isolate;
	overflow: hidden;
	position: relative;
}

.renoskam-hp-faq::before {
	background:
		linear-gradient(90deg, rgba(7, 19, 30, .72) 0%, rgba(7, 19, 30, .9) 58%, rgba(7, 19, 30, .96) 100%),
		url("../images/fd-bremen-overview.jpg") center 44% / cover no-repeat;
	content: "";
	inset: 0;
	opacity: .42;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.renoskam-hp-faq > .renoskam-hp-shell {
	position: relative;
	z-index: 1;
}

.renoskam-hp-faq__panel {
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	background: rgba(255, 255, 255, .045);
	border: 1px solid rgba(255, 255, 255, .16);
	box-shadow: 0 28px 80px rgba(0, 0, 0, .2);
	display: grid;
	gap: clamp(60px, 8vw, 132px);
	grid-template-columns: minmax(300px, .78fr) minmax(460px, 1.22fr);
	padding: clamp(54px, 6vw, 96px);
}

.renoskam-hp-faq__intro {
	align-self: start;
	position: sticky;
	top: calc(var(--renoskam-hp-nav-height, 86px) + 32px);
}

.renoskam-homepage .renoskam-hp-faq .renoskam-hp-section-kicker {
	color: rgba(255, 255, 255, .82);
}

.renoskam-homepage .renoskam-hp-faq__intro h2 {
	color: #fff;
	font-size: clamp(46px, 4.6vw, 72px);
	font-weight: 400;
	letter-spacing: -.055em;
	line-height: .98;
	margin-block-start: 30px;
}

.renoskam-hp-faq__intro h2 span {
	color: var(--renoskam-hp-accent);
	display: inline;
}

.renoskam-homepage .renoskam-hp-faq__intro > p:last-of-type {
	color: rgba(255, 255, 255, .72);
	font-size: 17px;
	line-height: 1.72;
	margin-block-start: 32px;
	max-inline-size: 520px;
}

.renoskam-hp-faq__intro .renoskam-hp-button {
	margin-block-start: 38px;
}

.renoskam-hp-faq__list {
	border-block-start: 1px solid rgba(255, 255, 255, .18);
}

.renoskam-hp-faq__item {
	border-block-end: 1px solid rgba(255, 255, 255, .18);
}

.renoskam-homepage .renoskam-hp-faq__item h3 {
	font-size: inherit;
	font-weight: 400;
	margin: 0;
}

.renoskam-hp-faq__item button {
	appearance: none;
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: clamp(18px, 1.4vw, 23px);
	font-weight: 500;
	gap: 28px;
	inline-size: 100%;
	justify-content: space-between;
	letter-spacing: -.025em;
	line-height: 1.35;
	min-block-size: 92px;
	outline: 0 !important;
	padding: 25px clamp(18px, 1.7vw, 28px);
	text-align: left;
	transform: none !important;
	transition: background-color 180ms ease, color 180ms ease;
}

.renoskam-hp-faq__item button i {
	align-items: center;
	background: rgba(255, 255, 255, .055);
	block-size: 42px;
	border: 0;
	border-radius: 0;
	display: flex;
	flex: 0 0 auto;
	inline-size: 42px;
	justify-content: center;
	padding: 4px;
	position: relative;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 220ms ease;
}

.renoskam-hp-faq__item button i::before {
	background: rgba(7, 19, 30, .82);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2);
	content: "";
	inset: 4px;
	position: absolute;
}

.renoskam-hp-faq__item button i svg {
	block-size: 16px;
	color: rgba(255, 255, 255, .9);
	inline-size: 16px;
	position: relative;
	z-index: 1;
}

.renoskam-hp-faq__item button:hover,
.renoskam-hp-faq__item button:focus,
.renoskam-hp-faq__item button:focus-visible,
.renoskam-hp-faq__item.is-open button {
	background: rgba(255, 255, 255, .035) !important;
	color: var(--renoskam-hp-accent);
}

.renoskam-hp-faq__item button:hover i,
.renoskam-hp-faq__item button:focus i,
.renoskam-hp-faq__item button:focus-visible i,
.renoskam-hp-faq__item.is-open button i {
	background: rgba(255, 255, 255, .055);
	color: var(--renoskam-hp-accent);
}

.renoskam-hp-faq__item button:hover i::before,
.renoskam-hp-faq__item button:focus i::before,
.renoskam-hp-faq__item button:focus-visible i::before,
.renoskam-hp-faq__item.is-open button i::before {
	box-shadow: inset 0 0 0 1px var(--renoskam-hp-accent);
}

.renoskam-hp-faq__item button:hover i svg,
.renoskam-hp-faq__item button:focus i svg,
.renoskam-hp-faq__item button:focus-visible i svg,
.renoskam-hp-faq__item.is-open button i svg {
	color: var(--renoskam-hp-accent);
}

.renoskam-hp-faq__item.is-open button i {
	transform: rotate(180deg);
}

.renoskam-hp-faq__answer[hidden] {
	display: none;
}

.renoskam-hp-faq__answer {
	animation: renoskam-hp-faq-in 240ms ease both;
	padding: 0 72px 30px clamp(18px, 1.7vw, 28px);
}

.renoskam-homepage .renoskam-hp-faq__answer p {
	color: rgba(255, 255, 255, .68);
	font-size: 16px;
	line-height: 1.72;
	max-inline-size: 670px;
}

@keyframes renoskam-hp-faq-in {
	from {
		opacity: 0;
		transform: translateY(-5px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* CTA 02: strong closing conversion stage with local project imagery and CF7. */
.renoskam-hp-contact {
	background: var(--renoskam-hp-night);
	color: #fff;
	overflow: hidden;
	padding-block: clamp(112px, 9vw, 156px) clamp(120px, 10vw, 172px);
	position: relative;
	scroll-margin-top: calc(var(--renoskam-hp-nav-height, 86px) + 24px);
}

.renoskam-hp-contact:focus {
	outline: 0;
}

.renoskam-hp-contact__inner {
	position: relative;
	z-index: 3;
}

.renoskam-hp-contact__glow {
	background: var(--renoskam-hp-accent);
	block-size: 360px;
	filter: blur(120px);
	inline-size: 360px;
	left: 50%;
	opacity: .13;
	position: absolute;
	top: 220px;
	transform: translateX(-50%);
}

.renoskam-hp-contact__side-media {
	bottom: 56px;
	inline-size: min(29vw, 470px);
	margin: 0;
	opacity: .42;
	position: absolute;
	z-index: 1;
}

.renoskam-hp-contact__side-media::after {
	background: linear-gradient(180deg, var(--renoskam-hp-night) 0%, transparent 35%, transparent 68%, var(--renoskam-hp-night) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.renoskam-hp-contact__side-media img {
	block-size: clamp(370px, 37vw, 560px);
	display: block;
	inline-size: 100%;
	object-fit: cover;
}

.renoskam-hp-contact__side-media--left {
	left: -3vw;
	transform: rotate(-4deg);
}

.renoskam-hp-contact__side-media--right {
	right: -3vw;
	transform: rotate(4deg);
}

.renoskam-hp-contact__heading {
	margin-inline: auto;
	max-inline-size: 900px;
	text-align: center;
}

.renoskam-homepage .renoskam-hp-contact__heading .renoskam-hp-section-kicker {
	color: #fff;
	justify-content: center;
}

.renoskam-homepage .renoskam-hp-contact__heading h2 {
	font-size: clamp(52px, 5.7vw, 86px);
	font-weight: 400;
	letter-spacing: -.058em;
	line-height: .98;
	margin-block-start: 30px;
}

.renoskam-hp-contact__heading h2 span {
	color: var(--renoskam-hp-accent);
	display: inline;
}

.renoskam-homepage .renoskam-hp-contact__heading > p:last-child {
	color: #b9c0c3;
	font-size: 17px;
	line-height: 1.7;
	margin: 34px auto 0;
	max-inline-size: 690px;
}

.renoskam-hp-contact__support {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 54px auto 0;
	max-inline-size: 850px;
}

.renoskam-hp-contact__support article {
	align-items: center;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .16);
	display: flex;
	gap: 16px;
	min-block-size: 94px;
	padding: 18px 20px;
}

.renoskam-hp-contact__support article > span {
	align-items: center;
	background: var(--renoskam-hp-accent);
	block-size: 44px;
	display: flex;
	flex: 0 0 auto;
	inline-size: 44px;
	justify-content: center;
}

.renoskam-hp-contact__support svg {
	block-size: 20px;
	inline-size: 20px;
}

.renoskam-hp-contact__support p {
	display: grid;
	gap: 5px;
}

.renoskam-hp-contact__support strong {
	font-size: 14px;
	font-weight: 650;
}

.renoskam-hp-contact__support small {
	color: #b9c0c3;
	font-size: 12px;
	line-height: 1.45;
}

.renoskam-hp-contact__form-shell {
	background: #fff;
	box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
	color: #111a1f;
	margin: 16px auto 0;
	max-inline-size: 850px;
	padding: clamp(30px, 4vw, 58px);
}

.renoskam-hp-contact-form,
.renoskam-hp-contact__form-shell .renoskam-contact-form--cf7,
.renoskam-hp-contact__form-shell .wpcf7-form {
	display: grid;
	gap: 24px;
}

.renoskam-hp-contact-form__row {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.renoskam-hp-contact-form > label,
.renoskam-hp-contact-form__row label,
.renoskam-hp-contact__form-shell .wpcf7-form label {
	display: grid;
	font-size: 13px;
	font-weight: 650;
	gap: 9px;
	line-height: 1.4;
}

.renoskam-hp-contact-form label small {
	color: #7a8387;
	font-weight: 400;
}

.renoskam-hp-contact-form input:not([type="checkbox"]),
.renoskam-hp-contact-form textarea,
.renoskam-hp-contact__form-shell .wpcf7-form input:not([type="checkbox"]):not([type="submit"]),
.renoskam-hp-contact__form-shell .wpcf7-form textarea,
.renoskam-hp-contact__form-shell .wpcf7-form select {
	background: #f5f5f2;
	border: 1px solid #d9ddda;
	border-radius: 0;
	box-sizing: border-box;
	color: #111a1f;
	font: inherit;
	inline-size: 100%;
	min-block-size: 56px;
	outline: 0;
	padding: 14px 16px;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.renoskam-hp-contact-form textarea,
.renoskam-hp-contact__form-shell .wpcf7-form textarea {
	min-block-size: 138px;
	resize: vertical;
}

.renoskam-hp-contact-form input:not([type="checkbox"]):focus,
.renoskam-hp-contact-form textarea:focus,
.renoskam-hp-contact__form-shell .wpcf7-form input:not([type="checkbox"]):not([type="submit"]):focus,
.renoskam-hp-contact__form-shell .wpcf7-form textarea:focus,
.renoskam-hp-contact__form-shell .wpcf7-form select:focus {
	background: #fff;
	border-color: var(--renoskam-hp-accent);
	box-shadow: 0 0 0 3px rgba(243, 84, 5, .12);
}

.renoskam-hp-contact-form__consent {
	align-items: start;
	display: grid !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	gap: 11px !important;
	grid-template-columns: 20px 1fr;
	line-height: 1.55 !important;
}

.renoskam-hp-contact-form__consent input {
	accent-color: var(--renoskam-hp-accent);
	block-size: 18px;
	inline-size: 18px;
	margin-block-start: 1px;
}

.renoskam-hp-contact-form__consent a {
	color: var(--renoskam-hp-accent-hover);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.renoskam-homepage .renoskam-hp-contact-form__submit,
.renoskam-hp-contact__form-shell .wpcf7-submit {
	align-items: center;
	background: var(--renoskam-hp-accent);
	border: 0;
	border-radius: 0;
	color: #17110e;
	cursor: pointer;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 14px;
	inline-size: 100%;
	justify-content: center;
	letter-spacing: .03em;
	min-block-size: 62px;
	padding: 16px 24px;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.renoskam-homepage .renoskam-hp-contact-form__submit svg {
	block-size: 18px;
	inline-size: 18px;
}

.renoskam-homepage .renoskam-hp-contact-form__submit:hover,
.renoskam-homepage .renoskam-hp-contact-form__submit:focus-visible,
.renoskam-hp-contact__form-shell .wpcf7-submit:hover,
.renoskam-hp-contact__form-shell .wpcf7-submit:focus-visible {
	background: var(--renoskam-hp-accent-hover);
	color: #fff;
	transform: translateY(-1px);
}

.renoskam-homepage .renoskam-hp-contact-form__status {
	color: #235d39;
	display: none;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}

.renoskam-homepage .renoskam-hp-contact-form__status.is-visible {
	display: block;
}

.renoskam-homepage .renoskam-hp-contact-form__assurance,
.renoskam-hp-contact__form-shell .renoskam-contact-form__assurance {
	align-items: center;
	color: #6b757a;
	display: flex;
	font-size: 12px;
	gap: 8px;
	justify-content: center;
	line-height: 1.45;
	text-align: center;
}

.renoskam-homepage .renoskam-hp-contact-form__assurance svg,
.renoskam-hp-contact__form-shell .renoskam-contact-form__assurance svg {
	block-size: 16px;
	color: var(--renoskam-hp-accent);
	flex: 0 0 auto;
	inline-size: 16px;
}

.renoskam-hp-contact__form-shell .wpcf7-response-output {
	font-size: 13px;
	line-height: 1.5;
	margin: 0 !important;
	padding: 12px 14px !important;
}

/* The theme footer is hidden on shortcode pages, so the homepage supplies its own. */
.renoskam-hp-footer {
	background: #071016;
	color: #fff;
	padding-block: 78px 28px;
}

.renoskam-hp-footer__grid {
	display: grid;
	gap: clamp(42px, 5vw, 82px);
	grid-template-columns: minmax(280px, 1.4fr) minmax(130px, .55fr) minmax(130px, .55fr) minmax(230px, .9fr);
}

.renoskam-hp-footer__brand img {
	filter: brightness(0) invert(1);
	inline-size: 189px;
}

.renoskam-hp-footer__brand p {
	color: #bcc4c7;
	font-size: 15px;
	line-height: 1.65;
	margin-block-start: 28px;
	max-inline-size: 360px;
}

.renoskam-hp-footer__brand > span {
	color: #7f8a8f;
	display: block;
	font-size: 11px;
	letter-spacing: .05em;
	margin-block-start: 22px;
	text-transform: uppercase;
}

.renoskam-hp-footer__column {
	display: grid;
	gap: 14px;
	align-content: start;
}

.renoskam-homepage .renoskam-hp-footer__column h2 {
	color: #79858a;
	font-size: 11px;
	font-weight: 650;
	letter-spacing: .1em;
	margin-block-end: 10px;
	text-transform: uppercase;
}

.renoskam-hp-footer__column a {
	color: #dce1e2;
	font-size: 14px;
	transition: color 180ms ease;
}

.renoskam-hp-footer__column a:hover,
.renoskam-hp-footer__column a:focus-visible {
	color: var(--renoskam-hp-accent);
}

.renoskam-hp-footer__action {
	align-self: start;
	border-block-start: 1px solid #344048;
	padding-block-start: 22px;
}

.renoskam-hp-footer__action p {
	font-size: 19px;
	letter-spacing: -.025em;
	line-height: 1.4;
}

.renoskam-hp-footer__action a {
	align-items: center;
	color: var(--renoskam-hp-accent);
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 9px;
	margin-block-start: 22px;
	text-transform: uppercase;
}

.renoskam-hp-footer__action a:hover,
.renoskam-hp-footer__action a:focus-visible {
	color: #fff;
}

.renoskam-hp-footer__bottom {
	align-items: center;
	border-block-start: 1px solid #29353c;
	color: #778287;
	display: flex;
	font-size: 11px;
	justify-content: space-between;
	margin-block-start: 70px;
	padding-block-start: 26px;
}

.renoskam-hp-footer__bottom nav {
	display: flex;
	gap: 24px;
}

.renoskam-hp-footer__bottom a {
	color: #9ba5a9;
}

.renoskam-hp-footer__bottom a:hover,
.renoskam-hp-footer__bottom a:focus-visible {
	color: var(--renoskam-hp-accent);
}

.renoskam-homepage.renoskam-hp-motion-ready [data-renoskam-hp-reveal] {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 650ms cubic-bezier(.22, 1, .36, 1), transform 650ms cubic-bezier(.22, 1, .36, 1);
	transition-delay: var(--renoskam-hp-reveal-delay, 0ms);
}

.renoskam-homepage.renoskam-hp-motion-ready [data-renoskam-hp-reveal].is-revealed {
	opacity: 1;
	transform: translateY(0);
}

.renoskam-homepage.renoskam-hp-motion-ready .renoskam-hp-process-card.is-revealed:hover {
	transform: translateY(-4px);
}

@media (max-width: 1240px) {
	.renoskam-hp-shell {
		inline-size: min(calc(100% - 56px), var(--renoskam-hp-shell));
	}

	.renoskam-hp-brand {
		inline-size: 156px;
		margin-inline-end: 30px;
	}

	.renoskam-hp-brand img {
		inline-size: 156px;
	}

	.renoskam-hp-menu__primary {
		gap: 22px;
	}

	.renoskam-hp-menu__actions {
		gap: 18px;
		margin-inline-start: 22px;
	}

	.renoskam-hp-button--nav {
		min-inline-size: 160px;
	}
}

@media (max-width: 1100px) {
	.renoskam-hp-hero-stage {
		background-position: 58% 48%;
		min-block-size: 780px;
	}

	.renoskam-hp-nav__inner {
		align-items: center;
		justify-content: space-between;
		min-block-size: 78px;
	}

	.renoskam-hp-brand {
		inline-size: 174px;
		margin: 0;
	}

	.renoskam-hp-brand img {
		inline-size: 174px;
	}

	.renoskam-hp-menu-toggle {
		align-items: center;
		background: transparent;
		color: #fff;
		cursor: pointer;
		display: flex;
		font-size: 13px;
		font-weight: 600;
		gap: 13px;
		padding: 13px 0 13px 13px;
		text-transform: uppercase;
		transition: color 360ms ease;
	}

	.renoskam-hp-menu-toggle__icon {
		block-size: 18px;
		display: grid;
		inline-size: 23px;
		place-content: center;
		position: relative;
	}

	.renoskam-hp-menu-toggle__icon span {
		background: currentColor;
		block-size: 1px;
		inline-size: 23px;
		left: 0;
		position: absolute;
		transition: transform 180ms ease, top 180ms ease;
	}

	.renoskam-hp-menu-toggle__icon span:first-child {
		top: 5px;
	}

	.renoskam-hp-menu-toggle__icon span:last-child {
		top: 13px;
	}

	.renoskam-hp-menu-toggle[aria-expanded="true"] .renoskam-hp-menu-toggle__icon span:first-child {
		top: 9px;
		transform: rotate(45deg);
	}

	.renoskam-hp-menu-toggle[aria-expanded="true"] .renoskam-hp-menu-toggle__icon span:last-child {
		top: 9px;
		transform: rotate(-45deg);
	}

	.renoskam-hp-menu {
		align-items: stretch;
		background: #fff;
		box-shadow: 0 28px 60px rgba(0, 0, 0, .25);
		color: #11191d;
		display: block;
		inline-size: min(520px, calc(100vw - 56px));
		opacity: 0;
		padding: 17px 26px 27px;
		pointer-events: none;
		position: absolute;
		right: 28px;
		top: 77px;
		transform: translateY(-8px);
		transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
		visibility: hidden;
		z-index: 40;
	}

	.renoskam-hp-menu-open .renoskam-hp-menu {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}

	.renoskam-hp-menu__primary,
	.renoskam-hp-menu__actions,
	.renoskam-hp-menu__item {
		display: block;
	}

	.renoskam-hp-menu__link,
	.renoskam-hp-menu__contact {
		border-block-end: 1px solid #e2e5e3;
		color: #11191d;
		font-size: 16px;
		inline-size: 100%;
		justify-content: space-between;
		min-block-size: 53px;
	}

	.renoskam-hp-menu__link::after,
	.renoskam-hp-menu__contact::after {
		display: none;
	}

	.renoskam-hp-menu__link:hover,
	.renoskam-hp-menu__link:focus-visible,
	.renoskam-hp-menu__contact:hover,
	.renoskam-hp-menu__contact:focus-visible {
		color: #11191d;
	}

	.renoskam-hp-submenu,
	.renoskam-hp-submenu--compact {
		box-shadow: none;
		display: none;
		inline-size: 100%;
		left: auto;
		opacity: 1;
		padding: 4px 0 12px 17px;
		pointer-events: auto;
		position: static;
		transform: none;
		visibility: visible;
	}

	.renoskam-hp-menu__item.is-open .renoskam-hp-submenu {
		display: grid;
	}

	.renoskam-hp-submenu__eyebrow {
		display: none;
	}

	.renoskam-hp-submenu a {
		font-size: 14px;
		padding-block: 11px;
	}

	.renoskam-hp-menu__actions {
		margin: 13px 0 0;
	}

	.renoskam-hp-menu__contact {
		justify-content: flex-start;
	}

	.renoskam-hp-button--nav {
		inline-size: 100%;
		margin-block: 17px 0;
		min-block-size: 58px;
		padding-inline: 21px;
	}

	.renoskam-hp-hero,
	.renoskam-hp-hero__inner {
		min-block-size: 702px;
	}

	.renoskam-hp-hero__inner {
		gap: 38px;
		grid-template-columns: minmax(0, 1fr) 330px;
		padding-block: 104px 72px;
	}

	.renoskam-hp-hero h1 {
		font-size: clamp(52px, 6.6vw, 70px);
	}

	.renoskam-hp-hero__conversion {
		padding: 22px;
	}

	.renoskam-hp-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.renoskam-hp-trust__item:nth-child(2) {
		border-inline-end: 1px solid #dce0e1;
	}

	.renoskam-hp-trust__item:nth-child(n + 3) {
		border-block-start: 1px solid #dce0e1;
	}

	.renoskam-hp-trust__item:nth-child(3) {
		border-inline-start: 1px solid #dce0e1;
	}
}

@media (max-width: 780px) {
	.renoskam-hp-shell {
		inline-size: min(calc(100% - 36px), var(--renoskam-hp-shell));
	}

	.renoskam-hp-topbar__inner {
		font-size: 10px;
		letter-spacing: .035em;
	}

	.renoskam-hp-topbar__note {
		display: none;
	}

	.renoskam-hp-hero-stage {
		background-position: 62% center;
		min-block-size: auto;
	}

	.renoskam-hp-hero-stage::before {
		background: linear-gradient(180deg, rgba(4, 12, 16, .38) 0%, rgba(4, 12, 16, .62) 42%, rgba(4, 12, 16, .92) 100%);
	}

	.renoskam-hp-nav__inner {
		min-block-size: 72px;
	}

	.renoskam-hp-brand,
	.renoskam-hp-brand img {
		inline-size: 155px;
	}

	.renoskam-hp-menu-toggle__label {
		display: none;
	}

	.renoskam-hp-menu {
		inline-size: calc(100vw - 36px);
		padding: 12px 20px 23px;
		right: 18px;
		top: 71px;
	}

	.renoskam-hp-hero,
	.renoskam-hp-hero__inner {
		min-block-size: auto;
	}

	.renoskam-hp-hero__inner {
		display: block;
		padding-block: 90px 30px;
	}

	.renoskam-homepage .renoskam-hp-kicker {
		font-size: 10px;
		margin-block-end: var(--renoskam-hp-space-3);
	}

	.renoskam-hp-hero h1 {
		font-size: clamp(44px, 12.3vw, 62px);
		letter-spacing: -.048em;
		line-height: .98;
	}

	.renoskam-homepage .renoskam-hp-hero__lead {
		font-size: 16px;
		line-height: 1.48;
		margin-block-start: 28px;
	}

	.renoskam-homepage .renoskam-hp-hero__project-link {
		font-size: 16px;
		margin-block-start: 26px;
	}

	.renoskam-hp-hero__conversion {
		margin-block-start: 56px;
		padding: 22px;
	}

	.renoskam-hp-proof {
		margin-block-end: 20px;
	}

	.renoskam-hp-proof__avatars img {
		block-size: 42px;
		inline-size: 42px;
	}

	.renoskam-homepage .renoskam-hp-button--hero {
		font-size: 16px;
		min-block-size: 60px;
		padding-inline: 18px;
	}

	.renoskam-hp-hero__grid {
		block-size: 130px;
		inline-size: 100%;
		mask-image: linear-gradient(90deg, transparent, #000 25%, #000);
	}

	.renoskam-hp-trust__grid {
		inline-size: 100%;
	}

	.renoskam-hp-trust__item {
		gap: 14px;
		grid-template-columns: 44px minmax(0, 1fr);
		min-block-size: 148px;
		padding: 22px 18px;
	}

	.renoskam-hp-trust__item:first-child,
	.renoskam-hp-trust__item:nth-child(3) {
		border-inline-start: 0;
	}

	.renoskam-hp-trust__item:nth-child(2n) {
		border-inline-end: 0;
	}

	.renoskam-hp-trust__icon {
		block-size: 44px;
		inline-size: 44px;
	}

	.renoskam-hp-trust__icon .renoskam-icon {
		block-size: 21px;
		inline-size: 21px;
	}

	.renoskam-hp-trust__item strong {
		font-size: 24px;
	}

	.renoskam-hp-trust__item p span {
		font-size: 13px;
	}

	.renoskam-hp-trust__item p small {
		font-size: 11px;
	}
}

@media (max-width: 430px) {
	.renoskam-hp-topbar {
		min-block-size: 33px;
	}

	.renoskam-hp-topbar__inner {
		min-block-size: 33px;
	}

	.renoskam-hp-nav__inner {
		min-block-size: 67px;
	}

	.renoskam-hp-brand,
	.renoskam-hp-brand img {
		inline-size: 142px;
	}

	.renoskam-hp-menu {
		top: 66px;
	}

	.renoskam-hp-hero__inner {
		padding-block-start: 75px;
	}

	.renoskam-hp-hero h1 {
		font-size: clamp(40px, 11.5vw, 49px);
	}

	.renoskam-hp-hero__lead {
		font-size: 15px;
	}

	.renoskam-hp-hero__conversion {
		margin-inline: -4px;
	}

	.renoskam-hp-trust__item {
		align-items: start;
		display: grid;
		grid-template-columns: 40px minmax(0, 1fr);
		min-block-size: 154px;
		padding: 19px 14px;
	}

	.renoskam-hp-trust__icon {
		block-size: 40px;
		inline-size: 40px;
	}
}

@media (max-width: 1100px) {
	.renoskam-hp-section {
		padding-block: 104px;
	}

	.renoskam-hp-section-heading {
		margin-block-end: 58px;
	}

	.renoskam-hp-section-heading--split {
		gap: 46px;
		grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
	}

	.renoskam-hp-service-feature__media {
		block-size: 290px;
	}

	.renoskam-hp-services__details {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.renoskam-hp-service-detail:nth-child(2) {
		border-inline-end: 1px solid #dadbd7;
	}

	.renoskam-hp-service-detail:nth-child(3) {
		border-inline-start: 1px solid #dadbd7;
	}

	.renoskam-hp-compare {
		aspect-ratio: 16 / 10;
	}

	.renoskam-hp-process__grid {
		gap: 20px;
	}

	.renoskam-hp-process-card {
		padding: 20px;
	}

	.renoskam-hp-process-card__media > span {
		block-size: 50px;
		font-size: 22px;
		inline-size: 50px;
	}

	.renoskam-hp-story__grid {
		gap: 56px;
		grid-template-columns: minmax(0, .92fr) minmax(390px, 1.08fr);
	}

	.renoskam-hp-story__content {
		gap: 46px;
	}

	.renoskam-hp-story__media {
		min-block-size: 620px;
	}

	.renoskam-hp-story__quote {
		margin-block-start: 0;
	}

	.renoskam-hp-reviews__layout {
		gap: 50px;
		grid-template-columns: 330px minmax(0, 1fr);
	}

	.renoskam-hp-reviews__summary {
		padding-inline: 28px;
	}

	.renoskam-hp-faq__panel {
		gap: 58px;
		grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
		padding: 52px;
	}

	.renoskam-hp-contact__side-media {
		inline-size: 34vw;
		opacity: .3;
	}

	.renoskam-hp-footer__grid {
		gap: 54px 42px;
		grid-template-columns: 1.4fr .7fr .7fr;
	}

	.renoskam-hp-footer__action {
		grid-column: 1 / -1;
		max-inline-size: 520px;
	}
}

@media (max-width: 780px) {
	.renoskam-hp-section {
		padding-block: 80px;
	}

	.renoskam-hp-section-heading {
		margin-block-end: 48px;
	}

	.renoskam-hp-section-heading--split {
		display: block;
	}

	.renoskam-hp-section-heading h2 {
		font-size: clamp(41px, 8vw, 56px);
	}

	.renoskam-homepage .renoskam-hp-section-kicker {
		font-size: 10px;
		margin-block-end: var(--renoskam-hp-space-3);
	}

	.renoskam-homepage .renoskam-hp-section-heading--split > p {
		font-size: 16px;
		margin-block-start: var(--renoskam-hp-space-4);
		padding-block-end: 0;
	}

	.renoskam-homepage .renoskam-hp-section-heading--center > p:last-child {
		font-size: 16px;
	}

	.renoskam-hp-services__frame {
		padding: 14px;
	}

	.renoskam-hp-services__featured {
		grid-template-columns: 1fr;
	}

	.renoskam-hp-service-feature + .renoskam-hp-service-feature {
		border-block-start: 0;
		border-inline-start: 1px solid #dadbd7;
	}

	.renoskam-hp-service-feature__media {
		block-size: 300px;
	}

	.renoskam-hp-service-feature__copy {
		padding: 23px 24px 25px;
	}

	.renoskam-hp-service-detail {
		min-block-size: 235px;
		padding: 25px 22px;
	}

	.renoskam-hp-results__stage {
		padding: 12px;
	}

	.renoskam-hp-results__tabs {
		overflow-x: auto;
		scrollbar-width: none;
	}

	.renoskam-hp-results__tabs::-webkit-scrollbar {
		display: none;
	}

	.renoskam-hp-results__tabs button {
		min-inline-size: 170px;
	}

	.renoskam-hp-compare {
		aspect-ratio: 4 / 3;
	}

	.renoskam-hp-compare figcaption {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
		padding: 11px 13px;
	}

	.renoskam-hp-compare__image > span {
		top: 12px;
	}

	.renoskam-hp-compare__image--before > span {
		left: 12px;
	}

	.renoskam-hp-compare__image--after > span {
		right: 12px;
	}

	.renoskam-hp-compare__divider > span {
		block-size: 48px;
		inline-size: 48px;
	}

	.renoskam-hp-process__grid {
		grid-template-columns: 1fr;
	}

	.renoskam-hp-process-card {
		display: grid;
		gap: 30px;
		grid-template-columns: minmax(250px, .9fr) minmax(0, 1.1fr);
		padding: 20px;
	}

	.renoskam-hp-process-card__body {
		align-self: center;
		padding-block-start: 0;
	}

	.renoskam-hp-story__grid {
		grid-template-columns: 1fr;
	}

	.renoskam-homepage .renoskam-hp-story__content h2 {
		font-size: clamp(44px, 8vw, 60px);
	}

	.renoskam-hp-story__quote {
		max-inline-size: 100%;
	}

	.renoskam-hp-story__media {
		min-block-size: clamp(500px, 85vw, 680px);
	}

	.renoskam-hp-reviews__layout {
		grid-template-columns: 1fr;
	}

	.renoskam-hp-reviews__summary {
		min-block-size: 350px;
	}

	.renoskam-hp-reviews__stage {
		min-block-size: 410px;
		padding-block-start: 8px;
	}

	.renoskam-hp-review blockquote {
		font-size: clamp(24px, 4.5vw, 32px);
	}

	.renoskam-hp-faq__panel {
		gap: 50px;
		grid-template-columns: 1fr;
		padding: 44px;
	}

	.renoskam-hp-faq__intro {
		position: static;
	}

	.renoskam-homepage .renoskam-hp-faq__intro h2 {
		font-size: clamp(43px, 8vw, 58px);
	}

	.renoskam-hp-contact {
		padding-block: 92px 106px;
	}

	.renoskam-homepage .renoskam-hp-contact__heading h2 {
		font-size: clamp(46px, 9vw, 66px);
	}

	.renoskam-hp-contact__side-media {
		display: none;
	}

	.renoskam-hp-contact__form-shell {
		margin-block-start: 14px;
	}

	.renoskam-hp-footer__grid {
		grid-template-columns: 1.3fr .7fr .7fr;
	}

	.renoskam-hp-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 1100px) {
	.renoskam-homepage .renoskam-hp-menu__link,
	.renoskam-homepage .renoskam-hp-menu__link:hover,
	.renoskam-homepage .renoskam-hp-menu__link:focus-visible {
		color: #11191d !important;
	}
}

@media (max-width: 560px) {
	.renoskam-hp-section {
		padding-block: 72px;
	}

	.renoskam-hp-section-heading h2 {
		font-size: clamp(38px, 10.2vw, 46px);
		line-height: 1.02;
	}

	.renoskam-hp-services__details {
		grid-template-columns: 1fr;
	}

	.renoskam-hp-service-detail,
	.renoskam-hp-service-detail:nth-child(2),
	.renoskam-hp-service-detail:nth-child(3) {
		border-inline: 1px solid #dadbd7;
	}

	.renoskam-hp-service-detail + .renoskam-hp-service-detail {
		border-block-start: 0;
	}

	.renoskam-hp-service-feature__media {
		block-size: 230px;
	}

	.renoskam-hp-service-feature__copy h3 {
		font-size: 22px;
	}

	.renoskam-hp-results__tabs button {
		font-size: 12px;
		min-inline-size: 150px;
	}

	.renoskam-hp-compare {
		aspect-ratio: 1 / 1;
	}

	.renoskam-hp-compare__image img {
		object-position: center;
	}

	.renoskam-hp-button--section {
		inline-size: 100%;
		min-inline-size: 0;
	}

	.renoskam-hp-process-card {
		display: block;
		padding: 14px;
	}

	.renoskam-hp-process-card__body {
		padding: 24px 8px 12px;
	}

	.renoskam-homepage .renoskam-hp-process-card h3 {
		font-size: 24px;
	}

	.renoskam-hp-story__grid {
		gap: 46px;
	}

	.renoskam-homepage .renoskam-hp-story__content h2 {
		font-size: clamp(39px, 10.4vw, 48px);
		margin-block-start: 24px;
	}

	.renoskam-homepage .renoskam-hp-story__lead {
		font-size: 16px;
		margin-block-start: 26px;
	}

	.renoskam-hp-story__quote {
		margin-block-start: 0;
		padding: 28px 24px;
	}

	.renoskam-hp-story__quote::before {
		left: 24px;
		top: 34px;
	}

	.renoskam-hp-story__quote blockquote {
		font-size: 16px;
		padding-block-start: 0;
		padding-inline-start: 40px;
	}

	.renoskam-hp-story__review footer {
		padding-inline-start: 40px;
	}

	.renoskam-hp-story__media {
		min-block-size: 430px;
	}

	.renoskam-hp-story__media figcaption {
		bottom: 24px;
		left: 24px;
	}

	.renoskam-hp-story__squares {
		grid-template-columns: repeat(3, 44px);
	}

	.renoskam-hp-story__squares i {
		block-size: 44px;
	}

	.renoskam-hp-reviews__layout {
		gap: 40px;
	}

	.renoskam-hp-reviews__summary {
		min-block-size: 320px;
		padding: 34px 24px;
	}

	.renoskam-homepage .renoskam-hp-google-word {
		font-size: 48px;
	}

	.renoskam-hp-reviews__stage {
		min-block-size: 440px;
	}

	.renoskam-hp-review blockquote {
		font-size: 23px;
		line-height: 1.42;
		margin-block-start: 26px;
	}

	.renoskam-hp-review footer {
		margin-block-start: 30px;
	}

	.renoskam-hp-reviews__footer {
		margin-block-start: 34px;
	}

	.renoskam-hp-faq__panel {
		gap: 42px;
		padding: 30px 22px;
	}

	.renoskam-homepage .renoskam-hp-faq__intro h2 {
		font-size: clamp(39px, 10.5vw, 48px);
		margin-block-start: 24px;
	}

	.renoskam-homepage .renoskam-hp-faq__intro > p:last-of-type {
		font-size: 15px;
		margin-block-start: 26px;
	}

	.renoskam-hp-faq__intro .renoskam-hp-button {
		inline-size: 100%;
		margin-block-start: 30px;
	}

	.renoskam-hp-faq__item button {
		font-size: 17px;
		gap: 16px;
		min-block-size: 82px;
		padding: 20px 16px;
	}

	.renoskam-hp-faq__item button i {
		block-size: 38px;
		inline-size: 38px;
	}

	.renoskam-hp-faq__answer {
		padding: 0 16px 24px;
	}

	.renoskam-homepage .renoskam-hp-faq__answer p {
		font-size: 15px;
	}

	.renoskam-hp-contact {
		padding-block: 80px 88px;
	}

	.renoskam-homepage .renoskam-hp-contact__heading h2 {
		font-size: clamp(40px, 10.7vw, 50px);
		margin-block-start: 24px;
	}

	.renoskam-homepage .renoskam-hp-contact__heading > p:last-child {
		font-size: 15px;
		margin-block-start: 28px;
	}

	.renoskam-hp-contact__support {
		grid-template-columns: 1fr;
		margin-block-start: 40px;
	}

	.renoskam-hp-contact__support article {
		min-block-size: 86px;
	}

	.renoskam-hp-contact__form-shell {
		padding: 28px 20px;
	}

	.renoskam-hp-contact-form__row {
		grid-template-columns: 1fr;
	}

	.renoskam-hp-contact-form,
	.renoskam-hp-contact__form-shell .renoskam-contact-form--cf7,
	.renoskam-hp-contact__form-shell .wpcf7-form {
		gap: 20px;
	}

	.renoskam-homepage .renoskam-hp-contact-form__submit,
	.renoskam-hp-contact__form-shell .wpcf7-submit {
		font-size: 11px;
		padding-inline: 14px;
	}

	.renoskam-hp-footer {
		padding-block-start: 60px;
	}

	.renoskam-hp-footer__grid {
		grid-template-columns: 1fr;
	}

	.renoskam-hp-footer__brand,
	.renoskam-hp-footer__action {
		grid-column: auto;
	}

	.renoskam-hp-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
		line-height: 1.5;
		margin-block-start: 54px;
	}
}

/* Homepage expansion: Helio Content 03, Content 01, Project Article 02 and Feature 01. */
.renoskam-homepage .renoskam-hp-problem-guide,
.renoskam-homepage .renoskam-hp-audiences,
.renoskam-homepage .renoskam-hp-technology {
	background: #f5f5f6;
	padding-block: 80px;
}

.renoskam-hp-helio-heading {
	display: grid;
	grid-template-columns: minmax(0, 555px) minmax(0, 1fr);
	margin-block-end: 64px;
}

.renoskam-homepage .renoskam-hp-helio-heading h2,
.renoskam-homepage .renoskam-hp-audiences__heading h2,
.renoskam-homepage .renoskam-hp-technology .renoskam-hp-section-heading h2 {
	color: #252527;
	font-size: 56px;
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: 1.2;
}

.renoskam-homepage .renoskam-hp-helio-heading h2 span,
.renoskam-homepage .renoskam-hp-audiences__heading h2 span,
.renoskam-homepage .renoskam-hp-technology .renoskam-hp-section-heading h2 span {
	color: var(--renoskam-hp-accent);
}

/* Helio Content 03: problem-led rotating tabs. */
.renoskam-homepage .renoskam-hp-problem-guide {
	background: #07131e;
	color: #fff;
	isolation: isolate;
	overflow: hidden;
	position: relative;
}

.renoskam-homepage .renoskam-hp-problem-guide::before {
	background:
		linear-gradient(90deg, rgba(7, 19, 30, .72) 0%, rgba(7, 19, 30, .9) 58%, rgba(7, 19, 30, .96) 100%),
		url("../images/fd-bremen-overview.jpg") center 48% / cover no-repeat;
	content: "";
	inset: 0;
	opacity: .42;
	position: absolute;
	z-index: -1;
}

.renoskam-hp-problem-guide > .renoskam-hp-shell {
	position: relative;
	z-index: 1;
}

.renoskam-homepage .renoskam-hp-problem-guide .renoskam-hp-section-kicker {
	color: rgba(255, 255, 255, .82);
}

.renoskam-homepage .renoskam-hp-problem-guide .renoskam-hp-helio-heading h2 {
	color: #fff;
	text-wrap: balance;
}

.renoskam-homepage .renoskam-hp-problem-guide .renoskam-hp-helio-heading h2 span {
	color: var(--renoskam-hp-accent);
}

.renoskam-hp-problem-guide__tabs {
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	background: rgba(255, 255, 255, .045);
	border: 1px solid rgba(255, 255, 255, .16);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
	padding: 24px;
}

.renoskam-hp-problem-guide__tablist {
	display: flex;
	flex-direction: column;
	gap: 4px;
	justify-content: center;
}

.renoskam-homepage .renoskam-hp-problem-guide__tab {
	background: transparent;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	inline-size: 100%;
	min-block-size: 86px;
	padding: 0;
	text-align: start;
	transition: background-color 180ms ease;
}

.renoskam-homepage .renoskam-hp-problem-guide__tab:hover,
.renoskam-homepage .renoskam-hp-problem-guide__tab:focus-visible,
.renoskam-homepage .renoskam-hp-problem-guide__tab[aria-selected="true"] {
	background: rgba(255, 255, 255, .035);
}

.renoskam-hp-problem-guide__tab-inner {
	align-items: center;
	display: grid;
	flex: 1 1 auto;
	gap: 16px;
	grid-template-columns: 56px minmax(0, 1fr);
	padding-inline: 12px 18px;
}

.renoskam-hp-problem-guide__tab-inner > span:last-child {
	display: grid;
	gap: 2px;
}

.renoskam-hp-problem-guide__tab strong {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
}

.renoskam-hp-problem-guide__tab small {
	color: rgba(255, 255, 255, .68);
	font-size: 14px;
	line-height: 1.55;
}

.renoskam-hp-problem-guide__icon,
.renoskam-hp-technology__icon {
	align-items: center;
	background: #f5f5f6;
	block-size: 56px;
	display: inline-flex;
	inline-size: 56px;
	justify-content: center;
	padding: 4px;
	position: relative;
	transition: background-color 180ms ease, color 180ms ease;
}

.renoskam-hp-problem-guide__icon {
	background: rgba(255, 255, 255, .055);
}

.renoskam-hp-problem-guide__icon::before,
.renoskam-hp-technology__icon::before {
	background: #fff;
	box-shadow: inset 0 0 0 1px #dfe0e2;
	content: "";
	inset: 4px;
	position: absolute;
}

.renoskam-hp-problem-guide__icon::before {
	background: rgba(7, 19, 30, .82);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2);
}

.renoskam-hp-problem-guide__icon svg,
.renoskam-hp-technology__icon svg {
	background: transparent;
	color: #252527;
	position: relative;
	z-index: 1;
}

.renoskam-hp-problem-guide__icon svg {
	color: rgba(255, 255, 255, .9);
}

.renoskam-hp-problem-guide__tab[aria-selected="true"] .renoskam-hp-problem-guide__icon {
	background: rgba(255, 255, 255, .055);
}

.renoskam-hp-problem-guide__tab[aria-selected="true"] .renoskam-hp-problem-guide__icon::before {
	box-shadow: inset 0 0 0 1px var(--renoskam-hp-accent);
}

.renoskam-hp-problem-guide__tab[aria-selected="true"] .renoskam-hp-problem-guide__icon svg {
	color: var(--renoskam-hp-accent);
}

.renoskam-hp-problem-guide__progress {
	background: rgba(255, 255, 255, .12);
	block-size: 4px;
	display: block;
	inline-size: 100%;
	padding: 1px 2px;
}

.renoskam-hp-problem-guide__progress i {
	background: var(--renoskam-hp-accent);
	block-size: 2px;
	display: block;
	inline-size: 0;
}

.renoskam-hp-problem-guide__tab[aria-selected="true"] .renoskam-hp-problem-guide__progress i {
	animation: renoskam-hp-tab-progress 5s linear forwards;
}

.renoskam-hp-problem-guide__tabs.is-paused .renoskam-hp-problem-guide__progress i {
	animation-play-state: paused;
}

.renoskam-hp-problem-guide__tabs.is-resetting .renoskam-hp-problem-guide__progress i {
	animation: none !important;
}

.renoskam-hp-problem-guide__panels {
	min-inline-size: 0;
}

.renoskam-hp-problem-guide__panel[hidden],
.renoskam-hp-audiences__panel[hidden] {
	display: none;
}

.renoskam-hp-problem-guide__panel {
	background: rgba(255, 255, 255, .055);
	border: 1px solid rgba(255, 255, 255, .18);
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-block-size: 368px;
	padding: 24px;
	position: relative;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.renoskam-hp-problem-guide__panel:hover {
	background: #0d1c28;
	border-color: rgba(255, 255, 255, .24);
	box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
}

.renoskam-hp-problem-guide__panel.is-active,
.renoskam-hp-audiences__panel.is-active {
	animation: renoskam-hp-tab-panel-in 300ms ease both;
}

.renoskam-hp-problem-guide__panel img {
	block-size: 246px;
	border: 1px solid rgba(243, 84, 5, .78);
	inline-size: 100%;
	object-fit: cover;
}

.renoskam-homepage .renoskam-hp-problem-guide__panel p {
	color: rgba(255, 255, 255, .72);
	font-size: 16px;
	line-height: 1.55;
	padding-inline-end: 40px;
}

.renoskam-hp-problem-guide__panel > a {
	align-items: center;
	background: var(--renoskam-hp-accent);
	block-size: 36px;
	bottom: 24px;
	color: #fff;
	display: inline-flex;
	font-size: 0;
	inline-size: 36px;
	justify-content: center;
	position: absolute;
	right: 24px;
	transition: background-color 180ms ease, transform 180ms ease;
}

.renoskam-hp-problem-guide__panel > a span {
	font-size: 17px;
}

.renoskam-hp-problem-guide__panel > a:hover,
.renoskam-hp-problem-guide__panel > a:focus-visible {
	background: #c53007;
	color: #fff;
	transform: translateY(-2px);
}

@media (min-width: 1101px) {
	.renoskam-homepage .renoskam-hp-problem-guide {
		padding-block: 128px;
	}

	.renoskam-hp-problem-guide .renoskam-hp-helio-heading {
		display: block;
		margin-block-end: 68px;
	}

	.renoskam-homepage .renoskam-hp-problem-guide .renoskam-hp-helio-heading h2 {
		font-size: clamp(48px, 4.7vw, 72px);
		line-height: 1.01;
		max-inline-size: 900px;
	}

	.renoskam-hp-problem-guide__tabs {
		align-items: stretch;
		gap: 56px;
		grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
		padding: 32px;
	}

	.renoskam-hp-problem-guide__tablist {
		block-size: 544px;
		gap: 14px;
		justify-content: stretch;
	}

	.renoskam-homepage .renoskam-hp-problem-guide__tab {
		flex: 1 1 0;
		min-block-size: 0;
	}

	.renoskam-hp-problem-guide__tab-inner {
		gap: 24px;
		grid-template-columns: 68px minmax(0, 1fr);
		padding-inline: 16px 26px;
	}

	.renoskam-hp-problem-guide__tab-inner > span:last-child {
		gap: 5px;
	}

	.renoskam-hp-problem-guide__tab strong {
		font-size: 20px;
	}

	.renoskam-hp-problem-guide__tab small {
		font-size: 16px;
		line-height: 1.6;
	}

	.renoskam-hp-problem-guide__icon {
		block-size: 68px;
		inline-size: 68px;
		padding: 5px;
	}

	.renoskam-hp-problem-guide__icon::before {
		inset: 5px;
	}

	.renoskam-homepage .renoskam-hp-problem-guide__icon .renoskam-icon {
		block-size: 28px;
		flex-basis: 28px;
		inline-size: 28px;
	}

	.renoskam-hp-problem-guide__progress {
		block-size: 5px;
	}

	.renoskam-hp-problem-guide__progress i {
		block-size: 3px;
	}

	.renoskam-hp-problem-guide__panel {
		block-size: 100%;
		gap: 20px;
		min-block-size: 0;
		padding: 30px;
	}

	.renoskam-hp-problem-guide__panels {
		block-size: 544px;
	}

	.renoskam-hp-problem-guide__panel img {
		aspect-ratio: 4 / 3;
		block-size: auto;
	}

	.renoskam-homepage .renoskam-hp-problem-guide__panel p {
		font-size: 18px;
		padding-inline-end: 52px;
	}

	.renoskam-hp-problem-guide__panel > a {
		block-size: 44px;
		bottom: 30px;
		inline-size: 44px;
		right: 30px;
	}

	.renoskam-hp-problem-guide__panel > a span {
		font-size: 19px;
	}
}

/* Helio Content 01: audience stories. */
.renoskam-homepage .renoskam-hp-audiences {
	overflow: hidden;
	position: relative;
}

.renoskam-hp-audiences > .renoskam-hp-shell {
	position: relative;
	z-index: 1;
}

.renoskam-hp-audiences__decor {
	display: none;
}

.renoskam-hp-audiences__heading {
	align-items: end;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 555px) minmax(0, 1fr);
	margin-block-end: 64px;
}

.renoskam-hp-audiences__navigation {
	display: grid;
	gap: 12px;
	min-inline-size: 0;
}

.renoskam-hp-audiences__tablist {
	display: flex;
	gap: 8px;
	justify-content: end;
	padding-block-end: 16px;
}

.renoskam-hp-audiences__tab-progress {
	background: #d9dadd;
	block-size: 3px;
	bottom: -16px;
	inline-size: calc(100% + 2px);
	left: -1px;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
}

.renoskam-hp-audiences__tab-progress.is-active {
	background: rgba(243, 84, 5, .16);
}

.renoskam-hp-audiences__tab-progress i {
	background: var(--renoskam-hp-accent);
	block-size: 100%;
	display: block;
	inline-size: 0;
}

.renoskam-hp-audiences__tab-progress.is-active i {
	animation: renoskam-hp-audience-progress 5s linear forwards;
}

.renoskam-hp-audiences.is-paused .renoskam-hp-audiences__tab-progress.is-active i {
	animation-play-state: paused;
}

.renoskam-hp-audiences.is-resetting .renoskam-hp-audiences__tab-progress i {
	animation: none !important;
}

.renoskam-homepage .renoskam-hp-audiences__tablist button {
	background: #fff;
	border: 1px solid #dddde0;
	color: #111;
	cursor: pointer;
	font-size: 13px;
	font-weight: 500;
	line-height: 24px;
	min-block-size: 46px;
	padding: 10px 18px !important;
	position: relative;
	transition: background-color 180ms ease, color 180ms ease;
	white-space: nowrap;
}

.renoskam-homepage .renoskam-hp-audiences__tablist button[aria-selected="true"] {
	background: #000;
	border-color: #000;
	color: #fff !important;
}

.renoskam-homepage .renoskam-hp-audiences__tablist button:focus-visible,
.renoskam-homepage .renoskam-hp-problem-guide__tab:focus-visible {
	outline-color: var(--renoskam-hp-accent);
}

.renoskam-hp-audiences__panel {
	background: #fff;
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 24px;
}

.renoskam-hp-audiences__details {
	display: flex;
	flex-direction: column;
	gap: 64px;
	justify-content: space-between;
	min-block-size: 343px;
}

.renoskam-hp-audiences__details > div {
	display: grid;
	gap: 20px;
}

.renoskam-hp-audiences__details > div > header {
	display: grid;
	gap: 16px;
}

.renoskam-homepage .renoskam-hp-audiences__details .renoskam-hp-audiences__eyebrow {
	color: #6e6f74;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .085em;
	line-height: 1.4;
	text-transform: uppercase;
}

.renoskam-homepage .renoskam-hp-audiences__details h3 {
	color: #252527;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -.025em;
	line-height: 1.2;
}

.renoskam-homepage .renoskam-hp-audiences__details p {
	color: #4f5057;
	font-size: 18px;
	line-height: 1.55;
}

.renoskam-hp-audiences__details footer {
	display: block;
}

.renoskam-hp-audiences__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.renoskam-hp-audiences__details footer .renoskam-hp-audiences__action {
	align-items: center;
	border: 1px solid transparent;
	display: inline-flex;
	font-size: 15px;
	font-weight: 600;
	gap: 12px;
	justify-content: center;
	line-height: 28px;
	min-block-size: 48px;
	padding: 10px 24px;
	transition: background-color 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.renoskam-hp-audiences__action .renoskam-icon {
	block-size: 18px;
	flex: 0 0 18px;
	inline-size: 18px;
	transition: transform 180ms ease;
}

.renoskam-hp-audiences__action--primary {
	background: var(--renoskam-hp-accent);
	color: #fff;
}

.renoskam-hp-audiences__action--secondary {
	background: transparent;
	border-color: #252527 !important;
	color: #252527;
}

.renoskam-hp-audiences__action--primary:hover,
.renoskam-hp-audiences__action--primary:focus-visible {
	background: var(--renoskam-hp-accent-hover);
	color: #fff;
	transform: translateY(-2px);
}

.renoskam-hp-audiences__action--secondary:hover,
.renoskam-hp-audiences__action--secondary:focus-visible {
	background: #252527;
	color: #fff;
	transform: translateY(-2px);
}

.renoskam-hp-audiences__action:hover .renoskam-icon,
.renoskam-hp-audiences__action:focus-visible .renoskam-icon {
	transform: translateX(3px);
}

.renoskam-hp-audiences__panel figure {
	background: #fff;
	block-size: 343px;
	border: 1px solid #d8d9dc;
	box-sizing: border-box;
	margin: 0;
	overflow: hidden;
	padding: 10px;
	position: relative;
}

.renoskam-hp-audiences__panel figure::after {
	background: var(--renoskam-hp-accent);
	block-size: 3px;
	bottom: 0;
	content: "";
	inline-size: 72px;
	left: 0;
	position: absolute;
	z-index: 2;
}

.renoskam-hp-audiences__panel figure img {
	block-size: 100%;
	inline-size: 100%;
	object-fit: cover;
}

@media (min-width: 1101px) {
	.renoskam-homepage .renoskam-hp-audiences {
		padding-block: 128px;
	}

	.renoskam-hp-audiences__decor {
		--renoskam-hp-audience-outer-shell-half: 720px;
		--renoskam-hp-audience-shell-edge: max(48px, calc((100% - 1344px) / 2));
		display: block;
		inset: 0;
		pointer-events: none;
		position: absolute;
		z-index: 0;
	}

	.renoskam-hp-audiences__decor i {
		border: 1px solid rgba(37, 37, 39, .14);
		position: absolute;
	}

	.renoskam-hp-audiences__decor i:nth-child(1) {
		block-size: 168px;
		inline-size: 168px;
		left: var(--renoskam-hp-audience-shell-edge);
		top: 48%;
		transform: translate(-50%, -50%) rotate(8deg);
	}

	.renoskam-hp-audiences__decor i:nth-child(2) {
		block-size: 78px;
		border-color: rgba(243, 84, 5, .24);
		bottom: 8%;
		inline-size: 78px;
		left: 2.2%;
		transform: rotate(-12deg);
	}

	.renoskam-hp-audiences__decor i:nth-child(3) {
		block-size: 38px;
		inline-size: 38px;
		border-color: rgba(37, 37, 39, .18);
		left: 27%;
		top: 0;
		transform: translateY(-52%) rotate(15deg);
	}

	.renoskam-hp-audiences__decor i:nth-child(4) {
		block-size: 226px;
		border-color: rgba(37, 37, 39, .085);
		bottom: -104px;
		inline-size: 226px;
		right: -72px;
		transform: rotate(-7deg);
	}

	.renoskam-hp-audiences__decor i:nth-child(5) {
		block-size: 112px;
		border-color: rgba(37, 37, 39, .16);
		inline-size: 112px;
		right: 7%;
		top: 0;
		transform: translateY(-58%) rotate(11deg);
	}

	.renoskam-hp-audiences__decor i:nth-child(6) {
		block-size: 58px;
		border-color: rgba(243, 84, 5, .22);
		inline-size: 58px;
		right: 3%;
		top: 48%;
		transform: rotate(-9deg);
	}

	.renoskam-hp-audiences__decor i:nth-child(7) {
		block-size: 28px;
		border-color: rgba(37, 37, 39, .21);
		inline-size: 28px;
		right: 31%;
		top: 0;
		transform: translateY(-55%) rotate(18deg);
	}

	.renoskam-hp-audiences__decor i:nth-child(8) {
		block-size: 104px;
		border-color: rgba(37, 37, 39, .19);
		inline-size: 104px;
		left: var(--renoskam-hp-audience-shell-edge);
		top: 72%;
		transform: translate(-50%, -50%) rotate(-11deg);
	}

	.renoskam-hp-audiences__decor i:nth-child(9) {
		block-size: 86px;
		border-color: rgba(243, 84, 5, .2);
		inline-size: 86px;
		right: var(--renoskam-hp-audience-shell-edge);
		top: 76%;
		transform: translate(50%, -50%) rotate(13deg);
	}

	.renoskam-hp-audiences__decor i:nth-child(10) {
		block-size: 126px;
		border-color: rgba(37, 37, 39, .11);
		inline-size: 126px;
		left: 24%;
		top: 35.5%;
		transform: translateY(-50%) rotate(6deg);
	}

	.renoskam-hp-audiences__decor i:nth-child(11) {
		block-size: 72px;
		border-color: rgba(243, 84, 5, .17);
		inline-size: 72px;
		right: 25%;
		top: 35.5%;
		transform: translateY(-50%) rotate(-14deg);
	}

	.renoskam-hp-audiences__decor i:nth-child(12) {
		block-size: 52px;
		border-color: rgba(37, 37, 39, .22);
		bottom: 7%;
		inline-size: 52px;
		left: 36%;
		transform: rotate(17deg);
	}

	.renoskam-hp-audiences__decor i:nth-child(13) {
		block-size: 146px;
		border-color: rgba(37, 37, 39, .075);
		bottom: -28px;
		inline-size: 146px;
		right: 37%;
		transform: rotate(-8deg);
	}

	.renoskam-hp-audiences__decor i.is-filled {
		border: 0;
	}

	.renoskam-hp-audiences__decor i:nth-child(14) {
		background: rgba(37, 37, 39, .075);
		block-size: 46px;
		inline-size: 46px;
		left: 16%;
		top: 0;
		transform: translateY(-50%) rotate(9deg);
	}

	.renoskam-hp-audiences__decor i:nth-child(15) {
		background: rgba(243, 84, 5, .075);
		block-size: 84px;
		bottom: 11%;
		inline-size: 84px;
		left: var(--renoskam-hp-audience-shell-edge);
		transform: translateX(-62%) rotate(-13deg);
	}

	.renoskam-hp-audiences__decor i:nth-child(16) {
		background: rgba(37, 37, 39, .11);
		block-size: 58px;
		inline-size: 58px;
		right: 18%;
		top: 0;
		transform: translateY(-48%) rotate(-8deg);
	}

	.renoskam-hp-audiences__decor i:nth-child(17) {
		background: rgba(37, 37, 39, .055);
		block-size: 112px;
		bottom: 20%;
		inline-size: 112px;
		right: var(--renoskam-hp-audience-shell-edge);
		transform: translateX(64%) rotate(12deg);
	}

	.renoskam-hp-audiences__decor i:nth-child(18) {
		background: rgba(243, 84, 5, .11);
		block-size: 34px;
		inline-size: 34px;
		left: var(--renoskam-hp-audience-shell-edge);
		top: 64%;
		transform: translate(-35%, -50%) rotate(17deg);
	}

	.renoskam-hp-audiences__decor i.is-outer {
		display: none;
	}

	.renoskam-hp-audiences__decor i:nth-child(19) {
		block-size: 92px;
		border-color: rgba(37, 37, 39, .17);
		inline-size: 92px;
		left: calc(50% - var(--renoskam-hp-audience-outer-shell-half) - 150px);
		top: 18%;
		transform: rotate(12deg);
	}

	.renoskam-hp-audiences__decor i:nth-child(20) {
		background: rgba(37, 37, 39, .085);
		block-size: 54px;
		inline-size: 54px;
		left: calc(50% - var(--renoskam-hp-audience-outer-shell-half) - 238px);
		top: 39%;
		transform: rotate(-9deg);
	}

	.renoskam-hp-audiences__decor i:nth-child(21) {
		block-size: 132px;
		border-color: rgba(243, 84, 5, .18);
		inline-size: 132px;
		left: calc(50% - var(--renoskam-hp-audience-outer-shell-half) - 182px);
		top: 63%;
		transform: rotate(-7deg);
	}

	.renoskam-hp-audiences__decor i:nth-child(22) {
		background: rgba(243, 84, 5, .095);
		block-size: 36px;
		bottom: 9%;
		inline-size: 36px;
		left: calc(50% - var(--renoskam-hp-audience-outer-shell-half) - 88px);
		transform: rotate(16deg);
	}

	.renoskam-hp-audiences__decor i:nth-child(23) {
		block-size: 116px;
		border-color: rgba(37, 37, 39, .12);
		inline-size: 116px;
		right: calc(50% - var(--renoskam-hp-audience-outer-shell-half) - 164px);
		top: 14%;
		transform: rotate(-11deg);
	}

	.renoskam-hp-audiences__decor i:nth-child(24) {
		background: rgba(37, 37, 39, .065);
		block-size: 48px;
		inline-size: 48px;
		right: calc(50% - var(--renoskam-hp-audience-outer-shell-half) - 96px);
		top: 44%;
		transform: rotate(8deg);
	}

	.renoskam-hp-audiences__decor i:nth-child(25) {
		block-size: 68px;
		border-color: rgba(243, 84, 5, .22);
		inline-size: 68px;
		right: calc(50% - var(--renoskam-hp-audience-outer-shell-half) - 218px);
		top: 69%;
		transform: rotate(14deg);
	}

	.renoskam-hp-audiences__decor i:nth-child(26) {
		background: rgba(243, 84, 5, .07);
		block-size: 78px;
		bottom: 5%;
		inline-size: 78px;
		right: calc(50% - var(--renoskam-hp-audience-outer-shell-half) - 172px);
		transform: rotate(-13deg);
	}

	.renoskam-hp-audiences__heading {
		gap: 64px;
		grid-template-columns: minmax(0, 720px) minmax(0, 1fr);
		margin-block-end: 68px;
	}

	.renoskam-homepage .renoskam-hp-audiences__heading h2 {
		font-size: clamp(48px, 4.7vw, 72px);
		line-height: 1.01;
		max-inline-size: 720px;
	}

	.renoskam-hp-audiences__tablist {
		gap: 10px;
	}

	.renoskam-hp-audiences__navigation {
		justify-self: end;
	}

	.renoskam-homepage .renoskam-hp-audiences__tablist button {
		flex: 0 0 auto;
		font-size: 15px;
		line-height: 24px;
		min-block-size: 52px;
		padding: 13px 22px !important;
	}

	.renoskam-hp-audiences__panels {
		block-size: 544px;
	}

	.renoskam-hp-audiences__panel {
		block-size: 100%;
		gap: 72px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 32px;
	}

	.renoskam-hp-audiences__details {
		gap: 44px;
		min-block-size: 0;
	}

	.renoskam-hp-audiences__details > div {
		gap: 22px;
	}

	.renoskam-homepage .renoskam-hp-audiences__details h3 {
		font-size: 30px;
		line-height: 1.16;
	}

	.renoskam-homepage .renoskam-hp-audiences__details p {
		font-size: 18px;
		line-height: 1.58;
	}

	.renoskam-homepage .renoskam-hp-audiences__details > div > p {
		border-inline-start: 3px solid rgba(243, 84, 5, .72);
		padding-inline-start: 22px;
	}

	.renoskam-homepage .renoskam-hp-audiences__details > div > p + p {
		border-inline-start-color: rgba(243, 84, 5, .36);
	}

	.renoskam-hp-audiences__details footer .renoskam-hp-audiences__action {
		font-size: 16px;
		min-block-size: 52px;
		padding: 12px 24px;
	}

	.renoskam-hp-audiences__actions {
		flex-wrap: nowrap;
	}

	.renoskam-hp-audiences__panel figure {
		block-size: 480px;
		padding: 12px;
	}
}

@media (min-width: 1560px) {
	.renoskam-hp-audiences__decor i.is-outer {
		display: block;
	}
}

/* Helio Project Article 02: focused industrial case study. */
.renoskam-homepage .renoskam-hp-case-study {
	color: #fff;
	padding: 0;
}

.renoskam-hp-case-study__canvas {
	background-color: #17232b;
	background-image: var(--renoskam-hp-case-image);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	isolation: isolate;
	min-block-size: 900px;
	overflow: hidden;
	position: relative;
}

.renoskam-hp-case-study__canvas::after {
	background: linear-gradient(90deg, rgba(4, 11, 16, .9) 0%, rgba(4, 11, 16, .66) 52%, rgba(4, 11, 16, .78) 100%), linear-gradient(180deg, rgba(4, 11, 16, .18) 0%, rgba(4, 11, 16, .35) 45%, rgba(4, 11, 16, .9) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.renoskam-hp-case-study__video {
	block-size: 100%;
	display: block;
	inline-size: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.renoskam-hp-case-study__layout {
	align-content: end;
	align-items: end;
	display: grid;
	gap: 44px clamp(64px, 7vw, 112px);
	grid-template-areas: "content facts" "gallery gallery";
	grid-template-columns: minmax(0, 1fr) 340px;
	inline-size: min(calc(100% - 160px), 1280px);
	min-block-size: 900px;
	padding-block: 72px;
	position: relative;
	z-index: 2;
}

.renoskam-hp-case-study__content {
	grid-area: content;
	max-inline-size: 720px;
	min-inline-size: 0;
}

.renoskam-homepage .renoskam-hp-case-study__overline {
	align-items: center;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: .08em;
	margin-block-end: 26px;
	text-transform: uppercase;
}

.renoskam-hp-case-study__overline span:not(.renoskam-eyebrow__mark) {
	align-items: center;
	background: var(--renoskam-hp-accent);
	block-size: 17px;
	border-radius: 50%;
	display: inline-flex;
	font-size: 10px;
	inline-size: 17px;
	justify-content: center;
}

.renoskam-homepage .renoskam-hp-case-study h2 {
	color: #fff;
	font-size: clamp(52px, 4vw, 56px);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: 1.04;
	overflow-wrap: break-word;
}

.renoskam-homepage .renoskam-hp-case-study__content > p:not(.renoskam-hp-case-study__overline) {
	color: rgba(255, 255, 255, .86);
	font-size: 20px;
	line-height: 1.55;
	margin-block-start: 26px;
	max-inline-size: 610px;
}

.renoskam-hp-case-study__client {
	align-items: center;
	display: flex;
	gap: 13px;
	margin-block-start: 36px;
}

.renoskam-hp-case-study__client > span {
	background: linear-gradient(135deg, #fff 0 47%, transparent 48% 100%);
	block-size: 34px;
	border: 1px solid rgba(255, 255, 255, .72);
	display: inline-block;
	inline-size: 34px;
}

.renoskam-hp-case-study__client strong {
	font-size: 17px;
	font-weight: 600;
}

.renoskam-hp-case-study__link {
	align-items: center;
	background: var(--renoskam-hp-accent);
	color: #fff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	gap: 12px;
	justify-content: center;
	margin-block-start: 32px;
	min-block-size: 52px;
	padding-inline: 24px;
	transition: background-color 180ms ease, transform 180ms ease;
}

.renoskam-hp-case-study__link svg {
	block-size: 18px;
	inline-size: 18px;
	transition: transform 180ms ease;
}

.renoskam-hp-case-study__link:hover,
.renoskam-hp-case-study__link:focus-visible {
	background: var(--renoskam-hp-accent-hover);
	color: #fff;
	transform: translateY(-1px);
}

.renoskam-hp-case-study__link:hover svg,
.renoskam-hp-case-study__link:focus-visible svg {
	transform: translateX(2px);
}

.renoskam-hp-case-study__facts {
	backdrop-filter: blur(8px);
	background: rgba(6, 15, 21, .54);
	border: 1px solid rgba(255, 255, 255, .75);
	display: grid;
	grid-area: facts;
	min-inline-size: 0;
}

.renoskam-hp-case-study__facts article {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: 56px minmax(0, 1fr);
	min-block-size: 103px;
	padding: 22px 24px;
}

.renoskam-hp-case-study__facts article + article {
	border-block-start: 1px solid rgba(255, 255, 255, .75);
}

.renoskam-hp-case-study__facts article > span {
	align-items: center;
	background: #fff;
	block-size: 56px;
	color: #111;
	display: inline-flex;
	inline-size: 56px;
	justify-content: center;
}

.renoskam-hp-case-study__facts svg {
	block-size: 24px;
	inline-size: 24px;
}

.renoskam-hp-case-study__facts p {
	display: grid;
	gap: 3px;
	min-inline-size: 0;
}

.renoskam-hp-case-study__facts strong {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.renoskam-hp-case-study__facts small {
	color: rgba(255, 255, 255, .72);
	font-size: 12px;
	line-height: 1.4;
}

.renoskam-hp-case-study__gallery {
	backdrop-filter: blur(8px);
	background: rgba(6, 15, 21, .46);
	border: 1px solid rgba(255, 255, 255, .32);
	display: grid;
	gap: 18px;
	grid-area: gallery;
	padding: 18px;
}

.renoskam-hp-case-study__gallery > header {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.renoskam-homepage .renoskam-hp-case-study__gallery > header p {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.3;
}

.renoskam-hp-case-study__gallery > header span {
	color: rgba(255, 255, 255, .68);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.renoskam-hp-case-study__gallery-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.renoskam-hp-case-study__gallery-grid button {
	aspect-ratio: 16 / 7.6;
	background: #17232b;
	border: 1px solid rgba(255, 255, 255, .32);
	color: #fff;
	cursor: zoom-in;
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: left;
}

.renoskam-hp-case-study__gallery-grid button::after {
	background: linear-gradient(180deg, transparent 28%, rgba(4, 11, 16, .82) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.renoskam-hp-case-study__gallery-grid img {
	block-size: 100%;
	display: block;
	inline-size: 100%;
	object-fit: cover;
	transition: transform 520ms cubic-bezier(.22, 1, .36, 1);
}

.renoskam-hp-case-study__gallery-grid button:hover img,
.renoskam-hp-case-study__gallery-grid button:focus-visible img {
	transform: scale(1.045);
}

.renoskam-hp-case-study__gallery-grid button:focus-visible {
	outline: 3px solid rgba(243, 84, 5, .72);
	outline-offset: 2px;
}

.renoskam-hp-case-study__gallery-label {
	bottom: 13px;
	font-size: 12px;
	font-weight: 700;
	left: 14px;
	position: absolute;
	z-index: 2;
}

.renoskam-hp-case-study__gallery-grid i {
	align-items: center;
	background: rgba(7, 16, 22, .76);
	block-size: 36px;
	border: 1px solid rgba(255, 255, 255, .5);
	display: flex;
	font-style: normal;
	inline-size: 36px;
	justify-content: center;
	opacity: 0;
	position: absolute;
	right: 12px;
	top: 12px;
	transform: translateY(5px);
	transition: background-color 180ms ease, opacity 180ms ease, transform 180ms ease;
	z-index: 2;
}

.renoskam-hp-case-study__gallery-grid i svg {
	block-size: 17px;
	inline-size: 17px;
}

.renoskam-hp-case-study__gallery-grid button:hover i,
.renoskam-hp-case-study__gallery-grid button:focus-visible i {
	background: var(--renoskam-hp-accent);
	opacity: 1;
	transform: none;
}

/* Helio Feature 01: technical competence grid. */
.renoskam-homepage .renoskam-hp-technology .renoskam-hp-section-heading {
	align-items: end;
	gap: 24px;
	grid-template-columns: minmax(0, 555px) minmax(0, 1fr);
	margin-block-end: 64px;
}

.renoskam-homepage .renoskam-hp-technology .renoskam-hp-section-heading--split > p {
	color: #252527;
	font-size: 18px;
	line-height: 1.55;
	padding-block-end: 0;
}

.renoskam-hp-technology__frame {
	background: #fff;
	padding: 24px;
	position: relative;
}

.renoskam-hp-technology__grid {
	border-block-start: 1px solid #dddde0;
	border-inline-start: 1px solid #dddde0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	position: relative;
	z-index: 2;
}

.renoskam-hp-technology__grid article {
	background: #fff;
	border-block-end: 1px solid #dddde0;
	border-inline-end: 1px solid #dddde0;
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-block-size: 210px;
	padding: 24px;
	transition: background-color 180ms ease, transform 180ms ease;
}

.renoskam-hp-technology__grid article:hover {
	background: #fafafa;
	transform: translateY(-2px);
}

.renoskam-hp-technology__grid article > div {
	display: grid;
	gap: 6px;
}

.renoskam-homepage .renoskam-hp-technology__grid h3 {
	color: #252527;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
}

.renoskam-homepage .renoskam-hp-technology__grid p {
	color: #737377;
	font-size: 14px;
	line-height: 1.55;
}

.renoskam-hp-technology__accent {
	block-size: 128px;
	bottom: -52px;
	inline-size: 170px;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	right: -76px;
	transform: rotate(-18deg);
	z-index: 1;
}

.renoskam-hp-technology__accent::before,
.renoskam-hp-technology__accent::after {
	background: rgba(243, 84, 5, .16);
	border-radius: 999px 30px 999px 30px;
	content: "";
	height: 26px;
	position: absolute;
	right: 0;
	width: 150px;
}

.renoskam-hp-technology__accent::before {
	top: 28px;
}

.renoskam-hp-technology__accent::after {
	top: 72px;
	width: 118px;
}

@media (min-width: 1101px) {
	.renoskam-homepage .renoskam-hp-case-study h2 {
		font-size: clamp(60px, 4.7vw, 68px);
	}

	.renoskam-hp-case-study__facts strong {
		font-size: 18px;
	}

	.renoskam-hp-case-study__facts small {
		font-size: 13px;
	}

	.renoskam-homepage .renoskam-hp-technology {
		padding-block: 128px;
	}

	.renoskam-homepage .renoskam-hp-technology .renoskam-hp-section-heading {
		gap: 64px;
		grid-template-columns: minmax(0, 720px) minmax(0, 1fr);
		margin-block-end: 68px;
	}

	.renoskam-homepage .renoskam-hp-technology .renoskam-hp-section-heading h2 {
		font-size: clamp(48px, 4.7vw, 72px);
		line-height: 1.01;
		max-inline-size: 720px;
	}

	.renoskam-homepage .renoskam-hp-technology .renoskam-hp-section-heading--split > p {
		justify-self: end;
		max-inline-size: 460px;
		padding-block-end: 6px;
	}

	.renoskam-hp-technology__frame {
		padding: 32px;
	}

	.renoskam-hp-technology__grid article {
		gap: 28px;
		min-block-size: 260px;
		padding: 32px;
	}

	.renoskam-hp-technology__icon {
		block-size: 68px;
		inline-size: 68px;
		padding: 5px;
	}

	.renoskam-hp-technology__icon::before {
		inset: 5px;
	}

	.renoskam-homepage .renoskam-hp-technology__icon .renoskam-icon {
		block-size: 28px;
		flex-basis: 28px;
		inline-size: 28px;
	}

	.renoskam-hp-technology__grid article > div {
		gap: 10px;
	}

	.renoskam-homepage .renoskam-hp-technology__grid h3 {
		font-size: 20px;
	}

	.renoskam-homepage .renoskam-hp-technology__grid p {
		font-size: 16px;
		line-height: 1.6;
	}
}

@keyframes renoskam-hp-tab-progress {
	from { inline-size: 0; }
	to { inline-size: 100%; }
}

@keyframes renoskam-hp-audience-progress {
	from { inline-size: 0; }
	to { inline-size: 100%; }
}

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

@media (max-width: 1100px) {
	.renoskam-homepage .renoskam-hp-problem-guide,
	.renoskam-homepage .renoskam-hp-audiences,
	.renoskam-homepage .renoskam-hp-technology {
		padding-block: 54px;
	}

	.renoskam-hp-helio-heading,
	.renoskam-hp-audiences__heading,
	.renoskam-homepage .renoskam-hp-technology .renoskam-hp-section-heading {
		grid-template-columns: 1fr;
	}

	.renoskam-hp-audiences__tablist {
		justify-content: start;
	}

	.renoskam-hp-audiences__navigation {
		justify-self: start;
	}

	.renoskam-hp-problem-guide__tabs {
		grid-template-columns: 1fr;
	}

	.renoskam-hp-problem-guide__panel {
		min-block-size: 0;
	}

	.renoskam-hp-problem-guide__panel img {
		aspect-ratio: 16 / 9;
		block-size: auto;
	}

	.renoskam-hp-audiences__panel {
		grid-template-columns: 1fr;
	}

	.renoskam-hp-audiences__details {
		min-block-size: 260px;
	}

	.renoskam-hp-audiences__panel figure {
		block-size: auto;
		order: 2;
	}

	.renoskam-hp-audiences__panel figure img {
		aspect-ratio: 1.445 / 1;
	}

	.renoskam-hp-case-study__layout {
		gap: 40px;
		grid-template-areas: "content facts" "gallery gallery";
		grid-template-columns: minmax(0, 1fr) 300px;
		inline-size: 90%;
	}

	.renoskam-hp-case-study__canvas,
	.renoskam-hp-case-study__layout {
		min-block-size: 980px;
	}

	.renoskam-hp-case-study__gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.renoskam-hp-technology__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.renoskam-homepage .renoskam-hp-technology .renoskam-hp-section-heading {
		gap: 28px;
	}

	.renoskam-hp-technology__grid article {
		gap: 24px;
		min-block-size: 236px;
		padding: 26px;
	}

	.renoskam-hp-technology__icon {
		block-size: 60px;
		inline-size: 60px;
		padding: 5px;
	}

	.renoskam-hp-technology__icon::before {
		inset: 5px;
	}

	.renoskam-homepage .renoskam-hp-technology__icon .renoskam-icon {
		block-size: 24px;
		flex-basis: 24px;
		inline-size: 24px;
	}

	.renoskam-homepage .renoskam-hp-technology__grid h3 {
		font-size: 18px;
	}

	.renoskam-homepage .renoskam-hp-technology__grid p {
		font-size: 15px;
		line-height: 1.6;
	}
}

@media (max-width: 767px) {
	.renoskam-homepage .renoskam-hp-helio-heading h2,
	.renoskam-homepage .renoskam-hp-audiences__heading h2,
	.renoskam-homepage .renoskam-hp-technology .renoskam-hp-section-heading h2 {
		font-size: 40px;
		line-height: 1.2;
	}

	.renoskam-hp-helio-heading,
	.renoskam-hp-audiences__heading,
	.renoskam-homepage .renoskam-hp-technology .renoskam-hp-section-heading {
		margin-block-end: 64px;
	}

	.renoskam-hp-problem-guide__tabs,
	.renoskam-hp-technology__frame {
		padding: 16px;
	}

	.renoskam-homepage .renoskam-hp-problem-guide__tab {
		min-block-size: 174px;
	}

	.renoskam-hp-problem-guide__tab-inner {
		align-content: center;
		align-items: start;
		gap: 16px;
		grid-template-columns: 1fr;
		padding: 16px 0;
	}

	.renoskam-hp-problem-guide__panel {
		padding: 24px;
	}

	.renoskam-homepage .renoskam-hp-problem-guide__panel p {
		font-size: 15px;
	}

	.renoskam-hp-audiences__tablist {
		flex-direction: column;
		gap: 22px;
	}

	.renoskam-hp-audiences__navigation {
		inline-size: 100%;
	}

	.renoskam-homepage .renoskam-hp-audiences__tablist button {
		inline-size: 100%;
	}

	.renoskam-hp-audiences__panel {
		padding: 24px;
	}

	.renoskam-hp-audiences__details {
		gap: 64px;
		min-block-size: 420px;
	}

	.renoskam-homepage .renoskam-hp-audiences__details p {
		font-size: 17px;
	}

	.renoskam-hp-audiences__details footer {
		display: block;
	}

	.renoskam-hp-audiences__actions {
		flex-direction: column;
	}

	.renoskam-hp-audiences__details footer .renoskam-hp-audiences__action {
		inline-size: 100%;
	}

	.renoskam-hp-case-study__canvas,
	.renoskam-hp-case-study__layout {
		min-block-size: 0;
	}

	.renoskam-hp-case-study__canvas {
		background-image: var(--renoskam-hp-case-image);
		background-position: 48% center;
	}

	.renoskam-hp-case-study__canvas::after {
		background: linear-gradient(180deg, rgba(4, 11, 16, .72) 0%, rgba(4, 11, 16, .58) 40%, rgba(4, 11, 16, .94) 100%);
	}

	.renoskam-hp-case-study__video {
		object-position: 52% center;
	}

	.renoskam-hp-case-study__layout {
		align-content: start;
		align-items: stretch;
		gap: 32px;
		grid-template-areas: "content" "facts" "gallery";
		grid-template-columns: 1fr;
		padding-block: 48px;
	}

	.renoskam-homepage .renoskam-hp-case-study h2 {
		font-size: clamp(40px, 11.3vw, 44px);
		line-height: 1.08;
	}

	.renoskam-homepage .renoskam-hp-case-study__content > p:not(.renoskam-hp-case-study__overline) {
		font-size: 18px;
	}

	.renoskam-hp-case-study__client {
		margin-block-start: 28px;
	}

	.renoskam-hp-case-study__link {
		inline-size: 100%;
		margin-block-start: 28px;
	}

	.renoskam-hp-case-study__facts article {
		min-block-size: 98px;
	}

	.renoskam-hp-case-study__gallery {
		gap: 14px;
		padding: 14px;
	}

	.renoskam-hp-case-study__gallery > header {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}

	.renoskam-hp-case-study__gallery-grid {
		gap: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.renoskam-hp-case-study__gallery-grid button {
		aspect-ratio: 4 / 3;
	}

	.renoskam-hp-technology__grid {
		grid-template-columns: 1fr;
	}

	.renoskam-hp-technology__grid article {
		gap: 24px;
		min-block-size: 220px;
		padding: 24px;
	}

	.renoskam-hp-technology__accent {
		display: none;
	}
}

@media (max-width: 780px) {
	.renoskam-homepage .renoskam-hp-hero-stage .renoskam-hp-hero__background-video {
		display: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.renoskam-hp-case-study__video {
		display: none;
	}

	.renoskam-hp-problem-guide__tab[aria-selected="true"] .renoskam-hp-problem-guide__progress i {
		animation: none;
		inline-size: 100%;
	}

	.renoskam-hp-problem-guide__panel.is-active,
	.renoskam-hp-audiences__panel.is-active {
		animation: none;
	}

	.renoskam-hp-audiences__tab-progress.is-active i {
		animation: none;
		inline-size: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.renoskam-homepage *,
	.renoskam-homepage *::before,
	.renoskam-homepage *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

/* WordPress/Themify isolation for controls, quotations and background video wrappers. */
.renoskam-homepage .renoskam-hp-hero-stage .renoskam-hero__background-video-shell,
.renoskam-homepage .renoskam-hp-hero-stage .tf_vd_lazy,
.renoskam-homepage .renoskam-hp-case-study__canvas .renoskam-hp-case-study__video-shell,
.renoskam-homepage .renoskam-hp-case-study__canvas .tf_vd_lazy {
	aspect-ratio: auto !important;
	block-size: 100% !important;
	display: block !important;
	height: 100% !important;
	inset: 0 !important;
	inline-size: 100% !important;
	margin: 0 !important;
	max-block-size: none !important;
	max-inline-size: none !important;
	min-block-size: 0 !important;
	min-inline-size: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	transform: none !important;
	width: 100% !important;
	z-index: 0 !important;
}

.renoskam-homepage .renoskam-hp-hero-stage .renoskam-hp-hero__background-video,
.renoskam-homepage .renoskam-hp-case-study__canvas .renoskam-hp-case-study__video {
	block-size: 100% !important;
	height: 100% !important;
	inset: 0 !important;
	inline-size: 100% !important;
	margin: 0 !important;
	max-block-size: none !important;
	max-inline-size: none !important;
	object-fit: cover !important;
	overflow: hidden !important;
	padding: 0 !important;
	pointer-events: none !important;
	position: absolute !important;
	transform: none !important;
	width: 100% !important;
	z-index: 0 !important;
}

.renoskam-homepage .renoskam-hp-menu__link,
.renoskam-homepage .renoskam-hp-menu__link:hover,
.renoskam-homepage .renoskam-hp-menu__link:focus,
.renoskam-homepage .renoskam-hp-menu__link:focus-visible,
.renoskam-homepage .renoskam-hp-menu__link:active,
.renoskam-homepage .renoskam-hp-menu-toggle,
.renoskam-homepage .renoskam-hp-menu-toggle:hover,
.renoskam-homepage .renoskam-hp-menu-toggle:focus,
.renoskam-homepage .renoskam-hp-menu-toggle:active {
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

.renoskam-homepage .renoskam-hp-menu__link {
	color: rgba(255, 255, 255, .92) !important;
}

.renoskam-homepage .renoskam-hp-menu__link:hover,
.renoskam-homepage .renoskam-hp-menu__link:focus-visible {
	color: #fff !important;
}

.renoskam-homepage .renoskam-hp-nav.is-fixed .renoskam-hp-menu__link {
	color: #fff !important;
}

.renoskam-homepage .renoskam-hp-nav.is-fixed.is-theme-light .renoskam-hp-menu__link {
	color: #11191d !important;
}

body.renoskam-has-homepage .renoskam-homepage .renoskam-hp-faq__item button {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	outline: 0 !important;
	padding: 25px clamp(18px, 1.7vw, 28px) !important;
	transform: none !important;
}

@media (max-width: 680px) {
	body.renoskam-has-homepage .renoskam-homepage .renoskam-hp-faq__item button {
		padding: 20px 16px !important;
	}
}

body.renoskam-has-homepage .renoskam-homepage .renoskam-hp-faq__item button:hover,
body.renoskam-has-homepage .renoskam-homepage .renoskam-hp-faq__item button:focus,
body.renoskam-has-homepage .renoskam-homepage .renoskam-hp-faq__item button:focus-visible,
body.renoskam-has-homepage .renoskam-homepage .renoskam-hp-faq__item button:active,
body.renoskam-has-homepage .renoskam-homepage .renoskam-hp-faq__item.is-open button {
	background: rgba(255, 255, 255, .035) !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--renoskam-hp-accent) !important;
	outline: 0 !important;
	transform: none !important;
}

.renoskam-homepage .renoskam-hp-problem-guide__tab {
	background: transparent !important;
	box-shadow: none !important;
	color: #fff !important;
	transform: none !important;
}

.renoskam-homepage .renoskam-hp-problem-guide__tab:hover,
.renoskam-homepage .renoskam-hp-problem-guide__tab:focus,
.renoskam-homepage .renoskam-hp-problem-guide__tab:focus-visible,
.renoskam-homepage .renoskam-hp-problem-guide__tab[aria-selected="true"] {
	background: rgba(255, 255, 255, .035) !important;
	box-shadow: none !important;
	transform: none !important;
}

.renoskam-homepage .renoskam-hp-results__tabs button {
	background: transparent !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, .66) !important;
	transform: none !important;
}

.renoskam-homepage .renoskam-hp-results__tabs button[aria-selected="true"] {
	background: var(--renoskam-hp-accent) !important;
	border-color: var(--renoskam-hp-accent) !important;
	color: #fff !important;
}

.renoskam-homepage .renoskam-hp-audiences__tablist button {
	background: #fff !important;
	box-shadow: none !important;
	color: #111 !important;
	transform: none !important;
}

.renoskam-homepage .renoskam-hp-audiences__tablist button[aria-selected="true"] {
	background: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}

.renoskam-homepage .renoskam-hp-projects__controls button {
	background: #fff !important;
	border-color: #d5d8d5 !important;
	box-shadow: none !important;
	color: #111a1f !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: none !important;
}

.renoskam-homepage .renoskam-hp-projects__controls button:not(:disabled):hover,
.renoskam-homepage .renoskam-hp-projects__controls button:not(:disabled):focus-visible,
.renoskam-homepage .renoskam-hp-projects__load-more:hover,
.renoskam-homepage .renoskam-hp-projects__load-more:focus-visible {
	background: #fff2eb !important;
	border-color: rgba(243, 84, 5, .58) !important;
	color: var(--renoskam-hp-accent-hover) !important;
	transform: translateY(-1px) !important;
}

.renoskam-homepage .renoskam-hp-projects__controls button:disabled {
	background: #e8e9e6 !important;
	color: #697278 !important;
}

.renoskam-homepage .renoskam-hp-projects__load-more {
	background: #fff !important;
	border-color: #d5d8d5 !important;
	box-shadow: none !important;
	color: #111a1f !important;
}

.renoskam-homepage .renoskam-hp-story__review-dots button {
	background: #c8cdcf !important;
	border: 0 !important;
	box-shadow: none !important;
}

.renoskam-homepage .renoskam-hp-story__review-dots button:hover {
	background: #8d969a !important;
	transform: scale(1.12) !important;
}

.renoskam-homepage .renoskam-hp-story__review-dots button.is-active {
	background: var(--renoskam-hp-accent) !important;
	box-shadow: 0 0 0 4px rgba(255, 90, 31, .14) !important;
	transform: scale(1.08) !important;
}

.renoskam-homepage .renoskam-hp-story__review-dots button:focus-visible {
	box-shadow: 0 0 0 4px rgba(255, 90, 31, .22) !important;
}

.renoskam-homepage .renoskam-hp-reviews__controls button {
	background: transparent !important;
	border-color: #bdc3c2 !important;
	box-shadow: none !important;
	color: #111a1f !important;
	transform: none !important;
}

.renoskam-homepage .renoskam-hp-reviews__controls button:hover,
.renoskam-homepage .renoskam-hp-reviews__controls button:focus-visible {
	background: var(--renoskam-hp-accent) !important;
	border-color: var(--renoskam-hp-accent) !important;
	color: #fff !important;
}

.renoskam-homepage .renoskam-hp-case-study__gallery-grid button {
	background: #17232b !important;
	border-color: rgba(255, 255, 255, .32) !important;
	box-shadow: none !important;
	color: #fff !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: none !important;
}

body.renoskam-has-homepage .renoskam-realization-lightbox__close {
	background: rgba(5, 15, 24, .9) !important;
	color: #fff !important;
	transform: none !important;
}

body.renoskam-has-homepage .renoskam-realization-lightbox__close:hover,
body.renoskam-has-homepage .renoskam-realization-lightbox__close:focus-visible {
	background: #ff4f0a !important;
}

.renoskam-homepage .renoskam-hp-story__quote blockquote {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 0 0 48px !important;
}

.renoskam-homepage .renoskam-hp-review blockquote {
	border: 0 !important;
	margin: 34px 0 0 !important;
	padding: 0 !important;
}

@media (min-width: 1101px) {
	.renoskam-homepage .renoskam-hp-menu__primary,
	.renoskam-homepage .renoskam-hp-menu__item,
	.renoskam-homepage .renoskam-hp-menu__link {
		align-self: stretch !important;
		block-size: 100% !important;
		height: 100% !important;
		margin: 0 !important;
		padding-block: 0 !important;
	}

	.renoskam-homepage .renoskam-hp-menu__primary,
	.renoskam-homepage .renoskam-hp-menu__item {
		align-items: stretch !important;
	}

	.renoskam-homepage .renoskam-hp-menu__primary {
		padding-inline: 0 !important;
	}
}

@media (max-width: 560px) {
	.renoskam-homepage .renoskam-hp-story__quote blockquote {
		padding-inline-start: 40px !important;
	}

	.renoskam-homepage .renoskam-hp-review blockquote {
		margin-block-start: 26px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.renoskam-homepage .renoskam-hp-hero-stage .renoskam-hp-hero__background-video,
	.renoskam-homepage .renoskam-hp-case-study__canvas .renoskam-hp-case-study__video {
		display: none !important;
	}
}

/* Homepage inquiry modal: shared Aktion 1500 behavior with the homepage orange action palette. */
.renoskam-contact-modal--homepage {
	--renoskam-contact-accent: #f35405;
	--renoskam-contact-action: #c53007;
	--renoskam-contact-submit: #f35405;
	--renoskam-contact-submit-hover: #c53007;
}

.renoskam-contact-modal--homepage .renoskam-contact-modal__intro {
	background:
		linear-gradient(150deg, rgba(10, 24, 34, .97), rgba(4, 13, 20, .99)),
		var(--renoskam-contact-dark) !important;
}

body.renoskam-has-homepage .renoskam-contact-modal--homepage .renoskam-contact-modal__benefits > li {
	margin: 0 !important;
}

.renoskam-contact-modal--homepage .renoskam-contact-modal__close,
.renoskam-contact-modal--homepage .renoskam-contact-modal__close:active {
	background: rgba(9, 22, 34, .9) !important;
	box-shadow: none !important;
	color: #fff !important;
	transform: none !important;
}

.renoskam-contact-modal--homepage .renoskam-contact-modal__close {
	transition: background-color .2s ease, color .2s ease !important;
}

.renoskam-contact-modal--homepage .renoskam-contact-modal__close:hover,
.renoskam-contact-modal--homepage .renoskam-contact-modal__close:focus,
.renoskam-contact-modal--homepage .renoskam-contact-modal__close:focus-visible {
	background: var(--renoskam-contact-accent) !important;
	color: #fff !important;
	transform: none !important;
}

.renoskam-contact-modal--homepage .renoskam-contact-form__submit,
.renoskam-contact-modal--homepage .renoskam-contact-form--cf7 .wpcf7-submit,
.renoskam-contact-modal--homepage .renoskam-contact-form--cf7 .renoskam-cf7-submit {
	background-color: var(--renoskam-contact-submit) !important;
	border-color: var(--renoskam-contact-submit) !important;
	box-shadow: none !important;
	color: #fff !important;
	transform: none !important;
}

.renoskam-contact-modal--homepage .renoskam-contact-form__submit:hover,
.renoskam-contact-modal--homepage .renoskam-contact-form__submit:focus-visible,
.renoskam-contact-modal--homepage .renoskam-contact-form--cf7 .wpcf7-submit:hover,
.renoskam-contact-modal--homepage .renoskam-contact-form--cf7 .wpcf7-submit:focus-visible,
.renoskam-contact-modal--homepage .renoskam-contact-form--cf7 .renoskam-cf7-submit:hover,
.renoskam-contact-modal--homepage .renoskam-contact-form--cf7 .renoskam-cf7-submit:focus-visible {
	background-color: var(--renoskam-contact-submit-hover) !important;
	border-color: var(--renoskam-contact-submit-hover) !important;
	color: #fff !important;
	transform: none !important;
}

.renoskam-contact-modal--homepage .renoskam-contact-form__submit:focus-visible,
.renoskam-contact-modal--homepage .renoskam-contact-form--cf7 .wpcf7-submit:focus-visible,
.renoskam-contact-modal--homepage .renoskam-contact-form--cf7 .renoskam-cf7-submit:focus-visible {
	outline: 3px solid rgba(243, 84, 5, .32) !important;
	outline-offset: 3px;
}

/* Helio Header 07: full-image closing inquiry stage with two outlined panels. */
.renoskam-homepage .renoskam-hp-contact--helio-07 {
	background: #f4f3ef;
	color: #fff;
	overflow: hidden;
	padding: clamp(4px, 1vw, 14px);
	position: relative;
	scroll-margin-top: calc(var(--renoskam-hp-nav-height, 86px) + 24px);
}

.renoskam-homepage .renoskam-hp-contact--helio-07:focus {
	outline: 0;
}

.renoskam-hp-contact--helio-07 .renoskam-hp-contact__canvas {
	background-color: #111a1f;
	background-image: linear-gradient(180deg, rgba(5, 12, 16, .4) 0%, rgba(5, 12, 16, .48) 42%, rgba(5, 12, 16, .88) 100%), var(--renoskam-hp-contact-image);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 24px clamp(16px, 3.92vw, 56px);
	position: relative;
}

.renoskam-hp-contact--helio-07 .renoskam-hp-contact__pattern {
	background-image: linear-gradient(30deg, transparent 49.3%, rgba(255, 255, 255, .14) 49.7%, rgba(255, 255, 255, .14) 50.3%, transparent 50.7%), linear-gradient(150deg, transparent 49.3%, rgba(255, 255, 255, .14) 49.7%, rgba(255, 255, 255, .14) 50.3%, transparent 50.7%), linear-gradient(90deg, transparent 49.3%, rgba(255, 255, 255, .1) 49.7%, rgba(255, 255, 255, .1) 50.3%, transparent 50.7%);
	background-position: center bottom;
	background-size: 130px 76px;
	bottom: 0;
	height: 58%;
	inset-inline: 0;
	mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .25) 22%, #000 62%);
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.renoskam-hp-contact--helio-07 .renoskam-hp-contact__canvas::before {
	background: repeating-linear-gradient(104deg, rgba(255, 255, 255, .24) 0 34px, transparent 34px 67px);
	clip-path: polygon(0 0, 100% 0, 62% 100%, 0 68%);
	content: "";
	height: 184px;
	left: -38px;
	pointer-events: none;
	position: absolute;
	top: -24px;
	transform: skewX(-10deg);
	width: 245px;
	z-index: 0;
}

.renoskam-hp-contact--helio-07 .renoskam-hp-contact__inner {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.34fr) minmax(430px, 1fr);
	inline-size: 100%;
	margin-inline: auto;
	max-inline-size: 1280px;
	min-block-size: 720px;
	position: relative;
	z-index: 2;
}

.renoskam-hp-contact--helio-07 .renoskam-hp-contact__heading,
.renoskam-hp-contact--helio-07 .renoskam-hp-contact__action-panel {
	align-items: flex-end;
	border: 1px solid rgba(224, 225, 226, .78);
	display: flex;
	justify-content: center;
	min-inline-size: 0;
	padding: 64px;
	position: relative;
}

.renoskam-hp-contact--helio-07 .renoskam-hp-contact__heading {
	text-align: left;
}

.renoskam-hp-contact--helio-07 .renoskam-hp-contact__heading-content {
	inline-size: 100%;
	max-inline-size: 636px;
}

.renoskam-homepage .renoskam-hp-contact--helio-07 .renoskam-hp-contact__overline {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 650;
	gap: 10px;
	letter-spacing: .8px;
	line-height: 1.5;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.renoskam-hp-contact--helio-07 .renoskam-hp-contact__overline > span:not(.renoskam-eyebrow__mark) {
	align-items: center;
	background: var(--renoskam-hp-accent);
	block-size: 16px;
	border-radius: 50%;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 10px;
	inline-size: 16px;
	justify-content: center;
	letter-spacing: 0;
}

.renoskam-homepage .renoskam-hp-contact--helio-07 .renoskam-hp-contact__heading h2 {
	color: #fff;
	font-size: clamp(56px, 4.45vw, 64px);
	font-weight: 500;
	letter-spacing: -.035em;
	line-height: 1.15;
	margin: 0;
}

.renoskam-hp-contact--helio-07 .renoskam-hp-contact__heading h2 span {
	color: var(--renoskam-hp-accent);
	display: inline;
}

.renoskam-hp-contact--helio-07 .renoskam-hp-contact__action-panel {
	justify-content: center;
}

.renoskam-hp-contact--helio-07 .renoskam-hp-contact__action-content {
	inline-size: 100%;
	max-inline-size: 320px;
}

.renoskam-homepage .renoskam-hp-contact--helio-07 .renoskam-hp-contact__lead {
	color: rgba(255, 255, 255, .88);
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 24px;
}

.renoskam-homepage .renoskam-hp-contact--helio-07 .renoskam-hp-contact__button {
	align-items: center;
	background: var(--renoskam-hp-accent);
	color: #fff;
	display: inline-flex;
	font-size: 16px;
	font-weight: 650;
	gap: 14px;
	justify-content: center;
	line-height: 1.5;
	min-block-size: 48px;
	padding: 11px 24px;
	transition: background-color 180ms ease, transform 180ms ease;
}

.renoskam-homepage .renoskam-hp-contact--helio-07 .renoskam-hp-contact__button:hover,
.renoskam-homepage .renoskam-hp-contact--helio-07 .renoskam-hp-contact__button:focus-visible {
	background: var(--renoskam-hp-accent-hover);
	color: #fff;
	transform: translateY(-1px);
}

.renoskam-hp-contact--helio-07 .renoskam-hp-contact__form-shell {
	background: transparent;
	box-shadow: none;
	color: #fff;
	margin: 0;
	max-inline-size: none;
	padding: 0;
}

.renoskam-hp-contact--helio-07 .renoskam-hp-contact-form,
.renoskam-hp-contact--helio-07 .renoskam-hp-contact__form-shell .renoskam-contact-form--cf7,
.renoskam-hp-contact--helio-07 .renoskam-hp-contact__form-shell .wpcf7-form {
	display: grid;
	gap: 16px;
}

.renoskam-hp-contact--helio-07 .renoskam-hp-contact-form__row {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.renoskam-hp-contact--helio-07 .renoskam-hp-contact-form > label,
.renoskam-hp-contact--helio-07 .renoskam-hp-contact-form__row label,
.renoskam-hp-contact--helio-07 .renoskam-hp-contact__form-shell .wpcf7-form label {
	color: #fff;
	display: grid;
	font-size: 12px;
	font-weight: 650;
	gap: 7px;
	line-height: 1.4;
}

.renoskam-hp-contact--helio-07 .renoskam-hp-contact-form label small {
	color: rgba(255, 255, 255, .68);
}

.renoskam-hp-contact--helio-07 .renoskam-hp-contact-form input:not([type="checkbox"]),
.renoskam-hp-contact--helio-07 .renoskam-hp-contact-form textarea,
.renoskam-hp-contact--helio-07 .renoskam-hp-contact__form-shell .wpcf7-form input:not([type="checkbox"]):not([type="submit"]),
.renoskam-hp-contact--helio-07 .renoskam-hp-contact__form-shell .wpcf7-form textarea,
.renoskam-hp-contact--helio-07 .renoskam-hp-contact__form-shell .wpcf7-form select {
	background: rgba(7, 15, 19, .72);
	border: 1px solid rgba(224, 225, 226, .52);
	border-radius: 0;
	box-sizing: border-box;
	color: #fff;
	font: inherit;
	inline-size: 100%;
	min-block-size: 48px;
	outline: 0;
	padding: 11px 13px;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.renoskam-hp-contact--helio-07 .renoskam-hp-contact-form input::placeholder,
.renoskam-hp-contact--helio-07 .renoskam-hp-contact-form textarea::placeholder,
.renoskam-hp-contact--helio-07 .renoskam-hp-contact__form-shell .wpcf7-form input::placeholder,
.renoskam-hp-contact--helio-07 .renoskam-hp-contact__form-shell .wpcf7-form textarea::placeholder {
	color: rgba(255, 255, 255, .52);
}

.renoskam-hp-contact--helio-07 .renoskam-hp-contact-form textarea,
.renoskam-hp-contact--helio-07 .renoskam-hp-contact__form-shell .wpcf7-form textarea {
	min-block-size: 104px;
	resize: vertical;
}

.renoskam-hp-contact--helio-07 .renoskam-hp-contact-form input:not([type="checkbox"]):focus,
.renoskam-hp-contact--helio-07 .renoskam-hp-contact-form textarea:focus,
.renoskam-hp-contact--helio-07 .renoskam-hp-contact__form-shell .wpcf7-form input:not([type="checkbox"]):not([type="submit"]):focus,
.renoskam-hp-contact--helio-07 .renoskam-hp-contact__form-shell .wpcf7-form textarea:focus,
.renoskam-hp-contact--helio-07 .renoskam-hp-contact__form-shell .wpcf7-form select:focus {
	background: rgba(7, 15, 19, .9);
	border-color: #fff;
	box-shadow: 0 0 0 3px rgba(243, 84, 5, .28);
}

.renoskam-hp-contact--helio-07 .renoskam-hp-contact-form__consent {
	color: rgba(255, 255, 255, .76);
	font-size: 11px !important;
	line-height: 1.5 !important;
}

.renoskam-hp-contact--helio-07 .renoskam-hp-contact-form__consent a {
	color: #fff;
}

.renoskam-homepage .renoskam-hp-contact--helio-07 .renoskam-hp-contact-form__submit,
.renoskam-hp-contact--helio-07 .renoskam-hp-contact__form-shell .wpcf7-submit {
	background: var(--renoskam-hp-accent);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	inline-size: max-content !important;
	justify-self: start;
	letter-spacing: .02em;
	min-block-size: 50px;
	padding: 11px 24px;
	text-transform: none;
}

.renoskam-homepage .renoskam-hp-contact--helio-07 .renoskam-hp-contact-form__submit:hover,
.renoskam-homepage .renoskam-hp-contact--helio-07 .renoskam-hp-contact-form__submit:focus-visible,
.renoskam-hp-contact--helio-07 .renoskam-hp-contact__form-shell .wpcf7-submit:hover,
.renoskam-hp-contact--helio-07 .renoskam-hp-contact__form-shell .wpcf7-submit:focus-visible {
	background: var(--renoskam-hp-accent-hover);
	color: #fff;
}

.renoskam-homepage .renoskam-hp-contact--helio-07 .renoskam-hp-contact-form__status {
	color: #dff8e7;
	text-align: left;
}

.renoskam-homepage .renoskam-hp-contact--helio-07 .renoskam-hp-contact-form__assurance,
.renoskam-hp-contact--helio-07 .renoskam-hp-contact__form-shell .renoskam-contact-form__assurance {
	color: rgba(255, 255, 255, .68);
	justify-content: flex-start;
	text-align: left;
}

.renoskam-hp-contact--helio-07 .renoskam-hp-contact__form-shell .wpcf7-response-output {
	background: rgba(7, 15, 19, .72);
	color: #fff;
}

@media (max-width: 1100px) {
	.renoskam-hp-contact--helio-07 .renoskam-hp-contact__canvas {
		background-image: linear-gradient(rgba(5, 12, 16, .58), rgba(5, 12, 16, .72)), var(--renoskam-hp-contact-image);
		padding-inline: 4vw;
	}

	.renoskam-hp-contact--helio-07 .renoskam-hp-contact__inner {
		grid-template-columns: 1fr;
		min-block-size: 0;
	}

	.renoskam-hp-contact--helio-07 .renoskam-hp-contact__heading {
		min-block-size: 314px;
		padding: 64px 5vw;
	}

	.renoskam-hp-contact--helio-07 .renoskam-hp-contact__heading-content {
		max-inline-size: none;
	}

	.renoskam-homepage .renoskam-hp-contact--helio-07 .renoskam-hp-contact__heading h2 {
		font-size: clamp(54px, 8.35vw, 64px);
	}

	.renoskam-hp-contact--helio-07 .renoskam-hp-contact__action-panel {
		align-items: flex-start;
		justify-content: flex-start;
		padding: 64px 5vw;
	}

	.renoskam-hp-contact--helio-07 .renoskam-hp-contact__action-content {
		max-inline-size: 320px;
	}
}

@media (max-width: 560px) {
	.renoskam-homepage .renoskam-hp-contact--helio-07 {
		padding: 1vw;
	}

	.renoskam-hp-contact--helio-07 .renoskam-hp-contact__canvas {
		background-position: 56% center;
		padding: 24px 4vw;
	}

	.renoskam-hp-contact--helio-07 .renoskam-hp-contact__pattern {
		background-size: 92px 54px;
		height: 66%;
	}

	.renoskam-hp-contact--helio-07 .renoskam-hp-contact__heading {
		min-block-size: 345px;
		padding: 32px 5vw;
	}

	.renoskam-homepage .renoskam-hp-contact--helio-07 .renoskam-hp-contact__overline {
		align-items: flex-start;
		font-size: 13px;
		line-height: 1.5;
	}

	.renoskam-homepage .renoskam-hp-contact--helio-07 .renoskam-hp-contact__heading h2 {
		font-size: clamp(40px, 12.3vw, 48px);
		line-height: 1.15;
	}

	.renoskam-hp-contact--helio-07 .renoskam-hp-contact__action-panel {
		padding: 32px 5vw;
	}

	.renoskam-homepage .renoskam-hp-contact--helio-07 .renoskam-hp-contact__lead {
		font-size: 16px;
	}

	.renoskam-hp-contact--helio-07 .renoskam-hp-contact-form__row {
		grid-template-columns: 1fr;
	}

	.renoskam-hp-contact--helio-07 .renoskam-hp-contact-form,
	.renoskam-hp-contact--helio-07 .renoskam-hp-contact__form-shell .renoskam-contact-form--cf7,
	.renoskam-hp-contact--helio-07 .renoskam-hp-contact__form-shell .wpcf7-form {
		gap: 18px;
	}

	.renoskam-homepage .renoskam-hp-contact--helio-07 .renoskam-hp-contact-form__submit,
	.renoskam-hp-contact--helio-07 .renoskam-hp-contact__form-shell .wpcf7-submit {
		inline-size: 100% !important;
		justify-self: stretch;
	}
}
