.wp-block-jaso-headquarters {
  margin-inline: auto !important;
}
.wp-block-jaso-headquarters:has(.headquarters--slider) {
  padding-right: 0 !important;
}

.headquarters {
  margin-block: clamp(2.5rem, -0.1786rem + 7.4405vw, 8.75rem);
  padding-left: 0 !important;
}
.headquarters--slider {
  padding-left: calc((100% - 1320px) / 2 - 20px) !important;
}
@media (max-width: 959px) {
  .headquarters--slider {
    padding-left: 0 !important;
  }
}
.headquarters__inner {
  display: flex;
  gap: clamp(2.5rem, 1.4286rem + 2.9762vw, 5rem);
  align-items: stretch;
  width: min(1320px, 100%);
  margin-inline: auto;
}
@media (max-width: 959px) {
  .headquarters__inner {
    flex-direction: column;
  }
}
.headquarters__inner--slider {
  width: unset;
}
.headquarters__content {
  flex: 1 1 calc(50% - 40px);
  max-width: 700px;
}
@media (max-width: 959px) {
  .headquarters__content {
    max-width: unset;
    padding-right: 20px;
  }
}
.headquarters__heading {
  max-width: 531px;
  font-size: clamp(1.5rem, 1.2857rem + 0.5952vw, 2rem);
  line-height: normal;
}
@media (max-width: 959px) {
  .headquarters__heading {
    max-width: unset;
  }
}
.headquarters__text {
  max-width: 530px;
  margin-block: 40px;
}
@media (max-width: 959px) {
  .headquarters__text {
    max-width: unset;
  }
}
.headquarters__info {
  display: flex;
  gap: clamp(1.25rem, 0.7143rem + 1.4881vw, 2.5rem);
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid #ece2e8;
}
.headquarters__info__image {
  max-width: 188px;
  height: 137px;
  border-radius: 4px;
}
.headquarters__info__image img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.headquarters__info__details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.headquarters__info__details address {
  font-family: "PPWriter", serif;
  font-size: clamp(1.25rem, 1.1429rem + 0.2976vw, 1.5rem);
  line-height: normal;
}
.headquarters__info__details address::before {
  width: 40px;
  height: 40px;
}
.headquarters__info__details a {
  text-decoration: underline;
}
.headquarters__image {
  position: relative;
  flex: 1 1 calc(50% - 40px);
}
.headquarters__image img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.headquarters__image .headquarters__phone {
  opacity: 1;
}
.headquarters__slider {
  flex: 1 1 calc(50% - 40px);
}
.headquarters__slider__image {
  position: relative;
  overflow: hidden;
  width: min(574px, 75%);
  height: 100%;
  border-radius: 4px;
}
@media (max-width: 959px) {
  .headquarters__slider__image {
    height: auto;
  }
}
.headquarters__slider__image img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.headquarters__slider .splide {
  height: 100%;
}
.headquarters__slider .splide__track {
  height: 100%;
}
@media (max-width: 959px) {
  .headquarters__slider .splide__track {
    height: auto;
  }
}
.headquarters__slider .splide__arrows {
  padding-inline: 40px !important;
}
@media (max-width: 767px) {
  .headquarters__slider .splide__arrows {
    padding-inline: 20px !important;
  }
}
.headquarters__phone {
  position: absolute;
  z-index: 2;
  bottom: clamp(1.25rem, 0.7143rem + 1.4881vw, 2.5rem);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.is-visible .headquarters__phone {
  opacity: 1;
}
/*# sourceMappingURL=block-headquarters.css.map */
