.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
    font-family: var(--MSIBodyFont);
  }
  .popup * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .popup__close {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px;
    display: block;
    background: url(https://storage-asset.msi.com/event/2022/cnd/dying_light2/images/icon-close.svg) center center no-repeat ;
    background-size: cover;
    position: absolute;
    z-index: 5;
    opacity: 0.8;
  }
  .popup__close:hover {
    opacity: 1;
    cursor: pointer;
  }
  .popup__inner {
    text-align: left;
    vertical-align: middle;
    position: relative;
    width: 90%;
    max-width: 960px;
    margin: 50px auto;
  }
  .popup__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 300px);
            flex: 0 0 calc(100% - 300px);
    max-height: 100vh;
    overflow-y: auto;
    padding: 30px 0 15px;
  }
  .popup__body::-webkit-scrollbar-thumb {
    background: #4fd4d9;
    border-radius: 20px;
  }
  .popup__body::-webkit-scrollbar {
    width: 10px;
    background: #4fd4d988;
  }
  .popup__header h2 {
    color: #12b8be !important;
    text-align: center;
    font-family: "lores-9-wide", sans-serif;
    font-size: 40px;
    margin-bottom: 1em;
    line-height: 1.5em;
    margin: 0 auto;
    text-shadow: 5px 5px 0px #fff;
    -webkit-text-stroke: 3px #fff;
    paint-order: stroke fill;
  }
  @media (max-width: 1600px) {
    .popup__header h2 {
      font-size: 38px;
    }
  }
  @media (max-width: 1600px) and (max-width: 1300px) {
    .popup__header h2 {
      font-size: 37px;
    }
  }
  @media (max-width: 1600px) and (max-width: 1050px) {
    .popup__header h2 {
      font-size: 36px;
    }
  }
  .terms {
    font-size: 16px;
    line-height: 1.5;
  }
  .terms .common-subtitle {
    padding-bottom: 20px;
  }
  .terms .common-subtitle2 {
    padding-bottom: 5px;
  }
  .terms ol li {
    margin-left: 20px;
    padding-bottom: 20px;
    list-style: lower-roman;
  }
  .terms ol li ol li {
    list-style: lower-alpha;
  }
  .terms ol li ol li ul li {
    list-style: none;
  }
  .terms ul {
    margin-left: 20px;
    padding-bottom: 20px;
  }
  .terms ul ol li {
    list-style: lower-roman;
  }
  .terms ul li {
    list-style: disc;
    padding: 8px 0;
  }
  .terms ul li ol li {
    list-style: lower-roman;
  }
  .terms ul li span {
    color: #71b8bb;
  }
  .terms p {
    padding-bottom: 20px;
  }
  .terms a {
    color: #ffd800;
    
  }
  .terms a:hover {
    border: none;
    border-bottom: #ffd900e3 1px solid;
  }
  /*# sourceMappingURL=popup.css.map */                         