:root {
    --primary-font: 'Avenir Next LT Pro';
    --secondary-font: 'Noto Sans';
    --font-variant-1: 'JetBrains Mono';
}

html { height: 100%; scroll-behavior: smooth; }

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: var(--s-25);
	color: var(--s-900);
	font-size: 16px;
	font-family: var(--primary-font), var(--secondary-font), sans-serif;
	font-weight: 400;
}

* { margin: 0; padding: 0; outline: 0; -webkit-tap-highlight-color: transparent; }

a { color: var(--s-900); text-decoration: none; }
a img { border: 0; }

h1, h2, h3, h4, h5 { font-family: var(--primary-font), var(--secondary-font), sans-serif; font-weight: 700; }

strong, b { font-family: var(--primary-font), var(--secondary-font), sans-serif; font-weight: 600; }
input, textarea, button { font-family: var(--primary-font), var(--secondary-font), sans-serif; font-size: 16px; }

#email,
#newsletter_email { position: absolute; top: 0; left: 0; z-index: -100; width: 1px; height: 1px; opacity: 0; }

.wrap { display: flex; flex-direction: column; width: 100%; min-height: 100%; }
.content { display: flex; flex-wrap: wrap; box-sizing: border-box; width: 1200px; max-width: 100%; padding: 0 10px; }
.content.width-800 { width: 800px; }
.content.width-600 { width: 600px; }
.content.width-400 { width: 400px; }

.header { display: flex; width: 100%; height: 140px; }
.header .inner { transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; display: flex; flex-direction: column; align-items: center; width: 100%; padding: 30px 0; }
.header .content { flex-wrap: nowrap; justify-content: space-between; align-items: center; gap: 30px; }

.header .logo { flex-basis: 0; flex-grow: 1; display: flex; }
.header .logo a { display: flex; position: relative; }
.header .logo img { transition: opacity 0.2s ease-in-out; top: 0; left: 0; height: 80px; }
.header .logo img.light { position: absolute; opacity: 0; }
.header.transparent:not(.sticky) .logo img.light { position: static; opacity: 1; }
.header.transparent:not(.sticky) .logo img.dark { position: absolute; opacity: 0; }

.header .menu { display: flex; }
.header .menu nav { flex-basis: 0; flex-grow: 1; display: flex; flex-wrap: nowrap; align-items: center; gap: 30px; position: relative; }
.header .menu nav ul { display: flex; flex-wrap: nowrap; align-items: center; gap: 40px; list-style: none; }
.header .menu nav ul li { position: relative; }
.header .menu nav ul li,
.header .menu nav ul li button,
.header .menu nav ul li a:not(.button) { transition: color 0.2s ease-in-out; display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; gap: 6px; background: transparent; border: 0; color: var(--s-900); font-weight: 600; line-height: 20px; text-align: center; cursor: pointer; }
.header .menu nav ul li .arrow { display: flex; font-size: 14px; }

.header.transparent { position: absolute; z-index: 600; top: 0; left: 0; }
.header.transparent:not(.sticky) .menu nav ul li,
.header.transparent:not(.sticky) .menu nav ul li button,
.header.transparent:not(.sticky) .menu nav ul li a:not(.button) { color: var(--s-25); }

.header.sticky .inner { position: fixed; z-index: 600; top: 0; left: 0; background: var(--s-25); box-shadow: 0 0 20px var(--s-900-t5); }

.header .menu.secondary { flex-basis: 0; flex-grow: 1; }
.header .menu.secondary nav { justify-content: flex-end; }
.header .menu.secondary nav ul { gap: 20px; }
.header .menu.secondary nav ul li,
.header .menu.secondary nav ul li button,
.header .menu.secondary nav ul li a:not(.button) { font-size: 14px; }
.header .menu.secondary .submenu { left: auto; right: 0; min-width: 0; }
.header .menu.secondary .submenu ul { gap: 0; }

.header .menu .submenu { display: none; position: absolute; z-index: 600; top: 100%; left: 0; min-width: 174px; padding-top: 20px; }
.header .menu button:hover + .submenu,
.header .menu a:hover + .submenu,
.header .menu .submenu:hover { display: flex; }
.header .menu .submenu ul { display: flex; flex-direction: column; align-items: flex-start; gap: 0; width: 100%; padding: 6px 0; background: var(--s-900); list-style: none; }
.header .menu .submenu ul li,
.header .menu .submenu ul li button,
.header .menu .submenu ul li a:not(.button) { display: flex; justify-content: flex-start; gap: 10px; text-align: left; white-space: nowrap; }
.header .menu .submenu ul li button,
.header .menu .submenu ul li a:not(.button) { box-sizing: border-box; width: 100%; padding: 8px 16px; color: var(--s-25); font-weight: 600; line-height: 20px; }
.header .menu .submenu ul li button:before,
.header .menu .submenu ul li a:not(.button):before { transition: transform 0.2s ease-in-out; content: ""; display: flex; width: 5px; height: 5px; margin: 0 2px; background: var(--b-100); border-radius: 50%; }
.header .menu .submenu ul li button:hover:before,
.header .menu .submenu ul li a:not(.button):hover:before { transform: scale(1.5); }
.header .menu .submenu ul li button:not(.button) .flag,
.header .menu .submenu ul li a:not(.button) .flag { height: 16px; }
.header .menu .submenu ul li button:not(.button):has(.flag):before,
.header .menu .submenu ul li a:not(.button):has(.flag):before { display: none; }

.header .mobile-menu { display: none; background: transparent; border: 0; font-size: 24px; }
.header.transparent:not(.sticky) .mobile-menu { color: var(--s-25); }
.header .menu nav .mobile-menu { position: absolute; z-index: 10; top: 37px; left: 20px; color: var(--s-900); }

.page-container,
.sections-container { flex-grow: 1; display: flex; flex-direction: column; width: 100%; }

.hero { display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; box-sizing: border-box; width: 100%; min-height: 810px; padding: 140px 0 60px 0; background: var(--s-900); }
.hero:after { content: ""; position: absolute; z-index: 10; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, var(--s-900-t60) 0%, rgba(0,0,0,0) 17.28%), radial-gradient(44.2% 44.2% at 50% 55.8%, var(--s-900-t40) 0%, rgba(0,0,0,0) 75%); }
.hero video { position: absolute; top: 0; left: 0; z-index: 5; width: 100%; height: 100%; object-fit: cover; }
.hero .content { justify-content: center; gap: 34px; position: relative; z-index: 20; }
.hero .title { display: flex; justify-content: center; width: 100%; }
.hero .title h1 { color: var(--s-25); font-size: 48px; line-height: 58px; text-align: center; }

.page-head { display: flex; flex-direction: column; justify-content: flex-end; align-items: center; position: relative; box-sizing: border-box; width: 100%; min-height: 540px; padding: 60px 0; background-position: center center; background-size: cover; background-repeat: no-repeat; background-color: var(--s-900); }
.page-head:after { content: ""; position: absolute; z-index: 10; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(100% 100% at 0% 100%, var(--s-900-t90) 0%, rgba(0,0,0,0) 100%); }
.page-head .content { flex-direction: column; align-items: flex-start; gap: 20px; position: relative; z-index: 20; }
.page-head .logo { width: 240px; max-width: 100%; height: 240px; object-position: left bottom; object-fit: contain; }
.page-head .slogan { color: var(--s-25); font-size: 24px; font-weight: 300; line-height: 28px; font-family: var(--font-variant-1), monospace; }

.page { flex-grow: 1; display: flex; flex-direction: column; align-items: center; width: 100%; padding: 110px 0; }
.page:not(.grey):not(.grey-dark):not(.black):not(.brand) + .page:not(.grey):not(.grey-dark):not(.black):not(.brand) { padding-top: 0; }
.page:first-child { padding-top: 80px; }
.page.slim { padding-top: 50px; }
.page.grey { background: var(--s-50); }
.page.grey-dark { background: var(--s-800); }
.page.black { background: var(--s-900); }
.page.brand { background: var(--brand-100); }

