.HomeLayer{position:absolute;top:0;left:0;width:calc(100% - 4rem);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 2rem;height:calc(var(--vh, 1vh) * 100);color:#fff}.HomeLayer h1{font-size:12rem;margin-bottom:12%;opacity:0;transform:translateY(-100px)}.HomeLayer.withAnimate h1{transition:opacity 2s ease-in-out,transform 2s ease-in-out}.HomeLayer.active h1{opacity:1;transform:translateY(0)}@media (max-width: 1700px){.HomeLayer h1{font-size:11rem}}@media (max-width: 1600px){.HomeLayer h1{font-size:10rem}}@media (max-width: 1500px){.HomeLayer h1{font-size:9rem;margin-bottom:18%}}@media (max-width: 768px){.HomeLayer{width:calc(100% - 2rem);align-items:flex-start;justify-content:flex-start;padding:0 1rem}.HomeLayer h1{font-size:6rem;margin-top:var(--header-height)}}@media (max-width: 500px){.HomeLayer h1{font-size:5rem}}
