@font-face {
  font-family: Futura round;
  src: url('../fonts/Futura-Round.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura round;
  src: url('../fonts/Futura-Round-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange-red: #ff571b;
  --black-2: #222;
  --dim-grey-2: #49494a;
  --black: #333339;
  --dim-grey: #49494acc;
  --accent-red: #fe4752;
  --white-smoke: #f3f4f4;
  --black-3: #222222de;
  --dark-slate-grey: #444;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section {
  background-color: #fff;
  width: 100vh;
  height: 100vh;
  display: block;
}

.body {
  background-color: #fff;
  overflow: visible;
}

.section-2 {
  background-color: #fff;
  min-height: 500px;
}

.header-section {
  background-image: linear-gradient(272deg, #eaecf3 44%, #fff);
  width: auto;
  height: 100vh;
  min-height: auto;
  padding-bottom: 20px;
  position: static;
  overflow: hidden;
}

.container-1 {
  text-align: left;
  object-fit: fill;
  width: 1200px;
  min-width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.container-1.final-cta {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-1.nav {
  flex-direction: column;
  width: 1328px;
  min-width: auto;
  max-width: none;
  display: flex;
}

.container-1.nav.navigation {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  border: 1px #000;
  flex-direction: row;
  align-items: flex-start;
  width: 1200px;
  display: block;
  position: static;
  overflow: visible;
}

.container-1.navv {
  border: 1px #000;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 1328px;
  min-width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.container-1.community-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container {
  object-fit: fill;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 1328px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: static;
}

.navbar {
  background-color: #0000;
  border: 1px #00000024;
  border-bottom-style: solid;
  justify-content: center;
  align-items: center;
  width: 1328px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.navbar.platform {
  display: block;
}

.image {
  max-width: none;
  min-height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 13px;
  padding-bottom: 0;
}

.nav-link {
  color: #333;
  padding: 30px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 17px;
  transition: all .2s;
  display: none;
}

.nav-link:hover {
  color: #fe6b00;
}

.nav-link.about-old, .nav-link.woofenomics-old, .nav-link.team-old {
  display: none;
}

.nav-link-2, .nav-link-3 {
  padding-top: 11px;
  padding-bottom: 11px;
}

.header-cta-button {
  color: #fff;
  text-align: center;
  background-color: #ff571b;
  background-image: none;
  border-radius: 15px;
  min-width: auto;
  min-height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 20px;
  padding: 15px 25px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 0 10px 2px #fe6b004f;
}

.header-cta-button:hover {
  box-shadow: 0 0 20px 3px #ff571b6b;
}

.header-cta-button.woof-page {
  display: none;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.brand {
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}

.brand.w--current {
  padding-top: 8px;
  padding-bottom: 0;
}

.header-flex-box {
  background-color: #0000;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-wrapper {
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
}

.illustrations-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 55%;
  height: auto;
  margin-top: 40px;
  display: none;
}

.heading {
  color: var(--black-2);
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Futura round, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
}

.text-span {
  color: var(--orange-red);
}

.text-block {
  color: #49494ae0;
  margin-top: 25px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  display: none;
}

.buttons-wrapper {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.cta-button-red {
  color: #fff;
  background-image: linear-gradient(#ff4c58, #e6404a);
  border-radius: 50px;
  min-width: auto;
  margin-top: 60px;
  margin-right: 8px;
  padding: 18px 40px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 500;
  transition: all .2s;
}

.cta-button-red:hover {
  background-color: #0000;
  background-image: linear-gradient(#0000001c, #0000001c), linear-gradient(#ff4c58, #e6404a);
}

.cta-button-red.about-section-button {
  background-color: #ff571b;
  background-image: none;
  border-radius: 20px;
  margin-top: 35px;
  padding: 20px 30px;
  font-size: 17px;
}

.cta-button-red.about-section-button:hover {
  background-image: none;
  box-shadow: 0 0 20px #ff571b78;
}

.cta-button-red.footer {
  z-index: 5;
  background-color: var(--orange-red);
  color: #fff;
  background-image: none;
  border-radius: 20px;
  padding: 20px 30px;
  font-size: 17px;
  line-height: 27px;
  position: relative;
  overflow: hidden;
}

.cta-button-red.footer:hover {
  background-image: none;
  box-shadow: 1px 1px 20px 4px #ff571b73;
}

.cta-button-red.woofpack-button {
  background-color: #ff571b;
  background-image: none;
  border-radius: 20px;
  margin-top: 40px;
  padding: 20px 30px;
  font-size: 17px;
}

.cta-button-red.woofpack-button:hover {
  background-image: none;
  box-shadow: 0 0 20px #ff571b78;
}

.cta-button-secondary {
  color: #fe6b00;
  background-color: #0000;
  background-image: none;
  border: 2px solid #fe6b00;
  border-radius: 15px;
  min-width: auto;
  margin-left: 15px;
  margin-right: 0;
  padding: 16px 30px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 500;
  transition: all .2s;
}

.cta-button-secondary:hover {
  background-color: #fe6b000d;
}

.parnerships-wrapper {
  border: 1px #000;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: static;
  top: 40px;
}

.text-block-2 {
  color: #49494aa8;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  display: none;
}

.image-2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.about-section {
  background-color: var(--black-2);
  border-radius: 25px;
  height: auto;
  min-height: auto;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 140px;
  position: relative;
  top: -16px;
  overflow: hidden;
}

.arrow-wrapper {
  background-image: url('../images/arrow-background.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 280px;
  min-height: 150px;
  margin-bottom: -1px;
  margin-left: 20px;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.link-block {
  align-items: center;
  width: 60%;
  height: 100%;
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 45px;
  left: -2px;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-box-about {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.about-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: none;
  margin-top: 0;
  display: flex;
}

.about-images-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: 50%;
  height: auto;
  display: block;
  position: static;
  inset: 14% 0% 0% auto;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  font-family: Futura round, sans-serif;
  font-size: 56px;
  line-height: 66px;
}

.heading-2.woofverse-ehading {
  color: var(--black-2);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: block;
}

.text-span-2 {
  color: #ff571b;
}

.about-text {
  color: #fffffff2;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.button {
  margin-top: 35px;
}

.screenshots-wrapper {
  width: auto;
  height: 600px;
  margin-left: 58px;
  position: static;
  inset: 0% 0% 0% auto;
}

.image-4 {
  border-radius: 0;
  max-width: 80%;
  display: block;
  position: relative;
}

.image-5 {
  z-index: 1;
  border-radius: 0;
  max-width: 80%;
  display: block;
  position: relative;
  top: -275px;
  left: 166px;
}

.dog-with-laptop-illstration {
  z-index: 4;
  width: auto;
  max-width: none;
  display: none;
  position: relative;
  inset: -486px auto 0% 0%;
}

.woofenomics-section {
  background-color: var(--black);
  max-width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 100px;
  position: static;
  top: -60px;
  overflow: hidden;
}

.woofenomics-flex-box {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.chart-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.woofenomics-text {
  width: auto;
}

.chart-heading {
  color: #fffffff2;
  margin-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  display: none;
}

.chart-and-illustration {
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 30px;
  position: static;
}

.image-6 {
  width: auto;
  max-width: 100%;
  display: inline-block;
  position: relative;
  left: -48px;
}

.image-7 {
  max-width: 200px;
  display: none;
  position: static;
  top: 57px;
  left: -71px;
}

.image-8 {
  max-width: 100%;
  display: none;
}

.chart-details-wrapper {
  max-width: 550px;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  font-family: Futura round, sans-serif;
  font-size: 56px;
  line-height: 66px;
}

.text-span-3 {
  color: #ff571b;
}

.text-block-3 {
  color: #ffffffde;
  margin-top: 25px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 27px;
  position: static;
}

.woofmap-section {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  overflow: hidden;
}

.heading-4 {
  text-align: center;
  margin-bottom: 100px;
  font-family: Futura round, sans-serif;
  font-size: 58px;
  line-height: 68px;
}

.text-span-4 {
  color: #ff571b;
}

.line-of-text {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.div-block {
  background-color: #fffffff2;
  border-radius: 20px;
  width: 8px;
  height: 8px;
  margin-top: 15px;
}

.text-block-4 {
  color: #fffffff2;
  margin-left: 15px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 40px;
}

.div-block-copy {
  background-color: #fffffff2;
  border-radius: 20px;
  width: 8px;
  height: 8px;
  margin-top: 15px;
}

.team-section {
  background-image: linear-gradient(#fff 37%, #eaecf3);
  height: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  display: none;
  overflow: hidden;
}

.heading-5 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Futura round, sans-serif;
  font-size: 56px;
  line-height: 66px;
}

.text-span-5 {
  color: var(--orange-red);
}

.team-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.team-member-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.team-member-name {
  color: #252525;
  text-align: center;
  margin-top: 25px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.team-member-occupation {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.final-cta-section {
  background-image: linear-gradient(#cdd5f1, #b9c3e7);
  height: 80vh;
  min-height: auto;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.final-cta-section.woof-cta {
  background-image: linear-gradient(#cdd5f1, #b9c3e7);
}

.final-cta-section.community-cta-section {
  background-image: linear-gradient(#eaecf3, #cccce4);
  height: auto;
  padding-top: 0;
  padding-bottom: 285px;
  display: block;
  overflow: hidden;
}

.final-cta-section.platfrom-page {
  background-image: linear-gradient(#eaecf3, #b9c3e7);
}

.heading-6 {
  z-index: 100;
  color: var(--black-2);
  text-align: center;
  margin-top: 0;
  font-family: Futura round, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 78px;
  position: static;
}

.image-9 {
  width: 100%;
  max-width: 100%;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.final-cta-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  top: 45px;
  overflow: hidden;
}

.footer-section {
  z-index: 50;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.coins-wrapper {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.dog-arrow-wrapper {
  max-width: 200px;
  position: relative;
  top: -214px;
  left: 220px;
}

.cta-button-red-copy {
  color: #ff571b;
  background-color: #fff;
  border: 2px #ff571b;
  border-radius: 20px;
  min-width: auto;
  margin-top: 0;
  margin-right: 0;
  padding: 20px 30px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 8px 19px #86878c2e;
}

.cta-button-red-copy:hover {
  outline-offset: 0px;
  color: #d54918;
  background-color: #fff;
  border: 2px #d65a00;
  border-radius: 20px;
  outline: 0 #fe6b00;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 4px 19px #86878c1c;
}

.cta-button-red-copy:active {
  color: #b94015;
  background-color: #fff;
}

.cta-button-red-copy.about-section-button {
  margin-top: 35px;
}

.woofmap-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.woofmap-column-1 {
  height: auto;
  margin-right: 60px;
  position: relative;
  left: -46px;
}

.woofmap-column-2 {
  align-items: flex-start;
  height: auto;
  min-height: 1200px;
  max-height: 1300px;
  margin-top: 10px;
  margin-right: 20px;
  display: flex;
  position: static;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 1031px;
  font-family: Futura round, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.line {
  background-color: #b3b6c1b3;
  width: 1px;
  height: 1460px;
}

.red-circle {
  background-color: #f14650;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin-bottom: 42px;
}

.circles-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  left: -16px;
}

.gray-circle {
  background-color: #dbdde3;
  border-radius: 20px;
  width: 16px;
  height: 16px;
  margin-bottom: 45px;
}

.gray-circle.long {
  margin-bottom: 42px;
}

.timeline-heading {
  color: #b3b6c1;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Futura round, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.woofmap-text {
  color: #000000f2;
  margin-bottom: 38px;
  font-family: Inter, sans-serif;
  font-size: 17px;
}

.woofmap-text.last {
  margin-bottom: 34px;
}

.woofmap-text.last.sth, .woofmap-text.last.sthh {
  margin-bottom: 40px;
}

.woofmap-text.long {
  margin-bottom: 38px;
  line-height: 27px;
}

.woofmap-text.hidden {
  display: none;
}

.timeline-heading-copy {
  color: #b3b6c1;
  margin-top: 0;
  margin-bottom: 34px;
  font-family: Futura round, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.woofmap-text-copy {
  color: #000000f2;
  margin-bottom: 42px;
  font-family: Inter, sans-serif;
  font-size: 17px;
}

.woofmap-text-copy.last {
  margin-bottom: 32px;
}

.woofmap-text-copy.long {
  margin-bottom: 25px;
  line-height: 27px;
}

.left-wrapper-f5 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.wrapper-f5 {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
  position: static;
}

.social-media-icon-wrapper-f5 {
  margin-left: 10px;
  position: relative;
}

.social-media-icon-f5 {
  display: block;
}

.link-subwrapper-f5 {
  text-align: left;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  padding-top: 6px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
}

.social-media-icon-hover-f5 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-f5 {
  color: #fff;
  margin-top: 4px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: color .2s;
  position: static;
}

.link-f5:hover {
  color: var(--orange-red);
}

.social-media-wrapper-f5 {
  align-items: flex-end;
  display: none;
  position: static;
  inset: 0% 0% auto auto;
}

.title-link-column-f5 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.footer-f5 {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.copyright-f5 {
  color: #fff6;
  text-align: left;
  margin-top: 60px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 24px;
  position: static;
}

.link-wrapper-f5 {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-5 {
  color: #ffffffde;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.partnerships {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-left: 0;
  display: none;
}

.partnership-1 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.text-block-6 {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-6.xfund {
  margin-left: 5px;
}

.text-block-6.shibaverse {
  margin-left: 0;
}

.text-block-6.falcon {
  margin-left: 5px;
  font-size: 14px;
}

.column {
  padding-top: 40px;
}

.columns {
  margin-top: 60px;
}

.image-10 {
  max-width: 550px;
}

.image-11 {
  width: 40px;
  max-width: none;
}

.column-2 {
  padding-left: 122px;
}

.tabs-content {
  width: 70%;
  overflow: visible;
}

.per-month {
  color: #ffffff80;
  font-size: 22px;
}

.tabs-menu {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  height: 100%;
  padding: 30px 42px 30px 30px;
  display: flex;
}

.price-top-wrap {
  justify-content: space-between;
  align-items: center;
  min-height: 52px;
  display: flex;
}

.button-price {
  color: #4e2d92;
  text-align: center;
  background-color: #f9f2ff;
  border-radius: 100px;
  width: 100%;
  margin-top: 16px;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 500;
}

.button-price.max-width {
  max-width: 250px;
}

.check-grid-large {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  align-content: start;
  min-height: 150px;
  margin-top: 32px;
  margin-bottom: 20px;
}

.check {
  margin-right: 20px;
}

.tabs {
  justify-content: space-between;
  display: none;
}

.feature-wrap {
  align-items: center;
  display: flex;
}

.price-card-dark {
  color: #fff;
  background-color: #4e2d92;
  border-radius: 25px;
  width: 100%;
  padding: 72px 80px;
  position: relative;
  box-shadow: 0 90px 90px -50px #4e2d9263;
}

.tab-link {
  color: #361c6c;
  background-color: #0000;
  border-bottom: 3px solid #fff0;
  min-width: 100px;
  padding: 32px 0 20px;
  font-size: 30px;
}

.tab-link.w--current {
  background-color: #0000;
  border-bottom: 3px solid #4e2d92;
}

.price-illustration {
  position: absolute;
  inset: auto -8% -8% auto;
}

.check-grid-large-copy {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  align-content: start;
  min-height: 150px;
  margin-top: 32px;
  margin-bottom: 20px;
}

.link-block-2 {
  text-decoration: none;
  display: none;
}

.link-block-3 {
  margin-right: 5px;
  padding-right: 0;
  text-decoration: none;
}

.link-block-3.good-dog {
  margin-left: 5px;
}

.link-block-3.good-dog.last {
  margin-right: 0;
}

.link-block-3.shibaverse {
  margin-left: 0;
}

.link-block-3.cult {
  margin-left: 5px;
  margin-right: 5px;
  padding-right: 0;
}

.link-block-4 {
  margin-right: 5px;
  padding-right: 0;
  text-decoration: none;
}

.image-15 {
  overflow: visible;
}

.woofmap-container {
  padding-bottom: 100px;
}

.text-block-9 {
  color: var(--dim-grey-2);
  padding-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.icon-2 {
  color: var(--dim-grey);
}

.dropdown-toggle {
  color: var(--dim-grey-2);
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 35px;
}

.dropdown {
  color: var(--accent-red);
  width: auto;
}

.dropdown-list {
  z-index: 20;
  background-color: #0000;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 16px;
  width: auto;
  min-width: 200px;
  padding-right: 0;
  left: -27px;
  box-shadow: 0 0 20px #0000001f;
}

.dropdown-link {
  color: var(--dim-grey-2);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.dropdown-link:hover {
  color: var(--orange-red);
  background-color: #0000;
  border-radius: 10px 10px 0 0;
}

.dropdown-link.w--current {
  color: var(--dim-grey-2);
}

.dropdown-link.discord {
  display: block;
}

.dropdown-link-2, .dropdown-link-3, .dropdown-link-2-copy {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.text-block-10 {
  color: var(--dim-grey-2);
  font-family: Inter, sans-serif;
}

.div-block-2 {
  background-color: #e9e6e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-3 {
  position: relative;
}

.div-block-4 {
  margin-top: 4px;
  margin-bottom: 10px;
  position: relative;
}

.dropdown-2 {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle-2 {
  padding: 0;
}

.dropdown-toggle-2.w--open {
  margin-bottom: 0;
}

.text-block-11 {
  color: #fff;
  margin-top: 4px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.dropdown-link-4 {
  color: var(--accent-red);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: flex;
}

.dropdown-list-2 {
  border-radius: 6px;
}

.dropdown-list-2.w--open {
  background-color: #ececec;
  border-radius: 0 8px 8px;
  top: 28px;
  left: 0;
}

.link-f5-copy {
  color: #fff;
  margin-top: 4px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: color .2s;
  display: none;
  position: static;
}

.link-f5-copy {
  color: #fff;
  margin-top: 4px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: color .2s;
  position: static;
}

.link-f5-copy:hover {
  color: var(--accent-red);
}

.line-of-text-copy {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.line-of-text-copy.middle {
  display: none;
}

.line-of-text-copy-copy {
  align-items: flex-start;
  margin-top: 20px;
  display: none;
}

.feature-wrap-copy {
  align-items: center;
  display: flex;
}

.woofmap-text-copy-copy {
  color: #000000f2;
  margin-bottom: 34px;
  font-family: Inter, sans-serif;
  font-size: 17px;
}

.woofmap-text-copy-copy.last {
  margin-bottom: 32px;
}

.woofmap-text-copy-copy.long {
  margin-bottom: 25px;
  line-height: 27px;
}

._2023 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura round, sans-serif;
  font-size: 34px;
  font-weight: 400;
  position: relative;
  top: 300px;
}

.image-17 {
  width: 50px;
  height: auto;
  min-height: auto;
  max-height: none;
}

.hero-video-wrapper {
  border-radius: 0;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.hero-video {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: none;
}

.image-11-copy {
  width: 50px;
  max-width: none;
}

.image-11-copy.cult {
  width: 40px;
}

._2022 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura round, sans-serif;
  font-size: 34px;
  font-weight: 400;
  position: absolute;
  top: 0;
}

._2024 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura round, sans-serif;
  font-size: 34px;
  font-weight: 400;
  position: absolute;
  top: 1076px;
}

.image-17-copy {
  width: 40px;
  height: auto;
  min-height: auto;
  max-height: none;
}

.text-block-11-copy {
  color: #fff;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.html-embed {
  z-index: 2500;
  position: fixed;
  inset: auto 0% 0%;
}

.hero-right {
  width: auto;
  margin-top: 40px;
  position: static;
}

.wg-selector-2 {
  color: #000;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.wg-selector-2:hover {
  color: #4049ff;
}

.wg-selector-2.w--current {
  cursor: default;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-selector2-text-lang2 {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  position: relative;
}

.wg-selector2-text-lang2:hover {
  color: var(--accent-red);
}

.wg-selector2-text-lang1 {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 13px;
  position: relative;
}

.wg-selector-2-fill.f2 {
  background-color: var(--dim-grey);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100%);
}

.wg-selector-2-fill.f1 {
  background-color: var(--dim-grey);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-5 {
  background-color: #3333396e;
  width: 1.5px;
  height: 50px;
  margin-left: 20px;
  margin-right: 20px;
  display: none;
}

.exchanges {
  padding-bottom: 100px;
  position: relative;
  top: -94px;
  overflow: hidden;
}

.exchanges-flex {
  justify-content: center;
  align-items: flex-end;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

.exchanges-1 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.exchanges-2 {
  align-items: flex-end;
  display: flex;
}

.exchanges-3 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-18 {
  width: 60px;
}

.link-block-5 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.link-block-5.hide {
  display: none;
}

.text-block-13 {
  color: #000;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-13.black {
  color: var(--black-2);
}

.image-18-copy {
  width: 42px;
}

.image-19 {
  width: 70px;
  margin-bottom: 5px;
}

.image-20 {
  width: 55px;
}

.image-21 {
  width: 50px;
  margin-bottom: 5px;
}

.exchanges-4 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-22 {
  width: 50px;
}

.image-23 {
  width: 65px;
  padding-bottom: 5px;
  overflow: visible;
}

.exchanges-flex-2 {
  justify-content: center;
  align-items: flex-end;
  margin-top: 40px;
  display: flex;
}

.image-24 {
  width: 45px;
  padding-bottom: 5px;
}

.image-25 {
  width: 62px;
}

.image-26 {
  width: 55px;
  height: auto;
}

.image-27 {
  width: 58px;
}

.image-28 {
  width: 55px;
}

.image-29 {
  width: 65px;
}

.team-flex {
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.team-1 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team-2 {
  display: flex;
}

.member-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.memeber-2, .memeber-6, .memeber-4, .memeber-5, .memeber-3 {
  padding-left: 30px;
  padding-right: 30px;
}

.team-2-copy {
  display: flex;
}

.timeline_track {
  background-color: #b0b1b4;
  flex-direction: column;
  align-items: center;
  width: 2px;
  height: 100%;
}

.is-h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.timeline_grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .25fr 1fr;
  width: 100%;
}

.timeline_inner {
  grid-row-gap: 6em;
  flex-direction: column;
  display: flex;
}

.timeline_grid-wrap {
  position: relative;
}

.timeline_progress-overlay-bottom {
  background-image: linear-gradient(#fff0, #fff);
  width: 6px;
  height: 4em;
  position: absolute;
  inset: auto 0% 0 47%;
}

.timeline_heading-wrap {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.timeline_track-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.is-txt-small {
  color: var(--black);
  margin-bottom: 0;
  font-family: Futura round, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.timeline_item {
  grid-row-gap: 1em;
  background-color: #94bac7;
  border-radius: .5em;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.9em;
  margin-bottom: 1.9em;
  padding: 2em;
  display: flex;
  box-shadow: 6px 6px #ea4537;
}

.timeline_item.is-1, .timeline_item.is-2, .timeline_item.is-3 {
  background-color: #f3f4f8;
  box-shadow: 6px 6px #ff571b;
}

.timeline_item.is-1 {
  background-color: var(--white-smoke);
  box-shadow: 6px 6px 0 0 var(--orange-red);
}

.is-h2 {
  color: var(--black-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura round, sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}

.timeline_dot {
  z-index: 1;
  border: 4px none var(--black);
  background-color: #ff571b;
  border-radius: 99px;
  width: 24px;
  height: 24px;
  position: relative;
}

.timeline_progress-overlay-top {
  z-index: 0;
  background-image: linear-gradient(#fff, #fff0);
  width: 6px;
  height: 2em;
  position: absolute;
  inset: 0% 0% auto -2px;
}

.timeline_progress {
  z-index: 1;
  background-color: #ff571b;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 3px;
  height: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto 50%;
  transform: translate(-50%);
}

.page-padding-m {
  padding: 6em 14.72%;
}

.container-2 {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
}

.timeline_track-2 {
  background-color: #94bac7;
  flex-direction: column;
  align-items: center;
  width: 2px;
  height: 100%;
}

.is-h4-2 {
  color: #0a227d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.9375em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.timeline_grid-2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .25fr 1fr;
  width: 100%;
}

.timeline_inner-mob {
  grid-row-gap: 6em;
  flex-direction: column;
  display: none;
}

.is-txt-small-2 {
  color: #0a227d;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.4;
}

.is-h2-2 {
  color: #94bac7;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.timeline_dot-2 {
  z-index: 1;
  background-color: #ea4537;
  border: 4px solid #0a227d;
  border-radius: 99px;
  width: 24px;
  height: 24px;
  position: relative;
}

.timeline_progress-2 {
  z-index: 1;
  background-color: #ea4537;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 3px;
  height: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto 50%;
  transform: translate(-50%);
}

.text-span-7 {
  color: #ff571b;
}

.dropdown-copy {
  color: var(--accent-red);
}

.dropdown-toggle-copy.coming-soon {
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.text-block-9-copy {
  color: var(--dim-grey-2);
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-toggle-copy {
  color: var(--dim-grey-2);
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 20px;
}

.text-block-9-copy {
  color: var(--dim-grey-2);
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.dropdown-link-copy {
  color: var(--orange-red);
  text-align: center;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: all .2s;
  display: block;
}

.dropdown-link-copy {
  color: var(--orange-red);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.dropdown-link-copy.round.white {
  border: 1px solid #f0f0f0;
  border-radius: 20px;
}

.dropdown-list-copy {
  background-color: #0000;
}

.dropdown-list-copy.w--open {
  background-color: #fff;
  border-radius: 20px;
  min-width: auto;
  padding-right: 0;
  left: -35px;
  box-shadow: 0 0 14px #00000008;
}

.dropdown-list-copy.white.w--open {
  border: 1px #000;
}

.dropdown-link-copy-copy {
  z-index: 50;
  color: var(--orange-red);
  text-align: center;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 0 20px 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 20px 13px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: all .2s;
  display: block;
}

.dropdown-link-copy-copy.coming-soon {
  border: 1px solid #d4d4d4;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-bottom: 13px;
  padding-left: 20px;
  position: relative;
}

.dropdown-link-copy-copy.coming-soon:hover {
  border-top-left-radius: 0;
}

.dropdown-link-copy-copy.coming-soon.platform-dropdown {
  left: 0;
}

.dropdown-link-copy-copy.round {
  border-style: none;
  border-radius: 20px;
  position: relative;
}

.dropdown-link-copy-copy.round.white {
  border-style: solid;
  border-color: #f0f0f0;
}

.dropdown-link-copy-copy.platfrom-dropdown {
  border-top-right-radius: 20px;
}

.dropdown-list-copy-copy.w--open {
  background-color: #fff;
  border: 1px #d4d4d4;
  border-radius: 0 20px 20px;
  min-width: auto;
  padding-right: 0;
  top: 46px;
  left: 132px;
  box-shadow: 0 0 14px #00000008;
}

.dropdown-list-copy-copy.platform-dropdown.w--open {
  border-radius: 0 20px 20px;
  left: 94px;
}

.hero-image-wrapper {
  width: auto;
  min-width: 510px;
  height: 475px;
}

.hero-dogs-wrapper {
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  display: none;
  position: relative;
}

.text-block-14 {
  color: var(--black);
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.dog1 {
  z-index: 6;
  object-fit: fill;
  width: auto;
  height: auto;
  position: absolute;
  inset: auto auto 0% 0%;
}

.dog2 {
  z-index: 5;
  position: absolute;
  inset: auto auto 0% 0%;
}

.earn {
  z-index: 20;
  display: none;
  position: absolute;
  inset: auto auto 7% -13%;
}

.worldwide {
  z-index: 20;
  display: none;
  position: absolute;
  top: 75px;
}

.dog3 {
  z-index: 3;
  position: absolute;
  inset: auto auto 0% 0%;
}

.dog4 {
  z-index: 4;
  position: absolute;
  inset: auto auto 0% 0%;
}

.dog5 {
  z-index: 5;
  position: absolute;
  inset: auto auto 0% 0%;
}

.fees {
  z-index: 20;
  display: none;
  position: absolute;
  left: -86px;
}

.slider {
  background-color: #ddd0;
  width: auto;
  height: auto;
  display: none;
  position: relative;
}

.mask {
  width: 457px;
  height: 457px;
  position: relative;
}

.image-30 {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.slide {
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.circles {
  z-index: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-31 {
  position: absolute;
  inset: 0%;
}

.slide-2 {
  width: 457px;
  height: 457px;
  position: absolute;
  inset: 0%;
}

.slide-nav-2, .left-arrow-2 {
  display: none;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.image-32 {
  border-radius: 0;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-33 {
  border-radius: 0;
  width: auto;
  height: auto;
  display: inline-block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-34 {
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.right-arrow-2 {
  display: none;
}

.image-35 {
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.slide-15 {
  height: auto;
}

.image-36 {
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.image-37 {
  border-radius: 0;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-38 {
  z-index: 5;
  display: block;
  position: absolute;
  top: 292px;
  left: -100px;
  overflow: hidden;
}

.mask-2 {
  overflow: visible;
}

.shib {
  z-index: 20;
  width: auto;
  display: none;
  position: absolute;
  inset: auto 0% 12% auto;
}

.image-39 {
  z-index: 20;
  position: absolute;
}

.hero-stack {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  height: 100vh;
  padding: 0 30px 80px;
  display: none;
  position: relative;
  overflow: hidden;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.margin-bottom-24px {
  color: #3d3d3d;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: none;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  margin-top: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-13 {
  color: var(--black-2);
  text-align: center;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura round, sans-serif;
  font-size: 58px;
  line-height: 68px;
}

.text-span-9 {
  color: var(--orange-red);
}

.text-block-15 {
  color: #33333980;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: none;
}

.section-3 {
  overflow: hidden;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: none;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 60px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  color: var(--black-3);
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 27px;
  position: static;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.features-image {
  box-shadow: none;
  object-fit: cover;
  border: 1px #49494a0f;
  border-radius: 7px;
  width: 56px;
  height: 56px;
  margin-right: 16px;
}

.paragraph {
  color: #222;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.paragraph-2, .paragraph-3 {
  color: var(--black-2);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.navigation_layout {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta_layout {
  grid-row-gap: 3rem;
  background-color: #5618ad;
  background-image: url('../images/background-illustration.svg');
  background-position: 80% 20%;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6rem 5rem;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #000;
  background-image: linear-gradient(to right, #6a00ff, #5618ad);
  border-radius: 5rem;
  padding: .75rem 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .6s cubic-bezier(.19, 1, .22, 1), text-shadow .6s cubic-bezier(.19, 1, .22, 1), box-shadow .6s cubic-bezier(.19, 1, .22, 1), background-color .6s cubic-bezier(.19, 1, .22, 1);
}

.button-2.is-secondary {
  color: #5618ad;
  background-color: #fff;
  background-image: none;
}

.button-2.is-secondary.is-icon:hover {
  text-shadow: 0 3px 8px #0000003d;
  box-shadow: 0 0 40px 8px #8747e0;
}

.button-2.is-icon {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  text-decoration: none;
  display: flex;
}

.button-2.is-icon:hover {
  text-shadow: 0 3px 6px #1313133d;
  box-shadow: 0 0 40px 8px #5618ad66;
}

.button-2.is-small {
  grid-column-gap: .25rem;
  color: #5618ad;
  background-color: #5618ad1f;
  background-image: none;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.button-2.is-small:hover {
  color: #fff;
  background-color: #5618ad;
  box-shadow: 0 0 40px 8px #5618ad66;
}

.label_eyebrow {
  grid-column-gap: .5rem;
  background-color: #fff;
  border: 1px solid #13131314;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  display: flex;
}

.features_card-right {
  justify-content: center;
  align-items: center;
  width: 50%;
  max-height: 31.25rem;
  display: flex;
}

.features_card-top {
  grid-row-gap: 1rem;
  flex-direction: column;
  padding: 3.5rem 3.5rem 3rem;
  display: flex;
}

.section_features {
  background-color: #f3f4f4;
}

.section_cta {
  background-color: #f5f5f5;
}

.features_card {
  background-color: #fff;
  border: 1px solid #13131314;
  border-radius: 1.5rem;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.features_card.is-horizontal {
  flex-direction: row;
}

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

.padding-vertical.padding-footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.hero_hidden {
  opacity: 0;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  position: absolute;
  overflow: hidden;
}

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

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.features_layout-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero_image {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: auto;
  max-width: 100%;
  margin-top: 40px;
  display: block;
}

.text-size-tiny {
  font-size: .75rem;
}

.cta_layout-top {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.hero_layout-top {
  grid-row-gap: 3rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.features_card-bottom {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-height: 25.5rem;
  display: flex;
  overflow: hidden;
}

.hero_layout-heading {
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section_hero {
  background-color: #fff;
}

.text-color-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#6a00ff, #5618ad);
  -webkit-background-clip: text;
  background-clip: text;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.features_card-left {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 3.5rem;
  display: flex;
}

.navigation {
  z-index: 1;
  -webkit-backdrop-filter: saturate(150%) blur(1.5rem);
  backdrop-filter: saturate(150%) blur(1.5rem);
  background-color: #ffffffb8;
  border-bottom: 1px solid #13131314;
  position: sticky;
  top: 0;
}

.footer_layout {
  grid-column-gap: 2rem;
  justify-content: center;
  display: flex;
}

.features_embed {
  width: 100%;
  height: 25.5rem;
}

.hero_animation-heading {
  text-align: center;
  letter-spacing: -.04em;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.link-style-none {
  text-decoration: none;
}

.link-style-none:hover {
  color: #131313;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hero_animation-vertical {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  background-color: #fff;
}

.footer {
  color: #131313b8;
  background-color: #f5f5f5;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.features_layout {
  grid-row-gap: 5rem;
  flex-direction: column;
  align-items: center;
  display: none;
}

.features_layout-top {
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero_layout {
  grid-row-gap: 5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.padding-global {
  padding-bottom: 100px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
}

.hero_heading {
  max-width: 42.5rem;
}

.hero_animation-container {
  height: auto;
  margin-top: -.8rem;
  overflow: hidden;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-section-large {
  padding-top: 30px;
  padding-bottom: 0;
  overflow: hidden;
}

.icon-1x1-medium {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.heading-14 {
  color: #222;
  text-align: center;
  letter-spacing: .6px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Futura round, sans-serif;
  font-size: 42px;
  line-height: 52px;
}

.text-span-10 {
  color: var(--orange-red);
}

.section-4 {
  background-color: #f3f4f400;
  background-image: none;
  border-radius: 55px 55px 0 0;
  padding-top: 60px;
  padding-bottom: 40px;
  overflow: hidden;
}

.body-2 {
  overflow: visible;
}

.heading-14-copy {
  color: #222;
  text-align: center;
  letter-spacing: .6px;
  margin-bottom: 40px;
  font-family: Futura round, sans-serif;
  display: none;
}

.features-wrapper-two-copy {
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 60px;
  display: none;
  overflow: hidden;
}

.image-40 {
  border: 1px #49494a0f;
  border-radius: 25px;
  width: auto;
  max-width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-6 {
  display: none;
}

.section-5 {
  height: 100vh;
}

.div-block-6 {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #49494a0f;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 75%;
  margin: 60px auto 20px;
  padding: 30px 60px;
  display: flex;
}

.fees-left, .fees-right {
  width: 40%;
}

.heading-15 {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Futura round, sans-serif;
  font-size: 42px;
  line-height: 52px;
}

.text-block-16 {
  color: var(--black-3);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.header-cta-button-copy {
  color: #fff;
  text-align: center;
  background-color: #ff571b;
  background-image: none;
  border-radius: 15px;
  min-width: auto;
  min-height: auto;
  margin-top: 30px;
  margin-bottom: auto;
  padding: 15px 25px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 0 10px 2px #fe6b004f;
}

.image-41 {
  border: 1px #000;
  width: auto;
  max-width: 95%;
}

.image-copy {
  max-width: none;
  min-height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5px;
  padding-bottom: 0;
}

.dot {
  z-index: 3;
  border: 1px solid var(--accent-red);
  background-color: #ffb5b5;
  border-radius: 2000px;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 3% 0% 0% -7px;
}

.dot._8 {
  border-style: none;
  top: 94.5%;
}

.dot._6 {
  border-style: none;
  top: 59%;
}

.dot._1 {
  background-color: var(--orange-red);
  border-style: none;
}

.dot._9 {
  display: none;
  top: 96.75%;
}

.dot._3 {
  display: none;
  top: 26.5%;
}

.dot._4 {
  border-style: none;
  top: 40.25%;
}

.dot._5 {
  display: none;
  top: 59.25%;
}

.dot._2 {
  border-style: none;
  top: 22%;
}

.dot._7 {
  border-style: none;
  top: 76.5%;
}

.text-link {
  color: #fff;
  margin-top: 29px;
  font-size: 1.2em;
  text-decoration: none;
}

.text-link.main {
  opacity: 0;
  position: absolute;
}

.timeline-month {
  color: var(--black-2);
  text-align: left;
  margin-bottom: 20px;
  font-family: Futura round, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.image-42 {
  object-fit: cover;
  width: 100%;
}

.gif-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 250px;
}

.gif-image.right, .gif-image.bottom, .gif-image.left {
  display: none;
}

.gif-image._2 {
  object-position: 50% 85%;
  height: 270px;
}

.thumb-thumb {
  background-color: var(--orange-red);
  border-radius: 1000px;
  width: 100%;
  height: 2%;
}

.container-5 {
  width: 100%;
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
}

.container-5.flex-verticle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.confetti {
  z-index: 1;
  display: none;
  position: fixed;
  inset: 0%;
  transform: scale(1.5);
}

.timeline-item {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 300px;
  display: block;
  overflow: hidden;
}

.timeline-item.left-item {
  background-color: var(--white-smoke);
  box-shadow: -6px 6px 0 5px var(--orange-red);
  text-align: left;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 20px;
  display: flex;
}

.timeline-item.left-2 {
  text-align: left;
  align-items: flex-start;
}

.timeline-item._2 {
  flex-direction: row;
  justify-content: flex-end;
  height: auto;
  display: block;
}

.timeline-item.right {
  background-color: var(--white-smoke);
  box-shadow: -6px 6px 0 5px var(--orange-red);
  border-radius: 12px;
  align-items: flex-start;
  padding-bottom: 20px;
  padding-left: 30px;
  display: flex;
}

.timeline-item.right.new {
  background-color: var(--white-smoke);
  box-shadow: -6px 6px 0 4px var(--orange-red);
  color: var(--white-smoke);
  border-radius: 12px;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 20px;
  display: flex;
}

.timeline-item.left-item-copy {
  background-color: var(--white-smoke);
  box-shadow: -6px 6px 0 5px var(--orange-red);
  text-align: left;
  border-radius: 12px;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 20px;
}

.text-6em {
  color: var(--black-2);
  text-transform: none;
  margin: 0;
  font-family: Futura round, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

.timeline-wrapper {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: stretch center;
  width: 90%;
  max-width: 1000px;
  margin-top: 151px;
  display: flex;
}

.link {
  color: #ee8d32;
}

.timeline-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 40vh;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 44%;
  height: 100%;
  display: grid;
}

.rewind-time-gif {
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: -53% 0% 0%;
}

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

.text-center.relative {
  cursor: pointer;
  position: relative;
}

.timeline-track {
  border: 1px none var(--black-2);
  background-color: #d3d3d3;
  border-radius: 1000px;
  flex-direction: column;
  align-items: stretch;
  width: 7px;
  display: flex;
  position: relative;
}

.new-section {
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 100px;
  display: flex;
  position: static;
  overflow: hidden;
}

.timeline-text {
  color: var(--black-3);
  text-align: left;
  background-color: #0000;
  max-width: 380px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.text-span-11, .text-span-12 {
  color: var(--orange-red);
}

.about {
  overflow: hidden;
}

.comparison {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.woof {
  justify-content: space-around;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.heading-14-copy {
  color: #222;
  text-align: center;
  letter-spacing: .6px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Futura round, sans-serif;
  font-size: 28px;
  line-height: 38px;
}

.heading-14-copy-copy {
  color: #222;
  text-align: center;
  letter-spacing: .6px;
  margin-top: 20px;
  margin-bottom: 25px;
  padding-top: 37px;
  font-family: Futura round, sans-serif;
  font-size: 28px;
  line-height: 38px;
}

.timeline-item-copy._2 {
  flex-direction: row;
  justify-content: flex-end;
  height: auto;
}

.image-42-copy {
  object-fit: cover;
  width: 100%;
  display: none;
}

.timeline-item-copy {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.timeline-item-copy.left-item {
  background-color: var(--white-smoke);
  box-shadow: -6px 6px 0 5px var(--orange-red);
  text-align: left;
  border-radius: 12px;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 20px;
}

.timeline-item-copy.left-2 {
  text-align: left;
  align-items: flex-start;
}

.timeline-item-copy._2 {
  flex-direction: row;
  justify-content: flex-end;
  height: auto;
  display: block;
}

.timeline-item-copy.right {
  background-color: var(--white-smoke);
  box-shadow: -6px 6px 0 5px var(--orange-red);
  border-radius: 12px;
  align-items: flex-start;
  padding-bottom: 20px;
  padding-left: 30px;
}

.timeline-item-copy.right.new {
  background-color: var(--white-smoke);
  box-shadow: -6px 6px 0 4px var(--orange-red);
  color: var(--white-smoke);
  border-radius: 12px;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 20px;
}

.timeline-item-copy.left-item-copy {
  background-color: var(--white-smoke);
  box-shadow: -6px 6px 0 5px var(--orange-red);
  text-align: left;
  border-radius: 12px;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 20px;
}

.timeline-item-copy._2-copy {
  flex-direction: row;
  justify-content: flex-end;
  height: auto;
  display: block;
}

.section-6 {
  height: 100vh;
}

.timeline_track-3 {
  background-color: #b4b4b4;
  flex-direction: column;
  align-items: center;
  width: 2px;
  height: 100%;
}

.is-h4-3 {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.timeline_grid-3 {
  grid-column-gap: 1.5em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .25fr 1fr;
  width: 100%;
}

.timeline_inner-2 {
  grid-row-gap: 6em;
  flex-direction: column;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.timeline_heading-wrap-2 {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.is-txt-small-3 {
  color: var(--black-2);
  letter-spacing: .4px;
  margin-bottom: 0;
  font-family: Futura round, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 37px;
}

.is-h2-3 {
  color: var(--black-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura round, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
}

.timeline_dot-3 {
  z-index: 1;
  border: 4px solid var(--orange-red);
  background-color: var(--orange-red);
  border-radius: 99px;
  width: 24px;
  height: 24px;
  position: relative;
}

.timeline_progress-3 {
  z-index: 1;
  background-color: #ea4537;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 3px;
  height: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto 50%;
  transform: translate(-50%);
}

.timeline_inner-2-mobile {
  grid-row-gap: 6em;
  flex-direction: column;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.timeline_grid-wrap-mobile {
  position: relative;
}

.timeline_track-wrap-mobile, .timeline_track-wrap-mobile-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline_dot-3-copy {
  z-index: 1;
  border: 4px solid var(--orange-red);
  background-color: var(--orange-red);
  border-radius: 99px;
  width: 24px;
  height: 24px;
  position: relative;
}

.heading-14-copy-copy-copy {
  color: #222;
  text-align: center;
  letter-spacing: .6px;
  margin-top: 100px;
  margin-bottom: 40px;
  padding-top: 0;
  font-family: Futura round, sans-serif;
  font-size: 34px;
  line-height: 44px;
}

.partners {
  background-image: linear-gradient(#fff, #eaecf3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 140px;
  display: flex;
  overflow: hidden;
}

.logos-title-small {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.partners-container {
  justify-content: center;
  align-items: flex-end;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.partners-wrappers {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.shiba-logo {
  width: 80px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.shiba-logo.shib-logo {
  width: 80px;
}

.heading-16 {
  color: var(--black-2);
  text-align: center;
  font-family: Futura round, sans-serif;
  font-size: 58px;
  line-height: 78px;
}

.text-span-13 {
  color: var(--orange-red);
}

.text-block-17 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.div-block-7 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.clients-image-three-copy, .clients-image-three-copy-copy {
  width: auto;
  height: auto;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.link-2 {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

.clients-image-three-copy-copy {
  width: 90px;
  height: auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

.clients-image-three-copy-copy.fjord {
  filter: invert();
}

.clients-image-three-copy-copy-copy {
  width: auto;
  height: auto;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.link-block-7, .link-block-8, .link-block-9, .link-block-10 {
  color: var(--black-2);
  text-decoration: none;
}

.link-block-11 {
  color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.partners-wrapper-1 {
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  margin-bottom: 40px;
  display: flex;
}

.partners-wrapper-2 {
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  display: flex;
}

.video-section {
  z-index: 100;
  background-color: #0000007d;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.video {
  z-index: 5;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0%;
}

.video-wrapper {
  width: 640px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.video-container {
  width: 70%;
  height: 60%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.new-section-copy {
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 100px;
  display: none;
  position: relative;
  overflow: hidden;
}

.text-block-18 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.heading-14-copy-copy-copy-copy {
  color: #222;
  text-align: center;
  letter-spacing: .6px;
  margin-top: 100px;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Futura round, sans-serif;
  font-size: 42px;
  line-height: 52px;
}

.navbar-2 {
  z-index: 200;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: block;
  position: static;
  top: 0;
  overflow: visible;
}

.container-6 {
  justify-content: center;
  align-items: center;
  width: 1328px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  position: static;
}

.nav-menu-2 {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.brand-2 {
  width: 20%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-button-2 {
  display: none;
}

.platform-hero {
  height: auto;
  padding-bottom: 75px;
  overflow: hidden;
}

.dropdown-list-copy-copy-copy.burn.w--open {
  left: 0;
}

.dropdown-list-copy-copy-copy.round.white.w--open {
  border-radius: 20px;
  left: 33px;
}

.dropdown-toggle-copy-copy.coming-soon {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.woof-hero {
  z-index: 50;
  background-image: url('../images/woof-hero-bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  position: relative;
  overflow: visible;
}

.woof-hero-contents {
  margin-top: 26px;
}

.woof-hero-flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-17 {
  color: #1a1a1a;
  letter-spacing: 2px;
  font-family: Futura round, sans-serif;
  font-size: 80px;
  line-height: 90px;
}

.image-43 {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-flex-left {
  flex-direction: column;
  width: 50%;
  padding-top: 100px;
  display: flex;
}

.hero-flex-right {
  width: 40%;
  padding-top: 40px;
  position: static;
  top: -104px;
}

.bold-text {
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
}

.text-block-19 {
  width: 70%;
  margin-top: 20px;
}

.section-7 {
  height: 100vh;
}

.about-woof {
  background-image: url('../images/blur-bg.png');
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 140vh;
  margin-bottom: 0;
  padding-top: 160px;
  overflow: hidden;
}

.three-boxes-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 26px;
  overflow: hidden;
}

.box {
  background-color: #263238;
  border-radius: 11px;
  min-width: auto;
  max-width: 230px;
  height: 140px;
  min-height: auto;
  max-height: none;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
}

.paragraph-4 {
  color: #fff;
  margin-top: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.gallery-overview {
  z-index: 0;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  margin-right: 100px;
  display: flex;
  overflow: visible;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-2 {
  background-color: var(--orange-red);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 10px;
  margin-top: 20px;
  padding: 12px 25px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.heading-18 {
  color: var(--black);
  font-family: Futura round, sans-serif;
  font-size: 58px;
  line-height: 68px;
}

.paragraph-5 {
  width: auto;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.header-cta-button-copy {
  color: #fff;
  text-align: center;
  background-color: #ff571b;
  background-image: none;
  border-radius: 15px;
  min-width: auto;
  min-height: auto;
  margin-top: 20px;
  margin-bottom: auto;
  margin-left: 0;
  padding: 15px 25px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: none;
  box-shadow: 0 0 10px 2px #fe6b004f;
}

.header-cta-button-copy:hover {
  box-shadow: 0 0 20px 3px #ff571b6b;
}

.text-span-14 {
  color: var(--orange-red);
}

.points-wrapper {
  width: 60%;
  padding-top: 20px;
}

.point {
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  align-items: center;
  width: 90%;
  margin-bottom: 20px;
  padding: 13px 18px;
  display: flex;
  box-shadow: 0 3px 20px -4px #505b7529;
}

.text-block-20 {
  line-height: 24px;
}

.text-block-21 {
  color: var(--black-2);
  margin-left: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.paw-illustartion-wrapper {
  flex-direction: column;
  width: 60%;
  height: 100%;
  display: flex;
  position: relative;
  top: -81px;
}

.image-44 {
  position: absolute;
}

.image-45 {
  position: absolute;
  inset: -21% 0% 0% 27%;
}

.image-46 {
  margin-right: 15px;
}

.text-block-22 {
  color: #b3b3b3;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-style: italic;
  display: none;
}

.container-1-copy {
  object-fit: fill;
  width: auto;
  min-width: auto;
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.container-1-copy.final-cta {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-1-copy.nav {
  flex-direction: column;
  width: 1328px;
  min-width: auto;
  max-width: none;
  display: flex;
}

.container-1-copy.nav.navigation {
  z-index: 3000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  background-image: linear-gradient(#fff, #fff0);
  border: 1px #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.container-1-copy.navv {
  border: 1px #000;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 1328px;
  min-width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.image-47 {
  display: inline-block;
  position: relative;
  top: 27px;
}

.dog-coins-wrapper {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.image-48 {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-top: 21px;
  position: static;
  inset: 0% auto 0% 0%;
}

.dropdown-link-copy-copy-copy {
  z-index: 50;
  color: var(--orange-red);
  text-align: center;
  background-color: #fff;
  border: 1px #d4d4d4;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 20px 13px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: all .2s;
  display: block;
}

.dropdown-link-copy-copy-copy.coming-soon {
  border: 1px solid #d4d4d4;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-bottom: 13px;
  padding-left: 20px;
  position: relative;
}

.dropdown-link-copy-copy-copy.coming-soon:hover {
  border-top-left-radius: 0;
}

.dropdown-link-copy-copy-copy.white.round {
  border-style: solid;
  border-radius: 20px;
}

.dropdown-link-copy-copy {
  color: var(--orange-red);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.dropdown-link-copy-copy:hover {
  color: var(--orange-red);
  background-color: #0000;
  border-radius: 10px 10px 0 0;
}

.dropdown-link-copy-copy.discord {
  display: block;
}

.dropdown-link-copy-copy.round.white {
  border: 1px solid #f0f0f0;
  border-radius: 20px;
}

.dropdown-link-copy-copy-copy {
  color: var(--orange-red);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.dropdown-link-copy-copy-copy:hover {
  color: var(--orange-red);
  background-color: #0000;
  border-radius: 10px 10px 0 0;
}

.dropdown-link-copy-copy-copy.discord {
  display: block;
}

.dropdown-link-copy-copy-copy.round.white {
  border: 1px solid #f0f0f0;
  border-radius: 20px;
}

.platform-hero-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  display: flex;
}

.community-hero {
  background-image: url('../images/community-hero-bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding-top: 106px;
  overflow: hidden;
}

.community-flex {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.column-1 {
  width: 50%;
}

.image-49 {
  position: relative;
  left: -69px;
}

.heading-19 {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Futura round, sans-serif;
  font-size: 68px;
  line-height: 78px;
}

.text-block-23 {
  color: #222222e3;
  width: 90%;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.text-span-15 {
  color: var(--orange-red);
}

.section-8 {
  height: 100vh;
}

.dropdown-link-copy-copy-copy-copy {
  z-index: 50;
  color: var(--orange-red);
  text-align: center;
  background-color: #fff;
  border: 1px #d4d4d4;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 20px 13px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: all .2s;
  display: block;
}

.dropdown-link-copy-copy-copy-copy:hover {
  color: var(--orange-red);
  background-color: #0000;
  border-radius: 0 20px 20px;
}

.dropdown-link-copy-copy-copy-copy.discord {
  display: block;
}

.dropdown-link-copy-copy-copy-copy.coming-soon {
  border: 1px solid #d4d4d4;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-bottom: 13px;
  padding-left: 20px;
  position: relative;
}

.dropdown-link-copy-copy-copy-copy.coming-soon:hover {
  border-top-left-radius: 0;
}

.dropdown-link-copy-copy-copy-copy.white.round {
  border-style: solid;
  border-radius: 20px;
}

.socials {
  background-image: url('../images/blur-bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  padding-top: 71px;
  padding-bottom: 100px;
  display: none;
  overflow: hidden;
}

.heading-20 {
  color: var(--black-2);
  text-align: center;
  font-family: Futura round, sans-serif;
  font-size: 58px;
  line-height: 68px;
  overflow: hidden;
}

.text-span-16 {
  color: var(--orange-red);
}

.socials-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.socials-left {
  display: none;
}

.image-50 {
  filter: contrast(67%);
  width: 40px;
  height: 40px;
  transition: all .2s;
}

.image-50:hover {
  filter: contrast(200%);
}

.link-block-12, .link-block-13 {
  margin: 20px;
  padding: 0;
}

.community {
  background-color: #0000;
  background-image: linear-gradient(#fff, #fff 0%, #eaecf3 0%, #cdd5f1);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 20px;
  padding-bottom: 60px;
  position: static;
  top: 0;
  overflow: hidden;
}

.image-51 {
  border-radius: 16px;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.columns-2 {
  flex-direction: row-reverse;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.navbar-2-copy {
  z-index: 200;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: block;
  position: static;
  top: 0;
  overflow: visible;
}

.about-text-wrapper-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  max-width: none;
  margin-top: 0;
  display: flex;
}

.about-woof-text-wrapper {
  align-items: center;
  display: flex;
}

.team-section-copy {
  background-image: linear-gradient(#fff, #eaecf3 43%);
  height: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  display: block;
  overflow: hidden;
}

.link-block-13-copy {
  margin: 20px 0 20px 20px;
  padding: 0;
}

.link-block-12-copy {
  margin: 20px 20px 20px 0;
  padding: 0;
}

.exchanges-copy-copy {
  padding-top: 40px;
  padding-bottom: 120px;
  position: relative;
  top: 0;
  overflow: hidden;
}

.blockchain-army-logo {
  width: auto;
  margin-bottom: 10px;
}

.blockchain-army-logo.white {
  filter: invert();
}

.button-3 {
  color: var(--orange-red);
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 40px;
  padding: 15px 20px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 27px;
  box-shadow: 0 5px 14px #00000014;
}

.cta-button-red-copy-copy {
  color: #ff571b;
  background-color: #fff;
  border: 2px #ff571b;
  border-radius: 20px;
  min-width: auto;
  margin-top: 0;
  margin-right: 0;
  padding: 20px 30px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 8px 19px #86878c2e;
}

.cta-button-red-copy-copy:hover {
  outline-offset: 0px;
  color: #d54918;
  background-color: #fff;
  border: 2px #d65a00;
  border-radius: 20px;
  outline: 0 #fe6b00;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 4px 19px #86878c1c;
}

.cta-button-red-copy-copy:active {
  color: #b94015;
  background-color: #fff;
}

.cta-button-red-copy-copy.about-section-button {
  margin-top: 35px;
}

.cta-button-red-copy-copy.read-more-button {
  margin-bottom: 40px;
}

.cta-button-red-copy-copy.white {
  border-radius: 12px;
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 17px;
  line-height: 20px;
}

.cta-button-red-copy-copy.white.white-and-orange-button {
  padding-left: 25px;
  padding-right: 25px;
}

.div-block-8 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-21 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Futura round, sans-serif;
  font-size: 56px;
  line-height: 66px;
}

.text-span-17 {
  color: var(--orange-red);
}

.text-block-24 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.div-block-9 {
  width: 500px;
  height: 200px;
}

.background-video {
  background-color: #00000057;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-9 {
  overflow: hidden;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-4 {
  margin-top: 20px;
}

.text-block-25 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.section-10 {
  padding-bottom: 0;
  overflow: hidden;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.woof-woofenomics {
  padding-bottom: 60px;
  overflow: hidden;
}

.columns-2-copy {
  align-items: center;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.cta-button-red-copy {
  color: #fff;
  background-image: linear-gradient(#ff4c58, #e6404a);
  border-radius: 50px;
  min-width: auto;
  margin-top: 60px;
  margin-right: 8px;
  padding: 18px 40px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 500;
  transition: all .2s;
}

.cta-button-red-copy:hover {
  background-color: #0000;
  background-image: linear-gradient(#0000001c, #0000001c), linear-gradient(#ff4c58, #e6404a);
}

.cta-button-red-copy.about-section-button {
  background-color: #ff571b;
  background-image: none;
  border-radius: 20px;
  margin-top: 35px;
  padding: 20px 30px;
  font-size: 17px;
}

.cta-button-red-copy.about-section-button:hover {
  background-image: none;
  box-shadow: 0 0 20px #ff571b78;
}

.cta-button-red-copy.footer {
  z-index: 5;
  background-color: var(--orange-red);
  color: #fff;
  background-image: none;
  border-radius: 20px;
  padding: 20px 30px;
  font-size: 17px;
  line-height: 27px;
  position: relative;
}

.cta-button-red-copy.footer:hover {
  background-image: none;
  box-shadow: 1px 1px 20px 4px #ff571b73;
}

.cta-button-red-copy.about-section-button-copy {
  background-color: #ff571b;
  background-image: none;
  border-radius: 20px;
  margin-top: 35px;
  padding: 20px 30px;
  font-size: 17px;
}

.cta-button-red-copy.about-section-button-copy:hover {
  background-image: none;
  box-shadow: 0 0 20px #ff571b78;
}

.cta-button-red-copy.about-section-button-copy.w--current {
  display: none;
}

.woofenomics-text-copy {
  width: auto;
}

.image-6-copy {
  width: auto;
  max-width: 100%;
  display: inline-block;
  position: static;
  left: -48px;
}

.woofenomics-flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.woofenomics-1 {
  width: 40%;
  margin-top: 40px;
}

.woofenomics {
  overflow: hidden;
}

.woofenomics.home {
  background-color: var(--black-2);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-bottom: 40px;
  display: none;
  position: relative;
  top: -16px;
}

.information {
  background-image: linear-gradient(to top, #cdd5f1, #fff);
  padding-top: 60px;
  padding-bottom: 100px;
  overflow: hidden;
}

.heading-5-copy {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Futura round, sans-serif;
  font-size: 56px;
  line-height: 66px;
}

.information-wrapper {
  justify-content: center;
  align-items: flex-end;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

.information-heading {
  color: var(--black-2);
  text-align: center;
  margin-top: 0;
  font-family: Futura round, sans-serif;
  font-size: 56px;
  line-height: 66px;
}

.information-1 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.information-2 {
  align-items: flex-end;
  display: flex;
}

.etherscan, .dextools, .coinmarketcap, .coingecko {
  color: var(--black-2);
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.text-span-18 {
  color: var(--orange-red);
}

.cmc, .dxtools-logo, .cg, .etherscan-logo {
  width: auto;
}

.info-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  text-decoration: none;
  display: flex;
}

.link-block-5-copy {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.text-block-26 {
  color: #797979;
  text-transform: uppercase;
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.dao-section {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.dao-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dao-1 {
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  margin-top: 0;
  display: flex;
}

.dao-2 {
  width: 45%;
}

.text-block-25-copy {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.image-52 {
  border-radius: 0;
}

.text-span-19 {
  color: var(--orange-red);
}

.heading-20-copy {
  color: var(--black-2);
  text-align: center;
  margin-top: 0;
  font-family: Futura round, sans-serif;
  font-size: 62px;
  line-height: 72px;
  overflow: hidden;
}

.flex-box-about-copy {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.about-images-wrapper-copy {
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: 55%;
  height: auto;
  display: block;
  position: relative;
  inset: 14% 5% 0% auto;
}

.text-span-20 {
  color: var(--orange-red);
}

.exchanges-copy-copy {
  background-color: #0000;
  background-image: linear-gradient(#fff, #eaecf3);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 10px;
  padding-bottom: 60px;
  position: static;
  top: 0;
  overflow: hidden;
}

.woofpack-flex {
  z-index: 50;
  background-color: #fff;
  background-image: linear-gradient(290deg, #f7f7f7, #fff);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px 20px 80px;
  display: flex;
  position: relative;
  overflow: visible;
}

.woofpack-1 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.woofpack-wrapper {
  background-color: #ff571b00;
  background-image: linear-gradient(#ff571bcf, #ffa200b0);
  border-radius: 20px;
  padding: 1.5px;
  display: none;
}

.image-53 {
  z-index: 45;
  position: absolute;
  inset: -9% auto auto -3.5%;
}

.image-53-copy {
  z-index: 45;
  position: absolute;
  inset: auto -3.5% -9% auto;
}

.image-54 {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  padding-top: 20px;
}

.dropdown-link-copy {
  color: var(--dim-grey-2);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.dropdown-link-copy:hover {
  color: var(--orange-red);
  background-color: #0000;
  border-radius: 10px 10px 0 0;
}

.dropdown-link-copy.w--current {
  color: var(--dim-grey-2);
}

.dropdown-link-copy.discord {
  display: block;
}

.dropdown-link-copy.contract {
  display: none;
}

.video-2, .video-3 {
  width: 600px;
}

.partners-container-copy {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-16-copy {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  font-family: Futura round, sans-serif;
  font-size: 56px;
  line-height: 76px;
}

.text-block-17-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.woofverse {
  padding-top: 0;
  overflow: hidden;
}

.woofverse-text {
  color: var(--black-3);
  text-align: center;
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.woofverse-wrapper {
  width: auto;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -27px;
}

.heading-22 {
  display: flex;
}

.div-block-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.woofverse-wrapper-copy {
  border-radius: 0;
  width: auto;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 0;
}

.woof-token {
  overflow: hidden;
}

.heading-3-copy {
  color: var(--black-2);
  margin-top: 0;
  font-family: Futura round, sans-serif;
  font-size: 56px;
  line-height: 66px;
}

.text-block-3-copy {
  color: var(--black-3);
  margin-top: 25px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 27px;
  position: static;
}

.columns-2-copy {
  flex-direction: row-reverse;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.dropdown-toggle-copy-copy {
  color: var(--dim-grey-2);
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 20px;
}

.dropdown-list-copy-copy {
  background-color: #0000;
}

.dropdown-list-copy-copy.w--open {
  background-color: #fff;
  border-radius: 20px;
  min-width: auto;
  padding-right: 0;
  left: -35px;
  box-shadow: 0 0 14px #00000008;
}

.dropdown-list-copy-copy.white.w--open {
  border: 1px #000;
}

.dropdown-list-copy-copy-copy {
  background-color: #0000;
}

.dropdown-list-copy-copy-copy.w--open {
  background-color: #fff;
  border-radius: 20px;
  min-width: auto;
  padding-right: 0;
  left: -35px;
  box-shadow: 0 0 14px #00000008;
}

.dropdown-list-copy-copy-copy.white.w--open {
  border: 1px #000;
}

.exchanges-copy-copy-copy {
  padding-top: 40px;
  padding-bottom: 120px;
  position: relative;
  top: 0;
  overflow: hidden;
}

.text-block-3-copy-copy {
  color: var(--black);
  margin-top: 25px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 27px;
  position: static;
}

.text-span-21, .text-span-22 {
  color: var(--orange-red);
}

.text-block-24-copy {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.text-block-3-copy-copy-copy {
  color: var(--black);
  margin-top: 25px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 27px;
  position: static;
}

.dropdown-copy-copy, .dropdown-copy-copy-copy, .dropdown-copy-copy-copy, .dropdown-copy-copy-copy-copy {
  color: var(--accent-red);
  width: auto;
}

.socials-left-copy {
  margin-top: 40px;
}

.ethermail-logo {
  width: 70px;
  margin-bottom: 10px;
}

.ethermail-logo.white {
  filter: invert();
}

.blockchain-army-logo-copy {
  width: auto;
  margin-bottom: 10px;
}

.blockchain-army-logo-copy.white {
  filter: invert();
}

.text-block-27 {
  color: #fff;
  margin-left: 8px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.link-block-14 {
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.link-block-14:hover {
  color: var(--orange-red);
}

.image-55 {
  width: auto;
}

.link-subwrapper-f5-copy {
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
  position: static;
}

.html-embed-2 {
  width: auto;
}

.woofletter {
  background-color: #cdd5f100;
  background-image: linear-gradient(#eaecf3, #eaecf3);
  padding-top: 60px;
  overflow: visible;
}

.woofletter-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  overflow: visible;
}

.woofletter-text {
  color: var(--black-3);
  text-align: center;
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.woofletter-text-copy {
  color: var(--black-3);
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.html-embed-3 {
  z-index: 200;
  border-radius: 20px;
  margin-top: 0;
  padding: 20px 30px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  position: relative;
}

.text-span-23 {
  color: var(--orange-red);
}

.woofletter-copy {
  background-color: #cdd5f100;
  padding-top: 100px;
  overflow: hidden;
}

.text-span-24 {
  font-weight: 600;
}

.unif-logo {
  width: 60px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.unif-logo.shib-logo {
  width: 80px;
}

.text-block-17-copy {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.unif {
  width: 70px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.unif.shib-logo {
  width: 80px;
}

.heymint-logo {
  width: auto;
  margin-bottom: 10px;
  display: block;
}

.heymint-logo.white {
  filter: invert();
}

.precipitate-logo {
  width: 60px;
  margin-bottom: 10px;
}

.precipitate-logo.white {
  filter: invert();
}

.text-block-17-copy-copy {
  text-align: center;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.text-block-9-copy-copy {
  color: var(--dim-grey-2);
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.text-block-9-copy-copy:hover {
  color: var(--orange-red);
}

.dropdown-copy, .dropdown-copy-copy {
  color: var(--accent-red);
  width: auto;
}

.dropdown-toggle-copy-copy-copy {
  color: var(--dim-grey-2);
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 20px;
}

.dropdown-toggle-copy-copy-copy.coming-soon {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.dropdown-toggle-copy-copy-copy-copy {
  color: var(--dim-grey-2);
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 20px;
}

.dropdown-toggle-copy-copy-copy-copy.coming-soon {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.text-block-9-copy-copy-copy {
  color: var(--dim-grey-2);
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.text-block-9-copy-copy-copy:hover {
  color: var(--orange-red);
}

@media screen and (max-width: 991px) {
  .section {
    min-height: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-section {
    background-image: linear-gradient(3deg, #eaecf3 88%, #fff);
    height: auto;
    overflow: visible;
  }

  .container-1 {
    width: 90%;
    min-width: auto;
  }

  .container-1.nav {
    width: auto;
    max-width: 90%;
  }

  .container-1.navv {
    width: auto;
    padding-bottom: 10px;
  }

  .container-1.community-container {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .navbar {
    width: 100%;
    display: block;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-cta-button {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
    width: 40%;
    height: 100vh;
    position: absolute;
    overflow: scroll;
  }

  .header-flex-box {
    flex-direction: column;
  }

  .heading-wrapper {
    width: auto;
  }

  .illustrations-wrapper {
    max-width: none;
  }

  .heading {
    margin-top: 60px;
    font-size: 65px;
    line-height: 75px;
  }

  .parnerships-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    position: static;
  }

  .about-section {
    height: auto;
    padding-bottom: 80px;
  }

  .arrow-wrapper {
    display: none;
  }

  .flex-box-about {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-text-wrapper {
    width: auto;
    max-width: none;
    padding-bottom: 60px;
  }

  .about-images-wrapper {
    width: auto;
    position: static;
  }

  .screenshots-wrapper {
    margin-left: 0;
  }

  .image-4, .image-5, .dog-with-laptop-illstration {
    max-width: 80%;
  }

  .woofenomics-section {
    background-image: none;
    max-width: none;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 140px;
  }

  .woofenomics-flex-box {
    flex-direction: column;
  }

  .chart-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .image-6 {
    margin-top: 0;
    left: 0;
  }

  .woofmap-section {
    padding-left: 20px;
  }

  .heading-4 {
    margin-top: 0;
  }

  .team-member-wrapper._1 {
    padding-bottom: 0;
  }

  .team-member-wrapper._3, .team-member-wrapper._4 {
    margin-top: 40px;
  }

  .final-cta-section {
    height: 70vh;
    padding-top: 20px;
  }

  .final-cta-section.platfrom-page {
    background-image: linear-gradient(#eaecf3, #cdd5f1);
  }

  .heading-6 {
    font-size: 48px;
  }

  .image-9 {
    max-width: 100%;
  }

  .woofmap-column-1 {
    margin-right: 20px;
  }

  .heading-7 {
    color: var(--accent-red);
  }

  .line {
    height: 1330px;
    display: none;
  }

  .circles-wrapper {
    display: none;
  }

  .gray-circle.long {
    margin-bottom: 88px;
  }

  .woofmap-text.last {
    margin-bottom: 7px;
  }

  .timeline-heading-copy {
    margin-top: 25px;
  }

  .woofmap-text-copy {
    margin-bottom: 11px;
  }

  .left-wrapper-f5 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    position: static;
  }

  .wrapper-f5 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .link-subwrapper-f5 {
    margin-bottom: 20px;
  }

  .logo-wrapper-f5 {
    width: auto;
  }

  .social-media-wrapper-f5 {
    position: static;
  }

  .copyright-f5 {
    font-size: 13px;
  }

  .link-wrapper-f5 {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
  }

  .text-block-5 {
    font-size: 16px;
  }

  .column {
    padding-top: 30px;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .column-2 {
    padding-left: 0;
    display: block;
  }

  .column-2.twin-vid {
    margin-top: 20px;
    padding-left: 0;
  }

  .tabs-content {
    width: 100%;
  }

  .tabs-menu {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding-top: 10px;
  }

  .tabs {
    flex-direction: column;
  }

  .price-card-dark {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }

  .tab-link {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
  }

  .price-illustration {
    display: none;
  }

  .icon {
    color: var(--black);
    background-color: #0000;
  }

  .dropdown-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .dropdown {
    z-index: 1000;
    display: block;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    padding-left: 20px;
    position: static;
  }

  .woofmap-text-copy-copy {
    margin-bottom: 11px;
  }

  ._2023, ._2022, ._2024 {
    color: var(--accent-red);
  }

  .hero-right {
    width: 100%;
    margin-bottom: 40px;
  }

  .exchanges {
    padding-bottom: 0;
  }

  .exchanges-flex {
    flex-direction: row;
    align-items: center;
  }

  .exchanges-1 {
    flex-direction: column;
    align-items: center;
  }

  .exchanges-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .exchanges-3 {
    flex-direction: column;
    align-items: center;
  }

  .link-block-5 {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .exchanges-4 {
    flex-direction: column;
    align-items: center;
  }

  .exchanges-flex-2 {
    align-items: center;
    margin-top: 0;
  }

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

  .team-2, .team-2-copy {
    margin-top: 40px;
  }

  .page-padding-m {
    padding-left: 4%;
    padding-right: 4%;
  }

  .dropdown-copy.platform {
    z-index: 1000;
  }

  .dropdown-toggle-copy {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .dropdown-link-copy {
    text-align: left;
    padding-left: 10px;
  }

  .dropdown-list-copy.w--open {
    padding-left: 20px;
    position: static;
  }

  .dropdown-link-copy-copy {
    text-align: left;
    padding-left: 10px;
  }

  .hero-image-wrapper {
    min-width: auto;
  }

  .hero-stack {
    height: 90vh;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-image.shadow-two {
    width: 150%;
    max-width: none;
    inset: auto 0% 0% -24%;
  }

  .heading-13 {
    text-align: left;
    font-size: 45px;
  }

  .container-4 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-paragraph {
    text-align: center;
  }

  .features-right {
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
  }

  .features-block-two {
    flex-direction: column;
    align-items: flex-start;
    width: 25%;
  }

  .paragraph, .paragraph-2, .paragraph-3 {
    margin-top: 10px;
    line-height: 27px;
  }

  .features_card-right {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .features_card-top {
    text-align: center;
    align-items: center;
  }

  .features_card.is-horizontal {
    flex-direction: column;
    align-items: stretch;
  }

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

  .features_layout-bottom {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .hero_image {
    width: 80%;
  }

  .features_card-bottom {
    justify-content: center;
  }

  .features_card-left {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: .25rem;
    padding-bottom: 6rem;
  }

  .features-wrapper-two-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .fees-left {
    width: auto;
  }

  .fees-right {
    width: auto;
    margin-top: 20px;
  }

  .text-6em {
    font-size: 4.5em;
  }

  .woof {
    flex-direction: column;
    align-items: flex-start;
  }

  .timeline_inner-2 {
    max-width: none;
  }

  .partners {
    background-image: linear-gradient(#fff, #eaecf3);
    padding-bottom: 40px;
  }

  .partners-container {
    max-width: 728px;
  }

  .partners-wrappers {
    flex-direction: column;
    align-items: center;
  }

  .shiba-logo, .clients-image-three-copy, .clients-image-three-copy-copy, .clients-image-three-copy-copy, .clients-image-three-copy-copy-copy {
    margin-bottom: 30px;
  }

  .partners-wrapper-1 {
    justify-content: center;
    width: auto;
  }

  .partners-wrapper-2 {
    align-items: center;
    width: auto;
    margin-top: 20px;
  }

  .navbar-2 {
    width: 90%;
    max-width: none;
    position: relative;
  }

  .nav-menu-2 {
    z-index: 1000;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100vw;
    max-width: none;
    top: 74px;
  }

  .brand-2 {
    width: auto;
  }

  .menu-button-2 {
    background-color: #0000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 32px;
    display: block;
  }

  .menu-button-2.w--open {
    color: var(--black);
    background-color: #fff;
  }

  .platform-hero {
    padding-bottom: 0;
  }

  .dropdown-list-copy-copy-copy.w--open {
    padding-left: 20px;
    position: static;
  }

  .woof-hero {
    height: auto;
  }

  .woof-hero-flex {
    flex-direction: column;
  }

  .hero-flex-left {
    width: 100%;
    padding-top: 0;
  }

  .about-woof {
    height: auto;
    padding-top: 100px;
  }

  .box {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-7 {
    max-width: 728px;
  }

  .gallery-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-block {
    width: 100%;
    margin-right: 0;
  }

  .paragraph-5 {
    width: 100%;
  }

  .header-cta-button-copy {
    display: none;
  }

  .points-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .point {
    background-color: #fff;
    width: auto;
  }

  .paw-illustartion-wrapper, .image-44 {
    position: static;
  }

  .image-45 {
    max-width: 160px;
    max-height: 160px;
    position: relative;
    left: 49%;
  }

  .container-1-copy {
    width: 90%;
    min-width: auto;
  }

  .container-1-copy.nav {
    width: auto;
    max-width: 90%;
  }

  .container-1-copy.nav.navigation {
    max-width: 100%;
    position: static;
  }

  .container-1-copy.navv {
    width: auto;
    padding-bottom: 10px;
  }

  .dropdown-link-copy-copy-copy, .dropdown-link-copy-copy, .dropdown-link-copy-copy-copy {
    text-align: left;
    padding-left: 10px;
  }

  .platform-hero-wrapper {
    padding-top: 40px;
  }

  .community-hero {
    height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .community-flex {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .column-1 {
    width: auto;
    padding-top: 20px;
  }

  .image-49 {
    position: static;
  }

  .heading-19 {
    text-align: center;
    font-size: 45px;
    line-height: 55px;
  }

  .heading-19.woofpack {
    text-align: left;
  }

  .text-block-23 {
    text-align: left;
    width: auto;
  }

  .dropdown-link-copy-copy-copy-copy {
    text-align: left;
    padding-left: 10px;
  }

  .socials-wrapper {
    text-align: left;
    justify-content: flex-start;
  }

  .socials-left {
    display: block;
  }

  .community {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-51 {
    width: auto;
  }

  .columns-2 {
    flex-direction: column-reverse;
    padding-top: 0;
  }

  .navbar-2-copy {
    width: 90%;
    max-width: none;
  }

  .about-text-wrapper-copy {
    width: auto;
    max-width: none;
    padding-bottom: 60px;
  }

  .woof-woofenomics {
    padding-bottom: 0;
  }

  .columns-2-copy {
    padding-top: 0;
  }

  .column-copy {
    padding-top: 30px;
  }

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

  .woofenomics-1 {
    width: auto;
  }

  .woofenomics-chart-wrapper {
    margin-top: 20px;
  }

  .information {
    padding-bottom: 20px;
  }

  .information-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .information-heading {
    text-align: left;
  }

  .information-1 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .information-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .info-wrapper {
    margin-left: 0;
  }

  .link-block-5-copy {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .dao-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .dao-1 {
    width: auto;
  }

  .dao-2 {
    width: auto;
    margin-top: 40px;
  }

  .heading-20-copy {
    text-align: left;
  }

  .dropdown-copy {
    display: block;
  }

  .flex-box-about-copy {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-images-wrapper-copy {
    width: auto;
    max-width: none;
    position: static;
  }

  .exchanges-copy-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .woofpack-flex {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .woofpack-1 {
    max-width: none;
  }

  .image-53 {
    display: none;
  }

  .image-53-copy {
    display: none;
    inset: auto -6% -5% auto;
  }

  .partners-container-copy {
    max-width: 728px;
  }

  .woofverse-text {
    width: auto;
    overflow: visible;
  }

  .woofverse-wrapper-copy {
    max-width: 100%;
  }

  .woof-token {
    padding-top: 40px;
  }

  .columns-2-copy {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 0;
  }

  .dropdown-toggle-copy-copy {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .dropdown-list-copy-copy.w--open, .dropdown-list-copy-copy-copy.w--open {
    padding-left: 20px;
    position: static;
  }

  .exchanges-copy-copy-copy {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .dropdown-copy-copy, .dropdown-copy-copy-copy, .dropdown-copy-copy-copy, .dropdown-copy-copy-copy-copy {
    display: block;
  }

  .socials-left-copy {
    display: none;
  }

  .link-subwrapper-f5-copy {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .woofletter-text, .woofletter-text-copy {
    width: auto;
    overflow: visible;
  }

  .unif-logo, .unif {
    margin-bottom: 30px;
  }

  .text-block-9-copy-copy {
    text-align: left;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .dropdown-copy {
    z-index: 1000;
    z-index: 1000;
    z-index: 1000;
    z-index: 1000;
    z-index: 1000;
    z-index: 1000;
    display: block;
  }

  .dropdown-copy-copy {
    z-index: 1000;
    display: block;
  }

  .dropdown-toggle-copy-copy-copy, .dropdown-toggle-copy-copy-copy-copy {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .text-block-9-copy-copy-copy {
    text-align: left;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header-section {
    height: auto;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .container-1.nav {
    width: auto;
    max-width: 90%;
  }

  .container-1.navv {
    max-width: none;
    overflow: visible;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .image {
    max-width: 90%;
  }

  .nav-link {
    background-color: #0000;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 22px;
  }

  .header-cta-button {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .header-flex-box {
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-wrapper {
    margin-top: 0;
  }

  .illustrations-wrapper {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }

  .heading {
    font-size: 62px;
    line-height: 82px;
  }

  .text-block {
    margin-top: 15px;
    font-size: 17px;
    line-height: 32px;
  }

  .cta-button-red.footer {
    z-index: 5;
    margin-top: 40px;
    position: relative;
  }

  .parnerships-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 20px;
    display: flex;
  }

  .text-block-2 {
    margin-bottom: 0;
  }

  .about-section {
    padding-top: 0;
  }

  .arrow-wrapper {
    display: none;
  }

  .flex-box-about {
    align-items: flex-start;
    padding-top: 60px;
  }

  .about-text-wrapper {
    margin-top: 0;
    padding-bottom: 0;
  }

  .about-images-wrapper {
    justify-content: flex-start;
    max-width: 100%;
    margin-top: 40px;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 48px;
    line-height: 62px;
  }

  .about-text {
    margin-top: 15px;
    font-size: 17px;
    line-height: 30px;
  }

  .screenshots-wrapper {
    flex-direction: row;
    height: auto;
    display: block;
  }

  .image-4 {
    top: 62px;
  }

  .image-5 {
    max-width: 80%;
    top: -82px;
    left: 102px;
  }

  .dog-with-laptop-illstration {
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .woofenomics-section {
    background-color: var(--black);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .chart-wrapper {
    align-items: flex-start;
    padding-top: 0;
  }

  .chart-heading {
    margin-left: 0;
  }

  .chart-and-illustration {
    max-width: none;
  }

  .image-6 {
    left: 0;
  }

  .image-8 {
    margin-top: 10px;
  }

  .text-block-3 {
    line-height: 37px;
  }

  .woofmap-section {
    padding-top: 38px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-4 {
    margin-bottom: 20px;
    font-size: 38px;
  }

  .woofenomics-text-wrapper, .line-of-text, .line-of-text.middle {
    position: relative;
  }

  .div-block {
    flex-direction: column;
    width: 8px;
    display: flex;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .div-block-copy {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .team-section {
    padding-top: 0;
  }

  .team-member-wrapper._1 {
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .team-member-wrapper._2, .team-member-wrapper._3, .team-member-wrapper._4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .team-member-occupation {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .final-cta-section {
    height: auto;
    padding-top: 0;
    padding-bottom: 220px;
  }

  .final-cta-section.community-cta-section {
    padding-bottom: 140px;
  }

  .heading-6 {
    font-size: 42px;
    line-height: 52px;
  }

  .woofmap-wrapper {
    display: none;
  }

  .gray-circle.long {
    margin-bottom: 99px;
  }

  .woofmap-text {
    margin-bottom: 27px;
  }

  .woofmap-text.last {
    margin-bottom: 15px;
  }

  .woofmap-text.long {
    margin-bottom: 4px;
  }

  .left-wrapper-f5 {
    align-items: center;
  }

  .wrapper-f5 {
    flex-direction: column;
    align-items: center;
  }

  .social-media-icon-wrapper-f5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .link-subwrapper-f5 {
    text-align: center;
    flex: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-f5 {
    text-align: left;
  }

  .social-media-wrapper-f5 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .footer-f5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .copyright-f5 {
    text-align: center;
  }

  .link-wrapper-f5 {
    flex-flow: column;
    margin-top: 60px;
    font-size: 16px;
  }

  .partnerships {
    flex-direction: column;
    align-items: flex-start;
  }

  .partnership-1 {
    max-width: 162px;
  }

  .image-10 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button.w--open {
    background-color: #0000;
    border-radius: 10px 0 0 10px;
    position: relative;
  }

  .check-grid-large {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .tabs {
    display: none;
  }

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

  .price-card-dark {
    background-color: var(--black);
    padding: 20px 24px 30px;
    box-shadow: 0 90px 90px -50px #aba8c463;
  }

  .feature-label {
    margin-left: 10px;
    font-family: Inter, sans-serif;
  }

  .tab-link.w--current {
    border-bottom-color: var(--accent-red);
  }

  .price-illustration {
    max-width: 20%;
    display: block;
    bottom: 0%;
  }

  .heading-8 {
    color: #ffffffe6;
    font-family: Inter, sans-serif;
    font-size: 38px;
  }

  .text-span-6 {
    color: #ffffffe6;
    font-size: 38px;
  }

  .text-block-7 {
    color: var(--black);
    font-family: Inter, sans-serif;
  }

  .text-block-8 {
    color: var(--black);
    text-align: center;
    font-family: Inter, sans-serif;
  }

  .red-dot {
    background-color: var(--accent-red);
    border-radius: 20px;
    width: 8px;
    height: 8px;
    padding: 4px;
  }

  .heading-9, .heading-10 {
    color: #ffffffe6;
    font-family: Inter, sans-serif;
    font-weight: 600;
  }

  .heading-11, .heading-12 {
    color: #ffffffe6;
    font-family: Inter, sans-serif;
  }

  .check-grid-large-copy {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .icon {
    color: var(--black);
    background-color: #0000;
  }

  .link-block-2 {
    display: none;
  }

  .link-block-3, .link-block-4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .woofmap-container {
    padding-bottom: 60px;
  }

  .text-block-9 {
    padding-right: 20px;
    font-size: 19px;
    line-height: 29px;
    display: inline-block;
  }

  .icon-2 {
    font-size: 20px;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: inline-block;
  }

  .dropdown {
    padding: 20px;
    display: block;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    background-color: #fff;
  }

  .dropdown-link {
    padding-left: 0;
  }

  .line-of-text-copy, .line-of-text-copy.middle, .line-of-text-copy, .line-of-text-copy.middle, .line-of-text-copy-copy, .line-of-text-copy-copy.middle {
    position: relative;
  }

  .feature-wrap-copy {
    justify-content: flex-start;
  }

  .text-block-12 {
    color: var(--black);
  }

  .hero-right {
    width: 100%;
    margin-bottom: 40px;
  }

  .exchanges-flex {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-5 {
    margin-bottom: 20px;
  }

  .text-block-13 {
    text-align: center;
  }

  .exchanges-flex-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .is-h4 {
    font-size: 1.5rem;
  }

  .timeline_grid {
    grid-template-columns: 5em 28.7em;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
  }

  .timeline_inner {
    display: none;
  }

  .timeline_progress-overlay-bottom {
    background-image: linear-gradient(#fff0, #fff);
    height: 4em;
  }

  .timeline_heading-wrap {
    margin-bottom: 20px;
  }

  .is-h2 {
    font-size: 2rem;
  }

  .timeline_dot {
    width: 20px;
    height: 20px;
  }

  .timeline_progress-overlay-top {
    background-image: linear-gradient(#fff 18%, #fff0);
  }

  .timeline_progress {
    inset: 0% auto auto 2.5em;
  }

  .timeline_item-wrap.is-hidden-mobile {
    display: none;
  }

  .timeline_item-wrap.mob {
    display: block;
  }

  .page-padding-m {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }

  .is-h4-2 {
    color: var(--black);
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 26px;
  }

  .timeline_grid-2 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 5em 1fr;
  }

  .timeline_inner-mob {
    display: block;
  }

  .is-txt-small-2 {
    color: var(--black);
    font-family: Futura round, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .is-h2-2 {
    color: var(--black);
    font-family: Futura round, sans-serif;
    font-size: 2rem;
    font-weight: 700;
  }

  .timeline_dot-2 {
    background-color: #ff571b;
    border-style: none;
    width: 20px;
    height: 20px;
  }

  .timeline_progress-2 {
    background-color: #ff571b;
    inset: 0% auto auto 2.5em;
  }

  .text-span-8 {
    color: #ff571b;
  }

  .dropdown-copy.platform {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-toggle-copy {
    padding-left: 0;
  }

  .dropdown-toggle-copy {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-block-9-copy {
    font-size: 19px;
    line-height: 29px;
  }

  .dropdown-list-copy.w--open {
    box-shadow: none;
    background-color: #fff;
  }

  .dropdown-link-copy-copy {
    padding-left: 0;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .margin-bottom-24px {
    flex-direction: row;
    display: block;
  }

  .heading-13 {
    font-size: 35px;
    line-height: 45px;
    display: block;
  }

  .features-list {
    padding: 60px 15px;
  }

  .features-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .features-paragraph {
    text-align: left;
  }

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

  .hero_image {
    width: auto;
    max-width: 100%;
  }

  .hero_layout-top {
    text-align: left;
    align-items: flex-start;
  }

  .hero_animation-heading {
    font-size: 2.5rem;
  }

  .hero_layout {
    align-items: flex-start;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero_animation-container {
    height: 3.75rem;
    margin-top: -.7rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 4rem;
    display: block;
  }

  .heading-14 {
    text-align: left;
  }

  .image-40 {
    max-width: 100%;
  }

  .fees-left {
    width: auto;
  }

  .fees-right {
    width: auto;
    margin-top: 40px;
  }

  .image-41 {
    max-width: 100%;
  }

  .image-copy {
    max-width: 90%;
  }

  .gif-image {
    object-position: 50% 50%;
    height: 160px;
  }

  .timeline-item {
    height: 270px;
  }

  .timeline-content-wrapper {
    width: 45%;
    font-size: 12px;
  }

  .rewind-time-gif {
    margin-left: auto;
    margin-right: auto;
    inset: 0%;
  }

  .comparison {
    align-items: flex-start;
  }

  .woof {
    flex-direction: column;
    align-items: flex-start;
  }

  .timeline-item-copy {
    height: 270px;
  }

  .is-h4-3 {
    font-size: 17px;
  }

  .timeline_grid-3 {
    grid-template-columns: 1em 1fr;
    grid-auto-flow: row;
  }

  .timeline_inner-2 {
    display: none;
  }

  .is-h2-3 {
    font-size: 2rem;
  }

  .timeline_dot-3 {
    width: 20px;
    height: 20px;
  }

  .timeline_progress-3 {
    inset: 0% auto auto .5em;
  }

  .timeline_inner-2-mobile {
    display: block;
  }

  .timeline_dot-3-copy {
    border-style: none;
    width: 20px;
    height: 20px;
  }

  .partners {
    height: auto;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .logos-title-small {
    padding: 60px 15px;
  }

  .partners-container {
    display: block;
  }

  .partners-wrappers {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: -30px;
  }

  .shiba-logo {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-16 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-17 {
    text-align: left;
  }

  .div-block-7 {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .clients-image-three-copy, .clients-image-three-copy-copy, .clients-image-three-copy-copy, .clients-image-three-copy-copy-copy {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .link-block-7 {
    display: flex;
  }

  .link-block-8 {
    flex-direction: row;
    display: flex;
  }

  .link-block-9, .link-block-10 {
    display: flex;
  }

  .link-block-11 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .partners-wrapper-1 {
    flex-flow: column wrap;
    align-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-bottom: 0;
  }

  .partners-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .text-block-18 {
    text-align: left;
  }

  .heading-14-copy-copy-copy-copy {
    text-align: left;
    margin-top: 60px;
  }

  .navbar-2 {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .nav-menu-2 {
    width: 100%;
    display: block;
    position: relative;
    inset: 0%;
    overflow: visible;
  }

  .menu-button-2, .menu-button-2.w--open {
    top: 6px;
  }

  .dropdown-list-copy-copy-copy.w--open {
    box-shadow: none;
    background-color: #fff;
  }

  .heading-17 {
    font-size: 56px;
    line-height: 66px;
  }

  .about-woof {
    padding-top: 60px;
  }

  .three-boxes-wrapper {
    flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .box {
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .paragraph-4 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .header-cta-button-copy {
    display: none;
  }

  .container-1-copy.nav {
    width: auto;
    max-width: 90%;
  }

  .container-1-copy.nav.navigation {
    flex-direction: row;
    display: flex;
    position: static;
  }

  .container-1-copy.navv {
    max-width: none;
    overflow: visible;
  }

  .image-47 {
    max-width: 90%;
  }

  .dropdown-link-copy-copy-copy, .dropdown-link-copy-copy, .dropdown-link-copy-copy-copy {
    padding-left: 0;
  }

  .platform-hero-wrapper {
    align-items: flex-start;
  }

  .dropdown-link-copy-copy-copy-copy {
    padding-left: 0;
  }

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

  .image-51 {
    max-width: 100%;
    overflow: hidden;
  }

  .columns-2 {
    flex-direction: column-reverse;
    display: flex;
  }

  .navbar-2-copy {
    position: relative;
  }

  .about-text-wrapper-copy {
    margin-top: 0;
    padding-bottom: 0;
  }

  .team-section-copy {
    padding-top: 0;
  }

  .blockchain-army-logo.white {
    margin-right: 20px;
  }

  .div-block-11 {
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .cta-button-red-copy.footer {
    z-index: 5;
    margin-top: 40px;
    position: relative;
  }

  .image-6-copy {
    left: 0;
  }

  .information-wrapper {
    width: 90%;
    margin-left: 0;
    margin-right: auto;
  }

  .etherscan, .dextools, .coinmarketcap, .coingecko {
    text-align: center;
  }

  .link-block-5-copy {
    margin-bottom: 20px;
  }

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

  .dao-1 {
    width: 100%;
  }

  .dao-2 {
    width: auto;
    margin-top: 40px;
  }

  .flex-box-about-copy {
    align-items: flex-start;
    padding-top: 60px;
  }

  .about-images-wrapper-copy {
    justify-content: flex-start;
    max-width: 100%;
    margin-top: 40px;
  }

  .text-block-3-copy, .text-block-3-copy-copy {
    line-height: 37px;
  }

  .dropdown-link-copy {
    padding-left: 0;
  }

  .video-3 {
    width: auto;
    min-width: 400px;
    max-width: 500px;
  }

  .heading-16-copy {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .text-block-17-copy {
    text-align: left;
  }

  .woofverse-text {
    margin-top: 15px;
    font-size: 17px;
    line-height: 30px;
  }

  .text-block-3-copy {
    line-height: 37px;
  }

  .columns-2-copy {
    flex-direction: column-reverse;
    display: flex;
  }

  .dropdown-toggle-copy-copy {
    padding-left: 0;
  }

  .dropdown-list-copy-copy.w--open, .dropdown-list-copy-copy-copy.w--open {
    box-shadow: none;
    background-color: #fff;
  }

  .text-block-3-copy-copy {
    line-height: 37px;
  }

  .text-block-24-copy {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-3-copy-copy-copy {
    line-height: 30px;
  }

  .dropdown-copy-copy, .dropdown-copy-copy-copy, .dropdown-copy-copy-copy, .dropdown-copy-copy-copy-copy {
    padding: 10px 20px;
    display: block;
  }

  .ethermail-logo, .blockchain-army-logo-copy {
    margin-right: 20px;
  }

  .text-block-27 {
    text-align: left;
  }

  .link-subwrapper-f5-copy {
    text-align: center;
    flex: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .woofletter-text, .woofletter-text-copy {
    margin-top: 15px;
    font-size: 17px;
    line-height: 30px;
  }

  .unif-logo, .unif {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heymint-logo, .precipitate-logo {
    margin-right: 20px;
  }

  .text-block-17-copy-copy {
    text-align: left;
  }

  .text-block-9-copy-copy {
    font-size: 19px;
    line-height: 29px;
  }

  .dropdown-copy, .dropdown-copy-copy {
    padding: 10px 20px;
    display: block;
  }

  .dropdown-toggle-copy-copy-copy, .dropdown-toggle-copy-copy-copy-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .text-block-9-copy-copy-copy {
    font-size: 19px;
    line-height: 29px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }

  .header-section {
    height: auto;
    padding-bottom: 20px;
    position: static;
    overflow: hidden;
  }

  .container-1 {
    max-width: 90%;
  }

  .container-1.navv {
    justify-content: flex-start;
    max-width: none;
    display: block;
  }

  .navbar {
    width: auto;
    padding-bottom: 10px;
    position: static;
  }

  .image {
    width: 80%;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-menu {
    z-index: 50;
    object-fit: fill;
    flex-direction: row;
    align-items: flex-start;
    width: 60%;
    height: auto;
    padding-top: 10px;
    display: flex;
    position: absolute;
    overflow: scroll;
  }

  .brand {
    max-width: none;
    padding-left: 0;
  }

  .heading-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .illustrations-wrapper {
    width: 100%;
    margin-top: 40px;
  }

  .heading {
    text-align: center;
    margin-top: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .text-block {
    color: var(--dim-grey-2);
    font-size: 16px;
  }

  .buttons-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .cta-button-red.about-section-button {
    border-radius: 20px;
    padding: 15px 20px;
    font-size: 17px;
    line-height: 27px;
  }

  .cta-button-red.footer {
    margin-top: 25px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 27px;
  }

  .cta-button-red.woofpack-button {
    border-radius: 20px;
    padding: 15px 20px;
    font-size: 17px;
    line-height: 27px;
  }

  .cta-button-secondary {
    margin-left: 0;
    padding: 12px 40px;
    font-size: 18px;
  }

  .parnerships-wrapper {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .about-section {
    border-radius: 20px;
    overflow: hidden;
  }

  .flex-box-about {
    padding-top: 40px;
  }

  .about-text-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .about-images-wrapper {
    width: 100%;
    margin-top: 40px;
  }

  .heading-2 {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
  }

  .heading-2.woofverse-ehading {
    margin-top: 0;
  }

  .about-text {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .screenshots-wrapper {
    width: 100%;
    height: 70vh;
    overflow: visible;
  }

  .image-4 {
    z-index: 1;
    max-width: 100%;
    position: relative;
    top: 37px;
    left: 0;
  }

  .image-5 {
    z-index: 2;
    max-width: 100%;
    position: relative;
    top: -61px;
    left: 7px;
    overflow: visible;
  }

  .dog-with-laptop-illstration {
    max-width: 40%;
    position: absolute;
    bottom: 4%;
  }

  .woofenomics-section {
    padding-top: 0;
  }

  .chart-wrapper {
    justify-content: flex-start;
    padding-top: 0;
  }

  .woofenomics-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .chart-heading {
    line-height: 27px;
  }

  .chart-and-illustration {
    height: auto;
    position: relative;
  }

  .image-6 {
    max-width: 100%;
    margin-top: 40px;
  }

  .image-7 {
    max-width: 100%;
    position: static;
  }

  .image-8 {
    max-width: 100%;
    margin-top: 20px;
    display: none;
  }

  .chart-details-wrapper {
    max-width: 100%;
  }

  .heading-3 {
    margin-top: 10px;
    font-size: 32px;
    line-height: 42px;
  }

  .text-block-3 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .woofmap-section {
    padding-left: 0;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .text-block-4 {
    font-size: 16px;
    line-height: 28px;
  }

  .team-section {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .heading-5 {
    color: var(--black-2);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 42px;
    line-height: 52px;
  }

  .team-member-wrapper._1 {
    margin-top: 0;
    padding: 20px 5px;
  }

  .team-member-wrapper._2 {
    padding: 20px 5px;
  }

  .team-member-wrapper._3, .team-member-wrapper._4 {
    margin-top: 0;
    padding: 25px 5px 20px;
  }

  .team-member-name {
    margin-top: 15px;
    font-size: 17px;
  }

  .team-member-occupation {
    margin-top: 5px;
    font-size: 16px;
  }

  .final-cta-section {
    background-image: linear-gradient(#cdd5f1, #c5c6eb);
    padding-bottom: 100px;
    position: relative;
  }

  .heading-6 {
    color: var(--black-2);
    font-size: 42px;
    line-height: 52px;
  }

  .image-9 {
    width: auto;
    max-width: 110%;
  }

  .final-cta-wrapper {
    margin-bottom: 60px;
  }

  .footer-section {
    padding-bottom: 40px;
  }

  .dog-arrow-wrapper {
    max-width: 45%;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .cta-button-red-copy {
    margin-bottom: 15px;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 27px;
  }

  .cta-button-red-copy:hover {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .woofmap-wrapper {
    display: none;
  }

  .left-wrapper-f5 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .wrapper-f5 {
    justify-content: center;
    align-items: center;
  }

  .link-subwrapper-f5 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-f5 {
    color: #ffffffe3;
    font-size: 16px;
  }

  .logo-wrapper-f5 {
    width: auto;
  }

  .title-link-column-f5 {
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
  }

  .footer-f5 {
    width: 100%;
  }

  .copyright-f5 {
    margin-top: 30px;
  }

  .link-wrapper-f5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-5 {
    margin-top: 10px;
  }

  .partnerships {
    flex-direction: column;
    align-items: flex-start;
  }

  .partnership-1 {
    max-width: none;
    margin-right: 0;
  }

  .partnership-1.xfund {
    margin-left: 7px;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .text-block-6.xfund {
    margin-left: 7px;
  }

  .column {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    margin-top: 40px;
  }

  .image-10 {
    max-width: 100%;
  }

  .menu-button {
    object-fit: fill;
    padding: 10px 11px;
  }

  .image-11 {
    margin-left: -3px;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-2.twin-vid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .image-12 {
    text-align: left;
    width: 75%;
    max-width: none;
    position: static;
  }

  .tabs-menu {
    flex-direction: row;
    align-items: center;
  }

  .price-top-wrap {
    flex-direction: row;
    align-items: center;
    min-height: auto;
  }

  .check-grid-large {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tabs {
    display: none;
  }

  .feature-wrap {
    justify-content: flex-start;
    max-width: 100%;
    position: static;
  }

  .price-card-dark {
    background-color: var(--black);
    color: #fff;
    border-radius: 10px;
    padding: 30px 15px;
    box-shadow: 0 90px 90px -50px #ffeeef;
  }

  .feature-label {
    margin-left: 10px;
    font-family: Inter, sans-serif;
    line-height: 24px;
  }

  .tab-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tab-link.w--current {
    border-bottom-color: var(--accent-red);
    color: var(--accent-red);
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .heading-8 {
    color: #ffffffe6;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    font-family: Inter, sans-serif;
    font-size: 38px;
    font-weight: 600;
    display: flex;
  }

  .text-span-6 {
    color: #ffffffe6;
    margin-left: 5px;
    font-size: 38px;
  }

  .text-block-7 {
    color: var(--black);
    font-family: Inter, sans-serif;
    font-size: 32px;
    font-weight: 400;
  }

  .text-block-8 {
    color: var(--black);
    font-family: Inter, sans-serif;
    font-size: 32px;
  }

  .red-dot {
    background-color: var(--accent-red);
    border-radius: 20px;
    width: 8px;
    height: 8px;
    margin-right: 0;
    padding: 4px;
    position: static;
    inset: 0% auto auto 0%;
  }

  .heading-9 {
    color: #ffffffe6;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-weight: 600;
  }

  .heading-10, .heading-11, .heading-12 {
    color: #ffffffe6;
    font-family: Inter, sans-serif;
    font-weight: 600;
  }

  .check-grid-large-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .link-block-3 {
    margin-top: 15px;
  }

  .link-block-3.cultdao {
    margin-top: 25px;
  }

  .image-13, .image-14, .image-15, .image-16 {
    max-width: 95%;
  }

  .woofmap-container {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .text-block-9 {
    font-size: 16px;
    line-height: 26px;
    display: block;
  }

  .dropdown-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: block;
  }

  .dropdown {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-list.w--open {
    flex-direction: column;
    align-items: flex-start;
    min-width: auto;
    display: flex;
    position: static;
  }

  .dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-11 {
    color: #ffffffe3;
  }

  .link-f5-copy {
    font-size: 16px;
  }

  .feature-wrap-copy {
    justify-content: flex-start;
    max-width: 100%;
    display: none;
    position: static;
  }

  .text-block-12 {
    font-family: Inter, sans-serif;
    font-size: 32px;
  }

  .image-11-copy {
    margin-left: -3px;
  }

  .text-block-11-copy {
    color: #ffffffe3;
  }

  .hero-right {
    width: 100%;
    margin-bottom: 40px;
  }

  .exchanges {
    padding-bottom: 60px;
  }

  .exchanges-flex {
    flex-direction: column;
    margin-top: 20px;
  }

  .exchanges-1, .exchanges-2 {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .exchanges-3 {
    flex-direction: row;
    align-items: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .link-block-5 {
    width: 100px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-13 {
    text-align: center;
  }

  .exchanges-4 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .exchanges-flex-2 {
    flex-direction: column;
  }

  .team-flex {
    margin-top: 40px;
  }

  .team-1 {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .team-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .member-1, .memeber-2, .memeber-4 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .memeber-3 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .team-2-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .is-h4 {
    font-size: 1.5rem;
  }

  .timeline_grid {
    grid-column-gap: 1em;
    grid-template-columns: 4em 1fr;
  }

  .is-h2 {
    font-size: 2rem;
  }

  .timeline_dot {
    width: 1.2rem;
    height: 1.2rem;
  }

  .timeline_progress {
    left: 2em;
  }

  .page-padding-m {
    padding-left: 4%;
    padding-right: 4%;
  }

  .is-h4-2 {
    font-size: 16px;
  }

  .timeline_grid-2 {
    grid-column-gap: 1em;
    grid-template-columns: 4em 1fr;
  }

  .is-h2-2 {
    font-size: 2rem;
  }

  .timeline_dot-2 {
    width: 1.2rem;
    height: 1.2rem;
  }

  .timeline_progress-2 {
    left: 2em;
  }

  .dropdown-copy.platform {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .dropdown-toggle-copy.coming-soon.mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-9-copy {
    font-size: 16px;
    line-height: 26px;
  }

  .dropdown-toggle-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-9-copy {
    font-size: 16px;
  }

  .dropdown-list-copy.w--open {
    flex-direction: column;
    min-width: auto;
    display: flex;
    position: static;
  }

  .dropdown-link-copy-copy {
    border-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-link-copy-copy.coming-soon {
    border-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-image-wrapper {
    height: auto;
  }

  .slide-14 {
    width: 100%;
    height: 100%;
  }

  .slider-2 {
    height: 300px;
  }

  .slide-15 {
    width: 100%;
    height: 100%;
  }

  .container-3 {
    max-width: none;
  }

  .margin-bottom-24px {
    text-align: left;
  }

  .heading-13 {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
  }

  .container-4 {
    max-width: none;
  }

  .features-paragraph {
    text-align: left;
  }

  .features-right {
    flex-direction: column;
    margin-bottom: 0;
  }

  .features-block-two {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .paragraph {
    margin-top: 0;
    font-weight: 400;
    line-height: 27px;
  }

  .paragraph-2 {
    margin-top: 0;
  }

  .cta_layout {
    padding: 2rem;
  }

  .break-line {
    display: block;
  }

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

  .text-align-center.heading-style-h1 {
    font-size: 8vw;
  }

  .hero_image {
    max-width: 100%;
  }

  .features_card-left {
    padding: 2rem;
  }

  .features_embed {
    height: 15rem;
  }

  .hero_animation-heading {
    text-align: center;
    font-size: 8vw;
  }

  .hero_animation-vertical {
    font-size: 1vw;
  }

  .padding-global {
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_animation-container {
    height: 13vw;
    margin-top: -.6rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .heading-14 {
    text-align: left;
    font-size: 32px;
    line-height: 42px;
  }

  .image-40 {
    max-width: 100%;
  }

  .fees-left {
    width: auto;
  }

  .fees-right {
    width: auto;
    max-width: 100%;
    margin-top: 40px;
  }

  .heading-15 {
    font-size: 32px;
    line-height: 42px;
  }

  .image-41 {
    max-width: 100%;
  }

  .image-copy {
    width: 80%;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .text-link {
    margin-top: 29px;
    margin-left: 20px;
  }

  .timeline-month {
    font-size: 1.7em;
  }

  .gif-image {
    height: 80%;
  }

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

  .container-5.flex-verticle {
    justify-content: flex-end;
    padding-left: 10px;
    padding-right: 10px;
  }

  .timeline-item {
    height: 220px;
  }

  .text-6em {
    font-size: 3.7em;
  }

  .timeline-wrapper {
    width: 93%;
  }

  .timeline-content-wrapper {
    grid-row-gap: 24vh;
  }

  .timeline-track {
    width: 7px;
  }

  .new-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .timeline-text {
    font-size: 1.2em;
  }

  .comparison {
    margin-top: 0;
  }

  .woof {
    flex-direction: column;
  }

  .timeline-item-copy {
    height: 220px;
  }

  .is-h4-3 {
    font-family: Inter, sans-serif;
    font-size: 16px;
  }

  .timeline_grid-3 {
    grid-column-gap: 1em;
    grid-template-columns: 4em 1fr;
  }

  .is-h2-3 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
  }

  .timeline_dot-3 {
    width: 1.2rem;
    height: 1.2rem;
  }

  .timeline_progress-3 {
    left: 2em;
  }

  .timeline_inner-2-mobile {
    max-width: none;
  }

  .timeline_grid-wrap-mobile {
    left: -9px;
  }

  .timeline_dot-3-copy {
    width: 1.2rem;
    height: 1.2rem;
  }

  .heading-14-copy-copy-copy {
    font-size: 28px;
    line-height: 38px;
  }

  .partners-container {
    max-width: none;
  }

  .partners-wrappers {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: flex-start center;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .shiba-logo {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-16 {
    text-align: left;
    font-size: 32px;
    line-height: 42px;
  }

  .text-block-17 {
    text-align: left;
    margin-top: 10px;
    margin-left: 10px;
  }

  .div-block-7 {
    text-align: center;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding: 10px 0;
    display: flex;
  }

  .clients-image-three-copy, .clients-image-three-copy-copy {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .clients-image-three-copy-copy {
    width: 80px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .clients-image-three-copy-copy-copy {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-7, .link-block-8, .link-block-9, .link-block-10 {
    display: flex;
  }

  .link-block-11 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .partners-wrapper-1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
  }

  .partners-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
  }

  .new-section-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-block-18 {
    text-align: left;
  }

  .heading-14-copy-copy-copy-copy {
    text-align: left;
    margin-top: 40px;
    font-size: 28px;
    line-height: 38px;
  }

  .navbar-2 {
    z-index: 1000;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-menu-2 {
    z-index: 200;
    border-radius: 10px 0 10px 10px;
    top: 69px;
    overflow: auto;
  }

  .brand-2 {
    width: 50%;
    padding-left: 0;
  }

  .menu-button-2 {
    font-size: 24px;
    top: 0;
  }

  .menu-button-2.w--open {
    top: 0;
  }

  .dropdown-list-copy-copy-copy.w--open {
    flex-direction: column;
    min-width: auto;
    display: flex;
    position: static;
  }

  .heading-17 {
    font-size: 46px;
    line-height: 56px;
  }

  .hero-flex-right {
    width: 100%;
  }

  .text-block-19 {
    width: auto;
  }

  .box {
    height: auto;
    min-height: 80px;
    max-height: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-4 {
    font-size: 15px;
    line-height: 25px;
  }

  .container-7 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .heading-18 {
    font-size: 42px;
    line-height: 52px;
  }

  .paw-illustartion-wrapper {
    width: 90%;
  }

  .image-45 {
    max-width: 130px;
    max-height: 130px;
  }

  .text-block-22 {
    margin-top: 3px;
    margin-left: 0;
  }

  .container-1-copy {
    max-width: 90%;
  }

  .container-1-copy.navv {
    justify-content: flex-start;
    max-width: none;
    display: block;
  }

  .image-48 {
    width: 100%;
  }

  .dropdown-link-copy-copy-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-link-copy-copy-copy.white.round {
    border-style: none;
  }

  .dropdown-link-copy-copy, .dropdown-link-copy-copy-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .platform-hero-wrapper {
    padding-top: 40px;
  }

  .community-hero {
    position: static;
    overflow: hidden;
  }

  .community-flex {
    z-index: 0;
    position: static;
  }

  .column-1 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    display: block;
    position: static;
    overflow: hidden;
  }

  .text-block-23 {
    font-size: 16px;
    line-height: 26px;
  }

  .dropdown-link-copy-copy-copy-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-20 {
    font-size: 32px;
    line-height: 42px;
  }

  .socials-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: static;
    overflow: hidden;
  }

  .socials-left {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .image-50 {
    width: 30px;
    height: 30px;
  }

  .link-block-13 {
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
  }

  .community {
    background-image: linear-gradient(#fff, #fff 0%, #eaecf3 0%, #cdd5f1);
    padding-top: 0;
    padding-bottom: 40px;
  }

  .columns-2 {
    flex-direction: column-reverse;
    margin-top: 40px;
    display: flex;
  }

  .navbar-2-copy {
    justify-content: flex-start;
    width: 90%;
    max-width: none;
    display: block;
  }

  .about-text-wrapper-copy {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .team-section-copy {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .link-block-13-copy, .link-block-12-copy {
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
  }

  .cta-button-red-copy-copy {
    margin-bottom: 15px;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 27px;
  }

  .cta-button-red-copy-copy:hover {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cta-button-red-copy-copy.read-more-button {
    border-radius: 14px;
    font-size: 16px;
    line-height: 18px;
  }

  .heading-21 {
    font-size: 32px;
    line-height: 42px;
  }

  .text-block-24 {
    text-align: center;
  }

  .columns-2-copy {
    margin-top: 40px;
  }

  .column-2-copy, .column-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-button-red-copy.about-section-button {
    border-radius: 20px;
    padding: 15px 20px;
    font-size: 17px;
    line-height: 27px;
  }

  .cta-button-red-copy.footer {
    margin-top: 25px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 27px;
  }

  .cta-button-red-copy.about-section-button-copy {
    border-radius: 20px;
    padding: 15px 20px;
    font-size: 17px;
    line-height: 27px;
  }

  .woofenomics-text-copy {
    padding-top: 0;
  }

  .image-6-copy {
    max-width: 100%;
  }

  .heading-5-copy {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 42px;
    line-height: 52px;
  }

  .information-wrapper {
    flex-direction: row;
    margin-top: 20px;
  }

  .information-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 42px;
    line-height: 52px;
  }

  .information-1 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .information-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .etherscan, .dextools, .coinmarketcap, .coingecko {
    text-align: center;
  }

  .info-wrapper {
    margin-bottom: 20px;
  }

  .link-block-5-copy {
    width: 100px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .dao-section {
    padding-bottom: 0;
  }

  .dao-1 {
    justify-content: center;
    align-items: center;
  }

  .text-block-25-copy {
    text-align: center;
  }

  .heading-20-copy {
    font-size: 32px;
    line-height: 42px;
  }

  .dropdown-copy {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .flex-box-about-copy {
    padding-top: 40px;
  }

  .about-images-wrapper-copy {
    margin-top: 40px;
  }

  .exchanges-copy-copy {
    padding-bottom: 60px;
  }

  .text-block-3-copy, .text-block-3-copy-copy {
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .woofpack-flex {
    padding-top: 20px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .woofpack-1 {
    justify-content: center;
    align-items: center;
  }

  .image-54 {
    max-width: 100%;
  }

  .dropdown-link-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .video-3 {
    min-width: auto;
    max-width: none;
  }

  .partners-container-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .heading-16-copy {
    text-align: left;
    font-size: 32px;
    line-height: 42px;
  }

  .text-block-17-copy {
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
    margin-top: 10px;
    margin-left: 10px;
  }

  .woofverse-text {
    font-size: 16px;
    line-height: 26px;
  }

  .woof-token {
    padding-top: 0;
  }

  .heading-3-copy {
    margin-top: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .text-block-3-copy {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .columns-2-copy {
    flex-direction: column-reverse;
    margin-top: 40px;
    padding-bottom: 0;
    display: flex;
  }

  .dropdown-toggle-copy-copy {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .dropdown-list-copy-copy.w--open, .dropdown-list-copy-copy-copy.w--open {
    flex-direction: column;
    min-width: auto;
    display: flex;
    position: static;
  }

  .exchanges-copy-copy-copy {
    padding-bottom: 60px;
  }

  .text-block-3-copy-copy {
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-24-copy {
    text-align: center;
  }

  .text-block-3-copy-copy-copy {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .dropdown-copy-copy, .dropdown-copy-copy-copy {
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .dropdown-copy-copy-copy, .dropdown-copy-copy-copy-copy {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .socials-left-copy {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .blockchain-army-logo-copy {
    max-width: none;
  }

  .link-subwrapper-f5-copy {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .woofletter {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .woofletter-text, .woofletter-text-copy {
    font-size: 16px;
    line-height: 26px;
  }

  .woofletter-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .unif-logo {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-17-copy {
    text-align: left;
    margin-top: 10px;
    margin-left: 10px;
  }

  .unif {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-17-copy-copy {
    text-align: left;
    text-align: left;
    margin-top: 10px;
    margin-left: 10px;
  }

  .text-block-9-copy-copy {
    font-size: 16px;
    line-height: 26px;
  }

  .dropdown-copy, .dropdown-copy-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-toggle-copy-copy-copy, .dropdown-toggle-copy-copy-copy-copy {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .text-block-9-copy-copy-copy {
    font-size: 16px;
    line-height: 26px;
  }
}

#w-node-_3933d5ec-2ed6-12ad-f103-d27d11a5fa25-0c5895fc, #w-node-_3933d5ec-2ed6-12ad-f103-d27d11a5fa26-0c5895fc, #w-node-_3933d5ec-2ed6-12ad-f103-d27d11a5fa28-0c5895fc, #w-node-_3933d5ec-2ed6-12ad-f103-d27d11a5fa2e-0c5895fc, #w-node-_3933d5ec-2ed6-12ad-f103-d27d11a5fa34-0c5895fc, #w-node-_3933d5ec-2ed6-12ad-f103-d27d11a5fa36-0c5895fc, #w-node-_3933d5ec-2ed6-12ad-f103-d27d11a5fa37-0c5895fc, #w-node-_3933d5ec-2ed6-12ad-f103-d27d11a5fa38-0c5895fc, #w-node-_3933d5ec-2ed6-12ad-f103-d27d11a5fa3a-0c5895fc, #w-node-_3933d5ec-2ed6-12ad-f103-d27d11a5fa40-0c5895fc, #w-node-_3933d5ec-2ed6-12ad-f103-d27d11a5fa46-0c5895fc, #w-node-_3933d5ec-2ed6-12ad-f103-d27d11a5fa48-0c5895fc, #w-node-_3933d5ec-2ed6-12ad-f103-d27d11a5fa49-0c5895fc, #w-node-_3933d5ec-2ed6-12ad-f103-d27d11a5fa4a-0c5895fc, #w-node-_3933d5ec-2ed6-12ad-f103-d27d11a5fa4c-0c5895fc, #w-node-_3933d5ec-2ed6-12ad-f103-d27d11a5fa52-0c5895fc, #w-node-_3933d5ec-2ed6-12ad-f103-d27d11a5fa58-0c5895fc, #w-node-_78158058-6cf4-51ab-34d0-3088ece740bf-0c5895fc, #w-node-_78158058-6cf4-51ab-34d0-3088ece740c0-0c5895fc, #w-node-_78158058-6cf4-51ab-34d0-3088ece740c2-0c5895fc, #w-node-_78158058-6cf4-51ab-34d0-3088ece740ce-0c5895fc, #w-node-_78158058-6cf4-51ab-34d0-3088ece740da-0c5895fc, #w-node-_78158058-6cf4-51ab-34d0-3088ece740dc-0c5895fc, #w-node-_78158058-6cf4-51ab-34d0-3088ece740dd-0c5895fc, #w-node-_78158058-6cf4-51ab-34d0-3088ece740de-0c5895fc, #w-node-_78158058-6cf4-51ab-34d0-3088ece740e0-0c5895fc, #w-node-_78158058-6cf4-51ab-34d0-3088ece740f8-0c5895fc, #w-node-_78158058-6cf4-51ab-34d0-3088ece740ec-0c5895fc, #w-node-_78158058-6cf4-51ab-34d0-3088ece740fa-0c5895fc, #w-node-_78158058-6cf4-51ab-34d0-3088ece740fb-0c5895fc, #w-node-_78158058-6cf4-51ab-34d0-3088ece740fc-0c5895fc, #w-node-_78158058-6cf4-51ab-34d0-3088ece740fe-0c5895fc, #w-node-_78158058-6cf4-51ab-34d0-3088ece74116-0c5895fc, #w-node-_78158058-6cf4-51ab-34d0-3088ece7410a-0c5895fc, #w-node-f43fa99d-8fad-1276-6978-0659e2e86adc-1b118120 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f43fa99d-8fad-1276-6978-0659e2e86adc-1b118120 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3933d5ec-2ed6-12ad-f103-d27d11a5fa2e-0c5895fc {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3933d5ec-2ed6-12ad-f103-d27d11a5fa46-0c5895fc, #w-node-_3933d5ec-2ed6-12ad-f103-d27d11a5fa58-0c5895fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78158058-6cf4-51ab-34d0-3088ece740ce-0c5895fc {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_78158058-6cf4-51ab-34d0-3088ece740f8-0c5895fc, #w-node-_78158058-6cf4-51ab-34d0-3088ece74116-0c5895fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f43fa99d-8fad-1276-6978-0659e2e86adc-1b118120 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Futura round';
  src: url('../fonts/Futura-Round.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura round';
  src: url('../fonts/Futura-Round-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
