.page_container__jZF7q{min-height:100vh;padding:24px;display:flex;flex-direction:column;align-items:center;background-color:#BBC2B6;color:#62664B}.Homepage_heroSection__VGR1F{text-align:center;margin-bottom:40px;max-width:700px}.Homepage_logo__5x3_Q{width:100%;margin:0 auto}.Homepage_title__DuxrH{font-size:2.5rem;font-weight:800;text-decoration:none;margin-top:16px;margin-bottom:12px;color:#000}.Homepage_description__p6x_1{color:#000;font-size:1.125rem;line-height:1.6}.Homepage_cardsGrid__Y63uW{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:32px;gap:32px;width:100%;max-width:1200px;margin-bottom:32px}.Homepage_cardLink___JIKt{text-decoration:none;color:inherit}@media (min-width:640px){.Homepage_cardsGrid__Y63uW{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Homepage_cardsGrid__Y63uW{grid-template-columns:repeat(3,1fr)}}.Homepage_card__OSdMN{background-color:#EFECE4;padding:24px;border-radius:12px;box-shadow:0 1px 6px rgba(0,0,0,.12);transition:box-shadow .3s ease,transform .3s ease;cursor:default;display:flex;flex-direction:column;align-items:center;text-align:center;color:#000;cursor:pointer}.Homepage_card__OSdMN:focus,.Homepage_card__OSdMN:hover{box-shadow:0 6px 18px rgba(98,102,75,.4);outline:none;transform:translateY(-3px) scale(1.015)}.Homepage_cardImage__IPb6e{width:100%;height:400px;object-fit:cover;border-radius:12px;margin-bottom:16px;border:2px solid #62664b}.Homepage_cardTitle__rqKab{font-size:1.5rem;font-weight:700;margin-bottom:12px;color:#000;height:3.6em;line-height:1.8em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.Homepage_cardDescription__tFJC_{color:#62664B;font-size:1.125rem}.Homepage_showMoreButton__GtiqG{background-color:#62664B;color:#BBC2B6;padding:14px 40px;border:none;border-radius:8px;font-size:1.25rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,color .3s ease}.Homepage_showMoreButton__GtiqG:focus,.Homepage_showMoreButton__GtiqG:hover{background-color:#EFECE4;color:#62664B;outline:none}.Homepage_loaderContainer__YmZie{display:flex;justify-content:center;align-items:center;min-height:200px}.Homepage_loader__CwitI{width:48px;height:48px;border:5px solid #f3f3f3;border-top-color:grey;border-radius:50%;animation:Homepage_spin__nbtFh 1s linear infinite;margin-top:2rem}@keyframes Homepage_spin__nbtFh{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Homepage_filterContainer__3_R8n{display:flex;flex-direction:column;align-items:center;margin:32px 0 48px;gap:12px}.Homepage_filterLabel__PS8np{font-size:1.1rem;font-weight:600;color:#000;letter-spacing:.3px}.Homepage_dropdown__MYcz8{cursor:pointer;padding:12px 18px;font-size:1rem;font-weight:500;border-radius:10px;border:2px solid #62664b;background-color:#EFECE4;color:#000;box-shadow:0 3px 8px rgba(0,0,0,.08);transition:all .25s ease;min-width:260px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='14' height='10' viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%2362664B' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:12px}.Homepage_dropdown__MYcz8:focus,.Homepage_dropdown__MYcz8:hover{border-color:#000;background-color:#e3e0d6;outline:none}