.webUIHero{width:100%;background:#fff;padding:50px 0 40px}.webUIHero__container{width:min(1100px,calc(100% - 48px));margin:0 auto;text-align:center}.webUIHero__iconWrap{width:126px;height:126px;margin:15px auto 30px;border-radius:10px;background:#fff;box-shadow:0 2px 4px #0000002e;display:flex;flex-wrap:wrap;align-content:flex-start;align-items:center;justify-content:center;padding:20px;position:relative;box-sizing:border-box;transition:background .3s ease,border .3s ease,border-radius .3s ease,box-shadow .3s ease}.webUIHero__icon{width:86px;height:86px;display:block;border-radius:0}.webUIHero__title{margin:0;font-family:Recoleta,Cabin,sans-serif;font-weight:600;font-size:42px;line-height:42px;color:#1106cc}.webUIHero__subtitle{margin:16px auto 0;max-width:820px;font-family:Cabin,sans-serif;font-size:24px;font-weight:400;line-height:33.6px;color:#333}.webUIHero__description{margin:16px auto 0;max-width:820px;font-family:Cabin,sans-serif;font-size:18px;font-weight:400;line-height:27.2px;color:#333;text-align:center;padding:0 16px}.webUIHero__gallery{width:100%;margin:50px auto 0;padding:0 10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.webUIHero__tile{margin:0;padding:0;border:0;background:#f2f4fb;overflow:hidden;aspect-ratio:3 / 2;cursor:pointer;position:relative;opacity:0;transform:translateY(18px);transition:opacity .45s ease,transform .45s ease}.webUIHero__tile.is-visible{opacity:1;transform:translateY(0)}.webUIHero__tile img{width:100%;height:100%;display:block;object-fit:cover}.webUIHero__tile:after{content:"";position:absolute;inset:0;background:#00000096;opacity:0;transition:opacity .2s ease}.webUIHero__tile:hover:after,.webUIHero__tile:focus-visible:after{opacity:1}.webUIHero__lightbox{position:fixed;inset:0;background:#090c18d1;display:grid;place-items:center;z-index:70;padding:40px 24px}.webUIHero__lightboxImage{max-width:min(90vw,1100px);max-height:80vh;width:auto;height:auto;box-shadow:0 24px 60px #00000073;transform-origin:center;transition:transform .2s ease;z-index:1}.webUIHero__lightboxImage.is-draggable{cursor:all-scroll;user-select:none;-webkit-user-drag:none;touch-action:none}.webUIHero__lightboxImage.is-dragging{cursor:all-scroll}.webUIHero__lightboxFrame{display:grid;place-items:center;max-width:100%;max-height:100%;position:relative;z-index:1}.webUIHero__lightboxCarouselViewport{overflow:hidden;max-height:85vh;width:100vw;display:flex;align-items:center;justify-content:center;position:relative}.webUIHero__lightboxCarouselViewport.is-zoomed{overflow:visible;max-height:none}.webUIHero__lightboxCarouselTrack{display:flex;width:100%}.webUIHero__lightboxCarouselTrack.is-animated{transition:transform .3s ease-in-out}.webUIHero__lightboxSlide{min-width:100%;display:flex;align-items:center;justify-content:center}.webUIHero__lightbox:fullscreen{width:100vw;height:100vh;background:#000}.webUIHero__lightbox:fullscreen .webUIHero__lightboxImage{max-width:100vw;max-height:100vh;box-shadow:none}.webUIHero__lightbox:fullscreen .webUIHero__lightboxToolbar,.webUIHero__lightbox:fullscreen .webUIHero__lightboxNav{position:fixed;z-index:2}.webUIHero__topStrip{position:absolute;top:0;left:0;right:0;height:64px;z-index:2;background:#0000;transition:background-color .3s ease;pointer-events:none}.webUIHero__topStrip.is-active{background:#00000080}.webUIHero__lightboxToolbar{position:absolute;top:22px;left:26px;right:26px;display:flex;align-items:center;justify-content:space-between;gap:12px;pointer-events:auto;z-index:3}.webUIHero__lightboxCount{font-family:Cabin,sans-serif;font-size:16px;letter-spacing:.5px;color:#fff;opacity:.9}.webUIHero__lightboxTools{display:inline-flex;align-items:center;gap:24px}.webUIHero__lightboxTool{width:auto;height:auto;border:0;background:transparent;color:#fff;padding:0;display:grid;place-items:center;cursor:pointer}.webUIHero__lightboxTool:hover{opacity:.8}.webUIHero__lightboxTool:active{opacity:.65}.webUIHero__lightboxTool svg{width:18px;height:18px;fill:currentColor}.webUIHero__lightboxTool img{width:20px;height:20px;display:block;object-fit:contain}.webUIHero__lightboxTool--close svg{width:24px;height:24px}.webUIHero__shareWrap{position:relative;display:grid;place-items:center}.webUIHero__shareMenu{position:absolute;display:flex;flex-direction:column;gap:4px;top:calc(100% + 16px);right:0;background:#fff;border-radius:6px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;width:220px;color:#111;padding:12px;z-index:4}.webUIHero__shareMenuArrow{width:12px;height:12px;background:#fff;position:absolute;top:-5px;right:8px;transform:rotate(45deg)}.webUIHero__shareItem{width:100%;border:0;background:transparent;font-family:Cabin,sans-serif;font-size:12px;color:#111;display:flex;align-items:center;gap:12px;text-align:left;padding:8px 4px;cursor:pointer}.webUIHero__shareItem img{width:16px;height:16px;object-fit:contain;flex-shrink:0}.webUIHero__shareItem:hover{opacity:.78}.webUIHero__lightboxClose{position:absolute;top:22px;right:26px;width:42px;height:42px;border-radius:999px;border:0;background:#00000080;color:#111827;font-size:26px;line-height:1;cursor:pointer}.webUIHero__lightboxNav{position:absolute;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#fff;width:48px;height:48px;display:grid;place-items:center;cursor:pointer;z-index:3}.webUIHero__lightboxNav:hover{opacity:.85}.webUIHero__lightboxNav svg{width:28px;height:28px;fill:currentColor}.webUIHero__lightboxNav--prev{left:24px}.webUIHero__lightboxNav--next{right:24px}@media(max-width:1024px){.webUIHero__topStrip,.webUIHero__lightboxToolbar,.webUIHero__lightboxNav{transition:opacity .25s ease}.webUIHero__lightbox.is-controls-hidden .webUIHero__topStrip,.webUIHero__lightbox.is-controls-hidden .webUIHero__lightboxToolbar,.webUIHero__lightbox.is-controls-hidden .webUIHero__lightboxNav{opacity:0;pointer-events:none}.webUIHero{padding-top:60px}.webUIHero__title{font-size:42px}.webUIHero__subtitle{font-size:24px}.webUIHero__description{font-size:18px;text-align:center}.webUIHero__gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}@media(min-width:641px)and (max-width:1024px){.webUIHero__lightbox{padding:60px 45px}.webUIHero__lightboxNav{position:fixed;width:25px;height:25px;background:transparent}.webUIHero__lightboxNav--prev{left:45px}.webUIHero__lightboxNav--next{right:45px}.webUIHero__lightboxNav svg{width:25px;height:25px}.webUIHero__lightboxFrame{width:100%}.webUIHero__lightboxCarouselViewport{width:100%;max-width:100%;overflow:hidden}.webUIHero__lightboxSlide{overflow:hidden}.webUIHero__lightboxImage{max-width:100%;margin:0 auto}}@media(max-width:640px){.webUIHero{padding-top:50px}.webUIHero__container{width:min(1100px,calc(100% - 40px))}.webUIHero__iconWrap{width:126px;height:126px;margin-bottom:22px;align-content:center}.webUIHero__icon{width:86px;height:86px}.webUIHero__title{font-size:28px}.webUIHero__subtitle{font-size:18px}.webUIHero__description{font-size:16px;text-align:center;padding:0 8px}.webUIHero__gallery{grid-template-columns:1fr;gap:12px}.webUIHero__lightbox{padding:24px 0}.webUIHero__lightboxFrame{width:100%}.webUIHero__lightboxCarouselViewport{width:100%;max-width:100%;overflow:hidden}.webUIHero__lightboxCarouselTrack{transform:translateZ(0);backface-visibility:hidden}.webUIHero__lightboxSlide{overflow:hidden}.webUIHero__lightboxImage{max-width:100%;margin:0 auto}.webUIHero__lightboxToolbar{top:16px;left:16px;right:16px}.webUIHero__topStrip{height:56px}.webUIHero__lightboxTool{width:auto;height:auto}.webUIHero__lightboxTools{gap:20px}.webUIHero__shareMenu{top:calc(100% + 14px);right:0;width:210px;z-index:5}.webUIHero__shareMenuArrow{right:8px}.webUIHero__lightboxNav{width:44px;height:44px;background:transparent;border-radius:2px}.webUIHero__lightboxNav--prev{left:0}.webUIHero__lightboxNav--next{right:0}.webUIHero__lightboxNav svg{width:24px;height:24px}}
