/*! THIS IS AUTO GENERATED, DO NOT EDIT */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap");
.js-fxm-custom-modal .modal-dialog .modal-content {
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.js-fxm-custom-modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  height: 40px;
}
.js-fxm-custom-modal .modal-dialog .modal-content .modal-header .close {
  font-size: 36px;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .js-fxm-custom-modal.modal-large .modal-dialog {
    width: 675px;
  }
  .js-fxm-custom-modal.modal-medium .modal-dialog {
    width: 480px;
  }
  .js-fxm-custom-modal.modal-small .modal-dialog {
    width: 340px;
  }
}
@media (min-width: 992px) {
  .js-fxm-custom-modal.modal-large .modal-dialog {
    width: 810px;
  }
  .js-fxm-custom-modal.modal-medium .modal-dialog {
    width: 540px;
  }
  .js-fxm-custom-modal.modal-small .modal-dialog {
    width: 360px;
  }
}
@media (min-width: 1200px) {
  .js-fxm-custom-modal.modal-large .modal-dialog {
    width: 900px;
  }
  .js-fxm-custom-modal.modal-medium .modal-dialog {
    width: 600px;
  }
  .js-fxm-custom-modal.modal-small .modal-dialog {
    width: 400px;
  }
}

.is-mobile,
.is-tablet,
.is-desktop {
  float: left;
}

@media only screen and (min-width: 992px) {
  .is-desktop {
    display: block;
  }
  .is-mobile,
  .is-tablet {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .is-tablet {
    display: block;
  }
  .is-mobile,
  .is-desktop {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .is-mobile {
    display: block;
  }
  .is-tablet,
  .is-desktop {
    display: none;
  }
}
/* work-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/work-sans/work-sans-v19-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/work-sans/work-sans-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/work-sans/work-sans-v19-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/work-sans/work-sans-v19-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/work-sans/work-sans-v19-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/work-sans/work-sans-v19-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-serif-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dm-serif-display/dm-serif-display-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@keyframes btn-diagonal {
  from {
    transform: scale(0, 0);
  }
  to {
    transform: scale(100%, 100%);
  }
}
@keyframes next-btn-container {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  color: #282828;
}

.navbar .container-fluid {
  --bs-gutter-x: 0;
}

.main-navbar {
  --bs-navbar-padding-x: 2rem;
  --bs-navbar-padding-y: 1rem;
  transition: all 0.35s ease-in-out;
}
.main-navbar.main-navbar--video-played {
  background: rgba(255, 255, 255, 0.5);
  padding-bottom: 1rem !important;
}
.main-navbar .js-support-logo {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0.4rem;
}
@media only screen and (max-width: 767.98px) {
  .main-navbar {
    --bs-navbar-padding-x: 1rem;
    --bs-navbar-padding-y: 1rem;
  }
  .main-navbar .navbar-brand img {
    height: 50px;
  }
}

.popup-navbar {
  transition: background 0.35s ease-in-out, padding 0.35s ease-in-out;
  --bs-navbar-padding-x: 2rem;
  --bs-navbar-padding-y: 1rem;
}
.popup-navbar.popup-navbar--scrolled {
  background: #fff;
  box-shadow: 0 -1px 5px black;
  --bs-navbar-padding-y: 1rem;
}
@media only screen and (max-width: 991.98px) {
  .popup-navbar {
    --bs-navbar-padding-x: 1rem;
    --bs-navbar-padding-y: 1rem;
  }
}

.main-navbar {
  pointer-events: none;
}

.main-navbar .navbar-brand,
.main-navbar .navbar-toggler,
.main-navbar .nav-item .btn,
.main-navbar .nav-item .btn-volume,
.main-navbar .nav-item .btn-feedback {
  pointer-events: auto;
}

.btn-back {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: #58595B;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.35s ease-in-out, opacity 0.35s ease-in-out, color 0.35s ease-in-out;
}
.btn-back:hover {
  color: #acacad;
}

.intro {
  position: fixed;
  z-index: 1092;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100dvh;
  width: 100%;
  background-color: rgba(8, 119, 201, 0.8);
  padding: 4rem 5rem;
  background-image: url("../images/backgrounds/bg-landing.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.35s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
}
.intro::-webkit-scrollbar {
  width: 0.3rem;
}
.intro::-webkit-scrollbar-track {
  background-color: #D9D9D9;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.intro::-webkit-scrollbar-thumb {
  background-color: #157ECC;
}
.intro.intro--deactive {
  display: none;
}
.intro .intro__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.intro .intro__body {
  padding-top: 50px;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro .intro__title h1 {
  color: #fff;
  font-size: 2.8125rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
}
.intro .intro__subtitle p {
  position: relative;
  font-size: 1.25rem;
  color: #fff;
  padding: 0.5rem;
  margin: 0;
  text-align: center;
}
.intro .intro__subtitle p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(1, 1, 1, 0) 0%, rgba(1, 1, 1, 0.46) 39%, rgba(1, 1, 1, 0.46) 66%, rgba(1, 1, 1, 0) 100%);
}
.intro .intro__list {
  display: flex;
  gap: 2rem;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.intro .intro__item {
  padding: 1rem;
  width: calc(50% - 4rem + 4rem);
}
.intro .intro__card {
  position: relative;
  cursor: pointer;
  background-color: #fff;
  border-radius: 1rem;
  padding: 0.625rem;
  height: 100%;
  box-shadow: 0px 0px 0px 0.625rem rgba(255, 255, 255, 0.2);
  transition: all 0.35s ease-in-out;
}
.intro .intro__card:hover {
  transform: translateY(-30px) rotate(-3deg);
}
.intro .intro__card-img {
  display: block;
  position: relative;
}
.intro .intro__card-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 100%);
  border-radius: 1rem;
}
.intro .intro__card-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 250px;
  height: 250px;
  margin: auto;
  object-fit: cover;
  border-radius: 1rem;
}
.intro .intro__card-title {
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  padding: 0 2rem;
  position: absolute;
  bottom: 3rem;
  left: 1rem;
  right: 1rem;
  transform: translate(0);
}
.intro .intro__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intro .intro__logo-wrapper {
  background-color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.intro .intro__logo-container {
  display: flex;
  align-items: start;
  gap: 1rem;
}
.intro .intro__logo-container .intro__logo-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.intro .intro__logo-container .intro__logo-img {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.intro .intro__logo-container span {
  margin-right: 4px;
}
.intro .btn-outline-secondary {
  --bs-btn-font-size: 1.125rem;
  --bs-btn-padding-x: 4rem;
  --bs-btn-padding-y: .625rem;
  --bs-btn-bg: rgba(255, 255, 255, 0.75);
  --bs-btn-color: #003A5D;
  --bs-btn-bg: rgba(255, 255, 255, 0.75);
  --bs-btn-border-color: #003A5D;
  --bs-btn-hover-color: #003A5D;
  --bs-btn-hover-bg: rgba(255, 255, 255, 0.75);
  --bs-btn-hover-border-color: #003A5D;
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: rgba(255, 255, 255, 0.75);
  --bs-btn-active-border-color: #003A5D;
  transition: all 0.35s ease-in-out;
}
.intro .btn-outline-secondary:hover {
  opacity: 0.8;
}
.intro .intro__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 1199.98px) and (min-width: 992px) {
  .intro .intro__text-wrapper h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .intro {
    padding: 4rem 3rem;
  }
  .intro .intro__title h1 {
    font-size: 2.5rem;
  }
  .intro .intro__container {
    flex-direction: column;
    text-align: center;
  }
  .intro .intro__text-wrapper h1 {
    font-size: 3rem;
  }
  .intro .intro__card-title {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .intro {
    padding: 1rem 1rem 4rem;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .intro::before {
    background: radial-gradient(circle, rgba(255, 255, 0, 0) -10%, rgba(8, 119, 201, 0.8) 100%);
  }
  .intro .intro__logo img {
    height: 50px;
  }
  .intro .intro__title h1 {
    font-size: 2rem;
  }
  .intro .intro__body {
    padding-top: 50px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
  .intro .intro__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .intro .intro__item {
    width: auto;
  }
  .intro .intro__card-title {
    padding: 0 0.5rem;
  }
  .intro .intro__footer {
    margin-bottom: 2rem;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
  }
  .intro .intro__logo-wrapper {
    order: 2;
    margin-bottom: 2rem;
  }
  .intro .intro__logo-container {
    flex-direction: column;
  }
  .intro .btn-outline-secondary {
    order: 1;
  }
  .intro .intro__text-wrapper h1 {
    text-shadow: 7px 8px 11.7px rgba(0, 58, 93, 0.6);
  }
  .intro .intro__text-wrapper p {
    text-shadow: 7px 8px 11.7px rgba(0, 58, 93, 0.6);
  }
  .intro .intro__text-wrapper h1 {
    font-size: 2.5rem;
  }
}

.social-services {
  position: fixed;
  z-index: 1091;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100dvh;
  width: 100%;
  background-color: rgba(8, 119, 201, 0.8);
  padding: 0 2rem;
  background-image: url("../images/backgrounds/bg-social-services.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.35s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
}
.social-services::-webkit-scrollbar {
  width: 0.3rem;
}
.social-services::-webkit-scrollbar-track {
  background-color: #D9D9D9;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.social-services::-webkit-scrollbar-thumb {
  background-color: #157ECC;
}
.social-services.social-services--deactive {
  display: none;
}
.social-services .social-services__inner {
  position: relative;
}
.social-services .social-services__navbar {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  padding: 1rem 2rem;
  justify-content: space-between;
  align-items: center;
  transition: all 0.35s ease-in-out;
}
.social-services .social-services__navbar .social-services__logo {
  margin: 0;
}
.social-services .social-services__navbar.social-services__navbar--scrolled {
  background: #fff;
  box-shadow: 0 -1px 5px black;
  padding: 1rem 2rem;
}
.social-services .social-services__body {
  padding-top: 100px;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 3rem;
  min-height: 100dvh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.social-services .social-services__title h1 {
  font-family: "DM Serif Display", sans-serif;
  color: #003A5D;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
}
.social-services .social-services__list {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.social-services .social-services__item {
  padding: 1rem;
  width: calc(33.33% - 2rem + 2rem);
}
.social-services .social-services__card {
  cursor: pointer;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 2rem 1rem;
  height: 100%;
  box-shadow: 0px 0px 0px 1rem rgba(255, 255, 255, 0.2);
  transition: all 0.35s ease-in-out;
}
.social-services .social-services__card:hover {
  transform: translateY(-30px) rotate(-3deg);
}
.social-services .social-services__card-img {
  display: block;
  padding: 0 0 56.26% 0;
  position: relative;
  margin-bottom: 1rem;
}
.social-services .social-services__card-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}
.social-services .social-services__card-title {
  font-size: 1.125rem;
  text-align: center;
}
.social-services .social-services__subtitle {
  width: 95%;
  border-radius: 20px;
  border: 1px solid #FFF;
  background: rgba(234, 234, 234, 0.7);
  color: #003A5D;
  font-size: 1.125rem;
  padding: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}
.social-services .social-services__subtitle p {
  margin: 0;
}
.social-services .btn-next {
  position: absolute;
  right: 0;
  bottom: 3.5rem;
}
.social-services .btn-prev {
  position: static;
  left: 0;
}
.social-services .social-services__row {
  width: calc(95% + 1.5rem);
}
.social-services .social-services__row.social-services__row--mobile {
  display: none;
}
.social-services .inner-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}
.social-services .inner-container .row {
  height: 100%;
}
.social-services .inner-container .card {
  flex: 1;
  background: transparent;
  border-color: transparent;
}
.social-services .inner-container .card img {
  border-radius: 1.5rem;
  flex: 1;
  width: 100%;
  object-fit: cover;
}
.social-services .inner-container .card .card-body {
  background-color: #fff;
  border-radius: 1.5rem;
}
.social-services .inner-container .card .card-body p {
  margin: 0;
}
.social-services .inner-container .card .card-body ul {
  margin: 0;
}
.social-services .inner-container .social-services__logo-wrapper img {
  border-radius: 0;
  flex: auto;
  width: auto;
  object-fit: contain;
}
.social-services .inner-container .social-services__col:first-child .inner-col img:last-child {
  height: 100%;
  object-fit: cover;
}
.social-services .inner-container .social-services__col:last-child .inner-col img:first-child {
  height: 100%;
  object-fit: cover;
}
.social-services .inner-container .social-services__col:last-child .inner-col img:last-child {
  height: auto;
}
.social-services .inner-col {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 1rem;
}
.social-services .inner-col img {
  border-radius: 1.5rem;
  width: 100%;
}
.social-services .social-services__logo-wrapper {
  background-color: #fff;
  padding: 1rem;
  border-radius: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.social-services .social-services__logo-wrapper img {
  border-radius: 0;
  flex: auto;
  width: auto;
  margin: 0 0.5rem;
}
@media only screen and (max-width: 1199.98px) and (min-width: 992px) {
  .social-services .social-services__body {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .social-services .social-services__card {
    padding: 2rem 1rem;
  }
  .social-services .social-services__logo-wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991.98px) and (min-width: 768px) {
  .social-services .social-services__title h1 {
    font-size: 2.5rem;
  }
  .social-services .social-services__body {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .social-services .social-services__list {
    gap: 1rem;
    margin: 2rem 0;
  }
  .social-services .social-services__item {
    width: calc(33.33% - 1rem + 1rem);
  }
  .social-services .social-services__card {
    padding: 2rem 1rem;
  }
  .social-services .social-services__card-title {
    font-size: 1rem;
  }
  .social-services .social-services__subtitle {
    width: 100%;
  }
  .social-services .social-services__row {
    width: 100%;
    margin-bottom: 2rem;
  }
  .social-services .social-services__logo-wrapper {
    flex-direction: column;
  }
  .social-services .btn-next {
    position: static;
  }
  .social-services .btn-prev {
    position: static;
  }
}
@media only screen and (max-width: 767.98px) {
  .social-services {
    padding: 0 1rem;
  }
  .social-services .social-services__navbar {
    padding: 1rem 1.25rem;
  }
  .social-services .social-services__navbar .btn-secondary {
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: .5rem;
  }
  .social-services .social-services__navbar.social-services__navbar--scrolled {
    padding: 1rem 1.25rem;
  }
  .social-services .social-services__logo img {
    height: 50px;
  }
  .social-services .social-services__title h1 {
    font-size: 2rem;
  }
  .social-services .social-services__body {
    padding-top: 100px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .social-services .social-services__list {
    flex-wrap: wrap;
  }
  .social-services .social-services__item {
    width: 100%;
  }
  .social-services .social-services__subtitle {
    width: 100%;
  }
  .social-services .social-services__row {
    display: none;
  }
  .social-services .social-services__row.social-services__row--mobile {
    display: flex;
  }
  .social-services .btn-next {
    position: static;
  }
  .social-services .btn-prev {
    position: static;
  }
  .social-services .btn-prev i {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .social-services .social-services__logo-wrapper {
    flex-direction: column;
  }
}

.btn-next {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  color: #003A5D;
  background: transparent;
  border: none;
  transition: all 0.35s ease-in-out;
}
.btn-next i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(225, 225, 225, 0.7);
  border: 2px solid #003A5D;
  margin-bottom: 0.5rem;
  transition: all 0.35s ease-in-out;
}
.btn-next span {
  font-size: 1.25rem;
  font-weight: 500;
}
.btn-next:hover {
  opacity: 0.8;
}

.btn-prev {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  color: #003A5D;
  background: transparent;
  border: none;
  transition: all 0.35s ease-in-out;
}
.btn-prev i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(225, 225, 225, 0.7);
  border: 2px solid #003A5D;
  margin-right: 40px;
  transition: all 0.35s ease-in-out;
}
.btn-prev span {
  font-size: 1.25rem;
  font-weight: 500;
}
.btn-prev:hover {
  opacity: 0.8;
}

.intro-mist-up {
  position: fixed;
  z-index: 1090;
  left: 0;
  right: 0;
  min-height: 100dvh;
  width: 100%;
  background-image: url("../images/backgrounds/mist-effect.png");
  background-repeat: no-repeat;
  background-position: top;
  transition: all 0.5s;
  background-size: cover; /* Make sure the mist image covers the area */
  top: 0; /* Fix position to top */
  height: 100dvh; /* Set a fixed height to prevent overlap */
  bottom: auto; /* Reset bottom to avoid conflicts */
}

.intro-mist-down {
  position: fixed;
  z-index: 1090;
  left: 0;
  right: 0;
  min-height: 100dvh;
  width: 100%;
  background-image: url("../images/backgrounds/mist-effect.png");
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-position: top;
  transition: all 0.5s, rotate 0s;
  background-size: cover; /* Make sure the mist image covers the area */
  bottom: 0; /* Fix position to bottom */
  height: 100dvh; /* Set a fixed height to prevent overlap */
  top: auto; /* Reset top to avoid conflicts */
}

@media only screen and (min-width: 1180px) {
  .intro-mist-down {
    background-size: 100vw;
    top: 0;
  }
  .intro-mist-up {
    background-size: 100vw;
    top: 0;
  }
}
.page-content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
  width: 100%;
  padding: 9rem 2rem;
  position: relative;
  overflow: hidden;
  background-color: #eadbcb;
  background-size: 110% 110;
  background-position: center;
  background-repeat: no-repeat;
}

