@media (min-width: 0px){#home-hero{position:relative;width:100%;height:90vh}#home-hero:after{content:"";clip-path:polygon(0% 20%,0% 100%,100% 100%,100% 50%);background-color:#0f172ae6;backdrop-filter:blur(5px);z-index:1;position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;animation:slide-over-fade .5s ease-in-out forwards}#home-hero .hero-container{height:100%;width:100%;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:2rem;gap:2rem}#home-hero h1,#home-hero .mission-statement,#home-hero .buttons-container{opacity:0;animation:raise-fade .75s ease-in-out forwards;animation-delay:.5s}#home-hero h1{line-height:1.1}#home-hero .mission-statement{max-width:40rem}#home-hero strong{font-weight:600}#home-hero .buttons-container{display:flex;flex-direction:column;gap:1rem}#home-hero picture{position:absolute;left:0;top:0;width:100%;height:100%;z-index:-2}}@media (min-width: 768px){#home-hero:after{clip-path:polygon(0% 10%,0% 100%,100% 100%,100% 70%);background-color:#0f172acc}#home-hero .buttons-container{flex-direction:row;gap:2rem}}@media (min-width: 1024px){#home-hero:after{clip-path:polygon(0% 0%,0% 100%,100% 100%,100% 90%)}@keyframes slide-over-fade{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}}@media (min-width: 1250px){#home-hero:after{clip-path:polygon(20% 0%,0% 0%,0% 100%,80% 100%)}@keyframes slide-over-fade{0%{transform:translate(-50%);opacity:0}to{transform:translate(0);opacity:1}}}@keyframes raise-fade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 0px){.primary-button,.secondary-button{border-radius:.5rem;padding:.875rem 1.5rem;width:fit-content;height:fit-content;text-decoration:none;display:inline-block}@media (pointer: fine){.primary-button:hover,.primary-button:focus{cursor:pointer;background-color:var(--accent-color)}.secondary-button:hover,.secondary-button:focus{cursor:pointer;outline:2px solid var(--accent-color)}}.primary-button{background:var(--primary-color-light)}.secondary-button{background:var(--primary-color-dark)}#button-link-text{user-select:none;pointer-events:none}}@media (min-width: 0px){#home-service-section #section-box{gap:clamp(3rem,9vw,4rem)}#home-service-section h2{margin:0 auto;width:fit-content}#home-service-section .content-wrapper{width:100%}#home-service-section .service-list{list-style:none;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(7,auto);row-gap:clamp(1.5rem,4vw,3rem);column-gap:clamp(1.5rem,4vw,3rem)}#home-service-section .button-wrapper{width:fit-content;margin:0 auto;height:fit-content}#home-service-section .cta-wrapper{margin-bottom:2rem;gap:2rem}}@media (min-width: 768px){#home-service-section .service-list{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,auto)}}@media (min-width: 1024px){#home-service-section .service-list{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto)}#home-service-section h2{width:100%;margin:0}#home-service-section .content-wrapper{text-align:center}}@media (min-width: 0px){.service-card{gap:1rem;background:#f7f7f7;border-radius:.5rem;padding:1rem;box-shadow:0 2px 4px #0000001a;opacity:0;translate:0px 20px}.service-card.appear{opacity:1;translate:0px 0px;transition:opacity .4s ease-in,translate .5s ease-in}.service-card .card-icon-wrapper{width:3rem;height:3rem;border-radius:50%;background:var(--secondary-color);padding:.75rem}.service-card .service-icon{filter:brightness(0) saturate(100%) invert(27%) sepia(97%) saturate(2641%) hue-rotate(216deg) brightness(96%) contrast(91%)}.service-card .chevron-wrapper{width:2rem;height:2rem;transition:translate .15s ease-in-out}.service-card .chevron-wrapper img{filter:brightness(0) saturate(100%) invert(27%) sepia(97%) saturate(2641%) hue-rotate(216deg) brightness(96%) contrast(91%)}.service-card .link-wrapper{align-items:center;background:var(--primary-color-dark);border-radius:.5rem;width:fit-content;padding:.25rem 1rem}.service-card a{color:var(--accent-color);text-decoration:none}@media (pointer: fine){.service-card a:hover,.service-card a:focus{text-decoration:underline}.service-card .link-wrapper:hover .chevron-wrapper{translate:10px 0px;transition:translate .15s ease-in-out}}}@media (min-width: 0px){#home-stat-section{background:#f7f7f7;padding-bottom:0}#home-stat-section #content-divider{gap:clamp(1.5rem,2vw,3rem)}#home-stat-section .text-content-wrapper{max-width:45rem}#home-stat-section .stat-list{display:flex;flex-direction:column;gap:1.5rem;justify-content:center;text-align:center}#home-stat-section .stat-card{gap:1rem;padding:1.5rem;background:#fff;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;max-width:20rem;margin:0 auto;scale:0;opacity:0;flex:1}#home-stat-section .stat-card.appear{scale:1;opacity:1;transition:scale .3s ease-in-out,opacity .3s ease-in-out}#home-stat-section #stat-card-2{transition-delay:.2s}#home-stat-section #stat-card-3{transition-delay:.4s}#home-stat-section .icon-wrapper{margin:0 auto;width:4rem;height:4rem;background:var(--primary-color-light);border-radius:50%;padding:.25rem}#home-stat-section #standalone-card-top{display:none}}@media (min-width: 768px){#home-stat-section .stat-list{flex-direction:row;justify-content:space-evenly}#home-stat-section .stat-card{max-width:50rem}#home-stat-section #standalone-card-top{display:flex;width:100%;margin:0;text-align:center;flex:1}#home-stat-section .top-content{display:flex;width:100%;flex-direction:row-reverse;justify-content:space-between;gap:3rem}#home-stat-section .description{display:inline-block;flex:1}}@media (min-width: 0px){#safety-section{background:#f7f7f7}#safety-section .container{gap:clamp(1.5rem,4vw,3rem);padding-top:0}#safety-section h2{width:fit-content}#safety-section .visual-content{display:flex;flex-direction:column-reverse;gap:clamp(1.5rem,4vw,3rem)}#safety-section .photo-frame{padding:1rem;background:var(--primary-color-dark);border-radius:1rem;max-width:30rem;margin:0 auto;clip-path:polygon(0% 0%,1% 0%,2% 1%,3% 0%,4% 1%,5% 0%,6% 1%,7% 0%,8% 1%,9% 0%,10% 1%,11% 0%,12% 1%,13% 0%,14% 1%,15% 0%,16% 1%,17% 0%,18% 1%,19% 0%,20% 1%,21% 0%,22% 1%,23% 0%,24% 1%,25% 0%,26% 1%,27% 0%,28% 1%,29% 0%,30% 1%,31% 0%,32% 1%,33% 0%,34% 1%,35% 0%,36% 1%,37% 0%,38% 1%,39% 0%,40% 1%,41% 0%,42% 1%,43% 0%,44% 1%,45% 0%,46% 1%,47% 0%,48% 1%,49% 0%,50% 1%,51% 0%,52% 1%,53% 0%,54% 1%,55% 0%,56% 1%,57% 0%,58% 1%,59% 0%,60% 1%,61% 0%,62% 1%,63% 0%,64% 1%,65% 0%,66% 1%,67% 0%,68% 1%,69% 0%,70% 1%,71% 0%,72% 1%,73% 0%,74% 1%,75% 0%,76% 1%,77% 0%,78% 1%,79% 0%,80% 1%,81% 0%,82% 1%,83% 0%,84% 1%,85% 0%,86% 1%,87% 0%,88% 1%,89% 0%,90% 1%,91% 0%,92% 1%,93% 0%,94% 1%,95% 0%,96% 1%,97% 0%,98% 1%,99% 0%,100% 0%,100% 1%,99% 2%,100% 3%,99% 4%,100% 5%,99% 6%,100% 7%,99% 8%,100% 9%,99% 10%,100% 11%,99% 12%,100% 13%,99% 14%,100% 15%,99% 16%,100% 17%,99% 18%,100% 19%,99% 20%,100% 21%,99% 22%,100% 23%,99% 24%,100% 25%,99% 26%,100% 27%,99% 28%,100% 29%,99% 30%,100% 31%,99% 32%,100% 33%,99% 34%,100% 35%,99% 36%,100% 37%,99% 38%,100% 39%,99% 40%,100% 41%,99% 42%,100% 43%,99% 44%,100% 45%,99% 46%,100% 47%,99% 48%,100% 49%,99% 50%,100% 51%,99% 52%,100% 53%,99% 54%,100% 55%,99% 56%,100% 57%,99% 58%,100% 59%,99% 60%,100% 61%,99% 62%,100% 63%,99% 64%,100% 65%,99% 66%,100% 67%,99% 68%,100% 69%,99% 70%,100% 71%,99% 72%,100% 73%,99% 74%,100% 75%,99% 76%,100% 77%,99% 78%,100% 79%,99% 80%,100% 81%,99% 82%,100% 83%,99% 84%,100% 85%,99% 86%,100% 87%,99% 88%,100% 89%,99% 90%,100% 91%,99% 92%,100% 93%,99% 94%,100% 95%,99% 96%,100% 97%,99% 98%,100% 99%,100% 100%,99% 100%,98% 99%,97% 100%,96% 99%,95% 100%,94% 99%,93% 100%,92% 99%,91% 100%,90% 99%,89% 100%,88% 99%,87% 100%,86% 99%,85% 100%,84% 99%,83% 100%,82% 99%,81% 100%,80% 99%,79% 100%,78% 99%,77% 100%,76% 99%,75% 100%,74% 99%,73% 100%,72% 99%,71% 100%,70% 99%,69% 100%,68% 99%,67% 100%,66% 99%,65% 100%,64% 99%,63% 100%,62% 99%,61% 100%,60% 99%,59% 100%,58% 99%,57% 100%,56% 99%,55% 100%,54% 99%,53% 100%,52% 99%,51% 100%,50% 99%,49% 100%,48% 99%,47% 100%,46% 99%,45% 100%,44% 99%,43% 100%,42% 99%,41% 100%,40% 99%,39% 100%,38% 99%,37% 100%,36% 99%,35% 100%,34% 99%,33% 100%,32% 99%,31% 100%,30% 99%,29% 100%,28% 99%,27% 100%,26% 99%,25% 100%,24% 99%,23% 100%,22% 99%,21% 100%,20% 99%,19% 100%,18% 99%,17% 100%,16% 99%,15% 100%,14% 99%,13% 100%,12% 99%,11% 100%,10% 99%,9% 100%,8% 99%,7% 100%,6% 99%,5% 100%,4% 99%,3% 100%,2% 99%,1% 100%,0% 99%,0% 100%,0% 99%,1% 98%,0% 97%,1% 96%,0% 95%,1% 94%,0% 93%,1% 92%,0% 91%,1% 90%,0% 89%,1% 88%,0% 87%,1% 86%,0% 85%,1% 84%,0% 83%,1% 82%,0% 81%,1% 80%,0% 79%,1% 78%,0% 77%,1% 76%,0% 75%,1% 74%,0% 73%,1% 72%,0% 71%,1% 70%,0% 69%,1% 68%,0% 67%,1% 66%,0% 65%,1% 64%,0% 63%,1% 62%,0% 61%,1% 60%,0% 59%,1% 58%,0% 57%,1% 56%,0% 55%,1% 54%,0% 53%,1% 52%,0% 51%,1% 50%,0% 49%,1% 48%,0% 47%,1% 46%,0% 45%,1% 44%,0% 43%,1% 42%,0% 41%,1% 40%,0% 39%,1% 38%,0% 37%,1% 36%,0% 35%,1% 34%,0% 33%,1% 32%,0% 31%,1% 30%,0% 29%,1% 28%,0% 27%,1% 26%,0% 25%,1% 24%,0% 23%,1% 22%,0% 21%,1% 20%,0% 19%,1% 18%,0% 17%,1% 16%,0% 15%,1% 14%,0% 13%,1% 12%,0% 11%,1% 10%,0% 9%,1% 8%,0% 7%,1% 6%,0% 5%,1% 4%,0% 3%,1% 2%,0% 1%)}#safety-section .safety-list{list-style:none;margin-bottom:auto}#safety-section .safety-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}#safety-section h3{font-weight:700}#safety-section .check-wrapper{width:2rem;height:2rem}#safety-section .check-icon{filter:brightness(0) saturate(100%) invert(35%) sepia(85%) saturate(4005%) hue-rotate(215deg) brightness(93%) contrast(98%)}#safety-section .stat-card{gap:1rem;padding:1.5rem;background:#fff;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;max-width:20rem;margin:0 auto;scale:0;opacity:0}#safety-section .stat-card.appear{scale:1;opacity:1;transition:scale .3s ease-in-out,opacity .3s ease-in-out}#safety-section .icon-wrapper{margin:0 auto;width:4rem;height:4rem;background:var(--primary-color-light);border-radius:50%;padding:.25rem}#safety-section #standalone-card-bottom{display:none}}@media (min-width: 768px){#safety-section .visual-content{flex-direction:row-reverse;justify-content:space-between;align-items:center}#safety-section .top-content{display:flex;flex-direction:row;justify-content:space-between;gap:5rem}#safety-section #standalone-card-bottom{display:flex;min-width:18rem;max-width:24rem;width:100%;margin-right:0;text-align:center}#safety-section .photo-frame{max-width:100%;margin:0}}@media (min-width: 0px){.team-card{overflow:hidden;width:15rem;height:25rem;max-width:15rem;max-height:25rem;z-index:1;padding:1rem;position:absolute;transition:transform .2s ease-in;transition-delay:.2s;opacity:0;scale:.75;pointer-events:none;user-select:none;-webkit-user-drag:none}.team-card.visible{pointer-events:all;position:relative;opacity:1;scale:1;transition:opacity .5s ease-in-out,scale .5s ease-in-out}.team-card:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;transform-origin:bottom;background-color:#eab308;scale:100% 0%;transition:.2s scale ease-in}.team-card:nth-child(3n+1){background:radial-gradient(#ffffff4d,#8000804d)}.team-card:nth-child(3n+2){background:radial-gradient(#ffffff4d,#0080004d)}.team-card:nth-child(3n+3){background:radial-gradient(#ffffff4d,#ff00004d)}#team-card-1,#team-card-5,#team-card-9,#team-card-12{background:radial-gradient(#ffffff4d,#40e0d04d)}#team-card-8,#team-card-10{background:radial-gradient(#ffffff4d,#ffa5004d)}.team-card .occupation{color:#fff;text-align:center;display:block;background:var(--heading-color-dark);padding:.5rem;border-radius:.5rem;transition:.2s opacity ease-in;transition-delay:.05s}.team-card .employee-info-wrapper{position:absolute;bottom:0;left:0;display:flex;flex-direction:column;z-index:2;width:100%;height:100%;justify-content:flex-end;transition:bottom .2s ease-out}.team-card .name{padding:.5rem;display:inline-block;width:100%;z-index:2;color:#fff;font-weight:900;background:linear-gradient(to top,rgba(234,179,8,.75),transparent 75%);padding:.5rem 1rem;text-shadow:0 0 5px rgba(0,0,0,.5);text-align:center;transition:bottom .2s ease-out}.team-card picture{position:absolute;left:0;bottom:0;top:20%;width:100%;height:100%;transition:.2s scale ease-in-out,.2s opacity ease-in;transition-delay:75ms}.team-card .about-text{position:static;display:block;scale:0;width:fit-content;height:0%;opacity:0;z-index:inherit;transition:opacity .2s ease}@media (pointer: fine){.team-card:hover{transform:scale(1.05);transition:transform .3s ease-in-out;z-index:2}.team-card:hover:after{scale:100% 100%;transition:scale .2s ease;transition-delay:.275s}.team-card:nth-child(3n+1):hover{background:radial-gradient(#fff,purple)}.team-card:nth-child(3n+2):hover{background:radial-gradient(#fff,green)}.team-card:nth-child(3n+3):hover{background:radial-gradient(#fff,red)}#team-card-1:hover,#team-card-5:hover,#team-card-9:hover,#team-card-12:hover{background:radial-gradient(#fff,#40e0d0)}#team-card-8:hover,#team-card-10:hover{background:radial-gradient(#fff,orange)}.team-card:hover .employee-info-wrapper{bottom:70%;transition:bottom .2s ease-out;transition-delay:.275s}.team-card:hover .about-text{scale:1;opacity:1;position:fixed;display:block}.team-card:hover .occupation{opacity:0;transition:opacity .2s ease;transition-delay:.275s}.team-card:hover picture{scale:10%;opacity:0;transform-origin:bottom;transition:ease-in-out;transition-property:scale,opacity;transition-duration:.2s,.2s;transition-delay:.275s}.team-card:hover .about-text{padding:0 1rem;scale:100%;opacity:1;transition:opacity .4s ease;transition-delay:.5s}}}@media (min-width: 0px){#team-section{background:var(--primary-color-dark);position:relative;z-index:1;overflow:hidden}#team-section .team-container{gap:clamp(3rem,9vw,4rem)}#team-section h2{color:var(--text-color-light);text-align:center}#team-section .team-list{display:flex;flex-direction:row;flex-wrap:wrap;width:fit-content;opacity:1;transition:background-color .2s ease-in-out;justify-content:center;list-style:none}#team-section .lightning-image-wrapper{position:absolute;top:0;width:100%;height:100%;z-index:-1}#team-section #lightning-image-wrapper-right{left:0%}#team-section #lightning-image-wrapper-left{right:0%}#team-section .lightning-image{user-select:none;pointer-events:none;-webkit-user-drag:none;opacity:.25}#team-section #team-button-container{display:flex;justify-content:center;gap:1rem;margin-top:1rem;align-items:center}#team-section #team-button-container button{background:none;border:none}@media (pointer: fine){#team-section #team-button-container button:hover{cursor:pointer;background:linear-gradient(to top,var(--accent-color),transparent 20%)}}#team-section #team-button-container button:active img{transform:scale(.8)}#team-section #left-button-icon{rotate:180deg}#team-section .team-radial-indicator{width:1rem;height:1rem;border-radius:50%;border:2px solid white;transition:background-color .2s ease-out}#team-section .team-radial-indicator.active{background-color:#fff;transition:background-color .2s ease-in}#team-section #left-button-icon,#team-section #right-button-icon{user-select:none;pointer-events:none;-webkit-user-drag:none}}@media (min-width: 768px){#team-section .team-list{display:flex;flex-direction:row;flex-wrap:wrap;flex:1;justify-content:center;background-color:var(--primary-color-dark)}#team-section .clear-background{background-color:transparent}#team-section #lightning-image-wrapper-right{left:25%}#team-section #lightning-image-wrapper-left{right:30%}}@media (min-width: 0px){#about-us-section .container{gap:2.5rem}#about-us-section .top-wrapper{display:flex;flex-direction:column}#about-us-section .button-wrapper{margin-top:1rem;margin-bottom:1rem}#about-us-section .quality-list{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;row-gap:1rem;column-gap:1rem;list-style:none}#about-us-section .quality-list li{display:flex;flex-direction:column;background:#f7f7f7;gap:clamp(.75rem,3vw,1.5rem);padding:1rem;border-radius:.5rem;border:2px solid #E7E7E7}#about-us-section .quality-image{filter:brightness(0) saturate(100%) invert(83%) sepia(29%) saturate(6603%) hue-rotate(5deg) brightness(101%) contrast(94%)}#about-us-section .quality-list .image-wrapper{width:2.188rem;height:2.188rem}#about-us-section .bottom-wrapper{display:flex;flex-direction:row;justify-content:space-evenly;text-align:center;list-style:none}#about-us-section .stat{width:100%}#about-us-section #middle-stat{position:relative}}@media (min-width: 768px){#about-us-section .text-content{max-width:40rem}#about-us-section .quality-list li{padding:clamp(1rem,2.1vw,2.5rem) clamp(1rem,2.1vw,2rem)}#about-us-section #middle-stat:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background-color:var(--accent-color);border-radius:75%;opacity:.5}#about-us-section #middle-stat:after{content:"";position:absolute;left:100%;bottom:0;width:3px;height:100%;background-color:var(--accent-color);border-radius:75%;opacity:.5}}@media (min-width: 1024px){#about-us-section .top-wrapper{flex-direction:row;justify-content:space-between}#about-us-section .quality-list li{flex-direction:row;align-items:center}#about-us-section .container{gap:4rem}}@media (min-width: 0px){#testimonial-section{background:linear-gradient(to top,var(--primary-color-dark) 0%,transparent 80%)}#testimonial-section .top-content{position:relative;z-index:1}#testimonial-section .top-content:before{content:"";position:absolute;left:0;top:50%;background:var(--accent-color);width:100%;height:.25rem;z-index:-1}#testimonial-section .section-heading{width:fit-content;margin:0 auto;background:#fff;padding:0 2rem}#testimonial-section .flex{display:flex;flex-direction:column;gap:clamp(3rem,8vw,4rem)}#testimonial-section .top-content{text-align:center}#testimonial-section .bottom-content{display:flex;flex-direction:column;gap:1.15rem}#testimonial-section .card{position:relative;display:flex;flex-direction:column;gap:clamp(1.5rem,3.8vw,3rem);background:#fff;border-radius:.5rem;list-style:none;padding:clamp(1.25rem,2.75vw,3rem);flex:1}#testimonial-section .card-header{display:flex;flex-direction:row;gap:1rem}#testimonial-section .name{font-weight:700;font-size:1.25rem;line-height:1.2;font-family:Arial,Helvetica,sans-serif}#testimonial-section .logo-wrapper{width:3.25rem;height:3.25rem;border-radius:50%;background:#000}#testimonial-section .card-icon{width:100%;height:100%;object-fit:cover;vertical-align:bottom;user-select:none;-webkit-user-drag:none}#testimonial-section .rating-wrapper{display:flex;flex-direction:row;user-select:none}#testimonial-section .rating-number{font-weight:700;font-size:1rem;font-family:Arial,Helvetica,sans-serif;margin-top:auto;margin-left:1rem}#testimonial-section .quote{font-family:Arial,Helvetica,sans-serif;font-size:clamp(.875rem,1.75vw,1.25rem);font-weight:400;line-height:1.5}#testimonial-section .quotation-wrapper{position:absolute;right:0;bottom:0;opacity:35%;width:50%;user-select:none;-webkit-user-drag:none;pointer-events:none}}@media (min-width: 768px){#testimonial-section .bottom-content{flex-direction:row}}
