@keyframes fade-in-from-left{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fade-in-from-right{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes fade-in-from-top{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-from-top{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes right-inclide-down{0%{opacity:1;transform-origin:0 0;transform:rotate(0)}to{opacity:1;transform-origin:0 0;transform:translateY(3px)translate(1px)rotate(45deg)}}@keyframes right-inclide-down-reverse{0%{opacity:1;transform-origin:0 0;transform:translateY(3px)rotate(45deg)}to{opacity:1;transform-origin:0 0;transform:rotate(0)}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes right-inclide-up{0%{opacity:1;transform-origin:0 0;transform:rotate(0)}to{opacity:1;transform-origin:0 0;transform:translateY(5px)translate(-1px)rotate(-45deg)}}@keyframes right-inclide-up-reverse{0%{opacity:1;transform-origin:0 0;transform:translateY(5px)translate(-1px)rotate(-45deg)}to{opacity:1;transform-origin:0 0;transform:rotate(0)}}@media screen and (max-width:767px){.home{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;padding:0 30px;display:flex}.home .home__title{padding-bottom:30px;animation:1s ease-in-out forwards fade-in-from-left}.home .home__title h1:first-child{color:#c22729;font-weight:700}.home .home__title h1:nth-child(2){color:#272341;font-weight:700}.home h1{color:#333;font-size:2.5rem}.home .home__menu{flex-direction:column;align-items:start;gap:30px;width:100%;margin-top:20px;padding:0 50px;display:flex}.home .home__menu a{opacity:0;color:#272341;justify-content:center;font-size:1.5rem;text-decoration:none;transition:color .3s;display:flex}.home .home__menu a:first-child{animation:.7s ease-in-out .5s forwards fade-in-from-right}.home .home__menu a:nth-child(2){animation:.7s ease-in-out .7s forwards fade-in-from-right}.home .home__menu a:nth-child(3){animation:.7s ease-in-out .9s forwards fade-in-from-right}.home .home__menu a:nth-child(4){animation:.7s ease-in-out 1.2s forwards fade-in-from-right}}@media screen and (min-width:768px){.home{grid-template-columns:2fr 1fr;align-items:center;width:100%;height:100vh;padding:0 200px;display:grid}.home .home__title{padding-left:30px;animation:1.5s ease-in-out forwards fade-in-from-left}.home .home__title h1:first-child{color:#c22729;font-weight:700}.home .home__title h1:nth-child(2){color:#272341;font-weight:700}.home h1{color:#333;font-size:3rem}.home .home__menu{flex-direction:column;gap:20px;width:100%;margin-top:20px;display:flex}.home .home__menu a{opacity:0;color:#272341;justify-content:center;font-size:1.2rem;text-decoration:none;transition:color .3s;display:flex}.home .home__menu a:hover{color:#c22729}.home .home__menu a:first-child{animation:.7s ease-in-out .5s forwards fade-in-from-right}.home .home__menu a:nth-child(2){animation:.7s ease-in-out .7s forwards fade-in-from-right}.home .home__menu a:nth-child(3){animation:.7s ease-in-out .9s forwards fade-in-from-right}.home .home__menu a:nth-child(4){animation:.7s ease-in-out 1.2s forwards fade-in-from-right}}
