.visibility-hidden{visibility:hidden}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-90px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(90px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInTop{0%{opacity:0;transform:translateY(-90px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInBottom{0%{opacity:0;transform:translateY(90px)}to{opacity:1;transform:translateY(0)}}.fadeInLeft{animation:fadeInLeft .4s ease both}.fadeInRight{animation:fadeInRight .4s ease both}.fadeInTop{animation:fadeInTop .4s ease both}.fadeInBottom{animation:fadeInBottom .4s ease both}main h2{font-size:1.25rem;font-weight:600;margin-bottom:3rem}main h2:after{border-bottom:2px solid #ff1717;content:"";display:block;width:30px}main>section.welcome{align-items:center;display:flex;height:500px;justify-content:center;margin-bottom:5rem;overflow:hidden;position:relative}main>section.welcome>div:first-child{align-items:center;display:flex;height:100%;position:absolute;width:1200px;z-index:20}main>section.welcome>div:first-child>div>h1{color:#fff;font-size:3.75rem;font-weight:600;margin-bottom:.5rem;visibility:hidden}main>section.welcome>div:first-child>div>p{color:var(--color-white);font-size:1.875rem;margin-bottom:2.5rem;visibility:hidden}main>section.welcome>div:first-child>div>a{background:var(--color-primary);border-radius:.375rem;color:var(--color-white);cursor:pointer;font-size:1.25rem;font-weight:600;padding:.5rem 1rem .75rem;transition:all .2s}main>section.welcome>div:first-child>div>a:hover{background:var(--color-primary-hover)}main>section.welcome>img{display:block;position:absolute;top:0;width:100%;z-index:0}main>section.welcome>div:last-child{background:linear-gradient(270deg,transparent 0,rgba(0,0,0,.65)),linear-gradient(180deg,transparent 0,rgba(0,0,0,.3));bottom:0;left:0;position:absolute;right:0;top:0;width:100%;z-index:10}main>section.services{align-items:center;display:flex;gap:2.5rem;margin-bottom:5rem;margin-left:auto;margin-right:auto;width:1200px}main>section.services>div>h3{font-size:1rem;font-weight:600;margin-bottom:10px}main>section.services>div>p:not(:last-child){margin-bottom:1rem}main>section.services>img{mix-blend-mode:hard-light;width:400px}main>section.achievements{margin-bottom:5rem;margin-left:auto;margin-right:auto;position:relative;width:1200px}main>section.achievements>div{display:flex;gap:10px;height:500px;justify-content:center;margin:auto;width:100%}main>section.achievements>div>img{display:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}main>section.achievements>div>img.active{display:block}main>section.achievements>.arrow{cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none}main>section.achievements>.arrow>img{background:var(--color-white);border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,.2);height:50px;padding:10px;transition:all .2s;width:50px}main>section.achievements>.arrow.prev{left:100px}main>section.achievements>.arrow.prev>img{transform:rotate(-90deg)}main>section.achievements>.arrow.next{right:100px}main>section.achievements>.arrow.next>img{transform:rotate(90deg)}main>section.why-us{align-items:center;display:flex;gap:2.5rem;margin-bottom:5rem;margin-left:auto;margin-right:auto;width:1200px}main>section.why-us>img{mix-blend-mode:hard-light;width:400px}main>section.testimonials{margin-bottom:5rem;margin-left:auto;margin-right:auto;width:1200px}main>section.testimonials>div{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-around;width:100%}main>section.testimonials>div>div{width:27%}main>section.contact{margin-bottom:5rem;margin-left:auto;margin-right:auto;width:1200px}main>section.contact>p{margin-bottom:1rem}main>section.contact>div>p{display:flex;gap:10px}main>section.contact>div>p>img{width:1rem}@media (max-width:1400px){main>section.welcome>div:first-child{width:100%}main>section.welcome>div:first-child>div{margin-left:50px;margin-right:50px}main>section.welcome>div:first-child>div>h1{font-size:3rem}main>section.welcome>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}main>section.achievements,main>section.contact,main>section.services,main>section.testimonials,main>section.why-us{width:90%}}@media (max-width:850px){main>section.services{flex-direction:column;gap:2rem;margin-bottom:10px;padding-left:2rem;padding-right:2rem;width:100%}main>section.services>img{min-width:400px;width:60%}main>section.achievements{padding-left:2rem;padding-right:2rem;width:100%}main>section.achievements>div{overflow-y:hidden}main>section.achievements>div>img{-o-object-fit:contain;object-fit:contain;width:100%}main>section.achievements>.arrow.prev{left:40px}main>section.achievements>.arrow.next{right:40px}main>section.why-us{flex-direction:column;gap:2rem;padding-left:2rem;padding-right:2rem;width:100%}main>section.why-us>img{display:none}main>section.testimonials{padding-left:2rem;padding-right:2rem;width:100%}main>section.testimonials>div>div{width:45%}main>section.contact{padding-left:2rem;padding-right:2rem;width:100%}}@media (max-width:600px){main>section.welcome>div:first-child>div{margin-left:20px;margin-right:20px}main>section.welcome>div:first-child>div>h1{font-size:2.5rem}main>section.welcome>div:first-child>div>p{font-size:1.3rem}}