#heroFullscreen{background-color:var(--black);height:calc(100svh - var(--header-height));grid-template-rows:minmax(0,1fr);overflow:hidden}#heroFullscreen .partContentFileImageGallery,#heroFullscreen .partContentCode{z-index:10;grid-column-start:fullwidth-start;grid-column-end:fullwidth-end;grid-row:1;transform-origin:bottom;will-change:transform;position:relative}#heroFullscreen .partContentFileImageGallery *{height:100%}#heroFullscreen .partContentFileImageGallery:after,#heroFullscreen>.partContentCode:after{content:"";top:0;bottom:0;left:0;right:0;position:absolute;z-index:20;background-color:rgba(var(--green-rgb),.4)}#heroFullscreen .text{place-self:center start;max-width:900px;z-index:30;grid-row:1;color:var(--white);will-change:transform;position:relative}#heroFullscreen .partHeading{color:currentColor;margin-bottom:.3em;text-shadow:var(--textShadow-m)}#heroFullscreen .partContentText{text-wrap:balance;font-size:var(--fontSize-h4);text-shadow:var(--textShadow-m)}#heroFullscreen .text>.partContentCode{margin-top:var(--spacing-40)}#heroFullscreen .text:after{content:"";top:-100%;bottom:-100%;left:-50%;right:-50%;position:absolute;z-index:-1;background-size:100% 100%;background-position:0px 0px;background-image:radial-gradient(50% 50% at 50% 50%,rgba(0,0,0,.3) 0%,rgba(0,0,0,0) 100%)}.vimeoBackgroundVideo{display:grid;grid-template-areas:"stack";grid-template-rows:minmax(0,1fr)}.vimeoBackgroundVideo:before{content:"";width:100%;height:100%;backdrop-filter:blur(3px);grid-area:stack;z-index:30}.vimeoBackgroundVideo-img{z-index:10;width:100%;object-fit:cover;grid-area:stack}.vimeoBackgroundVideo-video{z-index:20;grid-area:stack;width:100%;position:relative;overflow:hidden;visibility:hidden}.vimeoBackgroundVideo-iframe{position:absolute;width:100%;height:100%}.vimeoBackgroundVideo--loaded:before{animation:vimeoBackgroundVideo-animation-blur 1s ease-in forwards}.vimeoBackgroundVideo--loaded .vimeoBackgroundVideo-video{visibility:visible}@keyframes vimeoBackgroundVideo-animation-blur{0%{backdrop-filter:blur(3px)}to{backdrop-filter:blur(0px)}}.vimeoBackgroundVideo--deviatingAspectRatio{aspect-ratio:3/1}.vimeoBackgroundVideo--deviatingAspectRatio .vimeoBackgroundVideo-img,.vimeoBackgroundVideo--deviatingAspectRatio .vimeoBackgroundVideo-video{height:100%}.vimeoBackgroundVideo--deviatingAspectRatio .vimeoBackgroundVideo-iframe{height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}@media (min-width: 901px){.vimeoBackgroundVideo--deviatingAspectRatio .vimeoBackgroundVideo-iframe{min-width:auto!important}}@media (max-width: 900px){.vimeoBackgroundVideo--deviatingAspectRatio{grid-column:fullwidth;height:50vh}.vimeoBackgroundVideo--deviatingAspectRatio{aspect-ratio:auto}.vimeoBackgroundVideo--deviatingAspectRatio .vimeoBackgroundVideo-iframe{height:100%}}.vimeoBackgroundVideo--deviatingAspectRatioFullscreen{grid-column:fullwidth;height:100vh}.vimeoBackgroundVideo--deviatingAspectRatioFullscreen .vimeoBackgroundVideo-img,.vimeoBackgroundVideo--deviatingAspectRatioFullscreen .vimeoBackgroundVideo-video{height:100%}.vimeoBackgroundVideo--deviatingAspectRatioFullscreen .vimeoBackgroundVideo-iframe{width:100vw;min-height:100vh;top:50%;left:50%;transform:translate(-50%,-50%)}#homeServices{padding:var(--spacing-vertical) 0;background-color:var(--green);border-radius:var(--borderRadius-m);margin-left:var(--greenBlockSpacing);margin-right:var(--greenBlockSpacing)}#homeServices .container>.partHeading{color:var(--white);text-align:center;margin-bottom:var(--spacing-80)}#homeServices .list{--data-list-amount: 1;display:grid;gap:var(--spacing-80) var(--spacing-30);grid-template-columns:repeat(var(--data-list-amount),1fr)}#homeServices .list[data-list-amount="4"]{--data-list-amount: 4}#homeServices .list[data-list-amount="3"]{--data-list-amount: 3}#homeServices .list[data-list-amount="2"]{--data-list-amount: 2}#homeServices .list li .wrapper{text-align:center;display:flex;flex-direction:column;align-items:center;height:100%;color:var(--white);text-decoration:none;gap:var(--spacing-20)}#homeServices .list li .icon{width:40px;height:40px}#homeServices .list li .icon svg{width:100%;height:100%;max-width:40px;max-height:40px;fill:var(--yellow)}#homeServices .list li .text .partHeading{margin-bottom:.5em}#homeServices .list li .text .partContentText{text-wrap:balance}#homeServices .list li .text .partButton{margin-top:var(--spacing-20);--partButton1-color: var(--white)}@media (max-width: 1023px){#homeServices .list[data-list-amount="4"]{--data-list-amount: 2}}@media (max-width: 700px){#homeServices .list[data-list-amount="3"]{--data-list-amount: 1}}@media (max-width: 600px){#homeServices .container>.partHeading{text-align:left}#homeServices .list{grid-template-columns:repeat(1,1fr)}#homeServices .list li .wrapper{flex-direction:row;text-align:left;align-items:flex-start}#homeServices .list li .icon{width:var(--fontSize-h2);height:var(--fontSize-h2);margin-top:-.2em}}#homeTeam{margin:var(--spacing-vertical) 0}#homeTeam .column--left{grid-column-end:content-center;margin-right:calc(var(--spacing-60) / 2);display:flex;flex-direction:column}#homeTeam .column--left .partContentFileImageGallery{--partContentFileImageGallery-borderRadius: var(--borderRadius-m)}#homeTeam .column--left>*:not(.partContentFileImageGallery){margin-left:var(--spacing-60);margin-right:var(--spacing-60)}#homeTeam .column--left .partButtonContentContainer{margin-top:var(--coreContent1-spacing);gap:20px}#homeTeam .column--left .partButtonContentContainer .partButton.outline{--partButton1-backgroundColor: transparent;--partButton1-backgroundColor-hover: var(--yellow);--partButton1-color: var(--green);--partButton1-color-hover: var(--green);border:solid 2px var(--yellow)}#homeTeam .column--right{grid-column-start:content-center;margin-left:calc(var(--spacing-60) / 2)}#homeTeam .column--right .label{color:var(--yellow);font-weight:600}#homeTeam .column--right .partHeading{margin-bottom:var(--spacing-80);color:var(--green)}#homeTeam .column--right .partContentFileImageGallery{--partContentFileImageGallery-borderRadius: var(--borderRadius-m)}@media (max-width: 900px){#homeTeam .column--right{margin-left:0;grid-column:content}#homeTeam .column--left{margin-right:0;grid-column:content;order:1}#homeTeam .column--left .partContentFileImageGallery{order:1;margin-top:var(--coreContent1-spacing-large)}}
