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

a {
  text-decoration: underline;
}

a:hover {
  color: #ff1a1a;
}

.c-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 820px;
  -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;
}

.c-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  max-width: none;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-brand {
  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;
}

.c-nav-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-hero-grid {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 80px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.c-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  -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;
}

.c-container.is--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-container.is--vertical.align-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-container.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-hero-gif {
  width: 400px;
  border-radius: 20px;
}

.c-grid__content {
  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-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;
}

.c-grid__content.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-grid__content.align-center.width-770 {
  width: 770px;
}

.c-grid__content.align-top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-type__display-large {
  margin-bottom: 20px;
  font-family: Geograph, sans-serif;
  font-size: 8ch;
  line-height: 110%;
}

.c-type__display-large.align-center {
  text-align: center;
}

.c-type__display-large.align-center.b-m-40 {
  margin-bottom: 40px;
}

.c-type__hero-sub-heading {
  font-family: 'Roboto Mono';
  font-size: 1.6em;
  line-height: 1.5em;
}

.c-nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  font-family: Inter, sans-serif;
  color: #747474;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.c-nav__link:hover {
  color: #000;
  font-weight: 600;
}

.text-block {
  font-weight: 500;
}

.c-button__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-button__block.is--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-button__block.is--vertical.align--left {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-button__block.is--vertical.width-full {
  width: 100%;
}

.c-button__block.is--100 {
  width: 100%;
  -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;
}

.c-button__primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  min-height: 56px;
  margin-right: 40px;
  padding: 16px 24px;
  -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;
  border-radius: 5px;
  background-color: #9538ec;
  font-family: Geograph, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

.c-button__primary:hover {
  background-color: #6b14bd;
  color: #fff;
}

.c-button__primary.m-b-40 {
  margin-bottom: 40px;
}

.c-button__primary.m-b-40.w--current {
  margin-bottom: 40px;
}

.c-button__primary.m-b-40.large {
  width: 100%;
  height: 72px;
  min-height: 64px;
  margin-right: 0px;
  font-size: 20px;
  font-weight: 700;
}

.c-button__primary.m-b-40.large.mint {
  width: 65%;
  background-color: #8841d1;
}

.c-button__primary.m-b-40.large.mint:hover {
  background-color: #732fbb;
}

.c-button__primary.is-mint {
  width: 50%;
  margin-right: 0px;
  font-size: 20px;
}

.c-button__outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  padding: 16px 24px;
  -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;
  border: 2px solid #000;
  background-color: transparent;
  font-family: 'Roboto Mono';
  color: #2e2e2e;
  font-size: 15px;
  font-weight: 600;
}

.c-pill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1px 12px;
  -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;
  border-radius: 20px;
  background-color: #00ca72;
}

.text-block-2 {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.c-icon__link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  margin-right: 8px;
  -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;
}

.c-icon__link-block.large {
  width: 40px;
  height: 40px;
}

.c-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -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;
}

.c-section.blue.hidden {
  display: none;
}

.c-section.grey {
  background-color: #f7f7f7;
}

.c-section.purple {
  background-color: #d2ccee;
}

.c-section.gresih {
  background-color: #f0f0f0;
}

.c-section.gresih.hidden {
  display: none;
}

.c-section.time {
  padding-top: 40px;
  padding-bottom: 40px;
}

.c-type__h1 {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 20px;
  background-color: transparent;
  font-family: Geograph, sans-serif;
  font-size: 4ch;
  line-height: 130%;
  font-weight: 700;
}

.c-type__h1.margin-b-40 {
  margin-bottom: 80px;
}

.c-type__h1.m-b-40 {
  margin-bottom: 40px;
}

.c-form__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 32px;
  -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;
  border-radius: 20px;
  background-color: #fff;
}

