.cruise-single #hero .container {
  position: relative;
  display: flex;
  align-items: center;
  height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .cruise-single #hero .container {
    height: 336px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #hero .container {
    height: 365px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #hero .container {
    height: 280px;
  }
}
.cruise-single #hero .container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #262626;
  opacity: 0.07;
  z-index: -1;
}
.cruise-single #hero .container .title-row {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cruise-single #hero .container .title-row h1,
.cruise-single #hero .container .title-row h1 > *,
.cruise-single #hero .container .title-row h2,
.cruise-single #hero .container .title-row h2 > * {
  font-size: clamp(42px, 5.5vw, 84px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  text-align: center;
  line-height: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .cruise-single #hero .container .title-row h1,
  .cruise-single #hero .container .title-row h1 > *,
  .cruise-single #hero .container .title-row h2,
  .cruise-single #hero .container .title-row h2 > * {
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #hero .container .title-row h1,
  .cruise-single #hero .container .title-row h1 > *,
  .cruise-single #hero .container .title-row h2,
  .cruise-single #hero .container .title-row h2 > * {
    line-height: 60px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #hero .container .title-row h1,
  .cruise-single #hero .container .title-row h1 > *,
  .cruise-single #hero .container .title-row h2,
  .cruise-single #hero .container .title-row h2 > * {
    line-height: 40px;
    text-align: left;
  }
}
.cruise-single #hero .container .title-row .horizontal-line {
  flex: 1;
  height: 1px;
  background-color: #ffffff;
}
.cruise-single #hero .container .subtitle-row {
  margin-top: 20px;
  font-size: clamp(14px, 1.7vw, 20px);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 22px;
  color: #ffffff;
  font-weight: 500;
}
.cruise-single #hero .container .image-container {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cruise-single #hero .container .image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.cruise-single #hero .container .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cruise-single #choose-boat .container {
  padding: 50px 100px;
  background-color: rgba(202, 222, 255, 0.2);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .cruise-single #choose-boat .container {
    padding: 40px 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #choose-boat .container {
    padding: 30px 45px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #choose-boat .container {
    padding: 20px 25px;
  }
}
.cruise-single #choose-boat .container .title-row {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.cruise-single #choose-boat .container .title-row .horizontal-line {
  width: 100%;
  flex: 0.5;
  align-self: center;
}
.cruise-single #choose-boat .container .boats-container {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  gap: 50px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .cruise-single #choose-boat .container .boats-container {
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #choose-boat .container .boats-container {
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #choose-boat .container .boats-container {
    gap: 18px;
  }
}
.cruise-single #choose-boat .container .boats-container .slider__arrow {
  cursor: pointer;
  opacity: 0.5;
  outline: 1px solid #2a487c;
  border-radius: 100px;
  height: 50px;
  width: 50px;
  min-width: 50px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  background: url("../../images/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .cruise-single #choose-boat .container .boats-container .slider__arrow {
    height: 32px;
    width: 32px;
    min-width: 32px;
    background-size: auto 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #choose-boat .container .boats-container .slider__arrow {
    height: 30px;
    width: 30px;
    min-width: 30px;
    background-size: auto 13px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #choose-boat .container .boats-container .slider__arrow {
    height: 25px;
    width: 25px;
    min-width: 25px;
    background-size: auto 11.4px;
  }
}
.cruise-single #choose-boat .container .boats-container .slider__arrow.prev {
  transform: rotate(180deg);
}
.cruise-single #choose-boat .container .boats-container .slider__arrow.activated {
  opacity: 1;
  outline: 1px solid #cadeff;
  background-color: #cadeff;
}
.cruise-single #choose-boat .container .boats-container #slider-container__boats {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cruise-single #choose-boat .container .boats-container #slider-container__boats ul#slider__boats {
  display: flex;
  transition: transform 1s ease-in-out;
}
.cruise-single #choose-boat .container .boats-container #slider-container__boats ul#slider__boats li {
  line-height: 0;
  position: relative;
  margin-right: 50px;
  flex: 100%;
}
.cruise-single #choose-boat .container .boats-container #slider-container__boats ul#slider__boats li img {
  position: relative;
  aspect-ratio: 340/256;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cruise-single #choose-boat .container .boats-container #slider-container__boats ul#slider__boats li .slider-title {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s;
}
.cruise-single #choose-boat .container .boats-container #slider-container__boats ul#slider__boats li .slider-title h3 {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.8vw, 24px);
  color: #ffffff;
  text-align: center;
}
.cruise-single #choose-boat .container .boats-container #slider-container__boats ul#slider__boats li:hover {
  cursor: pointer;
}
.cruise-single #choose-boat .container .boats-container #slider-container__boats ul#slider__boats li:hover .slider-title {
  opacity: 1;
}
.cruise-single #choose-boat .container h2 {
  position: relative;
  font-size: clamp(42px, 5.5vw, 84px);
  line-height: 100px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  text-align: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .cruise-single #choose-boat .container h2 {
    line-height: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #choose-boat .container h2 {
    line-height: normal;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #choose-boat .container h2 {
    line-height: normal;
  }
}
.cruise-single #choose-boat .container p.client-name {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.8vw, 24px);
  line-height: 45px;
  color: #2a487c;
  font-weight: 600;
}
.cruise-single #choose-boat .container p.review-subject {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(14px, 1.7vw, 20px);
  line-height: 26px;
  font-weight: 600;
  color: #262626;
}
.cruise-single #choose-boat .container p.review-text {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(12px, 1.6vw, 18px);
  line-height: 26px;
  font-weight: 400;
  color: #262626;
}
.cruise-single #choose-boat .container p.review-date {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #262626;
  opacity: 0.5;
}
.cruise-single #choose-boat .container .trip-advisor-logo {
  width: 200px;
  text-align: center;
}
.cruise-single #choose-boat .container .trip-advisor-logo p {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #262626;
  opacity: 0.5;
}
.cruise-single #boat-details .container {
  margin: 100px;
  display: flex;
  gap: 3vw;
  transition: opacity 5s, position 1s;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .cruise-single #boat-details .container {
    margin: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #boat-details .container {
    margin: 45px;
    flex-direction: column;
    row-gap: 4vh;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #boat-details .container {
    flex-direction: column;
    margin: 25px;
    row-gap: 4vh;
  }
}
.cruise-single #boat-details .container.hidden {
  display: none;
}
.cruise-single #boat-details .container .details-container {
  flex: 50%;
}
.cruise-single #boat-details .container .details-container .description {
  margin-bottom: 80px;
}
.cruise-single #boat-details .container .details-container .description h2 {
  font-size: clamp(22px, 2vw, 28px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  color: #2a487c;
  line-height: 30px;
  margin-bottom: 20px;
}
.cruise-single #boat-details .container .details-container .description p,
.cruise-single #boat-details .container .details-container .description p * {
  font-size: clamp(14px, 1.7vw, 20px);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: #262626;
  line-height: 32px;
}
.cruise-single #boat-details .container .details-container .price {
  margin-bottom: 80px;
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(14px, 1.7vw, 20px);
}
.cruise-single #boat-details .container .details-container .price .price {
  color: #2a487c;
  font-weight: 600;
}
.cruise-single #boat-details .container .details-container .details {
  display: flex;
  flex-direction: column;
}
.cruise-single #boat-details .container .details-container .details h2 {
  font-size: clamp(22px, 2vw, 28px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  color: #2a487c;
  line-height: 30px;
  margin-bottom: 20px;
}
.cruise-single #boat-details .container .details-container .details .specifications,
.cruise-single #boat-details .container .details-container .details .equipment,
.cruise-single #boat-details .container .details-container .details .additional-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.cruise-single #boat-details .container .details-container .details .specifications .title-row,
.cruise-single #boat-details .container .details-container .details .equipment .title-row,
.cruise-single #boat-details .container .details-container .details .additional-info .title-row {
  display: flex;
  gap: 20px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .cruise-single #boat-details .container .details-container .details .specifications .title-row,
  .cruise-single #boat-details .container .details-container .details .equipment .title-row,
  .cruise-single #boat-details .container .details-container .details .additional-info .title-row {
    gap: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #boat-details .container .details-container .details .specifications .title-row,
  .cruise-single #boat-details .container .details-container .details .equipment .title-row,
  .cruise-single #boat-details .container .details-container .details .additional-info .title-row {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #boat-details .container .details-container .details .specifications .title-row,
  .cruise-single #boat-details .container .details-container .details .equipment .title-row,
  .cruise-single #boat-details .container .details-container .details .additional-info .title-row {
    gap: 9px;
  }
}
.cruise-single #boat-details .container .details-container .details .specifications .title-row h3,
.cruise-single #boat-details .container .details-container .details .equipment .title-row h3,
.cruise-single #boat-details .container .details-container .details .additional-info .title-row h3 {
  font-size: clamp(14px, 1.7vw, 20px);
  font-weight: 500;
  line-height: 28px;
  color: #262626;
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.cruise-single #boat-details .container .details-container .details .specifications .title-row img,
.cruise-single #boat-details .container .details-container .details .equipment .title-row img,
.cruise-single #boat-details .container .details-container .details .additional-info .title-row img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #boat-details .container .details-container .details .specifications .title-row img,
  .cruise-single #boat-details .container .details-container .details .equipment .title-row img,
  .cruise-single #boat-details .container .details-container .details .additional-info .title-row img {
    width: 23px;
    height: 23px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #boat-details .container .details-container .details .specifications .title-row img,
  .cruise-single #boat-details .container .details-container .details .equipment .title-row img,
  .cruise-single #boat-details .container .details-container .details .additional-info .title-row img {
    flex-direction: column;
    width: 20px;
    height: 20px;
  }
}
.cruise-single #boat-details .container .details-container .details .specifications .title-row .icon-container,
.cruise-single #boat-details .container .details-container .details .equipment .title-row .icon-container,
.cruise-single #boat-details .container .details-container .details .additional-info .title-row .icon-container {
  outline: 1px solid #2a487c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 26px;
  height: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #boat-details .container .details-container .details .specifications .title-row .icon-container,
  .cruise-single #boat-details .container .details-container .details .equipment .title-row .icon-container,
  .cruise-single #boat-details .container .details-container .details .additional-info .title-row .icon-container {
    width: 23px;
    height: 23px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #boat-details .container .details-container .details .specifications .title-row .icon-container,
  .cruise-single #boat-details .container .details-container .details .equipment .title-row .icon-container,
  .cruise-single #boat-details .container .details-container .details .additional-info .title-row .icon-container {
    flex-direction: column;
    width: 20px;
    height: 20px;
  }
}
.cruise-single #boat-details .container .details-container .details .specifications .title-row .icon-container img,
.cruise-single #boat-details .container .details-container .details .equipment .title-row .icon-container img,
.cruise-single #boat-details .container .details-container .details .additional-info .title-row .icon-container img {
  height: 70%;
}
.cruise-single #boat-details .container .details-container .details .specifications .title-row .expand__arrow,
.cruise-single #boat-details .container .details-container .details .equipment .title-row .expand__arrow,
.cruise-single #boat-details .container .details-container .details .additional-info .title-row .expand__arrow {
  cursor: pointer;
  height: 30px;
  width: 30px;
  min-width: 30px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  background: url("../../images/icons/arrow-small.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  margin-left: auto;
  transition: transform 0.3s;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .cruise-single #boat-details .container .details-container .details .specifications .title-row .expand__arrow,
  .cruise-single #boat-details .container .details-container .details .equipment .title-row .expand__arrow,
  .cruise-single #boat-details .container .details-container .details .additional-info .title-row .expand__arrow {
    height: 32px;
    width: 32px;
    min-width: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #boat-details .container .details-container .details .specifications .title-row .expand__arrow,
  .cruise-single #boat-details .container .details-container .details .equipment .title-row .expand__arrow,
  .cruise-single #boat-details .container .details-container .details .additional-info .title-row .expand__arrow {
    height: 30px;
    width: 30px;
    min-width: 30px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #boat-details .container .details-container .details .specifications .title-row .expand__arrow,
  .cruise-single #boat-details .container .details-container .details .equipment .title-row .expand__arrow,
  .cruise-single #boat-details .container .details-container .details .additional-info .title-row .expand__arrow {
    height: 25px;
    width: 25px;
    min-width: 25px;
  }
}
.cruise-single #boat-details .container .details-container .details .specifications .title-row .expand__arrow.expanded,
.cruise-single #boat-details .container .details-container .details .equipment .title-row .expand__arrow.expanded,
.cruise-single #boat-details .container .details-container .details .additional-info .title-row .expand__arrow.expanded {
  transform: rotate(90deg);
}
.cruise-single #boat-details .container .details-container .details .specifications .title-row .expand__arrow.hidden,
.cruise-single #boat-details .container .details-container .details .equipment .title-row .expand__arrow.hidden,
.cruise-single #boat-details .container .details-container .details .additional-info .title-row .expand__arrow.hidden {
  display: none;
}
.cruise-single #boat-details .container .details-container .details .specifications .horizontal-line,
.cruise-single #boat-details .container .details-container .details .equipment .horizontal-line,
.cruise-single #boat-details .container .details-container .details .additional-info .horizontal-line {
  height: 1px;
  background-color: #2a487c;
  margin: 12px 0 15px 0;
}
.cruise-single #boat-details .container .details-container .details .specifications [class*=list-container] [class*=list],
.cruise-single #boat-details .container .details-container .details .equipment [class*=list-container] [class*=list],
.cruise-single #boat-details .container .details-container .details .additional-info [class*=list-container] [class*=list] {
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  transition: max-height 1s ease-in-out;
  max-height: 800px;
}
.cruise-single #boat-details .container .details-container .details .specifications [class*=list-container] [class*=list].hidden,
.cruise-single #boat-details .container .details-container .details .equipment [class*=list-container] [class*=list].hidden,
.cruise-single #boat-details .container .details-container .details .additional-info [class*=list-container] [class*=list].hidden {
  transition: max-height 0.5s cubic-bezier(0, 0.1, 0, 1);
  max-height: 0px !important;
}
.cruise-single #boat-details .container .details-container .details .specifications [class*=list-container] [class*=list] li,
.cruise-single #boat-details .container .details-container .details .equipment [class*=list-container] [class*=list] li,
.cruise-single #boat-details .container .details-container .details .additional-info [class*=list-container] [class*=list] li {
  font-size: clamp(14px, 1.7vw, 20px);
  font-weight: 400;
  line-height: 28px;
  color: #262626;
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.cruise-single #boat-details .container .details-container .details .specifications [class*=list-container] [class*=list] li strong,
.cruise-single #boat-details .container .details-container .details .equipment [class*=list-container] [class*=list] li strong,
.cruise-single #boat-details .container .details-container .details .additional-info [class*=list-container] [class*=list] li strong {
  font-weight: 500;
}
.cruise-single #boat-details .container .details-container .details button {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding: 14px 50px;
  outline-offset: -1px;
  cursor: pointer;
  background-color: #2a487c;
  color: #ffffff;
  margin-top: auto;
  height: 50px;
  width: 240px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .cruise-single #boat-details .container .details-container .details button {
    padding: 14px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #boat-details .container .details-container .details button {
    padding: 11px 27px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #boat-details .container .details-container .details button {
    padding: 9px 22px;
  }
}
.cruise-single #boat-details .container .details-container .details button a {
  color: #ffffff;
}
.cruise-single #boat-details .container .details-container .details button:hover {
  background-color: #ffffff;
  color: #2a487c;
  outline: 1px solid #2a487c;
}
.cruise-single #boat-details .container .details-container .details button:hover a {
  color: #2a487c;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #boat-details .container .details-container .details button {
    height: 35px;
    width: 185px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #boat-details .container .details-container .details button {
    height: 35px;
    width: 160px;
  }
}
.cruise-single #boat-details .container .media-container {
  flex: 50%;
  display: flex;
  align-items: end;
  flex-direction: column;
  row-gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #boat-details .container .media-container {
    display: block;
  }
  .cruise-single #boat-details .container .media-container .slick-list {
    margin: 0 -25px;
  }
  .cruise-single #boat-details .container .media-container .slick-slide {
    margin: 0 25px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #boat-details .container .media-container {
    display: block;
  }
  .cruise-single #boat-details .container .media-container .slick-list {
    margin: 0 -25px;
  }
  .cruise-single #boat-details .container .media-container .slick-slide {
    margin: 0 25px;
  }
}
.cruise-single #boat-details .container .media-container .media {
  align-items: end;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #boat-details .container .media-container .media {
    display: block;
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #boat-details .container .media-container .media {
    display: block;
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
}
.cruise-single #boat-details .container .media-container .media .image-container {
  flex-basis: 32%;
  position: relative;
  flex-grow: 0;
  aspect-ratio: 1.29;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .cruise-single #boat-details .container .media-container .media .image-container {
    flex-basis: 32%;
  }
}
.cruise-single #boat-details .container .media-container .media .image-container .expand-button {
  background-image: url("/wp-content/themes/luxurysports-theme/html/assets/images/icons/expand.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  padding: 13px;
  background-color: rgba(0, 0, 0, 0.1803921569);
  border-radius: 100px;
  pointer-events: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .cruise-single #boat-details .container .media-container .media .image-container .expand-button {
    width: 10px;
    height: 10px;
    padding: 9px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #boat-details .container .media-container .media .image-container .expand-button {
    width: 11px;
    height: 11px;
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #boat-details .container .media-container .media .image-container .expand-button {
    width: 11px;
    height: 11px;
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #boat-details .container .media-container .media .image-container {
    flex-basis: 100%;
  }
}
.cruise-single #boat-details .container .media-container .media .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cruise-single #boat-details .container .media-container .media .video-container {
  flex: 100%;
  aspect-ratio: 2.85;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #boat-details .container .media-container .media .video-container {
    aspect-ratio: 1.29;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #boat-details .container .media-container .media .video-container {
    aspect-ratio: 1.29;
  }
}
.cruise-single #boat-details .container .media-container .media .video-container .play-button {
  background-image: url("/wp-content/themes/luxurysports-theme/html/assets/images/icons/play-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 15px;
  background-color: rgba(0, 0, 0, 0.1803921569);
  width: 15px;
  height: 15px;
  padding: 15px 15px;
  outline: 1px solid #ffffff;
  border-radius: 100px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cruise-single #boat-details .container .media-container .media .video-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #boat-details .container .media-container .media .video-container img {
    aspect-ratio: 1;
    -o-object-position: 60%;
       object-position: 60%;
  }
}
.cruise-single #boat-details .container .media-container .media button.slick-prev, .cruise-single #boat-details .container .media-container .media button.slick-next {
  position: absolute;
  bottom: 0;
  visibility: hidden;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cruise-single #boat-details .container .media-container .media button.slick-prev::before, .cruise-single #boat-details .container .media-container .media button.slick-next::before {
  position: absolute;
  visibility: visible;
  content: "";
  cursor: pointer;
  opacity: 0.5;
  outline: 1px solid #2a487c;
  border-radius: 100px;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-sizing: border-box;
  align-self: center;
  align-items: center;
  justify-content: center;
  background: url("../../images/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .cruise-single #boat-details .container .media-container .media button.slick-prev::before, .cruise-single #boat-details .container .media-container .media button.slick-next::before {
    height: 32px;
    width: 32px;
    min-width: 32px;
    background-size: auto 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #boat-details .container .media-container .media button.slick-prev::before, .cruise-single #boat-details .container .media-container .media button.slick-next::before {
    height: 30px;
    width: 30px;
    min-width: 30px;
    background-size: auto 13px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #boat-details .container .media-container .media button.slick-prev::before, .cruise-single #boat-details .container .media-container .media button.slick-next::before {
    height: 25px;
    width: 25px;
    min-width: 25px;
    background-size: auto 11.4px;
  }
}
.cruise-single #boat-details .container .media-container .media button.slick-prev::before.prev, .cruise-single #boat-details .container .media-container .media button.slick-next::before.prev {
  transform: rotate(180deg);
}
.cruise-single #boat-details .container .media-container .media button.slick-prev::before.activated, .cruise-single #boat-details .container .media-container .media button.slick-next::before.activated {
  opacity: 1;
  outline: 1px solid #cadeff;
  background-color: #cadeff;
}
.cruise-single #boat-details .container .media-container .media button.slick-prev[aria-disabled=false]::before, .cruise-single #boat-details .container .media-container .media button.slick-next[aria-disabled=false]::before {
  opacity: 1;
  outline: unset;
  background-color: #cadeff;
}
.cruise-single #boat-details .container .media-container .media button.slick-prev {
  left: 0;
  transform: rotateY(180deg);
}
.cruise-single #boat-details .container .media-container .media button.slick-next {
  right: 0;
}
.cruise-single #boat-details .container .media-container .trip-advisor {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  width: 100%;
}
.cruise-single #boat-details .container .media-container .trip-advisor #CDSRATINGWIDGET78 {
  width: 100% !important;
  height: auto;
}
.cruise-single #boat-details .container .media-container .trip-advisor #CDSRATINGWIDGET78 #CDSROWCONTAINER78 {
  width: 100%;
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.cruise-single #boat-details .container .media-container .trip-advisor #CDSRATINGWIDGET78 #CDSROWCONTAINER78 > :nth-child(2) {
  align-self: center;
  max-width: unset !important;
}
.cruise-single #boat-details .container .media-container .trip-advisor #CDSRATINGWIDGET78 #CDSROWCONTAINER78 > :last-child {
  margin-bottom: 10px;
}
.cruise-single #boat-details .container .media-container a {
  width: 100%;
}
.cruise-single #boat-details .container .media-container a .trip-advisor {
  background-color: rgba(202, 222, 255, 0.2);
  padding: 22px 33px;
  gap: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cruise-single #boat-details .container .media-container a .trip-advisor .title h3 {
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(26px, 3vw, 40px);
}
.cruise-single #boat-details .container .media-container a .trip-advisor .content {
  display: flex;
  justify-content: space-between;
}
.cruise-single #boat-details .container .media-container a .trip-advisor .content img {
  max-height: 40px;
  justify-self: flex-start;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #boat-details .container .media-container a .trip-advisor .content {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .cruise-single #boat-details .container .media-container a .trip-advisor .content img {
    max-height: 30px;
  }
}
.cruise-single #boat-details .container .media-container a .trip-advisor .content > * {
  width: 30%;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #boat-details .container .media-container a .trip-advisor .content > * {
    width: 50%;
  }
}
.cruise-single #boat-details .container .media-container a .trip-advisor .content .ratings {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #boat-details .container .media-container a .trip-advisor .content .ratings {
    justify-content: end;
  }
}
.cruise-single #boat-details .container .media-container a .trip-advisor .content .ratings .rating-number {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(22px, 2vw, 28px);
  color: #262626;
  font-weight: 500;
}
.cruise-single #boat-details .container .media-container a .trip-advisor .content .ratings .stars {
  display: flex;
  gap: 3px;
}
.cruise-single #boat-details .container .media-container a .trip-advisor .content .ratings .stars .trip-advisor-star {
  height: 16px;
  width: 16px;
  background-color: #49e0a1;
  border-radius: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .cruise-single #boat-details .container .media-container a .trip-advisor .content .ratings .stars .trip-advisor-star {
    height: 12px;
    width: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #boat-details .container .media-container a .trip-advisor .content .ratings .stars .trip-advisor-star {
    height: 12px;
    width: 12px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #boat-details .container .media-container a .trip-advisor .content .ratings .stars .trip-advisor-star {
    height: 10.5px;
    width: 10.5px;
  }
}
.cruise-single #boat-details .container .media-container a .trip-advisor .content .reviews-number {
  display: flex;
  align-items: center;
}
.cruise-single #boat-details .container .media-container a .trip-advisor .content .reviews-number > * {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.8vw, 24px);
  color: #262626;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #boat-details .container .media-container a .trip-advisor .content .reviews-number {
    justify-content: center;
  }
}
.cruise-single .trip-advisor {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  width: 100%;
}
.cruise-single .trip-advisor #CDSRATINGWIDGET78 {
  width: 100% !important;
  height: auto;
}
.cruise-single .trip-advisor #CDSRATINGWIDGET78 #CDSROWCONTAINER78 {
  width: 100%;
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.cruise-single .trip-advisor #CDSRATINGWIDGET78 #CDSROWCONTAINER78 > :nth-child(2) {
  align-self: center;
  max-width: unset !important;
}
.cruise-single .trip-advisor #CDSRATINGWIDGET78 #CDSROWCONTAINER78 > :last-child {
  margin-bottom: 10px;
}
.cruise-single #explore .marker {
  height: 40px;
  width: 40px;
  transition: height 0.5s, width 0.5s;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cruise-single #explore .marker:hover {
  height: 50px;
  width: 50px;
  z-index: 200;
}
.cruise-single #explore .mapboxgl-canvas-container {
  height: 100%;
}
.cruise-single #explore .mapboxgl-popup-close-button {
  background-color: rgba(202, 222, 255, 0.2);
  color: #ffffff;
  font-size: clamp(22px, 2vw, 28px);
  border-radius: 5px 0px 5px 5px;
}
.cruise-single #explore .mapboxgl-popup-close-button:hover {
  background-color: #2a487c;
  color: #ffffff;
}
.cruise-single #explore .mapboxgl-popup-content {
  padding: 0;
}
.cruise-single #explore .mapboxgl-popup-content h4 {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.8vw, 24px);
  color: #2a487c;
  padding: 10px;
}
.cruise-single #explore .mapboxgl-popup-content p {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(14px, 1.7vw, 20px);
  color: #2a487c;
  padding: 10px;
  font-weight: 300;
}
.cruise-single #explore .map {
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #explore .map {
    height: 464px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #explore .map {
    height: 320px;
    width: 100%;
  }
}
.cruise-single #explore .container {
  margin: 100px;
  display: flex;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .cruise-single #explore .container {
    margin: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #explore .container {
    flex-direction: column;
    margin: 45px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #explore .container {
    flex-direction: column;
    margin: 25px;
  }
}
.cruise-single #explore .container .left-col {
  margin-right: 50px;
  flex: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #explore .container .left-col {
    margin-bottom: 50px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #explore .container .left-col {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
