canvas { width: 100%; height: 100%; }
  .review_quote-carousel, .review_attribute-carousel {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
  .review_quote-carousel.slick-initialized, .review_attribute-carousel.slick-initialized {
    visibility: visible;
    opacity: 1;  
}
  .slick-dots {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
		display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .slick-dots li {
		margin-left:8px;
    margin-right:8px;
    width: 5px;
    height: 5px;
    background-color:#8E9097;
    border-radius: 4px;
  }
  .slick-dots .slick-active {
  background-color:#3D54A4 ;
  }
	  .slick-dots li a{
    width: 100%;
    height: 100%;
  }

.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;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Integral, sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 130%;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 1.5rem;
  font-family: Integral, sans-serif;
  color: #3d54a4;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-family: Integral, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

p {
  max-width: 34em;
  margin-bottom: 0px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 150%;
}

.page-wrapper {
  position: relative;
}

.shader-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 100vh;
  background-image: url('../images/placeholder_gradient.png');
  background-position: 50% 50%;
  background-size: cover;
}

.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-hero {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-book {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7ff;
}

.section-nft {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff;
}

.section-review {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7ff;
}

.section-amanda {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff;
}

.section-faq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7ff;
}

.padding-global {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

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

.section_grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.tb {
  font-weight: 700;
}

.book_image-wrapper {
  overflow: hidden;
  border-radius: 6px;
}

.book_image {
  width: 100%;
}

.book_image.mobile {
  display: none;
}

.nav_container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1.5px solid #fff;
}

.nav_page-link-container {
  display: flex;
  width: 100%;
  align-items: center;
  flex: 0 auto;
}

.nav_logo-wrapper {
  display: flex;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}

.nav_button-container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  flex: 0 auto;
}

