.ac_repeater .title {
  text-align: center;
  margin-bottom: 100px;
  font-size: 38px;
}
@media (max-width: 991px) {
  .ac_repeater .title {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .ac_repeater .title {
    font-size: 32px;
  }
}
.ac_repeater.grid .ac_repeater_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.ac_repeater.grid .ac_repeater_container .extra_content_section {
  width: calc((100% - 80px) / 3);
  box-sizing: border-box;
}
.ac_repeater.grid .ac_repeater_container .extra_content_section .image_wrap {
  width: 100%;
}
.ac_repeater.grid .ac_repeater_container .extra_content_section .image_wrap img {
  width: 100%;
}
.ac_repeater.grid .ac_repeater_container .extra_content_section .content_wrap .content_inner_wrap .prev_title {
  margin-top: 30px;
  margin-bottom: 20px;
}
.ac_repeater.grid_icons .ac_repeater_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 80px;
}
@media (max-width: 991px) {
  .ac_repeater.grid_icons .ac_repeater_container {
    flex-direction: column;
  }
}
.ac_repeater.grid_icons .ac_repeater_container .extra_content_section {
  width: calc((100% - 80px) / 2);
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .ac_repeater.grid_icons .ac_repeater_container .extra_content_section {
    width: 100%;
  }
}
.ac_repeater.grid_icons .ac_repeater_container .extra_content_section .image_wrap {
  width: 100%;
  height: 400px;
}
@media (max-width: 991px) {
  .ac_repeater.grid_icons .ac_repeater_container .extra_content_section .image_wrap {
    height: 250px;
  }
}
.ac_repeater.grid_icons .ac_repeater_container .extra_content_section .image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ac_repeater.grid_icons .ac_repeater_container .extra_content_section .content_wrap .content_inner_wrap .prev_title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 38px;
}
@media (max-width: 991px) {
  .ac_repeater.grid_icons .ac_repeater_container .extra_content_section .content_wrap .content_inner_wrap .prev_title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .ac_repeater.grid_icons .ac_repeater_container .extra_content_section .content_wrap .content_inner_wrap .prev_title {
    font-size: 32px;
  }
}
.ac_repeater.grid_icons .ac_repeater_container .extra_content_section .content_wrap .content_inner_wrap .icons_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
  padding-top: 20px;
  margin-top: 20px;
}
.ac_repeater.grid_icons .ac_repeater_container .extra_content_section .content_wrap .content_inner_wrap .icons_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 1px;
  background-color: var(--color-stroke);
}
.ac_repeater.grid_icons .ac_repeater_container .extra_content_section .content_wrap .content_inner_wrap .icons_list .icon_wrapper {
  width: calc((100% - 25px) / 2);
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.ac_repeater.grid_icons .ac_repeater_container .extra_content_section .content_wrap .content_inner_wrap .icons_list .icon_wrapper i {
  color: var(--highlight-color);
  font-size: 30px;
}
.ac_repeater.grid_icons .ac_repeater_container .extra_content_section .content_wrap .content_inner_wrap .icons_list .icon_wrapper .description {
  margin-left: 20px;
}
.ac_repeater.carousel {
  padding-left: 80px;
}
@media (max-width: 991px) {
  .ac_repeater.carousel {
    padding-left: 0;
  }
}
.ac_repeater.carousel .container {
  max-width: none;
}
@media (max-width: 991px) {
  .ac_repeater.carousel .container {
    padding-inline: 0;
    margin-inline: 0;
  }
}
.ac_repeater.carousel .ac_repeater_container {
  position: relative;
  display: flex;
  background-color: var(--color-background-alt);
  padding: 80px 80px 120px 80px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .ac_repeater.carousel .ac_repeater_container {
    padding: 60px 30px 90px 30px;
    border-radius: 0%;
  }
}
.ac_repeater.carousel .ac_repeater_container .swiper-wrapper {
  align-items: center;
  max-width: 1040px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .ac_repeater.carousel .ac_repeater_container .swiper-wrapper {
    max-width: 900px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ac_repeater.carousel .ac_repeater_container .swiper-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .ac_repeater.carousel .ac_repeater_container .swiper-wrapper {
    max-width: 100%;
    align-items: flex-start;
  }
}
.ac_repeater.carousel .ac_repeater_container .swiper-slide {
  width: 100%;
  transition: transform 0.6s ease;
  transform: scale(0.95);
  padding-right: 60px;
}
@media (max-width: 991px) {
  .ac_repeater.carousel .ac_repeater_container .swiper-slide {
    padding-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .ac_repeater.carousel .ac_repeater_container .swiper-slide {
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ac_repeater.carousel .ac_repeater_container .swiper-slide {
    padding-right: 0;
  }
}
.ac_repeater.carousel .ac_repeater_container .swiper-slide .content_main_wrap {
  display: flex;
  align-items: center;
  gap: 60px;
  transition: transform 0.6s ease;
  transform: scale(0.95);
}
@media (max-width: 991px) {
  .ac_repeater.carousel .ac_repeater_container .swiper-slide .content_main_wrap {
    flex-direction: column;
    gap: 30px;
  }
}
.ac_repeater.carousel .ac_repeater_container .swiper-slide .content_main_wrap .image_wrap {
  flex: 0 0 48%;
  height: 490px;
}
@media (max-width: 991px) {
  .ac_repeater.carousel .ac_repeater_container .swiper-slide .content_main_wrap .image_wrap {
    width: 90%;
    height: 350px;
    flex: 1;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .ac_repeater.carousel .ac_repeater_container .swiper-slide .content_main_wrap .image_wrap {
    height: 400px;
  }
}
.ac_repeater.carousel .ac_repeater_container .swiper-slide .content_main_wrap .image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  transform: scale(0.95);
}
@media (max-width: 991px) {
  .ac_repeater.carousel .ac_repeater_container .swiper-slide .content_main_wrap .content_wrap .content_inner_wrap {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.ac_repeater.carousel .ac_repeater_container .swiper-slide .content_main_wrap .content_wrap .content_inner_wrap .prev_title {
  font-size: 38px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .ac_repeater.carousel .ac_repeater_container .swiper-slide .content_main_wrap .content_wrap .content_inner_wrap .prev_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .ac_repeater.carousel .ac_repeater_container .swiper-slide .content_main_wrap .content_wrap .content_inner_wrap .prev_title {
    font-size: 32px;
  }
}
.ac_repeater.carousel .ac_repeater_container .swiper-slide .content_main_wrap .content_wrap .content_inner_wrap .btns_wrap {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .ac_repeater.carousel .ac_repeater_container .swiper-slide .content_main_wrap .content_wrap .content_inner_wrap .btns_wrap {
    margin-top: 20px;
  }
}
.ac_repeater.carousel .ac_repeater_container .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.ac_repeater.carousel .ac_repeater_container .swiper-slide.swiper-slide-active .content_main_wrap {
  transform: scale(1);
}
.ac_repeater.carousel .ac_repeater_container .swiper-slide.swiper-slide-active .image_wrap img {
  transform: scale(1);
}
.ac_repeater.carousel .ac_repeater_container .ac_repeater_controls {
  position: absolute;
  bottom: 40px;
  display: inline-flex;
  right: 80px;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .ac_repeater.carousel .ac_repeater_container .ac_repeater_controls {
    position: unset;
  }
}
.ac_repeater.carousel .ac_repeater_container .ac_repeater_controls .swiper-pagination,
.ac_repeater.carousel .ac_repeater_container .ac_repeater_controls .arrow {
  position: relative;
}
@media (max-width: 991px) {
  .ac_repeater.carousel .ac_repeater_container .ac_repeater_controls .swiper-pagination,
  .ac_repeater.carousel .ac_repeater_container .ac_repeater_controls .arrow {
    position: absolute;
  }
}
.ac_repeater.carousel .ac_repeater_container .ac_repeater_controls .arrow {
  margin-right: 10px;
}
.ac_repeater.carousel .ac_repeater_container .ac_repeater_controls .swiper-pagination {
  width: auto;
}
@media (max-width: 991px) {
  .ac_repeater.carousel .ac_repeater_container .ac_repeater_controls .swiper-pagination {
    width: 100%;
  }
}
.ac_repeater.carousel .ac_repeater_container .ac_repeater_controls .swiper-pagination .swiper-pagination-current {
  font-size: 22px;
}
.ac_repeater.carousel .ac_repeater_container .ac_repeater_controls .swiper-pagination .swiper-pagination-total {
  font-size: 18px;
}
.ac_repeater.row_colors .extra_content_section {
  margin-bottom: 20px;
}
.ac_repeater.row_colors .extra_content_section:nth-child(odd) .content_main_wrap {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .ac_repeater.row_colors .extra_content_section:nth-child(odd) .content_main_wrap {
    flex-direction: column;
  }
}
.ac_repeater.row_colors .extra_content_section:nth-child(odd) .single-gallery .gallery_wrap img {
  border-top-left-radius: 0%;
  border-bottom-left-radius: 0%;
}
@media (max-width: 991px) {
  .ac_repeater.row_colors .extra_content_section:nth-child(odd) .single-gallery .gallery_wrap img {
    border-top-left-radius: 20px;
  }
}
.ac_repeater.row_colors .extra_content_section:nth-child(odd) .content_wrap {
  border-top-right-radius: 0%;
  border-bottom-right-radius: 0%;
}
@media (max-width: 991px) {
  .ac_repeater.row_colors .extra_content_section:nth-child(odd) .content_wrap {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.magellan .ac_repeater.row_colors .extra_content_section:nth-child(odd) .content_wrap {
  background-color: var(--magellan-color-secondary);
}
.group .ac_repeater.row_colors .extra_content_section:nth-child(odd) .content_wrap {
  background-color: var(--group-color-secondary);
}
.klcc .ac_repeater.row_colors .extra_content_section:nth-child(odd) .content_wrap {
  background-color: var(--klcc-color-secondary);
  position: relative;
  color: #fff;
  transition: all 0.3s ease;
}
.klcc .ac_repeater.row_colors .extra_content_section:nth-child(odd) .content_wrap::after {
  content: "";
  background-image: url("../../../../scss/patterns/klcc.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.marina .ac_repeater.row_colors .extra_content_section:nth-child(odd) .content_wrap {
  background-color: var(--marina-background-image);
  position: relative;
  color: var(--marina-color-main);
  transition: all 0.3s ease;
}
.marina .ac_repeater.row_colors .extra_content_section:nth-child(odd) .content_wrap::after {
  content: "";
  background-image: url("../../../../scss/patterns/marina.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 30%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 60px;
  z-index: 1;
}
.mantanani .ac_repeater.row_colors .extra_content_section:nth-child(odd) .content_wrap {
  background-color: var(--mantanani-color-main);
  position: relative;
  color: #fff;
  transition: all 0.3s ease;
}
.mantanani .ac_repeater.row_colors .extra_content_section:nth-child(odd) .content_wrap::after {
  content: "";
  background-image: url("../../../../scss/patterns/mantanani.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.pacific .ac_repeater.row_colors .extra_content_section:nth-child(odd) .content_wrap {
  background-color: var(--pacific-color-secondary);
  position: relative;
  color: #fff;
  transition: all 0.3s ease;
}
.pacific .ac_repeater.row_colors .extra_content_section:nth-child(odd) .content_wrap::after {
  content: "";
  background-image: url("../../../../scss/patterns/pacific.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.ac_repeater.row_colors .extra_content_section:nth-child(odd) .content_wrap:hover .prev_title {
  color: #fff;
}
.group .ac_repeater.row_colors .extra_content_section:nth-child(odd) .content_wrap:hover .prev_title {
  color: #fff;
}
.group .ac_repeater.row_colors .extra_content_section:nth-child(odd) .content_wrap .prev_title {
  color: var(--color-text-body);
}
.klcc .ac_repeater.row_colors .extra_content_section:nth-child(odd) .content_wrap .prev_title, .pacific .ac_repeater.row_colors .extra_content_section:nth-child(odd) .content_wrap .prev_title, .mantanani .ac_repeater.row_colors .extra_content_section:nth-child(odd) .content_wrap .prev_title {
  color: #fff;
}
.ac_repeater.row_colors .extra_content_section:nth-child(even) .single-gallery .gallery_wrap img {
  border-top-right-radius: 0%;
  border-bottom-right-radius: 0%;
}
@media (max-width: 991px) {
  .ac_repeater.row_colors .extra_content_section:nth-child(even) .single-gallery .gallery_wrap img {
    border-top-right-radius: 20px;
  }
}
.ac_repeater.row_colors .extra_content_section:nth-child(even) .content_wrap {
  border-top-left-radius: 0%;
  border-bottom-left-radius: 0%;
}
.magellan .ac_repeater.row_colors .extra_content_section:nth-child(even) .content_wrap {
  background-color: var(--magellan-color-main);
}
.group .ac_repeater.row_colors .extra_content_section:nth-child(even) .content_wrap {
  background-color: var(--group-color-main);
}
.klcc .ac_repeater.row_colors .extra_content_section:nth-child(even) .content_wrap {
  background-color: var(--klcc-color-main);
  position: relative;
  color: #fff;
  transition: all 0.3s ease;
}
.klcc .ac_repeater.row_colors .extra_content_section:nth-child(even) .content_wrap::after {
  content: "";
  background-image: url("../../../../scss/patterns/klcc.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.marina .ac_repeater.row_colors .extra_content_section:nth-child(even) .content_wrap {
  background-color: var(--marina-color-third);
  position: relative;
  color: var(--marina-color-main);
  transition: all 0.3s ease;
}
.marina .ac_repeater.row_colors .extra_content_section:nth-child(even) .content_wrap::after {
  content: "";
  background-image: url("../../../../scss/patterns/marina.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 30%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 60px;
  z-index: 1;
}
.mantanani .ac_repeater.row_colors .extra_content_section:nth-child(even) .content_wrap {
  background-color: var(--mantanani-color-third);
  position: relative;
  color: #fff;
  transition: all 0.3s ease;
}
.mantanani .ac_repeater.row_colors .extra_content_section:nth-child(even) .content_wrap::after {
  content: "";
  background-image: url("../../../../scss/patterns/mantanani-dark.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.pacific .ac_repeater.row_colors .extra_content_section:nth-child(even) .content_wrap {
  background-color: var(--pacific-color-main);
  position: relative;
  color: #fff;
  transition: all 0.3s ease;
}
.pacific .ac_repeater.row_colors .extra_content_section:nth-child(even) .content_wrap::after {
  content: "";
  background-image: url("../../../../scss/patterns/pacific.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .ac_repeater.row_colors .extra_content_section:nth-child(even) .content_wrap {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.group .ac_repeater.row_colors .extra_content_section:nth-child(even) .content_wrap .prev_title, .klcc .ac_repeater.row_colors .extra_content_section:nth-child(even) .content_wrap .prev_title, .pacific .ac_repeater.row_colors .extra_content_section:nth-child(even) .content_wrap .prev_title, .mantanani .ac_repeater.row_colors .extra_content_section:nth-child(even) .content_wrap .prev_title,
.group .ac_repeater.row_colors .extra_content_section:nth-child(even) .content_wrap .description,
.klcc .ac_repeater.row_colors .extra_content_section:nth-child(even) .content_wrap .description,
.pacific .ac_repeater.row_colors .extra_content_section:nth-child(even) .content_wrap .description,
.mantanani .ac_repeater.row_colors .extra_content_section:nth-child(even) .content_wrap .description {
  color: #fff;
}
.ac_repeater.row_colors .extra_content_section:nth-child(even) .btnCta {
  background: var(--group-color-secondary);
}
.magellan .ac_repeater.row_colors .extra_content_section:nth-child(even) .btnCta {
  background: var(--magellan-color-secondary);
}
.pacific .ac_repeater.row_colors .extra_content_section:nth-child(even) .btnCta {
  background: var(--pacific-color-secondary);
}
.mantanani .ac_repeater.row_colors .extra_content_section:nth-child(even) .btnCta {
  background: var(--mantanani-color-secondary);
}
.marina .ac_repeater.row_colors .extra_content_section:nth-child(even) .btnCta {
  background: var(--marina-color-secondary);
}
.klcc .ac_repeater.row_colors .extra_content_section:nth-child(even) .btnCta {
  background: var(--klcc-color-secondary);
}
.ac_repeater.row_colors .extra_content_section:nth-child(even) .btnCta:hover {
  background-color: transparent;
  border: 1px solid #fff;
}
.ac_repeater.row_colors .extra_content_section:nth-child(even) .btnCta:hover a {
  color: #fff;
}
.ac_repeater.row_colors .extra_content_section:nth-child(even) .btnCta a {
  color: var(--color-text-body);
}
.magellan .ac_repeater.row_colors .extra_content_section:nth-child(even) .btnCta a, .pacific .ac_repeater.row_colors .extra_content_section:nth-child(even) .btnCta a, .mantanani .ac_repeater.row_colors .extra_content_section:nth-child(even) .btnCta a {
  color: #fff;
}
.ac_repeater.row_colors .content_main_wrap {
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .ac_repeater.row_colors .content_main_wrap {
    flex-direction: column;
    gap: 0;
  }
}
.ac_repeater.row_colors .content_main_wrap.single-gallery {
  gap: 0;
}
.ac_repeater.row_colors .content_main_wrap.single-gallery .gallery_wrap {
  flex: 0 0 60%;
}
.ac_repeater.row_colors .content_main_wrap .gallery_wrap {
  display: flex;
  gap: 20px;
  flex: 1;
  height: 440px;
}
@media (max-width: 991px) {
  .ac_repeater.row_colors .content_main_wrap .gallery_wrap {
    max-height: 280px;
  }
}
.ac_repeater.row_colors .content_main_wrap .gallery_wrap .gallery_item {
  width: 100%;
}
.ac_repeater.row_colors .content_main_wrap .gallery_wrap .gallery_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .ac_repeater.row_colors .content_main_wrap .gallery_wrap .gallery_item img {
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
  }
}
@media (max-width: 991px) {
  .ac_repeater.row_colors .content_main_wrap .gallery_wrap .gallery_item.last_img {
    display: none;
  }
}
.ac_repeater.row_colors .content_main_wrap .content_wrap {
  display: flex;
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .ac_repeater.row_colors .content_main_wrap .content_wrap {
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
  }
}
.magellan .ac_repeater.row_colors .content_main_wrap .content_wrap {
  color: #fff;
}
.ac_repeater.row_colors .content_main_wrap .content_wrap:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.ac_repeater.row_colors .content_main_wrap .content_wrap:hover .prev_title {
  color: #fff;
}
.pacific .ac_repeater.row_colors .content_main_wrap .content_wrap:hover::after {
  background-image: url("../../../../scss/patterns/pacific-hover.svg");
}
.klcc .ac_repeater.row_colors .content_main_wrap .content_wrap:hover::after {
  background-image: url("../../../../scss/patterns/klcc-hover.svg");
}
.ac_repeater.row_colors .content_main_wrap .content_wrap:hover:hover {
  background: var(--group-color-hover);
}
.magellan .ac_repeater.row_colors .content_main_wrap .content_wrap:hover:hover {
  background: var(--magellan-color-hover);
}
.pacific .ac_repeater.row_colors .content_main_wrap .content_wrap:hover:hover {
  background: var(--pacific-color-hover);
}
.mantanani .ac_repeater.row_colors .content_main_wrap .content_wrap:hover:hover {
  background: var(--mantanani-color-hover);
}
.marina .ac_repeater.row_colors .content_main_wrap .content_wrap:hover:hover {
  background: var(--marina-color-hover);
}
.klcc .ac_repeater.row_colors .content_main_wrap .content_wrap:hover:hover {
  background: var(--klcc-color-hover);
}
.ac_repeater.row_colors .content_main_wrap .content_wrap .content_inner_wrap {
  display: flex;
  flex-direction: column;
  padding: 60px;
  z-index: 2;
}
@media (max-width: 991px) {
  .ac_repeater.row_colors .content_main_wrap .content_wrap .content_inner_wrap {
    padding: 40px 30px;
  }
}
.ac_repeater.row_colors .content_main_wrap .content_wrap .content_inner_wrap .prev_title {
  font-size: 38px;
}
.magellan .ac_repeater.row_colors .content_main_wrap .content_wrap .content_inner_wrap .prev_title {
  color: #fff;
}
@media (max-width: 991px) {
  .ac_repeater.row_colors .content_main_wrap .content_wrap .content_inner_wrap .prev_title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .ac_repeater.row_colors .content_main_wrap .content_wrap .content_inner_wrap .prev_title {
    font-size: 32px;
  }
}
.ac_repeater.row_colors .content_main_wrap .content_wrap .content_inner_wrap .description {
  margin-top: 30px;
}
.ac_repeater.row_colors .content_main_wrap .content_wrap .content_inner_wrap .btns_wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
@media (max-width: 991px) {
  .ac_repeater.row_colors .content_main_wrap .content_wrap .content_inner_wrap .btns_wrap .btnCta {
    width: 40px;
    height: 40px;
  }
}
.ac_repeater.carousel_colors .content_main_wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  min-height: 440px;
}
@media (max-width: 991px) {
  .ac_repeater.carousel_colors .content_main_wrap {
    flex-direction: column-reverse;
    padding-bottom: 60px;
  }
}
.ac_repeater.carousel_colors .content_main_wrap .gallery_wrap {
  display: flex;
  gap: 20px;
  flex: 0 0 65%;
}
.ac_repeater.carousel_colors .content_main_wrap .gallery_wrap .gallery_item {
  width: 100%;
  max-height: 440px;
  overflow: hidden;
  border-radius: 20px;
}
.ac_repeater.carousel_colors .content_main_wrap .gallery_wrap .gallery_item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.ac_repeater.carousel_colors .content_main_wrap .gallery_wrap .gallery_item img:hover {
  transform: scale(1.1);
}
.ac_repeater.carousel_colors .content_main_wrap .gallery_wrap .gallery_item:first-child {
  height: 90%;
}
@media (max-width: 991px) {
  .ac_repeater.carousel_colors .content_main_wrap .gallery_wrap .gallery_item:first-child {
    height: auto;
  }
}
.ac_repeater.carousel_colors .content_main_wrap .content_wrap {
  display: flex;
  border-radius: 20px;
  height: max-content;
  min-height: 300px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.magellan .ac_repeater.carousel_colors .content_main_wrap .content_wrap {
  background-color: var(--magellan-color-main);
  color: #fff;
}
.pacific .ac_repeater.carousel_colors .content_main_wrap .content_wrap {
  background-color: var(--pacific-background-image);
  position: relative;
  color: #fff;
  transition: all 0.3s ease;
}
.pacific .ac_repeater.carousel_colors .content_main_wrap .content_wrap::after {
  content: "";
  background-image: url("../../../../scss/patterns/pacific.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.klcc .ac_repeater.carousel_colors .content_main_wrap .content_wrap {
  background-color: var(--klcc-background-image);
  position: relative;
  color: #fff;
  transition: all 0.3s ease;
}
.klcc .ac_repeater.carousel_colors .content_main_wrap .content_wrap::after {
  content: "";
  background-image: url("../../../../scss/patterns/klcc.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.marina .ac_repeater.carousel_colors .content_main_wrap .content_wrap {
  background-color: var(--marina-background-image);
  position: relative;
  color: var(--color-text-body);
  transition: all 0.3s ease;
}
.marina .ac_repeater.carousel_colors .content_main_wrap .content_wrap::after {
  content: "";
  background-image: url("../../../../scss/patterns/marina.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 30%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 60px;
  z-index: 1;
}
.mantanani .ac_repeater.carousel_colors .content_main_wrap .content_wrap {
  background-color: var(--mantanani-background-image);
  position: relative;
  color: #fff;
  transition: all 0.3s ease;
}
.mantanani .ac_repeater.carousel_colors .content_main_wrap .content_wrap::after {
  content: "";
  background-image: url("../../../../scss/patterns/mantanani-dark.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.ac_repeater.carousel_colors .content_main_wrap .content_wrap:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.ac_repeater.carousel_colors .content_main_wrap .content_wrap:hover:hover {
  background: var(--group-color-hover);
}
.magellan .ac_repeater.carousel_colors .content_main_wrap .content_wrap:hover:hover {
  background: var(--magellan-color-hover);
}
.pacific .ac_repeater.carousel_colors .content_main_wrap .content_wrap:hover:hover {
  background: var(--pacific-color-hover);
}
.mantanani .ac_repeater.carousel_colors .content_main_wrap .content_wrap:hover:hover {
  background: var(--mantanani-color-hover);
}
.marina .ac_repeater.carousel_colors .content_main_wrap .content_wrap:hover:hover {
  background: var(--marina-color-hover);
}
.klcc .ac_repeater.carousel_colors .content_main_wrap .content_wrap:hover:hover {
  background: var(--klcc-color-hover);
}
.pacific .ac_repeater.carousel_colors .content_main_wrap .content_wrap:hover::after {
  background-image: url("../../../../scss/patterns/pacific-hover.svg");
}
.klcc .ac_repeater.carousel_colors .content_main_wrap .content_wrap:hover::after {
  background-image: url("../../../../scss/patterns/klcc-hover.svg");
}
.mantanani .ac_repeater.carousel_colors .content_main_wrap .content_wrap:hover::after {
  content: none;
}
.ac_repeater.carousel_colors .content_main_wrap .content_wrap .content_inner_wrap {
  padding: 40px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.pacific .ac_repeater.carousel_colors .content_main_wrap .content_wrap .content_inner_wrap .prev_title, .magellan .ac_repeater.carousel_colors .content_main_wrap .content_wrap .content_inner_wrap .prev_title, .klcc .ac_repeater.carousel_colors .content_main_wrap .content_wrap .content_inner_wrap .prev_title, .mantanani .ac_repeater.carousel_colors .content_main_wrap .content_wrap .content_inner_wrap .prev_title {
  color: #fff;
}
.ac_repeater.carousel_colors .content_main_wrap .content_wrap .content_inner_wrap .description {
  margin-top: 20px;
}
.ac_repeater.carousel_colors .content_main_wrap .content_wrap .content_inner_wrap .btns_wrap {
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}
.ac_repeater.carousel_colors .content_main_wrap .content_wrap .content_inner_wrap .btns_wrap .btnCta {
  width: 40px;
  height: 40px;
  background: var(--group-color-secondary);
  border: 1px solid var(--group-color-main);
}
.magellan .ac_repeater.carousel_colors .content_main_wrap .content_wrap .content_inner_wrap .btns_wrap .btnCta {
  background: var(--magellan-color-secondary);
}
.pacific .ac_repeater.carousel_colors .content_main_wrap .content_wrap .content_inner_wrap .btns_wrap .btnCta {
  background: var(--pacific-color-secondary);
}
.mantanani .ac_repeater.carousel_colors .content_main_wrap .content_wrap .content_inner_wrap .btns_wrap .btnCta {
  background: var(--mantanani-color-secondary);
}
.marina .ac_repeater.carousel_colors .content_main_wrap .content_wrap .content_inner_wrap .btns_wrap .btnCta {
  background: var(--marina-color-secondary);
}
.klcc .ac_repeater.carousel_colors .content_main_wrap .content_wrap .content_inner_wrap .btns_wrap .btnCta {
  background: var(--klcc-color-secondary);
}
.magellan .ac_repeater.carousel_colors .content_main_wrap .content_wrap .content_inner_wrap .btns_wrap .btnCta {
  border: 1px solid var(--magellan-color-main);
}
.pacific .ac_repeater.carousel_colors .content_main_wrap .content_wrap .content_inner_wrap .btns_wrap .btnCta {
  border: 1px solid var(--pacific-color-main);
}
.mantanani .ac_repeater.carousel_colors .content_main_wrap .content_wrap .content_inner_wrap .btns_wrap .btnCta {
  border: 1px solid var(--mantanani-color-main);
}
.marina .ac_repeater.carousel_colors .content_main_wrap .content_wrap .content_inner_wrap .btns_wrap .btnCta {
  border: 1px solid var(--marina-color-main);
}
.klcc .ac_repeater.carousel_colors .content_main_wrap .content_wrap .content_inner_wrap .btns_wrap .btnCta {
  border: 1px solid var(--klcc-color-main);
}
.ac_repeater.carousel_colors .content_main_wrap .content_wrap .content_inner_wrap .btns_wrap .btnCta:hover {
  border: 1px solid #fff;
  background: transparent !important;
}
.ac_repeater.carousel_colors .content_main_wrap .content_wrap .content_inner_wrap .btns_wrap .btnCta:hover a {
  color: #fff;
}
.ac_repeater.carousel_colors .content_main_wrap .content_wrap .content_inner_wrap .btns_wrap .btnCta a {
  color: #fff;
}
.ac_repeater.carousel_colors .ac_repeater_controls {
  position: absolute;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .ac_repeater.carousel_colors .ac_repeater_controls {
    position: unset;
  }
}
.ac_repeater.carousel_colors .ac_repeater_controls .swiper-pagination,
.ac_repeater.carousel_colors .ac_repeater_controls .arrow {
  position: relative;
}
@media (max-width: 991px) {
  .ac_repeater.carousel_colors .ac_repeater_controls .swiper-pagination,
  .ac_repeater.carousel_colors .ac_repeater_controls .arrow {
    position: absolute;
  }
}
.ac_repeater.carousel_colors .ac_repeater_controls .arrow {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .ac_repeater.carousel_colors .ac_repeater_controls .arrow {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .ac_repeater.carousel_colors .ac_repeater_controls .arrow.swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 991px) {
  .ac_repeater.carousel_colors .ac_repeater_controls .arrow.swiper-button-next {
    right: 0;
  }
}
.ac_repeater.carousel_colors .ac_repeater_controls .swiper-pagination {
  width: auto;
}
@media (max-width: 991px) {
  .ac_repeater.carousel_colors .ac_repeater_controls .swiper-pagination {
    width: 100%;
  }
}
.ac_repeater.carousel_colors .ac_repeater_controls .swiper-pagination .swiper-pagination-current {
  font-size: 22px;
}
.ac_repeater.carousel_colors .ac_repeater_controls .swiper-pagination .swiper-pagination-total {
  font-size: 18px;
}