.cruise-single #explore .container .left-col .title-row {
  margin-bottom: 50px;
}
.cruise-single #explore .container .left-col .title-row h2 {
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(42px, 5.5vw, 84px);
  color: #2a487c;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #explore .container .left-col .title-row {
    margin-bottom: 28px;
  }
}
.cruise-single #explore .container .left-col .toggle-switch-categories {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #explore .container .left-col .toggle-switch-categories {
    margin-bottom: 28px;
  }
}
.cruise-single #explore .container .left-col .toggle-switch-categories .switchers-container {
  min-height: 50px;
}
.cruise-single #explore .container .left-col .toggle-switch-categories .switchers-container ul.switchers-categories {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.cruise-single #explore .container .left-col .toggle-switch-categories .switchers-container ul.switchers-categories li.switcher {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(14px, 1.7vw, 20px);
  color: #2a487c;
  padding: 15px 30px;
  outline: 1px solid #2a487c;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #explore .container .left-col .toggle-switch-categories .switchers-container ul.switchers-categories li.switcher {
    padding: 11px 25px;
  }
}
.cruise-single #explore .container .left-col .toggle-switch-categories .switchers-container ul.switchers-categories li.switcher.selected {
  background-color: #cadeff !important;
  outline: none !important;
}
.cruise-single #explore .container .left-col .toggle-switch-categories .switchers-container ul.switchers-categories li.switcher:hover {
  background-color: rgba(202, 222, 255, 0.2);
  outline: 1px solid #cadeff;
}
.cruise-single #explore .container .left-col .places .places-container ul.places-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 550px;
  overflow: auto;
  scrollbar-width: none;
  padding-bottom: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #explore .container .left-col .places .places-container ul.places-list {
    max-height: 550px;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: row;
    scrollbar-width: auto;
    padding-bottom: 50px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #explore .container .left-col .places .places-container ul.places-list {
    max-height: 550px;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: row;
    scrollbar-width: auto;
    overflow: hidden;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #explore .container .left-col .places .places-container ul.places-list li.place {
    flex-shrink: 0;
    gap: 0;
    flex-basis: calc(50% - 15px);
    overflow-x: auto;
    overflow-y: hidden;
  }
  .cruise-single #explore .container .left-col .places .places-container ul.places-list li.place:nth-child(1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #explore .container .left-col .places .places-container ul.places-list li.place {
    flex-shrink: 0;
    gap: 0;
    flex-basis: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .cruise-single #explore .container .left-col .places .places-container ul.places-list li.place:nth-child(1) {
    margin-left: 0;
  }
}
.cruise-single #explore .container .left-col .places .places-container ul.places-list li.place.hidden {
  display: none;
}
.cruise-single #explore .container .left-col .places .places-container ul.places-list li.place.selected {
  background-color: rgba(202, 222, 255, 0.2) !important;
}
.cruise-single #explore .container .left-col .places .places-container ul.places-list li.place:hover {
  cursor: pointer;
  background-color: rgba(202, 222, 255, 0.2);
}
.cruise-single #explore .container .left-col .places .places-container ul.places-list li.place .place-container {
  height: 260px;
  flex: 55%;
  flex-shrink: 0;
  display: flex;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #explore .container .left-col .places .places-container ul.places-list li.place .place-container {
    height: 176px;
    flex: 50%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #explore .container .left-col .places .places-container ul.places-list li.place .place-container {
    height: 176px;
    flex: 50%;
  }
}
.cruise-single #explore .container .left-col .places .places-container ul.places-list li.place .place-container .content-container {
  display: flex;
  flex-direction: column;
}
.cruise-single #explore .container .left-col .places .places-container ul.places-list li.place .place-container .content-container h3 {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.8vw, 24px);
  color: #262626;
  line-height: 36px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #explore .container .left-col .places .places-container ul.places-list li.place .place-container .content-container h3 {
    line-height: 25px;
  }
}
.cruise-single #explore .container .left-col .places .places-container ul.places-list li.place .place-container .content-container .subtitle {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(14px, 1.7vw, 20px);
  color: #262626;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #explore .container .left-col .places .places-container ul.places-list li.place .place-container .content-container .subtitle {
    margin-bottom: 10px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #explore .container .left-col .places .places-container ul.places-list li.place .place-container .content-container .subtitle {
    margin-bottom: 10px;
    line-height: 25px;
  }
}
.cruise-single #explore .container .left-col .places .places-container ul.places-list li.place .place-container .content-container .description {
  position: relative;
  overflow: auto;
  scrollbar-width: none;
}
.cruise-single #explore .container .left-col .places .places-container ul.places-list li.place .place-container .content-container .description:hover {
  scrollbar-width: initial;
}
.cruise-single #explore .container .left-col .places .places-container ul.places-list li.place .place-container .content-container .description p,
.cruise-single #explore .container .left-col .places .places-container ul.places-list li.place .place-container .content-container .description p * {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(12px, 1.6vw, 18px);
  color: #262626;
  line-height: 26px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #explore .container .left-col .places .places-container ul.places-list li.place .place-container .content-container .description p,
  .cruise-single #explore .container .left-col .places .places-container ul.places-list li.place .place-container .content-container .description p * {
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #explore .container .left-col .places .places-container ul.places-list li.place .place-container .content-container .description p,
  .cruise-single #explore .container .left-col .places .places-container ul.places-list li.place .place-container .content-container .description p * {
    line-height: 15px;
  }
}
.cruise-single #explore .container .left-col .places .places-container ul.places-list li.place .image-container {
  position: relative;
  flex-basis: 45%;
  flex-shrink: 0;
  aspect-ratio: 345/260;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #explore .container .left-col .places .places-container ul.places-list li.place .image-container {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #explore .container .left-col .places .places-container ul.places-list li.place .image-container {
    flex-basis: 50%;
  }
}
.cruise-single #explore .container .left-col .places .places-container ul.places-list li.place .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cruise-single #explore .container .left-col .places .places-container ul.places-list li.place .image-container .icon-container {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  width: 35px;
  height: 35px;
}
.cruise-single #explore .container .left-col .places .places-container ul.places-list button.slick-prev, .cruise-single #explore .container .left-col .places .places-container ul.places-list button.slick-next {
  position: absolute;
  bottom: 0;
  visibility: hidden;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cruise-single #explore .container .left-col .places .places-container ul.places-list button.slick-prev::before, .cruise-single #explore .container .left-col .places .places-container ul.places-list button.slick-next::before {
  position: absolute;
  visibility: visible;
  content: "";
  cursor: pointer;
  opacity: 0.5;
  outline: 1px solid #2a487c;
  border-radius: 100px;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-sizing: border-box;
  align-self: center;
  align-items: center;
  justify-content: center;
  background: url("../../images/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .cruise-single #explore .container .left-col .places .places-container ul.places-list button.slick-prev::before, .cruise-single #explore .container .left-col .places .places-container ul.places-list button.slick-next::before {
    height: 32px;
    width: 32px;
    min-width: 32px;
    background-size: auto 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .cruise-single #explore .container .left-col .places .places-container ul.places-list button.slick-prev::before, .cruise-single #explore .container .left-col .places .places-container ul.places-list button.slick-next::before {
    height: 30px;
    width: 30px;
    min-width: 30px;
    background-size: auto 13px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cruise-single #explore .container .left-col .places .places-container ul.places-list button.slick-prev::before, .cruise-single #explore .container .left-col .places .places-container ul.places-list button.slick-next::before {
    height: 25px;
    width: 25px;
    min-width: 25px;
    background-size: auto 11.4px;
  }
}
.cruise-single #explore .container .left-col .places .places-container ul.places-list button.slick-prev::before.prev, .cruise-single #explore .container .left-col .places .places-container ul.places-list button.slick-next::before.prev {
  transform: rotate(180deg);
}
.cruise-single #explore .container .left-col .places .places-container ul.places-list button.slick-prev::before.activated, .cruise-single #explore .container .left-col .places .places-container ul.places-list button.slick-next::before.activated {
  opacity: 1;
  outline: 1px solid #cadeff;
  background-color: #cadeff;
}
.cruise-single #explore .container .left-col .places .places-container ul.places-list button.slick-prev[aria-disabled=false]::before, .cruise-single #explore .container .left-col .places .places-container ul.places-list button.slick-next[aria-disabled=false]::before {
  opacity: 1;
  outline: unset;
  background-color: #cadeff;
}
.cruise-single #explore .container .left-col .places .places-container ul.places-list button.slick-prev {
  left: 0;
  transform: rotateY(180deg);
}
.cruise-single #explore .container .left-col .places .places-container ul.places-list button.slick-next {
  right: 0;
}
.cruise-single #explore .container .right-col {
  flex: 50%;
}
.cruise-single #explore .container .right-col .map-container {
  width: 100%;
  height: 100%;
}