.campCallToAction {
  padding: 60px 0;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .campCallToAction {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.campCallToAction__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .campCallToAction__background {
    position: relative;
  }
}
.campCallToAction__background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, #fff 48%);
  z-index: 1;
  height: 100%;
  width: 100%;
}
@media (max-width: 1024px) {
  .campCallToAction__background::before {
    display: none;
  }
}
.campCallToAction__background picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.campCallToAction__background img {
  width: 60%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1024px) {
  .campCallToAction__background img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.campCallToAction__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.campContacts {
  padding: 60px 0;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .campContacts {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
}
.campContacts__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 600px) {
  .campContacts__background {
    position: relative;
  }
}
.campContacts__background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #fff 48%, rgba(255, 255, 255, 0) 68%);
  z-index: 1;
  height: 100%;
  width: 100%;
}
@media (max-width: 600px) {
  .campContacts__background::before {
    display: none;
  }
}
.campContacts__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.campContacts__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media (max-width: 600px) {
  .campContacts__container {
    padding-top: 40px;
  }
}
.campContacts__list {
  padding-bottom: 20px;
}
.campContacts__list ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.campContacts__list ul li {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
}
.campContacts__list ul li span {
  font-size: 14px;
  opacity: 0.5;
}
.campContacts__list ul li a {
  color: #57a1d4;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.campContacts__list ul li svg {
  width: 32px;
  height: 32px;
}
.campGallery {
  padding: 40px 0;
  overflow: hidden;
}
.campGallery__container {
  padding-left: 0;
  padding-right: 0;
}
.campGallery__header {
  text-align: center;
  padding-bottom: 40px;
}
.campGallery__header h2 {
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 0;
}
.campGallery__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 46/60;
}
.campGallery__slide-background {
  width: 100%;
  height: 100%;
}
.campGallery__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.campGallery swiper-container::part(button-prev), .campGallery swiper-container::part(button-next) {
  width: 20px;
  height: 20px;
  color: #000;
  background-color: #fff;
  padding: 12px;
  border-radius: 90px;
}
.campGallery swiper-container::part(button-prev) svg, .campGallery swiper-container::part(button-next) svg {
  width: 12px;
  height: 12px;
}
.heroBlock {
  background-color: #f1f1f1;
  min-height: 90vh;
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  position: relative;
}
.heroBlock__background {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heroBlock__background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(11, 54, 106, 0.25);
}
.heroBlock__background picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.heroBlock__background picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.heroBlock__container {
  position: relative;
  z-index: 1;
}
.heroBlock__title {
  max-width: 960px;
}
.heroBlock__title-text {
  font-size: 52px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 768px) {
  .heroBlock__title-text {
    font-size: 32px;
  }
}
.heroBlock__title-subtext {
  font-size: 24px;
  font-weight: 400;
  color: white;
}
.heroBlock__footer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px 32px;
}
.heroBlock__btn {
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background-color: #57a1d4;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.heroBlock__btn:hover {
  background-color: #4396cf;
}
.inclusive {
  padding: 40px 0;
}
.inclusive__container.container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1024px) {
  .inclusive__container.container-fluid {
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }
}
@media (max-width: 600px) {
  .inclusive__container.container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.inclusive__header {
  text-align: center;
  padding-bottom: 40px;
}
.inclusive__header h2 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 400;
  color: #4e5d70;
}
.inclusive__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0;
}
@media (max-width: 820px) {
  .inclusive__content {
    flex-direction: column;
  }
  .inclusive__content .nav.flex-column {
    flex-direction: row !important;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: stretch;
  }
}
.inclusive__tab-nav.nav-pills {
  align-items: flex-end;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 600px) {
  .inclusive__tab-nav.nav-pills {
    display: none;
  }
}
.inclusive__tab-nav.nav-pills .nav-link {
  width: 100%;
  text-align: left;
  position: relative;
  transition: all 0.3s ease-in-out;
  color: #4396cf;
  display: flex;
  align-items: center;
  padding-right: 52px;
  border-radius: 0;
  color: #4e5d70 !important;
  border-bottom: 1px solid #ccc !important;
  gap: 12px;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 820px) {
  .inclusive__tab-nav.nav-pills .nav-link {
    flex: 1 0 fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 260px;
    border-bottom: none !important;
    height: auto;
  }
}
.inclusive__tab-nav.nav-pills .nav-link.active {
  background-color: rgba(87, 161, 212, 0.1);
  color: #4e5d70;
  font-weight: 400;
}
.inclusive__tab-nav.nav-pills .nav-link.active svg {
  opacity: 1;
  right: 20px;
}
.inclusive__tab-nav.nav-pills .nav-link.active:before {
  opacity: 1;
  width: 2px;
  height: 100%;
}
.inclusive__tab-nav.nav-pills .nav-link:nth-child(1) {
  border-top: 1px solid #ccc !important;
}
@media (max-width: 820px) {
  .inclusive__tab-nav.nav-pills .nav-link:nth-child(1) {
    border-top: none !important;
    padding-right: 20px;
  }
}
.inclusive__tab-nav.nav-pills .nav-link:hover {
  padding-right: 32px;
  background-color: rgba(87, 161, 212, 0.1) !important;
}
.inclusive__tab-nav.nav-pills .nav-link:hover span {
  opacity: 1 !important;
  width: 32px !important;
}
.inclusive__tab-nav.nav-pills .nav-link:hover svg {
  opacity: 1;
  right: 30px;
}
.inclusive__tab-nav.nav-pills .nav-link:not(.active) span {
  opacity: 0;
  width: 0;
}
.inclusive__tab-nav.nav-pills .nav-link span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #57a1d4;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  opacity: 1;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.inclusive__tab-nav.nav-pills .nav-link svg {
  width: 6px;
  height: 12px;
  position: absolute;
  right: 40px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  --color-arrow: #57a1d4;
}
.inclusive__tab-nav.nav-pills .nav-link:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background-color: #57a1d4;
  border-radius: 4px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.inclusive__tab-nav.nav-pills .nav-link:hover::before {
  width: 2px;
  height: 50%;
  opacity: 1;
}
.inclusive__tab-content {
  flex: 1 0 auto;
  overflow: hidden;
}
@media (max-width: 820px) {
  .inclusive__tab-content {
    min-height: 520px !important;
    display: flex;
    align-items: stretch;
  }
}
.inclusive__tab-content:has(.active.show) .inclusive__tab-content-content {
  bottom: 0;
}
.inclusive__tab-content .tab-pane {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 820px) {
  .inclusive__tab-content .tab-pane {
    height: auto;
  }
}
.inclusive__tab-content-background {
  height: 100%;
  width: 100%;
}
.inclusive__tab-content-background picture {
  width: 100%;
  height: 100%;
  display: block;
}
.inclusive__tab-content-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: none;
}
.inclusive__tab-content-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%);
  color: #fff;
  padding: 20px 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  bottom: -100%;
  transition: bottom 0.8s ease-in-out;
}
@media (max-width: 600px) {
  .inclusive__tab-content-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inclusive__tab-content-content h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
}
.inclusive__tab-content-content p {
  font-size: 18px;
  margin-bottom: 0;
}
.inclusive__tab-content-content .btn {
  background-color: #57a1d4;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  transition: background-color 0.3s ease-in-out;
}
.inclusive__tab-content-content .btn:hover {
  background-color: #4396cf;
}
.inclusive__select.form-select {
  display: none;
}
@media (max-width: 600px) {
  .inclusive__select.form-select {
    display: block;
    margin-bottom: 20px;
  }
}
.locations {
  padding: 40px 0;
  overflow: hidden;
}
.locations__header {
  text-align: center;
  font-size: 32px;
}
.locations__title {
  padding-bottom: 40px;
  font-size: 32px;
}
.locations__title h2 {
  font-weight: 400;
  font-size: 32px;
}
@media (max-width: 600px) {
  .locations__title h2 {
    font-size: 24px;
    line-height: 1.2em;
  }
}
.locations__suptitle p {
  font-size: 32px;
}
@media (max-width: 600px) {
  .locations__suptitle p {
    font-size: 24px;
    line-height: 1.2em;
  }
}
.locations__content {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .locations__content {
    flex-direction: column;
  }
}
.locations__item {
  flex: 1 0 0;
  position: relative;
  height: 600px;
  overflow: hidden;
  transition: flex 0.4s;
  min-width: 240px;
  max-width: 800px;
  padding: 20px;
  background-color: #ccc;
}
@media (max-width: 1024px) {
  .locations__item {
    flex: 1 0 auto;
    height: 400px;
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 600px) {
  .locations__item {
    height: auto;
  }
}
.locations__item:nth-child(odd) {
  background-color: #eee;
}
.locations__item:hover {
  flex: 1 0 800px;
  transition: flex 1s;
}
@media (max-width: 1024px) {
  .locations__item:hover {
    flex: 1 0 auto;
  }
}
.locations__item:hover .locations__item-background::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.locations__item:hover .locations__info {
  opacity: 1;
  left: 32px;
}
@media (max-width: 600px) {
  .locations__item:hover .locations__info {
    left: 0;
  }
}
.locations__item-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}
.locations__item-background::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: all 0.7s;
}
@media (max-width: 1024px) {
  .locations__item-background::before {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.locations__item-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .locations__item-background img {
    aspect-ratio: 16/9;
  }
}
.locations__item-header {
  position: relative;
  transform: rotateZ(90deg);
  transform-origin: left bottom;
  top: -10%;
}
@media (max-width: 1024px) {
  .locations__item-header {
    transform: rotateZ(0);
    top: 0;
  }
}
.locations__item-header h3 {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 400;
  color: #fff;
}
.locations__info {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 32px;
  opacity: 0;
  transition: all 0.4s;
  color: #fff;
}
@media (max-width: 1024px) {
  .locations__info {
    opacity: 1;
    left: 32px;
  }
}
@media (max-width: 600px) {
  .locations__info {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 40px;
  }
}
.locations__info-parameters {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.locations__info-parameters p {
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 12px;
  line-height: 12px;
}
.locations__info-parameters span {
  font-size: 12px;
  line-height: 12px;
}
.locations__info-description {
  width: 400px !important;
  max-width: 400px;
}
@media (max-width: 600px) {
  .locations__info-description {
    width: 100% !important;
    max-width: none;
  }
}
.locations__info-footer {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 12px;
}
@media (max-width: 600px) {
  .locations__info-footer {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .locations__info-footer .btn {
    width: 100%;
  }
}
.locations__info-btn {
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  background-color: #57a1d4;
  padding: 12px 20px;
  border-radius: 4px;
  transition: background-color 0.3s;
  border: none;
}
@media (max-width: 600px) {
  .locations__info-btn {
    width: 100%;
  }
}
.locations__info-btn:hover {
  background-color: #4396cf;
}
.pageAboutInfo {
  overflow: hidden;
  position: relative;
}
.pageAboutInfo__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .pageAboutInfo__background {
    position: relative;
    justify-content: center;
  }
}
.pageAboutInfo__background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #fff 46%, rgba(255, 255, 255, 0) 58%);
  z-index: 1;
  height: 100%;
  width: 100%;
}
@media (max-width: 1280px) {
  .pageAboutInfo__background::before {
    background: linear-gradient(to right, #fff 65%, rgba(255, 255, 255, 0) 80%);
  }
}
@media (max-width: 1024px) {
  .pageAboutInfo__background::before {
    background: transparent;
  }
}
.pageAboutInfo__background picture {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .pageAboutInfo__background picture {
    justify-content: center;
    align-items: center;
    aspect-ratio: 16/9;
  }
}
.pageAboutInfo__background picture img {
  width: 60%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
@media (max-width: 1024px) {
  .pageAboutInfo__background picture img {
    width: 100%;
    height: auto;
    -o-object-position: center center;
       object-position: center center;
  }
}
.pageAboutInfo__container {
  position: relative;
  z-index: 2;
}
.pageAboutInfo__col {
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 600px) {
  .pageAboutInfo__col {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }
}
.pageAboutInfo__btn {
  background-color: #57a1d4;
  color: #fff;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  border: none;
}
.pageAboutInfo__btn:hover {
  background-color: #4396cf;
}
.pageNavigationCarousel {
  padding: 20px 0;
}
.pageNavigationCarousel__slide {
  background-color: #f2f2f2;
  aspect-ratio: 1/1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
}
.pageNavigationCarousel__slide:has(:hover) .pageNavigationCarousel__background {
  transform: scale(1.05);
}
.pageNavigationCarousel__slide:has(:hover) .pageNavigationCarousel__link {
  color: #fff;
}
.pageNavigationCarousel__background {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transition: transform 0.3s ease;
}
.pageNavigationCarousel__background::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.pageNavigationCarousel__background picture {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.pageNavigationCarousel__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pageNavigationCarousel__link {
  z-index: 3;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 20px;
  text-decoration: none;
}
@media (max-width: 600px) {
  .pageNavigationCarousel__link {
    font-size: 16px;
    padding: 12px;
    line-height: 1.2em;
  }
}
.pageNavigationCarousel__link:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0;
}
.pageNavigationCarousel swiper-container::part(button-prev), .pageNavigationCarousel swiper-container::part(button-next) {
  width: 20px;
  height: 20px;
  color: #000;
  background-color: #fff;
  padding: 12px;
  border-radius: 90px;
}
.pageNavigationCarousel swiper-container::part(button-prev) svg, .pageNavigationCarousel swiper-container::part(button-next) svg {
  width: 12px;
  height: 12px;
}
.campPrice__container.container-fluid {
  display: grid;
  grid-template-areas: "nav image" "content image";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  padding-left: 0;
  padding-right: 0;
  gap: 20px 40px;
}
@media (max-width: 1024px) {
  .campPrice__container.container-fluid {
    grid-template-columns: 1fr;
    grid-template-areas: "nav" "content" "image";
    grid-template-rows: auto 1fr;
    padding: 0 40px;
  }
}
@media (max-width: 600px) {
  .campPrice__container.container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.campPrice__select.form-select {
  grid-area: nav;
}
@media (min-width: 768px) {
  .campPrice__select.form-select {
    display: none;
  }
}
.campPrice__header {
  text-align: center;
  padding-bottom: 40px;
}
.campPrice__header h2 {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
}
.campPrice__tab-nav {
  grid-area: nav;
  border-bottom: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 12px;
  padding-left: 40px !important;
}
@media (max-width: 1024px) {
  .campPrice__tab-nav {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .campPrice__tab-nav {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .campPrice__tab-nav {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    flex-direction: row;
    height: 40px;
  }
}
.campPrice__tab-nav .nav-link {
  border: none !important;
  padding: 6px 12px !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  color: #4e5d70 !important;
  transition: background-color 0.3s, color 0.3s !important;
}
.campPrice__tab-nav .nav-link.active {
  background-color: #57a1d4 !important;
  color: #fff !important;
}
.campPrice__tab-image {
  grid-area: image;
  aspect-ratio: auto;
  max-height: 560px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .campPrice__tab-image {
    display: block;
  }
}
.campPrice__tab-image .tab-pane {
  height: 100%;
  width: 100%;
}
.campPrice__tab-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.campPrice__tab-content {
  padding-left: 40px;
  padding-bottom: 40px;
  grid-area: content;
}
@media (max-width: 1024px) {
  .campPrice__tab-content {
    padding-left: 0;
    padding-bottom: 0;
  }
}
.campPrice__tab-content h3 {
  font-size: 24px;
  font-weight: 400;
}
.campPrice__tab-content .tab-pane-content {
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .campPrice__tab-content .tab-pane-content {
    padding-top: 0;
  }
}
.campPrice__tab-content .tab-pane-description {
  font-size: 18px;
  font-weight: 300;
}
.campPrice__tab-content .tab-pane-attrs {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.campPrice__tab-content .tab-pane-attrs ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  gap: 20px 20px;
}
@media (max-width: 600px) {
  .campPrice__tab-content .tab-pane-attrs ul {
    flex-wrap: wrap;
  }
}
.campPrice__tab-content .tab-pane-attrs ul li {
  font-size: 18px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
}
.campPrice__tab-content .tab-pane-attrs ul li span {
  font-size: 12px;
  opacity: 0.7;
}
.campPrice__tab-content .tab-pane-footer {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
@media screen and (max-width: 600px) {
  .campPrice__tab-content .tab-pane-footer {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.campPrice__tab-content .tab-pane-footer span {
  font-size: 18px;
  font-weight: 600;
}
.campPrice_2 {
  padding: 40px 0;
}
.campPrice_2__header {
  text-align: center;
  padding-bottom: 40px;
}
.campPrice_2__header h2 {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
}
.campPrice_2__container.container-fluid {
  display: grid;
  grid-template-areas: "image nav" "image content";
  grid-template-columns: 1fr 1.3fr;
  grid-template-rows: auto 1fr;
  padding-left: 0;
  padding-right: 0;
  gap: 20px 40px;
}
@media (max-width: 1024px) {
  .campPrice_2__container.container-fluid {
    grid-template-columns: 1fr;
    grid-template-areas: "nav" "content";
    grid-template-rows: auto 1fr;
    padding: 0 40px;
  }
}
@media (max-width: 600px) {
  .campPrice_2__container.container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.campPrice_2__select.form-select {
  grid-area: nav;
}
@media (min-width: 768px) {
  .campPrice_2__select.form-select {
    display: none;
  }
}
.campPrice_2__image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
}
.campPrice_2__image-item {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
}
.campPrice_2__tab-nav {
  grid-area: nav;
  border-bottom: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 12px;
  padding-left: 40px !important;
}
@media (max-width: 1024px) {
  .campPrice_2__tab-nav {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .campPrice_2__tab-nav {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .campPrice_2__tab-nav {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    flex-direction: row;
    height: 40px;
  }
}
.campPrice_2__tab-nav .nav-link {
  border: none !important;
  padding: 6px 12px !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  color: #4e5d70 !important;
  transition: background-color 0.3s, color 0.3s !important;
}
.campPrice_2__tab-nav .nav-link.active {
  background-color: #57a1d4 !important;
  color: #fff !important;
}
.campPrice_2__tab-content {
  padding-left: 40px;
  padding-bottom: 40px;
  grid-area: content;
}
@media (max-width: 1024px) {
  .campPrice_2__tab-content {
    padding-left: 0;
    padding-bottom: 0;
  }
}
.campPrice_2__tab-content h3 {
  font-size: 24px;
  font-weight: 400;
}
.campPrice_2__tab-content .tab-pane-content {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .campPrice_2__tab-content .tab-pane-content {
    padding-top: 0;
    padding-right: 0;
  }
}
.campPrice_2__tab-content .tab-pane-content table {
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 0;
  background-color: #F6FAFD;
}
.campPrice_2__tab-content .tab-pane-content table tbody tr:nth-last-child(1) td,
.campPrice_2__tab-content .tab-pane-content table tbody tr:nth-last-child(1) th {
  border-bottom: none !important;
}
.campPrice_2__tab-content .tab-pane-content table th {
  background-color: transparent;
  font-size: 16px !important;
  font-weight: 400 !important;
  width: 100%;
  max-width: 90%;
}
.campPrice_2__tab-content .tab-pane-content table td {
  background-color: transparent;
  font-size: 16px !important;
  font-weight: 400 !important;
  width: 1%;
  white-space: nowrap;
}
.campPrice_2__tab-content .tab-pane-description {
  font-size: 18px;
  font-weight: 300;
}
.campPrice_2__tab-content .tab-pane-attrs {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.campPrice_2__tab-content .tab-pane-attrs ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  gap: 20px 20px;
}
@media (max-width: 600px) {
  .campPrice_2__tab-content .tab-pane-attrs ul {
    flex-wrap: wrap;
  }
}
.campPrice_2__tab-content .tab-pane-attrs ul li {
  font-size: 18px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
}
.campPrice_2__tab-content .tab-pane-attrs ul li span {
  font-size: 12px;
  opacity: 0.7;
}
.campPrice_2__comment {
  background: #e9f6ff;
  padding: 12px;
  border-radius: 12px;
}
.campPrice_2__comment b, .campPrice_2__comment strong {
  font-weight: 600;
}
.campPrograms {
  padding-top: 40px;
  padding-bottom: 40px;
}
.campPrograms__container.container-fluid {
  display: grid;
  grid-template-areas: "image nav" "image content";
  grid-template-columns: 1fr 1.3fr;
  grid-template-rows: auto 1fr;
  padding-left: 0;
  padding-right: 0;
  gap: 20px 40px;
}
@media (max-width: 1024px) {
  .campPrograms__container.container-fluid {
    grid-template-columns: 1fr;
    grid-template-areas: "nav" "content";
    grid-template-rows: auto 1fr;
    padding: 0 40px;
  }
}
@media (max-width: 600px) {
  .campPrograms__container.container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.campPrograms__select.form-select {
  grid-area: nav;
}
@media (min-width: 768px) {
  .campPrograms__select.form-select {
    display: none;
  }
}
.campPrograms__header {
  text-align: center;
  padding-bottom: 40px;
}
.campPrograms__header h2 {
  margin-bottom: 0 !important;
  font-size: 32px !important;
  font-weight: 400 !important;
}
.campPrograms__tab-nav {
  grid-area: nav;
  border-bottom: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 12px;
}
@media (max-width: 767px) {
  .campPrograms__tab-nav {
    display: none !important;
  }
}
.campPrograms__tab-nav .nav-link {
  border: none !important;
  padding: 6px 12px !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  color: #4e5d70 !important;
  transition: background-color 0.3s, color 0.3s !important;
}
.campPrograms__tab-nav .nav-link.active {
  background-color: #57a1d4 !important;
  color: #fff !important;
}
.campPrograms__tab-image {
  grid-area: image;
  aspect-ratio: auto;
}
@media (max-width: 1024px) {
  .campPrograms__tab-image {
    display: none;
  }
}
.campPrograms__tab-image .tab-pane {
  height: 100%;
  width: 100%;
}
.campPrograms__tab-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.campPrograms__tab-content {
  padding-right: 40px;
  padding-bottom: 40px;
  grid-area: content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1024px) {
  .campPrograms__tab-content {
    padding-right: 0;
    padding-bottom: 0;
  }
}
.campPrograms__tab-content h3 {
  font-size: 24px !important;
  font-weight: 400 !important;
}
.campPrograms__tab-content .tab-pane-content table {
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 0;
  background-color: #F6FAFD;
}
.campPrograms__tab-content .tab-pane-content table tbody tr:nth-last-child(1) td,
.campPrograms__tab-content .tab-pane-content table tbody tr:nth-last-child(1) th {
  border-bottom: none !important;
}
.campPrograms__tab-content .tab-pane-content table th {
  background-color: transparent;
  font-size: 16px !important;
  font-weight: 400 !important;
  width: 1%;
  white-space: nowrap;
}
.campPrograms__tab-content .tab-pane-content table td {
  background-color: transparent;
  font-size: 16px !important;
  font-weight: 400 !important;
  width: 100%;
  max-width: 90%;
}
.campPrograms__tab-content .tab-pane-footer {
  padding-top: 40px;
}
.campQNA {
  padding: 40px 0;
}
.campQNA__header {
  margin-bottom: 40px;
}
.campQNA__header h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}
.campQNA__content .accordion {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 20px;
}
@media (max-width: 1024px) {
  .campQNA__content .accordion {
    grid-template-columns: 1fr;
    gap: 16px 12px;
  }
}
.campQNA__content .accordion-item {
  border: none !important;
}
.campQNA__content .accordion-button {
  padding: 16px 16px;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: background-color 0.3s;
  font-size: 18px;
}
.campQNA__content .accordion-button:not(.collapsed) {
  background-color: #4396cf;
  color: #fff;
}
.campQNA__content .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.campReels {
  padding: 40px 0;
  overflow: hidden;
}
.campReels__container {
  padding-left: 0;
  padding-right: 0;
}
.campReels__header {
  text-align: center;
  padding-bottom: 40px;
}
.campReels__header h2 {
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 0;
}
.campReels__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 3/4;
}
.campReels__slide-background {
  width: 100%;
  height: 100%;
}
.campReels__slide picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.campReels__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.campReels__play-button {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.campReels swiper-container::part(button-prev), .campReels swiper-container::part(button-next) {
  width: 20px;
  height: 20px;
  color: #000;
  background-color: #fff;
  padding: 12px;
  border-radius: 90px;
}
.campReels swiper-container::part(button-prev) svg, .campReels swiper-container::part(button-next) svg {
  width: 12px;
  height: 12px;
}
.campReviews {
  padding: 40px 0;
  overflow: hidden;
}
.campReviews__container {
  padding-left: 0;
  padding-right: 0;
}
.campReviews__header {
  text-align: center;
  padding-bottom: 40px;
}
.campReviews__header h2 {
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 0;
}
.campReviews__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 46/40;
}
.campReviews__slide-background {
  width: 100%;
  height: 100%;
}
.campReviews__slide picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.campReviews__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.campReviews__play-button {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.campReviews swiper-container::part(button-prev), .campReviews swiper-container::part(button-next) {
  width: 20px;
  height: 20px;
  color: #000;
  background-color: #fff;
  padding: 12px;
  border-radius: 90px;
}
.campReviews swiper-container::part(button-prev) svg, .campReviews swiper-container::part(button-next) svg {
  width: 12px;
  height: 12px;
}
.bbCampBtn_btn.btn {
  border: none;
  padding: 12px 24px;
  font-size: 18px;
  border-radius: 4px;
  font-weight: 400;
  text-transform: none;
}
.bbCampBtn_btn.btn-primary {
  background-color: #57a1d4;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.bbCampBtn_btn.btn-primary:hover {
  background-color: #4396cf;
}
.bbCampBtn_btn.btn-secondary {
  background-color: #64a5fb;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}
.bbCampBtn_btn.btn-border {
  background: transparent;
  box-shadow: 0 0 0 2px #fff inset;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.bbCampBtn_btn.btn-border:hover {
  box-shadow: 0 0 0 2px #4396cf inset;
  background-color: #4396cf;
  color: #fff;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .footer_v2_main .container-fluid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
}