.ms-block{--ms-brand-color:var(--ms-brand-color,#0058be);--ms-font-family:var(--ms-font-family,Inter,system-ui,sans-serif);font-family:var(--ms-font-family);color:#191b23}.ms-block,.ms-block *{box-sizing:border-box}.ms-block-hero{position:relative;width:100%;min-height:320px;display:flex;align-items:stretch;overflow:hidden;background:#f3f4f8;margin:0}@media (min-width:768px){.ms-block-hero{min-height:480px}}.ms-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.ms-hero-overlay{position:absolute;inset:0;z-index:1}.ms-block-hero[data-overlay=dark-25] .ms-hero-overlay{background:rgba(0,0,0,.25)}.ms-block-hero[data-overlay=dark-50] .ms-hero-overlay{background:rgba(0,0,0,.5)}.ms-block-hero[data-overlay=gradient] .ms-hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.6))}.ms-hero-inner{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:48px 24px;display:flex;flex-direction:column;justify-content:center;gap:16px}@media (min-width:768px){.ms-hero-inner{padding:80px 48px;gap:20px}}.ms-block-hero[data-align=center] .ms-hero-inner{align-items:center;text-align:center}.ms-block-hero[data-align=left] .ms-hero-inner{align-items:flex-start;text-align:left}.ms-block-hero[data-has-cover=true] .ms-hero-inner,.ms-block-hero[data-has-cover=true] .ms-hero-inner *{color:#ffffff}.ms-block-hero .ms-eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ms-brand-color);margin:0}.ms-block-hero[data-has-cover=true] .ms-eyebrow{color:#ffffff;opacity:.9}.ms-block-hero .ms-headline{font-size:32px;line-height:1.1;font-weight:700;margin:0;letter-spacing:-.01em}@media (min-width:768px){.ms-block-hero .ms-headline{font-size:56px}}.ms-block-hero .ms-subheadline{font-size:16px;line-height:1.5;margin:0;max-width:640px}@media (min-width:768px){.ms-block-hero .ms-subheadline{font-size:18px}}.ms-block-hero .ms-cta{display:inline-block;background:var(--ms-brand-color);color:#ffffff;padding:12px 24px;border-radius:.5rem;font-weight:600;text-decoration:none;margin-top:8px;transition:opacity .15s ease}.ms-block-hero .ms-cta:hover{opacity:.9}.ms-block-product-grid{width:100%;max-width:1200px;margin:0 auto;padding:48px 24px}.ms-block-product-grid .ms-section-header{margin:0 0 24px}.ms-block-product-grid .ms-headline-md{font-size:24px;font-weight:700;margin:0 0 8px;color:#191b23}@media (min-width:768px){.ms-block-product-grid .ms-headline-md{font-size:32px}}.ms-block-product-grid .ms-subheadline{font-size:16px;color:#424754;margin:0;line-height:1.5}.ms-product-grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width:768px){.ms-product-grid{gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.ms-block-product-grid[data-columns="2"] .ms-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ms-block-product-grid[data-columns="3"] .ms-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ms-block-product-grid[data-columns="4"] .ms-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.ms-product-card{display:flex;flex-direction:column;background:#ffffff;border:1px solid #ecedf7;border-radius:.75rem;overflow:hidden;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease}.ms-product-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px -4px rgba(0,0,0,.1)}.ms-product-card .ms-product-figure{margin:0;aspect-ratio:1/1;overflow:hidden;background:#f3f4f8}.ms-product-card .ms-product-figure img{width:100%;height:100%;object-fit:cover;display:block}.ms-product-card .ms-product-body{padding:12px 16px 16px;display:flex;flex-direction:column;gap:4px;flex:1 1}.ms-product-card .ms-product-name{font-size:14px;font-weight:600;margin:0;color:#191b23;line-height:1.3}@media (min-width:768px){.ms-product-card .ms-product-name{font-size:16px}}.ms-product-card .ms-product-price{font-size:14px;font-weight:700;color:var(--ms-brand-color);margin:0}.ms-product-card .ms-product-cta{margin-top:auto;padding-top:8px;font-size:13px;font-weight:600;color:var(--ms-brand-color);text-decoration:none}.ms-product-card.ms-product-skeleton .ms-product-figure,.ms-product-card.ms-product-skeleton .ms-product-name,.ms-product-card.ms-product-skeleton .ms-product-price{background:linear-gradient(90deg,#ecedf7,#f6f7fb 50%,#ecedf7);background-size:200% 100%;animation:ms-skeleton 1.4s ease-in-out infinite;color:transparent;border-radius:.25rem;min-height:1em}.ms-product-card.ms-product-skeleton .ms-product-name{width:70%;height:14px}.ms-product-card.ms-product-skeleton .ms-product-price{width:40%;height:14px;margin-top:6px}@keyframes ms-skeleton{0%{background-position:100% 0}to{background-position:-100% 0}}.ms-product-empty{font-size:14px;color:#727785;font-style:italic;margin:0}.ms-block-image-gallery{width:100%;max-width:1200px;margin:0 auto;padding:48px 24px}.ms-block-image-gallery .ms-headline-md{font-size:24px;font-weight:700;margin:0 0 24px;color:#191b23}.ms-gallery-grid{display:grid;gap:12px;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:540px){.ms-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.ms-block-image-gallery[data-layout=grid-2] .ms-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ms-block-image-gallery[data-layout=grid-3] .ms-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ms-block-image-gallery[data-layout=grid-4] .ms-gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.ms-block-image-gallery[data-layout=masonry] .ms-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:120px}}.ms-gallery-figure{margin:0;position:relative;overflow:hidden;border-radius:.5rem;background:#f3f4f8}.ms-gallery-figure button{border:0;background:transparent;padding:0;width:100%;height:100%;cursor:zoom-in;display:block}.ms-gallery-figure img{width:100%;height:100%;display:block;object-fit:cover;aspect-ratio:4/3}.ms-block-image-gallery[data-layout=masonry] .ms-gallery-figure:nth-child(3n+1){grid-row:span 2}.ms-gallery-figure figcaption{position:absolute;left:0;right:0;bottom:0;padding:8px 12px;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.6));color:#ffffff;font-size:12px;line-height:1.3}.ms-lightbox{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;padding:16px}.ms-lightbox-img{max-width:95vw;max-height:90vh;object-fit:contain;border-radius:.5rem}.ms-lightbox-close{position:absolute;top:16px;right:16px;background:rgba(255,255,255,.15);color:#ffffff;border:0;border-radius:9999px;width:40px;height:40px;font-size:24px;line-height:1;cursor:pointer}.ms-lightbox-close:hover{background:rgba(255,255,255,.25)}.ms-block-rich-text{width:100%;padding:32px 24px}@media (min-width:768px){.ms-block-rich-text{padding:48px 24px}}.ms-block-rich-text[data-max-width=narrow]{--ms-rich-max:640px}.ms-block-rich-text[data-max-width=medium]{--ms-rich-max:800px}.ms-block-rich-text[data-max-width=wide]{--ms-rich-max:1024px}.ms-richtext-inner{max-width:var(--ms-rich-max,800px);margin:0 auto}.ms-block-rich-text[data-align=center] .ms-richtext-inner{text-align:center}.ms-block-rich-text[data-align=left] .ms-richtext-inner{text-align:left}.ms-richtext-heading{font-weight:700;margin:0 0 16px;color:#191b23}.ms-richtext-heading.ms-h2{font-size:28px;line-height:1.25}.ms-richtext-heading.ms-h3{font-size:22px;line-height:1.3}@media (min-width:768px){.ms-richtext-heading.ms-h2{font-size:36px}.ms-richtext-heading.ms-h3{font-size:28px}}.ms-richtext-body{font-size:16px;line-height:1.65;color:#424754}.ms-richtext-body p{margin:0 0 12px}.ms-richtext-body p:last-child{margin-bottom:0}.ms-richtext-body a{color:var(--ms-brand-color);text-decoration:underline}.ms-richtext-body a:hover{text-decoration:none}.ms-richtext-body ol,.ms-richtext-body ul{padding-left:1.5em;margin:0 0 12px}.ms-richtext-body li{margin:0 0 4px}.ms-richtext-body blockquote{margin:0 0 12px;padding:8px 16px;border-left:3px solid var(--ms-brand-color);color:#424754;font-style:italic}.ms-richtext-body code{background:#f3f4f8;padding:2px 6px;border-radius:4px;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:.9em}.ms-richtext-body pre{background:#f3f4f8;padding:12px;border-radius:.5rem;overflow-x:auto}.ms-richtext-body pre code{background:transparent;padding:0}.ms-richtext-body hr{border:0;border-top:1px solid #ecedf7;margin:16px 0}.ms-placeholder{color:#727785;font-style:italic;margin:0}.ms-block-cta-banner{width:100%;position:relative;overflow:hidden;padding:clamp(48px,8vw,96px) 24px;text-align:center}.ms-block-cta-banner[data-style=solid]{background:var(--ms-brand-color);color:#ffffff}.ms-block-cta-banner[data-style=outlined]{background:#ffffff;border-top:1px solid var(--ms-brand-color);border-bottom:1px solid var(--ms-brand-color);color:#191b23}.ms-block-cta-banner[data-style=gradient]{background:linear-gradient(135deg,var(--ms-brand-color),color-mix(in srgb,var(--ms-brand-color),white 30%));color:#ffffff}.ms-block-cta-banner[data-has-bg=true]{background-size:cover;background-position:50%;color:#ffffff}.ms-block-cta-banner[data-has-bg=true]:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.4);z-index:0}.ms-cta-banner-inner{position:relative;z-index:1;max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px}.ms-block-cta-banner .ms-headline-md{font-size:28px;font-weight:700;margin:0;line-height:1.2}@media (min-width:768px){.ms-block-cta-banner .ms-headline-md{font-size:40px}}.ms-block-cta-banner .ms-subheadline{font-size:16px;margin:0;line-height:1.5;opacity:.95;max-width:640px}.ms-block-cta-banner .ms-cta{display:inline-block;padding:12px 28px;border-radius:.5rem;font-weight:600;text-decoration:none;background:#ffffff;color:var(--ms-brand-color);transition:opacity .15s ease}.ms-block-cta-banner[data-style=outlined] .ms-cta{background:var(--ms-brand-color);color:#ffffff}.ms-block-cta-banner .ms-cta:hover{opacity:.9}.ms-block-contact-hours{width:100%;max-width:1200px;margin:0 auto;padding:48px 24px}.ms-block-contact-hours .ms-headline-md{font-size:24px;font-weight:700;margin:0 0 24px;color:#191b23}@media (min-width:768px){.ms-block-contact-hours .ms-headline-md{font-size:32px}}.ms-contact-grid{display:grid;gap:32px;grid-template-columns:1fr}@media (min-width:720px){.ms-contact-grid{grid-template-columns:1fr 1fr}}.ms-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.ms-contact-list li{font-size:15px;line-height:1.5;color:#424754}.ms-contact-list .ms-contact-label{display:block;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#727785;margin-bottom:2px}.ms-contact-list a{color:var(--ms-brand-color);text-decoration:none}.ms-contact-list a:hover{text-decoration:underline}.ms-hours-table{width:100%;border-collapse:collapse;font-size:14px}.ms-hours-table caption{caption-side:top;text-align:left;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#727785;padding-bottom:8px}.ms-hours-table tbody td{padding:6px 0;border-bottom:1px solid #ecedf7;color:#424754}.ms-hours-table tbody td:first-child{font-weight:600;color:#191b23}.ms-hours-table tbody td:last-child{text-align:right}.ms-block-contact-hours .ms-note{margin:24px 0 0;padding:12px 16px;background:#f3f4f8;border-radius:.5rem;font-size:14px;color:#424754}