:root {
  --cropto-black: #111;
  --cropto-light-green: #2f0;
  --black: #000;
  --cropto-smoke: gainsboro;
  --cropto-green: #03ac13;
  --white: white;
  --cropto-light-black: #222;
  --cropto-white: #f1f1f1;
  --cropto-light-grey: #888;
}

body {
  background-color: var(--cropto-black);
  color: #333;
  font-family: Spacegrotesk Wght, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

a {
  color: var(--cropto-light-green);
  text-decoration: underline;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.moreport-navbar-menu {
  justify-content: flex-end;
  align-items: center;
  height: 90px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.moreport-navbar-menu-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.moreport-navbar-menu-link {
  z-index: 5;
  color: #1f1f1f;
  white-space: nowrap;
  background-color: #f1f1f1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 14px 12px 14px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.moreport-navbar-menu-link:hover {
  z-index: 10;
  color: #f1f1f1;
  background-color: #03ac13;
}

.moreport-navbar-menu-link.hide, .moreport-navbar-menu-link.hide.w--current {
  display: none;
}

.moreport-cropto-logotype {
  height: 45px;
}

.moreport-mobile-whitepaper-button {
  color: #f1f1f1;
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: #03ac13;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 23px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  transition: all .4s;
  display: flex;
}

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

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

.moreport-navbar-section {
  z-index: 99999999;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 90px;
  position: fixed;
  inset: 0% 0% auto;
}

.moreport-navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.moreport-navbar-container {
  justify-content: center;
  align-items: center;
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.moreport-navbar-link {
  color: #f1f1f1;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 15px 5px;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.moreport-navbar-link:hover {
  color: #2f0;
}

.moreport-navbar-link-header {
  z-index: 10;
  letter-spacing: .5px;
  text-transform: none;
  white-space: normal;
  margin-bottom: 0;
  margin-right: 1em;
  font-size: 16px;
  font-weight: 400;
}

.moreport-navbar-dropdown-toggle {
  color: #f1f1f1;
  letter-spacing: .5px;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  transition: all .5s;
  display: flex;
}

.moreport-navbar-dropdown-toggle:hover, .moreport-navbar-dropdown-toggle:focus {
  color: #2f0;
}

.moreport-navbar-dropdown-toggle:focus-visible, .moreport-navbar-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.moreport-navbar-link-icon {
  margin-right: 5px;
  line-height: 14px;
}

.moreport-navbar-list-item.mobile-hidden {
  display: block;
}

.moreport-navbar-dropdown-list.w--open {
  background-color: #000;
  margin-top: 90px;
  padding: 50px;
  position: fixed;
  inset: 0% 0% auto;
}

.moreport-navbar {
  display: block;
}

.moreport-mobile-navbar-wrapper {
  display: none;
}

.moreport-navbar-menu-wrapper {
  align-items: center;
  display: flex;
}

.moreport-navbar-button {
  background-color: var(--cropto-smoke);
  height: 50px;
  color: var(--cropto-black);
  letter-spacing: .5px;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  padding: 0 23px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  transition: all .2s;
  display: flex;
}

.moreport-navbar-button:hover {
  background-color: var(--cropto-green);
  color: var(--white);
}

.moreport-navbar-button:active {
  color: #222;
  background-color: #f1f1f1;
}

.moreport-navbar-container-wrapper {
  z-index: 5;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.moreport-introduction-section {
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  overflow: hidden;
}

.moreport-introduction-section.inside {
  background-color: #0000;
  background-image: linear-gradient(#fff0, #000);
  justify-content: center;
  align-items: flex-end;
  height: 15%;
  padding-top: 140px;
  padding-bottom: 80px;
}

.moreport-main-container {
  background-color: #ddd0;
  width: 1180px;
  max-width: 1180px;
}

.moreport-h1 {
  color: #f1f1f1;
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #2f0, #03ac13);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spacegrotesk Wght, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.moreport-vertical-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.moreport-vertical-wrapper.center-aligned {
  justify-content: center;
  align-items: center;
}

.moreport-vertical-wrapper._10x {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.moreport-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.moreport-grid.with-margin {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.moreport-grid.press-release {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.moreport-grid.awards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.moreport-grid.cropto-family {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.moreport-grid.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.moreport-h2 {
  color: #f1f1f1;
  letter-spacing: .75px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spacegrotesk Wght, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.moreport-h2.inside {
  width: 90%;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

.moreport-h2.inside.shorter {
  width: 60%;
}

.moreport-main-section {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.moreport-main-section.marquee {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
}

.moreport-main-section.only-grid {
  background-image: linear-gradient(180deg, black, var(--cropto-black));
  padding-top: 0;
}

.moreport-main-section.gradient {
  background-image: linear-gradient(180deg, black, var(--cropto-black));
}

.moreport-main-section.gradient.less-margin {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  padding-top: 0;
}

.moreport-main-section.section-image {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  padding-top: 0;
  padding-bottom: 0;
}

.moreport-main-section.footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.moreport-h3 {
  color: #f1f1f1;
  text-align: left;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spacegrotesk Wght, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
}

.moreport-h3.center-aligned {
  text-align: center;
}

.moreport-h3.green {
  background-image: linear-gradient(90deg, var(--cropto-light-green), var(--cropto-green));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.moreport-section-spotlight {
  color: #f1f1f1;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #2f0, #03ac13);
  -webkit-background-clip: text;
  background-clip: text;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spacegrotesk Wght, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.moreport-section-spotlight.center-aligned {
  text-align: center;
  width: 100%;
}

.moreport-section-spotlight.short {
  width: 70%;
}

.moreport-paragraph {
  color: #f1f1f1;
  letter-spacing: .5px;
  font-family: Spacegrotesk Wght, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.moreport-paragraph.dark.red, .moreport-paragraph.red {
  color: red;
}

.moreport-paragraph.dark {
  opacity: .6;
}

.moreport-paragraph.dark.red {
  color: red;
}

.moreport-paragraph-header {
  color: #f1f1f1;
  letter-spacing: .5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.moreport-paragraph-header:hover {
  text-decoration: none;
}

.moreport-date {
  color: var(--cropto-green);
  text-align: left;
  letter-spacing: .5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.moreport-accordion-item {
  justify-content: center;
  align-items: center;
}

.moreport-accordion {
  margin-top: 2.5rem;
  display: block;
}

.moreport-accordion-button {
  border-bottom: 1px solid var(--cropto-light-black);
  color: #f1f1f1;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 20px;
  line-height: 1.4rem;
  display: flex;
}

.moreport-accordion-button:hover {
  color: var(--cropto-light-green);
  text-decoration: none;
}

.moreport-accordion-button.first {
  border-top: 1px solid var(--cropto-light-black);
  border-top: 1px solid var(--cropto-light-black);
}

.faq-icon {
  font-size: 1rem;
  line-height: 1rem;
}

.moreport-accordion-pane {
  background-color: #0000;
  overflow: hidden;
}

.moreport-accordion-pane-content-wrapper {
  border-bottom: 1px solid var(--cropto-light-black);
  padding-top: 20px;
  padding-bottom: 20px;
}

.moreport-section-seperator {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #03ac13;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 300;
}

.error-message {
  background-color: #ffdede00;
  margin-top: 20px;
  padding: 0;
}

.moreport-paragraph-2 {
  color: #f1f1f1;
  letter-spacing: .5px;
  font-family: Spacegrotesk Wght, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.moreport-form-field-wrapper {
  flex-flow: column;
  flex: none;
  display: flex;
}

.moreport-h3-2 {
  color: #f1f1f1;
  text-align: left;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spacegrotesk Wght, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}

.text-field {
  background-color: var(--cropto-light-black);
  letter-spacing: .5px;
  text-transform: none;
  border: 1px solid #222;
  flex: 1;
  width: 100%;
  height: 3.75rem;
  margin-bottom: 0;
  padding: 20px 26px;
  font-size: 16px;
}

.moreport-spotlight-2 {
  color: #f1f1f1;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #2f0, #03ac13);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spacegrotesk Wght, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.moreport-spotlight-2.opt {
  background-image: linear-gradient(90deg, #2f0, #03ac13);
}

.text-block-3 {
  color: #e00000;
}

.success-message {
  background-color: #ddd0;
  padding: 0;
  line-height: 1.3;
}

.moreport-form {
  margin-top: 40px;
}

.moreport-form-button {
  background-color: var(--cropto-smoke);
  color: var(--cropto-black);
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.moreport-form-button:hover {
  background-color: var(--cropto-green);
  color: var(--white);
  text-decoration: none;
}

.social-link {
  color: #f1f1f1;
  margin-left: .5625rem;
  margin-right: .5625rem;
  text-decoration: none;
  transition: all .2s;
}

.social-link:hover {
  color: #ffc135;
}

.social-link.opt:hover {
  color: #20ff00;
}

.social-links {
  align-items: center;
  margin-bottom: 1.25rem;
  margin-left: -.5625rem;
  margin-right: -.5625rem;
  display: flex;
}

.social-links.foot {
  margin-bottom: 0;
}

.social-links.sticky {
  z-index: 9999999;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #222;
  flex-flow: column;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10px;
  position: fixed;
  inset: 160px 0% auto auto;
}

.moreport-footer-text {
  color: var(--cropto-light-grey);
  letter-spacing: .5px;
  font-size: 15px;
  line-height: 1.3;
  text-decoration: none;
}

.moreport-footer-right {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.moreport-footer-left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.moreport-seperator-line {
  background-color: var(--cropto-light-black);
  height: 1px;
}

.moreport-section-image {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.moreport-section-image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.moreport-section-image-wrapper.token {
  width: 25%;
  height: auto;
}

.moreport-section-image-wrapper.insights {
  height: auto;
}

.moreport-footer-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.moreport-footer-link {
  color: var(--cropto-light-grey);
  letter-spacing: .5px;
  font-family: Spacegrotesk Wght, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.locales-wrapper {
  margin-left: 20px;
}

.dropdown-toggle {
  background-color: #f1f1f1;
  align-items: center;
  height: 50px;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

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

.languages-icon {
  width: 18px;
  height: 18px;
}

.locale {
  color: #1f1f1f;
  text-transform: uppercase;
  border-top: 1px solid #f1f1f1;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.link-9 {
  color: var(--cropto-black);
}

.link-9.w--current {
  color: var(--cropto-light-black);
  text-transform: uppercase;
}

.article-h2 {
  color: var(--cropto-light-green);
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .moreport-introduction-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .moreport-grid {
    grid-template-rows: auto;
  }

  .moreport-paragraph-2, .moreport-table-green {
    font-size: 1.125rem;
    line-height: 1.3;
  }

  .main-grid {
    grid-template-rows: auto;
  }

  .mask {
    background-color: #fff;
    height: 1.25rem;
    margin-top: -1.25rem;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }
}

@media screen and (min-width: 1920px) {
  .moreport-navbar-menu-link {
    padding: 20px;
  }
}

@media screen and (max-width: 991px) {
  .moreport-navbar-menu {
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: -1px;
    padding-left: 0;
    display: flex;
  }

  .moreport-navbar-menu-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .moreport-navbar-menu-link:hover {
    box-shadow: none;
    color: #fff;
    transform: none;
  }

  .moreport-mobile-whitepaper-button {
    margin-right: 20px;
  }

  .moreport-navbar-wrapper {
    height: 80px;
  }

  .moreport-navbar-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .moreport-navbar-link {
    background-color: #222;
    width: 50px;
  }

  .moreport-navbar-link.lang {
    display: none;
  }

  .moreport-navbar-dropdown-toggle {
    border-bottom: 1px solid #222;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 25px 40px;
  }

  .moreport-navbar-dropdown-toggle:hover, .moreport-navbar-dropdown-toggle:focus {
    color: #03ac13;
    background-color: #222;
  }

  .moreport-navbar-list-item {
    width: 100%;
  }

  .moreport-navbar-list-item.mobile-hidden {
    flex: 0 auto;
    display: none;
  }

  .moreport-navbar-list-item.mobile-hide {
    display: none;
  }

  .moreport-navbar-button-list {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .moreport-navbar-dropdown-button {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .moreport-navbar-dropdown-list.w--open {
    border-bottom: 1px solid #222;
    margin-top: 0;
    padding: 40px;
    position: static;
  }

  .moreport-menu-button {
    background-color: #f1f1f1;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 12px;
    display: flex;
  }

  .moreport-menu-button.w--open {
    color: #fff;
    background-color: #03ac13;
  }

  .moreport-mobile-navbar-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .moreport-navbar-menu-wrapper {
    border-top: 1px solid #000;
    margin-top: 0;
  }

  .moreport-navbar-button.mobile {
    margin: 25px 40px;
  }

  .moreport-introduction-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .moreport-introduction-section.inside {
    padding: 110px 40px 50px;
  }

  .moreport-main-container {
    width: 100%;
    max-width: 100%;
  }

  .moreport-h1 {
    text-align: center;
    font-size: 34px;
  }

  .moreport-h1.inside {
    text-align: left;
    text-align: left;
  }

  .moreport-web-cover-image {
    display: none;
  }

  .moreport-vertical-wrapper {
    align-items: stretch;
  }

  .moreport-tablet-cover-image {
    display: block;
  }

  .moreport-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: 100%;
  }

  .moreport-grid.with-margin {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
  }

  .moreport-grid.press-release, .moreport-grid.cropto-family {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .moreport-grid.with-margin {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
  }

  .moreport-grid.press-release, .moreport-grid.cropto-family {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .moreport-h2 {
    text-align: center;
  }

  .moreport-h2.inside {
    text-align: left;
    text-align: left;
    width: 100%;
    font-size: 34px;
  }

  .moreport-main-section {
    height: auto;
    padding: 60px 40px;
  }

  .marquee-horizontal {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .moreport-tichker-header {
    font-size: 18px;
  }

  .moreport-h3 {
    font-size: 24px;
  }

  .moreport-h3.hexagon {
    text-align: center;
    text-align: center;
  }

  .tooltip-float-v3.bottom {
    inset: auto auto 30px;
    min-width: 100px;
    inset: auto auto 30px;
  }

  .moreport-section-spotlight {
    width: 100%;
    font-size: 34px;
  }

  .moreport-section-spotlight.hexagon {
    text-align: center;
    text-align: center;
  }

  .moreport-token-description {
    font-size: 12px;
  }

  .moreport-token-description.mobile-hidden {
    display: none;
  }

  .moreport-token-description.left {
    text-align: left;
  }

  .moreport-paragraph.hexagon, .moreport-paragraph.center, .moreport-paragraph.hexagon, .moreport-paragraph.center {
    text-align: center;
  }

  .moreport-cta-wrapper.youtube {
    display: none;
  }

  .moreport-paragraph-header {
    font-size: 18px;
  }

  .moreport-hexagon-image {
    width: 40%;
  }

  .moreport-hexagon-image-wrapper {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .moreport-why-cropto-card {
    padding: 30px;
  }

  .moreport-accordion-item {
    margin-bottom: .625rem;
  }

  .moreport-accordion-pane {
    width: 100%;
  }

  .moreport-paragraph-2 {
    font-size: 1.1rem;
  }

  .moreport-h3-2 {
    font-size: 24px;
  }

  .moreport-spotlight-2 {
    font-size: 34px;
  }

  .social-links.sticky {
    display: flex;
  }

  .moreport-footer-right {
    justify-content: center;
    align-items: flex-start;
  }

  .moreport-imac-image-wrapper {
    justify-content: center;
    align-items: flex-end;
    padding: 0 220px;
    display: flex;
  }

  .moreport-section-image-wrapper {
    align-items: stretch;
    height: 250px;
  }

  .moreport-section-image-wrapper.token {
    width: 35%;
  }

  .moreport-footer-card {
    align-items: stretch;
  }

  .main-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: 100%;
  }

  .pie-chart-wrapper {
    padding: 1.25rem;
  }

  .pie-chart {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .mask {
    margin-top: -.8rem;
  }

  .moreport-data-number {
    font-size: 16px;
  }

  .locales-wrapper {
    display: block;
  }

  .dropdown-toggle {
    background-color: #f1f1f1;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .moreport-navbar-menu {
    flex-flow: column wrap;
    align-content: center;
    padding-left: 0;
  }

  .moreport-navbar-menu-grid {
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .moreport-navbar-menu-link {
    border-bottom: 1px #ced4da;
  }

  .moreport-mobile-whitepaper-button {
    display: none;
  }

  .moreport-logotype-link {
    padding-left: 0;
  }

  .moreport-navbar-button-list {
    width: 100%;
    padding: 40px;
    display: block;
  }

  .moreport-navbar-dropdown-button {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .moreport-introduction-section {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .moreport-introduction-section.inside {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .moreport-h1 {
    font-size: 28px;
  }

  .moreport-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .moreport-grid.with-margin {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .moreport-grid.press-release, .moreport-grid.cropto-family {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .moreport-grid.with-margin {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .moreport-grid.press-release, .moreport-grid.cropto-family {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .moreport-h2 {
    font-size: 16px;
  }

  .moreport-h2.inside {
    font-size: 28px;
  }

  .moreport-main-section {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .moreport-tichker-header {
    font-size: 15px;
  }

  .moreport-token-keyvisual-image {
    width: 100%;
  }

  .moreport-token-description {
    font-size: 10px;
  }

  .moreport-paragraph, .moreport-paragraph-header {
    font-size: 16px;
  }

  .moreport-hexagon-image {
    width: 50%;
  }

  .moreport-why-cropto-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 30px;
  }

  .lottie-animation {
    width: 80px;
    height: 80px;
  }

  .moreport-accordion-item {
    margin-bottom: .625rem;
  }

  .moreport-accordion {
    display: block;
  }

  .social-links.foot, .social-links.sticky, .social-links.foot, .social-links.sticky {
    margin-top: 1.25rem;
  }

  .moreport-footer-left {
    justify-content: center;
    align-items: stretch;
  }

  .moreport-table-green, .moreport-table-white {
    font-size: 16px;
  }

  .moreport-imac-image-wrapper {
    padding-left: 120px;
    padding-right: 120px;
  }

  .moreport-section-image-wrapper {
    height: 200px;
  }

  .moreport-footer-link {
    font-size: 16px;
  }

  .moreport-token-link-card {
    justify-content: center;
    align-items: center;
  }

  .main-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .gauge_data-2, .heading-small {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .moreport-navbar-menu {
    flex-direction: row;
    height: auto;
  }

  .moreport-navbar-menu-link {
    justify-content: flex-start;
    align-items: center;
    padding-left: 18px;
    padding-right: 18px;
  }

  .moreport-cropto-logotype {
    height: 40px;
  }

  .moreport-mobile-whitepaper-button {
    text-align: center;
    display: none;
  }

  .moreport-mobile-whitepaper-button.w--current {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .moreport-navbar-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .moreport-navbar-link-header {
    direction: ltr;
    flex-flow: wrap;
    margin-left: 0;
    margin-right: auto;
    font-size: 16px;
  }

  .moreport-navbar-dropdown-toggle {
    width: 100%;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .moreport-navbar-link-icon.mobile-hidden {
    display: none;
  }

  .moreport-navbar-list-item {
    border-bottom: 1px solid #000;
    width: 100%;
  }

  .moreport-navbar-button-list {
    flex: 1;
    width: 100%;
    padding: 30px;
  }

  .moreport-navbar-dropdown-button {
    align-items: flex-start;
  }

  .moreport-navbar-dropdown-list.w--open {
    padding: 30px;
  }

  .moreport-navbar-menu-wrapper {
    background-color: #000;
    height: 100vh;
  }

  .moreport-navbar-button {
    text-align: center;
  }

  .moreport-navbar-button.w--current {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .moreport-navbar-button.mobile {
    margin-left: 30px;
    margin-right: 30px;
  }

  .moreport-introduction-section {
    padding: 40px 30px;
  }

  .moreport-introduction-section.inside {
    padding-left: 30px;
    padding-right: 30px;
  }

  .moreport-h1 {
    width: 100%;
    font-size: 28px;
  }

  .moreport-web-cover-image {
    display: block;
  }

  .moreport-introduction-cta-wrapper {
    flex-flow: wrap;
    grid-template-columns: 1fr;
  }

  .moreport-tablet-cover-image {
    display: none;
  }

  .moreport-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .moreport-grid.awards, .moreport-grid.cropto-family {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .moreport-grid.with-margin {
    margin-top: 20px;
  }

  .moreport-grid.press-release {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .moreport-grid.form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .moreport-grid.awards, .moreport-grid.cropto-family {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .moreport-h2.inside {
    font-size: 28px;
  }

  .moreport-main-section {
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .moreport-h3 {
    width: 100%;
    font-size: 18px;
  }

  .tooltip-float-v3 {
    min-width: 18.75rem;
  }

  .tooltip-float-v3.bottom {
    inset: auto auto 30px;
    inset: auto auto 30px;
  }

  .moreport-token-keyvisual-image {
    width: 100%;
    height: 100%;
    display: block;
  }

  .moreport-section-spotlight {
    width: 100%;
    font-size: 24px;
  }

  .moreport-hexagon-image {
    width: 100%;
    display: block;
  }

  .moreport-why-cropto-card {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .lottie-animation {
    width: 70px;
    height: 70px;
  }

  .moreport-date {
    line-height: .875rem;
  }

  .moreport-card-content-wrapper {
    padding: 25px;
  }

  .moreport-paragraph-2 {
    font-size: 16px;
  }

  .moreport-h3-2 {
    width: 100%;
    font-size: 18px;
  }

  .text-field {
    text-align: center;
  }

  .moreport-spotlight-2 {
    width: 100%;
    font-size: 24px;
  }

  .moreport-spotlight-2.opt {
    font-size: 24px;
  }

  .cta-wrapper {
    margin-top: 20px;
  }

  .social-links.sticky {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 12px 4px;
    top: auto;
    bottom: 0;
  }

  .moreport-imac-image-wrapper {
    padding: 40px;
  }

  .moreport-section-image-wrapper.token {
    width: 65%;
  }

  .moreport-source, .moreport-location, .basin-bulteni-date {
    font-size: .9rem;
    line-height: .875rem;
  }

  .basin-bulteni-description {
    text-align: center;
    justify-content: center;
    padding: 1.25rem;
    font-size: 1rem;
  }

  .basin-bulteni-category {
    font-size: .9rem;
    line-height: .875rem;
  }

  .moreport-data-language {
    line-height: .875rem;
  }

  .moreport-data-language-bar {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cta-button.white.side {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-grid {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    grid-template-columns: 1fr 1fr;
  }

  .pie-chart {
    padding-top: .625rem;
  }

  .languages {
    display: block;
  }

  .dropdown-toggle {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_2fc40c69-bebc-6506-2aa1-72e934d69eb2-34d69eaf {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_2fc40c69-bebc-6506-2aa1-72e934d69eb5-34d69eaf {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: end;
}

#w-node-_3633f005-3a6c-daa8-eff4-c927a1e59868-99c0d17a, #w-node-_81130496-8f8c-e27e-7a99-d4e6ec9c542d-99c0d17a, #w-node-_33db8751-e271-4ded-f26d-d9a0b01b6b84-99c0d17a, #w-node-_0bbfe984-8663-574d-5720-cd2f845fbd39-99c0d17a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_874a56fb-23c0-9a5f-b277-b8fe5f9392ac-5f9392a9 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_874a56fb-23c0-9a5f-b277-b8fe5f9392b2-5f9392a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3dc85828-2bda-8791-18ed-26ee9f9a5d4d-9f9a5d44, #w-node-_3dc85828-2bda-8791-18ed-26ee9f9a5d4f-9f9a5d44, #w-node-_3dc85828-2bda-8791-18ed-26ee9f9a5d51-9f9a5d44, #w-node-_3dc85828-2bda-8791-18ed-26ee9f9a5d53-9f9a5d44, #w-node-_3dc85828-2bda-8791-18ed-26ee9f9a5d55-9f9a5d44 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_3dc85828-2bda-8791-18ed-26ee9f9a5d57-9f9a5d44, #w-node-_3dc85828-2bda-8791-18ed-26ee9f9a5d59-9f9a5d44 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38be-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38c2-24ca38ad, #w-node-_31d16876-972d-a3d3-5498-30c297096307-24ca38ad, #w-node-a849f162-0e95-f78e-870f-09a673bb229b-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38c6-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38ca-24ca38ad, #w-node-_8a8b69e1-5196-48b2-69f1-9ae2a20ff012-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38ce-24ca38ad, #w-node-_0e2633da-8bf6-baaf-0b20-82a0e97c1d30-24ca38ad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38de-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38e2-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38e6-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38ea-24ca38ad, #w-node-_009ebd91-d5b1-e276-f553-4d239eada359-24ca38ad, #w-node-c7bf29eb-9444-cc29-f03c-2401f4df6394-24ca38ad, #w-node-ec789d66-8ebf-68f8-f772-f12d4a283817-24ca38ad, #w-node-ded4988c-8e93-3fe1-f40b-391629eb0338-24ca38ad, #w-node-_417e594c-1fda-5d87-c7ba-82329c952cc8-24ca38ad, #w-node-_46cfe183-6e0d-c953-6d7a-542df5e7ebbb-24ca38ad, #w-node-_3d453fd6-ec1b-a80f-a9be-5158c37cae3a-24ca38ad, #w-node-e88ce814-4512-585f-840c-03efd36e9179-24ca38ad, #w-node-d9830a3f-b4a9-ad69-fdb9-52b444360b0c-24ca38ad, #w-node-_1bfbeb22-aad5-ae33-1b80-dba2696791a8-24ca38ad, #w-node-_11e8d725-814e-754d-9d12-b3816499be10-24ca38ad, #w-node-_6e68cd55-7d28-dff8-acf2-b1a7ce565aea-24ca38ad, #w-node-_073d0df3-5069-a805-689b-c80c3bba2b29-24ca38ad, #w-node-b07b619d-efc8-9953-6a4f-4b9184dc4016-24ca38ad, #w-node-_69171b12-730c-acf1-0b2f-ab4b6fd285d1-24ca38ad, #w-node-_34f5b773-e697-7f9c-7c77-688b62a421fa-24ca38ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38f6-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38fa-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38fe-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca3902-24ca38ad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca390e-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca3912-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca3916-24ca38ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-_874a56fb-23c0-9a5f-b277-b8fe5f9392b2-5f9392a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38de-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38e2-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38e6-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38ea-24ca38ad, #w-node-_009ebd91-d5b1-e276-f553-4d239eada359-24ca38ad, #w-node-c7bf29eb-9444-cc29-f03c-2401f4df6394-24ca38ad, #w-node-ec789d66-8ebf-68f8-f772-f12d4a283817-24ca38ad, #w-node-ded4988c-8e93-3fe1-f40b-391629eb0338-24ca38ad, #w-node-_417e594c-1fda-5d87-c7ba-82329c952cc8-24ca38ad, #w-node-_46cfe183-6e0d-c953-6d7a-542df5e7ebbb-24ca38ad, #w-node-_3d453fd6-ec1b-a80f-a9be-5158c37cae3a-24ca38ad, #w-node-e88ce814-4512-585f-840c-03efd36e9179-24ca38ad, #w-node-d9830a3f-b4a9-ad69-fdb9-52b444360b0c-24ca38ad, #w-node-_1bfbeb22-aad5-ae33-1b80-dba2696791a8-24ca38ad, #w-node-_11e8d725-814e-754d-9d12-b3816499be10-24ca38ad, #w-node-_6e68cd55-7d28-dff8-acf2-b1a7ce565aea-24ca38ad, #w-node-_073d0df3-5069-a805-689b-c80c3bba2b29-24ca38ad, #w-node-b07b619d-efc8-9953-6a4f-4b9184dc4016-24ca38ad, #w-node-_69171b12-730c-acf1-0b2f-ab4b6fd285d1-24ca38ad, #w-node-_34f5b773-e697-7f9c-7c77-688b62a421fa-24ca38ad {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2fc40c69-bebc-6506-2aa1-72e934d69eb2-34d69eaf {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_2fc40c69-bebc-6506-2aa1-72e934d69eb5-34d69eaf {
    grid-column: span 12 / span 12;
    justify-self: start;
  }

  #w-node-_3633f005-3a6c-daa8-eff4-c927a1e59868-99c0d17a, #w-node-_81130496-8f8c-e27e-7a99-d4e6ec9c542d-99c0d17a, #w-node-_33db8751-e271-4ded-f26d-d9a0b01b6b84-99c0d17a, #w-node-_0bbfe984-8663-574d-5720-cd2f845fbd39-99c0d17a {
    grid-column: span 6 / span 6;
  }

  #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38be-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38c2-24ca38ad, #w-node-_31d16876-972d-a3d3-5498-30c297096307-24ca38ad, #w-node-a849f162-0e95-f78e-870f-09a673bb229b-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38c6-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38ca-24ca38ad, #w-node-_8a8b69e1-5196-48b2-69f1-9ae2a20ff012-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38ce-24ca38ad, #w-node-_0e2633da-8bf6-baaf-0b20-82a0e97c1d30-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38de-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38e2-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38e6-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38ea-24ca38ad, #w-node-_009ebd91-d5b1-e276-f553-4d239eada359-24ca38ad, #w-node-c7bf29eb-9444-cc29-f03c-2401f4df6394-24ca38ad, #w-node-ec789d66-8ebf-68f8-f772-f12d4a283817-24ca38ad, #w-node-ded4988c-8e93-3fe1-f40b-391629eb0338-24ca38ad, #w-node-_417e594c-1fda-5d87-c7ba-82329c952cc8-24ca38ad, #w-node-_46cfe183-6e0d-c953-6d7a-542df5e7ebbb-24ca38ad, #w-node-_3d453fd6-ec1b-a80f-a9be-5158c37cae3a-24ca38ad, #w-node-e88ce814-4512-585f-840c-03efd36e9179-24ca38ad, #w-node-d9830a3f-b4a9-ad69-fdb9-52b444360b0c-24ca38ad, #w-node-_1bfbeb22-aad5-ae33-1b80-dba2696791a8-24ca38ad, #w-node-_11e8d725-814e-754d-9d12-b3816499be10-24ca38ad, #w-node-_6e68cd55-7d28-dff8-acf2-b1a7ce565aea-24ca38ad, #w-node-_073d0df3-5069-a805-689b-c80c3bba2b29-24ca38ad, #w-node-b07b619d-efc8-9953-6a4f-4b9184dc4016-24ca38ad, #w-node-_69171b12-730c-acf1-0b2f-ab4b6fd285d1-24ca38ad, #w-node-_34f5b773-e697-7f9c-7c77-688b62a421fa-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca390e-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca3912-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca3916-24ca38ad {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2fc40c69-bebc-6506-2aa1-72e934d69eb2-34d69eaf {
    grid-column: span 12 / span 12;
    justify-self: auto;
  }

  #w-node-_3dc85828-2bda-8791-18ed-26ee9f9a5d4f-9f9a5d44, #w-node-_3dc85828-2bda-8791-18ed-26ee9f9a5d51-9f9a5d44, #w-node-_3dc85828-2bda-8791-18ed-26ee9f9a5d53-9f9a5d44, #w-node-_3dc85828-2bda-8791-18ed-26ee9f9a5d55-9f9a5d44 {
    grid-column: span 12 / span 12;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3633f005-3a6c-daa8-eff4-c927a1e59868-99c0d17a, #w-node-_81130496-8f8c-e27e-7a99-d4e6ec9c542d-99c0d17a, #w-node-_33db8751-e271-4ded-f26d-d9a0b01b6b84-99c0d17a, #w-node-_0bbfe984-8663-574d-5720-cd2f845fbd39-99c0d17a {
    grid-column: span 12 / span 12;
  }

  #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38f6-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38fa-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca38fe-24ca38ad, #w-node-_0538abb8-f4ec-8ec7-8540-0f8324ca3902-24ca38ad {
    grid-column: span 1 / span 1;
  }
}
