body.doob-bz-contact-page {
  --contact-paper: #f0eee9;
  background: var(--contact-paper);
}

.doob-bz-contact-main {
  --contact-ink: #41444e;
  --contact-ink-deep: #202738;
  --contact-muted: #787878;
  --contact-container-x: 24px;
  --contact-section-y: 80px;
  --contact-title-copy: 24px;
  --contact-copy-collection: 48px;
  --contact-major-group-gap: 64px;
  min-width: 320px;
  overflow: hidden;
  color: var(--contact-ink);
  background: var(--contact-paper);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.doob-bz-contact-main *,
.doob-bz-contact-main *::before,
.doob-bz-contact-main *::after {
  box-sizing: border-box;
}

.doob-bz-contact-main :where(h1, h2, p) {
  margin: 0;
}

.doob-bz-contact-main :where(a) {
  color: inherit;
  text-decoration: none;
}

.doob-bz-contact-container {
  width: min(1184px, calc(100% - (2 * var(--contact-container-x))));
  margin-inline: auto;
}

.doob-bz-contact-connect,
.doob-bz-contact-address,
.doob-bz-contact-map {
  position: relative;
  background: var(--contact-paper);
}

.doob-bz-contact-connect {
  padding-block: var(--contact-section-y);
}

.doob-bz-contact-connect__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.doob-bz-contact-connect h1 {
  max-width: 18ch;
  color: var(--contact-ink);
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 52px;
}

.doob-bz-contact-connect__intro {
  max-width: 65ch;
  margin-top: var(--contact-title-copy);
  color: var(--contact-ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.doob-bz-contact-grid {
  position: relative;
  left: 50%;
  display: grid;
  width: min(850px, calc(100vw - 16px));
  grid-template-columns: repeat(4, minmax(0, 150px));
  justify-content: space-between;
  gap: 0;
  margin-top: var(--contact-copy-collection);
  transform: translateX(-50%);
}

.doob-bz-contact-card {
  min-width: 0;
  color: var(--contact-ink);
  text-align: center;
}

.doob-bz-contact-card__icon,
.doob-bz-contact-card__icon img {
  display: block;
}

.doob-bz-contact-card__icon {
  width: 130px;
  height: 130px;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid #42444e;
  border-radius: 50%;
  background: #fff;
  box-shadow: 1px 3px 4px rgb(0 0 0 / 40%);
}

.doob-bz-contact-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doob-bz-contact-card h2 {
  max-width: 28ch;
  margin-top: 24px;
  color: var(--contact-ink);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.doob-bz-contact-card p {
  margin-top: 16px;
  color: var(--contact-ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.doob-bz-contact-card a:focus-visible,
.doob-bz-contact-form input:focus-visible,
.doob-bz-contact-form button:focus-visible,
.doob-bz-contact-map__facade:focus-visible,
.doob-bz-contact-map__external:focus-visible {
  outline: 3px solid #9a7445;
  outline-offset: 3px;
}

.doob-bz-contact-form-block {
  width: min(560px, 100%);
  margin: var(--contact-major-group-gap) auto 0;
}

.doob-bz-contact-form-title {
  max-width: 24ch;
  margin-inline: auto;
  color: var(--contact-ink);
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
}

.doob-bz-contact-form {
  position: relative;
  display: grid;
  width: 100%;
  gap: 16px;
  margin-top: 32px;
}

.doob-bz-contact-form input:not([type="hidden"]),
.doob-bz-contact-form button {
  display: block;
  width: 100%;
  min-height: 56px;
  border-radius: 15px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.doob-bz-contact-form input:not([type="hidden"]) {
  padding: 15px 20px;
  border: 1px solid #737373;
  color: #4d4d4d;
  background: #f7f7f7;
  font-weight: 400;
  appearance: none;
}

.doob-bz-contact-form input::placeholder {
  color: #a9a9a9;
  opacity: 1;
}

.doob-bz-contact-form button {
  padding: 15px 20px;
  border: 0;
  color: #fff;
  background: var(--contact-ink-deep);
  cursor: pointer;
  font-weight: 600;
  transition: background-color 180ms ease, transform 180ms ease;
}

.doob-bz-contact-form button:hover,
.doob-bz-contact-form button:focus-visible {
  background: #121827;
}

.doob-bz-contact-form button:active {
  transform: translateY(1px);
}

.doob-bz-contact-form__status {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  left: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.doob-bz-contact-form__status.is-error { color: #9d2727; }
.doob-bz-contact-form__status.is-success { color: #2e6538; }

.doob-bz-contact-privacy {
  max-width: 75ch;
  margin: 24px auto 0;
  color: var(--contact-muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}

.doob-bz-contact-privacy a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.doob-bz-contact-visually-hidden,
.doob-bz-contact-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.doob-bz-contact-address {
  padding: 16px 0 32px;
}

.doob-bz-contact-address__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.doob-bz-contact-address h2 {
  max-width: 22ch;
  color: var(--contact-ink);
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.doob-bz-contact-address__icon {
  display: block;
  width: 100px;
  height: 100px;
  margin-top: 40px;
  border-radius: 50%;
  box-shadow: 3px 3px 6px rgb(0 0 0 / 30%);
}

.doob-bz-contact-address__copy {
  max-width: 65ch;
  margin-top: 40px;
  color: var(--contact-ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.doob-bz-contact-address__copy strong {
  font-weight: 700;
}

.doob-bz-contact-map {
  padding-block: 64px;
}

.doob-bz-contact-map__stage {
  position: relative;
  width: 100%;
  height: 385px;
  overflow: hidden;
  background: #dce9f4;
}

.doob-bz-contact-map__facade {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 0;
  color: var(--contact-ink);
  background:
    linear-gradient(126deg, transparent 0 29%, rgb(255 255 255 / 88%) 29% 35%, transparent 35% 100%),
    linear-gradient(24deg, transparent 0 55%, rgb(255 255 255 / 90%) 55% 62%, transparent 62% 100%),
    linear-gradient(101deg, #b9d9f4 0 24%, #dcebd2 24% 66%, #eadfc2 66% 100%);
  cursor: pointer;
  text-align: center;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.doob-bz-contact-map__facade-content {
  display: flex;
  min-width: 280px;
  flex-direction: column;
  align-items: center;
  padding: 20px 28px 22px;
  border-radius: 3px;
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 8px 28px rgb(48 66 80 / 18%);
}

.doob-bz-contact-map__facade-content img {
  width: 64px;
  height: 64px;
  margin-bottom: 8px;
  opacity: 0.82;
}

.doob-bz-contact-map__facade-content strong {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.doob-bz-contact-map__facade-content > span:not(.doob-bz-contact-map__facade-cta) {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.doob-bz-contact-map__facade-cta {
  min-width: 190px;
  margin-top: 16px;
  padding: 10px 18px;
  color: #fff;
  background: #4f78a7;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.doob-bz-contact-map__external {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 12px;
  padding: 9px 13px;
  color: #fff;
  background: rgb(65 68 78 / 86%);
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.doob-bz-contact-map__iframe {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  transition: opacity 180ms ease;
}

.doob-bz-contact-map__stage.is-loaded .doob-bz-contact-map__facade {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.doob-bz-contact-map__stage.is-loaded .doob-bz-contact-map__iframe {
  opacity: 1;
}

.doob-bz-contact-map__stage.is-loading .doob-bz-contact-map__facade-cta {
  background: #6f7c88;
}

@media (max-width: 959px) {
  .doob-bz-contact-main {
    --contact-container-x: 40px;
    --contact-section-y: 64px;
    --contact-major-group-gap: 48px;
  }

  .doob-bz-contact-connect h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .doob-bz-contact-grid {
    grid-template-columns: repeat(4, minmax(0, 140px));
  }

  .doob-bz-contact-card__icon {
    width: 112px;
    height: 112px;
  }

  .doob-bz-contact-card h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .doob-bz-contact-form-title {
    font-size: 28px;
    line-height: 36px;
  }

  .doob-bz-contact-address h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .doob-bz-contact-map {
    padding-block: 48px;
  }
}

@media (max-width: 639px) {
  .doob-bz-contact-main {
    --contact-container-x: 16px;
    --contact-section-y: 48px;
    --contact-title-copy: 16px;
    --contact-copy-collection: 32px;
    --contact-major-group-gap: 40px;
  }

  .doob-bz-contact-connect h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .doob-bz-contact-grid {
    left: auto;
    width: min(400px, 100%);
    grid-template-columns: repeat(2, minmax(0, 150px));
    justify-content: space-around;
    row-gap: 40px;
    margin-inline: auto;
    transform: none;
  }

  .doob-bz-contact-card__icon {
    width: 110px;
    height: 110px;
  }

  .doob-bz-contact-card h2 {
    margin-top: 16px;
  }

  .doob-bz-contact-card p {
    margin-top: 12px;
  }

  .doob-bz-contact-form-title {
    font-size: 24px;
    line-height: 32px;
  }

  .doob-bz-contact-form {
    margin-top: 24px;
  }

  .doob-bz-contact-privacy {
    margin-top: 16px;
  }

  .doob-bz-contact-address,
  .doob-bz-contact-map {
    padding-block: 32px;
  }

  .doob-bz-contact-address h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .doob-bz-contact-address__icon,
  .doob-bz-contact-address__copy {
    margin-top: 32px;
  }

  .doob-bz-contact-map__stage {
    height: 360px;
  }

  .doob-bz-contact-map__facade {
    padding: 16px;
  }

  .doob-bz-contact-map__facade-content {
    min-width: 0;
    width: min(280px, 100%);
    padding: 20px;
  }

  .doob-bz-contact-map__external {
    right: 8px;
    bottom: 8px;
  }
}

@media (max-width: 359px) {
  .doob-bz-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 136px));
  }

  .doob-bz-contact-card__icon {
    width: 100px;
    height: 100px;
  }

  .doob-bz-contact-card p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .doob-bz-contact-form button,
  .doob-bz-contact-map__facade,
  .doob-bz-contact-map__iframe {
    transition: none;
  }
}
