@charset "utf-8";

.tippy-touch {
  cursor: pointer !important;
}

.tippy-notransition {
  transition: none !important;
}

.tippy-popper {
  max-width: 350px;
  perspective: 700px;
  z-index: 9999;
  outline: 0px;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  line-height: 1.4;
}

.tippy-popper[data-html] {
  max-width: calc(100% - 20px);
}

.tippy-popper[x-placement^="top"] .tippy-backdrop {
  border-radius: 40% 40% 0px 0px;
}

.tippy-popper[x-placement^="top"] .tippy-roundarrow {
  bottom: -8px;
  transform-origin: 50% 0px;
}

.tippy-popper[x-placement^="top"] .tippy-roundarrow svg {
  position: absolute;
  left: 0px;
  transform: rotate(180deg);
}

.tippy-popper[x-placement^="top"] .tippy-arrow {
  border-top: 7px solid rgb(51, 51, 51);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
  margin: 0px 6px;
  transform-origin: 50% 0px;
}

.tippy-popper[x-placement^="top"] .tippy-backdrop {
  transform-origin: 0px 90%;
}

.tippy-popper[x-placement^="top"] .tippy-backdrop[data-state="visible"] {
  transform: scale(6) translate(-50%, 25%);
  opacity: 1;
}

.tippy-popper[x-placement^="top"] .tippy-backdrop[data-state="hidden"] {
  transform: scale(1) translate(-50%, 25%);
  opacity: 0;
}

.tippy-popper[x-placement^="top"]
  [data-animation="shift-toward"][data-state="visible"] {
  opacity: 1;
  transform: translateY(-10px);
}

.tippy-popper[x-placement^="top"]
  [data-animation="shift-toward"][data-state="hidden"] {
  opacity: 0;
  transform: translateY(-20px);
}

.tippy-popper[x-placement^="top"] [data-animation="perspective"] {
  transform-origin: center bottom;
}

.tippy-popper[x-placement^="top"]
  [data-animation="perspective"][data-state="visible"] {
  opacity: 1;
  transform: translateY(-10px) rotateX(0deg);
}

.tippy-popper[x-placement^="top"]
  [data-animation="perspective"][data-state="hidden"] {
  opacity: 0;
  transform: translateY(0px) rotateX(90deg);
}

.tippy-popper[x-placement^="top"]
  [data-animation="fade"][data-state="visible"] {
  opacity: 1;
  transform: translateY(-10px);
}

.tippy-popper[x-placement^="top"] [data-animation="fade"][data-state="hidden"] {
  opacity: 0;
  transform: translateY(-10px);
}

.tippy-popper[x-placement^="top"]
  [data-animation="shift-away"][data-state="visible"] {
  opacity: 1;
  transform: translateY(-10px);
}

.tippy-popper[x-placement^="top"]
  [data-animation="shift-away"][data-state="hidden"] {
  opacity: 0;
  transform: translateY(0px);
}

.tippy-popper[x-placement^="top"]
  [data-animation="scale"][data-state="visible"] {
  opacity: 1;
  transform: translateY(-10px) scale(1);
}

.tippy-popper[x-placement^="top"]
  [data-animation="scale"][data-state="hidden"] {
  opacity: 0;
  transform: translateY(0px) scale(0);
}

.tippy-popper[x-placement^="bottom"] .tippy-backdrop {
  border-radius: 0px 0px 30% 30%;
}

.tippy-popper[x-placement^="bottom"] .tippy-roundarrow {
  top: -8px;
  transform-origin: 50% 100%;
}

.tippy-popper[x-placement^="bottom"] .tippy-roundarrow svg {
  position: absolute;
  left: 0px;
  transform: rotate(0deg);
}

.tippy-popper[x-placement^="bottom"] .tippy-arrow {
  border-bottom: 7px solid rgb(51, 51, 51);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  top: -7px;
  margin: 0px 6px;
  transform-origin: 50% 100%;
}

.tippy-popper[x-placement^="bottom"] .tippy-backdrop {
  transform-origin: 0px -90%;
}

.tippy-popper[x-placement^="bottom"] .tippy-backdrop[data-state="visible"] {
  transform: scale(6) translate(-50%, -125%);
  opacity: 1;
}

.tippy-popper[x-placement^="bottom"] .tippy-backdrop[data-state="hidden"] {
  transform: scale(1) translate(-50%, -125%);
  opacity: 0;
}

.tippy-popper[x-placement^="bottom"]
  [data-animation="shift-toward"][data-state="visible"] {
  opacity: 1;
  transform: translateY(10px);
}

.tippy-popper[x-placement^="bottom"]
  [data-animation="shift-toward"][data-state="hidden"] {
  opacity: 0;
  transform: translateY(20px);
}

.tippy-popper[x-placement^="bottom"] [data-animation="perspective"] {
  transform-origin: center top;
}

.tippy-popper[x-placement^="bottom"]
  [data-animation="perspective"][data-state="visible"] {
  opacity: 1;
  transform: translateY(10px) rotateX(0deg);
}

