@import"https://fonts.googleapis.com/css?family=Josefin+Sans:300,regular,500,600&display=swap";@import"https://fonts.googleapis.com/css?family=Playfair+Display:italic&display=swap";.slider{position:relative;width:100%;display:flex;flex-direction:column}.slider-wrapper{display:flex;width:100%;height:100%}.slider-pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:20px;pointer-events:auto}.slider-dot{width:10px;height:10px;border-radius:50%;background:rgba(0,0,0,.2);transition:transform .2s ease,background-color .2s ease,opacity .2s ease;cursor:pointer;position:relative}.slider-dot:focus-visible{outline:2px solid #000;outline-offset:2px}.slider-dot::after{content:"";position:absolute;inset:0;border-radius:50%}.slider-dot:hover{background:rgba(0,0,0,.45)}.slider-dot.active{background:var(--slider-dot-active-color, #c99a0c);transform:scale(1.1);opacity:1}.slider-dot:not(.active){opacity:.7}.is-invalid .input,.is-invalid textarea{outline:0;border:1px solid #eee;border-bottom:2px solid #da312e}.contact-form__item .field-error{display:none;padding:2px 0 0;font-size:13px;color:#da312e}.contact-form__item.is-invalid .field-error{display:block}.contact-form__item.is-focused{position:relative}.is-focused .input{border:1px solid #eee;border-bottom:2px solid #c99a0c;position:relative}.is-focused textarea{border:1px solid #eee;border-bottom:2px solid #c99a0c;position:relative}:root{--font-body: "Josefin Sans";--font-title: "Playfair Display";--font-header: "Proxima-Nova", Helvetica, Arial, sans-serif;--font-footer: "Josefin Sans";--color-gold: #c99a0c}.d-none{display:none !important}.d-md-blocks{display:block !important}@media(max-width: 768px){.d-md-blocks{display:none !important}.d-none{display:block !important}}*{padding:0;margin:0;border:0;box-sizing:border-box}*::after{box-sizing:border-box;display:inline-block}*::before{box-sizing:border-box;display:inline-block}@keyframes moveLeftRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}48%{-webkit-transform:translateX(-8px);transform:translateX(-8px)}98%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeIn{from{opacity:0;-webkit-filter:grayscale(100%);filter:grayscale(100%)}to{opacity:1;-webkit-filter:grayscale(0);filter:grayscale(0)}}@keyframes spin{to{transform:rotate(360deg)}}.wrapper{min-height:100%;display:flex;flex-direction:column;overflow:hidden}@supports(overflow: clip){.wrapper{overflow:clip}}.wrapper>.vendor-portfolio{flex:1 1 auto}.wrapper>*{min-width:0}.button{display:inline-flex;padding:0 0}.button--fw{width:100%}input[type=email]{-webkit-appearance:none;appearance:none}input[type=tel]{-webkit-appearance:none;appearance:none}input[type=text]{-webkit-appearance:none;appearance:none}.input{border-radius:0 !important;width:100%;display:block;padding:0 20px;border:1px solid #eee;caret-color:inherit;padding-right:30px}.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder{-webkit-transition:opacity .3s;transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder{-ms-transition:opacity .3s;transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder{-ms-transition:opacity .3s;transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden])::placeholder{transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder{opacity:0}.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder{opacity:0}.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder{opacity:0}.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder{opacity:0}textarea.input{resize:none;padding:0 0}.checkbox{position:relative}.checkbox:not(:last-child){margin-bottom:em(5)}.checkbox__input{position:absolute;width:0;height:0;opacity:0}.checkbox__input:focus-visible+.checkbox__label:before{box-shadow:0 0 5px #c99a0c}.checkbox__input:checked+.checkbox__label:before{background:url(../img/icons/checked.svg) 0 0/100% 100% no-repeat;border:initial;height:45px;width:45px;flex:0 0 45px;margin:-18px -10px 0 -6px;-webkit-transform:translate(0, 5px);transform:translate(0, 5px)}.checkbox__label{cursor:pointer;display:inline-flex;position:relative;gap:10px}.checkbox__label:before{content:"";align-self:flex-start;flex:0 0 26px;width:26px;height:26px;border:2px solid #c99a0c;margin-right:3px}.checkbox__text{align-self:center;padding-right:3px;font-size:15px;line-height:120%}.slider{overflow:hidden}.slider-wrapper{width:100%;height:100%;box-sizing:content-box;display:flex;position:relative;gap:10px}.slider-slide{flex-shrink:0}.slider-button-disabled{opacity:.5;cursor:not-allowed}.page{font-family:var(--font-body);font-weight:300;color:#000;line-height:100%;display:flex;width:100%;max-width:1600px;margin:0 auto}.page .checkbox__label.disabled:before{opacity:0}.page button{font-family:"Josefin Sans";font-size:inherit;line-height:inherit;color:inherit;background-color:rgba(0,0,0,0);cursor:pointer}.page select{cursor:pointer}.page a{font-family:var(--font-body);font-weight:300;text-decoration:none}.page h1,.page h2,.page h3{font-family:var(--font-body);margin-bottom:10px;text-transform:none}.page input{font-family:var(--font-body);font-size:inherit;line-height:inherit;color:inherit;background-color:#fff;width:100%;outline:0}.page textarea{font-family:var(--font-body);font-size:inherit;line-height:inherit;color:inherit;background-color:#fff;width:100%;-webkit-appearance:none;appearance:none;padding-right:30px;outline:0;border:1px solid #eee}.page label{display:flex;align-items:center}.page option{cursor:pointer}.page select{cursor:pointer}.page ul li{list-style:none}.page img{vertical-align:top}.page .col-whiteglove{flex:0 0 365px;max-width:365px;background-color:#f9f8f7;height:max-content;position:sticky;top:105px}@media(max-width: 1400px){.page .col-whiteglove{flex:0 0 300px;max-width:300px}}@media(max-width: 1240px){.page .col-whiteglove{flex:0 0 290px;max-width:290px}}@media(max-width: 1000px){.page .col-whiteglove{flex:0 0 250px;width:250px}}@media(max-width: 767px){.page .col-whiteglove{display:none}}.page .col-whiteglove.col-whiteglove-motd-spacer{top:140px}.page .col-content{background-color:#fff;width:100%;min-width:0}.page .col-content .col-content-inset{margin:0 1.25rem;min-width:0}.whiteglove-wrapper{width:100%;max-width:100%;padding:10px 20px 20px}.whiteglove-wrapper .whiteglove{padding:0 20px}.whiteglove-wrapper .whiteglove h2{font-size:28px;font-weight:300;line-height:35px;text-align:left;margin-top:10px;margin-bottom:30px;color:#161616}.whiteglove-wrapper .whiteglove h2 span{color:#c99a0c}.whiteglove-wrapper .whiteglove ul{list-style-position:outside;width:90%;margin:2rem 0 6rem 2rem}.whiteglove-wrapper .whiteglove li{list-style:none;font-size:18px;line-height:24px;margin-bottom:30px;margin-left:40px}.whiteglove-wrapper .whiteglove li:nth-child(1)::before{content:"";display:inline-block;height:25px;width:25px;background-image:url("/newportfolio/img/icons/star.svg");background-size:contain;background-repeat:no-repeat;margin-left:-35px;margin-right:10px;transform:translateY(15px)}.whiteglove-wrapper .whiteglove li:nth-child(2)::before{content:"";display:inline-block;height:25px;width:25px;background-image:url("/newportfolio/img/icons/check.svg");background-size:contain;background-repeat:no-repeat;margin-left:-35px;margin-right:10px;transform:translateY(15px)}.whiteglove-wrapper .whiteglove li:nth-child(3)::before{content:"";display:inline-block;height:25px;width:25px;background-image:url("/newportfolio/img/icons/phone.svg");background-size:contain;background-repeat:no-repeat;margin-left:-35px;margin-right:10px;transform:translateY(15px)}.whiteglove-wrapper .whiteglove h3{font-size:15px;font-weight:400;letter-spacing:-0.5px;line-height:20px;color:#161616;text-align:left;margin-top:10px;margin-bottom:25px}.whiteglove-wrapper .whiteglove .whitebox{font-size:15px;padding:20px;background-color:#fff}.whiteglove-wrapper .whiteglove .explainer{font-size:15px;line-height:22px;margin-bottom:20px}.whiteglove-wrapper .whiteglove .get-started-button{font-size:14px;cursor:pointer;color:#161616;font-weight:400;width:175px;height:40px;padding:5px 20px;border:1px solid #161616}@media(max-width: 1250px){.whiteglove-wrapper{padding:10px 10px 20px 10px}}@media(max-width: 1000px){.whiteglove-wrapper{padding:20px 5px}}.find-vendors-wrapper .breadcrumbs{display:flex;align-items:center;gap:5px;margin:0 0 .5rem 0;flex-wrap:wrap}.find-vendors-wrapper .breadcrumbs__item{padding:5px 0;white-space:nowrap;position:relative;font-size:12px;font-weight:400}.find-vendors-wrapper .breadcrumbs__item a{color:#c99a0c;font-weight:400}.find-vendors-wrapper .breadcrumbs__item span{color:#c99a0c}.find-vendors-wrapper .breadcrumbs__item:not(:last-child){margin-right:15px}.find-vendors-wrapper .breadcrumbs__item:not(:last-child) a{color:#979797}.find-vendors-wrapper .breadcrumbs__item:not(:last-child)::after{content:">";position:absolute;top:5px;right:-15px;color:#979797;font-size:12px;font-weight:400}.find-vendors-wrapper .breadcrumbs__item:nth-last-child(2)::after{color:#c99a0c}.find-vendors-wrapper .find-vendors{text-align:center;padding:40px 3rem;background-color:#f9f8f7}@media(max-width: 768px){.find-vendors-wrapper .find-vendors{padding:30px 1rem;margin:0 auto}}.find-vendors-wrapper .find-vendors .best-of{font-family:"Playfair Display";font-style:italic;font-weight:400;color:#c99a0c;font-size:40px;line-height:150%}@media(max-width: 768px){.find-vendors-wrapper .find-vendors .best-of{font-size:60px;padding-bottom:10px}}.find-vendors-wrapper .find-vendors h1{font-size:1.75rem;font-weight:400;line-height:125%;color:#161616}@media(max-width: 1000px){.find-vendors-wrapper .find-vendors h1{font-size:1.5rem}}@media(max-width: 768px){.find-vendors-wrapper .find-vendors h1{font-size:1.375rem}}.find-vendors-wrapper .find-vendors .find-vendors-description{padding:.5rem clamp(0rem,(100vw - 1200px)*.4,10rem);margin-bottom:.5rem;font-size:15px;font-weight:300;line-height:22px}@media(max-width: 768px){.find-vendors-wrapper .find-vendors .find-vendors-description{color:#9b9b9b;padding:0 .25rem}}.find-vendors-wrapper .find-vendors .find-vendors-filter{width:100%;max-width:800px;margin:0 auto;padding-top:15px}@media(max-width: 768px){.find-vendors-wrapper .find-vendors .find-vendors-filter{padding:1rem 3rem 0}}.find-vendors-wrapper .find-vendors .find-vendors-filter__elements{display:flex;gap:7px}@media(max-width: 768px){.find-vendors-wrapper .find-vendors .find-vendors-filter__elements{flex-wrap:wrap;gap:0}}.find-vendors-wrapper .find-vendors .find-vendors-filter__element{flex:0 1 41%}@media(max-width: 768px){.find-vendors-wrapper .find-vendors .find-vendors-filter__element{flex:1 1 100% !important;display:flex;justify-content:center}}.find-vendors-wrapper .find-vendors .find-vendors-filter__element--cta{flex:0 1 27%;line-height:1}@media(max-width: 768px){.find-vendors-wrapper .find-vendors .find-vendors-filter__element--location{margin-bottom:.5rem}}@media(max-width: 768px){.find-vendors-wrapper .find-vendors .find-vendors-filter__element--category{margin-bottom:.75rem}}.find-vendors-wrapper .find-vendors .find-vendors-filter__select{height:35px;background-color:#fff;border:1px solid #ddd;display:flex;justify-content:space-between;align-items:center;padding:0 14px;gap:14px;font-weight:300;font-size:18px;color:#979797;cursor:pointer}@media(max-width: 1000px){.find-vendors-wrapper .find-vendors .find-vendors-filter__select{font-size:17px}}@media(max-width: 768px){.find-vendors-wrapper .find-vendors .find-vendors-filter__select{font-size:16px;width:100%}}@media(max-width: toEm(450)){.find-vendors-wrapper .find-vendors .find-vendors-filter__select{font-size:15px}}.find-vendors-wrapper .find-vendors .find-vendors-filter__select span{padding-top:2px}.find-vendors-wrapper .find-vendors .find-vendors-filter__select img{display:block;height:8px;width:14px;transform:rotate(0deg);transition:all .2s ease 0s}.find-vendors-wrapper .find-vendors .find-vendors-filter__select._active img{transform:rotate(-180deg)}.find-vendors-wrapper .find-vendors .find-vendors-button{height:100%;padding:0 20px 0 42px;display:flex;justify-content:center;align-items:center;line-height:1;gap:8px;font-weight:400;font-size:18px;color:#161616;border:1px solid #c99a0c;cursor:pointer;background:rgba(0,0,0,0);transition:opacity .3s ease}@media(max-width: 1000px){.find-vendors-wrapper .find-vendors .find-vendors-button{font-size:17px}}@media(max-width: 768px){.find-vendors-wrapper .find-vendors .find-vendors-button{font-size:17px;width:100%;height:3rem}}@media(max-width: toEm(450)){.find-vendors-wrapper .find-vendors .find-vendors-button{font-size:15px}}.find-vendors-wrapper .find-vendors .find-vendors-button span{padding-top:2px}.find-vendors-wrapper .find-vendors .find-vendors-button .cta-underline-center::after{background-color:#c99a0c}.find-vendors-wrapper .find-vendors .find-vendors-button:hover:not(:disabled) .cta-underline-center::after,.find-vendors-wrapper .find-vendors .find-vendors-button:focus:not(:disabled) .cta-underline-center::after,.find-vendors-wrapper .find-vendors .find-vendors-button:focus-visible:not(:disabled) .cta-underline-center::after{width:100%}.find-vendors-wrapper .find-vendors .find-vendors-button:disabled,.find-vendors-wrapper .find-vendors .find-vendors-button.disabled{opacity:.4;cursor:not-allowed}.find-vendors-wrapper .find-vendors .find-vendors-button .spinner{visibility:hidden;width:14px;height:14px;border:2px solid #161616;border-top-color:rgba(0,0,0,0);border-radius:50%;animation:spin .6s linear infinite}.find-vendors-wrapper .find-vendors .find-vendors-button.loading{cursor:not-allowed;pointer-events:none}.find-vendors-wrapper .find-vendors .find-vendors-button.loading .spinner{visibility:visible}.find-vendors-wrapper .find-vendors .find-vendors-filter-wrapper{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:400}@media(max-width: 768px){.find-vendors-wrapper .find-vendors .find-vendors-filter-wrapper{left:0;right:0}}.find-vendors-wrapper .find-vendors .find-vendors-filter__element--location .find-vendors-filter-wrapper{left:0;width:max-content;min-width:100%}@media(min-width: 769px){.find-vendors-wrapper .find-vendors .find-vendors-filter__element--location .find-vendors-filter-wrapper{width:800px;max-width:95vw}}@media(max-width: 768px){.find-vendors-wrapper .find-vendors .find-vendors-filter__element--location .find-vendors-filter-wrapper{width:100%;left:0;right:0}}.find-vendors-wrapper .find-vendors .find-vendors-filter-locations{color:#9b9b9b;font-size:15px;padding:10px 12px;background-color:#fff;display:none;flex-wrap:wrap;text-align:left}@media(max-width: 768px){.find-vendors-wrapper .find-vendors .find-vendors-filter-locations{flex-direction:column;flex-wrap:nowrap;font-size:16px}}.find-vendors-wrapper .find-vendors .find-vendors-filter-locations._visible{display:flex;box-shadow:0px 0px 3px rgba(0,0,0,.09);max-height:500px;overflow:auto}@media(max-width: 768px){.find-vendors-wrapper .find-vendors .find-vendors-filter-locations._visible{overflow-x:hidden}}.find-vendors-wrapper .find-vendors .find-vendors-filter__element--location{position:relative;overflow:visible}.find-vendors-wrapper .find-vendors .find-vendors-filter__element--category{position:relative;overflow:visible}.find-vendors-wrapper .find-vendors .find-vendors-filter-categories{position:absolute;top:calc(100% + 4px);right:0;width:auto;min-width:250px;padding:10px 12px;background-color:#fff;display:none;flex-wrap:wrap;text-align:left;z-index:400}@media(max-width: 768px){.find-vendors-wrapper .find-vendors .find-vendors-filter-categories{flex-direction:column}}.find-vendors-wrapper .find-vendors .find-vendors-filter-categories._visible{display:flex;box-shadow:0px 0px 3px rgba(0,0,0,.09);max-height:220px;overflow:auto}.find-vendors-wrapper .find-vendors .find-vendors-filter__elements{position:relative;overflow:visible}.find-vendors-wrapper .find-vendors .find-vendors-filter{position:relative;overflow:visible}.find-vendors-wrapper .find-vendors .filter-categories-wrapper{display:flex;flex-direction:column}@media(min-width: 1000px){.find-vendors-wrapper .find-vendors .find-vendors-filter-continents{position:sticky;top:0;height:min-content}}.find-vendors-wrapper .find-vendors .find-vendors-filter-continents,.find-vendors-wrapper .find-vendors .find-vendors-filter-popular{flex:0 0 20%;padding-right:12px}@media(max-width: 1000px){.find-vendors-wrapper .find-vendors .find-vendors-filter-continents,.find-vendors-wrapper .find-vendors .find-vendors-filter-popular{flex:0 0 25%}}@media(max-width: 768px){.find-vendors-wrapper .find-vendors .find-vendors-filter-continents,.find-vendors-wrapper .find-vendors .find-vendors-filter-popular{flex:0 0 auto;width:100%;padding-right:0}}@media(max-width: 1000px){.find-vendors-wrapper .find-vendors .find-vendors-filter-popular{display:none}}.find-vendors-wrapper .find-vendors .find-vendors-filter-settlements{flex:0 0 60%}.find-vendors-wrapper .find-vendors .find-vendors-filter-settlements ._show{display:flex}@media(max-width: 1000px){.find-vendors-wrapper .find-vendors .find-vendors-filter-settlements{flex:0 0 50%}}@media(max-width: 768px){.find-vendors-wrapper .find-vendors .find-vendors-filter-settlements{flex:0 0 auto;width:100%}}@media(min-width: 1000px){.find-vendors-wrapper .find-vendors .continents__wrapper{display:block;padding-right:10px}}@media(max-width: 768px){.find-vendors-wrapper .find-vendors .continents__wrapper{max-width:100%;display:flex;gap:10px;transition:transform .3s ease-out}}.find-vendors-wrapper .find-vendors .continents__slide{text-align:left;padding:8px 9px 4px;cursor:pointer}@media(max-width: 1000px)and (min-width: 769px){.find-vendors-wrapper .find-vendors .continents__slide{min-width:max-content;padding:8px 11px 4px;text-align:center}}@media(max-width: 768px){.find-vendors-wrapper .find-vendors .continents__slide{padding:8px 11px 4px;text-align:center;min-width:max-content;flex-shrink:0}}@media(max-width: 768px){.find-vendors-wrapper .find-vendors .continents__viewport{max-width:100%;overflow:hidden}}.find-vendors-wrapper .find-vendors .continents__slide--active{color:#000;background-color:#f9f8f7;cursor:initial}@media(max-width: 1000px){.find-vendors-wrapper .find-vendors .find-vendors-filter-continents{padding:0}.find-vendors-wrapper .find-vendors .find-vendors-filter-continents .continents__container{display:flex;align-items:center;position:relative;padding:15px 0 10px}.find-vendors-wrapper .find-vendors .find-vendors-filter-continents .continents__container::after{content:"";position:absolute;height:1px;width:calc(100% - 60px);bottom:0;left:30px;background-color:#f9f8f7}.find-vendors-wrapper .find-vendors .find-vendors-filter-continents .continents__viewport{flex:1;overflow:hidden;margin:0}.find-vendors-wrapper .find-vendors .find-vendors-filter-continents .continents__button-prev{flex:0 0 30px;width:30px;height:27px;background:#fff;border:none;cursor:pointer;z-index:10;opacity:1;transition:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="15 18 9 12 15 6"/></svg>');background-repeat:no-repeat;background-position:center center;background-size:20px}.find-vendors-wrapper .find-vendors .find-vendors-filter-continents .continents__button-prev.continents__button--disabled{opacity:.4;cursor:default}.find-vendors-wrapper .find-vendors .find-vendors-filter-continents .continents__button-next{flex:0 0 30px;width:30px;height:27px;background:#fff;border:none;cursor:pointer;z-index:10;opacity:1;transition:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"/></svg>');background-repeat:no-repeat;background-position:center center;background-size:20px}.find-vendors-wrapper .find-vendors .find-vendors-filter-continents .continents__button-next.continents__button--disabled{opacity:.4;cursor:default}}.find-vendors-wrapper .find-vendors .filter-category{text-align:left;padding:8px 9px 4px;cursor:pointer;color:#000;font-size:17px}@media(any-hover: hover){.find-vendors-wrapper .find-vendors .filter-category:hover{color:#c99a0c}}.find-vendors-wrapper .find-vendors .filter-category-active{font-weight:400;color:#c99a0c}.find-vendors-wrapper .find-vendors .title-orange-color{color:#c99a0c;padding:8px 9px 4px}@media(max-width: 768px){.find-vendors-wrapper .find-vendors .settlements-col .title-orange-color{display:none}}.find-vendors-wrapper .find-vendors .near-me{padding:0 0 12px !important}.find-vendors-wrapper .find-vendors .near-me__title{display:flex;gap:5px;align-items:center;color:#989898;padding:4px 0 0 4px !important;margin-bottom:-2px;cursor:initial !important}@media(any-hover: hover){.find-vendors-wrapper .find-vendors .city-name:hover{color:#c99a0c}}@media(max-width: 768px){.find-vendors-wrapper .find-vendors .city-name{color:#161616}}.find-vendors-wrapper .find-vendors .city-name-active{font-weight:400;color:#c99a0c}.find-vendors-wrapper .find-vendors .most-popular-items div,.find-vendors-wrapper .find-vendors .settlements-items div{padding:8px 9px 4px;cursor:pointer}.find-vendors-wrapper .find-vendors .region-title{text-transform:uppercase;font-size:15px;color:#000;font-weight:400;cursor:initial !important}.find-vendors-wrapper .find-vendors .region-title-clickable{cursor:pointer !important}@media(any-hover: hover){.find-vendors-wrapper .find-vendors .region-title-clickable:hover{color:#c99a0c}}.find-vendors-wrapper .find-vendors .region-title-active{font-weight:400;color:#c99a0c}.find-vendors-wrapper .find-vendors .settlements-items{display:none}@media(max-width: 768px){.find-vendors-wrapper .find-vendors .settlements-items{flex-direction:column;width:100%}}.find-vendors-wrapper .find-vendors .settlements-col{flex:0 1 33.333%;padding:0 !important}@media(max-width: 768px){.find-vendors-wrapper .find-vendors .settlements-col{flex:0 0 auto;width:100%;max-width:100%}}@media(max-width: 768px){.find-vendors-wrapper .find-vendors .settlements-col:nth-child(3){display:block}}.find-vendors-filter-locations::-webkit-scrollbar,.find-vendors-filter-categories::-webkit-scrollbar{width:8px}.find-vendors-filter-locations::-webkit-scrollbar-track,.find-vendors-filter-categories::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.find-vendors-filter-locations::-webkit-scrollbar-thumb,.find-vendors-filter-categories::-webkit-scrollbar-thumb{background:linear-gradient(160deg, #c99a0c, #ffd042);border-radius:4px;overflow:hidden}.find-vendors-filter-locations::-webkit-scrollbar-thumb:hover,.find-vendors-filter-categories::-webkit-scrollbar-thumb:hover{background:linear-gradient(160deg, #ffd042, #c99a0c)}.find-vendors-filter-locations,.find-vendors-filter-categories{scrollbar-width:thin;scrollbar-color:#c99a0c rgba(0,0,0,0)}.find-vendors-filter-locations::-moz-scrollbar-thumb,.find-vendors-filter-categories::-moz-scrollbar-thumb{background:#c99a0c}.most-popular-items{display:none}.most-popular-items._show{display:block}.vendors{margin-top:0;margin-bottom:15px}.vendors .vendor{display:flex;margin-bottom:10px;width:100%;border:1px solid #c4c4c4;position:relative}@media(max-width: 768px){.vendors .vendor{display:block;padding-bottom:70px;margin-bottom:50px}}.vendors .vendor .vendor-details-wrapper{flex:0 0 410px;width:400px;margin-top:15px;padding:35px 30px 5px 0;text-align:center}@media(max-width: 1250px){.vendors .vendor .vendor-details-wrapper{flex:0 0 300px;width:300px;padding:25px 10px 5px 10px}}@media(max-width: 1000px){.vendors .vendor .vendor-details-wrapper{flex:0 0 270px;width:270px}}@media(max-width: 768px){.vendors .vendor .vendor-details-wrapper{width:100%;margin-top:5px}}.vendors .vendor .vendor-details-wrapper h2{font-size:40px;line-height:112%;text-align:center;padding-left:8px;margin-top:10px;margin-bottom:30px}@media(max-width: 1250px){.vendors .vendor .vendor-details-wrapper h2{font-size:27px}}@media(max-width: 768px){.vendors .vendor .vendor-details-wrapper h2{margin-bottom:0}}.vendors .vendor .vendor-details-wrapper .vendor__location{margin-bottom:33px}.vendors .vendor .vendor-details-wrapper a{color:#000;font-weight:400;display:inline-block}.vendors .vendor .vendor-details-wrapper .vendor__button{height:35px;width:185px;margin:10px auto 12px}@media(max-width: 768px){.vendors .vendor .vendor-details-wrapper .vendor__button{position:absolute;left:calc(50% - 93px);background-color:#fff}}@media(max-width: 768px){.vendors .vendor .vendor-details-wrapper .vendor__button--explore{bottom:14px}}@media(max-width: 768px){.vendors .vendor .vendor-details-wrapper .vendor__button--contact{bottom:-30px}}.vendor__location{color:#9b9b9b;text-align:center;font-size:12px;margin-bottom:25px}@media(max-width: 768px){.vendor__location{margin-bottom:15px}}.vendor__location .icon{margin-top:-3px;margin-right:3px;width:10px}.vendor .vendor__location{margin-bottom:40px;font-size:13px;color:#9b9b9b}@media(max-width: 768px){.vendor .vendor__location{display:none}}.vendor-images-wrapper{display:flex;column-gap:15px;padding:15px 4px 15px 0;max-width:calc(100% - 410px);flex:0 0 calc(100% - 410px)}@media(max-width: 1250px){.vendor-images-wrapper{max-width:calc(100% - 300px);flex:0 0 calc(100% - 300px)}}@media(max-width: 1000px){.vendor-images-wrapper{max-width:calc(100% - 270px);flex:0 0 calc(100% - 270px)}}@media(max-width: 768px){.vendor-images-wrapper{max-width:100%;flex:0 0 100%;column-gap:8px}}.vendor-images-wrapper .img-wrapper{aspect-ratio:.833;height:315px}@media(max-width: 768px){.vendor-images-wrapper .img-wrapper{height:250px;aspect-ratio:1}}.vendor-images-wrapper img{width:100%;height:100%;object-position:center;object-fit:cover}.mvrc--hotlist{background-color:#fff;position:relative;overflow:hidden;padding:.5rem;border-radius:0 0 0 18px}@media(max-width: 768px){.mvrc--hotlist{padding:10px}}.mvrc--hotlist .mvrc__body{display:flex;flex-direction:column;min-width:0}.mvrc--hotlist .mvrc__gallery{flex:1 1 auto;flex-shrink:0;overflow:hidden;position:relative}.mvrc--hotlist .mvrc__gallery--photos-mobile{display:none}.mvrc--hotlist .mvrc__gallery .slider-wrapper{height:auto;gap:0}.mvrc--hotlist .mvrc__gallery .slider-slide{height:auto}.mvrc--hotlist .mvrc__photo-row{display:flex;gap:12px;padding:12px;width:100%}@media(max-width: 1000px){.mvrc--hotlist .mvrc__photo-row{gap:8px;padding:8px}}.mvrc--hotlist .mvrc__photo-cell{flex:1;min-width:0;aspect-ratio:.74;overflow:hidden}@media(min-width: 769px)and (max-width: 1199px){.mvrc--hotlist .mvrc__photo-cell:nth-child(n+3){display:none}}@media(min-width: 1200px)and (max-width: 1399px){.mvrc--hotlist .mvrc__photo-cell:nth-child(4){display:none}}.mvrc--hotlist .mvrc__photo-cell img{width:100%;height:100%;object-fit:cover}.mvrc--hotlist .mvrc__info{display:flex;align-items:stretch;gap:16px;padding:0 .75rem;background:#fff;flex-shrink:0;min-height:70px;margin:0}.mvrc--hotlist .mvrc__meta{text-align:left;margin-bottom:0;flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:5px}.mvrc--hotlist .mvrc__actions{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;gap:0}.mvrc--hotlist .mvrc__pagination{display:flex;gap:6px;padding-bottom:.5rem;justify-content:flex-end;margin-top:0}.mvrc--hotlist .mvrc__pagination .slider-dot{width:8px;height:8px;border-radius:50%;background:rgba(0,0,0,0);border:1.5px solid #999;cursor:pointer;transition:background .2s ease,border-color .2s ease}.mvrc--hotlist .mvrc__pagination .slider-dot.active{background:#999;border-color:#999}.mvrc--hotlist .mvrc__ctas{display:flex;flex-direction:row;align-items:center;gap:10px}@media(max-width: 768px){.mvrc--hotlist .mvrc__ctas{flex-direction:column;align-items:stretch}}.mvrc--hotlist .mvrc__info .mvrc__ctas .mvrc__cta{min-width:110px;height:42px;padding:0 24px}@media(max-width: 768px){.mvrc--hotlist{padding:.75rem;border-radius:0}.mvrc--hotlist .mvrc__gallery--photos-desktop{display:none}.mvrc--hotlist .mvrc__gallery--photos-mobile{display:block}.mvrc--hotlist .mvrc__gallery--photos-mobile .slider-wrapper{gap:.25rem}.mvrc--hotlist .mvrc__gallery--photos-mobile .slider-slide{width:calc((100% - .25rem)/1.25)}.mvrc--hotlist .mvrc__photo-row--mobile{padding:0;gap:0}.mvrc--hotlist .mvrc__photo-cell--mobile{width:100%}.mvrc--hotlist .mvrc__info{flex-direction:column;align-items:stretch;gap:.75rem;padding:.75rem 0 0;min-height:0}.mvrc--hotlist .mvrc__meta{gap:.5rem}.mvrc--hotlist .mvrc__actions{align-items:stretch;width:100%}.mvrc--hotlist .mvrc__pagination{display:none}.mvrc--hotlist .mvrc__ctas{flex-direction:row;align-items:stretch;gap:.5rem;width:100%}.mvrc--hotlist .mvrc__info .mvrc__ctas .mvrc__cta{flex:1 1 0;min-width:0;width:100%;height:3rem;padding:0 .75rem}.vendors .mvrc{border:1px solid #c4c4c4;border-radius:0;margin-bottom:1.5rem}.vendors .mvrc__info .mvrc__name{font-size:1.5rem;margin-bottom:0;text-align:center;margin:.25rem}.vendors .mvrc__ctas{margin:0}.featured-vendors .mvrc{border:0;border-top:1px solid #c99a0c;border-radius:0}.featured-vendors .mvrc__info .mvrc__name{flex-wrap:wrap;align-items:flex-start;text-align:center;gap:.375rem;font-size:1.5rem;margin-bottom:0}.featured-vendors .mvrc__name a{flex:0 0 100%}.featured-vendors .mvrc__badge{order:-1;flex:0 0 100%;font-size:.75rem;line-height:1}.featured-vendors .mvrc__sub-row{gap:.375rem}.featured-vendors .mvrc__destination-img{order:1;max-width:8rem}.featured-vendors .mvrc__reviews{order:2;margin-right:0;font-size:.8125rem}.featured-vendors .mvrc__ctas{margin:0}}.find-vendors-wrapper{margin-bottom:1rem}.featured-vendors{margin-bottom:2rem}.featured-vendors .mvrc{border:1px solid #c99a0c}.featured-vendors .mvrc__label{position:absolute;top:-10px;left:20px;background-color:#fff;padding:0 12px;font-family:"Playfair Display";font-style:italic;font-size:24px;color:#c99a0c;line-height:1}@media(max-width: 768px){.featured-vendors .mvrc__label{left:12px;font-size:19px}}.featured-vendors .mvrc__name{font-size:28px;line-height:1.2;margin-bottom:0;margin-top:.7rem;text-align:left;display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}.featured-vendors .mvrc__name a{color:#000;font-weight:400;text-decoration:none;min-width:0}@media(max-width: 768px){.featured-vendors .mvrc__name{font-size:22px}}.featured-vendors .mvrc__badge{display:inline;font-size:1rem;font-weight:400;line-height:inherit;flex-shrink:0;white-space:nowrap;margin-left:1rem}.featured-vendors .mvrc__badge--featured{color:#c99a0c}.featured-vendors .mvrc__badge--premium{color:#c99a0c}.featured-vendors .mvrc__sub-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.featured-vendors .mvrc__reviews{font-size:18px;font-weight:300;color:#9b9b9b;white-space:nowrap;margin-right:10px}.featured-vendors .mvrc__destination-img{display:block;height:auto;max-width:160px;flex-shrink:0}.featured-vendors .mvrc__ctas{margin:auto}.featured-vendors .mvrc--video .mvrc__gallery--videos-desktop{display:block;overflow:hidden}.featured-vendors .mvrc--video .mvrc__gallery--videos-mobile{display:none}.featured-vendors .mvrc--video .mvrc__video-row{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:12px;padding:12px}.featured-vendors .mvrc--video .mvrc__video-item{position:relative;overflow:hidden;display:block;min-width:0;aspect-ratio:16/9;background:#f2f2f2}.featured-vendors .mvrc--video .mvrc__video-item::before{content:"";position:absolute;inset:0;background-color:rgba(0,0,0,0);transition:background-color .35s ease;z-index:1;pointer-events:none}.featured-vendors .mvrc--video .mvrc__video-item::after{content:"";position:absolute;inset:0;background-image:url(/newportfolio/img/icons/play-new.svg);background-position:center;background-repeat:no-repeat;background-size:clamp(32px,5vw,64px) clamp(32px,5vw,64px);opacity:1;transition:opacity .35s ease,transform .35s ease;z-index:2;pointer-events:none}.featured-vendors .mvrc--video .mvrc__video-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}@media(any-hover: hover){.featured-vendors .mvrc--video .mvrc__video-item:hover img{transform:scale(1.04)}.featured-vendors .mvrc--video .mvrc__video-item:hover::before{background-color:rgba(0,0,0,.38)}.featured-vendors .mvrc--video .mvrc__video-item:hover::after{opacity:1;transform:scale(1.12)}}.featured-vendors .mvrc--video .mvrc__video-placeholder{width:100%;height:100%;background:#f2f2f2}@media(max-width: 768px){.featured-vendors .mvrc--video .mvrc__gallery--videos-desktop{display:none}.featured-vendors .mvrc--video .mvrc__gallery--videos-mobile{padding-top:.75rem;border-top:1px solid #c99a0c;display:block;overflow:hidden}.featured-vendors .mvrc--video .mvrc__video-row{display:block;padding:0;gap:0}.featured-vendors .mvrc--video .mvrc__video-item{width:100%;display:block}}.vendors .mvrc{border:1px solid #c4c4c4;margin-bottom:2rem}.vendors .mvrc .mvrc__ctas{margin:auto}.vendors .mvrc__name{font-size:30px;line-height:1.2;margin-bottom:0;text-align:left}.vendors .mvrc__name a{color:#000;font-weight:400;text-decoration:none}@media(max-width: 768px){.vendors .mvrc__name{font-size:24px}}@media(max-width: 768px){.directory-listings.page{overflow-x:hidden}@supports(overflow: clip){.directory-listings.page{overflow-x:clip}}.directory-listings.page .col-content,.directory-listings.page .col-content-inset{overflow-x:visible;margin:0;padding:0 .5rem}@supports(overflow: clip){.directory-listings.page .col-content,.directory-listings.page .col-content-inset{overflow-x:visible}}.directory-listings.page .mvrc.mvrc--hotlist{border-radius:0;overflow-x:hidden}@supports(overflow: clip){.directory-listings.page .mvrc.mvrc--hotlist{overflow-x:clip}}.directory-listings.page .mvrc.mvrc--hotlist .mvrc__gallery--photos-mobile .slider-wrapper{gap:.5rem}.directory-listings.page .mvrc.mvrc--hotlist .mvrc__info{flex-direction:column;align-items:stretch;gap:.75rem;padding:.75rem 0 0;min-height:0}.directory-listings.page .mvrc.mvrc--hotlist .mvrc__actions{align-items:stretch;width:100%}.directory-listings.page .mvrc.mvrc--hotlist .mvrc__pagination{display:none}.directory-listings.page .mvrc.mvrc--hotlist .mvrc__ctas{flex-direction:row;align-items:stretch;gap:.5rem;width:100%}.directory-listings.page .vendors .mvrc.mvrc--regular-hotlist{border:1px solid #d9d9d9;border-radius:0;margin-bottom:1.5rem}.directory-listings.page .vendors .mvrc.mvrc--regular-hotlist .mvrc__name{font-size:1.75rem;margin:.5rem;text-align:center}.directory-listings.page .vendors .mvrc.mvrc--regular-hotlist .mvrc__ctas{margin:0}.directory-listings.page .featured-vendors .mvrc.mvrc--featured-hotlist{border:0;border-radius:0;position:relative;padding:0;padding-top:1.5rem}.directory-listings.page .featured-vendors .mvrc.mvrc--featured-hotlist .mvrc__gallery--photos-mobile{border-top:1px solid #c99a0c;padding-top:.75rem}.directory-listings.page .featured-vendors .mvrc.mvrc--featured-hotlist .mvrc__name{display:block;text-align:center;font-size:1.75rem;margin:.5rem}.directory-listings.page .featured-vendors .mvrc.mvrc--featured-hotlist .mvrc__name a{display:block}.directory-listings.page .featured-vendors .mvrc.mvrc--featured-hotlist .mvrc__badge{position:absolute;top:.95rem;left:0;z-index:2;padding-right:.5rem;background:#fff;font-size:.9375rem;font-weight:500;text-transform:uppercase;line-height:1;margin:0}.directory-listings.page .featured-vendors .mvrc.mvrc--featured-hotlist .mvrc__sub-row{justify-content:center;text-align:center;gap:clamp(.75rem,3vw,1.5rem);margin-bottom:.5rem}.directory-listings.page .featured-vendors .mvrc.mvrc--featured-hotlist .mvrc__destination-img{flex:0 1 min(14rem,45vw);max-width:100%}.directory-listings.page .featured-vendors .mvrc.mvrc--featured-hotlist .mvrc__reviews{margin-right:0;font-size:1rem}.directory-listings.page .featured-vendors .mvrc.mvrc--featured-hotlist .mvrc__ctas{margin:0}}.featured-vendor{width:100%;border:1px solid #c99a0c;padding:0 0 0 10px;display:flex;margin-top:26px;position:relative;z-index:1}@media(max-width: 1000px){.featured-vendor{flex-wrap:wrap;padding:10px 10px 65px}}.featured-vendor__label{position:absolute;top:-7px;left:calc(50% - 112px);background-color:#fff;padding:0 15px 10px;font-family:"Playfair Display";font-style:italic;font-weight:400;font-size:24px;color:#c99a0c;white-space:nowrap;z-index:2}@media(max-width: 1000px){.featured-vendor__label{font-size:22px;top:-9px;left:calc(50% - 90px)}}@media(max-width: 768px){.featured-vendor__label{left:20px;font-size:19px}}@media(max-width: toEm(450)){.featured-vendor__label{font-size:17px}}.featured-vendor__col-with-text{flex:0 0 400px;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:15px 30px 15px 0}@media(min-width: 1000px){.featured-vendor__col-with-text{position:relative}}@media(max-width: 1000px){.featured-vendor__col-with-text{flex:1 1 100%;padding:15px 10px;align-items:flex-start}}.featured-vendor__col-with-images{flex:1;max-width:calc(100% - 350px);display:flex;align-items:center;overflow:hidden}@media(max-width: 1000px){.featured-vendor__col-with-images{flex:1 1 calc(100% + 20px);max-width:calc(100% + 20px);margin:0 -10px}}.featured-vendor__title{font-size:40px;line-height:117%;text-align:center;margin-bottom:30px}.featured-vendor__title a{color:#000 !important;font-weight:400 !important}@media(max-width: 1000px){.featured-vendor__title{text-align:left;font-size:35px;max-width:80%}}.featured-vendor__type{margin-bottom:30px;color:#000;text-align:center;padding:0 25px;margin-left:auto;margin-right:auto;line-height:135%;font-style:italic;padding-top:5px}@media(max-width: 1000px){.featured-vendor__type{text-align:left;margin-left:0;margin-right:0;padding:5px 25px 0 0;margin-bottom:20px;font-size:15px}}@media(max-width: 768px){.featured-vendor__type{margin-bottom:0}}.featured-vendor__button{font-weight:400;font-size:14px;display:flex;justify-content:center;align-items:center;height:35px;width:185px;cursor:pointer;margin-bottom:12px}@media(max-width: 1000px){.featured-vendor__button{position:absolute;left:calc(50% - 93px);background-color:#fff}}@media(max-width: 1000px){.featured-vendor__button--explore{bottom:14px}}@media(max-width: 1000px){.featured-vendor__button--contact{bottom:-30px}}.featured-vendor .most-reviewed{position:absolute;top:calc(50% - 50px);right:-50px;background-color:#c99a0c;height:95px;width:95px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:400;font-size:13px;color:#fff;text-align:center;z-index:2}@media(max-width: 1000px){.featured-vendor .most-reviewed{right:0;border-radius:0;height:initial;width:initial;padding:8px 12px;top:25px;font-size:10px;text-transform:uppercase}}.featured-vendor__slider{max-width:100%;position:relative}@media(max-width: 768px){.featured-vendor__slider{padding-left:19px}}.featured-vendor__slider::after{content:"";position:absolute;top:0;right:0;height:100%;width:200px;pointer-events:none;background:url("../img/icons/white-gradient.svg") center/cover no-repeat}@media(max-width: 768px){.featured-vendor__slider::after{right:-60px}}.featured-vendor__wrapper{align-items:center}.featured-vendor .vendor__wrapper{align-items:center}.featured-vendor .vendor__location{font-weight:400;font-size:13px;color:#9b9b9b;margin-bottom:35px}@media(max-width: 1000px){.featured-vendor .vendor__location{font-size:12px;margin-bottom:0}}@media(max-width: 768px){.featured-vendor .vendor__location{font-size:11px}}@media(max-width: toEm(450)){.featured-vendor .vendor__location{font-size:9px}}.featured-vendor .featured-vendor-button-prev{position:absolute;top:calc(50% - 16px);left:10px;display:block;width:19px;height:32px;background:url("../img/icons/slide-prev.svg") center center/100% 100% no-repeat;z-index:2;display:none}.featured-vendor .featured-vendor-button-prev:hover{cursor:pointer;-webkit-transform:scale(1.05);transform:scale(1.05)}.featured-vendor .featured-vendor-button-next{position:absolute;top:calc(50% - 16px);display:block;width:19px;height:32px;right:15px;background:url("../img/icons/slide-next.svg") center center/100% 100% no-repeat;z-index:2}.featured-vendor .featured-vendor-button-next:hover{cursor:pointer;-webkit-transform:scale(1.05);transform:scale(1.05)}.vendor__slider{max-width:100%;transform:translate(4px, 0);position:relative}.vendor__slider::after{content:"";position:absolute;top:0;right:-1px;height:100%;width:180px;pointer-events:none;background:url("../img/icons/white-gradient.svg") left/cover no-repeat}@media(max-width: 1000px){.vendor__slider::after{width:150px}}@media(max-width: 768px){.vendor__slider::after{right:-60px}}.vendor__slider .vendor__slide{display:flex;align-items:center}.vendor-button-next{position:absolute;top:calc(50% - 16px);display:block;width:19px;height:32px;right:15px;background:url("../img/icons/slide-next.svg") center center/100% 100% no-repeat;z-index:2}.vendor-button-next:hover{cursor:pointer;-webkit-transform:scale(1.05);transform:scale(1.05)}.vendor-button-prev{position:absolute;top:calc(50% - 16px);left:10px;display:block;width:19px;height:32px;background:url("../img/icons/slide-prev.svg") center center/100% 100% no-repeat;z-index:2}.vendor-button-prev:hover{cursor:pointer;-webkit-transform:scale(1.05);transform:scale(1.05)}.mvrc--hotlist .mvrc__cta.gold-button,.mvrc--hotlist .mvrc__cta.white-button,.mvrc--hotlist .gold-button,.mvrc--hotlist .white-button{z-index:2;font-weight:600;font-size:1.0625rem;font-family:"Josefin Sans";line-height:1;width:185px;height:35px;display:flex;justify-content:center;align-items:center;padding:initial;cursor:pointer}.mvrc--hotlist .mvrc__cta.gold-button,.mvrc--hotlist .gold-button{color:#fff;border:1px solid #c99a0c;background-color:#c99a0c}.mvrc--hotlist .mvrc__cta.white-button,.mvrc--hotlist .white-button{color:#161616;border:1px solid #161616;background-color:#fff}.mvrc--hotlist .mvrc__cta--explore.white-button{border:1px solid #c99a0c}.cta-underline-center{position:relative;display:inline-block;padding-bottom:2px}.cta-underline-center::after{content:"";position:absolute;left:50%;bottom:0;width:0;height:1px;background-color:#c99a0c;transform:translateX(-50%);transition:width .28s ease}.mvrc--hotlist .mvrc__cta--explore:hover .cta-underline-center::after,.mvrc--hotlist .mvrc__cta--explore:focus .cta-underline-center::after,.mvrc--hotlist .mvrc__cta--explore:focus-visible .cta-underline-center::after{background-color:#c99a0c;width:100%}.mvrc--hotlist .mvrc__cta--contact.gold-button:not([disabled]){--contact-flash-x: 50%;--contact-flash-y: 50%;position:relative;overflow:hidden;isolation:isolate;transition:transform .18s ease,box-shadow .24s ease}.mvrc--hotlist .mvrc__cta--contact.gold-button:not([disabled])::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at var(--contact-flash-x, 50%) var(--contact-flash-y, 50%), rgba(223, 183, 62, 0.64) 0, rgba(223, 183, 62, 0.4) 22%, rgba(223, 183, 62, 0.2) 38%, rgba(223, 183, 62, 0) 52%);opacity:.5;mix-blend-mode:screen;transition:opacity .28s ease}.mvrc--hotlist .mvrc__cta--contact.gold-button:not([disabled]).is-flash-hovering::before{opacity:.9}.mvrc--hotlist .mvrc__cta--contact.gold-button:not([disabled]).is-flash-throbbing::before{animation:newhotlistContactThrob 4s ease-in-out infinite}.mvrc--hotlist .mvrc__cta--contact.gold-button:not([disabled]).is-contact-press{transform:translateY(1px) scale(0.99)}.mvrc--hotlist .mvrc__cta--contact.gold-button:not([disabled]) .ff-sweep{position:absolute;border-radius:50%;background:rgba(255,255,255,.38);transform:translate(-50%, -50%) scale(0);animation:newhotlistContactFlashRipple .85s ease-out forwards;pointer-events:none}@keyframes newhotlistContactThrob{0%,100%{opacity:.62;translate:-12% 0}50%{opacity:.78;translate:12% 0}}@keyframes newhotlistContactFlashRipple{0%{transform:translate(-50%, -50%) scale(0);opacity:.55}70%{opacity:.24}100%{transform:translate(-50%, -50%) scale(1);opacity:0}}.vendor-type{margin-bottom:30px;color:#000;text-align:center;padding:5px 25px 0 25px;margin-left:auto;margin-right:auto;line-height:135%;font-style:italic}@media(max-width: 1000px){.vendor-type{margin-left:0;margin-right:0;padding:5px 10px 0 10px;margin-bottom:20px;font-size:15px}}@media(max-width: 768px){.vendor-type{margin-bottom:0}}.featured-vendor-button-next.slider-button-disabled,.featured-vendor__slider.slider-at-end::after,.vendor-button-next.slider-button-disabled,.vendor__slider.slider-at-end::after{opacity:0 !important;transition:opacity .3s linear 0s}.vendor-overview{padding:3rem 1.25rem;display:flex;justify-content:center;align-items:center}@media(max-width: 767px){.vendor-overview{display:block;padding:35px 0 20px}}.vendor-overview__slogan{flex:0 1 auto;margin:auto;display:flex;justify-content:center;font-size:2.875rem;font-weight:400;align-items:end;flex-direction:column;text-align:center}@media(max-width: 767px){.vendor-overview__slogan{font-size:2rem;flex-direction:row;flex-wrap:wrap;align-items:baseline;margin-right:0;margin-bottom:2rem;gap:4px 12px}}.vendor-overview__word-1{font-family:"Playfair Display";font-style:italic;color:#161616;line-height:100%}.vendor-overview__word-2{color:#161616;line-height:100%;font-style:normal;padding-top:12px}@media(max-width: 767px){.vendor-overview__word-2{color:#161616;padding:0;line-height:100%}}.vendor-overview__word-3{font-family:"Playfair Display";font-style:italic;color:#161616;line-height:100%}@media(max-width: 767px){.vendor-overview__word-3{flex-basis:100%}}.vendor-overview__text{flex:0 1 70%;font-weight:300;font-size:18px;line-height:24px;color:#000;text-align:start}@media(max-width: 1000px){.vendor-overview__text{font-size:16px}}@media(max-width: 767px){.vendor-overview__text{font-size:15px;text-align:center}}@media(max-width: 767px){.vendor-overview__main-text{padding:0 1rem}}@media(max-width: 767px){.vendor-overview__wrap{padding:0 .75rem}}.vendor-overview__highlight{font-weight:400;display:block}.vendor-apply-promo{background:#f9f8f7;margin:24px auto 0 auto;padding:14px 18px;font-size:15px;display:inline-flex;width:fit-content;text-align:center}@media(max-width: 1100px){.vendor-apply-promo{flex-direction:column;padding:1rem}}.vendor-apply-promo__question{font-weight:400}.vendor-apply-promo__answer{font-weight:300}.vendor-apply-promo__apply-link{margin-left:.5rem;color:#c99a0c;font-weight:500 !important;transition:color .2s}.vendor-apply-promo__apply-link:hover,.vendor-apply-promo__apply-link:focus{color:#5e5116}.directory-listings.page{background-color:#f9f8f7}.directory-listings.page #real-reviews.real-reviews{display:flex;width:100%;max-width:100%;min-width:0;margin:3rem 0;overflow-x:hidden}@supports(overflow: clip){.directory-listings.page #real-reviews.real-reviews{overflow-x:clip}}@media(max-width: 1100px){.directory-listings.page #real-reviews.real-reviews{display:block;padding:10px 0 25px;overflow:visible}}@media(max-width: 768px){.directory-listings.page #real-reviews.real-reviews{padding:10px 0 20px}}.directory-listings.page #real-reviews.real-reviews .real-reviews__col--text{flex:0 0 auto;min-width:0;padding-left:3rem;text-align:center;align-content:center;margin:auto}@media(max-width: 1100px){.directory-listings.page #real-reviews.real-reviews .real-reviews__col--text{width:100%;padding:30px 10px 30px}}.directory-listings.page #real-reviews.real-reviews .real-reviews__title{display:flex;align-items:end;flex-direction:column;margin-right:1.5rem}@media(max-width: 1100px){.directory-listings.page #real-reviews.real-reviews .real-reviews__title{flex-direction:row;gap:10px;align-items:baseline;justify-content:center;margin-right:0}}.directory-listings.page #real-reviews.real-reviews .real-reviews__title span:first-child{font-family:"Playfair Display";font-style:italic;font-weight:400;font-size:2.875rem;line-height:100%}@media(max-width: 1100px){.directory-listings.page #real-reviews.real-reviews .real-reviews__title span:first-child{font-size:38px}}.directory-listings.page #real-reviews.real-reviews .real-reviews__title span:last-child{font-weight:400;font-size:2.875rem;line-height:120%}@media(max-width: 1100px){.directory-listings.page #real-reviews.real-reviews .real-reviews__title span:last-child{font-size:38px;line-height:100%}}.directory-listings.page #real-reviews.real-reviews .real-reviews__subtitle{display:none;padding-top:8px;font-weight:300;font-size:18px;line-height:130%}@media(max-width: 1100px){.directory-listings.page #real-reviews.real-reviews .real-reviews__subtitle{display:block}}.directory-listings.page #real-reviews.real-reviews .real-reviews__col--reviews{flex:0 1 70%;min-width:0;max-width:100%;position:relative;background-color:#f9f8f7;border-radius:18px 0 18px 0;overflow-x:hidden}@supports(overflow: clip){.directory-listings.page #real-reviews.real-reviews .real-reviews__col--reviews{overflow-x:clip;margin:0 0 0 1rem}}@media(max-width: 1100px){.directory-listings.page #real-reviews.real-reviews .real-reviews__col--reviews{overflow:visible;margin:1.5rem}}.directory-listings.page #real-reviews.real-reviews .real-reviews__slider.slider{position:relative;width:100%;max-width:100%;min-width:0;display:block;box-sizing:border-box;padding:0;overflow-x:hidden}.directory-listings.page #real-reviews.real-reviews .real-reviews__button-prev,.directory-listings.page #real-reviews.real-reviews .real-reviews__button-next{display:none;position:absolute;top:50%;z-index:10;width:30px;height:55px;margin-top:-13px;background:rgba(0,0,0,0);border:none;cursor:pointer;opacity:1;transition:none;background-repeat:no-repeat;background-position:center center;background-size:20px}@media(max-width: 1100px){.directory-listings.page #real-reviews.real-reviews .real-reviews__button-prev,.directory-listings.page #real-reviews.real-reviews .real-reviews__button-next{display:block}}@media(min-width: 1101px){.directory-listings.page #real-reviews.real-reviews .real-reviews__button-prev,.directory-listings.page #real-reviews.real-reviews .real-reviews__button-next{display:none !important}}.directory-listings.page #real-reviews.real-reviews .real-reviews__button-prev{left:0;background-image:url("../img/icons/slide-prev.svg")}@media(max-width: 1100px){.directory-listings.page #real-reviews.real-reviews .real-reviews__button-prev{left:-28px}}.directory-listings.page #real-reviews.real-reviews .real-reviews__button-next{right:0;background-image:url("../img/icons/slide-next.svg")}@media(max-width: 1100px){.directory-listings.page #real-reviews.real-reviews .real-reviews__button-next{right:-28px}}.directory-listings.page #real-reviews.real-reviews .real-reviews__pagination{position:absolute;top:.75rem;right:1.25rem;margin-top:0;padding:0;gap:6px;justify-content:flex-end;z-index:2}@media(min-width: 1101px)and (max-width: 1400px){.directory-listings.page #real-reviews.real-reviews .real-reviews__pagination{right:24px}}.directory-listings.page #real-reviews.real-reviews .real-reviews__pagination .slider-dot{width:8px;height:8px;border-radius:50%;border:1.5px solid #999;background:rgba(0,0,0,0);cursor:pointer;transition:background .2s ease,border-color .2s ease;transform:none}.directory-listings.page #real-reviews.real-reviews .real-reviews__pagination .slider-dot.active{background:#999;border-color:#999}@media(max-width: 1100px){.directory-listings.page #real-reviews.real-reviews .real-reviews__pagination{display:none}}.directory-listings.page #real-reviews.real-reviews .real-reviews__wrapper.slider-wrapper{display:flex;width:auto;min-width:100%;max-width:none;box-sizing:border-box;gap:0;height:auto}.directory-listings.page #real-reviews.real-reviews .real-reviews__slide.slider-slide{flex:0 0 100%;width:100%;max-width:100%;min-width:0;padding:0;box-sizing:border-box;overflow:hidden}.directory-listings.page #real-reviews.real-reviews .real-review-card{display:flex;align-items:flex-start;gap:clamp(18px,2.2vw,28px);width:100%;max-width:100%;min-width:0;padding:3rem;padding-left:2rem;font-family:"Josefin Sans",sans-serif;box-sizing:border-box;border-radius:18px 0 18px 0}@media(max-width: 1100px){.directory-listings.page #real-reviews.real-reviews .real-review-card{flex-direction:column;gap:18px;padding:2rem 1rem}}.directory-listings.page #real-reviews.real-reviews .real-review-card__vendor{flex:0 0 220px;max-width:220px;min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:18px}@media(max-width: 1250px){.directory-listings.page #real-reviews.real-reviews .real-review-card__vendor{flex-basis:190px;max-width:190px}}@media(max-width: 1100px){.directory-listings.page #real-reviews.real-reviews .real-review-card__vendor{flex:0 0 auto;max-width:100%;width:100%;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem}}.directory-listings.page #real-reviews.real-reviews .real-review-card__vendor-head{display:flex;align-items:center;gap:1rem;min-width:0;width:100%;margin-bottom:10px}@media(max-width: 1100px){.directory-listings.page #real-reviews.real-reviews .real-review-card__vendor-head{flex:1 1 auto;width:auto;gap:0;margin-bottom:0}}.directory-listings.page #real-reviews.real-reviews .real-review-card__vendor-name{min-width:0;max-width:175px;text-align:center;font-size:1.125rem;font-weight:400;line-height:1.2;overflow-wrap:anywhere;word-break:break-word}.directory-listings.page #real-reviews.real-reviews .real-review-card__vendor-name a{color:#000;font-weight:400}@media(max-width: 1350px){.directory-listings.page #real-reviews.real-reviews .real-review-card__vendor-name{font-size:1rem}}@media(max-width: 1100px){.directory-listings.page #real-reviews.real-reviews .real-review-card__vendor-name{margin-left:.5rem;max-width:none}}.directory-listings.page #real-reviews.real-reviews .real-review-card__cta{display:flex;justify-content:center;align-items:center;width:175px;min-width:175px;height:40px;min-height:40px;padding:5px 20px;box-sizing:border-box;font-size:14px;font-weight:400;font-family:inherit;line-height:1;color:#161616;border:1px solid #161616;text-decoration:none;cursor:pointer;flex-shrink:0}.directory-listings.page #real-reviews.real-reviews .real-review-card__cta:visited{color:#161616}.directory-listings.page #real-reviews.real-reviews .real-review-card__cta:hover .cta-underline-center::after,.directory-listings.page #real-reviews.real-reviews .real-review-card__cta:focus .cta-underline-center::after,.directory-listings.page #real-reviews.real-reviews .real-review-card__cta:focus-visible .cta-underline-center::after{background-color:#161616;width:100%}@media(max-width: 1100px){.directory-listings.page #real-reviews.real-reviews .real-review-card__cta{margin-left:auto;height:50px;width:35%;font-size:1.125rem;min-width:0}}.directory-listings.page #real-reviews.real-reviews .real-review-card__cta-label{display:inline-block}.directory-listings.page #real-reviews.real-reviews .real-review-card__cta-label--mobile{display:none}@media(max-width: 1100px){.directory-listings.page #real-reviews.real-reviews .real-review-card__cta-label--desktop{display:none}.directory-listings.page #real-reviews.real-reviews .real-review-card__cta-label--mobile{display:inline-block}}.directory-listings.page #real-reviews.real-reviews .real-review-card__body{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:10px;padding-top:.5rem}@media(max-width: 1100px){.directory-listings.page #real-reviews.real-reviews .real-review-card__body{padding:.5rem .5rem 0}}.directory-listings.page #real-reviews.real-reviews .real-review-card__heading{display:flex;align-items:baseline;gap:12px;min-width:0}.directory-listings.page #real-reviews.real-reviews .real-review-card__reviewer{min-width:0;font-size:1rem;font-weight:400;overflow-wrap:anywhere;word-break:break-word}@media(max-width: 1350px){.directory-listings.page #real-reviews.real-reviews .real-review-card__reviewer{font-size:.9375rem}}.directory-listings.page #real-reviews.real-reviews .real-review-card__rating{display:flex;gap:.5rem;flex-shrink:0}.directory-listings.page #real-reviews.real-reviews .real-review-card__rating-dot{width:8px;height:8px;background:rgba(201,154,12,.28);transform:rotate(45deg)}.directory-listings.page #real-reviews.real-reviews .real-review-card__rating-dot.is-active{background:#c99a0c}.directory-listings.page #real-reviews.real-reviews .real-review-card__text{margin:0;font-size:15px;font-weight:300;display:block;line-height:22px;overflow-wrap:anywhere;word-break:break-word}.directory-listings.page #real-reviews.real-reviews .real-review-card__text.is-clamped{display:-webkit-box;-webkit-line-clamp:var(--review-line-clamp, 3);-webkit-box-orient:vertical;overflow:hidden}.directory-listings.page #real-reviews.real-reviews .real-review-card__text-wrap{position:relative}.directory-listings.page #real-reviews.real-reviews .real-review-card__more{position:absolute;bottom:0;right:10px;font-size:15px;line-height:22px;color:#000;font-weight:500;white-space:nowrap;display:none;background:linear-gradient(to right, transparent, #f2f2f2 40%);padding-left:2rem}.directory-listings.page #real-reviews.real-reviews .real-review-card__text.is-truncated+.real-review-card__more{display:block}.real-weddings{display:none;padding:3rem 0 0}@media(max-width: 1000px){.real-weddings{padding:60px 0 50px}}.real-weddings__title{font-family:"Playfair Display";font-style:italic;font-weight:400;line-height:100%;text-align:center;font-size:2rem;margin-bottom:5px}.real-weddings__location{font-size:1.25rem;text-align:center;margin-bottom:30px;padding-top:8px}.real-weddings__items{display:flex;margin:0 -24px;width:calc(100% + 48px)}@media(max-width: 1400px){.real-weddings__items{flex-wrap:wrap;justify-content:center;align-items:center}}.real-wedding{flex:0 1 33.333%;display:flex;flex-direction:column;padding:24px}@media(max-width: 1400px){.real-wedding{flex:0 1 48%}}@media(max-width: 768px){.real-wedding{flex:1 1 100%}}.real-wedding__photo{display:block;width:100%;aspect-ratio:1.5;overflow:hidden;margin-bottom:25px;cursor:pointer}.real-wedding__photo img{width:100%;height:100%;object-fit:cover;object-position:center}.real-wedding__title{display:block;flex-wrap:wrap;font-family:inherit;font-size:26px;font-weight:500;line-height:130%;color:inherit;text-decoration:none;padding-bottom:13px;cursor:pointer}.real-wedding .real-wedding a.real-wedding__photo,.real-wedding .real-wedding a.real-wedding__title{display:block;cursor:pointer}.real-wedding a.real-wedding__title,.real-wedding a.real-wedding__title:visited,.real-wedding a.real-wedding__title:hover,.real-wedding a.real-wedding__title:focus,.real-wedding a.real-wedding__title:active{font-family:inherit;font-size:26px;font-weight:500 !important;line-height:130%;color:#000 !important;text-decoration:none}.real-wedding__date{font-size:17px;line-height:130%;margin-bottom:28px}.real-wedding__description{font-size:17px;line-height:130%;position:relative;margin-bottom:35px}@media(max-width: 768px){.real-wedding__description{text-align:justify}}.real-wedding__more{display:inline;font-weight:500;color:#c99a0c;white-space:nowrap}.real-wedding__more:hover{color:#454545}.real-wedding .real-wedding__button{margin:auto auto 40px;font-weight:400 !important;font-size:14px;color:#161616 !important;display:flex;justify-content:center;align-items:center;height:35px;width:185px;padding:0;border:1px solid #161616;cursor:pointer}.directory-listings .essential-sponsors{margin-top:36px}.directory-listings .essential-sponsors__grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:20px}.directory-listings .essential-sponsors__card.mvrc--hotlist{border:1px solid #d9d9d9;padding:18px;border-radius:0;display:flex;align-items:stretch;gap:20px;min-height:215px}.directory-listings .essential-sponsors__card .mvrc__cta{margin-top:auto 0 0}.directory-listings .essential-sponsors__media{flex:0 0 40%;overflow:hidden;border:1px solid #d9d9d9;background:#d3d3d3}.directory-listings .essential-sponsors__media img{width:100%;height:100%;object-fit:cover}.directory-listings .essential-sponsors__media--empty{background:#d3d3d3}.directory-listings .essential-sponsors__content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 10px}.directory-listings .essential-sponsors__title{margin:auto 0;font-size:28px;line-height:1.2;font-weight:400;text-align:center;display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}.directory-listings .essential-sponsors__title a{color:#000;text-decoration:none;font-weight:400}.directory-listings .essential-sponsors__title a:hover,.directory-listings .essential-sponsors__title a:focus,.directory-listings .essential-sponsors__title a:active{color:#000;text-decoration:none}.directory-listings .essential-sponsors__title a:visited{color:#000}@media(max-width: 768px){.directory-listings .essential-sponsors__title{font-size:22px}}@media(max-width: 1000px){.directory-listings .essential-sponsors__grid{grid-template-columns:1fr}.directory-listings .essential-sponsors__card.mvrc--hotlist{flex-direction:column;gap:12px;min-height:0}.directory-listings .essential-sponsors__media{flex:0 0 auto;width:100%;aspect-ratio:1.5}.directory-listings .essential-sponsors__content{gap:16px}}.promise-wrapper{padding:60px 0;margin:40px 0 0;width:100%;position:relative}.promise-wrapper.promise-wrapper--desktop{display:none}.promise-wrapper.promise-wrapper--mobile{display:block}@media(max-width: 1000px){.promise-wrapper{margin:40px -15px 0;width:calc(100% + 40px);padding:60px 0 50px}}@media(max-width: 767px){.promise-wrapper{margin:40px 0 0;width:100%}}.promise-wrapper::after{content:"";position:absolute;top:-40px;left:0;right:0;width:100%;height:80px;background:url("../img/decor-promise.svg") 50% center/cover no-repeat}.promise-wrapper .promise__title,.promise-wrapper .promise__text,.promise-wrapper .promise-items{padding-left:24px;padding-right:24px}.promise-wrapper .promise__title{line-height:100%;font-size:42px;font-weight:300;text-align:center;color:#000;margin-bottom:40px}.promise-wrapper .promise__title span{color:#c99a0c;font-family:"Playfair Display";font-style:italic;font-weight:400;margin-right:0}.promise-wrapper .promise__text{line-height:22px;color:#000;font-size:15px;font-weight:300;margin-bottom:30px;text-align:center}@media(max-width: 768px){.promise-wrapper .promise__text{font-size:15px;font-weight:300;line-height:22px}}.promise-wrapper .promise-items{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:18px}@media(max-width: 768px){.promise-wrapper .promise-items{flex-direction:column}}.promise-wrapper .promise-item{white-space:nowrap;color:#000;display:flex;justify-content:center;align-items:center;gap:6px;font-size:15px}.promise-wrapper .promise-item img{margin-bottom:4px}.promise-wrapper .promise-item span{font-weight:400}@media(min-width: 1001px){#promise .promise-wrapper--mobile{display:none}#promise .promise-wrapper--desktop{display:flex;align-items:flex-start;justify-content:space-between;gap:clamp(4rem,5vw,8rem);padding:3.75rem;padding-right:0;margin:0 auto 2rem}#promise .promise-wrapper--desktop::after{display:none}#promise .promise-wrapper--desktop .promise__intro{flex:0 1 48%}#promise .promise-wrapper--desktop .promise__content{flex:0 1 52%;display:flex;flex-direction:column;align-items:flex-start}#promise .promise-wrapper--desktop .promise__title,#promise .promise-wrapper--desktop .promise__text,#promise .promise-wrapper--desktop .promise-items{padding-left:0;padding-right:0}#promise .promise-wrapper--desktop .promise__title{text-align:right;font-size:2.4rem;line-height:100%;margin-bottom:1.9rem}#promise .promise-wrapper--desktop .promise__title span{margin-right:1.6rem}#promise .promise-wrapper--desktop .promise__text{text-align:right;font-size:15px;line-height:22px;margin-left:clamp(100px,9vw,190px);margin-bottom:0}#promise .promise-wrapper--desktop .promise__icon{display:flex;align-items:center;justify-content:flex-start;margin-bottom:2.3rem}#promise .promise-wrapper--desktop .promise__icon img{width:clamp(88px,6vw,100px);height:auto}#promise .promise-wrapper--desktop .promise-items{display:flex;flex-direction:column;align-items:flex-start;gap:.9rem}#promise .promise-wrapper--desktop .promise-item{justify-content:flex-start;font-size:1rem;gap:.7rem}#promise .promise-wrapper--desktop .promise-item img{margin-bottom:0}}#other-vendors{margin-top:5rem}.other-vendors-wrapper{position:relative;padding-top:2.5rem}.other-vendors-wrapper::before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%, 0);width:33%;border-top:1px solid #979797}.other-vendors-wrapper .more__title{font-size:2rem;line-height:120%;flex-wrap:wrap;text-align:center;color:#231f20;margin-bottom:22px;font-weight:400}.other-vendors-wrapper .more__title-vendors{font-family:"Playfair Display";font-style:italic;font-weight:400}.other-vendors-wrapper .more__title-suffix{display:inline}.other-vendors-wrapper .more__title-suffix--desktop{display:none}.other-vendors-wrapper .more__title-suffix--mobile{display:inline}@media(max-width: 768px){.other-vendors-wrapper .more__title{font-size:28px;margin-bottom:28px}.other-vendors-wrapper .more__title-suffix--desktop{display:none}.other-vendors-wrapper .more__title-suffix--mobile{display:block;line-height:1.2;margin-top:2px}}.other-vendors-wrapper .more-vendors-rows{display:flex;flex-direction:column;gap:20px;margin-top:14px}.other-vendors-wrapper .other-vendors-chips{margin-bottom:2rem}.other-vendors-wrapper .other-vendors-row--regions{margin-bottom:.75rem}.other-vendors-wrapper .more-vendors-row{display:flex;flex-direction:column;gap:0}.other-vendors-wrapper .more-vendors-row__cards{margin-top:0;margin-bottom:0}.other-vendors-wrapper .more-vendors-row__cards .mvrc__meta-detail{font-size:15px;line-height:1.25;color:#9b9b9b;font-weight:300}.other-vendors-wrapper .more-vendors-row__cards .mvrc__meta-detail--category-location{margin-top:4px;display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:1.5rem}.other-vendors-wrapper .more-vendors-row__cards .mvrc__meta-category{text-transform:uppercase}.other-vendors-wrapper .more-vendors-row__cards .mvrc__meta-separator{opacity:.65}.other-vendors-wrapper .more-vendors-row__cards .mvrc__meta-location{display:inline-flex;align-items:baseline;gap:4px}.other-vendors-wrapper .more-vendors-row__cards .mvrc__meta-location-icon{width:12px;height:12px;align-self:baseline;position:relative;top:1px;opacity:.8}.other-vendors-wrapper .more-vendors-row__cards .mvrc__gallery--videos{overflow:hidden}.other-vendors-wrapper .more-vendors-row__cards .mvrc__gallery--videos-mobile-single{display:none}.other-vendors-wrapper .more-vendors-row__cards .mvrc__video-row{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:12px;padding:12px}.other-vendors-wrapper .more-vendors-row__cards .mvrc__video-item{position:relative;overflow:hidden;display:block;min-width:0;aspect-ratio:16/9;background:#f2f2f2}.other-vendors-wrapper .more-vendors-row__cards .mvrc__video-item::before{content:"";position:absolute;inset:0;background-color:rgba(0,0,0,0);transition:background-color .35s ease;z-index:1;pointer-events:none}.other-vendors-wrapper .more-vendors-row__cards .mvrc__video-item::after{content:"";position:absolute;inset:0;background-image:url(/newportfolio/img/icons/play-new.svg);background-position:center;background-repeat:no-repeat;background-size:clamp(32px,5vw,64px) clamp(32px,5vw,64px);opacity:1;transition:opacity .35s ease,transform .35s ease;z-index:2;pointer-events:none}.other-vendors-wrapper .more-vendors-row__cards .mvrc__video-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}@media(any-hover: hover){.other-vendors-wrapper .more-vendors-row__cards .mvrc__video-item:hover img{transform:scale(1.04)}.other-vendors-wrapper .more-vendors-row__cards .mvrc__video-item:hover::before{background-color:rgba(0,0,0,.38)}.other-vendors-wrapper .more-vendors-row__cards .mvrc__video-item:hover::after{opacity:1;transform:scale(1.12)}}.other-vendors-wrapper .more-vendors-row__cards .mvrc__video-placeholder{width:100%;height:100%;background:#f2f2f2}@media(max-width: 768px){.other-vendors-wrapper .more-vendors-row{gap:0}.other-vendors-wrapper .more-vendors-row__cards .mvrc__meta-detail{font-size:14px}.other-vendors-wrapper .more-vendors-row__cards .mvrc__meta-detail--category-location{display:none}.other-vendors-wrapper .more-vendors-row__cards .mvrc__gallery--videos-desktop{display:none}.other-vendors-wrapper .more-vendors-row__cards .mvrc__gallery--videos-mobile-single{display:block}.other-vendors-wrapper .more-vendors-row__cards .mvrc__video-row--mobile-single{display:block;padding:0}}.other-vendors-wrapper .other-vendors-row{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;width:100%}.other-vendors-wrapper .other-vendors-chip{display:inline-flex;align-items:center;justify-content:center;padding:7px 16px;border-radius:999px;background-color:#f9f8f7;color:#231f20;font-size:16px;font-weight:400;line-height:1;text-decoration:none}@media(max-width: 768px){.other-vendors-wrapper .other-vendors-chip{font-size:14px;padding:7px 14px}}.spollers{display:grid;gap:15px}.spollers__title{width:100%;cursor:default;text-align:left;border:2px solid #c4c4c4;padding:.625rem 2.8125rem .625rem 1.875rem;position:relative;list-style:none;min-height:80px;display:flex;align-items:center;font-size:16px;line-height:140%}.spollers__title::-webkit-details-marker{display:none}.spollers__title::marker{display:none}._spoller-init .spollers__title{cursor:pointer}._spoller-init .spollers__title::after{content:"";position:absolute;right:15px;top:50%;background-color:#989898;height:1px;width:12px;transition:-webkit-transform .5s ease 0s;transition:transform .5s ease 0s;transition:transform .5s ease 0s,-webkit-transform .5s ease 0s;-webkit-transform:translate(0, -50%) rotate(-40deg);transform:translate(0, -50%) rotate(-40deg)}._spoller-init .spollers__title::before{content:"";position:absolute;right:15px;top:50%;background-color:#989898;height:1px;width:12px;transition:-webkit-transform .5s ease 0s;transition:transform .5s ease 0s;transition:transform .5s ease 0s,-webkit-transform .5s ease 0s;-webkit-transform:translate(-75%, -50%) rotate(40deg);transform:translate(-75%, -50%) rotate(40deg)}._spoller-init .spollers__title._spoller-active{border-color:#c99a0c;color:#c99a0c}._spoller-init .spollers__title._spoller-active::before{-webkit-transform:translateX(-75%) rotate(-40deg);transform:translateX(-75%) rotate(-40deg);background-color:#c99a0c}._spoller-init .spollers__title._spoller-active::after{-webkit-transform:rotate(40deg);transform:rotate(40deg);background-color:#c99a0c}.spollers__body{padding:1.25rem 1.5625rem;border-radius:.3125rem;font-size:17px;line-height:140%;color:#000}.faq{padding:clamp(20px,6vw,40px) 0}.faq__container{padding:0 15px}.faq__title{font-family:"Playfair Display";font-style:italic;font-weight:400;font-size:2rem;line-height:120%;text-align:center;color:#000;margin-bottom:40px}.faq__pretext,.faq__posttext{font-size:18px;line-height:160%;color:#211d1e}.faq__pretext p,.faq__posttext p{margin-bottom:1rem}.faq__pretext p:last-child,.faq__posttext p:last-child{margin-bottom:0}.faq__pretext a,.faq__posttext a{color:#c99a0c;text-decoration:underline}.faq__pretext{margin-bottom:40px}.faq__posttext{margin-top:40px}.spollers--faq{gap:0}.spollers--faq .spollers__item:not(:last-child)::after{content:"";display:block;width:40%;height:1px;background-color:#c4c4c4;margin:0}.spollers--faq .spollers__title{border:none;font-size:18px;padding:1.125rem 2rem 1.125rem 0;min-height:60px;width:fit-content}.spollers--faq .spollers__body{padding:0 3rem 1.25rem 0}._spoller-init.spollers--faq .spollers__title::before,._spoller-init.spollers--faq .spollers__title::after{background-color:#c99a0c;right:0}._spoller-init.spollers--faq .spollers__title._spoller-active{color:#c99a0c}._spoller-init.spollers--faq .spollers__title._spoller-active::before,._spoller-init.spollers--faq .spollers__title._spoller-active::after{background-color:#c99a0c}@media(max-width: 768px){.faq__title{font-size:28px}.spollers--faq .spollers__title{font-size:16px}}.floating-ribbon{position:fixed;left:1rem;right:1rem;bottom:1rem !important;width:auto;background-color:#c99a0c;min-height:3.75rem;border-radius:20px;padding:.875rem 1rem;display:none;z-index:500}@media(max-width: 767px){.floating-ribbon{display:flex;align-items:center;justify-content:space-between}}.floating-ribbon__text{color:#fff;font-family:var(--font-body);font-style:normal;font-size:1.25rem;font-weight:600;line-height:1;margin:0;flex:1 1 auto;display:flex;justify-content:center;align-items:center;padding-right:0}.floating-ribbon__text span{text-align:center}.floating-ribbon__arrow{margin-left:0;flex:0 0 auto;display:flex;align-items:center;justify-content:center}.floating-ribbon__arrow img{height:24px;width:16px;-webkit-animation:moveLeftRight 2.3s infinite;animation:moveLeftRight 2.3s infinite;filter:brightness(0) saturate(100%) invert(100%)}