
.popup {
  display: none;
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 25px;
  background: rgba(0, 0, 0, 0.7);
}

.popup__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  background: #000;
  position: relative;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-bottom: 10px;
  border: #0041b5 1px solid;
}

.popup__close {
  position: -webkit-sticky;
  position: sticky;
  left: 100%;
  top: 0;
}

.popup__close:hover::before {
  background: rgba(255, 255, 255, 0.5);
}

.popup__close::before {
  font-family: "msi-icons" !important;
  content: "\ea02";
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 100%;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #0041b5 1px solid;
  cursor: pointer;
  background-color: #6192ee;
}

@media (min-width: 996px) {
  .popup__close::before {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}

.popup__header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #000;
  padding: 10px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.popup__header .common-title {
  padding-bottom: 0;
}

.popup__content {
  padding: 25px;
  height: 80vh;
  overflow-y: auto;
  margin: 10px 10px 30px;
  color: #fff;
}

.popup__content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.popup__content::-webkit-scrollbar-track {
  background: #333;
  border-radius: 10px;
}

.popup__content::-webkit-scrollbar-thumb {
  background: #0041b5;
  border-radius: 10px;
}

@media (min-width: 996px) {
  .popup__content {
    padding: 20px 80px 80px;
  }
}

.terms h3 {
  display: inline-block;
  background: #0041b5;
  padding: 10px 45px;
  -webkit-clip-path: polygon(0 0, 89% 0, 100% 50%, 91% 100%, 0 100%);
          clip-path: polygon(0 0, 89% 0, 100% 50%, 91% 100%, 0 100%);
  margin-bottom: 25px;
  margin-top: 45px;
}

.terms a {
  color: #7e0021;
}

.terms a:hover {
  text-decoration: underline;
}

.terms p {
  padding-bottom: 20px;
}

.terms h4 {
  font-weight: bold;
  padding-bottom: 20px;
}

.terms ul {
  margin-left: 20px;
  padding-bottom: 20px;
}

.terms ul li {
  list-style: disc;
  padding: 6px 0;
}

.terms ul.lower-roman li {
  list-style: lower-roman;
}

#tc {
  font-size: 17px;
  line-height: 1.8;
}

#tc ul {
  margin-left: 20px;
}

#tc ul li {
  list-style: disc;
  padding: 5px 0;
}

#tc ol {
  margin-left: 25px;
}

#tc ol li {
  list-style: lower-roman;
}

#tc h4 {
  padding: 15px 0;
}

#tc a {
  color: #0041b5;
  text-decoration: underline;
}

#tc a:hover {
  background: #0041b5;
  color: #fff;
}

#tc table {
  width: 100%;
  border-collapse: collapse;
}

#tc table th {
  background: linear-gradient(45deg, #0041b5, #0041b5);
  padding: 15px;
  text-align: center;
  color: #fff;
  border-right: #fff 1px solid;
}

#tc table td {
  border: #8ca6d1 1px solid;
  padding: 5px 10px;
  text-align: center;
  font-size: 15px;
  font-family: var(--MSIBodyFont);
}

#tc .terms__title {
  margin: 20px 0 10px;
  position: relative;
}

#tc .terms__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  background: linear-gradient(45deg, #0041b5, #0041b5);
}

#tc .terms__title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: linear-gradient(45deg, #0041b5, #0041b5);
  padding-right: 5px;
}


/*# sourceMappingURL=main.css.map */