.cgrid-wrap{display:flex;flex-wrap:wrap;gap:12px}.cgrid-item{display:flex;flex-direction:row;align-items:center;width:fit-content;background:#fff;border:1px solid #e8e8e8;border-radius:8px;overflow:hidden;text-decoration:none;color:inherit;transition:border-color .18s ease,box-shadow .18s ease}.cgrid-item:hover{box-shadow:0 2px 10px rgba(28,61,110,.10)}.cgrid-thumb,.cgrid-thumb-placeholder{width:72px;height:72px;flex-shrink:0;display:block}.cgrid-thumb{object-fit:cover}.cgrid-thumb-placeholder{background:#eef0f4;display:flex;align-items:center;justify-content:center}.cgrid-thumb-placeholder svg{width:28px;height:28px;opacity:.35}.cgrid-name{font-size:17px;font-weight:700;color:#1c3d6e;margin:0;padding:0 18px;line-height:1.3;white-space:nowrap}@media only screen and (max-width:900px){.cgrid-wrap{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cgrid-wrap::-webkit-scrollbar{display:none}.cgrid-item{flex-shrink:0;width:fit-content}.cgrid-wrap{position:relative}.cgrid-wrap::after{content:'';position:sticky;right:0;flex-shrink:0;width:48px;background:linear-gradient(to right,transparent,#fff);pointer-events:none}}.promotions-menu{display:flex;gap:1.5rem}.promotions-menu__item{flex:1 1 0;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.5rem 2rem;border-radius:14px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.promotions-menu__item:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,0,0,.12)}.promotions-menu__title{display:block;font-weight:800;text-transform:uppercase;font-size:1.25rem;line-height:1.2}.promotions-menu__subtitle{display:block;font-size:.95rem;margin-top:.3rem}.promotions-menu__arrow{font-size:1.6rem;line-height:1;flex-shrink:0}.promo--yellow{background:#FFD520}.promo--yellow .promotions-menu__title,.promo--yellow .promotions-menu__subtitle,.promo--yellow .promotions-menu__arrow{color:#17335F}.promo--navy-yellow{background:#17335F}.promo--navy-yellow .promotions-menu__title,.promo--navy-yellow .promotions-menu__arrow{color:#FFD520}.promo--navy-yellow .promotions-menu__subtitle{color:#FFF}.promo--navy-white{background:#17335F}.promo--navy-white .promotions-menu__title,.promo--navy-white .promotions-menu__subtitle,.promo--navy-white .promotions-menu__arrow{color:#FFF}.promo--blue{background:#7EB6D9}.promo--blue .promotions-menu__title,.promo--blue .promotions-menu__subtitle,.promo--blue .promotions-menu__arrow{color:#17335F}@media (max-width:1024px){.promotions-menu{flex-wrap:wrap}.promotions-menu__item{flex:1 1 calc(50% - .75rem)}}@media (max-width:600px){.promotions-menu__item{flex:1 1 100%}}