:root {
  --color-teal: #47958b;
  --color-navy: #002e54;
  --color-dark-gray: #252c30;
  --color-blue: #41b6e6;
  --color-primary: var(--color-navy);
  --color-primary-light: var(--color-blue);
  --color-secondary: var(--color-teal);
  --color-accent: var(--color-blue);
  --color-text-dark: var(--color-dark-gray);
  --color-text-light: #ffffff;
  --color-bg-white: #ffffff;
  --color-bg-light: #f4f6f8;
  --color-btn-hover: #0f665d;
  --color-border-light: #e5eaee;
  --container-bg-light-1: #ffffff;
  --container-bg-light-2: #f4f6f8;
  --container-bg-dark-1: #002e54;
  --container-bg-dark-2: #252c30;
  --spacing-xs: 4px;
  --spacing-s: 8px;
  --spacing-m: 12px;
  --spacing-l: 16px;
  --spacing-xl: 24px;
  --spacing-2xl: 32px;
  --spacing-3xl: 48px;
  --spacing-4xl: 64px;
  --spacing-5xl: 96px;
  --spacing-6xl: 128px;
  --radius-s: 8px;
  --radius-m: 16px;
  --radius-l: 24px;
  --radius-xl: 32px;
  --font-heading: "FuturaPT", sans-serif;
  --font-body: "OpenSans", sans-serif;
  --z-below: -1;
  --z-base: 0;
  --z-deco: 1;
  --z-content: 2;
  --z-overlay: 10;
  --z-modal: 100;
  --z-toast: 200;
  --main-max-width: 1536px;
}

