@charset "UTF-8";
@import "vars.css";
:root {
  --def-black: #000000;
  --def-white: #ffffff;
  --def-darkblue: #1B2B46;
  --def-blue: rgba(27, 43, 70, 1);
  --acc-gray: rgba(48, 73, 107, 0.15);
  --acc-orange-dark: #DB9500;
  --acc-orange: rgba(246, 195, 88, 1);
  --fz-sm: 16px;
  --fz-md: 20px;
  --fz-md-lg: 24px;
  --fz-md-xl: 26px;
  --fz-lg-sm: 32px;
  --fz-lg: 48px;
  --fz-64: 64px;
  --fz-128: 128px;
  --fw-sm: 300;
  --fw-md: 400;
  --fw-lg: 500;
  --fw-xl: 700;
  --fw-2xl: 900;
  --font-raleway: "Raleway";
  --font-montserrat: "Montserrat";
  --max-width: 1920px;
  --default-pd: 0 120px;
  --section-pd: 100px 120px;
  --footer-pd: 30px 120px;
  --text-page-pd: 60px 80px;
  --br-def: 15px;
  --shadow-def: 2px 2px 5.5px 0 #1B2B465C;
  --shadow-lg: 6px 7px 10.6px 0px rgba(27, 43, 70, 0.7);
  --transition-def: all 0.3s;
}

.footerImgLinks, .footer, .faqDocumentationLinks, .startingContentInfo .label {
  display: flex;
  justify-content: center;
  align-items: center;
}

.benefits .container .benefitsFooter, .benefits .container .table-rowRight, .benefits .container .table-row, .benefits .container .table-headerRight, .benefits .container .table-header, .airdropPopup .airdropTabs .airdropTabsTopButtons, .airdropInfoBoxHeading, .linksList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.benefits .container .benefitsFooterBtn, .airdropPopup .airdropTabs .popupStep .airdropBuyLink, .airdropPopup .airdropTabs .popupStep button, .airdropInfoBtn, .linksListItem, .startingContentCode button {
  border-radius: var(--br-def);
  background: var(--def-darkblue);
  text-align: center;
  color: var(--def-white);
  align-content: center;
  transition: var(--transition-def);
}
.benefits .container .benefitsFooterBtn:hover, .airdropPopup .airdropTabs .popupStep .airdropBuyLink:hover, .airdropPopup .airdropTabs .popupStep button:hover, .airdropInfoBtn:hover, .linksListItem:hover, .startingContentCode button:hover {
  transform: scale(1.03);
}

.ecosystemHeader h2, .airdropHeader .prizePool, .dynamics h2, .startingContent h1 {
  font-family: var(--font-montserrat), sans-serif;
  font-size: var(--fz-lg-xl);
  text-transform: uppercase;
  font-weight: 900;
  line-height: 120px;
  margin-bottom: 35px;
  text-shadow: 9px 4px 20px rgba(19, 31, 54, 0.39);
  position: relative;
}

.faqHeader h2, .buy h2, .tokenomicsInfoHeader h2, .roadmapHeader h2, .benefitsHeader h2, .goals h2, .aboutContainer h2, .airdropInfoBoxBottom .airdropInfoBoxPool {
  font-size: var(--fz-64);
  font-weight: var(--fw-2xl);
  line-height: var(--fz-64);
  text-transform: uppercase;
  font-family: var(--font-montserrat), sans-serif;
}

