.green-color {
  color: #BCEA13;
}

.green-bg {
  background-color: #BCEA13;
}

.peach-color {
  color: #FDDA66;
}

.peach-bg {
  background-color: #FDDA66;
}

.pink-bg {
  background-color: #FF7AAE;
}

.neon-yellow-bg {
  background-color: #FEE82B;
}

.cream-color {
  color: #FAF4DA;
}

.yellow-color {
  color: #FCCC52;
}

.purple-color {
  color: #964ef2;
}

.cream-bg {
  background-color: #FAF4DA;
}

.orange-color {
  color: #FE8A23;
}

.orange-bg {
  background-color: #FE8A23;
}

.orange-bg-image {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100%;
}

.orange-orange {
  background-image: url("orange-orange.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.orange-pattern-image {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100%;
}

.yellow-bg-image {
  background-image: url("yellow-bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.purple-bg-image {
  background-image: url("purple-bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.purple-bgz-image {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100%;
}

.pink-bg-image {
  background-image: url("pink-bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.black-bg-image {
  background-image: url("black-bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.purple-color {
  color: #964ef2;
}

.purple-bg {
  background-color: #964ef2;
}

.black-color {
  color: #000;
}

.black-bg {
  background-color: #000;
}

.yellow-color {
  color: #FCCC52;
}

.light-green-bg {
  background-color: #E8FFF0;
}

.white-bg {
  background-color: #FFFFFF;
}

.yellow-bg {
  background-color: #FCCC52;
}

.light-green-text {
  color: #E8FFF0;
}

.grey-text {
  color: #6E6E6E;
}

.yellow-text {
  color: #FCCC52;
}

.illustration-bg {
  background-image: url("");
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.image-bg {
  background-image: url("");
  background-size: cover;
}

.pt-100 {
  padding-top: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-200 {
  padding-bottom: 200px;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

@font-face {
  font-family: "Spoof Bold";
  src: url("Spoof-Bold.woff") format("woff");
}
@font-face {
  font-family: "Spoof-Black";
  src: url("") format("woff");
}
.spoof-bold {
  font-family: "Spoof Bold";
}

.spoof-black {
  font-family: "Spoof Black";
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-webkit-keyframes counter-rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    transform: translate(113px, 7px);
  }
  50% {
    transform: translate(113px, 0px);
  }
  100% {
    transform: translate(113px, 7px);
  }
}
.anim-bounce {
  -webkit-animation: bounce 3s infinite ease-in-out;
  -o-animation: bounce 3s infinite ease-in-out;
  -ms-animation: bounce 3s infinite ease-in-out;
  -moz-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
  transition: all ease 0.3s;
}

.anim-rotate {
  -webkit-animation: rotation 5s infinite linear;
  -o-animation: rotation 5s infinite linear;
  -ms-animation: rotation 5s infinite linear;
  animation: rotation 5s infinite linear;
  transition: all ease 0.3s;
}

.anim-counter-rotate {
  -webkit-animation: counter-rotation 5s infinite linear;
  -o-animation: counter-rotation 5s infinite linear;
  -ms-animation: counter-rotation 5s infinite linear;
  animation: counter-rotation 5s infinite linear;
  transition: all ease 0.3s;
}
.anim-counter-rotate.slower {
  -webkit-animation: counter-rotation 8s infinite linear;
  -o-animation: counter-rotation 8s infinite linear;
  -ms-animation: counter-rotation 8s infinite linear;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
section {
  margin-bottom: -90px;
}

body {
  font-family: "Spoof Bold", sans-serif;
  color: #474747;
  background-color: #FCCC52;
}

header {
  top: 40px;
  left: 40px;
}
@media (max-width: 450px) {
  header {
    top: 20px;
    left: 20px;
  }
}

@media (max-width: 450px) {
  .navbar {
    padding: 20px 0;
  }
}

@media (max-width: 450px) {
  .navbar-brand > img {
    height: 24px;
  }
}

.menu-nav {
  flex-grow: 0;
}

.navbar-toggler {
  background: url("menu.svg");
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: center center;
  border: none;
  outline: none;
  box-shadow: none;
}

.navbar-toggler:focus {
  border: none;
  outline: none;
  box-shadow: none;
  transition: 0.3s ease all;
}

.breach-logo {
  height: 30px;
}
@media (max-width: 450px) {
  .breach-logo {
    width: 100px;
    height: 100%;
  }
}

.groove-modal__header {
  display: block;
  border: none;
  text-align: center;
}

.groove-modal__content {
  border-radius: 30px;
  border: none;
}

.groove-modal__body {
  padding-bottom: 40px;
}

.groove-modal__content .icon-row {
  padding: 10px 0;
}

.groove-modal__content .icon-row img {
  width: 100%;
}

.groove-modal-image__feature {
  position: absolute;
  bottom: -20px;
  left: 0px;
  height: 50px;
}

.groove-modal__button {
  position: absolute;
  right: 30px;
  top: 25px;
}

@media (max-width: 450px) {
  .intro-section {
    padding-bottom: 20px;
  }
}

.hero-image {
  width: 100%;
}
@media (max-width: 450px) {
  .hero-image {
    height: 78px;
  }
}

.important-image {
  height: 160px;
  margin: 15px;
  margin-bottom: 5px;
}
@media (max-width: 450px) {
  .important-image {
    height: 60px;
  }
}

.token-image {
  height: 180px;
  margin: 15px;
  margin-bottom: 5px;
}
@media (max-width: 450px) {
  .token-image {
    height: 120px;
  }
}

.first-warning {
  font-size: 20px;
  margin: 0 auto;
  width: 60%;
  margin-bottom: 25px;
}
@media (max-width: 450px) {
  .first-warning {
    width: 100%;
    font-size: 12px;
  }
}

.second-warning {
  font-size: 17px;
}
@media (max-width: 450px) {
  .second-warning {
    font-size: 14px;
  }
}

.hero-section {
  padding: 150px 0;
}
@media (max-width: 450px) {
  .hero-section {
    padding-bottom: 90px;
    padding-top: 30px;
  }
}

.intro-section > h3 {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 450px) {
  .intro-section > h3 {
    font-size: 14px;
    line-height: 19px;
    width: 90%;
    margin: 0 auto;
  }
}

.intro-section > p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 50px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 450px) {
  .intro-section > p {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
  }
}

.social-urls {
  list-style: none;
  display: inline-flex;
}
.social-urls li {
  color: #964ef2;
  margin: 0 5px;
}
.social-urls li > a {
  color: #964ef2;
}

.tooltips {
  position: relative;
  display: inline-block;
}

.tooltips .tooltipstext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltips .tooltipstext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltips:hover .tooltipstext {
  visibility: visible;
  opacity: 1;
}

.pointers {
  list-style: none;
  display: flex;
}
.pointers .point-item {
  background-color: #FCCC52;
  border-radius: 22px;
  border: 1px solid #964ef2;
  display: inline-flex;
  padding: 26px 32px;
  margin-right: 10px;
  padding-right: 15px;
}
@media (max-width: 450px) {
  .pointers .point-item {
    border-radius: 16px;
    margin-bottom: 15px;
    padding: 16px 24px;
  }
}
.pointers .point-item .point-number {
  background-color: #964ef2;
  color: #FCCC52;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  height: 34px;
  width: 12%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 5%;
}
.pointers .point-item > p {
  text-align: left;
  width: 80%;
  font-size: 20px;
  margin-bottom: 0;
}
@media (max-width: 450px) {
  .pointers .point-item > p {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .pointers {
    display: block;
  }
}

.pointers {
  list-style: none;
  display: flex;
}
.pointers .list-item {
  background-color: #FCCC52;
  border-radius: 22px;
  border: 1px solid #964ef2;
  display: inline-flex;
  align-items: center;
  padding: 26px 32px;
  margin-right: 10px;
  padding-right: 15px;
}
@media (max-width: 450px) {
  .pointers .list-item {
    border-radius: 16px;
    margin-bottom: 15px;
    padding: 16px 24px;
  }
}
.pointers .list-item .list-number {
  color: #FCCC52;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  height: 14px;
  width: 12%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 5%;
}
.pointers .list-item > p {
  text-align: left;
  width: 80%;
  font-size: 20px;
  margin-bottom: 0;
}
@media (max-width: 450px) {
  .pointers .list-item > p {
    font-size: 16px;
  }
}
.pointers .list-item .insert-image {
  margin: 15px;
  height: 48px;
}
@media (max-width: 450px) {
  .pointers .list-item .insert-image {
    height: 32px;
  }
}
@media (max-width: 450px) {
  .pointers {
    display: block;
  }
}

.progress {
  background-color: #e57e23;
  padding-left: 2px;
}

.popup-form {
  border-radius: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.qr-row {
  background-color: #fff;
  border-radius: 15px;
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.qr-code {
  margin: 15px 0;
  margin-bottom: 30px;
  width: 70%;
}

.groove-modal__content .icon-row img.qr-code {
  width: 70%;
  margin-bottom: 0;
}

.formless {
  font-size: 14px;
  width: 100%;
  text-align: center;
  border: 0;
  background: none;
}

.copy-button {
  border: 0;
  background: 0;
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 20px;
}

.popup-button {
  background: #FF7AAE;
  color: #FFFFFF;
  border-radius: 12px;
  box-shadow: none;
  font-size: 16px;
  padding: 12px 34px;
  outline: 0;
  box-shadow: 0px 3px #964ef2;
  border: 1px solid #964ef2;
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  .popup-button {
    font-size: 16px;
  }
}

.register-button {
  background: #964ef2;
  color: #FCCC52;
  border-radius: 12px;
  box-shadow: none;
  font-size: 20px;
  padding: 12px 34px;
  outline: 0;
  box-shadow: 0px 3px #FCCC52;
  border: 1px solid #FCCC52;
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  .register-button {
    font-size: 16px;
  }
}

.download-button {
  background: #FCCC52;
  color: #000;
  border-radius: 12px;
  box-shadow: none;
  font-size: 20px;
  padding: 12px 34px;
  outline: 0;
  box-shadow: 0px 3px #fc11b8;
  border: 1px solid #FF7AAE;
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  .download-button {
    font-size: 16px;
  }
}

.youtube-iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 40px;
}

.youtube-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro-illo {
  transition: all ease 0.3s;
  position: absolute;
}
.intro-illo.illo-1 {
  top: -120px;
  left: 85px;
  display: flex;
  flex-direction: column;
  color: #fff;
}
@media (max-width: 450px) {
  .intro-illo.illo-1 {
    font-size: 12px;
    top: -29px;
    left: -60px;
  }
}

.intro-illo.illo-1 > img {
  height: 100px;
}
@media (max-width: 450px) {
  .intro-illo.illo-1 > img {
    height: 53px;
  }
}

.intro-illo.illo-1 > b {
  font-size: 12px;
  transform: rotate(15deg);
}
@media (max-width: 450px) {
  .intro-illo.illo-1 > b {
    display: none;
  }
}

.intro-illo.illo-2 {
  bottom: 70px;
  left: 2px;
}
@media (max-width: 450px) {
  .intro-illo.illo-2 {
    bottom: -170px;
    left: 10px;
  }
}

.intro-illo.illo-2 > img {
  height: 125px;
}
@media (max-width: 450px) {
  .intro-illo.illo-2 > img {
    height: 40px;
  }
}

.intro-illo.illo-3 {
  bottom: -95px;
  left: -35px;
}
@media (max-width: 450px) {
  .intro-illo.illo-3 {
    bottom: -300px;
    left: 30px;
    display: none;
  }
}

.intro-illo.illo-3 > img {
  height: 93px;
}
@media (max-width: 450px) {
  .intro-illo.illo-3 > img {
    height: 50px;
  }
}

.intro-illo.illo-4 {
  bottom: -160px;
  left: 205px;
  display: flex;
  flex-direction: column;
  color: #fff;
}
@media (max-width: 450px) {
  .intro-illo.illo-4 {
    bottom: 0px;
    left: 40px;
  }
}

.intro-illo.illo-4 > img {
  height: 70px;
}
@media (max-width: 450px) {
  .intro-illo.illo-4 > img {
    height: 30px;
  }
}

@media (max-width: 450px) {
  .intro-illo.illo-4 > b {
    display: none;
  }
}

.intro-illo.illo-5 {
  bottom: -49%;
  left: 10%;
  display: none;
}
@media (max-width: 450px) {
  .intro-illo.illo-5 {
    bottom: 4%;
    left: 30%;
    display: none;
  }
}

.intro-illo.illo-5 > img {
  height: 90px;
}
@media (max-width: 450px) {
  .intro-illo.illo-5 > img {
    display: none;
  }
}

.intro-illo.illo-6 {
  top: -95px;
  right: 65px;
}
@media (max-width: 450px) {
  .intro-illo.illo-6 {
    top: -140px;
  }
}

.intro-illo.illo-6 > img {
  height: 73px;
}
@media (max-width: 450px) {
  .intro-illo.illo-6 > img {
    height: 50px;
  }
}

.intro-illo.illo-7 {
  bottom: 71px;
  right: 85px;
  display: flex;
  flex-direction: column;
  color: #fff;
}
@media (max-width: 450px) {
  .intro-illo.illo-7 {
    bottom: -20px;
    right: 140px;
  }
}

.intro-illo.illo-7 > img {
  width: 98px;
  margin-bottom: 5px;
}
@media (max-width: 450px) {
  .intro-illo.illo-7 > img {
    width: 40px;
  }
}

.intro-illo.illo-7 > b {
  transform: rotate(-12deg);
}
@media (max-width: 450px) {
  .intro-illo.illo-7 > b {
    display: none;
  }
}

.intro-illo.illo-8 {
  bottom: -120px;
  right: 5px;
}
@media (max-width: 450px) {
  .intro-illo.illo-8 {
    bottom: -91px;
    right: 50px;
  }
}

.intro-illo.illo-8 > img {
  height: 127px;
}
@media (max-width: 450px) {
  .intro-illo.illo-8 > img {
    height: 60px;
  }
}

.intro-section form {
  width: 70%;
}
@media (max-width: 450px) {
  .intro-section form {
    width: 80%;
  }
}

.intro-section form > small {
  font-size: 65%;
  font-weight: 600;
}

.about-us .about-us_header {
  font-size: 40px;
}
@media (max-width: 450px) {
  .about-us .about-us_header {
    font-size: 32px;
  }
}

.about-us .about-us_body {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 450px) {
  .about-us .about-us_body {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
  }
}

@media (max-width: 450px) {
  .about-us_image {
    position: absolute;
    right: 0;
    width: 40%;
  }
}

section.token {
  padding: 100px 0;
}
@media (max-width: 450px) {
  section.token {
    margin-top: -110px;
    padding-top: 30px;
  }
}

.small-link {
  font-size: 12px;
}

.timeline {
  border-radius: 50px;
  font-size: 18px;
  padding: 8px 24px;
  transform: rotate(-8deg);
  display: inline-block;
  transition: all ease 0.3s;
}
.timeline:hover {
  transform: rotate(8deg);
}

.benefits .benefits-card:hover .timeline {
  transform: rotate(8deg);
}

.container-headers {
  font-size: 90px;
  line-height: 90px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 450px) {
  .container-headers {
    font-size: 40px;
    line-height: 44px;
  }
}

.container-headers.products {
  margin: 0;
  text-align: left;
}
@media (max-width: 450px) {
  .container-headers.products {
    text-align: center;
  }
}

.products_intro {
  margin-top: 20px;
}
@media (max-width: 450px) {
  .products_intro {
    font-size: 14px;
    text-align: center;
  }
}

.target_intro {
  margin-top: 20px;
}
@media (max-width: 450px) {
  .target_intro {
    text-align: center;
  }
}

.benefits {
  margin: 100px 0;
  margin-top: 0;
}
@media (max-width: 450px) {
  .benefits {
    margin: 0;
  }
}

.benefits-card img {
  width: 100%;
  margin-bottom: 20px;
}
.benefits-card h6 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 450px) {
  .benefits-card h6 {
    font-size: 12px;
    line-height: 16px;
  }
}
.benefits-card p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  .benefits-card p {
    font-size: 14px;
    line-height: 26px;
  }
}
.benefits-card .count {
  border-radius: 100%;
  height: 90px;
  width: 90px;
  font-size: 40px;
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  .benefits-card {
    margin-bottom: 60px;
  }
}

.benefits-card .box-image {
  display: flex;
  justify-content: right;
}

.benefits-card .box-image img {
  height: 250px;
}

.benefits-card img.arrows {
  right: 0%;
  height: 30%;
}
@media (max-width: 450px) {
  .benefits-card img.arrows {
    transform: rotate(95deg);
  }
}

.token-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 200px 0;
}
@media (max-width: 450px) {
  .token-section {
    padding-bottom: 150px;
  }
}

.token-section__header {
  font-size: 70px;
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  .token-section__header {
    font-size: 40px;
    line-height: 44px;
  }
}

.token-section__body {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 450px) {
  .token-section__body {
    font-size: 16px;
    line-height: 25px;
  }
}

.token-illo {
  position: absolute;
}
.token-illo img {
  width: 100%;
}
.token-illo.illo-1 {
  left: -40%;
  top: 10%;
}
@media (max-width: 450px) {
  .token-illo.illo-1 {
    left: 0;
    top: 30px;
  }
}
.token-illo.illo-1 > img {
  width: 350px;
}
@media (max-width: 450px) {
  .token-illo.illo-1 > img {
    width: 70%;
  }
}
.token-illo.illo-2 {
  bottom: 0%;
}
@media (max-width: 450px) {
  .token-illo.illo-2 {
    bottom: 0;
    right: -70px;
  }
}
@media (max-width: 450px) {
  .token-illo.illo-2 > img {
    width: 60%;
  }
}

.features {
  margin-top: -100px;
}

@media (max-width: 450px) {
  .feature-card .tokenomics {
    width: 100%;
    margin-top: -200px;
  }
}

.team_profile {
  width: 100%;
}

.team-section {
  margin-top: -100px;
  padding-bottom: 150px;
}
@media (max-width: 450px) {
  .team-section {
    padding-top: 70px;
    padding-bottom: 0;
  }
}

.token .floating-coins {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 320px;
}
@media (max-width: 450px) {
  .token .floating-coins {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

footer {
  font-size: 12px;
  position: relative;
  border-top: 1px solid #26281c;
}
@media (max-width: 450px) {
  footer {
    margin-top: -100px;
  }
}

footer > img {
  height: 20px;
}
@media (max-width: 450px) {
  footer > img {
    width: 40%;
  }
}

footer .disclaimer {
  width: 75%;
}
@media (max-width: 450px) {
  footer .disclaimer {
    width: 100%;
  }
}

footer .footer-description {
  text-align: left;
  padding-left: 50px;
}
@media (max-width: 450px) {
  footer .footer-description {
    padding-left: 10px;
  }
}
footer .footer-description h6 {
  font-size: 30px;
  margin-bottom: 30px;
}
footer .footer-description p {
  font-size: 20px;
  line-height: 30px;
}

footer .footer-image {
  height: 130%;
  left: -5%;
  top: -36%;
  z-index: -9;
}
@media (max-width: 450px) {
  footer .footer-image {
    left: -37%;
    top: -30%;
    z-index: -9;
    height: 280px;
  }
}

.footer-socials {
  display: flex;
  padding: 30px;
  justify-content: center;
}

.footer-socials a {
  padding: 0 15px;
}

.footer-socials a > img {
  width: 50px;
}

footer .social-box {
  height: 50%;
  display: flex;
}
@media (max-width: 450px) {
  footer .social-box {
    margin: 0 -15px;
  }
}

footer .social-box .box:focus {
  color: #000;
  outline: none;
}

footer .social-box .box:hover {
  color: #000;
  outline: none;
}

footer .social-box .box {
  font-size: 18px;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (max-width: 450px) {
  footer .social-box .box {
    margin: 20px 0;
  }
}

@media (max-width: 450px) {
  footer .social-box .box.top {
    border-top: 1px solid #000;
  }
}

@media (max-width: 450px) {
  footer .social-box .box.bottom {
    border-bottom: none;
  }
}

@media (max-width: 450px) {
  footer .social-box .box.left {
    border-left: none;
  }
}

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