/* 3840px */
/* 2880px */
/* 2560px */
/* 1920px */
/* 1600px */
/* 1440px */
/* 1280px d */
/* 1024px l */
/* 896px n */
/* 768px t */
/* 640px f */
/* 480px p */
/* 320px w */
.contact-top .h2 {
  margin-bottom: 3rem;
  margin-bottom: clamp(3rem, -1.9230769231rem + 7.6923076923vw, 5rem);
}

.contact-top__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  gap: clamp(3rem, -1.9230769231rem + 7.6923076923vw, 5rem);
}
@media only screen and (max-width: 63.9375em) {
  .contact-top__grid {
    grid-template-columns: 1fr;
  }
}

.contact-form {
  max-width: 80ch;
  margin-inline: auto;
  width: 100%;
}
.contact-form p + form {
  margin-top: 3rem;
}

.contact-photos {
  display: grid;
  place-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 34.5rem;
  margin-inline: auto;
}
.contact-photos > img {
  width: 100%;
}

.contact-office {
  padding-bottom: 3rem;
  display: flex;
  gap: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .contact-office {
    flex-direction: column-reverse;
    gap: 0;
    padding: 0;
  }
}
.contact-office__photo {
  flex: 0 0 45%;
}
.contact-office__photo img {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 48em) {
  .contact-office__photo {
    transform: translateY(3rem);
  }
}
.contact-office__title {
  margin-bottom: 2rem;
}
.contact-office__body {
  padding-top: 6rem;
  padding-bottom: 6rem;
  flex: 1;
}
@media only screen and (max-width: 47.9375em) {
  .contact-office__body {
    padding-top: 3rem;
  }
}
.contact-office__body .icon.text {
  padding-left: 1.5rem;
}
.contact-office__body .icon.text::before {
  margin-left: -1.5rem;
}
.contact-office__items {
  display: flex;
  gap: 2rem;
}
@media only screen and (min-width: 48em) and (max-width: 63.9375em) {
  .contact-office__items {
    flex-direction: column;
  }
}
.contact-office__items > * {
  flex: 1;
}
.contact-office__info {
  display: grid;
  gap: 1rem;
  align-content: start;
}
.contact-office::after {
  content: "";
  position: absolute;
  width: 100vw;
  left: 5rem;
  top: 0;
  bottom: 3rem;
  background-color: hsla(var(--hsl-primo), 0.08);
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .contact-office::after {
    left: 50%;
    margin-left: -50vw;
  }
}
@media only screen and (min-width: 48em) {
  .contact-office:nth-child(even) {
    flex-direction: row-reverse;
  }
  .contact-office:nth-child(even)::after {
    left: auto;
    right: 5rem;
  }
}

.contact-offices {
  overflow: hidden;
}

.hours table {
  border-collapse: collapse;
}
.hours tr + tr th,
.hours tr + tr td {
  padding-top: 1rem;
}
.hours th,
.hours td {
  text-align: left;
  padding: 0;
}
.hours th + td {
  padding-left: 1rem;
}
.hours th {
  color: var(--clr-primo-400);
  font-weight: 700;
}

.contact-legal {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 3rem;
}
@media only screen and (max-width: 63.9375em) {
  .contact-legal {
    grid-template-columns: 1fr;
  }
}
.contact-legal h3 {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  margin-bottom: 2rem;
  font-weight: 400;
  color: var(--clr-primo-400);
}
.contact-legal__agents ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}
@media only screen and (max-width: 63.9375em) {
  .contact-legal__agents ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 31.1875rem) {
  .contact-legal__agents ul {
    grid-template-columns: 1fr;
  }
}
.contact-legal__info table {
  border-collapse: collapse;
}
.contact-legal__info tr + tr th,
.contact-legal__info tr + tr td {
  padding-top: 1rem;
}
.contact-legal__info th,
.contact-legal__info td {
  text-align: left;
  padding: 0;
}
.contact-legal__info th + td {
  padding-left: 1rem;
}
.contact-legal__info th {
  color: var(--clr-primo-400);
  font-weight: 700;
}
.contact-legal__partners {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 3rem;
}
.contact-legal__partners > p {
  font-size: 1.125rem;
  line-height: 1.3333333333;
}

