.pxa10x0 {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  position: relative;
}
.pxa10x1 {
  display: -moz-box;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-align: center;
       align-items: center;
  padding: 16px 16px 16px 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pxa10x2 {
  width: 24px;
}
.pxa10x3 {
  padding: 0 16px;
}
.pxa10x4 {
  margin-top: 20px;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
}
.pxa10x5 {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  margin-top: 8px;
  width: 100%;
  max-width: 280px;
}
.pxa10x6 {
  line-height: 20px;
  letter-spacing: -0.5px;
  width: 100%;
  word-break: break-word;
  text-align: center;
}
.pxa10x7 {
  line-height: 18px;
  letter-spacing: -0.5px;
  color: var(--ColorGray-500);
  width: 100%;
  word-break: break-word;
  text-align: center;
}
.pxa10x8 {
  margin-top: 20px;
  display: -moz-box;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
  gap: 16px;
  padding-bottom: 16px;
}
.pxa10x9 {
  border-radius: 50%;
  background-color: var(--ColorGray-200);
  width: 48px;
  height: 48px;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pxa10xa {
  color: var(--ColorBlack-500);
  line-height: 20px;
  letter-spacing: -0.5px;
}
