a{
    text-decoration: none;
}
ul,
li,
ol {
  padding: 0;
  list-style: none;
  margin: 0;
}
li {
  display: block;
}

.cookies-row {
  width: 100%;
  height: 3.5rem;
  background-color: rgba(223, 223, 223, 0.2);
  backdrop-filter: blur(10px);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  font-size: 1rem;
  color: #f5f5f5;
  padding: 0.5rem 1.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookies-row .txt {
  width: 83%;
  margin-right: 1rem;
}

.cookies-row .btn {
  width: auto;
  height: 2.4rem;
  line-height: 2.4rem;
  background-color: var(--mainColor);
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 0 1.2rem;
  font-size: 1rem;
}

.cookies-row .btn:hover {
  background-color: #247c92;
}

.fcontainer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
}

.container {
  width: 100%;
  height: 100%;
  background: #201e1e;
  position: relative;
  padding-bottom: 2rem;
}

.container .bgmask {
  width: 100%;
  height: 100vh;
  background: url(/images/mask-w.webp);
  background-repeat: repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}

.cti-privacy {
  background-color: transparent;
  width: 100%;
  overflow: auto;
  overflow-y: auto;
  margin: 0 auto;
  z-index: 22;
}

.cti-privacy .privacy {
  width: 100%;
}

.cti-privacy .privacy .close {
  text-align: right;
  color: #fff;
  font-size: 2.2vw;
  z-index: 6;
  position: fixed;
  top: 6vw;
  right: 10%;
}

.cti-privacy .privacy .close span {
  margin-right: 3%;
  cursor: pointer;
}

.cti-privacy .privacy .privacy_con {
  width: 70%;
  margin: auto;
  padding-top: 10%;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  z-index: 3;
}

.cti-privacy .privacy .privacy_con .title {
  width: 100%;
  text-align: center;
  position: relative;
}

.cti-privacy .privacy .privacy_con .title p {
  font-size: 1.7rem;
}

.cti-privacy .privacy .privacy_con .title .back {
  width: 2.2rem;
  height: auto;
  position: absolute;
  right: 0;
  bottom: -1.8rem;
  cursor: pointer;
}

.cti-privacy .privacy .privacy_con .title p:nth-child(2) {
  margin-top: 1%;
}

.cti-privacy .privacy .privacy_con .con {
  width: 100%;
  margin-top: 3%;
  font-family: Raleway;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}

.cti-privacy .privacy .privacy_con .con p:first-child {
  font-size: 1.2rem;
}

.cti-privacy .privacy .privacy_con .con .first {
  margin-top: 1.5%;
}

.cti-privacy .privacy .privacy_con .con .first .colorred {
  color: #c00000;
}

