/*! name: @uvarov.frontend/vanilla-calendar | url: https://github.com/uvarov-frontend/vanilla-calendar */.vanilla-calendar{width:280px;min-width:min-content;display:grid;grid-gap:12px;gap:12px;grid-template-columns:1fr;background-color:#fff;padding:12px;border-radius:4px}.vanilla-calendar button.focus-visible{outline:1px solid #ff8c00}.vanilla-calendar button:focus-visible{outline:1px solid #ff8c00}.vanilla-calendar-header{position:relative;display:flex;align-items:center}.vanilla-calendar-header__content{flex-grow:1;display:grid;grid-auto-flow:column;grid-auto-columns:max-content;align-items:center;justify-content:center;padding:0 15px;white-space:pre-wrap}.vanilla-calendar-week-numbers{display:flex;flex-direction:column;align-items:center}.vanilla-calendar-week-numbers__title{font-size:12px;line-height:16px;font-weight:700;color:#20b2aa;width:28px;height:18px;margin-bottom:5px;display:flex;align-items:center;justify-content:center}.vanilla-calendar-week-numbers__content{display:grid;grid-auto-flow:row;grid-row-gap:2px;row-gap:2px;align-items:center;justify-items:center;flex-grow:1}.vanilla-calendar-wrapper{height:200px;display:flex;gap:4px}.vanilla-calendar-content{display:flex;flex-direction:column;flex-grow:1}.vanilla-calendar-arrow{position:relative;right:2px;display:block;font-size:0;width:18px;height:18px;padding:2px;background-color:rgba(0,0,0,0);cursor:pointer;border-radius:4px;border:0}.vanilla-calendar-arrow::before{content:"";position:absolute;left:5px;top:5px;width:10px;height:1px;background-color:#000;transform:rotateZ(45deg)}.vanilla-calendar-arrow::after{content:"";position:absolute;left:5px;bottom:5px;width:10px;height:1px;background-color:#000;transform:rotateZ(-45deg)}.vanilla-calendar-arrow:hover::before,.vanilla-calendar-arrow:hover::after{background-color:#20b2aa}.vanilla-calendar-arrow_prev{right:0;left:4px;transform:rotateZ(180deg)}.vanilla-calendar-months{border-radius:4px;display:grid;grid-column-gap:6px;column-gap:6px;grid-row-gap:12px;row-gap:12px;grid-template-columns:repeat(4, 1fr);background-color:#fff;flex-grow:1;align-items:center}.vanilla-calendar-months_selecting .vanilla-calendar-months__month{cursor:pointer}.vanilla-calendar-months_selecting .vanilla-calendar-months__month_disabled{cursor:default}.vanilla-calendar-months__month{display:flex;align-items:center;justify-content:center;text-align:center;height:40px;font-size:12px;line-height:16px;font-weight:700;background-color:#fff;color:#20b2aa;padding:2px;border-radius:4px;border:0;word-break:break-all}.vanilla-calendar-months__month:hover{background-color:#f0f8ff}.vanilla-calendar-months__month_selected{background-color:#20b2aa;color:#fff}.vanilla-calendar-months__month_selected:hover{background-color:#20b2aa;color:#fff}.vanilla-calendar-months__month_disabled{pointer-events:none;background-color:#fff;color:silver}.vanilla-calendar-months__month_disabled:hover{background-color:#fff;color:silver}.vanilla-calendar-month{font-size:16px;line-height:20px;font-weight:700;color:#000;cursor:pointer;border-radius:4px;padding:2px;border:0;background-color:rgba(0,0,0,0)}.vanilla-calendar-month:hover{color:#20b2aa}.vanilla-calendar-month_not-active{color:silver}.vanilla-calendar-month_disabled{pointer-events:none;color:silver}.vanilla-calendar-years{border-radius:4px;display:grid;grid-column-gap:6px;column-gap:6px;grid-row-gap:12px;row-gap:12px;grid-template-columns:repeat(5, 1fr);background-color:#fff;flex-grow:1;align-items:center}.vanilla-calendar-years_selecting .vanilla-calendar-years__year{cursor:pointer}.vanilla-calendar-years_selecting .vanilla-calendar-years__year_disabled{cursor:default}.vanilla-calendar-years__year{display:flex;align-items:center;justify-content:center;text-align:center;height:40px;font-size:12px;line-height:20px;font-weight:700;background-color:#fff;color:#20b2aa;padding:2px;border-radius:4px;border:0;word-break:break-all}.vanilla-calendar-years__year:hover{background-color:#f0f8ff}.vanilla-calendar-years__year_selected{background-color:#20b2aa;color:#fff}.vanilla-calendar-years__year_selected:hover{background-color:#20b2aa;color:#fff}.vanilla-calendar-years__year_disabled{pointer-events:none;background-color:#fff;color:silver}.vanilla-calendar-years__year_disabled:hover{background-color:#fff;color:silver}.vanilla-calendar-year{font-size:16px;line-height:20px;font-weight:700;color:#000;cursor:pointer;border-radius:4px;padding:2px;border:0;background-color:rgba(0,0,0,0)}.vanilla-calendar-year:hover{color:#20b2aa}.vanilla-calendar-year_not-active{color:silver}.vanilla-calendar-year_disabled{pointer-events:none;color:silver}.vanilla-calendar-week{display:grid;grid-template-columns:repeat(7, 1fr);grid-column-gap:2px;column-gap:2px;justify-items:center;margin-bottom:5px}.vanilla-calendar-week__day{font-size:12px;line-height:16px;font-weight:700;color:#20b2aa;width:28px;height:18px;display:flex;align-items:center;justify-content:center}.vanilla-calendar-week__day_weekend{color:coral}.vanilla-calendar-week-number{font-size:12px;line-height:16px;font-weight:700;color:#20b2aa;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.vanilla-calendar-days{display:grid;grid-template-columns:repeat(7, 1fr);grid-column-gap:2px;column-gap:2px;grid-row-gap:2px;row-gap:2px;justify-items:center;align-items:center;flex-grow:1}.vanilla-calendar-days_selecting .vanilla-calendar-day__btn{cursor:pointer}.vanilla-calendar-days_selecting .vanilla-calendar-day__btn_disabled{cursor:default}.vanilla-calendar-day{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.vanilla-calendar-day.focus-visible .vanilla-calendar-day__popup,.vanilla-calendar-day:hover .vanilla-calendar-day__popup{opacity:1;pointer-events:auto}.vanilla-calendar-day:focus-visible .vanilla-calendar-day__popup,.vanilla-calendar-day:hover .vanilla-calendar-day__popup{opacity:1;pointer-events:auto}.vanilla-calendar-day__btn{font-size:12px;line-height:16px;font-weight:400;color:#000;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#fff;border:0;cursor:default}.vanilla-calendar-day__btn:hover{background-color:#f0f8ff}.vanilla-calendar-day__btn_today{background-color:#f0f8ff;color:#20b2aa;font-weight:600}.vanilla-calendar-day__btn_today:hover{color:#20b2aa;background-color:#f0f8ff}.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_prev,.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_next{background-color:#f5f5f5;color:#a9a9a9}.vanilla-calendar-day__btn_selected{background-color:#289b95;color:#fff}.vanilla-calendar-day__btn_selected:hover{background-color:#289b95;color:#fff}.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate{background-color:#68cec9;color:#fff}.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate:hover{background-color:#68cec9;color:#fff}.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev,.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next{background-color:#f5f5f5;color:gray}.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev:hover,.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next:hover{background-color:#f5f5f5;color:gray}.vanilla-calendar-day__btn_weekend,.vanilla-calendar-day__btn_holiday{color:coral}.vanilla-calendar-day__btn_weekend:hover,.vanilla-calendar-day__btn_holiday:hover{background-color:#fff5ee}.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_today,.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_today{color:coral;background-color:#fff5ee}.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_prev,.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_next,.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_prev,.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_next{color:#a9a9a9;background-color:#f5f5f5}.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_disabled,.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_disabled{color:#d3d3d3;background-color:#f5f5f5}.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected,.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected{background-color:coral;color:#fff}.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected:hover,.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected:hover{background-color:coral;color:#fff}.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate,.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate{background-color:#ffaa8a;color:#fff}.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate:hover,.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate:hover{background-color:#ffaa8a;color:#fff}.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev,.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next,.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev,.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next{background-color:#f5f5f5;color:gray}.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev:hover,.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next:hover,.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev:hover,.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next:hover{background-color:#f5f5f5;color:gray}.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev,.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next,.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev,.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next{color:#a9a9a9}.vanilla-calendar-day__btn_prev,.vanilla-calendar-day__btn_next{background-color:#fff;color:#a9a9a9}.vanilla-calendar-day__btn_prev:hover,.vanilla-calendar-day__btn_next:hover{background-color:#fff;color:#a9a9a9}.vanilla-calendar-day__btn_disabled{pointer-events:none;background-color:#fff;color:#d3d3d3}.vanilla-calendar-day__btn_disabled:hover{background-color:#fff;color:#d3d3d3}.vanilla-calendar-day__popup{position:absolute;z-index:2;left:50%;top:100%;transform:translateX(-50%);width:130px;padding:16px 12px 8px;color:#000;font-size:12px;line-height:14px;font-weight:400;opacity:0;pointer-events:none}.vanilla-calendar-day__popup:hover{opacity:1;pointer-events:auto}.vanilla-calendar-day__popup::before{content:"";position:absolute;z-index:-1;left:0;bottom:0;width:100%;height:calc(100% - 8px);display:block;border-radius:4px;background-color:#fff;box-shadow:0 2px 20px rgba(0,0,0,.1)}.vanilla-calendar-day__popup::after{content:"";position:absolute;z-index:-1;left:50%;transform:translateX(-50%);top:2px;display:block;height:0;width:0;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff;border-style:solid;border-width:0 10px 8px}.vanilla-calendar-time{display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;border-top:1px solid #dcdcdc;padding:12px 6px 0}.vanilla-calendar-time__content{display:flex;align-items:center}.vanilla-calendar-time__content input{box-sizing:border-box;position:relative;display:block;font-size:18px;line-height:18px;font-weight:600;text-align:center;color:#000;background-color:#fff;width:100%;padding:2px;margin:0;border:0;border-radius:4px}.vanilla-calendar-time__content input:hover{background-color:#faebd7}.vanilla-calendar-time__content input:disabled{cursor:default}.vanilla-calendar-time__content input:disabled:hover{background-color:rgba(0,0,0,0)}.vanilla-calendar-time__content input.focus-visible{outline:1px solid #ff8c00;background-color:#fff}.vanilla-calendar-time__content input:focus-visible{outline:1px solid #ff8c00;background-color:#fff}.vanilla-calendar-time__content input.vanilla-calendar-is-focus{background-color:#faebd7}.vanilla-calendar-time__hours{position:relative;width:25px;margin-right:6px}.vanilla-calendar-time__hours::after{content:":";display:block;position:absolute;right:-5px;top:50%;transform:translateY(-50%);margin-top:-1px;font-size:14px;line-height:14px;font-weight:600;color:#000}.vanilla-calendar-time__minutes{width:25px}.vanilla-calendar-time__keeping{cursor:pointer;display:block;font-size:11px;line-height:12px;font-weight:400;color:gray;margin-left:1px;margin-top:5px;padding:2px;border:0;background-color:rgba(0,0,0,0);border-radius:4px}.vanilla-calendar-time__keeping:hover{background-color:#faebd7}.vanilla-calendar-time__keeping:disabled{cursor:default}.vanilla-calendar-time__keeping:disabled:hover{background-color:rgba(0,0,0,0)}.vanilla-calendar-time__ranges{display:flex;flex-direction:column}.vanilla-calendar-time__range{font-size:0;position:relative;z-index:1}.vanilla-calendar-time__range::before{content:"";width:1px;height:8px;position:absolute;z-index:1;pointer-events:none;left:0;top:5px;margin-top:1px;background-color:#dcdcdc}.vanilla-calendar-time__range::after{content:"";width:1px;height:8px;position:absolute;z-index:1;pointer-events:none;right:0;top:5px;margin-top:1px;background-color:#dcdcdc}.vanilla-calendar-time__range:hover input::-webkit-slider-thumb{border-color:gray}.vanilla-calendar-time__range:hover input::-moz-range-thumb{border-color:gray}.vanilla-calendar-time__range input{width:100%;position:relative;-webkit-appearance:none;appearance:none;height:20px;cursor:pointer;margin:0;outline:none}.vanilla-calendar-time__range input.focus-visible::-webkit-slider-thumb{border-color:#ff8c00}.vanilla-calendar-time__range input:focus-visible::-webkit-slider-thumb{border-color:#ff8c00}.vanilla-calendar-time__range input.focus-visible::-moz-range-thumb{border-color:#ff8c00}.vanilla-calendar-time__range input:focus-visible::-moz-range-thumb{border-color:#ff8c00}.vanilla-calendar-time__range input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;margin-top:-8px;position:relative;z-index:2;box-sizing:border-box;border:1px solid #dcdcdc;height:16px;width:10px;box-shadow:none;border-radius:3px;background-color:#fff;cursor:pointer}.vanilla-calendar-time__range input::-moz-range-thumb{position:relative;z-index:2;box-sizing:border-box;border:1px solid #dcdcdc;height:16px;width:10px;box-shadow:none;border-radius:3px;background-color:#fff;cursor:pointer}.vanilla-calendar-time__range input::-webkit-slider-runnable-track{box-sizing:border-box;width:100%;height:1px;margin-top:1px;cursor:pointer;background-color:#dcdcdc}.vanilla-calendar-time__range input::-moz-range-track{box-sizing:border-box;width:100%;height:1px;margin-top:1px;cursor:pointer;background-color:#dcdcdc}
.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:rgba(0,0,0,0)}.leaflet-tile::selection{background:rgba(0,0,0,0)}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none !important;max-height:none !important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none !important;max-height:none !important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:rgba(0,0,0,0)}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0, 0, 0.25, 1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;-webkit-text-decoration:none;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:bold 18px "Lucida Console",Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url("../416d91365b44e4b4f477.a6137456ed16.png");width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url("../8f2c4d11474275fbc161.4f0283c6ce28.png");background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url("../2b3e1faf89f94a483539.2273e3d8ad92.png")}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{-webkit-text-decoration:none;text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{-webkit-text-decoration:underline;text-decoration:underline}.leaflet-attribution-flag{display:inline !important;vertical-align:baseline !important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:rgba(255,255,255,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:17px 0;margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;-webkit-text-decoration:none;text-decoration:none;background:rgba(0,0,0,0)}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid rgba(0,0,0,0);background:rgba(0,0,0,0);content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{transition:transform .3s ease-out, opacity .3s ease-in}.leaflet-cluster-spider-leg{transition:stroke-dashoffset .3s ease-out, stroke-opacity .3s ease-in}
.page-header{overflow:visible;color:#000}@media screen and (max-width: 768px){.page-header{margin-bottom:0 !important}}.page-header .columns.is-gapless{margin-bottom:.75rem}@media screen and (min-width: 769px),print{.page-header .columns.is-gapless{margin-bottom:40px}}@media screen and (max-width: 768px){.page-header .title{font-size:2.25rem;line-height:1.125}}.page-header .title .tag.is-count{height:30px;font-size:1rem;position:relative;top:-1.2em;left:-0.5em}.page-header .menu-index>*{display:inline-block;margin-right:24px}@media screen and (max-width: 768px){.page-header .field.is-search{margin-top:24px}}@media screen and (min-width: 769px),print{.page-header .field.is-search{border-radius:9999px;overflow:hidden}}.page-header .field.is-search .input{padding-left:16px;padding-right:0;background:#f3f3f3;border-color:#f3f3f3}@media screen and (min-width: 769px),print{.page-header .field.is-search .input{height:50px;min-width:300px;padding-left:24px}}.page-header .field.is-search .button{color:#75787b}@media screen and (min-width: 769px),print{.page-header .field.is-search .button{height:50px}}.page-header .button,.page-header .input{font-family:"basier_squaremedium",sans-serif}#event-filters{padding-bottom:16px;position:relative;font-family:"basier_squaremedium",sans-serif}@media screen and (max-width: 768px){#event-filters .dropdown,#event-filters .calendar,#event-filters .dropdown-trigger,#event-filters .is-trigger{width:100%}}@media screen and (min-width: 769px),print{#event-filters{border-bottom:1px solid #d9d9d9}#event-filters .column:first-child{flex-grow:1}}#event-filters .buttons{width:100%}#event-filters .buttons .button{flex:1}#event-filters .buttons .button *{pointer-events:none}#event-filters .buttons .button.is-dark .icon{color:#fff}#event-filters .is-map-toggle.is-light .icon svg:last-child{display:none}#event-filters .is-map-toggle.is-dark .icon{font-size:.875rem}#event-filters .is-map-toggle.is-dark .icon svg:first-child{display:none}#select-filter.dropdown .button .counter-mobile{position:absolute;right:-10px;top:-10px}@media screen and (min-width: 1080px){#select-filter.dropdown>.dropdown-trigger .button{min-width:190px}}@media screen and (max-width: 768px){#select-filter.dropdown>.dropdown-menu{left:-20px;right:-20px}#select-filter.dropdown>.dropdown-menu .dropdown-content{border-radius:0}}.calendar .button.is-trigger{justify-content:flex-start}.calendar .button.is-trigger .icon{font-size:21px;margin-right:12px}.calendar .button.is-trigger.is-active{color:#f3f3f3;background:#383838}.calendar .calendar-body{position:absolute;z-index:5;overflow:hidden;background:#4a4a4a;min-width:280px;top:-56px;left:-20px;right:-20px;border-radius:0}@media screen and (min-width: 769px),print{.calendar .calendar-body{border-radius:6px;top:0;right:auto;left:-10px;min-width:320px}}.calendar .calendar-body .calendar-mount{grid-gap:0;gap:0;padding:0;width:100%;font-weight:normal !important}.calendar .calendar-body .calendar-mount .vanilla-calendar-header{background:#232323;padding:16px 20px 12px}.calendar .calendar-body .calendar-mount .vanilla-calendar-header button{color:#fff}.calendar .calendar-body .calendar-mount .vanilla-calendar-header .vanilla-calendar-arrow::before,.calendar .calendar-body .calendar-mount .vanilla-calendar-header .vanilla-calendar-arrow::after{background-color:#fff}.calendar .calendar-body .calendar-mount .vanilla-calendar-header .vanilla-calendar-header__content *{font-size:1.125rem}.calendar .calendar-body .calendar-mount .vanilla-calendar-wrapper{height:auto;background:#4a4a4a}.calendar .calendar-body .calendar-mount .vanilla-calendar-wrapper .vanilla-calendar-content .vanilla-calendar-week{background:#232323;padding:4px 16px}.calendar .calendar-body .calendar-mount .vanilla-calendar-wrapper .vanilla-calendar-content .vanilla-calendar-week *{color:#adadad;font-family:"basier_squaremedium",sans-serif}.calendar .calendar-body .calendar-mount .vanilla-calendar-wrapper .vanilla-calendar-content .vanilla-calendar-years,.calendar .calendar-body .calendar-mount .vanilla-calendar-wrapper .vanilla-calendar-content .vanilla-calendar-months{background:#4a4a4a;padding:12px 20px}.calendar .calendar-body .calendar-mount .vanilla-calendar-wrapper .vanilla-calendar-content .vanilla-calendar-years>*,.calendar .calendar-body .calendar-mount .vanilla-calendar-wrapper .vanilla-calendar-content .vanilla-calendar-months>*{color:#fff;background:rgba(0,0,0,0);font-family:"basier_squaresemibold",sans-serif;white-space:nowrap}.calendar .calendar-body .calendar-mount .vanilla-calendar-wrapper .vanilla-calendar-content .vanilla-calendar-years>*:hover,.calendar .calendar-body .calendar-mount .vanilla-calendar-wrapper .vanilla-calendar-content .vanilla-calendar-months>*:hover{background:#363636}.calendar .calendar-body .calendar-mount .vanilla-calendar-wrapper .vanilla-calendar-content .vanilla-calendar-years>*.vanilla-calendar-months__month_selected,.calendar .calendar-body .calendar-mount .vanilla-calendar-wrapper .vanilla-calendar-content .vanilla-calendar-years>*.vanilla-calendar-years__year_selected,.calendar .calendar-body .calendar-mount .vanilla-calendar-wrapper .vanilla-calendar-content .vanilla-calendar-months>*.vanilla-calendar-months__month_selected,.calendar .calendar-body .calendar-mount .vanilla-calendar-wrapper .vanilla-calendar-content .vanilla-calendar-months>*.vanilla-calendar-years__year_selected{background:#232323}.calendar .calendar-body .calendar-mount .vanilla-calendar-wrapper .vanilla-calendar-content .vanilla-calendar-days{margin:4px 18px 12px;grid-row-gap:4px;row-gap:4px;grid-column-gap:4px;-moz-column-gap:4px;column-gap:4px}.calendar .calendar-body .calendar-mount .vanilla-calendar-wrapper .vanilla-calendar-content .vanilla-calendar-days .vanilla-calendar-day .vanilla-calendar-day__btn{font-family:"basier_squaremedium",sans-serif;background:rgba(0,0,0,0);color:#fff;width:32px;height:32px}.calendar .calendar-body .calendar-mount .vanilla-calendar-wrapper .vanilla-calendar-content .vanilla-calendar-days .vanilla-calendar-day .vanilla-calendar-day__btn:hover{background:#363636}.calendar .calendar-body .calendar-mount .vanilla-calendar-wrapper .vanilla-calendar-content .vanilla-calendar-days .vanilla-calendar-day .vanilla-calendar-day__btn_selected{background-color:#232323;font-family:"basier_squarebold",sans-serif;color:#fec10e}.calendar .calendar-body .calendar-mount .vanilla-calendar-wrapper .vanilla-calendar-content .vanilla-calendar-days .vanilla-calendar-day .vanilla-calendar-day__btn_prev,.calendar .calendar-body .calendar-mount .vanilla-calendar-wrapper .vanilla-calendar-content .vanilla-calendar-days .vanilla-calendar-day .vanilla-calendar-day__btn_next{color:#75787b}.calendar .calendar-body .calendar-mount .vanilla-calendar-wrapper .vanilla-calendar-content .vanilla-calendar-days .vanilla-calendar-day .vanilla-calendar-day__btn_today{color:#fec10e;font-weight:normal}.calendar .calendar-body .calendar-mount .vanilla-calendar-wrapper .vanilla-calendar-content .vanilla-calendar-days .vanilla-calendar-day .vanilla-calendar-day__btn_hover{border:0;background:#232323}.calendar .calendar-body .buttons{padding:0 20px;margin-bottom:0}@media screen and (min-width: 1080px){.calendar .calendar-body .buttons{flex-wrap:nowrap}}.calendar .calendar-body .buttons .radio{color:#c3c3c3;font-size:.75rem;font-family:"basier_squaremedium",sans-serif;margin-bottom:.5rem;margin-left:0}.calendar .calendar-body .buttons .radio:not(:last-child){margin-right:8px}.calendar .calendar-body .buttons .radio span{display:inline-flex;align-items:center;border-radius:6px;height:40px;border:1px solid #adadad}.calendar .calendar-body .buttons .radio input:checked+span{background:#232323;border-color:#74c06d;color:#fff}.calendar .calendar-body .buttons .button{height:40px;font-size:.75rem;font-family:"basier_squaresemibold",sans-serif}#filter-tags{background:#fff;padding:20px 0 0}#filter-tags .container{color:#75787b}@media screen and (min-width: 769px),print{#filter-tags .container{display:flex}}#filter-tags .tags{flex:1;margin-bottom:0}#filter-tags .tag{font-size:.75rem;padding-left:10px;padding-right:11px;font-family:"basier_squaremedium",sans-serif;cursor:pointer;color:#75787b;background:#f3f3f3;border-radius:6px;border:0;height:30px}#filter-tags .tag .delete{margin-left:11px;background:none;pointer-events:none}#filter-tags .tag .delete:after,#filter-tags .tag .delete:before{background:#75787b}#filter-tags .tag:hover{background:#4a4a4a;color:#d9d9d9}#filter-tags .tag:hover .delete:after,#filter-tags .tag:hover .delete:before{background:#d9d9d9}#map-container{position:relative;z-index:0;height:40vh;overflow:hidden}@media screen and (min-width: 769px),print{#map-container{position:sticky;height:calc(100vh - 80px);top:80px}}#map-container .search-button{position:absolute;top:56px;left:50%;transform:translateX(-50%);z-index:401;transition:opacity .2s;opacity:0}#map-container .search-button.is-visible{opacity:1}#map-container #map{border:1px solid #ddd;border-radius:6px;height:100%}#map-container #map .leaflet-tooltip{background-color:#232323;color:#fff;border:1px solid #fff;padding:4px 12px;border-radius:20px}#map-container #map .leaflet-tooltip:before{display:none}#map-container #map .marker-cluster{border-radius:20px;background-color:rgba(0,0,0,.5);color:#fff}#map-container #map .marker-cluster div{border-radius:100%;width:30px;height:30px;line-height:30px;margin:5px 0 0 5px;background-color:#232323;text-align:center;transition:all .15s ease-out}#map-container #map .leaflet-div-icon{position:relative;background:rgba(0,0,0,0);border:none;overflow:hidden}#map-container #map .leaflet-div-icon svg{width:100%;height:100%}#map-container #map .leaflet-div-icon svg path{stroke:#4a4a4a;stroke-width:2}#map-container #map .leaflet-div-icon p{font-family:"basier_squaresemibold",sans-serif;z-index:1;position:absolute;top:45%;transform:translateY(-50%);left:0;width:100%;text-align:center;color:#232323}#map-container #map .leaflet-control-attribution{color:#75787b;opacity:.4;background:#fff;transition:opacity .25s}#map-container #map .leaflet-control-attribution:hover{opacity:1}#map-container #map .leaflet-control-attribution a{color:#000}@media screen and (max-width: 768px){#map-container:not(.is-hidden)+.column section{display:none}}@media screen and (min-width: 769px),print{#map-container:not(.is-hidden)+.column #grid .column.is-event{width:100%}}@media screen and (min-width: 1080px){#map-container:not(.is-hidden)+.column #grid .column.is-event{width:50%}}@media screen and (min-width: 1440px){#map-container:not(.is-hidden)+.column #grid .column.is-event{width:50%}}@media screen and (max-width: 1079px){.entity .box.is-horizontal .image{padding-top:0;height:50px}.entity .box.is-horizontal .image img{display:none}.entity .box.is-horizontal .event-pills .tag{padding-top:5px;border:1px solid #fec10e}}
