@media screen and (max-width: 781px) {
  .contact-hero-section .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.contact-hero-section .wp-block-columns .content-col {
  padding: 80px 0 !important;
}
.contact-hero-section .wp-block-column {
  position: relative;
  overflow: hidden;
}
.contact-hero-section .content-col .wp-block-group {
  padding-left: 15px !important;
  padding-right: 15px !important;
  max-width: 655px;
  margin-left: auto;
}
@media screen and (max-width: 781px) {
  .contact-hero-section .content-col .wp-block-group {
    margin: auto;
    max-width: none;
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}
@media screen and (min-width: 782px) {
  .contact-hero-section .content-col .wp-block-group .wp-block-heading {
    padding-bottom: 5px;
  }
}
.contact-hero-section .content-col .wp-block-group .wp-block-heading span {
  color: var(--wp--preset--color--custom-grand-jury-gold) !important;
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 8px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (min-width: 782px) {
  .contact-hero-section .content-col .wp-block-group p {
    max-width: 400px;
  }
}
.contact-hero-section .content-col .wp-block-group .list-with-check {
  list-style: none;
  padding-left: 35px;
  font-weight: 500;
}
.contact-hero-section .content-col .wp-block-group .list-with-check li {
  padding-bottom: 3px;
}
.contact-hero-section .content-col .wp-block-group .list-with-check li:before {
  content: "";
  background: url("../svg/check-icon.svg") center/cover no-repeat;
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: -37px;
  margin-right: 18px;
  padding: 2px;
}
.contact-hero-section .content-col .wp-block-group .wp-element-button {
  margin-top: 10px;
}
.contact-hero-section .content-col .wp-block-group .wp-element-button:hover {
  color: var(--wp--preset--color--custom-dark-blue) !important;
  background-color: var(--wp--preset--color--custom-grand-jury-gold) !important;
}
.contact-hero-section .wp-block-image {
  width: 100%;
  height: 100%;
}
.contact-hero-section .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  .contact-section .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 781px) {
  .contact-section .wp-block-columns {
    padding: 80px 33px 40px !important;
  }
}
@media screen and (max-width: 781px) {
  .contact-section .contact-quick-links-wrapper {
    padding: 40px 30px !important;
  }
}
@media screen and (max-width: 781px) {
  .contact-section .contact-quick-links-wrapper .wp-block-heading {
    font-size: 20px !important;
  }
}
.contact-section .contact-quick-links-wrapper .contact-quick-links .wp-block-media-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px 0;
}
.contact-section .contact-quick-links-wrapper .contact-quick-links .wp-block-media-text:not(:last-child) {
  border-bottom: 1px solid var(--wp--preset--color--custom-dark-blue) !important;
}
.contact-section .contact-quick-links-wrapper .contact-quick-links .wp-block-media-text .wp-block-media-text__media {
  width: 25px;
  min-width: 25px;
}
.contact-section .contact-quick-links-wrapper .contact-quick-links .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
@media screen and (max-width: 781px) {
  .contact-section .contact-quick-links-wrapper .contact-quick-links .wp-block-media-text .wp-block-media-text__content strong {
    display: block;
  }
}
.contact-section .contact-quick-links-wrapper .contact-quick-links .wp-block-media-text .wp-block-media-text__content p {
  margin: 0;
}
.contact-section .contact-quick-links-wrapper .contact-quick-links .wp-block-media-text .wp-block-media-text__content a {
  text-decoration: none;
}
.contact-section .contact-quick-links-wrapper .contact-quick-links .wp-block-media-text .wp-block-media-text__content a:hover {
  color: var(--wp--preset--color--custom-grand-jury-gold);
}
@media screen and (max-width: 781px) {
  .contact-section .contact-quick-links-wrapper .wp-block-gallery {
    gap: 5px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.contact-section .contact-quick-links-wrapper .wp-block-gallery figure.wp-block-image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-section .contact-quick-links-wrapper .accreditations-contact-section {
  margin-top: 50px;
}
@media screen and (max-width: 781px) {
  .contact-section .contact-quick-links-wrapper .accreditations-contact-section {
    margin-top: 30px;
  }
}
.contact-section .contact-quick-links-wrapper .accreditations-contact-section .accreditations-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 781px) {
  .contact-section .contact-quick-links-wrapper .accreditations-contact-section .accreditations-logos {
    gap: 15px;
  }
}
.contact-section .contact-quick-links-wrapper .accreditations-contact-section .accreditations-logos .accreditation-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-section .contact-quick-links-wrapper .accreditations-contact-section .accreditations-logos .accreditation-logo img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100px;
}
.contact-section .contact-form-wrapper {
  background: url("/wp-content/uploads/2026/01/bg-verticle.png") center bottom/cover no-repeat;
}
@media screen and (max-width: 781px) {
  .contact-section .contact-form-wrapper {
    padding: 40px 30px !important;
  }
}
.contact-section .contact-form-wrapper .wp-block-heading span {
  color: var(--wp--preset--color--custom-grand-jury-gold) !important;
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 8px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.contact-section .contact-form-wrapper p {
  max-width: 460px;
}
.contact-section .contact-form-wrapper .gform_fields {
  grid-template-columns: auto;
}

@media screen and (max-width: 781px) {
  .contact-locations-section {
    padding: 40px 33px 80px !important;
  }
}
.contact-locations-section .wp-block-heading span {
  color: var(--wp--preset--color--custom-grand-jury-gold) !important;
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 8px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.contact-locations-section p {
  max-width: 450px;
}
.contact-locations-section .locations-list {
  margin-top: 120px;
}
@media screen and (max-width: 781px) {
  .contact-locations-section .locations-list {
    margin-top: 60px;
  }
}
.contact-locations-section .locations-list .location-item {
  padding: 85px 60px 85px;
  border-radius: 25px;
  background: url("/wp-content/uploads/2026/01/bg-horizontal.png") right center/cover no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 781px) {
  .contact-locations-section .locations-list .location-item {
    padding: 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url("/wp-content/uploads/2026/01/bg-verticle.png") center bottom/cover no-repeat;
  }
}
.contact-locations-section .locations-list .location-item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 781px) {
  .contact-locations-section .locations-list .location-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.contact-locations-section .locations-list .location-item .location-detail-wrap {
  width: 100%;
}
.contact-locations-section .locations-list .location-item .location-detail-wrap a {
  text-decoration: none;
}
.contact-locations-section .locations-list .location-item .location-detail-wrap a:hover {
  color: var(--wp--preset--color--custom-grand-jury-gold);
}
.contact-locations-section .locations-list .location-item .location-detail-wrap p {
  margin: 0;
}
.contact-locations-section .locations-list .location-item .location-detail-wrap .location-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 0;
  color: var(--wp--preset--color--custom-dark-blue);
}
@media screen and (max-width: 781px) {
  .contact-locations-section .locations-list .location-item .location-detail-wrap .location-name {
    gap: 10px;
  }
}
.contact-locations-section .locations-list .location-item .location-detail-wrap .location-name:before {
  content: "";
  aspect-ratio: 1/1;
  height: 40px;
  display: inline-block;
  background: url("../svg/location-gold-thick.svg") center/contain no-repeat;
}
@media screen and (max-width: 781px) {
  .contact-locations-section .locations-list .location-item .location-detail-wrap .location-name:before {
    height: 25px;
  }
}
.contact-locations-section .locations-list .location-item .location-detail-wrap .location-details {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 30px;
}
@media screen and (max-width: 781px) {
  .contact-locations-section .locations-list .location-item .location-detail-wrap .location-details {
    margin-top: 30px;
  }
}
.contact-locations-section .locations-list .location-item .location-detail-wrap .location-details .detail-wrap-inner p {
  color: var(--wp--preset--color--custom-dark-blue);
}
.contact-locations-section .locations-list .location-item .location-detail-wrap .location-details .detail-wrap-inner p:not(:last-child) {
  margin-bottom: 20px;
}
.contact-locations-section .locations-list .location-item .location-map-wrap {
  width: 100%;
}
.contact-locations-section .locations-list .location-item .location-map-wrap iframe {
  border-radius: 5px;
  overflow: hidden;
  max-height: 300px;
  -webkit-box-shadow: 0px 0px 10px 0px #c5c5c5;
          box-shadow: 0px 0px 10px 0px #c5c5c5;
  width: 100%;
  max-width: 100%;
}
/*# sourceMappingURL=contact-us.css.map */