@media screen and (max-width: 750px) {
  .cookies-row {
    width: 100%;
    height: auto;
    background-color: rgba(223, 223, 223, 0.2);
    backdrop-filter: blur(10px);
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 1rem;
    color: #f5f5f5;
    padding: 1rem 1.3rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cookies-row .txt {
    width: 100%;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  .cookies-row .btn {
    width: auto;
    height: 2.4rem;
    line-height: 2.4rem;
    background-color: var(--mainColor);
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 0 1.2rem;
    font-size: 1rem;
  }

  .cti-privacy {
    overflow: hidden;
  }

  .cti-privacy .privacy {
    width: 100%;
  }

  .cti-privacy .privacy .privacy_con {
    width: 85%;
    margin: auto;
    padding-top: 25%;
    box-sizing: border-box;
  }

  .cti-privacy .privacy .privacy_con .title {
    width: 100%;
    text-align: center;
    padding-bottom: 1rem;
  }

  .cti-privacy .privacy .privacy_con .title p {
    font-size: 1rem;
  }

  .cti-privacy .privacy .privacy_con .title .back {
    width: 1.6rem;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -0.8rem;
    cursor: pointer;
  }

  .cti-privacy .privacy .privacy_con .title p:nth-child(2) {
    margin-top: 2%;
  }

  .cti-privacy .privacy .privacy_con .con .first {
    margin-top: 7%;
  }

  .cti-privacy .privacy .close {
    font-size: 5.2vw;
    right: 7%;
  }
}

.agree {
  z-index: 9;
  position: fixed;
  display: none;
}

.agree .privacy {
  width: 85vw;
  position: absolute;
  /* background-color: #fff; */
  background-color: #fff;
  /* background-color: rgba(223, 223, 223, 0.8); */
  backdrop-filter: blur(10px);
  left: 0;
  right: 0;
  bottom: 5%;
  padding-bottom: 2%;
  box-sizing: border-box;
  margin: auto;
  max-height: 30vw;
  overflow-y: auto;
  color: #0e0e0e;
}

.agree .privacy .privacy-con {
  width: 100%;
  padding: 2% 2% 0;
  line-height: 1.6rem;
  font-family: Raleway;
  font-weight: 400;
  font-size: 1.2rem;
}

.agree .privacy .privacy-con p:first-child {
  font-size: 1.5rem;
}

.agree .privacy .privacy-con p:nth-child(2) {
  margin-top: 2%;
  font-size: 1em;
}

.agree .privacy .privacy_all {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  color: #fff;
  font-style: 1.2rem;
  text-align: center;
  margin-left: 0.5%;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  top: -0.1rem;
}

.agree .privacy .privacy-con .privacy_btn {
  width: 100%;
  text-align: right;
  margin-top: 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.agree .privacy .privacy-con .privacy_btn .btns {
  width: 25%;
  display: flex;
  align-items: center;
}

.agree .privacy .privacy-con .privacy_btn a {
  padding: 0.6rem 1.2em;
  background-color: #000;
  color: #fff;
}

.agree .privacy .privacy-con .privacy_btn a:first-child,
.agree .privacy .privacy-con .privacy_btn a:nth-child(2) {
  /* padding: 1em 2em; */
  font-size: 1vw;
  margin-right: 1%;
}

.agree .privacy .privacy-con .privacy_btn a:nth-child(3),
.agree .privacy .privacy-con .privacy_btn a:nth-child(4) {
  /* padding: 1em 2em; */
  font-size: 1vw;
}

.agree .privacy .privacy-con .paivacy_bottom {
  width: 100%;
  text-align: right;
  margin-top: 0;
  font-size: 1em;
}

.agree .privacy .privacy-con .privacy-btn {
  text-decoration: underline;
  color: #000;
}

.agree .privacy .privacy-con .paivacy_bottom a:first-child {
  box-sizing: border-box;
}

.agree .privacy .set_up_mask {
  width: 100%;
  font-family: Raleway;
  font-weight: 400;
}

.agree .to_all {
  width: 100%;
  height: auto;
  display: block;
  padding: 3% 3% 0 2%;
  box-sizing: border-box;
}

.agree .to_all .arrow {
  padding: 0;
  border: none;
  outline: 0;
  background: 0 0;
  display: block;
  font-size: 1rem;
  cursor: pointer;
  margin: 0.5% auto 1rem;
  color: #26539d;
}

.agree .to_all .arrow .arrow_down {
  display: block;
  width: 2.18em;
  height: auto;
  margin: auto;
  transform: rotate(180deg);
  transition: 250ms;
}

.agree .to_all .arrow .arrow_down svg {
  width: 100%;
  height: 1.2vw;
  fill: currentColor;
  max-height: 100%;
}

.agree .to_all .arrow .arrow_up {
  display: block;
  width: 2.18em;
  height: auto;
  margin: auto;
  transform: rotate(0);
  transition: 250ms;
}

.agree .to_all .arrow .arrow_up svg {
  width: 100%;
  height: 1.2vw;
  fill: currentColor;
  max-height: 100%;
}

.agree .to_all ul li {
  margin-top: 2%;
}

.agree .to_all ul .Agree label {
  display: flex;
  align-items: center;
  font-size: 1em;
}

.agree .to_all ul .Agree label input {
  width: 1px;
  height: 1px;
  position: absolute;
}

.agree .to_all ul .Agree label .sign {
  width: 1.5em;
  height: 1.5em;
  background-color: #26539d;
  margin-right: 1%;
  cursor: pointer;
  position: relative;
}

.agree .to_all ul .Agree label .sign::after {
  content: "";
  width: 0.7em;
  height: 2px;
  /* background: #fff; */
  background-color: #fff;
  /* background-color: rgba(223, 223, 223, 0.8); */
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.agree .to_all ul .category-item label {
  display: flex;
  align-items: center;
  font-size: 1em;
}

.agree .to_all ul .category-item label .sign_con {
  width: 1.5em;
  height: 1.5em;
  background-color: #bfbfbf;
  margin-right: 1%;
  position: relative;
}

.agree .to_all ul .category-item label .sign_con::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.77em;
  height: 0.35em;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg) translate(0.04em, -0.025em);
  transform: rotate(-45deg) translate(0.04em, -0.025em);
}

.agree .to_all ul .category-item label .sign_not {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #bfbfbf;
  background: #fff;
  margin-right: 1%;
  cursor: pointer;
}

.agree .to_all ul .category-item label .background {
  background: #26539d;
}

.agree .to_all ul .category-item label .sign_not::after {
  position: absolute;
  margin-top: 0.1%;
  content: "";
  width: 0.77em;
  height: 0.35em;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg) translate(0.04em, -0.025em);
  transform: rotate(-45deg) translate(0.04em, -0.025em);
}

.agree .to_all ul .category-item label .sign_index {
  width: 1.5em;
  height: 1.5em;
  background-color: #26539d;
  margin-right: 1%;
  cursor: pointer;
  position: relative;
}

.agree .to_all ul .category-item label .sign_index::after {
  content: "";
  width: 0.7em;
  height: 2px;
  /* background: #fff; */
  background-color: #fff;
  /* background-color: rgba(223, 223, 223, 0.8); */
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: none;
}

.agree .to_all ul .category-item label .sign_background {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #26539d;
  background: #26539d;
  margin-right: 10px;
  cursor: pointer;
}

.agree .to_all ul .category-item label .sign_background::after {
  position: absolute;
  margin-top: 0;
  content: "";
  width: 0.77em;
  height: 0.35em;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg) translate(0.04em, -0.025em);
  transform: rotate(-45deg) translate(0.04em, -0.025em);
}

