@font-face {
  font-family: "EP Polysans Bulky Wide";
  src: url("/EPPolySans-BulkyWide.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Inter Regular";
  src: url("/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

html {
  font-family: "Inter Regular";
}

h3 {
  color: var(--xp-sys-color-neutral-950, #071423);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.015em;
}

.-tracking-\[2px\] {
  letter-spacing: -2px;
}

.title {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 120% */
}

.figure {
  color: var(--xp-sys-color-neutral-950, #071423);
  font-family: "EP Polysans Bulky Wide";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  height: 49px;

  display: flex;
}

.font-sans-bw {
  font-family: "EP Polysans Bulky Wide";
}

.text-sm {
  font-size: 14px;
}

.text-base {
  font-size: 20px;
}

.text-lg {
  font-size: 25px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[34px\] {
  font-size: 34px;
}

.text-xl {
  font-size: 48px;
}

.text-1\.2xl {
  font-size: 47px;
}

.text-1\.5xl {
  font-size: 66px;
}

.text-2xl {
  font-size: 64px;
}

.text-3xl {
  font-size: 70px;
}

.leading-5 {
  line-height: 20px;
}

.leading-7 {
  line-height: 28px;
}

.leading-7\.5 {
  line-height: 30px;
}

.leading-8\.75 {
  line-height: 35px;
}

.leading-10\.5 {
  line-height: 42px;
}

.leading-16 {
  line-height: 64px;
}

.leading-20 {
  line-height: 80px;
}

.leading-21\.25 {
  line-height: 85px;
}

.leading-25 {
  line-height: 100px;
}

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.w-fill {
  width: 100%;
}

.mx-5 {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-\[15px\] {
  margin-left: 15px;
  margin-right: 15px;
}

.mx-3\.75 {
  margin-left: 15px;
  margin-right: 15px;
}

.mx-2\.5 {
  margin-left: 10px;
  margin-right: 10px;
}

.pt-\[1px\] {
  padding-top: 1px;
}

.pt-\[3px\] {
  padding-top: 3px;
}

.pt-\[6px\] {
  padding-top: 6px;
}

.pt-\[9px\] {
  padding-top: 9px;
}

.pt-\[11px\] {
  padding-top: 11px;
}

.pb-\[9px\] {
  padding-bottom: 9px;
}

.pb-1\.25 {
  padding-bottom: 5px;
}

.pb-3 {
  padding-bottom: 12px;
}

.pb-5 {
  padding-bottom: 20px;
}

.pb-6\.25 {
  padding-bottom: 25px;
}

.pb-6\.5 {
  padding-bottom: 26px;
}

.pb-7 {
  padding-bottom: 28px;
}

.pb-7\.5 {
  padding-bottom: 30px;
}

.pb-9 {
  padding-bottom: 36px;
}

.pb-8\.75 {
  padding-bottom: 35px;
}

.pb-10 {
  padding-bottom: 40px;
}

.pb-11\.25 {
  padding-bottom: 45px;
}

.pl-\[5px\] {
  padding-left: 5px;
}

.pl-\[7px\] {
  padding-left: 9px;
}

.pl-\[9px\] {
  padding-left: 9px;
}

.pr-\[5px\] {
  padding-right: 6px;
}

.pr-\[6px\] {
  padding-right: 6px;
}

.pr-\[11px\] {
  padding-right: 11px;
}

.my-2\.5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mt-2\.5 {
  margin-top: 10px;
}

.mt-10 {
  margin-top: 40px;
}

.mt-11\.25 {
  margin-top: 45px;
}

.-mt-\[6px\] {
  margin-top: -6px;
}

.-mt-\[9px\] {
  margin-top: -9px;
}

.-mt-\[1px\] {
  margin-top: -1px;
}

.mb-7 {
  margin-bottom: 28px;
}

.ml-2\.5 {
  margin-left: 10px;
}

.mb-3\.25 {
  margin-bottom: 13px;
}

.mb-3\.75 {
  margin-bottom: 15px;
}

.-mb-\[3px\] {
  margin-bottom: -3px;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.justify-between {
  justify-content: space-between;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.grow {
  flex-grow: 1;
}

.gap-1 {
  gap: 4px;
}

.gap-1\.5 {
  gap: 6px;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 12px;
}

.gap-4 {
  gap: 16px;
}

.gap-5 {
  gap: 20px;
}

.gap-6\.5 {
  gap: 22px;
}

.gap-7 {
  gap: 28px;
}

.gap-7\.5 {
  gap: 30px;
}

.gap-10 {
  gap: 40px;
}

.figure-description {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;

  width: 85%;
  max-width: 280px;
}

.figure-description.title-tooltip {
  font-size: 13px;
}

.share {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.title {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.share-button ~ ul {
  display: none;
}

.share-button.active ~ ul {
  display: flex;
}

.hidden-initial {
  visibility: hidden;
  position: absolute;
  top: 0;
}

.hidden {
  display: none;
}

.list-none {
  list-style-type: none;
}

.tab-button:has(+ .active) {
  border-right: 1px solid black;
}

.tab-button + .active {
  border-left: 1px solid black;
}

.tab-button.active:first-child {
  border-left: 1px solid transparent;
}

.tab-button.active:last-child {
  border-right: 1px solid transparent;
}

.tab-button {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */

  border-bottom: 1px solid black;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}

.tab-button.active {
  border-bottom: 1px solid transparent;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
}

.border-none {
  border: none;
}

.border {
  border: 1px solid black;
}

.border-transparent {
  border: 1px solid transparent;
}

.align-center {
  align-items: center;
}

.h-\[436px\] {
  height: 436px;
}

.h-\[450px\] {
  height: 450px;
}

.h-full {
  height: 100%;
}

.min-h-13\.75 {
  min-height: 55px;
}

.bg-transparent {
  background: transparent;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.cursor-default {
  cursor: default;
}

.gap-2 {
  gap: 8px;
}

.z-10 {
  z-index: 10;
}

.bottom-8 {
  bottom: 32px;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.bg-white {
  background: white;
}

.no-underline {
  text-decoration: none;
}

.color-black {
  color: black;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

.px-1\.5 {
  padding-left: 6px;
  padding-right: 6px;
}

.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.py-0\.5 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.w-\[170px\] {
  width: 170px;
}

.w-\[180px\] {
  width: 180px;
}

.w-min-\[180px\] {
  min-width: 180px;
}

.w-\[220px\] {
  width: 220px;
}

.w-\[260px\] {
  width: 260px;
}

.w-\[320px\] {
  width: 320px;
}

.w-max-\[320px\] {
  max-width: 320px;
}

.w-\[450px\] {
  width: 450px;
}

.w-fit {
  width: fit-content;
}

.min-w-\[180px\] {
  min-width: 180px;
}

.max-w-\[220px\] {
  max-width: 220px;
}

.text-nowrap {
  white-space: nowrap;
}

button.active .title-tooltip {
  display: block;
}

.title-tooltip {
  width: max-content;
  max-width: 365px;
  min-width: 130px;
  bottom: 26px;
  left: -120px;
  display: none;
  text-align: left;
}
