#magic_number .content {
  display: flex;
  padding: 32px 72px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 32px;
}
@media (max-width: 767px) {
  #magic_number .content {
    padding: 16px 12px 24px;
    gap: 16px;
  }
}
#magic_number .content--description {
  display: flex;
  padding: 12px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  gap: 8px;
  border: 0.5px solid #778698;
  border-radius: 8px;
  background: #FFF;
}
#magic_number .content--description h5.description-title {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #2F3137;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 767px) {
  #magic_number .content--description h5.description-title {
    color: #2F3137;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
  #magic_number .content--description h5.description-title img {
    width: 24px;
    height: 24px;
  }
}
#magic_number .content--description p.description-text {
  color: #2F3137;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
@media (max-width: 767px) {
  #magic_number .content--description p.description-text {
    font-size: 12px;
    line-height: 20px;
  }
}
#magic_number .content--description p.description-text span.name, #magic_number .content--description p.description-text span.upside-info {
  font-weight: 600;
}
#magic_number .content--description p.description-text span.info {
  white-space: nowrap;
}
#magic_number .content--description p.description-text span.hide {
  filter: blur(5px);
}
#magic_number .content--presentation {
  display: flex;
  padding-bottom: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid #E3E6ED;
}
@media (max-width: 767px) {
  #magic_number .content--presentation {
    gap: 16px;
    padding-bottom: 24px;
  }
}
#magic_number .content--presentation .presentation-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
  gap: 8px;
}
#magic_number .content--presentation .presentation-box .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  flex: 1 0 0;
  gap: 5px;
  padding: 0;
  width: unset;
  background: unset;
  box-shadow: unset;
  border-radius: unset;
  opacity: 1;
}
#magic_number .content--presentation .presentation-box .box span.text {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
#magic_number .content--presentation .presentation-box .box span.value {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  gap: 10px;
  align-self: stretch;
  color: #2F3137;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  text-shadow: unset;
  border-radius: 8px;
  background: #F5F5F4;
}
@media (max-width: 767px) {
  #magic_number .content--presentation .presentation-box .box span.value {
    padding: 12px;
    gap: 8px;
  }
}
@media (max-width: 767px) {
  #magic_number .content--presentation .presentation-box .box span.value {
    font-size: 14px;
    line-height: 22px;
    gap: 6px;
  }
}
#magic_number .content--presentation .presentation-box .box span.value img {
  max-width: 20px;
}
@media (max-width: 767px) {
  #magic_number .content--presentation .presentation-box .box span.value img {
    max-width: 16px;
  }
}
#magic_number .content--presentation .presentation-box .box span.value .up {
  color: #009974;
}
#magic_number .content--presentation .presentation-box .box span.value .down {
  color: #F94B74;
}
#magic_number .content--presentation .presentation-box .box span.value.hide {
  filter: blur(5px);
  color: transparent;
  text-shadow: 0 0 14px black;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#magic_number .content--presentation .presentation-box .box span.value.hide .up, #magic_number .content--presentation .presentation-box .box span.value.hide .down {
  color: transparent;
}
#magic_number .content--presentation .presentation-box .box--sign {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  height: 56px;
  border-radius: 5px;
  background: #F5F5F4;
}
#magic_number .content--presentation .presentation-box .box.result span.value {
  background: #E3FCF8;
  color: #009974;
}
#magic_number .content--presentation .presentation-box.middle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
#magic_number .content--presentation .presentation-box.middle h4 {
  color: #2C3A53;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
#magic_number .content--presentation .presentation-box.middle.mobile {
  background: #fff;
  color: #2F3137;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  padding-top: 0;
}
#magic_number .content--presentation .presentation-box.mobile {
  display: flex;
  padding-top: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  background: #F5F5F4;
}
#magic_number .content--presentation .presentation-box.mobile .sup-box-group {
  display: flex;
  align-items: center;
  align-self: stretch;
}
#magic_number .content--presentation .presentation-box.mobile .sup-box-group .box2 {
  display: flex;
  padding: 0 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#magic_number .content--presentation .presentation-box.mobile .sup-box-group .box2 span.text {
  color: #778698;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
#magic_number .content--presentation .presentation-box.mobile .sup-box-group .box2 span.value {
  color: #2F3137;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#magic_number .content--presentation .presentation-box.mobile .sup-box-group .box2.result {
  color: #2F3137;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
#magic_number .content--presentation .presentation-box.mobile .sup-box-group .box2--sign {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#magic_number .content--presentation .presentation-box.mobile .sup-box-group .box2--sign img {
  width: 16px;
  height: 16px;
}
#magic_number .content--presentation .presentation-box.mobile .box-result {
  display: flex;
  padding: 12px 8px 8px 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
#magic_number .content--presentation .presentation-box.mobile .box-result span.value {
  color: #009974;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#magic_number .content--presentation .presentation-box.mobile .box-result p.text {
  color: #2F3137;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
}
#magic_number .content--presentation .presentation-box.mobile.hide span.value {
  filter: blur(6px);
}
#magic_number .content--presentation .presentation-box.desktop.hide {
  filter: blur(5px);
}
#magic_number .content--presentation .presentation-box.desktop.hide.no-pro {
  display: none;
}
#magic_number .content--presentation .see-more .btn-default {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 8px;
  border: 1px solid #C2C0BC;
  border-radius: 100px;
  background: #FFF;
  color: #2F3137;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
#magic_number .content--presentation .see-more .btn-default.subscribe {
  color: #FFF;
  background: #2F3137;
  box-shadow: 0 2px 10px 0 rgba(8, 33, 69, 0.2470588235);
  border-radius: 100px;
  padding: 16px 16px;
}
#magic_number .content--presentation .see-more .btn-default i, #magic_number .content--presentation .see-more .btn-default svg, #magic_number .content--presentation .see-more .btn-default img {
  margin-top: -2px;
  margin-left: 0;
}
#magic_number .content--disclaimer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
}
#magic_number .content--disclaimer .disclaimer-item {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 12px;
}
#magic_number .content--disclaimer .disclaimer-item i, #magic_number .content--disclaimer .disclaimer-item svg {
  width: 20px;
  height: 20px;
}
#magic_number .content--disclaimer .disclaimer-item span {
  color: #2F3137;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 767px) {
  #magic_number .content--disclaimer .disclaimer-item span {
    font-size: 12px;
    line-height: 20px;
  }
}
