.service-mobile-drawer[data-vaul-drawer]{touch-action:none;will-change:transform;transition:transform .5s cubic-bezier(.32,.72,0,1);animation-duration:.5s;animation-timing-function:cubic-bezier(.32,.72,0,1)}.service-mobile-drawer[data-vaul-snap-points=false][data-vaul-drawer-direction=bottom][data-state=open]{animation-name:service-mobile-drawer-slide-from-bottom}.service-mobile-drawer[data-vaul-snap-points=false][data-vaul-drawer-direction=bottom][data-state=closed]{animation-name:service-mobile-drawer-slide-to-bottom}.service-mobile-drawer-overlay[data-vaul-snap-points=false]{animation-duration:.5s;animation-timing-function:cubic-bezier(.32,.72,0,1)}.service-mobile-drawer-overlay[data-vaul-snap-points=false][data-state=open]{animation-name:service-mobile-drawer-fade-in}.service-mobile-drawer-overlay[data-state=closed]{animation-name:service-mobile-drawer-fade-out}.service-mobile-drawer:not([data-vaul-custom-container=true]):after{background:inherit;background-color:inherit;content:"";position:absolute}.service-mobile-drawer[data-vaul-drawer-direction=bottom]:after{bottom:initial;height:200%;top:100%;left:0;right:0}.service-mobile-drawer-handle[data-vaul-handle]{opacity:.7;touch-action:pan-y;border-radius:1rem;width:32px;height:5px;margin-left:auto;margin-right:auto;display:block;position:relative}.service-mobile-drawer-handle[data-vaul-handle]:hover,.service-mobile-drawer-handle[data-vaul-handle]:active{opacity:1}.service-mobile-drawer [data-vaul-handle-hitarea]{touch-action:inherit;width:max(100%,2.75rem);height:max(100%,2.75rem);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (hover:hover) and (pointer:fine){.service-mobile-drawer[data-vaul-drawer]{-webkit-user-select:none;user-select:none}.service-mobile-drawer [data-vaul-handle-hitarea]{width:100%;height:100%}}@keyframes service-mobile-drawer-fade-in{0%{opacity:0}to{opacity:1}}@keyframes service-mobile-drawer-fade-out{to{opacity:0}}@keyframes service-mobile-drawer-slide-from-bottom{0%{transform:translate3d(0, var(--initial-transform,100%), 0)}to{transform:translate(0,0)}}@keyframes service-mobile-drawer-slide-to-bottom{to{transform:translate3d(0, var(--initial-transform,100%), 0)}}
.sticker-peel-root{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;will-change:transform;z-index:1000}.sticker-peel-root.is-dragging{cursor:grabbing}.sticker-peel-draggable{--sticker-drag-rotate:0deg;--sticker-p:28px;--sticker-start:calc(-1 * var(--sticker-p));--sticker-end:calc(100% + var(--sticker-p));transform:rotate(calc(var(--sticker-outer-rotate) + var(--sticker-drag-rotate))) translateZ(0);transform-origin:50%;will-change:transform}.sticker-peel-container{transform:rotate(var(--peel-direction));transform-origin:50%;position:relative}.sticker-peel-container *{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.sticker-peel-main{clip-path:polygon(var(--sticker-start) var(--sticker-start), var(--sticker-end) var(--sticker-start), var(--sticker-end) var(--sticker-end), var(--sticker-start) var(--sticker-end));filter:url(#stickerDropShadow);transition:clip-path .6s ease-out}.sticker-peel-main>*{transform:rotate(calc(-1 * var(--peel-direction)))}.sticker-peel-lighting{filter:url(#stickerPointLight)}.sticker-peel-container:hover .sticker-peel-main{clip-path:polygon(var(--sticker-start) var(--sticker-peelback-hover), var(--sticker-end) var(--sticker-peelback-hover), var(--sticker-end) var(--sticker-end), var(--sticker-start) var(--sticker-end))}.sticker-peel-container:active .sticker-peel-main{clip-path:polygon(var(--sticker-start) var(--sticker-peelback-active), var(--sticker-end) var(--sticker-peelback-active), var(--sticker-end) var(--sticker-end), var(--sticker-start) var(--sticker-end))}.sticker-peel-flap{clip-path:polygon(var(--sticker-start) var(--sticker-start), var(--sticker-end) var(--sticker-start), var(--sticker-end) var(--sticker-start), var(--sticker-start) var(--sticker-start));height:100%;left:0;top:calc(-100% - var(--sticker-p) - var(--sticker-p));width:100%;transition:all .6s ease-out;position:absolute;transform:scaleY(-1)}.sticker-peel-flap>*{transform:rotate(calc(-1 * var(--peel-direction)))}.sticker-peel-container:hover .sticker-peel-flap{clip-path:polygon(var(--sticker-start) var(--sticker-start), var(--sticker-end) var(--sticker-start), var(--sticker-end) var(--sticker-peelback-hover), var(--sticker-start) var(--sticker-peelback-hover));top:calc(-100% + 2 * var(--sticker-peelback-hover) - 1px)}.sticker-peel-container:active .sticker-peel-flap{clip-path:polygon(var(--sticker-start) var(--sticker-start), var(--sticker-end) var(--sticker-start), var(--sticker-end) var(--sticker-peelback-active), var(--sticker-start) var(--sticker-peelback-active));top:calc(-100% + 2 * var(--sticker-peelback-active) - 1px)}.sticker-peel-root.is-dragging .sticker-peel-main,.sticker-peel-root.is-peel-locked .sticker-peel-main{clip-path:polygon(var(--sticker-start) var(--sticker-start), var(--sticker-end) var(--sticker-start), var(--sticker-end) var(--sticker-end), var(--sticker-start) var(--sticker-end));transition:none}.sticker-peel-root.is-dragging .sticker-peel-flap,.sticker-peel-root.is-peel-locked .sticker-peel-flap{clip-path:polygon(var(--sticker-start) var(--sticker-start), var(--sticker-end) var(--sticker-start), var(--sticker-end) var(--sticker-start), var(--sticker-start) var(--sticker-start));top:calc(-100% - var(--sticker-p) - var(--sticker-p));transition:none}.sticker-peel-flap-lighting{filter:url(#stickerPointLightFlipped)}.sticker-peel-image,.sticker-peel-flap-image{-webkit-user-drag:none;pointer-events:none;-webkit-user-select:none;user-select:none;max-width:none;width:var(--sticker-width)}.sticker-peel-image{transform:rotate(var(--sticker-rotate))}.sticker-peel-flap-image{filter:url(#stickerExpandAndFill);transform:rotate(var(--sticker-rotate))}