.page.image-text-columns { padding: 0; overflow: hidden; }
.page.image-text-columns .content { flex-wrap: nowrap; align-items: stretch; gap: 110px; }
.page.image-text-columns .column-text { display: flex; flex-direction: column; width: 480px; max-width: 100%; padding: 100px 0; }
.page.image-text-columns .column-text.vertical-center { justify-content: center; }
.page.image-text-columns .column-text.slim { width: 280px; }
.page.image-text-columns .column-text.wide { width: 580px; }
.page.image-text-columns .column-text .title { align-items: flex-start; margin-bottom: 44px; }
.page.image-text-columns .column-text .title:after { left: 0; transform: none; }
.page.image-text-columns .column-text .title h1,
.page.image-text-columns .column-text .title h2,
.page.image-text-columns .column-text .title h3,
.page.image-text-columns .column-text .title h4 { text-align: left; }
.page.image-text-columns .column-text .specifications-container { margin: 0; }
.page.image-text-columns .column-text .services-overview { margin-top: 0; }
.page.image-text-columns .column-text .services-overview .item { padding: 0; }
.page.image-text-columns .column-image { flex-grow: 1; position: relative; display: flex; flex-direction: column; justify-content: center; width: 0; min-height: 610px; }
.page.image-text-columns .column-image:nth-child(1) { align-items: flex-end; }
.page.image-text-columns .column-image.height-720 { min-height: 720px; }
.page.image-text-columns .column-image .img { position: absolute; top: 0; left: 0; width: 50vw; min-width: 100%; height: 100%; object-fit: cover; }
.page.image-text-columns .column-image:nth-child(1) .img { left: auto; right: 0; }
.page.image-text-columns:has(.column-text.slim) .column-image .img { width: calc(50vw + 200px); }
.page.image-text-columns:has(.column-text.wide) .column-image .img { width: calc(50vw - 100px); }

.page.text-columns { padding: 0; overflow: hidden; }
.page.text-columns .content { flex-wrap: nowrap; align-items: stretch; }
.page.text-columns .column-text { display: flex; flex-direction: column; justify-content: center; position: relative; box-sizing: border-box; width: 50%; min-height: 610px; padding: 100px 0; }
.page.text-columns .column-text:nth-child(1) { padding-right: 110px; }
.page.text-columns .column-text:nth-child(2) { padding-left: 110px; }
.page.text-columns .column-text.grey { background: var(--s-50); }
.page.text-columns .column-text.black { background: var(--s-900); }
.page.text-columns .column-text.grey:after,
.page.text-columns .column-text.black:after { content: ""; position: absolute; z-index: -10; top: 0; right: 0; width: 50vw; height: 100%; }
.page.text-columns .column-text.grey:after { background: var(--s-50); }
.page.text-columns .column-text.black:after { background: var(--s-900); }
.page.text-columns .column-text:nth-child(2).grey:after,
.page.text-columns .column-text:nth-child(2).black:after { right: auto; left: 0; }
.page.text-columns .column-text .title { align-items: flex-start; margin-bottom: 44px; }
.page.text-columns .column-text .title:after { left: 0; transform: none; }
.page.text-columns .column-text .title h1,
.page.text-columns .column-text .title h2,
.page.text-columns .column-text .title h3,
.page.text-columns .column-text .title h4 { text-align: left; }
.page.text-columns .column-text .services-overview { margin-top: 0; }
.page.text-columns .column-text .services-overview .item { padding: 0; }

.page .title { display: flex; flex-direction: column; align-items: center; position: relative; width: 100%; margin-bottom: 50px; }
.page .table-container + .title { margin-top: 50px; }
.page .title h1,
.page .title h2 { font-size: 36px; line-height: 44px; text-align: center; }
.page .title h3 { font-size: 30px; line-height: 36px; text-align: center; }
.page .title h4 { font-size: 24px; line-height: 38px; text-align: center; }
.page .title .title-item { display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; gap: 40px; width: 100%; }
.page .title .title-item .inner { flex-basis: 0; flex-grow: 1; }
.page .title .title-item .inner:first-child { text-align: right; }
.page .title .title-item .inner:last-child { text-align: left; }
.page .title .title-item .word { flex-shrink: 0; display: flex; align-items: center; box-sizing: border-box; min-height: 60px; padding: 16px; background: var(--s-600); font-size: 24px; line-height: 28px; }
.page .title:after { content: ""; position: absolute; bottom: -22px; left: 50%; transform: translateX(-50%); width: 40px; height: 2px; background: var(--b-100); }
.page .title.brand:after { background: var(--brand-100); }
.page .title.brand-leed:after { background: var(--brand-leed-100); }
.page .title:has(.tabs):after,
.page .title:has(.toggle-container):after,
.page .title:has(.text-container):after { display: none; }
.page .title .text-container { margin-top: 12px; text-align: center; }
.page .title .logo { margin-bottom: 20px; }
.page .title .logo-leed { height: 120px; }
.page .title .button-container + .toggle-container { margin-top: 50px; }

.page.black .title h1,
.page.black .title h2,
.page.black .title h3,
.page.black .title h4,
.page.grey-dark .title h1,
.page.grey-dark .title h2,
.page.grey-dark .title h3,
.page.grey-dark .title h4 { color: var(--s-25); }

.page .button-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; width: 100%; margin: 50px 0 10px 0; }
.page .title + .button-container { margin-top: 12px; }
.page .button-container.divider { margin-top: 40px; padding-top: 36px; border-top: 1px solid var(--s-100); }

.page .disclaimer-container { display: flex; flex-direction: column; align-items: center; width: 100%; margin: 50px 0 10px 0; color: var(--s-500); font-size: 12px; line-height: 20px; text-align: center; }

.page .tabs { display: flex; flex-direction: column; width: 100%; margin-top: 5px; }
.page .title .title-item + .tabs { margin-top: 32px; }
.page .title .button-container + .tabs { margin-top: 24px; }
.page .tabs ul { display: flex; flex-wrap: nowrap; justify-content: center; width: 100%; list-style: none; }
.page .tabs ul li { transition: border-color 0.2s ease-in-out; display: flex; position: relative; padding: 20px 24px; border-bottom: 1px solid var(--s-100); font-weight: 600; line-height: 20px; text-align: center; cursor: pointer; user-select: none; }
.page .tabs ul li:hover { border-color: var(--s-300); }
.page .tabs ul li:after { transition: width 0.2s ease-in-out; content: ""; position: absolute; z-index: 10; bottom: 0; left: 0; width: 0; height: 2px; background: var(--b-100); }
.page .tabs.brand ul li:after { background: var(--brand-100); }
.page .tabs.brand-leed ul li:after { background: var(--brand-leed-100); }
.page .tabs ul li.active:after { width: 100%; }

.page.black .tabs ul li { border-color: var(--s-700); color: var(--s-25); }
.page.black .tabs ul li:hover { border-color: var(--s-600); }

.page .tab-content { display: flex; flex-direction: column; align-items: center; width: 100%; }

.paging { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; width: 100%; margin: 100px 0 10px 0; }
.paging a { transition: background 0.2s ease-in-out, color 0.2s ease-in-out; flex-shrink: 0; display: flex; justify-content: center; align-items: center; box-sizing: border-box; min-width: 48px; min-height: 48px; padding: 12px 16px; border-radius: 50%; color: var(--s-900); font-size: 16px; font-weight: 700; line-height: 22px; text-align: center; }
.paging a:hover { background: var(--s-75); }
.paging a.active { background: var(--s-900); color: var(--s-25); }
.paging a.dots { background: transparent; color: var(--s-400); }

.content-box { flex-grow: 1; display: flex; flex-direction: column; box-sizing: border-box; width: 100%; margin: 20px 0; padding: 30px; background: var(--s-25); }
.content-box.grey { background: var(--s-50); }
.content-box .services-overview { margin: 0; }

.content-box .content-headline { display: flex; width: 100%; margin-bottom: 20px; }
.content-box .content-headline h2 { font-size: 24px; line-height: 28px; }

.panel-container { display: flex; flex-wrap: nowrap; align-items: stretch; gap: 20px; width: 100%; }
.panel-container .main-content { display: flex; flex-direction: column; width: 100%; }
.panel-container aside { flex-shrink: 0; display: flex; flex-direction: column; width: 380px; max-width: 100%; }
.panel-container aside .content-box { flex-grow: 1; }
.panel-container aside .content-box .text-container { flex-grow: 1; justify-content: flex-end; }

.text-containers { column-count: 2; gap: 100px; width: 100%; }
.text-containers .text-container { break-inside: avoid; margin-bottom: 66px; }
.text-containers .text-container:last-child { margin-bottom: 0; }

