/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.advice-outer-wrapper {
  border: 1px solid #a1c3f3;
  padding-bottom: 20px;
  margin-bottom: 5px;
  border-radius: 3px;
  position: relative;
  display: none;
}
.advice-outer-wrapper .slick-slider {
  position: initial;
}
.advice-outer-wrapper .slick-slide {
  outline: none!important;
}
.advice-outer-wrapper .slick-slide.items {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .advice-outer-wrapper .slick-slide.items {
    margin-bottom: 10px;
  }
}
.advice-outer-wrapper .slick-slide.items h3 {
  font-family: "Brown-Regular", Arial, sans-serif;
  font-size: 18px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .advice-outer-wrapper .slick-slide.items h3 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
  }
}
.advice-outer-wrapper .slick-slide.items span {
  font-family: "Brown-Light", Arial, sans-serif;
  margin-bottom: 20px;
  outline: none!important;
  display: inline-block;
  font-size: 14px;
}
@media (max-width: 767px) {
  .advice-outer-wrapper .slick-slide.items span {
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
  }
}
.advice-outer-wrapper .slick-slide.items span p {
  display: inline;
}
.advice-outer-wrapper .slick-slide.items span a {
  text-decoration: underline;
}
.advice-outer-wrapper .links {
  font-family: "Brown-Light", Arial, sans-serif;
  bottom: 10px;
  text-decoration: underline;
  position: absolute;
  font-size: 14px;
  cursor: pointer;
  color: #4387e7;
}
@media (max-width: 767px) {
  .advice-outer-wrapper .links {
    font-size: 12px;
  }
}
.advice-outer-wrapper .links:visited {
  color: #4387e7;
}
.advice-outer-wrapper .links.tips-all {
  left: 20px;
}
.advice-outer-wrapper .links.next-tip {
  right: 20px;
}
/*# sourceMappingURL=advice.css.map */
.home-slides-wrapper {
  margin: 0 -18px;
}
@media (max-width: 991px) {
  .home-slides-wrapper .home-slide.first-slide .slider-content-wrapper {
    padding-top: 120px;
  }
}
.home-slides-wrapper .home-slide .slider-content-wrapper {
  width: 100%;
  height: 100vh;
  display: table;
  padding-top: 0;
}
@media (max-width: 991px) {
  .home-slides-wrapper .home-slide .slider-content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto !important;
  }
}
.home-slides-wrapper[data-current-slide="1"] .slide-paginator-wrapper .slide-dots-wrapper ul li:nth-child(1) a:after {
  background: #4387e7;
  border: 1px solid #4387e7;
}
.home-slides-wrapper[data-current-slide="2"] .slide-paginator-wrapper .slide-dots-wrapper ul li:nth-child(2) a:after {
  background: #4387e7;
  border: 1px solid #4387e7;
}
.home-slides-wrapper[data-current-slide="3"] .slide-paginator-wrapper .slide-dots-wrapper ul li:nth-child(3) a:after {
  background: #4387e7;
  border: 1px solid #4387e7;
}
.home-slides-wrapper[data-current-slide="4"] .slide-paginator-wrapper .slide-dots-wrapper ul li:nth-child(4) a:after {
  background: #4387e7;
  border: 1px solid #4387e7;
}
.home-slides-wrapper[data-current-slide="5"] .slide-paginator-wrapper .slide-dots-wrapper ul li:nth-child(5) a:after {
  background: #4387e7;
  border: 1px solid #4387e7;
}
.home-slides-wrapper[data-current-slide="6"] .slide-paginator-wrapper .slide-dots-wrapper ul li:nth-child(6) a:after {
  background: #4387e7;
  border: 1px solid #4387e7;
}
.home-slides-wrapper[data-current-slide="7"] .slide-paginator-wrapper .slide-dots-wrapper ul li:nth-child(7) a:after {
  background: #4387e7;
  border: 1px solid #4387e7;
}
.home-slides-wrapper .slide-paginator-wrapper {
  top: 0;
  bottom: 0;
  z-index: 1;
  position: fixed;
}
@media (max-width: 991px) {
  .home-slides-wrapper .slide-paginator-wrapper {
    display: none;
  }
}
.home-slides-wrapper .slide-paginator-wrapper .slide-dots-wrapper {
  height: 100%;
  display: table;
  table-layout: fixed;
}
.home-slides-wrapper .slide-paginator-wrapper .slide-dots-wrapper ul {
  padding: 0 0 0 44px;
  display: table-cell;
  vertical-align: middle;
  list-style: none;
}
.home-slides-wrapper .slide-paginator-wrapper .slide-dots-wrapper ul li a {
  font-size: 0;
  padding: 5px;
  display: block;
}
.home-slides-wrapper .slide-paginator-wrapper .slide-dots-wrapper ul li a:after {
  content: " ";
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 50%;
  border: 1px solid #bfbfbf;
  background: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.open-video-button {
  z-index: 10;
  top: 50%;
  border: 0;
  left: 50%;
  outline: 0;
  line-height: 1.9;
  width: 80px;
  height: 80px;
  font-size: 45px;
  color: #ffffff;
  margin-top: -40px;
  margin-left: -40px;
  background: #4387e7;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  -webkit-box-shadow: 4px 4px 1px 0px rgba(69, 69, 69, 0.5);
  -moz-box-shadow: 4px 4px 1px 0px rgba(69, 69, 69, 0.5);
  box-shadow: 4px 4px 1px 0px rgba(69, 69, 69, 0.5);
}
.open-video-button.pending:after {
  opacity: 0;
}
.open-video-button.pending i {
  opacity: 1;
}
.open-video-button:not(.pending) i {
  display: none;
}
.open-video-button:after {
  content: "";
  display: block;
  margin-left: 0.7em;
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  border-right: 0;
  border-left: 0.65em solid #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .open-video-button {
    height: 75px;
    width: 75px;
    font-size: 43px;
    margin-top: -40px;
    margin-left: -37px;
  }
}
.open-video-button.hover,
.open-video-button:hover,
.open-video-button:focus {
  background: #2c79e4;
}
.open-video-button i {
  left: 0;
  right: 0;
  top: 50%;
  opacity: 0;
  font-size: 36px;
  margin-top: -18px;
  position: absolute;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .open-video-button i {
    font-size: 20px;
    margin-top: -10px;
  }
}
.fullscreen-video-wrapper {
  position: relative;
  margin: 0 auto;
  width: 530px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .fullscreen-video-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .fullscreen-video-wrapper {
    margin-bottom: 20px;
    width: 320px;
  }
}
.fullscreen-video-wrapper .controls {
  position: relative;
}
.fullscreen-video-wrapper .controls .close {
  top: 0;
  right: 0;
  z-index: 12;
  font-size: 30px;
  width: 35px;
  outline: 0;
  height: 35px;
  position: absolute;
}
.fullscreen-video-wrapper .controls .close span {
  margin-top: -7px;
  display: block;
}
.page-wrapper.home-page .search-title {
  font-family: "Brown-Light", Arial, sans-serif;
  margin-right: auto;
  margin-left: auto;
  max-width: 700px;
  font-size: 36px;
  margin-top: 0;
  right: 0;
  left: 0;
}
@media (max-width: 767px) {
  .page-wrapper.home-page .search-title {
    font-size: 24px;
  }
}
.page-wrapper.home-page .search-title p {
  font-size: 36px;
}
.page-wrapper.home-page .search-subitle-wrapper {
  max-width: 550px;
}
.page-wrapper.home-page .search-subitle-wrapper .search-subtitle {
  line-height: normal;
  font-size: 24px;
  color: #4387e7;
}
@media (max-width: 767px) {
  .page-wrapper.home-page .search-subitle-wrapper .search-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .page-wrapper.home-page .homepage-span {
    font-size: 18px;
    font-family: "Brown-Normal", Arial, sans-serif;
    color: #333333;
  }
}
.page-wrapper.home-page .non-collapsing .content-wrapper .page-content-wrapper .page-content {
  padding-bottom: 0;
  padding-top: 0;
}
.page-wrapper.home-page .found-out-more-wrapper {
  padding-top: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .page-wrapper.home-page .found-out-more-wrapper {
    padding-top: 80px;
  }
}
.page-wrapper.home-page .found-out-more-wrapper .triangles {
  position: relative;
}
@media (max-width: 991px) {
  .page-wrapper.home-page .found-out-more-wrapper .down-arrow-wrapper {
    bottom: 20px;
  }
}
.page-wrapper.home-page .slide-outer-wrapper {
  padding: 80px 0 0 !important;
}
.endpage-labels-wrapper .popular {
  margin-left: 76px!important;
}
@media (max-width: 767px) {
  .endpage-labels-wrapper .popular {
    margin-left: 0px!important;
  }
}
/*# sourceMappingURL=home.css.map */
button.ytp-button {
  display: none;
}
.bottom-info-wrapper {
  display: table-header-group;
  text-align: center;
  width: 100%;
}
input.form-control {
  line-height: 20px;
  height: auto;
}
input.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Brown-Light", Arial, sans-serif;
  color: #454545;
  line-height: 20px;
  height: auto;
}
input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Brown-Light", Arial, sans-serif;
  color: #454545;
  line-height: 20px;
  height: auto;
}
input.form-control:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Brown-Light", Arial, sans-serif;
  color: #454545;
  line-height: 20px;
  height: auto;
}
input.form-control:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Brown-Light", Arial, sans-serif;
  color: #454545;
  line-height: 20px;
  height: auto;
}
.search-button .icon {
  line-height: 24px;
  float: right;
}
@media (max-width: 767px) {
  .search-button .icon {
    line-height: 1em;
  }
}
.underline {
  text-decoration: underline;
  color: #454545;
}
.underline:hover {
  text-decoration: underline;
}
.basic-margin-top {
  margin-top: 20px;
}
.inline-block {
  display: inline-block;
}
.home-slides-wrapper[data-current-slide="2"] .slide-paginator-wrapper .slide-dots-wrapper ul li a:after {
  border: 2px solid #ffffff;
}
.home-slides-wrapper[data-current-slide="2"] .slide-paginator-wrapper .slide-dots-wrapper ul li:nth-child(2) a:after {
  border: 2px solid #ffffff;
  background: #ffffff;
}
.home-slides-wrapper .home-slide.green {
  background-color: #9fe9c7;
}
.home-slides-wrapper .home-slide.blue {
  background-color: #4387e7;
}
.home-slides-wrapper .home-slide.blue .slide-outer-wrapper .down-arrow-wrapper .icon {
  margin-bottom: 15px;
}
.home-slides-wrapper .home-slide.orange {
  background-color: #ffdaa6;
}
.home-slides-wrapper .home-slide.purple {
  background-color: #b77897;
}
.home-slides-wrapper .home-slide.purple .description {
  color: #ffffff;
}
.home-slides-wrapper .home-slide.purple .slide-outer-wrapper.green .title {
  color: #a0e9c8;
}
.home-slides-wrapper .home-slide.blue-gradient {
  background-color: #3d98f5;
}
.home-slides-wrapper .home-slide.blue-gradient .title {
  color: #ffffff;
}
.home-slides-wrapper .home-slide.blue-gradient .description {
  color: #ffffff;
}
.slider-content-wrapper.has-background-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.slider-content-wrapper.has-background-image .slide-outer-wrapper .search-title {
  text-transform: none;
  margin-bottom: 45px;
}
.slide-outer-wrapper {
  vertical-align: middle;
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .slide-outer-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.slide-outer-wrapper.red .title {
  color: #ed7775;
}
.slide-outer-wrapper.purple .title {
  color: #b77897;
}
.slide-outer-wrapper.white .title {
  color: #ffffff;
}
.slide-outer-wrapper.white .down-arrow-wrapper {
  color: #ffffff;
}
.slide-outer-wrapper.blue .title {
  color: #4387e7;
}
.slide-outer-wrapper.green .title {
  color: #3ecea2;
}
.slide-outer-wrapper .slide-inner-wrapper {
  /*height: 476px;*/
  z-index: 1;
  width: 100%;
  display: table;
  position: relative;
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 991px) {
  .slide-outer-wrapper .slide-inner-wrapper {
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }
}
@media (max-width: 767px) {
  .slide-outer-wrapper .slide-inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.slide-outer-wrapper .slide-inner-wrapper .item-wrapper {
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide-outer-wrapper .slide-inner-wrapper .item-wrapper {
    max-width: 410px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .slide-outer-wrapper .slide-inner-wrapper .item-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}
.slide-outer-wrapper .slide-inner-wrapper .item-wrapper.landlord-margin {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .slide-outer-wrapper .slide-inner-wrapper .item-wrapper.landlord-margin {
    padding-top: 0;
  }
}
.slide-outer-wrapper .slide-inner-wrapper .item-wrapper a {
  overflow: hidden;
  display: block;
  height: 85px;
}
.slide-outer-wrapper .slide-inner-wrapper .item-wrapper a img {
  -webkit-transition: all 0.44s cubic-bezier(0.6, 0.44, 0.24, 1);
  -moz-transition: all 0.44s cubic-bezier(0.6, 0.44, 0.24, 1);
  -ms-transition: all 0.44s cubic-bezier(0.6, 0.44, 0.24, 1);
  -o-transition: all 0.44s cubic-bezier(0.6, 0.44, 0.24, 1);
  height: 35px;
  margin-top: 49px;
}
@media (max-width: 767px) {
  .slide-outer-wrapper .slide-inner-wrapper .item-wrapper a img {
    margin-top: 44px;
    max-width: 140px;
    height: auto;
  }
}
.slide-outer-wrapper .slide-inner-wrapper .item-wrapper a span {
  font-family: "Brown-Light", Arial, sans-serif;
  display: inline-block;
  color: #454545;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide-outer-wrapper .slide-inner-wrapper .item-wrapper a span {
    display: none;
  }
}
@media (max-width: 767px) {
  .slide-outer-wrapper .slide-inner-wrapper .item-wrapper a span {
    display: none;
  }
}
.slide-outer-wrapper .slide-inner-wrapper .item-wrapper a.hover img,
.slide-outer-wrapper .slide-inner-wrapper .item-wrapper a:hover img,
.slide-outer-wrapper .slide-inner-wrapper .item-wrapper a:focus img {
  -webkit-transition: all 0.5s cubic-bezier(0.6, 0.44, 0.24, 1);
  -moz-transition: all 0.5s cubic-bezier(0.6, 0.44, 0.24, 1);
  -ms-transition: all 0.5s cubic-bezier(0.6, 0.44, 0.24, 1);
  -o-transition: all 0.5s cubic-bezier(0.6, 0.44, 0.24, 1);
  margin-bottom: 7px;
  margin-top: 0;
  height: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide-outer-wrapper .slide-inner-wrapper .item-wrapper a.hover img,
  .slide-outer-wrapper .slide-inner-wrapper .item-wrapper a:hover img,
  .slide-outer-wrapper .slide-inner-wrapper .item-wrapper a:focus img {
    margin-bottom: 0;
    margin-top: 44px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .slide-outer-wrapper .slide-inner-wrapper .item-wrapper a.hover img,
  .slide-outer-wrapper .slide-inner-wrapper .item-wrapper a:hover img,
  .slide-outer-wrapper .slide-inner-wrapper .item-wrapper a:focus img {
    margin-top: 44px;
    height: auto;
  }
}
.slide-outer-wrapper .small-text {
  display: inline-block;
  text-align: center;
  margin: 7px auto;
  font-size: 14px;
  width: 100%;
}
.slide-outer-wrapper .white {
  color: #ffffff;
}
.slide-outer-wrapper .search-title {
  margin-bottom: 12px;
  text-align: center;
  margin-top: 35px;
}
.slide-outer-wrapper .search-title.bottom-form-title-margin {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .slide-outer-wrapper .search-title {
    margin-bottom: 20px;
  }
}
.slide-outer-wrapper .slide-center-content {
  max-width: 430px;
  margin: 0 auto;
}
.slide-outer-wrapper .slide-center-content.search-all-type {
  margin-bottom: 42px;
  max-width: 705px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide-outer-wrapper .slide-center-content.search-all-type {
    max-width: 705px;
  }
}
@media (max-width: 767px) {
  .slide-outer-wrapper .slide-center-content.search-all-type {
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
  }
}
.slide-outer-wrapper .slide-center-content.user-interactions-wrapper {
  max-width: inherit;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide-outer-wrapper .slide-center-content.user-interactions-wrapper {
    max-width: 430px;
  }
}
@media (max-width: 767px) {
  .slide-outer-wrapper .slide-center-content.user-interactions-wrapper {
    width: 320px;
  }
}
.slide-outer-wrapper .slide-center-content.user-interactions-wrapper .button {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: 3px;
  margin-left: 3px;
}
@media (max-width: 991px) {
  .slide-outer-wrapper .slide-center-content.user-interactions-wrapper .button {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .slide-outer-wrapper .slide-center-content {
    max-width: 100%;
    margin-left: 0;
  }
}
.slide-outer-wrapper .video-center-content .advice-outer-wrapper {
  background-color: #ffffff;
  margin: 0 auto 15px auto;
  width: 530px;
}
.slide-outer-wrapper .video-center-content .advice-outer-wrapper h3 {
  font-size: 14px;
}
@media (max-width: 767px) {
  .slide-outer-wrapper .video-center-content .advice-outer-wrapper {
    width: 320px;
  }
}
.slide-outer-wrapper .left-side {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  width: 50%;
}
@media (max-width: 991px) {
  .slide-outer-wrapper .left-side {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
  }
}
.slide-outer-wrapper .left-side.manual-aligned-right {
  text-align: right;
}
.slide-outer-wrapper .left-side.manual-aligned-left {
  text-align: left;
}
.slide-outer-wrapper .right-side {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  width: 50%;
}
@media (max-width: 991px) {
  .slide-outer-wrapper .right-side {
    width: 100%;
  }
}
.slide-outer-wrapper .right-side.vertical-top {
  vertical-align: top;
}
.slide-outer-wrapper .down-arrow-wrapper {
  z-index: 0;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
.slide-outer-wrapper .down-arrow-wrapper .icon {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 40px;
  font-size: 40px;
}
@media (min-width: 992px) and (max-width: 1319px) {
  .slide-outer-wrapper .down-arrow-wrapper .icon {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide-outer-wrapper .down-arrow-wrapper .icon {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .slide-outer-wrapper .down-arrow-wrapper .icon {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .slide-outer-wrapper .down-arrow-wrapper {
    bottom: 0;
  }
}
.slide-outer-wrapper .left-side,
.slide-outer-wrapper .right-side {
  float: none;
}
@media (max-width: 991px) {
  .slide-outer-wrapper .left-side.mobile-caption,
  .slide-outer-wrapper .right-side.mobile-caption {
    display: table-header-group;
    text-align: center;
  }
}
.slide-outer-wrapper .left-side.city-form-outer-wrapper,
.slide-outer-wrapper .right-side.city-form-outer-wrapper {
  width: 410px;
  float: none;
}
@media (max-width: 991px) {
  .slide-outer-wrapper .left-side.city-form-outer-wrapper,
  .slide-outer-wrapper .right-side.city-form-outer-wrapper {
    width: 100%;
  }
}
.slide-outer-wrapper .left-side.city-images-wrapper,
.slide-outer-wrapper .right-side.city-images-wrapper {
  padding-right: 18px;
  width: auto;
}
@media (max-width: 991px) {
  .slide-outer-wrapper .left-side.city-images-wrapper,
  .slide-outer-wrapper .right-side.city-images-wrapper {
    padding-right: 0;
  }
}
.slide-outer-wrapper .picture-alt {
  margin-top: 7px;
}
.slide-outer-wrapper .img-wrapper {
  position: relative;
  display: inline-block;
  max-height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .slide-outer-wrapper .img-wrapper {
    margin-bottom: 15px;
    height: auto;
    width: 100%;
  }
}
.slide-outer-wrapper .img-wrapper p {
  font-size: 16px;
}
.slide-outer-wrapper .img-wrapper img {
  width: 100%;
}
@media (max-width: 767px) {
  .slide-outer-wrapper .img-wrapper img {
    width: 250px;
  }
}
.slide-outer-wrapper .img-wrapper img.landlord_img {
  max-height: 450px;
  width: auto;
}
.slide-outer-wrapper .city-images-wrapper {
  margin: 40px auto;
  max-width: 643px;
  display: block;
}
@media (max-width: 767px) {
  .slide-outer-wrapper .city-images-wrapper {
    max-width: 100%;
  }
}
.slide-outer-wrapper .city-images-wrapper .backgrounded {
  margin-bottom: 18px;
  position: relative;
  height: 150px;
  width: auto;
  display: block;
  background-position: center;
  background-size: cover;
}
@media (min-width: 992px) and (max-width: 1319px) {
  .slide-outer-wrapper .city-images-wrapper .backgrounded {
    height: 80px;
  }
}
.slide-outer-wrapper .city-images-wrapper .backgrounded .name {
  color: #ffffff;
  width: 100%;
  height: 25px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  background: #4387e7;
  background-color: rgba(67, 135, 231, 0.75);
}
.slide-outer-wrapper .text-outer-wrapper {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  max-width: 400px;
}
@media (max-width: 991px) {
  .slide-outer-wrapper .text-outer-wrapper {
    margin-bottom: 15px;
    text-align: center;
    max-width: 100%;
  }
}
.slide-outer-wrapper .text-outer-wrapper .title {
  font-family: "Brown-Regular", Arial, sans-serif;
  font-size: 42px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .slide-outer-wrapper .text-outer-wrapper .title {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
.slide-outer-wrapper .text-outer-wrapper .description {
  color: #454545;
  font-size: 18px;
  font-family: "Brown-Light", Arial, sans-serif;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide-outer-wrapper .text-outer-wrapper .description {
    padding: 0 18px;
  }
}
@media (max-width: 767px) {
  .slide-outer-wrapper .text-outer-wrapper .description {
    font-size: 14px;
  }
}
.slide-outer-wrapper .homepage-span {
  line-height: 45px;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide-outer-wrapper .homepage-span {
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .slide-outer-wrapper .homepage-span {
    margin-top: 20px;
    text-align: center;
    display: block;
  }
}
.slide-outer-wrapper .location-form {
  position: relative;
}
.slide-outer-wrapper .location-form input {
  padding-left: 21px;
}
.slide-outer-wrapper .location-form.loading .fa-spin {
  display: block;
}
.slide-outer-wrapper .location-form .fa-spin {
  position: absolute;
  display: none;
  height: 13px;
  color: #4387e7;
  width: 13px;
  right: 9px;
  top: 10px;
}
.slide-outer-wrapper .location-form .marker {
  position: absolute;
  color: #4387e7;
  width: 13px;
  left: 9px;
  top: 9px;
}
.slide-outer-wrapper .location-form .marker:before {
  color: #4387e7 !important;
}
.custom-row {
  margin-left: -9px;
  margin-right: -9px;
  margin-bottom: -15px;
}
.custom-col {
  padding-left: 9px;
  padding-right: 9px;
}
.search-title {
  font-size: 25px;
  color: #454545;
}
.search-title.search-form-title {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .search-title.search-form-title {
    padding-top: 0;
  }
}
.search-subtitle {
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 30px;
  color: #454545;
}
input.form-control {
  margin-bottom: 5px;
  margin-top: 0;
  height: inherit;
}
@media (max-width: 767px) {
  input.form-control {
    margin-bottom: 6px;
    padding: 8px 12px;
  }
}
form select.form-control {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  form select.form-control {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
form .bootstrap-select.form-control {
  margin-bottom: 15px;
  margin-top: 10px;
}
form .combo-group .bootstrap-select.form-control {
  margin-top: 0;
}
form .form-group-label {
  margin-bottom: 15px;
  font-family: "Brown-Light", Arial, serif;
}
.city-form-outer-wrapper {
  display: inline-block;
  width: 410px;
  text-align: left;
}
@media (max-width: 767px) {
  .city-form-outer-wrapper {
    width: 100%;
    text-align: center;
  }
}
.city-form-outer-wrapper .search-button {
  position: relative;
  padding: 3px 12px;
}
@media (max-width: 767px) {
  .city-form-outer-wrapper .search-button {
    padding: 10px 12px;
  }
}
.city-form-outer-wrapper .search-icon {
  position: absolute;
  height: 1em;
  right: 15px;
  bottom: 0;
  top: 0;
  margin: auto;
}
.input-radio-wrapper input + label {
  position: relative;
  cursor: pointer;
  width: 100%;
  border: 1px solid #bfbfbf;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  font-family: "Brown-Light", Arial, sans-serif;
  line-height: 32px;
  background-color: white;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .input-radio-wrapper input + label {
    font-size: 14px;
    line-height: 36px;
  }
}
.input-radio-wrapper input + label:hover {
  border-color: #faaa41;
  color: #faaa41;
}
.input-radio-wrapper input[type=checkbox] {
  display: none;
}
.input-radio-wrapper input[type=radio] {
  display: none;
}
.input-radio-wrapper input[type=checkbox]:checked + label {
  background-color: #faaa41;
  border-color: #faaa41;
  color: #ffffff;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .input-radio-wrapper input[type=checkbox]:checked + label {
    padding: 0 20px 0 5px;
  }
}
.input-radio-wrapper input[type=checkbox]:checked + label:after {
  content: "\e930";
  font-family: 'icomoon';
  font-weight: 100;
  display: block;
  width: 5px;
  height: 5px;
  color: #ffffff;
  position: absolute;
  right: 14px;
  top: 0px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .input-radio-wrapper input[type=checkbox]:checked + label:after {
    font-size: 10px;
    right: 17px;
  }
}
.input-radio-wrapper input[type=radio]:checked + label {
  background-color: #faaa41;
  border-color: #faaa41;
  color: #ffffff;
  padding: 0 20px;
}
.input-radio-wrapper input[type=radio]:checked + label:after {
  content: "\e930";
  font-family: 'icomoon';
  font-weight: 100;
  display: block;
  width: 5px;
  height: 5px;
  color: #ffffff;
  position: absolute;
  right: 14px;
  top: 0px;
  font-size: 14px;
}
.checkbox {
  cursor: pointer;
  display: table;
  width: 100%;
  float: left;
  position: relative;
  margin-top: 0px;
}
.checkbox .fake-checkbox-wrapper {
  display: table;
  vertical-align: middle;
  margin-bottom: 10px;
}
.checkbox .fake-checkbox-wrapper .formtext {
  font-size: 14px;
  font-family: "Brown-Light", Arial, sans-Serif;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.1;
}
.checkbox .fake-checkbox-wrapper .formtext a {
  text-decoration: underline;
  color: #454545;
}
.checkbox .fake-checkbox-wrapper .custom-checkbox {
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #999999;
  height: 16px;
  width: 16px;
  float: left;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .checkbox .fake-checkbox-wrapper .custom-checkbox {
    display: none;
  }
}
.checkbox .fake-checkbox-wrapper input[type=checkbox] {
  display: none;
}
.checkbox .fake-checkbox-wrapper input[type=checkbox] + .custom-checkbox .rentingo-tick {
  display: none;
}
.checkbox .fake-checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox {
  background: none;
  position: relative;
}
.checkbox .fake-checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox:after {
  content: "\e930";
  font-family: 'icomoon';
  font-weight: 100;
  display: block;
  width: 100%;
  height: 100%;
  color: #faaa41;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
}
.checkbox .fake-checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox .rentingo-tick {
  display: block;
  font-size: 8px;
  font-weight: 900;
  position: absolute;
  top: 4px;
  left: 2px;
  color: #faaa41;
}
.checkbox .checkbox-text {
  display: table-cell;
}
/*# sourceMappingURL=page.css.map */
.cbp-so-scroller {
  overflow: hidden;
}
/* Clear floats of children */
.cbp-so-section:before,
.cbp-so-section:after {
  content: " ";
  display: table;
}
.cbp-so-section:after {
  clear: both;
}
/* Sides */
.cbp-so-side {
  width: 50%;
  float: left;
  margin: 0;
  -webkit-transition: -webkit-transform 0.75s, opacity 0.75s;
  -moz-transition: -moz-transform 0.75s, opacity 0.75s;
  transition: transform 0.75s, opacity 0.75s;
}
/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
  content: " ";
  display: table;
}
.cbp-so-side:after {
  clear: both;
}
.cbp-so-side-right {
  text-align: left;
}
.cbp-so-side-left {
  text-align: right;
}
/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
  opacity: 0;
}
.cbp-so-init .cbp-so-side-left {
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
  transform: translateX(-200px);
}
.cbp-so-init .cbp-so-side-right {
  -webkit-transform: translateX(200px);
  -moz-transform: translateX(200px);
  transform: translateX(200px);
}
/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
  overflow: visible;
  opacity: 1;
}
/* For example, add a delay for the right side:
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
*/
/* Example media queries */
@media screen and (max-width: 73.5em) {
  .cbp-so-scroller {
    font-size: 65%;
  }
}
@media screen and (max-width: 41.125em) {
  .cbp-so-side {
    float: none;
    width: 100%;
  }
}

@media (min-width: 1921px) {
  body {
    font-size: 0.72916667vw;
  }
}
.page-content h1 {
  font-size: 3.429em;
  line-height: 118%;
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-content h1 {
    font-size: 1.714em;
  }
}
.page-content h2 {
  font-size: 3em;
  line-height: 133%;
  font-weight: 600;
  margin-top: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-content h2 {
    font-size: 1.714em;
  }
}
.page-content h3 {
  font-size: 2.571em;
  line-height: 117%;
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-content h3 {
    font-size: 1.286em;
  }
}
.page-content p {
  font-size: 1.286em;
  line-height: 138%;
  font-weight: bold;
}
@media (max-width: 767px) {
  .page-content p {
    font-size: 1em;
  }
}
.block-title {
  min-height: 41.66666667vw;
  position: relative;
  background-image: url('../images/home/landlord-title.jpg');
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  font-family: Brown-Regular, Arial;
  font-weight: 600;
  z-index: 200;
}
@media (min-width: 1921px) {
  .block-title {
    min-height: 41.66666667vw;
  }
}
@media (min-width: 1201px) and (max-width: 1500px) {
  .block-title {
    min-height: 622px;
  }
}
@media (max-width: 1199px) {
  .block-title {
    flex-flow: column;
  }
}
.block-title .landlord-icon-home {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 5;
  width: 31.35416667vw;
}
@media (min-width: 1921px) {
  .block-title .landlord-icon-home {
    width: 31.35416667vw;
  }
}
@media (max-width: 1500px) {
  .block-title .landlord-icon-home {
    width: 460px;
  }
}
@media (max-width: 1199px) {
  .block-title .landlord-icon-home {
    position: static;
    display: block;
    margin: 30px auto;
    width: 53px;
  }
  .block-title .landlord-icon-home path {
    fill: #FFFFFF;
    opacity: 0.5;
  }
}
.block-title .title-image {
  display: none;
}
@media (max-width: 1199px) {
  .block-title .title-image {
    display: block;
    width: 100%;
  }
}
.block-title .title-left {
  background-image: url('../images/home/blue-poly.svg');
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 61%;
  padding: 50px 251px 50px 0;
}
@media (min-width: 1920px) {
  .block-title .title-left {
    padding: 2.60416667vw 13.07291667vw 2.60416667vw 0;
  }
}
@media (max-width: 1460px) {
  .block-title .title-left {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .block-title .title-left {
    background: linear-gradient(180.71deg, #4387E7 23.01%, #2360B6 66.22%);
    width: 100%;
    padding: 0 5.9375% 150px;
  }
}
.block-title .title-left .text-wrapper {
  position: relative;
  z-index: 10;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  width: 580px;
  float: right;
}
@media (min-width: 1921px) {
  .block-title .title-left .text-wrapper {
    width: 30.20833333vw;
    text-shadow: 0 0.20833333vw 0.20833333vw rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 1199px) {
  .block-title .title-left .text-wrapper {
    text-shadow: none;
    width: auto;
    float: none;
    text-align: center;
  }
}
.block-title .title-left h3 {
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .block-title .title-left h3 {
    margin: 30px 0;
  }
}
.block-title .title-left p {
  margin-bottom: 40px;
}
.block-title .text-free {
  background-image: url('../images/home/blue-line.png');
  padding-right: 65px;
  position: absolute;
  right: 0;
  bottom: 116px;
  height: 112px;
  line-height: 112px;
  width: 900px;
  font-size: 4.286em;
}
@media (min-width: 1921px) {
  .block-title .text-free {
    height: 5.83333333vw;
    padding-right: 3.38541667vw;
    bottom: 6.04166667vw;
    line-height: 5.83333333vw;
    width: 46.875vw;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .block-title .text-free {
    font-size: 28px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    background-position-x: center;
    bottom: 25px;
  }
}
.block-comparison {
  background-image: url('../images/home/landlord-comparison-bg.jpg');
  min-height: 880px;
  display: flex;
  flex-flow: column;
  padding: 150px 0 80px;
  background-position: bottom;
  background-size: cover;
}
@media (min-width: 1921px) {
  .block-comparison {
    min-height: 45.83333333vw;
    padding: 7.8125vw 0 4.16666667vw;
  }
}
@media (max-width: 1199px) {
  .block-comparison {
    padding: 65px 40px 80px;
    min-height: 720px;
    background-position: bottom;
  }
}
.block-comparison h2 {
  margin: 0 auto 65px;
  text-align: center;
  width: 1050px;
}
@media (min-width: 1921px) {
  .block-comparison h2 {
    margin: 0 auto 3.38541667vw;
    width: 54.6875vw;
  }
}
@media (max-width: 1199px) {
  .block-comparison h2 {
    width: 100%;
  }
}
.block-comparison table.comparison {
  width: 1050px;
  margin: 0 auto 70px;
}
@media (min-width: 1921px) {
  .block-comparison table.comparison {
    margin: 0 auto 3.64583333vw;
    width: 54.6875vw;
  }
}
@media (max-width: 1199px) {
  .block-comparison table.comparison {
    display: none;
  }
}
.block-comparison table.comparison tr th,
.block-comparison table.comparison tr td {
  background-color: #FFF;
  height: 90px;
  width: 480px;
  border: 5px solid transparent;
  background-clip: padding-box;
  vertical-align: middle;
  text-align: center;
  color: #ED8A54;
}
@media (min-width: 1921px) {
  .block-comparison table.comparison tr th,
  .block-comparison table.comparison tr td {
    height: 4.6875vw;
    width: 25vw;
    border: 0.26041667vw solid transparent;
  }
}
.block-comparison table.comparison tr th p,
.block-comparison table.comparison tr td p {
  font-weight: bold;
}
.block-comparison table.comparison tr th {
  color: #808080;
}
.block-comparison table.comparison tr th:first-of-type {
  opacity: 0.6;
}
.block-comparison table.comparison tr td:first-of-type {
  color: #808080;
}
.block-comparison table.comparison tr td:last-of-type {
  color: #4387E7;
}
.block-comparison table.comparison tr th:first-of-type,
.block-comparison table.comparison tr td:first-of-type {
  width: 240px;
  border-left: 0;
  color: #808080;
}
@media (min-width: 1921px) {
  .block-comparison table.comparison tr th:first-of-type,
  .block-comparison table.comparison tr td:first-of-type {
    width: 12.5vw;
  }
}
.block-comparison table.comparison tr img.logo {
  width: 133px;
}
@media (min-width: 1921px) {
  .block-comparison table.comparison tr img.logo {
    width: 6.92708333vw;
  }
}
.block-comparison .slider-table {
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
  position: relative;
  display: none;
}
@media (min-width: 1921px) {
  .block-comparison .slider-table {
    max-width: 31.25vw;
    margin: 1.5625vw auto;
  }
}
@media (max-width: 1199px) {
  .block-comparison .slider-table {
    display: block;
  }
}
.block-comparison .slider-table .navigation {
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: space-between;
}
.block-comparison .slider-table .navigation svg {
  z-index: 100;
}
.block-comparison .slider-table .mobile-table {
  text-align: center;
}
.block-comparison .slider-table .mobile-table .title {
  font-size: 1.286em;
  color: #454545;
  padding: 0 20px;
}
.block-comparison .slider-table .mobile-table img.logo {
  width: 100px;
  margin: 0 auto;
}
.block-comparison .slider-table .mobile-table .box {
  margin: 20px 0;
  background: #FFFFFF;
  padding: 12px;
  text-align: center;
}
.block-comparison .slider-table .mobile-table .box p {
  padding: 15px 0 3px;
  font-size: 18px;
}
.block-comparison .slider-table .mobile-table .box p:first-of-type {
  border-bottom: 1px solid #DCDCDC;
  padding: 0 0 5px 0;
  color: #808080;
  font-size: 14px;
}
.block-comparison .more-button {
  display: flex;
  justify-content: center;
}
.block-comparison .more-button a {
  background: linear-gradient(0deg, #FEFFFF 0%, #ECF4FC 100%);
  padding: 8px 43px;
  border: 1px solid #4387E7 !important;
  color: #4387E7 !important;
  border-radius: 5px;
}
@media (min-width: 1921px) {
  .block-comparison .more-button a {
    padding: 0.41666667vw 2.23958333vw;
    border: 0.05208333vw solid #4387E7 !important;
    color: #4387E7 !important;
    border-radius: 0.26041667vw;
  }
}
.block-comparison .more-button a:hover {
  background: linear-gradient(180deg, #FEFFFF 0%, #ECF4FC 100%);
}
.block-comparison .arrow-wrapper {
  margin-top: 18px;
}
@media (min-width: 1921px) {
  .block-comparison .arrow-wrapper {
    margin-top: 0.9375vw;
  }
}
@media (max-width: 1199px) {
  .block-comparison .arrow-wrapper {
    margin-top: 30px;
  }
}
.block-advantages {
  padding: 100px 0 0;
  min-height: 1100px;
  background-image: url('../images/home/landlord-adv-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media (min-width: 1921px) {
  .block-advantages {
    padding: 5.20833333vw 0 0;
    min-height: 57.29166667vw;
    text-shadow: 0 0.20833333vw 0.20833333vw rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 1199px) {
  .block-advantages {
    padding: 30px 0 0;
    min-height: auto;
  }
}
.block-advantages h2 {
  margin-bottom: 60px;
}
@media (min-width: 1921px) {
  .block-advantages h2 {
    margin-bottom: 3.125vw;
  }
}
@media (max-width: 1199px) {
  .block-advantages h2 {
    margin-bottom: 40px;
  }
}
.block-advantages p {
  margin-bottom: 60px;
}
@media (min-width: 1921px) {
  .block-advantages p {
    margin-bottom: 3.125vw;
  }
}
.block-advantages .left-block {
  width: 47%;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .block-advantages .left-block {
    width: 100%;
    align-items: center;
    padding: 0 20px;
  }
}
.block-advantages .text-left,
.block-advantages .links {
  width: 555px;
}
@media (min-width: 1921px) {
  .block-advantages .text-left,
  .block-advantages .links {
    width: 28.90625vw;
  }
}
@media (max-width: 1199px) {
  .block-advantages .text-left,
  .block-advantages .links {
    width: 100%;
    text-align: center;
  }
}
.block-advantages .phone-hand {
  position: absolute;
  right: 0%;
  bottom: -27px;
  display: flex;
  flex-flow: column;
}
.block-advantages .phone-hand img:first-of-type {
  width: 590px;
}
@media (min-width: 1921px) {
  .block-advantages .phone-hand .mobile-hand {
    width: 42vw;
  }
}
.block-advantages .phone-hand .mobile-hand-small {
  display: none;
}
@media (min-width: 1921px) {
  .block-advantages .phone-hand {
    bottom: -1.40625vw;
  }
  .block-advantages .phone-hand img:first-of-type {
    width: 30.72916667vw;
  }
}
@media (max-width: 1600px) {
  .block-advantages .phone-hand {
    right: -100px;
    bottom: 40px;
  }
  .block-advantages .phone-hand img {
    width: 700px;
  }
  .block-advantages .phone-hand img:first-of-type {
    width: 500px;
  }
}
@media (max-width: 1199px) {
  .block-advantages .phone-hand {
    bottom: 0;
    width: 220px;
    position: relative;
    margin-top: 60px;
    right: 0;
  }
  .block-advantages .phone-hand .mobile-hand {
    display: none;
  }
  .block-advantages .phone-hand .mobile-hand-small {
    display: block;
    width: 100%;
  }
  .block-advantages .phone-hand img:first-of-type {
    display: none;
  }
}
.clips {
  position: absolute;
  width: 100%;
  display: flex;
  bottom: 0;
}
.clips svg {
  width: 50%;
  height: 230px;
}
@media (min-width: 1921px) {
  .clips svg {
    height: 11.97916667vw;
  }
}
.clips svg.poly-transform {
  transform: rotateY(180deg);
  float: right;
}
.clips svg polygon {
  fill: #5599FA;
  float: left;
}
.clips svg polygon.bg--light-blue {
  fill: #5599FA;
}
.clips svg polygon.bg--dark-blue {
  fill: #356FC0;
}
@media (max-width: 1199px) {
  .clips svg {
    height: 130px;
  }
}
.block-market {
  min-height: 950px;
  background: linear-gradient(0deg, #3E7ED8 0%, #4387E7 62.99%, #5599FA 100%);
  padding: 90px 0 100px;
  text-align: center;
}
@media (min-width: 1921px) {
  .block-market {
    min-height: 49.47916667vw;
    padding: 4.6875vw 0 5.20833333vw;
  }
}
@media (max-width: 1199px) {
  .block-market {
    padding: 60px 20px 100px;
  }
  .block-market .clips {
    margin: 0 -20px;
  }
}
.block-market h2 {
  max-width: 850px;
  margin: 0 auto 40px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1921px) {
  .block-market h2 {
    max-width: 44.27083333vw;
    margin: 0 auto 2.08333333vw;
    text-shadow: 0 0.20833333vw 0.20833333vw rgba(0, 0, 0, 0.25);
  }
}
.block-market p {
  max-width: 665px;
  margin: 0 auto;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1921px) {
  .block-market p {
    max-width: 34.63541667vw;
    text-shadow: 0 0.20833333vw 0.20833333vw rgba(0, 0, 0, 0.25);
  }
}
.block-market .market-box-wrapper {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin: 50px 0 70px;
  z-index: 9;
}
@media (min-width: 1921px) {
  .block-market .market-box-wrapper {
    margin: 2.60416667vw 0 3.64583333vw;
  }
}
@media (max-width: 1500px) {
  .block-market .market-box-wrapper {
    flex-flow: column;
    margin-bottom: 0;
  }
}
.block-market .market-box-wrapper .market-box {
  display: flex;
  width: 48%;
}
@media (max-width: 1500px) {
  .block-market .market-box-wrapper .market-box {
    width: 925px;
    align-self: center;
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .block-market .market-box-wrapper .market-box {
    width: 100%;
    max-width: 665px;
    flex-flow: column;
  }
}
.block-market .market-box-wrapper .market-box .image {
  width: 53.51351351%;
  width: 100%;
  background-image: url('../images/home/landlord-rentable.jpg');
  background-position: right;
  background-size: cover;
}
@media (max-width: 1199px) {
  .block-market .market-box-wrapper .market-box .image {
    order: 0!important;
    min-height: 400px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .block-market .market-box-wrapper .market-box .image {
    min-height: 210px;
  }
}
.block-market .market-box-wrapper .market-box.reversed .image {
  order: 2;
  background-image: url('../images/home/landlord-rented.jpg');
}
.block-market .market-box-wrapper .market-box .market-box-text {
  width: 430px;
  min-width: 430px;
  display: flex;
  flex-flow: column;
}
@media (min-width: 1921px) {
  .block-market .market-box-wrapper .market-box .market-box-text {
    width: 22.39583333vw;
    min-width: 22.39583333vw;
  }
}
@media (max-width: 1199px) {
  .block-market .market-box-wrapper .market-box .market-box-text {
    min-width: 0;
  }
}
.block-market .market-box-wrapper .market-box .market-box-text h3 {
  padding: 40px 65px;
  margin: 0;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1921px) {
  .block-market .market-box-wrapper .market-box .market-box-text h3 {
    padding: 2.08333333vw 3.38541667vw;
  }
}
.block-market .market-box-wrapper .market-box .market-box-text h3.bg--green {
  background: #92D36F;
}
.block-market .market-box-wrapper .market-box .market-box-text h3.bg--purple {
  background: #B77897;
}
.block-market .market-box-wrapper .market-box .market-box-text .text {
  display: flex;
  height: 100%;
}
.block-market .market-box-wrapper .market-box .market-box-text p {
  padding: 40px 50px;
  background: white;
  color: black;
  font-weight: 400;
  text-shadow: none;
}
@media (min-width: 1921px) {
  .block-market .market-box-wrapper .market-box .market-box-text p {
    padding: 2.08333333vw 2.60416667vw;
  }
}
@media (max-width: 1199px) {
  .block-market .market-box-wrapper .market-box .market-box-text {
    width: 100%;
  }
  .block-market .market-box-wrapper .market-box .market-box-text h3 {
    padding: 17px 3px;
  }
  .block-market .market-box-wrapper .market-box .market-box-text p {
    padding: 23px 15px 30px;
  }
}
.links {
  z-index: 10;
}
a.button--orange {
  padding: 8px 40px;
  background: #FAAA41;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  text-shadow: none;
  border-radius: 6px;
  font-size: 1.714em;
  min-width: 360px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  color: #FFF;
}
a.button--orange:hover {
  color: #F2F2F2;
}
@media (min-width: 1921px) {
  a.button--orange {
    padding: 0.41666667vw 2.08333333vw;
    box-shadow: 0 0.52083333vw 0.52083333vw rgba(0, 0, 0, 0.25);
    border-radius: 0.3125vw;
    min-width: 18.75vw;
  }
}
@media (max-width: 1199px) {
  a.button--orange {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    font-size: 1em;
    line-height: 1em;
    min-width: 320px;
    padding: 11px 10px;
  }
}
@media (max-width: 767px) {
  a.button--orange {
    width: 222px;
    min-width: 0;
  }
}
a.button--orange.red {
  background: #F24B6A;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
.color--orange {
  color: #FAAA41;
}
.color--orange-light {
  color: #F8C26C;
}
.color--white {
  color: #FFF;
}
.color--blue {
  color: #4387E7;
}
.color--green {
  color: #90E9C9;
}
.flex {
  display: flex;
}
.flex-flow-column {
  flex-flow: column;
}
.slick-arrow {
  cursor: pointer;
}
.landing-tenant .block-title {
  background-image: url('../images/home/tenant-title-bg.png');
  background-size: cover;
  background-position: left;
}
@media (max-width: 1600px) {
  .landing-tenant .block-title {
    background-position: center;
  }
}
@media (max-width: 1199px) {
  .landing-tenant .block-title {
    background-image: url('../images/home/bg-tenant-mobile.png');
    background-position: bottom;
    background-size: cover;
    min-height: 0;
    padding-bottom: 100%;
  }
}
.landing-tenant .block-title .title-left {
  background: none;
  width: 61%;
  padding: 90px 125px 70px 0;
}
@media (min-width: 1921px) {
  .landing-tenant .block-title .title-left {
    padding: 4.6875vw 6.51041667vw 3.64583333vw 0;
  }
}
@media (max-width: 1199px) {
  .landing-tenant .block-title .title-left {
    width: 100%;
    padding: 90px 125px 0;
  }
}
@media (max-width: 767px) {
  .landing-tenant .block-title .title-left {
    padding: 6.25%;
  }
}
.landing-tenant .block-comparison table.comparison tr th,
.landing-tenant .block-comparison table.comparison tr td {
  color: #BFBFBF;
}
.landing-tenant .block-comparison table.comparison tr th {
  color: #454545;
  font-weight: bold;
}
.landing-tenant .block-comparison table.comparison tr th:first-of-type {
  opacity: 0.6;
}
.landing-tenant .block-comparison table.comparison tr td:first-of-type {
  color: #454545;
}
.landing-tenant .block-comparison table.comparison tr td:last-of-type {
  color: #4387E7;
}
.landing-tenant .block-comparison table.comparison tr th:first-of-type,
.landing-tenant .block-comparison table.comparison tr td:first-of-type {
  width: 240px;
  border-left: 0;
  color: #808080;
}
@media (min-width: 1921px) {
  .landing-tenant .block-comparison table.comparison tr th:first-of-type,
  .landing-tenant .block-comparison table.comparison tr td:first-of-type {
    width: 12.5vw;
  }
}
.landing-tenant .block-comparison table.comparison .centered {
  display: flex;
  flex-flow: row;
  padding: 20px 20px 20px 45px;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1921px) {
  .landing-tenant .block-comparison table.comparison .centered {
    padding: 1.04166667vw 1.04166667vw 1.04166667vw 2.34375vw;
  }
}
.landing-tenant .block-comparison table.comparison .centered p {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px 0 0;
}
.landing-tenant .block-description {
  background: url('../images/home/bg-description.jpg');
  background-size: cover;
  min-height: 1800px;
  padding: 130px 0 80px;
}
@media (min-width: 1921px) {
  .landing-tenant .block-description {
    min-height: 93.75vw;
    padding: 6.77083333vw 0 4.16666667vw;
  }
}
@media (max-width: 1199px) {
  .landing-tenant .block-description {
    padding: 30px 0 150px;
    background-position: bottom;
  }
}
@media (max-width: 1199px) {
  .landing-tenant .block-description {
    padding: 30px 0 100px;
    min-height: 0;
  }
}
.landing-tenant .block-description h2 {
  margin: 0 auto 70px;
}
@media (min-width: 1921px) {
  .landing-tenant .block-description h2 {
    margin: 0 auto 3.64583333vw;
  }
}
@media (max-width: 1199px) {
  .landing-tenant .block-description h2 {
    margin: 0 auto 50px;
  }
}
.landing-tenant .block-description .block-market {
  background: transparent;
  min-height: 0;
  padding: 0;
}
.landing-tenant .block-description .block-market h2 {
  margin: 200px auto 135px;
}
@media (min-width: 1921px) {
  .landing-tenant .block-description .block-market h2 {
    margin: 10.41666667vw auto 7.03125vw;
  }
}
@media (max-width: 1199px) {
  .landing-tenant .block-description .block-market h2 {
    margin: 83px auto 40px;
  }
}
.landing-tenant .block-description .block-market .market-box-wrapper {
  justify-content: flex-end;
  min-height: 550px;
  margin: 0;
}
@media (min-width: 1921px) {
  .landing-tenant .block-description .block-market .market-box-wrapper {
    min-height: 28.64583333vw;
  }
}
.landing-tenant .block-description .block-market .market-box-wrapper h3 {
  padding: 0;
  margin-bottom: 40px;
  text-shadow: none;
}
@media (min-width: 1921px) {
  .landing-tenant .block-description .block-market .market-box-wrapper h3 {
    margin-bottom: 2.08333333vw;
  }
}
@media (max-width: 1199px) {
  .landing-tenant .block-description .block-market .market-box-wrapper h3 {
    font-size: 1.714em;
  }
}
.landing-tenant .block-description .block-market .market-box-wrapper ul {
  margin-bottom: 40px;
  list-style: none;
  padding: 0;
  text-align: left;
}
.landing-tenant .block-description .block-market .market-box-wrapper ul li {
  font-size: 1.286em;
  line-height: 2.429em;
}
.landing-tenant .block-description .block-market .market-box-wrapper ul li:before {
  content: "\2022";
  color: #4387E7;
  font-weight: bold;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 0;
  margin-right: 15px;
}
@media (min-width: 1921px) {
  .landing-tenant .block-description .block-market .market-box-wrapper ul {
    margin-bottom: 2.08333333vw;
  }
  .landing-tenant .block-description .block-market .market-box-wrapper ul li:before {
    width: 0.41666667vw;
    height: 0.41666667vw;
    margin-right: 0.78125vw;
  }
}
.landing-tenant .block-description .block-market .market-box-wrapper p {
  margin-bottom: 56px;
  font-size: 1.714em;
  color: #4387E7;
}
@media (min-width: 1921px) {
  .landing-tenant .block-description .block-market .market-box-wrapper p {
    margin-bottom: 2.91666667vw;
  }
}
@media (max-width: 1199px) {
  .landing-tenant .block-description .block-market .market-box-wrapper p {
    margin-bottom: 30px;
    font-size: 1em;
  }
}
.landing-tenant .block-description .block-market .market-box-wrapper .market-box {
  width: 83.64583333%;
}
@media (max-width: 1500px) {
  .landing-tenant .block-description .block-market .market-box-wrapper .market-box {
    align-self: flex-end;
    width: 90%;
  }
}
@media (max-width: 1199px) {
  .landing-tenant .block-description .block-market .market-box-wrapper .market-box {
    align-self: center;
    width: 100%;
    padding: 0 19px;
  }
}
.landing-tenant .block-description .block-market .market-box-wrapper .market-box .market-box-text {
  width: 560px;
  min-width: 560px;
  padding: 60px 22px 60px 50px;
  background: white;
  font-weight: 400;
  text-shadow: none;
  flex-flow: column;
  text-align: left;
}
@media (min-width: 1921px) {
  .landing-tenant .block-description .block-market .market-box-wrapper .market-box .market-box-text {
    width: 29.16666667vw;
    min-width: 29.16666667vw;
    padding: 3.125vw 1.14583333vw 3.125vw 2.60416667vw;
  }
}
@media (max-width: 1199px) {
  .landing-tenant .block-description .block-market .market-box-wrapper .market-box .market-box-text {
    width: 100%;
    min-width: 0;
    padding: 20px 17px 30px 17px;
    text-align: center;
  }
}
.landing-tenant .block-description .block-market .market-box-wrapper .market-box .market-box-text .text {
  display: block;
}
.landing-tenant .block-description .block-market .market-box-wrapper .market-box .market-box-text p {
  padding: 0;
}
.landing-tenant .block-description .block-market .market-box-wrapper .market-box .image {
  background: url('../images/home/waiting-for.jpg');
  background-size: cover;
}
.landing-tenant .tenant-slider .slick-slide {
  display: flex;
  outline: none;
  margin-bottom: 20px;
}
@media (min-width: 1921px) {
  .landing-tenant .tenant-slider .slick-slide {
    margin-bottom: 1.04166667vw;
  }
}
@media (max-width: 1199px) {
  .landing-tenant .tenant-slider .slick-slide img {
    width: 84.375vw;
  }
}
.landing-tenant .tenant-slider .center-padding {
  padding: 0 10%;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 1199px) {
  .landing-tenant .tenant-slider .center-padding {
    flex-flow: column;
    text-align: center;
    align-items: center;
  }
  .landing-tenant .tenant-slider .center-padding .links {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) and (min-width: 1921px) {
  .landing-tenant .tenant-slider .center-padding .links {
    margin-bottom: 2.60416667vw;
  }
}
.landing-tenant .tenant-slider .block-registrate {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .landing-tenant .tenant-slider .block-registrate {
    padding-top: 0;
  }
}
.landing-tenant .tenant-slider .block-registrate h3 {
  margin: 0 auto 30px;
}
.landing-tenant .tenant-slider .block-registrate p {
  margin: 0 0 100px;
  max-width: 330px;
}
@media (max-width: 1199px) {
  .landing-tenant .tenant-slider .block-registrate p {
    margin: 0 auto 30px;
  }
}
@media (min-width: 1921px) {
  .landing-tenant .tenant-slider .block-registrate {
    padding-top: 5.20833333vw;
  }
  .landing-tenant .tenant-slider .block-registrate h3 {
    margin: 0 auto 1.5625vw;
  }
  .landing-tenant .tenant-slider .block-registrate p {
    margin: 0 0 5.20833333vw;
    max-width: 17.1875vw;
  }
}
.landing-tenant .tenant-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
}
.landing-tenant .tenant-slider .slick-arrow:first-of-type {
  left: 10%;
}
@media (max-width: 1500px) {
  .landing-tenant .tenant-slider .slick-arrow:first-of-type {
    left: 30px;
  }
}
.landing-tenant .tenant-slider .slick-arrow:last-of-type {
  right: 10%;
}
@media (max-width: 1500px) {
  .landing-tenant .tenant-slider .slick-arrow:last-of-type {
    right: 30px;
  }
}
.slick-dots {
  width: 200px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1921px) {
  .slick-dots {
    width: 10.41666667vw;
  }
}
.slick-dots li {
  list-style: none;
  position: relative;
  display: inline-block;
  margin: 0 10px;
}
@media (min-width: 1921px) {
  .slick-dots li {
    margin: 0 0.52083333vw;
  }
}
@media (max-width: 767px) {
  .slick-dots li {
    margin: 0 5px;
  }
}
.slick-dots li.slick-active button:after {
  content: " ";
  background: #FAAA41;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
@media (min-width: 1921px) {
  .slick-dots li.slick-active button:after {
    width: 0.625vw;
    height: 0.625vw;
  }
}
@media (max-width: 767px) {
  .slick-dots li.slick-active button:after {
    width: 6px;
    height: 6px;
  }
}
.slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots button:before {
  content: " ";
  background: #FFF;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border: 1px solid #A1C3F3;
}
@media (min-width: 1921px) {
  .slick-dots button {
    width: 1.04166667vw;
    height: 1.04166667vw;
    padding: 0.26041667vw;
  }
  .slick-dots button:before {
    width: 1.04166667vw;
    height: 1.04166667vw;
    border: 0.05208333vw solid #A1C3F3;
  }
}
@media (max-width: 767px) {
  .slick-dots button {
    width: 10px;
    height: 10px;
  }
  .slick-dots button:before {
    width: 10px;
    height: 10px;
  }
}
.landing-roommate .block-title {
  background-image: url('../images/home/bg-roommate.jpg');
  background-size: cover;
  background-position: left;
}
.landing-roommate .block-title h1 {
  font-size: 5.357em;
}
.landing-roommate .block-title img.mobile-bg {
  display: none;
}
@media (max-width: 1199px) {
  .landing-roommate .block-title img.mobile-bg {
    display: block;
    width: 100%;
  }
}
.landing-roommate .block-title .title-left {
  background: none;
  width: 59%;
}
.landing-roommate .block-title .title-left .text-wrapper {
  width: 32.29166667vw;
  min-width: 620px;
}
@media (max-width: 1600px) {
  .landing-roommate .block-title .title-left .text-wrapper {
    width: 580px;
    min-width: 0;
  }
}
@media (max-width: 1500px) {
  .landing-roommate .block-title {
    background-size: auto;
    background-position: -50px;
  }
  .landing-roommate .block-title .title-left {
    padding: 50px 80px 50px 0;
  }
}
@media (max-width: 1400px) {
  .landing-roommate .block-title {
    background-position: 25%;
  }
  .landing-roommate .block-title .title-left {
    width: 63%;
  }
}
@media (max-width: 1199px) {
  .landing-roommate .block-title {
    background: none;
  }
}
@media (max-width: 1199px) {
  .landing-roommate .block-title h1, .landing-tenant .block-title h1, .landing-landlord .block-title h1 {
    font-size: 2.286em;
  }
  .landing-roommate .block-title .landlord-icon-home {
    display: none;
  }
  .landing-roommate .block-title .title-left {
    width: 100%;
    padding: 0 5.9375% 0px;
    background: linear-gradient(180deg, #2360B6 33.85%, #3F82E0 100%);
  }
  .landing-roommate .block-title .title-left .text-wrapper {
    width: 100%;
    padding: 6.25%;
  }
}
.landing-roommate .block-title ul {
  margin: 20px 0;
  list-style: none;
  padding: 0;
  text-align: left;
  font-weight: normal;
}
.landing-roommate .block-title ul li {
  font-size: 1.571em;
  line-height: 1.3;
  margin-bottom: 10px;
}
.landing-roommate .block-title ul li:last-of-type {
  margin: 0;
}
.landing-roommate .block-title ul li:before {
  content: "\2022";
  color: #F8C26C;
  font-weight: bold;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 0;
  margin-right: 15px;
}

.landing-tenant .app-link-header,
.landing-landlord .app-link-header,
.landing-roommate .app-link-header {
  display: none;
}

@media (max-width: 767px) {
  .landing-tenant .cookie,
  .landing-landlord .cookie,
  .landing-roommate .cookie {
    display: none;
  }
}

@media (min-width: 1921px) {
  .landing-roommate .block-title ul {
    margin: 1.04166667vw 0;
  }
  .landing-roommate .block-title ul li {
    margin-bottom: 0.52083333vw;
  }
  .landing-roommate .block-title ul li:before {
    width: 0.57291667vw;
    height: 0.57291667vw;
    margin-right: 0.78125vw 0;
  }
}
@media (max-width: 767px) {
  .landing-roommate .block-title ul {
    margin: 0 0 15px 0;
  }
  .landing-roommate .block-title ul li {
    font-size: 1.286em;
    line-height: 1.414em;
  }
}
.landing-roommate .block-how-it-works {
  background: linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 30%, #FFFFFF 100%);
  min-height: 885px;
  position: relative;
  padding: 170px 0 0 0;
  text-align: center;
}
@media (min-width: 1921px) {
  .landing-roommate .block-how-it-works {
    min-height: 46.09375vw;
    padding: 8.85416667vw 0 0 0;
  }
}
@media (max-width: 767px) {
  .landing-roommate .block-how-it-works {
    min-height: 537px;
    padding: 50px 30px 0;
  }
}
.landing-roommate .block-how-it-works .wave {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .landing-roommate .block-how-it-works .wave {
    width: 200%;
    left: -50%;
  }
}
.landing-roommate .block-how-it-works h2 {
  margin-bottom: 60px;
}
@media (min-width: 1921px) {
  .landing-roommate .block-how-it-works h2 {
    margin-bottom: 3.125vw;
  }
}
@media (max-width: 767px) {
  .landing-roommate .block-how-it-works h2 {
    margin-bottom: 30px;
  }
}
.landing-roommate .block-how-it-works .slider-wrapper {
  position: relative;
}
.landing-roommate .block-how-it-works .slider-wrapper .slider-works {
  z-index: 10;
}
.landing-roommate .block-how-it-works .slider-wrapper .slick-list {
  overflow: visible;
  min-height: 220px;
}
@media (min-width: 1921px) {
  .landing-roommate .block-how-it-works .slider-wrapper .slick-list {
    min-height: 11.45833333vw;
  }
}
@media (max-width: 767px) {
  .landing-roommate .block-how-it-works .slider-wrapper .slick-list {
    min-height: 135px;
  }
}
.landing-roommate .block-how-it-works .slider-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 15;
}
.landing-roommate .block-how-it-works .slider-wrapper .slick-arrow:first-of-type {
  left: 27%;
}
@media (max-width: 1500px) {
  .landing-roommate .block-how-it-works .slider-wrapper .slick-arrow:first-of-type {
    left: 20%;
  }
}
@media (max-width: 1199px) {
  .landing-roommate .block-how-it-works .slider-wrapper .slick-arrow:first-of-type {
    left: 5%;
  }
}
@media (max-width: 767px) {
  .landing-roommate .block-how-it-works .slider-wrapper .slick-arrow:first-of-type {
    left: -10px;
  }
}
.landing-roommate .block-how-it-works .slider-wrapper .slick-arrow:last-of-type {
  right: 27%;
}
@media (max-width: 1500px) {
  .landing-roommate .block-how-it-works .slider-wrapper .slick-arrow:last-of-type {
    right: 20%;
  }
}
@media (max-width: 1199px) {
  .landing-roommate .block-how-it-works .slider-wrapper .slick-arrow:last-of-type {
    right: 5%;
  }
}
@media (max-width: 767px) {
  .landing-roommate .block-how-it-works .slider-wrapper .slick-arrow:last-of-type {
    right: -10px;
  }
}
@media (max-width: 767px) {
  .landing-roommate .block-how-it-works .slider-wrapper .slick-arrow {
    top: -5px;
    width: 12px;
  }
}
.landing-roommate .block-how-it-works .slider-wrapper .slick-slide {
  position: relative;
  outline: none;
}
.landing-roommate .block-how-it-works .slider-wrapper .slick-slide .text-wrapper {
  max-width: 626px;
  margin: auto;
}
@media (min-width: 1921px) {
  .landing-roommate .block-how-it-works .slider-wrapper .slick-slide .text-wrapper {
    max-width: 32.60416667vw;
  }
}
@media (max-width: 767px) {
  .landing-roommate .block-how-it-works .slider-wrapper .slick-slide .text-wrapper {
    width: 320px;
  }
}
.landing-roommate .block-how-it-works .slider-wrapper .slick-slide .text-wrapper h3 {
  margin: 0 auto 40px;
}
@media (min-width: 1921px) {
  .landing-roommate .block-how-it-works .slider-wrapper .slick-slide .text-wrapper h3 {
    margin: 0 auto 2.08333333vw;
  }
}
@media (max-width: 767px) {
  .landing-roommate .block-how-it-works .slider-wrapper .slick-slide .text-wrapper h3 {
    margin: 0 auto 20px;
  }
}
.landing-roommate .block-how-it-works .slider-wrapper .slick-slide .text-wrapper p {
  font-size: 1.571em;
}
@media (max-width: 767px) {
  .landing-roommate .block-how-it-works .slider-wrapper .slick-slide .text-wrapper p {
    font-size: 1em;
  }
}
.landing-roommate .block-how-it-works .slider-wrapper .slick-slide img {
  display: block;
  position: absolute;
  top: 260px;
  left: 50%;
  transform: translate(-50%, 0);
}
.landing-roommate .block-how-it-works .slider-wrapper .slick-slide img:last-of-type {
  display: none;
}
@media (min-width: 1921px) {
  .landing-roommate .block-how-it-works .slider-wrapper .slick-slide img {
    width: 70vw;
    top: 13.54166667vw;
  }
}
@media (max-width: 1500px) {
  .landing-roommate .block-how-it-works .slider-wrapper .slick-slide img {
    width: 90%;
  }
}
@media (max-width: 1199px) {
  .landing-roommate .block-how-it-works .slider-wrapper .slick-slide img {
    width: 50%;
  }
  .landing-roommate .block-how-it-works .slider-wrapper .slick-slide img:first-of-type {
    display: none;
  }
  .landing-roommate .block-how-it-works .slider-wrapper .slick-slide img:last-of-type {
    display: block;
  }
}
@media (max-width: 767px) {
  .landing-roommate .block-how-it-works .slider-wrapper .slick-slide img {
    width: 320px;
    top: 180px;
  }
}
.landing-roommate .block-how-it-works .slider-wrapper .slider-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 200;
}
.landing-roommate .block-waiting-for {
  position: relative;
  min-height: 1059px;
  padding-top: 275px;
  background-image: url('../images/home/bg-roommate-3.jpg');
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (min-width: 1921px) {
  .landing-roommate .block-waiting-for {
    min-height: 55.15625vw;
    padding-top: 14.32291667vw;
  }
}
@media (max-width: 1199px) {
  .landing-roommate .block-waiting-for {
    padding: 123px 19px 17.5%;
  }
}
.landing-roommate .block-waiting-for h2 {
  margin: 0 auto 80px;
}
@media (min-width: 1921px) {
  .landing-roommate .block-waiting-for h2 {
    margin: 0 auto 4.16666667vw;
  }
}
@media (max-width: 1199px) {
  .landing-roommate .block-waiting-for h2 {
    margin: 0 auto 40px;
  }
}
.landing-roommate .block-waiting-for > img {
  z-index: 20;
}
.landing-roommate .block-waiting-for .wave {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 1199px) {
  .landing-roommate .block-waiting-for .wave {
    width: 350%;
  }
}
.landing-roommate .block-waiting-for .computer {
  position: absolute;
  left: 10px;
  bottom: 0;
}
@media (min-width: 1921px) {
  .landing-roommate .block-waiting-for .computer {
    width: 25vw;
    left: 0.52083333vw;
  }
}
@media (max-width: 1199px) {
  .landing-roommate .block-waiting-for .computer {
    width: 74.6875% !important;
    position: relative;
    left: 0;
  }
}
.landing-roommate .block-waiting-for .roommate {
  position: absolute;
  right: 50px;
  bottom: 0;
}
@media (min-width: 1921px) {
  .landing-roommate .block-waiting-for .roommate {
    width: 25vw;
    right: 2.60416667vw;
  }
}
@media (max-width: 1199px) {
  .landing-roommate .block-waiting-for .roommate {
    display: none;
  }
}
@media (max-width: 1700px) {
  .landing-roommate .block-waiting-for .computer,
  .landing-roommate .block-waiting-for .roommate {
    width: 20%;
  }
  .landing-roommate .block-waiting-for .roommate {
    right: 10px;
  }
}
.landing-roommate .block-waiting-for .totally-free {
  position: relative;
  z-index: 50;
  width: 784px;
  margin: 26px auto 50px;
  text-align: center;
}
.landing-roommate .block-waiting-for .totally-free p:first-of-type {
  font-size: 1.286em;
  margin-bottom: 15px;
}
.landing-roommate .block-waiting-for .totally-free p:last-of-type {
  font-size: 1.857em;
  margin-bottom: 50px;
}
@media (min-width: 1921px) {
  .landing-roommate .block-waiting-for .totally-free {
    width: 40.83333333vw;
    margin: 1.35416667vw auto 2.60416667vw;
  }
  .landing-roommate .block-waiting-for .totally-free p:first-of-type {
    margin-bottom: 0.78125vw;
  }
  .landing-roommate .block-waiting-for .totally-free p:last-of-type {
    margin-bottom: 2.60416667vw;
  }
}
@media (max-width: 1199px) {
  .landing-roommate .block-waiting-for .totally-free {
    width: 90%;
    margin-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .landing-roommate .block-waiting-for .totally-free p:first-of-type {
    font-size: 1em;
  }
  .landing-roommate .block-waiting-for .totally-free p:last-of-type {
    font-size: 1.286em;
  }
}
.white-cards {
  width: 552px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.white-cards .card {
  width: 259px;
  background: #FFFFFF;
  box-shadow: 0px 0px 22.5217px rgba(0, 0, 0, 0.2);
  border-radius: 11.2609px;
  padding: 18px;
  text-align: center;
  margin-bottom: 34px;
}
.white-cards .card .none {
  margin: 0 0 15px 0;
  font-size: 1.857em;
  color: #F05228;
}
.white-cards .card .none svg {
  margin-right: 5px;
  vertical-align: middle;
}
.white-cards .card .text {
  font-size: 1.571em;
}
@media (min-width: 1921px) {
  .white-cards {
    width: 28.75vw;
  }
  .white-cards .card {
    width: 13.48958333vw;
    box-shadow: 0px 0px 1.17300521vw rgba(0, 0, 0, 0.2);
    border-radius: 0.58650521vw;
    padding: 0.9375vw;
    margin-bottom: 1.77083333vw;
  }
  .white-cards .card .none {
    margin: 0 0 0.78125vw 0;
  }
  .white-cards .card .none svg {
    margin-right: 0.26041667vw;
  }
}
@media (max-width: 1199px) {
  .white-cards {
    flex-flow: column wrap;
    align-items: center;
  }
  .white-cards .card {
    width: 240px;
    margin-bottom: 15px;
  }
  .white-cards .card .none {
    font-size: 1.286em;
    margin: 0 0 5px 0;
  }
  .white-cards .card .none svg {
    width: 20px;
  }
  .white-cards .card .text {
    font-size: 1.286em;
  }
}
.relative {
  position: relative;
}
.try-rentingo {
  position: fixed;
  height: 120px;
  width: 160px;
  top: 61%;
  left: 0;
  overflow: visible;
  background: #F24B6A;
  border: 2px solid #FFFFFF;
  border-left: 0;
  box-shadow: 4px 13.3333px 13.3333px rgba(0, 0, 0, 0.25);
  border-radius: 0px 13.3333px 13.3333px 0px;
  z-index: 90001;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.try-rentingo:hover + .extra-links {
  opacity: 1;
  left: 160px;
}
.try-rentingo > a {
  background: #F24B6A;
  display: block;
  width: 90%;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}
.try-rentingo > a:hover,
.try-rentingo > a:focus {
  color: #FFF !important;
}
.try-rentingo > a:before {
  content: "\e94c";
  font-family: 'icomoon';
  display: block;
  font-size: 45px;
  font-weight: normal;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .try-rentingo {
    position: relative;
    height: auto;
    min-width: 320px;
    padding: 11px 10px;
    border: 0;
    border-radius: 6px;
    margin: 20px auto 0;
  }
  .try-rentingo a {
    font-size: 1em;
    line-height: 1em;
  }
  .try-rentingo a:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .try-rentingo {
    width: 222px;
    min-width: 0;
  }
}
.extra-links {
  z-index: 90000;
  position: fixed;
  opacity: 0;
  left: -400px;
  top: calc(61% - 30px);
  -webkit-transition: opacity 1s ease-in-out, left 1s;
  transition: opacity 1s ease-in-out, left 1s;
  display: flex;
  height: 180px;
  flex-flow: column;
  justify-content: space-evenly;
  padding: 20px 20px 20px 10px;
}
.extra-links:hover {
  opacity: 1;
  left: 160px;
}
.extra-links a {
  font-size: 1.571em;
  text-transform: uppercase;
}
@media (min-width: 1921px) {
  .extra-links {
    left: -20.83333333vw;
    height: 9.375vw;
    padding: 1.04166667vw 1.04166667vw 1.04166667vw 0.52083333vw;
  }
}
@media (max-width: 1199px) {
  .extra-links {
    left: auto!important;
    opacity: 1;
    display: none;
  }
}
#tryRentingoModal {
  width: 282px;
  height: 264px;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 6px;
  overflow: visible;
}
#tryRentingoModal h5 {
  font-size: 1.286em;
}
#tryRentingoModal .modal-dialog {
  width: 100%;
}
#tryRentingoModal .modal-body {
  padding: 0;
}
#tryRentingoModal .modal-top {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-content: space-between;
  padding: 20px 0;
  background: #F24B6A;
  height: 114px;
  color: white;
  text-align: center;
}
#tryRentingoModal .modal-top .house:before {
  content: "\e94c";
  font-family: 'icomoon';
  display: block;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 3px;
}
#tryRentingoModal .modal-bottom {
  background: #FFF;
  padding: 36px 21px;
  text-align: center;
}
#tryRentingoModal .modal-bottom a {
  min-width: 0;
  width: 100%;
  border: 0;
  border-radius: 4px;
}
#tryRentingoModal .modal-bottom a:first-of-type {
  margin-bottom: 20px;
}
#tryRentingoModal .modal-bottom a.text-link {
  text-decoration: underline;
  color: #454545;
}
@media (min-width: 1199px) {
  #tryRentingoModal {
    display: none!important;
  }
}
.landing-roommate header.main-header,
.landing-tenant header.main-header,
.landing-landlord header.main-header {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
/*# sourceMappingURL=landing-pages.css.map */

#tenant-title p, #tenant-slider p, #tenant-description p {
  font-size: 16px;
}

.carousel-inner .item.left.active {
  transform: translateX(-33%);
  animation-duration: 2s;
}
.carousel-inner .item.right.active {
  transform: translateX(33%);
  animation-duration: 2s;
}

.carousel-inner .item.next {
  transform: translateX(33%)
}
.carousel-inner .item.prev {
  transform: translateX(-33%)
}

.carousel-inner .item.right,
.carousel-inner .item.left {
  transform: translateX(0);
}

.carousel-control.left,.carousel-control.right {background-image:none;}

.carousel-card {
  background-color: #FFFFFF;
}

.carousel-div {
  margin-left: 20%;
  width: 60%;
}

.carousel-text {
  display: flex;
  padding: 2rem;
  flex-direction: column;
  align-items: center;
  min-height: 26rem;
  justify-content: space-around;
}

.carousel-text h3 {
  text-align: center;
  padding-bottom: 1rem;
}

.carousel-text p {
  text-align: center;
  padding-bottom: 1.5rem;
}

.tenant-carousel-left {
  display: flex;
  left: -15rem;
}

.tenant-carousel-left img, .tenant-carousel-right img {
  width: 20px;
}

.tenant-carousel-left img:hover, .tenant-carousel-right img:hover {
  cursor: pointer;
}

.carousel-control.tenant-carousel-right {
  display: flex;
  right: -30rem;
}

.block-comparison .carousel-more-button a {
  padding: 8px 52px;
  text-transform: uppercase;
}

.tenant-carousel-indicators li {
  background-color: #FFF;
  border: 1px solid #4387E7;
  padding: 0.4rem;
}

.tenant-carousel-indicators .active {
  background-color: #4387E7;
}

.tenant-carousel-indicators {
  bottom: -50px;
}

.tenant-carousel-mobile {
  display: none;
}

@media (max-width: 1186px) {
  .tenant-carousel-desktop {
    display: none;
  }
  .tenant-carousel-mobile {
    display: block;
  }
}

.tenant-landing-slider .slick-list {
  padding-bottom: 2rem;
}

.tenant-landing-slider .slick-dots li.slick-active button:after {
  background: #4387E7;
}

.tenant-landing-slider .center-padding {
  display: flex;
  justify-content: center;
}

.tenant-landing-slider .carousel-card {
  width: 60%;
}

.tenant-landing-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
}
.tenant-landing-slider .slick-arrow:first-of-type {
  left: 10%;
}
@media (max-width: 1500px) {
  .tenant-landing-slider .slick-arrow:first-of-type {
    left: 30px;
  }
}
.tenant-landing-slider .slick-arrow:last-of-type {
  right: 10%;
}
@media (max-width: 1500px) {
  .tenant-landing-slider .slick-arrow:last-of-type {
    right: 30px;
  }
}

@media (max-width: 586px) {
  .tenant-landing-slider .carousel-card {
    width: 80%;
  }
  .tenant-landing-slider .slick-arrow:first-of-type {
    left: 10px;
  }
  .tenant-landing-slider .slick-arrow:last-of-type {
    right: 10px;
  }
}
h1 {
  font-family: "Brown-Regular", Arial, sans-serif;
  font-size: 56px;
}
.index-background-wrapper {
  display: table;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.index-background-wrapper img {
  width: 70%;
}
.home-page-wrapper {
  padding: 87px 0 0 0;
}
.home-page-wrapper .slider-content-wrapper {
  min-height: 720px;
  position: relative;
}
.home-page-wrapper .slider-content-wrapper .slide-outer-wrapper {
  padding: 80px 0 30px 0;
  display: block;
  position: unset;
}
@media (max-width: 767px) {
  .home-page-wrapper .slider-content-wrapper .slide-outer-wrapper {
    padding: 10px 0 140px 0;
  }
}
@media (max-width: 767px) {
  .home-page-wrapper .slider-content-wrapper .slide-outer-wrapper .slide-inner-wrapper {
    padding: 0 20px;
    display: block;
  }
}
@media (max-width: 767px) {
  .home-page-wrapper .clips.triangles {
    left: 0;
    height: 45px;
  }
}
.home-page-wrapper .clips.triangles svg {
  height: 150px;
}
@media (max-width: 1319px) {
  .home-page-wrapper .clips.triangles svg {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .home-page-wrapper .clips.triangles svg {
    height: 45px;
  }
}
.home-page-wrapper .clips.triangles svg polygon {
  fill: #4387E7;
}
.home-page-wrapper .down-arrow-wrapper h5 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 767px) {
  .home-page-wrapper .search-title {
    margin: 20px 0!important;
    font-size: 22px;
    font-family: 'Brown-Bold';
  }
}
@media (max-width: 767px) {
  .home-page-wrapper .search-subtitle {
    margin: 0!important;
  }
}
section {
  position: relative;
}
section#our-values {
  min-height: 750px;
  background: #4387E7;
  padding: 92px 90px 100px;
}
@media (max-width: 1199px) {
  section#our-values {
    padding: 70px 15px 80px;
  }
}
@media (max-width: 767px) {
  section#our-values {
    padding: 0;
  }
}
section#our-values .our-values-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  text-align: center;
}
@media (max-width: 767px) {
  section#our-values .our-values-wrapper {
    flex-flow: column;
  }
}
section#our-values .our-values-wrapper > div {
  width: 320px;
  display: flex;
  flex-flow: column;
}
@media (max-width: 991px) {
  section#our-values .our-values-wrapper > div {
    width: 220px;
  }
}
@media (max-width: 767px) {
  section#our-values .our-values-wrapper > div {
    width: 100%;
    padding: 45px 4.5vw 80px;
    position: relative;
  }
}
section#our-values .our-values-wrapper > div .top-icon {
  width: 100%;
  height: 90px;
}
section#our-values .our-values-wrapper > div .bottom-row {
  margin-top: auto;
  padding: 30px 0 0 0;
}
@media (max-width: 767px) {
  section#our-values .our-values-wrapper > div .bottom-row {
    padding: 50px 0 0 0;
  }
}
section#our-values h3 {
  font-size: 36px;
  font-weight: normal;
  color: #F8C26C;
  margin: 30px 0;
}
@media (max-width: 767px) {
  section#our-values h3 {
    margin: 35px 0 42px;
  }
}
section#our-values h5 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #FFF;
}
@media (max-width: 767px) {
  section#our-values h5 {
    margin-top: 0;
  }
}
section#our-values p {
  font-size: 16px;
  font-weight: normal;
  color: #FFF;
  margin-bottom: auto;
  text-align: left;
}
.bottom-row a.button--orange {
  width: 100%;
  min-width: 0;
  font-size: 22px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-row a.button--orange {
    font-size: 16px;
  }
}
.polygon-dark-blue {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.polygon-dark-blue polygon {
  width: 100%;
}
svg.fill-dark-blue polygon {
  fill: #356FC0 !important;
}
@media (max-width: 767px) {
  .block-information {
    background-color: #356FC0;
  }
}
.bg--drak-blue {
  background-color: #356FC0;
}
/*# sourceMappingURL=index.css.map */
.price-wrapper {
  display: flex;
}
.price-wrapper .price-input-wrapper {
  width: 40%;
}
.price-wrapper .between-wrapper {
  width: 20%;
  text-align: center;
  line-height: 32px;
}
/*# sourceMappingURL=search-start.css.map */
.home-footer .upper-footer-block {
  text-align: center;
  position: relative;
  display: table;
  color: #ffffff;
  height: 67px;
  width: 100%;
}
.home-footer .upper-footer-block .upper-inner-wrapper {
  vertical-align: middle;
  display: table-cell;
  height: 40px;
}
.home-footer .upper-footer-block .info-block-part {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  height: 40px;
}
.home-footer .upper-footer-block .info-block-part.footer-logo {
  margin-right: 30px;
  height: auto;
  width: 177px;
}
@media (max-width: 991px) {
  .home-footer .upper-footer-block .info-block-part.footer-logo {
    display: none;
  }
}
.home-footer .upper-footer-block .info-block-part.contact-info-holder {
  display: inline-block;
  height: 40px;
}
@media (max-width: 991px) {
  .home-footer .upper-footer-block .info-block-part.contact-info-holder {
    display: none;
  }
}
.home-footer .upper-footer-block .info-block-part .contacts {
  display: block;
  text-align: left;
}
.home-footer .upper-footer-block .info-block-part .contacts i {
  margin-right: 13px;
  font-size: 16px;
  display: inline;
}
.home-footer .upper-footer-block .info-block-part .contacts p {
  line-height: 22px;
  display: inline;
}
.home-footer .upper-footer-block .social-wrapper {
  background: #4387e7;
  border-radius: 50%;
  margin-right: 20px;
  text-align: center;
  font-size: 20px;
  display: table;
  height: 40px;
  width: 40px;
  float: left;
  padding: 0;
}
.home-footer .upper-footer-block .social-wrapper i {
  vertical-align: middle;
  display: table-cell;
}
.home-footer .center-footer-block {
  position: relative;
  color: #ffffff;
}
.home-footer .center-footer-block .top-border {
  background-color: #ffffff;
  height: 1px;
  width: 100%;
}
@media (max-width: 991px) {
  .home-footer .center-footer-block .tablet-hide {
    display: none;
  }
}
.home-footer .center-footer-block .link-outer-wrapper {
  display: table;
  width: 100%;
}
.home-footer .center-footer-block .link-outer-wrapper .link-wrapper {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  height: 40px;
  width: 100%;
}
.home-footer .center-footer-block .link-outer-wrapper .link-wrapper a {
  display: inline-block;
  width: 100%;
}
.home-footer .center-footer-block .mobile-tablet-title {
  display: none;
}
@media (max-width: 991px) {
  .home-footer .center-footer-block .mobile-tablet-title {
    display: inline-block;
    width: 100%;
  }
}
.home-footer .center-footer-block .mobile-tablet-title span {
  display: inline-block;
  text-align: center;
  line-height: 1em;
  margin-top: 10px;
  width: 100%;
}
.home-footer .center-footer-block .mobile-tablet-title span.large {
  font-family: "Brown-Light", Arial, sans-serif;
  margin-top: 20px;
  font-size: 32px;
}
.home-footer .center-footer-block .mobile-tablet-title span.medium {
  font-size: 18px;
}
.home-footer .center-footer-block .mobile-tablet-title span.small {
  margin-bottom: 10px;
  font-size: 12px;
}
.home-footer .lower-footer-block {
  background: #ffffff;
  position: relative;
  color: #4387e7;
}
@media (max-width: 991px) {
  .home-footer .lower-footer-block {
    display: none;
  }
}
.home-footer .lower-footer-block .trademark-outer-wrapper {
  text-align: center;
  display: table;
  height: 40px;
  width: 100%;
}
.home-footer .lower-footer-block .trademark-outer-wrapper .trademark-inner-wrapper {
  font-family: "Brown-Light", Arial, sans-serif !important;
  vertical-align: middle;
  display: table-cell;
  height: 100%;
  width: 100%;
}
/*# sourceMappingURL=home-footer.css.map */
.quick-search {
  margin: -10px 0px -10px 0px;
}
.line {
  display: none;
}
@media (max-width: 767px) {
  .line {
    display: block;
    border-right: 0 !important;
    border-left: 0 !important;
  }
}
.endpage-labels-wrapper {
  overflow: hidden;
  margin: 10px 0 10px 0;
}
.endpage-labels-wrapper > a {
  color: #454545;
  text-decoration: none;
}
.endpage-labels-wrapper > a:hover,
.endpage-labels-wrapper > a:focus {
  text-decoration: none;
}
.endpage-labels-wrapper > span {
  color: #808080;
  float: left;
  font-family: Brown-Regular, Arial;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 10px 10px 0px;
  line-height: 1!important;
}
@media (max-width: 767px) {
  .endpage-labels-wrapper > span {
    float: none;
    color: #808080;
    font-family: Brown;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-align: center;
  }
}
.endpage-labels-wrapper .icon {
  float: left;
  font-size: 15px;
  color: #4387e7;
  padding: 8px 8px 7px 7px;
  background: #FFFFFF;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 50%;
  margin: 0 10px 0 0;
  line-height: 1!important;
}
.endpage-labels-wrapper .blured-label {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.endpage-labels-wrapper .rentingo-label {
  float: left;
  font-family: Brown-Regular, Arial;
  font-size: 14px;
  background: #EDEDED;
  line-height: 14px;
  padding: 10px 14px;
  margin: 0 4px 10px 0;
  border-radius: 15px;
  line-height: 1!important;
}
.form-block.introduction-block {
  line-height: 1;
}
.form-block.introduction-block .block-body .endpage-labels-wrapper {
  margin: 20px 0 0 0;
}
.form-block.introduction-block .form-wrapper {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .form-block.introduction-block .form-wrapper {
    margin-top: 15px;
  }
  .form-block.introduction-block .input-radio-wrapper .col-xs-6:nth-of-type(odd) {
    padding-right: 7px;
  }
  .form-block.introduction-block .input-radio-wrapper .col-xs-6:nth-of-type(even) {
    padding-left: 8px;
  }
}
.tenant-left-wrapper .endpage-labels-wrapper {
  margin: 20px 0 10px;
}
@media (max-width: 767px) {
  form[name='i_as_a_tenant_form'] .custom-row {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=label.css.map */