.section_expandable_contents .expandable_contents_container {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media (max-width: 991px) {
  .section_expandable_contents .expandable_contents_container {
    flex-direction: column;
    gap: 30px;
    border-radius: 20px;
  }
}
.careers .section_expandable_contents .expandable_contents_container, .hotels .section_expandable_contents .expandable_contents_container {
  flex-direction: column;
  background-color: var(--color-background-alt);
  border-radius: 20px;
}
.hotels .section_expandable_contents .expandable_contents_container {
  padding: 80px 60px;
}
@media (max-width: 991px) {
  .hotels .section_expandable_contents .expandable_contents_container {
    padding: 40px 30px;
  }
}
.careers .section_expandable_contents .expandable_contents_container {
  padding: 80px;
}
@media (max-width: 991px) {
  .careers .section_expandable_contents .expandable_contents_container {
    padding: 40px 30px;
  }
}
.section_expandable_contents .expandable_contents_container .prev_title {
  flex: 1 1 30%;
}
.careers .section_expandable_contents .expandable_contents_container .prev_title {
  font-size: 38px;
}
@media (max-width: 991px) {
  .careers .section_expandable_contents .expandable_contents_container .prev_title {
    font-size: 24px;
  }
}
.section_expandable_contents .expandable_contents_item {
  display: flex;
  flex-direction: column;
}
.section_expandable_contents .expandable_contents_wrap {
  max-width: 800px;
  transition: all 0.3s ease;
}
.section_expandable_contents .expandable_contents_wrap:first-child .collapsibleContent_btn {
  padding-top: 0;
}
.faq .section_expandable_contents .expandable_contents_wrap {
  border-bottom: 1px solid var(--color-stroke);
}
.hotels .section_expandable_contents .expandable_contents_wrap {
  border-bottom: 1px solid var(--color-stroke);
}
.careers .section_expandable_contents .expandable_contents_wrap, .hotels .section_expandable_contents .expandable_contents_wrap {
  margin: 0;
  max-width: none;
}
@media (max-width: 991px) {
  .section_expandable_contents .expandable_contents_wrap {
    width: 100%;
  }
}
.section_expandable_contents .expandable_contents_wrap:last-child {
  border: none;
}
.section_expandable_contents .expandable_contents_wrap:first-child .title {
  padding-top: 0;
}
.section_expandable_contents .expandable_contents_wrap.content_is_visible .title i {
  transform: rotate(180deg);
}
.section_expandable_contents .expandable_contents_wrap .collapsibleContent_btn {
  transition: all 0.3s ease;
  text-decoration: none;
  margin: 0;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .section_expandable_contents .expandable_contents_wrap .collapsibleContent_btn {
    padding: 20px 0;
  }
}
.section_expandable_contents .expandable_contents_wrap .collapsibleContent_btn .title_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.section_expandable_contents .expandable_contents_wrap .collapsibleContent_btn .title_wrap .label {
  flex: 1;
  font-size: 20px;
}
.hotels .section_expandable_contents .expandable_contents_wrap .collapsibleContent_btn .title_wrap .label {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .hotels .section_expandable_contents .expandable_contents_wrap .collapsibleContent_btn .title_wrap .label {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section_expandable_contents .expandable_contents_wrap .collapsibleContent_btn .title_wrap .label {
    flex: 0 0 80%;
  }
}
.section_expandable_contents .expandable_contents_wrap .collapsibleContent_btn .title_wrap .extra_desc {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--group-color-main);
}
.magellan .section_expandable_contents .expandable_contents_wrap .collapsibleContent_btn .title_wrap .extra_desc {
  color: var(--magellan-color-main);
}
.pacific .section_expandable_contents .expandable_contents_wrap .collapsibleContent_btn .title_wrap .extra_desc {
  color: var(--pacific-color-main);
}
.mantanani .section_expandable_contents .expandable_contents_wrap .collapsibleContent_btn .title_wrap .extra_desc {
  color: var(--mantanani-color-main);
}
.marina .section_expandable_contents .expandable_contents_wrap .collapsibleContent_btn .title_wrap .extra_desc {
  color: var(--marina-color-main);
}
.klcc .section_expandable_contents .expandable_contents_wrap .collapsibleContent_btn .title_wrap .extra_desc {
  color: var(--klcc-color-main);
}
@media (max-width: 767px) {
  .section_expandable_contents .expandable_contents_wrap .collapsibleContent_btn {
    font-size: 18px;
  }
}
.section_expandable_contents .expandable_contents_wrap .collapsibleContent_btn strong {
  font-weight: bold;
  transition: all 0.3s ease;
}
.section_expandable_contents .expandable_contents_wrap .collapsibleContent_btn:hover {
  text-decoration: none;
}
.section_expandable_contents .expandable_contents_wrap .collapsibleContent_btn i {
  transition: transform 0.3s ease;
}
.section_expandable_contents .expandable_contents_wrap .description_wrap {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.section_expandable_contents .expandable_contents_wrap .description_wrap .description.internal_wrap {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .section_expandable_contents .expandable_contents_wrap .description_wrap .description.internal_wrap {
    padding-bottom: 20px;
  }
}
.section_expandable_contents .expandable_contents_wrap .description_wrap .description.internal_wrap p {
  margin: 16px 0;
}
.section_expandable_contents .expandable_contents_wrap .description_wrap .description.internal_wrap a {
  line-break: anywhere;
}
.section_expandable_contents .expandable_contents_wrap .description_wrap .description.internal_wrap ul li {
  list-style: disc;
  margin: 16px 0;
}
.section_expandable_contents .expandable_contents_wrap .description_wrap .description.internal_wrap .btnCta {
  margin-top: 40px;
}