.text-container { display: flex; flex-direction: column; width: 100%; }
.info-list + .text-container { margin-top: 20px; }
.text-container.center { text-align: center; }
.text-container h1:first-child,
.text-container h2:first-child,
.text-container h3:first-child,
.text-container h4:first-child,
.text-container h5:first-child { margin-top: 0; }
.text-container h1,
.text-container .h1 { margin: 18px 0 20px 0; }
.text-container h2,
.text-container h3 { margin: 18px 0 8px 0; }
.text-container h4 { margin: 12px 0 4px 0; }
.text-container h5 { margin: 12px 0 6px 0; }
.text-container h1,
.text-container .h1 { font-size: 36px; line-height: 44px; }
.text-container h2 { font-size: 30px; line-height: 38px; }
.text-container h3 { font-size: 24px; line-height: 30px; }
.text-container h4 { font-size: 20px; line-height: 24px; }
.text-container h5 { font-size: 14px; font-weight: 600; line-height: 22px; }
.text-container p { margin-bottom: 15px; line-height: 26px; }
.text-container p:last-child { margin-bottom: 0; }
.text-container ul { margin: 0 0 15px 15px; }
.text-container ol { margin: 0 0 15px 30px; }
.text-container ul:last-child,
.text-container ol:last-child { margin-bottom: 0; }
.text-container.center ul,
.text-container.center ol { list-style-position: inside; }
.text-container ul li,
.text-container ol li { margin: 8px 0; line-height: 26px; }
.text-container ul li:first-child,
.text-container ol li:first-child { margin-top: 0; }
.text-container ul li:last-child,
.text-container ol li:last-child { margin-bottom: 0; }
.text-container ul li::marker { color: var(--b-100); }
.text-container.brand-leed ul li::marker,
.text-container.brand-leed ol li::marker { color: var(--brand-leed-100); }
.text-container img,
.text-container figure { max-width: 100%; margin: 15px 0 30px 0; }
.text-container img:first-child,
.text-container figure:first-child { margin-top: 0; }
.text-container img:last-child,
.text-container figure:last-child { margin-bottom: 0; }
.text-container .date { margin-bottom: 25px; }
.text-container a { text-decoration: underline; }
.text-container table { width: 100%; border-spacing: 0; }
.text-container table tr th { border-top: 1px solid var(--s-100); font-weight: 500; text-align: left; }
.text-container table tr th,
.text-container table tr td { padding: 10px; border-bottom: 1px solid var(--s-100); border-right: 1px solid var(--s-100); line-height: 26px; }
.text-container table tr th:first-child,
.text-container table tr td:first-child { border-left: 1px solid var(--s-100); }
.text-container hr { height: 1px; margin: 25px 0; background: var(--s-100); border: 0; }

.page.black .text-container p,
.page.grey-dark .text-container p { color: var(--s-25); }

.video-container { display: flex; width: 100%; height: 480px; margin: 30px 0 10px 0; background: var(--s-50); }
.video-container iframe { width: 100%; height: 100%; }

.image-container { display: flex; flex-direction: column; align-items: center; width: 100%; }
.image-container:first-child { padding-top: 30px; }
.image-container img { width: 100%; height: 100%; max-height: 610px; object-fit: cover; }

.form-container { display: flex; flex-wrap: wrap; align-items: stretch; gap: 14px 20px; position: relative; width: 100%; }
.content:has(.text-container:last-child) + .content .form-container { margin-top: 40px; }
.form-container .form-item { flex-grow: 1; flex-basis: 250px; display: flex; flex-direction: column; justify-content: flex-end; gap: 4px; }
.form-container .form-item.width-full { flex-basis: auto; width: 100%; }
.form-container .form-item.form-button { margin-top: 16px; }
.form-container .form-item .item-heading { font-size: 14px; font-weight: 600; line-height: 22px; }
.form-container .form-item .item-heading.required:after { content: " *"; color: var(--b-100); }
.form-container .form-item-button { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 20px; width: 100%; }
.form-container .form-item-button .form-item { flex-basis: 220px; }
.form-container .form-item-button .button { align-self: flex-end; }

.form-container.light .form-item .item-heading { color: var(--s-25); }

.projects-overview { display: flex; flex-wrap: wrap; align-items: stretch; gap: 34px 0; margin-top: 20px; padding: 0; }
.page .content:has(.title .tabs) + .projects-overview { margin-top: 0; }
.projects-overview .item { display: flex; box-sizing: border-box; width: 50%; padding: 10px; }
.projects-overview .box { display: flex; flex-direction: column; gap: 18px; position: relative; width: 100%; height: 100%; }
.projects-overview .box a.whole { position: absolute; z-index: 30; top: 0; left: 0; width: 100%; height: 100%; }
.projects-overview .box .image { display: flex; flex-direction: column; justify-content: flex-end; position: relative; box-sizing: border-box; width: 100%; min-height: 580px; padding: 30px; background: var(--s-900); }
.projects-overview .box .image:after { content: ""; position: absolute; z-index: 15; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(50% 50% at 0% 100%, var(--s-900-t80) 0%, rgba(0,0,0,0) 100%); }
.projects-overview .box .image .img { transition: opacity 0.2s ease-in-out; position: absolute; z-index: 10; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.projects-overview .box .image .img.secondary { opacity: 0; }
.projects-overview .box:hover .image .img { opacity: 0; }
.projects-overview .box:hover .image .img.secondary { opacity: 1; }
.projects-overview .box .image .details { display: flex; flex-direction: column; align-items: flex-start; position: relative; z-index: 20; width: 100%; }
.projects-overview .box .image .details .logo { transition: bottom 0.2s ease-in-out, transform 0.2s ease-in-out; position: absolute; bottom: 0; width: 130px; max-width: 100%; height: 130px; object-position: left bottom; object-fit: contain; }
.projects-overview .box:hover .image .details .logo { bottom: 100%; transform: translateY(-14px); }
.projects-overview .box .image .details .headline { transition: opacity 0.2s ease-in-out; opacity: 0; color: var(--s-25); font-size: 20px; }
.projects-overview .box:hover .image .details .headline { opacity: 1; }
.projects-overview .box .location { display: flex; flex-wrap: nowrap; align-items: flex-start; gap: 10px; font-size: 18px; font-weight: 600; line-height: 22px; }
.projects-overview .box .location .icon { display: flex; align-items: center; min-height: 22px; color: var(--b-100); font-size: 20px; }

.project-overview { display: flex; flex-wrap: nowrap; align-items: flex-end; gap: 30px; width: 100%; margin: 30px 0 10px 0; }
.project-overview .image { flex-shrink: 0; display: flex; width: 180px; max-width: 100%; height: 180px; }
.project-overview .image img { width: 100%; height: 100%; object-fit: cover; }
.project-overview .details { display: flex; flex-direction: column; width: 100%; }
.project-overview .details .logo { display: flex; }
.project-overview .details .logo img { width: 114px; max-width: 100%; max-height: 52px; object-position: left center; object-fit: contain; }
.project-overview .details .specifications { display: flex; flex-direction: column; width: 100%; margin-top: 20px; }
.project-overview .details .specifications ul { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 40px; width: 100%; }
.project-overview .details .specifications ul li { display: flex; flex-direction: column; justify-content: center; gap: 5px; padding-left: 16px; border-left: 1px solid var(--s-100); }
.project-overview .details .specifications ul li .headline { font-size: 14px; line-height: 22px; }
.project-overview .details .specifications ul li .value { font-weight: 600; line-height: 20px; }
.project-overview .details .buttons { margin-top: 20px; }

.services-overview { display: flex; flex-wrap: wrap; margin-top: 38px; padding: 0; }
.services-overview:first-child { margin-top: 0; }
.page .content:has(.title .text-container) + .services-overview { margin-top: 10px; }
.services-overview .item { flex-basis: 220px; flex-grow: 1; display: flex; flex-direction: column; gap: 6px; box-sizing: border-box; padding: 10px; }
.services-overview .item .headline { display: flex; flex-direction: column; gap: 30px; width: 100%; }
.services-overview .item .headline .icon { color: var(--b-100); font-size: 30px; }
.services-overview .item .headline .icon.grey { color: var(--s-500); }
.services-overview .item .headline .icon.brand-leed { color: var(--brand-leed-100); }
.services-overview .item .headline h3 { font-size: 24px; line-height: 28px; }

.services-overview.wide { gap: 80px; }
.services-overview.center .headline { align-items: center; text-align: center; }

.page.black .services-overview .item .headline .icon { color: var(--s-500); }
.page.black .services-overview .item .headline h3 { color: var(--s-25); }

.articles-overview { display: flex; flex-wrap: wrap; align-items: stretch; gap: 34px 0; margin-top: 20px; padding: 0; }
.articles-overview .item { display: flex; box-sizing: border-box; width: 33.33%; padding: 10px; }
.articles-overview .box { display: flex; flex-direction: column; gap: 26px; position: relative; width: 100%; height: 100%; }
.articles-overview .box a.whole { position: absolute; z-index: 30; top: 0; left: 0; width: 100%; height: 100%; }
.articles-overview .box .image { display: flex; width: 100%; height: 240px; overflow: hidden; }
.articles-overview .box .image img { transition: transform 0.2s ease-in-out; width: 100%; height: 100%; object-fit: cover; }
.articles-overview .box:hover .image img { transform: scale(1.05); }
.articles-overview .box .details { display: flex; flex-direction: column; gap: 16px; width: 100%; }
.articles-overview .box .details h3 { font-size: 24px; line-height: 28px; }
.articles-overview .box .details p { line-height: 26px; }

.team-overview { display: flex; flex-wrap: wrap; row-gap: 40px; padding: 0; }
.team-overview .item { display: flex; flex-direction: column; gap: 18px; box-sizing: border-box; width: 25%; padding: 10px; }
.team-overview .item .image { display: flex; width: 100%; height: 280px; }
.team-overview .item .image img { width: 100%; height: 100%; object-fit: cover; }
.team-overview .item .details { display: flex; flex-direction: column; gap: 4px; width: 100%; }
.team-overview .item .details h4 { font-size: 20px; line-height: 24px; }
.team-overview .item .details p { line-height: 26px; }
.team-overview .item .details ul.socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; list-style: none; }
.team-overview .item .details ul.socials li,
.team-overview .item .details ul.socials li a { display: flex; color: var(--s-900); font-size: 20px; }

