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

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: inline-block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #d16eff;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider {
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-right: 0px;
  margin-left: 0px;
  font-family: 'DM Sans', sans-serif;
}

.section.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.section.cc-home-wrap {
  margin-right: 0px;
  margin-left: 0px;
  color: #111213;
}

.section.q-content-section {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.section.q-content-section.section-gry-bg {
  background-color: #edeff1;
}

.section.q-content-section.section-dark-bg {
  background-color: #111213;
  color: #fff;
}

.section.q-content-section.q-footer {
  background-color: transparent;
  color: #fff;
}

.section.q-content-section.q-footer.footer-dark {
  background-color: #282b32;
}

.section.q-content-section.bg-gray-01 {
  background-color: #edeff1;
}

.section.q-content-section.q-section-by-quine {
  background-color: #111213;
  color: #fff;
}

.section.q-content-section.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section.q-content-section.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section.q-content-section.q-quote-section {
  background-color: #edeff1;
}

.section.q-content-section.q-quote-section.dark {
  background-color: #111214;
}

.section.q-content-section.q-footer-light {
  background-color: transparent;
  color: #fff;
}

.section.q-content-section.q-footer-white {
  display: none;
  background-color: #f5f5f5;
  color: #1b1d22;
}

.section.quine-centered-section {
  background-color: #1b1d22;
  background-image: url('../images/03_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.ticker-holder {
  background-color: #2ce78f;
}

.section.q-content-section-copy {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.section.q-content-section-copy.section-gry-bg {
  background-color: #edeff1;
}

.section.q-content-section-copy.section-dark-bg {
  background-color: #111213;
  color: #fff;
}

.section.q-content-section-copy.q-footer {
  background-color: #111213;
  color: #fff;
}

.section.q-content-section-copy.bg-gray-01 {
  background-color: #edeff1;
}

.section.q-content-section-copy.q-section-by-quine {
  background-color: #111213;
  color: #fff;
}

.section.q-content-section-copy.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section.q-content-section-copy.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section.q-content-section-copy.q-quote-section {
  background-color: #edeff1;
}

.section.q-content-section-copy.q-footer-light {
  background-color: #1b1d22;
  color: #fff;
}

.section.q-content-section-copy.q-footer-white {
  background-color: #f5f5f5;
  color: #1b1d22;
}

.section.q-inner-wrap {
  padding-top: 243px;
  padding-bottom: 49px;
}

.section.crop {
  overflow: hidden;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container {
  width: 100%;
  max-width: 86vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 48px;
  padding-bottom: 9px;
  color: #fff;
}

.container.section-container {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #282b32;
}

.container.section-container-nft {
  padding-top: 0px;
  padding-bottom: 4px;
}

.container.section-container {
  padding-top: 60px;
  padding-bottom: 40px;
}

.container.container-slider-hero {
  bottom: 6rem;
  max-width: 86vw;
}

.container.section-container-light {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 40px;
  color: #1b1d22;
}

.container.container-slider-label-hero {
  position: absolute;
  left: 0%;
  top: 7rem;
  right: 0%;
  bottom: auto;
  z-index: 3;
  max-width: 86vw;
  margin-right: auto;
  margin-left: auto;
}

.container.container-mob-cta {
  bottom: 6rem;
  display: none;
  max-width: 86vw;
}

.container.section-container-gnft {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: transparent;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
  font-family: 'DM Mono', sans-serif;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 0.6;
  font-family: Maison;
}

.button {
  padding: 24px 32px;
  border-radius: 8px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Maison;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  background-color: #fff;
  color: #000;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-jumbo-button.cc-jumbo-purple {
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 8px;
  background-color: #aa24e9;
  color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-purple.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: #aa24e9;
}

.button.cc-jumbo-button.cc-jumbo-purple.cta-opensea {
  margin-left: 12px;
  padding-right: 70px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/sq.svg');
  background-position: 93% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
}

.button.cc-jumbo-button.cc-jumbo-purple.cta-opensea.w--current {
  margin-left: 15px;
  padding-right: 71px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/sq.svg');
  background-position: 93% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
  font-size: 26px;
  line-height: 30px;
}

.button.cc-jumbo-button.cc-jumbo-purple.cta-discord.w--current {
  margin-left: 15px;
  padding-right: 71px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/dsc.svg');
  background-position: 93% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
  font-size: 26px;
  line-height: 30px;
}

.button.cc-jumbo-button.cc-jumbo-purple.cta-dscrd {
  margin-left: 12px;
  padding-right: 70px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/dsc.svg');
  background-position: 93% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
}

.button.cc-jumbo-button.cc-jumbo-purple.cta-dscrd.w--current {
  margin-left: 15px;
  padding-right: 71px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/sq.svg');
  background-position: 93% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
  font-size: 26px;
  line-height: 30px;
}

.button.cc-jumbo-button.cc-jumbo-purple {
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 8px;
  background-color: #aa24e9;
  color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white {
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
}

.button.cc-jumbo-button.q-opensea-cta {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-left: 23px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #edeff1;
  border-radius: 8px;
  background-color: transparent;
  background-image: url('../images/sq.svg');
  background-position: 16px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
}

.button.cc-jumbo-button.q-opensea-cta:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.button.cc-jumbo-button.cc-jumbo-green {
  margin-top: 36px;
  padding: 24px 45px;
  border-radius: 40px;
  background-color: #aef162;
  color: #111213;
  font-size: 40px;
}

.button.cc-jumbo-button.cc-jumbo-green.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: #aa24e9;
}

.button.cc-jumbo-button.cc-jumbo-green.cta-opensea {
  margin-left: 12px;
  padding-right: 70px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/sq.svg');
  background-position: 93% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
}

.button.cc-jumbo-button.cc-jumbo-green.cta-opensea.w--current {
  margin-left: 15px;
  padding-right: 71px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/sq.svg');
  background-position: 93% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
  font-size: 26px;
  line-height: 30px;
}

.button.cc-jumbo-button.cc-jumbo-green.cta-discord.w--current {
  margin-left: 15px;
  padding-right: 71px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/dsc.svg');
  background-position: 93% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
  font-size: 26px;
  line-height: 30px;
}

.button.cc-jumbo-button.cc-jumbo-green.cta-dscrd {
  margin-left: 12px;
  padding-right: 70px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/dsc.svg');
  background-position: 93% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
}

.button.cc-jumbo-button.cc-jumbo-green.cta-dscrd.w--current {
  margin-left: 15px;
  padding-right: 71px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/sq.svg');
  background-position: 93% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
  font-size: 26px;
  line-height: 30px;
}

.button.cc-jumbo-button.cc-jumbo-green.top-small-cta {
  margin-top: 0px;
  padding: 12px 24px;
  font-size: 24px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-green-sq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  padding: 18px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 1px solid #08d172;
  border-radius: 8px;
  background-color: #aef162;
  color: #111213;
  font-size: 40px;
}

.button.cc-jumbo-button.cc-jumbo-green-sq.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: #aa24e9;
}

.button.cc-jumbo-button.cc-jumbo-green-sq.cta-opensea {
  margin-left: 12px;
  padding-right: 70px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/sq.svg');
  background-position: 93% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
}

.button.cc-jumbo-button.cc-jumbo-green-sq.cta-opensea.w--current {
  margin-left: 15px;
  padding-right: 71px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/sq.svg');
  background-position: 93% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
  font-size: 26px;
  line-height: 30px;
}

.button.cc-jumbo-button.cc-jumbo-green-sq.cta-discord.w--current {
  margin-left: 15px;
  padding-right: 71px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/dsc.svg');
  background-position: 93% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
  font-size: 26px;
  line-height: 30px;
}

.button.cc-jumbo-button.cc-jumbo-green-sq.cta-dscrd {
  margin-left: 12px;
  padding-right: 70px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/dsc.svg');
  background-position: 93% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
}

.button.cc-jumbo-button.cc-jumbo-green-sq.cta-dscrd.w--current {
  margin-left: 15px;
  padding-right: 71px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/sq.svg');
  background-position: 93% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
  font-size: 26px;
  line-height: 30px;
}

.button.cc-jumbo-button.cc-jumbo-green-sq.top-small-cta {
  margin-top: 0px;
  padding: 12px 24px;
  font-size: 24px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-green {
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 8px;
  background-color: #aef162;
  color: #111213;
}

.button.cc-jumbo-button.cc-jumbo-green.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: #aa24e9;
}

.button.cc-jumbo-button.cc-jumbo-green.cta-opensea {
  margin-left: 12px;
  padding-right: 70px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/sq.svg');
  background-position: 93% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
}

.button.cc-jumbo-button.cc-jumbo-green.cta-opensea.w--current {
  margin-left: 15px;
  padding-right: 71px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/sq.svg');
  background-position: 93% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
  font-size: 26px;
  line-height: 30px;
}

.button.cc-jumbo-button.cc-jumbo-green.cta-discord.w--current {
  margin-left: 15px;
  padding-right: 71px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/dsc.svg');
  background-position: 93% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
  font-size: 26px;
  line-height: 30px;
}

.button.cc-jumbo-button.cc-jumbo-green.cta-dscrd {
  margin-left: 12px;
  padding-right: 70px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/dsc.svg');
  background-position: 93% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
}

.button.cc-jumbo-button.cc-jumbo-green.cta-dscrd.w--current {
  margin-left: 15px;
  padding-right: 71px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/sq.svg');
  background-position: 93% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
  font-size: 26px;
  line-height: 30px;
}

.button.cc-jumbo-button.cc-jumbo-green.q-gh-logo-button {
  margin-top: 20px;
  padding: 14px 34px 14px 61px;
  border-radius: 4px;
  background-image: url('../images/GitHub_1.svg');
  background-position: 13px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 31px;
  cursor: pointer;
}

.button.cc-jumbo-button.cc-jumbo-green.q-gh-logo-button:hover {
  background-color: #a2e05b;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  font-family: Maison;
  font-size: 16px;
  text-transform: none;
}

.button.cc-contact-us.q-btn-purple {
  margin-left: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #aa24e9;
  border-radius: 4px;
  background-color: #aa24e9;
}

.button.cc-contact-us.q-btn-purple-outlined {
  display: block;
  overflow: visible;
  margin-left: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #d16eff;
  border-radius: 4px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #d16eff;
}

.button.cc-contact-us.q-btn-medium-purple {
  margin-left: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #aa24e9;
  border-radius: 4px;
  background-color: #aa24e9;
  font-family: 'Open Sans', sans-serif;
}

.button.cc-contact-us.q-btn-medium-purple.hide-on-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #aef162;
  font-family: Lato, sans-serif;
  color: #000;
}

.button.cc-contact-us.q-btn-medium-purple.hide-on-mobile.gh-icon {
  margin-left: 0px;
  padding: 8px 17px 8px 63px;
  border-color: #aef162;
  background-color: #aef162;
  background-image: url('../images/GitHub_1.svg');
  background-position: 15px 50%;
  background-size: 38px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  line-height: 18px;
  cursor: pointer;
}

.button.cc-contact-us.q-btn-medium-purple.hide-on-mobile.gh-icon:hover {
  background-color: #a2e05b;
}

.button.cc-contact-us.q-btn-medium-purple.hide-on-mobile.gh-icon-lg {
  margin-left: auto;
  padding: 24px 24px 24px 69px;
  border-color: #aef162;
  background-color: #aef162;
  background-image: url('../images/GitHub_1.svg');
  background-position: 14px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  line-height: 18px;
}

.button.cc-contact-us.q-btn-medium-green {
  margin-left: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #aef162;
  border-radius: 4px;
  background-color: #aef162;
}

.button.cc-contact-us.q-btn-ham {
  display: none;
  margin-left: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #d16eff;
  border-radius: 4px;
  background-color: transparent;
  color: #d16eff;
}

.button.cc-contact-us.q-btn-medium-purple-outl {
  margin-left: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #aa24e9;
  border-radius: 4px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #aa24e9;
}

.button.cc-contact-us.q-btn-medium-purple-outl.hide-on-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #aef162;
  font-family: Lato, sans-serif;
  color: #000;
}

.button.cc-contact-us.q-btn-medium-purple-outl.hide-on-mobile.gh-icon {
  margin-left: 0px;
  padding: 8px 17px 8px 63px;
  border-color: #aef162;
  background-color: #aef162;
  background-image: url('../images/GitHub_1.svg');
  background-position: 15px 50%;
  background-size: 38px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  line-height: 18px;
  cursor: pointer;
}

.button.cc-contact-us.q-btn-medium-purple-outl.hide-on-mobile.gh-icon:hover {
  background-color: #a2e05b;
}

.button.cc-contact-us.q-btn-medium-purple-outl.hide-on-mobile.gh-icon-lg {
  margin-left: auto;
  padding: 24px 24px 24px 69px;
  border-color: #aef162;
  background-color: #aef162;
  background-image: url('../images/GitHub_1.svg');
  background-position: 14px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  line-height: 18px;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.button.q-button-purple {
  background-color: #aa24e9;
}

.button.q-button-purple {
  background-color: #aa24e9;
}

.button.q-top-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px 8px 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3px;
  background-color: #aef162;
  color: #000;
}

.button.green-mono {
  padding: 18px 24px;
  background-color: #aef162;
  color: #1b3201;
}

.button.green-mono.icon-right-open-link {
  padding-right: 60px;
  border-radius: 4px;
  background-image: url('../images/arrow.svg');
  background-position: 91% 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.button.green-mono.icon-right-open-link:hover {
  background-color: #a2e05b;
}

.button.transparent-mono {
  padding: 18px 24px;
  background-color: transparent;
  color: #fff;
}

.button.next-article {
  padding: 18px 60px 18px 24px;
  background-color: transparent;
  background-image: url('../images/right-arrow.svg');
  background-position: 90% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  color: #fff;
}

.label {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: 0.6;
  font-family: Montserrat, sans-serif;
  font-size: 2vh;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
  font-family: Maison;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.paragraph-light {
  opacity: 0.6;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 1.4vw;
  line-height: 160%;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 36px;
  font-family: 'DM Sans', sans-serif;
  font-size: 79px;
  line-height: 80px;
  text-align: left;
  text-transform: none;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo.quine-jumbo {
  display: block;
  font-size: 84px;
  line-height: 120%;
  text-align: center;
}

.heading-jumbo-small {
  margin-top: 60px;
  margin-bottom: 15px;
  font-family: gsha, Tahoma, sans-serif;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.menu {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: inline-block;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 86vw;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(27, 29, 34, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.navigation.quine-center {
  position: relative;
  top: 0px;
  width: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: rgba(17, 18, 19, 0);
}

.navigation.quine-full-nav {
  position: relative;
  margin-bottom: 93px;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: rgba(17, 18, 19, 0);
}

.navigation-item {
  padding: 16px 12px;
  opacity: 0.6;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: none;
}

.navigation-item:hover {
  opacity: 0.9;
  color: #fff;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #fff;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item.with-icon {
  padding-left: 45px;
  background-image: url('../images/discord.svg');
  background-position: 13px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-decoration: none;
}

.logo-image {
  display: block;
  float: left;
}

.navigation-items {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 105vh;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111213;
  background-image: url('../images/03_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.intro-header.cc-subpage {
  height: 380px;
  background-color: transparent;
  background-image: none;
  color: #fff;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  margin-top: 170px;
  margin-bottom: 70px;
  text-align: left;
}

.intro-content.q-hero-nft {
  width: 100%;
  margin-top: 246px;
  margin-bottom: 95px;
  text-align: left;
}

.motto-wrap {
  width: 80%;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  text-align: center;
}

.about-story-wrap {
  width: 80%;
  margin: auto auto 80px;
  text-align: center;
}

.our-services-grid {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto 60px auto;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-heading-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.contact-form-wrap {
  padding: 0px 0px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
}

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-color: hsla(0, 0%, 89.4%, 0.24);
  background-color: #fff;
  font-size: 28px;
  line-height: 130%;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'DM Sans', sans-serif;
  font-size: 6vw;
  line-height: 120%;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
}

.team-pic {
  overflow: hidden;
  width: 100%;
  height: 20vw;
  min-height: auto;
  margin-bottom: 12px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.06);
}

.team-members {
  margin-top: 40px;
  margin-bottom: 49px;
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 29px;
}

.team-member-name {
  margin-bottom: 8px;
  opacity: 1;
  font-family: 'DM Mono', sans-serif;
  color: #fff;
  font-size: 2.4vw;
  line-height: 110%;
  font-weight: 400;
}

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "."
    "."
    ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: 0.8;
}

.project-cover-link:active {
  opacity: 0.7;
}

.project-overview-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50% 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
  padding-left: 0px;
  line-height: 45px;
  list-style-type: none;
}

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.blog-preview-image:hover {
  opacity: 0.8;
}

.blog-preview-image:active {
  opacity: 0.7;
}

.blog-summary-wrap {
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: 0.8;
}

.blog-heading-link:active {
  opacity: 0.7;
}

.contact-email-link {
  margin-bottom: 5px;
  opacity: 0.6;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: 0.8;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 85vh;
  max-height: 100%;
  max-width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 16px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: gsha, Tahoma, sans-serif;
  font-size: 52px;
  line-height: 110%;
  font-weight: 400;
}

.about-grid {
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1.25fr 80px 2fr;
  grid-template-columns: 1.25fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 1.25fr;
  grid-template-columns: 2fr 1.25fr;
}

.intro-text {
  display: block;
  width: 89%;
  margin-right: auto;
  margin-bottom: 35px;
}

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: gsha, Tahoma, sans-serif;
  font-weight: 400;
}

.blog-heading {
  margin-bottom: 60px;
  text-align: center;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-right: 45px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: gsha, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: 0.8;
}

.business-article-heading:active {
  opacity: 0.7;
}

.text-block {
  font-family: 'DM Sans', sans-serif;
  font-size: 130%;
  font-weight: 400;
}

.text-block-2 {
  font-family: Maison;
}

.paragraph-hero {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-hero.cc-bigger-light {
  opacity: 0.6;
}

.paragraph-hero.cc-bigger-white-light {
  margin-right: auto;
  margin-bottom: 36px;
  opacity: 0.8;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  line-height: 140%;
  text-align: left;
}

.hero-button-text {
  display: inline;
  font-family: 'DM Mono', sans-serif;
  font-size: 20px;
  line-height: 138%;
  font-weight: 500;
  letter-spacing: -0.4px;
  text-transform: none;
}

.q-reserve-demo-holder {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  margin-right: auto;
  margin-bottom: 24px;
  padding: 4px 55px 4px 4px;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0.1);
  -o-object-fit: fill;
  object-fit: fill;
}

.q-reserve-demo {
  padding-right: 1px;
  padding-left: 29px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.48);
  font-size: 28px;
}

.text-block-3 {
  font-family: 'Open Sans', sans-serif;
  color: #111213;
  letter-spacing: 1px;
}

.q-hero-motivation {
  line-height: 148%;
}

.q-section-image-holder {
  position: relative;
}

.q-section-image-stack {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -100px;
  width: 90%;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}

.shadow-01 {
  height: 16px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #d4d7d9;
}

.shadow-02 {
  height: 16px;
  margin-right: 20px;
  margin-left: 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #e1e1e1;
}

.shadow-03 {
  height: 16px;
  margin-right: 40px;
  margin-left: 40px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #e9e9e9;
}

.image {
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  border-radius: 8px;
}

.heading-lighter {
  color: #76787a;
}

.faq-grid {
  margin-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 0.5fr 80px 1.25fr;
  grid-template-columns: 0.5fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq-grid.cc-about-2 {
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.paragraph-dark {
  overflow: visible;
  margin-bottom: 12px;
  opacity: 0.8;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 160%;
}

.heading-h6 {
  position: static;
  display: block;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.paragraph-medium-dark {
  opacity: 0.8;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 160%;
}

.div-block {
  border-bottom: 1px solid #76787a;
}

.faq-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.q-accordion-toggle {
  width: 36px;
  height: 36px;
  border-style: solid;
  border-width: 1px;
  border-color: #76787a;
  border-radius: 4px;
  opacity: 0.6;
}

.q-accordion-open {
  position: static;
  height: auto;
  font-family: gsha, Tahoma, sans-serif;
  color: #76787a;
  font-size: 36px;
  text-align: center;
  text-transform: none;
}

.faq-item {
  margin-bottom: 24px;
  padding-bottom: 0px;
  border-bottom: 1px solid #76787a;
}

.faq-content {
  width: auto;
}

.link {
  display: inline;
  color: #aa24e9;
}

.faq-item-content {
  overflow: hidden;
  width: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.faq-heading {
  margin-top: 0px;
  font-family: 'DM Mono', sans-serif;
  line-height: 36px;
  font-weight: 400;
}

.reserve-cta-wrapper {
  display: inline-block;
}

.footer-content-holder {
  position: relative;
  width: 42vw;
  margin-top: 0px;
  margin-bottom: 20px;
}

.grid-footer {
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-grid-columns: 0.75fr 1.25fr;
  grid-template-columns: 0.75fr 1.25fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #bcbdbe;
}

.footer-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.footer-link-list-item {
  margin-right: 26px;
}

.heading-jumbo-centered {
  margin-top: 10px;
  margin-bottom: 36px;
  font-family: gsha, Tahoma, sans-serif;
  font-size: 79px;
  line-height: 80px;
  text-align: center;
  text-transform: none;
}

.heading-jumbo-centered.cc-white-heading-jumbo {
  color: #fff;
}

.heading-footer {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-right: 10vw;
  font-family: 'DM Sans', sans-serif;
  font-size: 5vw;
  line-height: 120%;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.heading-footer.cc-white-heading-jumbo {
  color: #fff;
}

.intro-header-nft {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111213;
  background-image: url('../images/nft-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section-2 {
  margin-right: 30px;
  margin-left: 30px;
}

.section-2.q-content-section {
  margin-right: 0px;
  margin-left: 0px;
}

.section-2.q-content-section.section-gry-bg {
  background-color: #edeff1;
}

.section-2.q-content-section.section-dark-bg {
  background-color: #1b1d22;
  color: #fff;
}

.paragraph-light-2 {
  opacity: 0.6;
  font-family: 'Open Sans', sans-serif;
  color: #1b1d22;
  font-size: 24px;
  line-height: 160%;
}

.heading-lighter-2 {
  color: #76787a;
}

.heading-h6-2 {
  position: static;
  display: block;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.paragraph-dark-2 {
  overflow: visible;
  margin-bottom: 0px;
  opacity: 0.8;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 160%;
}

.q-accordion-open-2 {
  position: static;
  height: auto;
  font-family: gsha, Tahoma, sans-serif;
  color: #76787a;
  font-size: 36px;
  text-align: center;
  text-transform: none;
}

.link-2 {
  display: inline;
  color: #aa24e9;
}

.q-accordion-toggle-2 {
  width: 36px;
  height: 36px;
  border-style: solid;
  border-width: 1px;
  border-color: #76787a;
  border-radius: 4px;
  opacity: 0.6;
}

.paragraph-medium-dark-2 {
  opacity: 0.8;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 160%;
}

.faq-item-2 {
  margin-bottom: 24px;
  padding-bottom: 0px;
  border-bottom: 1px solid #76787a;
}

.intro-text-nft {
  width: 55%;
  margin-right: auto;
  margin-bottom: 35px;
}

.hero-ill-main {
  position: absolute;
  left: auto;
  top: -41%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  overflow: visible;
  width: 38%;
  height: 1250px;
  background-image: url('../images/img-nft.svg');
  background-position: 0% 50%;
  background-size: 650px;
  background-repeat: no-repeat;
  color: #aa24e9;
}

.section-right-ill {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 53%;
  height: auto;
  background-image: url('../images/01.jpg');
  background-position: 0% 100%;
  background-size: 860px;
  background-repeat: no-repeat;
}

.section-right-ill.ill-3rd {
  background-image: url('../images/03.jpg');
  background-size: 860px;
}

.section-left-ill {
  position: absolute;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 53%;
  height: auto;
  background-image: url('../images/02.jpg');
  background-position: 100% 100%;
  background-size: 900px;
  background-repeat: no-repeat;
}

.section-left-ill.ill-second {
  background-image: url('../images/Frame-505.jpg');
  background-position: 100% 110%;
  background-size: 860px;
}

.nft-grid {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1.25fr 80px 2fr;
  grid-template-columns: 1.25fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nft-grid.cc-about-2 {
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 1.25fr;
  grid-template-columns: 2fr 1.25fr;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.q-logotypes-parthners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.img-parthners-item {
  margin-right: 16px;
}

.nft-content-wrap {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 160px;
  padding-bottom: 160px;
}

.image-2 {
  display: inline;
}

.os-cta-img {
  position: relative;
  display: inline;
  overflow: visible;
  margin-left: 11px;
}

.os-cta-text {
  position: static;
  display: inline;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 124%;
  letter-spacing: 1px;
  text-transform: none;
}

.heading-3q {
  margin-top: 10px;
  margin-bottom: 36px;
  font-family: gsha, Tahoma, sans-serif;
  font-size: 46px;
  line-height: 110%;
  text-align: left;
  text-transform: none;
}

.heading-3q.cc-white-heading-jumbo {
  color: #fff;
}

.content-section-by-quine {
  width: 60%;
  margin-right: auto;
  margin-bottom: 35px;
}

.ascii-gb {
  position: absolute;
  left: auto;
  top: -13%;
  right: 4%;
  bottom: -20%;
  z-index: 0;
  width: 45%;
  margin-right: -80px;
  background-image: url('../images/ascii.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-section-by-quine-2 {
  width: 65%;
  margin-right: auto;
  margin-bottom: 35px;
}

.paragraph-dark-3 {
  overflow: visible;
  margin-bottom: 0px;
  opacity: 0.8;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 160%;
}

.ascii-gb-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 45%;
  margin-right: -80px;
  background-image: url('../images/ascii.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-content-holder-2 {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}

.nft-promo {
  border-radius: 12px;
  background-color: #111213;
}

.grid {
  padding: 36px;
  grid-column-gap: 36px;
}

.heading {
  margin-bottom: 24px;
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4vw;
  line-height: 110%;
  font-weight: 400;
}

.q-logotypes-parthners-light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 24px;
}

.img-parthners-item-2 {
  margin-right: 16px;
}

.text-block-btn-dark {
  font-family: 'Open Sans', sans-serif;
  color: #111213;
  letter-spacing: 1px;
}

.menu-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.text-block-purple {
  font-family: 'Open Sans', sans-serif;
  color: #d16eff;
  letter-spacing: 1px;
}

.q-opensea-text {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 113%;
  letter-spacing: 1px;
  text-transform: none;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.q-opensea-text-description-small {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  line-height: 113%;
  letter-spacing: 1px;
  text-transform: none;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-4 {
  font-family: 'Open Sans', sans-serif;
}

.image-quine-screen {
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  border-radius: 8px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link-light {
  display: inline;
  color: #fff;
  text-decoration: none;
}

.link-light:hover {
  color: #aa24e9;
  text-decoration: none;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  background-color: rgba(15, 14, 20, 0.88);
  opacity: 1;
}

.modal-window {
  position: relative;
  padding: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 16px;
  background-color: #fff;
}

.container-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-2 {
  font-family: gsha, Tahoma, sans-serif;
}

.button-2 {
  padding: 24px 32px;
  border-radius: 8px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

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

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

.button-2.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-2.cc-jumbo-button.cc-jumbo-purple {
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 8px;
  background-color: #aa24e9;
  color: #fff;
}

.button-2.cc-jumbo-button.cc-jumbo-purple.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: #aa24e9;
}

.button-2.cc-contact-us {
  position: relative;
  z-index: 5;
  font-size: 16px;
  text-transform: none;
}

.button-2.cc-contact-us.q-btn-purple-outlined {
  display: none;
  overflow: visible;
  margin-left: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #d16eff;
  border-radius: 4px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #d16eff;
}

.button-2.cc-contact-us.q-btn-medium-purple {
  margin-left: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #aa24e9;
  border-radius: 4px;
  background-color: #aa24e9;
  font-family: 'Open Sans', sans-serif;
}

.button-2.cc-contact-us.q-btn-medium-purple.hide-on-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2ce78f;
  font-family: Lato, sans-serif;
  color: #000;
}

.button-2.cc-contact-us.q-btn-medium-purple.hide-on-mobile.gh-icon {
  padding-right: 20px;
  padding-left: 60px;
  background-image: url('../images/GitHub_1.svg');
  background-position: 18px 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.div-block-8 {
  display: none;
}

.link-3 {
  display: inline;
}

.p-large {
  font-size: 22px;
  line-height: 37px;
}

.grid-2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-6 {
  display: none;
}

.nav-menu {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.background-video {
  width: 200px;
  height: 400px;
}

.inline-link {
  color: #fff;
}

.link-inline {
  color: #b6b7bd;
}

.link-inline:hover {
  color: #b8c7ff;
}

.quote {
  width: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

.heading-quote {
  font-family: gsha, Tahoma, sans-serif;
  font-size: 65px;
  line-height: 116%;
}

.grid-quote {
  margin-top: 36px;
  margin-bottom: 27px;
  -ms-grid-columns: 0.5fr 1.75fr;
  grid-template-columns: 0.5fr 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.quote-text {
  font-size: 32px;
  line-height: 133%;
  font-style: italic;
}

.social-link-footer {
  padding-right: 16px;
  opacity: 0.53;
}

.text-social-link {
  position: relative;
  display: inline-block;
  margin-top: 2px;
  -webkit-transform: rotateX(3deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(3deg) rotateY(0deg) rotateZ(0deg);
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-social-footer {
  display: inline-block;
  margin-top: 0px;
  padding-right: 4px;
  line-height: 20px;
}

.social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-inline-bld {
  color: #fff;
}

.link-inline-bld:hover {
  color: #b8c7ff;
}

.text-block-pd-12 {
  margin-bottom: 19px;
}

.pg-badge {
  display: inline-block;
  height: 54px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.html-embed {
  display: inline-block;
  height: 54px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.html-embed-2 {
  display: none;
}

.memu-holder-quine {
  display: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.illustration-holder-quine {
  width: 100%;
  height: 280px;
  background-image: url('../images/ill-q-03.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.illustration-holder-quine.ill-01 {
  background-image: url('../images/ill-q-01.svg');
}

.illustration-holder-quine.ill-02 {
  background-image: url('../images/ill-q-02.svg');
}

.quine-h2-header {
  font-family: gsha, Tahoma, sans-serif;
  color: #fff;
  font-size: 68px;
  line-height: 120%;
  text-align: center;
}

.quine-lp-p {
  color: #fff;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
}

.intro-content-quine {
  width: auto;
  max-width: 680px;
  margin-bottom: -100px;
  text-align: center;
}

.intro-content-quine.cc-homepage {
  margin-top: 170px;
  margin-bottom: 70px;
  text-align: left;
}

.intro-content-quine.q-hero-nft {
  width: 100%;
  margin-top: 206px;
  margin-bottom: 95px;
  text-align: left;
}

.navigation-wrap-centered-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-content-quine-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quine-horizontal-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.text-field-2 {
  display: block;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.quine-text-field {
  height: 78px;
  border: 1px none #000;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.1);
  font-size: 18px;
}

.quine-text-field.prefix-icon {
  padding-left: 60px;
  background-image: url('../images/GitHub.svg');
  background-position: 12px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.quine-text-field.prefix-icon.field-github-name {
  margin-bottom: 0px;
  padding-left: 60px;
}

.quine-text-field.prefix-icon.field-email {
  margin-bottom: 0px;
  padding-left: 60px;
  background-image: url('../images/mail_outline.svg');
}

.quine-text-field.prefix-label {
  margin-bottom: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.field-prefix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 78px;
  margin-right: 1px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.prefix-label {
  color: #76787a;
  font-size: 18px;
}

.form {
  text-align: left;
}

.q-form-label {
  margin-top: 24px;
  margin-bottom: 24px;
  line-height: 148%;
  text-align: center;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.q-form-filed-eroor {
  color: #ff2121;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.q-iled-with-prefix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.q-iled-with-prefix.errored {
  border-style: solid;
  border-width: 1px;
  border-color: red;
  border-radius: 8px;
}

.quine-lp-container {
  max-width: 60%;
}

.text-block-7 {
  display: inline;
}

.text-quine-jumbo {
  display: inline;
  padding-right: 0px;
  font-family: gsha, Tahoma, sans-serif;
  font-size: 84px;
  line-height: 120%;
}

.arrow-quine-steart {
  margin-top: 43px;
}

.heading-footer-quine-form {
  margin-top: 10px;
  margin-bottom: 36px;
  font-family: gsha, Tahoma, sans-serif;
  font-size: 64px;
  line-height: 78px;
  text-align: left;
  text-transform: none;
}

.heading-footer-quine-form.cc-white-heading-jumbo {
  color: #fff;
}

.text-block-pd-0 {
  margin-bottom: 19px;
}

.recent-minters-label {
  position: absolute;
  z-index: 10;
  background-color: #2ce78f;
}

.scroll-ticker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
}

.latest-minters {
  position: relative;
  display: block;
  overflow: visible;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  color: #111213;
}

.ticker-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
}

.minter-username {
  margin-right: 6px;
  font-weight: 700;
}

.text-block-8 {
  margin-right: 20px;
  font-weight: 700;
  white-space: nowrap;
}

.scroll-ticker-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.git-nft-header-promo {
  max-width: 100%;
  text-align: center;
}

.gitnft-subheader {
  margin-bottom: 44px;
  font-family: gsha, Tahoma, sans-serif;
  color: #fff;
  font-size: 42px;
}

.image-7 {
  margin-right: auto;
  margin-left: auto;
}

.grid-4 {
  overflow: hidden;
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 8px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.div-block-10 {
  margin-left: -4px;
  padding: 24px 24px 23px 39px;
  background-color: rgba(56, 53, 73, 0.59);
}

.quine-lp-p-comment {
  color: #fff;
  font-size: 24px;
  line-height: 160%;
  text-align: left;
}

.div-relative {
  position: relative;
}

.image-relative {
  position: relative;
  margin-right: auto;
  margin-bottom: -145px;
  margin-left: auto;
}

.intro-header-hactoberfest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111213;
  background-image: url('../images/03_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.intro-header-hactoberfest.cc-subpage {
  height: 380px;
  background-color: #000;
  background-image: none;
  color: #fff;
}

.logo-image-right {
  display: block;
}

.logo-link-left {
  z-index: 1;
  display: block;
}

.logo-link-left:hover {
  opacity: 0.8;
}

.logo-link-left:active {
  opacity: 0.7;
}

.cta-hacktoberfest {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta-top-button-text {
  display: inline;
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: none;
}

.bg-hf {
  background-image: url('../images/01b.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.hacktoberfest-link {
  color: #fff;
  font-size: 28px;
}

.hacktoberfest-link:hover {
  color: #fff;
}

.promo-code {
  padding-right: 6px;
  padding-left: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.21);
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.18);
  color: #ffb700;
  line-height: 161%;
  font-style: normal;
}

.quine-bot-header {
  width: auto;
  max-width: 680px;
  margin-top: 22px;
  margin-bottom: 39px;
  text-align: center;
}

.quine-bot-header.cc-homepage {
  margin-top: 170px;
  margin-bottom: 70px;
  text-align: left;
}

.quine-bot-header.q-hero-nft {
  width: 100%;
  margin-top: 206px;
  margin-bottom: 95px;
  text-align: left;
}

.intro-header-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 105vh;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
  color: #fff;
}

.intro-header-copy.cc-subpage {
  height: 380px;
  background-color: #000;
  background-image: none;
  color: #fff;
}

.dark-header {
  color: #1b1d22;
  font-size: 26px;
  line-height: 37px;
}

.dark-header.centered {
  text-align: center;
}

.dark-link {
  color: #03f;
  font-size: 28px;
}

.dark-link:hover {
  color: #0030f0;
}

.dark-link.qb-link {
  font-size: 22px;
}

.video {
  z-index: 11;
  height: 450px;
  border: 0px none #bcbdbe;
  border-radius: 9px;
  background-color: #e0e0e0;
}

.logo-qb {
  margin-right: auto;
  margin-bottom: 7px;
  margin-left: auto;
  border-style: solid;
  border-width: 4px;
  border-color: #2134e5;
  border-radius: 13px;
  box-shadow: 1px 1px 8px 0 rgba(45, 45, 58, 0.1), 0 8px 20px -1px rgba(27, 27, 49, 0.15);
}

.qb-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
}

.qb-page-content.cc-subpage {
  height: 380px;
  background-color: #000;
  background-image: none;
  color: #fff;
}

.grid-how-to {
  margin-bottom: 125px;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.num-ht {
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 20px;
  border-radius: 4px;
  background-color: #fff;
}

.qb-ht-item {
  padding: 24px;
  background-color: #f3f3f4;
  line-height: 23px;
}

.text-social-link-dark {
  display: inline-block;
  margin-top: 2px;
  color: #000;
  font-size: 18px;
  line-height: 20px;
}

.qb-gh-loo {
  margin-right: 11px;
}

.qb-cta {
  display: inline-block;
}

.nwrp {
  display: inline-block;
  padding: 0px 6px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(158, 144, 40, 0.87);
  border-radius: 4px;
  background-color: rgba(238, 223, 110, 0.53);
  color: rgba(65, 46, 6, 0.91);
}

.lp-quine-jumbo {
  display: inline;
  font-family: gsha, Tahoma, sans-serif;
  font-size: 3.5vw;
  line-height: 110%;
  font-weight: 400;
}

.lp-content {
  width: auto;
  max-width: 50vw;
  margin-bottom: 0px;
  text-align: center;
}

.lp-content.cc-homepage {
  margin-top: 170px;
  margin-bottom: 70px;
  text-align: left;
}

.lp-content.q-hero-nft {
  width: 100%;
  margin-top: 206px;
  margin-bottom: 95px;
  text-align: left;
}

.image-holder {
  margin-right: auto;
  margin-left: auto;
}

.safari-header {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #363636;
}

.quine-lp-title {
  margin-bottom: 41px;
}

.text-block-10 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cta-icon {
  padding-right: 4px;
}

.social-link-header {
  padding-right: 40px;
  opacity: 0.66;
  font-size: 24px;
}

.social-link-header:hover {
  opacity: 1;
}

.text-social-link-header {
  display: inline-block;
  margin-top: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
}

.navigation-wrap-lp-main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.placeholder {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link-lp {
  margin-right: 26px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 18px;
}

.nav-link-lp:hover {
  color: #fff;
}

.navigation-main-lp {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 24px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(17, 18, 19, 0);
}

.navigation-main-lp.quine-center {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: rgba(17, 18, 19, 0);
}

.navigation-main-lp.quine-full-nav {
  position: relative;
  margin-bottom: 93px;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: rgba(17, 18, 19, 0);
}

.lp-quine-page-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 128px;
  margin-bottom: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.lp-quine-page-container.cc-subpage {
  height: 380px;
  background-color: #000;
  background-image: none;
  color: #fff;
}

.dark-bg {
  background-color: #1b1d22;
  background-image: url('../images/bg.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-lp-slider {
  height: 27vw;
  margin-bottom: 41px;
}

.slide {
  position: relative;
  overflow: visible;
  -o-object-fit: fill;
  object-fit: fill;
}

.mask {
  overflow: hidden;
  -o-object-fit: fill;
  object-fit: fill;
}

.hidden {
  display: none;
  overflow: visible;
}

.image-8 {
  width: 60vw;
}

.image-9 {
  width: 60vw;
}

.body {
  background-color: #1b1d22;
}

.div-block-11 {
  color: #fff;
}

.heading-3 {
  color: #fff;
}

.lp-quine-jumbo-copy {
  display: inline;
  font-family: gsha, Tahoma, sans-serif;
  font-size: 3.5vw;
  line-height: 110%;
  font-weight: 400;
}

.quine-inner-header {
  width: 70vw;
  font-family: 'DM Sans', sans-serif;
  font-size: 8vh;
  line-height: 120%;
  text-align: left;
}

.quine-inner-header.limit-width {
  width: 69vw;
  font-family: 'DM Sans', sans-serif;
  font-size: 8vh;
  line-height: 120%;
}

.container-2 {
  color: #fff;
}

.paragraph {
  width: 60vw;
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
  line-height: 160%;
  text-indent: 0px;
}

.container-3 {
  width: 100%;
  max-width: 90vw;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.body-2 {
  background-color: #1b1d22;
}

.text-block-purple-2 {
  font-family: 'Open Sans', sans-serif;
  color: #d16eff;
  letter-spacing: 1px;
}

.navigation-item-2 {
  padding-top: 16px;
  padding-bottom: 16px;
  opacity: 0.6;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}

.navigation-item-2:hover {
  opacity: 0.9;
  color: #fff;
}

.navigation-item-2:active {
  opacity: 0.8;
}

.navigation-item-2.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 600;
}

.navigation-item-2.w--current:hover {
  opacity: 0.8;
  color: #fff;
}

.navigation-item-2.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.grid-5 {
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-item {
  font-size: 2.2vh;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  font-size: 125%;
  line-height: 34px;
  text-indent: 0px;
}

.paragraph-2.short {
  width: 50vw;
  font-size: 1.6vw;
  line-height: 150%;
}

.team-member-name-2 {
  margin-bottom: 5px;
  opacity: 1;
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-light-3 {
  margin-bottom: 10px;
  opacity: 0.6;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 160%;
}

.div-block-12 {
  color: #fff;
}

.about-position {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #272a2f;
}

.button-outlined {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.25);
  border-radius: 1px;
  background-color: transparent;
  font-size: 18px;
  line-height: 34px;
}

.button-outlined:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.grid-6 {
  position: relative;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-container-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 57px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.social-container-vertical.last {
  padding-right: 48px;
}

.footer-image-section {
  min-height: 100%;
  background-color: #282b32;
  background-image: url('../images/bg-bottom.svg');
  background-position: 0% 50%;
  background-size: 827px;
}

.grid-footer-dark {
  position: relative;
  width: 100%;
  height: auto;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #282b32;
  color: #edeff1;
}

.social-link-footer-vartical {
  padding-right: 2px;
  padding-bottom: 16px;
  opacity: 0.53;
  color: #fff;
  cursor: pointer;
}

.social-link-footer-vartical:hover {
  color: #fff;
}

.hr {
  margin-top: 24px;
  padding-top: 0px;
  padding-bottom: 16px;
  border-top: 1px solid #424242;
  font-style: normal;
}

.image-10 {
  -o-object-fit: cover;
  object-fit: cover;
}

.user-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/ascii-profile.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.user-image.rms {
  background-image: url('../images/Rodrigo-Mendoza-Smith.jpg');
}

.user-image.ag {
  background-image: url('../images/Andre-Staltz.jpg');
}

.user-image.as {
  background-image: url('../images/Andreas-Grammenos.jpg');
}

.user-image.db {
  background-image: url('../images/David-Butler.jpg');
}

.user-image.ab {
  background-image: url('../images/Alex-Bird.jpg');
}

.user-image.ge {
  background-image: url('../images/Gerda-Espinosa.jpg');
}

.user-image.da {
  background-image: url('../images/Dimitrios-Athanasakis.jpg');
}

.user-image.gp {
  background-image: url('../images/Georgios-Pentafragkas.jpg');
}

.user-image.eb {
  background-image: url('../images/Ebrubaoghene-Abel-Unokan.jpg');
}

.user-image.hpw {
  background-image: url('../images/Hao-Ping-Wang.jpg');
}

.user-image.dev {
  background-image: url('../images/Devanand-H-R.jpg');
}

.user-image.tud {
  background-image: url('../images/Tudor-Leustean.jpg');
}

.user-image.ash {
  background-image: url('../images/Anton-Shauchenka.jpg');
}

.positions-grid {
  margin-top: 40px;
  margin-bottom: 60px;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.fotter-content-section {
  position: relative;
  width: 43vw;
  margin-top: 0px;
  padding-right: 20px;
}

.quine-copy {
  position: absolute;
  left: auto;
  right: -6.3vw;
  bottom: 10vh;
  display: inline-block;
  margin-top: 2px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  color: #76787a;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button-outlined-2 {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.25);
  border-radius: 1px;
  background-color: transparent;
  font-size: 18px;
  line-height: 34px;
}

.button-outlined-2:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.div-block-14 {
  margin-bottom: 117px;
}

.nav-iem-dark-dnd {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 30px;
}

.dropdown-toggle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  opacity: 1;
  cursor: pointer;
}

.dropdown-toggle:hover {
  background-color: #edeff1;
}

.dropdown-toggle.w--open {
  background-color: #edeef1;
}

.icon-2 {
  position: relative;
  margin-right: 0px;
  margin-left: 12px;
  border: 1px none #fff;
  color: #fff;
}

.dropdown-list {
  background-color: #76787a;
}

.dropdown-list.w--open {
  padding-top: 11px;
  background-color: #edeff1;
}

.dropdown-link {
  padding-top: 14px;
  padding-right: 60px;
  padding-bottom: 14px;
  background-color: #edeff1;
  font-family: 'Open Sans', sans-serif;
  color: #1b1d22;
  font-size: 120%;
}

.dropdown-link:hover {
  padding-top: 14px;
  padding-right: 60px;
  padding-bottom: 14px;
  background-color: #fff;
  color: #000;
  font-size: 120%;
}

.dropdown-link-2 {
  color: #edeff1;
}

.section-heading-dark {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: gsha, Tahoma, sans-serif;
  color: #1b1d22;
  font-size: 52px;
  line-height: 110%;
  font-weight: 400;
}

.q-link {
  color: #fff;
}

.q-link:hover {
  color: #edeff1;
  text-decoration: underline;
}

.dropdown {
  margin-right: 8px;
}

.hmb {
  display: none;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-link-compact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.text-block-12 {
  padding-bottom: 12px;
}

.div-block-footer-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider {
  min-height: 91vh;
  background-color: #494cbb;
}

.container-slider-hero {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.hero-cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 0px;
}

.heading-hero-home-page {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 6vw;
  line-height: 106%;
  font-weight: 400;
}

.content-accordion-sticky_wrap {
  position: relative;
  padding-top: 16vh;
}

.grid-7 {
  overflow: hidden;
  margin-bottom: 1px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.num-item {
  position: static;
  display: inline-block;
  margin-right: 12px;
  padding: 6px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #424242;
  border-radius: 6px;
  font-family: 'DM Sans', sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

.h6-hp {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.image-home-page-md {
  width: 100%;
  min-height: 300px;
  border: 1px solid #999;
  border-radius: 4px;
}

.image-grid-item {
  position: relative;
  top: 25px;
}

.chips {
  position: static;
  display: inline-block;
  margin-right: 12px;
  padding: 6px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #424242;
  border-radius: 6px;
}

.slide-2 {
  width: auto;
  margin-right: 13px;
  padding-top: 6px;
}

.slide-3 {
  width: 300px;
}

.section-hp {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  border-bottom: 1px solid #98999b;
}

.section-hp.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.section-hp.cc-home-wrap {
  margin-right: 0px;
  margin-left: 0px;
  color: #111213;
}

.section-hp.q-content-section {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.section-hp.q-content-section.section-gry-bg {
  background-color: #edeff1;
}

.section-hp.q-content-section.section-dark-bg {
  background-color: #111213;
  color: #fff;
}

.section-hp.q-content-section.q-footer {
  background-color: transparent;
  color: #fff;
}

.section-hp.q-content-section.bg-gray-01 {
  background-color: #edeff1;
}

.section-hp.q-content-section.q-section-by-quine {
  background-color: #111213;
  color: #fff;
}

.section-hp.q-content-section.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-hp.q-content-section.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-hp.q-content-section.q-quote-section {
  background-color: #edeff1;
}

.section-hp.q-content-section.q-quote-section.dark {
  background-color: #111214;
}

.section-hp.q-content-section.q-footer-light {
  background-color: transparent;
  color: #fff;
}

.section-hp.q-content-section.q-footer-white {
  display: none;
  background-color: #f5f5f5;
  color: #1b1d22;
}

.section-hp.quine-centered-section {
  background-color: #1b1d22;
  background-image: url('../images/03_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-hp.ticker-holder {
  background-color: #2ce78f;
}

.section-hp.q-content-section-copy {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.section-hp.q-content-section-copy.section-gry-bg {
  background-color: #edeff1;
}

.section-hp.q-content-section-copy.section-dark-bg {
  background-color: #111213;
  color: #fff;
}

.section-hp.q-content-section-copy.q-footer {
  background-color: #111213;
  color: #fff;
}

.section-hp.q-content-section-copy.bg-gray-01 {
  background-color: #edeff1;
}

.section-hp.q-content-section-copy.q-section-by-quine {
  background-color: #111213;
  color: #fff;
}

.section-hp.q-content-section-copy.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-hp.q-content-section-copy.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-hp.q-content-section-copy.q-quote-section {
  background-color: #edeff1;
}

.section-hp.q-content-section-copy.q-footer-light {
  background-color: #1b1d22;
  color: #fff;
}

.section-hp.q-content-section-copy.q-footer-white {
  background-color: #f5f5f5;
  color: #1b1d22;
}

.section-hp.q-inner-wrap {
  padding-top: 243px;
  padding-bottom: 49px;
}

.section-hp.bg-ascii-vert {
  background-image: url('../images/bg-ascii.jpg');
  background-position: 100% 0%;
  background-repeat: no-repeat;
}

.section-hp.bg-ascii-hor {
  background-image: url('../images/ascii-h.jpg');
  background-position: 50% 100%;
  background-size: 3425px;
  background-repeat: no-repeat;
}

.body-sirens {
  overflow: visible;
  background-color: #f5f5f5;
  color: #1b1d22;
}

.h2-hp {
  position: static;
  top: 44vh;
  margin-bottom: 46px;
  font-family: 'DM Sans', sans-serif;
  color: #1b1d22;
  font-size: 8vh;
  line-height: 110%;
}

.h4-hp {
  margin-bottom: 2px;
  font-family: 'DM Sans', sans-serif;
  font-size: 34px;
  line-height: 120%;
}

.container-quine {
  width: 100%;
  max-width: 87vw;
  margin-right: auto;
  margin-left: auto;
}

.container-quine.section-container {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 40px;
}

.container-quine.section-container-nft {
  padding-top: 0px;
  padding-bottom: 4px;
}

.container-quine.section-container {
  padding-top: 60px;
  padding-bottom: 40px;
}

.container-quine.container-slider-hero {
  bottom: 4rem;
}

.window-project {
  position: absolute;
  left: auto;
  top: 106px;
  right: 0vw;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vh;
  height: 50vh;
  min-height: 400px;
  min-width: 400px;
  padding: 75px 48px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #282b32;
  box-shadow: -8px 8px 0 0 rgba(0, 0, 0, 0.15);
}

.window-project.qb {
  top: 320px;
  right: 22.2vw;
}

.window-project.qb.draggable {
  z-index: 1;
  width: 55vh;
  height: auto;
  cursor: -webkit-grab;
  cursor: grab;
}

.window-project.qb.draggable:hover {
  box-shadow: -12px 12px 0 0 rgba(0, 0, 0, 0.15);
}

.window-project.draggable {
  z-index: 2;
  width: 55vh;
  height: auto;
  cursor: -webkit-grab;
  cursor: grab;
}

.window-project.draggable:hover {
  margin-top: -10px;
  box-shadow: -12px 12px 0 0 rgba(0, 0, 0, 0.15);
}

.section-dark {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #1b1d22;
}

.section-dark.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.section-dark.cc-home-wrap {
  margin-right: 0px;
  margin-left: 0px;
  color: #111213;
}

.section-dark.q-content-section {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.section-dark.q-content-section.section-gry-bg {
  background-color: #edeff1;
}

.section-dark.q-content-section.section-dark-bg {
  background-color: #111213;
  color: #fff;
}

.section-dark.q-content-section.q-footer {
  background-color: transparent;
  color: #fff;
}

.section-dark.q-content-section.bg-gray-01 {
  background-color: #edeff1;
}

.section-dark.q-content-section.q-section-by-quine {
  background-color: #111213;
  color: #fff;
}

.section-dark.q-content-section.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-dark.q-content-section.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-dark.q-content-section.q-quote-section {
  background-color: #edeff1;
}

.section-dark.q-content-section.q-quote-section.dark {
  background-color: #111214;
}

.section-dark.q-content-section.q-footer-light {
  background-color: transparent;
  color: #fff;
}

.section-dark.q-content-section.q-footer-white {
  display: none;
  background-color: #f5f5f5;
  color: #1b1d22;
}

.section-dark.quine-centered-section {
  background-color: #1b1d22;
  background-image: url('../images/03_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-dark.ticker-holder {
  background-color: #2ce78f;
}

.section-dark.q-content-section-copy {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.section-dark.q-content-section-copy.section-gry-bg {
  background-color: #edeff1;
}

.section-dark.q-content-section-copy.section-dark-bg {
  background-color: #111213;
  color: #fff;
}

.section-dark.q-content-section-copy.q-footer {
  background-color: #111213;
  color: #fff;
}

.section-dark.q-content-section-copy.bg-gray-01 {
  background-color: #edeff1;
}

.section-dark.q-content-section-copy.q-section-by-quine {
  background-color: #111213;
  color: #fff;
}

.section-dark.q-content-section-copy.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-dark.q-content-section-copy.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-dark.q-content-section-copy.q-quote-section {
  background-color: #edeff1;
}

.section-dark.q-content-section-copy.q-footer-light {
  background-color: #1b1d22;
  color: #fff;
}

.section-dark.q-content-section-copy.q-footer-white {
  background-color: #f5f5f5;
  color: #1b1d22;
}

.section-dark.q-inner-wrap {
  padding-top: 243px;
  padding-bottom: 49px;
}

.section-dark.overflow-hidden {
  overflow: hidden;
  background-color: #1f222a;
}

.content-our-projects {
  position: relative;
  height: 100vh;
  min-height: 800px;
  padding-top: 84px;
}

.h5-hp {
  font-family: 'DM Sans', sans-serif;
  font-size: 33px;
  line-height: 130%;
}

.paragraph-hp {
  font-family: 'DM Sans', sans-serif;
  font-size: 24px;
  line-height: 138%;
}

.our-projects-container {
  width: 70vh;
}

.paragraph-q-hp {
  font-family: 'DM Sans', sans-serif;
  font-size: 24px;
  line-height: 140%;
}

.paragraph-q-hp-small {
  display: block;
  overflow: visible;
  height: auto;
  margin-bottom: 0px;
  border-radius: 0px;
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.speak-for-you-item {
  padding-right: 24px;
  padding-bottom: 4px;
  padding-left: 22px;
  border-left: 5px solid #dadadb;
}

.speak-for-you-item.sfy1 {
  position: relative;
  border-left-color: #dadadb;
  font-family: 'DM Sans', sans-serif;
}

.speak-for-you-item.sfy2 {
  border-left-color: #dadadb;
}

.speak-for-you-item.sfy3 {
  border-left-color: #dadadb;
}

.ui-previews-holder {
  position: relative;
  padding-top: 0vh;
}

.ui-preview-item {
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
  overflow: hidden;
  margin-bottom: 20vh;
  border: 1px solid #b8b8b8;
  border-radius: 6px;
  box-shadow: -8px 8px 0 0 rgba(0, 0, 0, 0.05);
}

.image-sticky-fallback {
  display: none;
}

.image-12 {
  position: -webkit-sticky;
  position: sticky;
}

.image-13 {
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
}

.our-projects-container-85 {
  position: -webkit-sticky;
  position: sticky;
  top: 4vh;
  bottom: auto;
  width: 48vw;
  height: 0px;
  margin-top: -7vh;
  margin-bottom: auto;
  padding-bottom: 25vh;
}

.sticky-content-_wraper {
  padding-right: 40px;
}

.sticky-contant {
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  padding-top: 23vh;
  padding-bottom: 20vh;
}

.navigation-light {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.navigation-light.quine-center {
  position: relative;
  width: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: rgba(17, 18, 19, 0);
}

.navigation-light.quine-full-nav {
  position: relative;
  margin-bottom: 93px;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: rgba(17, 18, 19, 0);
}

.navigation-item-dark {
  display: inline-block;
  margin-right: 8px;
  padding: 16px;
  opacity: 1;
  font-family: 'DM Sans', sans-serif;
  color: #1b1d22;
  font-size: 130%;
  line-height: 110%;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.navigation-item-dark:hover {
  background-color: #edeff1;
  opacity: 1;
  color: #1b1d22;
}

.navigation-item-dark:active {
  opacity: 0.8;
}

.navigation-item-dark.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 600;
}

.navigation-item-dark.w--current:hover {
  opacity: 0.8;
  color: #fff;
}

.navigation-item-dark.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item-dark.with-icon {
  padding-left: 45px;
  background-image: url('../images/discord.svg');
  background-position: 13px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-decoration: none;
}

.navigation-item-dark.hide-on-desktop {
  display: none;
}

.txt-holder-toggler {
  overflow: hidden;
  height: 0vh;
  border-radius: 0px;
  opacity: 0;
}

.grid-8 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slide-wrapper {
  width: 100%;
  height: 100%;
}

.slide-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/bg01.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-3 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 4vh;
  opacity: 0.16;
}

.icon-4 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 4vh;
  display: none;
}

.slide-01 {
  background-color: #494cbb;
}

.slide-00 {
  background-color: #494cbb;
}

.slide-bg-dev {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/bg-02.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-repo-cards {
  position: static;
  overflow: visible;
  margin-bottom: 6vh;
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.div-block-17 {
  margin-bottom: 2vh;
}

.mask-2 {
  overflow: visible;
}

.repo-card {
  position: relative;
  top: 0px;
  overflow: visible;
  width: 370px;
  height: 207px;
  border: 1px solid #6c6e70;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/Repo-card.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 275ms cubic-bezier(.23, 1, .32, 1);
  transition: all 275ms cubic-bezier(.23, 1, .32, 1);
  cursor: pointer;
}

.repo-card:hover {
  position: relative;
  top: -4px;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
}

.tab-link-skills {
  margin-right: 15px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #1b1d22;
  border-radius: 5px;
  background-color: transparent;
  font-size: 1.4vw;
}

.tab-link-skills.w--current {
  border-color: transparent;
  background-color: #aef162;
}

.tabs-content {
  overflow: visible;
  padding-top: 16px;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.repo-card-holder {
  position: relative;
  top: 0px;
  overflow: hidden;
  width: 370px;
  height: 211px;
  border: 1px solid #6c6e70;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/repo-card-for-you.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 275ms cubic-bezier(.23, 1, .32, 1);
  transition: all 275ms cubic-bezier(.23, 1, .32, 1);
  cursor: pointer;
}

.repo-card-holder:hover {
  position: relative;
  top: -4px;
  box-shadow: 0 5px 0 1px rgba(0, 0, 0, 0.05);
}

.repo-card-to-get-started {
  border-color: #d1d5d9;
}

.repo-card-js {
  position: relative;
  top: 0px;
  overflow: visible;
  width: 370px;
  height: 207px;
  border: 1px solid #6c6e70;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/repo-card-js.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 275ms cubic-bezier(.23, 1, .32, 1);
  transition: all 275ms cubic-bezier(.23, 1, .32, 1);
  cursor: pointer;
}

.repo-card-js:hover {
  position: relative;
  top: -4px;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
}

.repo-card-c-plus {
  position: relative;
  top: 0px;
  overflow: visible;
  width: 370px;
  height: 207px;
  border: 1px solid #6c6e70;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/repo-card-C.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 275ms cubic-bezier(.23, 1, .32, 1);
  transition: all 275ms cubic-bezier(.23, 1, .32, 1);
  cursor: pointer;
}

.repo-card-c-plus:hover {
  position: relative;
  top: -4px;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
}

.drag {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  padding: 6px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #393d44;
  font-family: 'DM Mono', sans-serif;
}

.grag-bg {
  position: static;
  width: auto;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/grd-ptrn.png');
  background-position: 0px 0px;
  background-size: auto;
  opacity: 0.58;
}

.window-label {
  margin-left: 6px;
  padding-right: 6px;
}

.width-fixer-for-header {
  max-width: 72vw;
}

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

.slide-nav-2 {
  left: auto;
  top: auto;
  right: 4rem;
  bottom: 4rem;
  display: block;
  opacity: 0.16;
}

.ascii-_wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  min-height: 300px;
}

.ascii-sliding {
  position: absolute;
  left: 0%;
  top: auto;
  right: -57px;
  bottom: 0%;
  width: 200vw;
  height: 191px;
  background-image: url('../images/ascii.svg');
  background-position: 0px 0px;
}

.nav-iem-dark-dnd-copy {
  font-family: 'Open Sans', sans-serif;
  font-size: 130%;
  line-height: 110%;
}

.ascii-vert-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  width: 30vw;
}

.bg-ascii-vert {
  position: absolute;
  left: auto;
  top: -50vh;
  right: 0%;
  bottom: 0%;
  width: 30vw;
  background-image: url('../images/bg-ascii-v.opt.svg');
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.navigation-dark {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1d22;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #edeff1;
}

.navigation-dark.quine-center {
  position: relative;
  width: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: rgba(17, 18, 19, 0);
}

.navigation-dark.quine-full-nav {
  position: relative;
  margin-bottom: 93px;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: rgba(17, 18, 19, 0);
}

.logo-image-light {
  display: block;
  float: left;
}

.navigation-item-ligth {
  display: inline-block;
  padding: 16px;
  opacity: 1;
  font-family: 'DM Sans', sans-serif;
  color: #edeff1;
  font-size: 130%;
  line-height: 110%;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.navigation-item-ligth:hover {
  background-color: rgba(237, 239, 241, 0.1);
  opacity: 1;
  color: #edeff1;
}

.navigation-item-ligth:active {
  opacity: 0.8;
}

.navigation-item-ligth.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 600;
}

.navigation-item-ligth.w--current:hover {
  opacity: 0.8;
  color: #fff;
}

.navigation-item-ligth.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item-ligth.with-icon {
  padding-left: 45px;
  background-image: url('../images/discord.svg');
  background-position: 13px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-decoration: none;
}

.dropdown-toggle-light {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  cursor: pointer;
}

.dropdown-toggle-light:hover {
  background-color: rgba(237, 239, 241, 0.1);
}

.nav-iem-light {
  font-family: 'Open Sans', sans-serif;
  color: #edeff1;
  font-size: 130%;
  line-height: 110%;
}

.dropdown-toggle-olld {
  position: relative;
  display: none;
  padding: 16px;
  opacity: 1;
}

.dropdown-toggle-olld:hover {
  background-color: #edeff1;
}

.body-3 {
  background-color: #1b1d22;
}

.div-block-18 {
  color: #1b1d22;
}

.paragraph-normal {
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
  line-height: 160%;
  text-indent: 0px;
}

.frid-footer-light {
  position: absolute;
  width: 100%;
  height: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #edeff1;
}

.div-block-footer-wrap-light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #1b1d22;
}

.social-link-footer-light {
  padding-right: 2px;
  padding-bottom: 9px;
  opacity: 0.83;
  color: #1b1d22;
  cursor: pointer;
}

.paragraph-hp-sm {
  margin-bottom: 25px;
  font-family: 'DM Sans', sans-serif;
  font-size: 1.3vw;
  line-height: 160%;
}

.section-hero {
  margin-right: 0px;
  margin-left: 0px;
  font-family: 'DM Sans', sans-serif;
}

.section-hero.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.section-hero.cc-home-wrap {
  margin-right: 0px;
  margin-left: 0px;
  color: #111213;
}

.section-hero.q-content-section {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.section-hero.q-content-section.section-gry-bg {
  background-color: #edeff1;
}

.section-hero.q-content-section.section-dark-bg {
  background-color: #111213;
  color: #fff;
}

.section-hero.q-content-section.q-footer {
  background-color: transparent;
  color: #fff;
}

.section-hero.q-content-section.bg-gray-01 {
  background-color: #edeff1;
}

.section-hero.q-content-section.q-section-by-quine {
  background-color: #111213;
  color: #fff;
}

.section-hero.q-content-section.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-hero.q-content-section.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-hero.q-content-section.q-quote-section {
  background-color: #edeff1;
}

.section-hero.q-content-section.q-quote-section.dark {
  background-color: #111214;
}

.section-hero.q-content-section.q-footer-light {
  background-color: transparent;
  color: #fff;
}

.section-hero.q-content-section.q-footer-white {
  display: none;
  background-color: #f5f5f5;
  color: #1b1d22;
}

.section-hero.quine-centered-section {
  background-color: #1b1d22;
  background-image: url('../images/03_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-hero.ticker-holder {
  background-color: #2ce78f;
}

.section-hero.q-content-section-copy {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.section-hero.q-content-section-copy.section-gry-bg {
  background-color: #edeff1;
}

.section-hero.q-content-section-copy.section-dark-bg {
  background-color: #111213;
  color: #fff;
}

.section-hero.q-content-section-copy.q-footer {
  background-color: #111213;
  color: #fff;
}

.section-hero.q-content-section-copy.bg-gray-01 {
  background-color: #edeff1;
}

.section-hero.q-content-section-copy.q-section-by-quine {
  background-color: #111213;
  color: #fff;
}

.section-hero.q-content-section-copy.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-hero.q-content-section-copy.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-hero.q-content-section-copy.q-quote-section {
  background-color: #edeff1;
}

.section-hero.q-content-section-copy.q-footer-light {
  background-color: #1b1d22;
  color: #fff;
}

.section-hero.q-content-section-copy.q-footer-white {
  background-color: #f5f5f5;
  color: #1b1d22;
}

.section-hero.q-inner-wrap {
  padding-top: 243px;
  padding-bottom: 49px;
}

.section-hero.crop {
  overflow: hidden;
}

.nav-item-holder.hide-on-desktop {
  display: none;
}

.section-hp-01 {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  border-bottom: 1px solid #98999b;
}

.section-hp-01.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.section-hp-01.cc-home-wrap {
  margin-right: 0px;
  margin-left: 0px;
  color: #111213;
}

.section-hp-01.q-content-section {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.section-hp-01.q-content-section.section-gry-bg {
  background-color: #edeff1;
}

.section-hp-01.q-content-section.section-dark-bg {
  background-color: #111213;
  color: #fff;
}

.section-hp-01.q-content-section.q-footer {
  background-color: transparent;
  color: #fff;
}

.section-hp-01.q-content-section.bg-gray-01 {
  background-color: #edeff1;
}

.section-hp-01.q-content-section.q-section-by-quine {
  background-color: #111213;
  color: #fff;
}

.section-hp-01.q-content-section.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-hp-01.q-content-section.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-hp-01.q-content-section.q-quote-section {
  background-color: #edeff1;
}

.section-hp-01.q-content-section.q-quote-section.dark {
  background-color: #111214;
}

.section-hp-01.q-content-section.q-footer-light {
  background-color: transparent;
  color: #fff;
}

.section-hp-01.q-content-section.q-footer-white {
  display: none;
  background-color: #f5f5f5;
  color: #1b1d22;
}

.section-hp-01.quine-centered-section {
  background-color: #1b1d22;
  background-image: url('../images/03_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-hp-01.ticker-holder {
  background-color: #2ce78f;
}

.section-hp-01.q-content-section-copy {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.section-hp-01.q-content-section-copy.section-gry-bg {
  background-color: #edeff1;
}

.section-hp-01.q-content-section-copy.section-dark-bg {
  background-color: #111213;
  color: #fff;
}

.section-hp-01.q-content-section-copy.q-footer {
  background-color: #111213;
  color: #fff;
}

.section-hp-01.q-content-section-copy.bg-gray-01 {
  background-color: #edeff1;
}

.section-hp-01.q-content-section-copy.q-section-by-quine {
  background-color: #111213;
  color: #fff;
}

.section-hp-01.q-content-section-copy.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-hp-01.q-content-section-copy.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-hp-01.q-content-section-copy.q-quote-section {
  background-color: #edeff1;
}

.section-hp-01.q-content-section-copy.q-footer-light {
  background-color: #1b1d22;
  color: #fff;
}

.section-hp-01.q-content-section-copy.q-footer-white {
  background-color: #f5f5f5;
  color: #1b1d22;
}

.section-hp-01.q-inner-wrap {
  padding-top: 243px;
  padding-bottom: 49px;
}

.section-hp-01.bg-ascii-vert {
  background-image: url('../images/bg-ascii.jpg');
  background-position: 100% 0%;
  background-repeat: no-repeat;
}

.section-hp-01.bg-ascii-hor {
  background-image: url('../images/ascii-h.jpg');
  background-position: 50% 100%;
  background-size: 3425px;
  background-repeat: no-repeat;
}

.header-section-50vw {
  position: absolute;
  top: 4vh;
  bottom: auto;
  width: 48vw;
  height: 0px;
  margin-top: -8vh;
  margin-bottom: auto;
  padding-bottom: 0vh;
}

.txt-holder-toggler-copy {
  overflow: hidden;
  height: 0vh;
  border-radius: 0px;
  opacity: 0;
}

.paragraph-toggler {
  overflow: hidden;
  height: 0px;
  padding-right: 6vw;
  border-radius: 0px;
  opacity: 0;
}

.paragraph-toggler.item_1 {
  height: 0px;
  opacity: 0;
}

.paragraph-toggler.item_2 {
  height: 0px;
  opacity: 0;
}

.paragraph-toggler.item_3 {
  height: 0px;
  opacity: 0;
}

.acc-content {
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  padding-top: 0vh;
  padding-bottom: 20vh;
}

.grid-section-sticky {
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ui-prev-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
  bottom: 200vh;
  overflow: hidden;
  margin-bottom: 80vh;
  border: 1px solid #b8b8b8;
  border-radius: 6px;
  box-shadow: -8px 8px 0 0 rgba(0, 0, 0, 0.05);
}

.ui-prev-sticky.last-sticky-item {
  bottom: 80vh;
  margin-bottom: 80vh;
}

.section-sticky {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  border-bottom: 1px solid #98999b;
}

.section-sticky.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.section-sticky.cc-home-wrap {
  margin-right: 0px;
  margin-left: 0px;
  color: #111213;
}

.section-sticky.q-content-section {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.section-sticky.q-content-section.section-gry-bg {
  background-color: #edeff1;
}

.section-sticky.q-content-section.section-dark-bg {
  background-color: #111213;
  color: #fff;
}

.section-sticky.q-content-section.q-footer {
  background-color: transparent;
  color: #fff;
}

.section-sticky.q-content-section.bg-gray-01 {
  background-color: #edeff1;
}

.section-sticky.q-content-section.q-section-by-quine {
  background-color: #111213;
  color: #fff;
}

.section-sticky.q-content-section.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-sticky.q-content-section.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-sticky.q-content-section.q-quote-section {
  background-color: #edeff1;
}

.section-sticky.q-content-section.q-quote-section.dark {
  background-color: #111214;
}

.section-sticky.q-content-section.q-footer-light {
  background-color: transparent;
  color: #fff;
}

.section-sticky.q-content-section.q-footer-white {
  display: none;
  background-color: #f5f5f5;
  color: #1b1d22;
}

.section-sticky.quine-centered-section {
  background-color: #1b1d22;
  background-image: url('../images/03_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-sticky.ticker-holder {
  background-color: #2ce78f;
}

.section-sticky.q-content-section-copy {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.section-sticky.q-content-section-copy.section-gry-bg {
  background-color: #edeff1;
}

.section-sticky.q-content-section-copy.section-dark-bg {
  background-color: #111213;
  color: #fff;
}

.section-sticky.q-content-section-copy.q-footer {
  background-color: #111213;
  color: #fff;
}

.section-sticky.q-content-section-copy.bg-gray-01 {
  background-color: #edeff1;
}

.section-sticky.q-content-section-copy.q-section-by-quine {
  background-color: #111213;
  color: #fff;
}

.section-sticky.q-content-section-copy.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-sticky.q-content-section-copy.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-sticky.q-content-section-copy.q-quote-section {
  background-color: #edeff1;
}

.section-sticky.q-content-section-copy.q-footer-light {
  background-color: #1b1d22;
  color: #fff;
}

.section-sticky.q-content-section-copy.q-footer-white {
  background-color: #f5f5f5;
  color: #1b1d22;
}

.section-sticky.q-inner-wrap {
  padding-top: 243px;
  padding-bottom: 49px;
}

.section-sticky.bg-ascii-vert {
  background-image: url('../images/bg-ascii.jpg');
  background-position: 100% 0%;
  background-repeat: no-repeat;
}

.section-sticky.bg-ascii-hor {
  background-image: url('../images/ascii-h.jpg');
  background-position: 50% 100%;
  background-size: 3425px;
  background-repeat: no-repeat;
}

.sticky_-preview-holder {
  position: relative;
  margin-bottom: -50vh;
  padding-top: 9vh;
}

.sticky-triggers {
  position: absolute;
  z-index: 6;
  margin-bottom: -100vh;
  padding-top: 0vh;
  opacity: 0;
}

.sticky-trigger {
  position: static;
  top: 20vh;
  bottom: 200vh;
  overflow: hidden;
  margin-bottom: 80vh;
  border: 1px solid #b8b8b8;
  border-radius: 6px;
  box-shadow: -8px 8px 0 0 rgba(0, 0, 0, 0.05);
}

.sticky-trigger.last-sticky-item {
  bottom: 80vh;
  margin-bottom: 80vh;
}

.sticky-trigger.last-trigger {
  margin-bottom: 10vh;
}

.link-header {
  opacity: 0.8;
  color: #1b1d22;
  text-decoration: none;
}

.link-header:hover {
  opacity: 1;
}

.link-header.w--current {
  color: #000;
  text-decoration: none;
}

.nav-_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ph-embed {
  display: none;
  height: 54px;
  margin-right: 8px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.footer-content-section-dark {
  background-color: transparent;
}

.fotter-_wrapper {
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-dark {
  position: static;
  height: 100%;
  background-color: transparent;
}

.footer-lght {
  position: static;
  height: 100%;
  background-color: transparent;
  color: #edeff1;
}

.grid-footer-light {
  position: relative;
  width: 100%;
  height: auto;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #edeff1;
  color: #1b1d22;
}

.navigation-drk {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1d22;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.navigation-drk.quine-center {
  position: relative;
  width: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: rgba(17, 18, 19, 0);
}

.navigation-drk.quine-full-nav {
  position: relative;
  margin-bottom: 93px;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: rgba(17, 18, 19, 0);
}

.navigation-item-light {
  display: inline-block;
  margin-right: 8px;
  padding: 16px;
  opacity: 1;
  font-family: 'DM Sans', sans-serif;
  color: #edeff1;
  font-size: 130%;
  line-height: 110%;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.navigation-item-light:hover {
  background-color: #262931;
  opacity: 1;
  color: #edeff1;
}

.navigation-item-light:active {
  opacity: 0.8;
}

.navigation-item-light.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 600;
}

.navigation-item-light.w--current:hover {
  opacity: 0.8;
  color: #fff;
}

.navigation-item-light.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item-light.with-icon {
  padding-left: 45px;
  background-image: url('../images/discord.svg');
  background-position: 13px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-decoration: none;
}

.navigation-item-light.hide-on-desktop {
  display: none;
}

.dropdown-toggle-drk {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  background-color: #1b1d22;
  opacity: 1;
  color: #fff;
  cursor: pointer;
}

.dropdown-toggle-drk:hover {
  background-color: #262931;
}

.dropdown-toggle-drk.w--open {
  background-color: #262931;
}

.navigation-items-dark {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dropdown-list-dark {
  background-color: #76787a;
}

.dropdown-list-dark.w--open {
  padding-top: 11px;
  background-color: #262931;
}

.dropdown-link-dark {
  padding-top: 14px;
  padding-right: 60px;
  padding-bottom: 14px;
  background-color: #262931;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 120%;
}

.dropdown-link-dark:hover {
  padding-top: 14px;
  padding-right: 60px;
  padding-bottom: 14px;
  background-color: #1b1d22;
  color: #fff;
  font-size: 120%;
}

.dropdown-link-dark.w--current {
  background-color: #2d313b;
  color: #fff;
}

.navigation-item-lght {
  display: inline-block;
  margin-right: 8px;
  padding: 16px;
  opacity: 1;
  font-family: 'DM Sans', sans-serif;
  color: #edeff1;
  font-size: 130%;
  line-height: 110%;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.navigation-item-lght:hover {
  background-color: #edeff1;
  opacity: 1;
  color: #1b1d22;
}

.navigation-item-lght:active {
  opacity: 0.8;
}

.navigation-item-lght.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 600;
}

.navigation-item-lght.w--current:hover {
  opacity: 0.8;
  color: #fff;
}

.navigation-item-lght.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item-lght.with-icon {
  padding-left: 45px;
  background-image: url('../images/discord.svg');
  background-position: 13px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-decoration: none;
}

.navigation-item-lght.hide-on-desktop {
  display: none;
}

.nav-item-holder-lght.hide-on-desktop {
  display: none;
}

.hmb-lght {
  display: none;
}

.heading-hero-main {
  margin-top: 66px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 6vw;
  line-height: 106%;
  font-weight: 400;
}

._404-wrap-transparent {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85vh;
  padding: 0px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.heading-404 {
  margin-top: 10px;
  margin-bottom: 36px;
  font-family: 'DM Sans', sans-serif;
  font-size: 50px;
  line-height: 80px;
  text-align: center;
  text-transform: none;
}

.heading-404.cc-white-heading-jumbo {
  color: #fff;
}

.heading-404.quine-jumbo {
  display: block;
  font-size: 84px;
  line-height: 120%;
  text-align: center;
}

._404-wrapper {
  position: absolute;
  width: 100vw;
  height: 100vh;
  min-height: 500px;
}

.gitnft {
  color: #fff;
}

.section-dark-gitnft {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #1c1d22;
  font-family: 'DM Sans', sans-serif;
}

.section-dark-gitnft.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.section-dark-gitnft.cc-home-wrap {
  margin-right: 0px;
  margin-left: 0px;
  color: #111213;
}

.section-dark-gitnft.q-content-section {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.section-dark-gitnft.q-content-section.section-gry-bg {
  background-color: #edeff1;
}

.section-dark-gitnft.q-content-section.section-dark-bg {
  background-color: #111213;
  color: #fff;
}

.section-dark-gitnft.q-content-section.q-footer {
  background-color: transparent;
  color: #fff;
}

.section-dark-gitnft.q-content-section.q-footer.footer-dark {
  background-color: #282b32;
}

.section-dark-gitnft.q-content-section.bg-gray-01 {
  background-color: #edeff1;
}

.section-dark-gitnft.q-content-section.q-section-by-quine {
  background-color: #111213;
  color: #fff;
}

.section-dark-gitnft.q-content-section.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-dark-gitnft.q-content-section.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-dark-gitnft.q-content-section.q-quote-section {
  background-color: #edeff1;
}

.section-dark-gitnft.q-content-section.q-quote-section.dark {
  background-color: #111214;
}

.section-dark-gitnft.q-content-section.q-footer-light {
  background-color: transparent;
  color: #fff;
}

.section-dark-gitnft.q-content-section.q-footer-white {
  display: none;
  background-color: #f5f5f5;
  color: #1b1d22;
}

.section-dark-gitnft.quine-centered-section {
  background-color: #1b1d22;
  background-image: url('../images/03_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-dark-gitnft.ticker-holder {
  background-color: #2ce78f;
}

.section-dark-gitnft.q-content-section-copy {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.section-dark-gitnft.q-content-section-copy.section-gry-bg {
  background-color: #edeff1;
}

.section-dark-gitnft.q-content-section-copy.section-dark-bg {
  background-color: #111213;
  color: #fff;
}

.section-dark-gitnft.q-content-section-copy.q-footer {
  background-color: #111213;
  color: #fff;
}

.section-dark-gitnft.q-content-section-copy.bg-gray-01 {
  background-color: #edeff1;
}

.section-dark-gitnft.q-content-section-copy.q-section-by-quine {
  background-color: #111213;
  color: #fff;
}

.section-dark-gitnft.q-content-section-copy.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-dark-gitnft.q-content-section-copy.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-dark-gitnft.q-content-section-copy.q-quote-section {
  background-color: #edeff1;
}

.section-dark-gitnft.q-content-section-copy.q-footer-light {
  background-color: #1b1d22;
  color: #fff;
}

.section-dark-gitnft.q-content-section-copy.q-footer-white {
  background-color: #f5f5f5;
  color: #1b1d22;
}

.section-dark-gitnft.q-inner-wrap {
  padding-top: 243px;
  padding-bottom: 49px;
}

.section-dark-gitnft.crop {
  overflow: hidden;
}

.section-superdark-gitnft {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #111213;
  font-family: 'DM Sans', sans-serif;
}

.section-superdark-gitnft.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.section-superdark-gitnft.cc-home-wrap {
  margin-right: 0px;
  margin-left: 0px;
  color: #111213;
}

.section-superdark-gitnft.q-content-section {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.section-superdark-gitnft.q-content-section.section-gry-bg {
  background-color: #edeff1;
}

.section-superdark-gitnft.q-content-section.section-dark-bg {
  background-color: #111213;
  color: #fff;
}

.section-superdark-gitnft.q-content-section.q-footer {
  background-color: transparent;
  color: #fff;
}

.section-superdark-gitnft.q-content-section.q-footer.footer-dark {
  background-color: #282b32;
}

.section-superdark-gitnft.q-content-section.bg-gray-01 {
  background-color: #edeff1;
}

.section-superdark-gitnft.q-content-section.q-section-by-quine {
  background-color: #111213;
  color: #fff;
}

.section-superdark-gitnft.q-content-section.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-superdark-gitnft.q-content-section.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-superdark-gitnft.q-content-section.q-quote-section {
  background-color: #edeff1;
}

.section-superdark-gitnft.q-content-section.q-quote-section.dark {
  background-color: #111214;
}

.section-superdark-gitnft.q-content-section.q-footer-light {
  background-color: transparent;
  color: #fff;
}

.section-superdark-gitnft.q-content-section.q-footer-white {
  display: none;
  background-color: #f5f5f5;
  color: #1b1d22;
}

.section-superdark-gitnft.quine-centered-section {
  background-color: #1b1d22;
  background-image: url('../images/03_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-superdark-gitnft.ticker-holder {
  background-color: #2ce78f;
}

.section-superdark-gitnft.q-content-section-copy {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.section-superdark-gitnft.q-content-section-copy.section-gry-bg {
  background-color: #edeff1;
}

.section-superdark-gitnft.q-content-section-copy.section-dark-bg {
  background-color: #111213;
  color: #fff;
}

.section-superdark-gitnft.q-content-section-copy.q-footer {
  background-color: #111213;
  color: #fff;
}

.section-superdark-gitnft.q-content-section-copy.bg-gray-01 {
  background-color: #edeff1;
}

.section-superdark-gitnft.q-content-section-copy.q-section-by-quine {
  background-color: #111213;
  color: #fff;
}

.section-superdark-gitnft.q-content-section-copy.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-superdark-gitnft.q-content-section-copy.q-about {
  background-color: #1b1d22;
  color: #fff;
}

.section-superdark-gitnft.q-content-section-copy.q-quote-section {
  background-color: #edeff1;
}

.section-superdark-gitnft.q-content-section-copy.q-footer-light {
  background-color: #1b1d22;
  color: #fff;
}

.section-superdark-gitnft.q-content-section-copy.q-footer-white {
  background-color: #f5f5f5;
  color: #1b1d22;
}

.section-superdark-gitnft.q-inner-wrap {
  padding-top: 243px;
  padding-bottom: 49px;
}

.section-superdark-gitnft.crop {
  overflow: hidden;
}

.content-holder-gitnft {
  position: relative;
  margin-top: 40px;
  margin-bottom: 67px;
}

.container-top-bar-gitnft {
  width: 100%;
  max-width: 86vw;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.container-top-bar-gitnft.section-container {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #282b32;
}

.container-top-bar-gitnft.section-container-nft {
  padding-top: 0px;
  padding-bottom: 4px;
}

.container-top-bar-gitnft.section-container {
  padding-top: 60px;
  padding-bottom: 40px;
}

.container-top-bar-gitnft.container-slider-hero {
  bottom: 6rem;
  max-width: 86vw;
}

.container-top-bar-gitnft.section-container-light {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 40px;
  color: #1b1d22;
}

.container-top-bar-gitnft.container-slider-label-hero {
  position: absolute;
  left: 0%;
  top: 7rem;
  right: 0%;
  bottom: auto;
  z-index: 3;
  max-width: 86vw;
  margin-right: auto;
  margin-left: auto;
}

.container-top-bar-gitnft.container-mob-cta {
  bottom: 6rem;
  display: none;
  max-width: 86vw;
}

.container-top-bar-gitnft.section-container-gnft {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: transparent;
}

.link-dark {
  display: inline;
  color: #111213;
}

.heading-jumbo-gitnft {
  margin-top: 10px;
  margin-bottom: 36px;
  font-family: gsha, Tahoma, sans-serif;
  font-size: 79px;
  line-height: 80px;
  text-align: left;
  text-transform: none;
}

.heading-jumbo-gitnft.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-gitnft.quine-jumbo {
  display: block;
  font-size: 84px;
  line-height: 120%;
  text-align: center;
}

.faq-heading-gitnft {
  margin-top: 0px;
  font-family: gsha, Tahoma, sans-serif;
  line-height: 52px;
  font-weight: 400;
}

.quote-light {
  width: auto;
  margin-right: auto;
  margin-bottom: 35px;
  color: #111213;
}

.div-block-19 {
  margin-top: 42px;
  margin-bottom: 63px;
}

.link-gitnft {
  position: relative;
  display: inline-block;
  margin-top: 2px;
  -webkit-transform: rotateX(3deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(3deg) rotateY(0deg) rotateZ(0deg);
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.text-block-pd-13 {
  margin-bottom: 0px;
}

.main-nav-item-gnft {
  padding: 12px 18px;
  color: #fff;
  font-size: 18px;
}

.main-nav-item-gnft:hover {
  color: #edeff1;
}

.nft-anouncement-banner {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

.gitnaft-update-anouncement {
  margin-bottom: 0px;
  padding: 20px 20px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #76787a;
  border-radius: 12px;
  background-color: #fff;
}

.paragraph-informer {
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #1b1d22;
  font-size: 24px;
  line-height: 160%;
}

.link-signup:hover {
  color: #aa24e9;
}

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

  .section.q-content-section.section-dark-bg {
    background-color: #111213;
  }

  .section.q-content-section.q-footer {
    background-color: #111213;
  }

  .section.q-content-section.q-about {
    background-color: #1b1d22;
  }

  .section.q-content-section.q-about {
    background-color: #1b1d22;
  }

  .section.q-content-section.q-footer-light {
    background-color: transparent;
  }

  .section.q-content-section.q-footer-white {
    background-color: #fff;
  }

  .section.q-content-section-copy.section-dark-bg {
    background-color: #111213;
  }

  .section.q-content-section-copy.q-footer {
    background-color: #111213;
  }

  .section.q-content-section-copy.q-about {
    background-color: #1b1d22;
  }

  .section.q-content-section-copy.q-about {
    background-color: #1b1d22;
  }

  .section.q-content-section-copy.q-footer-light {
    background-color: #111213;
  }

  .section.q-content-section-copy.q-footer-white {
    background-color: #111213;
  }

  .section.q-inner-wrap {
    padding-bottom: 30px;
  }

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

  .container.section-container {
    overflow: hidden;
    padding-top: 0px;
  }

  .container.section-container {
    overflow: hidden;
    padding-top: 0px;
  }

  .container.container-slider-hero {
    bottom: 4rem;
  }

  .container.section-container-light {
    overflow: hidden;
    padding-top: 0px;
  }

  .container.container-slider-label-hero {
    bottom: auto;
  }

  .container.container-mob-cta {
    bottom: 4rem;
    display: none;
  }

  .container.section-container-gnft {
    overflow: hidden;
    padding-top: 0px;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.cc-jumbo-button.cc-jumbo-purple.cta-opensea {
    margin-top: 12px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-purple.cta-opensea.w--current {
    margin-top: 12px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-purple.cta-discord.w--current {
    margin-top: 12px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-purple.cta-dscrd {
    margin-top: 12px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-purple.cta-dscrd.w--current {
    margin-top: 12px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    padding-right: 32px;
    padding-left: 32px;
  }

  .button.cc-jumbo-button.cc-jumbo-green.cta-opensea {
    margin-top: 12px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-green.cta-opensea.w--current {
    margin-top: 12px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-green.cta-discord.w--current {
    margin-top: 12px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-green.cta-dscrd {
    margin-top: 12px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-green.cta-dscrd.w--current {
    margin-top: 12px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-green-sq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button.cc-jumbo-button.cc-jumbo-green-sq.cta-opensea {
    margin-top: 12px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-green-sq.cta-opensea.w--current {
    margin-top: 12px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-green-sq.cta-discord.w--current {
    margin-top: 12px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-green-sq.cta-dscrd {
    margin-top: 12px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-green-sq.cta-dscrd.w--current {
    margin-top: 12px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-green.cta-opensea {
    margin-top: 12px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-green.cta-opensea.w--current {
    margin-top: 12px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-green.cta-discord.w--current {
    margin-top: 12px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-green.cta-dscrd {
    margin-top: 12px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-green.cta-dscrd.w--current {
    margin-top: 12px;
    margin-left: 0px;
  }

  .button.cc-contact-us {
    display: none;
  }

  .button.cc-contact-us.q-btn-purple-outlined {
    display: block;
  }

  .button.cc-contact-us.q-btn-medium-purple {
    display: block;
  }

  .button.cc-contact-us.q-btn-medium-purple.hide-on-mobile.subnnav {
    max-width: 86vw;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 20px;
    border-style: none;
  }

  .button.cc-contact-us.q-btn-medium-purple.hide-on-mobile.mo-cta-sm {
    max-width: 86vw;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 20px;
    border-style: none;
  }

  .button.cc-contact-us.q-btn-medium-green {
    display: block;
  }

  .button.cc-contact-us.q-btn-ham {
    display: none;
  }

  .button.cc-contact-us.q-btn-medium-purple-outl {
    display: block;
  }

  .button.cc-contact-us.q-btn-medium-purple-outl.hide-on-mobile.subnnav {
    max-width: 86vw;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 20px;
    border-style: none;
  }

  .button.cc-contact-us.q-btn-medium-purple-outl.hide-on-mobile.mo-cta-sm {
    max-width: 86vw;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 20px;
    border-style: none;
  }

  .button.q-top-cta {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .label.cc-light {
    font-size: 120%;
  }

  .paragraph-light {
    font-size: 120%;
  }

  .heading-jumbo {
    margin-bottom: 12px;
    font-size: 48px;
    line-height: 60px;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    position: static;
    margin-left: 0px;
  }

  .navigation-wrap {
    background-color: transparent;
  }

  .navigation {
    padding: 25px 30px;
    background-color: rgba(17, 18, 19, 0.77);
  }

  .navigation-item {
    padding: 15px 30px;
    background-color: #404047;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #fff;
    text-align: left;
  }

  .navigation-item:hover {
    background-color: #1b1d22;
    color: #fff;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.active {
    color: #fff;
  }

  .navigation-item.with-icon {
    padding-left: 59px;
    background-position: 30px 50%;
  }

  .menu-button {
    padding: 0px;
  }

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

  .navigation-items {
    position: absolute;
    left: 0%;
    top: 100%;
    right: 0%;
    bottom: auto;
    z-index: 3;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #edeff1;
  }

  .footer-wrap {
    padding-right: 36px;
    padding-left: 36px;
    text-align: center;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    height: 80vh;
    padding-right: 36px;
    padding-left: 36px;
    background-position: 41% 57%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .intro-content.cc-homepage {
    width: 100%;
    margin-top: 140px;
    margin-bottom: 60px;
  }

  .intro-content.q-hero-nft {
    width: 64%;
    max-width: 500px;
    margin-top: 140px;
    margin-bottom: 60px;
  }

  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-pic {
    height: 27vw;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .team-members {
    width: 100%;
    max-width: 100%;
    grid-column-gap: 30px;
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-member-title-wrap {
    margin-bottom: 12px;
  }

  .team-member-name {
    font-size: 4vw;
  }

  .project-details-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-content-wrap {
    margin-top: 20px;
    padding-right: 36px;
    padding-left: 36px;
  }

  .section-heading {
    font-size: 38px;
  }

  .about-grid {
    grid-auto-flow: row;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .about-grid.cc-about-2 {
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }

  .text-block {
    font-size: 2.8vw;
  }

  .paragraph-hero.cc-bigger-white-light {
    font-size: 32px;
  }

  .hero-button-text {
    white-space: nowrap;
  }

  .text-block-3 {
    color: #fff;
  }

  .faq-grid {
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: left;
  }

  .faq-grid.cc-about-2 {
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .faq-heading {
    text-align: left;
  }

  .reserve-cta-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-content-holder {
    padding-top: 52px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-footer {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-jumbo-centered {
    font-size: 56px;
    line-height: 70px;
  }

  .heading-footer {
    font-size: 6.4vw;
    line-height: 8vw;
  }

  .intro-header-nft {
    padding-left: 36px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paragraph-light-2 {
    font-size: 20px;
  }

  .paragraph-medium-dark-2 {
    text-align: left;
  }

  .intro-text-nft {
    width: auto;
  }

  .hero-ill-main {
    top: -400px;
    width: 30%;
  }

  .section-right-ill {
    background-size: 760px;
  }

  .section-left-ill.ill-second {
    width: 53%;
    background-size: 560px;
  }

  .nft-grid {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-flow: row;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1.5fr 36px 2fr;
    grid-template-columns: 1.5fr 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: left;
  }

  .nft-grid.cc-about-2 {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 2fr 36px 1.5fr;
    grid-template-columns: 2fr 1.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: left;
  }

  .q-logotypes-parthners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-parthners-item {
    height: 35px;
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .nft-content-wrap {
    padding: 36px 36px 20px;
  }

  .heading-3q {
    font-size: 48px;
    line-height: 56px;
  }

  .content-section-by-quine {
    position: relative;
    z-index: 2;
    width: auto;
    padding-right: 36px;
    padding-left: 0px;
  }

  .div-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-4 {
    text-align: left;
  }

  .ascii-gb {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 300px;
    margin-right: auto;
    margin-bottom: -37px;
    background-position: 50% 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .content-section-by-quine-2 {
    position: relative;
    z-index: 2;
    width: auto;
    padding-right: 36px;
    padding-left: 0px;
  }

  .ascii-gb-2 {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 300px;
    margin-right: auto;
    margin-bottom: -61px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footer-content-holder-2 {
    padding-right: 36px;
    padding-left: 36px;
  }

  .nft-promo {
    margin-right: 36px;
    margin-left: 36px;
  }

  .grid {
    grid-auto-flow: column;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .heading {
    font-size: 7vw;
    line-height: 110%;
  }

  .q-logotypes-parthners-light {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-parthners-item-2 {
    height: 35px;
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

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

  .image-4 {
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-btn-dark {
    color: #000;
    text-align: center;
  }

  .menu-holder {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-block-purple {
    color: #aa24e9;
  }

  .q-opensea-text-description-small {
    white-space: nowrap;
  }

  .div-block-7 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-2.cc-contact-us {
    display: none;
  }

  .button-2.cc-contact-us.q-btn-purple-outlined {
    display: block;
  }

  .button-2.cc-contact-us.q-btn-medium-purple {
    display: block;
  }

  .div-block-8 {
    display: none;
  }

  .grid-2 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-6 {
    display: none;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .quote {
    position: relative;
    z-index: 2;
    width: auto;
    padding-right: 36px;
    padding-left: 0px;
  }

  .heading-quote {
    font-size: 54px;
  }

  .quote-text {
    font-size: 25px;
  }

  .memu-holder-quine {
    display: none;
  }

  .intro-content-quine.cc-homepage {
    width: 100%;
    margin-top: 140px;
    margin-bottom: 60px;
  }

  .intro-content-quine.q-hero-nft {
    width: 64%;
    max-width: 500px;
    margin-top: 140px;
    margin-bottom: 60px;
  }

  .navigation-wrap-centered-logo {
    background-color: transparent;
  }

  .footer-content-quine-form {
    padding-right: 36px;
    padding-left: 36px;
  }

  .quine-lp-container {
    max-width: 80%;
  }

  .arrow-quine-steart {
    display: none;
    width: 30px;
  }

  .heading-footer-quine-form {
    font-size: 56px;
    line-height: 70px;
  }

  .git-nft-header-promo {
    max-width: 80%;
  }

  .intro-header-hactoberfest {
    height: 80vh;
    padding-right: 36px;
    padding-left: 36px;
    background-position: 41% 57%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .logo-link-left.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cta-hacktoberfest {
    background-color: transparent;
  }

  .cta-top-button-text {
    white-space: nowrap;
  }

  .quine-bot-header.cc-homepage {
    width: 100%;
    margin-top: 140px;
    margin-bottom: 60px;
  }

  .quine-bot-header.q-hero-nft {
    width: 64%;
    max-width: 500px;
    margin-top: 140px;
    margin-bottom: 60px;
  }

  .intro-header-copy {
    height: 80vh;
    padding-right: 36px;
    padding-left: 36px;
    background-position: 41% 57%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .logo-qb {
    margin-bottom: 11px;
  }

  .qb-page-content {
    height: auto;
    margin-top: 123px;
    padding-right: 36px;
    padding-left: 36px;
    background-image: none;
  }

  .grid-how-to {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .qb-cta {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }

  .lp-quine-jumbo {
    font-size: 42px;
  }

  .lp-content {
    max-width: 80vw;
  }

  .lp-content.cc-homepage {
    width: 100%;
    margin-top: 140px;
    margin-bottom: 60px;
  }

  .lp-content.q-hero-nft {
    width: 64%;
    max-width: 500px;
    margin-top: 140px;
    margin-bottom: 60px;
  }

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

  .cta-icon {
    width: 30px;
    padding-right: 6px;
  }

  .social-link-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-social-link-header {
    font-size: 20px;
  }

  .navigation-wrap-lp-main {
    background-color: transparent;
  }

  .nav-link-lp {
    font-size: 20px;
  }

  .navigation-main-lp {
    padding: 25px 30px;
  }

  .lp-quine-page-container {
    height: auto;
    padding-right: 36px;
    padding-left: 36px;
    background-image: none;
  }

  .main-lp-slider {
    height: 45vw;
  }

  .image-8 {
    width: 100%;
  }

  .image-9 {
    width: 100%;
  }

  .nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .lp-quine-jumbo-copy {
    font-size: 42px;
  }

  .quine-inner-header {
    width: 100%;
    font-size: 6vh;
  }

  .paragraph {
    width: 80vw;
    font-size: 120%;
  }

  .text-block-purple-2 {
    color: #aa24e9;
  }

  .navigation-item-2 {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item-2:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-2:active {
    background-color: #eef0f3;
  }

  .paragraph-2 {
    font-size: 120%;
  }

  .paragraph-2.short {
    font-size: 130%;
  }

  .grid-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-image-section {
    min-height: 400px;
  }

  .grid-footer-dark {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .user-image.rms {
    height: 100%;
  }

  .positions-grid {
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .fotter-content-section {
    width: 86vw;
    padding-right: 0px;
  }

  .quine-copy {
    position: absolute;
    left: 0px;
    right: auto;
    bottom: -7.9vh;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-align: left;
  }

  .nav-iem-dark-dnd {
    color: #fff;
  }

  .dropdown-toggle {
    display: none;
    width: 100%;
    padding: 15px 20px;
  }

  .icon-2 {
    display: inline;
  }

  .section-heading-dark {
    font-size: 38px;
  }

  .footer-content-section {
    height: 600px;
  }

  .hamburger {
    width: 100px;
    height: 30px;
    background-image: url('../images/ham.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

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

  .hmb {
    margin-right: 20px;
    padding: 10px 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #76787a;
    border-radius: 4px;
  }

  .hmb.w--open {
    background-color: #d5d7da;
  }

  .div-block-16 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-link-compact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-12 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-footer-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider {
    min-height: 80vh;
  }

  .heading-hero-home-page {
    font-size: 10vw;
    line-height: 10vw;
  }

  .content-accordion-sticky_wrap {
    position: static;
    padding-top: 9vw;
  }

  .grid-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-hp {
    overflow: visible;
  }

  .section-hp.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-hp.q-content-section.section-dark-bg {
    background-color: #111213;
  }

  .section-hp.q-content-section.q-footer {
    background-color: #111213;
  }

  .section-hp.q-content-section.q-about {
    background-color: #1b1d22;
  }

  .section-hp.q-content-section.q-about {
    background-color: #1b1d22;
  }

  .section-hp.q-content-section.q-footer-light {
    background-color: transparent;
  }

  .section-hp.q-content-section.q-footer-white {
    background-color: #fff;
  }

  .section-hp.q-content-section-copy.section-dark-bg {
    background-color: #111213;
  }

  .section-hp.q-content-section-copy.q-footer {
    background-color: #111213;
  }

  .section-hp.q-content-section-copy.q-about {
    background-color: #1b1d22;
  }

  .section-hp.q-content-section-copy.q-about {
    background-color: #1b1d22;
  }

  .section-hp.q-content-section-copy.q-footer-light {
    background-color: #111213;
  }

  .section-hp.q-content-section-copy.q-footer-white {
    background-color: #111213;
  }

  .section-hp.q-inner-wrap {
    padding-bottom: 30px;
  }

  .h2-hp {
    font-size: 8vw;
  }

  .container-quine.section-container {
    overflow: hidden;
    padding-top: 0px;
  }

  .container-quine.section-container {
    overflow: hidden;
    padding-top: 0px;
  }

  .window-project.qb.draggable {
    top: 40vh;
  }

  .window-project.draggable {
    top: 30vh;
  }

  .section-dark.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-dark.q-content-section.section-dark-bg {
    background-color: #111213;
  }

  .section-dark.q-content-section.q-footer {
    background-color: #111213;
  }

  .section-dark.q-content-section.q-about {
    background-color: #1b1d22;
  }

  .section-dark.q-content-section.q-about {
    background-color: #1b1d22;
  }

  .section-dark.q-content-section.q-footer-light {
    background-color: transparent;
  }

  .section-dark.q-content-section.q-footer-white {
    background-color: #fff;
  }

  .section-dark.q-content-section-copy.section-dark-bg {
    background-color: #111213;
  }

  .section-dark.q-content-section-copy.q-footer {
    background-color: #111213;
  }

  .section-dark.q-content-section-copy.q-about {
    background-color: #1b1d22;
  }

  .section-dark.q-content-section-copy.q-about {
    background-color: #1b1d22;
  }

  .section-dark.q-content-section-copy.q-footer-light {
    background-color: #111213;
  }

  .section-dark.q-content-section-copy.q-footer-white {
    background-color: #111213;
  }

  .section-dark.q-inner-wrap {
    padding-bottom: 30px;
  }

  .content-our-projects {
    min-height: 600px;
  }

  .paragraph-q-hp-small {
    height: auto;
  }

  .speak-for-you-item.sfy1 {
    position: static;
  }

  .speak-for-you-item.sfy2 {
    position: relative;
  }

  .speak-for-you-item.sfy3 {
    position: relative;
  }

  .ui-previews-holder {
    position: relative;
    top: 50vh;
    padding-bottom: 33vh;
  }

  .ui-preview-item.section-trigger__1 {
    position: -webkit-sticky;
    position: sticky;
    top: 55vh;
  }

  .ui-preview-item.section-trigger__2 {
    top: 55vh;
  }

  .ui-preview-item.last-image-in-stck {
    top: 55vh;
  }

  .image-sticky-fallback {
    display: none;
  }

  .our-projects-container-85 {
    bottom: 140vh;
    width: auto;
    height: auto;
    margin-top: 0vh;
    margin-bottom: 100vh;
  }

  .sticky-content-_wraper {
    position: -webkit-sticky;
    position: sticky;
    top: 6vh;
    bottom: 69.3vw;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 25vh;
  }

  .sticky-contant {
    position: static;
    top: 20vh;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }

  .navigation-light {
    padding: 25px 30px;
    background-color: #edeff1;
  }

  .navigation-item-dark {
    display: block;
    max-width: 88vw;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 2vw;
    background-color: #edeff1;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #1b1d22;
    font-size: 3vw;
    text-align: left;
  }

  .navigation-item-dark:hover {
    background-color: #d5d7da;
    color: #000;
  }

  .navigation-item-dark:active {
    background-color: #eef0f3;
  }

  .navigation-item-dark.active {
    color: #fff;
  }

  .navigation-item-dark.with-icon {
    padding-left: 59px;
    background-position: 30px 50%;
  }

  .navigation-item-dark.hide-on-desktop {
    display: block;
    border-radius: 4px;
  }

  .txt-holder-toggler._1st-item {
    height: auto;
  }

  .grid-8 {
    position: static;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .tab-link-skills {
    margin-right: 10px;
    margin-bottom: 10px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 2.4vw;
  }

  .tab-link-skills.w--current {
    padding-right: 16px;
    padding-left: 16px;
  }

  .width-fixer-for-header {
    max-width: none;
  }

  .nav-iem-dark-dnd-copy {
    display: inline-block;
    color: #1b1d22;
    font-size: 3vw;
  }

  .ascii-vert-wrapper {
    bottom: 0px;
    overflow: visible;
  }

  .navigation-dark {
    padding: 25px 30px;
    background-color: rgba(17, 18, 19, 0.77);
  }

  .navigation-item-ligth {
    padding: 15px 30px;
    background-color: #404047;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #fff;
    text-align: left;
  }

  .navigation-item-ligth:hover {
    background-color: #1b1d22;
    color: #fff;
  }

  .navigation-item-ligth:active {
    background-color: #eef0f3;
  }

  .navigation-item-ligth.active {
    color: #fff;
  }

  .navigation-item-ligth.with-icon {
    padding-left: 59px;
    background-position: 30px 50%;
  }

  .dropdown-toggle-light {
    display: inline-block;
    width: 100%;
    padding-left: 30px;
  }

  .nav-iem-light {
    color: #fff;
  }

  .dropdown-toggle-olld {
    display: inline-block;
    width: 100%;
    padding-left: 30px;
  }

  .paragraph-normal {
    width: 80vw;
  }

  .frid-footer-light {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-footer-wrap-light {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-hp-sm {
    font-size: 3vw;
  }

  .section-hero.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-hero.q-content-section.section-dark-bg {
    background-color: #111213;
  }

  .section-hero.q-content-section.q-footer {
    background-color: #111213;
  }

  .section-hero.q-content-section.q-about {
    background-color: #1b1d22;
  }

  .section-hero.q-content-section.q-about {
    background-color: #1b1d22;
  }

  .section-hero.q-content-section.q-footer-light {
    background-color: transparent;
  }

  .section-hero.q-content-section.q-footer-white {
    background-color: #fff;
  }

  .section-hero.q-content-section-copy.section-dark-bg {
    background-color: #111213;
  }

  .section-hero.q-content-section-copy.q-footer {
    background-color: #111213;
  }

  .section-hero.q-content-section-copy.q-about {
    background-color: #1b1d22;
  }

  .section-hero.q-content-section-copy.q-about {
    background-color: #1b1d22;
  }

  .section-hero.q-content-section-copy.q-footer-light {
    background-color: #111213;
  }

  .section-hero.q-content-section-copy.q-footer-white {
    background-color: #111213;
  }

  .section-hero.q-inner-wrap {
    padding-bottom: 30px;
  }

  .nav-item-holder {
    padding: 10px 20px 20px;
  }

  .nav-item-holder.hide-on-desktop {
    display: block;
  }

  .text-block-15 {
    font-size: 3vw;
  }

  .section-hp-01 {
    overflow: visible;
  }

  .section-hp-01.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-hp-01.q-content-section.section-dark-bg {
    background-color: #111213;
  }

  .section-hp-01.q-content-section.q-footer {
    background-color: #111213;
  }

  .section-hp-01.q-content-section.q-about {
    background-color: #1b1d22;
  }

  .section-hp-01.q-content-section.q-about {
    background-color: #1b1d22;
  }

  .section-hp-01.q-content-section.q-footer-light {
    background-color: transparent;
  }

  .section-hp-01.q-content-section.q-footer-white {
    background-color: #fff;
  }

  .section-hp-01.q-content-section-copy.section-dark-bg {
    background-color: #111213;
  }

  .section-hp-01.q-content-section-copy.q-footer {
    background-color: #111213;
  }

  .section-hp-01.q-content-section-copy.q-about {
    background-color: #1b1d22;
  }

  .section-hp-01.q-content-section-copy.q-about {
    background-color: #1b1d22;
  }

  .section-hp-01.q-content-section-copy.q-footer-light {
    background-color: #111213;
  }

  .section-hp-01.q-content-section-copy.q-footer-white {
    background-color: #111213;
  }

  .section-hp-01.q-inner-wrap {
    padding-bottom: 30px;
  }

  .header-section-50vw {
    bottom: 140vh;
    width: auto;
    height: auto;
    margin-top: 0vh;
    margin-bottom: 100vh;
  }

  .txt-holder-toggler-copy._1st-item {
    height: auto;
  }

  .paragraph-toggler._1st-item {
    height: auto;
  }

  .acc-content {
    position: static;
    top: 20vh;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }

  .grid-section-sticky {
    position: relative;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .ui-prev-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 59.7vh;
    bottom: 80vh;
    margin-bottom: 100vh;
  }

  .ui-prev-sticky.section-trigger__1 {
    position: -webkit-sticky;
    position: sticky;
    top: 55vh;
  }

  .ui-prev-sticky.section-trigger__2 {
    top: 55vh;
  }

  .ui-prev-sticky.last-image-in-stck {
    top: 55vh;
  }

  .ui-prev-sticky.last-sticky-item {
    margin-bottom: 100vh;
  }

  .section-sticky {
    overflow: visible;
  }

  .section-sticky.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-sticky.q-content-section.section-dark-bg {
    background-color: #111213;
  }

  .section-sticky.q-content-section.q-footer {
    background-color: #111213;
  }

  .section-sticky.q-content-section.q-about {
    background-color: #1b1d22;
  }

  .section-sticky.q-content-section.q-about {
    background-color: #1b1d22;
  }

  .section-sticky.q-content-section.q-footer-light {
    background-color: transparent;
  }

  .section-sticky.q-content-section.q-footer-white {
    background-color: #fff;
  }

  .section-sticky.q-content-section-copy.section-dark-bg {
    background-color: #111213;
  }

  .section-sticky.q-content-section-copy.q-footer {
    background-color: #111213;
  }

  .section-sticky.q-content-section-copy.q-about {
    background-color: #1b1d22;
  }

  .section-sticky.q-content-section-copy.q-about {
    background-color: #1b1d22;
  }

  .section-sticky.q-content-section-copy.q-footer-light {
    background-color: #111213;
  }

  .section-sticky.q-content-section-copy.q-footer-white {
    background-color: #111213;
  }

  .section-sticky.q-inner-wrap {
    padding-bottom: 30px;
  }

  .sticky_-preview-holder {
    position: relative;
    top: 0vh;
    padding-top: 0vh;
    padding-bottom: 33vh;
  }

  .sticky-triggers {
    position: absolute;
    top: auto;
    padding-bottom: 33vh;
  }

  .sticky-trigger {
    margin-bottom: 100vh;
  }

  .sticky-trigger.section-trigger__1 {
    position: -webkit-sticky;
    position: sticky;
    top: 55vh;
  }

  .sticky-trigger.section-trigger__2 {
    top: 55vh;
  }

  .sticky-trigger.last-image-in-stck {
    top: 55vh;
  }

  .ph-embed {
    display: none;
  }

  .footer-content-section-dark {
    height: 600px;
    background-color: transparent;
  }

  .grid-footer-light {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .navigation-drk {
    padding: 25px 30px;
    background-color: #1b1d22;
  }

  .navigation-item-light {
    display: block;
    padding: 10px 20px 15px;
    background-color: #edeff1;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #1b1d22;
    font-size: 3vw;
    text-align: left;
  }

  .navigation-item-light:hover {
    background-color: #d5d7da;
    color: #000;
  }

  .navigation-item-light:active {
    background-color: #eef0f3;
  }

  .navigation-item-light.active {
    color: #fff;
  }

  .navigation-item-light.with-icon {
    padding-left: 59px;
    background-position: 30px 50%;
  }

  .navigation-item-light.hide-on-desktop {
    display: block;
  }

  .dropdown-toggle-drk {
    display: none;
    width: 100%;
    padding: 15px 20px;
  }

  .navigation-items-dark {
    position: absolute;
    left: 0px;
    top: 100%;
    right: 0px;
    bottom: auto;
    z-index: 3;
    display: inline-block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #1a1b1f;
  }

  .navigation-item-lght {
    display: block;
    width: 88vw;
    max-width: 88vw;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 2vw;
    background-color: #1b1d22;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #edeff1;
    font-size: 3vw;
    text-align: left;
  }

  .navigation-item-lght:hover {
    background-color: #111213;
    color: #fff;
  }

  .navigation-item-lght:active {
    background-color: #000;
  }

  .navigation-item-lght.active {
    color: #fff;
  }

  .navigation-item-lght.with-icon {
    padding-left: 59px;
    background-position: 30px 50%;
  }

  .navigation-item-lght.hide-on-desktop {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-item-holder-lght {
    padding: 10px 20px 20px;
  }

  .nav-item-holder-lght.hide-on-desktop {
    display: block;
  }

  .hmb-lght {
    margin-right: 20px;
    padding: 10px 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #76787a;
    border-radius: 4px;
  }

  .hmb-lght.w--open {
    background-color: #000;
  }

  .heading-hero-main {
    font-size: 6vw;
    line-height: 7vw;
  }

  .heading-404 {
    margin-bottom: 12px;
    font-size: 48px;
    line-height: 60px;
  }

  .section-dark-gitnft.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-dark-gitnft.q-content-section.section-dark-bg {
    background-color: #111213;
  }

  .section-dark-gitnft.q-content-section.q-footer {
    background-color: #111213;
  }

  .section-dark-gitnft.q-content-section.q-about {
    background-color: #1b1d22;
  }

  .section-dark-gitnft.q-content-section.q-about {
    background-color: #1b1d22;
  }

  .section-dark-gitnft.q-content-section.q-footer-light {
    background-color: transparent;
  }

  .section-dark-gitnft.q-content-section.q-footer-white {
    background-color: #fff;
  }

  .section-dark-gitnft.q-content-section-copy.section-dark-bg {
    background-color: #111213;
  }

  .section-dark-gitnft.q-content-section-copy.q-footer {
    background-color: #111213;
  }

  .section-dark-gitnft.q-content-section-copy.q-about {
    background-color: #1b1d22;
  }

  .section-dark-gitnft.q-content-section-copy.q-about {
    background-color: #1b1d22;
  }

  .section-dark-gitnft.q-content-section-copy.q-footer-light {
    background-color: #111213;
  }

  .section-dark-gitnft.q-content-section-copy.q-footer-white {
    background-color: #111213;
  }

  .section-dark-gitnft.q-inner-wrap {
    padding-bottom: 30px;
  }

  .section-superdark-gitnft.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-superdark-gitnft.q-content-section.section-dark-bg {
    background-color: #111213;
  }

  .section-superdark-gitnft.q-content-section.q-footer {
    background-color: #111213;
  }

  .section-superdark-gitnft.q-content-section.q-about {
    background-color: #1b1d22;
  }

  .section-superdark-gitnft.q-content-section.q-about {
    background-color: #1b1d22;
  }

  .section-superdark-gitnft.q-content-section.q-footer-light {
    background-color: transparent;
  }

  .section-superdark-gitnft.q-content-section.q-footer-white {
    background-color: #fff;
  }

  .section-superdark-gitnft.q-content-section-copy.section-dark-bg {
    background-color: #111213;
  }

  .section-superdark-gitnft.q-content-section-copy.q-footer {
    background-color: #111213;
  }

  .section-superdark-gitnft.q-content-section-copy.q-about {
    background-color: #1b1d22;
  }

  .section-superdark-gitnft.q-content-section-copy.q-about {
    background-color: #1b1d22;
  }

  .section-superdark-gitnft.q-content-section-copy.q-footer-light {
    background-color: #111213;
  }

  .section-superdark-gitnft.q-content-section-copy.q-footer-white {
    background-color: #111213;
  }

  .section-superdark-gitnft.q-inner-wrap {
    padding-bottom: 30px;
  }

  .content-holder-gitnft {
    padding-top: 52px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-top-bar-gitnft.section-container {
    overflow: hidden;
    padding-top: 0px;
  }

  .container-top-bar-gitnft.section-container {
    overflow: hidden;
    padding-top: 0px;
  }

  .container-top-bar-gitnft.container-slider-hero {
    bottom: 4rem;
  }

  .container-top-bar-gitnft.section-container-light {
    overflow: hidden;
    padding-top: 0px;
  }

  .container-top-bar-gitnft.container-slider-label-hero {
    bottom: auto;
  }

  .container-top-bar-gitnft.container-mob-cta {
    bottom: 4rem;
    display: none;
  }

  .container-top-bar-gitnft.section-container-gnft {
    overflow: hidden;
    padding-top: 0px;
  }

  .heading-jumbo-gitnft {
    margin-bottom: 12px;
    font-size: 48px;
    line-height: 60px;
  }

  .faq-heading-gitnft {
    text-align: left;
  }

  .quote-light {
    position: relative;
    z-index: 2;
    width: auto;
    padding-right: 36px;
    padding-left: 0px;
  }

  .nft-anouncement-banner {
    padding-top: 36px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-informer {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.q-content-section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.q-content-section.bg-gray-01 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.q-content-section.q-footer-light {
    background-color: transparent;
  }

  .section.q-content-section.q-footer-white {
    background-color: #fff;
  }

  .section.quine-centered-section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.ticker-holder {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.q-content-section-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.q-content-section-copy.bg-gray-01 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.q-inner-wrap {
    padding-top: 154px;
  }

  .container {
    max-width: 90vw;
    text-align: center;
  }

  .container.section-container {
    padding-bottom: 0px;
  }

  .container.section-container {
    padding-bottom: 0px;
  }

  .container.container-slider-hero {
    bottom: 2rem;
    max-width: 90vw;
  }

  .container.section-container-light {
    padding-bottom: 0px;
  }

  .container.container-slider-label-hero {
    bottom: 2rem;
    max-width: 90vw;
  }

  .container.container-mob-cta {
    bottom: 2rem;
    display: none;
    overflow: visible;
    max-width: 90vw;
  }

  .container.section-container-gnft {
    padding-bottom: 0px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .button.cc-jumbo-button.cc-jumbo-purple {
    display: block;
    text-align: center;
  }

  .button.cc-jumbo-button.cc-jumbo-green {
    display: block;
    text-align: center;
  }

  .button.cc-jumbo-button.cc-jumbo-green-sq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  .button.cc-jumbo-button.cc-jumbo-green {
    display: block;
    text-align: center;
  }

  .button.cc-contact-us.q-btn-medium-purple.hide-on-mobile.gh-icon {
    padding: 12px 15px 12px 60px;
  }

  .button.cc-contact-us.q-btn-medium-purple.hide-on-mobile.subnnav {
    padding-top: 18px;
    padding-bottom: 18px;
    border-style: none;
  }

  .button.cc-contact-us.q-btn-medium-purple.hide-on-mobile.mo-cta-sm {
    padding-top: 18px;
    padding-bottom: 18px;
    border-style: none;
  }

  .button.cc-contact-us.q-btn-ham {
    display: none;
  }

  .button.cc-contact-us.q-btn-medium-purple-outl.hide-on-mobile.gh-icon {
    padding: 12px 15px 12px 60px;
  }

  .button.cc-contact-us.q-btn-medium-purple-outl.hide-on-mobile.subnnav {
    padding-top: 18px;
    padding-bottom: 18px;
    border-style: none;
  }

  .button.cc-contact-us.q-btn-medium-purple-outl.hide-on-mobile.mo-cta-sm {
    padding-top: 18px;
    padding-bottom: 18px;
    border-style: none;
  }

  .button.green-mono.icon-right-open-link {
    margin-bottom: 13px;
  }

  .button.next-article {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(237, 239, 241, 0.35);
  }

  .label.cc-light {
    font-size: 130%;
    text-align: left;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .paragraph-light {
    font-size: 130%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .menu {
    position: static;
    display: block;
  }

  .navigation-wrap {
    position: static;
    max-width: 90vw;
  }

  .navigation {
    padding: 20px 30px;
  }

  .navigation-items {
    position: absolute;
    left: 0%;
    top: 100%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #edeff1;
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.q-hero-nft {
    width: 100%;
    max-width: 800px;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field {
    text-align: left;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 44vw;
    margin-bottom: 30px;
  }

  .team-members {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .team-member-name {
    font-size: 6vw;
    line-height: 110%;
    text-align: left;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .home-content-wrap {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block {
    font-size: 120%;
    line-height: 120%;
    text-align: left;
  }

  .paragraph-hero {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-hero.cc-bigger-white-light {
    font-size: 32px;
  }

  .q-reserve-demo-holder {
    width: 100%;
    padding-right: 4px;
    padding-bottom: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .q-reserve-demo {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0px;
  }

  .faq-grid {
    margin-bottom: 0px;
    padding-right: 24px;
    padding-bottom: 80px;
    padding-left: 24px;
  }

  .paragraph-dark {
    text-align: left;
  }

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

  .reserve-cta-wrapper {
    display: block;
  }

  .footer-content-holder {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .grid-footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-jumbo-centered {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-footer {
    font-size: 50px;
    line-height: 64px;
  }

  .intro-header-nft {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section-2 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-2.q-content-section {
    margin-right: 15px;
    margin-left: 15px;
  }

  .heading-h6-2 {
    font-size: 20px;
  }

  .paragraph-dark-2 {
    font-size: 20px;
  }

  .hero-ill-main {
    display: none;
  }

  .section-right-ill {
    position: static;
    width: 100%;
    height: 350px;
    background-position: 50% 100%;
    background-size: 90%;
  }

  .section-right-ill.ill-3rd {
    position: static;
    width: 100%;
    height: 300px;
    margin-right: 0px;
    margin-left: 0px;
    background-position: 50% 100%;
    background-size: 90%;
  }

  .section-left-ill.ill-second {
    position: static;
    width: 100%;
    height: 400px;
    background-position: 50% 100%;
    background-size: 90%;
  }

  .nft-grid {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .nft-grid.cc-about-2 {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-flow: row;
    grid-column-gap: 36px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .q-logotypes-parthners {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .img-parthners-item {
    margin-right: 20px;
  }

  .nft-content-wrap {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .heading-3q {
    font-size: 42px;
    line-height: 52px;
  }

  .content-section-by-quine {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
  }

  .content-section-by-quine-2 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
  }

  .paragraph-dark-3 {
    text-align: left;
  }

  .footer-content-holder-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .nft-promo {
    margin-bottom: 36px;
  }

  .grid {
    grid-auto-flow: row;
  }

  .heading {
    font-size: 8vw;
    text-align: left;
  }

  .q-logotypes-parthners-light {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .img-parthners-item-2 {
    margin-right: 20px;
  }

  .menu-holder {
    position: static;
  }

  .image-5 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-7 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-2.cc-jumbo-button.cc-jumbo-purple {
    display: block;
    text-align: center;
  }

  .grid-2 {
    margin-bottom: 24px;
    -ms-grid-columns: 1fr 1.25fr;
    grid-template-columns: 1fr 1.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-6 {
    display: block;
    width: 100%;
    max-width: 220px;
  }

  .icon {
    color: #edeff1;
  }

  .menu-button-2 {
    padding: 12px;
    background-color: transparent;
  }

  .quote {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
  }

  .heading-quote {
    font-size: 40px;
    text-align: left;
  }

  .quote-text {
    font-size: 20px;
    text-align: left;
  }

  .text-block-5 {
    text-align: left;
  }

  .illustration-holder-quine.ill-01 {
    background-size: cover;
  }

  .illustration-holder-quine.ill-02 {
    background-size: cover;
  }

  .quine-h2-header {
    font-size: 42px;
  }

  .quine-lp-p {
    font-size: 18px;
  }

  .intro-content-quine {
    width: 90%;
  }

  .intro-content-quine.q-hero-nft {
    width: 100%;
    max-width: 800px;
  }

  .footer-content-quine-form {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .quine-lp-container {
    max-width: 90%;
    margin-bottom: 84px;
  }

  .text-quine-jumbo {
    font-size: 68px;
  }

  .heading-footer-quine-form {
    font-size: 50px;
    line-height: 64px;
  }

  .latest-minters {
    padding-left: 12px;
  }

  .git-nft-header-promo {
    max-width: 90%;
    margin-bottom: 84px;
  }

  .quine-lp-p-comment {
    font-size: 18px;
  }

  .logo-link-left {
    padding-left: 0px;
  }

  .quine-bot-header {
    width: auto;
  }

  .quine-bot-header.q-hero-nft {
    width: 100%;
    max-width: 800px;
  }

  .video {
    height: 350px;
  }

  .qb-page-content {
    margin-top: 48px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .qb-how-to {
    margin-right: 24px;
    margin-left: 24px;
  }

  .grid-how-to {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .lp-quine-jumbo {
    font-size: 38px;
  }

  .lp-content.q-hero-nft {
    width: 100%;
    max-width: 800px;
  }

  .image-holder {
    width: auto;
  }

  .social-link-header {
    padding-right: 0px;
  }

  .navigation-wrap-lp-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .placeholder {
    display: none;
  }

  .navigation-main-lp {
    padding: 20px 30px;
  }

  .main-lp-slider {
    overflow: visible;
    width: auto;
    height: auto;
  }

  .slide {
    width: 100%;
  }

  .mask {
    width: 100%;
  }

  .nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lp-quine-jumbo-copy {
    font-size: 38px;
  }

  .quine-inner-header.limit-width {
    width: auto;
    font-size: 300%;
    line-height: 120%;
  }

  .paragraph {
    font-size: 130%;
    text-align: left;
  }

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

  .paragraph-2 {
    text-align: left;
  }

  .paragraph-2.short {
    width: auto;
    text-align: left;
  }

  .team-member-name-2 {
    font-size: 16px;
    line-height: 28px;
  }

  .about-position {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-image-section {
    background-size: cover;
  }

  .social-link-footer-vartical {
    text-align: left;
  }

  .positions-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .quine-copy {
    position: absolute;
    text-align: left;
  }

  .button-outlined-2 {
    display: block;
  }

  .dropdown-toggle {
    display: inline-block;
  }

  .footer-content-section {
    height: 572px;
    margin-bottom: 0px;
  }

  .dropdown {
    display: none;
  }

  .hmb {
    display: block;
    margin-right: 14px;
    padding: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #76787a;
    border-radius: 4px;
  }

  .hmb:hover {
    background-color: #edeff1;
    color: #edeff1;
  }

  .hmb.w--open {
    border-color: #edeff1;
    background-color: #cfcfcf;
  }

  .div-block-footer-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider {
    min-height: 500px;
  }

  .hero-cta-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-hero-home-page {
    font-size: 10vw;
    line-height: 110%;
    text-align: left;
  }

  .section-hp {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-hp.cc-cta {
    padding: 15px;
  }

  .section-hp.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-hp.q-content-section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-hp.q-content-section.bg-gray-01 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-hp.q-content-section.q-footer-light {
    background-color: transparent;
  }

  .section-hp.q-content-section.q-footer-white {
    background-color: #fff;
  }

  .section-hp.quine-centered-section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-hp.ticker-holder {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-hp.q-content-section-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-hp.q-content-section-copy.bg-gray-01 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-hp.q-inner-wrap {
    padding-top: 154px;
  }

  .h2-hp {
    font-size: 9vw;
    text-align: left;
  }

  .h4-hp {
    font-size: 5vw;
    text-align: left;
  }

  .container-quine {
    max-width: 90vw;
    text-align: center;
  }

  .container-quine.section-container {
    padding-bottom: 0px;
  }

  .container-quine.section-container {
    padding-bottom: 0px;
  }

  .window-project.qb.draggable {
    position: relative;
    top: auto;
    right: auto;
    width: 90vw;
    min-height: 300px;
    margin-bottom: 34px;
  }

  .window-project.draggable {
    position: relative;
    top: auto;
    width: 90vw;
    min-height: 300px;
    margin-bottom: 10vw;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .section-dark {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-dark.cc-cta {
    padding: 15px;
  }

  .section-dark.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-dark.q-content-section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-dark.q-content-section.bg-gray-01 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-dark.q-content-section.q-footer-light {
    background-color: transparent;
  }

  .section-dark.q-content-section.q-footer-white {
    background-color: #fff;
  }

  .section-dark.quine-centered-section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-dark.ticker-holder {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-dark.q-content-section-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-dark.q-content-section-copy.bg-gray-01 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-dark.q-inner-wrap {
    padding-top: 154px;
  }

  .section-dark.overflow-hidden {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .content-our-projects {
    height: auto;
  }

  .our-projects-container {
    width: auto;
  }

  .paragraph-q-hp {
    text-align: left;
  }

  .num-header {
    text-align: left;
  }

  .paragraph-q-hp-small {
    text-align: left;
  }

  .speak-for-you-item {
    padding-right: 0px;
    padding-left: 0px;
    border-left-style: none;
    border-left-width: 0px;
  }

  .speak-for-you-item.sfy1 {
    padding-right: 0px;
    padding-left: 0px;
    border-left-style: solid;
  }

  .ui-previews-holder {
    top: 0vh;
    padding-bottom: 0vh;
  }

  .ui-preview-item.section-trigger__1 {
    position: static;
    top: auto;
    margin-bottom: 21px;
  }

  .ui-preview-item.section-trigger__2 {
    position: static;
    top: auto;
    margin-bottom: 5vh;
  }

  .ui-preview-item.last-image-in-stck {
    position: static;
    top: auto;
    margin-bottom: 20px;
  }

  .image-sticky-fallback {
    display: block;
    margin-top: 3vh;
    margin-bottom: 6vh;
    border-style: solid;
    border-width: 1px;
    border-color: #76787a;
    border-radius: 4px;
  }

  .image-13 {
    position: static;
    top: 0px;
  }

  .our-projects-container-85 {
    position: static;
    bottom: auto;
    margin-bottom: auto;
    padding-bottom: 0vh;
  }

  .sticky-content-_wraper {
    position: static;
    padding-bottom: 0vh;
  }

  .navigation-light {
    padding: 20px;
  }

  .navigation-item-dark {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #e9ebed;
    color: #1b1d22;
    font-size: 4vw;
  }

  .navigation-item-dark:hover {
    background-color: #fff;
    color: #000;
    font-size: 4vw;
  }

  .navigation-item-dark.hide-on-desktop {
    background-color: #edeff1;
    color: #1b1d22;
  }

  .navigation-item-dark.hide-on-desktop:hover {
    background-color: #fff;
  }

  .txt-holder-toggler {
    height: auto;
    opacity: 1;
  }

  .txt-holder-toggler._1st-item {
    opacity: 1;
  }

  .tab-link-skills {
    margin-bottom: 10px;
    font-size: 3.5vw;
  }

  .tab-link-skills.w--current {
    margin-bottom: 10px;
    padding-bottom: 9px;
    text-align: left;
  }

  .slide-nav-2 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .ascii-_wrapper {
    width: 100%;
  }

  .navigation-dark {
    padding: 20px 30px;
  }

  .dropdown-toggle-light {
    display: inline-block;
  }

  .dropdown-toggle-olld {
    display: inline-block;
  }

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

  .div-block-footer-wrap-light {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-link-footer-light {
    text-align: left;
  }

  .paragraph-hp-sm {
    margin-bottom: 11px;
    text-align: left;
  }

  .section-hero {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-hero.cc-cta {
    padding: 15px;
  }

  .section-hero.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-hero.q-content-section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-hero.q-content-section.bg-gray-01 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-hero.q-content-section.q-footer-light {
    background-color: transparent;
  }

  .section-hero.q-content-section.q-footer-white {
    background-color: #fff;
  }

  .section-hero.quine-centered-section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-hero.ticker-holder {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-hero.q-content-section-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-hero.q-content-section-copy.bg-gray-01 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-hero.q-inner-wrap {
    padding-top: 154px;
  }

  .tabs-menu {
    text-align: left;
  }

  .text-block-13 {
    font-size: 3.5vw;
  }

  .text-block-14 {
    font-size: 3.5vw;
  }

  .nav-item-holder {
    padding: 10px 20px 20px;
  }

  .text-block-15 {
    font-size: 4vw;
  }

  .section-hp-01 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-hp-01.cc-cta {
    padding: 15px;
  }

  .section-hp-01.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-hp-01.q-content-section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-hp-01.q-content-section.bg-gray-01 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-hp-01.q-content-section.q-footer-light {
    background-color: transparent;
  }

  .section-hp-01.q-content-section.q-footer-white {
    background-color: #fff;
  }

  .section-hp-01.quine-centered-section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-hp-01.ticker-holder {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-hp-01.q-content-section-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-hp-01.q-content-section-copy.bg-gray-01 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-hp-01.q-inner-wrap {
    padding-top: 154px;
  }

  .header-section-50vw {
    position: static;
    bottom: auto;
    margin-bottom: auto;
    padding-bottom: 0vh;
  }

  .txt-holder-toggler-copy {
    height: auto;
    opacity: 1;
  }

  .txt-holder-toggler-copy._1st-item {
    opacity: 1;
  }

  .paragraph-toggler {
    height: auto;
    opacity: 1;
  }

  .paragraph-toggler._1st-item {
    opacity: 1;
  }

  .paragraph-toggler.item_1 {
    height: auto;
    opacity: 1;
  }

  .paragraph-toggler.item_2 {
    height: auto;
    opacity: 1;
  }

  .paragraph-toggler.item_3 {
    height: auto;
    border-radius: 20px;
    opacity: 1;
  }

  .ui-prev-sticky.section-trigger__1 {
    position: static;
    top: auto;
    margin-bottom: 21px;
  }

  .ui-prev-sticky.section-trigger__2 {
    position: static;
    top: auto;
    margin-bottom: 5vh;
  }

  .ui-prev-sticky.last-image-in-stck {
    position: static;
    top: auto;
    margin-bottom: 20px;
  }

  .section-sticky {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-sticky.cc-cta {
    padding: 15px;
  }

  .section-sticky.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-sticky.q-content-section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-sticky.q-content-section.bg-gray-01 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-sticky.q-content-section.q-footer-light {
    background-color: transparent;
  }

  .section-sticky.q-content-section.q-footer-white {
    background-color: #fff;
  }

  .section-sticky.quine-centered-section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-sticky.ticker-holder {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-sticky.q-content-section-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-sticky.q-content-section-copy.bg-gray-01 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-sticky.q-inner-wrap {
    padding-top: 154px;
  }

  .sticky_-preview-holder {
    top: 0vh;
    display: none;
    padding-bottom: 0vh;
  }

  .sticky-triggers {
    top: 0vh;
    padding-bottom: 0vh;
  }

  .sticky-trigger.section-trigger__1 {
    position: static;
    top: auto;
    margin-bottom: 21px;
  }

  .sticky-trigger.section-trigger__2 {
    position: static;
    top: auto;
    margin-bottom: 5vh;
  }

  .sticky-trigger.last-image-in-stck {
    position: static;
    top: auto;
    margin-bottom: 20px;
  }

  .footer-content-section-dark {
    height: 572px;
    margin-bottom: 0px;
  }

  .navigation-drk {
    padding: 20px;
  }

  .navigation-item-light {
    display: block;
    margin-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #1b1d22;
    color: #edeff1;
    font-size: 4vw;
  }

  .navigation-item-light:hover {
    background-color: #cfcfce;
    color: #000;
    font-size: 4vw;
  }

  .dropdown-toggle-drk {
    display: inline-block;
  }

  .navigation-items-dark {
    position: absolute;
    left: 0%;
    top: 100%;
    right: 0%;
    bottom: auto;
    z-index: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #1a1b1f;
  }

  .navigation-item-lght {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #1b1d22;
    color: #edeff1;
    font-size: 4vw;
  }

  .navigation-item-lght:hover {
    background-color: #111213;
    color: #fff;
    font-size: 4vw;
  }

  .navigation-item-lght.hide-on-desktop {
    background-color: #1b1d22;
    color: #eceff1;
  }

  .navigation-item-lght.hide-on-desktop:hover {
    background-color: #111213;
    color: #fff;
  }

  .nav-item-holder-lght {
    padding: 10px 20px 20px;
  }

  .nav-item-holder-lght.hide-on-desktop {
    background-color: #1b1d22;
  }

  .hmb-lght {
    display: block;
    margin-right: 14px;
    padding: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #76787a;
    border-radius: 4px;
  }

  .hmb-lght:hover {
    background-color: #262931;
    color: #262931;
  }

  .hmb-lght.w--open {
    border-color: #111213;
    background-color: #111213;
  }

  .heading-hero-main {
    font-size: 120%;
    line-height: 110%;
    text-align: left;
  }

  ._404-wrap-transparent {
    height: 90vh;
    min-height: 500px;
    padding: 30px;
  }

  .heading-404 {
    font-size: 28px;
    line-height: 1.2;
  }

  ._404-wrapper {
    overflow: hidden;
    height: 90vh;
  }

  .section-dark-gitnft {
    margin-right: auto;
    margin-left: auto;
  }

  .section-dark-gitnft.cc-cta {
    padding: 15px;
  }

  .section-dark-gitnft.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-dark-gitnft.q-content-section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-dark-gitnft.q-content-section.bg-gray-01 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-dark-gitnft.q-content-section.q-footer-light {
    background-color: transparent;
  }

  .section-dark-gitnft.q-content-section.q-footer-white {
    background-color: #fff;
  }

  .section-dark-gitnft.quine-centered-section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-dark-gitnft.ticker-holder {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-dark-gitnft.q-content-section-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-dark-gitnft.q-content-section-copy.bg-gray-01 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-dark-gitnft.q-inner-wrap {
    padding-top: 154px;
  }

  .section-superdark-gitnft {
    margin-right: auto;
    margin-left: auto;
  }

  .section-superdark-gitnft.cc-cta {
    padding: 15px;
  }

  .section-superdark-gitnft.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-superdark-gitnft.q-content-section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-superdark-gitnft.q-content-section.bg-gray-01 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-superdark-gitnft.q-content-section.q-footer-light {
    background-color: transparent;
  }

  .section-superdark-gitnft.q-content-section.q-footer-white {
    background-color: #fff;
  }

  .section-superdark-gitnft.quine-centered-section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-superdark-gitnft.ticker-holder {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-superdark-gitnft.q-content-section-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-superdark-gitnft.q-content-section-copy.bg-gray-01 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-superdark-gitnft.q-inner-wrap {
    padding-top: 154px;
  }

  .content-holder-gitnft {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .container-top-bar-gitnft {
    max-width: 90vw;
    text-align: center;
  }

  .container-top-bar-gitnft.section-container {
    padding-bottom: 0px;
  }

  .container-top-bar-gitnft.section-container {
    padding-bottom: 0px;
  }

  .container-top-bar-gitnft.container-slider-hero {
    bottom: 2rem;
    max-width: 90vw;
  }

  .container-top-bar-gitnft.section-container-light {
    padding-bottom: 0px;
  }

  .container-top-bar-gitnft.container-slider-label-hero {
    bottom: 2rem;
    max-width: 90vw;
  }

  .container-top-bar-gitnft.container-mob-cta {
    bottom: 2rem;
    display: none;
    overflow: visible;
    max-width: 90vw;
  }

  .container-top-bar-gitnft.section-container-gnft {
    padding-bottom: 0px;
  }

  .heading-jumbo-gitnft {
    font-size: 50px;
    line-height: 64px;
  }

  .faq-heading-gitnft {
    text-align: center;
  }

  .quote-light {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
  }

  .icon-gnft {
    color: #edeff1;
    font-size: 44px;
    line-height: 44px;
  }

  .nft-anouncement-banner {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.q-content-section.q-footer-white {
    background-color: #fff;
  }

  .section.q-inner-wrap {
    padding-top: 60px;
  }

  .container.section-container-nft {
    padding-bottom: 0px;
  }

  .container.container-slider-hero {
    position: absolute;
    top: 2em;
    bottom: auto;
  }

  .container.container-mob-cta {
    position: absolute;
    top: auto;
    bottom: 2rem;
    display: block;
    max-width: 100vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .button.cc-jumbo-button.cc-jumbo-purple {
    padding: 16px 12px;
  }

  .button.cc-jumbo-button.cc-jumbo-purple.w--current {
    display: block;
  }

  .button.cc-jumbo-button.cc-jumbo-purple.cta-opensea.w--current {
    display: block;
    margin-top: 24px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-purple.cta-discord.w--current {
    display: block;
    margin-top: 24px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-purple.cta-dscrd.w--current {
    display: block;
    margin-top: 24px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    position: static;
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
  }

  .button.cc-jumbo-button.q-opensea-cta {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 70px;
    margin-top: 24px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    text-align: center;
  }

  .button.cc-jumbo-button.cc-jumbo-green {
    padding: 16px 12px;
  }

  .button.cc-jumbo-button.cc-jumbo-green.w--current {
    display: block;
  }

  .button.cc-jumbo-button.cc-jumbo-green.cta-opensea.w--current {
    display: block;
    margin-top: 24px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-green.cta-discord.w--current {
    display: block;
    margin-top: 24px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-green.cta-dscrd.w--current {
    display: block;
    margin-top: 24px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-green-sq {
    padding: 16px 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button.cc-jumbo-button.cc-jumbo-green-sq.w--current {
    display: block;
  }

  .button.cc-jumbo-button.cc-jumbo-green-sq.cta-opensea.w--current {
    display: block;
    margin-top: 24px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-green-sq.cta-discord.w--current {
    display: block;
    margin-top: 24px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-green-sq.cta-dscrd.w--current {
    display: block;
    margin-top: 24px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-green {
    padding: 16px 12px;
  }

  .button.cc-jumbo-button.cc-jumbo-green.w--current {
    display: block;
  }

  .button.cc-jumbo-button.cc-jumbo-green.cta-opensea.w--current {
    display: block;
    margin-top: 24px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-green.cta-discord.w--current {
    display: block;
    margin-top: 24px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-green.cta-dscrd.w--current {
    display: block;
    margin-top: 24px;
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-green.q-gh-logo-button {
    padding-right: 18px;
  }

  .button.cc-contact-us.q-btn-purple-outlined {
    margin-bottom: 12px;
    margin-left: 0px;
    padding-right: 16px;
    padding-left: 16px;
    text-align: center;
  }

  .button.cc-contact-us.q-btn-medium-purple {
    margin-left: 0px;
    text-align: center;
  }

  .button.cc-contact-us.q-btn-medium-purple.disable-on-mobile {
    display: block;
    margin-left: 0px;
    text-align: center;
  }

  .button.cc-contact-us.q-btn-medium-purple.hide-on-mobile {
    display: none;
  }

  .button.cc-contact-us.q-btn-medium-purple.hide-on-mobile.subnnav {
    display: block;
    text-align: center;
  }

  .button.cc-contact-us.q-btn-medium-purple.hide-on-mobile.mo-cta-sm {
    display: block;
    max-width: 90vw;
    text-align: center;
  }

  .button.cc-contact-us.q-btn-medium-green.disable-on-mobile {
    display: none;
  }

  .button.cc-contact-us.q-btn-ham {
    display: block;
    margin-bottom: 12px;
    margin-left: 0px;
    padding: 12px;
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
    text-align: center;
    cursor: pointer;
  }

  .button.cc-contact-us.q-btn-medium-purple-outl {
    margin-left: 0px;
    text-align: center;
  }

  .button.cc-contact-us.q-btn-medium-purple-outl.disable-on-mobile {
    display: block;
    margin-left: 0px;
    text-align: center;
  }

  .button.cc-contact-us.q-btn-medium-purple-outl.hide-on-mobile {
    display: none;
  }

  .button.cc-contact-us.q-btn-medium-purple-outl.hide-on-mobile.subnnav {
    display: block;
    text-align: center;
  }

  .button.cc-contact-us.q-btn-medium-purple-outl.hide-on-mobile.mo-cta-sm {
    display: block;
    max-width: 90vw;
    text-align: center;
  }

  .button.green-mono.icon-right-open-link {
    display: block;
    width: 100%;
  }

  .label.cc-light {
    line-height: 140%;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    font-size: 18px;
    line-height: 140%;
  }

  .heading-jumbo {
    font-size: 32px;
    line-height: 43px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(17, 18, 19, 0.97);
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo-image {
    margin-left: 0px;
  }

  .footer-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .intro-header {
    height: 50vh;
    padding-right: 12px;
    padding-bottom: 82px;
    padding-left: 12px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .intro-content.q-hero-nft {
    margin-top: 120px;
    margin-bottom: 20px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-pic {
    height: 87vw;
    margin-bottom: 13px;
    line-height: 100%;
  }

  .team-members {
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .team-member-title-wrap {
    margin-bottom: -4px;
  }

  .team-member-name {
    font-size: 10vw;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-content-wrap {
    padding-right: 12px;
    padding-left: 12px;
  }

  .home-section-wrap {
    margin-bottom: 0px;
  }

  .section-heading {
    font-size: 32px;
  }

  .text-block {
    font-size: 6vw;
    text-align: left;
  }

  .paragraph-hero.cc-bigger-white-light {
    font-size: 22px;
  }

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

  .q-reserve-demo {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 22px;
  }

  .faq-grid {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-dark {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .heading-h6 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    line-height: 30px;
  }

  .faq-title {
    width: 100%;
    white-space: normal;
  }

  .faq-heading {
    font-size: 32px;
    line-height: 120%;
  }

  .footer-content-holder {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-footer {
    grid-auto-flow: row;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-link-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link-list-item {
    margin-right: 0px;
    text-align: left;
  }

  .heading-jumbo-centered {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-footer {
    font-size: 30px;
    line-height: 110%;
    text-align: left;
  }

  .intro-header-nft {
    padding-right: 24px;
    padding-left: 24px;
  }

  .paragraph-light-2 {
    font-size: 18px;
  }

  .heading-h6-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    line-height: 140%;
  }

  .paragraph-dark-2 {
    width: 90vw;
    margin-bottom: 12px;
    font-size: 18px;
  }

  .paragraph-medium-dark-2 {
    font-size: 18px;
  }

  .section-right-ill {
    height: 193px;
  }

  .section-right-ill.ill-3rd {
    height: 200px;
  }

  .section-left-ill.ill-second {
    height: 200px;
  }

  .nft-grid {
    margin-bottom: 0px;
  }

  .q-logotypes-parthners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nft-content-wrap {
    padding: 20px 0px 0px;
  }

  .os-cta-text {
    font-size: 18px;
  }

  .heading-3q {
    font-size: 32px;
    line-height: 130%;
  }

  .content-section-by-quine {
    padding-bottom: 18px;
  }

  .div-navbar {
    position: fixed;
    left: 0%;
    top: 79px;
    right: 0%;
    bottom: auto;
    display: none;
    padding: 24px 20px;
    background-color: rgba(17, 18, 19, 0.87);
  }

  .ascii-gb {
    margin-bottom: -26px;
  }

  .content-section-by-quine-2 {
    padding-bottom: 10px;
  }

  .paragraph-dark-3 {
    font-size: 20px;
  }

  .footer-content-holder-2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .nft-promo {
    margin-right: 24px;
    margin-left: 24px;
  }

  .grid {
    padding: 24px;
  }

  .heading {
    font-size: 180%;
    line-height: 126%;
  }

  .q-logotypes-parthners-light {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .q-opensea-text {
    font-size: 19px;
  }

  .div-block-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .q-opensea-text-description-small {
    font-size: 12px;
  }

  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .button-2.cc-jumbo-button.cc-jumbo-purple {
    padding-right: 12px;
    padding-left: 12px;
  }

  .button-2.cc-jumbo-button.cc-jumbo-purple.w--current {
    display: block;
  }

  .button-2.cc-contact-us.q-btn-purple-outlined {
    margin-bottom: 12px;
    margin-left: 0px;
    padding-right: 16px;
    padding-left: 16px;
    text-align: center;
  }

  .button-2.cc-contact-us.q-btn-medium-purple {
    margin-left: 0px;
    text-align: center;
  }

  .button-2.cc-contact-us.q-btn-medium-purple.hide-on-mobile {
    display: none;
  }

  .div-block-8 {
    display: none;
  }

  .grid-2 {
    margin-bottom: 24px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .icn-close {
    position: absolute;
    display: block;
    opacity: 0;
  }

  .nav-menu {
    padding: 20px;
    background-color: rgba(17, 18, 19, 0.9);
    color: rgba(26, 27, 31, 0.9);
  }

  .menu-button-2.w--open {
    background-color: #1b1d22;
    color: #1b1d22;
  }

  .quote {
    padding-bottom: 18px;
  }

  .heading-quote {
    font-size: 32px;
  }

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

  .text-block-5 {
    font-size: 14px;
    line-height: 24px;
  }

  .social-link-footer {
    padding-bottom: 15px;
  }

  .social-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-6 {
    text-align: left;
  }

  .text-block-pd-12 {
    text-align: left;
  }

  .illustration-holder-quine.ill-01 {
    height: 140px;
  }

  .illustration-holder-quine.ill-02 {
    height: 140px;
  }

  .illustration-holder-quine.ill-03 {
    height: 140px;
  }

  .quine-h2-header {
    font-size: 36px;
  }

  .intro-content-quine {
    width: 100%;
  }

  .intro-content-quine.q-hero-nft {
    margin-top: 120px;
    margin-bottom: 20px;
  }

  .footer-content-quine-form {
    padding-right: 24px;
    padding-left: 24px;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .text-quine-jumbo {
    padding-right: 0px;
    font-size: 44px;
  }

  .heading-footer-quine-form {
    font-size: 32px;
    line-height: 48px;
    text-align: center;
  }

  .text-block-pd-0 {
    text-align: left;
  }

  .intro-header-hactoberfest {
    height: 50vh;
    padding-right: 12px;
    padding-bottom: 82px;
    padding-left: 12px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

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

  .quine-bot-header {
    width: 100%;
  }

  .quine-bot-header.q-hero-nft {
    margin-top: 120px;
    margin-bottom: 20px;
  }

  .intro-header-copy {
    height: 50vh;
    padding-right: 12px;
    padding-bottom: 82px;
    padding-left: 12px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .dark-header {
    font-size: 24px;
    line-height: 32px;
  }

  .video {
    height: 200px;
  }

  .qb-page-content {
    height: auto;
    padding-right: 12px;
    padding-bottom: 24px;
    padding-left: 12px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .text-block-9 {
    text-align: left;
  }

  .lp-quine-jumbo {
    padding-right: 0px;
    font-size: 26px;
  }

  .lp-content {
    width: 100%;
    max-width: 88vw;
  }

  .lp-content.q-hero-nft {
    margin-top: 120px;
    margin-bottom: 20px;
  }

  .quine-lp-title {
    margin-bottom: 16px;
  }

  .social-link-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
  }

  .navigation-wrap-lp-main {
    margin-bottom: 49px;
  }

  .nav-link-lp {
    margin-right: 0px;
    padding-bottom: 12px;
  }

  .navigation-main-lp {
    padding-right: 20px;
    padding-left: 20px;
  }

  .lp-quine-page-container {
    margin-top: 7px;
    padding-right: 12px;
    padding-bottom: 82px;
    padding-left: 12px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .main-lp-slider {
    margin-bottom: 26px;
  }

  .nav-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lp-quine-jumbo-copy {
    padding-right: 0px;
    font-size: 26px;
  }

  .quine-inner-header {
    font-size: 200%;
  }

  .paragraph {
    width: auto;
    font-size: 100%;
    line-height: 170%;
    text-align: left;
  }

  .paragraph-light-3 {
    font-size: 18px;
    line-height: 140%;
  }

  .about-position {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-6 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .social-container-vertical {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .social-container-vertical.last {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .footer-image-section {
    background-size: cover;
  }

  .social-link-footer-vartical {
    padding-bottom: 15px;
  }

  .positions-grid {
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .quine-copy {
    position: static;
    margin-bottom: 18px;
  }

  .button-outlined-2 {
    display: block;
  }

  .div-block-14 {
    text-align: left;
  }

  .dropdown-toggle {
    display: inline-block;
  }

  .section-heading-dark {
    font-size: 32px;
  }

  .footer-content-section {
    height: 700px;
    margin-bottom: -32px;
  }

  .dropdown {
    display: none;
  }

  .hmb {
    margin-right: 0px;
    padding: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #76787a;
    border-radius: 4px;
  }

  .hmb:hover {
    background-color: #edeff1;
  }

  .hmb.w--open:hover {
    background-color: #eceff1;
    color: #fff;
  }

  .div-block-16 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link-compact {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .slider {
    min-height: 500px;
  }

  .heading-hero-home-page {
    font-size: 10vw;
  }

  .num-item {
    position: static;
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 4px;
    clear: none;
    font-size: 6vw;
  }

  .h6-hp {
    display: inline;
    font-size: 6vw;
  }

  .image-home-page-md {
    width: auto;
    min-height: 100px;
  }

  .section-hp.q-content-section.q-footer-white {
    background-color: #fff;
  }

  .h2-hp {
    font-size: 10vw;
  }

  .h4-hp {
    font-size: 7vw;
  }

  .container-quine.section-container-nft {
    padding-bottom: 0px;
  }

  .window-project.qb.draggable {
    width: 100%;
    min-height: auto;
    min-width: 100%;
    padding: 60px 20px 20px;
  }

  .window-project.draggable {
    width: 100%;
    min-height: auto;
    min-width: 100%;
    padding: 60px 20px 20px;
  }

  .section-dark.q-content-section.q-footer-white {
    background-color: #fff;
  }

  .content-our-projects {
    padding-top: 14vw;
  }

  .paragraph-q-hp {
    font-size: 6vw;
  }

  .num-header {
    margin-bottom: 6px;
  }

  .paragraph-q-hp-small {
    font-size: 5vw;
  }

  .image-sticky-fallback {
    margin-top: 1vh;
    margin-bottom: 2vh;
  }

  .navigation-light {
    padding: 10px 20px;
    background-color: #fff;
  }

  .navigation-item-dark {
    font-size: 6vw;
  }

  .navigation-item-dark:hover {
    font-size: 6vw;
  }

  .slider-repo-cards {
    height: auto;
    margin-bottom: 4vh;
  }

  .mask-2 {
    height: auto;
  }

  .tab-link-skills {
    margin-bottom: 10px;
    font-size: 100%;
  }

  .tab-link-skills.w--current {
    margin-bottom: 10px;
    font-size: 100%;
  }

  .repo-card-holder {
    width: 63vw;
    height: 35vw;
    background-size: cover;
  }

  .ascii-vert-wrapper.hide-on-mobile {
    display: none;
  }

  .navigation-dark {
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(17, 18, 19, 0.97);
  }

  .logo-image-light {
    margin-left: 0px;
  }

  .dropdown-toggle-light {
    display: inline-block;
  }

  .dropdown-toggle-olld {
    display: inline-block;
  }

  .paragraph-normal {
    font-size: 2vh;
    line-height: 160%;
  }

  .div-block-footer-wrap-light {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .social-link-footer-light {
    padding-bottom: 15px;
  }

  .paragraph-hp-sm {
    font-size: 5vw;
  }

  .section-hero {
    position: relative;
  }

  .section-hero.q-content-section.q-footer-white {
    background-color: #fff;
  }

  .text-block-15 {
    font-size: 6vw;
  }

  .section-hp-01.q-content-section.q-footer-white {
    background-color: #fff;
  }

  .section-sticky.q-content-section.q-footer-white {
    background-color: #fff;
  }

  .footer-content-section-dark {
    height: 700px;
    margin-bottom: -32px;
  }

  .navigation-drk {
    padding: 10px 20px;
    background-color: #1b1d22;
  }

  .navigation-item-light {
    font-size: 6vw;
  }

  .navigation-item-light:hover {
    font-size: 6vw;
  }

  .dropdown-toggle-drk {
    display: inline-block;
  }

  .navigation-item-lght {
    background-color: #1b1d22;
    color: #edeff1;
    font-size: 6vw;
  }

  .navigation-item-lght:hover {
    background-color: #111213;
    color: #fff;
    font-size: 6vw;
  }

  .hmb-lght {
    margin-right: 0px;
    padding: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #76787a;
    border-radius: 4px;
  }

  .hmb-lght:hover {
    background-color: #1b1d22;
  }

  .text-span {
    font-size: 120%;
    line-height: 130%;
  }

  .text-block-16 {
    font-size: 80%;
  }

  .heading-hero-main {
    font-size: 10vw;
  }

  .heading-404 {
    font-size: 32px;
    line-height: 43px;
  }

  .section-dark-gitnft.q-content-section.q-footer-white {
    background-color: #fff;
  }

  .section-dark-gitnft.q-inner-wrap {
    padding-top: 60px;
  }

  .section-superdark-gitnft.q-content-section.q-footer-white {
    background-color: #fff;
  }

  .section-superdark-gitnft.q-inner-wrap {
    padding-top: 60px;
  }

  .content-holder-gitnft {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-top-bar-gitnft.section-container-nft {
    padding-bottom: 0px;
  }

  .container-top-bar-gitnft.container-slider-hero {
    position: absolute;
    top: 2em;
    bottom: auto;
  }

  .container-top-bar-gitnft.container-mob-cta {
    position: absolute;
    top: auto;
    bottom: 2rem;
    display: block;
    max-width: 100vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .heading-jumbo-gitnft {
    font-size: 32px;
    line-height: 43px;
  }

  .faq-heading-gitnft {
    font-size: 32px;
    line-height: 120%;
  }

  .quote-light {
    padding-bottom: 18px;
  }

  .text-block-pd-13 {
    text-align: left;
  }

  .nft-anouncement-banner {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .gitnaft-update-anouncement {
    margin-bottom: 0px;
  }

  .paragraph-informer {
    font-size: 18px;
  }
}

#w-node-_7d04a017-a580-9d56-5164-cdb812246f67-5ff9e680 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_0485905c-a3f0-40e5-16a3-18e950c70685-5ff9e680 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_94267cae-4516-015a-2fc8-37eac00faae8-5ff9e680 {
  -ms-grid-column-span: 0;
  grid-column-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-acd1b14c-98a4-9355-4b65-a474a76530d8-47f9e683 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_47fd4a3a-9c34-b204-cdf4-bc038f2e58e6-47f9e683 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a392d02f-66ef-6c19-5d10-dbc8bdf66f49-47f9e683 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-eea0d368-7f81-4c09-7bcf-e2121c47b752-47f9e683 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-bef9e684 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-bef9e684 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-bef9e684 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_12534c68-1a5c-620b-0a7f-62ed9ec74cd2-bef9e684 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6dde4211-3b95-fb2a-49fa-3cad8410f462-bef9e684 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_39c0cd31-a706-49ff-d7bb-1b69d4e3f896-d4e3f894 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-fff9e685 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-fff9e685 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_00c1a187-5444-b369-81aa-22339a4a3fc2-fff9e685 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_00c1a187-5444-b369-81aa-22339a4a3fdd-fff9e685 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1f9ec4bf-b16a-26fe-2faa-844745daea40-83dfa626 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_1f9ec4bf-b16a-26fe-2faa-844745daea40-75d3645f {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_1f9ec4bf-b16a-26fe-2faa-844745daea40-24ada920 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_1f9ec4bf-b16a-26fe-2faa-844745daea40-75bf2650 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_1f9ec4bf-b16a-26fe-2faa-844745daea40-2be16eb1 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_5497b0ed-eeab-14c2-a8f2-7e88bb143211-2be16eb1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_1f9ec4bf-b16a-26fe-2faa-844745daea44-2be16eb1 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e8a36f42-c705-af6a-60cd-638fec7898b1-4405dea3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4cf3d0e3-57eb-c7ae-c596-17945342c868-4405dea3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-be021ade-7ae7-3092-44fc-112a4be0fa02-4405dea3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_64ab6478-0823-f049-bded-a9e68e4d99e1-4405dea3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c99fc235-ea56-1431-68ba-2047fbe744e7-4405dea3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0a205032-d146-7f4e-11e2-910d92f3e8ec-92f3e8ea {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e8a36f42-c705-af6a-60cd-638fec7898b1-cfde4e8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4cf3d0e3-57eb-c7ae-c596-17945342c868-cfde4e8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-be021ade-7ae7-3092-44fc-112a4be0fa02-cfde4e8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_64ab6478-0823-f049-bded-a9e68e4d99e1-cfde4e8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c99fc235-ea56-1431-68ba-2047fbe744e7-cfde4e8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-acd1b14c-98a4-9355-4b65-a474a76530d8-f163b0e4 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_47fd4a3a-9c34-b204-cdf4-bc038f2e58e6-f163b0e4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ddb20997-bb53-2793-04d2-49a8db4c5a17-f163b0e4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a392d02f-66ef-6c19-5d10-dbc8bdf66f49-f163b0e4 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-eea0d368-7f81-4c09-7bcf-e2121c47b752-f163b0e4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-_7d04a017-a580-9d56-5164-cdb812246f67-5ff9e680 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: -1;
    grid-row-end: 1;
  }

  #w-node-_0485905c-a3f0-40e5-16a3-18e950c70685-5ff9e680 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: -1;
    grid-row-end: 1;
  }

  #w-node-_94267cae-4516-015a-2fc8-37eac00faae8-5ff9e680 {
    -ms-grid-column-span: 0;
    grid-column-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_52b8d879-9cb3-8ff0-0612-6393752e0bcd-5ff9e680 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  #w-node-acd1b14c-98a4-9355-4b65-a474a76530d8-47f9e683 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_47fd4a3a-9c34-b204-cdf4-bc038f2e58e6-47f9e683 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-a392d02f-66ef-6c19-5d10-dbc8bdf66f49-47f9e683 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-eea0d368-7f81-4c09-7bcf-e2121c47b752-47f9e683 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-bef9e684 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-bef9e684 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d95b205a-b479-c554-d8cc-9460ef89745e-bef9e684 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b592de09-c2e0-fff5-1c96-147656647d70-bef9e684 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_12534c68-1a5c-620b-0a7f-62ed9ec74cd2-bef9e684 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6dde4211-3b95-fb2a-49fa-3cad8410f462-bef9e684 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3cc56a66-3e52-d032-8944-994857ebfcdd-bef9e684 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c0fb54aa-54b6-b72f-fffc-0d7c2b2b7eaa-bef9e684 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_536b9c97-4b64-6a66-cd56-cacf15027b88-bef9e684 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_39c0cd31-a706-49ff-d7bb-1b69d4e3f896-d4e3f894 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-fff9e685 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_00c1a187-5444-b369-81aa-22339a4a3fdd-fff9e685 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1f9ec4bf-b16a-26fe-2faa-844745daea40-2be16eb1 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5497b0ed-eeab-14c2-a8f2-7e88bb143211-2be16eb1 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_1f9ec4bf-b16a-26fe-2faa-844745daea44-2be16eb1 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-acd1b14c-98a4-9355-4b65-a474a76530d8-f163b0e4 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_47fd4a3a-9c34-b204-cdf4-bc038f2e58e6-f163b0e4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-ddb20997-bb53-2793-04d2-49a8db4c5a17-f163b0e4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-a392d02f-66ef-6c19-5d10-dbc8bdf66f49-f163b0e4 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-eea0d368-7f81-4c09-7bcf-e2121c47b752-f163b0e4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_94267cae-4516-015a-2fc8-37eac00faae8-5ff9e680 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_52b8d879-9cb3-8ff0-0612-6393752e0bcd-5ff9e680 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0b11dab6-b79d-86e4-0210-75aec5b811af-47f9e683 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-acd1b14c-98a4-9355-4b65-a474a76530d8-47f9e683 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_47fd4a3a-9c34-b204-cdf4-bc038f2e58e6-47f9e683 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-a392d02f-66ef-6c19-5d10-dbc8bdf66f49-47f9e683 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-eea0d368-7f81-4c09-7bcf-e2121c47b752-47f9e683 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_0b11dab6-b79d-86e4-0210-75aec5b811af-f163b0e4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-acd1b14c-98a4-9355-4b65-a474a76530d8-f163b0e4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_47fd4a3a-9c34-b204-cdf4-bc038f2e58e6-f163b0e4 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-ddb20997-bb53-2793-04d2-49a8db4c5a17-f163b0e4 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-a392d02f-66ef-6c19-5d10-dbc8bdf66f49-f163b0e4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-eea0d368-7f81-4c09-7bcf-e2121c47b752-f163b0e4 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_94267cae-4516-015a-2fc8-37eac00faae8-5ff9e680 {
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_52b8d879-9cb3-8ff0-0612-6393752e0bcd-5ff9e680 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-bef9e684 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-bef9e684 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-bef9e684 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-bef9e684 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d95b205a-b479-c554-d8cc-9460ef89745e-bef9e684 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b592de09-c2e0-fff5-1c96-147656647d70-bef9e684 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_12534c68-1a5c-620b-0a7f-62ed9ec74cd2-bef9e684 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6dde4211-3b95-fb2a-49fa-3cad8410f462-bef9e684 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3cc56a66-3e52-d032-8944-994857ebfcdd-bef9e684 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c0fb54aa-54b6-b72f-fffc-0d7c2b2b7eaa-bef9e684 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_536b9c97-4b64-6a66-cd56-cacf15027b88-bef9e684 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_00c1a187-5444-b369-81aa-22339a4a3fcb-fff9e685 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_00c1a187-5444-b369-81aa-22339a4a3fd4-fff9e685 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_00c1a187-5444-b369-81aa-22339a4a3fdd-fff9e685 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'gsha';
  src: url('../fonts/GoshaSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'gsha';
  src: url('../fonts/GoshaSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}