/* Important update */
.project .intro__wrapper-update {
    position: relative;
    display: inline-block;
    width: 90%;
    margin: 20px auto;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 10px #4c71a2;
            box-shadow: 5px 5px 10px #4c71a2;
  }
  @media (min-width: 996px) {
    .project .intro__wrapper-update {
      padding: 20px;
      max-width: 750px;
    }
  }
  .project .intro__wrapper-update::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    z-index: -1;
  }
  .project .intro__wrapper-update .update-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-red-500);
    margin-bottom: 10px;
  }
  @media (min-width: 996px) {
    .project .intro__wrapper-update .update-title {
      font-size: 28px;
    }
  }
  .project .intro__wrapper-update .update-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #000;
    margin: 0;
  }
  @media (min-width: 996px) {
    .project .intro__wrapper-update .update-text {
      font-size: 20px;
    }
  }


/* announcementPopup */

.fixed-window {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fixed-window.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fixed-window__inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .announcement-popup {
    position: relative;
    background: rgba(0, 0, 0, 0.9);
    padding: 40px;
    border-radius: 10px;
    max-width: 900px;
    width: 90%;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  }
  @media (max-width: 768px) {
    .announcement-popup {
      padding: 30px 20px;
    }
  }
  .announcement-popup::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 10;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#f7a8e8), to(#8bddff));
    background-image: linear-gradient(to right, #f7a8e8, #8bddff);
    background-origin: border-box;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
    -webkit-mask-image: linear-gradient(white, white), linear-gradient(white, white);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
            mask-image: linear-gradient(white, white), linear-gradient(white, white);
    -webkit-mask-composite: xor, source-over;
            mask-composite: exclude, add;
    -webkit-mask-clip: padding-box, border-box;
            mask-clip: padding-box, border-box;
    z-index: -1;
  }
  .announcement-popup__close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 20;
    opacity: 0.8;
  }
  @media (min-width: 996px) {
    .announcement-popup__close {
      top: 25px;
      right: 25px;
    }
  }
  .announcement-popup__close:hover {
    opacity: 1;
    color: #8bddff;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .announcement-popup__content {
    text-align: center;
  }
  .announcement-popup__header {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-image: linear-gradient(45deg, #f0a9ff, #8bddff);
    color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
    z-index: 10;
    -webkit-filter: drop-shadow(5px 5px 1px rgba(0, 0, 0, 0.433));
            filter: drop-shadow(5px 5px 1px rgba(0, 0, 0, 0.433));
  }
  @media (min-width: 996px) {
    .announcement-popup__header {
      font-size: 28px;
    }
  }
  .announcement-popup__title {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-image: linear-gradient(120deg, #f0bc63 30%, #81f6ff);
    color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
    z-index: 10;
    -webkit-filter: drop-shadow(5px 5px 1px rgba(0, 0, 0, 0.433));
            filter: drop-shadow(5px 5px 1px rgba(0, 0, 0, 0.433));
    display: inline-block;
  }
  @media (min-width: 996px) {
    .announcement-popup__title {
      font-size: 40px;
    }
  }
  .announcement-popup__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    margin: 20px 0;
  }
  @media (min-width: 996px) {
    .announcement-popup__text {
      font-size: 17px;
    }
  }
  .announcement-popup__text span {
    font-weight: 600;
    color: #ea2023;
    text-shadow: 0 0 10px #000;
  }
  .announcement-popup__note {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #ddd;
  }
  @media (min-width: 996px) {
    .announcement-popup__note {
      font-size: 15px;
    }
  }
  .announcement-popup ul {
    text-align: left;
    display: inline-block;
    margin: 0 10px;
  }
  .announcement-popup ul li {
    list-style: disc;
  }/*# sourceMappingURL=main.css.map */