@-webkit-keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes sk-bouncedelay{0%,80%,to{-moz-transform:scale(0);transform:scale(0)}40%{-moz-transform:scale(1);transform:scale(1)}}@-o-keyframes sk-bouncedelay{0%,80%,to{-o-transform:scale(0);transform:scale(0)}40%{-o-transform:scale(1);transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.modal{position:fixed;width:100%;height:100%;left:0;top:100%;z-index:1001;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;-webkit-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;transition:opacity .3s ease-out;overflow-y:scroll}.modal-open{top:0;opacity:1}.modal_overlay{position:fixed;width:100%;height:100%;left:0;top:100%;z-index:1;background:#000;opacity:0}.modal_overlay-open{top:0;opacity:.75}.modal_body{position:relative;margin:1.25rem 3%;width:96%}.modal_content{min-height:20%;background:#fff;position:relative;z-index:2;-webkit-overflow-scrolling:touch}.modal_closebutton{position:absolute;top:.3125rem;right:.3125rem;cursor:pointer;z-index:3}.modal_close{height:1.375rem;width:1.375rem;fill:#3b97ba}@media (min-width:31.25rem){.modal_content{min-width:21.875rem;padding:1.25rem;-webkit-border-radius:.1875rem;-moz-border-radius:.1875rem;border-radius:.1875rem}.modal_body{width:auto;margin:1.25rem}.modal_closebutton{top:-.9375rem;right:-.875rem}}.loader1{bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.1);z-index:110}.loader1,.loader1__spinner{position:absolute;top:0;right:0}.loader1__spinner{left:50%;margin-left:-1.75rem;margin-top:17.5rem;width:3.5rem;height:3.5rem;line-height:3.125rem;background-color:#fff;border:.0625rem solid #969c9f;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;border-radius:.25rem;text-align:center;z-index:120;-webkit-box-shadow:0 0 .375rem .0625rem rgba(0,0,0,.4);-moz-box-shadow:0 0 .375rem .0625rem rgba(0,0,0,.4);box-shadow:0 0 .375rem .0625rem rgba(0,0,0,.4)}.loader1__spinner--centered{top:50%;margin-top:-1.75rem}.loader1__bounce{width:.75rem;height:.75rem;background-color:#e65046;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.2s infinite ease-in-out both;-moz-animation:sk-bouncedelay 1.2s infinite ease-in-out both;-o-animation:sk-bouncedelay 1.2s infinite ease-in-out both;animation:sk-bouncedelay 1.2s infinite ease-in-out both}.loader1__bounce--1{-webkit-animation-delay:-.32s;-moz-animation-delay:-.32s;-o-animation-delay:-.32s;animation-delay:-.32s}.loader1__bounce--2{-webkit-animation-delay:-.16s;-moz-animation-delay:-.16s;-o-animation-delay:-.16s;animation-delay:-.16s}.loader2{margin:.4375rem auto;font-size:.625rem;position:relative;text-indent:-9999rem;border-top:.1875rem solid hsla(0,0%,100%,.2);border-right:.1875rem solid hsla(0,0%,100%,.2);border-bottom:.1875rem solid hsla(0,0%,100%,.2);border-left:.1875rem solid #fff;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0);-webkit-animation:loader2 .8s infinite linear;-moz-animation:loader2 .8s infinite linear;-o-animation:loader2 .8s infinite linear;animation:loader2 .8s infinite linear}.loader2--hidden{display:none}.loader2__savedproperties{border-top:.1875rem solid #fff;border-right:.1875rem solid #fff;border-bottom:.1875rem solid #fff;border-left:.1875rem solid #ef5e4e}.loader2,.loader2:after{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:1.5rem;height:1.5rem}@-webkit-keyframes loader2{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-moz-keyframes loader2{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(1turn);transform:rotate(1turn)}}@-o-keyframes loader2{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}to{-o-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loader2{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn);-o-transform:rotate(1turn);transform:rotate(1turn)}}.notification-dot{width:.5rem;height:.5rem;-webkit-border-radius:.3125rem;-moz-border-radius:.3125rem;border-radius:.3125rem;background-color:#ef5e4e;border:.0625rem solid #fff}.notification-dot--hidden{opacity:0}.animated-placeholder{-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:animatedPlaceholderAnimation;-moz-animation-name:animatedPlaceholderAnimation;-o-animation-name:animatedPlaceholderAnimation;animation-name:animatedPlaceholderAnimation;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;-o-animation-timing-function:linear;animation-timing-function:linear;background:#f8f8f8;background:-webkit-gradient(linear,right top,left top,from(#f8f8f8),color-stop(29%,#f8f8f8),color-stop(49%,#fff),color-stop(73%,#f8f8f8),to(#f8f8f8));background:-webkit-linear-gradient(right,#f8f8f8,#f8f8f8 29%,#fff 49%,#f8f8f8 73%,#f8f8f8);background:-moz- oldlinear-gradient(right,#f8f8f8,#f8f8f8 29%,#fff 49%,#f8f8f8 73%,#f8f8f8);background:-o-linear-gradient(right,#f8f8f8,#f8f8f8 29%,#fff 49%,#f8f8f8 73%,#f8f8f8);background:linear-gradient(270deg,#f8f8f8,#f8f8f8 29%,#fff 49%,#f8f8f8 73%,#f8f8f8);-webkit-background-size:62.5rem 6.5rem;-moz-background-size:62.5rem 6.5rem;background-size:62.5rem 6.5rem}@-webkit-keyframes animatedPlaceholderAnimation{0%{background-position:-29.25rem 0}to{background-position:29.25rem 0}}@-moz-keyframes animatedPlaceholderAnimation{0%{background-position:-29.25rem 0}to{background-position:29.25rem 0}}@-o-keyframes animatedPlaceholderAnimation{0%{background-position:-29.25rem 0}to{background-position:29.25rem 0}}@keyframes animatedPlaceholderAnimation{0%{background-position:-29.25rem 0}to{background-position:29.25rem 0}}.blog-links{width:100%;padding-top:.9375rem;border-top:.0625rem solid #dadada}.blog-links__title{font-size:1.063rem;text-align:center;margin-bottom:.625rem}.blog-links__list-item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;font-size:.875rem;margin-bottom:.9375rem}.blog-links__list-item:nth-child(2n){background-color:#fcfcfc}.blog-links__time{width:12%;font-weight:700}.blog-links__link{width:87%;text-decoration:none;color:#3b97ba}.blog-links__link:hover{text-decoration:underline}.prestige{position:relative;background-color:#f9f9f9;border:.0625rem solid #eaeaea;margin-bottom:.625rem;direction:ltr}.prestige__image{display:block;position:absolute;bottom:0;left:.625rem}.prestige__header{background-color:#353a50;display:block;color:#fff;font-size:1rem;font-weight:700;line-height:1.125rem;padding:.75rem;white-space:nowrap;text-align:right}.prestige__month{font-weight:400}.prestige__content{padding:.75rem;text-align:right}.prestige__link{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:2.25rem;width:6.25rem;padding:0 .4375rem;font-size:.75rem;line-height:.875rem;font-weight:700;border:.0625rem solid silver;-webkit-border-radius:.1875rem;-moz-border-radius:.1875rem;border-radius:.1875rem;color:#2d383f;background-color:#fff;text-decoration:none;text-align:left}.prestige__link:hover{background-color:#f9f9f9}.prestige__link-icon{height:1.25rem;width:.75rem;fill:#ef5e4e}.trend-report{position:relative;background-color:#f9f9f9;border:.0625rem solid #eaeaea;margin-bottom:.625rem;direction:ltr}.trend-report__image{display:block;position:absolute;bottom:0;left:0;height:6.25rem}.trend-report__header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:3rem;background-color:#ef5e4e;color:#fff;font-size:1rem;font-weight:700;line-height:1.125rem;padding:.75rem;white-space:nowrap;text-align:right}.trend-report__content{padding:.625rem .75rem}.trend-report__buttons{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.trend-report__link{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:1.8125rem;width:6.25rem;padding:0 .4375rem;font-size:.75rem;line-height:.875rem;font-weight:700;border:.0625rem solid silver;-webkit-border-radius:.1875rem;-moz-border-radius:.1875rem;border-radius:.1875rem;color:#2d383f;background-color:#fff;text-decoration:none;text-align:left}.trend-report__link:hover{background-color:#f9f9f9}.trend-report__link:not(:first-child){margin-top:.4375rem}.trend-report__link-icon{height:1.25rem;width:.9375rem;fill:#ef5e4e}.social-links__heading{color:#898989;font-size:.75rem;margin-bottom:.1875rem}.social-links__list{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.social-links__list,.social-links__list-item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.social-links__list-item{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:2.25rem}.social-links__list-item:not(:first-child){margin-left:.5rem}.social-links__list-item--google{background-color:#d0513e}.social-links__list-item--google:hover{background-color:#bb4938}.social-links__list-item--instagram{background-color:#de3161}.social-links__list-item--instagram:hover{background-color:#c92351}.social-links__list-item--fb{background-color:#1777f2}.social-links__list-item--fb:hover{background-color:#355089}.social-links__list-item--twitter{background-color:#4fa8e4}.social-links__list-item--twitter:hover{background-color:#4797d2}.social-links__list-item--linkedin{background-color:#138ab2}.social-links__list-item--linkedin:hover{background-color:#117ca0}.social-links__link-icon{width:1.25rem;height:1.25rem;fill:#fff}.footer{border-top:0;height:11.4375rem;margin-top:-11.4375rem;position:relative;z-index:70;padding:1.25rem 0;background:#f8f8f8}.footer--sarouty{height:15.625rem;margin-top:-15.625rem}.footer__section{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__left-area,.footer__section{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.footer__left-area{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__logo-link{margin-bottom:.9375rem;margin-top:.5rem}.footer__logo{height:2.5625rem}.footer__logo--sm{height:1.625rem}.footer__links-area{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__links,.footer__links-area{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.footer__links{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:.9375rem}.footer__link{font-size:.875rem;text-decoration:none;color:#2d383f;white-space:nowrap}.footer__link:hover{text-decoration:underline}.footer__link:not(:first-child){margin-left:.6rem}.footer__app-area{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:.9375rem}.footer__app-area,.footer__app-link{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.footer__app-link--android{margin-left:.3125rem}.footer__app-img{display:block;width:6.25rem;height:1.875rem}.footer__link--register,.footer__link--terms{display:none}.footer__policy-text{font-size:.75rem;color:#7a858c;margin-top:.625rem}.footer__link--quality{display:none}@media (min-width:35.5rem){.footer{border-top:.0625rem solid #dadada;background:#f8f8f8}.footer__link--register,.footer__link--terms{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}}@media (min-width:48rem){.footer{height:7.625rem;margin-top:-7.625rem}.footer--sarouty{height:9.625rem;margin-top:-9.625rem}.footer__copyright{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.footer__links-area{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.footer__logo-link{margin-right:1.875rem;margin-bottom:0;margin-top:0}.footer__links{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-bottom:0}.footer__app-area{-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:.625rem}}@media (min-width:50rem){.footer__link--quality{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}}@media (min-width:71.875rem){.footer{height:5.0625rem;margin-top:-5.0625rem}.footer--sarouty{height:7.1875rem;margin-top:-7.1875rem}.footer__section{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.footer__left-area{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.footer__links-area{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.footer__app-area{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-bottom:0}}.footer-link-home{display:none}.footer-link-home__container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer-link-home__column{width:50%;margin-bottom:1.25rem}.footer-link-home__heading{text-transform:uppercase;margin-bottom:.625rem;font-size:.75rem;font-weight:700}.footer-link-home__link{font-size:.75rem;line-height:1.375rem;display:block;text-decoration:none;color:#3b97ba}.footer-link-home__link:hover{text-decoration:underline}@media (min-width:35.5rem){.footer-link-home{display:block}}@media (min-width:62.5rem){.footer-link-home__container{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.footer-link-home__column{width:auto}}.banner__community-ad-wallpaper{display:none;position:relative;overflow:hidden}.banner__community-ad-box{position:absolute;left:50%;top:50%;margin-top:-5.75rem;margin-left:-17.5rem}.banner__panorama{display:none;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1.25rem}.banner__side-bar{padding-top:0;margin-bottom:0}.banner__side-bar--visible{padding-top:1.25rem;margin-bottom:1.25rem}.banner__side-bar--pinned{margin-bottom:0}@media (min-width:37.5rem){.banner__panorama{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}}@media (min-width:48rem){.banner__community-ad-wallpaper{display:block}}.email-alert__input-area{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.email-alert__input{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;width:100%}.email-alert__button{width:100%;margin-top:.625rem}.email-alert__title{padding:.75rem 0;margin-top:1.25rem;border-top:.0625rem solid #dadada;border-bottom:.0625rem solid #dadada}.email-alert__list{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:.875rem}.email-alert__list,.email-alert__row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.email-alert__row{height:2.625rem;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:.0625rem solid #dadada}.email-alert__row--full,.email-alert__row--half{width:100%}.email-alert__list-label{width:7.8125rem;min-width:7.8125rem}.email-alert__list-value{font-weight:700;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.email-alert--bottom{font-size:.875rem;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;border-radius:.25rem;background-color:#f9f9f9;border:.0625rem solid #dadada;padding:.875rem 1rem 1rem;margin-top:1.25rem}.email-alert__title--bottom{font-size:1.125rem;text-transform:uppercase;font-weight:300;margin-bottom:.625rem}.email-alert__content--bottom{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.email-alert__text--bottom{color:#969c9f}.email-alert__button-area--bottom,.email-alert__text--bottom{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1}.email-alert__button-area--bottom{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.email-alert__button--bottom{font-size:1rem;font-weight:400;margin-top:.875rem;padding:0 .5rem}.email-alert__icon--bottom{height:.9375rem;width:.9375rem;margin-right:.5rem;fill:#fff}.email-alert__button--variant2{color:#2d383f;background:#fff;border:.0625rem solid silver;-webkit-border-radius:.1875rem;-moz-border-radius:.1875rem;border-radius:.1875rem}.email-alert__button--variant2:hover{background-color:#f9f9f9}.email-alert__icon--variant2{fill:#ef5e4e}@media (min-width:35.5rem){.email-alert__input-area{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.email-alert__button{max-width:35%;margin-left:.625rem;margin-top:0}.email-alert__row--half{width:50%}}@media (min-width:37.5rem){.email-alert__content--bottom{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.email-alert__buttonarea--bottom{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.email-alert__button--bottom{max-width:17.25rem;margin-left:1.25rem;margin-top:0}.email-alert__button--variant2{margin-top:-1.25rem}}.contact-form{position:relative;max-width:28.75rem}.contact-form__form--big{padding:1.25rem}.contact-form__header{padding:.625rem 1.25rem 0}.contact-form__heading{font-size:1rem;text-transform:uppercase;font-weight:300}.contact-form__heading--email-alert{font-size:1.125rem;text-transform:uppercase;text-align:center;font-weight:300;padding:1.25rem 0}.contact-form__detail{display:none;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:1.25rem}.contact-form__image{width:40%}.contact-form__img{max-width:100%;height:auto}.contact-form__info{width:58%}.contact-form__title{font-size:1rem;font-weight:700;line-height:1.125rem}.contact-form__info-title{margin-bottom:.625rem}.contact-form__price{color:#ef5e4e}.contact-form__position{font-size:.75rem;color:#999898}.contact-form__amenities,.contact-form__amenities-list{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.contact-form__amenities-list--bath{margin-left:.625rem}.contact-form__list{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:.875rem}.contact-form__list-label{white-space:nowrap;margin-right:.3125rem}.contact-form__list-content{font-weight:700;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;direction:ltr}.contact-form__list-content--address,.contact-form__list-content--broker,.contact-form__title--agent,.contact-form__title--broker{text-align:left;direction:ltr}.contact-form__list-content--address{white-space:normal;-o-text-overflow:inherit;text-overflow:inherit;overflow:inherit}.contact-form__input-container{margin-bottom:.3125rem}.contact-form__text-area{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.contact-form__area{height:4.375rem;resize:vertical;font-family:Open Sans,sans-serif}.contact-form__user-info{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.contact-form__email,.contact-form__name{width:49%}.contact-form__button-area,.contact-form__terms-area{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-top:.9375rem}.contact-form__button-area{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.contact-form__terms-area{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.contact-form__terms-area-checkbox{margin-right:.3125rem;margin-top:.4375rem}.contact-form__terms-error{margin-top:.9375rem}.contact-form__button{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.contact-form__checkbox{margin-right:.3125rem}.contact-form__error--general{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;padding:.5rem 1.25rem;margin-bottom:.625rem;border:.0625rem solid #f8d7da;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;border-radius:.25rem;background-color:#f8d7da;margin-top:.625rem;color:#ef5e4e;font-size:.875rem}.contact-form--hidden{display:none}.contact-form__label-info{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:.3125rem}.contact-form__label-info-icon{width:.75rem;height:.75rem;fill:#2d383f;cursor:pointer;margin-top:.0625rem}.contact-form__label-info:hover .tooltip2{display:block}@media (min-width:31.25rem){.contact-form__detail{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.contact-form__form--big{padding:0}.contact-form__header{margin-bottom:.625rem;padding:0}.contact-form__share-property{width:28.75rem}.contact-form__report-property{width:25.625rem}}@media (min-width:37.5rem){.contact-form__email-alert{max-width:35rem;width:35rem}}.authentication{width:100%;padding:.9375rem .9375rem 3.75rem;font-size:.875rem}.authentication--ma{padding:.9375rem .9375rem 2.0625rem}.authentication__close-button{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-size:.9375rem;line-height:1.2;font-weight:700;color:#3b97ba;cursor:pointer}.authentication--forgot-password{padding:.9375rem}.authentication__content{width:100%}.authentication__heading{font-size:1.25rem;line-height:1.875rem;margin:.625rem 0 1.25rem;text-align:center}.authentication__btn{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:1rem;height:2.625rem;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;border-radius:.25rem;padding:0 .9375rem;cursor:pointer}.authentication__btn:not(:first-child){margin-top:.625rem}.authentication__btn--disabled{opacity:.4;pointer-events:none}.authentication__btn--facebook{color:#fff;background-color:#1777f2}.authentication__btn--facebook:hover{background-color:#324b80}.authentication__btn--google{border:.0625rem solid #979797}.authentication__btn--google:hover{background-color:#f7f7f7}.authentication__btn-icon{height:1.375rem;width:1.375rem}.authentication__btn-icon--fb{fill:#fff}.authentication__btn-txt{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;line-height:1.125rem}.authentication__btn-txt,.authentication__divider{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.authentication__divider{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;text-align:center;margin:1.25rem 0}.authentication__divider:before{display:block;content:"";position:absolute;left:0;top:50%;width:100%;height:.0625rem;background-color:#cacaca;z-index:1}.authentication__divider-txt{position:relative;z-index:2;background-color:#fff;text-transform:uppercase;font-size:.8125rem;padding:0 1.25rem}.authentication__form{display:block}.authentication__name-area{margin-bottom:.9375rem}.authentication__error{color:#ef5e4e;margin-top:.3125rem}.authentication__error--name{margin-top:-.9375rem}.authentication__error--general{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;padding:.5rem 1.25rem;margin-bottom:.625rem;border:.0625rem solid #f8d7da;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;border-radius:.25rem;background-color:#f8d7da;margin-top:.625rem;color:#ef5e4e;font-size:.875rem}.authentication__input-area{position:relative;margin-bottom:1.25rem}.authentication__input-label{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:-.625rem;left:.4375rem;height:1.25rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;background-color:#fff;color:#b9b9b9;padding:0 .3125rem;z-index:90}.authentication__input{background:#fff;color:#2d383f;-webkit-border-radius:.1875rem;-moz-border-radius:.1875rem;border-radius:.1875rem;border:.0625rem solid silver;height:2.5rem;line-height:1.5625rem;width:100%;padding:.5rem}.authentication__input-area--name{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.authentication__input--first-name,.authentication__input--last-name{width:100%}.authentication__input--first-name{margin-bottom:.625rem}.authentication__input{font-size:1rem}.authentication__input-icon-area{position:absolute;left:.625rem;top:0;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.authentication__input-icon{height:1rem;width:1rem;fill:#9b9b9b;margin-top:-.125rem}.authentication__form-options{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.875rem;margin-bottom:1.875rem}.authentication__compliance-text{font-size:.6875rem;text-align:center;line-height:normal;margin:-.25rem 0 1rem}.authentication__policy-check{font-size:.875rem;margin-bottom:1.5rem}.authentication__checkbox-area{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;cursor:pointer}.authentication__general-condition{margin-bottom:.625rem}.authentication__checkbox{content:"";width:1rem;min-width:1rem;height:1rem;background-color:#fff;border:.0625rem solid #cacaca;-webkit-border-radius:.1875rem;-moz-border-radius:.1875rem;border-radius:.1875rem;margin-right:.5rem;margin-top:.125rem}.authentication__checkbox--checked{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#3b97ba;border:.0625rem solid #3b97ba}.authentication__checkbox-icon{height:.6875rem;width:.6875rem;fill:#fff}.authentication__checkbox-text{font-size:.75rem}.authentication__forgot-password{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:-.75rem;margin-bottom:.9375rem;font-size:.75rem}.authentication__footer-link,.authentication__forgot-password{color:#3b97ba;cursor:pointer}.authentication__form-submit{margin-bottom:1.5rem}.authentication__form-submit--style1{margin-top:1.25rem}.authentication__form-submit--disabled{opacity:.4;pointer-events:none}.authentication__button{height:2.75rem;font-size:1.125rem}.authentication__close-button:hover,.authentication__create-account-link:hover,.authentication__footer-link:hover,.authentication__forgot-password:hover{text-decoration:underline}.authentication__create-account{font-size:.75rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.authentication__create-account-text{margin-right:.5rem}.authentication__create-account-link{color:#3b97ba}.authentication__footer{position:absolute;bottom:0;left:0;width:100%;height:3.75rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#f3f6f4}.authentication__footer-txt{margin-right:.9375rem}.authentication__email-sent{margin-bottom:1.2rem}.authentication__email-sent-title{font-size:1.063rem;font-weight:700;color:#38ae43;margin-bottom:.3125rem}.authentication__reset-password{width:100%;max-width:21.875rem}.authentication__token-not-valid{margin:3rem 0;font-weight:400}.authentication__token-not-valid,.authentication__update-password-area{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.authentication__update-password-area{padding-top:1rem;width:100%}@media (min-width:31.25rem){.authentication{padding:0 .625rem 2.5rem;width:23.75rem}.authentication__update-password-area{padding-top:2rem;width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.authentication__reset-password-area{padding:0;width:100%}.authentication--forgot-password{padding:0 .625rem}.authentication__input-area--name{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.authentication__input-area--first-name,.authentication__input-area--last-name{width:49%}.authentication__input--first-name{margin-bottom:0}}@media (min-width:35.5rem){.authentication__btn{font-size:1.125rem}}.success-message{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:2rem 0}.success-message__icon{width:3.5rem;height:3.5rem;fill:#38ae43;margin-bottom:1.25rem}.success-message__text{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;font-weight:700;font-size:1rem;margin-bottom:1.25rem}.success-message__text--building-review{font-size:.875rem;font-weight:400;max-width:23.4375rem}.user-menu--dropdown{width:15.5rem;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;border-radius:.25rem;background-color:#fff;-webkit-box-shadow:0 0 .75rem 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 .75rem 0 rgba(0,0,0,.2);box-shadow:0 0 .75rem 0 rgba(0,0,0,.2)}.user-menu--dashboard{width:100%;background-color:#f9f9f9;border:.0625rem solid #dadada;margin-top:1.5625rem}.user-menu__signin-area{padding:1.125rem 1.0625rem 1.625rem;text-align:center;max-width:16.125rem;margin:0 auto}.user-menu__title-text{font-size:.75rem;margin-bottom:.9375rem}.user-menu__button{height:2.75rem;font-weight:400;margin-bottom:.9375rem;white-space:inherit}.user-menu__button-icon{width:1.0625rem;height:.875rem;fill:#fff;margin-right:.5rem}.user-menu__new-account{font-size:.875rem;line-height:1.6;color:#3b97ba;cursor:pointer}.user-menu__new-account:hover{text-decoration:underline}.user-menu__link-area{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.user-menu__link-area--dashboard{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.user-menu__link{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:3.125rem;line-height:3.125rem;font-size:.875rem;color:#000;padding:0 1.0625rem 0 .875rem;text-decoration:none;border-left:.1875rem solid transparent;border-top:.0625rem solid #dadada}.user-menu__link--dashboard{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;border-left:0;border-bottom:.1875rem solid transparent}.user-menu__link--dashboard:not(:last-child){border-right:.0625rem solid #dadada}.user-menu__active{border-left-color:#ef5e4e}.user-menu__dashboard-active{border-bottom-color:#ef5e4e}.user-menu__link-icon{width:.5625rem;height:.875rem;fill:#999}.user-menu__link-icon--dashboard{display:none}.user-menu__link-icon--right{display:initial}.user-menu__link-icon--left{display:none}.user-menu__button-icon--right{display:initial}.user-menu__button-icon--left{display:none}@media (min-width:66.25rem){.user-menu--dashboard{width:16.25rem;margin-top:0}.user-menu__signin-area{max-width:inherit;margin:0}.user-menu__link-area--dashboard{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.user-menu__link--dashboard{-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-left:.1875rem solid transparent;border-bottom:0}.user-menu__link--dashboard:not(:last-child){border-right:0}.user-menu__link:hover{text-decoration:underline}.user-menu__active:hover,.user-menu__dashboard-active:hover{text-decoration:none}.user-menu__dashboard-active{border-left-color:#ef5e4e}.user-menu__link-icon--dashboard{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}}.user-info{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:1.125rem 1.0625rem 1.625rem}.user-info__profile-photo{margin-bottom:.625rem;overflow:hidden}.user-info__img,.user-info__placeholder,.user-info__placeholder-icon{width:3rem;height:3rem}.user-info__img{display:block;-webkit-border-radius:1.5625rem;-moz-border-radius:1.5625rem;border-radius:1.5625rem}.user-info__placeholder{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.user-info__detail,.user-info__placeholder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.user-info__detail{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.user-info__name{font-size:1rem;font-weight:700;margin-bottom:.125rem}.user-info__logout{font-size:.875rem;color:#3b97ba;cursor:pointer}.user-info__logout:hover{text-decoration:underline}@media (min-width:66.25rem){.user-info{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.user-info__profile-photo{margin-right:.625rem;margin-bottom:0}.user-info__detail{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}}svg{visibility:visible}.header-saved-properties{padding-left:1.125rem;position:relative;display:block;height:1.75rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.header-saved-properties__icon{width:1.375rem;height:1.375rem;margin-top:.125rem}.header-saved-properties__icon svg{width:100%;height:100%;fill:#3b97ba}.header-saved-properties__notification{right:-.125rem}.header-saved-properties__counter{position:absolute;background:#ef5e4e;color:#fff;min-width:1.125rem;height:1.125rem;-webkit-border-radius:.5625rem;-moz-border-radius:.5625rem;border-radius:.5625rem;font-size:.75rem;line-height:0;font-weight:700;padding:0 .25rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;border:.125rem solid #fff;bottom:0;left:-webkit-calc(100% - .75rem);left:-moz-calc(100% - .75rem);left:calc(100% - .75rem)}.header-saved-properties__counter--hidden{opacity:0}.header-saved-properties{border-right:.0625rem solid #ddd;padding-right:1.125rem}.header-saved-properties__counter{bottom:-.125rem;left:-webkit-calc(100% - 1.875rem);left:-moz-calc(100% - 1.875rem);left:calc(100% - 1.875rem)}.header-saved-properties__notification{position:absolute;top:.0625rem;right:auto;right:.9375rem}