:root {
  --red: #FF2922;
}

.ny2026 .red {
  color: var(--red);
}

.ny2026 *::before,
.ny2026 *::after {
  pointer-events: none;
}

@keyframes neon1 {
  from {
    filter: drop-shadow(0 0 1px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 1px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 1px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 1px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 1px rgba(0, 255, 255, 0.3));
  }
  to {
    filter: drop-shadow(0 0 8px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 8px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 8px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 8px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 8px rgba(0, 255, 255, 0.3));
  }
}

#wrap:before, #wrap:after {
  position: absolute;
  z-index: 1000;
}

#wrap:before {
  content: url(images/header-top-left.png);
  left: 0;
}

#wrap:after {
  content: url(images/header-top-right.png);
  right: 0;
  top: 0;
}

/*.ny2026 #content {*/
/*  background: #012849 url(images/snow-bg.png) center 600px / cover no-repeat;*/
/*}*/

/*main#content, main#content .news-market {*/
/*  background: #000139;*/
/*}*/

.h-logo > .logo > img {
  animation: neon1 2s ease-in-out infinite alternate;
  filter: drop-shadow(0 0 1px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 1px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 1px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 1px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 1px rgba(0, 255, 255, 0.3));
}

header #h-sec-1 {
  /* background: linear-gradient(90deg, #2D0E46 0%, #571170 29.69%, #1C336D 65.62%, #241148 100%); */
  background: linear-gradient(45deg, #005ca5 0%, #0bf 100%);
}

#h-sec-1 .h-search {
  background: linear-gradient(90deg, #2D0E46 0%, #571170 29.69%, #1C336D 65.62%, #241148 100%);
}

main#content, main#content .news-market {
  background: #000139;
}

#footer, .s-footer-menu {
  z-index: 1;
}

#footer {
  position: relative;
}

#footer:before {
  content: url(images/footer-left.png);
  position: absolute;
  top: 15px;
  /*right: 0;*/
  bottom: 0;
  left: 0;
  /*background: url(images/footer-left.png) no-repeat bottom left/contain;*/
}

#footer:after {
  content: url(images/footer-right.png);
  position: absolute;
  top: 15px;
  right: 0;
  bottom: 15px;
  /*left: 0;*/
  /*background: url(images/footer-right.png) no-repeat bottom right/contain;*/
}

#footer > .container {
  position: relative;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  5% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
    transform: rotate3d(0, 0, 1, -15deg);
  }
  8% {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 10deg);
  }
  13% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  16% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  16% {
    -webkit-transform: rotate3d(0, 0, 1, 0);
    transform: rotate3d(0, 0, 1, 0);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  5% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
    transform: rotate3d(0, 0, 1, -15deg);
  }
  8% {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 10deg);
  }
  13% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  16% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  16% {
    -webkit-transform: rotate3d(0, 0, 1, 0);
    transform: rotate3d(0, 0, 1, 0);
  }
}

.postcard {
  position: fixed;
  right: 0;
  bottom: 100px;
  aspect-ratio: 306 / 260;
  width: 306px;
  translate: calc(51 / 257 * 100%) 0;
  z-index: 20;
  text-transform: uppercase;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: swing 4s 0s both infinite;
  animation: swing 4s 0s both infinite;
}

.postcard img {
  width: 100%;
}

.congr-popup {
  background: url(images/pop-up.png) no-repeat center/100% auto;
  border-radius: 15px;
  border: 0;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 110;
  text-align: center;
  padding: 80px 150px 40px 120px;
  color: white;
}

.congr-popup .ttl {
  font-weight: 700;
  text-transform: uppercase;
}

.congr-popup .ttl-1 {
  font-size: 32px;
  line-height: 1.1875;
  margin-bottom: 8px;
}

.congr-popup .ttl-2 {
  font-size: 26px;
  line-height: 1.192;
  margin-bottom: 20px;
}

.congr-popup .p {
  font-size: 26px;
  line-height: 1.192;
  font-weight: 300;
  margin-bottom: 20px;
}

.congr-popup__thanks {
  display: inline-block;
  /*position: absolute;*/
  /*left: 50%;*/
  /*top: calc(100% - 150px);*/
  /*translate: -50% 0;*/
  margin-top: 15%;
  background: linear-gradient(45deg, #926d27 0%, #e7b251 100%);
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  border-radius: 12px;
  padding: 28px 72px;
}

.congr-popup__thanks:hover {
  color: #ffffff;
  background-color: #ba4fc5;
}

.congr #cboxLoadedContent {
  padding: 0;
  background: none;
}

.ny2026 #cboxOverlay {
  background-color: #012849;
  opacity: 0.7 !important;
}