@font-face {
  font-family: "FuturaPT";
  src: local("FuturaCyrillicBook"), url("../../public/fonts/FuturaCyrillicBook.woff2") format("woff2"), url("../../public/fonts/FuturaCyrillicBook.woff") format("woff"), url("../../public/fonts/FuturaCyrillicBook.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaPT";
  src: local("FuturaCyrillicMedium"), url("../../public/fonts/FuturaCyrillicMedium.woff2") format("woff2"), url("../../public/fonts/FuturaCyrillicMedium.woff") format("woff"), url("../../public/fonts/FuturaCyrillicMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaPT";
  src: local("FuturaCyrillicBold"), url("../../public/fonts/FuturaCyrillicBold.woff2") format("woff2"), url("../../public/fonts/FuturaCyrillicBold.woff") format("woff"), url("../../public/fonts/FuturaCyrillicBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaPT";
  src: local("FuturaCyrillicHeavy"), url("../../public/fonts/FuturaCyrillicHeavy.woff2") format("woff2"), url("../../public/fonts/FuturaCyrillicHeavy.woff") format("woff"), url("../../public/fonts/FuturaCyrillicHeavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaPT-Demi";
  src: local("FuturaCyrillicDemi"), url("../../public/fonts/FuturaCyrillicDemi.woff2") format("woff2"), url("../../public/fonts/FuturaCyrillicDemi.woff") format("woff"), url("../../public/fonts/FuturaCyrillicDemi.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: local("OpenSans-Regular"), url("../../public/fonts/OpenSans-Regular.woff2") format("woff2"), url("../../public/fonts/OpenSans-Regular.woff") format("woff"), url("../../public/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: local("OpenSans-Medium"), url("../../public/fonts/OpenSans-Medium.woff2") format("woff2"), url("../../public/fonts/OpenSans-Medium.woff") format("woff"), url("../../public/fonts/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: local("OpenSans-SemiBold"), url("../../public/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../../public/fonts/OpenSans-SemiBold.woff") format("woff"), url("../../public/fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: local("OpenSans-Bold"), url("../../public/fonts/OpenSans-Bold.woff2") format("woff2"), url("../../public/fonts/OpenSans-Bold.woff") format("woff"), url("../../public/fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.type-display-d1 {
  font-family: var(--font-heading);
  font-size: clamp(5rem, 3.3495rem + 7.767vw, 10rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: clamp(-1.6px, -0.8252px - 0.3883vw, -3.2px);
}

.type-h1-heavy {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 1.8058rem + 3.2653vw, 4rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: clamp(-0.8px, -0.5243px - 0.1383vw, -1.28px);
}

.type-h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 1.8058rem + 3.2653vw, 4rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: clamp(-0.8px, -0.5243px - 0.1383vw, -1.28px);
}

.type-h2-heavy {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 1.5631rem + 2.0553vw, 3rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: clamp(-0.64px, -0.4592px - 0.0907vw, -0.96px);
}

.type-h2 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 1.5631rem + 2.0553vw, 3rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: clamp(-0.64px, -0.4592px - 0.0907vw, -0.96px);
}

.type-display-d3 {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 1.4369rem + 1.4757vw, 2.5rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: clamp(-0.56px, -0.4165px - 0.0719vw, -0.8px);
}

.type-h3 {
  font-family: "FuturaPT-Demi", sans-serif;
  font-size: clamp(1.75rem, 1.4369rem + 1.4757vw, 2.5rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: clamp(-0.56px, -0.4165px - 0.0719vw, -0.8px);
}

.type-h4 {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 1.3107rem + 0.8914vw, 1.75rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: clamp(-0.48px, -0.3981px - 0.0411vw, -0.56px);
}

.type-h5-demi {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 1.0611rem + 0.8914vw, 1.5rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: clamp(-0.4px, -0.3155px - 0.0423vw, -0.48px);
}

.type-h5 {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 1.0611rem + 0.8914vw, 1.5rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: clamp(-0.4px, -0.3155px - 0.0423vw, -0.48px);
}

.type-h6 {
  font-family: var(--font-heading);
  font-size: clamp(1.125rem, 0.9981rem + 0.5984vw, 1.25rem);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: clamp(-0.36px, -0.3108px - 0.0247vw, -0.4px);
}

.type-body-lg {
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.9369rem + 0.2972vw, 1.125rem);
  font-weight: 400;
  line-height: 1.53;
  letter-spacing: normal;
}

.type-body-md {
  font-family: var(--font-body);
  font-size: clamp(0.875rem, 0.8119rem + 0.2972vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
}

.type-body-sm {
  font-family: var(--font-body);
  font-size: clamp(0.75rem, 0.6869rem + 0.2972vw, 0.875rem);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: normal;
}

.type-eyebrow {
  font-family: var(--font-heading);
  font-size: clamp(0.625rem, 0.5619rem + 0.2972vw, 0.75rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: clamp(1.25px, 1.0206px + 0.1148vw, 1.5px);
  text-transform: uppercase;
  display: flex;
  gap: 0;
  align-items: flex-end;
  color: var(--color-teal);
}
.type-eyebrow::after {
  content: url("data:image/svg+xml,%3Csvg width='7' height='8' viewBox='0 0 7 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.101928 0H6.5666C6.67706 0 6.7666 0.0895429 6.7666 0.2V7.17927C6.7666 7.27736 6.64013 7.32007 6.58302 7.24031C5.82516 6.1818 2.84788 2.15592 0.0436236 0.187958C-0.0377187 0.130874 0.00255468 0 0.101928 0Z' fill='%2347958B'/%3E%3C/svg%3E");
  position: relative;
  top: -3px;
}

.elementor-widget-hm_location_map {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.elementor-widget-hm_location_map .elementor-widget-container {
  width: 100%;
}

.elementor-kit-54 .hm-location-map {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.elementor-kit-54 .hm-location-map__tabs {
  display: flex;
  gap: 0;
  margin-bottom: 4rem;
  background: var(--color-bg-light-2);
  border-radius: 10px;
  border: 1px solid #e5eaee;
  padding: 4px;
  width: fit-content;
  align-self: center;
  justify-self: center;
}
.elementor-kit-54 .hm-location-map__tab {
  display: flex;
  align-items: center;
  gap: var(--spacing-s);
  padding: 12px 24px;
  border: none;
  background: transparent;
  color: var(--color-text-dark);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  border-radius: var(--radius-s);
  transition: background-color 0.3s ease, color 0.3s ease;
}
.elementor-kit-54 .hm-location-map__tab svg {
  width: 24px;
  height: 24px;
  transition: color 0.3s ease;
}
.elementor-kit-54 .hm-location-map__tab:hover:not(.elementor-kit-54 .hm-location-map__tab--active) {
  background: rgba(71, 149, 139, 0.1);
}
.elementor-kit-54 .hm-location-map__tab--active {
  background: var(--color-teal);
  color: white;
}
.elementor-kit-54 .hm-location-map__map {
  width: 100%;
  max-width: 100%;
  border-radius: var(--radius-m);
  overflow: hidden;
  position: relative;
  z-index: var(--z-base);
}
.elementor-kit-54 .hm-location-map__map .leaflet-container {
  font-family: var(--font-body);
  border-radius: inherit;
  width: 100%;
  max-width: 100%;
  background-color: #aee0f4;
}
.elementor-kit-54 .hm-location-map__map .leaflet-popup-content-wrapper {
  border-radius: var(--radius-s);
  padding: 0;
}
.elementor-kit-54 .hm-location-map__map .leaflet-popup-content {
  margin: 0;
  padding: var(--spacing-l);
  min-width: 200px;
}
.elementor-kit-54 .hm-location-map__map .leaflet-control-zoom {
  border: none;
  box-shadow: none;
}
.elementor-kit-54 .hm-location-map__map .leaflet-control-zoom a {
  background-color: #252c30 !important;
  color: white !important;
  border: none !important;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  font-size: 20px !important;
  border-radius: 4px !important;
}
.elementor-kit-54 .hm-location-map__map .leaflet-control-zoom a:hover {
  background-color: #3a4149 !important;
}
.elementor-kit-54 .hm-location-map__map .leaflet-control-zoom a:first-child {
  margin-bottom: 4px !important;
}
.elementor-kit-54 .hm-location-map__arrows-container {
  position: absolute;
  top: -56px;
  right: 20px;
  z-index: 1001;
  display: flex;
  gap: 6px;
  pointer-events: all;
}
.elementor-kit-54 .hm-location-map__arrow {
  width: 36px;
  height: 36px;
  background: #252c30;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.elementor-kit-54 .hm-location-map__arrow:hover {
  background: #3a4149;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.elementor-kit-54 .hm-location-map__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.elementor-kit-54 .hm-location-map__arrow svg {
  width: 20px;
  height: 20px;
  fill: white;
}
@media (max-width: 768px) {
  .elementor-kit-54 .hm-location-map__arrow {
    width: 32px;
    height: 32px;
  }
  .elementor-kit-54 .hm-location-map__arrow svg {
    width: 16px;
    height: 16px;
  }
}
.elementor-kit-54 .hm-location-map__carousel {
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0 20px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .elementor-kit-54 .hm-location-map__carousel {
    padding: 0 var(--spacing-2xl);
  }
}
.elementor-kit-54 .hm-location-map__carousel-inner {
  position: relative;
  pointer-events: all;
}
.elementor-kit-54 .hm-location-map__locations {
  display: flex;
  gap: var(--spacing-l);
  padding-bottom: var(--spacing-m);
  width: fit-content;
  transition: transform 0.35s ease;
}
.elementor-kit-54 .hm-location-map__empty {
  padding: var(--spacing-4xl);
  text-align: center;
  color: var(--color-text-dark);
  background-color: var(--color-bg-light-2);
  border-radius: var(--radius-m);
}
.elementor-kit-54 .hm-location-map__empty p {
  margin: 0;
  font-size: 16px;
}
.elementor-kit-54 .hm-location-map__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: var(--z-overlay);
  background: white;
  padding: var(--spacing-xl);
  border-radius: var(--radius-s);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.elementor-kit-54 .hm-location-map__loading::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border: 3px solid var(--color-bg-light-2);
  border-top-color: var(--color-secondary);
  border-radius: 50%;
  animation: hm-map-spin 0.8s linear infinite;
}
.elementor-kit-54 .hm-location-map .leaflet-control-container {
  position: absolute;
  right: 50px;
  top: 16px;
}
.elementor-kit-54 .hm-location-map .leaflet-control-zoom,
.elementor-kit-54 .hm-location-map .leaflet-bar,
.elementor-kit-54 .hm-location-map .leaflet-control {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.elementor-kit-54 .hm-location-map .hm-location-map__map .leaflet-control-zoom a:first-child {
  margin-bottom: 1px !important;
}
.elementor-kit-54 .hm-location-map a.leaflet-control-zoom-in {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.elementor-kit-54 .hm-location-map a.leaflet-control-zoom-out {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}
.elementor-kit-54 .hm-location-card {
  flex: 0 0 280px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .elementor-kit-54 .hm-location-card {
    flex: 0 0 240px;
  }
}
.elementor-kit-54 .hm-location-card.is-active {
  background-color: rgba(24, 152, 139, 0.1);
  border-color: var(--color-secondary);
  z-index: 3;
}
.elementor-kit-54 .hm-location-card.is-active .hm-location-card__title {
  color: var(--color-secondary);
}
.elementor-kit-54 .hm-location-card__image {
  width: 100%;
  height: 120px;
  overflow: hidden;
  background-color: var(--color-bg-light-2, #f4f6f8);
}
.elementor-kit-54 .hm-location-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.elementor-kit-54 .hm-location-card:hover .elementor-kit-54 .hm-location-card__image img {
  transform: scale(1.05);
}
.elementor-kit-54 .hm-location-card .hm-location-card__content {
  padding: var(--spacing-l);
}
.elementor-kit-54 .hm-location-card div h3.hm-location-card__title {
  font-family: var(--font-heading);
  font-size: clamp(1.125rem, 0.9981rem + 0.5984vw, 1.25rem);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: clamp(-0.36px, -0.3108px - 0.0247vw, -0.4px);
  color: var(--color-navy);
  margin-bottom: 12px;
}
.elementor-kit-54 .hm-location-card .hm-location-card__address {
  font-family: var(--font-body);
  font-size: clamp(0.75rem, 0.6869rem + 0.2972vw, 0.875rem);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: normal;
  color: var(--color-primary) !important;
  margin-bottom: 12px;
}
.elementor-kit-54 .hm-location-card .hm-location-card__phone {
  margin-bottom: 20px;
}
.elementor-kit-54 .hm-location-card .hm-location-card__phone a {
  font-family: var(--font-body);
  font-size: clamp(0.75rem, 0.6869rem + 0.2972vw, 0.875rem);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: normal;
  color: var(--color-primary) !important;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.elementor-kit-54 .hm-location-card .hm-location-card__phone a:hover {
  color: var(--color-secondary) !important;
}
.elementor-kit-54 .hm-location-card .hm-location-card__link {
  display: inline-block;
  padding: 8px 16px;
  background-color: var(--color-secondary);
  color: white;
  text-decoration: none;
  border-radius: var(--radius-s);
  font-family: "Open Sans", var(--font-body);
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  line-height: 12px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.elementor-kit-54 .hm-map-marker {
  background: none !important;
  border: none !important;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.elementor-kit-54 .hm-map-marker svg {
  display: block;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
  transition: transform 0.2s ease;
}
.elementor-kit-54 .hm-map-marker:hover svg {
  transform: scale(1.15);
}
.elementor-kit-54 .hm-map-marker.is-active svg {
  transform: scale(1.2);
}
.elementor-kit-54 .hm-map-marker.is-active svg path {
  fill: var(--color-primary);
}
.elementor-kit-54 .hm-map-popup {
  min-width: 200px;
}
.elementor-kit-54 .hm-map-popup h3.hm-map-popup__title {
  font-family: var(--font-heading);
  font-size: clamp(1.125rem, 0.9981rem + 0.5984vw, 1.25rem);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: clamp(-0.36px, -0.3108px - 0.0247vw, -0.4px);
  color: var(--color-navy);
  margin: 0 0 var(--spacing-s) 0;
}
.elementor-kit-54 .hm-map-popup .hm-map-popup__address {
  font-family: var(--font-body);
  font-size: clamp(0.75rem, 0.6869rem + 0.2972vw, 0.875rem);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: normal;
  color: var(--color-primary) !important;
  margin: 0 0 var(--spacing-s) 0;
}
.elementor-kit-54 .hm-map-popup .hm-map-popup__phone {
  margin: 0;
}
.elementor-kit-54 .hm-map-popup .hm-map-popup__phone a {
  font-family: var(--font-body);
  font-size: clamp(0.75rem, 0.6869rem + 0.2972vw, 0.875rem);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: normal;
  color: var(--color-primary) !important;
  text-decoration: none;
  font-weight: 500;
}
.elementor-kit-54 .hm-map-popup .hm-map-popup__phone a:hover {
  color: var(--color-secondary) !important;
}
.elementor-kit-54 .hm-location-map__list-view {
  width: 100%;
}
.elementor-kit-54 .hm-location-map__cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 40px;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .elementor-kit-54 .hm-location-map__cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .elementor-kit-54 .hm-location-map__cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .elementor-kit-54 .hm-location-map__cards-grid {
    grid-template-columns: 1fr;
  }
}
.elementor-kit-54 .hm-location-map__card {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-m);
  background: white;
  border-radius: var(--radius-s);
  overflow: hidden;
}
.elementor-kit-54 .hm-location-map__card-title {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 1.0611rem + 0.8914vw, 1.5rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: clamp(-0.4px, -0.3155px - 0.0423vw, -0.48px);
  color: var(--color-navy);
  margin: 0;
}
.elementor-kit-54 .hm-location-map__card-image {
  width: 100%;
  height: 274px;
  overflow: hidden;
  background-color: var(--color-bg-light-2);
  border-radius: 10px;
}
.elementor-kit-54 .hm-location-map__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.elementor-kit-54 .hm-location-map__card-address {
  font-family: var(--font-body);
  font-size: clamp(0.75rem, 0.6869rem + 0.2972vw, 0.875rem);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: normal;
  color: var(--color-text-dark);
  margin: 0;
}
.elementor-kit-54 .hm-location-map__card-phone {
  font-family: var(--font-body);
  font-size: clamp(0.75rem, 0.6869rem + 0.2972vw, 0.875rem);
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: normal;
  color: var(--color-text-dark);
  margin: 0;
}
.elementor-kit-54 .hm-location-map__card-phone span {
  font-weight: 400;
}
.elementor-kit-54 .hm-location-map__card-directions {
  display: inline-block;
  width: fit-content;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #d1d5db;
  padding: 13.5px 12px;
  color: var(--color-text-dark);
  background: white;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  border-radius: var(--radius-s);
}
.elementor-kit-54 .hm-location-map__card-directions:hover {
  background-color: var(--color-teal);
  color: white;
  border-color: var(--color-teal);
}

@keyframes hm-map-spin {
  to {
    transform: rotate(360deg);
  }
}