.btn, .location-info-img a, .btn-square, .btn-square-hollow, .btn-on-background, .btn-on-solid-background, .btn-important, .btn-link, .btn-hollow {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.normal-text-link {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.btn, .location-info-img a, .btn-square, .btn-square-hollow, .btn-on-background, .btn-on-solid-background, .btn-important, .btn-link, .btn-hollow {
  padding: 0.5rem 2rem 0.5rem 2rem;
  border-radius: 0;
  position: relative;
  text-decoration: none;
  min-height: 46px;
  max-height: 46px;
  min-width: 135px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 30px;
}

.normal-btn {
  text-decoration: none;
  padding: 1rem 2rem 1rem 2rem;
  font-size: 1rem;
  color: white;
  border-radius: 0;
  border: 0;
}

.master-hamburger-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 111.41px;
  height: 111.41px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  z-index: 1200;
  cursor: pointer;
}
.master-hamburger-container .master-ham-btn {
  display: grid;
  grid-row-gap: 0.5rem;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-1 {
  transform: translateX(30%);
}
.master-hamburger-container .master-ham-btn #ham-1, .master-hamburger-container .master-ham-btn #ham-3 {
  width: 13px;
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-3 {
  transform: translateX(100%);
}
.master-hamburger-container .master-ham-btn:hover > #ham-1 {
  transform: translateX(100%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn:hover > #ham-3 {
  transform: translateX(30%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham {
  width: 30px;
  height: 3px;
  background-color: #000;
}
.master-hamburger-container .master-ham-text {
  margin-top: 0.2rem;
}

.master-btn-active {
  transform: rotate(0) !important;
  transition: all 0.7s ease;
}

.master-ham-1-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(45deg) translate(10px, 10px) !important;
  transition: all 0.7s ease;
}

.master-ham-2-active {
  display: none;
}

.master-ham-3-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(-45deg) translate(3px, -3px) !important;
  transition: all 0.7s ease;
}

.ux-color-branding-black {
  width: 100%;
  height: 85px;
  background-color: #1d1d1d;
}

.ux-color-branding-dark-grey {
  width: 100%;
  height: 85px;
  background-color: #746F6F;
}

.ux-color-branding-light-grey {
  width: 100%;
  height: 85px;
  background-color: #e9e9e9;
}

.ux-color-branding-white {
  width: 100%;
  height: 85px;
  background-color: #ffffff;
}

.ux-color-functional-beige {
  width: 100%;
  height: 85px;
  background-color: #a8998b;
}

.ux-color-functional-light-beige {
  width: 100%;
  height: 85px;
  background-color: #D7CBBE;
}

.ux-color-functional-light-orange {
  width: 100%;
  height: 85px;
  background-color: #F4EBE5;
}

.ux-color-functional-beige-20 {
  width: 100%;
  height: 85px;
  background-color: #E8E5E2;
}

.ux-color-accent-purple {
  width: 100%;
  height: 85px;
  background-color: #43273B;
}

.ux-color-accent-navy-blue {
  width: 100%;
  height: 85px;
  background-color: #394358;
}

.ux-color-accent-emerard {
  width: 100%;
  height: 85px;
  background-color: #21362C;
}

.ux-color-accent-orange {
  width: 100%;
  height: 85px;
  background-color: #EDC7A2;
}

.ux-color-accent-light-grey {
  width: 100%;
  height: 85px;
  background-color: #f8f8f8;
}

.ux-color-feedback-valid {
  width: 100%;
  height: 85px;
  background-color: #36AD5E;
}

.ux-color-feedback-valid-light {
  width: 100%;
  height: 85px;
  background-color: #cfffdf;
}

.ux-color-feedback-warning {
  width: 100%;
  height: 85px;
  background-color: #C98C1A;
}

.ux-color-feedback-warning-light {
  width: 100%;
  height: 85px;
  background-color: #FFE8BD;
}

.ux-color-feedback-invalid {
  width: 100%;
  height: 85px;
  background-color: #B03333;
}

.ux-color-feedback-invalid-light {
  width: 100%;
  height: 85px;
  background-color: #ffc6c6;
}

.linear-functional-beige, .btn:hover, .location-info-img a:hover, .btn-square:hover, .btn-square-hollow:hover, .btn-on-background:hover, .btn-on-solid-background:hover, .btn-important:hover, .btn-link:hover, .btn-hollow:hover {
  background: linear-gradient(120deg, #a8998b 0%, #D7CBBE 100%);
}

.linear-branding-dark-grey, .btn-important:hover {
  background: linear-gradient(120deg, #746F6F 0%, #BCB4B4 100%);
}

@keyframes gradient {
  0% {
    background-position: 14% 0%;
  }
  50% {
    background-position: 87% 100%;
  }
  100% {
    background-position: 14% 0%;
  }
}
.linear-background-animated, .btn-important.animated, .btn.animated, .location-info-img a.animated, .animated.btn-square, .animated.btn-square-hollow, .animated.btn-on-background, .animated.btn-on-solid-background, .animated.btn-link, .animated.btn-hollow, .btn:hover, .location-info-img a:hover, .btn-square:hover, .btn-square-hollow:hover, .btn-on-background:hover, .btn-on-solid-background:hover, .btn-important:hover, .btn-link:hover, .btn-hollow:hover {
  background-size: 400% 400%;
  animation: gradient 3s ease-in-out infinite;
  transition: all 0.5s ease;
}

.shimmerLine {
  height: 10px;
  background: #777;
  margin-top: 20px;
}

.shimmerBox {
  height: 100%;
  position: relative;
}

.shimmerBox::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  min-width: 250px;
  animation: shimmer 2s infinite linear;
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%;
}

@keyframes fullView {
  100% {
    width: 100%;
  }
}
.animateLoading {
  animation: shimmer 2s infinite linear;
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.btn.loading::before, .location-info-img a.loading::before, .loading.btn-square::before, .loading.btn-square-hollow::before, .loading.btn-on-background::before, .loading.btn-on-solid-background::before, .loading.btn-important::before, .loading.btn-link::before, .loading.btn-hollow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@keyframes clipMe {
  0%, 100% {
    clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
  }
  35% {
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 25%, 100% 0, 100% 75%, 0% 100%);
  }
  65% {
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 75%);
  }
}
.btn, .location-info-img a, .btn-square, .btn-square-hollow, .btn-on-background, .btn-on-solid-background, .btn-important, .btn-link, .btn-hollow {
  color: #ffffff;
  background-color: #a8998b;
  border: 0;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.btn:hover, .location-info-img a:hover, .btn-square:hover, .btn-square-hollow:hover, .btn-on-background:hover, .btn-on-solid-background:hover, .btn-important:hover, .btn-link:hover, .btn-hollow:hover {
  color: #ffffff;
}
.btn.loading, .location-info-img a.loading, .loading.btn-square, .loading.btn-square-hollow, .loading.btn-on-background, .loading.btn-on-solid-background, .loading.btn-important, .loading.btn-link, .loading.btn-hollow, .loading.btn-square-hollow {
  position: relative;
}
.btn.loading::before, .location-info-img a.loading::before, .loading.btn-square::before, .loading.btn-square-hollow::before, .loading.btn-on-background::before, .loading.btn-on-solid-background::before, .loading.btn-important::before, .loading.btn-link::before, .loading.btn-hollow::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 0 1px;
  animation: clipMe 1.5s linear infinite;
}
.btn:focus, .location-info-img a:focus, .btn-square:focus, .btn-square-hollow:focus, .btn-on-background:focus, .btn-on-solid-background:focus, .btn-important:focus, .btn-link:focus, .btn-hollow:focus, .btn:active, .location-info-img a:active, .btn-square:active, .btn-square-hollow:active, .btn-on-background:active, .btn-on-solid-background:active, .btn-important:active, .btn-link:active, .btn-hollow:active {
  color: #ffffff;
  background-color: #a8998b;
  opacity: 0.75;
}
.btn.disabled, .location-info-img a.disabled, .disabled.btn-square, .disabled.btn-square-hollow, .disabled.btn-on-background, .disabled.btn-on-solid-background, .disabled.btn-important, .disabled.btn-link, .disabled.btn-hollow, .btn[disabled], .location-info-img a[disabled], [disabled].btn-square, [disabled].btn-square-hollow, [disabled].btn-on-background, [disabled].btn-on-solid-background, [disabled].btn-important, [disabled].btn-link, [disabled].btn-hollow, .btn.aspNetDisabled, .location-info-img a.aspNetDisabled, .aspNetDisabled.btn-square, .aspNetDisabled.btn-square-hollow, .aspNetDisabled.btn-on-background, .aspNetDisabled.btn-on-solid-background, .aspNetDisabled.btn-important, .aspNetDisabled.btn-link, .aspNetDisabled.btn-hollow, .btn.swiper-button-disabled, .location-info-img a.swiper-button-disabled, .swiper-button-disabled.btn-square, .swiper-button-disabled.btn-square-hollow, .swiper-button-disabled.btn-on-background, .swiper-button-disabled.btn-on-solid-background, .swiper-button-disabled.btn-important, .swiper-button-disabled.btn-link, .swiper-button-disabled.btn-hollow {
  pointer-events: none;
  color: #ffffff;
  background: rgba(116, 111, 111, 0.2);
}
.btn.enlarged, .location-info-img a.enlarged, .enlarged.btn-square, .enlarged.btn-square-hollow, .enlarged.btn-on-background, .enlarged.btn-on-solid-background, .enlarged.btn-important, .enlarged.btn-link, .enlarged.btn-hollow {
  padding: 1rem 3rem 1rem 3rem;
  max-height: 80px;
}
.btn.fixed, .location-info-img a.fixed, .fixed.btn-square, .fixed.btn-square-hollow, .fixed.btn-on-background, .fixed.btn-on-solid-background, .fixed.btn-important, .fixed.btn-link, .fixed.btn-hollow {
  display: inline-block;
  min-width: 100px;
  width: auto;
  text-align: center;
  white-space: nowrap;
}

.btn-hollow, .btn-square-hollow {
  color: #a8998b;
  border: 1px solid #a8998b;
  background: none;
}
.btn-hollow:hover, .btn-square-hollow:hover {
  background: none;
  color: #a8998b;
  background-color: #E8E5E2;
  animation: none;
  transition: none;
}
.btn-hollow:focus, .btn-square-hollow:focus, .btn-hollow:active, .btn-square-hollow:active {
  color: #a8998b;
  background-color: #ffffff;
}
.btn-hollow.disabled, .disabled.btn-square-hollow, .btn-hollow[disabled], [disabled].btn-square-hollow {
  pointer-events: none;
  color: #ffffff;
  background: rgba(116, 111, 111, 0.2);
  border: 0;
}

.btn-link {
  background: none;
  border: 0;
  max-width: none;
  min-width: auto;
  padding: 0;
  color: #746F6F;
  display: flex;
  align-items: center;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  background: none;
  color: #746F6F;
}
.btn-link:focus, .btn-link:active {
  color: #746F6F;
  background: none;
}
.btn-link.disabled, .btn-link[disabled] {
  pointer-events: none;
  color: rgba(116, 111, 111, 0.2);
  background: none;
}

.btn-important {
  color: #ffffff;
  background-color: #746F6F;
  border: 0;
}
.btn-important:hover {
  color: #ffffff;
}
.btn-important:focus, .btn-important:active {
  background-color: #746F6F;
}
.btn-important.disabled, .btn-important[disabled] {
  pointer-events: none;
  color: #ffffff;
  background: rgba(116, 111, 111, 0.2);
}

.btn-on-solid-background {
  color: #a8998b;
  background: none;
  background-color: #ffffff;
}
.btn-on-solid-background:hover {
  color: #a8998b;
  background: none;
  background-color: rgba(255, 255, 255, 0.8);
}
.btn-on-solid-background:focus, .btn-on-solid-background:active {
  color: #a8998b;
  background-color: #ffffff;
}
.btn-on-solid-background.disabled, .btn-on-solid-background[disabled] {
  pointer-events: none;
  color: rgba(255, 255, 255, 0.3);
  background: rgba(29, 29, 29, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-on-background {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: none;
  width: -moz-max-content;
  width: max-content;
}
.btn-on-background:hover {
  color: #a8998b;
  background: none;
  background-color: #ffffff;
}
.btn-on-background:hover > .arrow {
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='24' viewBox='0 0 45 24' fill='none'%3E%3Crect x='44.4203' y='1.50003' width='31' height='3' transform='rotate(135 44.4203 1.50003)' fill='%23A8998B'/%3E%3Crect x='1.9939' y='0.0858459' width='31' height='3' transform='rotate(45 1.9939 0.0858459)' fill='%23A8998B'/%3E%3C/svg%3E");
}
.btn-on-background:focus, .btn-on-background:active {
  color: #a8998b;
  background-color: #ffffff;
}
.btn-on-background:focus > .arrow, .btn-on-background:active > .arrow {
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='24' viewBox='0 0 45 24' fill='none'%3E%3Crect x='44.4203' y='1.50003' width='31' height='3' transform='rotate(135 44.4203 1.50003)' fill='%23A8998B'/%3E%3Crect x='1.9939' y='0.0858459' width='31' height='3' transform='rotate(45 1.9939 0.0858459)' fill='%23A8998B'/%3E%3C/svg%3E");
}
.btn-on-background.disabled, .btn-on-background[disabled] {
  pointer-events: none;
  color: rgba(255, 255, 255, 0.3);
  background: rgba(29, 29, 29, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.btn-on-background.disabled > .arrow, .btn-on-background[disabled] > .arrow {
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='24' viewBox='0 0 45 24' fill='none'%3E%3Crect x='44.4203' y='1.50003' width='31' height='3' transform='rotate(135 44.4203 1.50003)' fill='rgba(255, 255, 255, 0.3)'/%3E%3Crect x='1.9939' y='0.0858459' width='31' height='3' transform='rotate(45 1.9939 0.0858459)' fill='rgba(255, 255, 255, 0.3)'/%3E%3C/svg%3E");
}

.btn-square, .btn-square-hollow {
  width: 46px;
  min-width: 0 !important;
  height: 46px;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.btn-square > .arrow, .btn-square-hollow > .arrow {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='24' viewBox='0 0 45 24' fill='none'%3E%3Crect x='44.4203' y='1.50003' width='31' height='3' transform='rotate(135 44.4203 1.50003)' fill='white'/%3E%3Crect x='1.9939' y='0.0858459' width='31' height='3' transform='rotate(45 1.9939 0.0858459)' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-square.up > .arrow, .up.btn-square-hollow > .arrow {
  transform: rotate(180deg);
}
.btn-square.left > .arrow, .left.btn-square-hollow > .arrow {
  transform: rotate(90deg);
}
.btn-square.right > .arrow, .right.btn-square-hollow > .arrow {
  transform: rotate(-90deg);
}
.btn-square > .plus, .btn-square-hollow > .plus {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.97792' y='20.7961' width='40' height='2' fill='white'/%3E%3Crect x='20.8713' y='41.9026' width='40' height='2' transform='rotate(-90 20.8713 41.9026)' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-square > .minus, .btn-square-hollow > .minus {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.97792' y='20.7961' width='40' height='2' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-square.small, .small.btn-square-hollow {
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
}
.btn-square.small > .arrow, .small.btn-square-hollow > .arrow,
.btn-square.small > .plus,
.small.btn-square-hollow > .plus,
.btn-square.small > .minus,
.small.btn-square-hollow > .minus {
  width: 12px;
  height: 12px;
}

.btn-square-hollow > .arrow {
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='24' viewBox='0 0 45 24' fill='none'%3E%3Crect x='44.4203' y='1.50003' width='31' height='3' transform='rotate(135 44.4203 1.50003)' fill='%23A8998B'/%3E%3Crect x='1.9939' y='0.0858459' width='31' height='3' transform='rotate(45 1.9939 0.0858459)' fill='%23A8998B'/%3E%3C/svg%3E");
}
.btn-square-hollow > .plus {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.97792' y='20.7961' width='40' height='2' fill='%23A8998B'/%3E%3Crect x='20.8713' y='41.9026' width='40' height='2' transform='rotate(-90 20.8713 41.9026)' fill='%23A8998B'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-square-hollow > .minus {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.97792' y='20.7961' width='40' height='2' fill='%23A8998B'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-square-hollow.active {
  background: #a8998b;
  color: #ffffff;
}
.btn-square-hollow.active > .arrow {
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='24' viewBox='0 0 45 24' fill='none'%3E%3Crect x='44.4203' y='1.50003' width='31' height='3' transform='rotate(135 44.4203 1.50003)' fill='%23FFFFFF'/%3E%3Crect x='1.9939' y='0.0858459' width='31' height='3' transform='rotate(45 1.9939 0.0858459)' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.btn-square-hollow.btn-on-background > .arrow {
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='24' viewBox='0 0 45 24' fill='none'%3E%3Crect x='44.4203' y='1.50003' width='31' height='3' transform='rotate(135 44.4203 1.50003)' fill='%23FFFFFF'/%3E%3Crect x='1.9939' y='0.0858459' width='31' height='3' transform='rotate(45 1.9939 0.0858459)' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.btn-square-hollow.btn-on-background:hover > .arrow {
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='24' viewBox='0 0 45 24' fill='none'%3E%3Crect x='44.4203' y='1.50003' width='31' height='3' transform='rotate(135 44.4203 1.50003)' fill='%23A8998B'/%3E%3Crect x='1.9939' y='0.0858459' width='31' height='3' transform='rotate(45 1.9939 0.0858459)' fill='%23A8998B'/%3E%3C/svg%3E");
}
.btn-square-hollow.btn-on-background:focus > .arrow, .btn-square-hollow.btn-on-background:active > .arrow {
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='24' viewBox='0 0 45 24' fill='none'%3E%3Crect x='44.4203' y='1.50003' width='31' height='3' transform='rotate(135 44.4203 1.50003)' fill='%23A8998B'/%3E%3Crect x='1.9939' y='0.0858459' width='31' height='3' transform='rotate(45 1.9939 0.0858459)' fill='%23A8998B'/%3E%3C/svg%3E");
}
.btn-square-hollow.btn-on-background.disabled > .arrow, .btn-square-hollow.btn-on-background[disabled] > .arrow {
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='24' viewBox='0 0 45 24' fill='none'%3E%3Crect x='44.4203' y='1.50003' width='31' height='3' transform='rotate(135 44.4203 1.50003)' fill='rgba(255, 255, 255, 0.3)'/%3E%3Crect x='1.9939' y='0.0858459' width='31' height='3' transform='rotate(45 1.9939 0.0858459)' fill='rgba(255, 255, 255, 0.3)'/%3E%3C/svg%3E");
}

.data-pager {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
}

.data-pager-prev,
.data-pager-next {
  position: absolute !important;
  background-size: 20px !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/* reset */
.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

/* body{
    text-align: center;
} */
.page-head {
  display: flex;
  justify-content: center;
  position: relative;
  height: 60vh;
  background: no-repeat scroll center bottom 50px/cover;
  text-align: center;
}

.mainContent {
  width: 100%;
  max-width: 960px;
  padding: 2em;
  font-family: "Secular One", sans-serif;
  font-size: 100%;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin: 0 auto;
  margin-top: 3%;
}

/* box-shadow: 0 0 -5px 5px rgba(82, 82, 82, 0.16); */
/* .title h1{
    font-family: 'Secular One', sans-serif;
    font-size: 3em;
    font-weight: 700;
    font-style: normal;
    margin: 0;
} */
.subtitle, .descriptions {
  margin-top: 1em;
  font-size: 1em;
}

/* .subtitle{
    text-align: left;
} */
.descriptions {
  text-transform: uppercase;
  color: #9B212D;
}

.location-content {
  width: 60em;
  margin: 0 auto;
}

.local-content h2 {
  font-family: "Secular One", sans-serif;
  font-size: 2em;
  font-weight: 700;
  font-style: normal;
}

.map-container {
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  margin-top: 3em;
  height: 50vh;
  margin-bottom: 1%;
}

#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.town {
  width: 92vw;
  max-width: 1280px;
  margin: 0 auto;
  transform: translate(50px, 50px);
  transition: 0.5s all ease;
  opacity: 0;
  height: 0;
  display: none;
}

.slideUp {
  height: 100%;
  opacity: 1;
  transform: translate(0);
}

.localInfo {
  display: flex;
  margin-top: 2em;
  margin-bottom: 2em;
  height: 480px;
}

#townTitle {
  font-size: 3em;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  text-transform: capitalize;
}

#townTitle::before {
  content: "\f56b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}

.townDescription {
  width: 40%;
  padding: 2em;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
}

.townImg {
  width: 100%;
  height: 300px;
}

.townAdventure, .townExperience {
  width: 50%;
  max-width: 600px;
  max-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  background-size: cover;
  background-position: center;
}

.townAdventure h3, .townExperience h3 {
  font-size: 3em;
}

.hideme {
  display: none;
}

.tab-control {
  position: absolute;
  letter-spacing: 1px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: white;
  padding-top: 3em;
  padding-bottom: 3em;
  z-index: 998;
}

.locals-name {
  margin: 0 auto;
  padding-inline-start: 0;
  width: 230px;
  padding: 0 1.5rem;
}

.locals-name li {
  margin-bottom: 1em;
  list-style-type: none;
}

.locals-name li:last-of-type {
  margin-bottom: 0;
}

.locals-name li span {
  cursor: pointer;
}

.locals-name li span:hover {
  color: white;
  padding: 5px;
  background: #a9998a;
}

.gm-style .gm-style-iw-c {
  border-radius: 0;
  box-shadow: 0;
}

.location-info {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  width: 20em;
  height: 20vh;
}

.location-info h2 {
  font-size: 1.25em;
  margin: 0;
}

.location-info-img {
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1rem;
  flex-direction: row-reverse;
}

.loctitle h3 {
  font-weight: bold;
}

.center-control:hover .fa-chevron-left {
  color: #222325;
}

.location-cards > div {
  display: grid;
  gap: 2.125rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
@media (min-width: 992px) {
  .location-cards > div {
    grid-template-columns: repeat(auto-fit, minmax(3, 1fr));
  }
}

.htcontent {
  padding: 1em;
  margin-top: 1em;
  padding-bottom: 2em;
}

.htimg {
  width: 100%;
  max-height: 250px;
  overflow: hidden;
}

.slogan {
  text-align: center;
  padding-bottom: 5rem;
}

.slogan h3 {
  font-style: italic;
}

@media screen and (max-width: 960px) {
  .localInfo {
    display: block;
    height: auto;
  }
  .townAdventure, .townExperience {
    max-width: initial;
    width: 100%;
    height: 300px;
  }
  .townDescription {
    width: 100%;
  }
  .cards {
    margin-top: 4em;
  }
}
@media screen and (max-width: 600px) {
  .townLeft {
    -ms-flex-align: unset;
    -webkit-align-items: unset;
    -webkit-box-align: unset;
    display: block;
    width: 100%;
    height: 100px;
  }
  .townRight {
    border: 5px solid white;
    width: 100%;
  }
  .tab-control {
    text-align: center;
    margin-bottom: 0px;
    bottom: 0px;
    top: auto;
    transform: translate(0, 0);
    width: 100%;
    background: white;
    padding: 2rem;
  }
  .locals-name {
    width: 100%;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .locals-name li {
    margin-right: 3px;
  }
  .mainContent {
    width: 100vw;
  }
  .title h1 {
    font-weight: 100;
    font-size: 2em;
  }
  .location-info {
    display: grid;
    width: 100%;
    padding: 1em;
  }
  .location-info-img {
    display: grid;
    justify-items: center;
    grid-row-gap: 1rem;
  }
  .location-info h2 {
    font-size: 1em;
    font-family: inherit;
    font-style: normal;
  }
  .location-info-address span {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 455px) {
  .locals-name {
    grid-template-columns: 1fr 1fr;
    text-align: left;
    justify-items: center;
  }
  .tab-control {
    bottom: -185px;
  }
  .town {
    margin-top: calc(185px + 1rem);
  }
}/*# sourceMappingURL=location.css.map */