:root {
  --font-pri: "SVN-Outfit", sans-serif;
  --pi-4: 0.4rem;
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-18: 1.8rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --pi-10: 0.8rem;
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-18: 0.8rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}
:root {
  --z-i-header: 100;
  --radius-circle: 50%;
  --radius-max: 999rem;
  --radius-xl: 2.4rem;
  --radius-l: 1.6rem;
  --radius: 1.2rem;
  --radius-m: 0.8rem;
  --radius-s: 0.4rem;
  --box-shadow-1: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  --filter-white: brightness(0) invert(1);
  --filter-black: brightness(0) invert(0);
  --filter-pri: brightness(0) saturate(100%) invert(10%) sepia(22%) saturate(1515%) hue-rotate(177deg) brightness(92%) contrast(85%);
  --container-width: 124.8rem;
  --container-padding: 1.6rem;
  --bg-pri: linear-gradient(145deg, #d92525 6.38%, #9c1b1b 93.71%);
}

.contact {
  margin: 8rem 0rem 8rem;
}
@media screen and (max-width: 992px) {
  .contact {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .contact {
    margin: 4rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .contact-wrap {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .contact-col {
    width: 100%;
  }
}
.contact-info {
  position: relative;
  color: white;
  background: var(--bg-pri);
  border-radius: var(--radius-xl);
}
.contact-info::before, .contact-info::after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 2.8rem;
  height: 2.8rem;
  pointer-events: none;
  background-color: transparent;
  box-shadow: -1rem -1rem white;
  border-radius: var(--radius-circle);
}
.contact-info::before {
  top: 0rem;
  left: 8rem;
}
@media screen and (max-width: 576px) {
  .contact-info::before {
    left: 7.4rem;
  }
}
.contact-info::after {
  top: 8rem;
  left: 0rem;
}
@media screen and (max-width: 576px) {
  .contact-info::after {
    top: 7.4rem;
  }
}
.contact-info > .title-24 {
  text-align: center;
  padding: 2rem 3.2rem 0 11rem;
}
@media screen and (max-width: 576px) {
  .contact-info > .title-24 {
    font-size: 1.6rem;
    padding: 1.6rem 3.2rem 0 10rem;
  }
}
.contact-info .decor {
  width: fit-content;
  position: absolute;
  pointer-events: none;
  background-color: white;
  border-right: 1.6rem solid white;
  border-bottom: 1.6rem solid white;
  border-bottom-right-radius: var(--radius-xl);
}
@media screen and (max-width: 576px) {
  .contact-info .decor {
    border-right: 1rem solid white;
    border-bottom: 1rem solid white;
  }
}
.contact-info .decor-inner {
  width: 6.4rem;
  height: 6.4rem;
  background-color: #1e293b;
  border-radius: var(--radius-l);
}
.contact-info_list {
  padding: 2.4rem;
}
@media screen and (min-width: 577px) {
  .contact-info_item:last-child .contact-info_box {
    flex-wrap: wrap;
    flex-direction: unset;
    justify-content: space-between;
  }
}
.contact-info_item:last-child .contact-info_box .text-20 {
  width: 100%;
}
.contact-info_box .text-20 {
  font-weight: 700;
  position: relative;
  padding-left: 2rem;
}
.contact-info_box .text-20::before {
  top: 1.1rem;
  left: 0.4rem;
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.1rem;
  background-color: #1e293b;
}
.contact-info_box .text-16 a {
  transition: 0.4s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .contact-info_box .text-16 a:hover, .contact-info_box .text-16 a:focus-visible {
    color: #1e293b;
  }
}
.contact-info_notice {
  padding: 0 3.2rem 2rem;
}
@media screen and (max-width: 576px) {
  .contact-info_notice {
    padding: 0 3.2rem 1.6rem;
  }
}

.map {
  user-select: none;
  margin: 8rem 0rem 8rem;
}
@media screen and (max-width: 992px) {
  .map {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .map {
    margin: 4rem 0rem;
  }
}
.map-iframe {
  width: 100%;
}
.map-iframe iframe {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 47.2rem;
}
@media screen and (max-width: 576px) {
  .map-iframe iframe {
    min-height: 30rem;
  }
}
/*# sourceMappingURL=contact.css.map */
