/**
 * @file
 * Subtheme specific CSS.
 */
html {
  scroll-padding-top: calc(var(--gin-toolbar-secondary-height, 0px) + 117px) !important;
}

body {
  font-size: 1.125rem;
  line-height: 1.7777778;
  letter-spacing: 0;
  max-width: 100%;
}
body:not(.front-page) .region-site-branding img {
  filter: brightness(0);
}
body.front-page #header {
  background-color: #000000;
}
body.front-page #header .menu--main {
  --bs-link-color: #ffffff;
}
@media (min-width: 1441px) {
  body.front-page #header .menu--main .dropdown-menu a {
    --bs-link-color: #111924;
  }
}
body.front-page #header .navbar-toggler {
  background-color: #ffffff;
}

.triangle-top-left {
  position: relative;
  overflow: hidden;
  z-index: 10;
  margin-top: -4vw;
  padding-top: 1rem;
  clip-path: polygon(0 0, 100% 4vw, 100% 100%, 0% 100%);
}

.triangle-top-right {
  position: relative;
  overflow: hidden;
  z-index: 10;
  margin-top: -4vw;
  padding-top: 1rem;
  clip-path: polygon(0 4vw, 100% 0, 100% 100%, 0% 100%);
}

.triangle-bottom-left {
  position: relative;
  overflow: hidden;
  margin-bottom: -4vw;
  padding-bottom: 1rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0% 100%);
}

.triangle-bottom-right {
  position: relative;
  overflow: hidden;
  margin-bottom: -4vw;
  padding-bottom: 1rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 4vw));
}

.text-bg-primary {
  background-color: #AE2129 !important;
  color: #ffffff !important;
}

.text-bg-primary-dark {
  background-color: #AD2029 !important;
  color: #ffffff !important;
}

.text-bg-secondary {
  background-color: #EEEDEA !important;
  color: #000000 !important;
}

.text-bg-secondary-5 {
  background-color: rgba(238, 237, 234, 0.5) !important;
  color: #000000 !important;
}

.text-bg-secondary-light {
  background-color: rgba(186, 182, 173, 0.15) !important;
  color: #000000 !important;
}

.text-bg-dark-blue {
  background-color: #333741 !important;
  color: #ffffff !important;
}

.text-bg-dark-azure {
  background-color: #111924 !important;
  color: #ffffff !important;
}

.text-bg-white {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.text-bg-black {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.text-bg-sea-fog {
  background-color: #dcdad6 !important;
  color: #ffffff !important;
}

.text-bg-philippine-silver {
  background-color: #BAB6AD !important;
  color: #ffffff !important;
}

.text-bg-dark-grey {
  background-color: #6C6A6B !important;
  color: #ffffff !important;
}

.text-bg-spring-wood-5 {
  background-color: rgba(246, 246, 244, 0.5019607843) !important;
  color: #000000 !important;
}

.text-inherit {
  color: inherit !important;
}

.block-inline-blocktext-with-background {
  margin-top: 5.5rem;
  margin-bottom: 4.5rem;
}
@media (min-width: 1441px) {
  .block-inline-blocktext-with-background {
    margin-top: 7rem;
    margin-bottom: 6rem;
  }
}

@media (max-width: 1440.98px) {
  .node {
    text-align: center;
  }
}

.swiper-pagination {
  --swiper-pagination-bullet-size: .75rem;
}
.swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #ffffff;
}
.swiper-pagination .swiper-pagination-bullet-active {
  --swiper-theme-color: #ffffff;
}

#layout-builder-modal form .form-textarea-wrapper {
  color: #000000;
}

.block-layout-builder {
  --axd-block-padding-y: 6.875rem;
  padding-top: var(--axd-block-padding-y);
  padding-bottom: var(--axd-block-padding-y);
}
@media (min-width: 1441px) {
  .block-layout-builder {
    --axd-block-padding-y: 5.9375rem;
  }
}

.w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.img-max-w-100 img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.node__content {
  font-size: 1em !important;
  margin-top: 0 !important;
}

.layout-builder__layout {
  width: 100%;
}

@media (min-width: 1441px) {
  .search-map main {
    height: 700px;
  }
  .search-map main .locations-list {
    width: 20% !important;
  }
  .search-map main .google-map {
    width: 80% !important;
  }
}

