/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/block-custom-map/block-custom-map.scss ***!
  \*******************************************************************************************************************************************************************************************************************************/
.page-not-found {
  display: flex;
  background-color: #171717;
  overflow: hidden;
}

.pnf_inner {
  position: relative;
  width: 100%;
}

.pnf_img {
  width: 100%;
  height: auto;
  max-height: 960px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1300px) {
  .pnf_img {
    min-height: 500px;
  }
}

.pnf_content {
  position: absolute;
  left: 0;
  bottom: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 128px;
  width: 100%;
}
.pnf_content.show .pnf_content-left,
.pnf_content.show .pnf_content-right {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 1000px) {
  .pnf_content {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .pnf_content {
    padding: 0 25px;
    bottom: 20px;
  }
}

.pnf_content-left {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 791px;
  margin-top: -30px;
  padding-bottom: 86px;
  transform: translateY(100%);
  opacity: 0;
  will-change: opacity, transform;
  transition: 0.5s opacity, 0.5s transform;
}
.pnf_content-left .pnf_content-label {
  align-items: flex-start;
  padding-bottom: 16px;
}
@media screen and (max-width: 1500px) {
  .pnf_content-left {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .pnf_content-left {
    padding-bottom: 30px;
  }
}

.pnf_content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateY(100%);
  opacity: 0;
  will-change: opacity, transform;
  transition: 0.5s opacity, 0.5s transform;
}

.pnf_content-content {
  align-items: center;
  width: 100%;
  max-width: 754px;
}
@media screen and (max-width: 1300px) {
  .pnf_content-content {
    max-width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .pnf_content-content {
    max-width: 300px;
  }
}

.button {
  margin-top: 24px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #3990ff;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .button {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 680px) {
  .button {
    padding: 6px 8px;
  }
}

@media screen and (min-width: 1921px) {
  .pnf_img {
    max-height: 50vw;
  }
  .pnf_content {
    bottom: 2.5vw;
    padding: 0 6.66667vw;
  }
  .pnf_content-left {
    max-width: 41.19792vw;
    margin-top: -1.5625vw;
    padding-bottom: 4.47917vw;
  }
  .pnf_content-left .pnf_content-label {
    padding-bottom: 0.83333vw;
  }
  .pnf_content-content {
    max-width: 39.27083vw;
  }
  .button {
    margin-top: 1.25vw;
    border-radius: 0.20833vw;
    padding: 0.83333vw 1.25vw;
  }
}
.custom-map {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 991px) {
  .custom-map {
    flex-direction: column-reverse;
  }
}
.custom-map .custom-map__content {
  width: 50%;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-left: 140px;
  scrollbar-color: #3990ff transparent;
  scrollbar-width: thin;
}
.custom-map .custom-map__content::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.custom-map .custom-map__content::-webkit-scrollbar-thumb {
  background: #3990ff;
  border-radius: 4px;
}
.custom-map .custom-map__content::-webkit-scrollbar-track {
  background: transparent;
}
@media screen and (max-width: 1250px) {
  .custom-map .custom-map__content {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .custom-map .custom-map__content {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 991px) {
  .custom-map .custom-map__content {
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 10%;
    overflow-y: unset;
  }
}
.custom-map .custom-map__accordion-panel-inner a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.custom-map .custom-map__accordion-panel-inner a:hover {
  color: #3990ff;
}
.custom-map .custom-map__divider {
  width: 100%;
  border: none;
  height: 1px;
  background-color: #3990ff;
}
.custom-map .custom-map__map {
  position: sticky !important;
  top: 0;
  width: 50%;
  height: 100vh;
  height: 100dvh;
}
@media screen and (max-width: 991px) {
  .custom-map .custom-map__map {
    width: 100%;
    height: 50vh;
    height: 50dvh;
  }
}
.custom-map .custom-map__accordion {
  padding-right: 140px;
}
@media screen and (max-width: 1250px) {
  .custom-map .custom-map__accordion {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .custom-map .custom-map__accordion {
    padding-right: 80px;
  }
}
@media screen and (max-width: 991px) {
  .custom-map .custom-map__accordion {
    padding-right: 10%;
  }
}
.custom-map .custom-map__accordion-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border: none;
  border-top: #171717 1px solid;
  width: 100%;
  text-align: left;
  padding: 20px 0;
  color: #171717;
  transition: all 0.3s ease-out;
}
.custom-map .custom-map__accordion-toggle svg {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  transition: transform 0.3s ease-out;
}
.custom-map .custom-map__accordion-toggle svg path {
  fill: #171717;
  transition: fill 0.3s ease-out;
}
.custom-map .custom-map__accordion-item:first-child .custom-map__accordion-toggle {
  border-top: none;
}
.custom-map .custom-map__accordion-item:last-child {
  border-bottom: #171717 1px solid;
}
.custom-map .custom-map__accordion-address,
.custom-map .custom-map__accordion-number,
.custom-map .custom-map__accordion-email {
  color: #171717;
}
.custom-map .custom-map__accordion-panel {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}
.custom-map .custom-map__accordion-panel-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.custom-map .custom-map__accordion-item.js-accordion.active .custom-map__accordion-toggle {
  color: #3990ff;
}
.custom-map .custom-map__accordion-item.js-accordion.active .custom-map__accordion-toggle svg {
  transform: rotate(180deg);
}
.custom-map .custom-map__accordion-item.js-accordion.active .custom-map__accordion-toggle svg path {
  fill: #3990ff;
}
.custom-map .custom-map__accordion-item.js-accordion.active + .custom-map__accordion-item .custom-map__accordion-toggle {
  border-top-color: #3990ff;
}
.custom-map .custom-map__accordion-item:last-child.js-accordion.active {
  border-bottom-color: #3990ff;
}
.custom-map .map-info-window {
  position: relative;
  padding: 15px 15px 3px 15px;
  font-family: inherit;
  max-width: 280px;
}
.custom-map .gm-style-iw-ch {
  padding: 0 !important;
}
.custom-map .gm-ui-hover-effect {
  position: absolute !important;
  top: 11px !important;
  right: 5px !important;
  width: 20px !important;
  height: 20px !important;
  background: #3990ff !important;
  border-radius: 3px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
  opacity: 1 !important;
}
.custom-map .gm-ui-hover-effect:hover {
  background: #171717 !important;
  transform: scale(1.1) !important;
}
.custom-map .gm-ui-hover-effect span {
  background-color: white !important;
  color: white !important;
  width: 12px !important;
  height: 12px !important;
  margin: 4px !important;
}

@media (min-width: 1921px) {
  .custom-map .custom-map__content {
    padding-top: 7.29167vw;
    padding-bottom: 7.29167vw;
    padding-left: 7.29167vw;
  }
  .custom-map .custom-map__content::-webkit-scrollbar {
    width: 0.41667vw;
  }
  .custom-map .custom-map__content::-webkit-scrollbar-thumb {
    border-radius: 0.20833vw;
  }
  .custom-map .custom-map__divider {
    height: 0.05208vw;
  }
  .custom-map .custom-map__accordion {
    padding-right: 7.29167vw;
  }
  .custom-map .custom-map__accordion-toggle {
    border-top: #171717 0.05208vw solid;
    padding: 1.04167vw 0;
  }
  .custom-map .custom-map__accordion-toggle svg {
    width: 1.04167vw;
    height: 1.04167vw;
    min-width: 1.04167vw;
    min-height: 1.04167vw;
  }
  .custom-map .custom-map__accordion-item:last-child {
    border-bottom: #171717 0.05208vw solid;
  }
  .custom-map .custom-map__accordion-panel-inner {
    gap: 0.78125vw;
    padding-top: 0.52083vw;
    padding-bottom: 1.04167vw;
  }
  .custom-map .map-info-window {
    padding: 0.78125vw 0.78125vw 0.15625vw 0.78125vw;
    max-width: 14.58333vw;
  }
  .custom-map .gm-ui-hover-effect {
    top: 0.57292vw !important;
    right: 0.26042vw !important;
    width: 1.04167vw !important;
    height: 1.04167vw !important;
    border-radius: 0.15625vw !important;
  }
  .custom-map .gm-ui-hover-effect span {
    width: 0.625vw !important;
    height: 0.625vw !important;
    margin: 0.20833vw !important;
  }
}
