section.contact:not(.admin):first-child {
  padding-top: var(--header-height);
}
section.contact h1 {
  font: var(--h2-font);
  color: var(--white);
}
section.contact a {
  color: var(--white);
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
section.contact a:hover {
  opacity: 0.7;
}
section.contact .table {
  display: table;
  table-layout: auto;
  width: 100%;
  color: var(--white);
}
section.contact .table .tr {
  display: table-row;
}
section.contact .table .tr:first-child .th,
section.contact .table .tr:first-child .td {
  padding-top: 0;
}
section.contact .table .tr .th,
section.contact .table .tr .td {
  display: table-cell;
  padding: 0.625rem 0;
  line-height: 1.5;
}
section.contact .table .tr .th {
  padding-right: 1.25rem;
  width: 35%;
}
section.contact .table .tr .td {
  width: 65%;
}
@container main (min-width: 64.0625rem) {
  section.contact .table .tr .th,
  section.contact .table .tr .td {
    font-size: 1.5rem;
  }
}
@container main (min-width: 48rem) and (max-width: 64rem) {
  section.contact .table .tr .th,
  section.contact .table .tr .td {
    font-size: 1rem;
  }
}
@container main (max-width: 47.9375rem) {
  section.contact .table {
    max-width: 17.5rem;
  }
  section.contact .table .tr .th,
  section.contact .table .tr .td {
    font-size: 1rem;
  }
}
section.contact .acf-map {
  width: 100%;
  aspect-ratio: 742/500;
  overflow: hidden;
  border: none;
}
@container main (min-width: 64.0625rem) {
  section.contact .acf-map {
    border-radius: 1.25rem;
    border-top-left-radius: 6.25rem;
  }
}
@container main (min-width: 48rem) and (max-width: 64rem) {
  section.contact .acf-map {
    border-radius: 0.875rem;
    border-top-left-radius: 4.375rem;
  }
}
@container main (max-width: 47.9375rem) {
  section.contact .acf-map {
    border-radius: 0.625rem;
    border-top-left-radius: 2.8125rem;
  }
}
section.contact .custom-info-window {
  width: 12.5rem;
  padding: 0.625rem;
}
section.contact .custom-info-window h4 {
  font-size: 1rem;
  font-weight: 600;
}
section.contact .custom-info-window h4:not(:last-child) {
  margin-bottom: 0.625rem;
}
section.contact .custom-info-window p {
  font-size: 0.9375rem;
}
section.contact .gm-style .gm-style-iw-tc::after {
  left: -12px;
}