.home{flex:1;color:#4d2a32}.home section,.home header{display:flex;justify-content:center;padding:2rem 5rem 4rem;background-color:#fff}.home header{flex-direction:column;align-items:center;row-gap:1.8rem;color:#ff375f;background-color:#fff6f8}.home header>.title{display:flex;flex-direction:column;align-items:center;line-height:5.8rem}.home header>.title>span{font-weight:500}.home header>.title>span:first-child{font-size:5.7rem;mask-image:url(/images/aidoku.svg);background-color:#ff375f;width:5.7rem;height:5.7rem;mask-size:5.7rem}.home header>.title>span:last-child{font-size:4rem;font-weight:550}.home header>.buttons{display:grid;justify-content:space-between;align-items:center;gap:1rem;grid-template-columns:1fr 1fr}.home header>.buttons>a{height:1.5rem}.home .features{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;flex-wrap:wrap;max-width:70rem;column-gap:2rem}.home .features>.feature{flex:1;text-align:center;max-width:30%}.home .features>.feature>.details h2{font-size:1.3rem;font-weight:550;margin-bottom:0}.home .features>.feature>.details p{font-size:.95rem;margin-top:.3rem;line-height:1.7;opacity:70%}.home .features>.feature>.image{padding-top:.5rem}.home .features>.feature>.image>img{max-height:38em;max-width:100%}footer{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;line-height:1.7;padding:2rem 5rem;background-color:#fafafa;color:#919196}footer .copyright{font-size:1.2rem;font-weight:400;color:#555}footer .detail{margin-top:-.1rem;font-size:.9rem;font-weight:300}@media only screen and (max-width: 768px){.home header,.home section{padding:2rem 3rem 4rem}.home .features{flex-direction:column;row-gap:2rem}.home .features .feature{max-width:100%}footer{padding:2rem}}