@import url(./fonts.css);

/* Reset*/
:root {
  --bg-color: #ffffff;
  --color-primary: #fa92ce;
  --grid-maxWidth: 192rem;
  --font-family-sans: "ComicSansMS";
  --font-color: #000000;

  --bg-secondary-color: #f3f3f6;
  --color-lightGrey: #d2d6dd;
  --color-grey: #747681;
  --color-darkGrey: #3f4144;
  --color-error: #d43939;
  --color-success: #28bd14;
  --color-secondary: #ffed35;
  --font-size: 1.6rem;
  --font-color: #333333;
  --font-family-mono: monaco, "Consolas", "Lucida Console", monospace;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-lightGrey) var(--bg-primary);
}
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background: var(--bg-primary);
}
*::-webkit-scrollbar-thumb {
  background: var(--color-lightGrey);
}
body {
  background-color: var(--bg-color);
  line-height: 1.6;
  font-size: var(--font-size);
  color: var(--font-color);
  font-family: "Segoe UI", "Helvetica Neue", sans-serif; /*fallback*/
  font-family: var(--font-family-sans);
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0.35em 0 0.7em 0;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.75em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.85em;
}
a {
  text-decoration: none;
}
a:hover:not(.button) {
  opacity: 0.75;
}
button {
  font-family: inherit;
}
p {
  margin-top: 0;
}
blockquote {
  background-color: var(--bg-secondary-color);
  padding: 1.5rem 2rem;
  border-left: 3px solid var(--color-lightGrey);
}
dl dt {
  font-weight: bold;
}
hr {
  border: none;
  background-color: var(--color-lightGrey);
  height: 1px;
  margin: 1rem 0;
}
table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}
table.striped tr:nth-of-type(2n) {
  background-color: var(--bg-secondary-color);
}
td,
th {
  vertical-align: middle;
  padding: 1.2rem 0.4rem;
}
thead {
  border-bottom: 2px solid var(--color-lightGrey);
}
tfoot {
  border-top: 2px solid var(--color-lightGrey);
}
code,
kbd,
pre,
samp,
tt {
  font-family: var(--font-family-mono);
}
code,
kbd {
  padding: 0 0.4rem;
  font-size: 90%;
  white-space: pre-wrap;
  border-radius: 4px;
  padding: 0.2em 0.4em;
  background-color: var(--bg-secondary-color);
  color: var(--color-error);
}
pre {
  background-color: var(--bg-secondary-color);
  font-size: 1em;
  padding: 1rem;
  overflow-x: auto;
}
pre code {
  background: none;
  padding: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
img {
  max-width: 100%;
}
fieldset {
  border: 1px solid var(--color-lightGrey);
}
iframe {
  border: 0;
}
.copyAddress {
  cursor: pointer;
}
.mobile {
  display: block;
}
.desktop {
  display: none;
}
.container {
  padding: 0;
  margin: 0 auto;
  background-color: #fff;
}
a.cta:hover {
  opacity: unset;
}
.header {
  background-color: #b42b7a;
  height: 7.7rem;
  display: block;
}
.header h1 {
  color: #fff;
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0.7rem;
  letter-spacing: normal;
}

.intro {
  background-color: #fa92ce;
  padding: 2.1rem 1.7rem 5.1rem 1.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.intro .cta {
  display: block;
  position: absolute;
  top: -2.3rem;
  left: calc(50% + 10.7rem);
}
.intro .cta img {
  width: 7.1rem;
  height: 7.7rem;
}
.intro .hero {
  position: relative;
  margin-bottom: 5.1rem;
}
.intro .hero img {
  width: 31rem;
  height: 30.8rem;
}
.intro .hero .thatsright img {
  width: 21.4rem;
  height: 10.9rem;
  position: absolute;
  top: -4.7rem;
  left: 50%;
  transform: translateX(-50%);
}
.intro .hero .wegotyou img {
  width: 17.8rem;
  height: 4.8rem;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
.intro .contract {
  display: flex;
  gap: 1.6rem;
  margin-bottom: 1.9rem;
}
.intro .contract img {
  height: 8.8rem;
  max-width: 18rem;
}
.intro .liquid {
  display: flex;
  gap: 1.2rem;
}
.intro .liquid img {
  height: 9.1rem;
  max-width: 18rem;
}

.friend {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
}
.friend .frens {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 38.2rem;
  height: 32rem;
  top: 1.7rem;
}
.friend .friend_social_btn {
  position: absolute;
  left: calc(50% + 1.75rem);
  top: 9rem;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  gap: 0;
}
.friend .friend_social_btn a {
  display: block;
  margin-right: 1rem;
}
.friend .friend_social_btn .twitter_cta img {
  width: 3.5rem;
  margin: 0;
}
.friend .friend_social_btn .telegram_cta img {
  width: 3.5rem;
  margin: 0;
}
.friend .pink {
  height: 14.2rem;
  background-color: #b42b7a;
  width: 100%;
}
.friend .white {
  padding: 20.3rem 3.4rem 5.6rem 3.4rem;
  max-width: 50rem;
}
.friend .white h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #707070;
}
.friend .white p {
  color: #707070;
  font-weight: 300;
  font-size: 1.5rem;
}
.friend .white p .strong {
  font-weight: bold;
}
.friend .white .contract_address {
  display: flex;
  flex-direction: column;
  position: relative;
}
.friend .white .contract_address label {
  font-size: 1.5rem;
  font-weight: bold;
  color: #707070;
}
.friend .white .contract_address input {
  border: solid 0.5px #707070;
  background-color: #fff;
  padding: 0.3rem 0.7rem;
  height: 2.7rem;
  font-size: 1.1rem;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.friend .white .contract_address img {
  width: 1.5rem;
  height: 2rem;
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
}
.social {
  display: flex;
  background-color: #714960;
  padding: 1.1rem 2.3rem 2.7rem 8.7rem;
  align-items: center;
  justify-content: center;
}
.social .text_content {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 0.7rem;
  max-width: 50rem;
}
.social .text_content img {
  position: absolute;
  width: 5.9rem;
  height: 10rem;
  left: -6.82rem;
  top: -4.1rem;
}
.social .text_content .text_small {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2rem;
}
.social .text_content .text {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}
.future {
  display: flex;
  flex-direction: column;
  height: 35.88rem;
  position: relative;
  background-image: url("../assets/future_bg.png");
  background-repeat: no-repeat;
  background-position: center calc(50%);
  background-size: cover;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0 2.5rem 0;
}
.future .etf {
  position: absolute;
  left: -2rem;
  top: 9.7rem;
}
.future .etf img {
  width: 14.1rem;
  height: 16.56rem;
}
.future .heading img {
  height: 7.8rem;
}
.future .subheading img {
  height: 3.2rem;
}
.suitup {
  background-color: #b78a91;
  display: flex;
  flex-direction: column;
  padding: 0 0 2.38 0;
  align-items: center;
  justify-content: center;
}
.suitup .avatar img {
  width: 35.58rem;
}
.suitup .description {
  background-color: #30273f;
  height: 16.58rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -6rem;
  color: #fff;
  font-family: "Eurostile";
  font-weight: bold;
  text-transform: uppercase;
  gap: 0;
}
.suitup .description .up {
  font-size: 2.2rem;
}
.suitup .description .ballzack {
  font-size: 5rem;
  line-height: normal;
}
.suitup .description .time {
  font-size: 2.2rem;
}
.space {
  display: flex;
  flex-direction: column;
  height: 40.42rem;
  background-image: url("../assets/life_bg.png");
  background-repeat: no-repeat;
  background-position: center calc(50%);
  background-size: cover;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 0 1.2rem 0;
  font-family: "Eurostile";
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.space .heading {
  font-size: 2.4rem;
  max-width: 19.5rem;
  line-height: 1.17;
  text-shadow: 0 0.3rem 0.6rem #000;
}
.space .subheading {
  font-size: 1.8rem;
  max-width: 27rem;
  line-height: 1.11;
  text-shadow: 0 0.3rem 0.6rem #000;
}

.team {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5.2rem 1.7rem 6.5rem 1.7rem;
}
.team h2 {
  font-family: "Eurostile";
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  max-width: 21.8rem;
  line-height: 1.2;
}
.team .mobile_listt {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.team .mobile_list .line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.team .mobile_list .line .line_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 0.5rem;
  height: 19rem;
}
.team .mobile_list .line .line_item img.wallstreet {
  max-width: 11.2rem;
}
.team .mobile_list .line .line_item.strategic {
  max-width: 17.2rem;
  margin-left: -5.5rem;
}
.team .mobile_list .line .line_item img.strategic {
  max-width: 17.2rem;
}
.team .mobile_list .line .line_item.peaky {
  margin-left: -5.5rem;
}
.team .mobile_list .line .line_item img.peaky {
  max-width: 7.3rem;
}
.team .mobile_list .line .line_item img.maga {
  max-width: 7.4rem;
}
.team .mobile_list .line .line_item img.hat {
  max-width: 9.2rem;
}
.team .mobile_list .line .line_item img.chugging {
  max-width: 10.5rem;
}
.team .mobile_list .line .line_item img.virtual {
  max-width: 6.7rem;
}
.team .mobile_list .line .line_item img.podcast {
  max-width: 10.2rem;
}
.team .mobile_list .line .line_item img.president {
  max-width: 10rem;
}
.team .mobile_list .line .line_item img.musky {
  max-width: 7.6rem;
}
.team .mobile_list .line .line_item img.peped {
  max-width: 6.7rem;
}
.team .mobile_list .line .line_item img.crispy {
  max-width: 6.6rem;
}
.team .mobile_list .line .line_item img.dragon {
  max-width: 10.2rem;
}
.team .mobile_list .line .line_item img.diamon {
  max-width: 6.4rem;
}
.team .mobile_list .line .line_item img.angry {
  max-width: 6.7rem;
}
.team .mobile_list .line .line_item img.dj {
  max-width: 8.1rem;
}
.team .mobile_list .line .line_item img.barack {
  max-width: 9.6rem;
}
.team .mobile_list .line .line_item img.ripped {
  max-width: 6.6rem;
}
.team .mobile_list .line .line_item img.hairy {
  max-width: 10.4rem;
}
.team .mobile_list .line .line_item img.smokey {
  max-width: 8.3rem;
  margin-left: -3rem;
}
.team .mobile_list .line .line_item img.get {
  max-width: 8.1rem;
}
.team .mobile_list .line .line_item img.amp {
  max-width: 6.4rem;
}
.team .mobile_list .line .line_item.special {
  justify-content: space-between;
  padding-top: 2rem;
}
.team .mobile_list .line .line_item img.shaven {
  max-width: 6.6rem;
}
.team .mobile_list .line .line_item img.waxed {
  max-width: 6.7rem;
}
.team .mobile_list .line .line_item img.inverted {
  max-width: 6.5rem;
}
.team .mobile_list .line .line_item img.rotated {
  max-width: 6.6rem;
}
.team .mobile_list .line .line_item p {
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -0.13px;
  text-align: center;
  max-width: 6rem;
}

.buy {
  background-color: #f49595;
  padding: 5.4rem 0 2.2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.buy h2 {
  font-family: "Eurostile";
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-shadow: 0 1.5px 3px #000;
  text-align: center;
  max-width: 20.8rem;
  line-height: 1.2;
}
.buy .mobile_howto {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  max-width: 60rem;
  width: 100%;
}
.buy .mobile_howto .howto_phantom {
  justify-content: flex-start;
  display: flex;
  padding: 0 1.4rem;
}
.buy .mobile_howto .circle {
  background-color: #fff;
  width: 25.6rem;
  height: 25.6rem;
  border-radius: 12.8rem;
  border: 1rem solid #707070;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  padding: 0.6rem 3rem 0 3rem;
}
.buy .mobile_howto .howto_phantom .circle img {
  width: 8.8rem;
  height: 8.9rem;
}
.buy .mobile_howto .circle h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #6f7070;
  text-transform: uppercase;
  text-align: center;
}
.buy .mobile_howto .circle p {
  font-size: 1.2rem;
  color: #6f7070;
  text-align: center;
  line-height: 1.2;
}
.buy .mobile_howto .howto_phantom .icon {
  margin-left: -5rem;
  margin-top: 9.6rem;
}
.buy .mobile_howto .howto_phantom .icon img {
  width: 13.4rem;
}
.buy .mobile_howto .howto_sol {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  padding: 0 1.4rem;
}
.buy .mobile_howto .howto_sol .circle img {
  width: 8.8rem;
  height: 8.8rem;
}
.buy .mobile_howto .howto_sol .icon {
  margin-left: -8rem;
  margin-bottom: 0rem;
}
.buy .mobile_howto .howto_sol .icon img {
  width: 11.9rem;
}
.buy .mobile_howto .howto_buy {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  padding: 0 1.4rem;
}
.buy .mobile_howto .howto_buy .circle img {
  width: 8.5rem;
  height: 8.5rem;
}
.buy .mobile_howto .howto_buy .icon {
  margin-left: -10rem;
  margin-bottom: -2rem;
}
.buy .mobile_howto .howto_buy .icon img {
  width: 20.6rem;
}
.buy .mobile_howto .howto_address {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 1.4rem;
}
.buy .mobile_howto .howto_address label {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.buy .mobile_howto .howto_address input {
  border: solid 0.5px #707070;
  background-color: #fff;
  padding: 0.3rem 0.7rem;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 1.2rem;
  text-align: center;
  height: 2.9rem;
  border-radius: 2rem;
}
.buy .mobile_howto .howto_address img {
  width: 1.64rem;
  height: 1.86rem;
  position: absolute;
  right: 1.9rem;
  bottom: 0.5rem;
}
.buy .mobile_howto .howto_wallet {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  padding: 0 1.4rem;
}
.buy .mobile_howto .howto_wallet .circle img {
  width: 8.5rem;
  height: 8.5rem;
}
.buy .mobile_howto .howto_wallet .icon {
  margin-left: -2rem;
  margin-bottom: 2rem;
}
.buy .mobile_howto .howto_wallet .icon img {
  width: 7.9rem;
}
.buy .mobile_howto .howto_community {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  height: 26.8rem;
  align-items: center;
  justify-content: flex-start;
  padding-top: 2rem;
  background-image: url("../assets/ellipse.png");
  background-repeat: no-repeat;
  background-position: center calc(50%);
  background-size: cover;
}
.buy .mobile_howto .howto_community h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #6f7070;
}
.buy .mobile_howto .howto_community p {
  max-width: 32.3rem;
  font-size: 1.2rem;
  color: #6f7070;
  text-align: center;
  line-height: 1.2;
}
.boss {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  height: 20.9rem;
  margin-top: -15.9rem;
}
.boss img {
  width: 19.6rem;
}
.boss a img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1.75rem;
  box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
  margin-top: 2.9rem;
}
.footer {
  display: flex;
  flex-direction: column;
  padding: 0 2rem 8.4rem 2rem;
  align-items: center;
  justify-content: center;
  margin-top: -12rem;
}
.footer .top_image {
  margin-left: -27rem;
}
.footer .top_image img {
  width: 9.2rem;
}

.footer .bottom_image img {
  height: 12.3rem;
}
.mobile_flex_full_center {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
  .header {
    height: 7.6rem;
  }
  .header h1 {
    font-size: 2.5rem;
    text-align: left;
    padding: 2rem 0 2rem 3.1rem;
  }

  .intro {
    padding: 2.5rem 4.2rem 1.9rem 4.8rem;
    flex-direction: row;
    gap: 1.1rem;
  }
  .intro .cta {
    display: block;
    position: absolute;
    top: -5rem;
    left: calc(50% + 25.5rem);
  }

  .intro .cta img {
    width: 13.9rem;
    height: 14.95rem;
  }
  .intro .hero {
    position: relative;
    margin-bottom: 3.1rem;
  }
  .intro .hero img {
    width: 42.3rem;
    height: 42.3rem;
  }
  .intro .hero .thatsright img {
    width: 28.75rem;
    height: 14.45rem;
    top: -6.5rem;
  }
  .intro .hero .wegotyou img {
    width: 23.75rem;
    height: 6.45rem;
    bottom: -0.7rem;
  }
  .intro .contract {
    flex-direction: column;
    gap: 3.1rem;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
  }
  .intro .contract img {
    max-width: 21.4rem;
  }
  .intro .contract img:nth-child(1) {
    height: 10.45rem;
  }
  .intro .contract img:nth-child(2) {
    height: 10.8rem;
    max-width: 10.7rem;
  }
  .intro .liquid {
    flex-direction: column;
    gap: 2.1rem;
    align-items: center;
    justify-content: center;
    margin-left: 1.8rem;
  }
  .intro .liquid img {
    height: 10.85rem;
    max-width: 19.6rem;
  }
  .intro .liquid img:nth-child(2) {
    height: 10.8rem;
    max-width: 18.2rem;
  }

  .friend {
  }
  .friend .frens {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 89.25rem;
    height: 42.95rem;
    top: 3.25rem;
  }
  .friend .friend_social_btn {
    left: calc(50% + 40rem);
    top: 14.7rem;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    gap: 0;
  }
  .friend .friend_social_btn a {
    display: block;
    margin-right: 1.5rem;
  }
  .friend .friend_social_btn .twitter_cta img {
    width: 3.4rem;
    margin: 0;
  }
  .friend .friend_social_btn .telegram_cta img {
    width: 3.4rem;
    margin: 0;
  }
  .friend .pink {
    height: 23rem;
  }
  .friend .white {
    padding: 20.3rem 3.4rem 5.6rem 6.4rem;
    max-width: 58rem;
  }
  .friend .white h2 {
    font-size: 1.75rem;
  }
  .friend .white p {
    font-size: 1.5rem;
  }
  .friend .white p .strong {
  }
  .friend .white .contract_address {
    flex-direction: row;
  }
  .friend .white .contract_address label {
    font-size: 1.5rem;
    margin-right: 0.5rem;
  }
  .friend .white .contract_address input {
    border: solid 0.5px #707070;
    background-color: #fff;
    font-size: 1.5rem;
    padding: 0.15rem 0.35rem;
    height: 2.85rem;
    flex: 1;
    box-shadow: inset 0 0 05rem rgba(0, 0, 0, 0.3);
  }
  .friend .white .contract_address img {
    width: 1.9rem;
    height: 2.4rem;
    right: 0.15rem;
    bottom: 0.15rem;
  }
  .social {
    padding: 2.8rem 16.35rem 3.7rem 28.85rem;
  }
  .social .text_content {
    gap: 1.5rem;
    max-width: 100%;
  }
  .social .text_content img {
    width: 10.35rem;
    height: 18rem;
    left: -22rem;
    top: -11rem;
  }
  .social .text_content .text_small {
    font-size: 1.5rem;
  }
  .social .text_content .text {
    font-size: 2rem;
  }
  .future {
    height: 53.8rem;
    padding: 1.2rem 0 3.7rem 0;
  }
  .future .etf {
    position: absolute;
    left: 2.55rem;
    top: 12.2rem;
  }
  .future .etf img {
    width: 31.75rem;
    height: 31.25rem;
  }
  .future .heading img {
    height: 12.9rem;
  }
  .future .subheading img {
    height: 6rem;
  }
  .suitup {
    padding: 0 0 3.75 0;
  }
  .suitup .avatar {
    z-index: 2;
    position: relative;
  }
  .suitup .avatar img {
    width: 51rem;
  }
  .suitup .description {
    z-index: 1;
    height: 25.1rem;
    margin-top: -8rem;
  }
  .suitup .avatar .up {
    font-size: 3.5rem;
    position: absolute;
    bottom: -1rem;
    left: calc(50% - 6rem);
    color: #fff;
    font-weight: bold;
    font-family: "Eurostile";
    text-transform: uppercase;
  }
  .suitup .description .ballzack {
    margin-top: 8rem;
    font-size: 7.5rem;
    line-height: normal;
  }
  .suitup .description .time {
    font-size: 3.5rem;
  }
  .space {
    height: 53.95rem;
    padding: 4.4rem 0 3.2rem 0;
  }
  .space .heading {
    font-size: 3.5rem;
    max-width: none;
    line-height: none;
    text-shadow: 0 0.15rem 0.3rem #000;
  }
  .space .subheading {
    font-size: 2.75rem;
    max-width: none;
    line-height: none;
    text-shadow: 0 0.15rem 0.3rem #000;
  }

  .team {
    padding: 3.75rem 2.8rem 2.95rem 0.95rem;
  }
  .team h2 {
    font-size: 2.75rem;
    color: #575252;
    max-width: none;
    line-height: none;
  }
  .team .desktop_list {
    display: flex;
    flex-direction: column;
    gap: 1.85rem;
  }
  .team .desktop_list .line {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
  }
  .team .desktop_list .line .line_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 0.35rem;
    height: 16rem;
  }
  .team .desktop_list .line .line_item img.wallstreet {
    max-width: 10rem;
  }
  .team .desktop_list .line .line_item.strategic {
    max-width: 14.45rem;
    margin-left: -5.25rem;
  }
  .team .desktop_list .line .line_item img.strategic {
    max-width: 14.45rem;
  }
  .team .desktop_list .line .line_item.peaky {
    margin-left: -4.25rem;
  }
  .team .desktop_list .line .line_item img.peaky {
    max-width: 6.1rem;
  }
  .team .desktop_list .line .line_item img.maga {
    max-width: 6.2rem;
  }
  .team .desktop_list .line .line_item img.hat {
    max-width: 7.8rem;
  }
  .team .desktop_list .line .line_item img.chugging {
    max-width: 9.7rem;
  }
  .team .desktop_list .line .line_item.virtual {
    margin-left: -1rem;
  }
  .team .desktop_list .line .line_item img.virtual {
    max-width: 5.55rem;
  }
  .team .desktop_list .line .line_item img.podcast {
    max-width: 8.55rem;
  }
  .team .desktop_list .line .line_item img.president {
    max-width: 8.45rem;
  }
  .team .desktop_list .line .line_item img.musky {
    max-width: 6.4rem;
  }
  .team .desktop_list .line .line_item img.peped {
    max-width: 5.6rem;
  }
  .team .desktop_list .line .line_item img.crispy {
    max-width: 5.55rem;
  }
  .team .desktop_list .line .line_item.dragon {
    margin-left: -1.55rem;
  }
  .team .desktop_list .line .line_item img.dragon {
    max-width: 8.5rem;
  }
  .team .desktop_list .line .line_item img.diamon {
    max-width: 5.5rem;
  }
  .team .desktop_list .line .line_item img.angry {
    max-width: 5.6rem;
  }
  .team .desktop_list .line .line_item img.dj {
    max-width: 6.85rem;
  }
  .team .desktop_list .line .line_item.barack {
    margin-left: -2rem;
  }
  .team .desktop_list .line .line_item img.barack {
    max-width: 7.95rem;
  }
  .team .desktop_list .line .line_item img.ripped {
    max-width: 5.6rem;
  }
  .team .desktop_list .line .line_item img.hairy {
    max-width: 8.65rem;
  }
  .team .desktop_list .line .line_item img.smokey {
    max-width: 6.95rem;
    margin-left: -1.5rem;
  }
  .team .desktop_list .line .line_item img.get {
    max-width: 6.75rem;
  }
  .team .desktop_list .line .line_item img.amp {
    max-width: 5.3rem;
  }
  .team .desktop_list .line .line_item.special {
    justify-content: space-between;
    padding-top: 3rem;
  }
  .team .desktop_list .line .line_item img.shaven {
    max-width: 5.6rem;
  }
  .team .desktop_list .line .line_item img.waxed {
    max-width: 5.55rem;
  }
  .team .desktop_list .line .line_item img.inverted {
    max-width: 5.55rem;
  }
  .team .desktop_list .line .line_item img.rotated {
    max-width: 5.55rem;
  }
  .team .desktop_list .line .line_item p {
    font-size: 0.95rem;
    font-weight: bold;
    line-height: 1.16;
    letter-spacing: -0.24px;
    max-width: 6rem;
    text-align: center;
  }

  .buy {
    padding: 4.4rem 0 3.7rem 0;
  }
  .buy h2 {
    font-size: 2.75rem;
    text-align: center;
    max-width: none;
    line-height: normal;
  }
  .buy .desktop_howto {
    display: flex;
    flex-direction: column;
    gap: 1.45rem;
    max-width: none;
    align-items: center;
    justify-content: center;
  }
  .buy .desktop_howto .desktop_howto_line {
    display: flex;
    flex-direction: row;
    gap: 1.65rem;
  }
  .buy .desktop_howto .desktop_howto_line.second_line {
    margin-left: 2rem;
  }
  .buy .desktop_howto .howto_phantom {
    justify-content: flex-start;
    display: flex;
    padding: 0 0.7rem;
  }
  .buy .desktop_howto .circle {
    background-color: #fff;
    width: 31.85rem;
    height: 31.85rem;
    border-radius: 15.925rem;
    align-items: center;
    border: 1rem solid #707070;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    padding: 1.65rem 5.5rem 0 5.5rem;
  }
  .buy .desktop_howto .howto_phantom .circle img {
    width: 10.8rem;
    height: 10.8rem;
  }
  .buy .desktop_howto .circle h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #6f7070;
    text-transform: uppercase;
    text-align: center;
  }
  .buy .desktop_howto .circle p {
    font-size: 1.5rem;
    color: #6f7070;
    text-align: center;
    line-height: 1.2;
  }
  .buy .desktop_howto .howto_phantom .icon {
    margin-left: -6rem;
    margin-top: 11.65rem;
  }
  .buy .desktop_howto .howto_phantom .icon img {
    width: 16.3rem;
  }
  .buy .desktop_howto .howto_sol {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    padding: 0 0.7rem;
  }
  .buy .desktop_howto .howto_sol .circle img {
    width: 10.8rem;
    height: 10.8rem;
  }
  .buy .desktop_howto .howto_sol .icon {
    margin-left: -9rem;
    margin-bottom: 0rem;
  }
  .buy .desktop_howto .howto_sol .icon img {
    width: 14.45rem;
  }
  .buy .desktop_howto .howto_buy {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
    padding: 0 0.7rem;
  }
  .buy .desktop_howto .howto_buy .circle img {
    width: 10.8rem;
    height: 10.8rem;
  }
  .buy .desktop_howto .howto_buy .icon {
    margin-left: -11.75rem;
    margin-bottom: -1.2rem;
  }
  .buy .desktop_howto .howto_buy .icon img {
    width: 25rem;
  }
  .buy .desktop_howto .howto_address {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 0.7rem;
    align-items: center;
    justify-content: center;
  }
  .buy .desktop_howto .howto_address .howto_address_container {
    position: relative;
    width: 52.9rem;
    display: flex;
    flex-direction: column;
  }
  .buy .desktop_howto .howto_address label {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .buy .desktop_howto .howto_address input {
    border: solid 0.5px #707070;
    padding: 0.75rem;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 1rem;
    border: solid 0.5px #707070;
    background-color: #f8acac;
    font-size: 1.5rem;
    height: 3.55rem;
    text-align: center;
  }
  .buy .desktop_howto .howto_address img {
    width: 2rem;
    height: 2.25rem;
    position: absolute;
    right: 2.5rem;
    bottom: 0.65rem;
  }
  .buy .desktop_howto .howto_wallet {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    padding: 0 0.7rem;
    margin-left: -3rem;
  }
  .buy .desktop_howto .howto_wallet .circle {
    padding: 1.65rem 1.5rem 0 1.5rem;
  }
  .buy .desktop_howto .howto_wallet .circle img {
    width: 10.8rem;
    height: 10.8rem;
  }
  .buy .desktop_howto .howto_wallet .icon {
    margin-left: -2.25rem;
    margin-bottom: 2.7rem;
  }
  .buy .desktop_howto .howto_wallet .icon img {
    width: 9.6rem;
  }
  .buy .desktop_howto .howto_community {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    height: 29.7rem;
    background-color: #fff;
    width: 75.45rem;
    align-items: center;
    justify-content: flex-start;
    padding-top: 2rem;
    border-radius: 50%;
    border: 1rem solid #6f7070;
  }
  .buy .desktop_howto .howto_community h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #6f7070;
  }
  .buy .desktop_howto .howto_community p {
    max-width: 54.4rem;
    font-size: 1.5rem;
    color: #6f7070;
    text-align: center;
    line-height: 1.2;
  }
  .boss {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    height: 23.6rem;
    margin-top: -18.75rem;
    background-color: #fff;
  }
  .boss img {
    width: 22.15rem;
  }
  .boss a img {
    width: 7.35rem;
    height: 7.35rem;
    border-radius: 1.75rem;
    margin-top: 1.65rem;
    box-shadow: none;
  }
  .footer {
    display: flex;
    flex-direction: row;
    padding: 0 1rem 4.2rem 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 2.5rem;
  }
  .footer .top_image {
    margin-left: 0;
    margin-right: 2.8rem;
    margin-top: -5.5rem;
  }
  .footer .top_image img {
    width: 7.5rem;
  }
  .footer .bottom_image img {
    height: 6.75rem;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    height: 13.6rem;
  }
  .header h1 {
    font-size: 4rem;
    padding: 4rem 0 4rem 5.1rem;
  }

  .intro {
    padding: 4rem 8.7rem 2.9rem 10.3rem;
    gap: 2.6rem;
  }
  .intro .cta {
    top: -9rem;
    left: calc(50% + 53.5rem);
  }
  .intro .cta img {
    width: 27.8rem;
    height: 29.9rem;
  }
  .intro .hero {
    margin-bottom: 5.1rem;
  }
  .intro .hero img {
    width: 83.6rem;
    height: 83.6rem;
  }
  .intro .hero .thatsright img {
    width: 57.5rem;
    height: 29.3rem;
    top: -12.5rem;
  }
  .intro .hero .wegotyou img {
    width: 47.5rem;
    height: 12.9rem;
    bottom: -4.7rem;
  }
  .intro .contract {
    gap: 6.1rem;
  }
  .intro .contract img {
    max-width: 41.4rem;
  }
  .intro .contract img:nth-child(1) {
    height: 20.9rem;
  }
  .intro .contract img:nth-child(2) {
    height: 21.6rem;
    max-width: 21.4rem;
  }
  .intro .liquid {
    gap: 4.2rem;
    margin-left: 3.6rem;
  }
  .intro .liquid img {
    height: 21.7rem;
    max-width: 39.2rem;
  }
  .intro .liquid img:nth-child(2) {
    height: 21.6rem;
    max-width: 36.4rem;
  }

  .friend {
  }
  .friend .frens {
    width: 178.5rem;
    height: 85.9rem;
    top: 6.5rem;
  }
  .friend .friend_social_btn {
    left: calc(50% + 80rem);
    top: 29.7rem;
    transform: translateX(-50%);
    gap: 0;
  }
  .friend .friend_social_btn a {
    margin-right: 3rem;
  }
  .friend .friend_social_btn .twitter_cta img {
    width: 6.8rem;
    margin: 0;
  }
  .friend .friend_social_btn .telegram_cta img {
    width: 6.8rem;
    margin: 0;
  }
  .friend .pink {
    height: 46rem;
  }
  .friend .white {
    padding: 31.1rem 3.4rem 15.8rem 6.4rem;
    max-width: 93rem;
  }
  .friend .white h2 {
    font-size: 3.5rem;
  }
  .friend .white p {
    font-size: 3rem;
  }
  .friend .white p .strong {
  }
  .friend .white .contract_address {
  }
  .friend .white .contract_address label {
    font-size: 3rem;
    margin-right: 1rem;
  }
  .friend .white .contract_address input {
    border: solid 0.5px #707070;
    font-size: 2rem;
    padding: 0.3rem 0.7rem;
    height: 5.7rem;
    box-shadow: inset 0 0 1rem rgba(0, 0, 0, 0.3);
  }
  .friend .white .contract_address img {
    width: 3.8rem;
    height: 4.8rem;
    right: 0.3rem;
    bottom: 0.3rem;
  }
  .social {
    padding: 5.6rem 32.7rem 7.4rem 57.7rem;
  }
  .social .text_content {
    gap: 2.9rem;
    max-width: 100%;
  }
  .social .text_content img {
    width: 20.7rem;
    height: 36rem;
    left: -44rem;
    top: -22rem;
  }
  .social .text_content .text_small {
    font-size: 3rem;
  }
  .social .text_content .text {
    font-size: 4rem;
  }
  .future {
    height: 107.6rem;
    padding: 2.4rem 0 7.4rem 0;
  }
  .future .etf {
    left: 5.1rem;
    top: 24.4rem;
  }
  .future .etf img {
    width: 63.5rem;
    height: 62.5rem;
  }
  .future .heading img {
    height: 25.8rem;
  }
  .future .subheading img {
    height: 12rem;
  }
  .suitup {
    padding: 0 0 7.5 0;
  }
  .suitup .avatar {
  }
  .suitup .avatar img {
    width: 102rem;
  }
  .suitup .description {
    height: 50.2rem;
    margin-top: -16rem;
  }
  .suitup .avatar .up {
    font-size: 7rem;
    bottom: -2rem;
    left: calc(50% - 12rem);
  }
  .suitup .description .ballzack {
    margin-top: 16rem;
    font-size: 15rem;
  }
  .suitup .description .time {
    font-size: 7rem;
  }
  .space {
    height: 107.9rem;
    padding: 8.8rem 0 6.4rem 0;
  }
  .space .heading {
    font-size: 7rem;
    text-shadow: 0 0.3rem 0.6rem #000;
  }
  .space .subheading {
    font-size: 5.5rem;
    text-shadow: 0 0.3rem 0.6rem #000;
  }

  .team {
    padding: 7.5rem 5.6rem 5.9rem 1.7rem;
  }
  .team h2 {
    font-size: 5.5rem;
  }
  .team .desktop_list {
    gap: 3.7rem;
  }
  .team .desktop_list .line {
    gap: 0.7rem;
  }
  .team .desktop_list .line .line_item {
    gap: 0.5rem;
    height: 32rem;
  }
  .team .desktop_list .line .line_item img.wallstreet {
    max-width: 20rem;
  }
  .team .desktop_list .line .line_item.strategic {
    max-width: 28.9rem;
    margin-left: -10.5rem;
  }
  .team .desktop_list .line .line_item img.strategic {
    max-width: 28.9rem;
  }
  .team .desktop_list .line .line_item.peaky {
    margin-left: -8.5rem;
  }
  .team .desktop_list .line .line_item img.peaky {
    max-width: 12.2rem;
  }
  .team .desktop_list .line .line_item img.maga {
    max-width: 12.4rem;
  }
  .team .desktop_list .line .line_item img.hat {
    max-width: 15.6rem;
  }
  .team .desktop_list .line .line_item img.chugging {
    max-width: 19.4rem;
  }
  .team .desktop_list .line .line_item.virtual {
    margin-left: -2rem;
  }
  .team .desktop_list .line .line_item img.virtual {
    max-width: 11.1rem;
  }
  .team .desktop_list .line .line_item img.podcast {
    max-width: 17.1rem;
  }
  .team .desktop_list .line .line_item img.president {
    max-width: 16.9rem;
  }
  .team .desktop_list .line .line_item img.musky {
    max-width: 12.8rem;
  }
  .team .desktop_list .line .line_item img.peped {
    max-width: 11.2rem;
  }
  .team .desktop_list .line .line_item img.crispy {
    max-width: 11.1rem;
  }
  .team .desktop_list .line .line_item.dragon {
    margin-left: -3.1rem;
  }
  .team .desktop_list .line .line_item img.dragon {
    max-width: 17rem;
  }
  .team .desktop_list .line .line_item img.diamon {
    max-width: 11rem;
  }
  .team .desktop_list .line .line_item img.angry {
    max-width: 11.2rem;
  }
  .team .desktop_list .line .line_item img.dj {
    max-width: 13.7rem;
  }
  .team .desktop_list .line .line_item.barack {
    margin-left: -4rem;
  }
  .team .desktop_list .line .line_item img.barack {
    max-width: 15.9rem;
  }
  .team .desktop_list .line .line_item img.ripped {
    max-width: 11.2rem;
  }
  .team .desktop_list .line .line_item img.hairy {
    max-width: 17.3rem;
  }
  .team .desktop_list .line .line_item img.smokey {
    max-width: 13.9rem;
    margin-left: -3rem;
  }
  .team .desktop_list .line .line_item img.get {
    max-width: 13.5rem;
  }
  .team .desktop_list .line .line_item img.amp {
    max-width: 10.6rem;
  }
  .team .desktop_list .line .line_item.special {
    padding-top: 6rem;
  }
  .team .desktop_list .line .line_item img.shaven {
    max-width: 11.2rem;
  }
  .team .desktop_list .line .line_item img.waxed {
    max-width: 11.1rem;
  }
  .team .desktop_list .line .line_item img.inverted {
    max-width: 11.1rem;
  }
  .team .desktop_list .line .line_item img.rotated {
    max-width: 11.1rem;
  }
  .team .desktop_list .line .line_item p {
    font-size: 1.9rem;
    line-height: 1.16;
    letter-spacing: -0.24px;
    max-width: 12rem;
  }

  .buy {
    padding: 8.8rem 0 7.4rem 0;
  }
  .buy h2 {
    font-size: 5.5rem;
  }
  .buy .desktop_howto {
    gap: 2.9rem;
  }
  .buy .desktop_howto .desktop_howto_line {
    gap: 3.3rem;
  }
  .buy .desktop_howto .desktop_howto_line.second_line {
    margin-left: 4rem;
  }
  .buy .desktop_howto .howto_phantom {
    padding: 0 1.4rem;
  }
  .buy .desktop_howto .circle {
    width: 63.7rem;
    height: 63.7rem;
    border-radius: 31.85rem;
    border: 1rem solid #707070;
    padding: 3.3rem 11rem 0 11rem;
  }
  .buy .desktop_howto .howto_phantom .circle img {
    width: 21.6rem;
    height: 21.6rem;
  }
  .buy .desktop_howto .circle h3 {
    font-size: 3rem;
  }
  .buy .desktop_howto .circle p {
    font-size: 3rem;
    line-height: 1.2;
  }
  .buy .desktop_howto .howto_phantom .icon {
    margin-left: -12rem;
    margin-top: 23.3rem;
  }
  .buy .desktop_howto .howto_phantom .icon img {
    width: 32.6rem;
  }
  .buy .desktop_howto .howto_sol {
    padding: 0 1.4rem;
  }
  .buy .desktop_howto .howto_sol .circle img {
    width: 21.6rem;
    height: 21.6rem;
  }
  .buy .desktop_howto .howto_sol .icon {
    margin-left: -18rem;
    margin-bottom: 0rem;
  }
  .buy .desktop_howto .howto_sol .icon img {
    width: 28.9rem;
  }
  .buy .desktop_howto .howto_buy {
    padding: 0 1.4rem;
  }
  .buy .desktop_howto .howto_buy .circle img {
    width: 21.6rem;
    height: 21.6rem;
  }
  .buy .desktop_howto .howto_buy .icon {
    margin-left: -23rem;
    margin-bottom: -2.4rem;
  }
  .buy .desktop_howto .howto_buy .icon img {
    width: 50rem;
  }
  .buy .desktop_howto .howto_address {
    padding: 0 1.4rem;
  }
  .buy .desktop_howto .howto_address .howto_address_container {
    width: 105.8rem;
  }
  .buy .desktop_howto .howto_address label {
    font-size: 3rem;
  }
  .buy .desktop_howto .howto_address input {
    border: solid 0.5px #707070;
    padding: 1.5rem;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 2rem;
    border: solid 0.5px #707070;
    font-size: 3rem;
    height: 7.1rem;
  }
  .buy .desktop_howto .howto_address img {
    width: 4rem;
    height: 4.5rem;
    right: 5rem;
    bottom: 1.3rem;
  }
  .buy .desktop_howto .howto_wallet {
    padding: 0 1.4rem;
    margin-left: -6rem;
  }
  .buy .desktop_howto .howto_wallet .circle {
    padding: 3.3rem 3rem 0 3rem;
  }
  .buy .desktop_howto .howto_wallet .circle img {
    width: 21.6rem;
    height: 21.6rem;
  }
  .buy .desktop_howto .howto_wallet .icon {
    margin-left: -4.5rem;
    margin-bottom: 5.4rem;
  }
  .buy .desktop_howto .howto_wallet .icon img {
    width: 19.2rem;
  }
  .buy .desktop_howto .howto_community {
    margin-top: 2rem;
    height: 59.4rem;
    width: 150.9rem;
    padding-top: 5.5rem;
    border-radius: 50%;
    border: 1rem solid #6f7070;
    background-color: #fff;
  }
  .buy .desktop_howto .howto_community h3 {
    font-size: 3rem;
  }
  .buy .desktop_howto .howto_community p {
    max-width: 108.8rem;
    font-size: 3rem;
    line-height: 1.2;
  }
  .boss {
    height: 47.2rem;
    margin-top: -37.5rem;
  }
  .boss img {
    width: 44.3rem;
  }
  .boss a img {
    width: 14.7rem;
    height: 14.7rem;
    border-radius: 73.5rem;
    margin-top: 3.3rem;
  }
  .footer {
    padding: 0 2rem 8.4rem 2rem;
    margin-top: 5rem;
  }
  .footer .top_image {
    margin-left: 0;
    margin-right: 5.6rem;
    margin-top: -11rem;
  }
  .footer .top_image img {
    width: 15rem;
  }
  .footer .bottom_image img {
    height: 13.5rem;
  }
}
