body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 1em;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 35px;
  font-family: Poppins, sans-serif;
  color: #3d006f;
  font-size: 6.25em;
  line-height: 90%;
  font-weight: 500;
}

h2 {
  font-family: Poppins, sans-serif;
  color: #3d006f;
  font-size: 4.69em;
  line-height: 90%;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 35px;
  font-family: Poppins, sans-serif;
  color: #3d006f;
  font-size: 3.13em;
  line-height: 100%;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #3d006f;
  font-size: 1.82em;
  line-height: 110%;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #3d006f;
  font-size: 1.56em;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #35ceaa;
  font-size: 0.78em;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  font-family: Nunito, sans-serif;
  color: #716c80;
  font-size: 1.04em;
  line-height: 1.82em;
  font-weight: 300;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.kishu-live-ticker {
  display: none;
}

.container-1800 {
  position: relative;
  width: 93%;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
}

.container-1800.is--nav {
  width: 100%;
  max-width: none;
  padding-right: 1em;
  padding-left: 1em;
}

.navbar {
  background-color: transparent;
}

.navbar.native {
  position: relative;
  left: 0%;
  top: 1.82em;
  right: 0%;
  bottom: auto;
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.navbar.custom {
  display: -ms-grid;
  display: grid;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 3fr 1fr;
  grid-template-columns: 1fr 3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brand {
  width: 16em;
  height: 3em;
  background-color: transparent;
  background-image: url('../images/logo-kishu-new-white2x.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.brand.w--current {
  background-image: url('../images/logo2x.png');
}

.text-link-underline {
  display: block;
  height: 1px;
  margin-top: 2px;
  background-color: #fff;
}

.cta-button {
  margin-right: 16px;
  padding: 18px 32px;
  border-radius: 120px;
  background-color: #458dfc;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Poppins, sans-serif;
  font-size: 0.73em;
  line-height: 1.04em;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.cta-button:hover {
  background-color: #3a7de4;
  box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.18);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #fff;
}

.cta-button.ghost-button {
  display: inline-block;
  padding: 16px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #002b45;
  background-color: transparent;
  color: #002b45;
  line-height: 100%;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.cta-button.ghost-button:hover {
  border-color: #002b45;
  background-color: #002b45;
  color: #fff;
}

.cta-button.ghost-button.inverse-ghost {
  padding: 16.5px 34px 14.5px;
  border-color: #fff;
  color: #fff;
  line-height: 105%;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cta-button.ghost-button.inverse-ghost:hover {
  background-color: #fff;
  color: #002b45;
}

.cta-button.inverse-button {
  background-color: #fff;
  color: #002b45;
}

.cta-button.inverse-button:hover {
  background-color: #c6b48b;
  color: #fff;
}

.cta-button.red {
  background-color: #fd6d6f;
  opacity: 1;
  color: #fff;
}

.cta-button.red-button {
  background-color: #fd6d6f;
}

.cta-button.red-button:hover {
  background-color: #e34d4f;
  box-shadow: 6px 6px 13px 1px rgba(0, 0, 0, 0.12);
}

.cta-button.is--nav-link {
  margin-right: 0px;
  padding-right: 32px;
  padding-left: 32px;
}

.cta-button.tenshi {
  background-color: #35ceaa;
}

.caption {
  margin-top: 4px;
  color: #002b45;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.stylename {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0px none #d4d4d4;
  color: #d4d4d4;
  font-size: 14px;
  text-transform: uppercase;
}

.flex2col {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.accent-1 {
  position: relative;
  left: 96px;
  margin-left: 100px;
  color: #002b45;
  font-size: 32px;
  line-height: 134%;
  font-weight: 600;
  letter-spacing: -0.02px;
  text-transform: none;
}

.mycontain {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.styletitle {
  margin: 20px 15px 30px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 14px;
  text-transform: uppercase;
}

.flexcolwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexcolwrap.inversecolors {
  padding-top: 26px;
  padding-bottom: 0px;
  background-color: #002b45;
}

.flexcolwrap.inversecolors {
  padding-top: 26px;
  padding-bottom: 0px;
  background-color: #458dfc;
}

.colorbox {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-right: 25px;
}

.colorbox.brand2ndcolor {
  background-color: #c6b48b;
}

.colorbox.lightgreycolor {
  background-color: #d4d4d4;
}

.colorbox.brandmaincolor {
  background-color: #002b45;
}

.colorbox.darkgreycolor {
  background-color: #616161;
  color: #616161;
}

.colorbox.blackcolor {
  margin-left: 0px;
  background-color: #000;
  color: #000;
}

.colorbox.darkgreycolor {
  background-color: #9b9b9b;
}

.colorbox.brandmaincolor {
  background-color: #fd6d6f;
}

.colorbox.brand2ndcolor {
  background-color: #458dfc;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.colorbox.darkpurple-text {
  background-color: #3d006f;
}

.colorbox.green {
  background-color: #35ceaa;
}

.small-p {
  margin-bottom: 10px;
  color: #002b45;
  font-size: 11px;
  line-height: 130%;
}

.inverse-text-link {
  display: inline-block;
  margin-top: 32px;
}

.invese-link {
  display: inline;
  color: #fff;
  font-size: 16px;
  line-height: 106%;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
}

.flex3col {
  width: 33.333%;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.flex3col.textlinkcol {
  padding-top: 19px;
}

.coldummycolor {
  background-color: #d4d4d4;
}

.invese-link-2 {
  color: #fff;
}

.cta-button-2 {
  width: auto;
  height: 40px;
  padding: 8px 16px;
  border-radius: 100px;
  background-color: #458dfc;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.cta-button-2:hover {
  background-color: #3278e4;
  color: #fff;
}

.cta-button-2.ghost-button {
  border: 1px solid #25bcca;
  background-color: transparent;
  color: #25bcca;
}

.cta-button-2.ghost-button:hover {
  border-color: #25bcca;
  background-color: #458dfc;
  color: #fff;
}

.cta-button-2.ghost-button.inverse-ghost {
  border-color: #fff;
  color: #fff;
}

.cta-button-2.ghost-button.inverse-ghost:hover {
  background-color: #fff;
  color: #458dfc;
}

.cta-button-2.inverse-button {
  background-color: #fff;
  color: #458dfc;
}

.cta-button-2.inverse-button:hover {
  background-color: #2d6ac7;
  color: #fff;
}

.small-p-2 {
  margin-bottom: 10px;
  color: #9b9b9b;
  font-size: 15px;
  line-height: 25px;
}

.is--styleguide {
  background-color: #f3f3f3;
}

.nav-menu-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.nav-link {
  padding: 20px;
  text-transform: uppercase;
}

.capitals {
  text-transform: uppercase;
}

.capitals.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  color: #3d006f;
  font-size: 0.73em;
  font-weight: 400;
}

.capitals.nav-link.is--dropdown {
  padding: 0px;
}

.capitals.nav-link.is--back-to-top {
  display: block;
  color: #fff;
}

.capitals.nav-link.is--back-to-top.w--current {
  background-image: none;
  color: #343351;
}

.capitals.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  color: #3d006f;
  font-size: 0.73em;
  font-weight: 400;
}

.capitals.nav-link.is--back-to-top {
  display: block;
  color: #fff;
}

.capitals.nav-link.is--back-to-top.w--current {
  background-image: none;
  color: #343351;
}

.capitals.nav-link.is--dropdown {
  padding: 0px;
}

.hero {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100vh;
  margin-bottom: 4.17em;
}

.background-image.is--hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url('../images/hero-background-shapes.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2-col-grid {
  display: -ms-grid;
  display: grid;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-col-grid.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

._2-col-grid.bottom-padding.is--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  height: 80vh;
}

._2-col-grid.is--hero {
  margin-top: 4em;
  align-self: flex-start;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
}

._2-col-grid.is--moonmap {
  margin-top: 8.96em;
}

._2-col-grid._1-3-ratio {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}

._2-col-grid.small {
  position: absolute;
  top: 57%;
  grid-column-gap: 120px;
}

._2-col-grid._120-gutter {
  margin-top: 2em;
  grid-column-gap: 120px;
}

._2-col-grid.offset-up {
  position: relative;
  top: -187px;
}

._2-col-grid.is--donate {
  position: relative;
  top: -10em;
}

._2-col-grid.is-pawprint {
  position: relative;
  top: -3em;
}

._2-col-grid.space-above {
  margin-top: 2em;
  grid-column-gap: 40px;
}

._2-col-grid.is--buy {
  position: relative;
}

._2-col-grid._75-25 {
  width: 100%;
  grid-column-gap: 40px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.hero-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -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;
}

.hero-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  -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;
}

.kishu-tailwag.is-full-height {
  position: absolute;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-down {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-down.w--current {
  background-image: none;
}

.why-kishu-link {
  color: #3d006f;
}

.arrow.is--down {
  width: 1.56em;
  height: 1.56em;
  background-image: url('../images/arrow-down.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow.is--down.small {
  width: 1.2em;
  height: 1.2em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.why-kishu {
  position: relative;
  z-index: 0;
  background-color: #fff;
}

.hero-graphics-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  -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;
}

.spacer {
  display: none;
}

.spacer.yellow {
  height: 30vh;
  background-color: #ffd988;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.82em;
  margin-bottom: 1.82em;
  -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;
  opacity: 1;
}

.flex-vertical.left-aligned {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-vertical._100vh {
  height: 100vh;
}

.flex-vertical._100vh.left-aligned.cenetered-vertically {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.why-kishu-text-item {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 120px;
  padding-left: 120px;
  -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;
  opacity: 1;
}

.why-kishu-text-item._1 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 0px;
  opacity: 1;
}

.why-kishu-text-item._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opacity: 0;
}

.why-kishu-text-item._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  opacity: 0;
}

.why-kishu-images-scrolling-container {
  position: relative;
  height: 320vh;
}

.why-kishu-sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -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;
}

.why-kishu-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-kishu-image._3 {
  opacity: 0;
}

.why-kishu-image._2 {
  opacity: 0;
}

.why-kishu-images-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-overlay {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #ffd988), color-stop(31%, rgba(255, 217, 136, 0.4)), color-stop(51%, rgba(255, 217, 136, 0)), color-stop(75%, #ffd988));
  background-image: linear-gradient(180deg, #ffd988 19%, rgba(255, 217, 136, 0.4) 31%, rgba(255, 217, 136, 0) 51%, #ffd988 75%);
}

.left-col {
  position: relative;
  width: 100%;
}

.right-col {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-col.align-middle {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
}

.why-kish-text-scrolling-container {
  width: 100%;
  height: 320vh;
}

.sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  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;
}

.sticky-container.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.how-to-get {
  height: 74em;
  background-image: url('../images/bg2x.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

._30vh-spacer {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30vh;
  -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;
  opacity: 0;
}

.image-2 {
  position: absolute;
}

.moonmap-scrolling-wrapper {
  display: block;
  overflow: visible;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.moonmap-horiztonal-scrolling-container {
  position: relative;
  height: 300em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300em;
  height: 30em;
  margin-left: 30em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tokenomic-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  -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;
}

.dog-frisbee-wrapper {
  display: none;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.frisbee-wrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.frisbee-wrapper.step-2 {
  -webkit-transform: translate(120px, 0px);
  -ms-transform: translate(120px, 0px);
  transform: translate(120px, 0px);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.frisbee-wrapper.step-2.step-3 {
  -webkit-transform: translate(280px, 0px);
  -ms-transform: translate(280px, 0px);
  transform: translate(280px, 0px);
}

.frisbee-wrapper.step-2.step-3.step-4 {
  -webkit-transform: translate(400px, 0px);
  -ms-transform: translate(400px, 0px);
  transform: translate(400px, 0px);
}

.dog-wrapper {
  position: relative;
  z-index: 0;
  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;
}

.dog-wrapper.step-2 {
  -webkit-transform: translate(-20px, 0px) translate(0px, 0px);
  -ms-transform: translate(-20px, 0px) translate(0px, 0px);
  transform: translate(-20px, 0px) translate(0px, 0px);
}

.dog-wrapper.step-2.step-3 {
  -webkit-transform: translate(-60px, 0px) translate(0px, 0px);
  -ms-transform: translate(-60px, 0px) translate(0px, 0px);
  transform: translate(-60px, 0px) translate(0px, 0px);
}

.dog-wrapper.step-2.step-3.step-4 {
  -webkit-transform: translate(-160px, 0px) translate(0px, 0px);
  -ms-transform: translate(-160px, 0px) translate(0px, 0px);
  transform: translate(-160px, 0px) translate(0px, 0px);
}

.image-3 {
  position: relative;
  width: 8em;
  padding-top: 86px;
  padding-bottom: 86px;
}

.image-4 {
  position: relative;
  width: 8em;
}

.image-5 {
  position: relative;
  width: 17em;
}

.image-6 {
  position: relative;
  width: 17em;
}

.htbs-wrapper {
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

.htb-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.arrows-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-arrow {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.left-arrow.visible {
  opacity: 1;
}

.right-arrow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.heading {
  padding: 21px;
}

.heading-2 {
  padding: 20px;
}

.right-arrow-step-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  opacity: 0;
}

.right-arrow-step-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  opacity: 0;
}

.right-arrow-step-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  opacity: 0;
}

.left-arrow-step-2 {
  position: absolute;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.left-arrow-step-2.visible {
  opacity: 1;
}

.left-arrow-step-3 {
  position: absolute;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.left-arrow-step-3.visible {
  opacity: 1;
}

.left-arrow-step-4 {
  position: absolute;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.left-arrow-step-4.visible {
  opacity: 1;
}

.font-awesome {
  font-family: 'Fontawesome webfont', sans-serif;
}

.accent-large {
  height: auto;
  font-family: Poppins, sans-serif;
  color: #ecf1ff;
  font-size: 13.02em;
  line-height: 375px;
  font-weight: 600;
  text-align: center;
}

.accent-large.left-justify {
  position: relative;
  top: -114px;
  text-align: left;
}

.accent-small {
  font-family: Poppins, sans-serif;
  color: #dfdfff;
  font-size: 4.69em;
  line-height: 135px;
  font-weight: 400;
  text-transform: uppercase;
}

.accent-small.centered {
  width: auto;
  text-align: center;
}

.centered {
  text-align: center;
}

.gray {
  color: #716c80;
}

.gray.regular {
  margin-bottom: 0px;
  color: #acacac;
  font-size: 0.82em;
  font-weight: 300;
  letter-spacing: 1px;
}

.is--hero-text {
  max-width: 589px;
  min-width: 327px;
  margin-bottom: 1.7em;
}

.dog-bowl {
  position: absolute;
  left: -5%;
  top: auto;
  right: auto;
  bottom: 15%;
  width: 11em;
  height: 13em;
  max-width: 257px;
  -o-object-fit: contain;
  object-fit: contain;
}

.kishu-dreambubble {
  position: absolute;
  left: auto;
  top: 8%;
  right: 2%;
  bottom: auto;
  width: 8em;
  height: 10.78em;
  max-width: 205px;
  -o-object-fit: contain;
  object-fit: contain;
}

.purple {
  color: #3d006f;
  font-size: 0.94em;
  line-height: 140%;
}

.scroll-down-container {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 31px;
  -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;
}

.floating-elements-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.fl-element {
  position: absolute;
}

.fl-element.v2 {
  left: 6%;
  top: 36%;
  right: 14%;
  bottom: 14%;
}

.fl-element.v1 {
  left: 2%;
  top: 52%;
  right: auto;
  bottom: 52%;
}

.what-is-kishu-img {
  position: absolute;
  width: 100%;
  max-height: 33.59em;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-8 {
  position: relative;
  left: -183px;
  top: 174px;
}

.shining-stars {
  position: relative;
  width: 32.19em;
}

.image-9 {
  position: relative;
  left: 16px;
  top: 507px;
}

.image-10 {
  position: relative;
  left: -76px;
  top: 337px;
}

.section-heading {
  position: relative;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-heading.is--swap {
  position: absolute;
  left: 0%;
  top: -16%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  height: 14em;
}

.section-heading.is--team {
  top: -2em;
}

.section-heading.is--donate {
  z-index: -1;
}

.section-heading.is--buy {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  height: 14em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-heading.is--pawprint {
  position: absolute;
  left: 0%;
  top: -16%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  height: 14em;
}

.h2-what-is-kishu {
  position: absolute;
  top: 220px;
}

._w-414 {
  overflow: visible;
  width: 21.56em;
  opacity: 1;
}

.stats {
  margin-top: 4em;
  background-color: #fff;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs-menu.left-aligned {
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.htb-text {
  width: 44em;
  max-width: 44em;
  -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;
}

.htb-shape {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.tabs-content {
  overflow: visible;
}

.heading-3 {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.htb-tab {
  background-color: transparent;
  color: #3d006f;
}

.htb-tab.w--current {
  border-bottom: 3px solid #3d006f;
  background-color: transparent;
  background-image: none;
}

.tab-link-tab-2 {
  background-color: transparent;
}

.htb-number {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.33em;
  height: 3.33em;
  margin-right: 30px;
  -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;
}

.htb-number-text {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-transform: rotate(6.13deg);
  -ms-transform: rotate(6.13deg);
  transform: rotate(6.13deg);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1.82em;
  line-height: 1.46em;
  text-align: center;
}

.paragraph {
  width: 100%;
}

.tab-pane-tab-2 {
  margin-right: auto;
  margin-left: auto;
}

._w-490 {
  width: 25.52em;
}

.heading-4 {
  font-size: 5.4em;
}

.display {
  margin-bottom: 0.4em;
  font-size: 6.4em;
}

.tokenomics-scrolling-container {
  position: relative;
  width: 100%;
  height: 220vh;
}

.tokenomics-images-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -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;
}

.tokenomics-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tokenomics-image._3 {
  opacity: 0;
}

.tokenomics-image._2 {
  opacity: 0;
}

.eyeglasses-kishu {
  position: absolute;
  width: 100%;
  max-height: 33em;
  padding: 36px;
  -o-object-fit: contain;
  object-fit: contain;
}

.tokenomics-text-scrolling-container {
  position: relative;
  width: 100%;
  height: 220vh;
}

.tokenomics-text-item {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  opacity: 1;
}

.red {
  color: #fd6d6f;
}

.red.is--tokenomics {
  margin-top: 0px;
  margin-bottom: 0px;
}

.kishu-swap {
  position: relative;
  top: 8em;
  height: 44em;
  margin-top: 4em;
  margin-bottom: 4em;
  background-image: url('../images/bg2x.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.kishu-swap---text-container {
  position: relative;
}

._w-520 {
  width: 27.08em;
  margin-top: 1.82em;
  margin-bottom: 1.82em;
}

._w-520.is--token-code {
  font-weight: 400;
}

.purple-paw {
  position: relative;
  width: 100%;
  height: 100%;
}

.tabs.moonmap {
  height: auto;
  margin-top: 0em;
  background-image: none;
}

.image-12 {
  max-height: 33.59em;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-13 {
  max-height: 33.59em;
  -o-object-fit: contain;
  object-fit: contain;
}

.moonmap {
  position: relative;
  top: 6em;
  height: auto;
  margin-bottom: 4em;
  background-image: url('../images/bg2x.png');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.h2-moonmap {
  position: absolute;
}

.text-span {
  text-decoration: line-through;
}

._w-660 {
  width: 34.38em;
}

.moonmap-phase-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-right: 0em;
  margin-bottom: 3.33em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.phase {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.phase-details {
  position: relative;
  left: -2.4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.phase-activities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -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;
}

.phase-activity-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-bottom: 0.42em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  font-family: 'Fontawesome webfont', sans-serif;
}

.green-checkmark {
  height: 1.82em;
  margin-right: 2.08em;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.green-checkmark.off {
  overflow: visible;
  opacity: 0;
}

.image-14 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.no-bottom-padding {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
}

.moonmap-img-contain {
  position: relative;
  width: 100%;
  height: 100%;
}

._1-col-grid {
  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;
}

.moonmap-text-scrolling-container {
  height: 180vh;
}

.image-15 {
  position: relative;
  left: 716px;
  top: 420px;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.moonmap-tabs-wrapper {
  display: none;
  max-width: 856px;
  margin-top: 4.17em;
  margin-right: auto;
  margin-left: auto;
}

.phase-tab {
  background-color: transparent;
  color: #3d006f;
}

.phase-tab.w--current {
  border-bottom: 3px solid #3d006f;
  background-color: transparent;
}

.kishu-rocket {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  height: 32em;
  padding: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -o-object-fit: contain;
  object-fit: contain;
}

.community {
  position: relative;
  top: 4em;
  bottom: 4em;
  height: auto;
  background-color: #fff;
}

.team-img {
  width: 70em;
  max-height: 33.59em;
  padding: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.team-img-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.h2-team {
  position: relative;
  margin-bottom: 0.4em;
}

.founding-members {
  margin-top: 3.13em;
}

.founding-member-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.2em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.founding-member-image-container {
  position: relative;
  width: 11.98em;
  height: 11.98em;
  border-radius: 0%;
}

.founding-member-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3em;
  -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;
}

.image-16 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.purple-paw-wrapper {
  position: relative;
}

.kishu-swap-screenshot {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 55px;
}

.donate {
  position: relative;
  bottom: -10.6em;
  z-index: 1;
  height: 82em;
  margin-top: -8em;
  background-image: url('../images/bg2x.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-5 {
  margin-bottom: 0.6em;
}

.donate-qr-code {
  position: absolute;
  width: 100%;
  max-height: 33.59em;
  -o-object-fit: contain;
  object-fit: contain;
}

.donate-imgs {
  position: relative;
}

.sleeping-kishu {
  position: absolute;
  left: -2%;
  right: 0%;
  bottom: -16.3em;
  width: 30em;
}

.press-logos-wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 4em;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer {
  z-index: 0;
  height: 32em;
  background-image: url('../images/white-copy2x.png'), url('../images/bg2x_1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: contain, auto;
  background-repeat: repeat-y, repeat;
}

.footer-bg-imgs {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  padding-right: 46px;
  padding-left: 46px;
}

.image-18 {
  -o-object-fit: contain;
  object-fit: contain;
}

.unicorn-kishu {
  position: absolute;
  left: 2em;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 3;
  padding: 32px;
}

.footer-relative-wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.65em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e2d47;
}

.logo-and-social-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 8.65em;
  -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;
}

.logo-white {
  width: 13.59em;
  height: 3.07em;
  background-image: url('../images/logo2x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 23em;
  margin-top: 3.13em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.social-icons.is--hero {
  max-width: none;
  margin-top: 1.63em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-icon-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.13em;
  height: 3.13em;
  margin-right: 0.78em;
  margin-bottom: 1.56em;
  margin-left: 0.78em;
  -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: 50%;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.social-icon-item:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.social-icon-item.is--hero {
  width: 2.7em;
  height: 2.7em;
  margin-right: 0.68em;
  margin-left: 0.68em;
  background-color: rgba(249, 206, 184, 0.5);
}

.social-icon-item.is--hero:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.social-icon-item.is--founder {
  width: 2.2em;
  height: 2.2em;
  margin-right: 0.68em;
  margin-left: 0em;
  background-color: rgba(249, 206, 184, 0.5);
}

.fa-social-icon {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Fa brands 400', sans-serif;
  font-size: 1.8em;
  line-height: 100%;
}

.fa-social-icon.is--hero {
  font-size: 1.3em;
}

.fa-social-icon.is--founder {
  font-size: 1.3em;
}

.white {
  color: #fff;
}

.mobile-scroll-container {
  display: none;
}

.mobile-how-to-buy {
  display: none;
  height: 80em;
  margin-top: 4.17em;
  margin-bottom: 4.17em;
  background-image: url('../images/bg2x.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mobile-moonmap {
  position: relative;
  display: none;
  height: auto;
  background-image: url('../images/bg2x.png');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-menu {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link {
  margin-top: 1em;
  border-bottom: 1px solid #343351;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-family: Nunito, sans-serif;
  color: #343351;
  font-size: 1.04em;
}

.icon {
  color: #343351;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  border-radius: 8px;
}

.dropdown-link {
  font-family: Nunito, sans-serif;
  font-size: 1.04em;
  line-height: 160%;
}

.dropdown-link.w--current {
  background-image: none;
}

.dropdown-link._2 {
  display: block;
}

.dropdown-link._3 {
  display: block;
}

.dropdown {
  display: block;
}

.back-to-top {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1000;
}

.phase-status.in-progress {
  color: #fd6d6f;
}

.google-translator {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
}

.html-embed {
  padding: 20px;
}

.why-kishu-scrolling-container {
  display: block;
  height: 320vh;
}

.stats-scrolling-container {
  height: 220vh;
}

.kishu-rocket-wrapper {
  position: relative;
  width: 42em;
  height: 100%;
}

.rocket-stars {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.rocket-trail {
  position: absolute;
  left: 39em;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
}

.rocket-smoke {
  position: absolute;
  top: auto;
  right: -84%;
  bottom: -36%;
  z-index: 2;
}

.space {
  position: absolute;
  z-index: 0;
}

.image-19 {
  position: absolute;
  left: 65px;
  right: 108px;
  padding: 89px;
}

.image-20 {
  position: absolute;
}

.image-21 {
  position: absolute;
  left: 6%;
  top: -22%;
  right: 0%;
  bottom: 0%;
}

.page-load-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1001;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.image-22 {
  position: absolute;
  top: 33.58em;
  padding: 130px;
}

.sleeping-kishu-loader {
  position: absolute;
}

.lottie-animation {
  width: 100%;
  height: 100em;
}

.lottie-animation-2 {
  width: auto;
  height: auto;
  margin: -142px auto;
}

.google-translator-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

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

.cta-button-2 {
  margin-right: 16px;
  padding: 15px 32px 18px;
  border-radius: 120px;
  background-color: #458dfc;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Poppins, sans-serif;
  font-size: 0.73em;
  line-height: 1.04em;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.cta-button-2:hover {
  background-color: #3a7de4;
  box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.18);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #fff;
}

.cta-button-2.red-button {
  background-color: #fd6d6f;
}

.cta-button-2.red-button:hover {
  background-color: #e34d4f;
  box-shadow: 6px 6px 13px 1px rgba(0, 0, 0, 0.12);
}

.cta-button-2.is--nav-link {
  margin-right: 0px;
  padding-right: 32px;
  padding-left: 32px;
}

.kishu-money-gif {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 55px;
}

.kishu-money-gif.contain {
  left: -20%;
  top: auto;
  right: auto;
  bottom: 6%;
  width: 70%;
  height: 75%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-23 {
  position: absolute;
  left: auto;
  top: -7%;
  right: 0%;
  bottom: 0%;
  width: 86%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pawprint {
  position: relative;
  top: 2em;
  height: 44em;
  margin-top: 6em;
  background-image: url('../images/bg2x.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-2 {
  color: #343351;
}

.news {
  position: relative;
  top: 6em;
  height: 65em;
  margin-bottom: 8em;
  background-image: url('../images/bg2x.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.collection-item {
  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;
}

.small-p-3 {
  margin-top: 16px;
  margin-bottom: 10px;
  color: #9b9b9b;
  font-size: 15px;
  line-height: 25px;
}

.small-p-3.centered {
  margin-top: 0px;
}

.arrow-up {
  display: none;
  width: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.utilities {
  position: static;
  top: 0em;
  height: 63em;
  margin-top: 4em;
}

.tab-1._w-470 {
  max-width: 470px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.arrow-down {
  display: none;
}

.buy-kishu-text-container {
  position: relative;
}

.where-to-get {
  position: relative;
  top: 4em;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44em;
  margin-bottom: 4em;
  padding-bottom: 3em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg2x.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-list-2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.faq-accordion-item {
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  border-radius: 30px;
  background-color: #fff;
}

.image-28 {
  width: 100%;
}

.faqs {
  position: relative;
  top: 2em;
  height: auto;
  margin-top: 6em;
  margin-bottom: -10.6em;
  padding-bottom: 180px;
  background-image: url('../images/bg2x.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.accordion-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.faqs-wrapper {
  display: -ms-grid;
  display: grid;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.faq-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.dropdown-list-2 {
  position: static;
  display: block;
  padding-bottom: 24px;
  padding-left: 4px;
  background-color: #fff;
  font-family: Poppins, sans-serif;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  font-weight: 500;
}

.footer-2 {
  z-index: 0;
  height: 32em;
  background-image: url('../images/white-copy2x.png'), none;
  background-position: 0px 0px, 0px 0px;
  background-size: contain, auto;
  background-repeat: repeat-y, repeat;
}

.text-link {
  margin-right: 8px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Poppins, sans-serif;
  color: #3d006f;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.storycard-details-wrapper {
  display: block;
  width: 100%;
  height: 14.3em;
  padding-top: 8px;
  padding-right: 24px;
  padding-left: 24px;
  -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;
}

.less-height {
  margin-top: 10px;
  font-size: 1em;
  line-height: 1.3em;
}

.read-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-right: 24px;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.story-title {
  font-size: 1.3em;
  line-height: 120%;
  font-weight: 500;
}

.storycard-wrapper {
  display: block;
  overflow: hidden;
  width: auto;
  height: 32em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.06);
}

.storycard-thumbnail-container {
  overflow: hidden;
  height: 14.2em;
  background-image: url('../images/news1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.image-24 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.storycard-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100px;
  padding: 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: 30px;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 59px 0 rgba(61, 0, 111, 0.1);
}

.pawprint-text-conatiner {
  position: relative;
}

.pawprint-image-wrapper {
  position: relative;
}

.image-29 {
  width: 100%;
}

.paragraph-2 {
  width: 49em;
}

.paragraph-3 {
  width: 30em;
}

.div-block {
  padding: 10px 20px;
}

.faq-item {
  padding: 20px 10px;
}

.dropdown-link-2 {
  border-radius: 0px;
  font-family: Poppins, sans-serif;
  font-style: normal;
  text-align: left;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.dropdown-toggle {
  overflow: visible;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.storycard-thumbnail-container-2 {
  overflow: hidden;
  height: 14.2em;
  background-image: url('../images/news2.png');
  background-position: 0px 0px;
  background-size: cover;
}

.storycard-thumbnail-container-3 {
  overflow: hidden;
  height: 14.2em;
  background-image: url('../images/news3.png');
  background-position: 0px 0px;
  background-size: cover;
}

.logo-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100px;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #fff;
  background-image: url('../images/mexc.jpg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 59px 0 rgba(61, 0, 111, 0.1);
}

.logo-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100px;
  padding: 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: 30px;
  background-color: #fff;
  background-image: url('../images/bkex.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 59px 0 rgba(61, 0, 111, 0.1);
}

.logo-container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100px;
  padding: 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: 30px;
  background-color: #fff;
  background-image: url('../images/bitmart.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 59px 0 rgba(61, 0, 111, 0.1);
}

.logo-container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100px;
  padding: 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: 30px;
  background-color: #fff;
  background-image: url('../images/okx.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 59px 0 rgba(61, 0, 111, 0.1);
}

.logo-container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100px;
  padding: 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: 30px;
  background-color: #fff;
  background-image: url('../images/gate.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 59px 0 rgba(61, 0, 111, 0.1);
}

.logo-container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100px;
  padding: 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: 30px;
  background-color: #fff;
  background-image: url('../images/hotbit.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 59px 0 rgba(61, 0, 111, 0.1);
}

.logo-container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100px;
  padding: 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: 30px;
  background-color: #fff;
  background-image: url('../images/poloniex.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 59px 0 rgba(61, 0, 111, 0.1);
}

.logo-container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100px;
  padding: 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: 30px;
  background-color: #fff;
  background-image: url('../images/uniswap.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 59px 0 rgba(61, 0, 111, 0.1);
}

.logo-container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100px;
  padding: 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: 30px;
  background-color: #fff;
  background-image: url('../images/guardarian.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 59px 0 rgba(61, 0, 111, 0.1);
}

.image-30 {
  -o-object-fit: fill;
  object-fit: fill;
}

.join {
  margin-top: 4em;
  background-color: #fff;
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 1vw;
  }

  .capitals.nav-link {
    font-size: 1.2em;
  }

  .capitals.nav-link {
    font-size: 1.2em;
  }

  .hero-buttons {
    margin-top: 10px;
  }

  .dog-bowl {
    width: 14em;
  }

  .kishu-dreambubble {
    width: 10em;
  }

  .display {
    font-size: 7.1em;
  }

  .h2-moonmap.right-align {
    width: 11em;
    text-align: right;
  }

  .h2-team.right-align {
    width: 11em;
    text-align: right;
  }

  .press-logos-wrapper {
    margin-top: 4em;
  }

  .rocket-trail {
    left: 29.1em;
    top: 502px;
  }

  .image-21 {
    top: -13%;
  }

  .image-22 {
    top: 27.98em;
  }

  .collection-list {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .collection-list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .collection-item {
    margin-right: 24px;
    margin-left: 24px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .collection-list-2 {
    width: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 24px;
  }

  .less-height {
    line-height: 1.3em;
  }

  .read-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .story-title {
    font-size: 1.4em;
    line-height: 120%;
  }

  .storycard-wrapper {
    height: 34em;
  }

  .storycard-thumbnail-container {
    width: 100%;
    height: 14.3em;
    background-image: url('../images/news1.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .story-1 {
    background-image: url('../images/news1.png');
    background-position: 0px 0px;
    background-size: cover;
    text-align: center;
  }

  .story-1.storycard-wrapper {
    background-image: none;
  }

  .story-2 {
    background-image: url('../images/news2.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .story-2.storycard-wrapper {
    background-image: none;
  }

  .story-3 {
    background-image: url('../images/news3.png');
    background-position: 0px 0px;
    background-size: auto;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .story-3.storycard-wrapper {
    background-image: none;
  }

  .story-1-copy {
    background-image: url('../images/news1.png');
    background-position: 0px 0px;
    background-size: cover;
    text-align: center;
  }

  .story-1-copy.storycard-wrapper {
    background-image: none;
  }

  .storycard-thumbnail-container-2 {
    width: 100%;
    height: 14.3em;
    background-image: url('../images/news2.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .storycard-thumbnail-container-3 {
    width: 100%;
    height: 14.3em;
    background-image: url('../images/news3.png');
    background-position: 0px 0px;
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  .navbar.custom {
    width: 100%;
  }

  .cta-button {
    margin-right: 8px;
  }

  .accent-1 {
    left: 0px;
    max-width: 87%;
    margin-right: auto;
    margin-left: auto;
    font-size: 27px;
  }

  ._2-col-grid.is-pawprint {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .kishu-tailwag.is-full-height {
    height: 50%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .dog-bowl {
    width: 10.2em;
  }

  .kishu-dreambubble {
    top: 12%;
    width: 6em;
  }

  .display {
    font-size: 3.6em;
  }

  ._w-520 {
    width: 20em;
  }

  .mobile-scroll-container {
    display: block;
  }

  .cta-button-2 {
    margin-right: 8px;
  }

  .kishu-money-gif.contain {
    display: none;
    height: 90%;
  }

  .image-23 {
    width: 100%;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .flex2col {
    width: 100%;
  }

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

  .colorbox {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
  }

  .colorbox.blackcolor {
    margin-left: 10px;
  }

  .flex3col {
    width: 100%;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 18px;
  }

  .container-1800 {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-1800.is--nav {
    padding-right: 24px;
    padding-left: 24px;
  }

  .brand {
    width: 60px;
    height: 60px;
    background-color: transparent;
    background-image: url('../images/logo-kishu-new-white2x-1.png');
    background-position: 0% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .brand.w--current {
    background-image: url('../images/kishu-logo-circle.png');
  }

  .cta-button {
    width: 100%;
    margin-right: 14px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.2em;
  }

  .cta-button.red-button {
    width: 95%;
  }

  .cta-button.is--nav-link {
    display: none;
  }

  .small-p {
    font-size: 13px;
    line-height: 22px;
  }

  .cta-button-2 {
    font-size: 15px;
  }

  .small-p-2 {
    font-size: 13px;
    line-height: 22px;
  }

  .capitals.nav-link {
    color: #fff;
    font-size: 18px;
    text-align: right;
  }

  .capitals.nav-link.is--back-to-top {
    font-size: 14px;
  }

  .capitals.nav-link {
    color: #fff;
    font-size: 18px;
    text-align: right;
  }

  .capitals.nav-link.is--back-to-top {
    font-size: 14px;
  }

  .hero {
    height: 126vh;
  }

  .background-image.is--hero {
    background-position: 0% 0%;
    background-size: cover;
  }

  ._2-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2-col-grid.bottom-padding {
    display: block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  ._2-col-grid.bottom-padding.is--sticky {
    top: 8vh;
    display: -ms-grid;
    display: grid;
    height: 80vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 0.4fr auto;
    grid-template-rows: 0.4fr auto;
  }

  ._2-col-grid.is--hero {
    width: 100%;
    height: 90%;
    margin-top: 0px;
    justify-items: start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-auto-rows: 1fr;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 0.5fr;
    grid-template-rows: 0.5fr;
  }

  ._2-col-grid.offset-up {
    top: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2-col-grid.is--swap {
    max-width: 327px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2-col-grid.is--donate {
    top: 0em;
  }

  ._2-col-grid.is-pawprint {
    max-width: 327px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2-col-grid.space-above {
    width: 100%;
    margin-top: 0em;
    justify-items: start;
  }

  ._2-col-grid.is--buy {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2-col-grid._75-25 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-text {
    width: 100%;
    height: auto;
    max-width: 327px;
    padding-bottom: 0em;
  }

  .kishu-tailwag.is-full-height {
    height: 130%;
  }

  .hero-buttons {
    width: 100%;
    height: 4em;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .why-kishu {
    position: static;
  }

  .hero-graphics-wrapper {
    height: 26vh;
  }

  .spacer {
    display: block;
  }

  .flex-vertical {
    width: 100%;
    margin-top: 0em;
    margin-bottom: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .why-kishu-text-item {
    padding-right: 0px;
    padding-left: 0px;
    opacity: 1;
  }

  .sticky-container.horizontal {
    top: 6vh;
    overflow: hidden;
  }

  .how-to-get {
    height: 55em;
  }

  .moonmap-horiztonal-scrolling-container {
    height: 220em;
  }

  .flex-horizontal {
    margin-left: 6.8em;
  }

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

  .image-3 {
    width: 5.2em;
  }

  .image-4 {
    width: 5.2em;
  }

  .htbs-wrapper {
    margin-top: 0.8em;
  }

  .htb-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .accent-large {
    height: 1em;
    font-size: 82px;
    line-height: 100%;
  }

  .accent-large.left-justify {
    position: static;
  }

  .accent-large.is--pawprint {
    font-size: 64px;
  }

  .accent-large.is--utilities {
    height: auto;
    font-size: 77px;
    line-height: 100%;
  }

  .gray {
    text-align: left;
  }

  .is--hero-text {
    width: 90%;
    max-width: 327px;
    min-width: 270px;
    margin-bottom: 2em;
  }

  .dog-bowl {
    bottom: -17%;
    width: 6em;
  }

  .kishu-dreambubble {
    top: -26%;
    right: 7%;
    display: none;
    width: 6em;
  }

  .scroll-down-container {
    bottom: 8%;
    display: none;
    padding-bottom: 0px;
  }

  .floating-elements-container {
    display: none;
  }

  .section-heading {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-heading.is--swap {
    position: relative;
    bottom: -41px;
    height: 6em;
  }

  .section-heading.is--why-kishu {
    top: 0em;
  }

  .section-heading.is--donate {
    bottom: -2.9em;
    z-index: -1;
  }

  .section-heading.is--stats {
    bottom: 3.6em;
  }

  .section-heading.is--buy {
    position: relative;
    bottom: -41px;
    height: 6em;
  }

  .section-heading.is--pawprint {
    position: relative;
    bottom: -41px;
    overflow: hidden;
    height: 6em;
  }

  .h2-what-is-kishu {
    position: relative;
    top: 0px;
  }

  ._w-414 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 288px;
  }

  .stats {
    margin-top: 4em;
  }

  .tabs-menu {
    width: 100%;
    margin-bottom: 2.2em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tabs-menu.left-aligned {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0.9em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .htb-text {
    width: auto;
  }

  .htb-tab {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tab-link-tab-2 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .htb-number {
    width: 40px;
    height: 40px;
    margin-right: 0px;
    margin-bottom: 0.8em;
  }

  .htb-number-text {
    font-size: 1.2em;
  }

  .display {
    width: 100%;
    max-width: 327px;
    font-size: 2.5em;
    line-height: 110%;
  }

  .tokenomics-text-item {
    height: 94%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 1;
  }

  .red.is--tokenomics {
    text-align: left;
  }

  .kishu-swap {
    top: 0em;
    height: auto;
    margin-top: 6em;
    margin-bottom: 6em;
  }

  .kishu-swap---text-container {
    max-width: 327px;
  }

  ._w-520 {
    width: auto;
  }

  .tabs {
    overflow: hidden;
    margin-top: 1.6em;
  }

  .moonmap {
    top: 0em;
  }

  .h2-moonmap {
    position: relative;
    top: -46px;
  }

  ._w-660 {
    width: auto;
  }

  ._w-660.centered {
    width: auto;
    text-align: left;
  }

  .moonmap-phase-wrapper {
    margin-right: 0em;
  }

  .phase-details {
    max-width: 327px;
  }

  .phase-activity-item {
    height: auto;
    margin-bottom: 0.8em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .green-checkmark {
    margin-right: 0.2em;
  }

  .no-bottom-padding {
    height: auto;
    white-space: normal;
  }

  .kishu-rocket {
    top: -24%;
    width: 50%;
  }

  .team-img {
    padding: 0px;
  }

  .team-img-wrapper {
    margin-top: 35px;
  }

  .h2-team {
    position: absolute;
    top: -89px;
  }

  .founding-member-item {
    margin-bottom: 1em;
  }

  .founding-member-text {
    margin-left: 1em;
  }

  .purple-paw-wrapper {
    margin-top: 4em;
  }

  .kishu-swap-screenshot {
    padding: 0px;
  }

  .donate {
    height: 96em;
    margin-top: 0em;
  }

  .donate-text-wrapper {
    max-width: 304px;
  }

  .donate-qr-code {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: auto;
  }

  .donate-imgs {
    height: 440px;
    margin-top: 35px;
    padding-top: 86px;
  }

  .sleeping-kishu {
    left: 0%;
    top: -14%;
    right: 0%;
    bottom: auto;
  }

  .press-logos-wrapper {
    margin-top: 2em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 0% 180%, 0px 0px;
    background-size: auto, auto;
    background-repeat: no-repeat, no-repeat;
  }

  .footer-bg-imgs {
    position: relative;
  }

  .unicorn-kishu {
    position: relative;
    left: -1em;
    top: -73px;
    padding: 35px;
  }

  .logo-and-social-wrapper {
    padding-top: 3.13em;
  }

  .social-icons {
    margin-bottom: 3.13em;
    padding-right: 24px;
    padding-left: 24px;
  }

  .social-icons.is--hero {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-icon-item.is--hero {
    width: 3.1em;
    height: 3.1em;
    background-color: rgba(249, 206, 184, 0.5);
  }

  .social-icon-item.is--founder {
    width: 3.1em;
    height: 3.1em;
    background-color: rgba(249, 206, 184, 0.5);
  }

  .fa-social-icon.is--hero {
    font-size: 1.6em;
  }

  .fa-social-icon.is--founder {
    font-size: 1.6em;
  }

  .white {
    margin-bottom: 0px;
  }

  .mobile-1-col-sticky-grid {
    display: -ms-grid;
    display: grid;
    height: 700px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .top {
    position: relative;
  }

  .bottom {
    position: relative;
  }

  .mobile-scroll-container {
    position: relative;
    display: none;
    height: 320vh;
  }

  .mobile-scroll-container.is--tokenomics {
    display: block;
    height: 220vh;
  }

  .mobile-sticky-container {
    position: -webkit-sticky;
    position: sticky;
    top: 5vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    -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;
  }

  .bold-text {
    display: inline;
    max-width: 298px;
    font-size: 13px;
  }

  .press-logo {
    padding: 16px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .mobile-how-to-buy {
    display: none;
    height: 56em;
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .mobile-moonmap {
    display: none;
    margin-top: 4em;
  }

  .nav-menu {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding-top: 25%;
    background-color: #343351;
  }

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

  .rocket-stars {
    width: 50%;
  }

  .rocket-trail {
    left: 43%;
    top: 199px;
  }

  .rocket-smoke {
    right: 42%;
    bottom: 0%;
  }

  .space {
    width: 50%;
  }

  .image-19 {
    left: 19px;
    padding: 0px;
  }

  .image-21 {
    left: 0%;
    top: -15%;
  }

  .brand-2 {
    background-image: url('../images/kishu-logo-circle.png');
  }

  .image-22 {
    top: 34.88em;
    padding: 97px;
  }

  .lottie-animation-2 {
    display: none;
  }

  .body {
    overflow: visible;
  }

  .cta-button-2 {
    width: 100%;
    margin-right: 14px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.2em;
  }

  .cta-button-2.red-button {
    width: 95%;
  }

  .cta-button-2.is--nav-link {
    display: none;
  }

  .kishu-money-gif {
    padding: 0px;
  }

  .pawprint {
    top: 0em;
    height: auto;
    margin-top: 0em;
    margin-bottom: 6em;
  }

  .news {
    top: 0em;
    height: auto;
    margin-top: 6em;
    margin-bottom: 6em;
  }

  .collection-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-item {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .small-p-3 {
    font-size: 13px;
    line-height: 22px;
  }

  .small-p-3.centered {
    text-align: left;
  }

  .small-p-3._w-490 {
    width: 100%;
  }

  .utilities {
    top: 0em;
    height: auto;
    margin-top: 6em;
    margin-bottom: 3em;
  }

  .image-wrapper {
    width: 100%;
  }

  .buy-kishu-text-container {
    max-width: 327px;
  }

  .where-to-get {
    top: 0em;
    height: auto;
    margin-bottom: 6em;
  }

  .collection-list-2 {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .faqs {
    top: 0em;
    height: auto;
    margin-top: 6em;
    margin-bottom: 6em;
  }

  .accordion-arrow {
    margin-top: 17px;
    margin-bottom: 17px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .faq-toggle {
    padding: 16px;
    -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;
  }

  .heading-6 {
    width: 100%;
    line-height: 120%;
    white-space: pre-wrap;
  }

  .footer-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 0% 180%, 0px 0px;
    background-size: auto, auto;
    background-repeat: no-repeat, no-repeat;
  }

  .storycard-details-wrapper {
    height: auto;
    padding-right: 16px;
    padding-left: 16px;
  }

  .less-height {
    font-size: 1.04em;
  }

  .story-title {
    font-size: 1.4em;
  }

  .storycard-wrapper {
    height: auto;
  }

  .storycard-thumbnail-container {
    height: 9.8em;
  }

  .logo-container {
    width: 100%;
  }

  .pawprint-text-conatiner {
    max-width: 327px;
    margin-top: 2em;
  }

  .pawprint-image-wrapper {
    margin-top: 4em;
  }

  .collection-item-2 {
    width: 100%;
  }

  .image-29 {
    width: 100%;
  }

  .tabs-2 {
    width: 100%;
  }

  .tab-pane-tab-1 {
    width: 100%;
  }

  .paragraph-2.centered {
    width: 100%;
    text-align: left;
  }

  .paragraph-3 {
    width: auto;
  }

  .dropdown-link-2 {
    padding-top: 25px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .storycard-thumbnail-container-2 {
    height: 9.8em;
  }

  .storycard-thumbnail-container-3 {
    height: 9.8em;
  }

  .logo-container-1 {
    width: 100%;
  }

  .logo-container-2 {
    width: 100%;
  }

  .logo-container-3 {
    width: 100%;
  }

  .logo-container-4 {
    width: 100%;
  }

  .logo-container-5 {
    width: 100%;
  }

  .logo-container-6 {
    width: 100%;
  }

  .logo-container-7 {
    width: 100%;
  }

  .logo-container-8 {
    width: 100%;
  }

  .logo-container-9 {
    width: 100%;
  }

  .join {
    margin-top: 4em;
  }
}

#Kishu-logo.w-node-_6be0c6f3-5804-18a3-23b0-d24feef2e7fe-52018772 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6be0c6f3-5804-18a3-23b0-d24feef2e7ff-52018772 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6be0c6f3-5804-18a3-23b0-d24feef2e80c-52018772 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_151b762e-3975-8bd9-09a6-b15858026423-52018772 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c5f9f19b-7168-f059-943c-ccb78b848fa7-52018772 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4d01e470-0316-6366-bff1-e94ed46148b2-52018772 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bc539372-19b1-6802-b824-1e8e8666fcb6-52018772 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_82d26454-4b9c-a99d-09e5-0cacf9e7004a-52018772 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7c27231e-b663-e33d-3c65-9b4ead67e582-52018772 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_49e2061a-72b7-4e31-7b4d-5724e9708007-52018772 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d911480a-3aee-85d0-f973-28b1421d5cbb-52018772 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4e015e1b-e647-47a8-319d-1f996cb549c6-52018772 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-f6f544f7-78b4-31fc-a921-27f9a6961ecb-52018772 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_2e8c0ae8-afd5-a942-ab83-424785b5946c-52018772 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_0196c513-ed99-a77c-3ee7-760192f23494-52018772 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ed78daab-b1e8-4921-0416-3b89f395064e-52018772 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_505fff65-6dbe-7638-6130-d64480945b24-52018772 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_54f613c2-9c27-c124-82c7-f9643769f9ca-52018772 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_22080d73-a823-896f-57e5-6dc4131e3d19-52018772 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-e97677aa-6ecb-24e3-4484-46c1c31e1ef2-52018772 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-b83854f4-0edc-97bf-60d8-a3002264f56b-52018772 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b83854f4-0edc-97bf-60d8-a3002264f576-52018772 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_88bfb55d-1e28-bbc5-88fe-35f39f0986a2-52018772 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b644311c-3765-421e-8642-ff0721da0d39-52018772 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_391e2546-a76a-347f-e976-6f8a9a5ab3a6-52018772 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4cfe832b-f15b-0fee-a5f2-47da4f1898fd-52018772 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4cfe832b-f15b-0fee-a5f2-47da4f1898fb-52018772 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8d5d293f-b1a7-74ff-1732-75fc22a0ef52-52018772 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0bf0944c-da9d-96e5-0b3a-64471302930e-52018772 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5b3309ca-e69c-4f7e-afe2-342d4be4e06e-52018772 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6f2d8d68-fceb-992f-b7a7-37bcffd1a88f-52018772 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2f860849-106d-97cf-9d22-ef4e2a2335ee-52018772 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bfeb0d3b-e397-fefb-5370-485994f2eca9-52018772 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#Kishu-logo.w-node-f25eff9b-c776-527e-32e0-c507db6edbb2-801a423a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f25eff9b-c776-527e-32e0-c507db6edbb3-801a423a {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f25eff9b-c776-527e-32e0-c507db6edbe4-801a423a {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8ed482ba-2833-a7b3-1971-199e303bb26a-801a423a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8501f784-fb49-fc06-d866-c2b8c252b34b-801a423a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2a8babbb-11e1-a5f3-a8c2-60fd612eba5e-801a423a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f3b33a37-2c42-3336-7aa2-24cf62b1fa00-801a423a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2473dde3-8ed1-d9e0-b348-60a05c1fa7cb-801a423a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-a3b25e54-5b7e-dc6e-e400-3e95dc6ad09d-52018772 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2a8babbb-11e1-a5f3-a8c2-60fd612eba71-801a423a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f3b33a37-2c42-3336-7aa2-24cf62b1fa0b-801a423a {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #Kishu-logo.w-node-_6be0c6f3-5804-18a3-23b0-d24feef2e7fe-52018772 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #Kishu-logo.w-node-f25eff9b-c776-527e-32e0-c507db6edbb2-801a423a {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #Kishu-logo.w-node-_6be0c6f3-5804-18a3-23b0-d24feef2e7fe-52018772 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_151b762e-3975-8bd9-09a6-b15858026423-52018772 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c5f9f19b-7168-f059-943c-ccb78b848fa7-52018772 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a3b25e54-5b7e-dc6e-e400-3e95dc6ad09d-52018772 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a3b25e54-5b7e-dc6e-e400-3e95dc6ad0a4-52018772 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a3b25e54-5b7e-dc6e-e400-3e95dc6ad0ab-52018772 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b644311c-3765-421e-8642-ff0721da0d05-52018772 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-b644311c-3765-421e-8642-ff0721da0d39-52018772 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #Kishu-logo.w-node-f25eff9b-c776-527e-32e0-c507db6edbb2-801a423a {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8ed482ba-2833-a7b3-1971-199e303bb27b-801a423a {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_8501f784-fb49-fc06-d866-c2b8c252b349-801a423a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2473dde3-8ed1-d9e0-b348-60a05c1fa7cb-801a423a {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/POPPINS-LIGHT.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/POPPINS-BLACK.TTF') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/POPPINS-BOLD.TTF') format('truetype'), url('../fonts/POPPINS-EXTRABOLD.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/POPPINS-EXTRALIGHT.TTF') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/POPPINS-EXTRALIGHTITALIC.TTF') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/POPPINS-BLACKITALIC.TTF') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/POPPINS-BOLDITALIC.TTF') format('truetype'), url('../fonts/POPPINS-EXTRABOLDITALIC.TTF') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/POPPINS-LIGHTITALIC.TTF') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/POPPINS-ITALIC.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/POPPINS-MEDIUM.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/POPPINS-SEMIBOLDITALIC.TTF') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/POPPINS-REGULAR.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/POPPINS-MEDIUMITALIC.TTF') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/POPPINS-SEMIBOLD.TTF') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/POPPINS-THIN.TTF') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/POPPINS-THINITALIC.TTF') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}