:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev ::slotted(svg),.swiper-button-prev svg,.swiper-button-next ::slotted(svg),.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal~.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal~.swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl .swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon{transform:rotate(180deg)}.swiper-horizontal.swiper-rtl .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}.swiper-vertical .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-vertical .swiper-button-prev .swiper-navigation-icon,.swiper-vertical~.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-vertical~.swiper-button-prev .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}.swiper-vertical .swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-vertical .swiper-button-next .swiper-navigation-icon,.swiper-vertical~.swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-vertical~.swiper-button-next .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.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::selection{background:transparent}.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{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.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;-moz-box-sizing:border-box;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;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-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:-webkit-grabbing;cursor:-moz-grabbing;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:#ffffff80}.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 #000000a6;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;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:700 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 #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{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;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;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: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;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.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;text-decoration:none;background:transparent}.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=.70710678,M12=.70710678,M21=-.70710678,M22=.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;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.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 transparent;background:transparent;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}}:root{color-scheme:light;--ink: #17211d;--muted: #5f6f67;--bg: #f7f5ef;--paper: #fffefa;--cyan: #0e7490;--cyan-dark: #164e63;--reed: #6d8f2a;--sun: #f2b84b;--clay: #b85f3a;--line: rgba(23, 33, 29, .14);--shadow: 0 18px 45px rgba(22, 78, 99, .15);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;background:var(--bg);color:var(--ink);overflow-x:clip}img{display:block;max-width:100%}a{color:inherit}.site-header{position:fixed;top:0;left:0;right:0;z-index:2000;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:22px;padding:14px clamp(18px,4vw,56px);background:#fffefae6;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;min-width:max-content}.brand__mark{display:block;width:56px;height:44px;overflow:hidden;border-radius:6px;background:#fffefa;padding:3px}.brand__mark img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.brand strong,.brand small{display:block}.brand small{color:var(--muted);font-size:.78rem}.nav{display:flex;justify-content:center;gap:clamp(14px,2vw,28px);font-weight:700;font-size:1.3rem;color:#31423a}.nav a,.header-phone,.text-link,.footer a{text-decoration:none}.nav a{padding:10px 0}.nav a:hover,.text-link:hover,.footer a:hover{color:var(--cyan)}.header-phone{font-weight:800;color:var(--cyan-dark);white-space:nowrap}.icon-button{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:8px;background:var(--paper);color:var(--cyan-dark);cursor:pointer;box-shadow:0 8px 20px #17211d0f}.menu-button{display:none}.hero{position:relative;min-height:82vh;display:grid;align-items:end;overflow:hidden;padding:120px clamp(18px,5vw,72px) 64px;isolation:isolate}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(90deg,#082f49db,#082f4947 58%,#082f4914),url(/hero-river.webp) center 58% / cover,url(/src/assets/photo-river.svg) center / cover}.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:22vh;z-index:-1;background:linear-gradient(180deg,transparent,var(--bg))}.hero__content{width:min(760px,100%);color:#fffefa}.eyebrow{margin:0 0 12px;color:var(--sun);font-weight:850;text-transform:uppercase;font-size:1.01rem;letter-spacing:0}h1,h2,h3,p{overflow-wrap:anywhere}h1{margin:0;max-width:760px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.7rem,7vw,6.4rem);line-height:.96;letter-spacing:0}h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,4rem);line-height:1.02;letter-spacing:0}h3{margin:0;font-size:1.25rem}.hero__lead{width:min(640px,100%);margin:24px 0 0;color:#fffefae0;font-size:clamp(1.05rem,2vw,1.28rem);line-height:1.7}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:8px;padding:13px 18px;font-weight:850;text-decoration:none}.button--primary{background:var(--sun);color:#17211d}.button--ghost{border:1px solid rgba(255,255,255,.52);color:#fffefa}.section{padding:clamp(62px,8vw,108px) clamp(18px,5vw,72px)}.section__heading{max-width:820px;margin-bottom:32px}.section__heading--row{max-width:none;display:flex;justify-content:space-between;align-items:end;gap:24px}.intro{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);gap:clamp(30px,6vw,76px);align-items:start}.intro__text{color:#36463e;font-size:1.08rem;line-height:1.8}.intro__text p{margin:0 0 18px}.stats{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--line)}.stats div{min-height:118px;padding:24px;background:var(--paper)}.stats span{display:block;color:var(--cyan-dark);font-size:clamp(2rem,4vw,3.4rem);font-family:Georgia,Times New Roman,serif;line-height:1}.stats small{color:var(--muted);font-weight:750}.gallery-section{background:#eaf5f3;overflow-x:clip}.gallery-title{font-size:clamp(2.2rem,4vw,4rem)}.gallery-controls{display:flex;gap:10px}.rafting-swiper{width:100%;padding:0 0 44px;overflow:hidden;--swiper-pagination-bullet-size: 8px;--swiper-pagination-bullet-horizontal-gap: 4px}.gallery-slide{position:relative;aspect-ratio:4 / 3;max-height:min(62vh,620px);height:auto;margin:0;overflow:hidden;border-radius:8px;background:#d8e8e5;box-shadow:var(--shadow)}.gallery-slide img{width:100%;height:100%;object-fit:cover}.gallery-slide img.is-fallback{object-fit:cover;background:#d8e8e5}.gallery-slide figcaption{position:absolute;left:18px;bottom:18px;max-width:calc(100% - 36px);border-radius:8px;padding:9px 12px;background:#0a22236b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fffefa;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.swiper-pagination-bullet-active{background:var(--cyan-dark)}@media(min-width:980px){.gallery-section{overflow-x:clip}.rafting-swiper{padding-inline:clamp(28px,7vw,120px)}.gallery-slide{aspect-ratio:16 / 9;max-height:min(58vh,540px)}}.price-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}.prices-title{font-size:clamp(3rem,7vw,6rem)}.price-card{overflow:hidden;padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--paper);box-shadow:0 14px 34px #17211d12}.price-card__top{display:grid;grid-template-columns:minmax(128px,.9fr) minmax(0,1.1fr);gap:16px;align-items:start}.price-card__image{width:100%;aspect-ratio:4 / 3;object-fit:cover;object-position:center;background:#eaf5f3;border-radius:8px}.price-card__image--stretch{object-fit:fill}.price-card__body{padding-top:18px;grid-column:1 / -1}.price-card__summary h3{font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.15}.price-card__price{margin:14px 0 4px;color:var(--clay);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.9rem,3vw,2.35rem);line-height:1}.price-card__rates,.price-card__program{display:grid;gap:8px;margin:14px 0 0;padding:0;list-style:none}.price-card__program{grid-template-columns:1fr;margin-top:14px}.price-card__rates li,.price-card__program li{position:relative;padding-left:22px;color:#405149;line-height:1.45}.price-card__program li{padding-left:28px}.price-card__program li:before{content:"";position:absolute;left:0;top:.2em;width:11px;height:11px;border:3px solid #fffefa;border-radius:50%;background:var(--clay);box-shadow:0 0 0 2px #b85f3a3d}.price-card__rates li:before{content:"";position:absolute;left:0;top:.62em;width:8px;height:8px;border-radius:50%;background:var(--reed)}.price-card__details{padding-top:8px}.price-card__details summary{display:inline-flex;align-items:center;gap:8px;color:var(--cyan-dark);cursor:pointer;font-weight:850;list-style:none}.price-card__details summary::-webkit-details-marker{display:none}.price-card__details summary:after{content:"";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid var(--cyan-dark)}.price-card__details[open] summary:after{border-top:0;border-bottom:7px solid var(--cyan-dark)}.price-card__program-day{margin-top:18px}.price-card__program-day h4{margin:0 0 10px;color:var(--clay);font-size:1rem}.price-card__program-day .price-card__program{margin-top:0}.map-band{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1fr);gap:clamp(22px,4vw,48px);align-items:stretch;padding:clamp(56px,7vw,92px) clamp(18px,5vw,72px);background:var(--cyan-dark);color:#f8fafc}.map-band--reverse{grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);background:#2f4f3c}.map-band--reverse .map-copy{order:2}.map-copy{align-self:center}.map-copy p:not(.eyebrow){color:#f8fafcd1;line-height:1.8}.route-details{display:grid;gap:10px;margin:18px 0 0;padding:0;color:#f8fafcd6;line-height:1.55;list-style:none}.route-details strong,.route-map-caption{color:#fffefa}.route-map-caption .route-details{margin-top:0}.route-section{grid-template-columns:1fr}.route-section__heading{color:#fffefa}.route-section__heading h2{max-width:920px}.route-pair{display:grid;gap:clamp(18px,3vw,36px)}.route-copy{align-self:center;color:#fffefa}.route-copy h3{margin-bottom:10px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.65rem,3vw,2.4rem)}.route-pair+.route-pair{margin-top:clamp(16px,5vw,28px)}.text-link{display:inline-flex;margin-top:10px;color:#fde68a;font-weight:850}.map-wrap{min-height:440px}.route-maps{display:grid;gap:18px;min-height:0}.route-map-panel{min-height:420px}.route-maps__link{justify-self:start}@media(min-width:980px){.route-section{display:grid;grid-template-columns:1fr}.route-pair{grid-template-columns:minmax(280px,.72fr) minmax(0,1fr);align-items:stretch}}.map-wrap:has(.map-legend){display:grid;gap:12px}.map{position:relative;z-index:1;width:100%;height:100%;min-height:440px;overflow:hidden;border-radius:8px;background:linear-gradient(135deg,rgba(14,116,144,.18) 25%,transparent 25%) 0 0 / 44px 44px,linear-gradient(135deg,transparent 75%,rgba(109,143,42,.2) 75%) 0 0 / 44px 44px,#eaf5f3;box-shadow:0 18px 45px #00000038}.map-legend{display:flex;flex-wrap:wrap;gap:10px 16px;align-items:center;color:#fffefadb;font-size:.84rem;line-height:1.45}.map-legend span{display:inline-flex;align-items:center;gap:8px}.map-legend__line{display:inline-block;width:38px;height:0;border-top:4px solid #f97316;border-radius:999px}.map-legend__line--asphalt{border-color:#f2b84b}.map-legend__line--dirt{border-color:#f97316;border-top-style:dashed}.map-legend__line--warning{border-color:#17211d;border-top-style:dashed;filter:drop-shadow(0 0 1px rgba(255,254,250,.7))}.leaflet-container,.leaflet-pane,.leaflet-top,.leaflet-bottom{z-index:1}.custom-marker{display:grid;place-items:center;border-radius:50%;background:#0e749038}.custom-marker span{width:14px;height:14px;border:3px solid #fff;border-radius:50%;background:var(--clay);box-shadow:0 4px 12px #00000047}.catamaran-marker{display:grid;place-items:center;pointer-events:none}.catamaran-marker svg{width:40px;height:27px;overflow:visible;transform:rotate(var(--catamaran-rotation, 0deg));transform-origin:50% 50%;transition:transform .16s linear;filter:drop-shadow(0 8px 10px rgba(23,33,29,.24))}.catamaran-marker__shadow{fill:none;stroke:#17211d33;stroke-width:7;stroke-linecap:round}.catamaran-marker__wave{fill:none;stroke:#67e8f9;stroke-width:4;stroke-linecap:round}.catamaran-marker__hull{fill:#f97316;stroke:#17211d;stroke-width:2.6;stroke-linejoin:round}.catamaran-marker__rim{fill:none;stroke:#fff7ed;stroke-width:3;stroke-linecap:round}.catamaran-marker__cabin{fill:#facc15;stroke:#17211d;stroke-width:2.4;stroke-linejoin:round}.catamaran-marker__window,.catamaran-marker__bow{fill:none;stroke:#17211d;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.catamaran-marker__flag{fill:#0e7490;stroke:#17211d;stroke-width:2;stroke-linejoin:round}.village-marker{display:grid;place-items:center}.village-marker svg{width:23px;height:21px;overflow:visible;filter:drop-shadow(0 8px 10px rgba(23,33,29,.22))}.village-marker__ground{fill:none;stroke:#17211d3d;stroke-width:6;stroke-linecap:round}.village-marker__house{fill:#fff7ed;stroke:#17211d;stroke-width:2.4;stroke-linejoin:round}.village-marker__house--small{fill:#fde68a}.village-marker__roof{fill:#b85f3a;stroke:#17211d;stroke-width:2.4;stroke-linejoin:round}.village-marker__door{fill:#2f4f3c}.village-marker__window{fill:#67e8f9;stroke:#17211d;stroke-width:1.8}.village-marker__tree{fill:#6d8f2a;stroke:#17211d;stroke-width:2}.village-marker__trunk{fill:none;stroke:#8b5e34;stroke-width:3;stroke-linecap:round}.map-popup{width:190px}.map-popup__image{overflow:hidden;margin-bottom:10px;border-radius:8px}.map-popup__image svg{display:block;width:100%;height:auto}.map-popup strong{display:block;color:var(--cyan-dark);font-size:.98rem;margin-bottom:4px}.map-popup p{margin:0;color:#405149;line-height:1.45}.mountain-marker{display:grid;place-items:center}.mountain-marker svg{width:27px;height:22px;overflow:visible;filter:drop-shadow(0 8px 10px rgba(23,33,29,.22))}.mountain-marker__shadow{fill:none;stroke:#17211d38;stroke-width:5;stroke-linecap:round}.mountain-marker__back{fill:#6d8f2a;stroke:#17211d;stroke-width:2.2;stroke-linejoin:round}.mountain-marker__front{fill:#2f4f3c;stroke:#17211d;stroke-width:2.2;stroke-linejoin:round}.mountain-marker__snow{fill:#ecfeff;stroke:#17211d;stroke-width:1.6;stroke-linejoin:round}.mountain-marker__ridge{fill:none;stroke:#17211d;stroke-width:2;stroke-linecap:round}.spring-marker{display:grid;place-items:center}.spring-marker svg{width:26px;height:26px;overflow:visible;filter:drop-shadow(0 7px 9px rgba(23,33,29,.2))}.spring-marker__shadow{fill:none;stroke:#17211d33;stroke-width:5;stroke-linecap:round}.spring-marker__drop{fill:#0e7490;stroke:#17211d;stroke-width:2.4;stroke-linejoin:round}.spring-marker__shine,.spring-marker__wave{fill:none;stroke:#ecfeff;stroke-width:3;stroke-linecap:round}.base-marker{display:grid;place-items:center}.base-marker svg{width:38px;height:34px;overflow:visible;filter:drop-shadow(0 8px 10px rgba(23,33,29,.22))}.base-marker__shadow{fill:none;stroke:#17211d38;stroke-width:6;stroke-linecap:round}.base-marker__flagpole{fill:none;stroke:#17211d;stroke-width:2.6;stroke-linecap:round}.base-marker__flag{fill:#0e7490;stroke:#17211d;stroke-width:2;stroke-linejoin:round}.base-marker__trees{fill:#6d8f2a;stroke:#17211d;stroke-width:2;stroke-linejoin:round}.base-marker__tent{fill:#f2b84b;stroke:#17211d;stroke-width:2.4;stroke-linejoin:round}.base-marker__tent-side{fill:#b85f3a;stroke:#17211d;stroke-width:2.4;stroke-linejoin:round}.base-marker__tent-door{fill:#2f4f3c;stroke:#17211d;stroke-width:2;stroke-linejoin:round}.access-place-marker{display:grid;place-items:center}.access-place-marker span{width:10px;height:10px;border:2px solid #fffefa;border-radius:50%;background:#164e63;box-shadow:0 4px 10px #17211d3d}.map-label{border:0;border-radius:0;padding:0;background:transparent;color:var(--cyan-dark);box-shadow:none;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.72rem;font-weight:850;text-shadow:0 1px 0 #fff,1px 0 0 #fff,0 -1px 0 #fff,-1px 0 0 #fff,0 4px 12px rgba(23,33,29,.24)}.map-label:before{display:none}.map-label--village{border-left:0}.map-label--base{color:#17211d;font-size:.68rem}.map-label--rock{color:#17211d;font-size:.64rem}.map-label--mountain{color:#2f4f3c;font-size:.39rem}.map-label--spring{color:#17211d;font-size:.39rem;line-height:1.12;text-align:center}.map-label__line{display:block}.map-label--access{color:#17211d;font-size:.58rem}.map-label--meeting{color:#b85f3a;font-size:.68rem}.label-only-marker{pointer-events:none}.map-route-distance-label{border:0;border-radius:8px;padding:5px 9px;background:#17211dd6;color:#fffefa;box-shadow:0 8px 18px #17211d38;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.76rem;font-weight:900}.map-route-distance-label:before{display:none}.faq-list{display:grid;gap:12px;width:min(100%,1180px);max-width:none}.faq details{border:1px solid var(--line);border-radius:8px;background:var(--paper)}.faq summary{cursor:pointer;padding:20px 22px;font-weight:850;font-size:clamp(1.05rem,1.4vw,1.25rem);color:var(--cyan-dark)}.faq details p{margin:0;padding:0 22px 22px;color:#405149;font-size:clamp(1rem,1.2vw,1.12rem);line-height:1.7}.faq-answer-list{display:grid;gap:8px;margin:0;padding:0 22px 16px 42px;color:#405149;font-size:clamp(1rem,1.2vw,1.12rem);line-height:1.55}.faq-answer-groups{display:grid;gap:12px;padding:0 22px 22px}.faq-answer-group h3{margin:0 0 8px;color:var(--clay);font-size:clamp(1rem,1.2vw,1.12rem)}.faq-answer-group .faq-answer-list{padding:0 0 0 20px}.faq-note{font-weight:750}.footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;padding:54px clamp(18px,5vw,72px);background:#17211d;color:#fffefa}.footer h2{font-size:clamp(2rem,4vw,3rem)}.footer-brand{display:flex;align-items:center;gap:16px;margin-bottom:14px}.footer-brand img{display:block;width:104px;height:78px;object-fit:cover;object-position:center;border-radius:8px;background:#fffefa;padding:6px}.footer p:not(.eyebrow){max-width:620px;color:#fffefab8}.footer__contacts{display:grid;gap:12px;align-content:center}.contact-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.contact-row__phone{margin-right:2px}.footer a{display:inline-flex;align-items:center;gap:10px;color:#fffefa;font-weight:750}.messenger-link{justify-content:center;width:24px;height:24px;border:0;border-radius:0;background:transparent}.messenger-link:hover{background:transparent;transform:translateY(-1px)}.social-link{width:max-content}.social-link:hover{transform:translateY(-1px)}.messenger-icon{display:block;width:24px;height:24px}@media(max-width:980px){.site-header{grid-template-columns:auto 1fr auto}.nav{position:fixed;top:70px;left:12px;right:12px;display:none;flex-direction:column;align-items:stretch;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--paper);box-shadow:var(--shadow)}.nav--open{display:flex}.nav a{padding:12px}.menu-button{display:inline-grid}.header-phone{display:none}.intro,.map-band,.map-band--reverse,.footer{grid-template-columns:1fr}.map-band--reverse .map-copy{order:0}.price-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.site-header{padding:10px 14px}.brand__mark{width:46px;height:36px}.brand strong{font-size:.95rem}.footer-brand img{width:82px;height:62px}.hero{min-height:78vh;padding:98px 18px 46px}.hero__media{background:linear-gradient(180deg,#082f49e0,#082f496b 64%,#082f491f),url(/hero-river.webp) center 58% / cover,url(/src/assets/photo-river.svg) center / cover}.section__heading--row{align-items:start;flex-direction:column}.stats{grid-template-columns:1fr}.gallery-slide{height:auto}.rafting-swiper{--swiper-pagination-bullet-size: 5px;--swiper-pagination-bullet-horizontal-gap: 2px}.price-grid,.price-card__top,.price-card__program{grid-template-columns:1fr}.map-wrap,.map{min-height:360px}.footer__contacts a{align-items:flex-start}}
