:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
.operations {
  overflow: hidden;
}
* + .operations {
  margin-top: var(--wp--preset--spacing--l) !important;
}
.operations svg {
  border-radius: 6px;
}
.operations svg * {
  paint-order: fill;
}
.operations__map {
  border-radius: 6px;
}
.operations__map .location-pin {
  cursor: pointer;
}
.operations__map .location-pin .pin {
  transition: fill 0.45s ease-in-out;
}
.operations__map .location-pin.active .pin, .operations__map .location-pin:hover .pin {
  fill: #13263A;
}
.operations__locations {
  margin-top: 3rem;
}
.operations__locations .inner {
  position: relative;
}
.operations__locations .location-nav__controls {
  display: flex;
  gap: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
}
.operations__locations .location-nav__controls .location-nav {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -999999rem;
  background-color: #13263A;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath stroke='%23B89F6B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m15.422 15 5.078 4.978L15.422 25M21.5 15l5.078 4.978L21.5 25'/%3E%3Crect width='39' height='39' x='.5' y='.5' stroke='%2392712E' rx='19.5'/%3E%3C/svg%3E");
  mask-size: cover;
  transition: background-color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.operations__locations .location-nav__controls .location-nav.prev {
  transform: scaleX(-1);
}
.operations__locations .location-nav__controls .location-nav:hover {
  background-color: #F5F5F5;
}
.operations__locations .location {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  display: none;
  visibility: hidden;
  transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, visibility 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.operations__locations .location.active {
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 8;
}
.operations__locations .location .bg {
  display: block;
  aspect-ratio: 9/4.5;
  background-position: center;
  background-size: cover;
}
.operations__locations .location .txt {
  padding: 2rem;
}
.operations__locations .location h3 {
  font-size: var(--wp--preset--font-size--font-34);
  margin: 0 0 0.15ch 0;
}
.operations__locations .location h4 {
  font-size: 1.9rem;
  font-weight: 300;
  padding-bottom: 1.2ch;
  margin-bottom: 1.2ch;
  color: #2832C6 !important;
  border-bottom: 1px dashed rgba(112, 133, 239, 0.7);
}
.operations__locations .location ul.links {
  list-style: none;
  margin: 2ch 0 0 0;
  padding: 0;
}
.operations__locations .location ul.links li {
  margin: 0 0 1rem 0;
  padding: 0;
}
.operations__locations .location ul.links li:last-child {
  margin-bottom: 0;
}
.operations__locations .location ul.links a {
  min-height: 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  color: #2832C6;
  padding: 0 0 0 50px;
  position: relative;
}
.operations__locations .location ul.links a svg {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.operations__locations .location ul.links a svg rect {
  transition: stroke 0.45s ease-in-out;
}
.operations__locations .location ul.links a:hover, .operations__locations .location ul.links a:active, .operations__locations .location ul.links a:focus {
  color: #13263A;
}
.operations__locations .location ul.links a:hover rect, .operations__locations .location ul.links a:active rect, .operations__locations .location ul.links a:focus rect {
  stroke: #2832C6;
}
@media (max-width: 1023px) {
  .operations__locations {
    background: #F5F5F5;
    border-radius: 6px;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .operations {
    border: 1px solid #D5D1C8;
    border-radius: 6px;
    position: relative;
  }
  .operations__locations {
    width: 30%;
    margin: 0;
    background: rgba(245, 245, 245, 0.95);
    border-left: 1px solid rgba(19, 38, 58, 0.25);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .operations__locations {
    width: 40%;
  }
  .operations__locations .location .bg {
    aspect-ratio: 9/3.1;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) and (min-width: 1100px) {
  .operations__locations .location .bg {
    aspect-ratio: 9/3.8;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .operations__locations .location h3 {
    font-size: var(--wp--preset--font-size--font-24);
    font-weight: 300;
    padding-bottom: 0.5ch;
    margin-bottom: 1ch !important;
    border-bottom: 1px dashed rgba(112, 133, 239, 0.7);
  }
  .operations__locations .location h4 {
    display: none;
  }
  .operations__locations .location p {
    font-size: 1.55rem;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) and (min-width: 1100px) {
  .operations__locations .location p {
    font-size: 1.65rem;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) and (min-width: 1250px) {
  .operations__locations .location p {
    font-size: 1.75rem;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .operations__locations .location p + p {
    margin-top: 0.85ch !important;
  }
}