.tippy-popper[x-placement^="bottom"]
  [data-animation="perspective"][data-state="hidden"] {
  opacity: 0;
  transform: translateY(0px) rotateX(-90deg);
}

.tippy-popper[x-placement^="bottom"]
  [data-animation="fade"][data-state="visible"] {
  opacity: 1;
  transform: translateY(10px);
}

.tippy-popper[x-placement^="bottom"]
  [data-animation="fade"][data-state="hidden"] {
  opacity: 0;
  transform: translateY(10px);
}

.tippy-popper[x-placement^="bottom"]
  [data-animation="shift-away"][data-state="visible"] {
  opacity: 1;
  transform: translateY(10px);
}

.tippy-popper[x-placement^="bottom"]
  [data-animation="shift-away"][data-state="hidden"] {
  opacity: 0;
  transform: translateY(0px);
}

.tippy-popper[x-placement^="bottom"]
  [data-animation="scale"][data-state="visible"] {
  opacity: 1;
  transform: translateY(10px) scale(1);
}

.tippy-popper[x-placement^="bottom"]
  [data-animation="scale"][data-state="hidden"] {
  opacity: 0;
  transform: translateY(0px) scale(0);
}

.tippy-popper[x-placement^="left"] .tippy-backdrop {
  border-radius: 50% 0px 0px 50%;
}

.tippy-popper[x-placement^="left"] .tippy-roundarrow {
  right: -16px;
  transform-origin: 33.3333% 50%;
}

.tippy-popper[x-placement^="left"] .tippy-roundarrow svg {
  position: absolute;
  left: 0px;
  transform: rotate(90deg);
}

.tippy-popper[x-placement^="left"] .tippy-arrow {
  border-left: 7px solid rgb(51, 51, 51);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: -7px;
  margin: 3px 0px;
  transform-origin: 0px 50%;
}

.tippy-popper[x-placement^="left"] .tippy-backdrop {
  transform-origin: 100% 0px;
}

.tippy-popper[x-placement^="left"] .tippy-backdrop[data-state="visible"] {
  transform: scale(6) translate(40%, -50%);
  opacity: 1;
}

.tippy-popper[x-placement^="left"] .tippy-backdrop[data-state="hidden"] {
  transform: scale(1.5) translate(40%, -50%);
  opacity: 0;
}

.tippy-popper[x-placement^="left"]
  [data-animation="shift-toward"][data-state="visible"] {
  opacity: 1;
  transform: translateX(-10px);
}

.tippy-popper[x-placement^="left"]
  [data-animation="shift-toward"][data-state="hidden"] {
  opacity: 0;
  transform: translateX(-20px);
}

.tippy-popper[x-placement^="left"] [data-animation="perspective"] {
  transform-origin: right center;
}

.tippy-popper[x-placement^="left"]
  [data-animation="perspective"][data-state="visible"] {
  opacity: 1;
  transform: translateX(-10px) rotateY(0deg);
}

.tippy-popper[x-placement^="left"]
  [data-animation="perspective"][data-state="hidden"] {
  opacity: 0;
  transform: translateX(0px) rotateY(-90deg);
}

.tippy-popper[x-placement^="left"]
  [data-animation="fade"][data-state="visible"] {
  opacity: 1;
  transform: translateX(-10px);
}

.tippy-popper[x-placement^="left"]
  [data-animation="fade"][data-state="hidden"] {
  opacity: 0;
  transform: translateX(-10px);
}

.tippy-popper[x-placement^="left"]
  [data-animation="shift-away"][data-state="visible"] {
  opacity: 1;
  transform: translateX(-10px);
}

.tippy-popper[x-placement^="left"]
  [data-animation="shift-away"][data-state="hidden"] {
  opacity: 0;
  transform: translateX(0px);
}

.tippy-popper[x-placement^="left"]
  [data-animation="scale"][data-state="visible"] {
  opacity: 1;
  transform: translateX(-10px) scale(1);
}

.tippy-popper[x-placement^="left"]
  [data-animation="scale"][data-state="hidden"] {
  opacity: 0;
  transform: translateX(0px) scale(0);
}

.tippy-popper[x-placement^="right"] .tippy-backdrop {
  border-radius: 0px 50% 50% 0px;
}

.tippy-popper[x-placement^="right"] .tippy-roundarrow {
  left: -16px;
  transform-origin: 66.6667% 50%;
}

.tippy-popper[x-placement^="right"] .tippy-roundarrow svg {
  position: absolute;
  left: 0px;
  transform: rotate(-90deg);
}

.tippy-popper[x-placement^="right"] .tippy-arrow {
  border-right: 7px solid rgb(51, 51, 51);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: -7px;
  margin: 3px 0px;
  transform-origin: 100% 50%;
}

.tippy-popper[x-placement^="right"] .tippy-backdrop {
  transform-origin: -100% 0px;
}

.tippy-popper[x-placement^="right"] .tippy-backdrop[data-state="visible"] {
  transform: scale(6) translate(-140%, -50%);
  opacity: 1;
}

