:root{--loader-animation-delay: 2.5s;--loader-animation-duration: 1s;--header-transition-duration: .5s;--logo-final-size: 210px;--logo-final-position: 0px;--typography-fade-duration: 1s}@media screen and (max-width: 1250px){:root{--logo-final-size: 150px}}@media screen and (max-width: 992px){:root{--logo-final-size: 100px}}.section-hero{background-color:var(--black)}.section-hero .loader-content{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;row-gap:100px;position:relative}@media screen and (max-width: 1600px){.section-hero .loader-content{row-gap:70px}}@media screen and (max-width: 992px){.section-hero .loader-content{row-gap:40px;justify-content:center;overflow:hidden}}.section-hero .loader-content .main-title{text-align:center}.section-hero .loader-content .main-button{margin-bottom:100px}@media screen and (max-width: 1600px){.section-hero .loader-content .main-button{margin-bottom:60px}}@media screen and (max-width: 1250px){.section-hero .loader-content .main-button{margin-bottom:100px}}@media screen and (max-width: 992px){.section-hero .loader-content .main-button{margin-bottom:0}}.section-hero .logo-animations{max-width:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all var(--loader-animation-duration) ease-in-out;z-index:1}@media screen and (max-width: 992px){.section-hero .logo-animations{max-width:100%}}.section-hero .logo-animations.animate{max-width:var(--logo-final-size);top:.5rem;left:-24px;transform:translate(0)}@media screen and (max-width: 1250px){.section-hero .logo-animations.animate{top:22px;left:-22px}}@media screen and (max-width: 992px){.section-hero .logo-animations.animate{top:10px;left:0}}.section-hero .firm-animations{position:absolute;bottom:0;top:0;right:0;left:0;margin:auto;max-width:70%;z-index:2;transition:opacity 2s ease-in-out;pointer-events:none}@media screen and (max-width: 992px){.section-hero .firm-animations{width:100%;scale:1.5}}.section-hero .firm-animations.fade-out{opacity:0}.section-video{background-color:var(--black)}.section-video .video-container{position:relative;width:100%;height:100%}.section-video .video-container.fullscreen{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;background:#000}@media screen and (max-width: 992px){.section-video .video-container.fullscreen{display:flex;align-items:center;justify-content:center}}.section-video .video-content{position:relative;height:100vh;clip-path:inset(0 50% 0 50%);transition:clip-path 1.5s ease-in-out}@media screen and (max-width: 992px){.section-video .video-content{height:auto}}.section-video .video-content.visible{clip-path:inset(0 0% 0 0%)}.section-video .video-content iframe{pointer-events:none}.section-video .video-content .video{width:100%;height:100%;border-radius:40px;object-fit:cover}@media screen and (max-width: 992px){.section-video .video-content .video{border-radius:20px}}.section-video .video-cursor{position:fixed;z-index:1000;transform:translate(-50%,-50%)}.section-video .video-cursor .main-button svg circle{fill:var(--black)}.section-video .video-cursor .main-button svg path{fill:var(--black)}.section-video .video-controls .control-buttons{display:flex;gap:15px;align-items:center;position:absolute;top:50px;right:50px;z-index:1001}@media screen and (max-width: 992px){.section-video .video-controls .control-buttons{top:5px;right:5px;gap:5px}.section-video .video-controls .control-buttons button{padding:0}.section-video .video-controls .control-buttons button svg{width:30px;height:auto}}.section-video .video-controls .progress-container{position:absolute;bottom:50px;left:50px;right:50px;z-index:1001;display:flex;align-items:center}.section-video .video-controls .progress-bar{flex:1;height:4px;background:#ffffff4d;cursor:pointer;border-radius:2px}.section-video .video-controls .progress{height:100%;background:#fff;border-radius:2px;transition:width .1s linear}.section-video .video-controls .time-display{color:#fff;font-size:14px;min-width:100px;text-align:right}.section-video .mobile-controls{position:absolute;top:20px;right:20px;z-index:1001}.section-video .mobile-controls .mobile-mute-button{background:#000000b3;border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.section-video .mobile-controls .mobile-mute-button:hover{background:#000000e6;transform:scale(1.1)}.section-video .mobile-controls .mobile-mute-button svg{width:24px;height:24px;fill:currentColor}.section-our-services{background-color:var(--black);position:relative;padding:50px 0}.section-our-services .services-container{display:flex;flex-direction:column;align-items:center;text-align:center;padding:80px 0 45px;row-gap:5px}@media screen and (max-width: 1600px){.section-our-services .services-container{padding:45px 0}}@media screen and (max-width: 992px){.section-our-services .services-container{row-gap:0px}}.section-our-services .main-title{position:relative;z-index:3}.section-our-services .main-button{margin:0 auto}.section-our-services .service-item .service-pill{padding:11px 30px 2px;background-color:var(--primary);border-radius:50px;transition:all .5s ease;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}@media screen and (max-width: 992px){.section-our-services .service-item .service-pill{padding:11px 15px}}.section-our-services .service-item .service-pill:hover{background-color:var(--white);cursor:context-menu}.section-our-services .service-item .service-pill:hover .section-title{color:var(--black);scale:.7}.section-our-services .service-item .service-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .3s ease;opacity:0;z-index:0}.section-our-services .service-item .inactive-video{opacity:0}.section-our-services .service-item .active-video{opacity:1}.section-projects{background-color:var(--black);padding:50px 0}.section-projects .projects-content-inner{display:flex;justify-content:space-between}@media screen and (max-width: 992px){.section-projects .projects-content-inner{flex-direction:column}.section-projects .projects-content-inner .main-button{margin-top:30px}}.section-projects .projects-container{display:flex;flex-wrap:wrap;gap:20px;margin-top:80px}.section-projects .projects-container .project-slide{max-width:33.33%}@media screen and (max-width: 992px){.section-projects .projects-container .project-slide{max-width:100%}}@media screen and (max-width: 992px){.section-projects .projects-container{margin-top:40px}}@media screen and (max-width: 992px){.section-projects .swiper-slide{margin-bottom:40px}}@media screen and (max-width: 992px){.section-projects .projects-carousel{padding-bottom:0}}.swiper-pagination-progressbar{background-color:var(--white);height:1px!important;top:auto!important;bottom:0!important;margin-bottom:5px}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color:var(--white);border-radius:40px;height:3px!important;top:-1px!important}.section-divider{opacity:1;width:100%;border-color:var(--white);margin:30px 0}.section-culture{background-color:var(--black);padding:50px 0;overflow:hidden}@media screen and (max-width: 992px){.section-culture{padding:30px 0}}.section-culture .culture-title{margin-bottom:100px}@media screen and (max-width: 992px){.section-culture .culture-title{margin-bottom:0}}@media screen and (max-width: 992px){.section-culture .main-button{margin:30px 0}}.section-culture .culture-media{position:relative;overflow:hidden;opacity:0;transform:scale(1.2);transition:opacity 1.5s ease,transform 1.5s ease}.section-culture .culture-media video,.section-culture .culture-media img{width:100%;clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);transition:clip-path 1.5s ease}.section-culture .culture-media.visible{opacity:1;transform:scale(1)}.section-culture .culture-media.visible video,.section-culture .culture-media.visible img{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.section-culture .culture-media.hidden{opacity:0;transform:scale(1.2)}.section-culture .culture-media.hidden video,.section-culture .culture-media.hidden img{clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%)}.section-vision{background-color:var(--black);padding:50px 0}.section-vision .main-button{margin-left:auto}@media screen and (max-width: 992px){.section-vision .main-button{margin-left:0}}.section-vision .vision-description{display:flex;align-items:flex-end;height:100%}.subscribe-section{background-color:var(--black);padding:50px 0}.subscribe-section .section-subtitle{position:relative;z-index:1}@media screen and (max-width: 992px){.subscribe-section .section-subtitle br{display:none}}.subscribe-section .subscribe-figure{position:absolute;top:-50px;right:0;z-index:0}@media screen and (max-width: 1600px){.subscribe-section .subscribe-figure{top:-30px;width:60%}}@media screen and (max-width: 1250px){.subscribe-section .subscribe-figure{top:-20px}}@media screen and (max-width: 992px){.subscribe-section .subscribe-figure{top:25px}}.subscribe-section .subscribe-form{margin-top:20px}.subscribe-section .main-button{margin-left:auto}.subscribe-section .subscribe-success{padding:100px 0;text-align:center}
