@charset "UTF-8";.userHeader{margin:0;padding:0}.userHeader__container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f8f8f8}.userHeader__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.userHeader__bg--small{-o-object-position:center;object-position:center}.userHeader__wrap{position:relative;margin-top:0;margin-bottom:.6rem}@media(min-width:576px){.userHeader__wrap{margin-top:0rem}}@media(min-width:992px){.userHeader__wrap{position:relative;max-width:80rem}}.userHeader__reserve{width:97%;background-color:transparent;margin:0 auto;padding:1rem 2rem;border-radius:1.5rem}.userHeader__title{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;font-weight:700;padding:0;font-size:2.3rem;margin-top:3rem}@media(min-width:576px){.userHeader__title{margin-top:2rem;font-size:3rem}}.userHeader__title span{letter-spacing:-1px}.userHeader__h1{padding:3rem;font-size:1.5rem;font-weight:700;text-align:center}.userHeader__h1--small{padding-top:4rem;padding-bottom:1rem}@media(min-width:576px){.userHeader__h1{padding:0;font-size:2rem}}.userHeader__wrap{position:relative;z-index:3;display:flex;flex-direction:column}@media(min-width:576px){.userHeader__wrap{flex-direction:row;flex-wrap:wrap}}.userHeader__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-color:#0006}.user-detail{margin-top:10rem;padding-top:4rem;padding-bottom:3rem;position:relative;background-color:#fafbfb}.user-detail__wrap{display:flex;flex-direction:column;align-items:flex-start}@media(min-width:576px){.user-detail__wrap{flex-direction:row;flex-wrap:wrap;justify-content:space-between}}.user-detail__content{position:relative;display:flex;flex-direction:column;width:100%;margin:.8rem auto;padding:0}@media(min-width:992px){.user-detail__content{width:65%;border-radius:1rem}}.user-detail__side{position:relative;display:flex;flex-direction:column;width:100%;margin:.8rem auto;padding:0}@media(min-width:992px){.user-detail__side{width:30%;border-radius:1rem}}.card{position:relative;background-color:#fff;box-shadow:0 2px 30px #bbd2d266;border:1px solid var(--gray-lighter);border-radius:0}@media(min-width:576px){.card{border-radius:1.5rem}}.card--warning{border:3px dashed var(--orange)}.card--info{border:3px dashed var(--blue)}.alert{position:relative;padding:.5rem 1.8rem;margin:.3rem 0;border:1px solid transparent;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;border-radius:1rem}.alert--success{color:#155724!important;background-color:#d4edda!important;border-color:#c3e6cb!important}.alert--warning{color:#721c24!important;background-color:#f8d7da!important;border-color:#f5c6cb!important}.alert--progress{margin:-1.7rem auto 0;padding:0;border:none;color:#46c463!important}.alert--failed{padding:0;border:none;color:#721c24!important}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:right}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0;vertical-align:middle}.table{--bs-table-bg: transparent;--bs-table-accent-bg: transparent;--bs-table-striped-color: #212529;--bs-table-striped-bg: rgba(0, 0, 0, .05);--bs-table-active-color: #212529;--bs-table-active-bg: rgba(0, 0, 0, .1);--bs-table-hover-color: #212529;--bs-table-hover-bg: rgba(0, 0, 0, .075);overflow:hidden;width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6;border-top-right-radius:1rem;border-top-left-radius:1rem}.table>:not(caption)>*>*{padding:.8rem .2rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom;background-color:var(--brown-2)}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg: var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg: var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg: var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg: #cfe2ff;--bs-table-striped-bg: #c5d7f2;--bs-table-striped-color: #000;--bs-table-active-bg: #bacbe6;--bs-table-active-color: #000;--bs-table-hover-bg: #bfd1ec;--bs-table-hover-color: #000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg: #e2e3e5;--bs-table-striped-bg: #d7d8da;--bs-table-striped-color: #000;--bs-table-active-bg: #cbccce;--bs-table-active-color: #000;--bs-table-hover-bg: #d1d2d4;--bs-table-hover-color: #000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg: #d1e7dd;--bs-table-striped-bg: #c7dbd2;--bs-table-striped-color: #000;--bs-table-active-bg: #bcd0c7;--bs-table-active-color: #000;--bs-table-hover-bg: #c1d6cc;--bs-table-hover-color: #000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg: #cff4fc;--bs-table-striped-bg: #c5e8ef;--bs-table-striped-color: #000;--bs-table-active-bg: #badce3;--bs-table-active-color: #000;--bs-table-hover-bg: #bfe2e9;--bs-table-hover-color: #000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg: #fff3cd;--bs-table-striped-bg: #f2e7c3;--bs-table-striped-color: #000;--bs-table-active-bg: #e6dbb9;--bs-table-active-color: #000;--bs-table-hover-bg: #ece1be;--bs-table-hover-color: #000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg: #f8d7da;--bs-table-striped-bg: #eccccf;--bs-table-striped-color: #000;--bs-table-active-bg: #dfc2c4;--bs-table-active-color: #000;--bs-table-hover-bg: #e5c7ca;--bs-table-hover-color: #000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg: #f8f9fa;--bs-table-striped-bg: #ecedee;--bs-table-striped-color: #000;--bs-table-active-bg: #dfe0e1;--bs-table-active-color: #000;--bs-table-hover-bg: #e5e6e7;--bs-table-hover-color: #000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg: #212529;--bs-table-striped-bg: #2c3034;--bs-table-striped-color: #fff;--bs-table-active-bg: #373b3e;--bs-table-active-color: #fff;--bs-table-hover-bg: #323539;--bs-table-hover-color: #fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.features{--green: #26a387;--blue: #1db2ff;--gold: #ffc300;padding-top:.5rem;padding-bottom:.5rem}.features__wrap{display:flex;flex-wrap:wrap;justify-content:space-between}@media(min-width:576px){.features__wrap{flex-direction:row;flex-wrap:wrap}}.features__box{position:relative;display:flex;justify-content:flex-start;align-items:center;width:45%;margin:.8rem auto;padding:0}@media(min-width:576px){.features__box{width:49%}}@media(min-width:1200px){.features__box{width:24%}}.features__title{margin-top:0;text-align:center}.carousel{direction:ltr;display:flex;align-items:center;justify-content:center;position:relative;width:100%;margin:0;padding:0;overflow:hidden}.carousel .carousel-wrapper{width:100%;overflow:hidden}.carousel .carousel-items{display:flex;transition:transform .5s ease-in-out}.carousel .carousel-item{min-width:100%;height:40rem;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;background:#2d323b;border:2px solid white;border-radius:1.3rem}.carousel .carousel-item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:1.3rem}.carousel button{position:absolute;top:50%;background-color:transparent;transform:translateY(-50%);border:none;color:#fff;font-size:24px;cursor:pointer;border-radius:50%;outline:none;transition:background .3s}.carousel .prev{left:10px}.carousel .next{right:10px}.carousel__defaultImg{max-height:30rem;-o-object-fit:cover;object-fit:cover;width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.triangle-info{--gray: #6e6e6e;position:relative;display:flex;flex-direction:column;max-width:30rem;margin:0 auto;min-width:30rem}.triangle-info__title{padding:0;margin:0}.triangle-info__profile{display:flex;justify-content:center;align-items:center}.triangle-info__profile>:first-child{margin-left:1rem;margin-right:1rem;width:15%}@media(max-width:768px){.triangle-info__profile>:first-child{margin-left:1rem;margin-right:1rem}}.triangle-info__profile img{display:block;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:.4rem}.triangle-info__info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:70%;padding:.4rem}.triangle-info__info>span{display:flex;justify-content:center;align-items:center;color:var(--gray)}.parameters__option-list{display:flex;align-items:center;justify-content:space-evenly;text-align:center}.parameters__option-list svg{width:24px;height:24px}.parameters__option-list div{display:flex;flex-direction:column;align-items:center;padding:1rem}.parameters__option-list div span{margin:.7rem}.popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:80%;max-width:1600px;height:90vh;max-height:800px;border-radius:20px;background:#000000bf;display:flex;justify-content:center;align-items:center;z-index:450;overflow:hidden;transition:.5s;opacity:0}.popup.active{transform:translate(-50%,-50%) scale(1);opacity:1}.popup.active .close-btn,.popup.active .image-name,.popup.active .index,.popup.active .large-image,.popup.active .arrow-btn{opacity:1;transition:opacity .5s;transition-delay:1s}.top-bar{position:absolute;top:0;left:0;width:100%;height:50px;background:#000;color:#fff;text-align:center;line-height:50px;font-weight:300}.image-name{opacity:0}.close-btn{opacity:0;position:absolute;top:15px;right:20px;width:20px;height:20px;border-radius:50%;background:red;cursor:pointer}.arrow-btn{opacity:0;position:absolute;top:50%;transform:translateY(-50%);padding:10px;border-radius:50%;border:none;background:none;cursor:pointer}.left-arrow{left:10px}.right-arrow{right:10px;transform:translateY(-50%) rotate(180deg)}.arrow-btn:hover{background:#00000080}.index{position:absolute;bottom:10px;right:10px;font-size:80px;font-weight:100;color:#fff6;opacity:0}.large-image{margin-top:5%;width:80%;height:80%;-o-object-fit:contain;object-fit:contain;opacity:0}.items{--green: #26a387;--blue: #1db2ff;--gold: #ffc300;padding-top:.5rem;padding-bottom:.5rem}.items__wrap{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(19rem,1fr);gap:1rem;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;padding:1rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.items__wrap::-webkit-scrollbar{display:none}.items__typo-header{display:flex;width:100%;padding:0 1rem;margin:2rem 0 0;font-weight:700;font-size:1.7rem}.items__box{scroll-snap-align:start;padding:1rem;min-height:180px;position:relative;display:flex;flex-direction:column;margin:.8rem 1rem;padding:0;width:19rem;overflow:hidden}.items__highlight{background-color:#edf9ff}.items__content{display:flex;flex-direction:column;justify-content:space-between;padding:1rem;color:#828282}.items__image{position:relative;width:19rem;height:19rem;margin:0;padding:0;overflow:hidden}.items__image img{width:19rem;height:19rem;border-radius:1rem;-o-object-fit:cover;object-fit:cover}.items__titles{position:absolute;top:1.8rem;right:1.5rem;z-index:2;display:flex;flex-direction:column;justify-content:space-between;height:16rem;color:#fff;font-size:1.2rem;font-weight:700}.items__name{margin:.3rem;white-space:nowrap}.items__name a{font-size:1.4rem;font-size:bold;color:#2d2d2d}.items__location{display:flex;align-items:center;margin:.3rem .2rem;margin-bottom:auto;opacity:.7}.items__location>svg{margin-left:.3rem;width:16px;height:16px}.items__price{align-self:baseline;font-size:1.3rem;font-weight:700;background-color:#fff;color:#616161;border-radius:2rem;padding:10px;box-shadow:0 5px 10px #00000040}.items__deposit,.items__detail{display:flex;align-items:center;justify-content:flex-start;margin:.5rem}.items__deposit>svg,.items__detail>svg{margin:.5rem}.items__information{width:17px;height:17px;margin-left:.3rem}.items__ribbon{position:absolute;top:1.3rem;left:-3rem;z-index:2;width:15rem;height:5rem;overflow:hidden;font-size:1.3rem;pointer-events:none;clip-path:polygon(11% 0,100% 0%,100% 100%,0% 100%);-webkit-clip-path:polygon(11% 0,100% 0%,100% 100%,0% 100%);-moz-clip-path:polygon(11% 0,100% 0%,100% 100%,0% 100%);transform:rotate(-40deg)}.items__ribbonText{position:absolute;top:0;z-index:2;width:100%;padding:.6rem 0;background-color:var(--orange);color:#fff;text-align:center;border-radius:.5rem;border-bottom-right-radius:0;box-shadow:0 0 8px #0000004d}.items__star{display:flex;align-items:center;font-weight:bolder;color:#64748b}.items__star>div{margin-left:1rem}.items__starVote{margin-left:.5rem}.items__call{display:flex;align-items:center;color:#333;border-radius:1rem;padding:.5rem}.items__call-muted{display:flex;background-color:#ffeded;border:2px solid #e34133;color:#e34133;border-radius:1rem;padding:.5rem}.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:transparent}.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{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: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;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,.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:#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(images/layers.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(images/layers-2x.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(images/marker-icon.png)}.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;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;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;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}}.map__app{width:100%;height:500px;border-radius:1.5rem}.map__dorm{width:100%;height:300px;border-radius:1.5rem}.angle-breadcrump__list{display:flex;flex-wrap:wrap;padding:3rem 4rem}.angle-breadcrump__list li+li:before{content:"〉";padding:8px}.star-rating__box{display:flex;min-height:15rem}.star-rating__desc{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.star-rating__stars{display:flex;justify-content:center;align-items:center;direction:ltr!important}.star-rating__star{font-size:2rem;cursor:pointer}.star-rating__star--small{font-size:1.4rem}.star-rating__input:checked~.star-rating__label>#star-rating__star path{fill:#ccc}.star-rating__stars:hover>.star-rating__label>#star-rating__star path{fill:#facc15}.star-rating__input:hover~.star-rating__label>#star-rating__star path{fill:#ccc}.star-rating__input{display:none}
