/**
 * @file
 * SASS Extends.
 */
.paragraph-map__section-title h3,
.map-component__section-title h3 {
  position: relative;
  padding: 20px 0 0 0;
  color: #202020;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  overflow: hidden;
}
@media (min-width: 767px) {
  .paragraph-map__section-title h3,
  .map-component__section-title h3 {
    padding: 0 0 15px 0;
  }
}
.paragraph-map__section-title h3::after,
.map-component__section-title h3::after {
  content: "";
  position: relative;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  vertical-align: middle;
  background-color: #ccc;
}
[dir=ltr] .paragraph-map__section-title h3::after, .paragraph-map__section-title [dir=ltr] h3::after,
[dir=ltr] .map-component__section-title h3::after,
.map-component__section-title [dir=ltr] h3::after {
  left: 35px;
  margin-right: -100%;
}
[dir=rtl] .paragraph-map__section-title h3::after, .paragraph-map__section-title [dir=rtl] h3::after,
[dir=rtl] .map-component__section-title h3::after,
.map-component__section-title [dir=rtl] h3::after {
  right: 35px;
  margin-left: -100%;
}
@media (min-width: 767px) {
  [dir=ltr] .paragraph-map__section-title h3::after, .paragraph-map__section-title [dir=ltr] h3::after,
  [dir=ltr] .map-component__section-title h3::after,
  .map-component__section-title [dir=ltr] h3::after {
    left: 10px;
  }
  [dir=rtl] .paragraph-map__section-title h3::after, .paragraph-map__section-title [dir=rtl] h3::after,
  [dir=rtl] .map-component__section-title h3::after,
  .map-component__section-title [dir=rtl] h3::after {
    right: 10px;
  }
}

.paragraph-map__field-title,
.map-component__field-title, .paragraph-map__section-title h3,
.map-component__section-title h3 {
  font-family: "Merriweather";
  font-weight: 300;
}
.paragraph-map__section-title h3,
.map-component__section-title h3 {
  font-size: 16px;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .paragraph-map__section-title h3,
  .map-component__section-title h3 {
    font-size: 20px;
  }
}

.paragraph-map__map-link,
.map-component__map-link {
  font-weight: 600;
  line-height: 1.5;
  text-decoration: underline;
  color: #240F6E;
}
.paragraph-map__map-link:hover,
.map-component__map-link:hover {
  color: #082ECF;
}
.paragraph-map__map-link:disabled,
.map-component__map-link:disabled {
  text-decoration: underline;
  background-color: #aaa;
}

/**
 * @file
 * SASS Extends.
 */
.paragraph-map__section-title h3,
.map-component__section-title h3 {
  position: relative;
  padding: 20px 0 0 0;
  color: #202020;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  overflow: hidden;
}
@media (min-width: 767px) {
  .paragraph-map__section-title h3,
  .map-component__section-title h3 {
    padding: 0 0 15px 0;
  }
}
.paragraph-map__section-title h3::after,
.map-component__section-title h3::after {
  content: "";
  position: relative;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  vertical-align: middle;
  background-color: #ccc;
}
[dir=ltr] .paragraph-map__section-title h3::after, .paragraph-map__section-title [dir=ltr] h3::after,
[dir=ltr] .map-component__section-title h3::after,
.map-component__section-title [dir=ltr] h3::after {
  left: 35px;
  margin-right: -100%;
}
[dir=rtl] .paragraph-map__section-title h3::after, .paragraph-map__section-title [dir=rtl] h3::after,
[dir=rtl] .map-component__section-title h3::after,
.map-component__section-title [dir=rtl] h3::after {
  right: 35px;
  margin-left: -100%;
}
@media (min-width: 767px) {
  [dir=ltr] .paragraph-map__section-title h3::after, .paragraph-map__section-title [dir=ltr] h3::after,
  [dir=ltr] .map-component__section-title h3::after,
  .map-component__section-title [dir=ltr] h3::after {
    left: 10px;
  }
  [dir=rtl] .paragraph-map__section-title h3::after, .paragraph-map__section-title [dir=rtl] h3::after,
  [dir=rtl] .map-component__section-title h3::after,
  .map-component__section-title [dir=rtl] h3::after {
    right: 10px;
  }
}

.paragraph-map__field-title,
.map-component__field-title, .paragraph-map__section-title h3,
.map-component__section-title h3 {
  font-family: "Merriweather";
  font-weight: 300;
}
.paragraph-map__section-title h3,
.map-component__section-title h3 {
  font-size: 16px;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .paragraph-map__section-title h3,
  .map-component__section-title h3 {
    font-size: 20px;
  }
}

.paragraph-map,
.map-component {
  margin: 30px -15px;
}
@media (min-width: 1200px) {
  .paragraph-map,
  .map-component {
    margin: 80px 0;
  }
}
.paragraph-map__section-title,
.map-component__section-title {
  margin: 0 15px;
}
@media (min-width: 1200px) {
  .paragraph-map__section-title,
  .map-component__section-title {
    max-width: 1146px;
    margin-inline: auto;
  }
}
.paragraph-map__section-title h3,
.map-component__section-title h3 {
  padding-bottom: 15px;
}
.paragraph-map__text-wrapper,
.map-component__text-wrapper {
  margin: 0 15px;
}
@media (min-width: 1200px) {
  .paragraph-map__text-wrapper,
  .map-component__text-wrapper {
    position: relative;
    max-width: 1146px;
    margin-inline: auto;
  }
}
.paragraph-map__field-title,
.map-component__field-title {
  color: #404040;
}
@media (min-width: 1200px) {
  .paragraph-map__field-title,
  .map-component__field-title {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .paragraph-map__field-description,
  .map-component__field-description {
    max-width: 90%;
  }
}
.paragraph-map__field-description p,
.map-component__field-description p {
  font-size: 14px;
}
.paragraph-map__field-description p:last-of-type,
.map-component__field-description p:last-of-type {
  margin-bottom: 0;
}
.paragraph-map__map-link,
.map-component__map-link {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .paragraph-map__map-link,
  .map-component__map-link {
    position: absolute;
    right: 20px;
    bottom: 0;
  }
}
.paragraph-map__map-link:hover::after,
.map-component__map-link:hover::after {
  filter: brightness(0) saturate(100%) invert(12%) sepia(91%) saturate(6065%) hue-rotate(236deg) brightness(80%) contrast(104%);
}
.paragraph-map__map-link::after,
.map-component__map-link::after {
  position: absolute;
  content: url("../../../images/icon/sloping-arrow.svg");
  filter: brightness(0) saturate(100%) invert(6%) sepia(84%) saturate(5446%) hue-rotate(256deg) brightness(93%) contrast(102%);
  right: -15px;
}
.paragraph-map__map,
.map-component__map {
  width: 100%;
  height: 280px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .paragraph-map__map,
  .map-component__map {
    height: 480px;
  }
}
@media (min-width: 1200px) {
  .paragraph-map__map,
  .map-component__map {
    max-width: 1146px;
    margin-inline: auto;
  }
}
.paragraph-map__map .geolocation-map-wrapper,
.map-component__map .geolocation-map-wrapper {
  width: 100%;
  height: 100%;
}
.paragraph-map__map .geolocation-map-container,
.map-component__map .geolocation-map-container {
  width: 100% !important;
  height: 100% !important;
}
.paragraph-map__field-map-location,
.map-component__field-map-location {
  width: 100%;
  height: 100%;
}

.map-component {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .map-component {
    margin-bottom: 45px;
  }
}

/*# sourceMappingURL=paragraph-map.css.map */
