/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
  font-display: swap;
}
/* fallback */
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v109/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2) format("woff2");
  font-display: swap;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.container-width {
  max-width: 1320px !important;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .container-width {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1680px) {
  .container-width {
    max-width: calc(95.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 1920px) {
  .container-width {
    max-width: calc(110.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 2561px) {
  .container-width {
    max-width: calc(102.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 3840px) {
  .container-width {
    max-width: calc(120.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 4096px) {
  .container-width {
    max-width: calc(125.5rem + 0.2vw) !important;
  }
}

@media screen and (min-width: 1680px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(16px + 0.2vw);
    line-height: calc(18px + 0.2vw);
  }
}
@media screen and (min-width: 1920px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(16px + 0.3vw);
    line-height: calc(18px + 0.3vw);
  }
}
@media screen and (min-width: 2560px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(18px + 0.3vw);
    line-height: calc(20px + 0.3vw);
  }
}
@media screen and (min-width: 3008px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(20px + 0.4vw);
    line-height: calc(22px + 0.4vw);
  }
}
@media screen and (min-width: 4096px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(22px + 0.5vw);
    line-height: calc(24px + 0.5vw);
  }
}
@media screen and (min-width: 5120px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(24px + 0.5vw);
    line-height: calc(26px + 0.5vw);
  }
}

.btn-primary {
  background-color: #0FC24E;
  width: fit-content;
  text-decoration: none;
  color: #040316 !important;
  border-radius: 0.25rem;
  border: 0.125rem solid #0FC24E;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  line-height: 135%;
  letter-spacing: 0.1125rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-primary {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #3FCE71;
  border-color: #3FCE71;
}
.btn-primary.btn-small {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  line-height: 135%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-primary.btn-small {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary {
  background-color: transparent;
  color: #040316 !important;
  border: 0.125rem solid #040316;
  border-radius: 0.25rem;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  line-height: 135%;
  letter-spacing: 0.1125rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #040316;
  color: #FFFFFF !important;
}
.btn-secondary-darkmode {
  background-color: transparent;
  color: #FFFFFF !important;
  border: 0.125rem solid #FFFFFF;
  border-radius: 0.25rem;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  line-height: 135%;
  letter-spacing: 0.1125rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary-darkmode {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary-darkmode:hover, .btn-secondary-darkmode:active, .btn-secondary-darkmode:focus {
  background-color: #FFFFFF;
  color: #040316 !important;
}
.btn-secondary-darkmode.btn-small {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  line-height: 135%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary-darkmode.btn-small {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary.btn-small {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  line-height: 135%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary.btn-small {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}

* {
  box-sizing: border-box;
  font-family: "sofia-pro", Helvetica, Arial, serif !important;
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-size-adjust: none;
  background-color: #040316;
}

a {
  cursor: pointer !important;
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  color: inherit;
}

.spacer-top {
  padding-top: 9.75rem;
}
@media (max-width: 1100px) {
  .spacer-top {
    padding-top: 10.1875rem;
  }
}
.spacer-top.without-breadcrumb {
  padding-top: 6.5rem;
}
@media (max-width: 1100px) {
  .spacer-top.without-breadcrumb {
    padding-top: 7.375rem;
  }
}
.spacer-top.with-hero-banner {
  padding-top: 0px;
}
@media (max-width: 1100px) {
  .spacer-top.with-hero-banner {
    padding-top: 7.375rem;
  }
}

@media (max-width: 1100px) {
  body > main {
    padding-top: 0.5rem !important;
  }
}

@media (max-width: 992px) {
  .spacer {
    display: none;
  }
}

.spacerResponsive {
  display: none;
}
@media (max-width: 992px) {
  .spacerResponsive {
    display: block;
  }
}

/**
* - Common Mixins
**/
/*
   Typo Variables
*/
/**
* Font-sizes
**/
/**
* Other font sizes
**/
/**
* Font-weight
**/
/**
* Font-style
**/
/**
* Letter Spacing
*/
/**
* Line Height
*/
/*=============== Global Responsive on SGS Framework ===================*/
/*======================== Border width/style/color Handler ===================================*/
/*================= Flex Grow Handler ======================*/
/*================ Spacing Mixin =======================*/
/*================ PlaceHolder Handler =======================*/
/*================== Font Typo Primary =============*/
/*================== Secondary Typo Primary =============*/
/*============== Display Position ================*/
/*================= Line Clamps =============*/
/*========== With and Max width ===========*/
.discover-map {
  display: grid;
  grid-template-columns: 0.78fr 1.5fr;
  color: #FFFFFF;
  /*Can be extend with Max && Min Query(Logic)*/
}
.discover-map .details {
  padding-top: 2.25rem;
}
.discover-map h2 {
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 128%;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 1.25rem;
}
.discover-map p {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 150%;
  max-width: 24rem;
}
.discover-map .tabs {
  display: flex;
  gap: 2.5rem;
  padding-bottom: 4rem;
  padding-top: 0.75rem;
}
.discover-map .tabs button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 135%;
  letter-spacing: 0.0625rem;
  font-weight: 400;
  gap: 0.5rem;
  cursor: pointer;
}
.discover-map .tabs button img {
  width: 2rem;
  height: 2rem;
}
.discover-map .tabs .active {
  color: #0FC24E;
  border-bottom: 0.125rem solid #0FC24E;
}
.discover-map .tab-inactive {
  display: none;
}
.discover-map .tab-active ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  /*Can be extend with Max && Min Query(Logic)*/
  /*Can be extend with Max && Min Query(Logic)*/
}
@media only screen and (max-width: 768px) {
  .discover-map .tab-active ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 0.25rem;
  }
}
@media only screen and (max-width: 576px) {
  .discover-map .tab-active ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.discover-map .tab-active li {
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 8px;
  /*Can be extend with Max && Min Query(Logic)*/
}
@media only screen and (max-width: 768px) {
  .discover-map .tab-active li {
    font-size: 0.875rem;
    line-height: 135%;
  }
}
.discover-map .tab-active li input[type=checkbox] {
  appearance: none;
  width: 1rem;
  height: 1rem;
  border: 0.125rem solid white;
  border-radius: 0.125rem;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}
.discover-map .tab-active li input[type=checkbox]::after {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.5rem;
  border: solid white;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
  top: 0px;
  left: 0.1875rem;
  opacity: 0;
  pointer-events: none;
}
.discover-map .tab-active li input[type=checkbox]:checked::after {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .discover-map {
    grid-template-columns: 1fr;
  }
  .discover-map h2 {
    font-size: 1.625rem;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0.625rem;
  }
  .discover-map p {
    font-size: 1rem;
    max-width: 18.4375rem;
    margin-top: 0px;
  }
  .discover-map .tabs {
    padding-bottom: 1.5rem;
    padding-top: 0.25rem;
  }
  .discover-map .tab-active ul li span {
    width: calc(100% - 31px);
  }
}

#map {
  width: 100%;
  aspect-ratio: 1/1;
  /*Can be extend with Max && Min Query(Logic)*/
}
@media only screen and (max-width: 768px) {
  #map {
    margin-top: 0.625rem;
    height: 24.75rem;
  }
}

.map-infowindow {
  display: flex;
  align-items: center;
  margin-right: 1.875rem;
  margin-bottom: 0.375rem;
  gap: 1rem;
  /*Can be extend with Max && Min Query(Logic)*/
}
@media only screen and (max-width: 576px) {
  .map-infowindow {
    width: 11.25rem;
    gap: 0.6rem;
  }
}
.map-infowindow img {
  height: 7.5rem;
  width: 7.5rem;
  background: #ffffff;
  padding: 0.75rem;
  /*Can be extend with Max && Min Query(Logic)*/
}
@media only screen and (max-width: 576px) {
  .map-infowindow img {
    height: 4.25rem;
    width: 4.25rem;
  }
}
.map-infowindow .details {
  padding-top: 0 !important;
}
.map-infowindow .details .location {
  font-family: "sofia-pro";
  font-size: 0.875rem;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
  text-transform: uppercase;
  /*Can be extend with Max && Min Query(Logic)*/
}
@media only screen and (max-width: 576px) {
  .map-infowindow .details .location {
    font-size: 0.625rem;
  }
}
.map-infowindow .details .title {
  font-family: "sofia-pro";
  font-size: 1.125rem;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  white-space: nowrap;
  /*Can be extend with Max && Min Query(Logic)*/
}
@media only screen and (max-width: 576px) {
  .map-infowindow .details .title {
    font-size: 0.875rem;
    white-space: normal;
  }
}
.map-infowindow .no-image {
  visibility: hidden;
  width: 0px;
  padding: 0;
}

.gm-style-iw {
  background-color: #07742e !important;
  box-shadow: none !important;
}

.gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style .gm-style-iw-tc::after {
  background-color: #07742e !important;
}

.gm-style-iw-chr {
  display: none !important;
}

.gm-style .gm-style-iw-c {
  padding-top: 0.375rem !important;
  padding-left: 0.375rem !important;
}

.gm-icon-close {
  background: transparent !important;
  height: 1.5rem !important;
  width: 1.5rem !important;
  position: absolute;
  right: 0.625rem;
  top: 0.375rem;
  padding: 0px !important;
  cursor: pointer;
  /*Can be extend with Max && Min Query(Logic)*/
}
@media only screen and (max-width: 576px) {
  .gm-icon-close {
    height: 1.25rem !important;
    width: 1.25rem !important;
  }
}

/*# sourceMappingURL=discover-map.css.map */
