/*----------------------------------------------------- Main Banner --------------------------------------------*/
.MainBannerContainer {
  min-height: 350px;
  background-image: url("../images/reviews/image_reviews.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
/*----------------------------------------------------- Swiper --------------------------------------------*/
.SwiperContainer {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 25px;
  width: 30px !important;
  height: 30px !important;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #24a0ff;
  padding: 0px !important;
  border-radius: 0px !important;
  background-color: #22252e;
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 12px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-weight: bold;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 50%;
  margin-left: -80px;
  right: auto;
  border-right: 1px solid #3e4354;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 50%;
  margin-right: -80px;
  left: auto;
  border-left: 1px solid #3e4354;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.swiper-slide {}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  top: 25px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 30px;
  padding-top: 6px;
  padding-bottom: 5px;
  color: #eeeeee;
  background-color: #22252e;
  font-size: 14px;
  font-weight: 500;
}
.swiper-pagination-fraction::after {
  content: 'Page';
  position: absolute;
  height: 10px;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  top: -18px;
  font-size: 11px;
  color: #000000;
  text-transform: uppercase;
}
.swiper-pagination-current {
  font-size: 14px;
  font-weight: 500;
}
.swiper-pagination-total {
  font-size: 14px;
  font-weight: 500;
}
.swiper-button-prev.swiper-button-disabled::after, .swiper-button-next.swiper-button-disabled:after {
  color: #888888;
  cursor: auto;
  pointer-events: none;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #888888;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #24a0ff;
}
/*----------------------------------------------------- Slide Header --------------------------------------------*/
.SlideHeaderContainer {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #c2c2c2;
  line-height: 30px;
  margin-bottom: 20px;
  display: flex;
}
.SlideHeaderTitle {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.SlideHeaderRating {
  flex-grow: 1;
}
/*----------------------------------------------------- Review Tiles --------------------------------------------*/
.ReviewVerticalTilesContainer {
  height: 100vh;
  overflow: auto;
}
.ReviewVerticalTiles {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
.ReviewVerticalTile {
  border-radius: 20px;
  padding: 30px;
  background-color: #f6f3f0;
  background-repeat: no-repeat;
  background-position: right 30px top 30px;
  background-size: auto 25px;
  transition: all 0.3s ease;
}
.ReviewVerticalTile:nth-child(3n) {
  margin-right: 0px;
}
.ReviewVerticalTileHeader {
  padding-left: 60px;
  margin-right: 50px;
  height: 75px;
  background-repeat: no-repeat;
  background-position: left 0px top;
  background-size: auto 38px;
  position: relative;
}
.ReviewVerticalTileThumb {
  position: absolute;
  height: 45px;
  width: 45px;
  left: 0;
  top: 0px;
  border-radius: 50%;
  background-color: #6e6e6e;
  text-align: center;
  line-height: 45px;
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
}
.ReviewVerticalTileThumb img {
  width: 100%
}
.ReviewVerticalTileTitle {
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  user-select: none;
}
.ReviewVerticalTileContent {
  font-size: 15px;
  user-select: none;
}
/*----------------------------------------------------- Review Tile Variations --------------------------------------------*/
.ReviewVerticalTile.Google {
  background-image: url("../images/icons/icon_google.svg");
  background-color: #e0f1dc;
}
.ReviewVerticalTile.Yelp {
  background-image: url("../images/icons/icon_yelp.svg");
  background-color: #faeded;
}
.ReviewVerticalTile.AVVO {
  background-color: #e2f2ff;
}
/*----------------------------------------------------- Ratings --------------------------------------------*/
.ReviewTileRating {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.ReviewTileRating .NumericRating {
  padding-right: 10px;
}
.ReviewTileRating .StarContainer {
  width: 20px;
  height: 20px;
  background-image: url("../images/reviews/icon_star_grey.svg");
  background-repeat: no-repeat;
  background-position: cover;
}
.ReviewTileRating.AlignRight {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0px;
}
.ReviewTileRating.AlignRight .NumericRating {
  padding-right: 10px;
  font-size: 12px;
}
.ReviewTileRating.AlignRight .StarContainer {
  width: 15px;
  height: 15px;
  background-image: url("../images/reviews/icon_star_grey.svg");
  background-repeat: no-repeat;
  background-position: cover;
}
.ReviewTileRating.Yellow .StarContainer.Full {
  background-image: url("../images/reviews/icon_star_yellow.svg");
}
.ReviewTileRating.Yellow .StarContainer.Half {
  background-image: url("../images/reviews/icon_star_half-yellow.svg");
}
.ReviewTileRating.Red .StarContainer.Full {
  background-image: url("../images/reviews/icon_star_red.svg");
}
.ReviewTileRating.Red .StarContainer.Half {
  background-image: url("../images/reviews/icon_star_half-red.svg");
}
.ReviewTileRating.Blue .StarContainer.Full {
  background-image: url("../images/reviews/icon_star_blue.svg");
}
.ReviewTileRating.Blue .StarContainer.Half {
  background-image: url("../images/reviews/icon_star_half-blue.svg");
}