.TweetGarden_panel__RBkD3 {
  --panel-background: #ffda00;
  min-height: 100%;
  height: 100%;
}
.rfm-marquee-container {
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
  position: relative;
  width: var(--width);
  transform: var(--transform);
}
.rfm-marquee {
  flex: 0 0 auto;
  min-width: var(--min-width);
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: scroll var(--duration) linear var(--delay) var(--iteration-count);
  animation-play-state: var(--play);
  animation-delay: var(--delay);
  animation-direction: var(--direction);
}
.rfm-initial-child-container {
  flex: 0 0 auto;
  display: flex;
  min-width: auto;
  flex-direction: row;
  align-items: center;
}
.rfm-child {
  transform: var(--transform);
}
.TweetGarden_tweets__iz4hD {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 2rem 0;
  list-style: none;
}
.Panel_withAspect__9lgTt {
  aspect-ratio: 2 / 3;
}
.Panel_elevated__jFGaJ {
  box-shadow: 0 0.2rem 0.25rem #12129722;
}
.Panel_secondary__DcK6U {
  background-color: #1E1E1E!important;
}
.Panel_default__RXZEL {
  background-color: #fff;
  color: #111118;
  border-radius: 1.5rem;
  overflow: clip;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.Panel_padder__YX1IS.Panel_inset__v4Kbp {
  padding: 1.5rem;
}
.Panel_padder__YX1IS {
  flex: 1 1;
}
.TweetCard_tweetGroup__C7nlH {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-gap: 1rem;
  gap: 1rem;
}
a.TweetCard_profile__MnNaz {
  text-decoration: none;
  color: currentColor;
  display: flex;
  align-items: center;
  gap: 0.6em;
}
.TweetCard_info__qkumP {
  display: flex;
  flex-direction: column;
  gap: 0.1em;
}
.Typography_variant-body__mMLZT {
  font-family: "__haasGrotText_7ea857", "__haasGrotText_Fallback_7ea857";
  font-size: 1rem;
  line-height: 1.4;
}
.Typography_weight-normal__omiiB {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
}
.Typography_common__tVNgv {
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
}
.TweetCard_wrapper__U8Ud4 {
  width: 20rem;
  transform: rotate(var(--rotation));
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition-delay: 0.2s;
  --panel-background: #fff;
}
.TweetCard_engagement__1Awon svg {
  width: 1rem;
  transition: transform 0.4s cubic-bezier(0.4s 0.34, 1.56, 0.64, 1);
}
.TweetCard_button__CpESH {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  text-align: center;
  transform: translateY(-0.5rem);
  transition: opacity 0.2s cubic-bezier(0.37, 0, 0.63, 1),
    transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition-delay: 0.2s;
}
.TweetCard_default__bc_DT:hover .TweetCard_button__CpESH {
  transform: translate(0);
  opacity: 1;
  transition-delay: 0s;
}
.Button_default__49oLE svg {
  height: 0.7em;
  transform: translate(0);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.TweetCard_default__bc_DT {
  position: relative;
}
.Button_primary__DvWPg {
  background-color: #2727e6;
  border-color: #2727e6;
  color: #fff !important;
}
.Button_default__49oLE {
  font-size: var(--font-size-body-large);
  font-family: var(--font-family-text);
  letter-spacing: -0.02em;
  border-radius: 2em;
  border-width: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  padding: 0.15em 0.6em;
  cursor: pointer;
  text-align: center;
  text-wrap: balance;
  transition: background-color 0.2s cubic-bezier(0.34, 1.56, 0.64, 1),
    color 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.Button_default__49oLE path {
  stroke: currentColor;
}
.Typography_variant-h4__B52wj {
  font-family: var(--font-family-disp);
  font-size: calc(2.625rem);
  color:#ffff;
  line-height: 1.1;
}
.Typography_variant-h6__Zgscs {
  font-family: var(--font-family-text);
  font-size: calc(1.5rem);
  line-height: 1.25;
}
.Typography_variant-h5__cuwm4 {
  font-family: var(--font-family-disp);
  font-size: calc(2.1875rem);
  line-height: 1.15;
}
.Typography_variant-h3__OKBgb {
  font-family: var(--font-family-disp);
  font-size: calc(3.25rem);
  letter-spacing: -0.03rem;
  line-height: 1.1;
}
.TweetGarden_title__5ck1f {
  padding: 1.5rem 1.5rem 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(1rem);
}
.TweetCard_image__sz73d img {
  height: 3rem;
  width: 3rem;
  border-radius: 3rem;
}
