/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
section.intro .dynamics {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.intro .dynamics[data-direction=down] .dynamics__intro {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath d='M4.64577 15.8547C4.83953 16.0484 5.15832 16.0484 5.35209 15.8547L9.85252 11.3542C10.0463 11.1605 10.0463 10.8417 9.85252 10.6479C9.65876 10.4541 9.33998 10.4541 9.14621 10.6479L5.49897 14.2951V0.500049C5.49897 0.225022 5.27395 0 4.99893 0C4.7239 0 4.49888 0.225022 4.49888 0.500049V14.2951L0.851646 10.6479C0.657877 10.4541 0.339096 10.4541 0.145327 10.6479C-0.0484422 10.8417 -0.0484422 11.1605 0.145327 11.3542L4.64577 15.8547Z' fill='%23EE3235'/%3E%3C/svg%3E");
}
section.intro .dynamics[data-direction=down] .percentage {
  color: #ee3235;
}
section.intro .dynamics[data-direction=up] .dynamics__intro {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath d='M5.3521 0.145325C5.15833 -0.0484433 4.83955 -0.0484433 4.64578 0.145325L0.14534 4.64576C-0.0484285 4.83953 -0.0484285 5.15831 0.14534 5.35208C0.339109 5.54585 0.657889 5.54585 0.851659 5.35208L4.49889 1.70485L4.49889 15.5C4.49889 15.775 4.72391 16 4.99894 16C5.27397 16 5.49899 15.775 5.49899 15.5L5.49899 1.70485L9.14622 5.35208C9.33999 5.54585 9.65877 5.54585 9.85254 5.35208C10.0463 5.15831 10.0463 4.83953 9.85254 4.64577L5.3521 0.145325Z' fill='%230ABB86'/%3E%3C/svg%3E");
}
section.intro .dynamics[data-direction=up] .percentage {
  color: #0abb86;
}
section.intro .dynamics__intro {
  display: flex;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 10px 16px;
  padding-left: 20px;
  gap: 8px;
}
section.intro .dynamics__buttons {
  display: flex;
  gap: 16px;
}
section.intro .dynamics__indicators {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
}

section.instrument_description {
  padding-top: 0;
}