@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes openMobileMenu{0%{transform:translate(100%,-100%)}to{transform:translateX(0)}}@keyframes closeForm{0%{transform:translateY(1rem);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes showErrorMessage{0%{transform:translateY(15rem);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes showLoginRegisterMessage{0%{transform:translateY(2rem);opacity:0}to{transform:translateX(0);opacity:1}}@media(max-width:40.625em){#home-hero-heading{text-align:center}}.home-sections__container{display:flex;flex-direction:column}.home-section__header{font-size:8rem;font-weight:400;text-align:center}@media(max-width:160em){.home-section__header{font-size:4rem}}.home-section__hero{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3rem;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url(/hero.webp) top/cover;border-bottom:4px solid #d56f2c;color:#fff;height:90vh}@media(max-width:160em){.home-section__hero{gap:2rem}}@media(max-width:40.625em){.home-section__hero{height:60vh}}.home-section__hero-text{font-size:5rem;font-weight:400;margin-top:2.5rem;text-align:center}@media(max-width:160em){.home-section__hero-text{font-size:3.5rem}}@media(max-width:40.625em){.home-section__hero-text{font-size:2.8rem;padding:0 1.5rem}}.home-section__hero-contact{margin-bottom:10rem;margin-top:4rem}@media(max-width:160em){.home-section__hero-contact{margin-top:0}}@media(max-width:64.12em){.home-section__hero-contact{margin-top:4rem}}.home-section__hero-footer{position:absolute;bottom:0;background-color:rgba(0,0,0,.75);display:flex;justify-content:space-around;align-items:center;width:100%;height:15%}@media(max-width:64.12em){.home-section__hero-footer{height:10%}}.home-section__hero-footer-div{display:flex;justify-content:center;gap:1rem}.home-section__hero-footer-div-icon{font-size:7rem}@media(max-width:90em){.home-section__hero-footer-div-icon{font-size:4.5rem}}@media(max-width:40.625em){.home-section__hero-footer-div-icon{font-size:4rem}}.home-section__hero-footer-div-text{font-size:4rem}@media(max-width:160em){.home-section__hero-footer-div-text{font-size:3rem}}@media(max-width:90em){.home-section__hero-footer-div-text{font-size:2rem}}@media(max-width:40.625em){.home-section__hero-footer-div-text{font-size:1.8rem}}.home-section__who_we_are{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4rem;position:relative;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url(/who-we-are.webp) 50%/cover;width:100%;color:#fff;height:65vh;-webkit-clip-path:polygon(0 0,100% 0,100% 80%,0 100%);clip-path:polygon(0 0,100% 0,100% 80%,0 100%)}@media(max-width:160em){.home-section__who_we_are{gap:2rem}}@media(max-width:64.12em){.home-section__who_we_are{height:45vh;line-height:1.5}}@media(max-width:58.75em){.home-section__who_we_are{justify-content:flex-start;padding-top:4rem}}@media(max-width:40.625em){.home-section__who_we_are{height:60vh}}.home-section__who_we_are-header{font-size:12rem;font-weight:300}@media(max-width:160em){.home-section__who_we_are-header{font-size:8rem}}.home-section__who_we_are-text{font-size:3rem;font-weight:300;padding:0 16rem}@media(max-width:160em){.home-section__who_we_are-text{font-size:2rem;padding:0 8rem}}.home-section__services-text{font-size:4rem;line-height:1.2;padding:0 15rem;text-align:center}@media(max-width:160em){.home-section__services-text{font-size:2.1rem;line-height:1.4;padding:0 6rem}}.home-section__services-icons{display:flex;flex-wrap:wrap;justify-content:center;gap:5rem}.home-section__services-icon{font-size:14rem}@media(max-width:160em){.home-section__services-icon{font-size:8rem}}.home-section__services-icon-text{font-size:2.8rem}@media(max-width:160em){.home-section__services-icon-text{font-size:1.4rem}}.home-section__information{display:flex;flex-direction:column;background-color:#d2d2d2;gap:3rem;padding:2rem 6rem}.home-section__information-header{text-align:center;line-height:1.5}.home-section__information-header p{font-size:4rem}@media(max-width:160em){.home-section__information-header p{font-size:2.1rem}}.home-section__information-header span{color:#d56f2c;font-weight:500}.home-section__information-content{display:grid;grid-template-columns:1fr 1fr 1fr}@media(max-width:40.625em){.home-section__information-content{border-top:1px solid #d56f2c;padding-top:2.5rem;grid-template-columns:1fr;gap:6rem}}.home-section__information-content-section{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:0 2rem}.home-section__information-content-section h4{font-size:3.2rem;margin-bottom:1.5rem}@media(max-width:160em){.home-section__information-content-section h4{font-size:1.8rem}}@media(max-width:40.625em){.home-section__information-content-section h4{font-size:2.4rem}}.home-section__information-content-section ul{display:flex;flex:0;flex-direction:column;gap:1rem;font-size:3rem;list-style:none}@media(max-width:160em){.home-section__information-content-section ul{font-size:1.6rem}}@media(max-width:40.625em){.home-section__information-content-section ul{font-size:2rem;gap:1.5rem}}.home-section__information-content-section ul a{color:#d56f2c;text-decoration:none}.home-section__information-content-section ul a:visited{color:#d56f2c}.home-section__information-content-section ul a:hover{text-decoration:underline}.home-section__information-content-icon{font-size:15rem}@media(max-width:160em){.home-section__information-content-icon{font-size:10rem}}.home-section__industries{display:flex;flex-direction:column}.home-section__industries-text{font-size:4rem;line-height:1.4;padding:0 6rem;text-align:center}@media(max-width:160em){.home-section__industries-text{line-height:1.7;font-size:2.4rem}}.home-section__industries-text span{color:#d56f2c;font-weight:500}.home-section__contact{background:linear-gradient(to bottom right,#954d1d,#dd8c56);padding:6rem;scroll-margin-top:11rem}@media(max-width:160em){.home-section__contact{padding:3rem}}.home-section__contact-header{border-bottom:2px solid #dd8c56;color:#fff;font-size:10rem;padding-bottom:2rem;text-align:center}@media(max-width:160em){.home-section__contact-header{font-size:5rem}}.carousel{overflow:hidden;white-space:nowrap}.carousel:hover .carousel__slide{animation-play-state:paused}.carousel__slide{display:inline-block;animation:slide 60s linear infinite}.carousel__slide-item{display:inline-block;margin:0 20px;font-size:5.5rem}@media(max-width:160em){.carousel__slide-item{font-size:3rem}}