:root{--sis-font-family-base: Albert Sans, Montserrat, Helvetica, sans-serif}/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/.animated{animation-duration:1s;animation-fill-mode:both}.animated.hinge{animation-duration:2s}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{animation-name:bounce}@keyframes zoomIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.pulse{animation-name:pulse}@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}100%{transform:scale(1) rotate(0)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateX(0%)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}100%{transform:translateX(0%)}}.wobble{animation-name:wobble}@keyframes bounceIn{0%{opacity:0;transform:scale(0.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(0.9)}100%{transform:scale(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}100%{transform:translateY(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}100%{transform:translateX(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}100%{transform:translateX(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}100%{transform:translateY(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(0.95)}50%{opacity:1;transform:scale(1.1)}100%{opacity:0;transform:scale(0.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}100%{opacity:0;transform:translateY(2000px)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}100%{opacity:0;transform:translateX(-2000px)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}100%{opacity:0;transform:translateX(2000px)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}100%{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}100%{opacity:1;transform:translateY(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}100%{opacity:1;transform:translateX(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}100%{opacity:1;transform:translateY(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(20px)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-20px)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(20px)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-20px)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);animation-timing-function:ease-in}100%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}100%{transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}100%{transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}100%{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;backface-visibility:visible !important}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1}100%{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0%) skewX(-15deg);opacity:1}100%{transform:translateX(0%) skewX(0deg);opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{transform:translateX(0%) skewX(0deg);opacity:1}100%{transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}100%{transform-origin:center center;transform:rotate(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}100%{transform-origin:center center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}100%{transform:translateY(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px)}100%{transform:translateX(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}100%{transform:translateX(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideOutLeft{0%{transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}.slideOutUp{animation-name:slideOutUp}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out}100%{transform:translateY(700px);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;transform:translateX(0px) rotate(0deg)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1;transform:translateX(0px) rotate(0deg)}100%{opacity:0;transform:translateX(100%) rotate(120deg)}}.rollOut{animation-name:rollOut}footer{background-color:#000;color:#fff}footer .footer-content a{color:#fff}footer .footer-content .copyright{color:#fff}footer .footer-content .copyright a{color:#fff}@keyframes shine{100%{left:125%}}@keyframes mouse-wheel{0%{top:1px}25%{top:2px}50%{top:3px}75%{top:2px}100%{top:1px}}@keyframes mouse-scroll{0%{opacity:0}50%{opacity:.5}100%{opacity:1}}body{font-family:var(--sis-font-family-base);padding-top:0}body header:not(.reduced){top:90px}@media(max-width: 650px){body header:not(.reduced){top:130px}}body .home-quick-search+.dark-banner{display:none}body section.about{display:none}body section.about+.clearfix{display:none}.inner>.container-fluid{padding:0}.inner>.container-fluid>.page{padding-top:0 !important}body#page270692 header:not(.reduced){top:0}body#page270692 header{background:rgba(0,0,0,0);border-top:0}#temp_hero{display:flex;align-items:center;justify-content:center;height:calc(100vh - 70px) !important;min-height:750px;background-size:cover;background-attachment:fixed;position:relative;padding-top:0 !important;margin-top:-130px !important;font-family:var(--sis-font-family-base)}@media(max-width: 575.98px){#temp_hero{height:calc(100vh - 180px) !important}}@keyframes fade{from{opacity:1}to{opacity:0}}#temp_hero:before{content:"";background:#000;position:absolute;top:0;right:0;left:0;bottom:0;z-index:1;opacity:1;animation:fade 2s 1s forwards}#temp_hero:after{background:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));position:absolute;top:40%;right:0;bottom:0;left:0;content:"";z-index:1}#temp_hero .inner{text-align:center}#temp_hero .inner h1{color:#fff;font-size:90px;text-transform:uppercase;font-weight:600;text-shadow:2px 2px 3px rgba(0,0,0,.75);margin-bottom:20px;font-family:var(--sis-font-family-base)}#message_bar{background:#000;padding:14px 30px;display:flex;align-items:center;justify-content:center;z-index:99;position:relative}@media(max-width: 650px){#message_bar{flex-direction:column}}#message_bar p{margin:0 30px 0 0;text-transform:uppercase;font-size:20px;text-transform:uppercase;letter-spacing:1px;color:#fff;font-weight:500}@media(max-width: 650px){#message_bar p{margin:0 0 10px 0}}@media(max-width: 575.98px){#message_bar p{font-size:4.5vw !important}}#message_bar p span{color:#f0e695}.home-quick-search{display:flex;align-items:center;justify-content:center;height:calc(100vh - 70px) !important;min-height:750px;background-size:cover;background-attachment:fixed;position:relative;padding-top:0 !important;margin-top:0 !important;font-family:var(--sis-font-family-base)}@media(max-width: 575.98px){.home-quick-search{height:calc(100vh - 180px) !important}}@keyframes fade{from{opacity:1}to{opacity:0}}.home-quick-search:before{content:"";background:#000;position:absolute;top:0;right:0;left:0;bottom:0;z-index:1;opacity:1;animation:fade 2s 1s forwards}.home-quick-search:after{background:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));position:absolute;top:40%;right:0;bottom:0;left:0;content:"";z-index:1}.home-quick-search .hero-video--iframe{height:100%}.home-quick-search .hero-video--iframe>div{padding:0}.home-quick-search .hero-video--iframe>div>iframe{aspect-ratio:16/9;width:auto;height:auto;min-height:100%;min-width:100%;top:50% !important;left:50% !important;transform:translateX(-50%) translateY(-50%)}.home-quick-search .js-qs-form{padding:0 50px;text-align:center;position:relative;z-index:99;animation:fadeIn 1s 1.5s forwards;opacity:0}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@media(max-width: 575.98px){.home-quick-search .js-qs-form{padding:0 30px;transform:translateY(-50px)}}.home-quick-search .js-qs-form h1{color:#fff;font-size:90px;text-transform:uppercase;font-weight:600;text-shadow:2px 2px 3px rgba(0,0,0,.75);margin-bottom:20px;font-family:var(--sis-font-family-base)}@media(max-width: 1199.98px){.home-quick-search .js-qs-form h1{font-size:80px}}@media(max-width: 991.98px){.home-quick-search .js-qs-form h1{font-size:70px}}@media(max-width: 767.98px){.home-quick-search .js-qs-form h1{font-size:60px}}@media(max-width: 575.98px){.home-quick-search .js-qs-form h1{font-size:12vw}}.home-quick-search .js-qs-form .listings-count{color:#fff;text-transform:uppercase;font-weight:400;font-size:27px !important;letter-spacing:2px;text-shadow:2px 2px 3px rgba(0,0,0,.75)}@media(max-width: 1199.98px){.home-quick-search .js-qs-form .listings-count{font-size:25px !important}}@media(max-width: 991.98px){.home-quick-search .js-qs-form .listings-count{font-size:23px !important}}@media(max-width: 767.98px){.home-quick-search .js-qs-form .listings-count{font-size:20px !important}}.home-quick-search .js-qs-form .form{max-width:600px;margin:50px auto 0;background:rgba(30,30,30,.65);position:relative;border-bottom:1px solid rgba(255,255,255,.5)}.home-quick-search .js-qs-form .form .range-input{display:none}.home-quick-search .js-qs-form .form .location{background:rgba(0,0,0,0);border:none;color:#fff;width:100%;float:none;font-weight:500;font-size:18px}.home-quick-search .js-qs-form .form .location::-moz-placeholder{color:#fff;font-weight:500;font-size:18px}.home-quick-search .js-qs-form .form .location::placeholder{color:#fff;font-weight:500;font-size:18px}.home-quick-search .js-qs-form .form .search-button{font-size:0;background:rgba(0,0,0,0);width:auto;position:absolute;right:0px;color:#fff;padding:0 20px}.home-quick-search .js-qs-form .form .search-button:after{content:"›";font-size:35px}.home-quick-search .js-qs-form .form .search-button .arrow{display:none}.mouse_scroll{display:block;margin:0 auto;width:24px;height:100px;margin-top:125px;position:absolute;bottom:0;left:50%;z-index:999;transform:translateX(-50%)}@media(max-width: 575.98px){.mouse_scroll{transform:translateX(-50%) scale(0.7)}}.mouse_scroll .m_scroll_arrows{display:block;width:5px;height:5px;transform:rotate(45deg);border-right:2px solid #fff;border-bottom:2px solid #fff;margin:0 0 3px 4px;width:16px;height:16px}.mouse_scroll .unu{margin-top:1px}.mouse_scroll .unu,.mouse_scroll .doi,.mouse_scroll .trei{animation:mouse-scroll 1s infinite}.mouse_scroll .unu{-webkit-animation-delay:.1s;-moz-animation-delay:.1s;animation-direction:alternate;animation-delay:alternate}.mouse_scroll .doi{-webkit-animation-delay:.2s;-moz-animation-delay:.2s;-webkit-animation-direction:alternate;animation-delay:.2s;animation-direction:alternate;margin-top:-6px}.mouse_scroll .trei{-webkit-animation-delay:.3s;-moz-animation-delay:.3s;-webkit-animation-direction:alternate;animation-delay:.3s;animation-direction:alternate;margin-top:-6px}.mouse_scroll .mouse{height:42px;width:24px;border-radius:14px;transform:none;border:2px solid #fff;top:170px}.mouse_scroll .wheel{height:5px;width:2px;display:block;margin:5px auto;background:#fff;position:relative;height:4px;width:4px;border:2px solid #fff;border-radius:8px}.mouse_scroll .wheel{animation:mouse-wheel .6s linear infinite}.cy-custom .container{width:100%;max-width:1500px}.cy-custom .btn{display:inline-block;text-transform:uppercase;letter-spacing:2px;font-size:15px;font-weight:700;height:auto;line-height:1.6;border-radius:2px;padding:10px 30px 7px;color:#001121;background:#f0e695;transition:300ms ease all;overflow:hidden;transition:300ms ease all;position:relative}.cy-custom .btn:before{position:absolute;top:0;left:-100%;z-index:2;display:block;content:"";width:80%;height:100%;background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);transform:skewX(-25deg)}.cy-custom .btn:hover:before{animation:shine .75s}.cy-custom .btn:hover{background:#fff;color:#000;padding-left:35px;padding-right:35px}.cy-custom p{font-size:18px !important;line-height:1.9 !important}.cy-custom h2.heading{font-size:60px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#fff;margin-top:0;line-height:1.2;text-align:left}@media(max-width: 1199.98px){.cy-custom h2.heading{font-size:55px}}@media(max-width: 575.98px){.cy-custom h2.heading{font-size:40px;overflow:hidden}}.cy-custom h2.heading.dark{color:#000}.cy-custom h2.heading.dark span{color:#000}.cy-custom h2.heading.dark span:after{border-top-color:#000}.cy-custom h2.heading span{display:table;font-size:20px;letter-spacing:7px;margin-bottom:20px;margin-left:-50px;font-weight:500;color:#f0e695;position:relative}@media(max-width: 1199.98px){.cy-custom h2.heading span{font-size:17px;letter-pacing:5px;margin-bottom:10px;margin-left:0}}@media(max-width: 575.98px){.cy-custom h2.heading span{font-size:15px;letter-spacing:4px}}.cy-custom h2.heading span:after{content:"";position:absolute;top:50%;left:100%;margin-left:10px;width:300px;border-top:1px solid #f0e695}@media(max-width: 1199.98px){.cy-custom h2.heading span:after{width:200px}}#intro{padding:175px 50px 100px;border-top:10px solid #000;overflow:hidden;background-size:cover}@media(max-width: 1499.98px){#intro{padding:150px 50px 80px}}@media(max-width: 1199.98px){#intro{padding:40px}}@media(max-width: 767.98px){#intro{padding:0}}#intro .inner{max-width:1400px;padding:100px;color:#fff;margin:0 auto;background:rgba(0,0,0,.6);position:relative;z-index:9}@media(max-width: 991.98px){#intro .inner{padding:70px}}@media(max-width: 767.98px){#intro .inner{padding:60px 40px}}#intro .inner .content{width:50%;background:rgba(0,0,0,0) !important;color:#fff;padding:0}@media(max-width: 991.98px){#intro .inner .content{width:60%}}@media(max-width: 767.98px){#intro .inner .content{width:100%}}#intro .inner .content .btn{margin-top:20px}#intro .inner .mm-photo{position:absolute;bottom:0;right:30px;margin:0 !important;max-height:880px}@media(max-width: 1499.98px){#intro .inner .mm-photo{right:0}}@media(max-width: 1199.98px){#intro .inner .mm-photo{right:-70px;max-width:60%}}@media(max-width: 767.98px){#intro .inner .mm-photo{display:none}}#agent_list{position:relative}#agent_list .slider-buttons{position:absolute;left:0;right:0;top:50%;z-index:1;pointer-events:none}#agent_list .agent-slider{padding:50px 70px 0;overflow:hidden}@media(max-width: 650px){#agent_list .agent-slider{padding:40px 0 0}}#agent_list .slick-prev,#agent_list .slick-next{color:#000;pointer-events:all}#agent_list .slick-prev:before,#agent_list .slick-next:before{color:#000;font-size:80px;line-height:0}#agent_list .slick-prev{left:25px}#agent_list .slick-prev:before{content:"‹"}#agent_list .slick-next{right:25px}#agent_list .slick-next:before{content:"›"}#agent_list a{display:block;position:relative;padding:0 2px}#agent_list a:after{background:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));position:absolute;top:60%;right:0;bottom:0;left:0;content:"";z-index:1}#agent_list a .details{position:absolute;bottom:10px;left:30px;right:30px;text-align:center;z-index:99;transition:300ms ease all;text-shadow:2px 1px 2px rgba(0,0,0,.3)}#agent_list a .details .name{color:#fff;font-size:35px;line-height:1.2;font-family:"Cinzel","Playfair Display",serif;display:inline-block;word-spacing:9999px}#agent_list a .details .title{text-transform:uppercase;font-size:16px;letter-spacing:2px;color:#f0e695;margin-top:20px;display:block;position:relative}#agent_list a .details .title:before{content:"";position:absolute;bottom:6px;left:50%;width:50px;border-top:1px solid #fff;transform:translateX(-50%);opacity:0;transition:300ms ease all}#agent_list a .details .title:after{content:"View Bio";font-size:12px;display:block;transform:translateY(25px);color:#fff;opacity:0;transition:300ms ease all}#agent_list a img{margin:0 !important;width:100%;height:auto}#agent_list a:hover .details{bottom:50px}#agent_list a:hover .details .title:after{opacity:1}#agent_list a:hover .details .title:before{opacity:1}#exlusive_listings{background:#000;padding:100px 30px}@media(max-width: 1199.98px){#exlusive_listings{padding:100px 0}}@media(max-width: 767.98px){#exlusive_listings{padding:80px 0 30px}}#exlusive_listings .container{width:calc(100% - 60px);max-width:1700px}@media(max-width: 767.98px){#exlusive_listings .container{padding:0}}#exlusive_listings .top p{color:#fff;font-size:22px}#exlusive_listings .text-center a{margin-top:50px}#exlusive_listings #listings_box{display:flex;margin:0 -10px;flex-wrap:wrap}@media(max-width: 575.98px){#exlusive_listings #listings_box{margin:0 -30px}}#exlusive_listings #listings_box a{display:block;width:33.3333333333%;height:480px;padding:10px;position:relative}@media(max-width: 1499.98px){#exlusive_listings #listings_box a{height:400px}}@media(max-width: 1199.98px){#exlusive_listings #listings_box a{width:50%}}@media(max-width: 767.98px){#exlusive_listings #listings_box a{width:100%}}@media(max-width: 575.98px){#exlusive_listings #listings_box a{padding:0}}#exlusive_listings #listings_box a:first-child{width:100%;height:650px}@media(max-width: 1499.98px){#exlusive_listings #listings_box a:first-child{height:600px}}@media(max-width: 575.98px){#exlusive_listings #listings_box a:first-child{height:500px}}#exlusive_listings #listings_box a:first-child .meta-info .left{max-width:330px}#exlusive_listings #listings_box a:first-child .meta-info .right{justify-content:start}#exlusive_listings #listings_box a:nth-child(n+8){display:none}#exlusive_listings #listings_box a .listing-image{width:100%;height:100%;display:block;position:relative;border-radius:4px;overflow:hidden}#exlusive_listings #listings_box a .listing-image:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));pointer-events:none;transition:300ms ease all}#exlusive_listings #listings_box a .listing-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:600ms ease-in-out all}#exlusive_listings #listings_box a .meta-info{position:absolute;left:30px;bottom:40px;right:30px;z-index:9;display:flex;color:#fff;overflow:hidden}@media(max-width: 575.98px){#exlusive_listings #listings_box a .meta-info{flex-direction:column}}#exlusive_listings #listings_box a .meta-info .left,#exlusive_listings #listings_box a .meta-info .right{width:50%}@media(max-width: 575.98px){#exlusive_listings #listings_box a .meta-info .left,#exlusive_listings #listings_box a .meta-info .right{width:100%}}#exlusive_listings #listings_box a .meta-info .left{padding-right:20px;line-height:1.2;position:relative}@media(max-width: 575.98px){#exlusive_listings #listings_box a .meta-info .left{padding-right:0}}#exlusive_listings #listings_box a .meta-info .left:after{content:"View Details ›";position:absolute;text-transform:uppercase;left:100%;top:50%;width:100%;display:block;text-align:center;transition:300ms ease all;transition-delay:0;opacity:0;font-size:15px;font-weight:600;letter-spacing:1px;color:#f0e695}@media(max-width: 575.98px){#exlusive_listings #listings_box a .meta-info .left:after{left:0;top:calc(100% + 30px)}}#exlusive_listings #listings_box a .meta-info .left .price{display:block;font-size:23px;font-weight:500;margin-bottom:10px;font-family:"Cinzel","Playfair Display",serif}@media(max-width: 1499.98px){#exlusive_listings #listings_box a .meta-info .left .price{font-size:20px}}@media(max-width: 767.98px){#exlusive_listings #listings_box a .meta-info .left .price{font-size:24px}}#exlusive_listings #listings_box a .meta-info .left .title,#exlusive_listings #listings_box a .meta-info .left .location{text-transform:uppercase;font-weight:300;font-size:13px;color:#f0e695}@media(max-width: 1499.98px){#exlusive_listings #listings_box a .meta-info .left .title,#exlusive_listings #listings_box a .meta-info .left .location{font-size:11px}}@media(max-width: 767.98px){#exlusive_listings #listings_box a .meta-info .left .title,#exlusive_listings #listings_box a .meta-info .left .location{font-size:14px}}#exlusive_listings #listings_box a .meta-info .left .title{padding-right:5px}#exlusive_listings #listings_box a .meta-info .right{display:flex;height:60px;align-self:end;justify-content:end;transition:300ms ease all}@media(max-width: 575.98px){#exlusive_listings #listings_box a .meta-info .right{justify-content:start;margin-top:20px}}#exlusive_listings #listings_box a .meta-info .right .beds,#exlusive_listings #listings_box a .meta-info .right .baths,#exlusive_listings #listings_box a .meta-info .right .sqft{border:1px solid rgba(255,255,255,.3);border-right:none;text-align:center;display:inline-block;padding:10px 20px;font-size:13px;font-weight:600;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:300ms ease all}@media(max-width: 1499.98px){#exlusive_listings #listings_box a .meta-info .right .beds,#exlusive_listings #listings_box a .meta-info .right .baths,#exlusive_listings #listings_box a .meta-info .right .sqft{padding:10px}}@media(max-width: 767.98px){#exlusive_listings #listings_box a .meta-info .right .beds,#exlusive_listings #listings_box a .meta-info .right .baths,#exlusive_listings #listings_box a .meta-info .right .sqft{padding:10px 15px}}#exlusive_listings #listings_box a .meta-info .right .beds:hover,#exlusive_listings #listings_box a .meta-info .right .baths:hover,#exlusive_listings #listings_box a .meta-info .right .sqft:hover{background:#fff;color:#000}#exlusive_listings #listings_box a .meta-info .right .beds .label,#exlusive_listings #listings_box a .meta-info .right .baths .label,#exlusive_listings #listings_box a .meta-info .right .sqft .label{display:block;font-size:10px;text-transform:uppercase;font-weight:300}#exlusive_listings #listings_box a .meta-info .right .sqft{border-right:1px solid rgba(255,255,255,.3)}#exlusive_listings #listings_box a:hover .listing-image:after{height:30%}#exlusive_listings #listings_box a:hover .listing-image img{transform:scale(1.1)}#exlusive_listings #listings_box a:hover .meta-info .right{transform:translateX(100%);opacity:0}#exlusive_listings #listings_box a:hover .meta-info .left:after{opacity:1;transition-delay:300ms}#stats{background-size:cover;position:relative;padding:150px 30px;text-align:center}@media(max-width: 1199.98px){#stats{padding:120px 30px}}@media(max-width: 991.98px){#stats{padding:100px 30px}}@media(max-width: 767.98px){#stats{padding:100px 10px 50px}}#stats:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.6);z-index:9}#stats .container{position:relative;z-index:10;text-align:center}#stats .container h2{color:#fff;font-size:55px;text-transform:uppercase;letter-spacing:10px;margin:0 auto;position:relative;font-weight:200}@media(max-width: 991.98px){#stats .container h2{font-size:45px}}@media(max-width: 575.98px){#stats .container h2{font-size:25px}}#stats .container h2 span{display:block;font-weight:500;font-size:65px}@media(max-width: 991.98px){#stats .container h2 span{font-size:55px}}@media(max-width: 575.98px){#stats .container h2 span{font-size:40px;margin-top:20px}}#stats .container h2:after{content:"";position:absolute;bottom:-50px;left:50%;transform:translateX(-50%);border-top:1px solid #fff;width:300px}@media(max-width: 991.98px){#stats .container h2:after{width:250px}}@media(max-width: 575.98px){#stats .container h2:after{width:150px}}#stats #stat_list{display:flex;gap:75px;justify-content:space-between;margin-top:110px}@media(max-width: 1499.98px){#stats #stat_list{gap:30px}}@media(max-width: 1199.98px){#stats #stat_list{gap:15px}}@media(max-width: 991.98px){#stats #stat_list{flex-direction:column}}#stats #stat_list .stat{width:calc(33.3333333333% - 50px);background:rgba(0,0,0,.6);padding:75px;text-align:center}@media(max-width: 1499.98px){#stats #stat_list .stat{width:calc(33.3333333333% - 20px);padding:55px}}@media(max-width: 1199.98px){#stats #stat_list .stat{width:calc(33.3333333333% - 10px);padding:60px 40px}}@media(max-width: 991.98px){#stats #stat_list .stat{width:100%;padding:100px 80px}}@media(max-width: 575.98px){#stats #stat_list .stat{padding:60px 30px}}#stats #stat_list .stat .number{font-size:100px;font-family:"Cinzel","Playfair Display",serif;color:#f0e695;display:block}@media(max-width: 1499.98px){#stats #stat_list .stat .number{font-size:75px}}@media(max-width: 1199.98px){#stats #stat_list .stat .number{font-size:65px}}#stats #stat_list .stat .label{text-transform:uppercase;color:#fff;letter-spacing:1px;font-weight:300;font-size:16px;margin-top:20px}#explore{background-size:cover;padding:150px 30px}@media(max-width: 1499.98px){#explore{padding:120px 30px}}@media(max-width: 1199.98px){#explore{padding:100px 20px}}@media(max-width: 767.98px){#explore{padding-bottom:0;border-bottom:5px solid #000}}@media(max-width: 1499.98px){#explore h2.heading span{margin-left:0}}#explore .mid-heading{margin-top:150px}@media(max-width: 1499.98px){#explore .mid-heading{margin-top:120px}}@media(max-width: 1199.98px){#explore .mid-heading{margin-top:100px}}@media(max-width: 991.98px){#explore .mid-heading{margin-top:80px}}#explore .explore-list{display:flex;flex-wrap:wrap;margin:0 -10px}@media(max-width: 767.98px){#explore .explore-list{margin:0 -35px}}#explore .explore-list a{display:block;width:calc(33.3333333333% - 20px);margin:10px;height:400px;position:relative;background-size:105%;background-repeat:no-repeat;transition:600ms ease-in-out all;background-position:center}@media(max-width: 1499.98px){#explore .explore-list a{background-size:135%}}@media(max-width: 1199.98px){#explore .explore-list a{background-size:cover !important}}@media(max-width: 991.98px){#explore .explore-list a{width:calc(50% - 20px)}}@media(max-width: 767.98px){#explore .explore-list a{width:100%;margin:0;height:75vw}}#explore .explore-list a:after{content:"";position:absolute;bottom:0;left:0;right:0;height:70%;background:linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));pointer-events:none}#explore .explore-list a .inner{position:absolute;bottom:30px;left:30px;right:30px;text-align:center;z-index:10;transition:300ms ease all}#explore .explore-list a .inner span{display:block}#explore .explore-list a .inner hr{width:100px}#explore .explore-list a .inner .area{color:#fff;font-size:35px;line-height:1.2;font-family:"Cinzel","Playfair Display",serif}#explore .explore-list a .inner .area>span{font-size:75%}#explore .explore-list a .inner .explore,#explore .explore-list a .inner .view{text-transform:uppercase;font-size:16px;letter-spacing:4px;color:#f0e695;display:block}#explore .explore-list a .inner .explore{color:#fff;margin-bottom:5px}#explore .explore-list a .inner .view{font-size:14px;margin-top:25px;transition:300ms ease all}#explore .explore-list a:hover{background-size:110%}@media(max-width: 1499.98px){#explore .explore-list a:hover{background-size:150%}}#explore .explore-list a:hover .inner{bottom:50px}#explore .explore-list a:hover .inner .view{font-size:16px}#client_testimonials{background-size:cover;background-attachment:fixed;padding:100px 30px 150px;overflow:hidden}@media(max-width: 767.98px){#client_testimonials{padding:80px 20px 60px}}@media(max-width: 575.98px){#client_testimonials h2.heading{font-size:35px}}#client_testimonials .pcre-logo{max-width:130px;height:auto;margin-left:46px;margin-bottom:20px}#client_testimonials .widget-holder{margin-top:50px}#our_blog{padding-top:80px;background:#000}@media(max-width: 1650px){#our_blog h2.heading{padding-left:70px}}@media(max-width: 1199.98px){#our_blog h2.heading{padding-left:20px}}#our_blog .si-content-blog-posts{margin:0;padding:30px;display:flex;gap:30px;flex-wrap:wrap}#our_blog .si-content-blog-posts .si-content-blog-posts_title{display:none}#our_blog .si-content-blog-posts .si-content-blog-posts_item{width:calc(33.3333333333% - 20px);border:1px solid #dfdfdf;padding:40px 40px 60px 40px;border-radius:10px;position:relative;margin-top:20px;transition:300ms ease all}@media(max-width: 1199.98px){#our_blog .si-content-blog-posts .si-content-blog-posts_item{width:calc(50% - 20px)}}@media(max-width: 767.98px){#our_blog .si-content-blog-posts .si-content-blog-posts_item{width:100%}}#our_blog .si-content-blog-posts .si-content-blog-posts_item:nth-child(n+5){display:none}@media(max-width: 1199.98px){#our_blog .si-content-blog-posts .si-content-blog-posts_item:nth-child(n+5){display:block}}@media(max-width: 1199.98px){#our_blog .si-content-blog-posts .si-content-blog-posts_item:nth-child(n+6){display:none}}@media(max-width: 767.98px){#our_blog .si-content-blog-posts .si-content-blog-posts_item:nth-child(n+4){display:none}}#our_blog .si-content-blog-posts .si-content-blog-posts_item .si-content-blog-posts_item-title{font-size:22px;font-weight:300;transition:300ms ease all;color:#fff;font-family:"Cinzel","Playfair Display",serif}#our_blog .si-content-blog-posts .si-content-blog-posts_item .si-content-blog-posts_item-content{color:#fff;margin-bottom:30px;margin-top:20px;transition:300ms ease all;text-align:justify;font-size:16px !important;line-height:1.7 !important;font-weight:300}#our_blog .si-content-blog-posts .si-content-blog-posts_item .si-content-blog-posts_item-read-more{position:absolute !important;right:40px;bottom:20px;text-transform:uppercase;letter-spacing:2px;font-size:15px;font-weight:700;border-radius:2px;padding:10px 30px 7px;color:#001121;background:#f0e695;overflow:hidden;transition:300ms ease all;overflow:hidden;transition:300ms ease all;position:relative}#our_blog .si-content-blog-posts .si-content-blog-posts_item .si-content-blog-posts_item-read-more:before{position:absolute;top:0;left:-100%;z-index:2;display:block;content:"";width:80%;height:100%;background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);transform:skewX(-25deg)}#our_blog .si-content-blog-posts .si-content-blog-posts_item .si-content-blog-posts_item-read-more:hover:before{animation:shine .75s}#our_blog .si-content-blog-posts .si-content-blog-posts_item:hover{border:1px solid #959595;margin-top:0}#our_blog .si-content-blog-posts .si-content-blog-posts_item:hover .si-content-blog-posts_item-content{margin-top:30px;margin-bottom:40px}#our_blog .si-content-blog-posts .si-content-blog-posts_item:hover .si-content-blog-posts_item-read-more{background-color:#fff}#our_blog .si-content-blog-posts .si-content-blog-posts_view-all{width:100%;text-align:center}#our_blog .si-content-blog-posts .si-content-blog-posts_view-all .si-btn{display:inline-block;text-transform:uppercase;letter-spacing:2px;font-size:15px;font-weight:700;border-radius:2px;padding:10px 30px 7px;color:#001121;background:#f0e695;transition:300ms ease all;overflow:hidden;transition:300ms ease all;position:relative}#our_blog .si-content-blog-posts .si-content-blog-posts_view-all .si-btn:before{position:absolute;top:0;left:-100%;z-index:2;display:block;content:"";width:80%;height:100%;background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);transform:skewX(-25deg)}#our_blog .si-content-blog-posts .si-content-blog-posts_view-all .si-btn:hover:before{animation:shine .75s}#our_blog .si-content-blog-posts .si-content-blog-posts_view-all .si-btn:hover{background:#fff;color:#000;padding-left:35px;padding-right:35px}#instagram_widget{background:#000;padding:80px 30px 30px;min-height:600px;text-align:center;overflow:hidden}@media(max-width: 767.98px){#instagram_widget{padding:80px 0 10px}}@media(max-width: 575.98px){#instagram_widget img.lazy{max-width:70%;height:auto}}#instagram_widget .widget-holder{margin-top:50px}#contact_us{padding:100px 30px;background-size:cover;color:#fff;background-attachment:fixed}@media(max-width: 767.98px){#contact_us{padding:80px 0}}#contact_us .row{display:flex;align-items:center}@media(max-width: 991.98px){#contact_us .row{flex-direction:column}}#contact_us .content-col{text-align:center}@media(max-width: 991.98px){#contact_us .content-col{padding-bottom:80px}}#contact_us .content-col h2{color:#fff;text-transform:uppercase;font-size:44px;max-width:400px;margin:40px auto 0;font-family:"Cinzel","Playfair Display",serif}#contact_us .content-col .social{display:flex;margin:30px auto 0;justify-content:center;align-items:center}#contact_us .content-col .social li{margin:0;padding:0 15px;list-style-type:none}#contact_us .content-col .social li:before,#contact_us .content-col .social li::marker{display:none !important}#contact_us .content-col .social li a{text-decoration:none;color:#f0e695;font-size:40px}#contact_us #contact_form_holder{padding:75px;background:rgba(0,0,0,.7)}@media(max-width: 575.98px){#contact_us #contact_form_holder{padding:60px 30px}}#contact_us #contact_form_holder h3{color:#fff;font-family:"Cinzel","Playfair Display",serif;font-size:40px;margin-top:0}#contact_us #contact_form_holder h3 span{display:block;font-family:"Albert Sans","Montserrat",Helvetica,sans-serif;font-weight:200;font-size:20px;margin-bottom:20px}#contact_us #contact_form_holder .si-form{margin:0}#contact_us #contact_form_holder .si-form .form-control{color:#fff;background:rgba(255,255,255,.1);border-radius:0;border:none;border-bottom:1px solid #fff}#contact_us #contact_form_holder label{text-transform:uppercase;color:#fff}/*# sourceMappingURL=sierra-custom.css.map */