/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.SRPPropertyCard {
  padding: 10px;
  text-decoration: none; }
  .SRPPropertyCard .SRPPropertyCard__sliderNavButton {
    border-radius: 50%;
    height: 40px;
    margin: 0 10px;
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    width: 40px; }
  @media (max-width: 1023px) {
    .SRPPropertyCard .SRPPropertyCard__sliderNavButton {
      opacity: 1; } }
  .SRPPropertyCard__carousel {
    height: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%; }
    @media (min-width: 1024px) {
      .SRPPropertyCard__carousel {
        border-radius: 5px;
        height: 100%; } }
  .SRPPropertyCard .SRPPropertyCard__slider .js_slide {
    padding: 0; }
  .SRPPropertyCard__slider {
    height: 100%;
    width: 100%; }
    @media (min-width: 1024px) {
      .SRPPropertyCard__slider {
        height: 100%; } }
  .SRPPropertyCard a {
    color: inherit;
    padding-right: 5px;
    text-decoration: none;
    width: 100%; }
  .SRPPropertyCard__contentWrapper {
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .SRPPropertyCard__contentWrapper:hover {
      -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
              box-shadow: 0 2px 8px rgba(0, 0, 0, 0.9); }
  .SRPPropertyCard__header {
    height: 190px;
    position: relative;
    width: 100%; }
    .SRPPropertyCard__header .FavouriteIcon {
      left: 12px;
      position: absolute;
      top: 13px; }
    .deleted .SRPPropertyCard__header:after {
      background-color: rgba(255, 255, 255, 0.8);
      content: "";
      display: block;
      height: 190px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    .deleted .SRPPropertyCard__header .FavouriteIcon {
      z-index: 2; }
  .SRPPropertyCard__slide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    .SRPPropertyCard__slide img {
      cursor: pointer;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      width: 100%; }
    .SRPPropertyCard__slide--fullwidth img {
      -o-object-fit: cover;
         object-fit: cover; }
  .SRPPropertyCard__image {
    background-color: whitesmoke;
    border-radius: 5px;
    height: 190px;
    margin: 0;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%; }
    .SRPPropertyCard__image:after {
      background-color: rgba(0, 0, 0, 0);
      content: "";
      display: block;
      height: 190px;
      left: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      width: 100%; }
    .inPopup .SRPPropertyCard__image {
      border-radius: 5px 5px 0 0; }
    .SRPPropertyCard__image > img {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      display: block;
      height: 190px;
      image-rendering: auto;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      width: 100%; }
      .deleted .SRPPropertyCard__image > img {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
  .SRPPropertyCard__contact {
    bottom: -16px;
    position: absolute;
    right: 8px; }
    @media (min-width: 1024px) {
      .SRPPropertyCard__contact {
        opacity: 0;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
  .SRPPropertyCard__button {
    background-color: #e30613;
    background-position: 7px 8px;
    background-repeat: no-repeat;
    border-radius: 40px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
            box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
    cursor: pointer;
    display: inline-block;
    height: 40px;
    margin-left: 10px;
    overflow: hidden;
    width: 40px; }
    .SRPPropertyCard__button:hover {
      background-color: #ea454e; }
    .deleted .SRPPropertyCard__button {
      display: none; }
    .exclusive .SRPPropertyCard__button {
      background-color: #dbb132;
      color: #fff; }
      .exclusive .SRPPropertyCard__button:hover {
        background-color: #f2be23; }
    .SRPPropertyCard__button.contact--white {
      background-size: auto;
      display: none; }
    .SRPPropertyCard__button.telephone--white {
      background-position: center center; }
    .SRPPropertyCard__button.email--white {
      background-position: center center; }
    @media (min-width: 1024px) {
      .SRPPropertyCard__button.contact--white {
        display: block; }
        .deleted .SRPPropertyCard__button.contact--white {
          display: none; }
      .SRPPropertyCard__button.telephone--white, .SRPPropertyCard__button.email--white {
        display: none; } }
  .SRPPropertyCard__content {
    color: #404040;
    font-size: 0.875rem;
    line-height: 1.8em;
    padding: 10px;
    white-space: normal; }
    .inPopup .SRPPropertyCard__content {
      padding: 10px; }
    .SRPPropertyCard__content > span {
      display: block; }
    .deleted .SRPPropertyCard__content {
      opacity: 0.2; }
    .SRPPropertyCard__content__wrapper-rooms-htb {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .SRPPropertyCard__type {
    color: #626468;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-style: italic; }
  .SRPPropertyCard__title {
    -webkit-box-orient: vertical;
    color: #e30613;
    display: -webkit-box;
    font-weight: bold;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    word-break: break-word; }
    .exclusive .SRPPropertyCard__title {
      color: #dbb132; }
    .deleted .SRPPropertyCard__title {
      color: #626468; }
  .SRPPropertyCard__address {
    display: block;
    font-size: 0.9375rem; }
  .SRPPropertyCard__metrics {
    list-style: none;
    padding: 0;
    white-space: normal; }
    .SRPPropertyCard__metrics .PropertyMetric {
      margin-bottom: 6px; }
  .SRPPropertyCard__labels {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    right: 8px;
    top: 2px; }
  .SRPPropertyCard__deleted-notice {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
            box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
    font-size: 0.875rem;
    font-weight: bold;
    left: -1%;
    margin: 0;
    padding: 12px 5px;
    position: absolute;
    text-align: center;
    top: 90px;
    width: 102%;
    z-index: 2; }
  .SRPPropertyCard.inPopup {
    padding-bottom: 0; }
  .SRPPropertyCard.deleted .PropertyLabel {
    background-color: #fff; }
  @media (min-width: 1024px) {
    .SRPPropertyCard:hover .SRPPropertyCard__image > img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    .SRPPropertyCard:hover .SRPPropertyCard__image:after {
      background-color: rgba(0, 0, 0, 0.1); }
    .SRPPropertyCard:hover .SRPPropertyCard__sliderNavButton {
      opacity: 1; }
    .SRPPropertyCard:hover .SRPPropertyCard__contact {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); } }

.SRPPropertyCard--full {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .SRPPropertyCard--full .SRPPropertyCard__header {
    height: auto;
    max-width: 450px; }
  .SRPPropertyCard--full .SRPPropertyCard__image {
    height: auto; }
    .SRPPropertyCard--full .SRPPropertyCard__image > img {
      height: auto; }
  .SRPPropertyCard--full .SRPPropertyCard__contact {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .SRPPropertyCard--full .SRPPropertyCard__content {
    font-size: 1.0625rem;
    padding: 0 30px; }
  .SRPPropertyCard--full .SRPPropertyCard__title {
    display: block;
    font-size: 2rem;
    margin: 0.5em 0; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.FirstHomesIcon {
  background-image: url(/prefix/_next/static/images/First_homes-3b6ee2ae9959a087904dc75a15eab1ab.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block; }
  .FirstHomesIcon--small {
    background-size: 45px;
    height: 45px;
    width: 45px; }
  .FirstHomesIcon--large {
    background-size: 70px;
    height: 70px;
    width: 70px; }
  .FirstHomesIcon.question-mark {
    cursor: pointer;
    position: relative; }
    .FirstHomesIcon.question-mark:before {
      background-color: #fff;
      border-radius: 50%;
      -webkit-box-shadow: 0 1px 4px 0 rgba(75, 75, 75, 0.9);
              box-shadow: 0 1px 4px 0 rgba(75, 75, 75, 0.9);
      color: #141414;
      content: "?";
      font-size: 1rem;
      font-weight: 600;
      height: 22px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 22px; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.OfferIcon {
  background-image: url(/prefix/_next/static/images/Offer_sticker3-5580733de02bccb514dd1c33c5f9c40e.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block; }
  .OfferIcon--small {
    background-size: 45px;
    height: 45px;
    width: 45px; }
  .OfferIcon--large {
    background-size: 70px;
    height: 70px;
    width: 70px; }
  .OfferIcon.question-mark {
    cursor: pointer;
    position: relative; }
    .OfferIcon.question-mark:before {
      background-color: #fff;
      border-radius: 50%;
      -webkit-box-shadow: 0 1px 4px 0 rgba(75, 75, 75, 0.9);
              box-shadow: 0 1px 4px 0 rgba(75, 75, 75, 0.9);
      color: #141414;
      content: "?";
      font-size: 1rem;
      font-weight: 600;
      height: 22px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 22px; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.DepositUnlockedIcon {
  background-image: url(/prefix/_next/static/images/Deposit_unlock_sticker-a3a9abf8d9f1edd440878df002814b03.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block; }
  .DepositUnlockedIcon--small {
    background-size: 45px;
    height: 45px;
    width: 45px; }
  .DepositUnlockedIcon--large {
    background-size: 70px;
    height: 70px;
    width: 70px; }
  .DepositUnlockedIcon.question-mark {
    cursor: pointer;
    position: relative; }
    .DepositUnlockedIcon.question-mark:before {
      background-color: #fff;
      border-radius: 50%;
      -webkit-box-shadow: 0 1px 4px 0 rgba(75, 75, 75, 0.9);
              box-shadow: 0 1px 4px 0 rgba(75, 75, 75, 0.9);
      color: #141414;
      content: "?";
      font-size: 1rem;
      font-weight: 600;
      height: 22px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 22px; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.DepositBoostIcon {
  background-image: url(/prefix/_next/static/images/Deposit_Boost_sticker-a4dfd358118fac67df13ac10f3d6b64e.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block; }
  .DepositBoostIcon--small {
    background-size: 45px;
    height: 45px;
    width: 45px; }
  .DepositBoostIcon--large {
    background-size: 70px;
    height: 70px;
    width: 70px; }
  .DepositBoostIcon.question-mark {
    cursor: pointer;
    position: relative; }
    .DepositBoostIcon.question-mark:before {
      background-color: #fff;
      border-radius: 50%;
      -webkit-box-shadow: 0 1px 4px 0 rgba(75, 75, 75, 0.9);
              box-shadow: 0 1px 4px 0 rgba(75, 75, 75, 0.9);
      color: #141414;
      content: "?";
      font-size: 1rem;
      font-weight: 600;
      height: 22px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 22px; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.MapControlBox {
  font-size: 0.875rem;
  position: absolute;
  text-align: left;
  top: 10px; }
  .MapControlBox--fixedheight {
    min-height: 28px; }
    .MapControlBox--fixedheight label {
      margin-bottom: 0; }
  .MapControlBox--whitebg {
    background-color: #fff;
    border-radius: 5px;
    padding: 5px 8px; }
  .MapControlBox--shadow {
    -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
            box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8); }
  .MapControlBox .FormElements__label {
    font-size: inherit; }

.MapControlButton {
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
          box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  padding: 4px 8px;
  text-align: center;
  /* Extend the global .jll-icon class */ }
  .MapControlButton--primary {
    background-color: #e30613;
    color: #fff;
    min-height: 28px; }
  .MapControlButton.jll-icon {
    background-position: 10px center;
    padding-left: 35px; }

.MapTypeControl {
  left: 10px; }

.MapControlGroup {
  max-width: calc(100% - 160px);
  position: absolute; }
  .MapControlGroup .MapControlBox {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px;
    position: relative;
    top: auto; }
    @media (max-width: 575px) {
      .MapControlGroup .MapControlBox .CheckboxLabel {
        font-size: 3.5vw; } }
  .MapControlGroup--aligntop {
    top: 10px; }
  .MapControlGroup--alignbottom {
    bottom: 35px; }
  .MapControlGroup--alignright {
    right: 10px;
    text-align: right; }
  .MapControlGroup--alignleft {
    left: 10px; }

.MapLegend {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 5px;
  bottom: 35px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
          box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px 0 8px;
  position: absolute;
  right: 10px;
  text-align: left; }
  .MapLegend__label {
    font-size: 0.8125rem;
    padding: 0 8px;
    white-space: pre-line; }
    @media (min-width: 1200px) {
      .MapLegend__label {
        font-size: 0.875rem; } }
    @media (max-width: 575px) {
      .MapLegend__label {
        font-size: 2.5vw;
        padding: 0 4px 0 0; } }
    @media (min-width: 900px) and (max-width: 1300px) {
      .MapLegend__label {
        font-size: 0.625rem;
        padding: 0 4px 0 0; } }
  .MapLegend__icon {
    background-position: center center;
    background-repeat: no-repeat;
    height: 50px;
    width: 40px; }
    @media (max-width: 575px) {
      .MapLegend__icon {
        height: 38px;
        width: 30px; } }
    .MapLegend__icon--pin-development {
      background-image: url("/static/map_marker-development.svg");
      background-size: 15px 23px; }
    .MapLegend__icon--pin-standard {
      background-image: url("/static/map_marker-standard.svg");
      background-size: 15px 23px; }
    .MapLegend__icon--pin-approx {
      background-image: url("/static/map_marker-approx.svg");
      background-size: 20px 20px; }
    .MapLegend__icon--pin-cluster {
      background-image: url("/static/map_marker-cluster-example.svg");
      background-size: 23px 23px; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.MapMarkerCluster {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .MapMarkerCluster img {
    display: none; }
  .MapMarkerCluster > div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    border: 2px solid #626468;
    border-radius: 40px;
    color: #404040 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    height: 40px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.4px;
    line-height: 0 !important;
    overflow: hidden;
    position: relative !important;
    /* stylelint-disable-next-line */
    -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, font-weight 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, font-weight 0.2s ease-in-out;
    width: 40px !important; }
    .MapMarkerCluster > div:hover {
      border-color: #000;
      color: #000 !important;
      font-weight: 600 !important; }
  .MapMarkerCluster[title="active"] > div {
    border-color: #000;
    color: #000 !important;
    font-weight: 600 !important; }

.SliderNavButton--next, .SliderNavButton--previous {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(246, 245, 241, 0.8);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 79px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px; }

.SliderNavButton--next {
  border-radius: 5px 0 0 5px;
  right: 0; }

.SliderNavButton--previous {
  border-radius: 0 5px 5px 0;
  left: 0; }

.SliderNavButton__icon {
  background-size: contain;
  display: block;
  height: 15px;
  overflow: hidden;
  width: 15px; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.MapContainer__error {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 90px 30px 0 30px;
  text-align: center;
  width: 100%; }

.MapExpandRadiusButton {
  margin-left: 10px; }

.InfoBoxOverlay {
  background-color: white;
  border: solid 1px white;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
          box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 264px; }
  .InfoBoxOverlay__PropertyCardContainer {
    overflow: hidden;
    position: relative;
    width: 264px; }
  .InfoBoxOverlay__PropertyCardList {
    overflow: hidden;
    width: 262px; }
    .InfoBoxOverlay__PropertyCardList .SRPPropertyCard {
      width: 264px; }
  .InfoBoxOverlay__Close {
    background-color: white;
    background-size: 18px 18px;
    border-radius: 24px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(177, 178, 180, 0.9);
            box-shadow: 0 2px 7px 0 rgba(177, 178, 180, 0.9);
    cursor: pointer;
    height: 24px;
    overflow: hidden;
    position: absolute;
    right: -8px;
    top: -8px;
    width: 24px; }
  .InfoBoxOverlay__MultiControls {
    background-color: #f6f5f1;
    font-size: 0.875rem;
    padding: 8px 10px 10px;
    text-align: center;
    width: 100%; }
    .InfoBoxOverlay__MultiControls__Nav {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4NCiAgICA8cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzYzNjU2OCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNDciIGQ9Ik0xOCAyMmwtNi02IDYtNiIvPg0KPC9zdmc+DQo=);
      background-position: center center;
      background-size: 15px;
      cursor: pointer;
      display: inline-block;
      height: 18px;
      margin: 0 5px;
      overflow: hidden;
      vertical-align: -5px;
      width: 18px; }
      .InfoBoxOverlay__MultiControls__Nav.Next {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        vertical-align: -6px; }

/* Override default Google Maps control styles */
/* stylelint-disable no-descending-specificity */
.gm-bundled-control .gm-svpc {
  background: #fff !important;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 1px 6px 0 rgba(177, 178, 180, 0.9) !important;
          box-shadow: 0 1px 6px 0 rgba(177, 178, 180, 0.9) !important;
  height: 25px !important;
  width: 25px !important; }
  .gm-bundled-control .gm-svpc img {
    max-height: 20px;
    max-width: 20px; }

.gm-bundled-control .gmnoprint > div {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .gm-bundled-control .gmnoprint > div button {
    background: #fff !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 5px !important;
    -webkit-box-shadow: 0 1px 6px 0 rgba(177, 178, 180, 0.9) !important;
            box-shadow: 0 1px 6px 0 rgba(177, 178, 180, 0.9) !important;
    height: 25px !important;
    width: 25px !important; }
    .gm-bundled-control .gmnoprint > div button img {
      display: none !important; }
    .gm-bundled-control .gmnoprint > div button:nth-of-type(1) {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjlweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCA5IDkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1MS4yICg1NzUxOSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPkdyb3VwIDI8L3RpdGxlPg0KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0iTWFwIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICAgICAgPGcgaWQ9Ik9MTV9EZXNrdG9wX1NSUF9NYXBzX0RlZmF1bHQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NzUuMDAwMDAwLCAtODA5LjAwMDAwMCkiIGZpbGw9IiNFMzA2MTMiIGZpbGwtcnVsZT0ibm9uemVybyI+DQogICAgICAgICAgICA8ZyBpZD0ibWFwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4NjAuMDAwMDAwLCAxNzEuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Im1hcC1jb250cm9sIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC4wMDAwMDAsIDYwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Inpvb21Db250cm9sLWluIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMzEuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS4wMDAwMDAsIDUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZSIgeD0iMCIgeT0iNCIgd2lkdGg9IjkiIGhlaWdodD0iMSI+PC9yZWN0Pg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHg9IjQiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjkiPjwvcmVjdD4NCiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) !important;
      top: -2px !important; }
    .gm-bundled-control .gmnoprint > div button:nth-of-type(2) {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjlweCIgaGVpZ2h0PSIxcHgiIHZpZXdCb3g9IjAgMCA5IDEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1MS4yICg1NzUxOSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPlJlY3RhbmdsZTwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+DQogICAgPGRlZnM+PC9kZWZzPg0KICAgIDxnIGlkPSJNYXAiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iT0xNX0Rlc2t0b3BfU1JQX01hcHNfRGVmYXVsdCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg3NS4wMDAwMDAsIC04NDAuMDAwMDAwKSIgZmlsbD0iI0UzMDYxMyIgZmlsbC1ydWxlPSJub256ZXJvIj4NCiAgICAgICAgICAgIDxnIGlkPSJtYXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDg2MC4wMDAwMDAsIDE3MS4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0ibWFwLWNvbnRyb2wiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgNjAyLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iem9vbUNvbnRyb2wtb3V0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgNTguMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSI1IiB5PSI5IiB3aWR0aD0iOSIgaGVpZ2h0PSIxIj48L3JlY3Q+DQogICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=) !important;
      top: 5px !important; }

.disable-slider-animations * {
  -webkit-transition: none;
  transition: none; }

.SliderWrapper__related {
  padding: 0 40px; }

.SliderWrapper .frame {
  overflow: hidden;
  position: relative;
  white-space: nowrap; }

.SliderWrapper .slides {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0; }

.SliderWrapper li.js_slide {
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: top;
  width: 100%; }