.img-parallax {
  background-attachment: fixed;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.bg-video.background-local-video video {
  filter: grayscale(1);
  max-width: 100%;
}
.bg-video.background-local-video .text-primary {
  filter: drop-shadow(0 0 0.5rem #ffffff);
}

.lnh-0 {
  line-height: 0 !important;
}

.lnh-1 {
  line-height: 0.25rem !important;
}

.lnh-2 {
  line-height: 0.5rem !important;
}

.lnh-3 {
  line-height: 0.75rem !important;
}

li.icon-privacy-choices a {
  display: inline-flex;
  align-items: center;
}
li.icon-privacy-choices a:after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1.5rem;
  margin-left: 0.5rem;
  background-image: url(/themes/custom/axd/assets/img/privacyoptions.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

body .node .field--type-image {
  float: unset;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: var(--bs-primary);
}

h1, .h1 {
  font-family: "baskerville-display-pt", serif !important;
  font-size: 2.625rem;
  line-height: 1;
  font-weight: 400;
}
@media (min-width: 1441px) {
  h1, .h1 {
    font-size: 3.75rem;
  }
}

h2, .h2 {
  font-family: "baskerville-display-pt", serif !important;
  font-size: 2.625rem;
  line-height: 1.33;
}
@media (min-width: 1441px) {
  h2, .h2 {
    font-size: 3.375rem;
  }
}

h3, .h3 {
  font-family: "archivo", sans-serif !important;
  font-size: 1.875rem;
  line-height: 1.1;
}

h4, .h4 {
  font-family: "archivo", sans-serif !important;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

.field--name-field-text p {
  font-weight: 300;
}

.img-caption {
  font-size: 0.625rem;
  line-height: 2rem;
}
@media (min-width: 1441px) {
  .img-caption {
    font-size: 0.75rem;
  }
}

strong {
  font-weight: bold !important;
}

.big {
  font-size: 2rem;
}

.huge {
  font-family: "baskerville-display-pt", serif !important;
  font-size: 11.75rem;
  font-weight: 700;
}
.huge.smaller {
  font-size: 5.875rem;
}
.huge sub, .huge sup {
  font-size: 0.5em;
}

.year-num {
  font-family: "baskerville-display-pt", serif !important;
  font-size: 12.5rem;
  line-height: normal;
}

.year-text {
  font-family: "baskerville-display-pt", serif !important;
  font-size: 3.125rem;
  line-height: 3.4375rem;
}
@media (min-width: 1441px) {
  .year-text {
    transform: translateY(1rem);
  }
}

.font-36-b {
  font-family: "baskerville-display-pt", serif !important;
  font-size: 1.875rem;
}
@media (min-width: 1441px) {
  .font-36-b {
    font-size: 2.25rem;
  }
}

.font-14 {
  font-size: 0.875rem;
}

@media (max-width: 1440.98px) {
  .small {
    font-size: 0.625em;
  }
}

.smaller {
  font-size: 0.625rem;
}
@media (min-width: 1441px) {
  .smaller {
    font-size: 0.75em;
  }
}

.bigger {
  font-size: 1.25em;
}

.banner-title,
.banner-title-second {
  font-size: 3rem;
}
@media (min-width: 1920px) {
  .banner-title,
  .banner-title-second {
    font-size: 5.625rem;
  }
}
@media (min-width: 1441px) and (max-width: 1920px) {
  .banner-title,
  .banner-title-second {
    font-size: 4.6875vw;
  }
}

@media (min-width: 1920px) {
  .field--name-field-slogan,
  .banner-text-wrapper {
    font-size: 1.5rem;
  }
}
@media (min-width: 1441px) and (max-width: 1920px) {
  .field--name-field-slogan,
  .banner-text-wrapper {
    font-size: 1.25vw;
  }
}

.heading-text-cta-button-heading {
  font-size: 2.5rem;
  line-height: 2rem;
  font-family: "baskerville-display-pt", serif !important;
}

.badge-grey {
  background-color: #6C6A6B;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
}
@media (min-width: 1441px) {
  .badge-grey {
    display: inline-block;
    padding: 0 2rem;
    min-width: 250px;
  }
}

.mt-n1 {
  margin-top: -0.5rem;
}

.mt-n2 {
  margin-top: -0.75rem;
}

.mt-n3 {
  margin-top: -1rem;
}

.number-heading {
  font-size: 5rem;
  color: #BAB6AD;
  font-family: "baskerville-display-pt", serif !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}

.text-formatted a {
  text-decoration: none;
}

ol.styled {
  padding-left: 0;
  align-items: baseline;
  counter-reset: list;
}
ol.styled li:before {
  width: var(--axd-list-marker-width, 1.55em);
  height: var(--axd-list-marker-height, 1.55em);
  min-width: var(--axd-list-marker-width, 1.55em);
  counter-increment: list;
  content: counter(list);
  color: var(--axd-list-marker-color, #6C6A6B);
  background-color: var(--axd-list-marker-bg, #EEEDEA);
  border-radius: 50%;
  text-align: center;
  line-height: var(--axd-list-marker-lh, 1.85);
  margin-right: var(--axd-list-marker-mr, 0.5rem);
}
ol.styled.marker-lead {
  --axd-list-marker-width: 1.7em;
  --axd-list-marker-height: 1.7em;
}
ol.styled.marker-lead li:before {
  font-size: 1.5rem;
}
ol.styled.horizontal li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  gap: 1rem;
}
ol.styled.circle-red {
  --axd-list-marker-color: #ffffff;
  --axd-list-marker-bg: #AE2129;
}
ol.styled.circle-white {
  --axd-list-marker-color: #6C6A6B;
  --axd-list-marker-bg: #ffffff;
}
ol.styled.circle-white li {
  display: flex;
}
ol.styled.circle-dark-grey {
  --axd-list-marker-color: #ffffff;
  --axd-list-marker-bg: #6C6A6B;
}
ol.styled.circle-small li {
  display: flex;
}
@media (max-width: 1440.98px) {
  ol.styled.circle-small li {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1441px) {
  ol.styled.circle-small li {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    align-items: center;
    line-height: 1.7777778;
  }
}
ol.styled.circle-huge {
  display: flex;
}
@media (max-width: 1440.98px) {
  ol.styled.circle-huge {
    --axd-list-marker-mr: 0;
    flex-direction: column;
    align-items: center;
    row-gap: 4rem;
  }
}
@media (min-width: 1441px) {
  ol.styled.circle-huge {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
}
ol.styled.circle-huge li {
  display: flex;
  line-height: 2.5;
}
@media (max-width: 1440.98px) {
  ol.styled.circle-huge li {
    flex-direction: column;
    align-items: center;
    row-gap: 2.5rem;
  }
}
@media (min-width: 1441px) {
  ol.styled.circle-huge li {
    width: 50%;
  }
}
ol.styled.circle-huge li:before {
  --axd-list-marker-width: 5.625rem;
  --axd-list-marker-height: 5.625rem;
  --axd-list-marker-color: #AE2129;
  --axd-list-marker-bg: #ffffff;
  --axd-list-marker-lh: 1.65;
  --axd-list-marker-mr: 2rem;
  font-size: 3.75rem;
  opacity: 0.2;
}
@media (max-width: 1440.98px) {
  ol.styled.circle-huge li:before {
    --axd-list-marker-mr: 0;
  }
}

ul.styled {
  padding-left: 0;
}
ul.styled.underlined-list {
  list-style: none;
}
ul.styled.underlined-list li {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.3;
  border-bottom: 1px solid #dcdad6;
}
ul.styled.fit-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
ul.styled.with-check li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.75rem 0;
  width: 100%;
}
ul.styled.with-check li:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 0.75rem;
  background-image: url("/themes/custom/axd/assets/img/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
ul.styled.with-image li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 0;
  width: 100%;
}
ul.styled.with-image li:not(:last-of-type) {
  border-bottom: 1px solid #dcdad6;
}
@media (max-width: 1440.98px) {
  ul.styled.with-image li {
    flex-direction: column;
  }
}
ul.styled.red-badge-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 1441px) {
  ul.styled.red-badge-list {
    flex-direction: row;
    gap: 1rem;
  }
}
ul.styled.red-badge-list li {
  padding: 0.5rem;
  color: #ffffff;
  background-color: #AE2129;
}
@media (max-width: 1440.98px) {
  ul.styled.red-badge-list li {
    width: 100%;
  }
}
ul.styled.list-with-border {
  list-style: none;
}

ul.styled.list-with-border, ol.styled.list-with-border {
  display: flex;
  justify-content: center;
}
@media (max-width: 1440.98px) {
  ul.styled.list-with-border, ol.styled.list-with-border {
    flex-direction: column;
  }
}
ul.styled.list-with-border li, ol.styled.list-with-border li {
  width: 100%;
  text-align: center;
  line-height: 1;
}
@media (max-width: 1440.98px) {
  ul.styled.list-with-border li, ol.styled.list-with-border li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #dcdad6;
  }
  ul.styled.list-with-border li:last-of-type, ol.styled.list-with-border li:last-of-type {
    border-bottom: none;
  }
}
@media (min-width: 1441px) {
  ul.styled.list-with-border li, ol.styled.list-with-border li {
    border-right: 1px solid #dcdad6;
    padding: 0 3rem;
  }
  ul.styled.list-with-border li:last-of-type, ol.styled.list-with-border li:last-of-type {
    border-right: none;
  }
}

@media (min-width: 1441px) {
  ul.list-cols-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media (min-width: 1441px) {
  ul.list-cols-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
}

#header {
  position: sticky;
  top: var(--gin-toolbar-secondary-height, 0);
  z-index: 99;
  background-color: #ffffff;
}
@media (max-width: 1440.98px) {
  #header {
    position: sticky;
    top: var(--gin-toolbar-y-offset, 0);
    z-index: 999;
  }
}
#header ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
#header .nav {
  display: flex;
}
#header a {
  text-decoration: none;
}
#header .menu--top-menu {
  text-transform: uppercase;
}
#header .menu--top-menu .nav li {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
#header .menu--top-menu .nav li:not(:last-of-type) {
  margin-right: 0.5rem;
}
#header .menu--top-menu .nav li:not(:last-of-type):after {
  content: "";
  display: block;
  height: 18px;
  width: 1px;
  background-color: #6C6A6B;
}
#header .menu--top-menu .nav a {
  font-size: 14px;
  font-weight: 600;
  padding: 0.5rem;
  line-height: 2.5;
  color: #6C6A6B;
}
#header .menu--main {
  --bs-link-color: #111924;
  --bs-link-color-hover: var(--bs-primary);
}
#header .menu--main .navbar-nav {
  padding-top: 0.5rem;
  gap: 1.5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #header .menu--main .navbar-nav {
    font-size: 1rem;
    gap: 0.25rem;
    white-space: nowrap;
  }
}
@media (max-width: 1440.98px) {
  #header .menu--main .navbar-nav {
    flex-direction: column;
    gap: 0;
  }
}
#header .menu--main .navbar-nav:after {
  content: unset;
}
#header .menu--main .nav-item {
  padding: 1rem 0.5rem;
  border-bottom: 0.5rem solid transparent;
  line-height: 1;
  --bs-link-bg: #dcdad6;
}
@media (max-width: 1440.98px) {
  #header .menu--main .nav-item {
    --bs-link-bg: none;
    padding: 0;
    border-bottom: none;
  }
}
#header .menu--main .nav-item.dropdown {
  position: relative;
}
@media (min-width: 1441px) {
  #header .menu--main .nav-item.dropdown > a:after {
    content: "";
    display: inline-block;
    width: 0.75rem;
    min-width: 0.75rem;
    height: 0.4375rem;
    margin-left: 0.5rem;
    background-color: currentColor;
    -webkit-mask-image: url(/themes/custom/axd/assets/img/arrow-down.svg);
            mask-image: url(/themes/custom/axd/assets/img/arrow-down.svg);
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1440.98px) {
  #header .menu--main .nav-item.active a.is-active {
    --bs-link-color: #ffffff;
    background-color: #AE2129;
  }
}
@media (min-width: 1441px) {
  #header .menu--main .nav-item.active {
    border-color: #AE2129;
  }
}
#header .menu--main .nav-item:hover > .dropdown-menu {
  display: block;
}
@media (max-width: 1440.98px) {
  #header .menu--main .nav-item > a {
    font-weight: bold;
  }
}
#header .menu--main .nav-item a {
  color: var(--bs-link-color);
  font-size: 17px;
}
@media (max-width: 1440.98px) {
  #header .menu--main .nav-item a {
    display: inline-block;
    width: 100%;
    padding-left: 0.5rem;
    line-height: 2;
    border-bottom: 1px solid #6C6A6B;
  }
}
#header .menu--main .nav-item a:hover {
  color: var(--bs-link-color-hover);
}
#header .menu--main .nav-item > .dropdown-menu {
  min-width: 100%;
  z-index: 9;
}
@media (min-width: 1441px) {
  #header .menu--main .nav-item > .dropdown-menu {
    display: none;
    padding-top: 0.5rem;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
#header .menu--main .nav-item > .dropdown-menu a {
  display: inline-block;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 2;
  white-space: nowrap;
  background-color: var(--bs-link-bg);
}
@media (max-width: 1440.98px) {
  #header .menu--main .nav-item > .dropdown-menu a {
    padding-left: 1rem;
  }
}
#header .menu--main .nav-item > .dropdown-menu a:hover {
  color: #ffffff;
  background-color: #AE2129;
}
@media (max-width: 1440.98px) {
  #header .main-header {
    flex-wrap: wrap;
  }
  #header .main-header .header-mobile-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  #header .main-header .navbar-toggler {
    width: 45px;
    height: 25px;
    -webkit-mask-image: url("/themes/custom/axd/assets/img/menu.png");
            mask-image: url("/themes/custom/axd/assets/img/menu.png");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #000000;
    border: none;
  }
}
@media (max-width: 1440.98px) {
  #header .main-header #CollapsingNavbar {
    width: 100%;
  }
}
@media (min-width: 1441px) {
  #header .main-header #CollapsingNavbar {
    display: block;
  }
}

