html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:"Montserrat",sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;overflow-x:hidden;padding-top:var(--header-h,6.25rem)}button,input,select,textarea{font-family:inherit}body.is-modal-open{overflow:hidden}.custom-container{width:100%;max-width:90rem;margin:0 auto;box-sizing:border-box;padding-left:max(1rem,env(safe-area-inset-left, 0px));padding-right:max(1rem,env(safe-area-inset-right, 0px))}.custom-full-container{width:100%;box-sizing:border-box;padding-left:max(1rem,env(safe-area-inset-left, 0px));padding-right:max(1rem,env(safe-area-inset-right, 0px))}.btn{display:flex;align-items:center;justify-content:center;padding:0 1rem;height:3.5rem;font-size:.875rem;border:0;border-radius:4px;transition:all .2s ease;outline:none;text-align:center}@media screen and (max-width:639px){.btn{height:3rem;font-size:.75rem}}.btn-primary{background-color:#1b4a7c;color:#fff;border:0}.btn-primary:hover,.btn-primary:focus,.btn-primary:active{background-color:#123b68;color:#fff}.img-cover{width:100%;height:100%;object-fit:cover}.img-full{width:100%}.title-large{font-size:64px;line-height:1.5}@media screen and (max-width:991px){.title-large{font-size:48px;letter-spacing:initial}}@media screen and (max-width:767px){.title-large{font-size:36px}}h1,.title{color:#123b68;font-size:48px;line-height:1.5}@media screen and (max-width:991px){h1,.title{font-size:36px;letter-spacing:initial}}@media screen and (max-width:767px){h1,.title{font-size:30px}}h2{color:#123b68;font-size:36px;line-height:1.5}@media screen and (max-width:991px){h2{font-size:28px;letter-spacing:initial}}@media screen and (max-width:767px){h2{font-size:24px}}h3,.subtitle{color:#123b68;font-size:28px;line-height:1.5;font-weight:300}@media screen and (max-width:991px){h3,.subtitle{font-size:24px}}@media screen and (max-width:767px){h3,.subtitle{font-size:22px}}h4{color:#123b68;font-size:24px;line-height:1.5}@media screen and (max-width:991px){h4{font-size:22px}}@media screen and (max-width:767px){h4{font-size:20px}}h5{color:#123b68;font-size:20px;line-height:1.5}@media screen and (max-width:991px){h5{font-size:18px}}.txt-large{font-size:18px;line-height:1.5}@media screen and (max-width:767px){.txt-large{font-size:16px}}small,.txt-small{font-size:14px;line-height:1.5}@media screen and (max-width:767px){small,.txt-small{font-size:12px}}strong{font-weight:600}a{text-decoration:none}a:hover,a:focus,a:active{text-decoration:none}.pre-title{font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase;font-weight:600}@media screen and (max-width:767px){.pre-title{font-size:12px;letter-spacing:2px}}.section-title{margin:0 0 40px;color:#123b68}@media screen and (max-width:991px){.section-title{margin:0 0 20px}}.pagination{display:flex;flex-direction:row;justify-content:center;gap:.5rem;border-radius:0}@media screen and (max-width:600px){.pagination{flex-wrap:wrap;justify-content:center;margin:4rem auto 2rem;row-gap:1.5rem}}.pagination .page-numbers a{padding:0 1rem;background-color:#1b4a7c;color:#fff}.pagination .page-numbers a:hover{background-color:#123b68}.pagination .page-numbers span{display:none!important}.pagination li{height:3rem}@media screen and (max-width:400px){.pagination li{height:2.5rem}}.pagination li a,.pagination li span{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.875rem;line-height:1;font-weight:600;color:#1b4a7c;border-radius:.25rem;background-color:#f5f1e8;transition:all .4s ease}.pagination li a:hover,.pagination li span:hover{background-color:#1b4a7c;color:#fff}.pagination li.active span{background-color:#1b4a7c;color:#fff}.pagination li.bcmsPagingDots span{background-color:#fff0;color:#8a97a8}.pagination li:not(.page-numbers){width:3rem}@media screen and (max-width:400px){.pagination li:not(.page-numbers){width:2.5rem}}@media screen and (max-width:450px){.pagination li:not(.page-numbers).disabled{width:1.2rem}}.news-card{background:#fff;box-shadow:0 .5rem 2.5rem 0 rgb(22 33 43 / .1);overflow:hidden;display:flex;flex-direction:column;height:100%}.news-card__media{overflow:hidden}.news-card__image{display:block;width:100%;height:15rem;object-fit:cover;transition:transform .6s ease}.news-card__content{display:flex;flex:1;flex-direction:column;padding:1.6rem 1.6rem 1.5rem}.news-card__title{margin:0 0 1rem;color:#a81220;font-size:1.45rem;line-height:1.16;font-weight:600}.news-card__excerpt{margin:0;color:#2e3d4f;line-height:1.7}.news-card__footer{margin-top:auto;padding-top:1.4rem;display:flex;justify-content:flex-start}.news-card__link{display:inline-flex;align-items:center;gap:.65rem;margin-left:auto;padding:.95rem 1.2rem;border:0;border-radius:0;background:#a81220;color:#fff;font:inherit;font-size:.95rem;font-weight:600;line-height:1;letter-spacing:.02em;white-space:nowrap;cursor:pointer;text-decoration:none;transition:transform .25s ease,background-color .25s ease,box-shadow .25s ease}.news-card:hover .news-card__image{transform:scale(1.04)}.news-card:hover .news-card__link,.news-card__link:focus-visible{background:#c8192a;box-shadow:0 .75rem 1.5rem -1rem rgb(168 18 32 / .9);transform:translateY(-.12rem);color:#fff}.news-card__link:focus-visible{outline:.13rem solid rgb(168 18 32 / .35);outline-offset:.13rem}.search-result-card{width:100%;display:flex;padding:1rem;transition:all .2s ease;border-radius:.5rem}@media screen and (max-width:639px){.search-result-card{flex-direction:column}}.search-result-card:hover{box-shadow:0 1.5rem 2.5rem -1rem rgb(3 1 16 / .14)}.search-result-card .image-wrapper{display:inline-block;width:20%}@media screen and (max-width:639px){.search-result-card .image-wrapper{width:100%}}.search-result-card .image{width:100%;object-fit:cover;border-radius:.25rem}.search-result-card .content{flex:1;display:flex;flex-direction:column;align-items:flex-start;padding:0 1.5rem;gap:1rem}.search-result-card .title-wrapper{text-decoration:none}.search-result-card .title{font-size:2rem;line-height:1.4;font-weight:800;color:#000;margin-bottom:0;transition:all .4s ease}.search-result-card .title:hover{color:#1b4a7c}.search-result-card .btn{margin-top:auto;align-self:flex-end}:root{--header-h:3.75rem;--topbar-h:0;--topbar-shift:0.5rem}@media screen and (min-width:640px){:root{--header-h:4.75rem}}@media screen and (min-width:992px){:root{--header-h:5.75rem}}@media screen and (min-width:1200px){:root{--header-h:100px}}header{position:fixed;top:0;left:0;right:0;width:100%;z-index:40;transition:box-shadow .3s ease;height:var(--header-h,100px);overflow:visible}header.is-scrolled .nav-topbar{opacity:0;visibility:hidden;min-height:0;max-height:0;border-bottom-width:0;overflow:hidden;transform:translateY(-100%)}header.is-scrolled .nav-topbar__inner{min-height:0;padding-top:0;padding-bottom:0}header.is-scrolled .nav-container{background-color:hsl(0 0% 100% / .92);transform:translateY(calc(-1 * var(--topbar-shift)))}header.is-scrolled .navbar-toggler{color:#123b68}header.is-scrolled .nav-brand{width:7rem!important;height:3rem!important}@media screen and (min-width:992px){header.is-scrolled .nav-brand{width:9rem!important;height:3.75rem!important}}header.is-scrolled .nav-link{color:#123b68;font-size:.9rem!important;padding:.55rem .75rem!important}@media screen and (min-width:992px){header.is-scrolled .nav-link{font-size:.95rem!important}}@media screen and (min-width:1200px){header.is-scrolled .nav-link{font-size:1rem!important}}header.is-scrolled .nav-link:hover,header.is-scrolled .nav-link:focus{color:#1b4a7c;background-color:rgb(18 59 104 / .05)}header.is-scrolled .dropdown-item{font-size:.9rem!important}@media screen and (min-width:992px){header.is-scrolled .dropdown-item{font-size:.95rem!important}}header.is-scrolled .nav-item.active .nav-link{color:#123b68}.nav-topbar{background:linear-gradient(90deg,rgb(18 59 104 / .96),rgb(27 74 124 / .9));border-bottom:.06rem solid hsl(0 0% 100% / .12);backdrop-filter:blur(.75rem);min-height:2.1rem;max-height:3rem;overflow:hidden;transition:opacity .25s ease,transform .25s ease,max-height .25s ease,padding .25s ease,border-bottom-width .25s ease,visibility .25s ease}.nav-topbar__inner{width:100%;max-width:90rem;margin:0 auto;padding:.45rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem 1.5rem;flex-wrap:wrap}.nav-topbar__group{display:flex;align-items:center;gap:.75rem 1.5rem;flex-wrap:wrap}.nav-topbar__group--left{justify-content:flex-start}.nav-topbar__group--right{justify-content:flex-end;margin-left:auto}.nav-topbar__item{color:hsl(0 0% 100% / .88);font-size:.88rem;line-height:1.25;letter-spacing:.01em;font-weight:500;transition:color .2s ease;display:inline-flex;align-items:center;gap:.45rem}.nav-topbar__item strong{color:#fff;font-weight:600}.nav-topbar__item.nav-topbar__item--address{max-width:40rem;text-align:right}.nav-topbar__icon{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;flex:0 0 1rem;color:hsl(0 0% 100% / .92);font-size:.95rem;font-weight:600;line-height:1}.nav-topbar__icon svg{display:block;width:1rem;height:1rem;fill:currentColor}a.nav-topbar__item:hover,a.nav-topbar__item:focus{color:#fff}.nav-mobile-meta{display:none}.nav-container{background-color:#1b4a7c;backdrop-filter:blur(.5rem);width:100%;padding-right:max(1rem,(100vw - 90rem)/2);padding-left:max(1rem,(100vw - 90rem)/2);border-bottom:0;box-shadow:none;transform:translateY(0);transition:background-color .3s ease,transform .25s ease}.nav-container .nav-brand{display:inline-block;background-image:url(/p/assets/BingoLogo.svg);background-color:#fff0;background-size:contain;background-position:center center;background-repeat:no-repeat;width:8rem;height:3.5rem;flex-shrink:0;border-radius:.38rem;transition:width .3s ease,height .3s ease}@media screen and (min-width:640px){.nav-container .nav-brand{width:10rem;height:4.5rem}}@media screen and (min-width:992px){.nav-container .nav-brand{width:12rem;height:5.25rem}}@media screen and (min-width:1200px){.nav-container .nav-brand{width:14rem;height:6.25rem}}.nav-container .navbar-toggler{position:relative;width:2.65rem;height:2.65rem;border:0;border-radius:0;padding:0;color:#fff;font-size:1.1rem;line-height:1;transition:all .2s ease;background:#fff0}.nav-container .navbar-toggler i{display:none}.nav-container .navbar-toggler::before{content:"";position:absolute;left:50%;top:50%;width:1.3rem;height:.12rem;background:currentColor;transform:translate(-50%,calc(-50% - 0.38rem));box-shadow:0 .38rem 0 0 currentColor,0 .76rem 0 0 currentColor;transition:transform .22s ease,box-shadow .22s ease}.nav-container .navbar-toggler[aria-expanded=true]::before{transform:translate(-50%,-50%) rotate(45deg);box-shadow:0 0 0 0 #fff0,0 0 0 0 #fff0}.nav-container .navbar-toggler[aria-expanded=true]::after{content:"";position:absolute;left:50%;top:50%;width:1.3rem;height:.12rem;background:currentColor;transform:translate(-50%,-50%) rotate(-45deg);transition:transform .22s ease}.nav-container .navbar-toggler:focus{box-shadow:none;outline:none}.nav-container .navbar-toggler:hover{background-color:#fff0}.nav-container .navbar-collapse.show,.nav-container .navbar-collapse.collapsing{border-top:.06rem solid rgb(18 59 104 / .1);margin-top:.25rem}@media screen and (max-width:991px){.nav-topbar{display:none!important}.nav-container .navbar{position:relative}.nav-container .navbar-toggler{z-index:80}.nav-container .navbar-collapse.collapse{display:block!important}.nav-container .navbar-collapse{position:fixed;top:var(--nav-header-h,4.75rem);right:0;height:calc(100vh - var(--nav-header-h, 4.75rem));width:min(22rem,88vw);margin-top:0!important;border-top:0!important;background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:-1.25rem 0 2.5rem rgb(22 33 43 / .18);transform:translateX(102%);transition:transform .32s cubic-bezier(.22,1,.36,1);visibility:hidden;pointer-events:none;z-index:80;isolation:isolate;padding:1.25rem 1rem 1.5rem;overflow:auto;display:flex!important;flex-direction:column;padding-bottom:9.5rem}.nav-container .navbar-collapse .nav-link{color:#123b68}.nav-container .navbar-collapse .nav-link:hover,.nav-container .navbar-collapse .nav-link:focus{color:#1b4a7c;background-color:rgb(18 59 104 / .05)}.nav-container .navbar-collapse .nav-item.active .nav-link{color:#123b68}.nav-container .nav-links-wrap{flex:1 1 auto}.nav-container .nav-mobile-meta{position:absolute;left:1rem;right:1rem;bottom:1rem;padding-top:1.25rem;border-top:.06rem solid rgb(18 59 104 / .12);display:grid;gap:.85rem;background:hsl(0 0% 100% / .96)}.nav-container .nav-mobile-meta__item{display:inline-flex;align-items:center;gap:.6rem;color:#123b68;font-size:.95rem;line-height:1.35;font-weight:500}.nav-container .nav-mobile-meta__item strong{font-weight:600}.nav-container .nav-mobile-meta__item--address{color:rgb(18 59 104 / .82)}.nav-container .nav-mobile-meta__icon{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;flex:0 0 1rem;color:#a81220;font-size:1rem;line-height:1}.nav-container .nav-mobile-meta__icon svg{display:block;width:1rem;height:1rem;fill:currentColor}.nav-container .navbar-collapse.show{transform:translateX(0);visibility:visible;pointer-events:auto}.nav-container .navbar-collapse.collapsing{height:calc(100vh - var(--nav-header-h, 4.75rem))!important;transform:translateX(0);visibility:visible;pointer-events:auto}html:has(body.is-nav-open),body.is-nav-open{overflow:hidden;touch-action:none}body.is-nav-open .navbar-collapse{transform:translateX(0);visibility:visible;pointer-events:auto}body.is-nav-open main,body.is-nav-open footer,body.is-nav-closing main,body.is-nav-closing footer{filter:blur(.45rem);transition:filter .25s ease}body.is-nav-closing .navbar-collapse{transform:translateX(102%);visibility:visible;pointer-events:none}.nav-container .nav-links-wrap{padding:0}.nav-container .navbar-nav{width:100%}.nav-container .nav-link{border-radius:.38rem;padding:.75rem .9rem}.nav-container .dropdown-menu{padding-left:.75rem}}@media screen and (min-width:992px)and (max-width:1199px){.nav-container .nav-topbar__inner{justify-content:center}.nav-container .nav-topbar__item--address{width:100%;margin-right:0;text-align:center}}@media screen and (min-width:992px){.nav-container .navbar-collapse{display:flex;justify-content:center}}.nav-container .nav-links-wrap{min-height:3.5rem}@media screen and (max-width:991px){.nav-container .nav-links-wrap{padding:.75rem 0 1rem;min-height:0}}.nav-container .navbar-nav{display:flex;align-items:center;min-height:3.5rem;gap:.25rem}@media screen and (min-width:992px){.nav-container .navbar-nav{gap:.5rem}}@media screen and (min-width:1200px){.nav-container .navbar-nav{gap:1rem}}@media screen and (max-width:991px){.nav-container .navbar-nav{flex-direction:column;align-items:stretch;min-height:0;gap:0}}.nav-container .nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;font-family:"Montserrat",sans-serif;color:#fff;font-weight:600;font-size:1rem;letter-spacing:0;transition:all .2s ease;padding:.7rem .75rem;line-height:1.15;border-radius:.38rem}@media screen and (min-width:992px){.nav-container .nav-link{font-size:1.05rem;padding:.75rem .85rem;border-radius:62.44rem}}@media screen and (min-width:1200px){.nav-container .nav-link{font-size:1.2rem;padding:.85rem .9rem}}.nav-container .nav-link:hover,.nav-container .nav-link:focus{color:#fff;background-color:hsl(0 0% 100% / .12)}.nav-container .nav-item.active .nav-link{color:#fff}@media screen and (min-width:992px){.nav-container .navbar-nav>.nav-item.dropdown:hover>.dropdown-menu,.nav-container .navbar-nav>.nav-item.dropdown:focus-within>.dropdown-menu{display:block}.nav-container .dropdown-menu .dropstart:hover>.dropdown-menu,.nav-container .dropdown-menu .dropstart:focus-within>.dropdown-menu{display:block;top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}}.nav-container .dropdown-menu{z-index:50}@media screen and (max-width:991px){.nav-container .dropdown-menu{border:0;box-shadow:none;padding-left:1rem;background:#fff0}}.nav-container .dropdown-item{font-family:"Montserrat",sans-serif;font-weight:600;font-size:1rem;color:#123b68;border-radius:.25rem}@media screen and (min-width:992px){.nav-container .dropdown-item{font-size:1.05rem}}.nav-container .dropdown-item:hover,.nav-container .dropdown-item:focus{color:#1b4a7c}.nav-container .dropdown-item.dropdown-toggle::after{margin-left:.35em;vertical-align:.15em}.site-footer{background:hsl(0 0% 100% / .92);color:#123b68;backdrop-filter:blur(.75rem)}.site-footer__main{background:hsl(0 0% 100% / .92)}.site-footer__grid{display:grid;grid-template-columns:13rem minmax(0,1.25fr) minmax(0,0.9fr) minmax(0,1.2fr);gap:2rem;align-items:start;padding:1.25rem 0}.site-footer__brand{display:flex;align-items:flex-start;justify-content:flex-start}.site-footer__logo{display:inline-block;width:13rem;height:5rem;background:url(/p/assets/BingoLogo.svg) center/contain no-repeat}.site-footer__contact{display:grid;gap:.65rem}.site-footer__contact-item{margin:0;color:rgb(18 59 104 / .82);font-size:1rem;line-height:1.65}.site-footer__contact-item a{color:inherit}.site-footer__heading{margin:.25rem 0 1rem;color:#a81220;font-size:1.15rem;line-height:1.2;font-weight:600}.site-footer__links{margin:0;padding:0;list-style:none;display:grid;gap:.8rem}.site-footer__links a{color:rgb(18 59 104 / .82);font-size:1rem;line-height:1.4;transition:all .2s ease}.site-footer__links a:hover,.site-footer__links a:focus,.site-footer__contact-item a:hover,.site-footer__contact-item a:focus{color:#123b68}.site-footer__summary{align-self:start}.site-footer__summary-title{margin:0 0 .75rem;color:#a81220;font-size:1.5rem;line-height:1.15;font-weight:400}.site-footer__summary-text{margin:0;color:rgb(18 59 104 / .82);font-size:1rem;line-height:1.6}.site-footer__working-hours{margin-top:1rem;display:grid;gap:.35rem}.site-footer__working-hours-title{margin:0 0 .15rem;color:#a81220;font-size:1rem;line-height:1.3;font-weight:600}.site-footer__working-hours-item{margin:0;color:rgb(18 59 104 / .82);font-size:.95rem;line-height:1.55}.site-footer__credits{display:flex;justify-content:start;padding:.95rem 0 .5rem;background:rgb(0 0 0 / .18)}.site-footer__credits a{display:inline-flex;align-items:center;gap:.5rem;color:#123b68;font-size:.9rem;line-height:1.35}.site-footer__credits svg{fill:currentColor;flex-shrink:0}@media screen and (max-width:61.94rem){.site-footer__grid{grid-template-columns:1fr 1fr;gap:2rem}.site-footer__brand{grid-column:1/-1}.site-footer__summary{max-width:none}}@media screen and (max-width:47.94rem){.site-footer__grid{grid-template-columns:1fr;gap:1.75rem;padding:3rem 0}.site-footer__summary{max-width:none}}.hero-section{position:relative;left:50%;width:100vw;margin-left:-50vw;margin-top:-8.25rem;min-height:clamp(42rem,92vh,74rem);transition:margin-top .3s ease}.nav-is-scrolled .hero-section{margin-top:-5rem}.hero-section__list{position:relative;min-height:inherit}.hero-section__item{position:relative;min-height:inherit;background-color:#16212b;overflow:hidden}.hero-section__media{position:absolute;inset:0;z-index:0;display:block}.hero-section__media-image{display:block;width:100%;height:100%;object-fit:cover}.hero-section__item::before{content:"";position:absolute;top:0;bottom:0;left:50%;width:calc(100vw + 6rem);z-index:0;margin-left:-50vw;background-image:var(--hero-section-image);background-position:center;background-repeat:no-repeat;background-size:cover;opacity:1;transition:transform 1.8s ease,opacity 1s ease}.hero-section__item[data-hero-has-initial-media]::before{display:none}@media screen and (max-width:767px){.hero-section__item::before{background-image:var(--hero-section-image-mobile,var(--hero-section-image))}}.hero-section__content{position:absolute;left:0;right:0;bottom:0;z-index:1;width:100%}.hero-section__content-inner{width:100%;max-width:90rem;margin:0 auto;padding:0 1.5rem 9rem;min-height:12rem}@media screen and (min-width:992px){.hero-section__content-inner{padding-left:1rem;padding-right:1rem;min-height:14rem}}.hero-section__title{margin:0 1rem .5rem;color:#fff;max-width:68rem;min-height:3.2em;text-shadow:0 .13rem .88rem rgb(0 0 0 / .45);font-weight:700;font-size:3rem}.hero-section__subtitle{margin:0;color:hsl(0 0% 100% / .92);max-width:42rem;text-shadow:0 .13rem .88rem rgb(0 0 0 / .45);font-weight:400;font-size:1.375rem;line-height:1.4}@media screen and (max-width:767px){.hero-section__content-inner{min-height:9.5rem}.hero-section__title{min-height:2.6em}.hero-section__subtitle{font-size:1.125rem}}.hero-section__filter-wrap{position:absolute;left:0;right:0;bottom:6rem;z-index:3;pointer-events:none}.hero-section__filter-inner{width:100%;max-width:90rem;margin:0 auto;padding-left:max(1rem,env(safe-area-inset-left, 0px));padding-right:max(1rem,env(safe-area-inset-right, 0px))}.hero-section__filter{width:100%;max-width:68rem;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(10.5rem,0.72fr) minmax(0,0.95fr) 4.75rem;align-items:stretch;background:hsl(0 0% 100% / .96);box-shadow:0 1.5rem 3rem rgb(0 0 0 / .14);backdrop-filter:blur(.75rem);pointer-events:auto}.js .hero-section__filter{opacity:0;transform:translateY(2rem);animation:heroFilterReveal .8s ease .28s forwards}.hero-section__filter-field{position:relative;display:flex;align-items:center;min-height:3.95rem;background:#fff0;border-right:.06rem solid rgb(168 18 32 / .18)}.hero-section__filter-field--location{padding-left:2.9rem}.hero-section__filter-icon{position:absolute;left:1rem;width:1.1rem;height:1.1rem;color:#a81220}.hero-section__filter-icon svg{width:100%;height:100%;display:block}.hero-section__filter-field select{width:100%;min-height:3.95rem;padding:0 2.75rem 0 1rem;border:0;background-color:#fff0;color:#a81220;font-family:"Montserrat",sans-serif;font-size:1rem;line-height:1.2;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#A81220 50%),linear-gradient(135deg,#A81220 50%,transparent 50%);background-position:calc(100% - 1.55rem) calc(50% - .12rem),calc(100% - 1.2rem) calc(50% - .12rem);background-size:.45rem .45rem,.45rem .45rem;background-repeat:no-repeat}.hero-section__filter-field select:focus{outline:none}.hero-section__filter-submit{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:100%;border:0;background:#a81220;color:#fff;cursor:pointer;transition:all .2s ease}.hero-section__filter-submit svg{width:1.6rem;height:1.6rem;display:block}.hero-section__filter-submit:hover,.hero-section__filter-submit:focus{background:#c8192a;color:#fff}.js .hero-section__item{position:absolute;inset:0;pointer-events:none;transform:translateX(100%);transition:transform 1.35s ease}.js .hero-section__item::before{transform:scale(1.04);transition:transform 1.35s ease}.js .hero-section__item.is-active{pointer-events:auto;z-index:1;transform:translateX(0)}.js .hero-section__item.is-active::before{transform:scale(1)}.js .hero-section__item.is-entering{z-index:2;transform:translateX(100%)}.js .hero-section__item.is-entering.is-active{transform:translateX(0)}.js .hero-section__item.is-leaving{z-index:1;transform:translateX(-100%)}.js .hero-section__item:not(.is-active) .hero-section__content{opacity:0}.js .hero-section__content{transition:opacity .7s ease}@keyframes heroFilterReveal{from{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:1199px){.hero-section{min-height:clamp(38rem,88vh,62rem)}.hero-section__content-inner{padding-bottom:11rem}.hero-section__filter{width:100%;grid-template-columns:minmax(0,1fr) minmax(9rem,0.72fr) minmax(0,1fr) 4.3rem}}@media screen and (max-width:991px){.hero-section{min-height:auto;background:linear-gradient(180deg,#f8f8f7 0%,#f2f3f5 100%)}.hero-section__list{min-height:27rem}.hero-section__item{min-height:27rem}.hero-section__item::before,.hero-section__media,.hero-section__media-image{background-position:center top;object-position:center top}.hero-section__content{bottom:0}.hero-section__content-inner{padding:0 1.5rem 2.5rem;min-height:27rem;display:flex;align-items:flex-end}.hero-section__title{font-size:2.5rem;max-width:38rem;margin:0;min-height:0}.hero-section__subtitle{max-width:32rem;font-size:1.125rem}.hero-section__filter-wrap{position:relative;left:auto;right:auto;bottom:auto;z-index:2;padding:2rem 0 2.25rem;background:linear-gradient(180deg,#f8f8f7 0%,#f2f3f5 100%);pointer-events:auto}.hero-section__filter{width:100%;grid-template-columns:1fr;gap:.9rem;background:#fff0;box-shadow:none;backdrop-filter:none}.hero-section__filter-field{min-height:3.9rem;padding-left:0;background:#fff;border-right:0;border-bottom:0}.hero-section__filter-field--location{padding-left:2.35rem}.hero-section__filter-icon{left:.75rem;width:.95rem;height:.95rem}.hero-section__filter-field select{min-height:3.9rem;padding:0 2.25rem 0 .75rem;font-size:.95rem;background-position:calc(100% - 1.25rem) calc(50% - .12rem),calc(100% - .95rem) calc(50% - .12rem);background-size:.38rem .38rem,.38rem .38rem}.hero-section__filter-submit{min-height:4.25rem}.hero-section__filter-submit svg{width:1.4rem;height:1.4rem}}@media screen and (max-width:575px){.hero-section{min-height:auto}.hero-section__list,.hero-section__item,.hero-section__content-inner{min-height:20rem}.hero-section__content-inner{padding-left:1rem;padding-right:1rem;padding-bottom:1.5rem}.hero-section__title{font-size:2rem;margin-left:0;margin-right:0}.hero-section__subtitle{font-size:1rem}.hero-section__filter-inner{padding-left:1rem;padding-right:1rem}.hero-section__filter-wrap{padding-top:1rem;padding-bottom:1.5rem}.hero-section__filter{gap:.85rem}.hero-section__filter-field,.hero-section__filter-field select{min-height:4.1rem}.hero-section__filter-submit{min-height:4.6rem}}.bingo-real-estate{position:relative;left:50%;width:100vw;margin-left:-50vw;padding:3rem 0 5rem;background:linear-gradient(180deg,#f8f8f7 0%,#f2f3f5 100%)}.bingo-real-estate__inner{text-align:center}@media screen and (max-width:767px){.bingo-real-estate__inner{padding-left:max(1rem,env(safe-area-inset-left, 0px));padding-right:max(1rem,env(safe-area-inset-right, 0px))}}.bingo-real-estate__logo{display:block;width:min(14rem,42vw);margin:0 auto 1.25rem}.bingo-real-estate__title{margin:0 0 2.75rem;color:#123b68;font-size:clamp(2rem,4vw,3rem);line-height:1.1;font-weight:600}.bingo-real-estate__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.75rem}.bingo-real-estate__card{min-height:16rem;background:linear-gradient(180deg,#f8f8f7 0%,#f2f3f5 100%);box-shadow:0 .5rem 2.5rem 0 rgb(22 33 43 / .1);overflow:hidden;transition:transform .35s ease,box-shadow .35s ease}.bingo-real-estate__icon{width:3.25rem;height:3.25rem;margin-bottom:1.75rem;border-radius:50%;background:#a81220;display:flex;align-items:center;justify-content:center}.bingo-real-estate__icon svg{width:2rem;height:2rem;stroke:#fff;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}.bingo-real-estate__card-trigger{width:100%;min-height:16rem;padding:2.5rem 1.5rem;border:0;background:#fff0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;cursor:pointer}.bingo-real-estate__card.is-source-active{position:relative;z-index:31;opacity:0}.bingo-real-estate__card-title{margin:0;color:#16212b;font-size:1.15rem;line-height:1.25;font-weight:500;text-wrap:balance}.bingo-real-estate__card-link{margin-top:auto;padding-top:1.75rem;color:#16212b;font-size:1.05rem;line-height:1.2;font-weight:400}.bingo-real-estate__modal{position:fixed;inset:0;z-index:30;display:flex;align-items:center;justify-content:center;padding:1.5rem}.bingo-real-estate__modal[hidden]{display:none}.bingo-real-estate__modal.is-open .bingo-real-estate__modal-backdrop{opacity:1}.bingo-real-estate__modal.is-open .bingo-real-estate__modal-dialog{opacity:1;transform:translate3d(0,0,0) scale(1)}.bingo-real-estate__modal.is-content-visible .bingo-real-estate__modal-close,.bingo-real-estate__modal.is-content-visible .bingo-real-estate__modal-text{opacity:1;transform:translateY(0)}.bingo-real-estate__modal-backdrop{position:absolute;inset:0;background:rgb(7 13 22 / .68);opacity:0;transition:opacity .28s ease}.bingo-real-estate__modal-dialog{position:relative;z-index:1;width:min(48rem,100%);max-height:min(85vh,52rem);overflow:auto;padding:2rem 2rem 1.75rem;border-radius:.88rem;background:#fff;box-shadow:0 .5rem 2.5rem 0 rgb(22 33 43 / .1);text-align:left;opacity:0;transform-origin:top left;transform:translate3d(0,1.5rem,0) scale(.86);transition:transform .6s cubic-bezier(.22,1,.36,1),opacity .35s ease;will-change:transform,opacity}.bingo-real-estate__modal-close{position:absolute;top:.75rem;right:.75rem;width:2.5rem;height:2.5rem;border:0;border-radius:50%;color:#a81220;font-size:1.5rem;line-height:1;cursor:pointer;opacity:0;transform:translateY(.75rem);transition:opacity .24s ease,transform .32s ease}.bingo-real-estate__modal-title{margin:0 0 1rem;color:#16212b;font-size:1.75rem;line-height:1.15;font-weight:600}.bingo-real-estate__modal-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding-bottom:1.25rem}.bingo-real-estate__icon--modal{width:4.25rem;height:4.25rem}.bingo-real-estate__modal-text{color:#16212b;line-height:1.65;opacity:0;transform:translateY(1rem);transition:opacity .28s ease,transform .4s ease}.bingo-real-estate__modal-text>*:first-child{margin-top:0}.bingo-real-estate__modal-text>*:last-child{margin-bottom:0}@media screen and (max-width:74.94rem){.bingo-real-estate__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:47.94rem){.bingo-real-estate{padding:2rem 0 3rem}.bingo-real-estate__title{margin-bottom:2rem}.bingo-real-estate__cards{grid-template-columns:1fr;gap:1.25rem}.bingo-real-estate__card{min-height:auto}.bingo-real-estate__card-trigger{min-height:auto;padding:2rem 1.25rem}.bingo-real-estate__modal-dialog{padding:1.5rem 1.25rem 1.25rem}}.about-us-home{position:relative;left:50%;width:100vw;margin-left:-50vw;background:#fff;padding:0}.about-us-home__inner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,0.95fr);gap:3rem;align-items:center}@media screen and (max-width:767px){.about-us-home__inner{padding-left:max(1rem,env(safe-area-inset-left, 0px));padding-right:max(1rem,env(safe-area-inset-right, 0px))}}.about-us-home__media{order:2;overflow:hidden;box-shadow:0 .5rem 2.5rem 0 rgb(22 33 43 / .1);min-height:24rem}.about-us-home__image{display:block;width:100%;height:40rem;object-fit:cover}.about-us-home__content{order:1;position:relative;z-index:1;padding:3rem 4rem 3rem 2rem;background:linear-gradient(180deg,#f8f8f7 0%,#f2f3f5 100%);box-shadow:0 .5rem 2.5rem 0 rgb(22 33 43 / .1);width:90%;margin-left:auto;transform:translateX(7rem);top:5rem}.about-us-home__title{margin:0 0 1.25rem;color:#a81220;font-size:clamp(2rem,3.4vw,3rem);line-height:1.08;font-weight:400}.about-us-home__text{color:#16212b;font-size:1.05rem;line-height:1.8;text-align:justify;text-justify:inter-word}.about-us-home__text>*:first-child{margin-top:0}.about-us-home__text>*:last-child{margin-bottom:0}@media screen and (max-width:1199px){.about-us-home__inner{gap:2.25rem}}@media screen and (max-width:991px){.about-us-home__inner{grid-template-columns:1fr;gap:2rem}.about-us-home__media,.about-us-home__content{order:initial;margin:0 1rem;box-shadow:none;min-height:0}.about-us-home__image{height:20rem}.about-us-home__content{width:100%;margin-left:0;transform:none;top:0;padding:2rem 1.25rem}}@media screen and (max-width:767px){.about-us-home{background:linear-gradient(180deg,#F5F1E8 0%,#FFFFFF 60%)}.about-us-home__inner{gap:0}.about-us-home__media{display:none!important}.about-us-home__content{padding:1.75rem 1rem;background:hsl(0 0% 100% / .55);backdrop-filter:blur(.85rem);-webkit-backdrop-filter:blur(.85rem);box-shadow:0 .5rem 2rem rgb(22 33 43 / .08);border:.06rem solid hsl(0 0% 100% / .7);border-radius:.5rem}.about-us-home__text{font-size:1rem;text-align:left;text-justify:auto}}@media screen and (max-width:639px){.about-us-home__content{padding:1.5rem 1rem;border-radius:.38rem}.about-us-home__title{font-size:clamp(1.65rem,5vw,2rem)}}.latest-properties-home{padding-top:1rem;padding-bottom:3.5rem}.latest-properties-home__slider .component-slider-header{margin-bottom:1.5rem}.latest-properties-home__slider .component-slider,.latest-properties-home__slider .component-swiper-slider{margin-left:-.5rem;margin-right:-.5rem}.latest-properties-home__slider .component-swiper-slider .swiper-slide{height:auto}.latest-properties-home__slider .slick-list{overflow:hidden}.latest-properties-home__slider .slick-track{display:flex}.latest-properties-home__slider .slick-slide{height:auto;padding:0 .5rem}.latest-properties-home__slider .slick-slide>div{height:100%}.latest-properties-home__slide{height:100%}.latest-properties-home .property-list-page__card{height:100%}.latest-properties-home .property-list-page__media{aspect-ratio:1/1}.latest-properties-home .property-list-page__body{padding:.85rem .85rem .95rem}.latest-properties-home .property-list-page__title{font-size:1.05rem;margin-bottom:.4rem}.latest-properties-home .property-list-page__property-type{font-size:.9rem;margin-bottom:.55rem}.latest-properties-home .property-list-page__description{display:none}.latest-properties-home .property-list-page__meta{display:none}.latest-properties-home .property-list-page__price{font-size:1.15rem;margin-bottom:.75rem}.latest-properties-home .property-list-page__button,.latest-properties-home .property-list-page__button--static,.latest-properties-home .property-list-page__button--hidden{display:none}@media screen and (max-width:991px){.latest-properties-home{padding-bottom:3rem}}.cms-page{padding-top:2.5rem;padding-bottom:3.5rem;padding-left:1.5rem;padding-right:1.5rem}@media screen and (max-width:767px){.cms-page{padding-left:max(1rem,env(safe-area-inset-left, 0px));padding-right:max(1rem,env(safe-area-inset-right, 0px))}}@media screen and (min-width:992px){.cms-page{padding:3rem 1.5rem 4.5rem}}@media screen and (min-width:1200px){.cms-page{padding:3.5rem 2rem 5rem}}.cms-page h1{margin:0 auto 1.25rem;color:#123b68;font-weight:300;font-size:clamp(1.65rem,4.2vw,2.75rem);line-height:1.15;max-width:52rem;letter-spacing:-.02em}.cms-page h2{margin:2rem auto 1rem;color:#123b68;font-weight:600;font-size:clamp(1.35rem,2.8vw,1.85rem);line-height:1.25;max-width:52rem}.cms-page h3{margin:1.5rem auto .75rem;color:#123b68;font-weight:600;font-size:clamp(1.15rem,2vw,1.35rem);line-height:1.3;max-width:52rem}.cms-page p{margin:0 auto 1.25rem;color:#16212b;font-size:clamp(.94rem,1.6vw,1.05rem);line-height:1.75;max-width:65ch}.cms-page a{color:#1b4a7c;text-decoration:underline;text-underline-offset:.12em}.cms-page a:hover,.cms-page a:focus{color:#a81220}.cms-page ul,.cms-page ol{margin:0 auto 1.25rem;padding-left:1.35rem;color:#16212b;font-size:clamp(.94rem,1.6vw,1.05rem);line-height:1.7;max-width:65ch}.cms-page li+li{margin-top:.35rem}.cms-page blockquote{margin:1.5rem auto;padding:1rem 1.25rem;border-left:.2rem solid rgb(18 59 104 / .2);color:#3e4c5c;font-style:italic;max-width:52rem}.cms-page img{max-width:100%;height:auto;border-radius:.25rem}.cms-page table{width:100%;max-width:52rem;margin:0 auto 1.25rem;border-collapse:collapse;font-size:clamp(.88rem,1.4vw,1rem)}.cms-page th,.cms-page td{padding:.5rem .65rem;border:.06rem solid rgb(22 33 43 / .12);text-align:left}.cms-page hr{margin:2rem auto;max-width:52rem;border:0;border-top:.06rem solid rgb(22 33 43 / .12)}main.custom-full-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)){max-width:90rem;margin-left:auto;margin-right:auto}main.custom-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)),main.custom-full-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)){padding-top:2.5rem;padding-bottom:3.5rem;padding-left:1.5rem;padding-right:1.5rem}@media screen and (max-width:767px){main.custom-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)),main.custom-full-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)){padding-left:max(1rem,env(safe-area-inset-left, 0px));padding-right:max(1rem,env(safe-area-inset-right, 0px))}}@media screen and (min-width:992px){main.custom-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)),main.custom-full-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)){padding:3rem 1.5rem 4.5rem}}@media screen and (min-width:1200px){main.custom-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)),main.custom-full-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)){padding:3.5rem 2rem 5rem}}main.custom-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) h1,main.custom-full-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) h1{margin:0 auto 1.25rem;color:#123b68;font-weight:300;font-size:clamp(1.65rem,4.2vw,2.75rem);line-height:1.15;max-width:52rem;letter-spacing:-.02em}main.custom-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) h2,main.custom-full-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) h2{margin:2rem auto 1rem;color:#123b68;font-weight:600;font-size:clamp(1.35rem,2.8vw,1.85rem);line-height:1.25;max-width:52rem}main.custom-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) h3,main.custom-full-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) h3{margin:1.5rem auto .75rem;color:#123b68;font-weight:600;font-size:clamp(1.15rem,2vw,1.35rem);line-height:1.3;max-width:52rem}main.custom-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) p,main.custom-full-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) p{margin:0 auto 1.25rem;color:#16212b;font-size:clamp(.94rem,1.6vw,1.05rem);line-height:1.75;max-width:65ch}main.custom-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) a,main.custom-full-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) a{color:#1b4a7c;text-decoration:underline;text-underline-offset:.12em}main.custom-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) a:hover,main.custom-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) a:focus,main.custom-full-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) a:hover,main.custom-full-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) a:focus{color:#a81220}main.custom-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) ul,main.custom-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) ol,main.custom-full-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) ul,main.custom-full-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) ol{margin:0 auto 1.25rem;padding-left:1.35rem;color:#16212b;font-size:clamp(.94rem,1.6vw,1.05rem);line-height:1.7;max-width:65ch}main.custom-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) li+li,main.custom-full-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) li+li{margin-top:.35rem}main.custom-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) blockquote,main.custom-full-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) blockquote{margin:1.5rem auto;padding:1rem 1.25rem;border-left:.2rem solid rgb(18 59 104 / .2);color:#3e4c5c;font-style:italic;max-width:52rem}main.custom-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) img,main.custom-full-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) img{max-width:100%;height:auto;border-radius:.25rem}main.custom-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) table,main.custom-full-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) table{width:100%;max-width:52rem;margin:0 auto 1.25rem;border-collapse:collapse;font-size:clamp(.88rem,1.4vw,1rem)}main.custom-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) th,main.custom-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) td,main.custom-full-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) th,main.custom-full-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) td{padding:.5rem .65rem;border:.06rem solid rgb(22 33 43 / .12);text-align:left}main.custom-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) hr,main.custom-full-container:not(:has(.hero-section)):not(:has(.bingo-real-estate)):not(:has(.about-us-home)):not(:has(.blog-home)):not(:has(.property-list-page)):not(:has(.property-detail-page)):not(:has(.contact-page)):not(:has(.property-offer-page)):not(:has(.news-listing-view)):not(:has(.news-view)):not(:has(.search-results-view)) hr{margin:2rem auto;max-width:52rem;border:0;border-top:.06rem solid rgb(22 33 43 / .12)}.blog-home{position:relative;left:50%;width:100vw;margin-left:-50vw;padding:3rem 0 3rem;background:linear-gradient(180deg,#f8f8f7 0%,#f2f3f5 100%)}.blog-home__title{margin:0 0 2.5rem;color:#123b68;text-align:center;font-size:clamp(1.6rem,2.4vw,2.25rem);line-height:1.08;font-weight:400}.blog-home__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.blog-home__card{position:relative;background:#fff;box-shadow:0 .5rem 2.5rem 0 rgb(22 33 43 / .1);overflow:hidden;display:flex;flex-direction:column;height:100%}.blog-home__card-link{position:absolute;inset:0;z-index:1}.blog-home__media{overflow:hidden}.blog-home__image{display:block;width:100%;height:15rem;object-fit:cover;transition:transform .6s ease}.blog-home__content{position:relative;z-index:2;display:flex;flex:1;flex-direction:column;padding:1.6rem 1.6rem 1.5rem}.blog-home__card-title{margin:0 0 1rem;color:#a81220;font-size:1.45rem;line-height:1.16;font-weight:600}.blog-home__excerpt{margin:0;color:#2e3d4f;line-height:1.7}.blog-home__footer{margin-top:auto;padding-top:1.4rem;display:flex;justify-content:flex-end}.blog-home__link{display:inline-flex;align-items:center;gap:.65rem;margin-left:auto;padding:.95rem 1.2rem;border:0;border-radius:0;background:#a81220;color:#fff;font:inherit;font-size:.95rem;font-weight:600;line-height:1;letter-spacing:.02em;white-space:nowrap;cursor:pointer;text-decoration:none;position:relative;z-index:3;transition:transform .25s ease,background-color .25s ease,box-shadow .25s ease}.blog-home__card:hover .blog-home__image{transform:scale(1.04)}.blog-home__card:hover .blog-home__link,.blog-home__link:focus-visible{background:#c8192a;box-shadow:0 .75rem 1.5rem -1rem rgb(168 18 32 / .9);transform:translateY(-.12rem);color:#fff}.blog-home__link:focus-visible{outline:.13rem solid rgb(168 18 32 / .35);outline-offset:.13rem}.blog-home__cta{display:flex;justify-content:center;margin-top:2.25rem}.blog-home__cta-button{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.6rem;background:#a81220;color:#fff;font-weight:600;font-size:.95rem;line-height:1;text-decoration:none;transition:background-color .25s ease,box-shadow .25s ease,transform .25s ease}.blog-home__cta-button:hover,.blog-home__cta-button:focus{background:#c8192a;box-shadow:0 .75rem 1.5rem -1rem rgb(168 18 32 / .9);transform:translateY(-.12rem);color:#fff}@media screen and (max-width:74.94rem){.blog-home__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:47.94rem){.blog-home{padding:3.5rem 0 4.25rem}.blog-home__grid{grid-template-columns:1fr}.blog-home__image{height:13.5rem}.blog-home__footer{justify-content:flex-end}}.bonitet-showcase{position:relative;left:50%;width:100vw;margin-left:-50vw;padding:2.5rem 0}.bonitet-showcase__stack{position:relative;min-height:15rem;max-width:62rem;margin:0 auto}.bonitet-showcase__card{position:absolute;margin:0;overflow:hidden;background:hsl(0 0% 100% / .9);border:.06rem solid rgb(18 59 104 / .08);box-shadow:0 1.2rem 3rem -2rem rgb(18 59 104 / .35);transition:transform .3s ease,box-shadow .3s ease}.bonitet-showcase__card--left{top:0;left:4%;width:min(23rem,35vw);z-index:1}.bonitet-showcase__card--right{top:0;right:4%;width:min(23rem,35vw);z-index:1}.bonitet-showcase__card--center{left:50%;bottom:1.25rem;width:min(26rem,39vw);transform:translateX(-50%);z-index:2}.bonitet-showcase__image-wrap{background:linear-gradient(180deg,#ffffff 0%,#f6f1e8 100%)}.bonitet-showcase__image{display:block;width:100%;height:auto}.bonitet-showcase__card:hover{box-shadow:0 1.6rem 3.2rem -2rem rgb(18 59 104 / .45)}.bonitet-showcase__card--left:hover,.bonitet-showcase__card--right:hover{transform:translateY(-.2rem)}.bonitet-showcase__card--center:hover{transform:translateX(-50%) translateY(-.2rem)}@media screen and (max-width:47.94rem){.bonitet-showcase{padding-bottom:2rem}.bonitet-showcase__stack{min-height:auto;display:grid;gap:1rem}.bonitet-showcase__card{position:static;width:100%}.bonitet-showcase__card--center,.bonitet-showcase__card--left,.bonitet-showcase__card--right{transform:none}.bonitet-showcase__card--center:hover,.bonitet-showcase__card--left:hover,.bonitet-showcase__card--right:hover{transform:translateY(-.2rem)}}.news-listing-view{max-width:90rem;margin:0 auto;padding:4rem 1rem}.news-listing-view h1{margin:0 0 1.5rem;color:#a81220;font-size:2rem;line-height:1.15;font-weight:600}.news-listing-view .news-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}@media screen and (max-width:74.94rem){.news-listing-view .news-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:47.94rem){.news-listing-view .news-list{grid-template-columns:minmax(0,1fr)}}.news-view{width:100%;max-width:none;margin:5rem auto 0;padding:0 1.5rem 4rem}@media screen and (max-width:767px){.news-view{padding-left:max(1rem,env(safe-area-inset-left, 0px));padding-right:max(1rem,env(safe-area-inset-right, 0px))}}@media screen and (max-width:767px){.news-view{margin-top:0;padding-top:0;padding-bottom:0}}.news-view__layout{display:grid;grid-template-columns:minmax(18rem,34rem) minmax(0,1fr);gap:3rem;align-items:start}.news-view__media{width:100%}.news-view__image{width:100%;height:auto;display:block;object-fit:cover}.news-view__title{margin:0 0 1.25rem;color:#a81220;font-size:2.25rem;line-height:1.08;font-weight:600}.news-view__content{min-width:0}.news-view__text{color:#16212b;font-size:1.12rem;line-height:1.72}.news-view__text img{max-width:100%;height:auto;display:block;margin:1.5rem auto}.news-view__text p:first-child{margin-top:0}.news-view__text p:last-child{margin-bottom:0}.news-view__actions{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-top:2.5rem;width:100%}.news-view__action{min-width:8.2rem;min-height:2.8rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.82rem 1.75rem;background:#a81220;color:#fff;font-size:.94rem;font-weight:500;line-height:1.2;text-decoration:none;border-radius:0;white-space:nowrap;transition:all .2s ease}.news-view__action:hover,.news-view__action:focus{background:#a81220;color:#fff;transform:translateY(-.06rem)}.news-view__action:active{transform:translateY(0)}@media screen and (max-width:991px){.news-view{max-width:100%;padding-bottom:0}.news-view__layout{grid-template-columns:minmax(0,1fr);gap:1.75rem}.news-view__title{font-size:1.9rem}.news-view__text{font-size:1.03rem}}@media screen and (max-width:575px){.news-view__actions{flex-direction:column;align-items:stretch}.news-view__action{width:100%}.news-view__title{font-size:1.6rem}.news-view__text{font-size:1rem;line-height:1.68}}.search-results-view .view-title{margin-bottom:1rem}.search-results-view .view-subtitle{font-size:2rem;line-height:1.4;font-weight:400;color:#3e4c5c}@media screen and (max-width:767px){.search-results-view .view-subtitle{font-size:1.5rem}}.search-results-view .results-list{margin-top:4rem;display:flex;flex-direction:column;gap:1.5rem}.search-results-view .property-offer-page__title{display:none!important}.property-list-page{padding:calc(var(--header-h, 6.25rem) + 1rem) 0 1.5rem}@media screen and (max-width:767px){.property-list-page{padding-left:max(1rem,env(safe-area-inset-left, 0px));padding-right:max(1rem,env(safe-area-inset-right, 0px))}}.property-list-page__header{margin-bottom:1.5rem}.property-list-page__header-main{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem}.property-list-page__page-title{margin:0;color:#123b68;font-family:"Montserrat",sans-serif;font-size:clamp(2rem,3.6vw,2.8rem);line-height:1.08;font-weight:600}.property-list-page__intro{color:rgb(22 33 43 / .82);max-width:58rem}.property-list-page__intro p:last-child{margin-bottom:0}.property-list-page__layout{display:grid;grid-template-columns:minmax(0,1fr) 17rem;gap:1.5rem;align-items:start}.property-list-page__main{min-width:0}.property-list-page__sort{display:flex;align-items:center;flex-wrap:wrap}.property-list-page__sort-field{display:flex;align-items:center;gap:.75rem;margin:0}.property-list-page__sort-field select{min-width:18rem;min-height:3rem;padding:.8rem 2.2rem .8rem .95rem;border:.06rem solid rgb(18 59 104 / .16);background:#fff;color:#16212b;font-family:"Montserrat",sans-serif;font-size:.95rem;line-height:1.2;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#A81220 50%),linear-gradient(135deg,#A81220 50%,transparent 50%);background-position:calc(100% - 1.2rem) calc(50% - .12rem),calc(100% - .85rem) calc(50% - .12rem);background-size:.4rem .4rem,.4rem .4rem;background-repeat:no-repeat}.property-list-page__sort-field select:focus{outline:none;border-color:rgb(18 59 104 / .4)}.property-list-page__sort-label{color:#123b68;font-family:"Montserrat",sans-serif;font-size:.98rem;line-height:1.2;font-weight:500;white-space:nowrap}.property-list-page__sidebar{position:relative}.property-list-page__filters{padding:0;background:#fff;border:.06rem solid rgb(18 59 104 / .1);box-shadow:0 .63rem 1.5rem rgb(22 33 43 / .06)}.property-list-page__filters-grid{display:grid;grid-template-columns:1fr;gap:1rem;padding:1rem}.property-list-page__filter-field{display:flex;flex-direction:column;gap:.45rem;margin:0}.property-list-page__filter-field input,.property-list-page__filter-field select{width:100%;min-height:3rem;padding:.8rem .95rem;border:.06rem solid rgb(18 59 104 / .16);background:#fff;color:#16212b;font-family:"Montserrat",sans-serif;font-size:.95rem;line-height:1.2}.property-list-page__filter-field input:focus,.property-list-page__filter-field select:focus{outline:none;border-color:rgb(18 59 104 / .4)}.property-list-page__filter-field select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#A81220 50%),linear-gradient(135deg,#A81220 50%,transparent 50%);background-position:calc(100% - 1.2rem) calc(50% - .12rem),calc(100% - .85rem) calc(50% - .12rem);background-size:.4rem .4rem,.4rem .4rem;background-repeat:no-repeat;padding-right:2.2rem}.property-list-page__filter-label{color:#123b68;font-family:"Montserrat",sans-serif;font-size:.88rem;line-height:1.2;font-weight:600}.property-list-page__filters-actions{display:flex;align-items:stretch;padding:0 1rem 1rem}.property-list-page__filters-submit{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:2.9rem;padding:.7rem 1.1rem;font-family:"Montserrat",sans-serif;font-size:.95rem;line-height:1.2;font-weight:600;text-decoration:none;transition:all .2s ease;border:0;background:#a81220;color:#fff;cursor:pointer}.property-list-page__filters-submit:hover,.property-list-page__filters-submit:focus{background:#123b68;color:#fff}.property-list-page__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.property-list-page__loading{position:relative}.property-list-page__grid-wrap{transition:opacity .28s ease,transform .28s ease}.property-list-page__skeleton-grid{display:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.property-list-page__loading.is-loading .property-list-page__skeleton-grid{display:grid}.property-list-page__loading.is-loading .property-list-page__grid-wrap{opacity:0;transform:translateY(.5rem);pointer-events:none;position:absolute;inset:0}.property-list-page__loading.is-ready .property-list-page__grid-wrap{opacity:1;transform:translateY(0);position:relative}.property-list-page__loading.is-ready .property-list-page__skeleton-grid{display:none}.property-list-page__skeleton-card{min-height:100%;background:#fff;border:.06rem solid rgb(22 33 43 / .08);box-shadow:0 .63rem 1.5rem rgb(22 33 43 / .08);overflow:hidden}.property-list-page__skeleton-media{aspect-ratio:1.25/1;background:linear-gradient(90deg,rgb(18 59 104 / .08) 0%,rgb(255 255 255 / .92) 50%,rgb(18 59 104 / .08) 100%);background-size:220% 100%;animation:property-list-skeleton 1.2s ease-in-out infinite}.property-list-page__skeleton-body{display:flex;flex-direction:column;gap:.7rem;padding:1.2rem 1.15rem 1.25rem}.property-list-page__skeleton-line,.property-list-page__skeleton-pill,.property-list-page__skeleton-price,.property-list-page__skeleton-button{display:block;border-radius:.15rem;background:linear-gradient(90deg,rgb(18 59 104 / .08) 0%,rgb(255 255 255 / .92) 50%,rgb(18 59 104 / .08) 100%);background-size:220% 100%;animation:property-list-skeleton 1.2s ease-in-out infinite}.property-list-page__skeleton-line{height:.85rem}.property-list-page__skeleton-line--title{width:86%;height:1.35rem}.property-list-page__skeleton-line--title-short{width:62%;height:1.35rem}.property-list-page__skeleton-line--short{width:58%}.property-list-page__skeleton-meta{display:flex;gap:.6rem;margin-top:.1rem}.property-list-page__skeleton-pill{width:5.2rem;height:.9rem}.property-list-page__skeleton-price{width:7.5rem;height:1.9rem;margin-top:.35rem}.property-list-page__skeleton-button{width:8.75rem;height:2.7rem;margin-top:.35rem}.property-list-page__paging{margin-top:2rem;display:flex;justify-content:flex-start}.property-list-page__empty{padding:2rem 1.5rem;background:#fff;border:.06rem solid rgb(18 59 104 / .1);box-shadow:0 .63rem 1.5rem rgb(22 33 43 / .06)}.property-list-page__empty-title{margin:0 0 .6rem;color:#123b68;font-family:"Montserrat",sans-serif;font-size:1.4rem;line-height:1.2;font-weight:600}.property-list-page__empty-text{margin:0;color:rgb(22 33 43 / .8);font-size:1rem;line-height:1.55}.property-list-page__card{position:relative;display:flex;flex-direction:column;min-height:100%;background:#fff;border:.06rem solid rgb(22 33 43 / .08);box-shadow:0 .63rem 1.5rem rgb(22 33 43 / .08);overflow:hidden}.property-list-page__card-link{position:absolute;inset:0;z-index:2}.property-list-page__media{position:relative;z-index:1;aspect-ratio:1.25/1;background:rgb(22 33 43 / .04);overflow:hidden}.property-list-page__image{width:100%;height:100%;object-fit:cover;display:block}.property-list-page__image--placeholder{background:linear-gradient(135deg,rgb(18 59 104 / .08),rgb(168 18 32 / .12))}.property-list-page__body{position:relative;z-index:1;display:flex;flex-direction:column;flex:1 1 auto;padding:1.2rem 1.15rem 1.25rem}.property-list-page__title{margin:0 0 .55rem;color:#a81220;font-family:"Montserrat",sans-serif;font-size:1.45rem;line-height:1.25;font-weight:600}.property-list-page__property-type{margin:0 0 .8rem;color:#16212b;opacity:.62;font-size:1rem;line-height:1.45;font-weight:500}.property-list-page__description{margin:0 0 .9rem;color:rgb(22 33 43 / .8);font-size:.98rem;line-height:1.55}.property-list-page__meta{display:flex;flex-wrap:wrap;gap:.45rem .9rem;margin-bottom:1rem;color:rgb(22 33 43 / .72);font-size:.92rem;line-height:1.4}.property-list-page__price{margin:auto 0 1rem;color:#123b68;font-family:"Montserrat",sans-serif;font-size:1.8rem;line-height:1.15;font-weight:600}.property-list-page__button{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-width:8.75rem;padding:.7rem 1.15rem;background:#a81220;color:#fff;font-family:"Montserrat",sans-serif;font-size:.98rem;line-height:1.2;font-weight:600;text-decoration:none;position:relative;z-index:3;transition:all .2s ease}.property-list-page__button:hover,.property-list-page__button:focus{background:#123b68;color:#fff}.property-list-page__button--static{cursor:default}.property-list-page__button--hidden{visibility:hidden;pointer-events:none}.property-list-page__sold-badge{position:absolute;top:1.15rem;right:-3.35rem;z-index:2;width:11rem;padding:.68rem 0;background:#a81220;color:#fff;font-family:"Montserrat",sans-serif;font-size:1rem;line-height:1;font-weight:600;text-align:center;letter-spacing:.04em;transform:rotate(45deg);transform-origin:center;box-shadow:0 .5rem 1.25rem rgb(22 33 43 / .18)}.property-list-page__card--sold .property-list-page__title{color:#16212b}.property-list-page__card--sold .property-list-page__property-type{color:#a81220;opacity:1;font-size:1.16rem;font-weight:600}.property-list-page__meta-item{display:inline-flex;align-items:center;gap:.35rem}.property-list-page__meta-icon{display:inline-flex;align-items:center;justify-content:center;width:.95rem;height:.95rem;color:rgb(22 33 43 / .7)}.property-list-page__meta-icon svg{display:block;width:.95rem;height:.95rem;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}@keyframes property-list-skeleton{0%{background-position:200% 0}100%{background-position:-200% 0}}.property-list-page .custom-paging{display:flex;justify-content:flex-start;width:100%}.property-list-page .custom-paging a,.property-list-page .custom-paging span{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;margin:0 .2rem;padding:0 .75rem;border:.06rem solid rgb(18 59 104 / .12);background:#fff;color:#123b68;font-family:"Montserrat",sans-serif;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s ease}.property-list-page .custom-paging a:hover,.property-list-page .custom-paging a:focus{background:#eff5fb;border-color:rgb(18 59 104 / .22);color:#123b68}@media screen and (max-width:74.94rem){.property-list-page__layout{grid-template-columns:1fr;grid-template-areas:"sidebar" "main"}.property-list-page__main{grid-area:main}.property-list-page__sidebar{grid-area:sidebar}.property-list-page__header-main{align-items:stretch;flex-direction:column}.property-list-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:47.94rem){.property-list-page{padding-bottom:3rem}.property-list-page__grid{grid-template-columns:1fr}.property-list-page__sort-field{flex-direction:row;align-items:center;gap:.6rem}.property-list-page__sort-field select{min-width:0;width:100%;flex:1 1 auto}.property-list-page__title{font-size:1.25rem}.property-list-page__price{font-size:1.55rem}}.property-detail-page h2{font-size:1.6rem;line-height:normal}.property-detail-page{padding-top:calc(var(--header-h, 6.25rem) + 1rem)}.property-detail-page__top{max-width:68.75rem;margin:0 auto 1.13rem}.property-detail-page__top-inner{flex-direction:column;display:flex;gap:1.5rem;align-items:flex-start;justify-content:space-between;background:#fff;border:.06rem solid rgb(18 59 104 / .1);box-shadow:0 .38rem 1.13rem rgb(0 0 0 / .08);padding:1.13rem}.property-detail-page__top-left{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.property-detail-page__top-center{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;min-width:0;align-self:center;width:100%}.property-detail-page__actions{display:flex;gap:.88rem;align-items:center;margin-bottom:.63rem}.property-detail-page__action{appearance:none;border:0;background:#fff0;padding:0;font:inherit;color:#3e4c5c;cursor:pointer;text-decoration:none}.property-detail-page__action:hover{color:#1f2e3d;text-decoration:underline}.property-detail-page__action--back{color:#102f52;font-weight:600}.property-detail-page__action--back:hover{color:#0c233d}.property-detail-page__divider{width:.06rem;align-self:center;height:4rem;background:#102f52}.property-detail-page__back{display:inline-flex;margin-top:.38rem;white-space:nowrap;color:#102f52;font-weight:600;text-decoration:none}.property-detail-page__back:hover{color:#0c233d;text-decoration:underline}.property-detail-page__top-full{display:flex;width:100%;border-bottom:1px solid rgb(0 0 0 / .2);padding-bottom:20px;flex-wrap:wrap}@media(max-width:767px){.property-detail-page__top-full{flex-direction:column;gap:20px}}.property-detail-page__title{margin:0;text-align:left;overflow-wrap:anywhere;font-size:1.75rem;font-weight:600;margin-top:.25rem;text-align:left;color:#a81220}.property-detail-page__subtitle{margin:.38rem 0 0;color:#3e4c5c;opacity:1;font-size:1rem;text-align:left;display:flex;gap:10px;align-items:center;margin-bottom:.5rem}.property-detail-page__header-stats{display:flex;gap:1.13rem;flex-wrap:wrap;margin-top:0;justify-content:flex-start;align-items:center;width:100%}.property-detail-page__stat{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;min-width:5.75rem;gap:.4rem;align-items:center}.property-detail-page__stat-heading{font-size:.75rem;opacity:.75;text-align:center}.property-detail-page__stat-body{display:flex;gap:.3rem;align-items:center}.property-detail-page__stat-icon{width:1.13rem;height:1.13rem;display:inline-flex}.property-detail-page__stat-icon svg{width:1.13rem;height:1.13rem;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.property-detail-page__stat-value{display:inline-flex;font-weight:600}.property-detail-page__header-price{padding-left:1.13rem;min-width:11.25rem;text-align:center;display:flex;flex-direction:column;margin-left:auto}@media(max-width:767px){.property-detail-page__header-price{width:100%}}.property-detail-page__code{font-size:.81rem;opacity:.9;word-break:break-word;display:inline-flex;gap:.5rem;align-items:center;margin-left:auto}@media(max-width:767px){.property-detail-page__code{margin-left:0}}.property-detail-page__code-bar{width:2.13rem;height:1rem;display:inline-block;background:repeating-linear-gradient(90deg,#A81220 0,#A81220 .13rem,transparent .13rem,transparent .25rem);opacity:.85}.property-detail-page__code-text{letter-spacing:.02rem}.property-detail-page__transaction{display:inline-flex;align-items:center;justify-content:center;padding:.19rem .5rem;background:#c8192a;color:#fff;font-size:.75rem;font-weight:600}.property-detail-page__price-label{margin:.38rem 0 0;color:#3e4c5c;opacity:1;font-size:1rem;text-align:left;display:flex;gap:10px;align-items:flex-end;margin-bottom:.5rem}@media(max-width:767px){.property-detail-page__price-label{margin-bottom:0}}.property-detail-page__price-value{font-size:1.75rem;font-weight:600;margin-top:.25rem;text-align:left;color:#a81220}.property-detail-page__gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.63rem;margin-bottom:2.5rem;align-items:stretch;max-width:68.75rem;margin-left:auto;margin-right:auto}.property-detail-page__gallery-image{width:100%;height:15rem;object-fit:cover;display:block}.property-detail-page__gallery--single{grid-template-columns:minmax(0,1fr);justify-items:center}.property-detail-page__gallery--single .property-detail-page__gallery-image{height:22.5rem;max-width:45rem}.property-detail-page__details{display:grid;grid-template-columns:minmax(0,1fr) 22.5rem;gap:1.13rem;align-items:start;margin-bottom:2.5rem;max-width:68.75rem;margin-left:auto;margin-right:auto}.property-detail-page__amenities{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.13rem;max-width:68.75rem;margin-left:auto;margin-right:auto;margin-bottom:2.5rem}.property-detail-page__contact{padding:0;max-width:68.75rem;margin:0 auto 2.5rem}.property-detail-page__contact .contact-page__inner{max-width:none;margin:0}.property-detail-page__contact .contact-page__layout{margin:0}.property-detail-page__contact .contact-page__content-card{width:100%}.property-detail-page__contact .contact-page__form-container{width:100%;max-width:none}@media(min-width:62rem){.property-detail-page__contact .contact-page__layout{grid-template-columns:minmax(22rem,28rem) minmax(0,52rem);gap:0;align-items:stretch}}.property-detail-page__contact .contact-page__content-card,.property-detail-page__contact .contact-page__form-container{height:100%}.property-detail-page__contact .contact-page__content-card{display:flex;flex-direction:column}.property-detail-page__contact .contact-page__form-container{justify-self:stretch}.property-detail-page__contact-brand{width:13.75rem;height:4.38rem;background-image:url(/p/assets/BingoLogo.svg);background-size:contain;background-position:left center;background-repeat:no-repeat;margin-bottom:.88rem}.property-detail-page__related{max-width:68.75rem;margin:2.5rem auto}.property-detail-page__related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.13rem}.property-detail-page__related-card{background:#fff;box-shadow:0 .38rem 1.5rem rgb(0 0 0 / .06);overflow:hidden}.property-detail-page__related-link{display:grid;grid-template-rows:10.63rem auto;color:inherit;text-decoration:none}.property-detail-page__related-media{background:rgb(0 0 0 / .04)}.property-detail-page__related-image{width:100%;height:100%;object-fit:cover;display:block}.property-detail-page__related-image--placeholder{background:linear-gradient(135deg,rgb(0 0 0 / .06),rgb(0 0 0 / .02))}.property-detail-page__related-body{padding:.88rem .88rem 1rem}.property-detail-page__related-title{margin:0;font-size:1rem;line-height:1.25;color:#a81220}.property-detail-page__related-subtitle{margin:.38rem 0 0;color:#2e3d4f}.property-detail-page__related-meta{margin:.5rem 0 0;color:#3e4c5c}.property-detail-page__related-price{margin:.63rem 0 0;font-weight:800;color:#a81220}.property-detail-page__contact.contact-page{padding-bottom:0;padding:0 0 0 0}@media(max-width:68.75rem){.property-detail-page__related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:35rem){.property-detail-page__related-grid{grid-template-columns:minmax(0,1fr)}}.property-detail-page__description,.property-detail-page__info,.property-detail-page__tags{background:#fff;box-shadow:0 .38rem 1.5rem rgb(0 0 0 / .06);padding:1.13rem}.property-detail-page__section-title{margin:0 0 .75rem}.property-detail-page__info-list{margin:0}.property-detail-page__info-row{display:flex;gap:.63rem;padding:.5rem 0;border-top:.06rem solid rgb(0 0 0 / .06)}.property-detail-page__info-row:first-child{border-top:0;padding-top:0}.property-detail-page__info-row dt{font-weight:600;min-width:7.5rem}.property-detail-page__info-row dd{margin:0}.property-detail-page__tag-list{display:flex;flex-wrap:wrap;gap:.63rem}.property-detail-page__tag{display:inline-flex;align-items:center;border:.06rem solid rgb(0 0 0 / .18);padding:.38rem .63rem;font-size:.81rem}@media(max-width:62rem){.property-detail-page__top-inner{flex-direction:column}.property-detail-page__title{font-size:1.85rem;max-width:100%}.property-detail-page__header-price{padding-left:0}.property-detail-page__divider{display:none}.property-detail-page__details{grid-template-columns:1fr}.property-detail-page__amenities{grid-template-columns:1fr}.property-detail-page__gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:37.5rem){.property-detail-page__title{font-size:1.65rem;line-height:1.12}.property-detail-page__gallery{grid-template-columns:1fr}.property-detail-page__gallery-image{height:13.75rem}}.property-gallery{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:1.38rem;padding:0 1.13rem}.property-gallery__rail{display:flex;gap:.63rem;height:min(35rem,62vh)}.property-gallery__item{flex:0 0 auto;width:var(--item-width,auto);position:relative;overflow:hidden;padding:0;border:0;background:#fff0;cursor:pointer;min-width:0;transition:width 320ms ease}.property-gallery__img{width:100%;height:100%;object-fit:cover;object-position:var(--object-position,center);display:block}.property-gallery__hero{width:100%;height:min(42.5rem,68vh);overflow:hidden;padding:0;border:0;background:#fff0;cursor:pointer;display:block;position:relative}@media(hover:hover)and (pointer:fine){.property-gallery__rail.is-hovering:not(.property-gallery__rail--count-2) .property-gallery__item{width:var(--collapsed-width,4.25rem)}.property-gallery__rail.is-hovering:not(.property-gallery__rail--count-2) .property-gallery__item.is-active{width:var(--expanded-width,32.5rem)}}.property-gallery__rail--count-2 .property-gallery__item{flex:1 1 0%}.property-gallery__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#fff0 50%,rgb(0 0 0 / .42) 100%);opacity:.9;pointer-events:none}.property-gallery__count{position:absolute;left:.88rem;bottom:.88rem;color:#fff;font-size:.81rem;font-weight:600;letter-spacing:.01rem;text-shadow:0 .38rem 1.13rem rgb(0 0 0 / .35)}@media(hover:none),(pointer:coarse){.property-gallery__rail{height:auto;overflow-x:auto;gap:.75rem;padding-bottom:.38rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.property-gallery__item{flex:0 0 82%;height:22.5rem;scroll-snap-align:start;transition:none}}.property-gallery__lightbox[aria-hidden=true]{display:none}.property-gallery__lightbox{position:fixed;inset:0;z-index:9999}.property-gallery__lightbox-backdrop{position:absolute;inset:0;background:rgb(0 0 0 / .78)}.property-gallery__lightbox-inner{position:relative;width:min(68.75rem,100% - 2rem);height:min(80vh,45rem);margin:3.75rem auto 0;display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;padding:0 3.38rem}.property-gallery__figure{margin:0;height:100%;display:grid;grid-template-rows:1fr auto;gap:.63rem}.property-gallery__lightbox-img{width:100%;height:100%;object-fit:contain;background:hsl(0 0% 100% / .04);border-radius:1rem}.property-gallery__caption{color:hsl(0 0% 100% / .85);font-size:.81rem;text-align:center;min-height:1.13rem}.property-gallery__nav,.property-gallery__close{appearance:none;border:0;background:hsl(0 0% 100% / .12);color:#fff;width:2.75rem;height:2.75rem;border-radius:62.44rem;cursor:pointer}.property-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:1}.property-gallery__nav--prev{left:0}.property-gallery__nav--next{right:0}.property-gallery__nav:hover,.property-gallery__close:hover{background:hsl(0 0% 100% / .18)}.property-gallery__close{position:absolute;top:-3.37rem;right:0;font-size:1.63rem;line-height:2.75rem}@media(max-width:37.5rem){.property-gallery__rail{height:auto}.property-gallery__hero{height:23.75rem}.property-gallery__lightbox-inner{margin-top:2.5rem;padding:0 2.63rem}.property-gallery__nav,.property-gallery__close{width:2.25rem;height:2.25rem}}.property-offer-page{padding:2.5rem 1.5rem 4rem}@media screen and (max-width:767px){.property-offer-page{padding-left:max(1rem,env(safe-area-inset-left, 0px));padding-right:max(1rem,env(safe-area-inset-right, 0px))}}@media screen and (max-width:767px){.property-offer-page{padding-top:calc(var(--header-h, 6.25rem) + 1rem);padding-bottom:0}}@media(min-width:48rem){.property-offer-page{padding-top:calc(var(--header-h, 6.25rem) + 1rem);padding-bottom:5rem}}.property-offer-page__inner{width:100%;max-width:none;margin:0}.property-offer-page__layout{display:grid;gap:1.5rem;align-items:start;min-width:0}@media(min-width:62rem){.property-offer-page__layout{grid-template-columns:minmax(31rem,38rem) minmax(0,44rem);justify-content:space-between;gap:2rem}}.property-offer-page__title{font-family:"Montserrat",sans-serif;font-weight:600;color:#123b68;font-size:clamp(1.75rem,2.5vw,2.25rem);line-height:1.2;margin-bottom:1rem}.property-offer-page__content-card{background:#fff;border:.06rem solid rgb(22 33 43 / .08);box-shadow:0 1.13rem 2.5rem rgb(22 33 43 / .08);padding:1.5rem 1.25rem}@media(min-width:48rem){.property-offer-page__content-card{padding:1.75rem 1.5rem}}.property-offer-page__content-title{font-family:"Montserrat",sans-serif;font-weight:600;color:#a81220;font-size:clamp(1.6rem,2.2vw,2.4rem);line-height:1.1;margin-bottom:1rem}.property-offer-page__content{color:#16212b}.property-offer-page__content p:last-child{margin-bottom:0}.property-offer-page__alert{margin-bottom:1.5rem;border-radius:.38rem}.property-offer-page__form-container{margin-top:.25rem;width:min(44rem,100%);max-width:100%;min-width:0;overflow-x:clip;padding:.9rem 1.25rem 1.5rem;background:#c8192a;border:.06rem solid #c8192a;box-shadow:0 .13rem 1.25rem 0 rgb(22 33 43 / .12)}@media(min-width:36rem){.property-offer-page__form-container{padding:1rem 1.75rem 1.75rem}}@media(min-width:48rem){.property-offer-page__form-container{padding:.5rem 2.25rem 2rem}}.property-offer-page__form{min-width:0}.property-offer-page__form-container .property-offer-page__form .custom-form form{display:grid;gap:1rem 1.5rem;max-width:100%;min-width:0}.property-offer-page__form-container .property-offer-page__form .custom-form form>*{min-width:0;max-width:100%}.property-offer-page__form-container .property-offer-page__form .custom-form form>.form-group{grid-column:1/-1;margin-bottom:0}@media(min-width:48rem){.property-offer-page__form-container .property-offer-page__form .custom-form form{grid-template-columns:repeat(2,minmax(0,1fr))}.property-offer-page__form-container .property-offer-page__form .custom-form form>.form-group:nth-of-type(2),.property-offer-page__form-container .property-offer-page__form .custom-form form>.form-group:nth-of-type(3),.property-offer-page__form-container .property-offer-page__form .custom-form form>.form-group:nth-of-type(4),.property-offer-page__form-container .property-offer-page__form .custom-form form>.form-group:nth-of-type(5),.property-offer-page__form-container .property-offer-page__form .custom-form form>.form-group:nth-of-type(7),.property-offer-page__form-container .property-offer-page__form .custom-form form>.form-group:nth-of-type(8),.property-offer-page__form-container .property-offer-page__form .custom-form form>.form-group:has(input[name=ime]),.property-offer-page__form-container .property-offer-page__form .custom-form form>.form-group:has(input[name=prezime]),.property-offer-page__form-container .property-offer-page__form .custom-form form>.form-group:has(input[name=telefon]),.property-offer-page__form-container .property-offer-page__form .custom-form form>.form-group:has(input[name=email]),.property-offer-page__form-container .property-offer-page__form .custom-form form>.form-group:has(.input-group-addon),.property-offer-page__form-container .property-offer-page__form .custom-form form>.form-group:has(.input-group-text){grid-column:auto}}.property-offer-page__form-container .property-offer-page__form .custom-form .form-title{font-family:"Montserrat",sans-serif;color:#fff;text-shadow:0 .06rem .19rem rgb(0 0 0 / .18)}.property-offer-page__form-container .property-offer-page__form .custom-form .form-label,.property-offer-page__form-container .property-offer-page__form .custom-form label,.property-offer-page__form-container .property-offer-page__form .custom-form legend,.property-offer-page__form-container .property-offer-page__form .custom-form .col-form-label{font-family:"Montserrat",sans-serif;font-weight:600;color:#fff;text-shadow:0 .06rem .13rem rgb(0 0 0 / .14)}.property-offer-page__form-container .property-offer-page__form .custom-form .form-check-label{color:hsl(0 0% 100% / .97);text-shadow:0 .06rem .13rem rgb(0 0 0 / .12)}.property-offer-page__form-container .property-offer-page__form .custom-form .form-fn-options .editRowInput{display:grid;grid-template-columns:repeat(auto-fit,minmax(7rem,1fr));gap:.85rem 1rem;width:100%;min-width:0}.property-offer-page__form-container .property-offer-page__form .custom-form .form-fn-options .form-option,.property-offer-page__form-container .property-offer-page__form .custom-form .form-fn-options .btn{display:inline-flex;align-items:center;justify-content:center;margin:0;padding:.85rem 1rem;min-width:0!important;min-height:3.35rem;height:auto;border:.06rem solid hsl(0 0% 100% / .7);border-radius:0;background:hsl(0 0% 100% / .08);box-shadow:none;width:100%;color:#fff;text-align:center;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.property-offer-page__form-container .property-offer-page__form .custom-form .form-fn-options .form-option input[type=radio],.property-offer-page__form-container .property-offer-page__form .custom-form .form-fn-options .btn input[type=radio]{position:absolute;inset:0;opacity:0;pointer-events:none}.property-offer-page__form-container .property-offer-page__form .custom-form aah sedaj pa nomren nobenega drugeaa iabrati za active misli mdan i problem v css u amak nekje drugej .form-fn-options .form-option.active,.property-offer-page__form-container .property-offer-page__form .custom-form .form-fn-options .btn.active{background:#fff;border-color:#fff;color:#a81220}.property-offer-page__form-container .property-offer-page__form .custom-form .form-fn-options .form-option__text{white-space:normal}.property-offer-page__form-container .property-offer-page__form .custom-form .form-fn-options .editRowInput>br{display:none}.property-offer-page__form-container .property-offer-page__form .custom-form .form-toggle[data-toggle=buttons]{display:flex;flex-wrap:wrap;gap:.85rem 1rem;width:100%}.property-offer-page__form-container .property-offer-page__form .custom-form .form-toggle[data-toggle=buttons]>.btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;margin:0!important;padding:.85rem 1rem!important;min-height:3.35rem!important;border:.06rem solid hsl(0 0% 100% / .7)!important;border-radius:0!important;background:hsl(0 0% 100% / .08)!important;color:#fff!important;box-shadow:none!important;cursor:pointer!important;transition:all .2s ease!important;position:relative!important;overflow:hidden!important}.property-offer-page__form-container .property-offer-page__form .custom-form .form-toggle[data-toggle=buttons]>.btn input[type=radio]{display:none!important;appearance:none!important;opacity:0!important;position:absolute!important;inset:0!important;pointer-events:none!important}.property-offer-page__form-container .property-offer-page__form .custom-form .form-toggle[data-toggle=buttons]>.btn.active{background:#fff!important;border-color:#fff!important;color:#a81220!important}.property-offer-page__form-container .property-offer-page__form .custom-form .btn-group.form-toggle[data-toggle=buttons]{display:flex!important;flex-wrap:wrap!important;gap:.85rem 1rem!important;width:100%!important}.property-offer-page__form-container .property-offer-page__form .custom-form .btn-group.form-toggle[data-toggle=buttons]>label.btn.btn-sm.btn-default{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;margin:0!important;padding:.85rem 1rem!important;min-height:3.35rem!important;border:.06rem solid hsl(0 0% 100% / .7)!important;border-radius:0!important;background:hsl(0 0% 100% / .08)!important;color:#fff!important;box-shadow:none!important;cursor:pointer!important;transition:all .2s ease!important;position:relative!important;overflow:hidden!important}.property-offer-page__form-container .property-offer-page__form .custom-form .btn-group.form-toggle[data-toggle=buttons]>label.btn.btn-sm.btn-default>input[type=radio]{display:none!important;visibility:hidden!important;width:0!important;height:0!important;margin:0!important;appearance:none!important;opacity:0!important;position:absolute!important;inset:0!important;pointer-events:none!important}.property-offer-page__form-container .property-offer-page__form .custom-form .btn-group.form-toggle[data-toggle=buttons]>label.btn.btn-sm.btn-default.active{background:#fff!important;border-color:#fff!important;color:#a81220!important}.property-offer-page__form-container .property-offer-page__form .custom-form .btn-group-toggle[data-toggle=buttons]{display:flex!important;flex-wrap:wrap!important;gap:.5rem!important;width:100%!important}.property-offer-page__form-container .property-offer-page__form .custom-form .btn-group-toggle[data-toggle=buttons]>label.btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.4rem!important;margin:0!important;padding:.55rem 1.1rem!important;min-height:2.5rem!important;height:auto!important;border:.06rem solid #fff!important;border-radius:4px!important;background:#fff0!important;color:#fff!important;box-shadow:none!important;cursor:pointer!important;transition:all .2s ease!important;position:relative!important;overflow:hidden!important;font-size:.875rem!important}.property-offer-page__form-container .property-offer-page__form .custom-form .btn-group-toggle[data-toggle=buttons]>label.btn input[type=radio]{position:absolute!important;clip-path:inset(50%)!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;appearance:none!important}.property-offer-page__form-container .property-offer-page__form .custom-form .btn-group-toggle[data-toggle=buttons]>label.btn.active{background:#4f080d!important;border-color:#fff!important;color:#fff!important;box-shadow:none!important}.property-offer-page__form-container .property-offer-page__form .custom-form .bcms-kepca-css{background:#fff!important;color:#16212b!important}.property-offer-page__form-container .property-offer-page__form .custom-form .input-group{display:flex;align-items:stretch;gap:.5rem}.property-offer-page__form-container .property-offer-page__form .custom-form .input-group-addon,.property-offer-page__form-container .property-offer-page__form .custom-form .input-group-text{display:inline-flex!important;align-items:center;align-self:center;height:100%;margin-left:0!important;white-space:nowrap;color:#fff!important;background:#fff0!important;border:0!important;border-radius:0!important;box-shadow:none!important;text-shadow:0 .06rem .13rem rgb(0 0 0 / .12)}.property-offer-page__form-container .property-offer-page__form .custom-form small,.property-offer-page__form-container .property-offer-page__form .custom-form .form-text,.property-offer-page__form-container .property-offer-page__form .custom-form .help-block,.property-offer-page__form-container .property-offer-page__form .custom-form .text-muted{color:hsl(0 0% 100% / .88)!important}.property-offer-page__form-container .property-offer-page__form .custom-form .form-control,.property-offer-page__form-container .property-offer-page__form .custom-form .form-select,.property-offer-page__form-container .property-offer-page__form .custom-form select,.property-offer-page__form-container .property-offer-page__form .custom-form textarea,.property-offer-page__form-container .property-offer-page__form .custom-form input[type=text],.property-offer-page__form-container .property-offer-page__form .custom-form input[type=email],.property-offer-page__form-container .property-offer-page__form .custom-form input[type=tel]{width:100%;max-width:100%;min-width:0;border-radius:0!important;border:.06rem solid #fff!important;padding:.65rem 1rem;color:#fff!important;background-color:#fff0!important}.property-offer-page__form-container .property-offer-page__form .custom-form .form-control::placeholder,.property-offer-page__form-container .property-offer-page__form .custom-form .form-select::placeholder,.property-offer-page__form-container .property-offer-page__form .custom-form select::placeholder,.property-offer-page__form-container .property-offer-page__form .custom-form textarea::placeholder,.property-offer-page__form-container .property-offer-page__form .custom-form input[type=text]::placeholder,.property-offer-page__form-container .property-offer-page__form .custom-form input[type=email]::placeholder,.property-offer-page__form-container .property-offer-page__form .custom-form input[type=tel]::placeholder{color:hsl(0 0% 100% / .78)!important}.property-offer-page__form-container .property-offer-page__form .custom-form .form-control:focus,.property-offer-page__form-container .property-offer-page__form .custom-form .form-select:focus,.property-offer-page__form-container .property-offer-page__form .custom-form select:focus,.property-offer-page__form-container .property-offer-page__form .custom-form textarea:focus,.property-offer-page__form-container .property-offer-page__form .custom-form input[type=text]:focus,.property-offer-page__form-container .property-offer-page__form .custom-form input[type=email]:focus,.property-offer-page__form-container .property-offer-page__form .custom-form input[type=tel]:focus{border-color:#fff;color:#fff!important;background-color:#fff0!important;box-shadow:none!important;outline:none!important}.property-offer-page__form-container .property-offer-page__form .custom-form .form-control:active,.property-offer-page__form-container .property-offer-page__form .custom-form .form-select:active,.property-offer-page__form-container .property-offer-page__form .custom-form select:active,.property-offer-page__form-container .property-offer-page__form .custom-form textarea:active,.property-offer-page__form-container .property-offer-page__form .custom-form input[type=text]:active,.property-offer-page__form-container .property-offer-page__form .custom-form input[type=email]:active,.property-offer-page__form-container .property-offer-page__form .custom-form input[type=tel]:active{box-shadow:none!important}.property-offer-page__form-container .property-offer-page__form .custom-form .form-check-input{border-radius:0!important;border-color:hsl(0 0% 100% / .75);background-color:hsl(0 0% 100% / .95)}.property-offer-page__form-container .property-offer-page__form .custom-form .form-check-input:checked{background-color:#fff;border-color:#fff}.property-offer-page__form-container .property-offer-page__form .custom-form .btn-primary,.property-offer-page__form-container .property-offer-page__form .custom-form button[type=submit],.property-offer-page__form-container .property-offer-page__form .custom-form input[type=submit]{margin-top:.15rem;min-width:10rem;border-radius:0!important;font-weight:600;font-family:"Montserrat",sans-serif;background:#fff!important;color:#c8192a!important;border:.13rem solid #fff!important;box-shadow:0 .25rem .88rem rgb(0 0 0 / .18);text-align:right;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12' fill='none'%3E%3Cpath d='M1 6H11M11 6L6.5 1.5M11 6L6.5 10.5' stroke='%23C8192A' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.25rem center;background-size:.9rem auto;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.property-offer-page__form-container .property-offer-page__form .custom-form .btn-primary:hover,.property-offer-page__form-container .property-offer-page__form .custom-form .btn-primary:focus,.property-offer-page__form-container .property-offer-page__form .custom-form button[type=submit]:hover,.property-offer-page__form-container .property-offer-page__form .custom-form button[type=submit]:focus,.property-offer-page__form-container .property-offer-page__form .custom-form input[type=submit]:hover,.property-offer-page__form-container .property-offer-page__form .custom-form input[type=submit]:focus{background-color:#c8192a!important;color:#fff!important;border-color:#fff!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12' fill='none'%3E%3Cpath d='M1 6H11M11 6L6.5 1.5M11 6L6.5 10.5' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");transform:translateY(-.06rem)}.property-offer-page__form-container .property-offer-page__form .custom-form .btn-primary:active,.property-offer-page__form-container .property-offer-page__form .custom-form button[type=submit]:active,.property-offer-page__form-container .property-offer-page__form .custom-form input[type=submit]:active{transform:translateY(0)}.property-offer-page__form-container .property-offer-page__form .custom-form .alert{border-radius:0!important;background:hsl(0 0% 100% / .96);color:#16212b;border:.06rem solid hsl(0 0% 100% / .5);max-width:100%;min-width:0;overflow-wrap:anywhere;word-break:break-word}.property-offer-page__form-container .property-offer-page__form .custom-form .form-error{margin-top:.5rem}.property-offer-page__form-container .property-offer-page__form .custom-form .alert-success{color:rgb(36.8,111.2,69.6)}.property-offer-page__form-container .property-offer-page__form .custom-form .alert-danger,.property-offer-page__form-container .property-offer-page__form .custom-form .alert-error{color:#a81220}.input-group{flex-wrap:nowrap!important}.contact-page{padding:2.5rem 1.5rem 4rem}@media screen and (max-width:767px){.contact-page{padding-left:max(1rem,env(safe-area-inset-left, 0px));padding-right:max(1rem,env(safe-area-inset-right, 0px))}}@media screen and (max-width:767px){.contact-page{padding-top:calc(var(--header-h, 6.25rem) + 1rem);padding-bottom:calc(var(--header-h, 6.25rem) + 1rem)}}@media(min-width:48rem){.contact-page{padding-top:calc(var(--header-h, 6.25rem) + 1rem);padding-bottom:calc(var(--header-h, 6.25rem) + 1rem)}}.contact-page__inner{width:100%;max-width:none;margin:0}.contact-page__layout{display:grid;gap:1.5rem;align-items:start}@media(min-width:62rem){.contact-page__layout{grid-template-columns:minmax(42rem,50rem) minmax(0,44rem);justify-content:space-between;gap:2rem}}.contact-page__title{font-family:"Montserrat",sans-serif;font-weight:600;color:#123b68;font-size:clamp(1.75rem,2.5vw,2.25rem);line-height:1.2;margin-bottom:1rem}.contact-page__content-card{background:#fff;border:.06rem solid rgb(22 33 43 / .08);box-shadow:0 1.13rem 2.5rem rgb(22 33 43 / .08);padding:1.5rem 1.25rem;width:100%;max-width:none}@media(min-width:48rem){.contact-page__content-card{padding:1.75rem 1.5rem}}@media(min-width:62rem){.contact-page__content-card{grid-column:1;justify-self:stretch}}.contact-page__content-title{font-family:"Montserrat",sans-serif;font-weight:600;color:#a81220;font-size:clamp(1.6rem,2.2vw,2.4rem);line-height:1.1;margin-bottom:1rem}.contact-page__company{margin:0 0 1.5rem;color:rgb(22 33 43 / .84);font-size:1.05rem;line-height:1.6}.contact-page__info-block{margin-bottom:1.5rem}.contact-page__info-title{margin:0 0 .75rem;font-family:"Montserrat",sans-serif;font-weight:600;color:#a81220;font-size:1.2rem;line-height:1.25}.contact-page__content{color:#16212b}.contact-page__content p:last-child{margin-bottom:0}.contact-page__contact-list{display:grid}.contact-page__map{padding-top:1.5rem;padding-bottom:1.5rem}.contact-page__map iframe{display:block;width:100%;height:22rem;border:0}.contact-page__contact-item{margin:0;display:flex;align-items:flex-start;gap:.65rem;color:#16212b;font-size:1.05rem;line-height:1.5}.contact-page__contact-item a{color:#a81220;text-decoration:none}.contact-page__contact-item p:last-child{margin-bottom:0}.contact-page__contact-icon{flex:0 0 auto;width:1rem;color:#a81220;line-height:1.4;text-align:center}.contact-page__contact-icon svg{display:block;width:1rem;height:1rem;fill:currentColor}.contact-page__alert{margin-bottom:1.5rem;border-radius:.38rem}.contact-page__form-container{margin-top:.25rem;margin-left:0;width:100%;padding:.9rem 1.25rem 1.5rem;background:#c8192a;border:.06rem solid #c8192a;box-shadow:0 .13rem 1.25rem 0 rgb(22 33 43 / .12);justify-self:end}@media(min-width:36rem){.contact-page__form-container{padding:1rem 1.75rem 1.75rem}}@media(min-width:48rem){.contact-page__form-container{padding:2rem 2.25rem}}@media(min-width:62rem){.contact-page__form-container{grid-column:2;width:100%;max-width:44rem;margin-left:auto}}.contact-page__form{min-width:0}.contact-page__form-container .contact-page__form .custom-form form{display:grid;gap:1rem 1.5rem;max-width:100%;min-width:0}.contact-page__form-container .contact-page__form .custom-form form>*{min-width:0;max-width:100%}.contact-page__form-container .contact-page__form .custom-form form>.form-group{grid-column:1/-1;margin-bottom:0;width:auto!important;max-width:none!important;float:none!important;clear:none!important}@media(min-width:48rem){.contact-page__form-container .contact-page__form .custom-form form{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-page__form-container .contact-page__form .custom-form form>.form-group:has(input[name=ime]){grid-column:1;grid-row:1}.contact-page__form-container .contact-page__form .custom-form form>.form-group:has(input[name=prezime]){grid-column:2;grid-row:1}.contact-page__form-container .contact-page__form .custom-form form>.form-group:has(input[name=telefon]){grid-column:1;grid-row:2}.contact-page__form-container .contact-page__form .custom-form form>.form-group:has(input[name=email]){grid-column:2;grid-row:2}.contact-page__form-container .contact-page__form .custom-form form>.form-group:has(textarea),.contact-page__form-container .contact-page__form .custom-form form>.form-group:has(button[type=submit]),.contact-page__form-container .contact-page__form .custom-form form>.form-group:has(input[type=submit]),.contact-page__form-container .contact-page__form .custom-form form>.form-group:has(.bcms-kepca-css),.contact-page__form-container .contact-page__form .custom-form form>.form-group:has(input[name*=captcha]),.contact-page__form-container .contact-page__form .custom-form form>.form-group:has(input[name*=kepca]),.contact-page__form-container .contact-page__form .custom-form form>.form-group:has(input[type=checkbox]){grid-column:1/-1!important}.contact-page__form-container .contact-page__form .custom-form form>.form-group:has(textarea){width:100%!important;max-width:100%!important}.contact-page__form-container .contact-page__form .custom-form form>.form-group:has(textarea) textarea{display:block;width:100%!important;max-width:100%!important}}.contact-page__form-container .contact-page__form .custom-form .form-title{font-family:"Montserrat",sans-serif;color:#fff;text-shadow:0 .06rem .19rem rgb(0 0 0 / .18)}.contact-page__form-container .contact-page__form .custom-form .form-label,.contact-page__form-container .contact-page__form .custom-form label,.contact-page__form-container .contact-page__form .custom-form legend,.contact-page__form-container .contact-page__form .custom-form .col-form-label{font-family:"Montserrat",sans-serif;font-weight:600;color:#fff;text-shadow:0 .06rem .13rem rgb(0 0 0 / .14)}.contact-page__form-container .contact-page__form .custom-form .form-check-label{color:hsl(0 0% 100% / .97);text-shadow:0 .06rem .13rem rgb(0 0 0 / .12)}.contact-page__form-container .contact-page__form .custom-form .form-group:has(input[type=checkbox]) label{display:inline-flex;align-items:flex-start;gap:.7rem;margin-bottom:0;cursor:pointer}.contact-page__form-container .contact-page__form .custom-form .form-group:has(input[type=checkbox]) input[type=checkbox]{flex:0 0 auto;margin-top:.25rem}.contact-page__form-container .contact-page__form .custom-form .form-group:has(input[type=checkbox]) .form-check-label,.contact-page__form-container .contact-page__form .custom-form .form-group:has(input[type=checkbox]) label>span,.contact-page__form-container .contact-page__form .custom-form .form-group:has(input[type=checkbox]) label>strong,.contact-page__form-container .contact-page__form .custom-form .form-group:has(input[type=checkbox]) label>small{display:inline-block}.contact-page__form-container .contact-page__form .custom-form .form-group:has(input[type=checkbox]) .form-error,.contact-page__form-container .contact-page__form .custom-form .form-group:has(input[type=checkbox]) .invalid-feedback,.contact-page__form-container .contact-page__form .custom-form .form-group:has(input[type=checkbox]) .help-block{display:block;width:100%;margin-top:.5rem}.contact-page__form-container .contact-page__form .custom-form .bcms-kepca-css{background:#fff!important;color:#16212b!important}.contact-page__form-container .contact-page__form .custom-form .input-group{display:flex;align-items:stretch;gap:.5rem}.contact-page__form-container .contact-page__form .custom-form .input-group-addon,.contact-page__form-container .contact-page__form .custom-form .input-group-text{display:inline-flex!important;align-items:center;align-self:center;height:100%;margin-left:0!important;white-space:nowrap;color:#fff!important;background:#fff0!important;border:0!important;border-radius:0!important;box-shadow:none!important;text-shadow:0 .06rem .13rem rgb(0 0 0 / .12)}.contact-page__form-container .contact-page__form .custom-form small,.contact-page__form-container .contact-page__form .custom-form .form-text,.contact-page__form-container .contact-page__form .custom-form .help-block,.contact-page__form-container .contact-page__form .custom-form .text-muted{color:hsl(0 0% 100% / .88)!important}.contact-page__form-container .contact-page__form .custom-form .form-control,.contact-page__form-container .contact-page__form .custom-form .form-select,.contact-page__form-container .contact-page__form .custom-form select,.contact-page__form-container .contact-page__form .custom-form textarea,.contact-page__form-container .contact-page__form .custom-form input[type=text],.contact-page__form-container .contact-page__form .custom-form input[type=email],.contact-page__form-container .contact-page__form .custom-form input[type=tel]{width:100%!important;max-width:100%!important;border-radius:0!important;border:.06rem solid #fff!important;padding:.65rem 1rem;color:#fff!important;background-color:#fff0!important}.contact-page__form-container .contact-page__form .custom-form .form-control::placeholder,.contact-page__form-container .contact-page__form .custom-form .form-select::placeholder,.contact-page__form-container .contact-page__form .custom-form select::placeholder,.contact-page__form-container .contact-page__form .custom-form textarea::placeholder,.contact-page__form-container .contact-page__form .custom-form input[type=text]::placeholder,.contact-page__form-container .contact-page__form .custom-form input[type=email]::placeholder,.contact-page__form-container .contact-page__form .custom-form input[type=tel]::placeholder{color:hsl(0 0% 100% / .78)!important}.contact-page__form-container .contact-page__form .custom-form .form-control:focus,.contact-page__form-container .contact-page__form .custom-form .form-select:focus,.contact-page__form-container .contact-page__form .custom-form select:focus,.contact-page__form-container .contact-page__form .custom-form textarea:focus,.contact-page__form-container .contact-page__form .custom-form input[type=text]:focus,.contact-page__form-container .contact-page__form .custom-form input[type=email]:focus,.contact-page__form-container .contact-page__form .custom-form input[type=tel]:focus{border-color:#fff;color:#fff!important;background-color:#fff0!important;box-shadow:none!important;outline:none!important}.contact-page__form-container .contact-page__form .custom-form .form-control:active,.contact-page__form-container .contact-page__form .custom-form .form-select:active,.contact-page__form-container .contact-page__form .custom-form select:active,.contact-page__form-container .contact-page__form .custom-form textarea:active,.contact-page__form-container .contact-page__form .custom-form input[type=text]:active,.contact-page__form-container .contact-page__form .custom-form input[type=email]:active,.contact-page__form-container .contact-page__form .custom-form input[type=tel]:active{box-shadow:none!important}.contact-page__form-container .contact-page__form .custom-form .form-check-input{border-radius:0!important;border-color:hsl(0 0% 100% / .75);background-color:hsl(0 0% 100% / .95)}.contact-page__form-container .contact-page__form .custom-form .form-check-input:checked{background-color:#fff;border-color:#fff}.contact-page__form-container .contact-page__form .custom-form .btn-primary,.contact-page__form-container .contact-page__form .custom-form button[type=submit],.contact-page__form-container .contact-page__form .custom-form input[type=submit]{margin-top:.15rem;min-width:10rem;border-radius:0!important;font-weight:600;font-family:"Montserrat",sans-serif;background:#fff!important;color:#c8192a!important;border:.13rem solid #fff!important;box-shadow:0 .25rem .88rem rgb(0 0 0 / .18);text-align:right;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12' fill='none'%3E%3Cpath d='M1 6H11M11 6L6.5 1.5M11 6L6.5 10.5' stroke='%23C8192A' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.25rem center;background-size:.9rem auto;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.contact-page__form-container .contact-page__form .custom-form .btn-primary:hover,.contact-page__form-container .contact-page__form .custom-form .btn-primary:focus,.contact-page__form-container .contact-page__form .custom-form button[type=submit]:hover,.contact-page__form-container .contact-page__form .custom-form button[type=submit]:focus,.contact-page__form-container .contact-page__form .custom-form input[type=submit]:hover,.contact-page__form-container .contact-page__form .custom-form input[type=submit]:focus{background-color:#c8192a!important;color:#fff!important;border-color:#fff!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12' fill='none'%3E%3Cpath d='M1 6H11M11 6L6.5 1.5M11 6L6.5 10.5' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");transform:translateY(-.06rem)}.contact-page__form-container .contact-page__form .custom-form .btn-primary:active,.contact-page__form-container .contact-page__form .custom-form button[type=submit]:active,.contact-page__form-container .contact-page__form .custom-form input[type=submit]:active{transform:translateY(0)}.contact-page__form-container .contact-page__form .custom-form .form-group:has(button[type=submit]),.contact-page__form-container .contact-page__form .custom-form .form-group:has(input[type=submit]){display:flex;justify-content:center}.contact-page__form-container .contact-page__form .custom-form .alert{border-radius:0!important;background:hsl(0 0% 100% / .96);color:#16212b;border:.06rem solid hsl(0 0% 100% / .5);overflow-wrap:anywhere;word-break:break-word}.contact-page__form-container .contact-page__form .custom-form .alert-success{color:rgb(36.8,111.2,69.6)}.contact-page__form-container .contact-page__form .custom-form .alert-danger,.contact-page__form-container .contact-page__form .custom-form .alert-error{color:#a81220}