.tippy-popper[x-placement^="right"] .tippy-backdrop[data-state="hidden"] {
  transform: scale(1.5) translate(-140%, -50%);
  opacity: 0;
}

.tippy-popper[x-placement^="right"]
  [data-animation="shift-toward"][data-state="visible"] {
  opacity: 1;
  transform: translateX(10px);
}

.tippy-popper[x-placement^="right"]
  [data-animation="shift-toward"][data-state="hidden"] {
  opacity: 0;
  transform: translateX(20px);
}

.tippy-popper[x-placement^="right"] [data-animation="perspective"] {
  transform-origin: left center;
}

.tippy-popper[x-placement^="right"]
  [data-animation="perspective"][data-state="visible"] {
  opacity: 1;
  transform: translateX(10px) rotateY(0deg);
}

.tippy-popper[x-placement^="right"]
  [data-animation="perspective"][data-state="hidden"] {
  opacity: 0;
  transform: translateX(0px) rotateY(90deg);
}

.tippy-popper[x-placement^="right"]
  [data-animation="fade"][data-state="visible"] {
  opacity: 1;
  transform: translateX(10px);
}

.tippy-popper[x-placement^="right"]
  [data-animation="fade"][data-state="hidden"] {
  opacity: 0;
  transform: translateX(10px);
}

.tippy-popper[x-placement^="right"]
  [data-animation="shift-away"][data-state="visible"] {
  opacity: 1;
  transform: translateX(10px);
}

.tippy-popper[x-placement^="right"]
  [data-animation="shift-away"][data-state="hidden"] {
  opacity: 0;
  transform: translateX(0px);
}

.tippy-popper[x-placement^="right"]
  [data-animation="scale"][data-state="visible"] {
  opacity: 1;
  transform: translateX(10px) scale(1);
}

.tippy-popper[x-placement^="right"]
  [data-animation="scale"][data-state="hidden"] {
  opacity: 0;
  transform: translateX(0px) scale(0);
}

.tippy-tooltip {
  position: relative;
  color: rgb(255, 255, 255);
  border-radius: 4px;
  font-size: 0.9rem;
  padding: 0.3rem 0.6rem;
  text-align: center;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  background-color: rgb(51, 51, 51);
}

.tippy-tooltip[data-size="small"] {
  padding: 0.2rem 0.4rem;
  font-size: 0.75rem;
}

.tippy-tooltip[data-size="large"] {
  padding: 0.4rem 0.8rem;
  font-size: 1rem;
}

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent;
}

.tippy-tooltip[data-animatefill] .tippy-content {
  transition:
    clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98),
    -webkit-clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98);
}

.tippy-tooltip[data-interactive], .tippy-tooltip[data-interactive] path {
  pointer-events: auto;
}

.tippy-tooltip[data-inertia][data-state="visible"] {
  transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
}

.tippy-tooltip[data-inertia][data-state="hidden"] {
  transition-timing-function: ease;
}

.tippy-arrow, .tippy-roundarrow {
  position: absolute;
  width: 0px;
  height: 0px;
}

.tippy-roundarrow {
  width: 24px;
  height: 8px;
  fill: rgb(51, 51, 51);
  pointer-events: none;
}

.tippy-backdrop {
  position: absolute;
  will-change: transform;
  background-color: rgb(51, 51, 51);
  border-radius: 50%;
  width: 26%;
  left: 50%;
  top: 50%;
  z-index: -1;
  transition: cubic-bezier(0.46, 0.1, 0.52, 0.98);
  backface-visibility: hidden;
}

.tippy-backdrop::after {
  content: "";
  float: left;
  padding-top: 100%;
}

body:not(.tippy-touch)
  .tippy-tooltip[data-animatefill][data-state="visible"]
  .tippy-content {
  clip-path: ellipse(100% 100% at 50% 50%);
}

body:not(.tippy-touch)
  .tippy-tooltip[data-animatefill][data-state="hidden"]
  .tippy-content {
  clip-path: ellipse(5% 50% at 50% 50%);
}

body:not(.tippy-touch)
  .tippy-popper[x-placement="right"]
  .tippy-tooltip[data-animatefill][data-state="visible"]
  .tippy-content {
  clip-path: ellipse(135% 100% at 0% 50%);
}

body:not(.tippy-touch)
  .tippy-popper[x-placement="right"]
  .tippy-tooltip[data-animatefill][data-state="hidden"]
  .tippy-content {
  clip-path: ellipse(40% 100% at 0% 50%);
}

body:not(.tippy-touch)
  .tippy-popper[x-placement="left"]
  .tippy-tooltip[data-animatefill][data-state="visible"]
  .tippy-content {
  clip-path: ellipse(135% 100% at 100% 50%);
}

body:not(.tippy-touch)
  .tippy-popper[x-placement="left"]
  .tippy-tooltip[data-animatefill][data-state="hidden"]
  .tippy-content {
  clip-path: ellipse(40% 100% at 100% 50%);
}

@media (max-width: 360px) {
  .tippy-popper {
    max-width: calc(100% - 20px);
  }
}
