:root {
  --midnight-blue: #0f0f4d;
  --white: white;
  --orange: #ffb23c;
  --royal-blue: #0076ff;
  --black: black;
  --tent-blue: #0776c3;
  --basically-black: #010511;
  --light-blue: #adccfa;
  --off-white: whitesmoke;
  --off-black: #090d1c;
  --midnight-blue-2: #171777;
  --new-yellow: #ffb422;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.page-wrapper {
  background-image: radial-gradient(circle farthest-side at 0 80%, #0076ff80, #0076ff00 37%), radial-gradient(circle at 0 0, #0076ff99, #0076ff00 20%);
  position: relative;
  overflow: hidden;
}

.body {
  background-color: var(--midnight-blue);
  color: var(--white);
  font-family: Work Sans, sans-serif;
  font-size: 18px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.section.nav {
  z-index: 50;
  background-image: linear-gradient(#00000080, #0000);
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.section.hero {
  justify-content: flex-start;
  height: 95vh;
  max-height: 1080px;
  padding-top: 175px;
  position: relative;
}

.section.footer {
  background-color: #000;
  position: relative;
}

.section.radial-gradient {
  background-image: radial-gradient(circle closest-side at 50% 60%, #0076ff59, #0f0f4d00);
  margin-top: -150px;
  padding-top: 300px;
  padding-bottom: 100px;
  position: relative;
}

.section.community {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.about-hero {
  padding-top: 75px;
}

.section.about-affiliate {
  height: auto;
  min-height: 100%;
  padding-top: 0;
}

.section.new {
  background-color: #00000026;
}

.section.fort-gotten {
  background-color: #000;
  background-image: linear-gradient(#050520, #0000), url('../images/centro-night-bg-web.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  position: relative;
}

.section.partnership-items {
  background-color: #00000026;
  padding-bottom: 150px;
}

.content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.content.navbar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  padding: 12px 25px;
  display: flex;
}

.content.hero {
  z-index: 5;
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1600px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.content.footer {
  align-items: flex-start;
  max-width: 1600%;
  padding-top: 60px;
  padding-bottom: 50px;
  line-height: 1.4;
}

.content.how-to-trade {
  padding-top: 50px;
  padding-bottom: 100px;
}

.content.about {
  padding-bottom: 250px;
}

.content.affiliate {
  z-index: 5;
  height: auto;
  padding-top: 200px;
  padding-bottom: 50px;
  position: relative;
}

.content.partners {
  padding-bottom: 50px;
}

.content.partners.update {
  padding-bottom: 0;
}

.content.fort-gotten {
  padding-top: 100px;
  padding-bottom: 50px;
}

.content.partner-items {
  padding-bottom: 50px;
}

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

.nav__link {
  color: var(--white);
  padding: 15px 10px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.nav__link:hover {
  color: var(--orange);
}

.nav__link.hide {
  display: none;
}

.button-icon {
  width: 25px;
  margin-right: 10px;
}

.button {
  background-color: var(--orange);
  color: var(--midnight-blue);
  border-radius: 10px;
  margin-top: 10px;
  padding: 15px 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button.nav {
  background-image: linear-gradient(52deg, var(--royal-blue), var(--orange));
  color: var(--white);
  margin-top: 0;
  margin-left: 10px;
  padding: 2px;
}

.button.hero {
  background-image: linear-gradient(143deg, var(--royal-blue), var(--orange));
  color: var(--white);
  margin-top: 0;
  margin-left: 0;
  padding: 2px;
}

.button.community {
  background-image: linear-gradient(143deg, var(--royal-blue), var(--orange));
  color: var(--white);
  margin-top: 0;
  margin-left: 0;
  padding: 2px;
  transition: all .2s;
}

.button.community:hover {
  color: var(--orange);
}

.button.affiliate {
  background-image: linear-gradient(52deg, var(--royal-blue), var(--orange));
  color: var(--white);
  margin-top: 0;
  margin-left: 0;
  padding: 2px;
}

.button.fort-gotten {
  background-image: linear-gradient(52deg, var(--royal-blue), var(--orange));
  color: var(--white);
  margin-top: 20px;
  margin-left: 0;
  padding: 2px;
}

.benefits {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 700px;
  margin-top: 0;
  margin-bottom: 15px;
  display: flex;
}

.benefit {
  background-color: #ffffff0d;
  background-image: radial-gradient(circle closest-corner at 60% 270%, #0076ff80, #fff0);
  border: 1px solid #ffffff26;
  border-radius: 10px;
  margin: 10px;
  padding: 10px 15px;
  font-weight: 600;
}

.steps {
  justify-content: center;
  margin-top: 75px;
  margin-bottom: 125px;
  display: flex;
}

.step {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.step-box {
  border: 2px solid #fff3;
  border-radius: 25px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 50px 50px 25px;
  display: flex;
}

.step-number {
  background-color: var(--midnight-blue);
  color: var(--orange);
  border: 2px solid #ffffff40;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: -25px;
  font-size: 32px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.step-img {
  max-height: 225px;
}

.more-info {
  background-color: var(--black);
  border-radius: 25px;
  margin-bottom: 150px;
  padding: 75px;
}

.nav-logo__img {
  height: 50px;
}

.nav-social-icon {
  width: 25px;
  margin-right: 0;
}

.h1 {
  width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
}

.h1.fade-up.tricks {
  width: 500px;
  font-size: 80px;
}

.h1.share-partnership {
  font-size: 96px;
}

.hero-subtitle {
  color: var(--orange);
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.button-text {
  line-height: 1.2;
}

.button-text.small {
  background-color: #0f0f4d;
  border-radius: 8px;
  padding: 10px 12px;
  font-weight: 600;
  transition: all .2s;
}

.button-text.small:hover {
  color: var(--orange);
}

.button-text.small.nav {
  font-size: 14px;
}

.button-text.hero {
  background-color: #1b45a0;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 22px;
  font-weight: 500;
  transition: all .2s;
}

.button-text.hero:hover {
  color: var(--orange);
}

.title {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

.title.info {
  color: var(--white);
  margin-bottom: 15px;
}

.title.big-white {
  color: var(--white);
  margin-bottom: 35px;
  font-size: 56px;
}

.title.big-white.catalyst {
  margin-bottom: 5px;
}

.title.wallets {
  color: #ffffffbf;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-size: 24px;
  font-weight: 400;
}

.title.testimonials {
  margin-top: 50px;
  margin-bottom: 25px;
}

.subtitle {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.subtitle.info {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.subtitle.beta {
  margin-top: 15px;
  margin-bottom: 15px;
}

.trading-icon {
  margin-bottom: 50px;
}

.footer-logo {
  margin-bottom: 15px;
}

.footer-text {
  color: silver;
  font-weight: 400;
}

.link {
  color: silver;
}

.antenna {
  opacity: .15;
  font-size: 10px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.blue {
  color: var(--royal-blue);
}

.tent-hero-img {
  width: 75%;
  min-width: 600px;
  max-width: 1200px;
  display: none;
  position: absolute;
  inset: auto -75px -100px auto;
}

.tabs {
  width: 800px;
}

.tab-link {
  color: var(--white);
  background-color: #ffffff0d;
  border: 1px solid #ffffff26;
  border-radius: 10px;
  width: auto;
  margin-left: 8px;
  margin-right: 8px;
  padding: 15px 20px;
  font-size: 16px;
  transition: all .2s;
}

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

.tab-link.w--current {
  background-color: #ffffff1a;
  background-image: radial-gradient(circle closest-corner at 50% 190%, #ffb23c80, #ffb23c00 96%);
}

.tab-link__text {
  font-weight: 500;
}

.tabs-menu {
  margin-bottom: 35px;
}

.pricing-block {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.pricing__title {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.pricing__price {
  background-color: #ffffff0d;
  background-image: radial-gradient(circle at 80% 150%, #0076ff80, #0076ff00 50%), radial-gradient(circle farthest-side at 0 -60%, #ffffff4d, #fff0 50%);
  border-radius: 12px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 18px;
  font-size: 24px;
  font-weight: 600;
}

.pricing__price.numbers {
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px;
  font-size: 32px;
  line-height: 1;
}

.pricing__detail {
  color: #ffffff80;
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
}

.community-card {
  background-color: #0003;
  background-image: url('../images/Plant.png');
  background-position: 110% 40px;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 25px;
  justify-content: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 150px;
  padding: 75px;
  display: flex;
  box-shadow: 0 100px 100px -75px #0006;
}

.community-card__content {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  display: flex;
}

.community__title {
  margin-bottom: 15px;
}

.community__paragraph {
  color: #fff9;
  max-width: 270px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.faq-unit {
  text-align: left;
  background-color: #ffffff12;
  background-image: radial-gradient(circle at 70% 120%, #ffb23c3d, #ffb23c00 44%), radial-gradient(circle at -10% -10%, #0076ff66, #0076ff00 36%);
  border: 1px solid #ffffff26;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 600px;
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  min-height: 50px;
  display: flex;
}

.faq-answer {
  color: #ffffff80;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  overflow: hidden;
}

.footer-plant {
  width: 300px;
  position: absolute;
  inset: auto 3% 0% auto;
}

.mobile-nav-button {
  display: none;
}

.asset {
  width: 300px;
  position: absolute;
}

.asset._1 {
  z-index: 2;
  width: 200px;
  inset: 0% auto auto 5%;
}

.asset._2 {
  filter: blur(3px);
  width: 150px;
  inset: 15% auto auto 3%;
}

.asset._3 {
  width: 150px;
  inset: 19% auto auto 16%;
}

.asset._4 {
  filter: blur(3px);
  width: 75px;
  inset: 40% auto auto 3%;
  transform: rotate(20deg);
}

.asset._5 {
  width: 100px;
  inset: 56% auto auto 7%;
  transform: rotate(-9deg);
}

.asset._6 {
  filter: blur(2px);
  width: 75px;
  inset: auto auto 15% 11%;
  transform: rotate(-9deg);
}

.asset._7 {
  filter: blur(1px);
  width: 100px;
  inset: auto auto 3% -1%;
  transform: rotate(-9deg);
}

.asset._8 {
  width: 200px;
  inset: auto auto 3% 3%;
  transform: rotate(-22deg);
}

.asset._9 {
  width: 200px;
  inset: auto -4% -19% auto;
  transform: rotate(-22deg);
}

.asset._10 {
  z-index: 2;
  width: 150px;
  top: 72%;
  left: auto;
  right: -1%;
  transform: rotate(-48deg);
}

.asset._11 {
  filter: blur(2px);
  width: 150px;
  inset: auto 14% -1% auto;
  transform: rotate(-48deg);
}

.asset._12 {
  z-index: 2;
  filter: blur(2px);
  width: 200px;
  inset: 35% -2% auto auto;
  transform: rotate(-48deg);
}

.asset._13 {
  width: 300px;
  inset: 27% 3% auto auto;
  transform: rotate(-48deg);
}

.asset._14 {
  z-index: 2;
  filter: blur(2px);
  width: 75px;
  inset: 58% 6% auto auto;
  transform: rotate(-48deg);
}

.asset._15 {
  width: 200px;
  inset: auto auto -19% -3%;
  transform: rotate(-22deg);
}

.mobile-nav-right {
  display: none;
}

.discord-button {
  background-color: var(--midnight-blue);
  border-radius: 8px;
  padding: 12px 14px;
  display: flex;
}

.text-block {
  margin-left: 10px;
}

.about-hero-title {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 72px;
  line-height: 1.2;
}

.about-tent-card {
  background-color: #0003;
  background-image: url('../images/Marhmello.png');
  background-position: 105% 30%;
  background-repeat: no-repeat;
  background-size: 55%;
  border-radius: 25px;
  justify-content: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 150px;
  padding: 75px 50px;
  display: flex;
  box-shadow: 0 100px 100px -75px #0006;
}

.about-tent-card.affiliate {
  background-image: none;
  margin-top: 50px;
  margin-bottom: 200px;
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
}

.about-tent-card.rewards {
  text-align: center;
  background-image: none;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
}

.about-tent-card.verification {
  text-align: center;
  background-image: none;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.about-tent-card.verification.home {
  margin-bottom: 50px;
}

.about-tent__content {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.about-tent__content.affiliate {
  width: 490px;
  line-height: 1.4;
}

.about-tent__p {
  color: #fff9;
  max-width: 100%;
  margin-bottom: 15px;
  line-height: 1.4;
}

.about-tent__p.main {
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
}

.about-tent__p.affiliate {
  color: var(--white);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
}

.about-tent__p.affiliate-sub {
  margin-bottom: 20px;
  font-size: 24px;
}

.yellow {
  color: var(--orange);
}

.team {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.about-fg-logo {
  background-color: #00000059;
  border-radius: 12px;
  width: 320px;
  margin-bottom: 25px;
  padding: 25px 35px;
}

.about-team-intro {
  font-size: 18px;
  line-height: 1.4;
}

.yellow-bold {
  color: var(--orange);
  font-weight: 700;
}

.team-member {
  background-color: #0000000d;
  background-image: radial-gradient(circle farthest-side at 0 100%, #0076ff24, #0076ff00 75%);
  border: 1px solid #ffffff12;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 23%;
  max-width: 250px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 39px;
  padding-bottom: 39px;
  display: flex;
  box-shadow: 0 50px 50px -50px #000000c4;
}

.team-profile-pic {
  border-radius: 500px;
  width: 150px;
}

.team-social-link {
  margin-top: 12px;
  margin-bottom: 12px;
}

.team-social-link-img {
  width: 25px;
  height: 25px;
  margin: 10px;
}

.team-name {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.team-name.emoji {
  margin-bottom: 15px;
}

.team-role {
  color: #ffffff80;
  margin-top: 5px;
}

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

.about-marshmallows, .open-mobile-nav {
  display: none;
}

.mobile-nav-logo-img {
  margin-bottom: 15px;
}

.wallet-logo {
  width: 25px;
  margin-right: 10px;
}

.wallet-logo.ccvault {
  width: 40px;
  margin-left: -5px;
  margin-right: 5px;
  padding: 7px;
}

.wallet-block {
  color: #ffffffbf;
  background-color: #fff0;
  background-image: none;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.wallets {
  justify-content: center;
  align-items: center;
  display: flex;
}

.supported-wallets {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.affiliate-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 72px;
  line-height: 1.2;
}

.affiliate-title.discord {
  width: 350px;
  margin-top: -15px;
  font-size: 48px;
  font-weight: 600;
}

.affiliate-title.section {
  margin-bottom: 20px;
  font-size: 64px;
}

.affiliate-subtitle {
  color: var(--orange);
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.4;
}

.affiliate-link {
  background-color: #ffffff0d;
  background-image: radial-gradient(circle closest-corner at 60% 270%, #0076ff80, #fff0);
  border: 1px solid #ffffff26;
  border-radius: 10px;
  margin: 10px 10px 50px;
  padding: 10px 15px;
  font-weight: 600;
}

.light-blue-text {
  color: var(--royal-blue);
}

.affiliate-campfire {
  height: 110%;
  position: absolute;
  inset: auto 50px 10% auto;
}

.discord-message-part {
  margin-bottom: 200px;
  display: flex;
}

.discord-side-text {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  width: 350px;
  margin-left: 50px;
  display: flex;
}

.afiliate-subtext {
  font-size: 24px;
  line-height: 1.4;
}

.work-step {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  margin-bottom: 75px;
  display: flex;
}

.work-step-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 350px;
  margin-left: 50px;
  font-size: 22px;
  line-height: 1.4;
  display: flex;
}

.work-step-content.left {
  margin-left: 0;
  margin-right: 50px;
}

.work-step-title {
  margin-top: 0;
  font-size: 32px;
  line-height: 1.2;
}

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

.work-step-img {
  box-shadow: 0 60px 50px -50px #00000087;
}

.work-step-img.inverted {
  order: 1;
}

.rewards-texts {
  width: 620px;
  line-height: 1.4;
}

.rewards-texts.rewards {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 2;
}

.rewards-texts.verification {
  margin-bottom: 25px;
}

.tent-discord {
  width: 800px;
}

.tent-discord-mobile {
  display: none;
}

.faq-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-faq {
  color: #d6d6d6;
}

.announcement_bar {
  z-index: 100;
  background-color: var(--orange);
  color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.announcement-link {
  color: var(--midnight-blue);
  text-decoration: none;
}

.tent-numbers {
  align-items: center;
  margin-top: 0;
  margin-bottom: 35px;
  display: flex;
}

.number-description {
  font-size: 24px;
  font-weight: 400;
}

.tweet-card {
  text-align: left;
  background-color: #0003;
  border-radius: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  height: auto;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.testimonial-user {
  color: #69aeffdb;
  margin-bottom: 0;
  line-height: 24px;
}

.testimonial_icon {
  opacity: .5;
  width: 25px;
  height: 25px;
  margin-bottom: 20px;
  position: absolute;
  inset: auto 20px 0% auto;
}

.testimonial-text {
  color: #fffc;
  font-weight: 400;
  line-height: 1.2;
}

.testimonials {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.sub-paragraph {
  max-width: 800px;
  margin-top: -25px;
  line-height: 1.4;
}

.sub-paragraph.yellow-bold.fort-gotten {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
}

.sub-paragraph.update {
  margin-top: -20px;
  margin-bottom: 25px;
}

.partners-logos {
  flex-flow: wrap;
  justify-content: center;
  width: auto;
  margin-top: 25px;
  margin-bottom: 45px;
  display: flex;
}

.partners-logos.partner-page {
  margin-bottom: 100px;
}

.partner-logo {
  background-color: #0003;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin: 10px;
  padding: 25px;
  display: flex;
}

.partner-logo.c-village {
  width: 250px;
}

.partner-logo.wallet-bud {
  padding: 19px;
}

.partner-logo.kongs {
  padding: 10px;
}

.partner-logo.pond {
  padding: 29px;
}

.partner-logo.pioneers {
  padding: 15px;
}

.hero-ui-image {
  border-radius: 15px;
  align-self: center;
  width: 50vw;
  min-width: 600px;
  max-width: 1200px;
  margin-right: 0;
  position: relative;
  inset: 0% 0% auto auto;
}

.hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.fort-gotten-kidz {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.fg-kid {
  width: 500px;
}

.fg-kid.center {
  width: 550px;
  margin-left: -200px;
  margin-right: -200px;
}

.testimonial-profile {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.testimonial-profile-box {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.share-partnership-hero-p {
  max-width: 600px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.4;
}

.project-items {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.project-item-block {
  color: var(--white);
  background-color: #fff;
  border-radius: 25px;
  flex: 1;
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.item-img {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 25px;
}

.item-name {
  color: var(--midnight-blue);
}

.notice-popup {
  z-index: 50;
  background-color: var(--royal-blue);
  border-radius: 15px;
  max-width: 500px;
  padding: 50px 75px 30px 30px;
  position: fixed;
  inset: auto 15px 15px auto;
}

.notice-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.notice-text {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.notice-button {
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.notice-button:hover {
  color: var(--royal-blue);
  background-color: #fff;
}

.close-button-svg {
  text-align: right;
  cursor: pointer;
  padding: 8px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-button-svg.nav {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.catalyst-intro-p {
  width: 700px;
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.4;
}

.catalyst-intro-p.sub {
  color: var(--orange);
  width: 800px;
  margin-top: 5px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}

.catalyst-proposal {
  color: var(--white);
  background-color: #0000000d;
  background-image: radial-gradient(circle farthest-side at 0 100%, #0076ff24, #0076ff00 75%);
  border: 1px solid #ffffff12;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 39px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 50px 50px -50px #000000c4;
}

.catalyst-proposals {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.catalyst-status {
  color: #ffffff80;
  background-color: #00000063;
  border-radius: 8px;
  margin-top: 15px;
  padding: 6px 10px;
  font-size: 14px;
}

.view-proposal {
  color: var(--royal-blue);
  margin-top: 15px;
  font-size: 16px;
}

.security-content {
  background-color: #010138;
  border-radius: 40px;
  width: 100%;
  max-width: 800px;
  margin-top: 100px;
  padding: 100px;
}

.rich-text-security {
  font-size: 16px;
  line-height: 1.5;
}

.rich-text-security p {
  margin-bottom: 20px;
}

.rich-text-security h2 {
  color: var(--orange);
  margin-top: 70px;
  margin-bottom: 20px;
}

.rich-text-security ol {
  margin-bottom: 20px;
  line-height: 1.5;
}

.rich-text-security h3 {
  color: #4c9fff;
  margin-top: 40px;
  margin-bottom: 20px;
}

.rich-text-security ul {
  margin-bottom: 20px;
}

.rich-text-security blockquote {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
}

.rich-text-security li {
  margin-bottom: 10px;
}

.rich-text-security a {
  color: #4c9fff;
  text-decoration: none;
}

.security-heading {
  margin-top: 0;
  margin-bottom: 25px;
}

.security-notice {
  background-color: var(--royal-blue);
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  inset: 0 0% auto;
}

.link-4 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.security-article-image {
  object-fit: cover;
  width: 100%;
  margin-bottom: 20px;
}

.update-logo {
  margin-left: 15px;
  margin-right: 15px;
}

.update-logos {
  margin-bottom: 35px;
}

.jpg-link {
  color: #ffe7c2;
  text-decoration: none;
}

.mwc-wrapper {
  overflow: hidden;
}

.mandrillz-body {
  color: #fffad5;
  text-align: center;
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
}

.mwc-hero {
  background-image: url('../images/mandrillz-world-cup-bg-compressed.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 175px 25px 150px;
  display: flex;
}

.mandrillz-buttons {
  align-items: stretch;
  margin-bottom: 100px;
  display: flex;
}

.mandrillz-buttons.about-tent {
  margin-bottom: 0;
}

.mwc-about-tent {
  color: #0c3a29;
  background-color: #fffad5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 175px;
  padding-bottom: 175px;
  display: flex;
}

.mwc-hero-logo {
  width: 600px;
}

.mwc-hero-title {
  color: #ffc600;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 86px;
  font-weight: 900;
  line-height: 1;
}

.mwc-hero-subtitle {
  color: #fffad5;
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 46px;
  line-height: 1;
}

.mwc-hero-text {
  max-width: 1000px;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.4;
}

.mwc-main-button {
  color: #174e47;
  background-color: #ffc600;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  font-weight: 700;
  display: flex;
}

.mwc-main-button.secondary {
  color: #fffad5;
  background-color: #ffc60000;
  border: 5px solid #fffad5;
  padding: 17px;
}

.mwc-main-button.secondary.alt {
  color: #0c3a29;
  background-color: #0c3a2900;
  border-color: #0c3a29;
}

.mwc-main-button.alt {
  color: #fffad5;
  background-color: #0c3a29;
}

.mwc-about-tent-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
}

.mwc-how-to {
  background-image: url('../images/mandrillz-world-cup-bg-compressed---Copy.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 175px;
  padding-bottom: 0;
  display: flex;
}

.mwc-howtotrade-step {
  width: 100%;
  height: auto;
}

.mwc-step-number {
  font-size: 64px;
  line-height: 1;
}

.mwc-tent-view {
  max-width: 600px;
  margin-top: 75px;
  margin-bottom: 75px;
}

.mwc-about-tent-text {
  max-width: 1000px;
  margin-bottom: 50px;
  line-height: 1.4;
}

.mwc-howto-box {
  background-color: #00000080;
  border-radius: 35px;
  max-width: 1000px;
  margin-top: 25px;
  margin-bottom: 50px;
  padding: 35px;
  line-height: 1.4;
}

.mwc-trading-steps {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.mwc-step-title {
  font-size: 38px;
  line-height: 1;
}

.mwc-step-text {
  font-size: 16px;
  line-height: 1.4;
}

.mwc-meta {
  width: 110%;
  max-width: 300%;
}

.mwc-inline-link {
  color: #ffc600;
  text-decoration: none;
}

.n-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 35px;
  display: flex;
}

.n-section.nav {
  z-index: 3;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.n-section.hero {
  background-image: radial-gradient(circle farthest-corner at -10% -10%, var(--tent-blue), #0776c300 30%), radial-gradient(circle farthest-side at 100% 100%, var(--tent-blue), #0776c300 51%);
  height: 98vh;
  padding: 0 35px;
  position: relative;
}

.n-section.trades-title {
  padding-bottom: 0;
  font-size: 24px;
}

.n-section.testimonials {
  text-align: center;
}

.n-section.centered-text {
  text-align: center;
  padding-top: 0;
}

.n-section.cta {
  background-color: var(--tent-blue);
  background-image: radial-gradient(circle at 80%, #04d2f9, #04d2f900 60%);
  align-items: center;
  min-height: 90vh;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.n-section.footer {
  padding-top: 50px;
  padding-bottom: 25px;
}

.n-section.footer-disclamer {
  background-color: var(--basically-black);
  color: #adccfa80;
  flex-direction: row;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.n-section.end-cta {
  padding-top: 0;
  padding-bottom: 50px;
}

.n-section.hide {
  display: none;
}

.n-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  display: flex;
}

.n-container.nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  display: flex;
}

.n-container.nav.fixed {
  z-index: 50;
  align-self: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.n-container.hero {
  z-index: 2;
  max-width: 1600px;
  height: 100%;
  position: relative;
}

.n-container.n-cta-section {
  z-index: 3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.n-container.info-questions {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.n-container.footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.n-container.end-cta {
  border-top: 1px solid var(--light-blue);
  border-bottom: 1px solid var(--light-blue);
  flex-direction: row;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 35px;
}

.new-body {
  background-color: var(--black);
  color: var(--light-blue);
  font-family: Sora, sans-serif;
  font-size: 18px;
}

.svg-embed {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.svg-embed.fort-logo {
  margin-bottom: 15px;
}

.svg-embed.trading-step {
  margin-right: 10px;
}

.svg-embed.footer-social {
  width: 20px;
  height: 20px;
}

.svg-embed.hero-arrow {
  width: 49px;
  height: 49px;
}

.svg-embed.n-mobile-nav-arrow {
  width: 50px;
  margin-top: -5px;
  margin-right: 15px;
}

.n-hero-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  display: flex;
}

.div-block {
  align-items: center;
  display: flex;
}

.n-nav-logo-link.fixed {
  height: 40px;
}

.n-nav-logo-img {
  height: 100%;
}

.n-nav-links {
  align-items: center;
  display: flex;
}

.n-nav-links.fixed {
  align-items: center;
}

.n-nav-link {
  color: var(--light-blue);
  align-self: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  text-decoration: none;
}

.n-hero-bottom {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.n-wrapper {
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
}

.marquee {
  grid-column-gap: 25px;
  background-color: var(--tent-blue);
  color: var(--off-white);
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 84px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  overflow: hidden;
}

.marquee.no-bg {
  background-color: #0776c300;
  margin-top: 25px;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll, .marquee-content.scrolls, .marquee-content.scrolls {
  grid-column-gap: 25px;
  justify-content: space-around;
  align-items: center;
}

.text-block-2 {
  color: #000;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 9vw;
  font-weight: 900;
  line-height: 1;
}

.marquee-text {
  font-size: 64px;
  line-height: 1;
}

.n-button {
  z-index: 1;
  border: 2px solid var(--light-blue);
  color: var(--light-blue);
  background-color: #3898ec00;
  border-radius: 500px;
  align-items: center;
  padding: 15px 40px 12px;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.n-button:hover {
  color: var(--off-black);
}

.n-button.secondary {
  font-size: 16px;
}

.n-button.nav-cta {
  margin-left: 10px;
  padding: 14px 20px 11px;
  font-size: 14px;
  line-height: 1;
}

.n-button.nav-cta.fixed {
  padding-top: 12px;
  padding-bottom: 9px;
  font-size: 13px;
}

.features-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  min-height: 80vh;
  margin-bottom: 25px;
  font-family: roc-grotesk-wide, sans-serif;
  display: grid;
}

.features-grid.hide {
  display: none;
}

.features-footer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature-block {
  background-image: radial-gradient(circle farthest-corner at 100% 20%, #04d2f9, #04d2f900 55%), linear-gradient(to bottom, var(--tent-blue), var(--tent-blue));
  flex-direction: column;
  justify-content: space-between;
  min-height: 335px;
  padding: 25px;
  display: flex;
  position: relative;
}

.feature-block.main {
  background-image: url('../images/Plant.png'), linear-gradient(to bottom, var(--tent-blue), var(--tent-blue));
  background-position: -50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 90%, auto;
}

.feature-block.small {
  padding: 20px;
}

.feature-block.plant {
  background-image: radial-gradient(circle farthest-corner at 100% 30%, #04d2f9, #04d2f900 68%), linear-gradient(to bottom, var(--tent-blue), var(--tent-blue));
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  padding: 25px 35px;
}

.feature-block__subtitle {
  z-index: 3;
  line-height: 1.4;
  position: relative;
}

.feature-block__title {
  color: var(--off-white);
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

.feature-block__title.mid {
  z-index: 3;
  margin-bottom: -10px;
  font-size: 42px;
  position: relative;
}

.feature-block__title.small {
  z-index: 3;
  font-size: 30px;
  position: relative;
}

.feature-block__title.small.ada {
  max-width: 270px;
}

.feature-block__title.big {
  z-index: 3;
  max-width: 600px;
  margin-bottom: 0;
  font-size: 70px;
  position: relative;
}

.home-stats-card {
  border-bottom: 5px solid var(--tent-blue);
  background-color: var(--off-black);
  background-image: radial-gradient(circle farthest-corner at 50% 200%, var(--tent-blue), #0776c300 63%);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 175px;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.home-stats__container {
  z-index: 3;
  width: 100%;
  position: relative;
}

.home-stat__text {
  color: var(--off-white);
  width: 100%;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: clamp(4rem, 4.2vw, 6rem);
  font-weight: 600;
  line-height: 1;
  position: absolute;
  overflow: hidden;
}

.home-stat__text.fade-up.tricks, .home-stat__text.fade-up-2.tricks {
  position: relative;
}

.home-stats-card__subtitle {
  z-index: 3;
  margin-top: -45px;
  margin-bottom: 25px;
  position: relative;
}

.n-partners__header {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.n-partners__grid {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.n-partners__link {
  cursor: default;
}

.trades-img {
  height: 80vh;
}

.n-testimonials-grid {
  flex-flow: wrap;
  justify-content: center;
  width: 100vw;
  max-width: 1920px;
  font-size: 14px;
  display: flex;
}

.fort-highlight {
  background-color: var(--off-black);
  text-align: left;
  background-image: linear-gradient(#090d1cbf, #090d1cbf), url('../images/centro-night-bg-web.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
}

.fort-highlight__content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 0 50px 45px;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.fort-highlight__images {
  flex-direction: row;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  height: 130%;
  display: flex;
  overflow: hidden;
}

.fort-highlight__kid._1 {
  z-index: 2;
  flex: 1;
  align-self: auto;
  width: auto;
  height: 100%;
  margin-left: 0;
  position: relative;
}

.fort-highlight__kid._2 {
  flex: none;
  width: auto;
  height: 85%;
  margin-left: 0;
  margin-right: 0;
}

.fort-highlight__kid.text-block-2 {
  position: relative;
}

.fort-highlight__kid.b {
  height: 130%;
  margin-right: -30px;
  right: 10%;
}

.fort-highlight__content-low {
  color: var(--light-blue);
  flex-direction: column;
  align-items: flex-start;
  width: 52%;
  display: flex;
}

.cta-trading-step {
  align-items: center;
  margin-bottom: 25px;
  font-size: 20px;
  display: flex;
}

.cta-trading-step.last {
  margin-bottom: 50px;
}

.cta-section__title {
  color: var(--off-white);
  width: 100%;
  max-width: 620px;
  margin-bottom: 25px;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.cta-section__title.small {
  width: auto;
  max-width: none;
  font-size: 54px;
}

.div-block-2 {
  align-items: center;
  display: flex;
}

.n-hero-title {
  color: var(--off-white);
  margin-top: 0;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
}

.n-cta-button {
  border: 1px solid var(--light-blue);
  color: var(--light-blue);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 1000px;
  margin-left: 10px;
  padding: 14px 20px 11px;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.n-hero-text {
  width: 700px;
  margin-left: 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.n-home-marquee-text {
  margin-bottom: -10px;
}

.features-footer__text {
  width: 620px;
  font-size: 18px;
  line-height: 1.4;
}

.text-span {
  color: var(--tent-blue);
}

.light-blue {
  color: var(--light-blue);
}

.n-partners__title {
  margin-right: 25px;
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 600;
}

.n-section-title {
  color: var(--off-white);
  margin-top: 0;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
}

.n-section-title.is-centered {
  text-align: center;
}

.fort-highlight__title {
  color: var(--off-white);
  max-width: 480px;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.1;
}

.fort-highlight__kidz {
  justify-content: center;
  align-items: flex-end;
  width: 60%;
  min-width: 650px;
  height: 110%;
  margin-right: 0%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.fort-highlight__kidz-image {
  height: 100%;
  margin-right: -40%;
}

.n-testimonial-block {
  max-width: 550px;
  margin: 20px 25px;
  text-decoration: none;
}

.n-testimonial-text {
  background-color: var(--off-black);
  color: var(--light-blue);
  border-radius: 10000px;
  max-width: 600px;
  padding: 25px 40px;
  line-height: 1.6;
}

.n-testimonial-user {
  color: var(--tent-blue);
  justify-content: flex-end;
  align-items: center;
  padding-right: 50px;
  display: flex;
}

.n-testimonial-user.short {
  padding-right: 0;
}

.n-testimonial-profile-pic {
  border-radius: 10000px;
  width: 60px;
  height: 60px;
  margin-top: -15px;
  margin-left: 15px;
}

.n-cta-section-image {
  width: 50%;
  max-height: 150%;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
  right: 0%;
}

.div-block-3 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.div-block-4 {
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  display: flex;
}

.n-cta-section__content {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0%;
  display: flex;
}

.info-questions-title-block {
  background-color: var(--tent-blue);
  color: var(--off-white);
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 25px;
  display: flex;
}

.info-questions-title-block__title {
  max-width: 360px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1;
}

.info-questions-block {
  background-color: var(--off-black);
  color: var(--tent-blue);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 50px 25px 40px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.info-questions-block.title-block {
  background-color: var(--tent-blue);
  color: var(--off-white);
  justify-content: center;
}

.questions-arrow {
  z-index: 2;
  background-color: var(--tent-blue);
  color: var(--off-black);
  justify-content: flex-end;
  align-items: flex-start;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 12px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.questions-arrow.is-blog {
  margin-top: 2rem;
  margin-right: 2rem;
}

.info-questions-block__title {
  z-index: 3;
  color: var(--light-blue);
  margin-top: 0;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.info-questions-block__title.is-blog {
  max-width: 850px;
  line-height: 1.2;
}

.project-owner-section-title-block {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.project-owner-line {
  background-color: var(--light-blue);
  flex: 1;
  height: 2px;
  margin-left: 15px;
  margin-right: 15px;
}

.project-owner-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  display: grid;
}

.project-owner-block {
  background-color: var(--off-black);
  background-image: radial-gradient(circle farthest-corner at 100% 150%, var(--tent-blue) 37%, #0776c300 74%);
  width: 100%;
  padding: 100px 25px 25px;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.project-owner-block.big, .project-owner-block.big.marshmallows {
  background-image: radial-gradient(circle farthest-corner at 70% 150%, var(--tent-blue) 30%, #0776c300 74%);
}

.project-owner-block-title {
  z-index: 3;
  color: var(--off-white);
  width: 280px;
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 600;
  position: relative;
}

.project-owner-block__text {
  z-index: 3;
  color: var(--light-blue);
  width: 330px;
  position: relative;
}

.n-footer-links {
  display: flex;
}

.n-footer-brand {
  text-align: right;
  font-size: 14px;
}

.n-footer-links-col {
  margin-right: 50px;
  font-size: 14px;
}

.n-footer-link {
  color: var(--tent-blue);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.n-footer-link.main {
  color: var(--light-blue);
  font-weight: 700;
}

.n-footer-social {
  padding: 15px;
}

.n-footer-social.n-nav {
  color: var(--light-blue);
  padding-left: 10px;
  padding-right: 10px;
  transition: all .2s;
}

.n-footer-social.n-nav:hover {
  color: var(--tent-blue);
  transform: translate(0, -2px);
}

.div-block-10 {
  align-items: center;
  display: flex;
}

.div-block-11 {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.vertical-line {
  background-color: var(--light-blue);
  width: 2px;
  height: 50px;
  margin-left: 25px;
  margin-right: 25px;
}

.paragraph {
  margin-top: 25px;
  margin-bottom: 15px;
}

.n-footer-inline-link {
  color: var(--tent-blue);
  text-decoration: none;
}

.noise-overlay {
  z-index: 1;
  opacity: 0;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  mix-blend-mode: overlay;
  background-image: url('../images/noise-pattern.png');
  background-position: 0 0;
  background-size: 250px;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

.end-cta-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
}

.multiple-assets-img {
  z-index: 3;
  width: 45%;
  max-width: 350px;
  position: absolute;
  inset: -75px 25px auto auto;
}

.multiple-assets-img.crown {
  min-width: 180px;
  inset: auto -4% 42% auto;
}

.multiple-assets-img.ada {
  min-width: 160px;
  max-width: 400px;
  top: 40px;
  right: -15px;
}

.multiple-assets-img.layers {
  top: -35px;
}

.noise-project {
  object-fit: contain;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.project-owner-noise-block {
  z-index: 1;
  opacity: .5;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  mix-blend-mode: soft-light;
  background-image: url('../images/noise-pattern.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 250px;
  position: absolute;
  inset: 0%;
}

.project-owner-noise-block._20 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  mix-blend-mode: soft-light;
}

.project-owner-noise-block.cta-section {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-position: 0 0;
  background-size: 250px;
  background-attachment: fixed;
}

.features-planta {
  z-index: 2;
  height: 90%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.partner-marshmallow {
  z-index: 2;
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  height: 90%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.partner-section-3d {
  z-index: 2;
  width: 175px;
  position: absolute;
  inset: -20px 25px auto auto;
}

.partner-section-3d.card {
  width: 220px;
  top: 0;
  right: 0;
  transform: rotate(40deg);
}

.partner-section-3d.campfire {
  width: auto;
  height: 100%;
  inset: auto 5% 5% auto;
}

.projects-section-arrow {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.n-mobile-nav-button {
  cursor: pointer;
  width: 42px;
  height: 42px;
  margin-left: 10px;
  display: none;
}

.n-mobile-nav {
  z-index: 10;
  background-color: var(--tent-blue);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  min-height: 100%;
  padding-left: 35px;
  padding-right: 35px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.n-mobile-nav.is-edit {
  display: flex;
}

.n-mobile-nav-link {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--light-blue);
  color: var(--off-white);
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.n-mobile-nav-link.last {
  border-bottom-style: solid;
}

.n-mobile-nav-link.socials {
  border-style: none;
  border-color: #000;
}

.n-mobile-nav-container {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  display: flex;
  position: relative;
}

.n-mobile-nav-number-decoration {
  color: var(--light-blue);
  font-size: 16px;
  top: -20px;
  left: 10px;
}

.n-mobile-nav-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.n-mobile-nav-header {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  position: absolute;
  inset: 25px auto auto;
}

.n-button-ripple {
  width: 0;
  height: 0;
}

.info-questions-sub {
  z-index: 3;
  position: relative;
}

.questions-arrow-block {
  z-index: 1;
  background-color: var(--tent-blue);
  justify-content: flex-end;
  align-items: flex-start;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 12px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.questions-arrow-block.is-blog {
  margin-top: 2rem;
  margin-right: 2rem;
}

.svg-arrow-animation {
  justify-content: flex-end;
  width: 80px;
  height: 39px;
  margin-top: 15px;
  display: flex;
  overflow: hidden;
}

.svg-arrow {
  z-index: 3;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 2px;
  display: flex;
  position: relative;
}

.n-fixed-desktop-nav {
  z-index: 15;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #01051180;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding-left: 35px;
  padding-right: 35px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.n-fixed-desktop-nav.is-edit {
  display: flex;
}

.navnoise {
  z-index: 1;
  opacity: .1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  mix-blend-mode: color-dodge;
  background-image: url('../images/noise-pattern.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 250px;
  position: absolute;
  inset: 0%;
}

.navnoise._20 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  mix-blend-mode: soft-light;
}

.navnoise.cta-section {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-position: 0 0;
  background-size: 250px;
  background-attachment: fixed;
}

.n-container-fixed {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  display: flex;
}

.n-container-fixed.nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  display: flex;
}

.n-container-fixed.nav.fixed {
  z-index: 50;
  align-self: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.n-container-fixed.hero {
  z-index: 2;
  max-width: 1600px;
  height: 100%;
  position: relative;
}

.n-container-fixed.n-cta-section {
  z-index: 3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.n-container-fixed.info-questions {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.n-container-fixed.footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.n-container-fixed.end-cta {
  border-top: 1px solid var(--light-blue);
  border-bottom: 1px solid var(--light-blue);
  flex-direction: row;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer-disclamer-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  display: flex;
}

.blog-block {
  background-color: var(--off-black);
  color: var(--tent-blue);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  padding: 50px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog-block.title-block {
  background-color: var(--tent-blue);
  color: var(--off-white);
  justify-content: center;
}

.heading {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.how-does-tent-work {
  background-color: var(--tent-blue);
  color: var(--white);
  text-align: center;
  background-image: radial-gradient(circle farthest-side, #04d2f9, #04d2f900);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  padding: 6rem 4rem 4rem;
  display: flex;
  position: relative;
}

.text-block-3 {
  font-size: 24px;
  line-height: 1.3;
}

.tent-swiper-slide {
  z-index: 10;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.tent-swiper {
  z-index: 10;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tent-swiper-wrapper {
  width: 100%;
  display: flex;
}

.heading-2 {
  font-weight: 600;
}

.text-block-4 {
  color: var(--tent-blue);
  background-color: #fff;
  border-radius: 1000px;
  height: 42px;
  padding: .625rem 2rem .5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.swiper-button {
  color: var(--tent-blue);
  cursor: pointer;
  background-color: #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 12px;
  display: flex;
}

.swiper-button.is-flipped {
  transform: rotate(180deg);
}

.svg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tent-swiper-image {
  border-radius: 16px;
  max-width: 800px;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }

  .section.hero {
    background-image: none;
    height: auto;
    min-height: 95vh;
    padding-top: 150px;
  }

  .section.radial-gradient {
    margin-top: 0;
    padding-top: 300px;
    padding-bottom: 250px;
  }

  .section.community.security {
    padding-top: 50px;
  }

  .content {
    z-index: 10;
    position: relative;
  }

  .content.navbar {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content.hero {
    flex-direction: column;
    align-items: center;
  }

  .content.how-to-trade {
    padding-top: 100px;
  }

  .content.faq {
    padding-top: 75px;
  }

  .content.partners {
    padding-bottom: 0;
  }

  .nav__link {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }

  .nav__link.hide-mobile {
    display: none;
  }

  .button.nav {
    width: auto;
  }

  .benefit {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }

  .step {
    margin-left: 10px;
    margin-right: 10px;
  }

  .step-box {
    flex: 1;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-logo__img {
    height: 40px;
  }

  .nav-social-icon {
    width: 20px;
  }

  .h1.fade-up.tricks {
    width: 700px;
  }

  .button-text.small {
    font-size: 16px;
  }

  .button-text.small.nav {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .button-text.hero {
    background-color: #093c9a;
  }

  .tent-hero-img {
    min-width: 850px;
    bottom: -165px;
  }

  .tabs {
    width: 100%;
  }

  .tab-link {
    border-radius: 12px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .community-card {
    background-position: 160% 40px;
    background-size: 70%;
    padding-left: 5%;
    padding-right: 30px;
  }

  .community-card__content {
    text-align: left;
  }

  .footer-plant {
    bottom: -30%;
  }

  .asset._1 {
    width: 150px;
    top: 8%;
    left: -4%;
  }

  .asset._2 {
    width: 125px;
    top: 16%;
    left: 6%;
  }

  .asset._3 {
    width: 125px;
    top: 17%;
    left: 34%;
  }

  .asset._4 {
    z-index: 0;
    top: 31%;
    left: 11%;
  }

  .asset._5 {
    z-index: 1;
    top: 35%;
    left: 4%;
  }

  .asset._6 {
    bottom: 24%;
  }

  .asset._7 {
    width: 75px;
    bottom: 9%;
    left: 22%;
  }

  .asset._8 {
    bottom: 14%;
    left: -4%;
    transform: rotate(3deg);
  }

  .asset._9 {
    bottom: 4%;
    right: -9%;
  }

  .asset._10 {
    top: 75%;
    right: 9%;
    transform: rotate(-31deg);
  }

  .asset._11 {
    z-index: 0;
    width: 125px;
    inset: auto auto 2% -2%;
  }

  .asset._12 {
    width: 150px;
    top: 16%;
    right: -2%;
  }

  .asset._13 {
    width: 250px;
    top: 20%;
    right: 1%;
  }

  .asset._15 {
    bottom: -5%;
  }

  .about-tent-card {
    background-position: 340px 0;
    background-size: 520px;
    padding: 40px 30px 40px 5%;
  }

  .about-tent-card.affiliate {
    margin-bottom: 100px;
  }

  .about-tent-card.rewards, .about-tent-card.verification {
    border-radius: 50px;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .about-tent__content {
    text-align: left;
    width: 60%;
    max-width: 340px;
  }

  .about-tent__p {
    font-size: 16px;
  }

  .about-tent__p.main {
    font-size: 20px;
  }

  .about-tent__p.affiliate {
    font-size: 24px;
  }

  .about-tent__p.affiliate-sub {
    font-size: 20px;
  }

  .team {
    flex-wrap: wrap;
  }

  .team-member {
    width: 45%;
    max-width: 500px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .affiliate-title {
    font-size: 58px;
  }

  .affiliate-title.discord {
    width: auto;
    font-size: 38px;
  }

  .affiliate-link {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }

  .affiliate-campfire {
    right: -11px;
  }

  .discord-message-part {
    flex-direction: column;
    margin-top: 100px;
    margin-bottom: 150px;
  }

  .discord-side-text {
    order: -1;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .work-step {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .testimonial_icon {
    inset: 20px 20px auto auto;
  }

  .partners-logos {
    width: auto;
  }

  .partner-logo {
    height: 75px;
    margin: 5px;
    padding: 15px;
  }

  .partner-logo.pond {
    padding: 20px;
  }

  .hero-ui-image {
    width: 90vw;
    min-width: auto;
    margin-top: 25px;
    margin-right: 0;
    bottom: 0;
  }

  .hero-content {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .fg-kid {
    width: 400px;
  }

  .fg-kid.center {
    width: 450px;
  }

  .testimonial-profile {
    margin-bottom: 15px;
  }

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

  .project-item-block {
    margin-left: 9px;
    margin-right: 9px;
    padding: 25px;
  }

  .notice-popup {
    padding: 35px 75px 25px 25px;
  }

  .close-button-svg.nav {
    width: 30px;
  }

  .catalyst-intro-p.sub {
    width: auto;
  }

  .catalyst-proposal {
    width: 45%;
    max-width: 500px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .catalyst-proposals {
    flex-wrap: wrap;
  }

  .security-content {
    padding-left: 50px;
    padding-right: 50px;
  }

  .security-notice {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .link-4 {
    font-size: 14px;
  }

  .mwc-hero, .mwc-about-tent, .mwc-how-to {
    padding-left: 20px;
    padding-right: 20px;
  }

  .n-section.trades-title {
    text-align: center;
  }

  .n-section.cta {
    background-image: radial-gradient(circle at 50% 40%, #04d2f9, #04d2f900 60%);
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .n-container.n-cta-section {
    flex-direction: column;
    align-items: stretch;
  }

  .n-container.info-questions {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .n-container.footer {
    flex-direction: column;
  }

  .svg-embed.hero-arrow {
    width: 45px;
    height: 45px;
  }

  .n-nav-link {
    display: none;
  }

  .n-wrapper {
    overflow: hidden;
  }

  .marquee {
    font-size: 50px;
  }

  .n-button.hero {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .n-button.nav-cta, .n-button.nav-cta.fixed {
    border-width: 1px;
  }

  .features-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-rows: auto auto;
    width: 100%;
    margin-bottom: 50px;
    display: flex;
  }

  .feature-block {
    height: 300px;
    min-height: auto;
  }

  .feature-block.small, .feature-block.plant {
    padding: 25px;
  }

  .feature-block__subtitle {
    color: var(--light-blue);
    font-size: 16px;
    font-weight: 500;
  }

  .feature-block__title.small {
    width: 350px;
    font-size: 42px;
  }

  .feature-block__title.big {
    width: 410px;
    font-size: 42px;
  }

  .home-stats-card {
    padding-bottom: 125px;
  }

  .home-stat__text {
    font-size: 5vw;
  }

  .n-partners__grid {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .n-partners__img.round {
    max-width: 70px;
  }

  .n-partners__img.kongs {
    max-width: 80px;
  }

  .n-testimonials-grid {
    flex-direction: row;
  }

  .fort-highlight {
    flex-direction: column;
    height: auto;
    padding: 75px 50px 0;
  }

  .fort-highlight__content {
    text-align: center;
    align-items: center;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .fort-highlight__content-low {
    align-items: center;
    width: 550px;
  }

  .cta-section__title.small {
    width: 270px;
  }

  .n-hero-title {
    font-size: 96px;
  }

  .n-hero-text {
    width: 400px;
    margin-left: 10px;
    font-size: 16px;
  }

  .features-footer__text {
    width: 380px;
    font-size: 16px;
  }

  .fort-highlight__title {
    margin-bottom: 47px;
  }

  .fort-highlight__kidz {
    justify-content: center;
    width: 100%;
    min-width: auto;
    height: auto;
    position: relative;
  }

  .fort-highlight__kidz-image {
    margin-right: 0%;
  }

  .div-block-4 {
    order: -1;
    width: 100%;
    margin-bottom: 50px;
  }

  .info-questions-block__title {
    font-size: 2.25rem;
  }

  .project-owner-section-title-block {
    flex-direction: row;
  }

  .project-owner-grid {
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
  }

  .project-owner-block__text {
    line-height: 1.6;
  }

  .n-footer-links {
    justify-content: space-between;
    width: 100%;
  }

  .n-footer-brand {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 62px;
    display: flex;
  }

  .n-footer-social.n-nav {
    padding-left: 15px;
    padding-right: 15px;
  }

  .end-cta-title {
    width: 440px;
    font-size: 54px;
  }

  .multiple-assets-img.crown {
    width: 300px;
    inset: 7px -15px auto auto;
  }

  .multiple-assets-img.ada {
    width: 275px;
    inset: -40px -15px auto auto;
  }

  .multiple-assets-img.layers {
    width: 270px;
    top: -21px;
  }

  .features-planta {
    height: 90%;
  }

  .partner-marshmallow {
    object-fit: cover;
    object-position: 0% 50%;
    width: 420px;
  }

  .partner-section-3d {
    width: 250px;
  }

  .partner-section-3d.card {
    width: 300px;
    top: 13px;
    right: -5px;
  }

  .n-mobile-nav-button {
    margin-left: 15px;
    display: flex;
  }

  .n-mobile-nav {
    z-index: 20;
    display: none;
  }

  .n-cta-img {
    width: 100%;
  }

  .n-fixed-desktop-nav {
    display: none;
  }

  .n-container-fixed.n-cta-section {
    flex-direction: column;
    align-items: stretch;
  }

  .n-container-fixed.info-questions {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .n-container-fixed.footer {
    flex-direction: column;
  }

  .heading {
    font-size: 3rem;
  }

  .text-block-3 {
    font-size: 20px;
  }

  .tent-swiper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section.nav {
    padding-left: 0;
    padding-right: 0;
  }

  .section.hero {
    background-image: none;
    justify-content: flex-start;
    margin-bottom: -100px;
    padding-top: 125px;
  }

  .section.community.security {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.about-hero, .section.about-affiliate {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content.navbar {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .content.footer {
    margin-left: 0%;
  }

  .content.how-to-trade {
    padding-top: 100px;
  }

  .content.about {
    padding-bottom: 150px;
  }

  .content.affiliate {
    padding-top: 125px;
    padding-bottom: 150px;
  }

  .nav__logo {
    z-index: 5;
    position: relative;
    inset: auto;
  }

  .nav__logo.w--current {
    position: relative;
    top: auto;
    left: auto;
  }

  .nav__links {
    display: none;
  }

  .nav__links.mobile {
    display: flex;
  }

  .nav__link {
    padding: 10px;
  }

  .nav__link.mobile {
    margin-left: 5px;
    margin-right: 5px;
  }

  .button.nav.mobile {
    display: none;
  }

  .benefits {
    width: auto;
  }

  .benefit {
    margin: 5px;
    font-size: 16px;
  }

  .steps {
    flex-direction: column;
  }

  .step {
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .step-number {
    margin-left: auto;
    margin-right: auto;
  }

  .h1 {
    width: 440px;
    font-size: 46px;
  }

  .h1.fade-up.tricks {
    width: 100%;
    font-size: 64px;
  }

  .h1.share-partnership {
    font-size: 64px;
  }

  .hero-subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .button-text.hero {
    font-size: 18px;
  }

  .title {
    font-size: 32px;
  }

  .title.big-white {
    font-size: 42px;
  }

  .title.big-white.catalyst {
    font-size: 36px;
  }

  .title.wallets {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .subtitle {
    width: 330px;
    font-size: 20px;
    line-height: 1.4;
  }

  .footer-text {
    font-size: 16px;
  }

  .tent-hero-img {
    bottom: -100px;
    right: -155px;
  }

  .tabs-menu {
    display: flex;
  }

  .pricing__price.numbers {
    width: 250px;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-unit {
    width: 100%;
  }

  .footer-plant {
    right: -24%;
  }

  .mobile-nav-button {
    background-image: linear-gradient(156deg, var(--orange), var(--royal-blue));
    border-radius: 8px;
    width: 45px;
    height: 45px;
    margin-left: 10px;
    padding: 1px;
    display: flex;
    position: relative;
  }

  .mobile-nav-button-solid {
    background-color: var(--midnight-blue);
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .nav-hamburger-bar {
    background-color: var(--white);
    border-radius: 30px;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-hamburger-bar.mid {
    width: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .asset._9 {
    right: -13%;
  }

  .mobile-nav-right {
    z-index: 5;
    display: flex;
    position: static;
    inset: auto;
  }

  .about-hero-title {
    font-size: 56px;
  }

  .about-tent-card {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .about-tent-card.affiliate {
    flex-direction: column;
    align-items: center;
    padding-bottom: 200px;
  }

  .about-tent-card.rewards, .about-tent-card.verification {
    padding-left: 25px;
    padding-right: 25px;
  }

  .about-tent__content {
    width: 100%;
    max-width: 100%;
  }

  .about-tent__content.affiliate {
    text-align: left;
    align-items: flex-start;
  }

  .team-member {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .about-marshmallows {
    background-color: #0000001a;
    background-image: radial-gradient(circle at 50% 100%, #ffb23c33, #ffb23c00 75%);
    border: 1px solid #ffb23c26;
    border-radius: 25px;
    margin-top: 25px;
    display: block;
  }

  .open-mobile-nav {
    z-index: 1;
    background-color: var(--midnight-blue);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .mobile-nav-link {
    color: var(--white);
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
    font-weight: 600;
    text-decoration: none;
  }

  .fort-gotten-mobile-nav-logo {
    position: absolute;
    inset: auto 0% 25px;
  }

  .mobile-nav-logo-img {
    opacity: .5;
    width: 200px;
    margin-bottom: 0;
  }

  .mobile-nav-socials {
    margin-top: 10px;
  }

  .supported-wallets {
    flex-direction: column;
    margin-top: 50px;
  }

  .affiliate-title {
    font-size: 56px;
  }

  .affiliate-title.section {
    font-size: 42px;
  }

  .affiliate-link {
    margin: 5px;
    font-size: 16px;
  }

  .affiliate-campfire {
    align-self: flex-end;
    width: 250px;
    height: auto;
    margin-top: -75px;
    position: absolute;
    inset: auto 8% -10% auto;
  }

  .work-step-content {
    margin-left: 25px;
    font-size: 18px;
  }

  .work-step-content.left {
    margin-right: 25px;
  }

  .work-step-img {
    width: 200px;
  }

  .rewards-texts {
    width: auto;
  }

  .announcement_bar {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    display: none;
  }

  .tent-numbers {
    flex-direction: column;
  }

  .number-description {
    font-size: 20px;
    line-height: .9;
  }

  .tweet-card {
    width: 100%;
  }

  .partner-logo {
    height: 60px;
  }

  .hero-ui-image {
    width: 90vw;
    margin-top: 25px;
    margin-right: -3%;
    bottom: 0;
    right: 0;
  }

  .fg-kid {
    width: 55%;
  }

  .fg-kid.center {
    width: 60%;
    margin-left: -25%;
    margin-right: -25%;
  }

  .notice-popup {
    margin-left: 15px;
    padding-right: 35px;
  }

  .catalyst-intro-p {
    width: auto;
  }

  .catalyst-proposal {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .view-proposal {
    color: var(--royal-blue);
  }

  .security-notice {
    z-index: 999;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .mandrillz-buttons {
    flex-direction: column;
  }

  .mwc-hero-logo {
    width: 75%;
  }

  .mwc-hero-title {
    margin-top: 35px;
    font-size: 52px;
  }

  .mwc-hero-subtitle {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 1.2;
  }

  .mwc-hero-text {
    margin-top: 35px;
    font-size: 16px;
  }

  .mwc-main-button {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .mwc-main-button.secondary {
    border-width: 2px;
  }

  .mwc-trade-ilu {
    max-width: 130%;
  }

  .mwc-about-tent-title {
    font-size: 42px;
  }

  .mwc-howtotrade-step {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .mwc-tent-view {
    width: 90%;
  }

  .mwc-about-tent-text {
    font-size: 16px;
  }

  .mwc-howto-box {
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
  }

  .mwc-trading-steps {
    grid-template-columns: 1fr;
  }

  .mwc-step-title {
    font-size: 32px;
  }

  .mwc-meta {
    margin-top: 50px;
  }

  .image {
    display: none;
  }

  .n-section, .n-section.hero {
    padding-left: 25px;
    padding-right: 25px;
  }

  .n-section.trades-title {
    font-size: 18px;
  }

  .n-section.cta {
    background-image: radial-gradient(circle at 50% 30%, #04d2f9, #04d2f900 42%);
  }

  .n-section.footer {
    padding-bottom: 50px;
  }

  .n-container.info-questions {
    align-items: stretch;
    display: flex;
  }

  .n-container.end-cta {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .svg-embed.hero-arrow {
    width: 35px;
    height: 35px;
  }

  .svg-embed.n-mobile-nav-arrow {
    width: 40px;
  }

  .div-block {
    margin-bottom: 25px;
  }

  .n-hero-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .n-button.hero {
    align-self: flex-end;
  }

  .features-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-block {
    height: 400px;
  }

  .feature-block__title.big {
    width: auto;
  }

  .home-stat__text {
    font-size: 5.5vw;
  }

  .home-stats-card__subtitle {
    margin-bottom: 15px;
  }

  .n-partners__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .n-partners__grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .n-partners__img.round {
    max-width: 60px;
  }

  .fort-highlight {
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .fort-highlight__content-low {
    width: 100%;
  }

  .cta-section__title.small {
    width: auto;
    margin-bottom: 10px;
    line-height: 1.1;
  }

  .n-hero-title {
    font-size: 15vw;
  }

  .n-hero-text {
    font-size: 15px;
  }

  .features-footer__text {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 25px;
  }

  .n-partners__title {
    margin-bottom: 25px;
  }

  .n-section-title {
    font-size: 42px;
    line-height: 1.1;
  }

  .fort-highlight__title {
    font-size: 42px;
  }

  .fort-highlight__kidz {
    width: 110%;
  }

  .info-questions-title-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .info-questions-title-block__title {
    margin-bottom: 10px;
  }

  .info-questions-block__title {
    font-size: 2.5rem;
  }

  .project-owner-section-title-block {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
  }

  .project-owner-line {
    display: none;
  }

  .project-owner-block {
    flex-direction: column;
    height: 400px;
    padding-top: 25px;
    display: flex;
  }

  .project-owner-block.big.marshmallows {
    flex-direction: column;
    padding-top: 25px;
    display: flex;
  }

  .n-footer-links {
    display: none;
  }

  .n-footer-brand {
    margin-top: 0;
  }

  .end-cta-title {
    width: auto;
    margin-bottom: 25px;
  }

  .multiple-assets-img.crown {
    width: 275px;
    right: -80px;
    transform: rotate(0);
  }

  .multiple-assets-img.ada {
    width: 260px;
    top: -30px;
  }

  .multiple-assets-img.layers {
    right: -16px;
  }

  .features-planta {
    height: 85%;
  }

  .partner-marshmallow {
    width: 250px;
    height: 50%;
  }

  .partner-section-3d {
    width: 150px;
    inset: auto 6% -25px auto;
  }

  .partner-section-3d.card {
    width: 200px;
    inset: auto -2% 5% auto;
  }

  .partner-section-3d.campfire {
    height: 60%;
    inset: auto -15px 15px auto;
  }

  .projects-section-arrow {
    order: 1;
    margin-top: 15px;
  }

  .n-mobile-nav {
    padding-left: 25px;
    padding-right: 25px;
    display: none;
  }

  .n-mobile-nav-link {
    font-size: 28px;
  }

  .n-mobile-nav-heading {
    font-size: 20px;
  }

  .n-mobile-nav-header {
    padding-left: 25px;
    padding-right: 25px;
  }

  .svg-arrow {
    order: 1;
    margin-top: 15px;
  }

  .n-fixed-desktop-nav {
    padding-left: 25px;
    padding-right: 25px;
  }

  .n-container-fixed.info-questions {
    align-items: stretch;
    display: flex;
  }

  .n-container-fixed.end-cta {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .footer-disclamer-container {
    flex-direction: column;
  }

  .how-does-tent-work {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .text-block-3 {
    text-wrap: pretty;
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper.share-items {
    overflow: hidden;
  }

  .section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.hero {
    background-image: none;
    margin-bottom: 0;
    padding-top: 135px;
  }

  .section.footer {
    padding-bottom: 0;
  }

  .section.footer.mwc {
    height: auto;
    padding-bottom: 0;
  }

  .section.radial-gradient {
    background-image: radial-gradient(circle closest-corner, #0076ff80, #0f0f4d00 80%);
    margin-top: 0;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.community {
    padding-top: 25px;
  }

  .section.community.security {
    padding: 0;
  }

  .section.partnership-items {
    padding-left: 0;
    padding-right: 0;
  }

  .content {
    z-index: 10;
    padding-top: 250px;
    padding-bottom: 350px;
  }

  .content.navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content.hero {
    text-align: left;
    align-items: center;
  }

  .content.footer {
    align-items: center;
    margin-left: 0%;
    padding-bottom: 0;
  }

  .content.footer.mwc {
    height: 300px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .content.how-to-trade {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .content.about {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .content.affiliate {
    padding-top: 125px;
    padding-bottom: 0;
  }

  .content.partners {
    padding-top: 150px;
  }

  .content.new-data {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .content.partner-items {
    padding-top: 100px;
  }

  .nav__link {
    margin-right: 5px;
    padding: 10px;
  }

  .button-icon {
    width: 20px;
    margin-right: 5px;
  }

  .button {
    padding: 12px;
  }

  .button.nav {
    border-radius: 8px;
    margin-left: 0;
    padding: 1px;
  }

  .button.hero {
    border-radius: 12px;
    margin-left: 0;
    padding: 1px;
  }

  .button.community {
    margin-left: 0;
    padding: 1px;
  }

  .button.affiliate, .button.fort-gotten {
    border-radius: 8px;
    margin-left: 0;
    padding: 1px;
  }

  .benefits {
    flex-direction: column;
  }

  .benefit {
    font-size: 16px;
  }

  .steps {
    margin-bottom: 100px;
  }

  .step {
    margin-bottom: 30px;
  }

  .more-info {
    margin-bottom: 125px;
    padding: 50px 20px;
  }

  .nav-logo__img {
    height: 40px;
  }

  .h1 {
    width: auto;
    max-width: 330px;
    font-size: 10.5vw;
    line-height: 1.1;
  }

  .h1.fade-up.tricks {
    font-size: 42px;
  }

  .h1.share-partnership {
    font-size: 48px;
    line-height: 1;
  }

  .hero-subtitle {
    justify-content: center;
    width: auto;
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.4;
    display: flex;
  }

  .button-text {
    line-height: 1.3;
  }

  .button-text.small {
    font-size: 14px;
  }

  .button-text.hero {
    border-radius: 12px;
  }

  .title.info {
    font-size: 24px;
  }

  .title.big-white {
    font-size: 36px;
  }

  .title.big-white.new {
    width: auto;
    font-size: 32px;
  }

  .subtitle.info, .subtitle.beta {
    font-size: 18px;
  }

  .step-title {
    max-width: 200px;
    line-height: 1.4;
  }

  .tent-hero-img {
    z-index: 1;
    min-width: 500px;
    bottom: 0;
    right: -65px;
  }

  .tab-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tabs-menu {
    flex-direction: column;
    margin-bottom: 25px;
  }

  .pricing-block {
    text-align: center;
    flex-direction: column;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .pricing__price {
    margin: 15px 0;
  }

  .pricing__price.numbers {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pricing__detail {
    text-align: center;
  }

  .community-card {
    background-position: 50% 250%;
    background-size: 500px;
    flex-direction: column;
    align-items: center;
    padding: 50px 5px 325px;
  }

  .community-card__content {
    text-align: center;
    align-items: center;
    width: auto;
  }

  .faq-question {
    font-size: 16px;
    font-weight: 500;
  }

  .footer-plant {
    margin-top: 30px;
    margin-bottom: 0;
    position: relative;
    top: 0;
    bottom: 0%;
    right: auto;
  }

  .footer-plant.mwc {
    width: 250px;
    margin-top: 25px;
    margin-bottom: 0;
  }

  .nav-hamburger-bar.mid {
    width: 20px;
  }

  .asset._1 {
    top: 4%;
    left: -8%;
  }

  .asset._2 {
    filter: blur(3px);
    width: 100px;
    top: 13%;
    left: 14%;
  }

  .asset._3 {
    top: -4%;
  }

  .asset._4 {
    width: 50px;
    top: 24%;
    left: 9%;
  }

  .asset._5 {
    top: 24%;
    left: auto;
    right: -15px;
  }

  .asset._6 {
    z-index: 3;
    width: 50px;
    bottom: 28%;
    left: 25%;
  }

  .asset._7 {
    z-index: 1;
    bottom: 17%;
    left: 15%;
  }

  .asset._8 {
    z-index: 2;
    width: 150px;
    bottom: 20%;
    left: -9%;
  }

  .asset._9 {
    z-index: 3;
    width: 75px;
    bottom: 11%;
    right: 9%;
  }

  .asset._10 {
    width: 125px;
    right: -3%;
  }

  .asset._11 {
    filter: blur();
    width: 100px;
    bottom: 7%;
  }

  .asset._12 {
    filter: blur(1px);
    width: 120px;
    top: 5%;
  }

  .asset._13 {
    top: 8%;
    right: -4%;
  }

  .asset._14 {
    width: 50px;
    top: 63%;
    right: 0%;
    transform: rotate(-26deg);
  }

  .asset._15 {
    bottom: 0%;
  }

  .footer-logo-link {
    width: 225px;
  }

  .discord-button {
    border-radius: 10px;
  }

  .about-hero-title {
    font-size: 42px;
  }

  .about-tent-card {
    background-position: 50% 250%;
    background-size: 500px;
    flex-direction: column;
    align-items: center;
    padding: 50px 15px 15px;
  }

  .about-tent-card.affiliate {
    padding: 50px 25px 175px;
  }

  .about-tent-card.rewards {
    border-radius: 25px;
    margin-bottom: 75px;
  }

  .about-tent-card.verification {
    border-radius: 25px;
    margin-top: 15px;
    margin-bottom: 75px;
    padding: 40px 20px;
  }

  .about-tent__content {
    text-align: left;
    align-items: center;
    width: auto;
  }

  .about-tent__p.main {
    font-size: 18px;
  }

  .about-tent__p.affiliate {
    width: 250px;
    font-size: 20px;
    line-height: 1.4;
  }

  .about-tent__p.affiliate-sub {
    width: 260px;
    font-size: 18px;
  }

  .about-fg-logo {
    width: 250px;
  }

  .open-mobile-nav {
    display: none;
  }

  .wallet-block {
    margin-left: 7px;
    margin-right: 7px;
    text-decoration: none;
  }

  .supported-wallets {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .affiliate-title {
    font-size: 42px;
  }

  .affiliate-title.discord {
    width: 280px;
  }

  .affiliate-subtitle {
    font-size: 20px;
  }

  .affiliate-link {
    font-size: 16px;
  }

  .affiliate-campfire {
    width: 225px;
    right: -9%;
  }

  .afiliate-subtext {
    max-width: 325px;
  }

  .work-step {
    flex-direction: column;
  }

  .work-step-content {
    text-align: center;
    align-items: center;
    width: auto;
    margin-top: 25px;
    margin-left: 0;
  }

  .work-step-content.left {
    margin-right: 0;
  }

  .work-step-title {
    font-size: 24px;
  }

  .work-step-img.inverted {
    order: -1;
  }

  .rewards-texts.verification {
    font-size: 16px;
  }

  .tent-discord {
    display: none;
  }

  .tent-discord-mobile {
    display: block;
  }

  .announcement_bar {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    display: none;
  }

  .tweet-card {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .testimonial_icon {
    margin-bottom: 0;
    inset: 25px 20px auto auto;
  }

  .testimonial-text {
    font-size: 16px;
  }

  .sub-paragraph.yellow-bold.fort-gotten {
    font-size: 18px;
    line-height: 1.4;
  }

  .sub-paragraph.fortgotten {
    font-size: 16px;
  }

  .partner-logo {
    height: 70px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .hero-ui-image {
    z-index: 1;
    width: 90vw;
    min-width: 100%;
    margin-right: 0%;
    bottom: 0;
    right: 0;
  }

  .fg-kid {
    width: 70%;
  }

  .fg-kid.center {
    width: 80%;
    margin-left: -40%;
    margin-right: -40%;
  }

  .share-partnership-hero-p {
    font-size: 16px;
  }

  .project-items {
    justify-content: flex-start;
    align-self: flex-start;
    margin-left: 15px;
    padding-left: 0;
    overflow: auto;
  }

  .project-item-block {
    flex: none;
    width: 80vw;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 15px;
    font-size: 18px;
  }

  .item-img {
    border-radius: 15px;
  }

  .notice-popup {
    margin: 10px;
    padding: 25px 15px 15px;
    inset: auto 0% 0% auto;
  }

  .notice-title {
    width: 175px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.2;
  }

  .notice-text {
    width: 240px;
    font-size: 14px;
    line-height: 1.4;
  }

  .close-button-svg {
    top: 5px;
    right: 5px;
  }

  .catalyst-intro-p.sub {
    font-size: 22px;
  }

  .security-content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 75px;
    padding-top: 74px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .rich-text-security h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .rich-text-security h3 {
    font-size: 22px;
  }

  .rich-text-security blockquote {
    line-height: 1.5;
  }

  .security-heading {
    font-size: 24px;
    line-height: 1.4;
  }

  .link-4 {
    text-align: left;
    max-width: 284px;
  }

  .mwc-hero {
    padding-top: 155px;
  }

  .mwc-hero-logo {
    width: 100%;
  }

  .mwc-trade-ilu {
    max-width: 150%;
  }

  .mwc-about-tent-title {
    font-size: 46px;
  }

  .mwc-tent-view {
    width: 100%;
  }

  .mwc-meta {
    width: 100%;
    margin-bottom: 25px;
  }

  .n-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .n-section.hero {
    background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--tent-blue), #0776c300 30%), radial-gradient(circle farthest-corner at 100% 100%, var(--tent-blue), #0776c300 60%);
    height: 90vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .n-section.trades-title {
    font-size: 14px;
  }

  .n-section.cta {
    background-image: radial-gradient(circle at 50% 25%, #04d2f9, #04d2f900 39%);
  }

  .n-section.footer-disclamer {
    text-align: center;
    flex-direction: column;
    font-size: 12px;
  }

  .svg-embed {
    width: 40px;
  }

  .svg-embed.fort-logo {
    width: 175px;
  }

  .svg-embed.n-mobile-nav-arrow {
    width: 25px;
    margin-right: 10px;
  }

  .svg-embed.marquee-arrow {
    width: 25px;
  }

  .n-nav-logo-link.fixed {
    justify-content: flex-start;
    display: flex;
  }

  .n-nav-logo-img {
    width: 80px;
  }

  .n-nav-logo-img.fixed {
    width: 60px;
  }

  .marquee {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 38px;
  }

  .marquee.hero-text {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .n-button.nav-cta.fixed {
    padding-top: 14px;
    padding-bottom: 11px;
  }

  .features-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-block {
    height: 450px;
    padding: 20px;
  }

  .feature-block.small, .feature-block.plant {
    padding: 20px;
  }

  .feature-block__title.mid {
    font-size: 38px;
  }

  .feature-block__title.small {
    width: auto;
    font-size: 38px;
  }

  .feature-block__title.big {
    font-size: 38px;
  }

  .home-stats-card {
    background-image: radial-gradient(circle farthest-corner at 50% 200%, var(--tent-blue) 30%, #0776c300 88%);
    padding-top: 100px;
    padding-bottom: 75px;
  }

  .home-stats-card__subtitle {
    margin-bottom: 15px;
    font-size: 3.2vw;
  }

  .n-partners__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .n-partners__grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .n-partners__link.hide-mobile {
    display: none;
  }

  .n-partners__img.round {
    max-width: 60px;
  }

  .n-partners__img.kongs {
    max-width: 75px;
  }

  .trades-img {
    width: auto;
    height: 60vh;
  }

  .n-testimonials-grid {
    margin-top: 15px;
  }

  .fort-highlight {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-trading-step {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .cta-trading-step.last {
    margin-bottom: 30px;
  }

  .cta-section__title, .cta-section__title.small {
    font-size: 38px;
  }

  .n-hero-text {
    width: auto;
    font-size: 15px;
  }

  .n-home-marquee-text {
    margin-bottom: 0;
    font-size: 28px;
  }

  .features-footer__text {
    width: auto;
    margin-bottom: 25px;
    font-size: 15px;
  }

  .n-partners__title {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 1.2;
  }

  .n-section-title, .fort-highlight__title {
    font-size: 38px;
  }

  .info-questions-title-block {
    padding-bottom: 35px;
    font-size: 16px;
  }

  .info-questions-title-block__title {
    max-width: 280px;
    font-size: 38px;
  }

  .info-questions-block {
    padding: 75px 25px 35px;
    line-height: 1.5;
  }

  .questions-arrow {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .questions-arrow.is-blog {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .info-questions-block__title {
    font-size: 32px;
    line-height: 1.1;
  }

  .project-owner-block.big.marshmallows {
    height: 425px;
  }

  .project-owner-block-title {
    width: auto;
    font-size: 32px;
    line-height: 1.1;
  }

  .project-owner-block__text {
    width: auto;
  }

  .vertical-line {
    margin-left: 25px;
    margin-right: 25px;
  }

  .multiple-assets-img.crown {
    width: 75%;
    max-width: 280px;
    top: 60px;
    right: -21px;
  }

  .multiple-assets-img.ada {
    top: 20px;
  }

  .multiple-assets-img.layers {
    width: 250px;
    top: 61px;
  }

  .features-planta {
    object-fit: cover;
    object-position: 0% 50%;
    width: 220px;
    height: 80%;
  }

  .projects-section-arrow {
    height: 40px;
    margin-top: 20px;
    display: flex;
  }

  .n-mobile-nav-button {
    margin-left: 10px;
  }

  .n-mobile-nav {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .n-mobile-nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 17px;
  }

  .n-mobile-nav-number-decoration {
    font-size: 12px;
    top: -10px;
  }

  .n-mobile-nav-heading {
    font-size: 14px;
  }

  .n-mobile-nav-header {
    padding-left: 15px;
    padding-right: 15px;
    top: 20px;
  }

  .n-nav-socials {
    display: none;
  }

  .questions-arrow-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .questions-arrow-block.is-blog {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .svg-arrow-animation {
    order: 1;
  }

  .svg-arrow {
    height: 40px;
    margin-top: 20px;
    display: flex;
  }

  .n-fixed-desktop-nav {
    padding-left: 14px;
    padding-right: 14px;
  }

  .blog-block {
    padding: 100px 25px 35px;
    line-height: 1.5;
  }

  .heading {
    margin-bottom: .5rem;
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .how-does-tent-work {
    background-image: radial-gradient(circle farthest-side at 50% 100%, #04d2f9, #04d2f900);
    padding: 4rem 2rem 2rem;
  }

  .text-block-3 {
    font-size: 1rem;
  }

  .text-block-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-13 {
    margin-bottom: 4rem;
  }

  .text-block-5 {
    font-size: 1.125rem;
  }
}

#w-node-e798c785-38c1-0f84-93ab-80a749a62986-059a0353 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e798c785-38c1-0f84-93ab-80a749a6298a-059a0353 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e798c785-38c1-0f84-93ab-80a749a62991-059a0353, #w-node-e798c785-38c1-0f84-93ab-80a749a62998-059a0353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8556e179-0150-cf7c-a36b-6f0f4036f1ba-059a0353, #w-node-e798c785-38c1-0f84-93ab-80a749a62986-fb2e5b49 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e798c785-38c1-0f84-93ab-80a749a6298a-fb2e5b49 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e798c785-38c1-0f84-93ab-80a749a62991-fb2e5b49, #w-node-e798c785-38c1-0f84-93ab-80a749a62998-fb2e5b49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8556e179-0150-cf7c-a36b-6f0f4036f1ba-fb2e5b49 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4bc27b9d-5142-b4fc-e8a0-07c27ab6fb9c-fb2e5b49, #w-node-_83e0ccdd-3e9d-aa8b-93de-3d729c98ceb6-fb2e5b49 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-f44cfbe3-a22f-595b-8002-63d36f3fc15c-4bb77953 {
    order: 0;
  }

  #w-node-c70aef7b-8a23-91ba-1804-b648e3f513c7-4bb77953 {
    order: 9999;
  }
}


