.gmap_wrapper {
  max-width: 100%;
  width: 100%;
}
.gmap_wrapper iframe {
  display: block;
  pointer-events: auto;
  transform: none;
  will-change: auto;
}

.page_accordion_wrapper .section__header h2, .visit_parking_section h2 {
  margin-bottom: 1.875rem;
}

.visit_parking_section {
  padding: 2.325rem 0 5rem;
}
.visit_parking_section .section__header {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.visit_parking_section .visit_parking_content {
  max-width: 73.75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.visit_parking_section .visit_parking_content .title {
  font-weight: var(--font-weight-bold);
  text-transform: none;
  font-family: var(--primary-font);
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .visit_parking_caution > *, .page_accordion_wrapper .section__header p {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .visit_parking_section {
    padding: 3.125rem 0 8.75rem;
  }
}
@media (min-width: 1200px) {
  .visit_parking_section {
    padding: 4.0625rem 0 10.625rem;
  }

  .visit_parking_caution > p {
    margin-bottom: 0;
  }
}
.where_we_section {
  padding: 1.5625rem 0;
}
.where_we_section .section__header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 73.75rem;
}
.where_we_section .section__header h3 {
  font-size: 1.5rem;
  font-weight: var(--font-weight-light);
}

@media (max-width: 767px) {
  .where_we_section .section__header h3 br {
    display: none;
  }
}
@media (min-width: 768px) {
  .where_we_section {
    padding: 1.875rem 0 2.5rem;
  }
}
@media (min-width: 1200px) {
  .where_we_section {
    padding: 2.8125rem 0 4.75rem;
  }
  .where_we_section .section__header h3 {
    font-size: 2.5rem;
  }
}
.page_accordion_section {
  margin-bottom: 2.5rem;
}

.page_accordion_wrapper {
  max-width: 100%;
  width: 100%;
  padding: 3.125rem 4.375rem;
  background-color: var(--color-2);
  border-radius: 1.125rem;
  margin-bottom: 0;
}
.page_accordion_wrapper .section__header {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page_accordion_wrapper .accordion-wrapper .accordion.active .accordion-content {
  margin-top: 0;
}

.info_accordion .page_accordion_wrapper .section__header {
  max-width: 90rem;
}

.page_accordion_section .accordion-wrapper .accordion {
  /* border-color: var(--color-3); */
  border-color: #D6B8B8;
  padding-bottom: 0.75rem;
}
.page_accordion_section .accordion-wrapper .accordion.active {
  border-color: var(--color-11);
}
.page_accordion_section .accordion-wrapper .accordion:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.page_accordion_section .accordion-wrapper .accordion .accordion-header h3.accordion-toggle {
  font-weight: var(--font-weight-xbold);
  text-transform: none;
  font-size: 1.25rem;
  color: var(--color-5);
  padding-right: 30px;
}
.page_accordion_section .accordion-wrapper .accordion .accordion-header .icon {
  color: var(--color-5);
}
.page_accordion_section .accordion-wrapper .accordion + .accordion {
  margin-top: 1.375rem;
}

.colored-accordion .accordion-wrapper .accordion:first-child .accordion-header h3.accordion-toggle {
  color: var(--color-13);
}
.colored-accordion .accordion-wrapper .accordion:nth-child(2) .accordion-header h3.accordion-toggle {
  color: var(--color-11);
}
.colored-accordion .accordion-wrapper .accordion:nth-child(3) .accordion-header h3.accordion-toggle {
  color: var(--color-4);
}

@media (max-width: 767px) {
  .page_accordion_wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 4.375rem;
    background-color: transparent;
  }

  .page_accordion_section {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .page_accordion_section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200vw;
    height: 160vw;
    background-color: var(--color-2);
    border-radius: 100%;
    z-index: -1;
  }
  .page_accordion_section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70%;
    width: 100%;
    background-color: var(--color-2);
    z-index: -1;
  }
  .page_accordion_section .accordion-wrapper .accordion .accordion-header h3.accordion-toggle {
    color: var(--color-12);
  }
}
@media (min-width: 768px) {
  .page_accordion_section {
    margin-bottom: 3.125rem;
  }
  .page_accordion_section .accordion-wrapper .accordion + .accordion {
    margin-top: 1.875rem;
  }
  .page_accordion_section .accordion-wrapper .accordion {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .page_accordion_section {
    margin-bottom: 5rem;
  }
  .page_accordion_section .accordion-wrapper .accordion + .accordion {
    margin-top: 2.875rem;
  }
  .page_accordion_section .accordion-wrapper .accordion {
    padding-bottom: 1.5rem;
  }
  .page_accordion_section .accordion-wrapper .accordion .accordion-header h3.accordion-toggle {
    font-size: 1.875rem;
  }
}
.table__wrapper {
  max-width: 100%;
  width: 100%;
  position: relative;
  overflow-x: auto;
  margin-top: 1rem;
}

.table__wrapper table {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
}
.table__wrapper table thead tr td {
  font-weight: var(--font-weight-bold);
  color: var(--color-13);
}
.table__wrapper table tr td {
  font-size: 1rem;
  padding: 1rem 2.125rem 1rem 0;
  white-space: nowrap;
}

.table__wrapper tbody tr td {
  font-weight: var(--font-weight-light);
}
.table__wrapper tbody tr:not(:last-child) td {
  border-bottom: 0.0625rem solid var(--color-13);
}

@media (min-width: 768px) {
  .table__wrapper {
    margin-top: 1.5rem;
  }
  .table__wrapper table tr {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .table__wrapper {
    margin-top: 1.875rem;
  }
  .table__wrapper table tr td {
    font-size: 1.25rem;
  }
}
.colored-accordion .accordion-wrapper .content_wrapper {
  margin-top: 2.375rem;
}
.colored-accordion .accordion-wrapper .content_wrapper strong {
  color: var(--color-11);
  font-weight: bold;
}
.colored-accordion .accordion-wrapper .content_wrapper p {
  font-size: 1.125rem;
}
.colored-accordion .accordion-wrapper .content_wrapper a {
  color: var(--color-11);
  font-weight: 600;
}

.colored-accordion .accordion-wrapper .accordion:nth-child(3) strong, .colored-accordion .accordion-wrapper .accordion:nth-child(3) a {
  color: var(--color-4);
}

@media (min-width: 768px) {
  .accordion-wrapper .content_wrapper {
    margin-top: 1.5rem;
  }
  .accordion-wrapper .content_wrapper p {
    font-size: 1.25rem;
  }
}
.comm_letting_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.comm_letting_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  max-width: 100%;
}
.comm_letting_wrapper .logo {
  max-width: 20.5rem;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 12.5rem;
}
.comm_letting_wrapper > div {
  flex: 1;
  max-width: 100%;
}
.comm_letting_wrapper > div.leting_content {
  padding: 2rem 0 3.5625rem;
  position: relative;
  z-index: 1;
}
.comm_letting_wrapper > div strong {
  color: var(--color-5);
  font-weight: var(--font-weight-bold);
}
.comm_letting_wrapper > div .header__sub-heading {
  font-size: 1.125rem;
}
.comm_letting_wrapper .cautions, .comm_letting_wrapper .details {
  font-size: 1.125rem;
  max-width: 40rem;
}
.comm_letting_section p, .comm_letting_section a{
    word-wrap: break-word;
}
@media (max-width: 991px) {
  .comm_letting_section .section__header {
    position: relative;
    overflow: hidden;
    text-align: center;
  }

  .comm_letting_wrapper {
    row-gap: 2.3125rem;
  }
  .comm_letting_wrapper > div {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .comm_letting_wrapper > div.leting_content:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: var(--color-2);
    height: 440vw;
    width: 340vw;
    z-index: -1;
    border-radius: 100%;
  }
  .comm_letting_wrapper .cautions, .comm_letting_wrapper .details {
    margin-left: auto;
    margin-right: auto;
  }
  .user-info_section .btn svg path{
    fill: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .comm_letting_wrapper .logo {
    margin-top: 6.25rem;
    margin-top: 3.125rem;
    margin-left: 0;
    margin-right: 0;
  }
  .comm_letting_wrapper > div.leting_content {
    padding: 2rem 2rem 3.5625rem;
    background-color: var(--color-2);
  }
  .comm_letting_wrapper > div.comm_content {
    padding-right: 4.375rem;
    padding-top: 2rem;
  }
  .comm_letting_wrapper .cautions, .comm_letting_wrapper .details {
    font-size: 1.25rem;
  }
  .comm_letting_wrapper > div .header__sub-heading {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .comm_letting_wrapper {
    margin-bottom: 6.25rem;
    margin-top: 2.875rem;
  }
  .comm_letting_wrapper .logo {
    margin-top: 6.25rem;
  }
  .comm_letting_wrapper > div.leting_content {
    background-color: var(--color-2);
    padding: 2.5rem 2.5rem 4.375rem;
    border-radius: 1.125rem;
  }
  .comm_letting_wrapper > div.comm_content {
    padding-right: 5rem;
    padding-top: 2.5rem;
  }
  .comm_letting_wrapper > div .header__sub-heading {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .comm_letting_wrapper > div.comm_content {
    padding-right: 8.5rem;
  }
}
.user-info_wrapper {
  max-width: 100%;
  flex: 0 0 100%;
  display: flex;
  background-color: var(--color-12);
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 1.125rem 1.125rem 0 0;
  flex-direction: column-reverse;
}

.user-info_section {
  margin-bottom: 2.125rem;
}

.user-info_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 2.375rem;
}
.user-info_content h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 1.5625rem;
  color: var(--color-4);
}

.user-info_wrapper > div {
  max-width: 100%;
  flex: 0 0 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.user-info_media {
  border-radius: 100%;
  height: 80vw;
  width: 120vw;
  max-width: 120vw;
  right: 50%;
  top: 0;
  transform: translate(50%, 0%);
  position: absolute;
}

.user-info_wrapper > div.user-info_assets {
  padding-top: 80%;
}

@media (min-width: 600px) {
  .user-info_media {
    width: 120vw;
    max-width: 120vw;
  }
}
@media (min-width: 768px) {
  .user-info_wrapper {
    flex-direction: row;
    border-radius: 0;
  }

  .user-info_section {
    margin-bottom: 4rem;
  }

  .user-info_wrapper > div {
    max-width: calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }

  .user-info_media {
    height: 50vw;
    width: 50vw;
    max-width: 100vw;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }

  .user-info_wrapper > div.user-info_assets {
    padding-top: 28.25%;
  }
}
@media (min-width: 1200px) {
  .user-info_section {
    margin-bottom: 5.3125rem;
  }
}
/* .comm_content p a {
  color: #db0060;
} */
.comm_content p a:hover {
  color: #385f8d;
}
.page_accordion_section .accordion-wrapper .accordion .accordion-header h3.accordion-toggle{
  color: var(--color-4);
}
.page_accordion_section .accordion-wrapper .accordion .accordion-header .icon{
  /* filter: invert(17%) sepia(98%) saturate(7364%) hue-rotate(321deg) brightness(88%) contrast(107%); */
  filter: invert(0%) sepia(20%) saturate(200%) hue-rotate(0deg) brightness(100%) contrast(50%);
}
/* .page_accordion_section .accordion-wrapper .accordion.active .content_wrapper p, */
.page_accordion_section .accordion-wrapper .accordion.active .accordion-header h3.accordion-toggle{
  color: #385f8d;
}
.page_accordion_section .accordion-wrapper .accordion.active .accordion-header .icon{
  filter: invert(30%) sepia(22%) saturate(1656%) hue-rotate(179deg) brightness(91%) contrast(88%);

}
@media (max-width: 767px) {
  .user-info_content h2 {
    max-width: 310px;
  }
  .user-info_content .btn::before {
    border-color: #ffffff;
    border-radius: 100px;
  }
  .user-info_content .btn:hover::before {
    border-color: #AC2E50;
  }
  .user-info_content .btn svg path {
    fill: #AC2E50;
  }
}
.user-info_content a:hover::before {
    border-color: #ac2e50;
    background-color: #ac2e50;
}

.user-info_content a:hover svg path {
    fill: #ffffff;
}
.info_accordion .modal-contact:hover {
    color: #db0060;
    cursor: pointer;
}
.info_accordion a {
    color: #db0060;
}
.info_accordion a:hover {
    color: #385f8d;
}
@media(max-width: 420px){
  .user-info_content {
    padding: 2.375rem 1rem;
  }
  .user-info_content .header__sub-heading {
      max-width: 210px !important;
      font-size: 1.575rem;
  }
}

.accordion-opening #main{
    transition: transform 0.3s;
}