.map-section {
  padding-top: 200px;
  padding-bottom: 300px;
  background-color: #F7EDCA;
  position: relative;
}
@media (max-width: 768px) {
  .map-section {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media (max-width: 800px) {
  .map-section .container {
    padding: 0;
  }
}
.map-section .map_wave {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.map-section .map-section__content {
  position: relative;
  z-index: 4;
}
.map-section .map-section__content .map-section__addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
  margin-bottom: 68px;
}
@media (max-width: 1200px) {
  .map-section .map-section__content .map-section__addresses {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 40px;
  }
}
@media (max-width: 800px) {
  .map-section .map-section__content .map-section__addresses {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .map-section .map-section__content .map-section__addresses {
    padding-bottom: 0;
    margin-bottom: 48px;
  }
}
.map-section .map-section__content .map-section__addresses .map-section__addresses-career {
  width: 195px;
}
@media (max-width: 1200px) {
  .map-section .map-section__content .map-section__addresses .map-section__addresses-career {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.map-section .map-section__content .map-section__addresses .map-section__addresses-career h3 {
  font-family: "ClashDisplay";
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #503413;
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .map-section .map-section__content .map-section__addresses .map-section__addresses-career h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.map-section .map-section__content .map-section__addresses .map-section__addresses-career .email-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 7px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -2%;
  color: #503413;
}
@media (max-width: 768px) {
  .map-section .map-section__content .map-section__addresses .map-section__addresses-career .email-wrapper {
    font-size: 15px;
    line-height: 21px;
  }
}
.map-section .map-section__content .map-section__addresses .map-section__addresses-career .email-wrapper span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map-section .map-section__content .map-section__addresses .map-section__addresses-career .email-wrapper a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -2%;
  color: rgba(80, 52, 19, 0.7);
}
.map-section .map-section__content .map-section__addresses .map-section__addresses-career .email-wrapper a:hover {
  color: rgb(80, 52, 19);
}
@media (max-width: 768px) {
  .map-section .map-section__content .map-section__addresses .map-section__addresses-career .email-wrapper a {
    font-size: 15px;
    line-height: 21px;
  }
}
.map-section .map-section__content .map-section__addresses .map-section__addresses-career .phone-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 7px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #503413;
}
@media (max-width: 768px) {
  .map-section .map-section__content .map-section__addresses .map-section__addresses-career .phone-wrapper {
    font-size: 15px;
    line-height: 21px;
  }
}
.map-section .map-section__content .map-section__addresses .map-section__addresses-career .phone-wrapper span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map-section .map-section__content .map-section__addresses .map-section__addresses-career .phone-wrapper a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: rgba(80, 52, 19, 0.7);
}
.map-section .map-section__content .map-section__addresses .map-section__addresses-career .phone-wrapper a:hover {
  color: rgb(80, 52, 19);
}
@media (max-width: 768px) {
  .map-section .map-section__content .map-section__addresses .map-section__addresses-career .phone-wrapper a {
    font-size: 15px;
    line-height: 21px;
  }
}
.map-section .map-section__content .map-section__addresses .map-section__addresses-sales {
  width: 375px;
}
@media (max-width: 1200px) {
  .map-section .map-section__content .map-section__addresses .map-section__addresses-sales {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.map-section .map-section__content .map-section__addresses .map-section__addresses-sales h3 {
  font-family: "ClashDisplay";
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #503413;
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .map-section .map-section__content .map-section__addresses .map-section__addresses-sales h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.map-section .map-section__content .map-section__addresses .map-section__addresses-sales .email-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 7px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #503413;
}
@media (max-width: 768px) {
  .map-section .map-section__content .map-section__addresses .map-section__addresses-sales .email-wrapper {
    font-size: 15px;
    line-height: 21px;
  }
}
.map-section .map-section__content .map-section__addresses .map-section__addresses-sales .email-wrapper span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map-section .map-section__content .map-section__addresses .map-section__addresses-sales .email-wrapper a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -2%;
  color: rgba(80, 52, 19, 0.7);
}
.map-section .map-section__content .map-section__addresses .map-section__addresses-sales .email-wrapper a:hover {
  color: rgb(80, 52, 19);
}
@media (max-width: 768px) {
  .map-section .map-section__content .map-section__addresses .map-section__addresses-sales .email-wrapper a {
    font-size: 15px;
    line-height: 21px;
  }
}
.map-section .map-section__content .map-section__addresses .map-section__addresses-sales .phone-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 7px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #503413;
}
@media (max-width: 768px) {
  .map-section .map-section__content .map-section__addresses .map-section__addresses-sales .phone-wrapper {
    font-size: 15px;
    line-height: 21px;
  }
}
.map-section .map-section__content .map-section__addresses .map-section__addresses-sales .phone-wrapper span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map-section .map-section__content .map-section__addresses .map-section__addresses-sales .phone-wrapper a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: rgba(80, 52, 19, 0.7);
}
.map-section .map-section__content .map-section__addresses .map-section__addresses-sales .phone-wrapper a:hover {
  color: rgb(80, 52, 19);
}
@media (max-width: 768px) {
  .map-section .map-section__content .map-section__addresses .map-section__addresses-sales .phone-wrapper a {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 1200px) {
  .map-section .map-section__content .map-section__addresses .map-section__addresses-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.map-section .map-section__content .map-section__addresses .map-section__addresses-wrapper h3 {
  font-family: "ClashDisplay";
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #503413;
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .map-section .map-section__content .map-section__addresses .map-section__addresses-wrapper h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.map-section .map-section__content .map-section__addresses .map-section__addresses-wrapper .map-section__addresses-list p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -2%;
  color: rgba(80, 52, 19, 0.7);
}
@media (max-width: 768px) {
  .map-section .map-section__content .map-section__addresses .map-section__addresses-wrapper .map-section__addresses-list p {
    font-size: 15px;
    line-height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
  }
  .map-section .map-section__content .map-section__addresses .map-section__addresses-wrapper .map-section__addresses-list p svg {
    max-width: 24px;
  }
}
.map-section .map-section__content .map-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-radius: 24px;
  border: 1px solid #D9D9D9;
  overflow: hidden;
}
@media (max-width: 800px) {
  .map-section .map-section__content .map-container {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
.map-section .map-section__content .map-container svg {
  width: 100%;
  display: block;
}
@media (max-width: 800px) {
  .map-section .map-section__content .map-container svg {
    min-width: 800px;
  }
}
.map-section .map-section__content .map-container .map-marker-svg {
  pointer-events: visiblePainted;
  cursor: pointer;
}
.map-section .map-section__content .map-container .map-marker {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
.map-section .map-section__content .map-container .map-marker img {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.map-section .map-section__content .map-container .map-marker img:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.map-section .map-section__content .map-container .marker-dot {
  width: 12px;
  height: 12px;
  background-color: red;
  border-radius: 50%;
  z-index: 5;
}
.map-section .map-section__content .map-container .map-tooltip {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -2%;
  position: absolute;
  width: 195px;
  background: #01021E;
  color: #ffffff;
  padding: 12px;
  border-radius: 12px;
  z-index: 4;
  opacity: 1;
  pointer-events: none;
  display: none;
}
@media (max-width: 768px) {
  .map-section .map-section__content .map-container .map-tooltip {
    font-size: 12px;
    left: 12px;
    width: 150px;
  }
}
.map-section .map-section__content .map-container .map-marker:hover + .map-tooltip {
  opacity: 1;
}