.hero_section_main_wrapper{background-color:var(--color-dark);height:100vh;position:relative}.hero_section_video{object-fit:cover;display:block}.hero_section_video_wrapper{pointer-events:none;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0}.hero_section_video_wrapper:after{content:"";pointer-events:none;z-index:1;background:rgba(0,0,0,.25);width:100%;height:100%;position:absolute;top:0;left:0}.hero_image_stack{opacity:0;will-change:opacity,transform;width:100%;height:100%;transition:opacity .6s .3s,transform 1.2s cubic-bezier(.16,1,.3,1) .3s;position:absolute;top:0;bottom:0;left:0;right:0;transform:scale(1.1)}html[data-initial-loading=true] .hero_image_stack{opacity:0;transform:scale(1.1)}html[data-initial-ready=true] .hero_image_stack{opacity:1;transform:scale(1)}.hero_image_layer{opacity:0;will-change:opacity,transform;pointer-events:none;width:100%;height:100%;transition:opacity .6s;position:absolute;top:0;bottom:0;left:0;right:0}.hero_image_layer.active{opacity:1}.hero_section_big_text_wrapper{z-index:2;--border-scale:0;justify-content:space-between;align-items:center;width:100%;padding:3rem 2rem 0;display:flex;position:absolute;bottom:2rem;left:0}.project_sub_section{height:100%;color:var(--color-light);opacity:0;border:2px solid rgba(255,255,255,.3);border-right:0;flex-direction:column;justify-content:end;padding:1rem;transition:opacity .6s cubic-bezier(.16,1,.3,1);display:flex}html[data-initial-ready=true] .project_sub_section{opacity:1}html[data-initial-ready=true] .project_sub_section:first-child{transition-delay:.3s}html[data-initial-ready=true] .project_sub_section:nth-child(2){transition-delay:.4s}html[data-initial-ready=true] .project_sub_section:nth-child(3){transition-delay:.5s}html[data-initial-ready=true] .project_sub_section:nth-child(4){transition-delay:.6s}html[data-initial-ready=true] .project_sub_section:nth-child(5){transition-delay:.7s}.project_sub_section:first-child{border-left:0}.hero_section_text_wrapper{z-index:2;--border-scale:0;grid-template-rows:1fr;grid-template-columns:repeat(5,1fr);justify-content:space-between;width:100%;height:80%;display:grid;position:absolute}.project_sub_section_name,.project_sub_section_location{font-size:var(--size-xs);font-family:var(--font-secondary);opacity:.6;transition:opacity .22s,color .22s}html[data-initial-loading=true] .project_sub_section_name,html[data-initial-loading=true] .project_sub_section_location{opacity:0}.project_sub_section.active .project_sub_section_name,.project_sub_section.active .project_sub_section_location{opacity:1}.hero_section_text_wrapper:after{content:"";transform-origin:0;width:100%;height:1px;transform:scaleX(var(--border-scale,0));pointer-events:none;background:#fff;position:absolute;bottom:0;left:0}.hero_section_heading_wrapper{width:60%}.hero_section_paragraph_wrapper{width:40%}.hero_section_heading{font-family:var(--font-primary);font-weight:700;font-size:var(--size-max);color:var(--color-light);opacity:0;line-height:1;transition:all .3s}.hero_section_paragraph{font-family:var(--font-secondary);font-size:var(--size-xs);color:var(--color-light);opacity:0;transition:all .25s ease-in}html[data-initial-loading=true] .hero_section_heading,html[data-initial-loading=true] .hero_section_paragraph{opacity:0}@media screen and (max-width:1023px){.hero_section_heading{font-size:8vw}.hero_section_main_wrapper,.hero_section_video_wrapper{height:100dvh}.hero_section_video_wrapper{width:100vw}.hero_section_text_wrapper{pointer-events:none;display:none}.hero_section_big_text_wrapper{flex-direction:column;gap:.9rem}.hero_section_heading_wrapper,.hero_section_paragraph_wrapper{width:100%}}@media only screen and (min-width:1921px){.hero_section_paragraph{font-size:var(--size-md)}}
