.home .home-top{padding-top:1rem;padding-bottom:2rem;max-width:2000px;margin:auto;overflow:hidden}.home .home-search{align-items:stretch}.home .quick-select{display:flex;flex-direction:column;gap:1rem;width:100%}.home .quick-select .quick-select-wrapper{display:grid;justify-items:center;grid-template-columns:repeat(8,1fr);grid-gap:1rem;gap:1rem}.home .quick-select .quick-select-wrapper .quick-select-item{display:flex;flex-direction:column;align-items:center;overflow:hidden;position:relative;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;background-color:transparent;gap:.25rem}.home .quick-select .quick-select-wrapper .quick-select-item .quick-select-image{object-fit:contain;padding:1.25rem;background-color:var(--gray-alpha-200);border-radius:2rem;transition:background-color .2s}.home .quick-select .quick-select-wrapper .quick-select-item .quick-select-name{font-size:1rem}.home .introduction{display:flex;flex-direction:column;width:100%;padding:2rem 0}.home .introduction .description{font-size:1rem;font-weight:300;margin:1rem 0}.home .introduction .link-wrapper{display:flex;justify-content:flex-end;gap:1.5rem;margin-top:1.5rem}.home .introduction .link-wrapper a{display:flex;align-items:center;gap:.25rem;transition:transform .3s}@media(hover:hover)and (pointer:fine){.home .quick-select .quick-select-wrapper .quick-select-item .quick-select-image:hover{background-color:var(--gray-alpha-300)}.home .introduction .link-wrapper a:hover{transform:translateX(6px)}}@media(max-width:1179px){.home .home-top{padding-top:0;padding-bottom:1rem;max-width:100%}.home .quick-select .quick-select-wrapper{grid-template-columns:repeat(4,1fr)}.home .quick-select .quick-select-wrapper .quick-select-item .quick-select-image{width:76px;height:76px}}