html{box-sizing:border-box;font-size:62.5%}*,:after,:before{box-sizing:inherit}body{background-color:var(--background-color);color:#d9d9d9;color:var(--text-color);font-family:Alata,sans-serif;margin:0;padding:0}h1,h2,h3{font-weight:700;line-height:1.1;margin-top:0}h1,h2,h3{font-family:Josefin Sans,sans-serif}h1{border:2px solid #fff;color:#fff;display:inline-block;font-size:7rem;font-weight:300;padding:2.4rem 0 2.4rem 2.4rem}@media(max-width:56.24875em){h1{font-size:6.4rem}}h2{color:#000;font-size:4.5rem;font-weight:300}h3{font-size:3.5rem;font-weight:300}h3,p{color:#d9d9d9;color:var(--text-color)}p{font-family:Alata,sans-serif;font-size:1.5rem;margin:0}a,a:active,a:visited{color:inherit;font-size:1.5rem;text-decoration:none}:root{--text-color:#d9d9d9}.hero{margin-bottom:15rem;max-width:100%;overflow:auto;padding:4.8rem 0;position:relative}.hero__header{width:65%}@media(max-width:56.24875em){.hero__header{margin-bottom:15rem;width:70%}}.hero:before{background-image:url(/static/media/image-hero.3de81110dee4f75f44f9.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";display:block;filter:brightness(50%);height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:-1}@media(max-width:56.24875em){.hero:before{filter:brightness(70%)}}@media(max-width:43.7485em){.hero{padding:0}.hero__container{padding:5.6rem 4.3rem!important;position:absolute;top:0}.hero__img{width:100%}.hero__header{margin-bottom:0;width:100%}.hero__header h1{font-size:6.4rem}.hero:before{display:none}}@media(max-width:28.125em){.hero{margin-bottom:12rem}.hero__container{height:100%;width:100%}.hero__img{width:100%}.hero__header{width:-webkit-min-content;width:min-content}.hero__header h1{font-size:4.3rem;padding:2.4rem}}@media(max-width:23.5em){.hero__img{width:100%}.hero__header h1{font-size:4rem}}.container{margin:0 auto;max-width:120rem;padding:0 8.6rem}@media(max-width:43.7485em){.container{max-width:70rem;min-width:37.5rem;padding:0 4.3rem}}.grid{grid-column-gap:6.4rem;grid-row-gap:9.6rem;column-gap:6.4rem;display:grid;row-gap:9.6rem}.grid--4-cols{grid-template-columns:repeat(4,1fr)}.nav{align-items:center;display:flex;margin-bottom:20rem}.nav__logo{width:20%}@media(max-width:56.24875em){.nav__logo{width:30%}}.nav__links{display:flex;font-weight:700;gap:4rem;list-style:none;margin-left:auto}.nav__links hr{opacity:0;transition:opacity .3s;width:50%}.nav__links hr .btn-mobile-nav{background:none;border:none;cursor:pointer;display:none}.nav__link:hover hr{opacity:1}.nav__mobile--btn{background:none;border:none;color:#fff;cursor:pointer;display:none;font-size:4.2rem;margin-left:auto;z-index:9999}@media(max-width:56.24875em){.nav__mobile--btn{display:block}.nav__links{align-items:center;background-color:#000;box-shadow:2px 0 20px #0000001a;flex-direction:column;gap:3rem;height:100vh;justify-content:center;margin:0;opacity:0;overflow-y:auto;padding:9.6rem 0;pointer-events:none;position:fixed;right:-350px;top:0;transition:all .5s ease-in-out;visibility:hidden;width:29rem;z-index:999}.nav__open{opacity:1;pointer-events:auto;right:0;visibility:visible}.nav a{font-size:3.4rem}}@media(max-width:43.7485em){.nav{margin-bottom:30rem}.nav__logo{width:40%}.nav__mobile--btn{font-size:5.4rem}}@media(max-width:28.125em){.nav{margin-bottom:15rem}.nav__links{align-items:flex-start;width:100%}.nav a{font-family:Josefin Sans,sans-serif;font-size:3rem;font-weight:300;margin-left:4rem}.nav__logo{width:50%;z-index:9999}.nav__mobile--btn{font-size:5.4rem}}.about{margin-bottom:15rem;position:relative}.about__image--box{display:inline-block}.about__text--box{align-self:flex-end;background-color:#fff;bottom:0;display:block;line-height:2;padding:5rem 5rem 0;position:absolute;right:0;width:45%}.about__text--box p{color:rgba(68,68,68,.616);width:-webkit-fit-content;width:fit-content}@media(max-width:56.24875em){.about{align-items:center;display:flex;flex-direction:column;justify-content:center}.about__text--box{align-self:center;position:relative;text-align:center;width:-webkit-fit-content;width:fit-content}}@media(max-width:43.7485em){.about__image--box{margin-bottom:4.2rem}.about h2{margin-bottom:2rem}.about p{font-size:2.8rem}}@media(max-width:28.125em){.about{margin-bottom:10rem}.about__image--box{margin-bottom:0}.about__image--box img{width:100%}.about h2{font-size:3.1rem;font-weight:500}.about p{color:#555;font-size:2rem}}.products{margin-bottom:15rem}.products__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:9rem}.products__header h2{margin-bottom:0}.products__list{gap:2rem;justify-content:center}@media(max-width:56.24875em){.products__list{grid-template-columns:repeat(2,1fr)}.products__list img{width:100%}}.products__list--product{box-shadow:0 3.2rem 6.4rem #0000000f;cursor:pointer;margin:0;min-width:0;overflow:hidden;position:relative}.products__list--product img{filter:brightness(80%);transition:all .5s}.products__list--product h3{bottom:0;left:10%;line-height:1;position:absolute;transition:all .5s;z-index:9999}@media(max-width:56.24875em){.products__list--product h3{bottom:10%;font-size:3rem}}.products__list--product:before{background-color:#fff;content:"";display:block;padding:100%;position:absolute;width:100%;z-index:-1}.products__list--product:focus h3,.products__list--product:hover h3{color:#000}.products__list--product:focus img,.products__list--product:hover img{opacity:.3}.products__button{background-color:#fff;border:1px solid #000;cursor:pointer;font-family:Alata,sans-serif;font-size:1.5rem;font-weight:300;letter-spacing:.5rem;padding:1.2rem 4.8rem;transition:all .5s}.products__button:focus,.products__button:hover{background-color:#000;color:#fff}@media(max-width:43.7485em){.products__list{grid-template-columns:1fr;margin-bottom:5rem}.products__header{display:block;margin-bottom:7.2rem;text-align:center}.products__header h2{font-size:5.4rem}.products__list--product h3{font-size:4.5rem;left:5%;margin-bottom:0;width:40%}.products__list--product img{filter:brightness(70%)}.products__button{display:block;font-size:3.2rem;margin-inline:auto;padding:1.2rem 6.4rem}}@media(max-width:28.125em){.products__header{margin-bottom:5rem}.products__header h2{font-size:4.1rem}.products__list--product h3{font-size:2.9rem;font-weight:400}.products__list--product img{filter:brightness(60%)}.products__button{font-size:2.4rem;padding:1.2rem 6rem}}.footer{background-color:#000;padding:4.8rem 0}.footer__first--row,.footer__second--row{align-items:center;display:flex;justify-content:space-between}.footer__logo{width:10%}.footer__socials{display:flex;gap:1.5rem}.footer__social--logo{cursor:pointer;transition:all .3s}.footer__social--logo:hover{transform:scale(1.2)}.footer__second--row{margin-top:2.4rem}.footer__links{display:flex;font-weight:700;gap:4rem;list-style:none;padding:0}.footer__links hr{opacity:0;transition:opacity .3s;width:50%}.footer__link:hover hr{opacity:1}.footer__copyright{color:#8b8b8b}@media(max-width:56.24875em){.footer__logo{width:30%}.footer__social--logo{height:2.8rem;width:2.8rem}.footer__links{gap:2rem}}@media(max-width:43.7485em){.footer{display:flex;flex-direction:column}.footer__logo{margin-bottom:4rem;width:70%}.footer__first--row,.footer__links,.footer__second--row{flex-direction:column}.footer__links{align-items:center}.footer__links a{font-size:2rem;font-weight:400}.footer__socials{gap:2.5rem;margin-bottom:2rem}}
/*# sourceMappingURL=main.c835e5c4.css.map*/