.home_page{display:flex;flex-direction:column;gap:20px;max-width:100vw}.home_page>:first-child{margin-bottom:-20px}.home_categories{height:120px;margin:auto;position:relative}.home_categories__container{display:flex;gap:1rem;max-width:90vw;padding:1rem 0;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto}.home_categories__item{max-height:90px;display:flex;align-items:center;justify-content:space-between;flex-direction:column;z-index:10}.home_categories__item__image_container{padding:1rem;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:white}.home_categories__item__image{background-size:cover;height:30px;width:30px}.home_categories__item__text{text-align:center;letter-spacing:0;line-height:150%;font-weight:var(--font-regular);font-size:14px;max-width:84px}.home_categories__arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:white;border-radius:50%;padding:10px;z-index:20}@media (min-width:768px){.home_categories__arrow{display:none}}.home_categories__arrow--left{left:4px}.home_categories__arrow--right{right:4px}.base_pill{padding:.5rem 1rem;border-radius:100px;font-size:.875rem;background-color:white;text-align:center;white-space:nowrap}.base_list_pill{padding-top:10px;padding-bottom:10px;display:flex;justify-content:flex-start;gap:1.5rem;width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.base_list_pill::-webkit-scrollbar{display:none}