/* Footer bundle for legacy pages — synced from style.css */
/*!- xy-wrapper begin -*/
.xy-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (max-width: 1200px) {
  .xy-wrapper {
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .xy-wrapper {
    padding: 0 16px;
  }
}
.xy-wrapper > p {
  font-size: 16px;
  line-height: 1.576;
}

/*!- xy-wrapper end -*/
/*!- xy-footer begin -*/
.xy-footer {
  position: relative;
  background: linear-gradient(165deg, #163a34 0%, #1c947c 42%, #156b5a 100%);
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}
.xy-footer::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #c43a00 18%, #f30 50%, #f60 82%, transparent 100%);
}
.xy-footer .xy-footer-wrap {
  padding: 36px 0 0;
}
.xy-footer .xy-footer-content > ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.xy-footer .xy-footer-content > ul:before,
.xy-footer .xy-footer-content > ul:after {
  display: none;
}
.xy-footer .xy-footer-content > ul > li {
  display: block;
  float: none;
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
  width: auto;
  padding: 4px 0 24px;
  box-sizing: border-box;
}
.xy-footer .xy-footer-content > ul > li.xy-footer-about-col,
.xy-footer .xy-footer-content > ul > li.xy-footer-contact-col,
.xy-footer .xy-footer-content > ul > li.xy-footer-qrcode-col {
  flex: 1 1 0;
  max-width: none;
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.xy-footer .xy-footer-about-text {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.68);
}
.xy-footer .xy-footer-about-text p {
  margin: 0 0 8px;
  color: inherit;
}
.xy-footer .xy-footer-about-more {
  margin-top: 14px !important;
}
.xy-footer .xy-footer-about-more > a {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color .25s, transform .25s;
}
.xy-footer .xy-footer-about-more > a:hover {
  color: #f30;
  transform: translateX(3px);
}
.xy-footer .xy-footer-content dl {
  margin: 0;
}
.xy-footer .xy-footer-content dl > dd {
  display: block;
  margin: 0 0 10px;
}
.xy-footer .xy-footer-content .xy-footer-qrcode {
  display: block;
  width: 120px;
  height: 120px;
  padding: 6px;
  background: #fff;
  border: 0;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.xy-footer .xy-footer-content .xy-footer-qrcode > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.xy-footer .xy-footer-content .xy-footer-label.xy-footer-col-title,
.xy-footer .xy-footer-content .xy-footer-col-title {
  display: inline-block;
  position: relative;
  width: auto;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: none;
  transition: color .3s ease;
}
.xy-footer .xy-footer-content .xy-footer-label.xy-footer-col-title::after,
.xy-footer .xy-footer-content .xy-footer-col-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: #f30;
  border-radius: 1px;
  transform: scaleX(1);
  transform-origin: left center;
  transition: width .3s ease, background-color .3s ease;
}
.xy-footer .xy-footer-content .xy-footer-col-title > a {
  color: inherit;
  text-decoration: none;
  transition: color .3s ease;
}
.xy-footer .xy-footer-content dl > dd:hover .xy-footer-col-title,
.xy-footer .xy-footer-content .xy-footer-col-title:hover,
.xy-footer .xy-footer-content .xy-footer-col-title:has(> a:hover) {
  color: #fff;
}
.xy-footer .xy-footer-content dl > dd:hover .xy-footer-col-title::after,
.xy-footer .xy-footer-content .xy-footer-col-title:hover::after,
.xy-footer .xy-footer-content .xy-footer-col-title:has(> a:hover)::after {
  width: 44px;
  background-color: #f60;
}
.xy-footer .xy-footer-content .xy-footer-col-title > a:hover {
  color: #fff;
}
.xy-footer .xy-footer-content .xy-footer-col-link {
  display: block;
}
.xy-footer .xy-footer-content .xy-footer-col-link > a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  padding: 3px 0;
  transition: color .25s, transform .25s;
}
.xy-footer .xy-footer-content .xy-footer-col-link > a:hover {
  color: #f30;
  transform: translateX(3px);
}
.xy-footer .xy-footer-content .xy-footer-with-icon {
  position: relative;
  padding-left: 52px;
  min-height: 40px;
  margin-bottom: 18px;
}
.xy-footer .xy-footer-content .xy-footer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  text-align: center;
  font-size: 17px;
  position: absolute;
  top: 2px;
  left: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  transition: background-color .25s, color .25s;
}
.xy-footer .xy-footer-content .xy-footer-with-icon:hover .xy-footer-icon {
  background: #f30;
  color: #fff;
}
.xy-footer .xy-footer-content .xy-footer-icon > i {
  font-size: inherit;
}
.xy-footer .xy-footer-content .xy-footer-label {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color .25s;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 2px;
}
.xy-footer .xy-footer-content .xy-footer-with-icon .xy-footer-label:hover {
  color: rgba(255, 255, 255, 0.85);
}
.xy-footer .xy-footer-content .xy-footer-value {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  transition: color .25s;
  color: rgba(255, 255, 255, 0.88);
}
.xy-footer .xy-footer-content .xy-footer-value > a {
  color: inherit;
  text-decoration: none;
  transition: color .25s;
}
.xy-footer .xy-footer-content .xy-footer-value > a:hover {
  color: #f30;
}
.xy-footer .xy-footer-content .xy-footer-icons-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  padding-top: 4px;
  font-size: 0;
}
.xy-footer .xy-footer-content .xy-footer-icons-group > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
  transition: color .25s, border-color .25s, background-color .25s, transform .25s;
}
.xy-footer .xy-footer-content .xy-footer-icons-group > a > i {
  font-size: 14px;
  line-height: 1;
}
.xy-footer .xy-footer-content .xy-footer-icons-group > a .xy-icon-x,
.xy-footer .xy-footer-content .xy-footer-icons-group > a .xy-icon-svg {
  width: 13px;
  height: 13px;
  display: block;
}
.xy-footer .xy-footer-content .xy-footer-icons-group > a:hover,
.xy-footer .xy-footer-content .xy-footer-icons-group > a.xy-footer-share-btn:hover {
  color: #fff;
  border-color: #f30;
  background: #f30;
  transform: translateY(-2px);
}
.xy-footer .xy-footer-extra {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 24px;
  font-size: 13px;
  text-align: center;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.55);
  overflow: visible;
  margin: 0;
  padding: 12px 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.12);
}
.xy-footer .xy-footer-extra > span {
  display: inline;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.4;
}
.xy-footer .xy-footer-extra-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 16px;
  margin-top: 0;
}
.xy-footer .xy-footer-extra-links > a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 13px;
  transition: color .25s;
}
.xy-footer .xy-footer-extra-links > a:hover {
  color: #f30;
}
@media screen and (max-width: 1200px) {
  .xy-footer .xy-footer-wrap {
    padding-top: 28px;
  }
  .xy-footer .xy-footer-content > ul {
    flex-wrap: wrap;
    gap: 0 24px;
  }
  .xy-footer .xy-footer-content > ul > li {
    flex: 1 1 0;
    max-width: none;
    min-width: 0;
    padding: 4px 0 20px;
  }
  .xy-footer .xy-footer-content > ul > li.xy-footer-about-col,
  .xy-footer .xy-footer-content > ul > li.xy-footer-contact-col,
  .xy-footer .xy-footer-content > ul > li.xy-footer-qrcode-col {
    flex: 1 1 0;
    max-width: none;
    width: auto;
    padding-left: 0;
    padding-top: 4px;
  }
  .xy-footer .xy-footer-content .xy-footer-with-icon {
    padding-left: 48px;
  }
  .xy-footer .xy-footer-content .xy-footer-icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .xy-footer .xy-footer-content .xy-footer-icons-group {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .xy-footer .xy-footer-wrap {
    padding-top: 28px;
  }
  .xy-footer.footer-bar {
    margin-bottom: 56px;
  }
  .xy-footer .xy-footer-content > ul {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
  }
  .xy-footer .xy-footer-content > ul > li {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: none;
    padding: 0 0 12px;
    display: none;
  }
  .xy-footer .xy-footer-content > ul > li.xy-footer-about-col,
  .xy-footer .xy-footer-content > ul > li.xy-footer-contact-col,
  .xy-footer .xy-footer-content > ul > li.xy-footer-qrcode-col {
    display: block;
  }
  .xy-footer .xy-footer-content > ul > li.xy-footer-contact-col,
  .xy-footer .xy-footer-content > ul > li.xy-footer-qrcode-col {
    padding-left: 0;
  }
  .xy-footer .xy-footer-extra {
    font-size: 12px;
    padding: 10px 4px 14px;
    line-height: 1.5;
    flex-direction: column;
    gap: 4px;
  }
}

/*!- xy-footer end -*/
/*!- xy-search -*/
.xy-search {
  display: none;
  position: fixed;
  z-index: 1005;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.xy-search .xy-search-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 35vh;
}
.xy-search .xy-search-content {
  display: block;
  position: relative;
  z-index: 2;
  max-width: 600px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
.xy-search .xy-search-bar {
  position: relative;
  width: 100%;
  padding: 0 72px 0 16px;
  background-color: #fff;
}
.xy-search .xy-search-bar > input {
  display: block;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  outline: 0;
}
.xy-search .xy-search-bar > button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 50px;
  background-color: #f7868f;
  border: 0;
  outline: none;
  color: #fff;
  cursor: pointer;
  transition: background-color .5s;
  font-size: 24px;
}
.xy-search .xy-search-bar > button > i {
  font-size: inherit;
}
.xy-search .xy-search-bar > button:hover {
  background-color: #de7981;
}
.xy-search .xy-search-mask {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.9);
}
.xy-search .xy-search-close {
  position: absolute;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  top: 8px;
  right: 8px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  transition: color .5s;
}
.xy-search .xy-search-close > i {
  font-size: inherit;
}
.xy-search .xy-search-close:hover {
  color: #f7868f;
}
@media screen and (max-width: 1200px) {
  .xy-search .xy-search-bar {
    padding: 0 64px 0 12px;
  }
  .xy-search .xy-search-bar > input {
    height: 40px;
    font-size: 14px;
  }
  .xy-search .xy-search-bar > button {
    width: 50px;
    height: 40px;
    font-size: 20px;
  }
  .xy-search .xy-search-close {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
  }
}
.xy-search.opened {
  display: block;
  -webkit-animation: search-wrapper-fade-in .5s both;
  animation: search-wrapper-fade-in .5s both;
}