.agree .to_all ul .category-item p {
  margin-top: 1.5%;
  margin-bottom: 1%;
}

.agree .to_all ul .category-item .arrow {
  padding: 0;
  border: none;
  outline: 0;
  background: 0 0;
  display: block;
  font-size: 1rem;
  cursor: pointer;
  margin: 0.5% auto 1rem;
  color: #26539d;
}

.agree .to_all ul .category-item .arrow .arrow_down {
  display: block;
  width: 2.18em;
  height: auto;
  transform: rotate(180deg);
  transition: 250ms;
}

.agree .to_all ul .category-item .arrow .arrow_down svg {
  width: 100%;
  height: 1.2vw;
  fill: currentColor;
  max-height: 100%;
}

.agree .to_all ul .category-item .arrow .arrow_up {
  display: block;
  width: 2.18em;
  height: auto;
  margin: auto;
  transform: rotate(0);
  transition: 250ms;
}

.agree .to_all ul .category-item .arrow .arrow_up svg {
  width: 100%;
  height: 1.2vw;
  fill: currentColor;
  max-height: 100%;
}

.agree .to_all ul .category-item .hide {
  display: none;
}

.agree .to_all ul .category-item .consent-list {
  width: 90%;
  margin: auto;
}

.agree .to_all ul .category-item .consent-list .consent-item {
  /* width: 48%; */
  width: 100%;
  display: inline-block;
  margin-top: 0;
}

.agree .to_all ul .category-item .consent-list .consent-item .sign_con {
  width: 1.5em;
  height: 1.5em;
  background-color: #bfbfbf;
  margin-right: 1%;
  position: relative;
}

.agree .to_all ul .category-item .consent-list .consent-item .sign_con::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.77em;
  height: 0.35em;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg) translate(0.04em, -0.025em);
  transform: rotate(-45deg) translate(0.04em, -0.025em);
}

.agree .to_all ul .category-item .consent-list .consent-item .cookie_introduction {
  padding: 0;
  border: none;
  outline: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
  width: 1.4em;
  height: 1.4em;
  background: #999;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  margin-left: 0.8%;
}

.agree .to_all ul .category-item::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  /* background: #fff; */
  background: transparent;
  margin: 2rem 0;
}

.agree .to_all .button-wrapper {
  width: 100%;
  text-align: right;
}

.agree .to_all .button-wrapper button {
  padding: 0.5rem 1.2em;
  /* background-color: #fff; */
  background-color: #fff;
  /* background-color: rgba(223, 223, 223, 0.8); */
  backdrop-filter: blur(10px);
  font-size: 1vw;
  margin-right: 1%;
  color: #000;
}

.agree .d-flag {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 2rem;
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
}

.agree .d-flag .dlog {
  width: 85vw;
  height: auto;
  max-height: 30vw;
  position: absolute;
  /* background-color: #fff; */
  background-color: #fff;
  /* background-color: rgba(223, 223, 223, 0.8); */
  backdrop-filter: blur(10px);
  top: auto;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
  overflow-y: auto;
  border: 1px solid rgba(223, 223, 223, 0.5);
}

.agree .d-flag .dlog .d-close {
  width: 50%;
  padding: 1.3% 0 0;
  text-align: right;
  box-sizing: border-box;
  font-size: 2em;
  position: fixed;
  right: 10%;
  cursor: pointer;
}

