@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap");.uc-explore{font-family:Quicksand,system-ui,-apple-system,sans-serif;padding:56px 24px}.uc-explore,.uc-explore *,.uc-explore :after,.uc-explore :before{box-sizing:border-box}.uc-explore__heading{color:var(--uc-heading,#0f0f14);font-size:26px;font-weight:700;line-height:1.2;margin:0 0 32px;text-align:center}.uc-explore__carousel{align-items:center;display:flex;gap:10px;margin:0 auto;max-width:1080px}.uc-explore__viewport{flex:1 1 auto;min-width:0;overflow:hidden}.uc-explore__track{align-items:stretch;display:flex;justify-content:center;list-style:none;margin:0;padding:12px 2px 22px;touch-action:pan-y;width:100%;will-change:transform}.uc-explore.is-carousel .uc-explore__track{cursor:grab;justify-content:flex-start;width:auto}.uc-explore.is-carousel .uc-explore__track:active{cursor:grabbing}.uc-explore__item{flex:0 0 auto;margin-right:18px}.uc-explore__card{align-items:center;background:var(--uc-card-bg,linear-gradient(135deg,#eaf1fc,#f2ecfb));border-radius:16px;box-shadow:0 4px 12px rgba(20,20,40,.12);display:flex;flex-direction:column;height:100%;justify-content:center;padding:22px 16px;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease;width:168px}.uc-explore__card:hover{box-shadow:0 8px 10px rgba(20,20,40,.1);transform:translateY(-2px)}.uc-explore__icon{align-items:center;background:var(--uc-icon-grad,linear-gradient(135deg,#09c,#924dc2));border-radius:12px;display:flex;height:44px;justify-content:center;margin-bottom:14px;width:44px}.uc-explore__icon img,.uc-explore__icon svg{display:block;height:22px;width:22px}.uc-explore__label{color:var(--uc-label,#1f2937);font-size:15px;font-weight:600;line-height:1.25;text-align:center}.uc-explore__arrow{align-items:center;background:transparent;border:none;border-radius:10px;color:var(--uc-arrow,#6b7280);cursor:pointer;display:none;flex:0 0 auto;height:40px;justify-content:center;opacity:.5;padding:0;transition:opacity .15s ease,background-color .15s ease;width:40px}@media (min-width:768px){.uc-explore__arrow{display:flex}}.uc-explore__arrow:hover{background:#ececf2;opacity:1}.uc-explore__arrow svg{display:block;height:24px;width:24px}.uc-explore .uc-reveal.is-init{opacity:0;transform:translateY(20px)}.uc-explore .uc-reveal.is-in{opacity:1;transform:none;transition:opacity .6s ease,transform .6s ease}@media (max-width:767px){.uc-explore{padding:40px 16px}.uc-explore__heading{font-size:22px;margin-bottom:24px}.uc-explore__carousel{gap:0}.uc-explore__card{max-width:138px;padding:22px 14px;width:138px}.uc-explore__item{margin-right:14px}}