/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
.map-image {
  margin-top: 20px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .map-image {
    margin-top: 15px;
  }
}
.map-image-background {
  opacity: 1 !important;
  position: relative;
}
.map-image-background .desktop {
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
@media only screen and (max-width: 991px) {
  .map-image-background .desktop {
    display: none;
  }
}
@media only screen and (min-width: 1920px) {
  .map-image-background .desktop {
    height: 880px;
  }
}
.map-image-background .mobile {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 992px) {
  .map-image-background .mobile {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .map-image-background .mobile {
    height: 220px;
  }
}
.map-image-contact-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 320px) {
  .map-image-contact-wrapper {
    padding-top: calc(30px + 45 * (100vw - 320px) / 320);
    padding-bottom: calc(30px + 45 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .map-image-contact-wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media only screen and (min-width: 768px) {
  .map-image-contact-wrapper {
    padding-top: calc(75px + -7.5 * (100vw - 768px) / 672);
    padding-bottom: calc(75px + -7.5 * (100vw - 768px) / 672);
  }
}
@media only screen and (min-width: 1440px) {
  .map-image-contact-wrapper {
    padding-top: 67.5px;
    padding-bottom: 67.5px;
  }
}
@media only screen and (min-width: 992px) {
  .map-image-contact-wrapper {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) and (min-width: 320px) {
  .map-image-contact-wrapper {
    padding-left: calc(15px + 15 * (100vw - 320px) / 320);
    padding-right: calc(15px + 15 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 992px) and (min-width: 640px) {
  .map-image-contact-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .map-image-contact-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .map-image-contact-wrapper {
    text-align: center;
  }
}
@media only screen and (min-width: 1600px) {
  .map-image-contact-wrapper {
    margin-bottom: 67.5px;
  }
}
@media only screen and (min-width: 992px) {
  .map-image-contact-wrapper__left {
    width: 50%;
  }
}
.map-image-contact-wrapper__left .title {
  letter-spacing: 0.7px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  font-family: "Lato-Bold", sans-serif;
  color: #00748D;
  text-transform: uppercase;
}
@media only screen and (min-width: 320px) {
  .map-image-contact-wrapper__left .title {
    letter-spacing: calc(0.7px + 0.7 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .map-image-contact-wrapper__left .title {
    letter-spacing: 1.4px;
  }
}
@media only screen and (min-width: 320px) {
  .map-image-contact-wrapper__left .title {
    font-size: calc(14px + 14 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .map-image-contact-wrapper__left .title {
    font-size: 28px;
  }
}
.map-image-contact-wrapper__left .address,
.map-image-contact-wrapper__left .text {
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
  font-style: normal;
  color: #4d4d4f;
  line-height: 1.2;
}
@media only screen and (min-width: 320px) {
  .map-image-contact-wrapper__left .address,
  .map-image-contact-wrapper__left .text {
    font-size: calc(11px + 11 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .map-image-contact-wrapper__left .address,
  .map-image-contact-wrapper__left .text {
    font-size: 22px;
  }
}
.map-image-contact-wrapper__left .address {
  margin-top: 15px;
}
.map-image-contact-wrapper__left .text {
  white-space: normal;
  margin-right: auto;
  margin-left: auto;
  margin: 15px 0;
}
@media only screen and (min-width: 992px) {
  .map-image-contact-wrapper__left .text {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .map-image-contact-wrapper__left .text {
    margin: 25px 0 45px;
  }
}
.map-image-contact-wrapper__left .text a {
  font-size: 11px;
}
@media only screen and (min-width: 320px) {
  .map-image-contact-wrapper__left .text a {
    font-size: calc(11px + 11 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .map-image-contact-wrapper__left .text a {
    font-size: 22px;
  }
}
.map-image-contact-wrapper__left .emails {
  margin-bottom: 5px;
  line-height: 1;
  white-space: nowrap;
  font-style: normal;
  color: #4d4d4f;
}
@media only screen and (min-width: 320px) {
  .map-image-contact-wrapper__left .emails {
    margin-bottom: calc(5px + 5 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .map-image-contact-wrapper__left .emails {
    margin-bottom: 10px;
  }
}
.map-image-contact-wrapper__left .emails a {
  font-size: 11px;
}
@media only screen and (min-width: 320px) {
  .map-image-contact-wrapper__left .emails a {
    font-size: calc(11px + 11 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .map-image-contact-wrapper__left .emails a {
    font-size: 22px;
  }
}
.map-image-contact-wrapper__right {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .map-image-contact-wrapper__right {
    width: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  .map-image-contact-wrapper__right {
    position: absolute;
    right: 0;
    justify-content: flex-start;
  }
}
.map-image-contact-wrapper__right__content {
  background: #e7e7e7;
  padding: 30px 15px;
  height: fit-content;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .map-image-contact-wrapper__right__content {
    padding: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .map-image-contact-wrapper__right__content {
    max-width: 790px;
  }
}
.map-image-contact-wrapper__right__content .note-title {
  font-size: 11px;
  color: #00748c;
  font-size: 22px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 320px) {
  .map-image-contact-wrapper__right__content .note-title {
    font-size: calc(11px + 11 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .map-image-contact-wrapper__right__content .note-title {
    font-size: 22px;
  }
}
.map-image-contact-wrapper__right__content .note-description {
  color: #4d4d4f;
  max-width: 705px;
  font-size: 11px;
}
@media only screen and (min-width: 320px) {
  .map-image-contact-wrapper__right__content .note-description {
    font-size: calc(11px + 11 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .map-image-contact-wrapper__right__content .note-description {
    font-size: 22px;
  }
}
.map-image-contact-wrapper__right__content .note-buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .map-image-contact-wrapper__right__content .note-buttons {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1600px) {
  .map-image-contact-wrapper__right__content .note-buttons {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.map-image-contact-wrapper__right__content .note-buttons a {
  font-size: 9px;
}
@media only screen and (min-width: 320px) {
  .map-image-contact-wrapper__right__content .note-buttons a {
    font-size: calc(9px + 9 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .map-image-contact-wrapper__right__content .note-buttons a {
    font-size: 18px;
  }
}
.map-image-contact-wrapper__right__content .note-buttons a:first-of-type {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .map-image-contact-wrapper__right__content .note-buttons a:first-of-type {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .map-image-contact-wrapper__right__content .note-buttons a:first-of-type {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=map-image-section.css.map*/