.agree .d-flag .dlog .d-body {
  width: 100%;
  padding: 1% 5%;
  box-sizing: border-box;
  font-family: Raleway;
  font-weight: 400;
}

.agree table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  text-align: center;
  line-height: 1.5;
  table-layout: fixed;
}

.agree table * {
  height: auto;
  word-break: break-all;
  padding: 0.2rem;
  box-sizing: border-box;
}

.agree .d-flag .dlog .d-body h3 {
  font-weight: 900;
  line-height: 3em;
  font-size: 1.6em;
}

.agree .d-flag .dlog .d-body h4 {
  font-size: 1.5em;
  margin-bottom: 1.3em;
  font-weight: 800;
}

.agree .d-flag .dlog .d-body p {
  line-height: 2em;
  font-size: 1em;
  /* margin-bottom: 1.5em; */
}

.agree .d-flag .dlog .d-body ul {
  margin-bottom: 1.5em;
}

.agree .d-flag .dlog .d-body ul li {
  line-height: 2em;
  font-size: 1em;
  /* margin-bottom: 1em; */
  /* text-indent: 0.3em; */
}

.privacy_popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  overflow-y: auto;
  z-index: 9;
}

.d-cover,
.d-mask,
.g-mask {
  height: 100%;
  left: 0;
  width: 100%;
  top: 0;
}

.g-mask {
  z-index: 9;
}

.d-mask {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}

.cookie_table td,
.cookie_table th {
  word-break: break-all;
  word-wrap: break-word;
  border: 1px solid #939598;
  text-align: left;
}

.cookie_table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 80%;
  margin: 2% auto 0;
}

.cookie_table tr:nth-child(1) td:nth-child(1) {
  font-family: Raleway;
  font-weight: 600;
}

.cookie_table th {
  padding: 30px;
}

.cookie_table td {
  font: 500 14px;
  padding: 10px 30px;
}

@media (max-width: 1024px) {
  .d-mask {
    /* top: auto; */
  }

  .agree .privacy {
    /* background-color: #fff; */
    background-color: #fff;
    /* background-color: rgba(223, 223, 223, 0.8); */
    backdrop-filter: blur(10px);
    bottom: 5%;
    /* top: ; */
    padding-top: 0.6rem;
    box-sizing: border-box;
    color: #0e0e0e;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    max-height: 70vh;
    height: 100%;
    overflow-y: scroll;
    position: absolute;
    right: 0;
    width: 92%;
  }

  .agree .privacy .privacy-con {
    width: 100%;
    padding-top: 5%;
    padding-left: 4%;
    padding-right: 4%;
    line-height: 1.4rem;
    font-family: Raleway;
    font-weight: 400;
    font-size: 1rem;
  }

  .agree .privacy .privacy-con .privacy_btn {
    display: block;
  }

  .agree .privacy .privacy-con .privacy_btn .btns {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .agree .privacy .privacy-con .privacy_btn a:first-child,
  .agree .privacy .privacy-con .privacy_btn a:nth-child(2),
  .agree .privacy .privacy-con .privacy_btn a:nth-child(3) {
    padding: 0.7rem 1em;
    font-size: 1.2rem;
    margin-right: 1%;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 3%;
  }

  .agree .privacy .privacy-con .paivacy_bottom {
    width: 100%;
    text-align: left;
    margin-top: 0;
    font-size: 1.2rem;
  }

  .agree .to_all .button-wrapper button {
    padding: 0.7rem 1em;
    background-color: #e4e4e5;
    color: #fff;
    font-size: 1.2rem;
    margin-right: 1%;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 3%;
    border: none;
  }

  .agree .to_all ul .category-item p {
    font-size: 1rem;
    padding-top: 0.3rem;
  }

  .agree .to_all ul .category-item .consent-list .consent-item {
    width: 100%;
  }

  .agree .d-flag .dlog {
    width: 92%;
    height: 70vh;
    min-height: 74%;
    position: absolute;
    background-color: #fff;
    /* background-color: rgba(223, 223, 223, 0.8); */
    backdrop-filter: blur(10px);
    top: auto;
    padding-top: 0.2rem;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    margin: auto;
    border-radius: 0px;
    overflow-y: auto;
    z-index: 999;
  }

  .agree .to_all {
    padding: 3% 4% 0;
  }

  .agree .to_all ul .category-item label .sign_con {
    margin-right: 2%;
  }

  .agree .to_all ul .category-item label .sign_not {
    margin-right: 2%;
  }
}