.immoscoop {
  --width: 7.5rem;
  display: block;
  width: var(--width);
  height: calc(0.2 * var(--width));
  text-indent: -9999px;
  background-image: url("data:image/svg+xml,%3Csvg width='200' height='40' viewBox='0 0 200 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M85.692 22.597a1.53 1.53 0 1 1 0-3.059 1.53 1.53 0 0 1 0 3.059m.001-5.846c-2.367 0-4.314 1.95-4.314 4.317s1.947 4.316 4.314 4.316c2.369 0 4.317-1.949 4.317-4.316 0-2.368-1.948-4.317-4.317-4.317' fill='%23D92A82'/%3E%3Cpath d='M2.63 10.888a2.104 2.104 0 0 0-2.101 2.1V28.85c0 1.139.944 2.101 2.061 2.101 1.158 0 2.1-.942 2.1-2.1V12.988c0-1.139-.943-2.101-2.06-2.101M2.59 2C1.186 2 0 3.187 0 4.59c0 1.404 1.186 2.59 2.59 2.59a2.592 2.592 0 0 0 2.59-2.59A2.593 2.593 0 0 0 2.59 2M30.7 14.315c2.146 0 3.281 1.248 3.281 3.608v10.926c0 1.139.943 2.101 2.059 2.101 1.16 0 2.102-.943 2.102-2.101V16.536c0-3.854-1.938-5.892-5.607-5.892-2.986 0-5.533 1.866-6.637 3.6l-.07.11-.038-.124c-.698-2.313-2.588-3.586-5.324-3.586-2.849 0-5.474 1.882-6.35 3.153l-.11.16v-.968a2.104 2.104 0 0 0-2.101-2.101c-1.117 0-2.061.962-2.061 2.1v15.86c0 1.16.943 2.102 2.1 2.102 1.117 0 2.062-.962 2.062-2.101V17.007l.01-.015c.915-1.333 2.685-2.677 4.575-2.677 2.173 0 3.322 1.248 3.322 3.608v10.926c0 1.139.943 2.101 2.06 2.101a2.104 2.104 0 0 0 2.1-2.101V16.967l.012-.016c.858-1.27 2.67-2.636 4.615-2.636M64.25 14.315c2.146 0 3.281 1.248 3.281 3.608v10.926c0 1.139.944 2.101 2.06 2.101 1.158 0 2.101-.943 2.101-2.101V16.536c0-3.854-1.939-5.892-5.608-5.892-2.985 0-5.533 1.866-6.636 3.6l-.07.11-.038-.124c-.698-2.313-2.589-3.586-5.323-3.586-2.85 0-5.475 1.882-6.351 3.153l-.11.16v-.968a2.104 2.104 0 0 0-2.102-2.101c-1.116 0-2.06.962-2.06 2.1v15.86c0 1.16.943 2.102 2.1 2.102 1.118 0 2.062-.962 2.062-2.101V17.007l.01-.015c.915-1.333 2.684-2.677 4.574-2.677 2.174 0 3.323 1.248 3.323 3.608v10.926c0 1.139.943 2.101 2.06 2.101a2.104 2.104 0 0 0 2.101-2.101V16.967l.01-.016c.86-1.27 2.67-2.636 4.616-2.636M98.877 27.993c0-.57.448-1.02 1.02-1.02.244 0 .447.082.61.245 1.387 1.305 3.343 2.243 5.75 2.243 3.3 0 5.258-1.631 5.258-3.914 0-2.528-2.69-3.263-5.504-3.996-3.302-.816-6.93-1.672-6.93-5.504 0-3.017 2.569-5.464 7.011-5.464 2.936 0 5.015.979 6.484 2.365.204.204.325.408.325.734a.949.949 0 0 1-.938.938.909.909 0 0 1-.57-.245c-1.263-1.223-3.099-1.997-5.3-1.997-3.058 0-4.934 1.508-4.934 3.546 0 2.243 2.528 2.854 5.26 3.548 3.383.855 7.175 1.793 7.175 5.993 0 3.18-2.446 5.79-7.379 5.79-2.814 0-5.016-.735-6.971-2.528a.99.99 0 0 1-.367-.734M126.722 10.584c2.936 0 4.77.978 6.36 2.65.163.203.285.447.285.693 0 .571-.408.979-.977.979-.246 0-.49-.082-.653-.287-1.428-1.548-2.976-2.119-4.893-2.119-4.606 0-7.42 3.669-7.42 8.399 0 4.729 2.814 8.44 7.42 8.44 1.917 0 3.465-.613 4.851-2.162.163-.163.45-.284.695-.284.569 0 .977.406.977.978 0 .285-.122.57-.285.733-1.59 1.63-3.424 2.65-6.36 2.65-5.79 0-9.58-4.606-9.58-10.355 0-5.748 3.79-10.315 9.58-10.315M153.028 20.899c0-4.363-2.569-8.399-7.215-8.399-4.566 0-7.176 4.036-7.176 8.399 0 4.402 2.61 8.439 7.176 8.439 4.646 0 7.215-4.037 7.215-8.44m-16.674 0c0-5.747 3.71-10.314 9.459-10.314 5.83 0 9.499 4.567 9.499 10.315 0 5.748-3.669 10.355-9.5 10.355-5.749 0-9.458-4.607-9.458-10.355M175.585 20.899c0-4.363-2.57-8.399-7.216-8.399-4.566 0-7.176 4.036-7.176 8.399 0 4.402 2.61 8.439 7.176 8.439 4.647 0 7.216-4.037 7.216-8.44m-16.675 0c0-5.747 3.71-10.314 9.459-10.314 5.83 0 9.499 4.567 9.499 10.315 0 5.748-3.668 10.355-9.5 10.355-5.749 0-9.458-4.607-9.458-10.355M197.718 20.899c0-4.771-2.488-8.399-6.892-8.399-2.73 0-5.34 1.63-6.482 3.506v9.744c1.142 1.875 3.752 3.588 6.482 3.588 4.404 0 6.892-3.668 6.892-8.44m2.282 0c0 6.279-3.548 10.356-8.805 10.356-2.814 0-5.26-1.426-6.85-3.709v9.785c0 .57-.49 1.059-1.06 1.059-.572 0-1.06-.49-1.06-1.06V12.01c0-.57.488-1.059 1.06-1.059.57 0 1.06.489 1.06 1.06v2.2c1.427-2.079 3.953-3.627 6.85-3.627 5.257 0 8.805 3.994 8.805 10.315M85.694 13.917a7.15 7.15 0 1 0 0 14.303 7.15 7.15 0 0 0 0-14.303m10.417 7.15c0 5.754-4.664 10.418-10.417 10.418s-10.417-4.664-10.417-10.417S79.941 10.65 85.694 10.65 96.11 15.315 96.11 21.068' fill='%230B131D'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
}

.cib-vlaanderen {
  --width: 5rem;
  display: block;
  width: var(--width);
  height: calc(0.3 * var(--width));
  text-indent: -9999px;
  background-image: url("data:image/svg+xml,%3Csvg width='881' height='265' viewBox='0 0 881 265' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%23000'%3E%3Cpath d='M254.893 189.292H71.26c-26.797 0-49.602-20.225-52.126-46.978-2.936-31.028 21.337-57.137 51.713-57.137 19.547 0 36.617 10.848 45.473 26.845l.367.689c13.995 28.224 44.508 46.795 78.877 42.933 13.398-1.516 25.787-6.527 36.295-14.066 20.373-14.663 32.028-38.566 32.166-63.71l.367-68.031C264.484 4.413 260.079 0 254.664 0H119.99C53.732 0 0 53.827 0 120.25v32.498c0 61.964 50.153 112.206 112.006 112.206h142.842c5.322 0 9.636-4.321 9.636-9.653v-56.356c.045-5.332-4.268-9.653-9.591-9.653zM557.875 0H312.617c-5.322 0-9.636 4.32-9.636 9.653v96.485c0 5.332 4.314 9.653 9.636 9.653h26.752c16.518 0 31.11 11.078 35.148 27.121 6.194 24.454-12.068 46.38-35.47 46.38h-26.476c-5.322 0-9.635 4.321-9.635 9.653v56.402c0 5.332 4.313 9.653 9.635 9.653H557.829c5.323 0 9.636-4.321 9.636-9.653v-56.402c0-5.332-4.313-9.653-9.636-9.653H455.046c-19.823 0-35.883-16.088-35.883-35.946v-.781c0-20.272 16.427-36.728 36.663-36.728l102.049-.046c5.323 0 9.636-4.321 9.636-9.653V9.653c0-5.332-4.313-9.653-9.636-9.653zM811.713 122.18c-.459-.046-.78-.367-.78-.827v-4.735c0-.459.367-.827.826-.827h2.432c32.9 0 59.421-26.66 58.137-59.895C871.089 24.546 844.888 0 813.594 0H615.599c-5.323 0-9.636 4.32-9.636 9.653v96.485c0 5.332 4.313 9.653 9.636 9.653h135.178c20.511 0 39.553 14.755 42.765 35.027 4.084 25.649-15.601 47.806-40.425 47.806-15.417 0-29.274-8.55-36.249-21.145l-.321-.552c-11.013-22.248-29.55-36.911-56.669-33.832-28.128 3.172-50.841 25.972-53.961 54.15v58.148c0 5.332 4.313 9.653 9.636 9.653h193.774c1.01 0 2.065-.046 3.074-.184 36.02-4.597 66.534-32.728 68.461-69.64 2.203-41.278-29.183-70.284-69.149-73.042z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h881v265H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
}

.contact-biv__block {
  margin-top: 1rem;
}
.contact-biv__block .contact-biv__text {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 188.973 188.973'%3E%3Cpath d='M34.016 94.486h60.472V34.012H34.016v60.474m60.472 60.471h60.473V94.483H94.488v60.474' fill='%234194d7'%3E%3C/path%3E%3Cpath d='M106.325 45.977h2.332c2.98 0 4.34 0 4.34 6.64 0 7.848-3.288 7.848-4.692 7.848h-1.98zm1.726 34.451h-1.726V64.425h3.068c1.917 0 3.249.401 4.074 1.228 1.346 1.344 1.344 3.715 1.344 6.716 0 8.059-2.834 8.059-6.76 8.059zm7.184-18.471c2.319-1.222 3.282-4.057 3.282-9.521 0-7.105-2.996-10.416-9.427-10.416h-8.288v42.362h8.65c9.752 0 10.88-6.563 10.88-11.503 0-7.703-2.376-9.935-5.097-10.922m8.643 22.425h5.202V42.02h-5.517v42.362h.315m21.975-42.362l-.042.265-3.875 23.344-3.647-23.341-.042-.268h-5.528l.058.368 6.871 41.73.044.264h4.187l.048-.26 7.394-41.73.064-.372h-5.532' fill='%23231f20'%3E%3C/path%3E%3Cpath d='M0 94.486h188.976M94.488-.003v188.976' fill='none' stroke='%23231f20' stroke-width='.589' stroke-miterlimit='10'%3E%3C/path%3E%3Cpath d='M42.373 146.784h5.231v-42.36h-5.547v42.36h.316m19.267-23.007h-2.377v-15.396h.987c5.646 0 8.706 1.25 8.706 7.85 0 6.284-2.8 7.546-7.317 7.546zm-.968-19.353h-6.927v.314l-.003 41.733v.313h5.517v-.313l.004-18.737h2.135c8.555 0 13.077-4.042 13.077-11.687 0-7.712-4.644-11.623-13.803-11.623m17.803 42.36h5.21v-42.36H78.16v42.36h.314' fill='%23231f20'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 60px;
  min-height: 50px;
}
