@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}.rb-where-to-stay .carousel-card {
  display: flex;
  flex-direction: column;
  flex-basis: 26rem;
  min-width: 26rem;
  margin-right: 1.5rem;
  border: 0.1rem solid #e8e8e8;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.rb-where-to-stay .carousel-card .carousel-card-img {
  width: 100%;
}
.rb-where-to-stay .carousel-card .carousel-card-img img {
  width: 100%;
}
.rb-where-to-stay .carousel-card .carousel-card-info {
  padding: 2rem;
}
.rb-where-to-stay .carousel-card .carousel-card-info .carousel-card-title {
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: normal;
  margin: 0;
}
.rb-where-to-stay .carousel-card .carousel-card-info .carousel-card-title::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (min-width: 768px) {
  .rb-where-to-stay .carousel-card .carousel-card-info .carousel-card-title {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.rb-where-to-stay .carousel-card .carousel-card-info .carousel-card-description {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.rb-where-to-stay .carousel-card .carousel-card-info .carousel-card-description::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (min-width: 768px) {
  .rb-where-to-stay .carousel-card .carousel-card-info .carousel-card-description {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.rb-where-to-stay .carousel-card .carousel-card-info .carousel-card-price {
  margin-bottom: 1.5rem;
}
.rb-where-to-stay .carousel-card .carousel-card-info .carousel-card-price strong {
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: normal;
}
.rb-where-to-stay .carousel-card .carousel-card-info .carousel-card-price strong::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (min-width: 768px) {
  .rb-where-to-stay .carousel-card .carousel-card-info .carousel-card-price strong {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.rb-where-to-stay .carousel-card .carousel-card-info .carousel-card-price span {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  color: #666;
  font-weight: bold;
}
.rb-where-to-stay .carousel-card .carousel-card-info .button {
  font-size: 1.4rem;
}
.rb-where-to-stay .carousel-card .carousel-card-info .carousel-card-sub-info {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  line-height: 1.2rem;
  font-size: 1.2rem;
  text-align: center !important;
}
.rb-where-to-stay .carousel-card .carousel-card-info .carousel-card-sub-info::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .carousel-card .carousel-card-info .carousel-card-sub-info::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .carousel-card .carousel-card-info .carousel-card-sub-info p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .carousel-card .carousel-card-info .carousel-card-sub-info p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .card-carousel {
  position: relative;
  margin-bottom: 40px;
}
.rb-where-to-stay .card-carousel .carousel-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
.rb-where-to-stay .card-carousel .carousel-container .carousel-slider {
  display: flex;
  transition: transform 0.5s ease;
}
.rb-where-to-stay .card-carousel .carousel-container .carousel-slider > div,
.rb-where-to-stay .card-carousel .carousel-container .carousel-slider > a {
  display: flex;
  flex-direction: column;
  flex-basis: 26rem;
  min-width: 26rem;
  margin-right: 1.5rem;
}
.rb-where-to-stay .card-carousel .carousel-container .carousel-slider > a:hover,
.rb-where-to-stay .card-carousel .carousel-container .carousel-slider > a:focus {
  color: #333;
  text-decoration: none;
}
@media (max-width: 991px) {
  .rb-where-to-stay .card-carousel .carousel-container .carousel-slider {
    margin-left: 1.5rem;
  }
}
.rb-where-to-stay .card-carousel .nav-button {
  display: inline-block;
  cursor: pointer;
  border-radius: 100%;
  background-color: #FFF;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  width: 60px;
  height: 60px;
  border: 1px solid #e8e8e8;
  box-shadow: inset 0 0 0 0 #067B93;
  transition: color 0.3s ease-in, box-shadow 0.5s ease-out;
  box-shadow: inset 0 0 0 0 #067B93, 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  position: absolute;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  color: #067B93;
  z-index: 1;
  opacity: 0.9;
  transition: color 0.3s ease-in, box-shadow 0.5s ease-out, left 0.5s ease, right 0.5s ease;
}
.rb-where-to-stay .card-carousel .nav-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
}
.rb-where-to-stay .card-carousel .nav-button:hover,
.rb-where-to-stay .card-carousel .nav-button:active,
.rb-where-to-stay .card-carousel .nav-button:visited,
.rb-where-to-stay .card-carousel .nav-button:focus,
.rb-where-to-stay .card-carousel .nav-button:active:hover {
  outline: none !important;
}
.rb-where-to-stay .card-carousel .nav-button:hover,
.rb-where-to-stay .card-carousel .nav-button:active,
.rb-where-to-stay .card-carousel .nav-button:focus {
  box-shadow: inset 0 0 0 5px #067B93;
  box-shadow: inset 0 0 0 5px #067B93, 0 3px 6px 0 rgba(0, 0, 0, 0.14);
}
.rb-where-to-stay .card-carousel .nav-button:active {
  box-shadow: inset 0 0 0 2px #067B93;
  color: #067B93;
}
.rb-where-to-stay .card-carousel .nav-button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rb-where-to-stay .card-carousel .nav-button.prev-button {
  left: -3rem;
}
.rb-where-to-stay .card-carousel .nav-button.next-button {
  right: -3rem;
}
@media (max-width: 991px) {
  .rb-where-to-stay .card-carousel .nav-button svg {
    transform: translateY(-50%);
    left: auto;
  }
  .rb-where-to-stay .card-carousel .nav-button.next-button svg {
    left: 0.8rem;
  }
}
.rb-where-to-stay .card-carousel .carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.rb-where-to-stay .card-carousel .carousel-indicators .indicator {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.3rem;
  margin-bottom: 0.2rem;
  border-radius: 100%;
  float: left;
  background-color: #d9d9d9;
  transform: scale(0.8);
  cursor: pointer;
  border: 0.2rem solid #FFF;
  transition: background-color 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease;
}
.rb-where-to-stay .card-carousel .carousel-indicators .indicator:hover {
  background-color: rgba(6, 123, 147, 0.5);
  box-shadow: 0 0 0 0.2rem #067B93;
  transform: scale(1);
}
.rb-where-to-stay .card-carousel .carousel-indicators .indicator.selected {
  background-color: #067B93;
  transform: scale(1);
}
.rb-where-to-stay .card-carousel.no-carousel-mode .carousel-indicators,
.rb-where-to-stay .card-carousel.no-carousel-mode .nav-button {
  display: none;
}
.rb-where-to-stay .card-carousel.no-carousel-mode .carousel-container .carousel-slider {
  justify-content: center;
}
@media (min-width: 992px) {
  .rb-where-to-stay .card-carousel:hover .nav-button.prev-button {
    left: -4rem;
  }
  .rb-where-to-stay .card-carousel:hover .nav-button.next-button {
    right: -4rem;
  }
}
.rb-where-to-stay .card-carousel-single-card {
  max-width: 30rem;
}
@media (max-width: 768px) {
  .rb-where-to-stay .card-carousel-single-card {
    max-width: 86vw;
  }
}
.rb-where-to-stay .card-carousel-single-card.no-carousel-mode .carousel-container .carousel-slider > div,
.rb-where-to-stay .card-carousel-single-card.no-carousel-mode .carousel-container .carousel-slider > a {
  margin-right: 0;
}
.rb-where-to-stay .card-carousel-single-card .carousel-container .carousel-slider {
  margin-left: 0;
}
.rb-where-to-stay .card-carousel-single-card .carousel-container .carousel-slider > div,
.rb-where-to-stay .card-carousel-single-card .carousel-container .carousel-slider > a {
  min-width: 30rem;
  flex-basis: 30rem;
}
@media (max-width: 768px) {
  .rb-where-to-stay .card-carousel-single-card .carousel-container .carousel-slider {
    margin-left: 0;
  }
  .rb-where-to-stay .card-carousel-single-card .carousel-container .carousel-slider > div,
  .rb-where-to-stay .card-carousel-single-card .carousel-container .carousel-slider > a {
    min-width: 86vw;
    flex-basis: 86vw;
  }
}
@media (min-width: 480px) {
  .rb-where-to-stay .card-carousel-single-card .nav-button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .rb-where-to-stay .card-carousel-single-card .nav-button.prev-button {
    left: -3rem;
  }
  .rb-where-to-stay .card-carousel-single-card .nav-button.next-button {
    right: -3rem;
  }
  .rb-where-to-stay .card-carousel-single-card .nav-button.next-button svg {
    left: 3rem;
  }
}
.rb-where-to-stay .hero-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.rb-where-to-stay .hero-wrapper .hero {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.rb-where-to-stay .hero-heading {
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: normal;
  color: #FFF;
  text-shadow: 0 0 24px #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center !important;
  position: relative;
  width: 80%;
}
.rb-where-to-stay .hero-heading::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (min-width: 768px) {
  .rb-where-to-stay .hero-heading {
    font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
    font-size: 9rem;
    line-height: 9rem;
  }
}
.rb-where-to-stay .img-responsive {
  display: block;
  width: 100%;
  height: auto;
}
.rb-where-to-stay .text-over-image {
  width: 100%;
  height: auto;
  position: relative;
}
.rb-where-to-stay .text-over-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.rb-where-to-stay .text-over-image::after {
  content: attr(image-text);
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: normal;
  color: #FFF;
  text-shadow: 0 0 24px #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center !important;
  width: 80%;
}
.rb-where-to-stay .text-over-image::after::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (min-width: 768px) {
  .rb-where-to-stay .text-over-image::after {
    font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
    font-size: 9rem;
    line-height: 9rem;
  }
}
@media (max-width: 767px) {
  .rb-where-to-stay .text-over-image::after {
    width: 90%;
  }
}
.rb-where-to-stay .circle-image-xs {
  position: relative;
}
.rb-where-to-stay .circle-image-xs img {
  border-radius: 50%;
  width: 72px;
  height: 72px;
  margin: 9px;
}
.rb-where-to-stay .circle-image-sm {
  position: relative;
}
.rb-where-to-stay .circle-image-sm img {
  border-radius: 50%;
  width: 108px;
  height: 108px;
  margin: 9px;
}
.rb-where-to-stay .circle-image-md {
  position: relative;
}
.rb-where-to-stay .circle-image-md img {
  border-radius: 50%;
  width: 144px;
  height: 144px;
  margin: 9px;
}
.rb-where-to-stay .circle-image-md::after {
  content: '';
  position: absolute;
  top: calc(50% + 9px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 144px;
  height: 144px;
  border-radius: 100%;
  box-shadow: inset 0 0 0 0 rgba(18, 209, 197, 0.2);
  transition: box-shadow 0.3s ease-out;
}
.rb-where-to-stay .circle-image-md:active::after {
  box-shadow: inset 0 0 0 104px rgba(18, 209, 197, 0.2);
}
.rb-where-to-stay .circle-image-lg {
  position: relative;
}
.rb-where-to-stay .circle-image-lg img {
  border-radius: 50%;
  width: 176px;
  height: 176px;
  margin: 9px;
}
.rb-where-to-stay .circle-image-lg::after {
  content: '';
  position: absolute;
  top: calc(50% + 9px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 176px;
  height: 176px;
  border-radius: 100%;
  box-shadow: inset 0 0 0 0 rgba(18, 209, 197, 0.2);
  transition: box-shadow 0.3s ease-out;
}
.rb-where-to-stay .circle-image-lg:active::after {
  box-shadow: inset 0 0 0 136px rgba(18, 209, 197, 0.2);
}
.rb-where-to-stay .circle-image-xl {
  position: relative;
}
.rb-where-to-stay .circle-image-xl img {
  border-radius: 50%;
  width: 272px;
  height: 272px;
  margin: 9px;
}
.rb-where-to-stay .circle-image-xl::after {
  content: '';
  position: absolute;
  top: calc(50% + 9px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 272px;
  height: 272px;
  border-radius: 100%;
  box-shadow: inset 0 0 0 0 rgba(18, 209, 197, 0.2);
  transition: box-shadow 0.3s ease-out;
}
.rb-where-to-stay .circle-image-xl:active::after {
  box-shadow: inset 0 0 0 232px rgba(18, 209, 197, 0.2);
}
.rb-where-to-stay .greyscale-img {
  filter: grayscale(100%);
  filter: gray;
}
.rb-where-to-stay .card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 281px;
  height: auto;
  min-height: 486px;
  color: #333;
  margin-bottom: 9px;
  border: 0.1rem solid #d9d9d9;
  box-shadow: 0 0 1rem #d9d9d9;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  transition: border-color 0.5s ease-in;
  text-decoration: none;
}
@supports (object-fit: cover) {
  .rb-where-to-stay .card {
    min-height: auto;
  }
}
.rb-where-to-stay .card:hover {
  border-color: #12D1C5;
}
.rb-where-to-stay .card.flippable {
  background-color: #12D1C5;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}
@supports (transform: rotateY(180deg)) {
  .rb-where-to-stay .card.flippable {
    overflow: visible;
  }
}
.rb-where-to-stay .card.flippable .flip-link {
  outline: none;
  position: relative;
}
.rb-where-to-stay .card.flippable .flip-link::after {
  content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2232%22%20viewBox%3D%220%200%2038%2032%22%3E%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M1.882%2016c0%202.504%200.791%204.875%202.165%206.908l-2.165%207.209%207.191-2.579c2.748%201.619%206.118%202.579%209.751%202.579%209.355%200%2016.941-6.325%2016.941-14.118s-7.586-14.118-16.941-14.118-16.941%206.325-16.941%2014.118zM15.059%2013.176h5.647v7.529h1.882v3.765h-7.529v-3.765h1.882v-3.765h-1.882v-3.765zM16.941%207.529h3.765v3.765h-3.765v-3.765z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  position: absolute;
  transform: scale(0.65);
  top: 0;
}
.rb-where-to-stay .card .front,
.rb-where-to-stay .card .back {
  transition: transform 0.5s, border-color 0.5s ease-in;
  background-color: #FFF;
  max-height: 100%;
  min-height: 100%;
  border: 0.1rem solid #d9d9d9;
  box-shadow: 0 0 1rem #d9d9d9;
}
.rb-where-to-stay .card .front:hover,
.rb-where-to-stay .card .back:hover {
  border-color: #12D1C5;
}
@supports (transform: rotateY(180deg)) {
  .rb-where-to-stay .card .front,
  .rb-where-to-stay .card .back {
    backface-visibility: hidden;
  }
}
.rb-where-to-stay .card .front {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.rb-where-to-stay .card .back {
  position: absolute;
  top: 0;
  transform: translateY(100%);
  width: 100%;
}
@supports (transform: rotateY(180deg)) {
  .rb-where-to-stay .card .back {
    transform: rotateY(180deg);
  }
}
.rb-where-to-stay .card.flip .back {
  transform: translateY(0);
}
@supports (transform: rotateY(180deg)) {
  .rb-where-to-stay .card.flip .back {
    transform: rotateY(0);
  }
}
.rb-where-to-stay .card.flip .front {
  transform: translateY(-100%);
}
@supports (transform: rotateY(180deg)) {
  .rb-where-to-stay .card.flip .front {
    transform: rotateY(-180deg);
  }
}
.rb-where-to-stay .card .card-img img,
.rb-where-to-stay .card .Wallop-item img {
  width: 100%;
  display: block;
}
@supports (object-fit: cover) {
  .rb-where-to-stay .card .card-img img,
  .rb-where-to-stay .card .Wallop-item img {
    height: 190px;
    object-fit: cover;
  }
}
.rb-where-to-stay .card .card-img img::selection,
.rb-where-to-stay .card .Wallop-item img::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .card .card-img,
.rb-where-to-stay .card .Wallop-item {
  position: relative;
  overflow: hidden;
}
.rb-where-to-stay .card .Wallop-item:not(.Wallop-item--current) {
  position: absolute;
}
.rb-where-to-stay .card .card-block {
  padding: 15px;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.4rem;
  line-height: 2.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rb-where-to-stay .card .card-block::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (min-width: 768px) {
  .rb-where-to-stay .card .card-block {
    font-size: 1.6rem;
  }
}
.rb-where-to-stay .card .card-block .card-title {
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2rem;
  color: currentColor;
  margin: 0;
  margin-bottom: 9px;
}
.rb-where-to-stay .card .card-block .card-title::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (max-width: 767px) {
  .rb-where-to-stay .card .card-block .card-title {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.rb-where-to-stay .card .card-block .card-subtitle {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: normal;
  color: #767676;
  margin: 9px 0 0 0;
  margin-bottom: 18px;
}
.rb-where-to-stay .card .card-block .card-subtitle::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (max-width: 767px) {
  .rb-where-to-stay .card .card-block .card-subtitle {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.rb-where-to-stay .card .card-block .card-text {
  margin: 2px 0;
}
.rb-where-to-stay .card .card-block .card-text::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .card .card-block > .heading-md {
  margin: 15px 2px 0 2px;
}
.rb-where-to-stay .card .title-block {
  padding: 15px 2rem 15px 2rem;
  text-align: center !important;
}
.rb-where-to-stay .card .title-block ul {
  padding-left: 19px;
  padding-top: 9px;
  list-style: none;
}
.rb-where-to-stay .card .title-block ul li {
  position: relative;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.rb-where-to-stay .card .title-block ul li::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (min-width: 768px) {
  .rb-where-to-stay .card .title-block ul li {
    font-size: 1.6rem;
  }
}
.rb-where-to-stay .card .title-block ul li::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #d9d9d9;
  position: absolute;
  left: -18px;
  top: 7px;
}
.rb-where-to-stay .card .title-block .card-title,
.rb-where-to-stay .card .title-block h2,
.rb-where-to-stay .card .title-block h3,
.rb-where-to-stay .card .title-block h4 {
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2.4rem;
  color: currentColor;
  margin: 0;
}
.rb-where-to-stay .card .title-block .card-title::selection,
.rb-where-to-stay .card .title-block h2::selection,
.rb-where-to-stay .card .title-block h3::selection,
.rb-where-to-stay .card .title-block h4::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (max-width: 767px) {
  .rb-where-to-stay .card .title-block .card-title,
  .rb-where-to-stay .card .title-block h2,
  .rb-where-to-stay .card .title-block h3,
  .rb-where-to-stay .card .title-block h4 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
.rb-where-to-stay .card .title-block .card-subtitle,
.rb-where-to-stay .card .title-block h5,
.rb-where-to-stay .card .title-block h6 {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: normal;
  color: #767676;
  margin: 9px 0 0 0;
}
.rb-where-to-stay .card .title-block .card-subtitle::selection,
.rb-where-to-stay .card .title-block h5::selection,
.rb-where-to-stay .card .title-block h6::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (max-width: 767px) {
  .rb-where-to-stay .card .title-block .card-subtitle,
  .rb-where-to-stay .card .title-block h5,
  .rb-where-to-stay .card .title-block h6 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.rb-where-to-stay .card .card-link {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  background-color: #a5a5a5;
  text-align: center;
  text-decoration: none;
  outline: none;
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: normal;
  padding: 14px 35px;
  color: #FFF;
  background-color: #E10A0A;
  transition: background-color 0.5s ease;
  display: block !important;
  margin-top: 15px;
}
.rb-where-to-stay .card .card-link:hover,
.rb-where-to-stay .card .card-link:active,
.rb-where-to-stay .card .card-link:visited,
.rb-where-to-stay .card .card-link:focus,
.rb-where-to-stay .card .card-link:active:hover {
  outline: none !important;
}
.rb-where-to-stay .card .card-link:disabled,
.rb-where-to-stay .card .card-link.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.rb-where-to-stay .card .card-link:hover,
.rb-where-to-stay .card .card-link:active,
.rb-where-to-stay .card .card-link:visited,
.rb-where-to-stay .card .card-link:focus,
.rb-where-to-stay .card .card-link:active:hover {
  outline: none !important;
}
.rb-where-to-stay .card .card-link:disabled,
.rb-where-to-stay .card .card-link.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.rb-where-to-stay .card .card-link:hover,
.rb-where-to-stay .card .card-link:active,
.rb-where-to-stay .card .card-link:focus {
  background-color: #c40909;
}
.rb-where-to-stay .card .card-link:hover,
.rb-where-to-stay .card .card-link:active,
.rb-where-to-stay .card .card-link:visited,
.rb-where-to-stay .card .card-link:focus,
.rb-where-to-stay .card .card-link:active:hover {
  color: #FFF;
  text-decoration: none;
}
.rb-where-to-stay .card .card-link:hover,
.rb-where-to-stay .card .card-link:active,
.rb-where-to-stay .card .card-link:focus {
  background-color: #c40909;
}
.rb-where-to-stay .card .card-link:hover,
.rb-where-to-stay .card .card-link:active,
.rb-where-to-stay .card .card-link:visited,
.rb-where-to-stay .card .card-link:focus,
.rb-where-to-stay .card .card-link:active:hover {
  color: #FFF;
  text-decoration: none;
}
.rb-where-to-stay .card .card-link-secondary {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  background-color: #a5a5a5;
  text-align: center;
  text-decoration: none;
  outline: none;
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: normal;
  padding: 14px 35px;
  color: #FFF;
  background-color: #067B93;
  transition: background-color 0.5s ease;
  display: block !important;
  margin-top: 15px;
}
.rb-where-to-stay .card .card-link-secondary:hover,
.rb-where-to-stay .card .card-link-secondary:active,
.rb-where-to-stay .card .card-link-secondary:visited,
.rb-where-to-stay .card .card-link-secondary:focus,
.rb-where-to-stay .card .card-link-secondary:active:hover {
  outline: none !important;
}
.rb-where-to-stay .card .card-link-secondary:disabled,
.rb-where-to-stay .card .card-link-secondary.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.rb-where-to-stay .card .card-link-secondary:hover,
.rb-where-to-stay .card .card-link-secondary:active,
.rb-where-to-stay .card .card-link-secondary:visited,
.rb-where-to-stay .card .card-link-secondary:focus,
.rb-where-to-stay .card .card-link-secondary:active:hover {
  outline: none !important;
}
.rb-where-to-stay .card .card-link-secondary:disabled,
.rb-where-to-stay .card .card-link-secondary.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.rb-where-to-stay .card .card-link-secondary:hover,
.rb-where-to-stay .card .card-link-secondary:active,
.rb-where-to-stay .card .card-link-secondary:focus {
  background-color: #056276;
}
.rb-where-to-stay .card .card-link-secondary:hover,
.rb-where-to-stay .card .card-link-secondary:active,
.rb-where-to-stay .card .card-link-secondary:visited,
.rb-where-to-stay .card .card-link-secondary:focus,
.rb-where-to-stay .card .card-link-secondary:active:hover {
  color: #FFF;
  text-decoration: none;
}
.rb-where-to-stay .card .card-link-secondary:hover,
.rb-where-to-stay .card .card-link-secondary:active,
.rb-where-to-stay .card .card-link-secondary:focus {
  background-color: #056276;
}
.rb-where-to-stay .card .card-link-secondary:hover,
.rb-where-to-stay .card .card-link-secondary:active,
.rb-where-to-stay .card .card-link-secondary:visited,
.rb-where-to-stay .card .card-link-secondary:focus,
.rb-where-to-stay .card .card-link-secondary:active:hover {
  color: #FFF;
  text-decoration: none;
}
.rb-where-to-stay .card .card-link-tertiary {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  background-color: #a5a5a5;
  text-align: center;
  text-decoration: none;
  outline: none;
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: normal;
  padding: 14px 35px;
  color: #067B93;
  box-shadow: inset 0 0 0 2px #067B93;
  background-color: transparent;
  transition: color 0.5s ease, box-shadow 0.5s ease;
  display: block !important;
  margin-top: 15px;
}
.rb-where-to-stay .card .card-link-tertiary:hover,
.rb-where-to-stay .card .card-link-tertiary:active,
.rb-where-to-stay .card .card-link-tertiary:visited,
.rb-where-to-stay .card .card-link-tertiary:focus,
.rb-where-to-stay .card .card-link-tertiary:active:hover {
  outline: none !important;
}
.rb-where-to-stay .card .card-link-tertiary:disabled,
.rb-where-to-stay .card .card-link-tertiary.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.rb-where-to-stay .card .card-link-tertiary:hover,
.rb-where-to-stay .card .card-link-tertiary:active,
.rb-where-to-stay .card .card-link-tertiary:visited,
.rb-where-to-stay .card .card-link-tertiary:focus,
.rb-where-to-stay .card .card-link-tertiary:active:hover {
  outline: none !important;
}
.rb-where-to-stay .card .card-link-tertiary:disabled,
.rb-where-to-stay .card .card-link-tertiary.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.rb-where-to-stay .card .card-link-tertiary:hover,
.rb-where-to-stay .card .card-link-tertiary:active,
.rb-where-to-stay .card .card-link-tertiary:visited,
.rb-where-to-stay .card .card-link-tertiary:focus,
.rb-where-to-stay .card .card-link-tertiary:active:hover {
  color: #067B93;
  text-decoration: none;
}
.rb-where-to-stay .card .card-link-tertiary:hover,
.rb-where-to-stay .card .card-link-tertiary:active,
.rb-where-to-stay .card .card-link-tertiary:focus {
  color: #045a6c;
  box-shadow: inset 0 0 0 2px #045a6c;
}
.rb-where-to-stay .card .card-dismissible-link {
  margin-top: 16px;
}
.rb-where-to-stay .card.disabled .title-block,
.rb-where-to-stay .card.disabled .card-block,
.rb-where-to-stay .card.disabled .front,
.rb-where-to-stay .card.disabled .back {
  background-color: #e8e8e8;
}
.rb-where-to-stay .card.disabled .card-link,
.rb-where-to-stay .card.disabled .card-link-secondary,
.rb-where-to-stay .card.disabled .card-link-tertiary {
  background-color: #a5a5a5;
  color: #FFF;
  cursor: not-allowed;
}
.rb-where-to-stay .card .back .title-block {
  text-align: left !important;
}
.rb-where-to-stay .card .back .card-block {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.rb-where-to-stay .card .flex-card-block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4.5px;
  margin-right: -4.5px;
  margin-bottom: 18px;
}
.rb-where-to-stay .card .flex-card-block > div {
  flex: 1 44%;
  margin-left: 4.5px;
  margin-right: 4.5px;
}
.rb-where-to-stay .card .flex-card-block span[class*="-title"] {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .card .flex-card-block span[class*="-title"]::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .card .flex-card-block span[class*="-title"]::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .card .flex-card-block span[class*="-title"] p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .card .flex-card-block span[class*="-title"] p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .card .flex-card-block img {
  display: block;
  margin-bottom: 3px;
}
.rb-where-to-stay .card .flex-card-block svg {
  color: #E10A0A;
  vertical-align: text-bottom;
}
.rb-where-to-stay .card .flex-card-block .text-indent {
  text-indent: -20px;
  padding-left: 20px;
}
.rb-where-to-stay .card .flex-card-block .price-block {
  white-space: nowrap;
}
.rb-where-to-stay .card .flex-card-block .price-block h2 {
  margin: 0;
}
.rb-where-to-stay .card .flex-card-block .price-block > span {
  display: block;
  line-height: 1;
}
.rb-where-to-stay .card .flex-card-block .card-link {
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}
.rb-where-to-stay .card .flex-card-block.bottom-block {
  margin-bottom: 0;
  align-items: flex-end;
}
.rb-where-to-stay .card .are-you-sure-container {
  display: none;
  align-items: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 16px;
  text-align: center;
}
.rb-where-to-stay .card .are-you-sure-container .ays-content {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.rb-where-to-stay .card .are-you-sure-container .ays-content .ays-title {
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: normal;
}
.rb-where-to-stay .card .are-you-sure-container .ays-content .ays-remove {
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
}
.rb-where-to-stay .card .are-you-sure-container .ays-content .ays-cancel {
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}
.rb-where-to-stay .card.are-you-sure .are-you-sure-container {
  display: block;
}
.rb-where-to-stay .card:active,
.rb-where-to-stay .card:hover,
.rb-where-to-stay .card:visited,
.rb-where-to-stay .card:focus {
  text-decoration: none;
}
.rb-where-to-stay .card .hotel-rating-info {
  flex-grow: 1;
  flex-direction: row;
  align-items: flex-end;
}
.rb-where-to-stay .card .hotel-rating-info .tripadvisor-title,
.rb-where-to-stay .card .hotel-rating-info .rating-title {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.rb-where-to-stay .card .hotel-rating-info .tripadvisor,
.rb-where-to-stay .card .hotel-rating-info .rating {
  flex-direction: column;
  display: flex;
}
.rb-where-to-stay .card .hotel-rating-info .hotel-rating::before {
  margin-bottom: 0;
}
.rb-where-to-stay .card.dismissible {
  text-align: center !important;
  background: #FFF;
  border-radius: 4px;
  margin-bottom: 0;
  display: block !important;
}
.rb-where-to-stay .card.dismissible .title-block {
  padding: 24px 24px 0px 24px;
}
@media (max-width: 991px) {
  .rb-where-to-stay .card.dismissible .title-block h2,
  .rb-where-to-stay .card.dismissible .title-block h2,
  .rb-where-to-stay .card.dismissible .title-block h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.rb-where-to-stay .card.dismissible .card-block {
  padding: 16px;
}
.rb-where-to-stay .card.dismissible .card-block.cta {
  padding-top: 0;
}
.rb-where-to-stay .card.dismissible .card-link {
  margin-top: 16px;
  text-align: center !important;
}
.rb-where-to-stay .card.dismissible img {
  width: 100%;
  margin-bottom: 16px;
}
.rb-where-to-stay .card.sea {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 281px;
  height: auto;
  min-height: 486px;
  color: #333;
  margin-bottom: 9px;
  border: 0.1rem solid #d9d9d9;
  box-shadow: 0 0 1rem #d9d9d9;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  transition: border-color 0.5s ease-in;
}
@supports (object-fit: cover) {
  .rb-where-to-stay .card.sea {
    min-height: auto;
  }
}
.rb-where-to-stay .card.sea:hover {
  border-color: #12D1C5;
}
.rb-where-to-stay .card.sea.flippable {
  background-color: #12D1C5;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}
@supports (transform: rotateY(180deg)) {
  .rb-where-to-stay .card.sea.flippable {
    overflow: visible;
  }
}
.rb-where-to-stay .card.sea.flippable .flip-link {
  outline: none;
  position: relative;
}
.rb-where-to-stay .card.sea.flippable .flip-link::after {
  content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2232%22%20viewBox%3D%220%200%2038%2032%22%3E%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M1.882%2016c0%202.504%200.791%204.875%202.165%206.908l-2.165%207.209%207.191-2.579c2.748%201.619%206.118%202.579%209.751%202.579%209.355%200%2016.941-6.325%2016.941-14.118s-7.586-14.118-16.941-14.118-16.941%206.325-16.941%2014.118zM15.059%2013.176h5.647v7.529h1.882v3.765h-7.529v-3.765h1.882v-3.765h-1.882v-3.765zM16.941%207.529h3.765v3.765h-3.765v-3.765z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  position: absolute;
  transform: scale(0.65);
  top: 0;
}
.rb-where-to-stay .card.sea .front,
.rb-where-to-stay .card.sea .back {
  transition: transform 0.5s, border-color 0.5s ease-in;
  background-color: #FFF;
  max-height: 100%;
  min-height: 100%;
  border: 0.1rem solid #d9d9d9;
  box-shadow: 0 0 1rem #d9d9d9;
}
.rb-where-to-stay .card.sea .front:hover,
.rb-where-to-stay .card.sea .back:hover {
  border-color: #12D1C5;
}
@supports (transform: rotateY(180deg)) {
  .rb-where-to-stay .card.sea .front,
  .rb-where-to-stay .card.sea .back {
    backface-visibility: hidden;
  }
}
.rb-where-to-stay .card.sea .front {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.rb-where-to-stay .card.sea .back {
  position: absolute;
  top: 0;
  transform: translateY(100%);
  width: 100%;
}
@supports (transform: rotateY(180deg)) {
  .rb-where-to-stay .card.sea .back {
    transform: rotateY(180deg);
  }
}
.rb-where-to-stay .card.sea.flip .back {
  transform: translateY(0);
}
@supports (transform: rotateY(180deg)) {
  .rb-where-to-stay .card.sea.flip .back {
    transform: rotateY(0);
  }
}
.rb-where-to-stay .card.sea.flip .front {
  transform: translateY(-100%);
}
@supports (transform: rotateY(180deg)) {
  .rb-where-to-stay .card.sea.flip .front {
    transform: rotateY(-180deg);
  }
}
.rb-where-to-stay .card.sea .card-img img,
.rb-where-to-stay .card.sea .Wallop-item img {
  width: 100%;
  display: block;
}
@supports (object-fit: cover) {
  .rb-where-to-stay .card.sea .card-img img,
  .rb-where-to-stay .card.sea .Wallop-item img {
    height: 190px;
    object-fit: cover;
  }
}
.rb-where-to-stay .card.sea .card-img img::selection,
.rb-where-to-stay .card.sea .Wallop-item img::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .card.sea .card-img,
.rb-where-to-stay .card.sea .Wallop-item {
  position: relative;
  overflow: hidden;
}
.rb-where-to-stay .card.sea .Wallop-item:not(.Wallop-item--current) {
  position: absolute;
}
.rb-where-to-stay .card.sea .card-block {
  padding: 15px;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.4rem;
  line-height: 2.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rb-where-to-stay .card.sea .card-block::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (min-width: 768px) {
  .rb-where-to-stay .card.sea .card-block {
    font-size: 1.6rem;
  }
}
.rb-where-to-stay .card.sea .card-block .card-title {
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2rem;
  color: #067B93;
  margin: 0;
  margin-bottom: 9px;
}
.rb-where-to-stay .card.sea .card-block .card-title::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (max-width: 767px) {
  .rb-where-to-stay .card.sea .card-block .card-title {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.rb-where-to-stay .card.sea .card-block .card-subtitle {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: normal;
  color: #767676;
  margin: 9px 0 0 0;
  margin-bottom: 18px;
}
.rb-where-to-stay .card.sea .card-block .card-subtitle::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (max-width: 767px) {
  .rb-where-to-stay .card.sea .card-block .card-subtitle {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.rb-where-to-stay .card.sea .card-block .card-text {
  margin: 2px 0;
}
.rb-where-to-stay .card.sea .card-block .card-text::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .card.sea .card-block > .heading-md {
  margin: 15px 2px 0 2px;
}
.rb-where-to-stay .card.sea .title-block {
  padding: 15px 2rem 15px 2rem;
  text-align: center !important;
}
.rb-where-to-stay .card.sea .title-block ul {
  padding-left: 19px;
  padding-top: 9px;
  list-style: none;
}
.rb-where-to-stay .card.sea .title-block ul li {
  position: relative;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.rb-where-to-stay .card.sea .title-block ul li::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (min-width: 768px) {
  .rb-where-to-stay .card.sea .title-block ul li {
    font-size: 1.6rem;
  }
}
.rb-where-to-stay .card.sea .title-block ul li::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #d9d9d9;
  position: absolute;
  left: -18px;
  top: 7px;
}
.rb-where-to-stay .card.sea .title-block .card-title,
.rb-where-to-stay .card.sea .title-block h2,
.rb-where-to-stay .card.sea .title-block h3,
.rb-where-to-stay .card.sea .title-block h4 {
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2.4rem;
  color: #067B93;
  margin: 0;
}
.rb-where-to-stay .card.sea .title-block .card-title::selection,
.rb-where-to-stay .card.sea .title-block h2::selection,
.rb-where-to-stay .card.sea .title-block h3::selection,
.rb-where-to-stay .card.sea .title-block h4::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (max-width: 767px) {
  .rb-where-to-stay .card.sea .title-block .card-title,
  .rb-where-to-stay .card.sea .title-block h2,
  .rb-where-to-stay .card.sea .title-block h3,
  .rb-where-to-stay .card.sea .title-block h4 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
.rb-where-to-stay .card.sea .title-block .card-subtitle,
.rb-where-to-stay .card.sea .title-block h5,
.rb-where-to-stay .card.sea .title-block h6 {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: normal;
  color: #767676;
  margin: 9px 0 0 0;
}
.rb-where-to-stay .card.sea .title-block .card-subtitle::selection,
.rb-where-to-stay .card.sea .title-block h5::selection,
.rb-where-to-stay .card.sea .title-block h6::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (max-width: 767px) {
  .rb-where-to-stay .card.sea .title-block .card-subtitle,
  .rb-where-to-stay .card.sea .title-block h5,
  .rb-where-to-stay .card.sea .title-block h6 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.rb-where-to-stay .card.sea .card-link {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  background-color: #a5a5a5;
  text-align: center;
  text-decoration: none;
  outline: none;
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: normal;
  padding: 14px 35px;
  color: #FFF;
  background-color: #E10A0A;
  transition: background-color 0.5s ease;
  display: block !important;
  margin-top: 15px;
}
.rb-where-to-stay .card.sea .card-link:hover,
.rb-where-to-stay .card.sea .card-link:active,
.rb-where-to-stay .card.sea .card-link:visited,
.rb-where-to-stay .card.sea .card-link:focus,
.rb-where-to-stay .card.sea .card-link:active:hover {
  outline: none !important;
}
.rb-where-to-stay .card.sea .card-link:disabled,
.rb-where-to-stay .card.sea .card-link.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.rb-where-to-stay .card.sea .card-link:hover,
.rb-where-to-stay .card.sea .card-link:active,
.rb-where-to-stay .card.sea .card-link:visited,
.rb-where-to-stay .card.sea .card-link:focus,
.rb-where-to-stay .card.sea .card-link:active:hover {
  outline: none !important;
}
.rb-where-to-stay .card.sea .card-link:disabled,
.rb-where-to-stay .card.sea .card-link.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.rb-where-to-stay .card.sea .card-link:hover,
.rb-where-to-stay .card.sea .card-link:active,
.rb-where-to-stay .card.sea .card-link:focus {
  background-color: #c40909;
}
.rb-where-to-stay .card.sea .card-link:hover,
.rb-where-to-stay .card.sea .card-link:active,
.rb-where-to-stay .card.sea .card-link:visited,
.rb-where-to-stay .card.sea .card-link:focus,
.rb-where-to-stay .card.sea .card-link:active:hover {
  color: #FFF;
  text-decoration: none;
}
.rb-where-to-stay .card.sea .card-link:hover,
.rb-where-to-stay .card.sea .card-link:active,
.rb-where-to-stay .card.sea .card-link:focus {
  background-color: #c40909;
}
.rb-where-to-stay .card.sea .card-link:hover,
.rb-where-to-stay .card.sea .card-link:active,
.rb-where-to-stay .card.sea .card-link:visited,
.rb-where-to-stay .card.sea .card-link:focus,
.rb-where-to-stay .card.sea .card-link:active:hover {
  color: #FFF;
  text-decoration: none;
}
.rb-where-to-stay .card.sea .card-link-secondary {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  background-color: #a5a5a5;
  text-align: center;
  text-decoration: none;
  outline: none;
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: normal;
  padding: 14px 35px;
  color: #FFF;
  background-color: #067B93;
  transition: background-color 0.5s ease;
  display: block !important;
  margin-top: 15px;
}
.rb-where-to-stay .card.sea .card-link-secondary:hover,
.rb-where-to-stay .card.sea .card-link-secondary:active,
.rb-where-to-stay .card.sea .card-link-secondary:visited,
.rb-where-to-stay .card.sea .card-link-secondary:focus,
.rb-where-to-stay .card.sea .card-link-secondary:active:hover {
  outline: none !important;
}
.rb-where-to-stay .card.sea .card-link-secondary:disabled,
.rb-where-to-stay .card.sea .card-link-secondary.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.rb-where-to-stay .card.sea .card-link-secondary:hover,
.rb-where-to-stay .card.sea .card-link-secondary:active,
.rb-where-to-stay .card.sea .card-link-secondary:visited,
.rb-where-to-stay .card.sea .card-link-secondary:focus,
.rb-where-to-stay .card.sea .card-link-secondary:active:hover {
  outline: none !important;
}
.rb-where-to-stay .card.sea .card-link-secondary:disabled,
.rb-where-to-stay .card.sea .card-link-secondary.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.rb-where-to-stay .card.sea .card-link-secondary:hover,
.rb-where-to-stay .card.sea .card-link-secondary:active,
.rb-where-to-stay .card.sea .card-link-secondary:focus {
  background-color: #056276;
}
.rb-where-to-stay .card.sea .card-link-secondary:hover,
.rb-where-to-stay .card.sea .card-link-secondary:active,
.rb-where-to-stay .card.sea .card-link-secondary:visited,
.rb-where-to-stay .card.sea .card-link-secondary:focus,
.rb-where-to-stay .card.sea .card-link-secondary:active:hover {
  color: #FFF;
  text-decoration: none;
}
.rb-where-to-stay .card.sea .card-link-secondary:hover,
.rb-where-to-stay .card.sea .card-link-secondary:active,
.rb-where-to-stay .card.sea .card-link-secondary:focus {
  background-color: #056276;
}
.rb-where-to-stay .card.sea .card-link-secondary:hover,
.rb-where-to-stay .card.sea .card-link-secondary:active,
.rb-where-to-stay .card.sea .card-link-secondary:visited,
.rb-where-to-stay .card.sea .card-link-secondary:focus,
.rb-where-to-stay .card.sea .card-link-secondary:active:hover {
  color: #FFF;
  text-decoration: none;
}
.rb-where-to-stay .card.sea .card-link-tertiary {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  background-color: #a5a5a5;
  text-align: center;
  text-decoration: none;
  outline: none;
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: normal;
  padding: 14px 35px;
  color: #067B93;
  box-shadow: inset 0 0 0 2px #067B93;
  background-color: transparent;
  transition: color 0.5s ease, box-shadow 0.5s ease;
  display: block !important;
  margin-top: 15px;
}
.rb-where-to-stay .card.sea .card-link-tertiary:hover,
.rb-where-to-stay .card.sea .card-link-tertiary:active,
.rb-where-to-stay .card.sea .card-link-tertiary:visited,
.rb-where-to-stay .card.sea .card-link-tertiary:focus,
.rb-where-to-stay .card.sea .card-link-tertiary:active:hover {
  outline: none !important;
}
.rb-where-to-stay .card.sea .card-link-tertiary:disabled,
.rb-where-to-stay .card.sea .card-link-tertiary.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.rb-where-to-stay .card.sea .card-link-tertiary:hover,
.rb-where-to-stay .card.sea .card-link-tertiary:active,
.rb-where-to-stay .card.sea .card-link-tertiary:visited,
.rb-where-to-stay .card.sea .card-link-tertiary:focus,
.rb-where-to-stay .card.sea .card-link-tertiary:active:hover {
  outline: none !important;
}
.rb-where-to-stay .card.sea .card-link-tertiary:disabled,
.rb-where-to-stay .card.sea .card-link-tertiary.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.rb-where-to-stay .card.sea .card-link-tertiary:hover,
.rb-where-to-stay .card.sea .card-link-tertiary:active,
.rb-where-to-stay .card.sea .card-link-tertiary:visited,
.rb-where-to-stay .card.sea .card-link-tertiary:focus,
.rb-where-to-stay .card.sea .card-link-tertiary:active:hover {
  color: #067B93;
  text-decoration: none;
}
.rb-where-to-stay .card.sea .card-link-tertiary:hover,
.rb-where-to-stay .card.sea .card-link-tertiary:active,
.rb-where-to-stay .card.sea .card-link-tertiary:focus {
  color: #045a6c;
  box-shadow: inset 0 0 0 2px #045a6c;
}
.rb-where-to-stay .card.sea .card-dismissible-link {
  margin-top: 16px;
}
.rb-where-to-stay .card.sea.disabled .title-block,
.rb-where-to-stay .card.sea.disabled .card-block,
.rb-where-to-stay .card.sea.disabled .front,
.rb-where-to-stay .card.sea.disabled .back {
  background-color: #e8e8e8;
}
.rb-where-to-stay .card.sea.disabled .card-link,
.rb-where-to-stay .card.sea.disabled .card-link-secondary,
.rb-where-to-stay .card.sea.disabled .card-link-tertiary {
  background-color: #a5a5a5;
  color: #FFF;
  cursor: not-allowed;
}
.rb-where-to-stay .card.sea .back .title-block {
  text-align: left !important;
}
.rb-where-to-stay .card.sea .back .card-block {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.rb-where-to-stay .card.sea .flex-card-block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4.5px;
  margin-right: -4.5px;
  margin-bottom: 18px;
}
.rb-where-to-stay .card.sea .flex-card-block > div {
  flex: 1 44%;
  margin-left: 4.5px;
  margin-right: 4.5px;
}
.rb-where-to-stay .card.sea .flex-card-block span[class*="-title"] {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .card.sea .flex-card-block span[class*="-title"]::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .card.sea .flex-card-block span[class*="-title"]::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .card.sea .flex-card-block span[class*="-title"] p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .card.sea .flex-card-block span[class*="-title"] p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .card.sea .flex-card-block img {
  display: block;
  margin-bottom: 3px;
}
.rb-where-to-stay .card.sea .flex-card-block svg {
  color: #E10A0A;
  vertical-align: text-bottom;
}
.rb-where-to-stay .card.sea .flex-card-block .text-indent {
  text-indent: -20px;
  padding-left: 20px;
}
.rb-where-to-stay .card.sea .flex-card-block .price-block {
  white-space: nowrap;
}
.rb-where-to-stay .card.sea .flex-card-block .price-block h2 {
  margin: 0;
}
.rb-where-to-stay .card.sea .flex-card-block .price-block > span {
  display: block;
  line-height: 1;
}
.rb-where-to-stay .card.sea .flex-card-block .card-link {
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}
.rb-where-to-stay .card.sea .flex-card-block.bottom-block {
  margin-bottom: 0;
  align-items: flex-end;
}
.rb-where-to-stay .card.sea .are-you-sure-container {
  display: none;
  align-items: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 16px;
  text-align: center;
}
.rb-where-to-stay .card.sea .are-you-sure-container .ays-content {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.rb-where-to-stay .card.sea .are-you-sure-container .ays-content .ays-title {
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: normal;
}
.rb-where-to-stay .card.sea .are-you-sure-container .ays-content .ays-remove {
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
}
.rb-where-to-stay .card.sea .are-you-sure-container .ays-content .ays-cancel {
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}
.rb-where-to-stay .card.sea.are-you-sure .are-you-sure-container {
  display: block;
}
.rb-where-to-stay .small-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 142px;
  color: #333;
  margin-bottom: 9px;
  border: 0.1rem solid #d9d9d9;
  box-shadow: 0 0 1rem #d9d9d9;
  transition: border-color 0.5s ease-in;
  cursor: pointer;
}
.rb-where-to-stay .small-card:hover {
  border-color: #12D1C5;
}
.rb-where-to-stay .small-card .card-img {
  width: 100%;
}
.rb-where-to-stay .small-card .card-img img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  display: block;
}
.rb-where-to-stay .small-card .content-block {
  text-align: center !important;
  padding: 12px;
  padding-bottom: 0;
}
.rb-where-to-stay .small-card .content-block .card-title {
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
.rb-where-to-stay .small-card .content-block .card-subtitle {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  line-height: 1.83;
  font-weight: bold;
  color: #666;
  margin: 0;
}
.rb-where-to-stay .small-card .content-block .card-subtitle::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .small-card .content-block .card-subtitle::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .small-card .content-block .card-subtitle p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .small-card .content-block .card-subtitle p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .small-card .content-block:last-of-type {
  padding-top: 0;
}
.rb-where-to-stay .small-card .content-block:last-of-type .card-title {
  color: #E10A0A;
}
.rb-where-to-stay .small-card.selected {
  border-color: #12D1C5;
}
.rb-where-to-stay .small-card.selected .content-block {
  background-color: #f5f5f5;
}
.rb-where-to-stay .small-card.selected .content-block:last-of-type {
  padding-top: 0;
}
.rb-where-to-stay .small-card.selected .content-block:last-of-type .card-title {
  color: #333;
}
.rb-where-to-stay .profile-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 140px;
  color: #333;
  margin-bottom: 9px;
  border: 0.1rem solid #d9d9d9;
  box-shadow: 0 0 1rem #d9d9d9;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  transition: border-color 0.5s ease-in;
  width: 276px;
  cursor: default;
}
@supports (object-fit: cover) {
  .rb-where-to-stay .profile-card {
    min-height: auto;
  }
}
.rb-where-to-stay .profile-card:hover {
  border-color: #12D1C5;
}
.rb-where-to-stay .profile-card.flippable {
  background-color: #12D1C5;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}
@supports (transform: rotateY(180deg)) {
  .rb-where-to-stay .profile-card.flippable {
    overflow: visible;
  }
}
.rb-where-to-stay .profile-card.flippable .flip-link {
  outline: none;
  position: relative;
}
.rb-where-to-stay .profile-card.flippable .flip-link::after {
  content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2232%22%20viewBox%3D%220%200%2038%2032%22%3E%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M1.882%2016c0%202.504%200.791%204.875%202.165%206.908l-2.165%207.209%207.191-2.579c2.748%201.619%206.118%202.579%209.751%202.579%209.355%200%2016.941-6.325%2016.941-14.118s-7.586-14.118-16.941-14.118-16.941%206.325-16.941%2014.118zM15.059%2013.176h5.647v7.529h1.882v3.765h-7.529v-3.765h1.882v-3.765h-1.882v-3.765zM16.941%207.529h3.765v3.765h-3.765v-3.765z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  position: absolute;
  transform: scale(0.65);
  top: 0;
}
.rb-where-to-stay .profile-card .front,
.rb-where-to-stay .profile-card .back {
  transition: transform 0.5s, border-color 0.5s ease-in;
  background-color: #FFF;
  max-height: 100%;
  min-height: 100%;
  border: 0.1rem solid #d9d9d9;
  box-shadow: 0 0 1rem #d9d9d9;
}
.rb-where-to-stay .profile-card .front:hover,
.rb-where-to-stay .profile-card .back:hover {
  border-color: #12D1C5;
}
@supports (transform: rotateY(180deg)) {
  .rb-where-to-stay .profile-card .front,
  .rb-where-to-stay .profile-card .back {
    backface-visibility: hidden;
  }
}
.rb-where-to-stay .profile-card .front {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.rb-where-to-stay .profile-card .back {
  position: absolute;
  top: 0;
  transform: translateY(100%);
  width: 100%;
}
@supports (transform: rotateY(180deg)) {
  .rb-where-to-stay .profile-card .back {
    transform: rotateY(180deg);
  }
}
.rb-where-to-stay .profile-card.flip .back {
  transform: translateY(0);
}
@supports (transform: rotateY(180deg)) {
  .rb-where-to-stay .profile-card.flip .back {
    transform: rotateY(0);
  }
}
.rb-where-to-stay .profile-card.flip .front {
  transform: translateY(-100%);
}
@supports (transform: rotateY(180deg)) {
  .rb-where-to-stay .profile-card.flip .front {
    transform: rotateY(-180deg);
  }
}
.rb-where-to-stay .profile-card .card-img img,
.rb-where-to-stay .profile-card .Wallop-item img {
  width: 100%;
  display: block;
}
@supports (object-fit: cover) {
  .rb-where-to-stay .profile-card .card-img img,
  .rb-where-to-stay .profile-card .Wallop-item img {
    height: 190px;
    object-fit: cover;
  }
}
.rb-where-to-stay .profile-card .card-img img::selection,
.rb-where-to-stay .profile-card .Wallop-item img::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .profile-card .card-img,
.rb-where-to-stay .profile-card .Wallop-item {
  position: relative;
  overflow: hidden;
}
.rb-where-to-stay .profile-card .Wallop-item:not(.Wallop-item--current) {
  position: absolute;
}
.rb-where-to-stay .profile-card .card-block {
  padding: 15px;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.4rem;
  line-height: 2.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rb-where-to-stay .profile-card .card-block::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (min-width: 768px) {
  .rb-where-to-stay .profile-card .card-block {
    font-size: 1.6rem;
  }
}
.rb-where-to-stay .profile-card .card-block .card-title {
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2rem;
  color: currentColor;
  margin: 0;
  margin-bottom: 9px;
}
.rb-where-to-stay .profile-card .card-block .card-title::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (max-width: 767px) {
  .rb-where-to-stay .profile-card .card-block .card-title {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.rb-where-to-stay .profile-card .card-block .card-subtitle {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: normal;
  color: #767676;
  margin: 9px 0 0 0;
  margin-bottom: 18px;
}
.rb-where-to-stay .profile-card .card-block .card-subtitle::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (max-width: 767px) {
  .rb-where-to-stay .profile-card .card-block .card-subtitle {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.rb-where-to-stay .profile-card .card-block .card-text {
  margin: 2px 0;
}
.rb-where-to-stay .profile-card .card-block .card-text::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .profile-card .card-block > .heading-md {
  margin: 15px 2px 0 2px;
}
.rb-where-to-stay .profile-card .title-block {
  padding: 15px 2rem 15px 2rem;
  text-align: center !important;
}
.rb-where-to-stay .profile-card .title-block ul {
  padding-left: 19px;
  padding-top: 9px;
  list-style: none;
}
.rb-where-to-stay .profile-card .title-block ul li {
  position: relative;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.rb-where-to-stay .profile-card .title-block ul li::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (min-width: 768px) {
  .rb-where-to-stay .profile-card .title-block ul li {
    font-size: 1.6rem;
  }
}
.rb-where-to-stay .profile-card .title-block ul li::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #d9d9d9;
  position: absolute;
  left: -18px;
  top: 7px;
}
.rb-where-to-stay .profile-card .title-block .card-title,
.rb-where-to-stay .profile-card .title-block h2,
.rb-where-to-stay .profile-card .title-block h3,
.rb-where-to-stay .profile-card .title-block h4 {
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2.4rem;
  color: currentColor;
  margin: 0;
}
.rb-where-to-stay .profile-card .title-block .card-title::selection,
.rb-where-to-stay .profile-card .title-block h2::selection,
.rb-where-to-stay .profile-card .title-block h3::selection,
.rb-where-to-stay .profile-card .title-block h4::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (max-width: 767px) {
  .rb-where-to-stay .profile-card .title-block .card-title,
  .rb-where-to-stay .profile-card .title-block h2,
  .rb-where-to-stay .profile-card .title-block h3,
  .rb-where-to-stay .profile-card .title-block h4 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
.rb-where-to-stay .profile-card .title-block .card-subtitle,
.rb-where-to-stay .profile-card .title-block h5,
.rb-where-to-stay .profile-card .title-block h6 {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: normal;
  color: #767676;
  margin: 9px 0 0 0;
}
.rb-where-to-stay .profile-card .title-block .card-subtitle::selection,
.rb-where-to-stay .profile-card .title-block h5::selection,
.rb-where-to-stay .profile-card .title-block h6::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (max-width: 767px) {
  .rb-where-to-stay .profile-card .title-block .card-subtitle,
  .rb-where-to-stay .profile-card .title-block h5,
  .rb-where-to-stay .profile-card .title-block h6 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.rb-where-to-stay .profile-card .card-link {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  background-color: #a5a5a5;
  text-align: center;
  text-decoration: none;
  outline: none;
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: normal;
  padding: 14px 35px;
  color: #FFF;
  background-color: #E10A0A;
  transition: background-color 0.5s ease;
  display: block !important;
  margin-top: 15px;
}
.rb-where-to-stay .profile-card .card-link:hover,
.rb-where-to-stay .profile-card .card-link:active,
.rb-where-to-stay .profile-card .card-link:visited,
.rb-where-to-stay .profile-card .card-link:focus,
.rb-where-to-stay .profile-card .card-link:active:hover {
  outline: none !important;
}
.rb-where-to-stay .profile-card .card-link:disabled,
.rb-where-to-stay .profile-card .card-link.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.rb-where-to-stay .profile-card .card-link:hover,
.rb-where-to-stay .profile-card .card-link:active,
.rb-where-to-stay .profile-card .card-link:visited,
.rb-where-to-stay .profile-card .card-link:focus,
.rb-where-to-stay .profile-card .card-link:active:hover {
  outline: none !important;
}
.rb-where-to-stay .profile-card .card-link:disabled,
.rb-where-to-stay .profile-card .card-link.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.rb-where-to-stay .profile-card .card-link:hover,
.rb-where-to-stay .profile-card .card-link:active,
.rb-where-to-stay .profile-card .card-link:focus {
  background-color: #c40909;
}
.rb-where-to-stay .profile-card .card-link:hover,
.rb-where-to-stay .profile-card .card-link:active,
.rb-where-to-stay .profile-card .card-link:visited,
.rb-where-to-stay .profile-card .card-link:focus,
.rb-where-to-stay .profile-card .card-link:active:hover {
  color: #FFF;
  text-decoration: none;
}
.rb-where-to-stay .profile-card .card-link:hover,
.rb-where-to-stay .profile-card .card-link:active,
.rb-where-to-stay .profile-card .card-link:focus {
  background-color: #c40909;
}
.rb-where-to-stay .profile-card .card-link:hover,
.rb-where-to-stay .profile-card .card-link:active,
.rb-where-to-stay .profile-card .card-link:visited,
.rb-where-to-stay .profile-card .card-link:focus,
.rb-where-to-stay .profile-card .card-link:active:hover {
  color: #FFF;
  text-decoration: none;
}
.rb-where-to-stay .profile-card .card-link-secondary {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  background-color: #a5a5a5;
  text-align: center;
  text-decoration: none;
  outline: none;
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: normal;
  padding: 14px 35px;
  color: #FFF;
  background-color: #067B93;
  transition: background-color 0.5s ease;
  display: block !important;
  margin-top: 15px;
}
.rb-where-to-stay .profile-card .card-link-secondary:hover,
.rb-where-to-stay .profile-card .card-link-secondary:active,
.rb-where-to-stay .profile-card .card-link-secondary:visited,
.rb-where-to-stay .profile-card .card-link-secondary:focus,
.rb-where-to-stay .profile-card .card-link-secondary:active:hover {
  outline: none !important;
}
.rb-where-to-stay .profile-card .card-link-secondary:disabled,
.rb-where-to-stay .profile-card .card-link-secondary.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.rb-where-to-stay .profile-card .card-link-secondary:hover,
.rb-where-to-stay .profile-card .card-link-secondary:active,
.rb-where-to-stay .profile-card .card-link-secondary:visited,
.rb-where-to-stay .profile-card .card-link-secondary:focus,
.rb-where-to-stay .profile-card .card-link-secondary:active:hover {
  outline: none !important;
}
.rb-where-to-stay .profile-card .card-link-secondary:disabled,
.rb-where-to-stay .profile-card .card-link-secondary.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.rb-where-to-stay .profile-card .card-link-secondary:hover,
.rb-where-to-stay .profile-card .card-link-secondary:active,
.rb-where-to-stay .profile-card .card-link-secondary:focus {
  background-color: #056276;
}
.rb-where-to-stay .profile-card .card-link-secondary:hover,
.rb-where-to-stay .profile-card .card-link-secondary:active,
.rb-where-to-stay .profile-card .card-link-secondary:visited,
.rb-where-to-stay .profile-card .card-link-secondary:focus,
.rb-where-to-stay .profile-card .card-link-secondary:active:hover {
  color: #FFF;
  text-decoration: none;
}
.rb-where-to-stay .profile-card .card-link-secondary:hover,
.rb-where-to-stay .profile-card .card-link-secondary:active,
.rb-where-to-stay .profile-card .card-link-secondary:focus {
  background-color: #056276;
}
.rb-where-to-stay .profile-card .card-link-secondary:hover,
.rb-where-to-stay .profile-card .card-link-secondary:active,
.rb-where-to-stay .profile-card .card-link-secondary:visited,
.rb-where-to-stay .profile-card .card-link-secondary:focus,
.rb-where-to-stay .profile-card .card-link-secondary:active:hover {
  color: #FFF;
  text-decoration: none;
}
.rb-where-to-stay .profile-card .card-link-tertiary {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  background-color: #a5a5a5;
  text-align: center;
  text-decoration: none;
  outline: none;
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: normal;
  padding: 14px 35px;
  color: #067B93;
  box-shadow: inset 0 0 0 2px #067B93;
  background-color: transparent;
  transition: color 0.5s ease, box-shadow 0.5s ease;
  display: block !important;
  margin-top: 15px;
}
.rb-where-to-stay .profile-card .card-link-tertiary:hover,
.rb-where-to-stay .profile-card .card-link-tertiary:active,
.rb-where-to-stay .profile-card .card-link-tertiary:visited,
.rb-where-to-stay .profile-card .card-link-tertiary:focus,
.rb-where-to-stay .profile-card .card-link-tertiary:active:hover {
  outline: none !important;
}
.rb-where-to-stay .profile-card .card-link-tertiary:disabled,
.rb-where-to-stay .profile-card .card-link-tertiary.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.rb-where-to-stay .profile-card .card-link-tertiary:hover,
.rb-where-to-stay .profile-card .card-link-tertiary:active,
.rb-where-to-stay .profile-card .card-link-tertiary:visited,
.rb-where-to-stay .profile-card .card-link-tertiary:focus,
.rb-where-to-stay .profile-card .card-link-tertiary:active:hover {
  outline: none !important;
}
.rb-where-to-stay .profile-card .card-link-tertiary:disabled,
.rb-where-to-stay .profile-card .card-link-tertiary.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.rb-where-to-stay .profile-card .card-link-tertiary:hover,
.rb-where-to-stay .profile-card .card-link-tertiary:active,
.rb-where-to-stay .profile-card .card-link-tertiary:visited,
.rb-where-to-stay .profile-card .card-link-tertiary:focus,
.rb-where-to-stay .profile-card .card-link-tertiary:active:hover {
  color: #067B93;
  text-decoration: none;
}
.rb-where-to-stay .profile-card .card-link-tertiary:hover,
.rb-where-to-stay .profile-card .card-link-tertiary:active,
.rb-where-to-stay .profile-card .card-link-tertiary:focus {
  color: #045a6c;
  box-shadow: inset 0 0 0 2px #045a6c;
}
.rb-where-to-stay .profile-card .card-dismissible-link {
  margin-top: 16px;
}
.rb-where-to-stay .profile-card.disabled .title-block,
.rb-where-to-stay .profile-card.disabled .card-block,
.rb-where-to-stay .profile-card.disabled .front,
.rb-where-to-stay .profile-card.disabled .back {
  background-color: #e8e8e8;
}
.rb-where-to-stay .profile-card.disabled .card-link,
.rb-where-to-stay .profile-card.disabled .card-link-secondary,
.rb-where-to-stay .profile-card.disabled .card-link-tertiary {
  background-color: #a5a5a5;
  color: #FFF;
  cursor: not-allowed;
}
.rb-where-to-stay .profile-card .back .title-block {
  text-align: left !important;
}
.rb-where-to-stay .profile-card .back .card-block {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.rb-where-to-stay .profile-card .flex-card-block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4.5px;
  margin-right: -4.5px;
  margin-bottom: 18px;
}
.rb-where-to-stay .profile-card .flex-card-block > div {
  flex: 1 44%;
  margin-left: 4.5px;
  margin-right: 4.5px;
}
.rb-where-to-stay .profile-card .flex-card-block span[class*="-title"] {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .profile-card .flex-card-block span[class*="-title"]::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .profile-card .flex-card-block span[class*="-title"]::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .profile-card .flex-card-block span[class*="-title"] p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .profile-card .flex-card-block span[class*="-title"] p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .profile-card .flex-card-block img {
  display: block;
  margin-bottom: 3px;
}
.rb-where-to-stay .profile-card .flex-card-block svg {
  color: #E10A0A;
  vertical-align: text-bottom;
}
.rb-where-to-stay .profile-card .flex-card-block .text-indent {
  text-indent: -20px;
  padding-left: 20px;
}
.rb-where-to-stay .profile-card .flex-card-block .price-block {
  white-space: nowrap;
}
.rb-where-to-stay .profile-card .flex-card-block .price-block h2 {
  margin: 0;
}
.rb-where-to-stay .profile-card .flex-card-block .price-block > span {
  display: block;
  line-height: 1;
}
.rb-where-to-stay .profile-card .flex-card-block .card-link {
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}
.rb-where-to-stay .profile-card .flex-card-block.bottom-block {
  margin-bottom: 0;
  align-items: flex-end;
}
.rb-where-to-stay .profile-card .are-you-sure-container {
  display: none;
  align-items: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 16px;
  text-align: center;
}
.rb-where-to-stay .profile-card .are-you-sure-container .ays-content {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.rb-where-to-stay .profile-card .are-you-sure-container .ays-content .ays-title {
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: normal;
}
.rb-where-to-stay .profile-card .are-you-sure-container .ays-content .ays-remove {
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
}
.rb-where-to-stay .profile-card .are-you-sure-container .ays-content .ays-cancel {
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}
.rb-where-to-stay .profile-card.are-you-sure .are-you-sure-container {
  display: block;
}
.rb-where-to-stay .profile-card:hover {
  border-color: #d9d9d9 !important;
}
.rb-where-to-stay .profile-card .card-img {
  width: 100%;
}
.rb-where-to-stay .profile-card .card-img img {
  width: 100%;
  height: 186px;
  object-fit: cover;
  display: block;
}
.rb-where-to-stay .profile-card .title-block {
  padding-bottom: 0;
}
.rb-where-to-stay .profile-card .title-block .card-title {
  margin: 0;
}
.rb-where-to-stay .profile-card .card-block {
  flex-grow: 1;
}
.rb-where-to-stay .flex-card-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}
.rb-where-to-stay .flex-card-grid .flex-card {
  display: flex;
  flex-basis: calc(33.3333337% - 18px);
  margin-left: 9px;
  margin-right: 9px;
}
@media (max-width: 1199px) {
  .rb-where-to-stay .flex-card-grid .flex-card {
    flex-basis: calc(50% - 18px);
  }
}
@media (max-width: 767px) {
  .rb-where-to-stay .flex-card-grid .flex-card {
    flex-basis: 100%;
  }
}
.rb-where-to-stay .flex-card-grid .flex-card .card {
  width: 100%;
}
.rb-where-to-stay .flex-card-grid-4 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}
.rb-where-to-stay .flex-card-grid-4 .flex-card {
  display: flex;
  flex-basis: calc(25% - 18px);
  margin-left: 9px;
  margin-right: 9px;
}
@media (max-width: 1199px) {
  .rb-where-to-stay .flex-card-grid-4 .flex-card {
    flex-basis: calc(33.3333337% - 18px);
  }
}
@media (max-width: 767px) {
  .rb-where-to-stay .flex-card-grid-4 .flex-card {
    flex-basis: 100%;
  }
}
.rb-where-to-stay .flex-card-grid-4 .flex-card .card {
  width: 100%;
}
.rb-where-to-stay .card-columns-3 {
  column-count: 3;
  column-gap: 9px;
}
.rb-where-to-stay .card-columns-3 .card,
.rb-where-to-stay .card-columns-3 .profile-card {
  display: inline-block;
  width: 100%;
  margin-bottom: 9px;
}
.rb-where-to-stay .card-columns-4 {
  column-count: 4;
  column-gap: 9px;
}
.rb-where-to-stay .card-columns-4 .card,
.rb-where-to-stay .card-columns-4 .profile-card {
  display: inline-block;
  width: 100%;
  margin-bottom: 9px;
}
.rb-where-to-stay .cards-container {
  display: block;
  margin-left: -9px;
  margin-right: -9px;
}
.rb-where-to-stay .cards-container::after {
  content: "";
  display: table;
  clear: both;
}
.rb-where-to-stay .cards-container .profile-card {
  float: left;
  margin: 0 9px 9px 9px;
}
.rb-where-to-stay .cards-container .card {
  float: left;
  margin: 0 9px 9px 9px;
  width: calc(25% - (9px * 2));
}
@media (max-width: 767px) {
  .rb-where-to-stay .cards-container .card {
    width: 100%;
  }
}
.rb-where-to-stay .map-card {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  display: inline-block;
  background-color: #FFF;
}
.rb-where-to-stay .map-card .card {
  width: 310px;
  margin-bottom: 0;
  min-height: 0;
}
.rb-where-to-stay .map-card .card .card-block .card-subtitle {
  margin-top: 0;
}
.rb-where-to-stay .map-card .card .edit-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.88);
  color: #111417;
  border-radius: 4px;
  font-family: 'Gilroy-Medium', 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  font-size: 1.4rem;
  line-height: 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.rb-where-to-stay .map-card .card .edit-tag svg {
  margin-right: 10px;
}
.rb-where-to-stay .map-card .card .card-img .Wallop-buttonPrevious {
  right: unset;
  left: 0;
}
.rb-where-to-stay .map-card .card .card-img .plc-caption {
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  height: 28px;
}
.rb-where-to-stay .map-card .card .card-img .plc-caption .plc-button {
  width: 28px;
  height: 28px;
}
.rb-where-to-stay .map-card .card .card-img .plc-caption .plc-status {
  bottom: 0;
  color: #333;
}
.rb-where-to-stay .map-card .card .card-img .plc-status {
  right: unset;
  left: 50%;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}
.rb-where-to-stay .map-card .card .card-img .card-content {
  flex: 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.rb-where-to-stay .map-card .card::before,
.rb-where-to-stay .map-card .card::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 42px;
}
.rb-where-to-stay .map-card .card::before {
  border-top: 9px solid #d9d9d9;
  bottom: -10px;
}
.rb-where-to-stay .map-card .card::after {
  border-top: 9px solid #FFF;
  bottom: -8px;
}
.rb-where-to-stay .map-card .card:hover {
  border-color: #d9d9d9;
}
.rb-where-to-stay .map-card .card .card-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #FFF;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  text-decoration: none;
}
.rb-where-to-stay .map-card .card .price-block {
  position: relative;
}
.rb-where-to-stay .map-card .card .price-info {
  position: absolute;
  top: -10px;
}
.rb-where-to-stay .map-card .card .price-info svg {
  color: #E10A0A;
}
.rb-where-to-stay .map-card .card .card-includes.discount-includes {
  font-size: 1.2rem;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  line-height: 1.17;
  color: #666;
}
.rb-where-to-stay .map-card .card .card-includes.discount-includes p strong {
  display: block;
  color: #067B93;
}
.rb-where-to-stay .map-card .card .card-includes.discount-includes .white-tooltip::after {
  width: 200px;
  white-space: normal;
  font-weight: normal;
}
.rb-where-to-stay .map-card .card .button-block {
  flex-basis: 100%;
}
.rb-where-to-stay .map-card-container {
  padding-bottom: 30px;
  position: relative;
}
.rb-where-to-stay .map-card-container .spotlight {
  position: absolute;
  bottom: -10px;
  left: 36px;
  z-index: -1;
}
@keyframes rotateSpinner {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.rb-where-to-stay .changing .loading-cover-sea,
.rb-where-to-stay .changing.loading-cover-sea {
  position: relative;
}
.rb-where-to-stay .changing .loading-cover-sea::before,
.rb-where-to-stay .changing.loading-cover-sea::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.rb-where-to-stay .changing .loading-cover-sea::after,
.rb-where-to-stay .changing.loading-cover-sea::after {
  content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-0.5%20-0.5%2039%2039%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(1%201)%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20stroke%3D%22%23d9d9d9%22%20stroke-opacity%3D%221%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%2312D1C5%22%20d%3D%22M36%2018c0-9.94-8.06-18-18-18%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fsvg%3E');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 60px;
  height: 60px;
  animation: 1s rotateSpinner linear;
  animation-play-state: running;
  animation-iteration-count: infinite;
}
.rb-where-to-stay .changing .loading-cover-sea-dark,
.rb-where-to-stay .changing.loading-cover-sea-dark {
  position: relative;
}
.rb-where-to-stay .changing .loading-cover-sea-dark::before,
.rb-where-to-stay .changing.loading-cover-sea-dark::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.rb-where-to-stay .changing .loading-cover-sea-dark::after,
.rb-where-to-stay .changing.loading-cover-sea-dark::after {
  content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-0.5%20-0.5%2039%2039%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(1%201)%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20stroke%3D%22%23767676%22%20stroke-opacity%3D%221%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%2312D1C5%22%20d%3D%22M36%2018c0-9.94-8.06-18-18-18%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fsvg%3E');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 60px;
  height: 60px;
  animation: 1s rotateSpinner linear;
  animation-play-state: running;
  animation-iteration-count: infinite;
}
.rb-where-to-stay .changing .loading-cover-sea.fill-colour,
.rb-where-to-stay .changing.loading-cover-sea.fill-colour {
  position: relative;
}
.rb-where-to-stay .changing .loading-cover-sea.fill-colour::before,
.rb-where-to-stay .changing.loading-cover-sea.fill-colour::before {
  content: '';
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.rb-where-to-stay .changing .loading-cover-sea.fill-colour::after,
.rb-where-to-stay .changing.loading-cover-sea.fill-colour::after {
  content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-0.5%20-0.5%2039%2039%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(1%201)%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20stroke%3D%22%23d9d9d9%22%20stroke-opacity%3D%221%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%2312D1C5%22%20d%3D%22M36%2018c0-9.94-8.06-18-18-18%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fsvg%3E');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 60px;
  height: 60px;
  animation: 1s rotateSpinner linear;
  animation-play-state: running;
  animation-iteration-count: infinite;
}
.rb-where-to-stay .changing .loading-cover-sea-dark.fill-colour,
.rb-where-to-stay .changing.loading-cover-sea-dark.fill-colour {
  position: relative;
}
.rb-where-to-stay .changing .loading-cover-sea-dark.fill-colour::before,
.rb-where-to-stay .changing.loading-cover-sea-dark.fill-colour::before {
  content: '';
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.rb-where-to-stay .changing .loading-cover-sea-dark.fill-colour::after,
.rb-where-to-stay .changing.loading-cover-sea-dark.fill-colour::after {
  content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-0.5%20-0.5%2039%2039%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(1%201)%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20stroke%3D%22%23767676%22%20stroke-opacity%3D%221%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%2312D1C5%22%20d%3D%22M36%2018c0-9.94-8.06-18-18-18%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fsvg%3E');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 60px;
  height: 60px;
  animation: 1s rotateSpinner linear;
  animation-play-state: running;
  animation-iteration-count: infinite;
}
.rb-where-to-stay .changing .loading-cover-vr,
.rb-where-to-stay .changing.loading-cover-vr {
  position: relative;
}
.rb-where-to-stay .changing .loading-cover-vr::before,
.rb-where-to-stay .changing.loading-cover-vr::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.rb-where-to-stay .changing .loading-cover-vr::after,
.rb-where-to-stay .changing.loading-cover-vr::after {
  content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-0.5%20-0.5%2039%2039%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(1%201)%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20stroke%3D%22%23d9d9d9%22%20stroke-opacity%3D%221%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%23E10A0A%22%20d%3D%22M36%2018c0-9.94-8.06-18-18-18%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fsvg%3E');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 60px;
  height: 60px;
  animation: 1s rotateSpinner linear;
  animation-play-state: running;
  animation-iteration-count: infinite;
}
.rb-where-to-stay .changing .loading-cover-bp-dark,
.rb-where-to-stay .changing.loading-cover-bp-dark {
  position: relative;
}
.rb-where-to-stay .changing .loading-cover-bp-dark::before,
.rb-where-to-stay .changing.loading-cover-bp-dark::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.rb-where-to-stay .changing .loading-cover-bp-dark::after,
.rb-where-to-stay .changing.loading-cover-bp-dark::after {
  content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-0.5%20-0.5%2039%2039%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(1%201)%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20stroke%3D%22%23767676%22%20stroke-opacity%3D%221%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%23E10A0A%22%20d%3D%22M36%2018c0-9.94-8.06-18-18-18%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fsvg%3E');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 60px;
  height: 60px;
  animation: 1s rotateSpinner linear;
  animation-play-state: running;
  animation-iteration-count: infinite;
}
.rb-where-to-stay .changing .loading-cover-sb,
.rb-where-to-stay .changing.loading-cover-sb {
  position: relative;
}
.rb-where-to-stay .changing .loading-cover-sb::before,
.rb-where-to-stay .changing.loading-cover-sb::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.rb-where-to-stay .changing .loading-cover-sb::after,
.rb-where-to-stay .changing.loading-cover-sb::after {
  content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-0.5%20-0.5%2039%2039%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(1%201)%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20stroke%3D%22%23d9d9d9%22%20stroke-opacity%3D%221%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%23067B93%22%20d%3D%22M36%2018c0-9.94-8.06-18-18-18%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fsvg%3E');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 60px;
  height: 60px;
  animation: 1s rotateSpinner linear;
  animation-play-state: running;
  animation-iteration-count: infinite;
}
.rb-where-to-stay .changing .loading-cover-bt-dark,
.rb-where-to-stay .changing.loading-cover-bt-dark {
  position: relative;
}
.rb-where-to-stay .changing .loading-cover-bt-dark::before,
.rb-where-to-stay .changing.loading-cover-bt-dark::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.rb-where-to-stay .changing .loading-cover-bt-dark::after,
.rb-where-to-stay .changing.loading-cover-bt-dark::after {
  content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-0.5%20-0.5%2039%2039%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(1%201)%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20stroke%3D%22%23767676%22%20stroke-opacity%3D%221%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%23067B93%22%20d%3D%22M36%2018c0-9.94-8.06-18-18-18%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fsvg%3E');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 60px;
  height: 60px;
  animation: 1s rotateSpinner linear;
  animation-play-state: running;
  animation-iteration-count: infinite;
}
.rb-where-to-stay .hotel-rating.rating-5 {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .hotel-rating.rating-5::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-5::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-5 p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .hotel-rating.rating-5 p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-5::before {
  content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .hotel-rating.rating-4-plus {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .hotel-rating.rating-4-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-4-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-4-plus p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .hotel-rating.rating-4-plus p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-4-plus::before {
  content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cdefs%3E%0A%20%20%20%20%3ClinearGradient%20id%3D%22gradient%22%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23E10A0A%22%20%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23E10A0A%22%20%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23d9d9d9%22%20%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23d9d9d9%22%20%2F%3E%0A%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%3C%2Fdefs%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22url(%23gradient)%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .hotel-rating.rating-4 {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .hotel-rating.rating-4::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-4::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-4 p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .hotel-rating.rating-4 p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-4::before {
  content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .hotel-rating.rating-3-plus {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .hotel-rating.rating-3-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-3-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-3-plus p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .hotel-rating.rating-3-plus p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-3-plus::before {
  content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cdefs%3E%0A%20%20%20%20%3ClinearGradient%20id%3D%22gradient%22%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23E10A0A%22%20%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23E10A0A%22%20%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23d9d9d9%22%20%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23d9d9d9%22%20%2F%3E%0A%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%3C%2Fdefs%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22url(%23gradient)%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .hotel-rating.rating-3 {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .hotel-rating.rating-3::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-3::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-3 p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .hotel-rating.rating-3 p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-3::before {
  content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .hotel-rating.rating-2-plus {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .hotel-rating.rating-2-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-2-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-2-plus p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .hotel-rating.rating-2-plus p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-2-plus::before {
  content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cdefs%3E%0A%20%20%20%20%3ClinearGradient%20id%3D%22gradient%22%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23E10A0A%22%20%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23E10A0A%22%20%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23d9d9d9%22%20%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23d9d9d9%22%20%2F%3E%0A%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%3C%2Fdefs%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22url(%23gradient)%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .hotel-rating.rating-2 {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .hotel-rating.rating-2::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-2::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-2 p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .hotel-rating.rating-2 p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-2::before {
  content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .hotel-rating.rating-1-plus {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .hotel-rating.rating-1-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-1-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-1-plus p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .hotel-rating.rating-1-plus p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-1-plus::before {
  content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cdefs%3E%0A%20%20%20%20%3ClinearGradient%20id%3D%22gradient%22%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23E10A0A%22%20%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23E10A0A%22%20%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23d9d9d9%22%20%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23d9d9d9%22%20%2F%3E%0A%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%3C%2Fdefs%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22url(%23gradient)%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .hotel-rating.rating-1 {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .hotel-rating.rating-1::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-1::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-1 p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .hotel-rating.rating-1 p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-1::before {
  content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .hotel-rating.rating-0-plus {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .hotel-rating.rating-0-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-0-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-0-plus p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .hotel-rating.rating-0-plus p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-0-plus::before {
  content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cdefs%3E%0A%20%20%20%20%3ClinearGradient%20id%3D%22gradient%22%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23E10A0A%22%20%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23E10A0A%22%20%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23d9d9d9%22%20%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23d9d9d9%22%20%2F%3E%0A%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%3C%2Fdefs%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22url(%23gradient)%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .hotel-rating {
  width: max-content;
}
.rb-where-to-stay .hotel-rating.rating-villa,
.rb-where-to-stay .hotel-rating.rating-platinum,
.rb-where-to-stay .hotel-rating.rating-5-plus,
.rb-where-to-stay .hotel-rating.rating-base {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  line-height: 1.6rem;
}
.rb-where-to-stay .hotel-rating.rating-villa::selection,
.rb-where-to-stay .hotel-rating.rating-platinum::selection,
.rb-where-to-stay .hotel-rating.rating-5-plus::selection,
.rb-where-to-stay .hotel-rating.rating-base::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-villa::selection,
.rb-where-to-stay .hotel-rating.rating-platinum::selection,
.rb-where-to-stay .hotel-rating.rating-5-plus::selection,
.rb-where-to-stay .hotel-rating.rating-base::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-villa p,
.rb-where-to-stay .hotel-rating.rating-platinum p,
.rb-where-to-stay .hotel-rating.rating-5-plus p,
.rb-where-to-stay .hotel-rating.rating-base p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .hotel-rating.rating-villa p::selection,
.rb-where-to-stay .hotel-rating.rating-platinum p::selection,
.rb-where-to-stay .hotel-rating.rating-5-plus p::selection,
.rb-where-to-stay .hotel-rating.rating-base p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .hotel-rating.rating-villa {
  display: inline;
}
.rb-where-to-stay .hotel-rating.rating-5-plus {
  text-transform: none;
}
.rb-where-to-stay .hotel-rating.rating-villa::before,
.rb-where-to-stay .hotel-rating.rating-5-plus::before {
  display: block;
  margin-bottom: 4px;
  color: #E10A0A;
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.rb-where-to-stay .hotel-rating.rating-base::before,
.rb-where-to-stay .hotel-rating.rating-platinum::before {
  display: block;
  margin-bottom: 4px;
  color: #333;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.4rem;
  line-height: 2.8rem;
  line-height: 1;
  font-style: italic;
}
.rb-where-to-stay .hotel-rating.rating-base::before::selection,
.rb-where-to-stay .hotel-rating.rating-platinum::before::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (min-width: 768px) {
  .rb-where-to-stay .hotel-rating.rating-base::before,
  .rb-where-to-stay .hotel-rating.rating-platinum::before {
    font-size: 1.6rem;
  }
}
.rb-where-to-stay .hotel-rating.rating-5-plus {
  position: relative;
  padding-right: 4ch;
}
.rb-where-to-stay .hotel-rating.rating-5-plus > span {
  top: -3px;
  color: #5f6f7c;
  position: relative;
  left: 2px;
}
.rb-where-to-stay .hotel-rating.rating-5-plus::before {
  content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%2011%2017%2014%22%3E%0A%09%3Cg%20transform%3D%22scale(0.5%2C%200.9)%22%3E%0A%09%09%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M15.795%2027.709l-15.347-16.906h30.694l-15.347%2016.906z%22%3E%3C%2Fpath%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  display: block;
  white-space: nowrap;
}
.rb-where-to-stay .hotel-rating.rating-5-plus::after {
  content: "plus";
  position: absolute;
  top: 0;
  right: 0;
  color: #5F6F7C;
  text-transform: uppercase;
}
.rb-where-to-stay .hotel-rating.rating-villa::before {
  content: 'villa';
}
.rb-where-to-stay .hotel-rating.rating-platinum::before {
  content: 'Platinum';
}
.rb-where-to-stay .hotel-rating.rating-base::before {
  content: 'Great as a base';
}
.rb-where-to-stay .tripadvisor-rating.rating-5 {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .tripadvisor-rating.rating-5::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-5::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-5 p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .tripadvisor-rating.rating-5 p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-5::before {
  content: url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E');
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .tripadvisor-rating.rating-4-plus {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .tripadvisor-rating.rating-4-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-4-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-4-plus p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .tripadvisor-rating.rating-4-plus p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-4-plus::before {
  content: url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20L8%2C12%20Z%22%20id%3D%22TripAdvisor-half-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .tripadvisor-rating.rating-4 {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .tripadvisor-rating.rating-4::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-4::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-4 p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .tripadvisor-rating.rating-4 p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-4::before {
  content: url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%22%20id%3D%22TripAdvisor-no-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .tripadvisor-rating.rating-3-plus {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .tripadvisor-rating.rating-3-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-3-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-3-plus p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .tripadvisor-rating.rating-3-plus p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-3-plus::before {
  content: url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20L8%2C12%20Z%22%20id%3D%22TripAdvisor-half-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%22%20id%3D%22TripAdvisor-no-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .tripadvisor-rating.rating-3 {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .tripadvisor-rating.rating-3::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-3::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-3 p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .tripadvisor-rating.rating-3 p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-3::before {
  content: url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%22%20id%3D%22TripAdvisor-no-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%22%20id%3D%22TripAdvisor-no-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .tripadvisor-rating.rating-2-plus {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .tripadvisor-rating.rating-2-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-2-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-2-plus p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .tripadvisor-rating.rating-2-plus p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-2-plus::before {
  content: url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20L8%2C12%20Z%22%20id%3D%22TripAdvisor-half-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%22%20id%3D%22TripAdvisor-no-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%22%20id%3D%22TripAdvisor-no-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .tripadvisor-rating.rating-2 {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .tripadvisor-rating.rating-2::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-2::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-2 p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .tripadvisor-rating.rating-2 p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-2::before {
  content: url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%22%20id%3D%22TripAdvisor-no-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%22%20id%3D%22TripAdvisor-no-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%22%20id%3D%22TripAdvisor-no-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .tripadvisor-rating.rating-1-plus {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .tripadvisor-rating.rating-1-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-1-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-1-plus p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .tripadvisor-rating.rating-1-plus p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-1-plus::before {
  content: url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20L8%2C12%20Z%22%20id%3D%22TripAdvisor-half-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%22%20id%3D%22TripAdvisor-no-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%22%20id%3D%22TripAdvisor-no-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%22%20id%3D%22TripAdvisor-no-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .tripadvisor-rating.rating-1 {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .tripadvisor-rating.rating-1::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-1::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-1 p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .tripadvisor-rating.rating-1 p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-1::before {
  content: url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20C10.209139%2C4%2012%2C5.790861%2012%2C8%20C12%2C10.209139%2010.209139%2C12%208%2C12%20Z%22%20id%3D%22TripAdvisor-full-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%22%20id%3D%22TripAdvisor-no-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%22%20id%3D%22TripAdvisor-no-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%22%20id%3D%22TripAdvisor-no-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%22%20id%3D%22TripAdvisor-no-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .tripadvisor-rating.rating-0-plus {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .tripadvisor-rating.rating-0-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-0-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-0-plus p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .tripadvisor-rating.rating-0-plus p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .tripadvisor-rating.rating-0-plus::before {
  content: url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%20M8%2C12%20C5.790861%2C12%204%2C10.209139%204%2C8%20C4%2C5.790861%205.790861%2C4%208%2C4%20L8%2C12%20Z%22%20id%3D%22TripAdvisor-half-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%22%20id%3D%22TripAdvisor-no-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%22%20id%3D%22TripAdvisor-no-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%22%20id%3D%22TripAdvisor-no-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C14%20C11.3137085%2C14%2014%2C11.3137085%2014%2C8%20C14%2C4.6862915%2011.3137085%2C2%208%2C2%20C4.6862915%2C2%202%2C4.6862915%202%2C8%20C2%2C11.3137085%204.6862915%2C14%208%2C14%20Z%22%20id%3D%22TripAdvisor-no-circle%22%20fill%3D%22%2300B085%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .star-rating.rating-5 {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .star-rating.rating-5::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-5::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-5 p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .star-rating.rating-5 p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-5::before {
  content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .star-rating.rating-4-plus {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .star-rating.rating-4-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-4-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-4-plus p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .star-rating.rating-4-plus p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-4-plus::before {
  content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.656%22%20viewBox%3D%220%200%2017.000999%2016.656%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%208.730272%2C13.439724%203.6758201%2C16.656%204.7670377%2C10.395577%200%2C6.088084%205.3126465e-4%2C6.088615%205.8587865%2C5.743824%208.7145755%2C0%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .star-rating.rating-4 {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .star-rating.rating-4::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-4::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-4 p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .star-rating.rating-4 p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-4::before {
  content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') "";
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .star-rating.rating-3-plus {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .star-rating.rating-3-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-3-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-3-plus p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .star-rating.rating-3-plus p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-3-plus::before {
  content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.656%22%20viewBox%3D%220%200%2017.000999%2016.656%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%208.730272%2C13.439724%203.6758201%2C16.656%204.7670377%2C10.395577%200%2C6.088084%205.3126465e-4%2C6.088615%205.8587865%2C5.743824%208.7145755%2C0%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') "";
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .star-rating.rating-3 {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .star-rating.rating-3::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-3::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-3 p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .star-rating.rating-3 p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-3::before {
  content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') "" "";
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .star-rating.rating-2-plus {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .star-rating.rating-2-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-2-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-2-plus p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .star-rating.rating-2-plus p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-2-plus::before {
  content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.656%22%20viewBox%3D%220%200%2017.000999%2016.656%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%208.730272%2C13.439724%203.6758201%2C16.656%204.7670377%2C10.395577%200%2C6.088084%205.3126465e-4%2C6.088615%205.8587865%2C5.743824%208.7145755%2C0%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') "" "";
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .star-rating.rating-2 {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .star-rating.rating-2::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-2::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-2 p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .star-rating.rating-2 p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-2::before {
  content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') "" "" "";
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .star-rating.rating-1-plus {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .star-rating.rating-1-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-1-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-1-plus p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .star-rating.rating-1-plus p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-1-plus::before {
  content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.656%22%20viewBox%3D%220%200%2017.000999%2016.656%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%208.730272%2C13.439724%203.6758201%2C16.656%204.7670377%2C10.395577%200%2C6.088084%205.3126465e-4%2C6.088615%205.8587865%2C5.743824%208.7145755%2C0%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') "" "" "";
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .star-rating.rating-1 {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .star-rating.rating-1::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-1::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-1 p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .star-rating.rating-1 p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-1::before {
  content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.655678%22%20viewBox%3D%220%200%2017.000999%2016.655678%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%205.3126465e-4%2C6.088293%205.8587865%2C5.743502%208.4433891%2C0%2010.970615%2C5.513465%2017.001%2C6.087762%2012.406092%2C10.223126%2013.784724%2C16.655678%208.730272%2C13.439402%203.6758201%2C16.655678%204.7670377%2C10.395255%200%2C6.087762%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') "" "" "" "";
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay .star-rating.rating-0-plus {
  display: block;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .star-rating.rating-0-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-0-plus::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-0-plus p {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.rb-where-to-stay .star-rating.rating-0-plus p::selection {
  background: rgba(6, 123, 147, 0.4);
}
.rb-where-to-stay .star-rating.rating-0-plus::before {
  content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2217.000999%22%20height%3D%2216.656%22%20viewBox%3D%220%200%2017.000999%2016.656%22%3E%0A%20%20%3Ctitle%3Estar-rating%3C%2Ftitle%3E%0A%20%20%3Cpath%20fill%3D%22%23E10A0A%22%20d%3D%22M%208.730272%2C13.439724%203.6758201%2C16.656%204.7670377%2C10.395577%200%2C6.088084%205.3126465e-4%2C6.088615%205.8587865%2C5.743824%208.7145755%2C0%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') "" "" "" "";
  display: block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.rb-where-to-stay:not(:last-child) {
  margin-bottom: 30px;
}
.rb-where-to-stay .changing .loading-text {
  display: block;
}
.rb-where-to-stay .changing .loading-cover-sea {
  min-height: 100px;
}
.rb-where-to-stay .changing .loading-cover-sea * {
  display: none;
}
.rb-where-to-stay .loading-text {
  display: none;
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 16px;
  color: #333;
}
.rb-where-to-stay .wts-button-container {
  text-align: center;
}
.rb-where-to-stay .card-carousel {
  margin-top: 60px;
  margin-bottom: 20px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .rb-where-to-stay .card-carousel .nav-button.prev-button {
    left: -1.5rem;
  }
  .rb-where-to-stay .card-carousel .nav-button.prev-button svg {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .rb-where-to-stay .card-carousel .nav-button.next-button {
    right: -1.5rem;
  }
  .rb-where-to-stay .card-carousel .nav-button.next-button svg {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .rb-where-to-stay .card-carousel .carousel-container {
    margin-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .rb-where-to-stay .card-carousel {
    margin: 60px -18px 20px;
  }
}
.rb-where-to-stay .card {
  text-decoration: none;
}
.rb-where-to-stay .card:active,
.rb-where-to-stay .card:hover,
.rb-where-to-stay .card:visited,
.rb-where-to-stay .card:focus {
  text-decoration: none;
}
.rb-where-to-stay .card .hotel-rating-info {
  flex-grow: 1;
  flex-direction: row;
  align-items: flex-end;
}
.rb-where-to-stay .card .hotel-rating-info .tripadvisor-title,
.rb-where-to-stay .card .hotel-rating-info .rating-title {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.rb-where-to-stay .card .hotel-rating-info .tripadvisor,
.rb-where-to-stay .card .hotel-rating-info .rating {
  flex-direction: column;
  display: flex;
}
.rb-where-to-stay .card .hotel-rating-info .hotel-rating::before {
  margin-bottom: 0;
}
.rb-where-to-stay .map-container {
  margin-top: 60px;
  height: 640px;
  overflow: hidden;
}
.rb-where-to-stay [vj-map] {
  width: 100%;
  height: 100%;
}
.rb-where-to-stay .info-box-custom-standard > img {
  position: absolute !important;
  width: 15px;
  height: 15px;
  z-index: 1;
  right: 5px;
  top: 5px;
}
.rb-where-to-stay [vh-hide=""],
.rb-where-to-stay [vh-hide="None"] {
  display: none;
}
.rb-where-to-stay .vhols-hotlist {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.rb-where-to-stay .vhols-hotlist .hotlist-link {
  padding-top: 16px;
  padding-bottom: 0;
}
.rb-where-to-stay .vhols-hotlist .hotlist-lists-container {
  top: auto;
  bottom: 100%;
}
.rb-where-to-stay .vhols-hotlist .hotlist-lists-container::before {
  bottom: -1.8rem;
  top: auto;
}
.rb-where-to-stay .vhols-hotlist .hotlist-lists-container::after {
  top: auto;
  bottom: -1.6rem;
  border-bottom-color: #f5f5f5;
}
.rb-where-to-stay .vhols-hotlist .hotlist-lists-container.open::before,
.rb-where-to-stay .vhols-hotlist .hotlist-lists-container.open::after {
  transform: translateX(-50%) scale(1) rotate(180deg);
}


/*# sourceMappingURL=where-to-stay-styles.css.map */