body {
  background: #D7E2DC;
}
.bar-color {
  background: #D7E2DC;
}
.pcm-list-conatinaer {
  padding: 30px;
  text-align: center;
}
#pcm2021-stand-entry .pcm-list-conatinaer {
  padding: 0;
}
#pcm2021-stand-entry .pcm-list-conatinaer .pcm-list-vendors {
  margin: auto;
}
.pcm-list-title {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 1;
  color: #fff;
}
.pcm-list-note {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1;
  color: #FF574D;
}
.pcm-list-entrance {
  display: block;
  width: 300px;
  height: 47px;
  margin: 30px auto 30px;
  font-size: 19px;
  font-weight: 600;
  line-height: 47px;
  color: #fff;
  background: #394648;
  border-radius: 999px;
}
.pcm-list-entrance:hover,
.pcm-list-entrance:active,
.pcm-list-entrance:focus {
  background: #637A7E;
}
.pcm-list-groups {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pcm-list-groups .pcm-list-groups-item {
  text-align: center;
  margin: 0 3px 10px 3px;
}
.pcm-list-groups .pcm-list-groups-item a {
  width: 24px;
  height: 24px;
  display: inline-block;
  padding: 6px;
  color: #394648;
  border-radius: 5px;
  font-size: 16px;
  line-height: 13px;
}
.pcm-list-groups .pcm-list-groups-item a:hover {
  color: #fff;
  background: #BFCDC5;
}
.pcm-list-groups .pcm-list-groups-item a.current,
.pcm-list-groups .pcm-list-groups-item a:active {
  color: #fff;
  background: #394648;
}
.pcm-list-loading {
  display: none;
  margin: 22px 0;
}
.pcm-list-vendors {
  max-width: min(1700px, 100%);
  display: grid;
  grid-template-columns: repeat(auto-fill, 150px);
  grid-gap: 40px 15px;
  gap: 40px 15px;
  justify-content: center;
  margin: 12px auto 22px;
}
.pcm-list-vendors.pcm-list-vendors-link-disabled .pcm-list-vendors-item-link {
  cursor: default;
}
.pcm-list-vendors .pcm-list-vendors-item {
  width: 150px;
  height: 220px;
}
.pcm-list-vendors .pcm-list-vendors-item-link {
  display: block;
  color: #454545;
}
.pcm-list-vendors .pcm-list-vendors-item-number {
  position: relative;
  display: block;
  padding: 6px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  color: #fff;
  background: #FFB7AD;
  border-radius: 10px 10px 0 0;
}
.pcm-list-vendors .pcm-list-vendors-item-number-label {
  position: absolute;
  top: 6px;
  right: 8px;
  color: #F38A7C;
}
.pcm-list-vendors .pcm-list-vendors-item-avatar {
  display: block;
  width: 100%;
  height: auto;
}
.pcm-list-vendors .pcm-list-vendors-item-text {
  padding: 7px 0;
  line-height: 15px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 0 0 10px 10px;
}
.pcm-list-vendors .pcm-list-vendors-item-text:hover,
.pcm-list-vendors .pcm-list-vendors-item-text:active {
  text-decoration: underline;
}
.pcm-list-vendors .pcm-list-vendors-item-text .pcm-list-vendors-item-title,
.pcm-list-vendors .pcm-list-vendors-item-text .pcm-list-vendors-item-subtitle {
  padding: 0 2px;
  font-size: 13px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.pcm-list-vendors .pcm-list-vendors-item-text .pcm-list-vendors-item-subtitle {
  font-size: 11px;
}

#pop-window-header {
  background: #FFB7AD;
  text-align: center;
  border-bottom: none;
}
.pop-window-title {
  font-size: 16px;
  color: #fff;
}
.pop-window-close {
  color: #fff;
}
.pcm-landing-page-container {
  width: 100%;
  height: 480px;
  padding: 28px 70px 30px;
  background: url(https://s.plurk.com/events/pcm2021/a945562d3f7fa8d231e5.png) center;
  background-size: cover;
}
@media screen and (max-width: 639px) {
  .pcm-landing-page-container {
    height: auto;
    padding: 15px 8px;
  }
}
.pcm-landing-page-title {
  margin-bottom: 19px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #394648;
}
@media screen and (max-width: 639px) {
  .pcm-landing-page-title {
    margin-bottom: 8px;
  }
}
.pop-window-close:hover {
  color: #394648;
}
.pcm-landing-page-notice-container {
  padding: 19px 0px 19px 12px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
}
@media screen and (max-width: 639px) {
  .pcm-landing-page-notice-container {
    padding: 10px;
    margin-bottom: 8px;
  }
}
.pcm-landing-page-notice-list {
  max-width: 483px;
  margin: 0 auto 10px;
  padding-left: 16px;
  font-size: 13px;
  line-height: 19px;
  color: #000;
}
.pcm-landing-page-notice-list li {
  list-style-type: disc;
  margin-bottom: 5px;
}
.pcm-landing-page-notice-list li:last-child {
  margin-bottom: 0;
}
.pcm-landing-page-notice-list .pcm-landing-page-notice-list-link:hover,
.pcm-landing-page-notice-list .pcm-landing-page-notice-list-link:focus {
  text-decoration: underline;
}
.pcm-landing-page-notice-bottom {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 13px;
  color: #000;
  text-align: center;
}
.pcm-landing-page-notice-bottom img {
  width: 48px;
  height: auto;
}
.pcm-landing-page-appendix {
  width: 468px;
  height: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .pcm-landing-page-appendix {
    width: 100%;
    height: auto;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .pcm-landing-page-appendix img {
    max-width: 100%;
    height: auto;
  }
}
.pcm-landing-page-button {
  display: block;
  width: 300px;
  height: 47px;
  margin: 20px auto 0;
  font-size: 19px;
  font-weight: 600;
  background: #394648;
}
.pcm-landing-page-button:hover,
.pcm-landing-page-button:active,
.pcm-landing-page-button:focus {
  background: #637A7E;
}
@media screen and (max-width: 639px) {
  .pcm-landing-page-button {
    width: 100%;
    margin-top: 8px;
  }
}

@font-face {
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntumono/v18/KFOjCneDtsqEr0keqCMhbBc9.ttf) format('truetype');
}
#pcm-countdown-container {
  padding: 60px 26px;
}
.pcm-countdown-holder {
  margin: auto;
  padding: 60px 90px 80px 90px;
  max-width: 640px;
  width: auto;
  background: url(https://s.plurk.com/events/pcm2021/a945562d3f7fa8d231e5.png) center;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 60px;
}
@media screen and (max-width: 639px) {
  .pcm-countdown-holder {
    padding: 50px 40px 45px 40px;
  }
}
.pcm-countdown-holder * {
  line-height: 150%;
  text-align: center;
}
.pcm-countdown-holder p {
  margin-bottom: 0;
}
.pcm-countdown-holder .pcm-countdown-title {
  font-size: 28px;
  letter-spacing: 0.2em;
  font-family: sans-serif;
}
.pcm-countdown-holder .pcm-countdown-subtitle {
  font-size: 19px;
  font-family: 'Lucida Grande', sans-serif;
}
.pcm-countdown-inner-holder {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 18px 18px 25px;
  margin-top: 30px;
  border: 0 solid white;
  border-radius: 10px;
}
@media screen and (max-width: 639px) {
  .pcm-countdown-inner-holder {
    margin-top: 17px;
  }
}
.pcm-countdown-inner-holder #pcm-countdown-display .pcm-countdown-display-description {
  margin: 9px 0;
  display: flex;
  align-content: center;
  justify-content: center;
}
.pcm-countdown-inner-holder #pcm-countdown-display #pcm-countdown-display-decimal {
  font-family: 'Ubuntu Mono', monospace;
  font-size: 50px;
}
@media screen and (max-width: 639px) {
  .pcm-countdown-inner-holder #pcm-countdown-display #pcm-countdown-display-decimal {
    font-size: 32px;
  }
}

#pcm-ending-container {
  padding: 60px 26px;
}
.pcm-ending-holder {
  margin: auto;
  padding: 60px 90px 30px 90px;
  max-width: 640px;
  width: auto;
  background: url(https://s.plurk.com/events/pcm2021/a945562d3f7fa8d231e5.png) center;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 60px;
}
@media screen and (max-width: 639px) {
  .pcm-ending-holder {
    padding: 50px 40px 45px 40px;
  }
}
.pcm-ending-holder * {
  line-height: 150%;
  text-align: center;
}
.pcm-ending-holder p {
  margin-bottom: 0;
  margin-top: 12px;
}
.pcm-ending-holder .pcm-ending-title {
  font-size: 28px;
  font-family: 'Lucida Grande', sans-serif;
}
.pcm-ending-holder .pcm-ending-subtitle {
  font-size: 19px;
  font-family: 'Lucida Grande', sans-serif;
  margin-top: 12px;
}
.pcm-ending-img {
  margin-top: 15px;
  border: 0 solid white;
  border-radius: 10px;
  opacity: 0.85;
  width: 100%;
}