.page-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1029;
  object-fit: cover; /* Ensures the video covers the area without distortion */
}

.page-video video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Optional: for video elements */
}

.modal-highlight-location {
  z-index: 1094;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-highlight-location .modal-content {
  border-radius: 1.875rem;
  position: relative;
  padding: 3rem 3rem;
  box-shadow: 0px 4px 17px 0px rgba(31, 31, 31, 0.1) inset, 0px 7px 12px 0px rgba(0, 0, 0, 0.2);
}
.modal-highlight-location .modal-body {
  padding: 0;
}
.modal-highlight-location .btn-close {
  position: absolute;
  z-index: 1;
  right: 1rem;
  top: 1rem;
}
.modal-highlight-location .btn-expand {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
  padding: 0.7rem;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-in-out;
  background-color: #fff;
  outline: none;
  border-color: transparent;
}
.modal-highlight-location .btn-expand:hover, .modal-highlight-location .btn-expand:active {
  opacity: 0.8;
  background-color: #fff;
}
@media only screen and (max-width: 1199.98px) {
  .modal-highlight-location .btn-expand {
    position: absolute;
    bottom: 0.5rem;
    right: auto;
    left: 0.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .modal-highlight-location .modal-content {
    padding: 2rem 2rem;
  }
  .modal-highlight-location .btn-close {
    right: 0.5rem;
    top: 0.5rem;
  }
}

.highlight {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.highlight .highlight__column {
  width: calc(50% - 2rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.highlight .highlight__img {
  border-radius: 15px;
  height: 100%;
  align-content: center;
}
.highlight .highlight__img img {
  max-width: 100%;
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 15px;
}
.highlight .highlight__img model-viewer {
  border-radius: 1.25rem;
  max-width: 100%;
  width: 100%;
  height: 350px;
  object-fit: cover;
  border: 1px solid rgba(202, 201, 214, 0.8);
}
.highlight .highlight__details {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.highlight .highlight__details h1 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}
.highlight .highlight__details p {
  font-size: 1.125rem;
  margin: 0;
}
.highlight .highlight__icon {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #58595B;
}
.highlight .highlight__btn-wrapper {
  display: flex;
  gap: 0.5rem;
}
.highlight .highlight__btn-wrapper .btn-primary {
  flex-grow: 1;
}
@media only screen and (max-width: 1199.98px) {
  .highlight {
    flex-direction: column;
  }
  .highlight .highlight__column {
    width: 100%;
  }
  .highlight .highlight__img img {
    height: 300px;
  }
  .highlight .highlight__img model-viewer {
    height: 300px;
  }
  .highlight .highlight__details {
    gap: 1rem;
  }
  .highlight .highlight__details h1 {
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0;
  }
  .highlight .highlight__details p {
    margin: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .highlight .highlight__img img {
    height: 200px;
  }
  .highlight .highlight__img model-viewer {
    height: 200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .highlight .highlight__btn-wrapper .btn-primary {
    --bs-btn-padding-x: 1rem;
  }
}

.modal-location-details {
  z-index: 1095;
}
.modal-location-details::-webkit-scrollbar {
  width: 0.3rem;
}
.modal-location-details::-webkit-scrollbar-track {
  background-color: #D9D9D9;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.modal-location-details::-webkit-scrollbar-thumb {
  background-color: #157ECC;
}
.modal-location-details .btn-close {
  position: absolute;
  z-index: 1;
  right: 1rem;
  top: 1rem;
}
.modal-location-details .modal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: none;
  min-height: 100dvh;
}
.modal-location-details .modal-content {
  border: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  background-image: url("../images/backgrounds/bg-popup-location-details.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  background-color: #fcfcfc;
  height: -moz-fit-content;
  height: fit-content;
}
.modal-location-details .modal-body {
  padding: 0;
}
@media only screen and (max-width: 991.98px) {
  .modal-location-details .modal-content {
    height: -moz-fit-content;
    height: fit-content;
  }
  .modal-location-details .modal-body {
    width: 100%;
  }
}

/**
** How to create shorizontal scrolling containers
** Reference:https://codeburst.io/how-to-create-horizontal-scrolling-containers-d8069651e9c6
**
**/
.location-details-container {
  transition: all ease 0.4s;
  transform-origin: center;
  width: 100%;
  min-height: 100dvh;
  display: flex;
  flex-wrap: wrap;
  scroll-behavior: smooth;
}
.location-details-container::-webkit-scrollbar {
  width: 0.5rem;
}
.location-details-container::-webkit-scrollbar-track {
  background-color: #D9D9D9;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.location-details-container::-webkit-scrollbar-thumb {
  background-color: #157ECC;
}
@media only screen and (max-width: 991.98px) {
  .location-details-container {
    position: relative;
    flex-wrap: wrap;
    width: 100%;
  }
}

.progress-container {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background-color: #D9D9D9;
}

.progress-bar {
  width: 0%;
  height: 0.5rem;
  background-color: #157ECC;
}

.location-details-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 5rem 8%;
  flex: 0 0 auto;
}
@media only screen and (max-width: 991.98px) {
  .location-details-section {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 100px 1.25rem 1.25rem;
    max-width: 100%;
    align-items: flex-start;
    gap: 3rem;
  }
}

.details-section-intro {
  display: flex;
  flex: 0 0 auto;
  margin-bottom: 150px;
  gap: 4rem;
}
.details-section-intro .details-section-intro__wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
}
.details-section-intro .icon-location {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  color: #FFFFFF;
  font-size: 2rem;
  background-color: rgba(219, 219, 219, 0.5);
  border-radius: 100%;
  margin-bottom: 2rem;
}
.details-section-intro .icon-location::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  transform: translate(-50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: linear-gradient(276deg, rgba(2, 135, 204, 0.9) 0.36%, rgba(6, 172, 210, 0.9) 93.33%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.details-section-intro .details-section__location-name {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.details-section-intro .details-section__location-name span {
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.details-section-intro .details-section__location-name h1 {
  font-family: "DM Serif Display", sans-serif;
  font-size: 3.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding-bottom: 2rem;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
}
.details-section-intro .details-section__location-name h1 span {
  font-size: inherit;
  margin-bottom: 0;
}
.details-section-intro .details-section__location-name h1 img {
  width: 70px;
  height: 70px;
}
.details-section-intro .details-section-intro__audio-narration a {
  transition: all 0.15s ease-in-out;
}
.details-section-intro .details-section-intro__audio-narration a:hover {
  opacity: 0.6;
}
.details-section-intro .details-section__description p {
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .details-section-intro {
    width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column;
    gap: 0;
  }
  .details-section-intro .details-section__location-name {
    margin-bottom: 1.5rem;
  }
  .details-section-intro .details-section__location-name span {
    margin-bottom: 0.5rem;
  }
  .details-section-intro .details-section__location-name h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .details-section-intro {
    position: relative;
  }
  .details-section-intro .icon-location {
    width: 70px;
    height: 70px;
    font-size: 1.125rem;
  }
  .details-section-intro .icon-location::before {
    width: 50px;
    height: 50px;
  }
  .details-section-intro .details-section__location-name .details-section-intro__audio-narration {
    position: absolute;
    right: 1.25rem;
    top: 0.5rem;
  }
  .details-section-intro .details-section__location-name h1 img {
    width: 50px;
    height: 50px;
  }
}

.scroll-instruction-container {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
.scroll-instruction-container span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px 0 100px;
  height: 80px;
  background-color: #ddd;
  border-radius: 100px;
  margin-left: -80px;
}
@media only screen and (max-width: 991.98px) {
  .scroll-instruction-container {
    display: none;
  }
}

.btn-scroll {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  color: #FFFFFF;
  background: linear-gradient(276deg, rgba(2, 135, 204, 0.9) 0.36%, rgba(6, 172, 210, 0.9) 93.33%);
  border-radius: 100%;
}
.btn-scroll img {
  width: 40px;
}

.btn-next-hotspot {
  margin-left: auto;
  display: inline-flex;
  text-decoration: none;
  color: #003A5D;
  font-weight: 500;
  gap: 1rem;
  align-items: center;
  transition: all 0.35s ease-in-out;
}
.btn-next-hotspot i {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #003A5D;
  transition: all 0.35s ease-in-out;
}
.btn-next-hotspot:hover {
  opacity: 0.8;
  color: #003A5D;
}
.btn-next-hotspot:hover i {
  color: #fff;
  background-color: #003A5D;
}

.btn-prev-hotspot {
  display: inline-flex;
  text-decoration: none;
  color: #003A5D;
  font-weight: 500;
  gap: 1rem;
  align-items: center;
  transition: all 0.35s ease-in-out;
}
.btn-prev-hotspot i {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #003A5D;
  transition: all 0.35s ease-in-out;
}
.btn-prev-hotspot:hover {
  opacity: 0.8;
  color: #003A5D;
}
.btn-prev-hotspot:hover i {
  color: #fff;
  background-color: #003A5D;
}

.details-section {
  display: inline-flex;
  gap: 2rem;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: 150px;
}
.details-section .section-column {
  align-content: end;
  width: 50%;
}
.details-section .details-section__title-wrapper {
  margin-bottom: 2rem;
}
.details-section .details-section__title-wrapper h2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0;
}
.details-section .details-section__title-wrapper.details-section__title-wrapper--facilities {
  padding-right: 2rem;
}
.details-section .details-section__section-name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #58595B;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
}
.details-section .details-section__img img {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  box-shadow: -16px 18px 0px 0px rgba(184, 183, 234, 0.25);
  transform: rotate(1.4deg);
  object-fit: cover;
  width: 600px;
  max-width: 100%;
}
.details-section .details-section__img iframe {
  border-radius: 1rem;
  transform: rotate(4deg);
}
.details-section .details-section__img video {
  border-radius: 1rem;
  transform: rotate(4deg);
}
.details-section .details-section__img.details-section__img--facilities-2 {
  margin-bottom: 4rem;
}
.details-section .details-section__img.details-section__img--facilities-2 img {
  z-index: 0;
  transform: rotate(-3deg);
}
.details-section .details-section__img .ratio__poster {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  transform: rotate(4deg);
}
.details-section .details-section__img .ratio__poster::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 1;
  opacity: 0.35;
  transition: opacity 0.35s ease-in-out;
}
.details-section .details-section__img .ratio__poster::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/icons/icon-play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.details-section .details-section__img .ratio__poster img {
  border-radius: 1rem;
  width: 100%;
  max-width: 100%;
  position: static;
  max-height: inherit;
  border: inherit;
  box-shadow: none;
  transform: none;
  object-fit: none;
}
.details-section .details-section__img .ratio__poster:hover::before {
  opacity: 0;
}
.details-section .details-section__img .ratio--no-rotate .ratio__poster,
.details-section .details-section__img .ratio--no-rotate iframe,
.details-section .details-section__img .ratio--no-rotate video {
  transform: none;
}
.details-section .details-section__img .ratio--playing .ratio__poster {
  opacity: 0;
  display: none;
}
.details-section .details-section__description {
  padding: 2rem 0;
}
.details-section .details-section__description p {
  margin: 0;
}
.details-section.details-section--facilities .section-column {
  width: 50%;
}
.details-section.details-section--facilities .details-section__description {
  padding: 0;
}
.details-section.details-section--video {
  flex-direction: column;
}
.details-section.details-section--video .section-column {
  width: 100%;
}
.details-section.details-section--video .details-section__img {
  text-align: center;
}
.details-section.details-section--video .details-section__description {
  width: 70%;
  margin: 0 auto;
}
.details-section.details-section--video.details-section--single-column .details-section__img {
  width: 70%;
  margin: 0 auto;
}
.details-section.details-section--feedback {
  margin-bottom: 100px;
}
.details-section.details-section--feedback .section-column {
  width: 20%;
  align-content: start;
}
.details-section.details-section--feedback .section-column:not(:first-child) {
  width: 80%;
}
.details-section.details-section--feedback .details-section__img {
  height: 100%;
}
.details-section.details-section--feedback .details-section__img img {
  transform: none;
  box-shadow: none;
  height: 100%;
  max-height: 500px;
  max-width: 100%;
}
.details-section.details-section--feedback .details-section__title-wrapper h2 {
  font-size: 3.5rem;
  font-family: "DM Serif Display", sans-serif;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.details-section.details-section--btn {
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
}
.details-section.details-section--btn .btn-next-hotspot {
  position: relative;
  bottom: 0;
}
.details-section.details-section--btn .btn-prev-hotspot {
  position: relative;
  bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .details-section {
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 100%;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .details-section .section-column {
    width: 100%;
  }
  .details-section .section-column:not(:first-child) {
    width: 100%;
  }
  .details-section .details-section__title-wrapper h2 {
    font-size: 2rem;
  }
  .details-section .details-section__title-wrapper.details-section__title-wrapper--facilities {
    padding-right: 0;
  }
  .details-section .details-section__section-name {
    margin-bottom: 0.5rem;
  }
  .details-section .details-section__img {
    text-align: center;
  }
  .details-section .details-section__img img {
    max-width: 100%;
    width: 500px;
  }
  .details-section .details-section__img iframe {
    transform: rotate(2deg);
  }
  .details-section .details-section__img.details-section__img--facilities {
    text-align: right;
    margin-bottom: 1rem;
  }
  .details-section .details-section__img.details-section__img--facilities img {
    z-index: 0;
    margin-right: 0;
  }
  .details-section .details-section__img.details-section__img--facilities-2 {
    text-align: left;
  }
  .details-section .details-section__img.details-section__img--facilities-2 img {
    z-index: 1;
    margin-left: 20px;
  }
  .details-section .details-section__description {
    padding: 2rem 0 0;
  }
  .details-section.details-section--facilities .section-column {
    width: 100%;
  }
  .details-section.details-section--video {
    width: 100%;
  }
  .details-section.details-section--video .details-section__img {
    width: 100%;
  }
  .details-section.details-section--video .details-section__description {
    width: 100%;
  }
  .details-section.details-section--video.details-section--single-column .details-section__img {
    width: 100%;
  }
  .details-section.details-section--feedback {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: 2rem;
  }
  .details-section.details-section--feedback .section-column {
    width: 100%;
  }
  .details-section.details-section--feedback .section-column:not(:first-child) {
    width: 100%;
  }
  .details-section.details-section--feedback .details-section__img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
  }
  .details-section.details-section--feedback .details-section__title-wrapper h2 {
    font-size: 2.5rem;
  }
  .details-section.details-section--btn {
    width: 100%;
    height: auto;
    align-items: flex-end;
    margin-bottom: 100px;
  }
  .details-section.details-section--btn .btn-next-hotspot {
    position: static;
  }
  .details-section.details-section--btn .btn-prev-hotspot {
    position: static;
  }
}
@media only screen and (max-width: 767.98px) {
  .details-section .details-section__img.details-section__img--facilities {
    padding-left: 2rem;
  }
  .details-section .details-section__img.details-section__img--facilities img {
    margin-right: 0;
  }
  .details-section .details-section__img.details-section__img--facilities-2 {
    padding-right: 2rem;
  }
  .details-section .details-section__img.details-section__img--facilities-2 img {
    margin-left: 0;
  }
  .details-section.details-section--feedback .details-section__img img {
    height: 150px;
  }
}

.diagonal__container {
  display: none;
  opacity: 0;
  height: 100dvh;
  background-color: #157ECC;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
  clip-path: polygon(0% 100%, 20% 0%, 100% 0%, 100% 100%, 0% 100%);
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
  padding: 4% 8%;
  transition: all 0.35s ease-in-out;
}
.diagonal__container.show {
  display: flex;
  animation: 0.35s forwards next-btn-container;
}
.diagonal__container .diagonal__text-box {
  max-width: 330px;
}
.diagonal__container .diagonal__text-box span {
  display: inline-flex;
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.diagonal__container .diagonal__text-box h1 {
  font-family: "DM Serif Display", sans-serif;
  color: #fff;
}
.diagonal__container .btn-diagonal {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 2rem;
  border-radius: 50%;
  margin-left: -130px;
  margin-bottom: 4rem;
  text-decoration: none;
}
.diagonal__container .btn-diagonal i {
  transition: all 0.35s ease-in-out;
}
.diagonal__container .btn-diagonal:hover i {
  animation: 0.5s ease-in-out btn-diagonal;
}
@media only screen and (max-width: 991.98px) {
  .diagonal__container {
    display: none;
    opacity: 0;
  }
  .diagonal__container.show {
    opacity: 0;
    display: none;
  }
}

.diagonal__container--prev {
  display: none;
  opacity: 0;
  height: 100dvh;
  background-color: #157ECC;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1040;
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%, 0% 0%);
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
  padding: 4% 8%;
  transition: all 0.35s ease-in-out;
}
.diagonal__container--prev.show {
  display: flex;
  animation: 0.35s forwards next-btn-container;
}
.diagonal__container--prev .diagonal__text-box {
  max-width: 330px;
}
.diagonal__container--prev .diagonal__text-box span {
  display: inline-flex;
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.diagonal__container--prev .diagonal__text-box h1 {
  font-family: "DM Serif Display", sans-serif;
  color: #fff;
}
.diagonal__container--prev .btn-diagonal {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 2rem;
  border-radius: 50%;
  margin-right: -130px;
  margin-bottom: 4rem;
  text-decoration: none;
}
.diagonal__container--prev .btn-diagonal i {
  transition: all 0.35s ease-in-out;
}
.diagonal__container--prev .btn-diagonal:hover i {
  animation: 0.5s ease-in-out btn-diagonal;
}
@media only screen and (max-width: 991.98px) {
  .diagonal__container--prev {
    display: none;
    opacity: 0;
  }
  .diagonal__container--prev.show {
    opacity: 0;
    display: none;
  }
}

.modal-image-uploader {
  background: rgba(0, 0, 0, 0.5);
  z-index: 1099;
}
.modal-image-uploader .modal-content {
  --bs-modal-border-radius: 1.25rem;
}
.modal-image-uploader .btn-close {
  position: absolute;
  z-index: 1;
  right: 1rem;
  top: 1rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  box-shadow: none;
}
.modal-image-uploader .btn-close:active, .modal-image-uploader .btn-close:focus, .modal-image-uploader .btn-close:hover {
  opacity: 0.6;
}
.modal-image-uploader .btn-close:hover {
  background-color: transparent;
}
.modal-image-uploader .btn-close:active, .modal-image-uploader .btn-close:focus {
  background-color: transparent;
}
.modal-image-uploader .modal-body {
  padding: 4rem 3rem 3rem;
}

.upload-area {
  text-align: center;
}
.upload-area .upload-area__title {
  font-size: 1.5rem;
  font-weight: 600;
}
.upload-area .upload-area__tooltip {
  opacity: 0.6;
}

.drop-zone {
  margin: 2rem 0;
}
.drop-zone.drop-zone--dragged .drop-zone__inner {
  border: 2px dashed rgba(6, 172, 210, 0.9);
}
.drop-zone .drop-zone__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  padding: 3rem 2rem;
  border-radius: 30px;
  border: 2px dashed rgba(48, 48, 48, 0.3);
  background: rgba(0, 169, 224, 0.03);
  overflow: hidden;
  transition: background-color 0.35s ease-in-out, opacity 0.35s ease-in-out, border 0.35s ease-in-out;
}
.drop-zone .drop-zone__inner:hover {
  border: 2px dashed rgba(6, 172, 210, 0.3);
}
.drop-zone .drop-zone__icon {
  font-size: 3.75rem;
  color: #44A1FF;
  margin-bottom: 1rem;
}
.drop-zone .drop-zone__paragraph {
  font-size: 0.875rem;
  font-weight: 600;
}
.drop-zone .drop-zone__browse {
  color: #00A9E0;
}
.drop-zone .drop-zone__preview-file {
  width: 100%;
  height: 100%;
  min-height: 250px;
  display: none;
}
.drop-zone .drop-zone__preview-file:hover .drop-zone__reselect {
  opacity: 1;
}
.drop-zone .drop-zone__reselect {
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7490196078);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  opacity: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: opacity 0.35s ease-in-out;
}

.preview-file {
  width: 100%;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.preview-file .preview-file__item {
  width: calc(33.33% - 10px);
  position: relative;
}
.preview-file .btn-delete-file {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  background: #157ECC;
  z-index: 20;
  right: -1rem;
  top: -1rem;
  color: #fff;
  font-size: 0.75rem;
  transition: color 0.35s ease-in-out;
  border: none;
}
.preview-file .btn-delete-file:hover {
  color: #dc3545;
}
.preview-file .img-ratio {
  border-radius: 0.5rem;
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.preview-file .img-ratio::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.preview-file .img-ratio.img-ratio--16x9::before {
  padding-top: 56.25%;
}
.preview-file .img-ratio img {
  border-radius: 0.5rem;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.preview-file .preview-file__item-desc {
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 10px;
  line-height: 1.25;
  text-align: center;
  color: #282828;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.preview-file .preview-file__item-desc span {
  display: block;
}
@media only screen and (max-width: 991.98px) {
  .preview-file .preview-file__item {
    width: 100%;
  }
}

.modal-video-player {
  z-index: 1095;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-video-player .modal-content {
  --bs-modal-border-radius: 20px ;
}
.modal-video-player .modal-body {
  padding: 2rem 4rem;
}
.modal-video-player .btn-close {
  position: absolute;
  z-index: 2;
  right: 1rem;
  top: 1rem;
}
.modal-video-player .btn-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.modal-video-player .btn-arrow.js-arrow-prev {
  left: -1rem;
}
.modal-video-player .btn-arrow.js-arrow-next {
  right: -1rem;
}
.modal-video-player .video__carousel {
  padding: 0 4rem;
}
.modal-video-player .video-item video, .modal-video-player .video-item iframe {
  border-radius: 20px;
}
.modal-video-player .video-item .video-item__poster {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}
.modal-video-player .video-item .video-item__poster::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 1;
  opacity: 0.35;
  transition: opacity 0.35s ease-in-out;
}
.modal-video-player .video-item .video-item__poster::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/icons/icon-play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.modal-video-player .video-item .video-item__poster img {
  width: 100%;
  max-width: 100%;
}
.modal-video-player .video-item .video-item__poster:hover::before {
  opacity: 0;
}
.modal-video-player .video-item.video-item--playing .video-item__poster {
  opacity: 0;
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .modal-video-player .modal-body {
    align-content: center;
    padding: 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .modal-video-player .modal-body {
    align-content: center;
    padding: 1rem;
  }
  .modal-video-player .video__carousel {
    padding: 0 0rem;
  }
  .modal-video-player .btn-arrow {
    padding: 0.5rem;
    top: auto;
    bottom: -4rem;
  }
  .modal-video-player .btn-arrow.js-arrow-prev {
    left: calc(50% - 3rem);
  }
  .modal-video-player .btn-arrow.js-arrow-next {
    right: calc(50% - 3rem);
  }
}

.modal-audio-player {
  z-index: 1095;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-audio-player .modal-content {
  --bs-modal-border-radius: 20px ;
}
.modal-audio-player .modal-body {
  padding: 3rem 2rem 2rem;
}
.modal-audio-player .btn-close {
  position: absolute;
  z-index: 2;
  right: 1rem;
  top: 1rem;
}
@media only screen and (max-width: 991.98px) {
  .modal-audio-player .modal-body {
    align-content: center;
  }
}

.audio-player {
  display: flex;
  flex-direction: column;
  --seek-before-width: 0%;
  --buffered-width: 0%;
}
.audio-player .audio-player__title {
  color: #58595B;
  font-weight: 500;
  margin-bottom: 0;
}
.audio-player input[type=range] {
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  height: 1rem;
  outline: none;
  width: 100%;
}
.audio-player input[type=range]::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: var(--seek-before-width);
  height: 0.5rem;
  border-radius: 100px;
  background-color: #157ECC;
  cursor: pointer;
}
.audio-player input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  border-radius: 100px;
  cursor: pointer;
  background: rgba(225, 225, 225, 0.95);
  box-shadow: 0px 4px 17px 0px rgba(31, 31, 31, 0.1) inset;
}
.audio-player input[type=range]::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  border-radius: 100px;
  cursor: pointer;
  background: rgba(225, 225, 225, 0.95);
  box-shadow: 0px 4px 17px 0px rgba(31, 31, 31, 0.1) inset;
}
.audio-player input[type=range]::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  box-sizing: content-box;
  border: 1px solid #003A5D;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #003A5D;
  cursor: pointer;
  margin: -0.25rem 0 0 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.audio-player input[type=range]::-moz-range-thumb {
  position: relative;
  -webkit-appearance: none;
  box-sizing: content-box;
  border: 1px solid #003A5D;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #003A5D;
  cursor: pointer;
  margin: -0.25rem 0 0 0;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.audio-player input[type=range]:active::-webkit-slider-thumb {
  transform: scale(1.2);
  background: #1a4e6d;
}
.audio-player input[type=range]:active::-moz-range-thumb {
  transform: scale(1.2);
  background: #1a4e6d;
}
.audio-player input[type=range]::-moz-range-progress {
  height: 0.5rem;
  background-color: #157ECC;
  border-radius: 100px;
  cursor: pointer;
}
.audio-player input[type=range]::-moz-focus-outer {
  border: 0;
}
.audio-player input[type=range]::-ms-track {
  width: 100%;
  height: 0.5rem;
  border-radius: 100px;
  cursor: pointer;
  background: transparent;
  border: solid transparent;
  color: transparent;
}
.audio-player input[type=range]::-ms-fill-lower {
  background-color: #157ECC;
  height: 0.5rem;
  border-radius: 100px;
  cursor: pointer;
}
.audio-player input[type=range]::-ms-fill-upper {
  background: rgba(225, 225, 225, 0.95);
  box-shadow: 0px 4px 17px 0px rgba(31, 31, 31, 0.1) inset;
  height: 0.5rem;
  border-radius: 100px;
  cursor: pointer;
}
.audio-player input[type=range]::-ms-thumb {
  position: relative;
  -webkit-appearance: none;
  box-sizing: content-box;
  border: 1px solid #003A5D;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #003A5D;
  cursor: pointer;
  margin: -0.25rem 0 0 0;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.audio-player input[type=range]:active::-ms-thumb {
  transform: scale(1.2);
  background: #1a4e6d;
}
.audio-player audio {
  display: none;
}
.audio-player .audio-player__button-container {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.audio-player .audio-player__duration-container {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  width: 140px;
  text-align: center;
}
.audio-player .audio-player__duration-container span {
  display: block;
  flex-basis: 40px;
}
.audio-player .audio-player__duration-container .audio-player__divider {
  flex-basis: auto;
}
.audio-player .audio-player__btn-prev,
.audio-player .audio-player__btn-next,
.audio-player .audio-player__btn-play,
.audio-player .audio-player__btn-mute {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #003A5D;
  background: transparent;
  border: 1px solid transparent;
  outline: none;
  border-radius: 50%;
  font-size: 1.5rem;
  transition: all 0.15s ease-in-out;
  padding: 0;
}
.audio-player .audio-player__btn-prev[disabled],
.audio-player .audio-player__btn-next[disabled],
.audio-player .audio-player__btn-play[disabled],
.audio-player .audio-player__btn-mute[disabled] {
  opacity: 0.25 !important;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.audio-player .audio-player__btn-prev:hover,
.audio-player .audio-player__btn-next:hover,
.audio-player .audio-player__btn-play:hover,
.audio-player .audio-player__btn-mute:hover {
  color: #1a4e6d;
}
.audio-player .audio-player__btn-prev .icon-btn-play, .audio-player .audio-player__btn-prev .icon-volume,
.audio-player .audio-player__btn-next .icon-btn-play,
.audio-player .audio-player__btn-next .icon-volume,
.audio-player .audio-player__btn-play .icon-btn-play,
.audio-player .audio-player__btn-play .icon-volume,
.audio-player .audio-player__btn-mute .icon-btn-play,
.audio-player .audio-player__btn-mute .icon-volume {
  position: relative;
  transition: all 0.35s ease-in-out;
}
.audio-player .audio-player__btn-prev .icon-btn-play--pause, .audio-player .audio-player__btn-prev .icon-volume--mute,
.audio-player .audio-player__btn-next .icon-btn-play--pause,
.audio-player .audio-player__btn-next .icon-volume--mute,
.audio-player .audio-player__btn-play .icon-btn-play--pause,
.audio-player .audio-player__btn-play .icon-volume--mute,
.audio-player .audio-player__btn-mute .icon-btn-play--pause,
.audio-player .audio-player__btn-mute .icon-volume--mute {
  position: absolute;
  transition: all 0.35s ease-in-out;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
}
.audio-player .audio-player__btn-prev.audio-player__btn-play--paused .icon-btn-play,
.audio-player .audio-player__btn-next.audio-player__btn-play--paused .icon-btn-play,
.audio-player .audio-player__btn-play.audio-player__btn-play--paused .icon-btn-play,
.audio-player .audio-player__btn-mute.audio-player__btn-play--paused .icon-btn-play {
  transform: scale(0, 0);
  opacity: 0;
}
.audio-player .audio-player__btn-prev.audio-player__btn-play--paused .icon-btn-play--pause,
.audio-player .audio-player__btn-next.audio-player__btn-play--paused .icon-btn-play--pause,
.audio-player .audio-player__btn-play.audio-player__btn-play--paused .icon-btn-play--pause,
.audio-player .audio-player__btn-mute.audio-player__btn-play--paused .icon-btn-play--pause {
  opacity: 1;
  transform: scale(100%, 100%);
}
.audio-player .audio-player__btn-prev.audio-player__btn-mute--muted .icon-volume,
.audio-player .audio-player__btn-next.audio-player__btn-mute--muted .icon-volume,
.audio-player .audio-player__btn-play.audio-player__btn-mute--muted .icon-volume,
.audio-player .audio-player__btn-mute.audio-player__btn-mute--muted .icon-volume {
  transform: scale(0, 0);
  opacity: 0;
}
.audio-player .audio-player__btn-prev.audio-player__btn-mute--muted .icon-volume--mute,
.audio-player .audio-player__btn-next.audio-player__btn-mute--muted .icon-volume--mute,
.audio-player .audio-player__btn-play.audio-player__btn-mute--muted .icon-volume--mute,
.audio-player .audio-player__btn-mute.audio-player__btn-mute--muted .icon-volume--mute {
  opacity: 1;
  transform: scale(100%, 100%);
}
.audio-player .audio-player__top-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.audio-player .audio-player__bottom-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.audio-player .audio-player__button-transcript {
  padding-left: 0.5rem;
}
.audio-player .audio-player__button-transcript .btn {
  padding: 0.25rem 0.75rem;
}
.audio-player .audio-player__transcript {
  border: 1px solid #06ACD2;
  border-radius: 16px;
  background: #DEEFF2;
  padding: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  display: none;
}
.audio-player .audio-player__transcript.audio-player__transcript--shown {
  display: block;
}
.audio-player .audio-player__transcript .audio-player__transcript-text {
  max-height: 100px;
  overflow-y: auto;
  min-height: 24px;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .audio-player .audio-player__top-actions {
    flex-direction: column;
  }
  .audio-player .audio-player__duration-container {
    margin-top: 0.5rem;
  }
}

.list-header {
  font-weight: 600;
  font-size: 1.5rem;
  margin: 1rem 0;
}

.list-audio {
  display: flex;
  flex-wrap: wrap;
}
.list-audio .audio-item {
  width: 100%;
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 0.5rem;
  gap: 0.5rem;
  border: 1px solid transparent;
  border-top-color: #ccc;
  cursor: pointer;
}
.list-audio .audio-item:last-child {
  border-bottom-color: #ccc;
}
.list-audio .audio-item p {
  margin: 0;
}
.list-audio .audio-item:hover {
  border-top: 1px solid #06ACD2;
  border-bottom: 1px solid #06ACD2;
  background: #DEEFF2;
}
.list-audio .audio-item:hover .audio-item__icon {
  color: #157ECC;
}
.list-audio .audio-item:hover + .audio-item {
  border-top-color: transparent;
}
.list-audio .audio-item.audio-item--active {
  border-top: 1px solid #06ACD2 !important;
  border-bottom: 1px solid #06ACD2 !important;
  background: #157ECC !important;
  color: #fff;
}
.list-audio .audio-item.audio-item--active .audio-item__icon,
.list-audio .audio-item.audio-item--active .audio-item__title,
.list-audio .audio-item.audio-item--active .audio-item__timer {
  color: #fff !important;
}
.list-audio .audio-item.audio-item--active + .audio-item {
  border-top-color: transparent !important;
}
.list-audio .audio-item__icon {
  color: #58595B;
  flex-basis: 24px;
  transition: all 0.35s ease-in-out;
}
.list-audio .audio-item__title {
  flex-grow: 1;
  color: #58595B;
}
.list-audio .audio-item__timer {
  color: #58595B;
}

.modal-trail-finished .modal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: none;
  min-height: 100dvh;
}
.modal-trail-finished .modal-content {
  border: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  background-image: url("../images/backgrounds/bg-popup-location-details.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.modal-trail-finished .modal-body {
  padding: 0;
  overflow: hidden;
}
.modal-trail-finished .btn-next-hotspot {
  position: absolute;
  bottom: 2.75rem;
  right: 3.875rem;
}
.modal-trail-finished .btn-prev-hotspot {
  position: absolute;
  bottom: 2.75rem;
  right: 3.875rem;
}
@media only screen and (max-width: 991.98px) {
  .modal-trail-finished .modal-content {
    height: -moz-fit-content;
    height: fit-content;
  }
  .modal-trail-finished .modal-body {
    overflow: auto;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .modal-trail-finished .btn-next-hotspot {
    position: static;
    width: 100%;
    justify-content: center;
    margin: 1rem 0;
  }
  .modal-trail-finished .btn-prev-hotspot {
    position: static;
    width: 100%;
    justify-content: center;
    margin: 1rem 0;
  }
}

.trail-finished__row {
  width: 80%;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding: 5rem 5rem 5rem 5rem;
  justify-content: center;
}
.trail-finished__row .trail-finished__column {
  width: 70%;
}
.trail-finished__row .trail-finished__map {
  margin-bottom: 2rem;
}
.trail-finished__row .trail-finished__map img {
  max-width: 100%;
}
.trail-finished__row .trail-finished__title {
  margin-bottom: 2rem;
}
.trail-finished__row .trail-finished__title span {
  display: block;
  margin-bottom: 1rem;
  color: #58595B;
  font-size: 0.875rem;
}
.trail-finished__row .trail-finished__title h1 {
  font-family: "DM Serif Display", sans-serif;
}
.trail-finished__row .trail-finished__divider {
  margin: 1rem 0 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  opacity: 0.3;
}
.trail-finished__row .trail-finished__button-box {
  display: flex;
  gap: 1rem;
}
.trail-finished__row .trail-finished__button-box .btn {
  flex: 1 1 auto;
}
.trail-finished__row .trail-finished__text {
  margin-bottom: 3rem;
}
.trail-finished__row .btn-next-hotspot {
  position: static;
}
.trail-finished__row .btn-prev-hotspot {
  position: static;
}
@media only screen and (max-width: 991.98px) {
  .trail-finished__row {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 100px 1.25rem 1.25rem;
    max-width: 100%;
    align-items: flex-start;
    gap: 3rem;
    width: 100%;
  }
  .trail-finished__row .trail-finished__column {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .trail-finished__row .trail-finished__button-box {
    flex-wrap: wrap;
  }
}

.map-pointer {
  filter: brightness(100%) saturate(100%);
}

.map-pointer_click-filter {
  filter: grayscale(100%);
}

.map-pointer_hover-filter {
  filter: brightness(110%) hue-rotate(190deg) saturate(150%);
}

.leaflet-popup-content-wrapper {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.leaflet-popup-tip {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.leaflet-popup-content {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #003A5D;
}

.modal-feedbacks {
  z-index: 1097;
}
.modal-feedbacks .modal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: none;
  min-height: 100dvh;
}
.modal-feedbacks .modal-content {
  height: -moz-fit-content;
  height: fit-content;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  background-image: url("../images/backgrounds/bg-popup-location-details.png");
  background-repeat: repeat;
  background-position: center;
  background-size: 100%;
}
.modal-feedbacks .modal-body {
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.feedbacks__container {
  width: 100%;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  padding: 8rem 3rem 5rem 3rem;
  position: relative;
}
.feedbacks__container .icon-message {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  color: #FFFFFF;
  font-size: 2rem;
  background-color: rgba(219, 219, 219, 0.5);
  border-radius: 100%;
  margin-bottom: 2rem;
}
.feedbacks__container .icon-message::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  transform: translate(-50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: linear-gradient(276deg, rgba(2, 135, 204, 0.9) 0.36%, rgba(6, 172, 210, 0.9) 93.33%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.feedbacks__container .feedbacks__header {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  margin-bottom: 2rem;
}
.feedbacks__container .feedbacks__header > div {
  flex: 1 1 0;
}
.feedbacks__container .feedbacks__title span {
  display: block;
  margin-bottom: 0.5rem;
  color: #58595B;
  font-size: 0.875rem;
}
.feedbacks__container .feedbacks__title h1 {
  font-family: "DM Serif Display", sans-serif;
  margin: 0;
}
.feedbacks__container .feedbacks__filter-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0.5rem;
}
.feedbacks__container .feedbacks__filter-container select {
  width: auto;
}
@media only screen and (max-width: 991.98px) {
  .feedbacks__container {
    padding: 8rem 1.25rem 5rem 1.25rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .feedbacks__container .icon-message {
    width: 70px;
    height: 70px;
    font-size: 1.125rem;
  }
  .feedbacks__container .icon-message::before {
    width: 50px;
    height: 50px;
  }
  .feedbacks__container .feedbacks__header {
    flex-direction: column;
    gap: 2rem;
  }
  .feedbacks__container .feedbacks__filter-container {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .feedbacks__container .feedbacks__filter-container select {
    width: 100%;
  }
}

.feedbacks__list {
  position: relative;
}
.feedbacks__list .default-loading {
  pointer-events: visible;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: rgba(255, 255, 255, 0.95);
}
.feedbacks__list .default-paging {
  padding: 2rem 0 3rem;
}
.feedbacks__list .feedbacks__list-container {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.feedbacks__list .feedbacks__item {
  display: flex;
  gap: 1rem;
}
.feedbacks__list .feedbacks__item:nth-child(even) .card-feedback__user-box {
  order: 2;
}
.feedbacks__list .feedbacks__item:hover .card-feedback__user-box, .feedbacks__list .feedbacks__item:hover .card-feedback__feedback-box {
  border: 1px solid #06ACD2;
  background: #DEEFF2;
  transition: all 0.35s ease-in-out;
}
.feedbacks__list .card-feedback__user-box, .feedbacks__list .card-feedback__feedback-box {
  padding: 1rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 58, 93, 0.1);
  background: rgba(243, 243, 243, 0.6);
  transition: all 0.35s ease-in-out;
}
.feedbacks__list .card-feedback__user-box {
  width: 30%;
}
.feedbacks__list .card-feedback__user-container {
  display: flex;
  align-items: center;
}
.feedbacks__list .card-feedback__user-column {
  flex: 1 1 0;
}
.feedbacks__list .card-feedback__user-column.card-feedback__user-column--btn {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}
.feedbacks__list .card-feedback__user-column .btn-arrow {
  padding: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
}
.feedbacks__list .card-feedback__carousel {
  margin-bottom: 1.5rem;
}
.feedbacks__list .card-feedback__img {
  display: block;
  padding: 0 0 56.26% 0;
  position: relative;
}
.feedbacks__list .card-feedback__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  border-radius: 1rem;
  width: 100%;
  object-fit: cover;
}
.feedbacks__list .card-feedback__user-date {
  font-size: 14px;
  font-weight: normal;
}
.feedbacks__list .card-feedback__user-name {
  font-size: 1rem;
}
.feedbacks__list .card-feedback__user-email {
  font-size: 1rem;
  color: #06ACD2;
  margin: 0;
  overflow-wrap: anywhere;
}
.feedbacks__list .card-feedback__feedback-box {
  width: 70%;
}
.feedbacks__list .card-feedback__place-name {
  font-weight: 600;
  color: #06ACD2;
  font-size: 1.5rem;
  padding-left: 1.5rem;
}
.feedbacks__list .card-feedback__feedback {
  display: flex;
}
.feedbacks__list .card-feedback__feedback-item {
  padding: 1.5rem;
  flex: 1 1 0;
}
.feedbacks__list .card-feedback__feedback-item:nth-child(2) {
  border-left: 1px solid rgba(0, 58, 93, 0.1);
  border-right: 1px solid rgba(0, 58, 93, 0.1);
}
.feedbacks__list .card-feedback__feedback-item:last-child {
  border-right: none !important;
}
.feedbacks__list .card-feedback__feedback-item h3 {
  font-size: 1rem;
}
.feedbacks__list .card-feedback__feedback-item p {
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .feedbacks__list .card-feedback__feedback {
    flex-direction: column;
  }
  .feedbacks__list .card-feedback__feedback-item:nth-child(2) {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid rgba(0, 58, 93, 0.1);
    border-bottom: 1px solid rgba(0, 58, 93, 0.1);
  }
  .feedbacks__list .card-feedback__carousel {
    margin-bottom: 1rem;
  }
  .feedbacks__list .card-feedback__user-container {
    align-items: flex-start;
    flex-direction: column;
  }
  .feedbacks__list .card-feedback__user-column:nth-child(1) {
    order: 2;
  }
  .feedbacks__list .card-feedback__user-column:nth-child(2) {
    order: 1;
  }
  .feedbacks__list .card-feedback__user-column.card-feedback__user-column--btn {
    align-self: center;
    margin-bottom: 2rem;
  }
  .feedbacks__list .card-feedback__user-column .btn-arrow {
    padding: 0.5rem;
    width: 2rem;
    height: 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .feedbacks__list .feedbacks__item {
    flex-wrap: wrap;
  }
  .feedbacks__list .feedbacks__item:nth-child(even) .card-feedback__user-box {
    order: 0;
  }
  .feedbacks__list .card-feedback__user-box {
    width: 100%;
  }
  .feedbacks__list .card-feedback__feedback-box {
    width: 100%;
  }
  .feedbacks__list .card-feedback__place-name {
    padding: 0;
  }
  .feedbacks__list .card-feedback__feedback-item {
    padding: 1rem 0;
  }
}

.default-paging {
  padding: 1rem 0 2rem;
}
.default-paging.dp--unavailable .dp__action,
.default-paging.dp--unavailable .dp__label {
  display: none !important;
}
.default-paging ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.default-paging button {
  border: none;
  background: none;
}
.default-paging .dp__action {
  margin: 0 auto 1rem;
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.default-paging .dp__label {
  line-height: 1;
  font-size: 1.125rem;
  text-align: center;
}
.default-paging .dp__prev,
.default-paging .dp__next {
  position: relative;
}
.default-paging .dp__prev.disabled,
.default-paging .dp__next.disabled {
  cursor: auto;
  pointer-events: none;
  opacity: 0.5;
}
.default-paging .dp__prev img,
.default-paging .dp__next img {
  width: 10px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.default-paging .dp__prev,
.default-paging .dp__next,
.default-paging ol, .default-paging ul,
.default-paging ol li, .default-paging ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125rem;
}
.default-paging .dp__prev,
.default-paging .dp__next,
.default-paging li button {
  cursor: pointer;
}
.default-paging .dp__prev,
.default-paging .dp__next,
.default-paging li {
  margin: 8px;
}
.default-paging .dp__prev,
.default-paging .dp__next,
.default-paging li button {
  color: #58595B;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  overflow: hidden;
  font-size: 1.25rem;
  font-weight: 600;
}
.default-paging .dp__prev.disabled, .default-paging .dp__prev[disabled],
.default-paging .dp__next.disabled,
.default-paging .dp__next[disabled],
.default-paging li button.disabled,
.default-paging li button[disabled] {
  background: none !important;
}
.default-paging .dp__prev:hover,
.default-paging .dp__next:hover,
.default-paging li button:hover {
  background-color: rgba(21, 126, 204, 0.15);
}
.default-paging li.active button {
  background-color: #157ECC;
  color: #fff;
  cursor: auto;
  pointer-events: none;
}
@media only screen and (max-width: 767.98px) {
  .default-paging .dp__prev,
  .default-paging .dp__next,
  .default-paging li {
    margin: 4px;
  }
  .default-paging .dp__prev,
  .default-paging .dp__next,
  .default-paging li button {
    font-size: 1.125rem;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
  }
  .default-paging .dp__action {
    margin: 0 -1rem 1rem;
    width: auto;
  }
}

.form-feedback {
  position: relative;
}
.form-feedback.form-feedback--loading * {
  pointer-events: none;
  cursor: auto;
}
.form-feedback.form-feedback--loading .default-loading {
  display: flex;
}
.form-feedback .default-loading {
  z-index: 1000;
  pointer-events: visible;
  display: none;
}

.modal-popup-video {
  z-index: 1095;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-popup-video .modal-content {
  --bs-modal-bg: transparent;
  --bs-modal-border-color: transparent;
}
.modal-popup-video .btn-close {
  position: absolute;
  z-index: 3;
  right: 0;
}
.modal-popup-video .popup-video video {
  border-radius: 20px;
}
.modal-popup-video .popup-video__poster {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}
.modal-popup-video .popup-video__poster::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 1;
  opacity: 0.35;
  transition: opacity 0.35s ease-in-out;
}
.modal-popup-video .popup-video__poster::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/icons/icon-play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.modal-popup-video .popup-video__poster img {
  border-radius: 1rem;
  width: 100%;
  max-width: 100%;
  position: static;
  max-height: inherit;
  border: inherit;
  box-shadow: none;
  transform: none;
  object-fit: none;
}
.modal-popup-video .popup-video__poster:hover::before {
  opacity: 0;
}
.modal-popup-video .popup-video--playing .popup-video__poster {
  opacity: 0;
  display: none;
}

.leaflet-bar img {
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 70%;
  display: block;
  margin: 0 auto; /* ensures horizontal centering as fallback */
}

.leaflet-bar .leaflet-control-reset,
.leaflet-bar .leaflet-control-tutorial {
  /* Add specific styles here if needed */
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  /* Leave empty or add custom styles */
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 0px solid rgba(0, 0, 0, 0.2);
}

.leaflet-touch .leaflet-bar .leaflet-control-zoom-in {
  margin-bottom: 8px;
}

.leaflet-touch .leaflet-bar a:first-child,
.leaflet-touch .leaflet-bar a:last-child {
  border-radius: 25px;
  border: 2px solid #003A5D;
}

.leaflet-touch .leaflet-bar a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center; /* Horizontal centering */
  align-items: center; /* Vertical centering */
  overflow: hidden;
  background-color: white; /* Optional */
  padding: 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 896px) and (max-height: 520px) {
  .leaflet-touch .leaflet-bar a {
    width: 40px;
    height: 40px;
  }
  .leaflet-bar img {
    max-width: 60%;
    max-height: 60%;
  }
}
.app-overlay {
  background: white;
  z-index: 1000000001;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.modal-tutorial {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1099;
}
.modal-tutorial .modal-content {
  border-radius: 1.875rem;
  position: relative;
  padding: 3rem 2rem;
  box-shadow: 0px 4px 17px 0px rgba(31, 31, 31, 0.1) inset, 0px 7px 12px 0px rgba(0, 0, 0, 0.2);
}
.modal-tutorial .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-tutorial .btn-close {
  position: absolute;
  z-index: 3;
  right: 1rem;
  top: 1rem;
}
.modal-tutorial .tutorial__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  color: #FFFFFF;
  background: linear-gradient(276deg, rgba(2, 135, 204, 0.9) 0.36%, rgba(6, 172, 210, 0.9) 93.33%);
  border-radius: 100%;
  margin-bottom: 1.5rem;
}
.modal-tutorial .tutorial__icon img {
  width: 40px;
}
.modal-tutorial .tutorial__title {
  font-weight: 500;
  font-size: 2rem;
}
.modal-tutorial .tutorial__description {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .modal-tutorial .modal-content {
    padding: 3rem 2rem;
  }
}

.modal-feedback-submitted {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1099;
}
.modal-feedback-submitted .modal-content {
  border-radius: 1.875rem;
  position: relative;
  padding: 3rem 2rem;
  box-shadow: 0px 4px 17px 0px rgba(31, 31, 31, 0.1) inset, 0px 7px 12px 0px rgba(0, 0, 0, 0.2);
}
.modal-feedback-submitted .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-feedback-submitted .btn-close {
  position: absolute;
  z-index: 3;
  right: 1rem;
  top: 1rem;
}
.modal-feedback-submitted .feedback-submitted__icon {
  width: 200px;
}
.modal-feedback-submitted .feedback-submitted__icon img {
  max-width: 100%;
}
.modal-feedback-submitted .feedback-submitted__title {
  font-weight: 500;
  font-size: 2rem;
}
.modal-feedback-submitted .feedback-submitted__description {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .modal-feedback-submitted .modal-content {
    padding: 3rem 2rem;
  }
}

.model-viewer-manager {
  position: relative;
}

.default-loading {
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255, 255, 255);
  padding: 1rem;
  z-index: 1001;
}
.default-loading.default-loading--bottom {
  align-items: flex-end;
}
.default-loading.default-loading--bottom .dl__box {
  margin: 3rem 0;
}
.default-loading.default-loading--top {
  align-items: flex-start;
}
.default-loading.default-loading--top .dl__box {
  margin: 3rem 0;
}
.default-loading.default-loading--small .dl__box {
  margin: 1.5rem 0;
}
.default-loading.default-loading--small .dl__label {
  margin-top: 10px;
}
.default-loading.default-loading--small .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
  --bs-spinner-border-width: 2px;
}
.default-loading.default-loading--transparent {
  background-color: rgba(255, 255, 255, 0.5);
}
.default-loading .dl__box {
  text-align: center;
}
.default-loading .dl__label {
  margin-top: 1rem;
}
.default-loading .spinner-border {
  --bs-spinner-width: 3rem;
  --bs-spinner-height: 3rem;
  --bs-spinner-border-width: 4px;
  color: #333;
}

.modal-popup-model-viewer {
  z-index: 1095;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-popup-model-viewer .modal-content {
  padding: 3rem;
  border-radius: 1.875rem;
}
.modal-popup-model-viewer .modal-body {
  padding: 0;
}
.modal-popup-model-viewer .btn-close {
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
}
.modal-popup-model-viewer model-viewer {
  width: 100%;
  min-height: 500px;
  border-radius: 1.25rem;
  border: 1px solid rgba(202, 201, 214, 0.8);
}
@media only screen and (max-width: 767.98px) {
  .modal-popup-model-viewer .modal-content {
    padding: 2rem 2rem;
  }
  .modal-popup-model-viewer .btn-close {
    right: 0.5rem;
    top: 0.5rem;
  }
}

/**
 * This is the default style of:
 * 1) .modal-popup-alert
 * 2) .modal-popup-confirmation
 *
 * Please take note when changing this!
 */
.modal-popup-generic {
  z-index: 1098;
}
.modal-popup-generic .modal-content {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.modal-popup-generic .modal-header {
  border-bottom: none;
}
.modal-popup-generic .modal-footer {
  border-top: none;
}

.tutorial_carousel {
  width: calc(var(--bs-modal-width) - 100px);
  height: 350px;
}
@media only screen and (max-width: 991.98px) {
  .tutorial_carousel {
    height: 580px;
    width: auto;
  }
}
.tutorial_carousel .tutorial_button {
  height: 4.5rem;
}
@media only screen and (max-width: 991.98px) {
  .tutorial_carousel .tutorial_button {
    height: 3.5rem;
  }
}
.tutorial_carousel .tutorial_mouse {
  height: 10rem;
}
.tutorial_carousel .tutorial_phone {
  height: 6rem;
  width: 6rem;
}

.modal-social-services {
  z-index: 1093;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}
.modal-social-services .modal-content {
  border-radius: 1.875rem;
  position: relative;
  padding: 3rem 3rem;
  box-shadow: 0px 4px 17px 0px rgba(31, 31, 31, 0.1) inset, 0px 7px 12px 0px rgba(0, 0, 0, 0.2);
}
.modal-social-services .modal-body {
  padding: 0;
}
.modal-social-services .btn-close {
  position: absolute;
  z-index: 1;
  right: 1rem;
  top: 1rem;
}
@media only screen and (max-width: 767.98px) {
  .modal-social-services .modal-content {
    padding: 2rem 2rem;
  }
  .modal-social-services .btn-close {
    right: 0.5rem;
    top: 0.5rem;
  }
}

.social-services__content {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.social-services__content .social-services__column {
  width: calc(50% - 2rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.social-services__content .social-services__img {
  border-radius: 15px;
  height: 100%;
  align-content: center;
  font-size: 0.75rem;
  text-align: center;
  color: #58595B;
}
.social-services__content .social-services__img img {
  max-width: 100%;
  width: 100%;
  height: 350px;
  object-fit: contain;
  border-radius: 15px;
}
.social-services__content .social-services__img figcaption {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  color: #58595B;
}
.social-services__content .social-services__details {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.social-services__content .social-services__details h1 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}
.social-services__content .social-services__details p {
  font-size: 1.125rem;
  margin: 0;
}
@media only screen and (max-width: 1199.98px) {
  .social-services__content {
    flex-direction: column;
  }
  .social-services__content .social-services__column {
    width: 100%;
  }
  .social-services__content .social-services__img img {
    height: 300px;
  }
  .social-services__content .social-services__details {
    gap: 1rem;
  }
  .social-services__content .social-services__details h1 {
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0;
  }
  .social-services__content .social-services__details p {
    margin: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .social-services__content .social-services__img img {
    height: 200px;
  }
}

/* The side navigation menu */
.sidenav-btn {
  width: 3.5rem;
  height: 4rem;
  padding: 0;
  flex-shrink: 0;
  border-radius: 0px 75px 75px 0px !important;
  z-index: 1028;
  top: 40%;
  transition: margin-left 0.5s ease-in-out, color 0.35s ease-in-out, background-color 0.35s ease-in-out, border-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out, background 0.35s ease-in-out !important;
}

.sidenav {
  height: 60dvh; /* 100% Full-height */
  width: 320px; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  border-radius: 0px 20px 20px 0px !important;
  z-index: 1028; /* Stay on top */
  top: 20%; /* Stay at the top */
  left: 0;
  background-color: white; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 30px; /* Place content 60px from the top */
  padding-bottom: 30px;
  transition: transform 0.5s ease-in-out; /* Smooth transition for sliding */
  transform: translateX(-100%);
}

/* When you mouse over the navigation links, change their color */
.objective-title {
  background-color: #1692CB; /* Blue color */
  color: white; /* Text color */
  border-radius: 50px; /* Rounded corners */
  padding: 8px 15px; /* Top/bottom and left/right padding */
  font-size: 1rem;
}

.objective-title:hover {
  background-color: #11709c;
  color: white; /* Text color */
}

.collapse-container {
  margin-top: 15px;
}

.sidenav-btn-icon {
  display: inline-block;
  height: 6px;
  width: 6px;
  border: solid white 6px;
  background-color: #4CAF50; /* Green circle */
  border-radius: 50%; /* Circular shape */
  margin-right: 8px; /* Spacing between the icon and text */
}

.back-link {
  text-decoration: none;
  color: #1692CB; /* Bootstrap primary blue */
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}

.back-link:hover {
  color: #0056b3; /* Darker blue on hover */
}

.sidenav-icon {
  margin-right: 8px;
}

.sidenav .card {
  border: none; /* Remove the card border */
  box-shadow: none; /* Remove any box shadow */
}

.sidenav .card-body {
  border: none; /* Remove border */
  padding: 0.75rem 1rem; /* Optional: Adjust padding */
}

.version-number {
  position: fixed;
  bottom: 10px;
  left: 10px;
  font-size: 14px;
  color: #777;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 1100;
}
@media only screen and (max-width: 767.98px) {
  .version-number {
    bottom: 0;
  }
}

.v-desktop-large-inline {
  display: none;
}
.v-desktop-large-inline-inline {
  display: none;
}
@media only screen and (min-width: 1440px) {
  .v-desktop-large-inline {
    display: block !important;
  }
  .v-desktop-large-inline-inline {
    display: inline !important;
  }
}

.v-desktop {
  display: none;
}
.v-desktop-inline {
  display: none;
}
@media only screen and (max-width: 1439px) and (min-width: 1200px) {
  .v-desktop {
    display: block !important;
  }
  .v-desktop-inline {
    display: inline !important;
  }
}

.v-tablet {
  display: none;
}
.v-tablet-inline {
  display: none;
}
@media only screen and (max-width: 1199.98px) and (min-width: 992px) {
  .v-tablet {
    display: block !important;
  }
  .v-tablet-inline {
    display: inline !important;
  }
}

.v-tablet-portrait {
  display: none;
}
.v-tablet-portrait-inline {
  display: none;
}
@media only screen and (max-width: 991.98px) and (min-width: 768px) {
  .v-tablet-portrait {
    display: block !important;
  }
  .v-tablet-portrait-inline {
    display: inline !important;
  }
}

.v-mobile {
  display: none;
}
.v-mobile-inline {
  display: none;
}
@media only screen and (max-width: 767.98px) and (min-width: 480px) {
  .v-mobile {
    display: block !important;
  }
  .v-mobile-inline {
    display: inline !important;
  }
}

.v-mobile-portrait {
  display: none;
}
.v-mobile-portrait-inline {
  display: none;
}
@media only screen and (max-width: 479.98px) and (min-width: 320px) {
  .v-mobile-portrait {
    display: block !important;
  }
  .v-mobile-portrait-inline {
    display: inline !important;
  }
}

.viewport-state {
  position: fixed;
  top: 15px;
  right: 0;
  transform: translateX(78%);
  background: #000;
  color: #fff;
  padding: 7px 7px 7px 25px;
  font-size: 12px;
  opacity: 0.25;
  z-index: 10310;
  box-shadow: 0 0 3px #ff0;
  transition: all linear 0.15s;
}
.viewport-state:hover, .viewport-state.viewport-state--active {
  transform: translateX(0);
  opacity: 1;
}
.viewport-state input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
  width: auto;
}

.btn-volume {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #003A5D;
  width: 2rem;
  height: 2rem;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  border-radius: 100%;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
  outline: none;
}
.btn-volume:hover {
  color: #33617d;
}

.btn-feedback {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #003A5D;
  width: 2rem;
  height: 2rem;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  border-radius: 100%;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
  outline: none;
}
.btn-feedback:hover {
  color: #33617d;
}

.btn-round {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  background: #157ECC;
  transition: background-color 0.35s ease-in-out, opacity 0.35s ease-in-out;
  outline: none;
}
.btn-round img {
  height: 1rem;
  width: 1rem;
}
.btn-round:active, .btn-round:focus, .btn-round:hover {
  opacity: 1;
}
.btn-round:hover {
  background-color: #1371b8;
}
.btn-round:active, .btn-round:focus {
  background-color: #1165a3;
  box-shadow: none;
}

.btn-arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  background: transparent;
  transition: background-color 0.35s ease-in-out, opacity 0.35s ease-in-out, color 0.35s ease-in-out;
  color: #003A5D;
  outline: none;
  border: 1px solid #003A5D;
}
.btn-arrow img {
  height: 1rem;
  width: 1rem;
}
.btn-arrow i {
  width: 1rem;
  height: 1rem;
}
.btn-arrow:active, .btn-arrow:focus, .btn-arrow:hover {
  opacity: 1;
}
.btn-arrow:not(.slick-disabled):hover {
  background-color: #157ECC;
  color: #fff;
  border-color: #157ECC;
}
.btn-arrow:active, .btn-arrow:focus {
  background-color: #157ECC;
  color: #fff;
  border-color: #157ECC;
  box-shadow: none;
}

.modal::-webkit-scrollbar {
  width: 4px;
}
.modal::-webkit-scrollbar-track {
  background-color: #D9D9D9;
}
.modal::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #157ECC;
  outline: 1px solid slategrey;
}

.navbar-brand {
  transition: color 0.35s ease-in-out, opacity 0.35s ease-in-out;
}
.navbar-brand:hover, .navbar-brand:focus {
  opacity: 0.8;
}

.btn {
  --bs-btn-padding-x: 3rem;
  --bs-btn-padding-y: .5rem;
  --bs-btn-border-radius: 3rem;
  --bs-btn-font-weight: 500;
  transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out, border-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out, background 0.35s ease-in-out;
  align-content: center;
}

.btn-primary {
  --bs-btn-bg: #157ECC;
  --bs-btn-border-color: #157ECC;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #1371b8;
  --bs-btn-hover-border-color: #1371b8;
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #1165a3;
  --bs-btn-active-border-color: #1165a3;
}

.btn-secondary {
  --bs-btn-border-width: 2px;
  --bs-btn-color: #003A5D;
  --bs-btn-bg: rgba(255, 255, 255, 0.7);
  --bs-btn-border-color: #003A5D;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #003A5D;
  --bs-btn-hover-border-color: #003A5D;
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #003A5D;
  --bs-btn-active-border-color: #003A5D;
}
.btn-secondary.btn--active {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #003A5D;
  --bs-btn-border-color: #003A5D;
}

.btn-outline-secondary {
  --bs-btn-border-width: 2px;
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(255, 255, 255, 0.25);
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(143, 143, 143, 0.325);
  --bs-btn-hover-border-color: #fff;
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: rgba(143, 143, 143, 0.325);
  --bs-btn-active-border-color: #fff;
}

.modal-backdrop.show {
  --bs-backdrop-opacity: .2;
}

.modal-content {
  --bs-modal-border-color: #FFFFFF;
}

.btn-close {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  background: #157ECC url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  transition: background-color 0.35s ease-in-out, opacity 0.35s ease-in-out;
  outline: none;
}
.btn-close:active, .btn-close:focus, .btn-close:hover {
  opacity: 1;
}
.btn-close:hover {
  background-color: #1371b8;
}
.btn-close:active, .btn-close:focus {
  background-color: #1165a3;
  box-shadow: none;
}

.offcanvas-header .btn-close {
  padding: 1rem;
}

.form-control {
  border-radius: 100px;
}
.form-control:focus {
  border-color: #06ACD2;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(21, 126, 204, 0.25);
}

textarea.form-control {
  border-radius: 1rem;
}

.form-select {
  border-color: #003A5D;
  border-radius: 2rem;
  color: #003A5D;
}
.form-select:focus {
  border-color: rgba(0, 58, 93, 0.8);
  box-shadow: 0 0 0 0.25rem rgba(0, 58, 93, 0.25);
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
}
.owl-carousel .owl-item img {
  transform-style: flat;
}

.slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
}

.location-details-gallery.fancybox__container {
  z-index: 1097;
}