.offices-overview { display: flex; flex-wrap: wrap; align-items: stretch; padding: 0; }
.offices-overview .item { display: flex; box-sizing: border-box; width: 50%; padding: 10px; }
.offices-overview .box { display: flex; flex-direction: column; width: 100%; height: 100%; }
.offices-overview .box .image { display: flex; width: 100%; height: 300px; background: var(--s-75); }
.offices-overview .box .image .map { width: 100%; height: 100%; }
.offices-overview .box .details { display: flex; flex-direction: column; gap: 8px; box-sizing: border-box; width: 100%; padding: 30px; background: var(--s-25); }
.offices-overview .box .details h3 { font-size: 24px; line-height: 28px; }
.offices-overview .box .details p { line-height: 26px; }
.offices-overview .box .details .button { margin-top: 14px; }

.map-container { display: flex; position: relative; width: 100%; height: 610px; background: var(--s-75); }
.map-container.full { height: calc(100vh - 140px); min-height: 300px; }
.map-container #map { width: 100%; height: 100%; }

.projects-result { display: flex; flex-direction: column; align-items: center; width: 100%; }

.estatebud-marker-label { position: absolute; z-index: 150; top: -40px; left: 0; width: 17px; height: 17px; background: var(--s-25); border: 3px solid var(--s-25); border-radius: 50%; color: var(--s-900); font-size: 10px; font-weight: 500; text-align: center; line-height: 16px; overflow: hidden; opacity: 1; cursor: pointer; }
.estatebud-marker-label.estatebud-marker-label-00822e { border-color: #00822e; color: #00822e; }
.estatebud-marker-label.estatebud-marker-label-bf52a0 { border-color: #bf52a0; color: #bf52a0; }
.estatebud-marker-label.estatebud-marker-label-28a5a5 { border-color: #28a5a5; color: #28a5a5; }
.estatebud-marker-label.estatebud-marker-label-d83205 { border-color: #d83205; color: #d83205; }
.estatebud-marker-label.estatebud-marker-label-394675 { border-color: #394675; color: #394675; }

#estatebud-infowindow { display: flex; flex-direction: column; position: absolute; z-index: 20; bottom: 40px; left: 40px; width: 200px; }
#estatebud-infowindow .estatebud-infowindow-slider { width: 100%; }
#estatebud-infowindow .projects-overview { width: 100%; margin: 0; }
#estatebud-infowindow .projects-overview .item { width: 100%; padding: 0; }
#estatebud-infowindow .projects-overview .box .image { min-height: 0; padding: 0; }
#estatebud-infowindow .projects-overview .box .image .img { opacity: 1; position: static; top: auto; left: auto; height: 200px; }
#estatebud-infowindow .projects-overview .box .image .details { align-items: center; box-sizing: border-box; padding: 16px; background: var(--s-25); }
#estatebud-infowindow .projects-overview .box .image .details:empty { display: none; }
#estatebud-infowindow .projects-overview .box .image .details .logo { position: static; bottom: auto; transform: none; width: auto; max-width: 78px; height: auto; max-height: 78px; object-position: center; }

#estatebud-infowindow .estatebud-loader { display: flex; justify-content: center; align-items: center; box-sizing: border-box; width: 100%; height: 256px; background: var(--s-25); color: var(--b-100); font-size: 40px; text-align: center; }
#estatebud-infowindow .estatebud-loader svg,
#estatebud-infowindow .estatebud-loader i { animation: loading-spin 1s infinite; }

#estatebud-infowindow .estatebud-infowindow-footer { box-sizing: border-box; display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; gap: 6px; box-sizing: border-box; width: 100%; padding: 8px 10px; background: var(--s-50); border: 1px solid var(--s-100); border-top: 0; font-size: 15px; }
#estatebud-infowindow .estatebud-infowindow-footer .estatebud-right-arrow,
#estatebud-infowindow .estatebud-infowindow-footer .estatebud-left-arrow { transition: color 0.2s ease-in-out; cursor: pointer; }
#estatebud-infowindow .estatebud-infowindow-footer .estatebud-right-arrow:hover,
#estatebud-infowindow .estatebud-infowindow-footer .estatebud-left-arrow:hover { color: var(--s-900); }

.table-container { display: flex; flex-direction: column; width: 100%; max-height: 770px; margin: 10px 0; overflow: auto; }
.table-container:has(table.table.specifications) { max-height: none; }
.project-overview + .table-container { margin-top: 30px; }
table.table thead { position: sticky; z-index: 200; top: 0; }
table.table tr td,
table.table tr th { padding: 20px 16px; vertical-align: top; }
table.table tr th { padding-top: 12px; padding-bottom: 12px; background: var(--s-50); color: var(--s-500); font-size: 14px; font-weight: 500; line-height: 18px; }
table.table tr td { border-bottom: 1px solid var(--s-75); line-height: 20px; }
table.table tr td .buttons { margin: 0; }
table.table tr td[align="right"] .buttons { justify-content: flex-end; }
table.table tr td[align="right"] .button { align-self: flex-end; }
table.table tr th.sticky,
table.table tr td.sticky { position: sticky; right: 0; }
table.table tr td.sticky { background: var(--s-25); }
table.table tr.load-button td { position: relative; border-bottom: 0; }
table.table tr.load-button td:after { content: ""; position: absolute; z-index: 300; bottom: 100%; left: 0; width: 100%; height: 120px; background: linear-gradient(0deg, var(--s-25) 0%, rgba(255,255,255, 0) 100%); }

table.table.specifications tr td { padding-top: 26px; padding-bottom: 14px; }
table.table.specifications tr:first-child td { padding-top: 0; }
table.table.specifications tr td:first-child { padding-left: 0; }
table.table.specifications tr td:last-child { padding-right: 0; }

.specifications-container { display: flex; flex-wrap: wrap; row-gap: 32px; margin-top: 20px; padding: 0; }
.specifications-container .item { flex-basis: 230px; flex-grow: 1; display: flex; flex-direction: column; gap: 32px 20px; max-width: calc(25% - 20px); padding: 10px; }
.specifications-container .item .icon { display: flex; color: var(--s-500); font-size: 30px; }
.specifications-container .item .details { display: flex; flex-direction: column; gap: 1px; }
.specifications-container .item .details .headline { line-height: 26px; }
.specifications-container .item .details .value { font-weight: 700; line-height: 26px; }

.specifications-container.slim { row-gap: 16px; }
.specifications-container.slim .item { flex-basis: 110px; }
.specifications-container.slim .item .icon { font-size: 24px; }

.specifications-container.vertical { flex-direction: column; row-gap: 33px; }
.specifications-container.vertical .item { transition: transform 0.2s ease-in-out; flex-basis: auto; flex-direction: row; flex-wrap: nowrap; max-width: none; padding: 0; }
.specifications-container.vertical .item.hover { transform: translateX(10px); }
.specifications-container.vertical .item .icon { flex-shrink: 0; justify-content: center; min-width: 30px; margin-top: 6px; }
.specifications-container.vertical .item .details { gap: 3px; }
.specifications-container.vertical .item .details .headline { font-size: 18px; font-weight: 600; }
.specifications-container.vertical .item .details .value { font-size: 18px; }

.page.brand .specifications-container .item .icon,
.page.brand .specifications-container .item .details { color: var(--s-25); }

.quote-container { display: flex; flex-direction: column; align-items: center; gap: 28px; width: 100%; text-align: center; }
.quote-container .icon { display: flex; color: var(--b-100); font-size: 36px; }
.quote-container .icon.brand-leed { color: var(--brand-leed-100); }
.quote-container p { font-size: 24px; font-weight: 600; font-style: italic; line-height: 34px; }

.page.black .quote-container p,
.page.text-columns .column-text.black { color: var(--s-25); }

.compare-container { display: flex; flex-direction: column; width: 100%; }
.compare-container .item { display: flex; flex-wrap: wrap; gap: 0 20px; }
.compare-container .item .box { flex-basis: 340px; flex-grow: 1; display: flex; flex-wrap: nowrap; align-items: flex-start; gap: 18px; box-sizing: border-box; padding: 22px 16px; border-bottom: 1px solid var(--s-800); }
.compare-container .item .box .icon { margin-top: 6px; color: var(--s-600); font-size: 20px; }
.compare-container .item .box .icon.brand-leed { color: var(--brand-leed-100); }

.accordion-container { display: flex; flex-direction: column; gap: 4px; width: 100%; margin-top: 40px; }
.accordion-container .headline { display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start; gap: 20px; width: 100%; padding: 14px 0; }
.accordion-container .headline h2,
.accordion-container .headline h3 { font-size: 20px; line-height: 24px; }
.accordion-container .headline h2 { text-transform: uppercase; }
.accordion { display: flex; flex-direction: column; width: 100%; padding: 6px 0; border-bottom: 1px solid var(--s-100); }
.accordion .headline { cursor: pointer; user-select: none; }
.accordion .headline .arrow { transition: color 0.2s ease-in-out; display: flex; align-items: center; min-height: 24px; font-size: 20px; }
.accordion:hover .headline .arrow { color: var(--b-100); }
.accordion .headline .arrow svg,
.accordion .headline .arrow i { transition: transform 0.3s ease-in-out; }
.accordion .toggle-content { display: flex; position: relative; width: 100%; overflow: hidden; }
.accordion .toggle-content .text-container { transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out; position: absolute; transform: translateY(-100%); visibility: hidden; opacity: 0; }
.accordion.active .headline .arrow { color: var(--b-100); }
.accordion.active .headline .arrow svg,
.accordion.active .headline .arrow i { transform: rotate(180deg); }
.accordion.active .toggle-content .text-container { position: relative; visibility: visible; opacity: 1; transform: none; padding-bottom: 10px; }

.slider-arrow { transition: color 0.2s ease-in-out; position: absolute; z-index: 50; top: 50%; transform: translateY(-50%); display: flex; background: transparent; border: 0; color: var(--s-900); font-size: 30px; cursor: pointer; }
.slider-arrow.slick-disabled { color: var(--s-300); }
.slider-arrow.previous { left: -60px; }
.slider-arrow.next { right: -60px; }
.content.width-800 .slider-arrow.previous { left: -190px; }
.content.width-800 .slider-arrow.next { right: -190px; }

.slider-container { padding: 0; }
.slider { box-sizing: border-box; width: 100%; height: 380px; }
.slider .slick-list,
.slider .slick-track { height: 100%; }
.slider .item { display: flex; box-sizing: border-box; width: 400px; height: 100%; padding: 10px; }
.slider .item a { display: flex; width: 100%; height: 100%; }
.slider .item img { width: 100%; height: 100%; object-fit: cover; }

.content-slider { width: 100%; margin-top: 10px; }
.content-slider .item { display: flex; box-sizing: border-box; width: 100%; padding: 10px; }
.content-slider .item .content-box { margin: 0; }

.page.black .slider-arrow { color: var(--s-25); }
.page.black .slider-arrow.slick-disabled { color: var(--s-500); }

.info-slider { width: 100%; }
.info-slider .slick-list,
.info-slider .slick-track { height: auto !important; }
.info-slider .slick-track:before,
.info-slider .slick-track:after { display: none; }
.info-slider .slick-track { display: flex; flex-direction: column; gap: 20px; width: 100%; }
.info-slider .item { transition: border-color 0.2s ease-in-out !important; display: flex; flex-direction: column; gap: 10px; opacity: 1 !important; position: relative; left: auto !important; right: auto !important; top: auto !important; width: 100%; padding-bottom: 20px; cursor: pointer; }
.info-slider .item:after { transition: opacity 0.2s ease-in-out; content: ""; opacity: 0; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: var(--s-200); }
.info-slider .item .headline { display: flex; }
.info-slider .item .headline h4 { font-size: 18px; line-height: 22px; }
.info-slider .item .progress-bar { transition: background 0.2s ease-in-out; position: absolute; z-index: 20; bottom: 0; left: 0; width: 0; height: 2px; }
.info-slider .item .text-container { transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out; visibility: hidden; opacity: 0; height: 0; }

.info-slider .item.slick-current { margin-bottom: 34px; }
.info-slider .item.slick-current:after { opacity: 1; }
.info-slider .item.slick-current .progress-bar { background: var(--b-100); animation-play-state: paused; animation-name: progress-bar; animation-duration: 6s; animation-delay: 0.2s; animation-fill-mode: forwards; animation-timing-function: linear; }
.info-slider .item.slick-current .text-container { visibility: visible; opacity: 1; height: auto; }

.info-slider-images { width: 100%; height: 100%; }
.info-slider-images .slick-list { overflow: visible; }
.info-slider-images .slick-list,
.info-slider-images .slick-track { height: 100%; }

.details-slider { width: 100%; }
.details-slider .slick-list,
.details-slider .slick-track { height: auto !important; }
.details-slider .slick-track:before,
.details-slider .slick-track:after { display: none; }
.details-slider .slick-track { display: flex; flex-direction: column; gap: 14px; width: 100%; }
.details-slider .item { transition: border-color 0.2s ease-in-out !important; display: flex; flex-wrap: nowrap; align-items: flex-start; gap: 20px; opacity: 1 !important; left: auto !important; right: auto !important; top: auto !important; width: 100%; cursor: pointer; }
.details-slider .item .number { flex-shrink: 0; display: flex; justify-content: center; align-items: center; width: 36px; height: 36px; background: var(--s-900); border-radius: 50%; color: var(--s-25); font-size: 18px; font-weight: 700; line-height: 22px; text-align: center; }
.details-slider .item .details { display: flex; flex-direction: column; gap: 10px; position: relative; width: 100%; padding: 8px 0 20px 0; }
.details-slider .item .details:after { transition: opacity 0.2s ease-in-out; content: ""; opacity: 0; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: var(--s-200); }
.details-slider .item .headline { display: flex; }
.details-slider .item .headline h4 { font-size: 18px; line-height: 22px; }
.details-slider .item .progress-bar { transition: background 0.2s ease-in-out; position: absolute; z-index: 20; bottom: 0; left: 0; width: 0; height: 2px; }
.details-slider .item .text-container { transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out; visibility: hidden; opacity: 0; height: 0; }

.details-slider .item.slick-current { margin-bottom: 24px; }
.details-slider .item.slick-current .number { background: var(--b-100);  }
.details-slider.brand .item.slick-current .number { background: var(--brand-100);  }
.details-slider .item.slick-current .details:after { opacity: 1; }
.details-slider .item.slick-current .progress-bar { background: var(--b-100); animation-name: progress-bar; animation-duration: 6s; animation-delay: 0.2s; animation-fill-mode: forwards; animation-timing-function: linear; }
.details-slider.brand .item.slick-current .progress-bar { background: var(--brand-100); }
.details-slider .item.slick-current .text-container { visibility: visible; opacity: 1; height: auto; }

.details-points-container { flex-shrink: 0; display: flex; position: relative; width: 920px; }
.details-points-container .image { width: 100%; }
.details-points-container .marker { position: absolute; z-index: 10; transform: translate(-50%, -100%); width: 36px; height: 48px; animation-duration: 1s; animation-fill-mode: both; animation-timing-function: ease-in-out; animation-iteration-count: 1; }
.details-points-container .marker.hover { animation-name: bounce; }
.details-points-container .marker-detailed { display: flex; justify-content: center; position: absolute; z-index: 20; transform: translate(-50%, -100%); box-sizing: border-box; padding: 10px; background: var(--s-25); }
.details-points-container .marker-detailed:after { content: ""; position: absolute; top: 100%; left: 50%; width: 0; height: 0; margin-left: -8px; border: 8px solid transparent; border-top-color: var(--s-25); pointer-events: none; }
.details-points-container .marker-detailed .logo { width: 100px; object-position: center; object-fit: contain; }

.details-slider-points { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.details-slider-points .slick-list,
.details-slider-points .slick-track { height: 100%; }
.details-slider-points .item { position: absolute !important; z-index: auto !important; top: 0 !important; left: 0 !important; opacity: 1 !important; }
.details-slider-points .item .number { transition: background 0.2s ease-in-out; position: absolute; z-index: 50; top: 0; left: 0; display: flex; justify-content: center; align-items: center; box-sizing: border-box; width: 36px; height: 36px; background: var(--s-900); border-radius: 50%; color: var(--s-25); font-size: 18px; font-weight: 700; line-height: 22px; cursor: pointer; }
.details-slider-points .item .number:after { transition: opacity 0.2s ease-in-out; content: ""; position: absolute; top: -10px; left: -10px; width: 100%; height: 100%; border: 10px solid var(--b-100); border-radius: 50%; opacity: 0; }
.details-slider-points.brand .item .number:after { border-color: var(--brand-100); }

.details-slider-points .item.slick-current .number { background: var(--b-100);  }
.details-slider-points .item.slick-current .number:after { opacity: 0.4; }
.details-slider-points.brand .item.slick-current .number { background: var(--brand-100); }

.gallery-container { display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch; margin-top: 20px; padding: 0; }
.gallery-container .item { display: flex; flex-direction: column; align-items: center; gap: 34px; position: relative; box-sizing: border-box; width: 380px; max-width: 100%; padding: 10px; }
.gallery-container .item a.whole { position: absolute; z-index: 30; top: 0; left: 0; width: 100%; height: 100%; }
.gallery-container .item .image { display: flex; width: 100%; height: 380px; }
.gallery-container .item .image img { width: 100%; height: 100%; object-fit: contain; }
.gallery-container .item .caption { font-size: 20px; font-weight: 700; line-height: 24px; text-align: center; }

.loading-container { display: flex; justify-content: center; align-items: center; box-sizing: border-box; width: 100%; padding: 60px 0; color: var(--b-100); font-size: 50px; text-align: center; }
.loading-container svg,
.loading-container i { animation: loading-spin 1s infinite; }

.result-container { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; box-sizing: border-box; width: 100%; padding: 60px 0; text-align: center; }
.result-container .icon { color: var(--s-200); font-size: 50px; }

footer { display: flex; flex-direction: column; width: 100%; }

.footer { display: flex; flex-direction: column; align-items: center; width: 100%; background: var(--s-900); }
.footer .columns { display: flex; flex-wrap: nowrap; justify-content: space-between; gap: 40px; width: 100%; padding: 100px 0 120px 0; }
.footer .columns .column { flex-shrink: 0; display: flex; flex-direction: column; }
.footer .title { display: flex; flex-direction: column; gap: 8px; max-width: 380px; margin-bottom: 30px; }
.footer .title h5 { color: var(--s-25); font-size: 20px; line-height: 24px; text-transform: uppercase; }
.footer .title p { max-width: 380px; color: var(--s-25); line-height: 22px; }
.footer .menu { display: flex; flex-direction: column; }
.footer .menu ul { column-count: 2; column-gap: 20px; column-width: 180px; list-style: none; }
.footer .menu ul li { break-inside: avoid; margin: 10px 0; }
.footer .menu ul li:first-child { margin-top: 0; }
.footer .menu ul li:last-child { margin-bottom: 0; }
.footer .menu ul li,
.footer .menu ul li a { transition: opacity 0.2s ease-in-out; color: var(--s-25); font-weight: 600; line-height: 20px; }
.footer .menu ul li a:hover { opacity: 0.8; }
.footer .logo { display: flex; margin-bottom: 40px; }
.footer .logo a { display: flex; }
.footer .logo img { height: 80px; }
.footer .socials { display: flex; flex-direction: column; }
.footer .socials ul { display: flex; flex-wrap: wrap; gap: 20px; width: 100%; list-style: none; }
.footer .socials ul li { display: flex; }
.footer .socials ul li a { transition: opacity 0.2s ease-in-out; display: flex; color: var(--s-25); font-size: 20px; }
.footer .socials ul li a:hover { opacity: 0.8; }
.footer .form-container { max-width: 380px; }
.footer .form-container .form-item:not(.width-full) { flex-basis: 180px; }
.footer .checkbox-container { margin-top: 6px; }
.footer .bottom { display: flex; flex-wrap: nowrap; justify-content: space-between; gap: 10px 20px; width: 100%; padding: 34px 0; border-top: 1px solid var(--s-800); }
.footer .bottom .item { display: flex; }
.footer .bottom .item ul { display: flex; flex-wrap: wrap; gap: 10px 20px; list-style: none; }
.footer .bottom .item:nth-child(2) ul { justify-content: flex-end; }
.footer .bottom .item ul li,
.footer .bottom .item ul li a { transition: color 0.2s ease-in-out; color: var(--s-400); font-size: 14px; line-height: 20px; }
.footer .bottom .item ul li a:hover { color: var(--s-200); }

.value-holder { display: flex; flex-wrap: nowrap; align-items: center; gap: 10px; line-height: 20px; }

.status-icon { flex-shrink: 0; display: flex; width: 8px; height: 8px; background: var(--s-200); border-radius: 50%; }
.status-icon.available { background: var(--status-available); }
.status-icon.reserved { background: var(--status-reserved); }
.status-icon.sold { background: var(--status-sold); }

.legend { display: flex; flex-direction: column; align-items: center; width: 100%; margin-bottom: 46px; }
.legend ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; width: 100%; list-style: none; }

.info-list { display: flex; flex-direction: column; width: 100%; }
.info-list ul { display: flex; flex-direction: column; gap: 12px; width: 100%; list-style: none; }
.info-list ul li,
.info-list ul li a { display: flex; flex-wrap: nowrap; align-items: flex-start; gap: 10px; color: var(--s-900); line-height: 26px; }
.info-list ul li .icon { display: flex; align-items: center; min-height: 26px; color: var(--b-100); font-size: 14px; }

.buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.buttons.center { justify-content: center; }

.button { transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out; flex-shrink: 0; align-self: flex-start; display: flex; justify-content: center; align-items: center; gap: 12px; position: relative; z-index: 10; box-sizing: border-box; min-height: 48px; padding: 12px 23px; background: var(--s-900); border: 1px solid var(--s-900); border-radius: 24px; color: var(--s-25); font-size: 16px; font-weight: 700; line-height: 22px; text-align: center; cursor: pointer; }
.button:hover { background: var(--b-100); border-color: var(--b-100); }
.button.small { min-height: 40px; padding: 8px 19px; }

.button .icon { transition: color 0.2s ease-in-out; display: flex; }

.button.red { background: var(--b-100); border-color: var(--b-100); }
.button.red:hover { background: var(--s-600); border-color: var(--s-600); }

.button.grey-light { background: var(--s-300); border-color: var(--s-300); }
.button.grey-light:hover { background: var(--b-100); border-color: var(--b-100); }

.button.grey-dark { background: var(--s-600); border-color: var(--s-600); }
.button.grey-dark:hover { background: var(--b-100); border-color: var(--b-100); }

.button.white { background: var(--s-25); border-color: var(--s-25); color: var(--s-900); }
.button.white:hover { background: var(--b-100); border-color: var(--b-100); color: var(--s-25); }
.button.white .icon { color: var(--b-100); }
.button.white:hover .icon { color: var(--s-25); }

.button.bullet-light,
.button.bullet-dark { padding-left: 58px; padding-right: 58px; background: transparent; border-color: var(--s-900); }
.button.bullet-dark { color: var(--s-900); }
.button.bullet-light:before,
.button.bullet-dark:before { transition: width 0.2s ease-in-out; content: ""; position: absolute; z-index: -10; top: 0; left: 0; width: 48px; height: 100%; background: var(--s-900); border-radius: 24px; }
.button.bullet-light:after,
.button.bullet-dark:after { transition: left 0.2s ease-in-out, right 0.2s ease-in-out, transform 0.2s ease-in-out; content: ""; position: absolute; z-index: -9; top: 50%; left: 0; transform: translate(14px, -50%); box-sizing: border-box; width: 20px; height: 20px; background: var(--b-100); border: 3px solid var(--s-25); border-radius: 50%; }
.button.bullet-dark:hover { color: var(--s-25); }
.button.bullet-light:hover:before,
.button.bullet-dark:hover:before { width: 100%; }
.button.bullet-light:hover:after,
.button.bullet-dark:hover:after { left: 100%; transform: translate(-34px, -50%); }

.button.link { min-height: 0; padding: 0; background: transparent; border: 0; color: var(--s-900); }
.button.link:hover { color: var(--b-100); }
.button.link.grey { color: var(--s-500); }
.button.link.grey:hover { color: var(--b-100); }
.button.link.icon { font-size: 18px; }

.button.link[disabled] { cursor: not-allowed; color: var(--s-400); }

.input-container { display: flex; position: relative; width: 100%; }
.input-container:after { transition: width 0.2s ease-in-out; content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--b-100); }
.input-container:has(.input:focus):after,
.input-container:has(.textarea:focus):after,
.input-container:has(.iti__selected-flag[aria-expanded="true"]):after { width: 100%; }

.input { box-sizing: border-box; width: 100%; height: 48px; background: transparent; border: 0; border-bottom: 1px solid var(--s-100); color: var(--s-900); font-size: 16px; }
.input:hover { border-color: var(--s-300); }
.input.error { border-color: var(--error); }
.input::placeholder { color: var(--s-400); opacity: 1; }

.input.light { border-color: var(--s-700); color: var(--s-25); }
.input.light:hover { border-color: var(--s-500); }
.input.light.error { border-color: var(--error); }
.input.light::placeholder { color: var(--s-500); }

.textarea { box-sizing: border-box; width: 100%; height: 74px; padding: 12px 0; background: transparent; border: 0; border-bottom: 1px solid var(--s-100); color: var(--s-900); font-size: 16px; resize: none; }
.textarea:hover { border-color: var(--s-300); }
.textarea.error { border-color: var(--error); }
.textarea::placeholder { color: var(--s-400); opacity: 1; }

.textarea.light { border-color: var(--s-700); color: var(--s-25); }
.textarea.light:hover { border-color: var(--s-500); }
.textarea.light.error { border-color: var(--error); }
.textarea.light::placeholder { color: var(--s-500); }

.textarea.large { height: 124px; }

.checkbox-container { display: flex; flex-wrap: nowrap; margin-top: 16px; }
.checkbox-container + .checkbox-container { margin-top: 6px; }
.checkbox-container input { display: none; }
.checkbox-container .checkbox { flex-shrink: 0; display: flex; justify-content: center; align-items: center; box-sizing: border-box; width: 24px; height: 24px; border: 1px solid var(--s-100); cursor: pointer; }
.checkbox-container .checkbox:hover,
.checkbox-container:has(.checkbox-label:hover) input:not(:checked):not(.error) + .checkbox { border-color: var(--s-300); }
.checkbox-container input.error + .checkbox { border-color: var(--error); }
.checkbox-container .checkbox span { display: none; color: var(--s-25); font-size: 14px; }
.checkbox-container .checkbox:hover span,
.checkbox-container:has(.checkbox-label:hover) .checkbox span { display: flex; }
.checkbox-container input:checked + .checkbox { background: var(--s-900); border-color: var(--s-900); }
.checkbox-container input:checked + .checkbox span { display: flex; color: var(--s-25); }
.checkbox-container .checkbox-label { padding-left: 10px; font-size: 14px; line-height: 24px; cursor: pointer; user-select: none; }
.checkbox-container .checkbox-label a { color: var(--s-900); font-weight: 600; text-decoration: underline; }

.checkbox-container.light .checkbox { border-color: var(--s-700); }
.checkbox-container.light .checkbox:hover,
.checkbox-container.light:has(.checkbox-label:hover) input:not(:checked) + .checkbox { border-color: var(--s-700); }
.checkbox-container.light .checkbox span { color: var(--s-700); }
.checkbox-container.light input:checked + .checkbox { background: var(--s-25); border-color: var(--s-25); }
.checkbox-container.light input:checked + .checkbox span { color: var(--s-900); }
.checkbox-container.light .checkbox-label { color: var(--s-25); }
.checkbox-container.light .checkbox-label a { color: var(--s-25); }

.toggle-container { display: flex; flex-wrap: wrap; align-items: stretch; gap: 6px; padding: 6px; background: var(--s-75); border-radius: 30px; }
.toggle-container .toggle { transition: background 0.2s ease-in-out, color 0.2s ease-in-out; flex-grow: 1; display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; gap: 12px; box-sizing: border-box; min-height: 48px; padding: 12px 24px 12px 16px; border-radius: 24px; color: var(--s-500); font-weight: 600; line-height: 22px; text-align: center; cursor: pointer; user-select: none; }
.toggle-container .toggle:hover { color: var(--s-600); }
.toggle-container .toggle.active { background: var(--s-25); color: var(--s-900); }
.toggle-container .toggle .icon { transition: color 0.2s ease-in-out; display: flex; }
.toggle-container .toggle.active .icon { color: var(--b-100); }

.dropdown-container { display: flex; position: relative; }
.dropdown-container .dropdown { display: none; position: absolute; z-index: 600; top: 100%; left: 50%; transform: translateX(-50%); min-width: 100%; padding-top: 20px; }
.dropdown-container .button:hover + .dropdown,
.dropdown-container .dropdown:hover { display: flex; }
.dropdown-container .dropdown ul { display: flex; flex-direction: column; box-sizing: border-box; width: 100%; max-height: 232px; padding: 6px 0; list-style: none; background: var(--s-900); border: 2px solid var(--s-800); overflow: auto; }
.dropdown-container .dropdown ul li { display: flex; width: 100%; }
.dropdown-container .dropdown ul li a { transition: background 0.2s ease-in-out; display: flex; flex-wrap: nowrap; align-items: center; gap: 10px; box-sizing: border-box; width: 100%; padding: 8px 16px; color: var(--s-25); font-weight: 600; line-height: 20px; }
.dropdown-container .dropdown ul li a:hover { background: var(--s-800); }
.dropdown-container .dropdown ul li .icon { color: var(--b-100); }

.success { display: none; width: 100%; height: 100%; }
.success-container { display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; gap: 20px; width: 100%; height: 100%; }
.success-container .icon { color: var(--b-100); font-size: 30px; }
.success-container p { line-height: 28px; }
.success-container.light p { color: var(--s-25); }

.errors { display: none; width: 100%; }
.errors ul { display: flex; flex-direction: column; width: 100%; list-style: none; }
.errors ul li { margin: 8px 0; color: var(--error); line-height: 26px; }

.preload { display: none; }

.hidden { display: none !important; }

.fancybox-show-thumbs .fancybox-inner { right: 0; bottom: 104px; }
.fancybox-thumbs.fancybox-thumbs-x { top: auto; width: 100%; background: transparent; text-align: center; }
.fancybox-thumbs.fancybox-thumbs-x .fancybox-thumbs__list { display: inline-block; }
.fancybox-thumbs.fancybox-thumbs-x .fancybox-thumbs__list a::before { border: 2px solid var(--b-100); }

#CybotCookiebotDialog { font-family: var(--primary-font), var(--secondary-font), sans-serif !important; }

@keyframes bounce {
    0%, 100%, 20%, 50%, 80% { margin-top: 0; }
    40% { margin-top: -10px; }
    60% { margin-top: -5px; }
}

@keyframes progress-bar {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes loading-spin {
    from { transform:rotate(0deg); }
    to { transform:rotate(360deg); }
}

@media (max-width: 1440px) {
    .details-points-container { width: 100%; }
}

@media (max-width: 1000px) {
    .header { height: 100px; }
    .header .inner { padding: 20px 0; }
    .header .logo img { height: 60px; }
    
    .header .menu:not(.secondary) { flex-direction: column; align-items: flex-end; position: fixed; z-index: 1200; top: 0; left: 0; width: 100%; height: 100%; background: var(--s-900-t60); }
    .header .menu:not(.secondary):not(.open) { display: none; }
    .header .menu:not(.secondary) nav { align-items: flex-start; box-sizing: border-box; width: 400px; max-width: 90%; height: 100%; padding-top: 90px; background: var(--s-25); }
    .header .menu:not(.secondary) nav ul { flex-direction: column; align-items: flex-start; gap: 0; width: 100%; height: 100%; overflow: auto; }
    .header .menu:not(.secondary) nav ul li { flex-direction: column; gap: 0; padding: 10px 0; border-bottom: 1px solid var(--s-100); }
    .header .menu:not(.secondary) nav ul li,
    .header .menu:not(.secondary) nav ul li button,
    .header .menu:not(.secondary) nav ul li a:not(.button) { justify-content: flex-start; box-sizing: border-box; width: 100%; color: var(--s-900); text-align: left; }
    .header .menu:not(.secondary) nav ul li button,
    .header .menu:not(.secondary) nav ul li a:not(.button) { padding: 20px; }
    .header .menu:not(.secondary) nav ul li .arrow { display: none; }
    
    .header .menu:not(.secondary) .submenu { display: flex; position: static; top: auto; left: auto; min-width: 100%; padding-top: 0; }
    .header .menu:not(.secondary) .submenu ul { padding: 0; background: transparent; }
    .header .menu:not(.secondary) .submenu ul li { padding: 0; border: 0; }
    .header .menu:not(.secondary) .submenu ul li button,
    .header .menu:not(.secondary) .submenu ul li a:not(.button) { padding: 15px 20px; color: var(--s-900); }
    
    .header.transparent:not(.sticky) .menu nav ul li,
    .header.transparent:not(.sticky) .menu nav ul li button,
    .header.transparent:not(.sticky) .menu nav ul li a:not(.button),
    .header.transparent:not(.sticky) .menu nav .mobile-menu { color: var(--s-900); }
    
    .header .menu.secondary { flex-basis: auto; flex-grow: 0; }
    .header.transparent:not(.sticky) .menu.secondary nav ul li,
    .header.transparent:not(.sticky) .menu.secondary nav ul li button,
    .header.transparent:not(.sticky) .menu.secondary nav ul li a:not(.button) { color: var(--s-25); }
    
    .header .mobile-menu { display: flex; }
    
    .hero { min-height: 600px; padding: 100px 0 40px 0; }
    .hero .title h1 { font-size: 38px; line-height: 48px; }
    
    .page-head { min-height: 380px; padding: 40px 0; }
    .page-head .logo { width: 120px; height: 120px; }
    .page-head .slogan { font-size: 18px; line-height: 26px; }
    
    .page { padding: 50px 0; }
    .page:first-child { padding-top: 30px; }
    
    .page .title { margin-bottom: 20px; }
    .page .title:after { bottom: -12px; }
    .page .title h1,
    .page .title h2 { font-size: 26px; line-height: 34px; }
    .page .title h3 { font-size: 22px; line-height: 28px; }
    .page .title .logo-leed { height: 80px; }
    .page .title .button-container + .toggle-container { margin-top: 20px; }
    
    .page .button-container { margin-top: 30px; }
    
    .page .disclaimer-container { margin-top: 20px; }
    
    .page.image-text-columns { padding: 10px 0; }
    .page.image-text-columns .content { flex-direction: column; gap: 0; }
    .page.image-text-columns .column-text { order: 2; width: 100%; padding: 40px 0; }
    .page.image-text-columns .column-text.wide,
    .page.image-text-columns .column-text.slim { width: 100%; }
    .page.image-text-columns .column-text + .column-text { padding-top: 0; }
    .page.image-text-columns .column-image { order: 1; width: 100%; min-height: 0; }
    .page.image-text-columns .column-image.height-720 { min-height: 0; }
    .page.image-text-columns .column-image .img { position: static; top: auto; left: auto; width: 100%; }
    .page.image-text-columns .column-image:nth-child(1) .img { right: auto; }
    .page.image-text-columns:has(.column-text.slim) .column-image .img,
    .page.image-text-columns:has(.column-text.wide) .column-image .img { width: 100%; }
    
    .page.text-columns .content { flex-direction: column; padding: 0; }
    .page.text-columns .column-text { width: 100%; min-height: 0; padding: 50px 10px; }
    .page.text-columns .column-text:nth-child(1) { padding-right: 20px; }
    .page.text-columns .column-text:nth-child(2) { padding-left: 20px; }
    .page.text-columns .column-text.grey:after,
    .page.text-columns .column-text.black:after { display: none; }
    
    .text-containers { gap: 30px; }
    .text-containers .text-container { margin-bottom: 30px; }
    
    .text-container h1,
    .text-container .h1 { font-size: 26px; line-height: 34px; }
    .text-container h2 { font-size: 22px; line-height: 28px; }
    .text-container h3 { font-size: 18px; line-height: 22px; }
    .text-container h4 { font-size: 16px; line-height: 20px; }
    
    .projects-overview { gap: 20px 0; padding: 5px; }
    .projects-overview .item { padding: 5px; }
    .projects-overview .box .image { min-height: 48.4vw; padding: 20px; }
    .projects-overview .box .image .details .logo { width: 65px; height: 65px; }
    .projects-overview .box .image .details .logo,
    .projects-overview .box:hover .image .details .logo { bottom: 100%; transform: translateY(-6px); }
    .projects-overview .box .image .details .headline { opacity: 1; font-size: 16px; }
    .projects-overview .box .location { gap: 6px; font-size: 16px; }
    .projects-overview .box .location .icon { font-size: 18px; }
    
    .articles-overview { gap: 20px 0; padding: 5px; }
    .articles-overview .item { width: 50%; padding: 5px; }
    .articles-overview .box { gap: 14px; }
    .articles-overview .box .image { height: 30.4vw; }
    .articles-overview .box .details { gap: 4px; }
    .articles-overview .box .details h3 { font-size: 18px; line-height: 26px; }
    
    .services-overview.wide { gap: 20px; }
    .services-overview .item .headline { gap: 20px; }
    .services-overview .item .headline .icon { font-size: 26px; }
    .services-overview .item .headline h3 { font-size: 18px; line-height: 26px; }
    
    .team-overview { padding: 5px; }
    .team-overview .item { width: 33.33%; padding: 5px; }
    .team-overview .item .image { height: 32vw; }
    
    .offices-overview { padding: 5px; }
    .offices-overview .item { padding: 5px; }
    .offices-overview .box .image { height: 30vw; }
    .offices-overview .box .details { padding: 20px; }
    .offices-overview .box .details h3 { font-size: 18px; line-height: 22px; }
    
    .specifications-container { justify-content: center; row-gap: 16px; }
    .specifications-container.vertical { align-items: center; row-gap: 20px; }
    .specifications-container .item { align-items: center; gap: 16px 10px; max-width: none; text-align: center; }
    .specifications-container.vertical .item { justify-content: center; align-items: flex-start; text-align: left; }
    .specifications-container .item .icon { font-size: 24px; }
    
    .quote-container p { font-size: 18px; line-height: 28px; }
    
    .accordion-container .headline h2,
    .accordion-container .headline h3 { font-size: 18px; line-height: 22px; }
    
    .panel-container { flex-direction: column; gap: 0; }
    .panel-container aside { width: 100%; }
    
    .table-container { max-height: 363px; }
    
    .map-container { height: 400px; }
    .map-container.full { height: calc(100vh - 100px); }
    
    .slider { height: 34.2vw; padding: 5px; }
    .slider .item { padding: 5px; }
    
    #estatebud-infowindow { bottom: 10px; left: 10px; }
    
    .footer .columns { flex-direction: column; align-items: center; padding: 60px 0; }
    .footer .columns .column { align-items: center; }
    .footer .bottom { flex-direction: column; align-items: center; padding: 20px 0; text-align: center; }
    .footer .bottom .item ul,
    .footer .bottom .item:nth-child(2) ul { justify-content: center; }
    .footer .logo { margin-bottom: 30px; }
    .footer .logo img { height: 60px; }
    .footer .title h5 { text-align: center; }
    .footer .title p { text-align: center; }
    .footer .menu ul li { text-align: center; }
    .footer .form-container .form-item.form-button .button { align-self: center; }
    
    .paging { margin-top: 40px; }
}

@media (max-width: 730px) {
    .team-overview .item { width: 50%; }
    .team-overview .item .image { height: 48vw;}
}

@media (max-width: 700px) {
    .project-overview { flex-direction: column; align-items: center; }
    .project-overview .image { width: 120px; height: 120px; }
    .project-overview .details { align-items: center; }
    .project-overview .details .specifications { justify-content: center; }
    .project-overview .details .specifications ul { justify-content: center; }
    .project-overview .details .buttons { justify-content: center; }
    
}

@media (max-width: 650px) {
    .text-containers { column-count: 1; }
}

@media (max-width: 500px) {
    .projects-overview .item { width: 100%; }
    .projects-overview .box .image { min-height: 96vw; }
    
    .articles-overview .item { width: 100%; }
    .articles-overview .box .image { height: 60vw; }
    
    .offices-overview .item { width: 100%; }
    .offices-overview .box .image { height: 60vw; }
}

@media (max-width: 330px) {
    .team-overview .item { width: 100%; }
    .team-overview .item .image { height: 94vw;}
}