.nav_link {
  padding: 1.5rem 0.65rem;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.nav_link.first {
  padding-left: 0rem;
}

.nav_link.last {
  padding-right: 0rem;
}

.nav_social-link {
  width: 24px;
  height: 24px;
  margin-right: 1.5rem;
}

.social-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.wallet-button-component {
  display: flex;
  height: 28px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #fff;
  border-radius: 99px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #fff;
  line-height: 28px;
  font-weight: 500;
}

.hero_content-wrapper {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  flex-direction: column;
  align-items: center;
}

.tc {
  margin-bottom: 0.5rem;
  text-align: center;
}

.text-black {
  color: #000;
}

.hero_sub-header {
  margin-bottom: 2.5rem;
  font-size: 24px;
  text-align: center;
}

.hero_button {
  display: flex;
  width: 220px;
  height: 37px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  background-color: #ffedf9;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.text-block {
  text-decoration: none;
}

.nft_claim-form-wrapper {
  width: 100%;
}

.nft_artwork-wrapper {
  width: 100%;
  padding-right: 1.5rem;
}

.nft_artwork {
  width: 100%;
}

.measure_extra-wide {
  max-width: 45em;
}

.nft_intro-wrapper {
  margin-bottom: 2.5rem;
}

.nft_claim-form-component {
  position: relative;
  display: flex;
  min-height: 320px;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #f5f7ff;
}

.nft_connect-button {
  display: flex;
  height: 37px;
  min-width: 284px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  background-color: #3d54a4;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.review_carousel-container {
  width: 100%;
}

.review_attribute-carousel {
  margin-bottom: 3.75rem;
}

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

.review_navigation-container {
  display: flex;
  width: 100%;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
}

.review_arrow {
  display: flex;
  width: 25px;
  height: 25px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background-color: #3d54a4;
  cursor: pointer;
}

.review_navigation-dots {
  justify-content: center;
  align-items: center;
}

.review_arrow-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.review_carousel-separator {
  display: flex;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  justify-content: center;
  align-items: center;
}

.review_carousel-separator-icon {
  width: 24px;
}

.review_quote {
  max-width: 40em;
  color: #3d54a4;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

.review_attribute-info {
  font-family: 'IBM Plex Mono', sans-serif;
  font-weight: 400;
  text-align: center;
}

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

.section_grid-small {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.amanda_portrait-wrapper {
  padding-right: 1rem;
}

.amanda_intro-wrapper {
  margin-bottom: 2rem;
}

.amanda_social-link {
  display: flex;
  align-items: flex-start;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #3d54a4;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.amanda_social-icon {
  width: 24px;
  height: 24px;
  margin-right: 0.75rem;
}

.faq_dropdown-component {
  width: 100%;
  border-bottom: 1.5px solid #3d54a4;
}

.faq_dropdown-component.first {
  border-top: 1.5px solid #3d54a4;
}

.faq_intro-wapper {
  margin-bottom: 2.5rem;
}

.faq_dropdown-toggle {
  display: flex;
  width: 100%;
  padding: 1.5rem 2rem 1.5rem 0rem;
  justify-content: space-between;
  font-family: Integral, sans-serif;
  font-size: 26px;
}

.faq_dropdown-toggle-icon {
  width: 18px;
  margin-left: 1.5rem;
}

.faq_dropdown-content-container {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: transparent;
}

.faq_dropdown-content-wrapper {
  padding-bottom: 1rem;
}

.faq_dropdown-header {
  position: relative;
  bottom: 4px;
  color: #3d54a4;
  line-height: 110%;
  white-space: normal;
}

.footer_container {
  display: flex;
  margin-bottom: 10rem;
  justify-content: space-between;
  align-items: flex-start;
}

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

.footer_sub-header {
  margin-bottom: 2.5rem;
  color: #fff;
  font-size: 22px;
  text-align: left;
}

.footer_header {
  margin-bottom: 0.5rem;
  color: #f5f7ff;
  font-size: 48px;
}

.footer_cta-container {
  display: flex;
  padding-top: 1rem;
  align-items: center;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.footer_button {
  display: flex;
  width: 160px;
  height: 37px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #fff;
  border-radius: 99px;
  background-color: transparent;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.footer_social-link {
  width: 24px;
  height: 24px;
}

.footer_link {
  padding: 0.5rem 0.65rem;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.footer_link.first {
  padding-left: 0rem;
}

.footer_link.last {
  padding-right: 0rem;
}

.nav_mobile-social-link {
  display: none;
}

.section-legal {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff;
}

.legal_paragraph {
  max-width: none;
}

.component-container {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}

.section-buttons {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000;
}


.component_button-container {
  display: flex;
}

.component_button-wrapper {
  display: flex;
  width: 30%;
  margin-right: 3rem;
  margin-left: 4rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  justify-content: center;
  align-items: center;
}

.wallet-button-dot {
  width: 13px;
  height: 13px;
  margin-right: 0.5rem;
  margin-left: -13px;
  border-radius: 13px;
  background-color: #fff;
}

.component_form-wrapper {
  width: 100%;
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
}

.nft_claim-form {
  width: 100%;
  max-width: 284px;
}

.form-label {
  font-family: 'IBM Plex Sans', sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.form-field {
  height: 38px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #3d54a4;
  border-radius: 99px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #3d54a4;
  font-weight: 500;
}

.form-field::-moz-placeholder {
  font-family: 'IBM Plex Mono', sans-serif;
  color: #929292;
}

.form-field::-ms-input-placeholder {
  font-family: 'IBM Plex Mono', sans-serif;
  color: #929292;
}

.form-field::placeholder {
  font-family: 'IBM Plex Mono', sans-serif;
  color: #929292;
}

.submit-button {
  width: 100%;
  height: 38px;
  border-radius: 99px;
  background-color: #3d54a4;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.submit-button.waiting {
  background-color: #9eacdb;
}

.form-wallet-address {
  position: absolute;
  left: 0%;
  top: 18px;
  right: 0%;
  bottom: auto;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #000;
  font-weight: 500;
  text-align: center;
}

.accept-terms {
  margin-bottom: 0px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}

.radio-button-field {
  display: flex;
  height: 22px;
  align-items: center;
}

.radio-button {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-right: 8px;
  border-width: 1.5px;
  border-color: #3d54a4;
  border-radius: 20px;
  background-color: #fff;
}

.radio-button.w--redirected-checked {
  border-width: 5px;
  border-color: #3d54a4;
  background-color: #fff;
  background-image: none;
}

.legal-link {
  color: #3d54a4;
}

.success-message {
  margin-bottom: 1.5rem;
  text-align: center;
}

.error-message {
  color: #c80000;
  font-size: 14px;
  text-align: center;
}

.nft_claim-form-container {
  width: 100%;
  max-width: 284px;
}

.section_email {
  display: flex;
  min-height: 252px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  flex-direction: column;
  justify-content: center;
  background-color: hsla(0, 0%, 100%, 0.54);
}

.klaviyo_embed {
  width: 100%;
  max-width: 292px;
  min-height: 103px;
  margin-right: auto;
  margin-left: auto;
}

.email_header {
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
  font-size: 24px;
  text-align: center;
}

.section_grid-medium {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.inline-link {
  color: #3d54a4;
}

.x_telegram-button {
  display: flex;
  height: 28px;
  margin-right: 1rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #fff;
  border-radius: 99px;
  background-color: #fff;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #000;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}

.telegram-button_icon {
  display: none;
}

.x-hero_claim-cta {
  margin-top: 1rem;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #000;
  font-size: 16px;
}

.x-hero_claim-link {
  color: #000;
}

.x-nft_telegram-button {
  display: flex;
  height: 37px;
  max-width: 254px;
  min-width: 0px;
  margin-top: 1.5rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  background-color: #3d54a4;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.legal_rich-text p {
  max-width: none;
  margin-bottom: 0.4rem;
}

.legal_rich-text a {
  color: #3d54a4;
}

.legal_rich-text h3 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.legal_rich-text li {
  margin-bottom: 1rem;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 150%;
}

@media screen and (max-width: 991px) {
  .shader-container {
    height: 100vh;
    background-image: url('../images/placeholder_gradient_mobile.png');
  }

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

  .section-book {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-nft {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-review {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-amanda {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-faq {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-global {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .section_grid {
    display: flex;
    flex-direction: column-reverse;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .book_image-wrapper {
    border-radius: 6px;
  }

  .book_image {
    display: none;
  }

  .book_image.mobile {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .nav_container {
    flex-wrap: wrap;
  }

  .nav_page-link-container {
    width: 100%;
  }

  .nav_logo-wrapper {
    width: auto;
    margin-right: 0rem;
    margin-left: 0rem;
    order: -1;
    flex: 0 auto;
  }

  .nav_logo-wrapper.w--current {
    padding-bottom: 0.75rem;
  }

  .nav_button-container {
    width: 50%;
    order: -1;
    flex: 1;
  }

  .hero_content-wrapper {
    padding-top: 40px;
  }

  .tc {
    line-height: 100%;
  }

  .nft_artwork-wrapper {
    max-width: 420px;
    margin-right: auto;
    margin-bottom: 2.5rem;
    margin-left: auto;
    padding-right: 0rem;
  }

  .footer_cta-container {
    display: none;
  }

  .footer_logo-link {
    display: none;
  }

  .footer_logo-link.w--current {
    display: none;
  }

  .section-legal {
    display: block;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .component_button-container {
    flex-direction: column;
    align-items: center;
  }

  .section_email {
    flex-direction: column;
    justify-content: center;
  }

  .telegram-button_icon {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    margin-bottom: 1rem;
    font-size: 32px;
  }

  .shader-container {
    background-image: url('../images/placeholder_gradient_mobile.png');
  }

  .section-hero.legal {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .section-book {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-nft {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-review {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-amanda {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-faq {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-global {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .nav_container {
    padding-top: 1.5rem;
    justify-content: space-between;
  }

  .nav_page-link-container {
    width: 100%;
  }

  .nav_logo-wrapper {
    width: auto;
    margin-right: 0rem;
    margin-left: 0rem;
    padding-top: 0rem;
    padding-bottom: 0.7rem;
  }

  .nav_logo-wrapper.w--current {
    width: auto;
    margin-right: 0rem;
    margin-left: 0rem;
    justify-content: flex-start;
    flex: 0 0 auto;
  }

  .nav_button-container {
    display: flex;
    padding-top: 0rem;
    padding-bottom: 0.7rem;
  }

  .wallet-button-component {
    display: none;
  }

  .hero_content-wrapper.legal {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hero_sub-header {
    font-size: 18px;
  }

  .review_slide-content-container {
    align-items: flex-start;
  }

  .review_carousel-separator {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
    justify-content: flex-start;
  }

  .review_quote {
    font-size: 20px;
    text-align: left;
  }

  .section_grid-small {
    display: flex;
    flex-direction: column;
  }

  .amanda_portrait-wrapper {
    width: 100%;
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0rem;
  }

  .footer_sub-header {
    font-size: 16px;
  }

  .footer_header {
    font-size: 32px;
  }

  .footer_logo-link {
    display: none;
  }

  .footer_link {
    padding-right: 1.8rem;
    padding-left: 0rem;
  }

  .nav_mobile-social-link {
    display: block;
    width: 24px;
  }

  .section-legal {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .email_header {
    font-size: 18px;
  }

  .section_grid-medium {
    display: flex;
    flex-direction: column;
  }

  .telegram-button_icon {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 1rem;
    line-height: 100%;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
    line-height: 100%;
  }

  .shader-container {
    background-image: url('../images/placeholder_gradient_mobile.png');
  }

  .section-hero {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section-hero.legal {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-book {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-nft {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-review {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-amanda {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-faq {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-global {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .nav_page-link-container {
    justify-content: space-between;
    text-align: center;
  }

  .nav_link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 12px;
  }

  .nav_social-link {
    margin-right: 1rem;
  }

  .hero_content-wrapper.legal {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .nft_artwork-wrapper {
    max-width: 230px;
    margin-bottom: 1rem;
  }

  .nft_claim-form-component {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .review_slide-content-container {
    align-items: flex-start;
  }

  .review_carousel-separator {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    justify-content: flex-start;
  }

  .review_quote {
    font-size: 18px;
  }

  .review_attribute-info {
    font-size: 14px;
  }

  .faq_dropdown-toggle {
    padding-top: 0.9rem;
    padding-right: 1rem;
    padding-bottom: 0.9rem;
  }

  .faq_dropdown-header {
    font-size: 18px;
  }

  .footer_link {
    padding: 0.7rem 1.45rem 0.7rem 0rem;
  }

  .footer_link.first {
    padding-left: 0rem;
  }

  .heading {
    margin-bottom: 0.7rem;
  }

  .component_form-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .x_telegram-button {
    width: 28px;
    margin-right: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
    border-width: 0px;
    border-color: #000;
    background-color: transparent;
    outline-color: #000;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
  }

  .telegram-button_text {
    display: none;
  }

  .telegram-button_icon {
    display: block;
    width: 100%;
    height: 100%;
  }
}

#w-node-_1f53660f-4f0a-476e-a92c-2618911892b4-d7248e95 {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d80bf2d3-319e-bab0-6144-2e2d701366a3-d7248e95 {
  -ms-grid-column: span 7;
  grid-column-start: span 7;
  -ms-grid-column-span: 7;
  grid-column-end: span 7;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_96319120-0794-7ced-09f9-83457c9d5806-d7248e95 {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eb288ed3-129c-698f-f742-d39f869b1182-d7248e95 {
  -ms-grid-column: span 7;
  grid-column-start: span 7;
  -ms-grid-column-span: 7;
  grid-column-end: span 7;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a2e3f9a5-1475-bee2-6bc5-b9c05ba564e6-d7248e95 {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0bb8adb7-355a-2c23-e032-a67f0ce58f90-d7248e95 {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1f53660f-4f0a-476e-a92c-2618911892b4-d7248e95 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-d80bf2d3-319e-bab0-6144-2e2d701366a3-d7248e95 {
    -ms-grid-column: span 12;
    grid-column-start: span 12;
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Integral';
  src: url('../fonts/IntegralCF-DemiBold.woff2') format('woff2'), url('../fonts/IntegralCF-DemiBold.eot') format('embedded-opentype'), url('../fonts/IntegralCF-DemiBold.woff') format('woff'), url('../fonts/IntegralCF-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.connect-wallet-button {
  cursor: pointer;
}