footer.footer .ui-accordion {
  border-bottom: 1px solid var(--bs-border-color);
}
@media (min-width: 1441px) {
  footer.footer .ui-accordion {
    padding-bottom: 3px;
  }
}
footer.footer .ui-accordion-header:after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  min-width: 0.75rem;
  height: 0.4375rem;
  margin-left: 0.5rem;
  background-color: currentColor;
  -webkit-mask-image: url(/themes/custom/axd/assets/img/arrow-down.svg);
          mask-image: url(/themes/custom/axd/assets/img/arrow-down.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: transform 0.3s ease-in-out;
}
footer.footer .ui-accordion-header:after {
  padding-bottom: 0.625rem;
}
footer.footer .ui-accordion-header.ui-state-active:after {
  transform: rotate(180deg);
}
footer.footer .ui-accordion-header, footer.footer .ui-accordion-content {
  color: #ffffff;
  background-color: unset;
  border: none;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
footer.footer .ui-accordion-content {
  margin-top: 3rem;
  padding: 0;
  text-align: left;
}
footer.footer .block-menu {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 1441px) {
  footer.footer .block-menu {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
footer.footer .footer-menu ul {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
footer.footer .footer-menu ul > li {
  line-height: 1;
  --axd-nav-padding-x: .5rem;
}
@media (min-width: 1441px) {
  footer.footer .footer-menu ul > li {
    --axd-nav-padding-x: .75rem;
  }
}
footer.footer .footer-menu ul > li:not(:first-of-type) {
  padding-left: var(--axd-nav-padding-x);
  border-left: 1px solid var(--bs-white);
}
footer.footer .footer-menu ul > li:not(:last-of-type) {
  padding-right: var(--axd-nav-padding-x);
}
footer.footer .footer-menu ul > li a {
  color: var(--bs-white);
}
footer.footer .block-axd-copyright-block {
  margin: 1rem 0;
  text-align: left;
}

#map-app-root {
  position: relative;
}
#map-app-root .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 99;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2));
}
#map-app-root .modal:not(.show) {
  display: none;
}
@media (max-width: 1440.98px) {
  #map-app-root .filters {
    justify-content: center;
  }
}
#map-app-root .filters .input-wrapper {
  font-size: 18px;
  line-height: 1;
  border: 1px solid #BAB6AD;
  border-radius: 0.25rem;
}
@media (min-width: 1441px) {
  #map-app-root .filters .input-wrapper {
    min-width: 260px;
  }
}
@media (max-width: 1440.98px) {
  #map-app-root .filters .input-wrapper {
    width: 100%;
  }
}
#map-app-root .filters .input-wrapper--autocomplete input {
  width: 100%;
  padding: 0.875rem 3rem;
  border: none;
}
#map-app-root .filters .input-wrapper--select {
  position: relative;
  padding: 0.25rem 1rem 0.25rem 3rem;
  justify-content: space-between;
  gap: 2rem;
}
#map-app-root .filters .input-wrapper--select > div {
  position: initial;
}
#map-app-root .filters .input-wrapper--select .react-select__control {
  position: initial;
  border: none;
  box-shadow: none;
}
#map-app-root .filters .input-wrapper--select .react-select__control:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#map-app-root .filters .input-wrapper--select .react-select__menu {
  right: 0;
  left: auto;
}
#map-app-root .filters .input-wrapper--select .react-select__indicator {
  padding: 0;
}
#map-app-root .filters .input-wrapper--select .react-select__indicator-separator {
  display: none;
}
#map-app-root .filters .btn-primary {
  padding: 1rem 1.75rem !important;
  border: none;
  line-height: 1;
}
#map-app-root main {
  margin-bottom: 4rem;
}
@media (min-width: 1441px) {
  #map-app-root main {
    max-height: 650px;
    height: 650px;
  }
}
@media (max-width: 1440.98px) {
  #map-app-root main {
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 1440.98px) {
  #map-app-root main .google-map {
    width: 100% !important;
    height: 450px;
  }
}
#map-app-root main .location {
  --bs-list-group-bg: rgba(238, 237, 234, 0.5);
  --bs-list-group-action-color: #000000;
}
#map-app-root main .location:hover {
  --bs-list-group-bg: #dcdad6;
}
#map-app-root main .location a {
  color: #000000;
}
#map-app-root main .location a:hover {
  color: #AE2129;
}