.section-copyright-inner {
  border-top: none !important;
}

.section-copyright,
.wrap-footer .vib-v2-footer {
  background: #000728 !important;
  border: none !important;
}

.wrap-footer .vib-v2-footer .box_contact:first-child .txt_right_app_footer a i {
  filter: none !important;
}

.wrap-footer .box_30 {
  background-color: #fff;
}

.s-location {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #050b1f;
  isolation: isolate;
  padding: 120px 0;
}
.s-location__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.s-location picture img, .s-location__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.s-location picture img + img, .s-location__bg-img + img {
  display: none;
}
.s-location__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(1, 28, 97, 0) 45%, #02195a 100%);
}
.s-location__inner {
  position: relative;
  z-index: 2;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0;
  padding-right: 0;
}
.s-location__intro {
  max-width: 480px;
  flex-shrink: 0;
}
.s-location__title {
  margin: 0 0 var(--gap-15, 15px);
  color: var(--color-mono-7, #ffffff);
  font-size: var(--h1-font-size, 40px);
  font-weight: var(--heading-semibold-font-weight, 600);
  line-height: 1.2;
}
.s-location__title-line {
  display: block;
}
.s-location__desc {
  margin: 0;
  max-width: 477px;
  color: var(--color-mono-7, #ffffff);
  font-size: var(--h5-font-size, 20px);
  font-weight: var(--body-semibold-font-weight, 400);
  line-height: 1.2;
}
.s-location__map {
  position: relative;
  width: 100%;
  max-width: 536px;
  aspect-ratio: 536/585;
  flex-shrink: 0;
  opacity: 1 !important;
  margin-right: -60px;
}
.s-location__map-part {
  position: absolute;
  left: var(--l);
  top: var(--t);
  width: var(--w);
  height: var(--h);
  display: block;
}

.s-location__pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 0;
  height: 0;
}

.s-location__pin-dot {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #eaf3ff;
  box-shadow: 0 0 8px 2px rgba(150, 200, 255, 0.85);
  transform: translate(-50%, -50%);
}

.s-location__pin-dot::before {
  content: "";
  position: absolute;
  inset: -15px;
  border-radius: 50%;
}

.s-location__pin-dot::after {
  content: "";
  position: absolute;
  inset: -11px;
  border-radius: 50%;
}

.s-location__pin-tooltip:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 0%, rgba(255, 254, 255, 0.1) 9%, rgba(202, 197, 197, 0.1) 14%, rgba(255, 255, 255, 0.4) 112%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  padding: 1.5px;
  mask-composite: exclude;
  -webkit-mask-composite: xor;
}

@keyframes s-location-pulse-outer {
  0%, 18% {
    opacity: 0;
    transform: scale(0.4);
  }
  26%, 44% {
    opacity: 0;
    transform: scale(0.4);
  }
  52%, 82% {
    opacity: 0.6;
    transform: scale(1.5);
  }
  92%, 100% {
    opacity: 0;
    transform: scale(0.4);
  }
}
@keyframes s-location-pulse-inner {
  0%, 18% {
    opacity: 0;
    transform: scale(0.85);
  }
  26%, 82% {
    opacity: 0.9;
    transform: scale(1);
  }
  92%, 100% {
    opacity: 0;
    transform: scale(0.85);
  }
}
@media (prefers-reduced-motion: reduce) {
  .s-location__pin-dot::before,
  .s-location__pin-dot::after {
    animation: none;
  }
  .s-location__pin-dot::before {
    opacity: 0.4;
  }
  .s-location__pin-dot::after {
    opacity: 0.6;
  }
}
.s-location__pin-tooltip {
  position: absolute;
  left: 0;
  bottom: 13px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
  border-radius: 10px;
  background: rgba(243, 244, 246, 0.2);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  white-space: nowrap;
  transform: translateX(-50%);
}

.s-location__pin-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(243, 244, 246, 0.2);
}

.s-location__pin-name {
  font-size: 14px;
  font-weight: var(--body-medium-font-weight, 500);
  color: var(--color-mono-7, #ffffff);
  line-height: 1.2;
}

.s-location__pin-date {
  font-size: 12px;
  font-weight: var(--body-regular-font-weight, 400);
  color: var(--color-mono-7, #ffffff);
  line-height: 1.6;
  opacity: 0.9;
}

.s-location__pin--below .s-location__pin-tooltip {
  bottom: auto;
  top: 11px;
  transform: translateX(-50%);
}

.s-location__pin--below .s-location__pin-tooltip::after {
  top: -6px;
  bottom: auto;
  border-top: none;
  border-bottom: 6px solid rgba(243, 244, 246, 0.2);
}

@media (max-width: 768px) {
  .s-location {
    padding: 60px 0 70%;
  }
  .s-location .s-location__bg {
    transform: none;
    background-position: bottom;
    background-size: cover;
  }
  .s-location .s-location__bg picture img {
    opacity: 0;
  }
  .s-location__bg-img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .s-location__inner {
    flex-direction: column;
    align-items: stretch;
    padding: 0 20px;
    gap: 0;
  }
  .s-location__intro {
    max-width: none;
  }
  .s-location__title {
    font-size: var(--h2-font-size, 32px);
    margin-bottom: 20px;
  }
  .s-location__desc {
    max-width: none;
    font-size: var(--body-font-size, 16px);
    font-weight: var(--body-medium-font-weight, 500);
    line-height: 1.6;
  }
  .s-location__map {
    max-width: 335px;
    margin: 56px auto 0;
    aspect-ratio: 378.27/470;
  }
  .s-location__map-part {
    left: var(--lm);
    top: var(--tm);
    width: var(--wm);
    height: var(--hm);
  }
  .s-location__pin {
    left: var(--xm);
    top: var(--ym);
  }
  .s-location__pin-tooltip {
    padding: 10px 15px;
    border-radius: 8px;
  }
}
@media (min-width: 769px) {
  .s-location__intro {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 2000px) {
  .s-location__map {
    margin-right: -260px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 2000px) {
  .s-location__map {
    margin-right: -160px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .s-location__map {
    margin-right: -100px;
  }
}/*# sourceMappingURL=style-section-4.css.map */