.m__heading{z-index:10;overflow:visible}.heading{max-width:700px;padding-top:60px;display:flex;flex-wrap:wrap;align-content:center}.heading h1{width:100%}.heading .heading__introduction{margin-top:var(--spacing__x__half)}.heading__buttons{margin-top:var(--spacing__x__half)}.heading__buttons p{display:flex;gap:.7em}.m__heading__image .heading{min-height:45vh}@media (max-width:800px){.heading{text-align:center}.heading__buttons{width:100%}.heading__buttons p{justify-content:center;flex-wrap:wrap}}.heading h1,.heading .heading__introduction,.heading .heading__buttons{opacity:0;transform:translateY(2rem);animation:fadeMoveUp 2s forwards}.heading h1{animation-delay:.5s}.heading .heading__introduction{animation-delay:1s}.heading .heading__buttons{animation-delay:1.5s}.m__heading__image .m__image{opacity:1;animation:fadeOutDim 2s forwards;animation-delay:4s}@keyframes fadeMoveUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeOutDim{to{opacity:.3}}