.terms-of-use {
  color: #333333;
  font-size: 16px;
}
.terms-of-use a {
  text-decoration: underline;
}
.terms-of-use .inner-title {
  font-size: 24px;
  margin-top: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .terms-of-use .inner-title {
    font-size: 20px;
  }
}
.terms-of-use .image {
  display: flex;
  justify-content: center;
}
.terms-of-use .image img {
  max-width: 80px;
}
.terms-of-use .conditions {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  gap: 16px;
}
.terms-of-use .conditions span {
  position: relative;
  padding-left: 20px;
  line-height: 20px;
}
.terms-of-use .conditions span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(93.77deg, #FFD000 -2.72%, #FFBC00 104.62%);
}
.terms-of-use .browsers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  margin-top: 20px;
}
.terms-of-use .browsers a {
  padding: 10px 5px;
  text-align: center;
  background: linear-gradient(93.77deg, #FFD000 -2.72%, #FFBC00 104.62%);
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
}
.terms-of-use .data-transfer .list {
  margin-top: 20px;
}
.terms-of-use .data-transfer .list div {
  padding: 10px 0;
  border-bottom: 1px solid #EAEAEA;
}
.terms-of-use .data-transfer .list .conditions {
  margin-top: 0;
  padding-left: 20px;
}
.terms-of-use .our-goal p, .terms-of-use .data-transfer p, .terms-of-use .data-protection p, .terms-of-use .your-right p, .terms-of-use .update p, .terms-of-use .content-of-terms p {
  margin-top: 20px;
}
.terms-of-use .our-goal p span, .terms-of-use .data-transfer p span, .terms-of-use .data-protection p span, .terms-of-use .your-right p span, .terms-of-use .update p span, .terms-of-use .content-of-terms p span {
  font-weight: 700;
}
.terms-of-use .our-goal .save-data, .terms-of-use .data-transfer .save-data, .terms-of-use .data-protection .save-data, .terms-of-use .your-right .save-data, .terms-of-use .update .save-data, .terms-of-use .content-of-terms .save-data {
  margin-top: 20px;
}
.terms-of-use .our-goal .save-data .title, .terms-of-use .data-transfer .save-data .title, .terms-of-use .data-protection .save-data .title, .terms-of-use .your-right .save-data .title, .terms-of-use .update .save-data .title, .terms-of-use .content-of-terms .save-data .title {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #EAEAEA;
}
.terms-of-use .our-goal .save-data .table-data, .terms-of-use .data-transfer .save-data .table-data, .terms-of-use .data-protection .save-data .table-data, .terms-of-use .your-right .save-data .table-data, .terms-of-use .update .save-data .table-data, .terms-of-use .content-of-terms .save-data .table-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.terms-of-use .our-goal .save-data .table-data div, .terms-of-use .data-transfer .save-data .table-data div, .terms-of-use .data-protection .save-data .table-data div, .terms-of-use .your-right .save-data .table-data div, .terms-of-use .update .save-data .table-data div, .terms-of-use .content-of-terms .save-data .table-data div {
  padding: 10px 20px;
  border-bottom: 1px solid #EAEAEA;
}
.terms-of-use .our-goal .auto-collected-data .sub-title, .terms-of-use .our-goal .no-authorize-customer-data .sub-title, .terms-of-use .our-goal .customer-data .sub-title, .terms-of-use .our-goal .seller-data .sub-title, .terms-of-use .our-goal .third-parties-data .sub-title, .terms-of-use .data-transfer .auto-collected-data .sub-title, .terms-of-use .data-transfer .no-authorize-customer-data .sub-title, .terms-of-use .data-transfer .customer-data .sub-title, .terms-of-use .data-transfer .seller-data .sub-title, .terms-of-use .data-transfer .third-parties-data .sub-title, .terms-of-use .data-protection .auto-collected-data .sub-title, .terms-of-use .data-protection .no-authorize-customer-data .sub-title, .terms-of-use .data-protection .customer-data .sub-title, .terms-of-use .data-protection .seller-data .sub-title, .terms-of-use .data-protection .third-parties-data .sub-title, .terms-of-use .your-right .auto-collected-data .sub-title, .terms-of-use .your-right .no-authorize-customer-data .sub-title, .terms-of-use .your-right .customer-data .sub-title, .terms-of-use .your-right .seller-data .sub-title, .terms-of-use .your-right .third-parties-data .sub-title, .terms-of-use .update .auto-collected-data .sub-title, .terms-of-use .update .no-authorize-customer-data .sub-title, .terms-of-use .update .customer-data .sub-title, .terms-of-use .update .seller-data .sub-title, .terms-of-use .update .third-parties-data .sub-title, .terms-of-use .content-of-terms .auto-collected-data .sub-title, .terms-of-use .content-of-terms .no-authorize-customer-data .sub-title, .terms-of-use .content-of-terms .customer-data .sub-title, .terms-of-use .content-of-terms .seller-data .sub-title, .terms-of-use .content-of-terms .third-parties-data .sub-title {
  font-size: 18px;
}
.terms-of-use .our-goal .auto-collected-data .table, .terms-of-use .our-goal .no-authorize-customer-data .table, .terms-of-use .our-goal .customer-data .table, .terms-of-use .our-goal .seller-data .table, .terms-of-use .our-goal .third-parties-data .table, .terms-of-use .data-transfer .auto-collected-data .table, .terms-of-use .data-transfer .no-authorize-customer-data .table, .terms-of-use .data-transfer .customer-data .table, .terms-of-use .data-transfer .seller-data .table, .terms-of-use .data-transfer .third-parties-data .table, .terms-of-use .data-protection .auto-collected-data .table, .terms-of-use .data-protection .no-authorize-customer-data .table, .terms-of-use .data-protection .customer-data .table, .terms-of-use .data-protection .seller-data .table, .terms-of-use .data-protection .third-parties-data .table, .terms-of-use .your-right .auto-collected-data .table, .terms-of-use .your-right .no-authorize-customer-data .table, .terms-of-use .your-right .customer-data .table, .terms-of-use .your-right .seller-data .table, .terms-of-use .your-right .third-parties-data .table, .terms-of-use .update .auto-collected-data .table, .terms-of-use .update .no-authorize-customer-data .table, .terms-of-use .update .customer-data .table, .terms-of-use .update .seller-data .table, .terms-of-use .update .third-parties-data .table, .terms-of-use .content-of-terms .auto-collected-data .table, .terms-of-use .content-of-terms .no-authorize-customer-data .table, .terms-of-use .content-of-terms .customer-data .table, .terms-of-use .content-of-terms .seller-data .table, .terms-of-use .content-of-terms .third-parties-data .table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 20px;
  margin-top: 20px;
  min-width: 708px;
}
.terms-of-use .our-goal .auto-collected-data .table div, .terms-of-use .our-goal .no-authorize-customer-data .table div, .terms-of-use .our-goal .customer-data .table div, .terms-of-use .our-goal .seller-data .table div, .terms-of-use .our-goal .third-parties-data .table div, .terms-of-use .data-transfer .auto-collected-data .table div, .terms-of-use .data-transfer .no-authorize-customer-data .table div, .terms-of-use .data-transfer .customer-data .table div, .terms-of-use .data-transfer .seller-data .table div, .terms-of-use .data-transfer .third-parties-data .table div, .terms-of-use .data-protection .auto-collected-data .table div, .terms-of-use .data-protection .no-authorize-customer-data .table div, .terms-of-use .data-protection .customer-data .table div, .terms-of-use .data-protection .seller-data .table div, .terms-of-use .data-protection .third-parties-data .table div, .terms-of-use .your-right .auto-collected-data .table div, .terms-of-use .your-right .no-authorize-customer-data .table div, .terms-of-use .your-right .customer-data .table div, .terms-of-use .your-right .seller-data .table div, .terms-of-use .your-right .third-parties-data .table div, .terms-of-use .update .auto-collected-data .table div, .terms-of-use .update .no-authorize-customer-data .table div, .terms-of-use .update .customer-data .table div, .terms-of-use .update .seller-data .table div, .terms-of-use .update .third-parties-data .table div, .terms-of-use .content-of-terms .auto-collected-data .table div, .terms-of-use .content-of-terms .no-authorize-customer-data .table div, .terms-of-use .content-of-terms .customer-data .table div, .terms-of-use .content-of-terms .seller-data .table div, .terms-of-use .content-of-terms .third-parties-data .table div {
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #EAEAEA;
}
.terms-of-use .our-goal .auto-collected-data .table div:nth-child(1), .terms-of-use .our-goal .auto-collected-data .table div:nth-child(2), .terms-of-use .our-goal .auto-collected-data .table div:nth-child(3), .terms-of-use .our-goal .auto-collected-data .table div:nth-child(4), .terms-of-use .our-goal .no-authorize-customer-data .table div:nth-child(1), .terms-of-use .our-goal .no-authorize-customer-data .table div:nth-child(2), .terms-of-use .our-goal .no-authorize-customer-data .table div:nth-child(3), .terms-of-use .our-goal .no-authorize-customer-data .table div:nth-child(4), .terms-of-use .our-goal .customer-data .table div:nth-child(1), .terms-of-use .our-goal .customer-data .table div:nth-child(2), .terms-of-use .our-goal .customer-data .table div:nth-child(3), .terms-of-use .our-goal .customer-data .table div:nth-child(4), .terms-of-use .our-goal .seller-data .table div:nth-child(1), .terms-of-use .our-goal .seller-data .table div:nth-child(2), .terms-of-use .our-goal .seller-data .table div:nth-child(3), .terms-of-use .our-goal .seller-data .table div:nth-child(4), .terms-of-use .our-goal .third-parties-data .table div:nth-child(1), .terms-of-use .our-goal .third-parties-data .table div:nth-child(2), .terms-of-use .our-goal .third-parties-data .table div:nth-child(3), .terms-of-use .our-goal .third-parties-data .table div:nth-child(4), .terms-of-use .data-transfer .auto-collected-data .table div:nth-child(1), .terms-of-use .data-transfer .auto-collected-data .table div:nth-child(2), .terms-of-use .data-transfer .auto-collected-data .table div:nth-child(3), .terms-of-use .data-transfer .auto-collected-data .table div:nth-child(4), .terms-of-use .data-transfer .no-authorize-customer-data .table div:nth-child(1), .terms-of-use .data-transfer .no-authorize-customer-data .table div:nth-child(2), .terms-of-use .data-transfer .no-authorize-customer-data .table div:nth-child(3), .terms-of-use .data-transfer .no-authorize-customer-data .table div:nth-child(4), .terms-of-use .data-transfer .customer-data .table div:nth-child(1), .terms-of-use .data-transfer .customer-data .table div:nth-child(2), .terms-of-use .data-transfer .customer-data .table div:nth-child(3), .terms-of-use .data-transfer .customer-data .table div:nth-child(4), .terms-of-use .data-transfer .seller-data .table div:nth-child(1), .terms-of-use .data-transfer .seller-data .table div:nth-child(2), .terms-of-use .data-transfer .seller-data .table div:nth-child(3), .terms-of-use .data-transfer .seller-data .table div:nth-child(4), .terms-of-use .data-transfer .third-parties-data .table div:nth-child(1), .terms-of-use .data-transfer .third-parties-data .table div:nth-child(2), .terms-of-use .data-transfer .third-parties-data .table div:nth-child(3), .terms-of-use .data-transfer .third-parties-data .table div:nth-child(4), .terms-of-use .data-protection .auto-collected-data .table div:nth-child(1), .terms-of-use .data-protection .auto-collected-data .table div:nth-child(2), .terms-of-use .data-protection .auto-collected-data .table div:nth-child(3), .terms-of-use .data-protection .auto-collected-data .table div:nth-child(4), .terms-of-use .data-protection .no-authorize-customer-data .table div:nth-child(1), .terms-of-use .data-protection .no-authorize-customer-data .table div:nth-child(2), .terms-of-use .data-protection .no-authorize-customer-data .table div:nth-child(3), .terms-of-use .data-protection .no-authorize-customer-data .table div:nth-child(4), .terms-of-use .data-protection .customer-data .table div:nth-child(1), .terms-of-use .data-protection .customer-data .table div:nth-child(2), .terms-of-use .data-protection .customer-data .table div:nth-child(3), .terms-of-use .data-protection .customer-data .table div:nth-child(4), .terms-of-use .data-protection .seller-data .table div:nth-child(1), .terms-of-use .data-protection .seller-data .table div:nth-child(2), .terms-of-use .data-protection .seller-data .table div:nth-child(3), .terms-of-use .data-protection .seller-data .table div:nth-child(4), .terms-of-use .data-protection .third-parties-data .table div:nth-child(1), .terms-of-use .data-protection .third-parties-data .table div:nth-child(2), .terms-of-use .data-protection .third-parties-data .table div:nth-child(3), .terms-of-use .data-protection .third-parties-data .table div:nth-child(4), .terms-of-use .your-right .auto-collected-data .table div:nth-child(1), .terms-of-use .your-right .auto-collected-data .table div:nth-child(2), .terms-of-use .your-right .auto-collected-data .table div:nth-child(3), .terms-of-use .your-right .auto-collected-data .table div:nth-child(4), .terms-of-use .your-right .no-authorize-customer-data .table div:nth-child(1), .terms-of-use .your-right .no-authorize-customer-data .table div:nth-child(2), .terms-of-use .your-right .no-authorize-customer-data .table div:nth-child(3), .terms-of-use .your-right .no-authorize-customer-data .table div:nth-child(4), .terms-of-use .your-right .customer-data .table div:nth-child(1), .terms-of-use .your-right .customer-data .table div:nth-child(2), .terms-of-use .your-right .customer-data .table div:nth-child(3), .terms-of-use .your-right .customer-data .table div:nth-child(4), .terms-of-use .your-right .seller-data .table div:nth-child(1), .terms-of-use .your-right .seller-data .table div:nth-child(2), .terms-of-use .your-right .seller-data .table div:nth-child(3), .terms-of-use .your-right .seller-data .table div:nth-child(4), .terms-of-use .your-right .third-parties-data .table div:nth-child(1), .terms-of-use .your-right .third-parties-data .table div:nth-child(2), .terms-of-use .your-right .third-parties-data .table div:nth-child(3), .terms-of-use .your-right .third-parties-data .table div:nth-child(4), .terms-of-use .update .auto-collected-data .table div:nth-child(1), .terms-of-use .update .auto-collected-data .table div:nth-child(2), .terms-of-use .update .auto-collected-data .table div:nth-child(3), .terms-of-use .update .auto-collected-data .table div:nth-child(4), .terms-of-use .update .no-authorize-customer-data .table div:nth-child(1), .terms-of-use .update .no-authorize-customer-data .table div:nth-child(2), .terms-of-use .update .no-authorize-customer-data .table div:nth-child(3), .terms-of-use .update .no-authorize-customer-data .table div:nth-child(4), .terms-of-use .update .customer-data .table div:nth-child(1), .terms-of-use .update .customer-data .table div:nth-child(2), .terms-of-use .update .customer-data .table div:nth-child(3), .terms-of-use .update .customer-data .table div:nth-child(4), .terms-of-use .update .seller-data .table div:nth-child(1), .terms-of-use .update .seller-data .table div:nth-child(2), .terms-of-use .update .seller-data .table div:nth-child(3), .terms-of-use .update .seller-data .table div:nth-child(4), .terms-of-use .update .third-parties-data .table div:nth-child(1), .terms-of-use .update .third-parties-data .table div:nth-child(2), .terms-of-use .update .third-parties-data .table div:nth-child(3), .terms-of-use .update .third-parties-data .table div:nth-child(4), .terms-of-use .content-of-terms .auto-collected-data .table div:nth-child(1), .terms-of-use .content-of-terms .auto-collected-data .table div:nth-child(2), .terms-of-use .content-of-terms .auto-collected-data .table div:nth-child(3), .terms-of-use .content-of-terms .auto-collected-data .table div:nth-child(4), .terms-of-use .content-of-terms .no-authorize-customer-data .table div:nth-child(1), .terms-of-use .content-of-terms .no-authorize-customer-data .table div:nth-child(2), .terms-of-use .content-of-terms .no-authorize-customer-data .table div:nth-child(3), .terms-of-use .content-of-terms .no-authorize-customer-data .table div:nth-child(4), .terms-of-use .content-of-terms .customer-data .table div:nth-child(1), .terms-of-use .content-of-terms .customer-data .table div:nth-child(2), .terms-of-use .content-of-terms .customer-data .table div:nth-child(3), .terms-of-use .content-of-terms .customer-data .table div:nth-child(4), .terms-of-use .content-of-terms .seller-data .table div:nth-child(1), .terms-of-use .content-of-terms .seller-data .table div:nth-child(2), .terms-of-use .content-of-terms .seller-data .table div:nth-child(3), .terms-of-use .content-of-terms .seller-data .table div:nth-child(4), .terms-of-use .content-of-terms .third-parties-data .table div:nth-child(1), .terms-of-use .content-of-terms .third-parties-data .table div:nth-child(2), .terms-of-use .content-of-terms .third-parties-data .table div:nth-child(3), .terms-of-use .content-of-terms .third-parties-data .table div:nth-child(4) {
  font-weight: 700;
  padding: 10px 20px;
  background: linear-gradient(93.77deg, #FFD000 -2.72%, #FFBC00 104.62%);
  border-bottom: none;
}
.terms-of-use .our-goal .auto-collected-data .table div:nth-child(1), .terms-of-use .our-goal .no-authorize-customer-data .table div:nth-child(1), .terms-of-use .our-goal .customer-data .table div:nth-child(1), .terms-of-use .our-goal .seller-data .table div:nth-child(1), .terms-of-use .our-goal .third-parties-data .table div:nth-child(1), .terms-of-use .data-transfer .auto-collected-data .table div:nth-child(1), .terms-of-use .data-transfer .no-authorize-customer-data .table div:nth-child(1), .terms-of-use .data-transfer .customer-data .table div:nth-child(1), .terms-of-use .data-transfer .seller-data .table div:nth-child(1), .terms-of-use .data-transfer .third-parties-data .table div:nth-child(1), .terms-of-use .data-protection .auto-collected-data .table div:nth-child(1), .terms-of-use .data-protection .no-authorize-customer-data .table div:nth-child(1), .terms-of-use .data-protection .customer-data .table div:nth-child(1), .terms-of-use .data-protection .seller-data .table div:nth-child(1), .terms-of-use .data-protection .third-parties-data .table div:nth-child(1), .terms-of-use .your-right .auto-collected-data .table div:nth-child(1), .terms-of-use .your-right .no-authorize-customer-data .table div:nth-child(1), .terms-of-use .your-right .customer-data .table div:nth-child(1), .terms-of-use .your-right .seller-data .table div:nth-child(1), .terms-of-use .your-right .third-parties-data .table div:nth-child(1), .terms-of-use .update .auto-collected-data .table div:nth-child(1), .terms-of-use .update .no-authorize-customer-data .table div:nth-child(1), .terms-of-use .update .customer-data .table div:nth-child(1), .terms-of-use .update .seller-data .table div:nth-child(1), .terms-of-use .update .third-parties-data .table div:nth-child(1), .terms-of-use .content-of-terms .auto-collected-data .table div:nth-child(1), .terms-of-use .content-of-terms .no-authorize-customer-data .table div:nth-child(1), .terms-of-use .content-of-terms .customer-data .table div:nth-child(1), .terms-of-use .content-of-terms .seller-data .table div:nth-child(1), .terms-of-use .content-of-terms .third-parties-data .table div:nth-child(1) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.terms-of-use .our-goal .auto-collected-data .table div:nth-child(4), .terms-of-use .our-goal .no-authorize-customer-data .table div:nth-child(4), .terms-of-use .our-goal .customer-data .table div:nth-child(4), .terms-of-use .our-goal .seller-data .table div:nth-child(4), .terms-of-use .our-goal .third-parties-data .table div:nth-child(4), .terms-of-use .data-transfer .auto-collected-data .table div:nth-child(4), .terms-of-use .data-transfer .no-authorize-customer-data .table div:nth-child(4), .terms-of-use .data-transfer .customer-data .table div:nth-child(4), .terms-of-use .data-transfer .seller-data .table div:nth-child(4), .terms-of-use .data-transfer .third-parties-data .table div:nth-child(4), .terms-of-use .data-protection .auto-collected-data .table div:nth-child(4), .terms-of-use .data-protection .no-authorize-customer-data .table div:nth-child(4), .terms-of-use .data-protection .customer-data .table div:nth-child(4), .terms-of-use .data-protection .seller-data .table div:nth-child(4), .terms-of-use .data-protection .third-parties-data .table div:nth-child(4), .terms-of-use .your-right .auto-collected-data .table div:nth-child(4), .terms-of-use .your-right .no-authorize-customer-data .table div:nth-child(4), .terms-of-use .your-right .customer-data .table div:nth-child(4), .terms-of-use .your-right .seller-data .table div:nth-child(4), .terms-of-use .your-right .third-parties-data .table div:nth-child(4), .terms-of-use .update .auto-collected-data .table div:nth-child(4), .terms-of-use .update .no-authorize-customer-data .table div:nth-child(4), .terms-of-use .update .customer-data .table div:nth-child(4), .terms-of-use .update .seller-data .table div:nth-child(4), .terms-of-use .update .third-parties-data .table div:nth-child(4), .terms-of-use .content-of-terms .auto-collected-data .table div:nth-child(4), .terms-of-use .content-of-terms .no-authorize-customer-data .table div:nth-child(4), .terms-of-use .content-of-terms .customer-data .table div:nth-child(4), .terms-of-use .content-of-terms .seller-data .table div:nth-child(4), .terms-of-use .content-of-terms .third-parties-data .table div:nth-child(4) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.terms-of-use .our-goal .auto-collected-data .list, .terms-of-use .our-goal .no-authorize-customer-data .list, .terms-of-use .our-goal .customer-data .list, .terms-of-use .our-goal .seller-data .list, .terms-of-use .our-goal .third-parties-data .list, .terms-of-use .data-transfer .auto-collected-data .list, .terms-of-use .data-transfer .no-authorize-customer-data .list, .terms-of-use .data-transfer .customer-data .list, .terms-of-use .data-transfer .seller-data .list, .terms-of-use .data-transfer .third-parties-data .list, .terms-of-use .data-protection .auto-collected-data .list, .terms-of-use .data-protection .no-authorize-customer-data .list, .terms-of-use .data-protection .customer-data .list, .terms-of-use .data-protection .seller-data .list, .terms-of-use .data-protection .third-parties-data .list, .terms-of-use .your-right .auto-collected-data .list, .terms-of-use .your-right .no-authorize-customer-data .list, .terms-of-use .your-right .customer-data .list, .terms-of-use .your-right .seller-data .list, .terms-of-use .your-right .third-parties-data .list, .terms-of-use .update .auto-collected-data .list, .terms-of-use .update .no-authorize-customer-data .list, .terms-of-use .update .customer-data .list, .terms-of-use .update .seller-data .list, .terms-of-use .update .third-parties-data .list, .terms-of-use .content-of-terms .auto-collected-data .list, .terms-of-use .content-of-terms .no-authorize-customer-data .list, .terms-of-use .content-of-terms .customer-data .list, .terms-of-use .content-of-terms .seller-data .list, .terms-of-use .content-of-terms .third-parties-data .list {
  display: flex;
  flex-direction: column;
}
.terms-of-use .our-goal .auto-collected-data .list span, .terms-of-use .our-goal .no-authorize-customer-data .list span, .terms-of-use .our-goal .customer-data .list span, .terms-of-use .our-goal .seller-data .list span, .terms-of-use .our-goal .third-parties-data .list span, .terms-of-use .data-transfer .auto-collected-data .list span, .terms-of-use .data-transfer .no-authorize-customer-data .list span, .terms-of-use .data-transfer .customer-data .list span, .terms-of-use .data-transfer .seller-data .list span, .terms-of-use .data-transfer .third-parties-data .list span, .terms-of-use .data-protection .auto-collected-data .list span, .terms-of-use .data-protection .no-authorize-customer-data .list span, .terms-of-use .data-protection .customer-data .list span, .terms-of-use .data-protection .seller-data .list span, .terms-of-use .data-protection .third-parties-data .list span, .terms-of-use .your-right .auto-collected-data .list span, .terms-of-use .your-right .no-authorize-customer-data .list span, .terms-of-use .your-right .customer-data .list span, .terms-of-use .your-right .seller-data .list span, .terms-of-use .your-right .third-parties-data .list span, .terms-of-use .update .auto-collected-data .list span, .terms-of-use .update .no-authorize-customer-data .list span, .terms-of-use .update .customer-data .list span, .terms-of-use .update .seller-data .list span, .terms-of-use .update .third-parties-data .list span, .terms-of-use .content-of-terms .auto-collected-data .list span, .terms-of-use .content-of-terms .no-authorize-customer-data .list span, .terms-of-use .content-of-terms .customer-data .list span, .terms-of-use .content-of-terms .seller-data .list span, .terms-of-use .content-of-terms .third-parties-data .list span {
  position: relative;
  padding-left: 20px;
}
.terms-of-use .our-goal .auto-collected-data .list span:before, .terms-of-use .our-goal .no-authorize-customer-data .list span:before, .terms-of-use .our-goal .customer-data .list span:before, .terms-of-use .our-goal .seller-data .list span:before, .terms-of-use .our-goal .third-parties-data .list span:before, .terms-of-use .data-transfer .auto-collected-data .list span:before, .terms-of-use .data-transfer .no-authorize-customer-data .list span:before, .terms-of-use .data-transfer .customer-data .list span:before, .terms-of-use .data-transfer .seller-data .list span:before, .terms-of-use .data-transfer .third-parties-data .list span:before, .terms-of-use .data-protection .auto-collected-data .list span:before, .terms-of-use .data-protection .no-authorize-customer-data .list span:before, .terms-of-use .data-protection .customer-data .list span:before, .terms-of-use .data-protection .seller-data .list span:before, .terms-of-use .data-protection .third-parties-data .list span:before, .terms-of-use .your-right .auto-collected-data .list span:before, .terms-of-use .your-right .no-authorize-customer-data .list span:before, .terms-of-use .your-right .customer-data .list span:before, .terms-of-use .your-right .seller-data .list span:before, .terms-of-use .your-right .third-parties-data .list span:before, .terms-of-use .update .auto-collected-data .list span:before, .terms-of-use .update .no-authorize-customer-data .list span:before, .terms-of-use .update .customer-data .list span:before, .terms-of-use .update .seller-data .list span:before, .terms-of-use .update .third-parties-data .list span:before, .terms-of-use .content-of-terms .auto-collected-data .list span:before, .terms-of-use .content-of-terms .no-authorize-customer-data .list span:before, .terms-of-use .content-of-terms .customer-data .list span:before, .terms-of-use .content-of-terms .seller-data .list span:before, .terms-of-use .content-of-terms .third-parties-data .list span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(93.77deg, #FFD000 -2.72%, #FFBC00 104.62%);
}
.terms-of-use .our-goal .third-parties-data .table-data div:nth-child(1), .terms-of-use .our-goal .third-parties-data .table-data div:nth-child(2), .terms-of-use .data-transfer .third-parties-data .table-data div:nth-child(1), .terms-of-use .data-transfer .third-parties-data .table-data div:nth-child(2), .terms-of-use .data-protection .third-parties-data .table-data div:nth-child(1), .terms-of-use .data-protection .third-parties-data .table-data div:nth-child(2), .terms-of-use .your-right .third-parties-data .table-data div:nth-child(1), .terms-of-use .your-right .third-parties-data .table-data div:nth-child(2), .terms-of-use .update .third-parties-data .table-data div:nth-child(1), .terms-of-use .update .third-parties-data .table-data div:nth-child(2), .terms-of-use .content-of-terms .third-parties-data .table-data div:nth-child(1), .terms-of-use .content-of-terms .third-parties-data .table-data div:nth-child(2) {
  font-weight: 700;
}
.terms-of-use .our-goal .conditions, .terms-of-use .data-transfer .conditions, .terms-of-use .data-protection .conditions, .terms-of-use .your-right .conditions, .terms-of-use .update .conditions, .terms-of-use .content-of-terms .conditions {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.terms-of-use .our-goal .conditions span, .terms-of-use .data-transfer .conditions span, .terms-of-use .data-protection .conditions span, .terms-of-use .your-right .conditions span, .terms-of-use .update .conditions span, .terms-of-use .content-of-terms .conditions span {
  position: relative;
  padding-left: 20px;
  line-height: 20px;
}
.terms-of-use .our-goal .conditions span:before, .terms-of-use .data-transfer .conditions span:before, .terms-of-use .data-protection .conditions span:before, .terms-of-use .your-right .conditions span:before, .terms-of-use .update .conditions span:before, .terms-of-use .content-of-terms .conditions span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(93.77deg, #FFD000 -2.72%, #FFBC00 104.62%);
}
.terms-of-use .our-goal .contents, .terms-of-use .data-transfer .contents, .terms-of-use .data-protection .contents, .terms-of-use .your-right .contents, .terms-of-use .update .contents, .terms-of-use .content-of-terms .contents {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.terms-of-use .our-goal .contents a, .terms-of-use .data-transfer .contents a, .terms-of-use .data-protection .contents a, .terms-of-use .your-right .contents a, .terms-of-use .update .contents a, .terms-of-use .content-of-terms .contents a {
  padding-left: 20px;
  position: relative;
}
.terms-of-use .our-goal .contents a:before, .terms-of-use .data-transfer .contents a:before, .terms-of-use .data-protection .contents a:before, .terms-of-use .your-right .contents a:before, .terms-of-use .update .contents a:before, .terms-of-use .content-of-terms .contents a:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(93.77deg, #FFD000 -2.72%, #FFBC00 104.62%);
}
.terms-of-use .our-goal .preface, .terms-of-use .data-transfer .preface, .terms-of-use .data-protection .preface, .terms-of-use .your-right .preface, .terms-of-use .update .preface, .terms-of-use .content-of-terms .preface {
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(250, 79, 79, 0.3);
}
.terms-of-use .data-protection .save-data .table-data div:nth-child(1), .terms-of-use .data-protection .save-data .table-data div:nth-child(2), .terms-of-use .your-right .save-data .table-data div:nth-child(1), .terms-of-use .your-right .save-data .table-data div:nth-child(2) {
  font-weight: 700;
}
.terms-of-use .personal-data .table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #EAEAEA;
  max-width: 900px;
  grid-row-gap: 10px;
}
.terms-of-use .personal-data .table div:nth-child(1), .terms-of-use .personal-data .table div:nth-child(3) {
  font-weight: 700;
}
.terms-of-use .contents {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.terms-of-use .contents a {
  line-height: 24px;
  font-size: 16px;
}
.terms-of-use .contents div:not(.sub-title) {
  padding: 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  width: fit-content;
}
.terms-of-use .contents .sub {
  padding-left: 20px;
}
.terms-of-use .table-cat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 24px auto 0;
  max-width: 900px;
}
.terms-of-use .table-cat div {
  border-bottom: 1px solid #EAEAEA;
  padding: 10px;
}
.terms-of-use .table-cat div:nth-child(1), .terms-of-use .table-cat div:nth-child(2) {
  font-weight: 700;
  border-bottom: none;
  background: linear-gradient(93.77deg, #FFD000 -2.72%, #FFBC00 104.62%);
}
.terms-of-use .table-cat div:nth-child(1) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.terms-of-use .table-cat div:nth-child(2) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.terms-of-use .preface {
  font-size: 16px;
  margin-top: 20px;
}
.terms-of-use .preface span {
  font-weight: 700;
}
.terms-of-use .sub-title {
  margin-top: 24px;
  font-weight: 700;
  font-size: 30px;
}
.terms-of-use .title {
  text-align: center;
  color: #333333;
  font-size: 25px;
  font-weight: 700;
}
.terms-of-use .quote {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid #EAEAEA;
}

/*# sourceMappingURL=terms.css.map */