.c-form {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-grid__gallery {
  width: 100%;
  max-width: 1100px;
  margin-top: 80px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.c-grid__form {
  width: 100%;
  max-width: 1100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.c-type__body {
  font-family: Inter, sans-serif;
  font-size: 1.3em;
  line-height: 1.5em;
}

.c-type__body.grey {
  font-family: Inter, sans-serif;
  color: #7c7c7c;
  font-size: 1.5em;
  line-height: 1.5em;
}

.c-type__body.bold {
  font-family: Inter, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
}

.c-type__body.small {
  margin-top: 40px;
  font-family: Inter, sans-serif;
  color: #8d8b8b;
  font-size: 1em;
}

.c-type__body.m-b-24 {
  margin-bottom: 48px;
  font-family: Inter, sans-serif;
  font-size: 1.3em;
}

.c-type__body.m-b-16 {
  margin-bottom: 16px;
}

.c-type__body.m-b-16.bold {
  color: #060e29;
  font-size: 1.5em;
  font-weight: 700;
}

.c-type__body.m-b-64 {
  margin-bottom: 24px;
}

.c-type__body.m-b-64.bold {
  margin-bottom: 64px;
  font-size: 1.5em;
  font-weight: 700;
}

.c-type__body._w-800 {
  max-width: 800px;
  font-size: 1.3em;
}

.c-type__body.white {
  color: #000;
}

.c-pandagrid {
  width: 100%;
  margin-top: 40px;
}

.c-lits-item {
  font-size: 24px;
}

.c-list-block {
  margin-top: 40px;
}

.c-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.c-icon-check {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.c-form__title {
  margin-bottom: 40px;
  font-family: Geograph, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.body {
  font-family: Inter, sans-serif;
}

.c-form__wrapper {
  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;
}

.c-form__cell {
  height: 44px;
}

.c-form__cell::-webkit-input-placeholder {
  color: #bebebe;
  font-size: 16px;
}

.c-form__cell:-ms-input-placeholder {
  color: #bebebe;
  font-size: 16px;
}

.c-form__cell::-ms-input-placeholder {
  color: #bebebe;
  font-size: 16px;
}

.c-form__cell::placeholder {
  color: #bebebe;
  font-size: 16px;
}

.c-form__cell-title {
  font-size: 14px;
  font-weight: 600;
}

.c-form__checkbox-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-form__checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.c-checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 8px;
  border-color: #9e9e9e;
  cursor: pointer;
}

.checkbox-label {
  color: #333;
  font-size: 13px;
  font-weight: 500;
}

.c-body__link {
  display: inline-block;
  color: #9538ec;
  font-weight: 600;
  cursor: pointer;
}

.c-body__link:hover {
  color: #9627ff;
}

.c-button {
  height: 56px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #9538ec;
  font-family: Geograph, sans-serif;
  font-size: 24px;
  cursor: pointer;
}

.c-button:hover {
  background-color: #091927;
}

.c-roadmap__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 0px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-roadmap__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-roadmap__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 24px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 1px;
  background-color: rgba(169, 90, 234, 0.25);
}

.c-roadmap__content.launch {
  background-color: rgba(126, 128, 216, 0.25);
}

.c-roadmap__content.progress {
  background-color: rgba(78, 177, 197, 0.5);
}

.c-roadmap__content.end {
  background-color: rgba(68, 186, 191, 0.25);
}

.c-roadmap__content.post {
  background-color: rgba(64, 214, 188, 0.25);
}

.c-roadmap__pin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 44px;
  padding-top: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c-pin {
  width: 32px;
  height: 32px;
  margin-bottom: 0px;
  border: 6px solid #000;
  border-radius: 99999px;
}

.c-pin._1 {
  position: relative;
  left: auto;
  z-index: 1;
  width: 100px;
  height: 100px;
  margin-top: 30px;
  border-width: 2px;
  border-color: #17581b;
  background-color: #8dc791;
}

.c-pin._2 {
  position: relative;
  left: -14px;
  top: 199px;
  z-index: 1;
  margin-top: 60px;
  background-color: #fff;
}

.c-pin__line {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #d3d3d3;
}

.c-roadmap__title {
  font-family: Geograph, sans-serif;
  color: #273162;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
}

.c-list-cell {
  font-size: 18px;
}

.c-list__body {
  padding: 8px;
  color: #273162;
}

.c-pin__wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 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;
  font-family: Rixel;
  font-size: 32px;
}

.c-faq__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-faq__icon {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 24px;
}

.c-faq__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 4px 8px;
  -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;
  border: 1px solid #c5c7d0;
  background-color: #f5f6f8;
  cursor: pointer;
}

.c-faq__title {
  margin-top: 10px;
  font-family: Geograph, sans-serif;
  font-size: 1.6em;
  line-height: 1.5em;
  font-weight: 400;
}

.c-faq__text {
  display: block;
  padding-bottom: 40px;
  -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;
  font-size: 1.3em;
  line-height: 1.5em;
}

.plus {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.minus {
  position: absolute;
}

.c-grid__team {
  width: 100%;
  margin-top: 64px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.c-team__content {
  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;
}

.c-team_-title {
  text-align: center;
}

.c-team_-position {
  text-align: center;
}

.image-2 {
  width: 48px;
}

.image-3 {
  width: 48px;
}

.image-4 {
  width: 48px;
}

.c-footer {
  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;
}

.c-footer.grey {
  background-color: #f7f7f7;
}

.c-footer__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-footer__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-footer__logo {
  width: auto;
  height: 24px;
  margin-right: 24px;
}

.c-footer__text {
  font-size: 0.8em;
}

.c-button__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-button__wrapper.m-t-40 {
  margin-top: 40px;
}

.c-hero__mint {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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-image: url('../images/sm__bg.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-hero-mint-grid {
  width: 100%;
  max-width: 1100px;
  justify-items: center;
  grid-column-gap: 80px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.c-button__top-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  min-height: 44px;
  margin-right: 0px;
  padding: 16px 24px;
  -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;
  border-radius: 5px;
  background-color: #6d90d1;
  font-family: 'Roboto Mono';
  font-size: 18px;
  font-weight: 600;
}

.c-button__top-nav:hover {
  background-color: #577abb;
  color: #fff;
}

.c-button__top-nav.m-b-40 {
  margin-bottom: 40px;
}

.c-button__top-nav.m-b-40.w--current {
  margin-bottom: 40px;
}

.c-button__top-nav.m-b-40.large {
  width: 100%;
  min-height: 64px;
  margin-right: 0px;
}

.c-button__top-nav.disconect {
  margin-left: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #32ccb8;
  background-color: #fff;
  color: #32ccb8;
}

.c-button__top-nav.disconect:hover {
  background-color: rgba(50, 204, 184, 0.09);
}

.c-mint__info-text {
  font-family: Inter, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.c-mint__info-text.m-t-24 {
  margin-top: 24px;
  color: #fff;
}

.c-mint-link {
  color: #9538ec;
  font-weight: 500;
}

.c-test__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-text-balance {
  margin-bottom: 24px;
  padding: 16px 24px;
  border-radius: 8px;
  background-color: #f1f1f1;
  font-family: 'Roboto Mono';
  font-size: 1.6em;
  line-height: 1.5em;
}

.c-bold {
  font-weight: 600;
}

.m-buttons-wallet {
  display: none;
  margin-top: 40px;
}

.m-button__wallet-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  min-height: 44px;
  margin-right: 8px;
  padding: 16px 24px;
  -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;
  border-radius: 5px;
  background-color: #9538ec;
  font-family: 'Roboto Mono';
  font-size: 18px;
  font-weight: 600;
}

.m-button__wallet-info:hover {
  background-color: #6b14bd;
}

.m-button__wallet-info.m-b-40 {
  margin-bottom: 40px;
}

.m-button__wallet-info.m-b-40.w--current {
  margin-bottom: 40px;
}

.m-button__wallet-info.m-b-40.large {
  width: 100%;
  min-height: 64px;
  margin-right: 0px;
}

.m-button__wallet-info.disconect {
  margin-left: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #9538ec;
  background-color: #fff;
  color: #9538ec;
}

.m-button__disconnect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  min-height: 44px;
  margin-right: 0px;
  margin-left: 8px;
  padding: 16px 24px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #9538ec;
  border-radius: 5px;
  background-color: #fff;
  font-family: 'Roboto Mono';
  color: #9538ec;
  font-size: 18px;
  font-weight: 600;
}

.m-button__disconnect:hover {
  background-color: #f8f1ff;
}

.m-button__disconnect.m-b-40 {
  margin-bottom: 40px;
}

.m-button__disconnect.m-b-40.w--current {
  margin-bottom: 40px;
}

.m-button__disconnect.m-b-40.large {
  width: 100%;
  min-height: 64px;
  margin-right: 0px;
}

.m-button__disconnect.disconect {
  margin-left: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #9538ec;
  background-color: #fff;
  color: #9538ec;
}

.c-grid__content-sale {
  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-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;
}

.c-grid__content-sale.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-grid__content-sale.align-center.width-770 {
  width: 770px;
}

.c-grid__content-sale.align-top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-type__hero-sub-heading-2 {
  font-family: Inter, sans-serif;
  font-size: 1.6em;
  line-height: 1.5em;
}

.js-clock {
  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;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -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;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.box.first {
  margin-left: 0px;
}

.clock-number {
  font-family: Geograph, sans-serif;
  font-size: 32px;
  line-height: 48px;
}

.clock-label {
  margin-top: 10px;
  margin-right: -5px;
  font-family: Inter, sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.c-timer-title {
  margin-bottom: 20px;
  font-family: Geograph, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-span {
  color: #b3b3b3;
}

.c-button-solsea {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  min-height: 56px;
  margin-top: 40px;
  margin-right: 24px;
  padding: 16px 24px;
  -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;
  border-radius: 5px;
  background-color: #e4e4e4;
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.c-button-solsea:hover {
  background-color: #cccfd1;
  color: #000;
}

@media screen and (max-width: 991px) {
  .c-hero {
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .c-nav {
    padding-right: 40px;
    padding-left: 40px;
  }

  .c-nav-block {
    display: none;
  }

  .c-hero-grid {
    margin-top: 100px;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .c-grid__content.align-center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-grid__content.align-center.width-770 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-type__hero-sub-heading {
    font-size: 2.5vw;
  }

  .c-button__primary.m-b-40.large.mint {
    background-color: #1d9bf0;
  }

  .c-button__primary.m-b-40.large.mint:hover {
    background-color: #067fd1;
  }

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

  .c-grid__form {
    margin-top: 100px;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .c-footer {
    padding-right: 40px;
    padding-left: 40px;
  }

  .c-button__wrapper.m-t-40 {
    display: none;
  }

  .c-hero__mint {
    height: 100vh;
    padding-right: 40px;
    padding-left: 40px;
  }

  .c-hero-mint-grid {
    margin-top: 100px;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .c-button__top-nav {
    display: none;
  }

  .c-mint__info-text {
    font-size: 2vw;
  }

  .c-text-balance {
    font-size: 3vw;
  }

  .m-buttons-wallet {
    display: none;
  }

  .m-button__wallet-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #8360a3;
  }

  .m-button__disconnect {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .c-grid__content-sale.align-center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-grid__content-sale.align-center.width-770 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-type__hero-sub-heading-2 {
    font-size: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .c-nav {
    height: auto;
    padding-top: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .c-brand.m-b-40 {
    margin-bottom: 40px;
  }

  .c-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-container.align-top {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .c-type__display-large.align-center {
    font-size: 9vw;
  }

  .c-type__display-large.align-center.b-m-40 {
    font-size: 9vw;
  }

  .c-type__hero-sub-heading.align-centre {
    font-size: 3vw;
  }

  .c-button__block.is--100 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-button__primary.is-mint {
    width: 100%;
    margin-right: 0px;
    font-size: 24px;
  }

  .c-section.blue {
    padding-top: 0px;
  }

  .c-section.grey {
    padding-top: 0px;
  }

  .c-section.purple {
    padding-top: 0px;
  }

  .c-section.gresih {
    padding-top: 0px;
  }

  .c-form__cell {
    height: 60px;
  }

  .c-form__cell-title {
    font-size: 16px;
  }

  .c-checkbox {
    width: 44px;
    height: 44px;
    border-width: 2px;
  }

  .checkbox-label {
    font-size: 14px;
  }

  .c-button__wrapper.m-t-40.m-b-40 {
    padding-bottom: 40px;
  }

  .c-mint__info-text {
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 479px) {
  .c-hero {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .c-nav {
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c-brand.m-b-40 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-nav-block {
    display: none;
  }

  .c-hero-grid {
    max-width: none;
    margin-top: 100px;
    grid-row-gap: 40px;
  }

  .c-container.is--footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-hero-gif {
    width: 100%;
    max-width: none;
  }

  .c-grid__content {
    width: 100%;
  }

  .c-grid__content.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-grid__content.align-center.width-770 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-type__display-large {
    font-size: 11vw;
  }

  .c-type__hero-sub-heading {
    width: 100%;
    font-size: 4vw;
    text-align: left;
  }

  .c-type__hero-sub-heading.align-centre {
    font-size: 4vw;
    text-align: center;
  }

  .c-button__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-button__block.is--vertical.width-full {
    text-align: center;
  }

  .c-button__primary {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .c-button__outline {
    margin-right: 0px;
  }

  .c-icon__link-block {
    width: 44px;
  }

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

  .c-section.grey {
    padding-top: 60px;
  }

  .c-section.purple {
    padding-top: 60px;
  }

  .c-section.gresih {
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-type__h1 {
    font-size: 3.2ch;
  }

  .c-type__h1.m-b-40 {
    text-align: center;
  }

  .c-type__h1.p-l-r-40 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .c-form__block {
    width: 90%;
    margin-right: 13px;
    margin-left: 13px;
    padding-right: 13px;
    padding-left: 13px;
  }

  .c-form {
    display: block;
  }

  .c-grid__gallery {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image {
    width: 80%;
  }

  .c-grid__form {
    margin-top: 60px;
  }

  .c-type__body.m-b-24 {
    font-size: 1.3em;
  }

  .c-type__body.m-b-24.p-l-r-40 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .c-type__body.m-b-16.bold.p-l-r-40 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .c-type__body.m-b-64.bold.p-l-r-40 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .c-type__body.p-l-r-40 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .c-checkbox {
    width: 32px;
    height: 32px;
  }

  .c-roadmap__block {
    -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;
  }

  .c-pin._1 {
    margin-bottom: 32px;
  }

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

  .c-footer {
    padding-right: 40px;
    padding-left: 40px;
  }

  .c-footer__left {
    -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;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .c-footer__right {
    display: none;
    margin-bottom: 40px;
  }

  .c-footer__logo {
    height: auto;
    max-width: 80%;
    margin-bottom: 20px;
  }

  .c-footer__text {
    text-align: center;
  }

  .c-button__wrapper {
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c-button__wrapper.m-t-40 {
    margin-bottom: 49px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-5 {
    width: 44px;
  }

  .c-hero__mint {
    height: auto;
    min-height: 100vh;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    background-size: 1200px;
  }

  .c-hero-mint-grid {
    max-width: none;
    margin-top: 100px;
    grid-row-gap: 40px;
  }

  .c-button__top-nav {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .c-mint__info-text {
    width: 100%;
    font-size: 4vw;
  }

  .c-text-balance {
    width: 100%;
    font-size: 4vw;
  }

  .m-buttons-wallet {
    display: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .m-button__wallet-info {
    margin-right: 0px;
    margin-bottom: 8px;
  }

  .m-button__disconnect {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .c-grid__content-sale {
    width: 100%;
  }

  .c-grid__content-sale.align-center.width-770 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-type__hero-sub-heading-2 {
    width: 100%;
    font-size: 4vw;
  }

  .js-clock {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 10px;
  }

  .c-button-solsea {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

#w-node-ac80051e-1996-d069-7530-bd392f325a48-1cafe8bd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ac80051e-1996-d069-7530-bd392f325a48-17afe8be {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_59db35c8-c618-5e7f-0aae-7a09c86f54dd-58afe8bc {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-d2f8eaf4-5ae9-d28f-43dd-4a0c23271d07-58afe8bc {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_08919aec-197d-7c99-d09f-bc4ed3232e45-58afe8bc {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@font-face {
  font-family: 'Geograph';
  src: url('../fonts/Geograph-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}