@media screen and (max-width: 1600px) {
  :root {
    --section-pd: 60px 80px;
    --footer-pd: 30px 80px;
  }
}
@media screen and (max-width: 1025px) {
  :root {
    --section-pd: 30px 40px;
    --footer-pd: 30px 40px;
  }
}
@media screen and (max-width: 991px) {
  .faqHeader h2, .buy h2, .tokenomicsInfoHeader h2, .roadmapHeader h2, .benefitsHeader h2, .goals h2, .aboutContainer h2, .airdropInfoBoxBottom .airdropInfoBoxPool {
    font-size: var(--fz-lg);
    font-weight: var(--fw-2xl);
    line-height: var(--fz-lg);
    text-transform: uppercase;
    font-family: var(--font-montserrat), sans-serif;
  }
  :root {
    --section-pd: 30px 30px;
    --footer-pd: 30px 30px;
  }
  .ecosystemHeader h2, .airdropHeader .prizePool, .dynamics h2, .startingContent h1 {
    font-size: var(--fz-64);
    line-height: 64px;
  }
}
@media screen and (max-width: 550px) {
  .ecosystemHeader h2, .airdropHeader .prizePool, .dynamics h2, .startingContent h1 {
    font-size: var(--fz-lg);
    line-height: 48px;
  }
  .faqHeader h2, .buy h2, .tokenomicsInfoHeader h2, .roadmapHeader h2, .benefitsHeader h2, .goals h2, .aboutContainer h2, .airdropInfoBoxBottom .airdropInfoBoxPool {
    font-size: var(--fz-lg-sm);
    line-height: var(--fz-lg-sm);
  }
  :root {
    --section-pd: 20px 15px;
    --footer-pd: 30px 15px;
  }
}
@media screen and (max-width: 450px) {
  .ecosystemHeader h2, .airdropHeader .prizePool, .dynamics h2, .startingContent h1 {
    font-size: 42px;
    line-height: 42px;
  }
  .faqHeader h2, .buy h2, .tokenomicsInfoHeader h2, .roadmapHeader h2, .benefitsHeader h2, .goals h2, .aboutContainer h2, .airdropInfoBoxBottom .airdropInfoBoxPool {
    font-size: var(--fz-lg-sm);
    line-height: var(--fz-lg-sm);
  }
}
body {
  font-family: var(--font-raleway), sans-serif;
  font-size: var(--fz-md);
  font-weight: var(--fw-md);
  color: var(--def-black);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.spinner {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Общие стили для скроллбара */
::-webkit-scrollbar {
  width: 12px; /* Толщина вертикального скролла */
  opacity: 0.6;
  background: #434343;
}

/* Сам ползунок */
::-webkit-scrollbar-thumb {
  border-radius: 15px; /* Скругление */
  background-color: rgba(255, 165, 0, 0.7);
  opacity: 0.8;
}

/* Firefox */
.container {
  max-width: var(--max-width);
  margin: auto;
  overflow: hidden;
}

.bold-xl {
  font-weight: var(--fw-xl);
}

.starting {
  background: linear-gradient(96.6deg, #1B2B46 -0.18%, #4790EE 41.2%, #B1DEF8 83.11%);
  color: var(--def-white);
  padding: var(--default-pd);
  padding-top: 35px;
  padding-bottom: 80px;
  position: relative;
}
.startingImageMobileWrapper {
  display: none;
}
.startingContent {
  max-width: 490px;
  position: relative;
  z-index: 5;
}
.startingContent h1 span {
  font-size: var(--fz-lg);
  font-weight: var(--fw-lg);
  text-transform: none;
  display: block;
  line-height: 60px;
}
.startingContentInfo {
  background: rgba(255, 255, 255, 0.8);
  color: var(--def-darkblue);
  border-radius: var(--br-def);
  padding: 20px 50px;
  margin-bottom: 25px;
  box-shadow: var(--shadow-lg);
}
.startingContentInfo h2 {
  text-transform: uppercase;
  font-size: 26px;
  padding-bottom: 10px;
  position: relative;
  font-family: var(--font-montserrat), sans-serif;
  line-height: 100%;
}
.startingContentInfo h2:before {
  content: "";
  position: absolute;
  left: -8%;
  bottom: 0;
  width: 116%;
  height: 2px;
  background: var(--def-darkblue);
}
.startingContentInfo .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  height: 40px;
}
.startingContentInfo .label {
  font-size: var(--fz-md);
  gap: 10px;
  font-weight: var(--fw-lg);
}
.startingContentInfo .token-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}
.startingContentInfo .token-cardDate {
  font-size: var(--fz-md);
  font-weight: var(--fw-lg);
}
.startingContentInfo .highlight {
  background: var(--def-white);
  border-radius: var(--br-def);
  box-shadow: var(--shadow-lg);
  padding: 8px 12%;
  font-size: 18px;
  width: 143%;
  transform: translate(-50%, -25%);
  position: absolute;
  top: 50%;
  left: 50%;
  height: 45px;
  z-index: 4;
}
.startingContentInfo .highlight .value {
  font-size: var(--fz-lg-sm);
}
.startingContentInfo .value {
  font-family: var(--font-montserrat), sans-serif;
  font-size: 26px;
  font-weight: var(--fw-2xl);
}
.startingContentInfo .green {
  color: rgb(71, 187, 79);
}
.startingContentInfo .empty {
  height: 45px;
}
.startingContentCodeBox {
  padding: 0 5px 0 15px;
  font-family: "Martel", serif;
  background: var(--def-white);
  color: var(--def-black);
  align-content: center;
  text-align: center;
  height: 60px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: var(--br-def);
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  box-shadow: var(--shadow-lg);
}
.startingContentCodeButtons {
  display: flex;
  gap: 20px;
}
.startingContentCode button {
  width: 320px;
  height: 50px;
  font-size: var(--fz-md-lg);
  box-shadow: var(--shadow-lg);
}
.starting .startingImageWrapper {
  position: absolute;
  width: 75%;
  height: 100%;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}
.startingImage {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.startingImageBottom {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 150px;
}

.links {
  background: var(--def-white) url("../img/background-logo-grey.png") repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 15px;
}
.linksList {
  padding: 40px 120px 80px 120px;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: center;
  border-radius: var(--br-def);
}
.linksListItem {
  height: 120px;
  width: 466px;
  position: relative;
  z-index: 4;
}
.linksListItem a {
  display: flex;
  align-items: center;
  position: relative;
  max-height: 100%;
  height: 100%;
  width: 100%;
}
.linksListItemDescr {
  width: 100%;
}
.linksListItemDescr h3 {
  font-weight: var(--fw-xl);
  font-size: var(--fz-lg);
  line-height: var(--fz-lg);
}
.linksListItemDescr p {
  color: var(--acc-orange);
}
.linksListItemLogo {
  height: 120px;
  width: 120px;
  border-radius: 100%;
  background: var(--def-white);
  object-fit: fill;
  position: absolute;
  left: 0;
  transform: translate(-50%, 0%);
}

.dynamics {
  background: linear-gradient(259.73deg, #1B2B46 48.67%, #131722 106.19%);
  position: relative;
  padding: 120px 70px 120px 70px;
  z-index: 4;
}
.dynamics h2 {
  color: var(--def-white);
  position: absolute;
  left: 120px;
  top: 70px;
  pointer-events: none;
  z-index: 5;
}
.dynamicsGraphic {
  margin-left: auto;
  position: relative;
  width: 1100px;
  height: 700px;
  transform: translateY(-20%);
}
.dynamicsGraphic .BAC_terminal {
  padding: 5px;
  width: 98%;
  height: 98%;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: block;
  border: none;
}
.dynamicsGraphic .computer-base {
  position: absolute;
  z-index: 4;
  top: -13px;
  pointer-events: none;
  height: 107%;
  width: 100%;
  right: 0;
}
.dynamicsGraphic .computer-leg {
  position: absolute;
  bottom: -130px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.airdrop {
  background: linear-gradient(96.6deg, #1B2B46 -0.18%, #4790EE 41.2%, #B1DEF8 83.11%);
  padding: var(--section-pd);
  color: var(--def-white);
  position: relative;
}
.airdrop:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/presents.png") no-repeat right;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.airdropHeader {
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
}
.airdropHeader h2 {
  font-size: var(--fz-64);
  line-height: 64px;
  font-weight: var(--fw-2xl);
  text-transform: uppercase;
  font-family: var(--font-montserrat), sans-serif;
  text-shadow: 9px 4px 20px rgba(19, 31, 54, 0.39);
}
.airdropHeader p {
  font-size: 24px;
}
.airdropHeader p span {
  font-size: 32px;
  font-weight: 700;
  font-family: var(--font-montserrat), sans-serif;
}
.airdropInfo {
  max-width: 680px;
  font-family: var(--font-montserrat), sans-serif;
  position: relative;
  z-index: 6;
}
.airdropInfoHeadline {
  font-size: var(--fz-lg-sm);
  line-height: var(--fz-lg-sm);
  margin-bottom: 30px;
}
.airdropInfoHeadline span {
  font-weight: var(--fw-xl);
}
.airdropInfoBox {
  background: rgba(255, 255, 255, 0.8);
  border-radius: var(--br-def);
  color: var(--def-darkblue);
  padding: 12px 0;
}
.airdropInfoBoxHeading {
  margin-bottom: 10px;
  padding: 0 24px;
}
.airdropInfoBoxHeading h3 {
  text-transform: uppercase;
  font-size: var(--fz-lg-sm);
}
.airdropInfoBoxBottom {
  margin-top: 12px;
  padding: 0 24px;
}
.airdropInfoBoxBottom p span {
  font-weight: 700;
}
.airdropInfoBox .highlight {
  box-shadow: 6px 7px 10.6px 0px rgba(27, 43, 70, 0.7);
  border-radius: var(--br-def);
  background: var(--def-white);
  padding: 25px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  width: 105%;
  transform: translateX(-2.5%);
  position: relative;
}
.airdropInfoBox .highlightLink {
  position: absolute;
  bottom: 25px;
  right: 25px;
  font-weight: var(--fw-xl);
}
.airdropInfoBox .highlightDivider {
  align-self: stretch;
  width: 2px;
  background: var(--def-darkblue);
  display: block;
  border-radius: var(--br-def);
}
.airdropInfoBox .highlight ul:nth-child(1) {
  text-align: center;
}
.airdropInfoBox .highlight ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.airdropInfoBox .highlight ul li {
  position: relative;
  font-size: var(--fz-md);
  line-height: var(--fz-md);
}
.airdropInfoBox .highlight ul li span {
  font-weight: var(--fw-xl);
  line-height: var(--fz-lg-sm);
}
.airdropInfoBox .highlight ul li:nth-child(1) {
  font-weight: 700;
  padding-left: 0;
  margin-bottom: 5px;
}
.airdropInfoBox .highlight ul li:nth-child(1):before {
  display: none;
}
.airdropInfoBtn {
  color: var(--def-white);
  width: 100%;
  margin-top: 25px;
  display: block;
  height: 50px;
  font-size: var(--fz-md-lg);
}

.qrImg {
  width: 350px;
  height: 350px;
  margin: 0 auto;
  border-radius: 5px;
}

.walletAddress {
  text-decoration: underline;
  font-weight: var(--fw-lg);
  text-align: center;
  cursor: pointer;
}

.successfulReg {
  color: green;
  font-weight: var(--fw-xl);
  text-align: center;
  font-size: var(--fz-lg-sm);
}

.airdropPopup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 25;
  font-family: var(--font-montserrat), sans-serif;
}
.airdropPopup .validationStep .validationMsg {
  font-weight: var(--fw-xl);
  font-size: var(--fz-lg-sm);
}
.airdropPopup .rulesList {
  list-style: inside;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.airdropPopup .airdropValidationResult {
  margin: 25px 0;
  text-align: center;
  display: block;
  width: 100%;
}
.airdropPopup .airdropTabs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 25px 35px 25px;
  border-radius: var(--br-def);
  color: var(--def-white);
  min-width: 650px;
  display: flex;
  gap: 15px;
  flex-direction: column;
  background: linear-gradient(259.73deg, #1B2B46 48.67%, #131722 106.19%);
}
.airdropPopup .airdropTabs .accentElement {
  color: var(--acc-orange);
  font-weight: var(--fw-xl);
}
.airdropPopup .airdropTabs .airdropTabsTopButtonsLeft {
  display: flex;
  align-items: center;
  gap: 15px;
}
.airdropPopup .airdropTabs .backToPrevStep {
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.airdropPopup .airdropTabs .airdropCloseBtn {
  width: 25px;
  height: 45px;
  cursor: pointer;
  font-size: var(--fz-lg-sm);
}
.airdropPopup .airdropTabs .popupStep .popupSocialLinks {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.airdropPopup .airdropTabs .popupStep .socialLink {
  height: 55px;
  width: 55px;
  display: block;
  margin: 15px 0;
  transition: all 0.3s ease-in-out;
}
.airdropPopup .airdropTabs .popupStep .socialLink:hover {
  transform: scale(1.05);
}
.airdropPopup .airdropTabs .popupStep .socialLink img {
  width: 100%;
  height: 100%;
}
.airdropPopup .airdropTabs .popupStep {
  display: none;
}
.airdropPopup .airdropTabs .popupStep .center {
  text-align: center;
}
.airdropPopup .airdropTabs .popupStep .warningMessage {
  font-family: var(--font-montserrat), sans-serif;
  text-transform: uppercase;
  font-weight: var(--fw-xl);
  text-align: center;
}
.airdropPopup .airdropTabs .popupStep #airdropMemberID {
  font-size: 42px;
  background: var(--def-white);
  color: var(--def-darkblue);
  font-weight: 700;
  font-family: var(--font-montserrat), sans-serif;
  border-radius: 999px;
  line-height: 120px;
  width: 120px;
  text-align: center;
  margin: 15px auto;
}
.airdropPopup .airdropTabs .popupStep .airdropTicketWrapper {
  text-align: center;
  font-size: 32px;
  font-family: var(--font-montserrat), sans-serif;
  margin: 15px auto;
}
.airdropPopup .airdropTabs .popupStep #airdropTickedID {
  font-size: 32px;
  text-align: center;
}
.airdropPopup .airdropTabs .popupStep.active {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.airdropPopup .airdropTabs .popupStep {
  transition: all 0.5s ease-in-out;
}
.airdropPopup .airdropTabs .popupStep input {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: var(--fz-md-lg);
  border-radius: var(--br-def);
  border: 1px solid var(--def-white);
  background: var(--def-darkblue);
  color: var(--def-white);
}
.airdropPopup .airdropTabs .popupStep input::placeholder {
  color: var(--def-white); /* Задайте нужный цвет */
  opacity: 0.7; /* Убедитесь, что прозрачность не снижает видимость */
}
.airdropPopup .airdropTabs .popupStep .loader {
  margin: 50px auto;
}
.airdropPopup .airdropTabs .popupStep .popupMsg {
  font-size: var(--fz-lg-sm);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}
.airdropPopup .airdropTabs .popupStep .buttonsWrapper {
  display: flex;
  gap: 15px;
}
.airdropPopup .airdropTabs .popupStep .airdropBuyLink, .airdropPopup .airdropTabs .popupStep button {
  color: var(--def-darkblue);
  background-color: var(--def-white);
  padding: 5px 15px;
  min-height: 50px;
  display: block;
  width: 100%;
  font-size: var(--fz-md-lg);
  margin: 15px 0;
  font-weight: 600;
}
.airdropPopup .airdropTabs form .wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.airdropPopup .airdropTabs form a {
  font-size: var(--fz-sm);
  text-align: center;
}
.airdropPopup .airdropTabs form input {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: var(--fz-md-lg);
  border-radius: var(--br-def);
  border: 1px solid var(--def-white);
  background: var(--def-darkblue);
  color: var(--def-white);
}
.airdropPopup .airdropTabs form input::placeholder {
  color: var(--def-white); /* Задайте нужный цвет */
  opacity: 0.7; /* Убедитесь, что прозрачность не снижает видимость */
}
.airdropPopup .airdropTabs form label {
  margin-bottom: 5px;
}
.airdropPopup .airdropTabs form button {
  height: 50px;
  background: var(--def-white);
  border-radius: var(--br-def);
  text-align: center;
  font-size: var(--fz-md-lg);
  margin-top: 10px;
}

.display {
  display: block;
}

.about {
  padding: var(--section-pd);
}
.aboutContainer {
  width: 100%;
  color: var(--def-white);
  position: relative;
  min-height: 600px;
  padding: 60px;
  border-radius: var(--br-def);
  box-shadow: var(--shadow-lg);
  line-height: 40px;
  background: url("../img/about-container.png"), linear-gradient(89.03deg, #1B2B46 -8.58%, #4790EE 46.21%, #B1DEF8 101.69%);
  background-size: 110% 110%;
  background-position: 15%;
}
.aboutContainer h2 {
  margin-bottom: 25px;
}
.aboutContainer p {
  text-align: justify;
  max-width: 550px;
}
.aboutContainerInfo {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 7;
  padding: 25px;
  border-radius: var(--br-def);
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  transition: all 0.3s ease-in-out;
}
.aboutContainerImg {
  position: absolute;
  right: -5%;
  bottom: -2px;
  z-index: 4;
  pointer-events: none;
}

.goals {
  background: url("../img/goals-bg.png");
  background-size: cover;
  padding: var(--section-pd);
}
.goals h2 {
  color: var(--def-darkblue);
  margin-bottom: 25px;
}
.goals p {
  max-width: 760px;
  line-height: 130%;
  font-size: var(--fz-md-lg);
  text-align: justify;
}

.benefits {
  padding: var(--section-pd);
  background: var(--def-darkblue);
  color: var(--def-white);
}
.benefitsHeader {
  margin-bottom: 60px;
}
.benefitsHeader h2 {
  margin-bottom: 5px;
}
.benefitsHeader p {
  font-weight: var(--fw-lg);
  font-size: var(--fz-lg-sm);
}
.benefits .container .table-header {
  font-size: var(--fz-lg-sm);
  margin-bottom: 10px;
  padding: 0 30px 30px;
  position: relative;
}
.benefits .container .table-headerRight {
  gap: 100px;
}
.benefits .container .table-header:after {
  content: "";
  width: 100%;
  height: 3px;
  background: var(--def-white);
  border-radius: var(--br-def);
  position: absolute;
  bottom: 0;
  left: 0;
}
.benefits .container .table-row {
  font-size: var(--fz-md-xl);
  margin-bottom: 10px;
  height: 68px;
  border-radius: var(--br-def);
  padding: 0 30px;
}
.benefits .container .table-rowRight {
  gap: 100px;
}
.benefits .container .table-rowRight .table-cell {
  width: 200px;
}
.benefits .container .table-row:nth-child(odd) {
  background: rgba(48, 73, 107, 0.41);
}
.benefits .container .table-cell {
  flex: 1;
  text-align: center;
  width: 33%;
}
.benefits .container .benefitsFooter {
  margin-top: 60px;
  gap: 30px;
  padding: 0 15px;
}
.benefits .container .benefitsFooterBtn {
  color: var(--def-darkblue);
  background: var(--def-white);
  height: 70px;
  width: 490px;
  font-size: var(--fz-md-lg);
  font-weight: var(--fw-lg);
}
.benefits .container .benefitsFooterText {
  font-size: var(--fz-sm);
  font-weight: var(--fw-sm);
  max-width: 700px;
}

.ecosystem {
  padding: var(--section-pd);
  color: var(--def-white);
  background: url("../img/ecosystem-bg.png") no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 20px;
}
.ecosystemContent {
  padding: 30px 0 60px;
}
.ecosystemContentText {
  max-width: 740px;
  font-size: var(--fz-md-xl);
}
.ecosystemDetails {
  font-size: var(--fz-md-lg);
  font-weight: var(--fw-2xl);
  margin: 50px auto 0;
  text-align: center;
  width: 100%;
  display: block;
}

.roadmap {
  padding: var(--section-pd);
  background: url("../img/roadmap-bg.png") no-repeat;
  background-size: contain;
}
.roadmapHeader, .roadmapList {
  margin-left: auto;
  max-width: 940px;
}
.roadmapHeader {
  margin-bottom: 40px;
}
.roadmapHeader h2 {
  color: var(--def-darkblue);
}
.roadmapList {
  font-size: var(--fz-md-xl);
  font-family: var(--font-montserrat), sans-serif;
  position: relative;
}
.roadmapListItem {
  margin-bottom: 5px;
  position: relative;
}
.roadmapListItem:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: -49px;
  transform: translateX(-50%);
  background: var(--acc-orange-dark);
  border-radius: 100%;
  z-index: 3;
  box-shadow: var(--shadow-lg);
}
.roadmapListItem:nth-child(1):before {
  height: 40px;
  width: 40px;
}
.roadmapList:before {
  content: "";
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 4px;
  background: linear-gradient(90deg, #DB9400 75.56%, rgba(219, 148, 0, 0) 2%);
  box-shadow: var(--shadow-lg);
  top: 0;
  left: -50px;
}
.roadmap .Q-End {
  margin-bottom: 45px;
}

.tokenomics {
  background: url("../img/tokenomics-bg.png");
  background-size: cover;
  color: var(--def-white);
  padding: var(--section-pd);
}
.tokenomics .tokenomicsImgMobile {
  display: none;
}
.tokenomicsWrapper {
  width: 100%;
  height: 100%;
  align-items: start;
  display: flex;
  position: relative;
}
.tokenomicsImg {
  min-width: 840px;
  position: absolute;
  overflow: visible;
  max-width: 60%;
  left: -5%;
  z-index: 3;
}
.tokenomicsImgInfo {
  position: absolute;
  left: 0;
  top: 0;
  width: 140%;
  pointer-events: none;
}
.tokenomicsImg .interactiveSvg {
  width: 100%;
  overflow: visible;
}
.tokenomicsImg .line {
  z-index: 2;
  position: relative;
}
.tokenomicsImg .interactive {
  z-index: 1;
  position: relative;
  transition: transform 0.3s ease;
  transform-origin: center;
  cursor: pointer;
  border-radius: var(--br-def);
}
.tokenomicsImg .interactive:hover {
  transform: scale(1.03);
}
.tokenomicsInfo {
  max-width: 840px;
  height: 100%;
  margin-left: auto;
  text-align: right;
  font-family: var(--font-montserrat), sans-serif;
}
.tokenomicsInfoHeader {
  margin-bottom: 70px;
}
.tokenomicsInfoHeader p {
  font-weight: var(--fw-lg);
  font-size: var(--fz-lg-sm);
}
.tokenomicsInfoList {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: var(--fz-md-xl);
}
.tokenomicsInfoListItem {
  padding-right: 60px;
  position: relative;
}
.tokenomicsInfoListItem:after {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  right: 0;
  background: #DB9400;
  border-radius: 100%;
}
.tokenomicsInfoListItem:nth-child(1):after {
  background: rgb(26, 55, 97);
}
.tokenomicsInfoListItem:nth-child(2):after {
  background: rgb(25, 69, 130);
}
.tokenomicsInfoListItem:nth-child(3):after {
  background: rgb(94, 161, 240);
}
.tokenomicsInfoListItem:nth-child(4):after {
  background: rgb(37, 92, 166);
}
.tokenomicsInfoListItem:nth-child(5):after {
  background: rgb(150, 202, 245);
}
.tokenomicsInfoListItem:nth-child(6):after {
  background: rgb(177, 222, 248);
}
.tokenomicsInfoListItem:nth-child(7):after {
  background: rgb(58, 124, 211);
}

.about-2 {
  padding: var(--section-pd);
  border-radius: 0 0 var(--br-def) var(--br-def);
  box-shadow: var(--shadow-lg);
  padding-top: 80px;
}
.about-2Wrapper {
  background: linear-gradient(288.3deg, #1B2B46 -4.36%, #4790EE 38.45%, #B1DEF8 81.8%);
  border-radius: var(--br-def);
  color: var(--def-white);
  box-shadow: var(--shadow-lg);
  position: relative;
  padding: 60px;
}
.about-2Wrapper Img {
  position: absolute;
  bottom: 0;
  left: -6%;
  z-index: 4;
  max-width: 85%;
}
.about-2Wrapper p {
  font-size: var(--fz-md-xl);
  line-height: 37px;
  text-align: justify;
  max-width: 650px;
  margin-left: auto;
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  transition: all 0.5s ease-in-out;
  padding: 15px;
  border-radius: var(--br-def);
  position: relative;
  z-index: 4;
}

.buy {
  padding: var(--section-pd);
  background: url("../img/buy-bg.png") no-repeat;
  background-size: cover;
  color: var(--def-white);
}
.buy h2 {
  margin-bottom: 45px;
}
.buyList {
  display: flex;
  flex-direction: column;
  gap: 45px;
  position: relative;
}
.buyListItem {
  padding-left: 50px;
  font-size: var(--fz-md-xl);
  position: relative;
}
.buyListItem:before {
  content: "";
  left: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--def-white);
  border-radius: 100%;
  transform: translateX(-50%);
  top: 10px;
}
.buyListItem:nth-child(1):before {
  width: 40px;
  height: 40px;
  top: 0;
}
.buyList .buyContract {
  text-decoration: underline;
  font-weight: var(--fw-xl);
  cursor: pointer;
  transition: var(--transition-def);
}
.buyList a {
  text-decoration: underline;
  transition: var(--transition-def);
}
.buyList a:hover, .buyList .buyContract:hover {
  color: var(--acc-orange-dark);
}
.buyList:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: var(--def-white);
  left: 0;
}

.faq {
  padding: var(--section-pd);
  background: url("../img/faq-bg.png");
  background-size: 120%;
}
.faqHeader {
  margin-bottom: 50px;
  color: var(--def-darkblue);
}
.faqHeader p {
  font-size: var(--fz-lg-sm);
}
.faqList {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.faqListItem {
  overflow: hidden;
  transition: all 0.3s;
  border-radius: var(--br-def);
}
.faqListItemQuestion {
  color: var(--def-white);
  text-align: left;
  font-size: var(--fz-md-xl);
  background: linear-gradient(110.9deg, #1B2B46 36.81%, #131722 123.68%);
  border-radius: var(--br-def);
  padding: 20px 50px 20px 30px;
  width: 100%;
  font-weight: var(--fw-xl);
  display: block;
  position: relative;
  z-index: 3;
}
.faqListItemQuestion:after {
  content: "";
  width: 26px;
  height: 17px;
  background: url("../img/arrow-down.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.faqListItemContent {
  color: var(--def-white);
  overflow: hidden;
  background: var(--def-darkblue);
  border-bottom-left-radius: var(--br-def);
  border-bottom-right-radius: var(--br-def);
  transition: all 0.3s ease-out;
  transform: translateY(-10px);
  position: relative;
  z-index: 2;
  padding: 30px 30px 20px;
}
.faqListItemContent p {
  max-width: 100%;
}
.faqListItem:hover {
  transform: scale(1.007);
}
.faqList .active {
  max-height: 500px !important;
}
.faqList .active .faqListItemQuestion:after {
  transform: translateY(-50%) rotate(180deg);
}
.faqDocumentation {
  margin-top: 90px;
  border-radius: var(--br-def);
  padding: 60px 80px;
  background: url("../img/faqDocumentation-bg.png");
  background-size: cover;
  color: var(--def-darkblue);
}
.faqDocumentationWrapper {
  background: rgba(255, 255, 255, 0.85);
  border-radius: var(--br-def);
  text-align: center;
  padding: 30px 0;
}
.faqDocumentationWrapper h3 {
  font-family: var(--font-montserrat), sans-serif;
  font-size: 38px;
  font-weight: var(--fw-2xl);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.faqDocumentationWrapper a {
  display: block;
  margin: 0 10px;
}
.footer {
  background: var(--def-darkblue);
  color: var(--def-white);
  text-align: center;
  flex-direction: column;
  padding: var(--footer-pd);
  font-size: var(--fz-md-lg);
  gap: 30px;
}
.footerTopLinks {
  display: flex;
  gap: 35px;
}
.footerTopLinks a {
  transition: var(--transition-def);
}
.footerTopLinks a:hover {
  color: var(--acc-orange-dark);
}
.footerImgLinks {
  gap: 25px;
}
.footerImgLinks a {
  max-width: 25px;
  transition: var(--transition-def);
}
.footerImgLinks a:hover {
  transform: scale(1.2);
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgba(51, 51, 51, 0.7);
  color: white;
  border: none;
  padding: 10px 10px;
  border-radius: 100%;
  cursor: pointer;
  display: none; /* Изначально скрыта */
  z-index: 90;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.scroll-to-top:hover {
  background-color: rgba(85, 85, 85, 0.7);
}

.scroll-to-top img {
  width: 15px;
}

.tooltip {
  position: fixed;
  left: 25px;
  bottom: -20%;
  padding: 20px 40px;
  background: rgba(128, 0, 38, 0.8);
  color: var(--def-white);
  min-width: 250px;
  text-align: center;
  z-index: 99;
  transition: all 0.3s;
  border-radius: var(--br-def);
  font-size: var(--fz-md-xl);
  font-weight: var(--fw-xl);
}

.tooltip-active {
  bottom: 25px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.loader {
  width: 48px;
  height: 48px;
  border: 3px dotted #FFF;
  border-style: solid solid dotted dotted;
  border-radius: 50%;
  display: block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
  margin: 0 auto;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted var(--acc-orange-dark);
  border-style: solid solid dotted;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  animation: rotationBack 1s linear infinite;
  transform-origin: center center;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 1920px) {
  .startingContent {
    position: relative;
    z-index: 2;
  }
  .starting .startingImageWrapper {
    z-index: 1;
  }
}
@media screen and (max-width: 1840px) {
  .linksList {
    gap: 30px;
  }
  .linksList li {
    margin: 0 30px;
  }
  .dynamics {
    display: flex;
    flex-direction: column;
    padding: var(--section-pd);
    gap: 30px;
    padding-bottom: 150px;
  }
  .dynamics h2 {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
  }
  .dynamicsGraphic {
    transform: translateY(0%);
    margin: 0 auto;
  }
}
@media screen and (max-width: 1800px) {
  .about-2 .about-2Wrapper p {
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
}
@media screen and (max-width: 1600px) {
  .aboutContainerInfo {
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
  .ecosystem {
    background-position: center;
  }
  .ecosystemContent {
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    padding: 30px;
    border-radius: var(--br-def);
    width: fit-content;
  }
  .roadmap {
    background-position-x: -30%;
  }
}
@media screen and (max-width: 1350px) {
  .roadmap {
    background-position-x: -85%;
  }
  .dynamics .dynamicsGraphic {
    width: 100%;
  }
  .benefits .container .table-header {
    font-size: var(--fz-md-lg);
  }
  .benefits .container .table-row {
    font-size: var(--fz-md);
  }
  .benefits .container .benefitsFooterText {
    font-size: 14px;
  }
  .benefits .container .benefitsFooterBtn {
    font-size: var(--fz-md);
    min-width: 250px;
  }
  .benefits .container .table-rowRight .table-cell {
    width: 150px;
    font-weight: var(--fw-2xl);
  }
  .tokenomicsImg {
    display: none;
  }
  .tokenomicsWrapper {
    width: 100%;
  }
  .tokenomicsInfo {
    margin: 0;
    width: 100%;
    max-width: unset;
  }
  .tokenomicsInfoList {
    margin-left: auto;
  }
  .tokenomics .tokenomicsImgMobile {
    display: block;
    margin-right: auto;
  }
  .starting {
    padding: var(--section-pd) !important;
  }
}
@media screen and (max-width: 1150px) {
  .starting .startingImageWrapper {
    width: 80%;
  }
}
@media screen and (max-width: 1100px) {
  .roadmap {
    background-position-x: -500px;
  }
  .roadmapList {
    padding: 15px 15px 15px 50px;
    background: rgba(255, 255, 255, 0.55);
    border-radius: var(--br-def);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
  .roadmapListItem:before {
    left: -24px;
    width: 16px;
    height: 16px;
    top: 15%;
  }
  .roadmapListItem:nth-child(1):before {
    width: 22px;
    height: 22px;
  }
  .roadmapList:before {
    left: 25px;
    top: 2.5%;
    height: 95%;
  }
  .benefits .container .table-header {
    font-size: var(--fz-md);
  }
  .benefits .container .table-row {
    font-size: var(--fz-sm);
  }
  .benefits .container .benefitsFooterBtn {
    font-size: var(--fz-sm);
  }
  .benefits .container .table-rowRight .table-cell {
    width: 130px;
  }
  .benefits .container .table-rowRight, .benefits .container .table-headerRight {
    gap: 60px;
  }
}
@media screen and (max-width: 991px) {
  .airdropHeader h2 {
    font-size: var(--fz-lg-sm);
  }
  .airdrop:after {
    background-size: 50%;
  }
  .airdropInfo {
    max-width: unset;
  }
  .airdropPopup {
    font-family: var(--font-montserrat), sans-serif;
  }
  .airdropPopup #step-10 a, .airdropPopup #step-10 p, .airdropPopup #step-10 h3 {
    font-size: 18px !important;
  }
  .airdropPopup #step-10 .airdropTicketWrapper, .airdropPopup #step-10 #airdropTickedID {
    font-size: 22px;
  }
  .airdropPopup #step-10 #airdropMemberID {
    font-size: 33px !important;
  }
  .airdropPopup .airdropTabs {
    min-width: 95%;
    padding: 15px;
    gap: 10px;
  }
  .airdropPopup .airdropTabs .successfulReg {
    font-size: 22px;
  }
  .airdropPopup .airdropTabs .qrImg {
    width: 250px;
    height: 250px;
  }
  .airdropPopup .airdropTabs .popupStep .popupMsg {
    font-size: var(--fz-md);
    margin: 5px 0;
  }
  .airdropPopup .airdropTabs .popupStep .rulesList {
    font-size: var(--fz-sm);
  }
  .airdropPopup .airdropTabs .popupStep h3 {
    font-size: 18px;
  }
  .airdropPopup .airdropTabs .popupStep input {
    font-size: 16px;
  }
  .airdropPopup .airdropTabs .popupStep input::placeholder {
    font-size: 16px;
  }
  .airdropPopup .airdropTabs .airdropCloseBtn {
    font-size: 22px;
    right: 5px;
  }
  .airdropPopup .airdropTabs .buttonsWrapper button, .airdropPopup .airdropTabs .buttonsWrapper .airdropBuyLink {
    font-size: 18px;
    margin: 0;
  }
  .tokenomicsInfoHeader p {
    font-size: var(--fz-md);
    margin-top: 5px;
  }
  .tokenomicsInfoList {
    font-size: var(--fz-sm);
  }
  .tokenomicsInfoList .tokenomicsInfoListItem:after {
    height: 30px;
    width: 30px;
  }
  .tooltip {
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    font-size: var(--fz-md);
    font-weight: var(--fw-xl);
  }
  .buy h2 {
    margin-bottom: 20px;
  }
  .buyList {
    gap: 25px;
  }
  .roadmap {
    background: url("../img/roadmaMobile-bg.png") no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 250px;
  }
  .roadmapList {
    font-size: var(--fz-sm);
  }
  .roadmapList .Q-End {
    margin-bottom: 25px;
  }
  .roadmapHeader {
    margin-bottom: 20px;
  }
  .roadmap h2 {
    color: var(--def-darkblue);
  }
  .buyListItem {
    font-size: var(--fz-sm);
    padding-left: 35px;
  }
  .buyListItem .buyContract {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
  .buyListItem:before {
    width: 16px;
    height: 16px;
    left: 0.5px;
  }
  .buyListItem:nth-child(1):before {
    width: 22px;
    height: 22px;
    left: 0.5px;
  }
  .linksList {
    padding: var(--section-pd);
  }
  .linksList li {
    margin: 0 0 0 20px;
    height: 100px;
  }
  .linksList li img {
    width: 100px;
    height: 100px;
    left: 20px;
  }
  .linksList li h3 {
    font-size: var(--fz-lg-sm);
    line-height: var(--fz-lg-sm);
  }
  .linksList li p {
    font-size: var(--fz-sm);
  }
  .ecosystem p {
    font-size: var(--fz-sm);
  }
  .ecosystem h2 {
    margin-bottom: 20px;
  }
  .ecosystemDetails {
    margin-top: 20px;
  }
  .dynamics {
    padding-bottom: 60px;
    gap: 0;
  }
  .dynamics .computer-leg {
    display: none;
  }
  .dynamicsGraphic {
    height: 450px;
  }
  .dynamicsGraphic .computer-base {
    top: -7px;
    height: 106%;
  }
  .benefitsHeader p {
    font-size: var(--fz-md);
  }
  .benefits .container .table-rowRight, .benefits .container .table-headerRight {
    gap: 40px;
  }
  .benefits .container .benefitsFooter {
    margin-top: 20px;
    flex-direction: column-reverse;
    gap: 15px;
  }
  .benefits .container .benefitsFooter .benefitsFooterBtn {
    max-width: unset !important;
    display: block;
    width: 85vw;
    height: fit-content;
    padding: 15px 25px;
  }
  .benefits .container .benefitsFooter p {
    color: #cbcbcb;
    text-align: center;
  }
  .about-2Wrapper, .about-2Container, .aboutWrapper, .aboutContainer {
    display: flex;
    flex-direction: column-reverse;
    padding: 20px 20px 0;
    background-size: contain;
  }
  .about-2WrapperInfo, .about-2ContainerInfo, .aboutWrapperInfo, .aboutContainerInfo {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }
  .about-2Wrapper h2, .about-2Container h2, .aboutWrapper h2, .aboutContainer h2 {
    margin-bottom: 20px;
  }
  .about-2Wrapper p, .about-2Container p, .aboutWrapper p, .aboutContainer p {
    max-width: 100%;
    font-size: var(--fz-sm);
    line-height: var(--fz-md);
  }
  .about-2Wrapper img, .about-2Container img, .aboutWrapper img, .aboutContainer img {
    position: relative;
    left: 0;
    bottom: 0;
  }
  .aboutContainer {
    flex-direction: column;
    min-height: unset;
  }
  .about-2 {
    padding-top: 30px;
  }
  .about-2 .about-2Wrapper p {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    font-size: var(--fz-sm);
    line-height: var(--fz-md);
  }
  .starting {
    padding: var(--section-pd);
  }
  .startingImage {
    display: none;
  }
  .startingImageMobileWrapper {
    position: relative;
    display: block;
    margin-bottom: -16%;
    z-index: -1;
    height: 100%;
    width: 100%;
  }
  .startingContent {
    width: 100%;
    max-width: none;
  }
  .startingContentHeader {
    display: flex;
  }
  .startingContent h1 {
    margin-bottom: 0;
  }
  .startingContent h1 span {
    font-size: var(--fz-lg-sm);
    line-height: var(--fz-lg-sm);
  }
  .startingContentInfo {
    max-width: 90%;
    margin: 0 auto 30px;
  }
  .startingContentInfo h2:before {
    width: 100%;
    left: 0;
  }
  .startingContentInfo .highlight {
    width: 120%;
  }
  .goals p {
    font-size: var(--fz-md);
  }
  .faqDocumentation {
    padding: 30px 40px;
    margin-top: 30px;
  }
  .faqHeader {
    margin-bottom: 30px;
  }
  .faqHeader p {
    font-size: var(--fz-md);
  }
  .faqListItemQuestion {
    font-size: var(--fz-md);
    padding-right: 50px !important;
  }
  .faqListItemContent {
    font-size: var(--fz-sm);
  }
  .footer {
    font-size: var(--fz-sm);
  }
}
@media screen and (max-width: 650px) {
  .airdropHeader h2, .airdropHeader .prizePool {
    font-size: 32px !important;
    text-align: center;
  }
  .airdropHeader .prizePool {
    margin-bottom: 15px;
  }
  .airdropHeader p {
    font-size: 18px;
    text-align: center;
  }
  .airdropHeader p span {
    font-size: 22px;
  }
  .airdropInfoBtn {
    font-size: 22px;
  }
  .airdropInfoHeadline {
    font-size: 22px;
    text-align: center;
  }
  .airdropInfoBox .highlightLink {
    bottom: 15px;
    right: 15px;
    font-size: 16px;
  }
  .faqListItemQuestion {
    font-size: var(--fz-sm);
  }
  .startingContentInfo {
    padding: 10px 20px;
  }
  .benefits .container .table-row, .benefits .container .table-header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .benefits .container .table-headerRight, .benefits .container .table-rowRight {
    gap: 15px;
    text-align: center;
  }
  .dynamicsGraphic {
    height: 350px;
  }
  .dynamicsGraphic .computer-base {
    top: -4px;
    height: 104%;
  }
}
@media screen and (max-width: 650px) {
  .benefitsFooter {
    flex-direction: column-reverse;
    text-align: center;
  }
  .benefits .container .table-row, .benefits .container .table-header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .benefits .container .table-headerRight, .benefits .container .table-rowRight {
    gap: 15px;
    text-align: center;
  }
  .benefits .container .table-headerRight .table-cell, .benefits .container .table-rowRight .table-cell {
    width: 120px;
  }
}
@media screen and (max-width: 550px) {
  .airdropForm form {
    min-width: unset;
    width: 90%;
  }
  .airdropInfoBoxHeading {
    font-size: 16px;
    font-weight: 500;
  }
  .airdropInfoBox .highlight {
    padding: 15px;
    gap: 15px;
  }
  .airdropInfoBox .highlight ul li {
    font-size: var(--fz-sm);
  }
  .airdropTabs .sendAirdropForm {
    min-height: 50px !important;
    font-size: 20px !important;
  }
  .airdropTabs .userDataForm h2 {
    font-size: 20px !important;
    padding-right: 15%;
  }
  .faqListItemQuestion {
    padding: 20px 30px 20px 15px;
    font-size: var(--fz-sm);
  }
  .faqListItem .faqListItemQuestion:after {
    width: 20px;
    height: 13px;
    right: 20px;
  }
  .faqListItemContent {
    padding: 20px 20px 20px 15px;
  }
  .faqDocumentation h3 {
    font-size: var(--fz-md);
    margin-bottom: 10px;
  }
  .faqDocumentation a {
    font-size: var(--fz-sm);
  }
  .buy {
    background: url("../img/buyMobile-bg.png") bottom;
    background-size: cover;
    padding-bottom: 350px;
  }
  .buyList {
    margin: 0 15px;
  }
  .buyListItem {
    padding-left: 25px;
  }
  .starting h1 span {
    font-size: var(--fz-md);
  }
  .startingContentInfo {
    max-width: 100%;
  }
  .startingContentInfo .token-card {
    gap: 6px;
  }
  .startingContentInfo .token-card h2 {
    font-size: 20px;
  }
  .startingContentInfo .row {
    height: 30px;
  }
  .startingContentInfo .row .value, .startingContentInfo .row .label {
    font-size: var(--fz-sm);
  }
  .startingContentInfo .row .label img {
    height: 20px;
    width: 20px;
  }
  .startingContentInfo .highlight {
    font-size: var(--fz-md);
    top: 50%;
    padding: 8px 5%;
  }
  .startingContentCode button {
    font-size: var(--fz-sm);
    height: 35px;
  }
  .startingContentCodeBox {
    height: 40px;
    font-size: var(--fz-sm);
  }
  .benefits {
    padding: 20px 5px;
  }
  .benefitsHeader {
    margin-bottom: 20px;
    padding: 0 5px;
  }
  .benefitsHeader p {
    font-size: var(--fz-sm);
  }
  .benefits .container .table-header {
    padding-bottom: 15px;
  }
  .ecosystemDetails {
    font-size: var(--fz-sm);
  }
  .tokenomicsInfoHeader p {
    font-size: var(--fz-sm);
  }
}
@media screen and (max-width: 450px) {
  .faqListItem {
    max-height: 75px;
  }
  .faqDocumentation {
    padding: 15px 20px;
  }
  .faqDocumentationWrapper {
    padding: 15px 0;
  }
  .linksList {
    gap: 10px;
  }
  .linksList li {
    margin: 0 0 0 20px;
    height: 80px;
  }
  .linksList li a {
    padding-left: 20px;
  }
  .linksList li a h3 {
    font-size: var(--fz-md-lg);
  }
  .linksList li a p {
    font-size: var(--fz-sm);
  }
  .linksList li img {
    width: 80px;
    height: 80px;
    left: 15px;
  }
  .goals p {
    font-size: var(--fz-sm);
  }
  .benefits .container .table-rowRight, .benefits .container .table-headerRight {
    gap: 10px;
    font-size: var(--fz-sm);
  }
  .benefits .container .table-rowRight .table-cell, .benefits .container .table-headerRight .table-cell {
    width: 80px;
  }
  .benefits .container .table-headerRight span {
    width: 80px;
  }
  .footerTopLinks {
    gap: 10px;
  }
  .dynamicsGraphic .BAC_terminal {
    height: 104% !important;
  }
  .airdrop:after {
    background-size: 75%;
    height: 60%;
  }
  .airdrop .airdropInfoBox .highlightLink {
    left: 55% !important;
  }
  .airdropHeader {
    margin-bottom: -25px;
  }
  .airdropHeader .prizePool {
    color: var(--acc-orange);
    font-size: 36px !important;
    margin-top: 5px;
    margin-bottom: 5px;
    text-shadow: 0 0 10px rgba(246, 195, 88, 0.4);
  }
  .airdropHeader .header-wrapper {
    background: rgba(0, 0, 0, 0.3);
    border-radius: var(--br-def);
    backdrop-filter: blur(3px);
    padding: 15px 15px 40px;
  }
  .airdropHeader h2 {
    line-height: 36px !important;
    margin-bottom: 15px;
  }
  .airdropHeader p {
    font-size: 16px;
  }
  .airdropInfoHeadline {
    border-radius: var(--br-def);
    background: var(--def-darkblue);
    padding: 15px;
    font-size: 18px;
  }
  .airdropInfoHeadline span:nth-child(2) {
    font-weight: 400 !important;
  }
}
@media screen and (max-width: 400px) {
  .airdropInfoBoxHeading {
    display: flex;
    flex-direction: column;
  }
  .airdropInfoBox .highlight {
    gap: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
