h1,
h2,
h4 {
	font-weight: 400;
}
h1,
h3,
h5,
h6 {
	line-height: 100%;
	letter-spacing: -3%;
}
*,
.cf-bottom-row .wpcf7-list-item {
	margin: 0;
}
.blog-grid,
.portfolio-grid {
	column-gap: var(--space-48);
	row-gap: 10rem;
}
:root {
	--100-Navy: #132848;
	--200-Navy: #163561;
	--300-Blue: #286b9b;
	--400-Blue: #0075cf;
	--700-Green: #6da4a9;
	--800-Green: #afcdcb;
	--900-Offwhite: #efede8;
	--1000-Offwhite: #f8f7f4;
	--space-0_2: 0.2rem;
	--space-0_4: 0.4rem;
	--space-0_6: 0.6rem;
	--space-0_8: 0.8rem;
	--space-12: 1.2rem;
	--space-16: 1.6rem;
	--space-18: 1.8rem;
	--space-24: 2.4rem;
	--sapce-32: 3.2rem;
	--space-40: 4rem;
	--space-48: 4.8rem;
	--space-64: 6.4rem;
	--space-80: 8rem;
	--space-96: 9.6rem;
	--space-120: 12rem;
	--space-160: 16rem;
	--space-200: 20rem;
	--space-260: 26rem;
	--space-320: 32rem;
	--space-400: 40rem;
	--main-ff: 'Inter', sans-serif;
	--h1-fz: 8rem;
	--h2-fz: 6rem;
	--h3-fz: 4.8rem;
	--h4-fz: 4rem;
	--h5-fz: 3.2rem;
	--h6-fz: 2.8rem;
	--regular-fz: 1.6rem;
	--b1-fz: 1.8rem;
	--b2-fz: 1.6rem;
	--b3-fz: 1.4rem;
	--caption-fz: 1.2rem;
	--h1-fz-m: 4.8rem;
	--h2-fz-m: 4.8rem;
	--h4-fz-m: 3.2rem;
}
* {
	box-sizing: border-box;
	padding: 0;
	line-height: 1.8em;
	font-size: var(--regular-fz);
	font-family: var(--main-ff);
	color: var(--100-Navy);
}
#wpadminbar {
	display: none !important;
}
html {
	font-size: 62.5%;
	background-color: var(--1000-Offwhite);
	margin-top: 0 !important;
}
h1 {
	font-size: var(--h1-fz);
}
h2 {
	font-size: var(--h2-fz);
	line-height: 100%;
	letter-spacing: -1.8px;
}
h3 {
	font-size: var(--h3-fz);
}
h4 {
	font-size: var(--h4-fz);
	line-height: 120%;
	letter-spacing: -1.2px;
}
h6,
p {
	font-weight: 500;
}
h5 {
	font-size: var(--h5-fz);
}
h6 {
	font-size: var(--h6-fz);
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
p {
	font-style: normal;
	line-height: 140%;
	letter-spacing: -0.16px;
}
button {
	width: 127px;
	height: 36px;
	border: none;
	cursor: pointer;
}
.b1 {
	font-size: var(--b1-fz);
	line-height: 130%;
	letter-spacing: -2%;
}
.b2,
.b3 {
	line-height: 140%;
	font-weight: 500;
}
.b2,
.b3,
.caption {
	letter-spacing: -1%;
}
.b2 {
	font-size: var(--b2-fz);
}
.b3 {
	font-size: var(--b3-fz);
}
.caption {
	font-size: var(--caption-fz);
	line-height: 120%;
}
.container {
	max-width: 1344px;
	margin: auto;
	width: 96vw;
}
.stands-out,
.stands-out-step {
	margin-top: var(--space-48);
}
.about-us-team-img,
.footer-company-logo img,
.popup-meta-first-colum,
.popup-meta-second-colum,
.swiper {
	width: 100%;
}
@media (max-width: 767px) {
	.small {
		display: block;
	}
	.large {
		display: none;
	}
}
@media (min-width: 768px) {
	.small {
		display: none;
	}
	.large {
		display: block;
	}
}
.swiper-button-next,
.swiper-button-prev {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.swiper-button-prev {
	background-image: url('/wp-content/uploads/2026/03/prev.svg');
}
.swiper-button-next {
	background-image: url('/wp-content/uploads/2026/03/next.svg');
}
.header-wrapper {
	border-radius: 3px;
	background: rgba(239, 237, 232, 0.3);
	backdrop-filter: blur(25px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 93.38vw;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	padding: var(--space-0_6);
	top: var(--space-24);
	z-index: 9;
}
.header-logo-img,
.menu-item {
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav-lang-contact {
	display: flex;
}
.menu-lang-wrapper {
	display: flex;
	flex-direction: row-reverse;
}
nav {
	line-height: 0.86;
}
nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: var(--space-18);
}
.menu-item::marker {
	display: none;
}
.menu-item a {
	color: var(--1000-Offwhite);
	padding: var(--space-12) var(--space-16);
	line-height: 1;
}
#menu-item-1054,
#menu-item-1518,
#menu-item-1622 {
	border-radius: 3px;
	background: var(--400-Blue, #0075cf);
}
#menu-item-1054 a,
#menu-item-1518 a,
#menu-item-1622 a {
	color: var(--1000-Offwhite) !important;
}
footer {
	background-color: var(--200-Navy);
	padding: var(--space-48);
}
.footer-links-header {
	color: var(--700-Green, #6da4a9);
	margin-bottom: var(--space-18);
}
.footer-slogan-links {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 1fr 38.78vw;
	margin-bottom: var(--space-48);
}
.footer-slogan {
	color: var(--800-Green, #afcdcb);
	font-weight: 400;
	max-width: 26.6vw;
}
.footer-links-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 6rem;
}
.footer-form br,
.showreel-button-second,
.wpcf7-spinner,
footer .footer-links .lang-item {
	display: none;
}
.footer-links-wrapper a {
	color: var(--800-Green, #afcdcb) !important;
	line-height: 140%;
	padding: 0;
}
.future-slide-2-content h3,
.future-slide-3-text h3,
.future-slide-4 span {
	line-height: 110%;
	color: var(--700-Green);
}
.footer-links ul {
	display: flex;
	flex-direction: column;
	gap: var(--space-0_6);
}
.about-us-team-contact,
.cf-first-column,
.footer-form,
.meet-our-team-slider-content,
.stands-out-step-list {
	flex-direction: column;
	display: flex;
}
.footer-links .menu-item {
	display: block;
	line-height: unset;
}
.footer-cf {
	width: 100%;
	max-width: 42.38vw;
}
.footer-form {
	gap: var(--space-16);
}
.cf-footer-columns,
.into-account-items {
	display: flex;
	gap: var(--space-16);
}
.footer-label {
	display: flex;
	flex-direction: column;
	margin-bottom: var(--space-12);
}
.footer-cf-logos,
.footer-company-logo,
.services-process-title {
	margin-bottom: var(--space-48);
}
.footer-form input[type='email'],
.footer-form input[type='text'],
.footer-form select,
.footer-form textarea {
	width: 100%;
	padding: var(--space-16);
	background: 0 0;
	font-size: 1.4rem;
	outline: 0;
	border-radius: 3px;
	border: 1px solid var(--800-Green, #afcdcb);
	color: var(--700-Green);
	height: 52px;
}
.footer-copyrights a,
.footer-copyrights p,
.wpcf7-list-item-label {
	color: var(--800-Green, #afcdcb);
	font-size: 12px;
}
.footer-form textarea {
	height: 180px;
	resize: vertical;
	width: 320px;
}
.cf-bottom-row .wpcf7-list-item > label {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: var(--space-0_8);
}
.wpcf7-list-item-label {
	display: flex;
	align-items: center;
	grid-area: var(--space-0_8);
	font-family: Inter;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.12px;
}
.wpcf7 select option {
	background-color: var(--100-Navy);
	color: var(--1000-Offwhite);
	font-size: 1.4rem;
}
.footer-checkbox input[type='checkbox'] {
	width: 18px;
	height: 18px;
}
.footer-submit input[type='submit'] {
	display: flex;
	height: 36px;
	padding: 0 16px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	font-size: 1.4rem;
	color: var(--1000-Offwhite);
	border-radius: 3px;
	background: var(--400-Blue, #0075cf);
	border-color: var(--400-Blue);
}
.cf-bottom-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer-cf-logos {
	display: grid;
	justify-content: space-between;
	align-items: center;
	grid-template-columns: 1fr 38.78vw;
}
.footer-logos {
	gap: var(--space-64);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-logos img {
	width: 100%;
	height: 80px;
}
.footer-copyrights,
.portfolio-swiper-pagination-navigation-wrapper,
.services-portfolio-logo-company {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about-us-hero-img-wrapper,
.hero-intro,
.services-video-embed,
.showreel,
.showreel-embed {
	position: relative;
}
.hero-text {
	color: var(--1000-Offwhite);
	width: 47vw;
	position: absolute;
	z-index: 1;
	padding: 0 0 var(--space-48) var(--space-48);
	bottom: 11rem;
}
.services-process-step .step-text,
.values-step-number,
.values-step-text {
	color: var(--800-Green);
}
.hero-video-wrapper {
	position: sticky;
	top: 0;
	height: 100vh;
	overflow: hidden;
}
.hero-video-embed {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	transform-origin: left center;
}
.basket-heading,
.logo-color {
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
}
.hero-video-embed iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}
.intro-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--space-48);
	align-items: center;
	height: 100vh;
}
.clients-logos-swiper {
	height: 60px;
	margin-bottom: var(--space-160);
}
.swiper-slide.client-logo-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 170px;
	position: relative;
}
.client-logo-slide img {
	height: 100%;
	width: auto;
	transition: opacity 0.3s;
}
.logo-color {
	position: absolute;
	inset: 0;
	opacity: 0;
	top: 50%;
}
.client-logo-slide:hover .logo-mono {
	opacity: 0;
}
.about-us-text-paragraph.active,
.basket-heading.visible,
.client-logo-slide:hover .logo-color {
	opacity: 1;
}
.section-home-basket {
	position: relative;
	height: 200vh;
}
.basket-inner {
	position: sticky;
	top: 0;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-attachment: fixed;
}
.basket-heading {
	position: absolute;
	top: 50%;
	text-align: center;
	opacity: 0;
	width: 40rem;
	transition:
		opacity 0.4s,
		transform 0.4s;
}
.basket-stage {
	position: relative;
	width: 100%;
	max-width: 1100px;
	height: 500px;
}
.basket-img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	transform: translate(-50%, -50%) scale(0.9);
	opacity: 0;
	transition: opacity 0.4s;
	will-change: transform, opacity;
}
.showreel-button,
.showreel-embed::before,
.showreel-logo {
	transform: translate(-50%, -50%);
}
.basket-img.img-1 {
	--tx: -250%;
	--ty: -250%;
}
.basket-img.img-2 {
	--tx: 400%;
	--ty: -300%;
}
.basket-img.img-3 {
	--tx: -500%;
	--ty: 50%;
}
.basket-img.img-4 {
	--tx: 300%;
	--ty: 300%;
}
.basket-img.img-5 {
	--tx: -400%;
	--ty: 350%;
}
.basket-img.img-6 {
	--tx: 500%;
	--ty: -30%;
}
.section-values-horizontal {
	position: relative;
	height: 500vh;
}
.values-horizontal-sticky {
	position: sticky;
	top: 0;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.values-horizontal-progress {
	width: 100%;
	height: 1.5px;
	top: var(--space-48);
	position: relative;
	border-radius: 2px;
}
.values-horizontal-progress-fill {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0%;
	background: linear-gradient(273deg, #3488c9 -4.47%, #2eb5b1 102.81%);
	border-radius: 2px;
}
.values-horizontal-progress-fill::before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 25%;
	right: -9px;
	transform: translate(-50%, -50%);
	border: 1.5px solid #3488c9;
	border-radius: 5px;
}
.showreel-button,
.stands-out-see-portfolio {
	border-radius: 3px;
	font-family: Inter;
	text-align: center;
}
.values-horizontal-track {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: var(--sapce-32);
}
.values-step-number {
	font-size: var(--h6-fz) !important;
	margin-bottom: var(--space-18);
}
.blog .menu-item a,
.blog-popup-meta .blog-popup-reading-time,
.post-type-archive-portfolio .menu-item a,
.services-process-step.active .step-number,
.services-process-step.active .step-text,
.values-horizontal-step.active .values-step-number,
.values-horizontal-step.active .values-step-text {
	color: var(--100-Navy);
}
.showreel-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 70%;
	width: 100%;
	z-index: 1;
}
.showreel-button {
	padding: 13px 18px;
	background: rgba(239, 237, 232, 0.3);
	backdrop-filter: blur(25px);
	color: #f8f7f4;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.14px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	margin-bottom: 48px;
	z-index: 1;
	cursor: pointer;
}
.stands-out-see-portfolio,
.stands-out-step {
	font-weight: 500;
	line-height: 140%;
	font-style: normal;
}
.showreel-embed::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(19, 40, 72, 0.7);
	top: 50%;
	left: 50%;
	z-index: 1;
	transition: opacity 0.3s;
}
.showreel-embed.showreel-active::before {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}
.stands-out-main-header {
	max-width: 20vw;
}
.stands-out-columns {
	display: grid;
	align-items: flex-start;
	grid-template-columns: 1fr auto;
	height: 60vh;
}
.stands-out-img-wrapper {
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}
.stands-out-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0;
	transform: translateX(20px);
	transition:
		opacity 0.5s,
		transform 0.5s;
}
.stands-out-right,
.stands-out-steps {
	position: relative;
	height: 100%;
	display: flex;
}
.stands-out-img.active {
	opacity: 1;
	transform: translateX(0);
}
.stands-out-right {
	flex-direction: column;
}
.stands-out-header {
	color: var(--800-Green);
	cursor: pointer;
	transition:
		opacity 0.3s,
		transform 0.3s;
}
.stands-out-header.active {
	opacity: 1;
	color: var(--100-Navy);
}
.stands-out-steps {
	flex-direction: column;
	justify-content: space-between;
}
.stands-out-step {
	position: absolute;
	inset: 0;
	opacity: 0;
	color: var(--100-Navy);
	font-size: 16px;
	letter-spacing: -0.16px;
	transform: translateY(10px);
	transition:
		opacity 0.4s,
		transform 0.4s;
}
.future-img.active,
.future-slide.active,
.process-img.active,
.stands-out-step.active {
	opacity: 1;
	transform: translateY(0);
}
.stands-out-see-portfolio {
	display: flex;
	height: 70px;
	padding: 0 16px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: var(--200-Navy, #163561);
	color: var(--1000-Offwhite, #f8f7f4);
	font-size: 14px;
	letter-spacing: -0.28px;
	width: 145px;
}
.blog #menu-item-1054 a,
.blog #menu-item-1518 a,
.blog #menu-item-1622 a,
.future-tag,
.post-type-archive-portfolio #menu-item-1054 a,
.post-type-archive-portfolio #menu-item-1518 a,
.post-type-archive-portfolio #menu-item-1622 a {
	color: var(--1000-Offwhite);
}
.future-tag,
.services-video-btn {
	backdrop-filter: blur(25px);
	letter-spacing: -0.14px;
}
.stands-out-right .stands-out-progress {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 50%;
	left: -48px;
	width: 5px;
	height: 100%;
	transform: translate(-50%, -50%);
}
.stands-out-squares {
	display: flex;
	gap: var(--space-0_8);
}
.stands-out-progress-square {
	width: 8px;
	height: 8px;
	aspect-ratio: 1/1;
	border-radius: 2px;
	border: 0.5px solid var(--700-Green);
}
.stands-out-progress-square.active {
	background: var(--700-Green);
}
.stands-out-progress-bar {
	width: 2px;
	height: 100%;
	background: #3488c9;
	position: relative;
}
.stands-out-progress-fill {
	position: absolute;
	inset: 0;
	width: 2px;
	background: #3488c9;
	transition: width 1.5s linear;
}
.stands-out-progress-fill::before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 25%;
	right: -17px;
	transform: translate(-50%, -50%);
	border: 1.5px solid #3488c9;
	border-radius: 5px;
}
.about-a-future {
	position: relative;
	height: 400vh;
	margin-top: var(--space-260);
}
.about-a-future-wrapper {
	position: sticky;
	top: 10rem;
	height: 88.36vh;
	display: grid;
	gap: 0;
	align-items: center;
	grid-template-columns: 1fr 1fr;
}
.about-a-future-left,
.about-a-future-right {
	position: relative;
	height: 100%;
}
.future-img,
.future-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transform: translateY(20px);
	transition:
		opacity 0.5s,
		transform 0.5s;
}
.future-img,
.future-img.active {
	transform: scale(1);
}
.future-img,
.process-img {
	transition:
		opacity 0.6s,
		transform 0.6s;
	object-fit: cover;
}
.future-img {
	width: 100%;
	height: 100%;
	object-position: right;
}
.future-tags-wrapper {
	position: absolute;
	top: 4%;
	right: -19%;
	transform: translateX(-50%);
	width: 45vw;
	z-index: 5;
	pointer-events: none;
}
.future-tag {
	font-size: 1.4rem;
	text-align: center;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	border-radius: 3px;
	background: rgba(239, 237, 232, 0.3);
	padding: 9px 20px;
	display: ruby-base;
	margin-bottom: 35px;
	margin-right: 6px;
}
.meet-our-team-more,
.services-video-btn {
	color: var(--1000-Offwhite, #f8f7f4);
	font-weight: 500;
}
.future-slide {
	padding: var(--space-48);
	background: #efede8;
}
.future-slide-1,
.future-slide-4 {
	display: flex;
	justify-content: center;
	align-content: center;
	height: 100%;
	flex-direction: column;
}
.about-a-future-left h2 {
	color: var(--700-Green);
	font-weight: 500;
	letter-spacing: -1.2px;
}
.future-slide-2,
.future-slide-3 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.future-slide-2-content {
	max-width: 43.3vw;
	width: 100%;
}
.future-slide-2-content h3 {
	font-size: 2.8rem;
	margin-bottom: 3rem;
	font-weight: 500;
}
.future-slide-2-content p,
.future-slide-3-text p {
	font-size: 1.8rem;
	letter-spacing: -0.36px;
}
.future-slide-3-logos {
	display: flex;
	align-items: center;
	gap: 48px;
}
.future-slide-3-text {
	max-width: 34.7vw;
	width: 100%;
}
.future-slide-3-text h3 {
	font-size: 2.8rem;
	font-weight: 500;
	margin-bottom: 3rem;
}
.future-slide-4 span {
	font-size: 4rem;
}
.future-slide-4 h2 {
	color: var(--100-Navy);
	font-size: 4rem;
	line-height: 110%;
}
.services-video {
	position: relative;
	margin-top: var(--space-48);
}
.services-video-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	padding: 6px 20px;
	border-radius: 3px;
	background: rgba(239, 237, 232, 0.3);
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.meet-our-team {
	padding: var(--space-120) 0;
}
.meet-our-team-wrapper {
	display: flex;
	gap: var(--space-96);
}
.meet-our-team-header {
	width: 32.19vw;
}
.services-portfolio-wrapper,
.swiper-slide.meet-our-team-slider {
	display: flex;
	gap: var(--space-48);
}
.meet-our-team-img {
	max-width: 255px;
	max-height: 345px;
	width: auto;
	height: auto;
}
.blog-popup,
.portfolio-popup {
	pointer-events: none;
	max-width: 1344px;
}
.meet-our-team-name {
	font-size: 2.4rem;
	margin-bottom: var(--space-0_8);
}
.meet-our-team-position {
	font-size: 1.4rem;
	margin-bottom: var(--space-24);
}
.meet-our-team-flags {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: var(--space-12);
	margin-bottom: auto;
}
.meet-our-team-description {
	font-size: 2.4rem;
	line-height: 120%;
	margin-bottom: var(--space-24);
}
.meet-our-team-more {
	display: flex;
	height: 36px;
	padding: 8px 16px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: var(--100-Navy);
	font-size: 14px;
	font-style: normal;
	line-height: 140%;
	letter-spacing: -0.28px;
	width: 150px;
	color: var(--1000-Offwhite);
}
.trus-us-header {
	width: 22.24vw;
	margin-bottom: var(--space-48);
}
.trust-us-slide.swiper-slide {
	border-radius: 3px;
	background: #efede8;
	height: 49.74vh;
	padding: var(--space-24);
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
.trust-us-name,
.trust-us-position {
	color: var(--700-Green);
	line-height: 140%;
	text-align: right;
}
.trust-us-company {
	text-align: right;
}
.trust-us-button-next.swiper-button-next,
.trust-us-button-prev.swiper-button-prev {
	bottom: 0;
	top: unset;
}
.swiper-button-next::after,
.swiper-button-prev::after {
	content: '';
	content: '' !important;
}
.trust-us-swiper {
	height: 60vh;
}
.swiper-pagination-bullet {
	width: 8px !important;
	height: 8px !important;
	aspect-ratio: 1/1;
	border-radius: 2px !important;
	border: 0.5px solid var(--700-Green, #6da4a9);
	background: 0 0 !important;
}
.swiper-pagination-bullet-active {
	background: var(--700-Green, #6da4a9) !important;
}
.services-process {
	position: relative;
	height: 350vh;
}
.services-process-sticky {
	position: sticky;
	top: var(--space-120);
	height: 100vh;
	display: flex;
	flex-direction: column;
}
.services-process-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: var(--space-80);
	gap: var(--space-160);
}
.services-process-steps {
	display: flex;
	flex-direction: column;
	gap: var(--space-40);
}
.step-number {
	color: var(--800-Green);
	margin-bottom: var(--space-18);
}
.services-process-right {
	height: 51vh;
	position: relative;
}
.process-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: translateY(20px);
}
.services-process-progress {
	display: none;
	width: 1.5px;
	height: 100%;
	position: absolute;
	left: -40px;
	top: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 2px;
}
.services-process-progress-fill {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0%;
	background: linear-gradient(180deg, #3488c9 -4.47%, #2eb5b1 102.81%);
	border-radius: 2px;
}
.services-process-progress-fill::before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%);
	border: 1.5px solid #3488c9;
	border-radius: 5px;
	background: #f8f7f4;
}
.into-account {
	margin-bottom: var(--space-48);
	/* min-height: 100vh; */
	min-height: unset;
}
.into-account-header {
	width: 23.6vw;
	margin-bottom: var(--space-48);
}
.into-account-item {
	border-radius: 3px;
	background: var(--900-Offwhite, #efede8);
	padding: var(--space-24) var(--space-24) var(--space-24) 0;
	width: 100%;
}
.into-account-item-header,
.into-account-text {
	padding-left: var(--space-24);
	font-family: Inter;
	font-style: normal;
	color: var(--100-Navy, #132848);
}
.into-account-img {
	margin-bottom: var(--space-24);
}
.into-account-item-header {
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.2px;
	margin-bottom: 1rem;
}
.into-account-text {
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.28px;
}
.into-account-item.into-account-item-swiper-slide.swiper-slide {
	height: 346px !important;
}
.design-and-build {
	height: 100vh;
	padding: var(--space-64) var(--space-48);
	position: relative;
	overflow: hidden;
}
.design-and-build-wrapper {
	background-size: contain;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.design-and-build-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	gap: var(--space-48);
	justify-content: center;
	align-items: center;
}
.design-and-build-header {
	text-align: center;
	line-height: 110%;
}
.design-and-build-btn,
.portfolio-filters span {
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.28px;
	gap: 10px;
}
.design-and-build-btn {
	text-align: center;
	display: flex;
	height: 36px;
	padding: 0 16px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	background: var(--200-Navy, #163561);
	color: var(--1000-Offwhite, #f8f7f4);
	font-size: 14px;
}
.services-portfolio {
	padding: var(--space-48) 0;
}
.services-portfolio-item {
	flex: 1;
	transition:
		flex 0.5s,
		transform 0.5s;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: var(--space-18);
}
.services-portfolio-img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	border-radius: 8px;
	transition:
		transform 0.5s,
		filter 0.5s;
}
.services-portfolio-wrapper:hover .services-portfolio-item {
	flex: 0.8;
	filter: brightness(0.8);
}
.services-portfolio-wrapper .services-portfolio-item:hover {
	flex: 1.2;
	filter: brightness(1);
}
.services-portfolio-wrapper .services-portfolio-item:hover .services-portfolio-img {
	transform: scale(1.05);
}
.portfolio-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: var(--space-160);
}
.portfolio-item {
	cursor: pointer;
	transition: transform 0.3s;
}
.portfolio-item:hover {
	transform: scale(1.03);
}
.portfolio-item-img img {
	width: 100%;
	height: 364px;
	object-fit: cover;
	border-radius: 3px;
	aspect-ratio: 16/9;
}
.portfolio-item-info {
	display: flex;
	justify-content: space-between;
	margin-top: var(--space-18);
}
.blog-popup-overlay,
.portfolio-popup-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	pointer-events: none;
	transition: 0.3s;
}
.blog-popup-overlay.active,
.portfolio-popup-overlay.active {
	opacity: 1;
	pointer-events: auto;
}
#portfolio-item-pop-up,
.blog-popup-left {
	height: 100%;
}
.portfolio-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 94vw;
	height: auto;
	max-height: 645px;
	background: #fff;
	transform: translate(-50%, -50%) scale(0.8);
	opacity: 0;
	border-radius: 3px;
	overflow: hidden;
	transition: 0.3s;
	display: flex;
	flex-direction: column;
}
.portfolio-popup.active {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, -50%) scale(1);
}
.blog-popup-close,
.popup-close {
	position: absolute;
	top: 0;
	right: 0;
	width: unset;
	height: unset;
	padding: 0;
}
.blog-popup-close img,
.popup-close img {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 32px;
	background: 0 0;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid var(--100-Navy, #132848);
	padding: 6px 10px;
	margin: var(--space-16);
	width: 38px;
	height: 38px;
}
.popup-content {
	display: grid;
	grid-template-columns: 72.37% 1fr;
	height: 100%;
	padding: var(--space-16);
	gap: 2rem;
	align-items: end;
}
.blog-popup-content,
.contact-us-details,
.contact-us-wrapper {
	grid-template-columns: 1fr 1fr;
}
.popup-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 16/9;
}
.popup-right {
	overflow-y: auto;
	margin-bottom: 2%;
}
.portfolio-archive-title {
	width: 48.2vw;
	margin: var(--space-48) 0;
	padding: var(--space-48) 0;
}
.portfolio-filters {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 16px;
	margin-bottom: var(--space-48);
}
.portfolio-filters span {
	color: var(--100-Navy, #132848);
	font-size: 14px;
	display: flex;
	height: 36px;
	padding: 0 16px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	border: 1px solid var(--100-Navy, #132848);
}
.blog-popup-meta span,
.contact-us-details a,
.contact-us-details p,
.popup-meta p {
	border-bottom: 0.5px solid var(--700-Green, #6da4a9);
}
.blog .footer-links-wrappe .menu-item a,
.post-type-archive-portfolio .footer-links-wrapper a {
	color: var(--800-Green, #afcdcb);
}
.portfolio-archive {
	margin-top: 160px;
}
.portfolio-item-img-swiper .swiper-slide,
.portfolio-item-img-swiper-slide {
	width: 100% !important;
}
.portfolio-swiper-pagination-navigation-wrapper .swiper-button-next,
.portfolio-swiper-pagination-navigation-wrapper .swiper-button-prev,
.portfolio-swiper-pagination-navigation-wrapper .swiper-pagination {
	position: relative;
	left: unset;
	right: unset;
	top: unset;
	bottom: unset;
}
.popup-meta {
	display: flex;
	justify-content: start;
	gap: var(--space-18);
	align-items: end;
}
.popup-meta img {
	margin-bottom: 3rem;
}
.popup-meta p {
	padding: var(--space-12) 0;
	color: var(--200-Navy, #163561);
	font-size: 1.4rem;
	line-height: 120%;
	letter-spacing: -0.141px;
}
.about-us-text-paragraph,
.about-us-text-paragraph span {
	font-size: 3rem;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -0.6px;
}
.popup-meta-first-colum p {
	color: var(--700-Green);
}
.about-us-hero-img {
	width: 100%;
	max-height: 780px;
	object-fit: cover;
}
.about-us-hero-text {
	position: absolute;
	left: 0;
	bottom: 0;
	color: var(--900-Offwhite, #efede8);
	padding: 48px;
	width: 45.3vw;
}
.about-us-text-wrapper {
	display: block;
	padding: var(--space-48);
	margin: var(--space-96) auto;
	width: 52.8vw;
}
.about-us-text-paragraph {
	margin-bottom: var(--space-48);
	transition: opacity 0.4s;
	opacity: 0.2;
	cursor: pointer;
}

.about-us-text-paragraph:hover {
	opacity: 1;
}

.about-us-text-paragraph span {
	color: var(--300-Blue);
}
.about-us-team-contact a,
.contact-us-details p {
	color: var(--700-Green, #6da4a9);
}
.about-us-text-img {
	width: 100%;
	margin-top: var(--space-48);
	transition: transform 0.6s;
	transform: scale(1);
}
.about-us-text-img.active {
	transform: scale(1.5);
}
.about-us-team,
.contact-us {
	margin-bottom: var(--space-120);
}
.about-us-team-header {
	margin-bottom: var(--space-48);
	width: 21vw;
}
.about-us-team-name {
	font-size: 2.4rem;
	line-height: 120%;
	letter-spacing: -0.72px;
	margin-bottom: var(--space-0_8);
}
.about-us-team-position {
	font-size: 1.4rem;
	letter-spacing: -0.28px;
	height: 60px;
}
.about-us-team-contact a,
.join-us-button {
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.28px;
	line-height: 140%;
}
.about-us-team-flags {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: var(--space-12);
	margin-bottom: var(--space-24);
	margin-top: var(--space-48);
}
.join-us-button,
.join-us-wrapper {
	display: flex;
	flex-direction: column;
}
.join-us {
	margin-top: var(--space-64);
	margin-bottom: var(--space-120);
	height: 57.8vh;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.join-us-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	gap: var(--space-48);
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 40vw;
}
.join-us-button {
	height: 36px;
	padding: 0 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 3px;
	background: var(--200-Navy, #163561);
	color: var(--1000-Offwhite, #f8f7f4);
}
.contact-hero-img {
	width: 100%;
	position: relative;
	max-height: 780px;
	object-fit: cover;
}
.contact-hero-text {
	position: absolute;
	top: unset;
	left: 0;
	padding: var(--space-48);
	width: 41vw;
	color: var(--900-Offwhite);
	bottom: 18%;
}
.contact-us-wrapper {
	display: grid;
	gap: var(--space-120);
}
.contact-us-first-column {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.contact-us-details {
	display: grid;
	align-items: center;
	gap: var(--space-12);
	padding: var(--space-12) 0;
}
.contact-us-details p {
	font-size: 1.4rem;
	padding: var(--space-12) 0;
	line-height: 140%;
}
.contact-us-details a,
.countact-us-hours .contact-us-details-link {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.28px;
	color: var(--100-navy);
	padding: var(--space-12) 0;
}
.blog-item-excerpt,
.blog-item-title,
.blog-popup-text p,
.blog-popup-title {
	color: var(--100-Navy, #132848);
	font-family: Inter;
	font-style: normal;
}
.contact-us-second-column {
	display: flex;
	flex-direction: column;
	gap: var(--space-48);
}
.blog-popup {
	position: fixed;
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%) scale(0.9);
	opacity: 0;
	width: 100%;
	max-height: 70vh;
	height: 70vh;
	display: flex;
	padding: var(--space-24);
	border-radius: 3px;
	background: var(--1000-Offwhite, #f8f7f4);
	transition: 0.3s;
}
.blog-popup.active {
	z-index: 9;
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, -50%) scale(1);
}
.blog-popup-content {
	display: grid;
	height: 100%;
	gap: var(--space-24);
}
.blog-popup-img,
.blog-popup-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-popup-right {
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	padding-right: 8px;
	min-height: 0;
}
.blog-grid,
.blog-item,
.blog-popup-meta {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.blog-popup-meta span,
.blog-popup-text {
	padding: var(--space-12) 0;
}
.blog-popup-title {
	font-size: 40px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -1.2px;
	margin-top: 0;
}
.blog-popup-text p {
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.36px;
	margin-bottom: 1em;
}
.blog-popup-meta {
	gap: var(--space-12);
	margin: var(--space-32) 0;
}
.blog-popup-meta span {
	color: var(--700-Green, #6da4a9);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.28px;
}
.blog-popup-body {
	flex: none;
	overflow: visible;
}
.no-scroll {
	overflow: hidden;
}
.blog-archive {
	margin-top: var(--space-160);
}
.blog-archive-title {
	padding: var(--space-48) 0;
	margin: var(--space-48) 0;
	width: 46vw;
}
.blog-grid {
	margin-bottom: var(--space-160);
}
.blog-item {
	max-height: 356px;
	height: 100%;
	cursor: pointer;
}
.blog-item-img img {
	width: 100%;
	height: 356px;
	object-fit: cover;
	display: flex;
	background: #efede8;
}
.blog-item-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.2px;
}
.blog-item-excerpt {
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.28px;
}
.blog-item-info {
	background: #efede8;
	padding: var(--space-24);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media (max-width: 767px) {
	.footer-menu .menu-item-1054,
	.footer-menu .menu-item-1518,
	.footer-menu .menu-item-1622,
	.future-tags-wrapper,
	.nav-lang-contact.large,
	.portfolio-filters,
	.services-process-step,
	.stands-out-progress-bar,
	nav.small {
		display: none;
	}
	.about-a-future-wrapper,
	.contact-us-wrapper,
	.footer-slogan-links,
	.intro-grid,
	.popup-content,
	.portfolio-grid,
	.stands-out-columns {
		grid-template-columns: 1fr;
	}
	h1 {
		font-size: var(--h1-fz-m);
	}
	h2 {
		font-size: var(--h2-fz-m);
	}
	h4 {
		font-size: var(--h4-fz-m);
	}
	.container {
		max-width: 92vw;
		width: auto;
	}
	.header-wrapper {
		flex-direction: column-reverse;
		width: 100%;
	}
	nav.small {
		flex-direction: column;
		justify-content: flex-start;
		width: 100%;
	}
	nav.small.active {
		display: flex;
	}
	.menu-mobile-wrapper {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}
	.mobile-menu .menu {
		flex-direction: column;
		margin-top: var(--space-80);
	}
	.menu-contact-icon-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}
	.menu-icon {
		cursor: pointer;
	}
	.menu-item {
		width: 100%;
		justify-content: flex-start;
	}
	.lang-item-wrapper {
		display: flex;
		width: 100%;
		margin-top: 72px;
	}
	.hero-text,
	.into-account-header,
	.lang-item-wrapper .menu-item {
		width: auto;
	}
	.menu-item-1054,
	.menu-item-1518,
	.menu-item-1622 {
		display: flex;
		height: 36px;
		padding: 0 16px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
		border-radius: 3px;
		background: var(--400-Blue, #0075cf);
	}
	.basket-stage,
	.join-us {
		background-size: cover;
	}
	.menu-item-1054 a,
	.menu-item-1518 a,
	.menu-item-1622 a {
		padding: 0;
		color: var(--1000-Offwhite) !important;
	}
	.hero-video-wrapper {
		overflow: visible;
	}
	.hero-video-embed {
		transition: transform 0.1s linear;
		will-change: transform;
	}
	.hero-video-embed iframe {
		top: -61px !important;
		max-width: 100vw;
	}
	.hero-text {
		bottom: 14%;
		padding: var(--space-16);
		z-index: 1;
	}
	.intro-grid {
		z-index: 2;
		position: relative;
	}
	.basket-inner {
		overflow: hidden;
		background-image: none !important;
	}
	.basket-heading {
		z-index: 9;
		width: 75vw;
	}
	.basket-stage {
		max-width: unset;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url('/wp-content/uploads/2026/02/siatka.svg');
	}
	.basket-img {
		max-width: 160px;
	}
	.basket-img.img-1 {
		--tx: 0;
		--ty: -300%;
	}
	.basket-img.img-2 {
		--tx: 100%;
		--ty: 150%;
	}
	.basket-img.img-3 {
		--tx: 120%;
		--ty: -200%;
	}
	.basket-img.img-4 {
		--tx: 0;
		--ty: 300%;
	}
	.basket-img.img-5 {
		--tx: -100%;
		--ty: -150%;
	}
	.basket-img.img-6 {
		--tx: 500%;
		--ty: -30%;
		--tx: -100%;
		--ty: 200%;
	}
	.cf-footer-columns,
	.footer-form,
	.meet-our-team-wrapper,
	.services-portfolio-wrapper,
	.values-horizontal-track {
		flex-direction: column;
	}
	.stands-out {
		margin: var(--space-64) auto;
		margin-bottom: 0;
		overflow-x: hidden;
	}
	.stands-out-main-header {
		max-width: 50vw;
	}
	.stands-out-columns {
		height: 100vh;
	}
	.stands-out-steps {
		height: 20vh;
	}
	.stands-out-see-portfolio {
		display: flex;
		height: 36px;
		padding: 0 16px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
		color: var(--1000-Offwhite, #f8f7f4);
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 140%;
		letter-spacing: -0.28px;
	}
	.stands-out-right {
		margin: var(--space-48) 0;
		margin-bottom: 0;
	}
	.about-a-future {
		margin-top: 0;
	}
	.about-a-future-wrapper {
		top: 10vh;
		height: 90vh;
	}
	.future-slide,
	footer {
		padding: var(--space-16);
	}
	.about-a-future-left h2 {
		font-size: 3.2rem;
		font-weight: 400;
		line-height: 120%;
	}
	.future-slide-2 {
		gap: var(--space-0_8);
	}
	.footer-cf,
	.future-slide-2-content,
	.future-slide-3-text {
		max-width: unset;
	}
	.future-slide-2-content h3,
	.future-slide-3-text h3,
	.future-slide-4 h2,
	.future-slide-4 span {
		font-size: 2.4rem;
	}
	.future-slide-2-content p,
	.future-slide-3-text p,
	.meet-our-team-position {
		font-size: 1.4rem;
	}
	.swiper-slide.meet-our-team-slider {
		flex-direction: column;
		padding: 0 var(--space-16);
	}
	.meet-our-team-slide-mobile-wrapper {
		display: flex;
		gap: var(--space-24);
	}
	.meet-our-team-img {
		max-width: 189px;
	}
	.meet-our-team-description,
	.meet-our-team-name {
		font-size: 1.8rem;
		font-weight: 400;
	}
	.trus-us-header {
		width: 50vw;
	}
	.footer-slogan {
		max-width: 50vw;
		margin-bottom: var(--space-64);
	}
	.footer-links-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.blog-grid,
	.blog-item,
	.blog-popup-content,
	.footer-cf-logos {
		grid-template-columns: 1fr;
	}
	.footer-cf-logos {
		gap: 4rem;
	}
	.footer-form textarea {
		width: 100%;
	}
	.footer-logos img {
		height: 60px;
		max-width: 70px;
	}
	.footer-copyrights {
		display: flex;
		flex-wrap: wrap;
	}
	.into-account {
		min-height: unset;
		height: 50vh;
	}
	.into-account-img {
		max-width: 100px;
	}
	.services-process-wrapper {
		display: flex;
		flex-direction: column-reverse;
		gap: var(--sapce-32);
		margin-top: 0;
	}

	.services-process-sticky {
		top: var(--space-48);
	}
	.services-process-step.active {
		display: block;
	}
	/* .design-and-build-content {
		top: 25px;
	} */
	.portfolio-archive-title {
		width: auto;
		font-size: 3.2rem;
	}
	.portfolio-item-img img {
		height: 200px;
	}
	.portfolio-popup.active {
		z-index: 9;
	}
	.popup-left {
		margin-top: 54px;
	}
	.about-us-hero-img-wrapper,
	.page-template-page-kontakt .hero-video-wrapper {
		height: 100vh;
	}
	.about-us-hero-img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.about-us-hero-text {
		padding: 16px;
		width: auto;
	}
	.about-us-text-wrapper {
		padding: 0;
		margin: 140px auto auto;
		width: auto;
	}

	.about-us-text-paragraph {
		opacity: 1;
	}

	.about-us-text-paragraph,
	.about-us-text-paragraph span {
		font-size: 1.8rem;
	}
	.about-us-team-img {
		width: 256px;
	}
	#about-us-team .swiper-slide {
		width: 80%;
	}
	.join-us-wrapper {
		width: 80vw;
	}
	.blog-archive-title {
		font-size: 3.2rem;
		width: auto;
	}
	.blog-grid {
		row-gap: var(--space-48);
	}
	.blog-item {
		max-height: unset;
	}
	.blog-item-img img {
		height: 258px;
	}
	.blog-item-title {
		margin-bottom: 32px;
	}
	.blog-popup-content {
		padding-top: 48px;
	}
	.blog-popup.active {
		z-index: 9;
		max-width: 90vw;
		max-height: 90vh;
		height: 90vh;
		width: 90vw;
	}
	.contact-hero-text {
		width: auto;
		padding: 16px;
		bottom: 0;
		top: unset;
	}
	.contact-hero-img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 23%;
	}
	.contact-us-details-title.contact-us-details-address-title {
		height: 100%;
	}
}
@media (min-width: 448px) and (max-width: 767px) {
	.hero-video-embed iframe {
		height: 174vh !important;
		width: 100vw !important;
	}
}
