@font-face {
  font-family: Amiger Cartoon;
  src: url('../fonts/AMIGER-CARTOON.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Amiger Cartoon;
  src: url('../fonts/AMIGER-CARTOON.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --yellow-orange: #fdab26;
  --red-orange: #fd7526;
  --иушпу: #fff8ee;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.section.hero {
  background-image: linear-gradient(280deg, #f19b10, #ee6110);
  height: 100vh;
  overflow: hidden;
}

.body {
  background-color: #fd9f2600;
  background-image: repeating-linear-gradient(280deg, #fda026, #ee6110);
}

.container {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading {
  color: var(--white);
  letter-spacing: 4px;
  font-family: Amiger Cartoon, sans-serif;
  font-size: 250px;
  line-height: 250px;
}

.image {
  width: 500px;
  max-width: none;
  margin-top: 0;
}

.hero-flex {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.div-block {
  border: 3px solid #000;
  border-radius: 30px;
  width: 98%;
  height: 96%;
  margin: auto;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.section-2 {
  background-image: linear-gradient(270deg, #f19b10, #ee6110);
  height: auto;
  padding-top: 0;
  overflow: hidden;
}

.about-flex {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-top: 60px;
  display: flex;
}

.image-2 {
  width: 50%;
  max-width: none;
  margin-top: 20px;
}

.div-block-2 {
  background-color: #fff8ee00;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-left: 75px;
  padding: 30px 0;
  position: relative;
}

.heading-2 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  font-family: Amiger Cartoon, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 85px;
}

.heading-2.white {
  color: #fff;
}

.body-text {
  color: var(--white);
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.body-text.white {
  color: #fff;
  font-style: normal;
}

.body-text.small {
  font-size: 20px;
  line-height: 35px;
}

.body-text.cartoon {
  color: var(--white);
  font-family: Amiger Cartoon, sans-serif;
  font-size: 25px;
}

.image-3 {
  width: 110px;
  display: none;
  position: absolute;
  inset: auto -8% 14% auto;
  transform: rotate(53deg);
}

.image-3-copy {
  width: 110px;
  display: none;
  position: absolute;
  inset: auto 9% -15% auto;
}

.section-3 {
  background-color: #f1994b00;
  background-image: linear-gradient(270deg, #f19b10, #ee6110);
  height: 140vh;
  padding-top: 100px;
  overflow: visible;
}

.div-block-3 {
  background-color: #fff8ee00;
  border-radius: 20px;
  width: auto;
  height: auto;
  padding: 30px 0;
  position: static;
}

.chompenomics-text-flex {
  background-color: #fff0;
  border-radius: 15px;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.chompenomics-column-2 {
  margin-left: 0;
}

.chompenomics-column-2._2 {
  margin-left: 30px;
}

.image-4 {
  margin-top: 0;
  display: block;
  position: absolute;
  top: 35px;
  left: 0%;
  right: 0%;
}

.section-3-relative {
  max-width: 85%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-4 {
  height: auto;
  display: none;
}

.section-4-flex {
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  display: block;
}

.div-block-4 {
  background-image: url('../images/Chompsite-14.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 700px;
  height: 500px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-5 {
  width: auto;
  margin-top: 100px;
  display: block;
}

.section-5 {
  background-image: linear-gradient(270deg, #f19b10, #ee6110);
  height: auto;
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}

.section-5-flex {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
}

.image-6 {
  width: 600px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% -10%;
}

.div-block-5 {
  background-color: #fff3e400;
  border-radius: 20px;
  width: auto;
  height: auto;
  padding: 30px 0;
  position: relative;
}

.button {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  width: 190px;
  margin-top: 10px;
  font-family: Amiger Cartoon, sans-serif;
  font-size: 21px;
  line-height: 31px;
  transition: all .2s;
  display: flex;
  box-shadow: 4px 4px #000;
}

.button:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  transform: translate(4px, 4px);
  box-shadow: 0 0 #f1813a;
}

.button.primary {
  background-color: var(--white);
  width: auto;
  box-shadow: 6px 6px 0 0 var(--black);
  color: #000;
  padding: 11px 17px;
  font-size: 23px;
}

.button.primary:hover {
  color: #000;
  background-color: #fff;
  box-shadow: 3px 3px #000;
}

.button.mint {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.button.link-box {
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 60px;
  padding: 8px 10px;
  text-decoration: none;
}

.button.center {
  justify-content: center;
  align-items: center;
  display: block;
}

.button.center.top-spacing {
  margin-top: 30px;
}

.buttons-wrapper {
  text-align: left;
  flex-flow: row;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.image-7 {
  width: 150px;
  position: absolute;
  inset: auto auto -21% 0%;
}

.section-5-column-1 {
  z-index: 5;
  width: 600px;
  height: 500px;
  display: block;
  position: relative;
  left: 99px;
}

.image-8 {
  width: 200px;
  position: absolute;
  inset: auto 1% 0% auto;
  transform: rotate(18deg);
}

.section-6 {
  background-image: linear-gradient(270deg, #f19b10, #ee6110);
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section-6-flex-box {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.div-block-6 {
  background-color: #fff3e400;
  border-radius: 20px;
  width: auto;
  height: auto;
  padding: 30px 0;
}

.sm-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.sm-wrap.top {
  z-index: 10;
  justify-content: flex-end;
  padding-right: 20px;
  display: none;
  position: relative;
}

.link-block {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  transition: all .2s;
  display: flex;
  box-shadow: 4px 4px #000;
}

.link-block:hover {
  background-color: #fff;
  border-color: #000;
  transform: translate(4px, 4px);
  box-shadow: 0 0 #f1813a;
}

.div-block-7 {
  position: relative;
  top: 59px;
  right: 0;
}

.image-9 {
  width: 700px;
  position: static;
  inset: 0%;
}

.image-10 {
  width: 120px;
  position: absolute;
  inset: auto auto 3% -12%;
  transform: rotate(-15deg);
}

.image-10-copy {
  width: 120px;
  position: absolute;
  inset: -18% 0% auto 15%;
  transform: rotate(-1deg);
}

.image-10-copy-copy {
  width: 120px;
  position: absolute;
  inset: -10% 0% auto 74%;
  transform: rotate(42deg);
}

.hero-text-wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
  position: relative;
  left: 0;
}

.heading-3 {
  color: var(--white);
  letter-spacing: .3px;
  -webkit-text-stroke-width: 2.5px;
  -webkit-text-stroke-color: var(--black);
  text-shadow: 4px 4px #000;
  overflow-wrap: normal;
  border: 1px #000;
  margin-top: 0;
  font-family: Amiger Cartoon, sans-serif;
  font-size: 135px;
  font-weight: 500;
  line-height: 140px;
}

.text-block {
  color: #ffffffc9;
  text-align: center;
  letter-spacing: 1px;
  max-width: 70%;
  margin-top: 40px;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  line-height: 26px;
}

.section-7 {
  background-image: linear-gradient(270deg, #f19b10, #ee6110);
  padding-top: 60px;
  padding-bottom: 20px;
  display: none;
}

.image-11 {
  width: 120px;
  max-width: none;
}

.link-block-copy {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.body-text-copy {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 30px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.container-2 {
  margin-left: 0;
  margin-right: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
}

.container-3 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.navbar-wrapper {
  outline-offset: 0px;
  text-transform: none;
  border: 1px #000;
  border-radius: 0;
  outline: 3px #333;
  justify-content: space-between;
  align-items: center;
  font-family: Amiger Cartoon, sans-serif;
  display: flex;
}

.nav-menu-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fff0;
  border-radius: 4px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 5px 16px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.nav-link:hover {
  color: #fff;
  border-color: #fff;
  margin-left: 7px;
  margin-right: 7px;
  font-weight: 400;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.menu-button {
  display: none;
}

.slide-1-6 {
  width: 20%;
}

.left-arrow-2 {
  display: block;
}

.slide-6, .slide-2-2 {
  width: 20%;
}

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

.slider-2 {
  background-color: #0000;
  margin-top: 0;
}

.slide-nav-2 {
  display: none;
}

.button-2 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff0;
  border-radius: 14px;
  width: auto;
  padding: 15px 20px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 25px;
  text-decoration: none;
  transition: all .3s;
}

.button-2:hover {
  background-color: #ffffffe0;
}

.click-text {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 25px;
}

.footer-dark {
  background-color: #242424;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  display: flex;
}

.footer-block {
  color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  max-width: none;
  margin-top: 40px;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Amiger Cartoon, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
}

.footer-link {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Amiger Cartoon, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.footer-link:hover {
  color: #f49f3f;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #ffffff29;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
}

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

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-11 {
  color: #fff;
  font-family: Amiger Cartoon, sans-serif;
  font-size: 23px;
  line-height: 25px;
}

.button-primary-2 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 7px;
  padding: 16px 20px;
  font-size: 23px;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 7px 9px 0 -1px #000;
}

.button-primary-2:hover {
  box-shadow: none;
  color: #000;
  background-color: #fff;
  transform: translate(.25px, .375px);
}

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

.buttons-column {
  flex-flow: column;
  margin-right: 20px;
  display: flex;
}

.image-12 {
  border: 2px #000;
}

.image-13 {
  max-width: 60%;
}

.image-14 {
  max-width: 70%;
}

.image-14-copy, .image-14-copy-copy {
  max-width: 45%;
}

.image-14-copy-copy-copy {
  max-width: 60%;
}

.sm-wrap-copy {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.sm-wrap-copy.top {
  z-index: 10;
  justify-content: flex-end;
  padding-right: 20px;
  display: none;
  position: relative;
}

.section-7-flex-box {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.right-arrow {
  display: none;
}

.slide {
  height: auto;
}

.history-column-2 {
  border-radius: 8px;
  width: 400px;
  height: 500px;
  position: relative;
}

.image-15, .image-16, .image-17 {
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.left-arrow {
  display: none;
}

.image-18, .image-19 {
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.slider {
  background-color: #0000;
  width: 85%;
  height: 100%;
  position: relative;
}

.image-20 {
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.div-block-9 {
  background-color: #fff3e400;
  border-radius: 20px;
  width: 50%;
  max-width: none;
  padding: 30px 0;
}

.section-7-flex-box-copy {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.video {
  background-color: #fff9f1;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.video-wrapper {
  border-radius: 2px;
  width: 45%;
  max-width: none;
  display: none;
}

.marquee {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee_track {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.marquee_list, .marquee_flex {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.marquee_item {
  border: 1px #000;
  flex: none;
  width: 34em;
  margin-right: 0;
}

.infinite-scroll {
  display: flex;
}

.image-21 {
  width: 250px;
}

.punks-slider_component {
  z-index: 1;
  background-color: #eaecf300;
  position: relative;
  overflow: hidden;
}

.punks-slider_content {
  background-color: #eaecf300;
  display: flex;
}

.punks-slider_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  white-space: nowrap;
  background-color: #eaecf300;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
  grid-auto-columns: 10rem;
  justify-content: flex-end;
  place-items: center start;
  display: grid;
}

.punks-slider_image-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.punks-slider_image {
  object-fit: cover;
  border-radius: 0;
  width: 10rem;
  height: 10rem;
}

.body-text-copy-copy {
  color: #000;
  margin-top: 30px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 40px;
}

.section-7-copy {
  background-image: none;
  padding-top: 60px;
  padding-bottom: 20px;
  display: block;
}

.div-block-10 {
  background-color: #ffffff2b;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 16px 20px;
}

.body-text-copy {
  color: var(--white);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.body-text-copy.white {
  color: #fff;
  font-style: normal;
}

.body-text-copy.small {
  font-size: 20px;
  line-height: 35px;
}

.body-text-copy.cartoon {
  color: var(--white);
  font-family: Amiger Cartoon, sans-serif;
  font-size: 25px;
}

.body-text-copy-copy {
  color: var(--white);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.body-text-copy-copy.white {
  color: #fff;
  font-style: normal;
}

.body-text-copy-copy.small {
  font-size: 20px;
  line-height: 35px;
}

.body-text-copy-copy.cartoon {
  color: var(--white);
  font-family: Amiger Cartoon, sans-serif;
  font-size: 25px;
}

.div-block-5-copy {
  background-color: #fff3e400;
  border-radius: 20px;
  width: auto;
  height: auto;
  padding: 30px 0;
  position: relative;
}

.link {
  color: var(--white);
  text-decoration: underline;
}

.link-block-2 {
  display: flex;
}

.image-22 {
  width: 35px;
  margin-right: 5px;
}

.image-22.no-width {
  width: 35px;
}

.image-22.no-width.height {
  width: auto;
  height: auto;
  max-height: 40px;
  margin-right: 0;
}

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

.text-block-2-copy {
  text-align: center;
  margin-left: 0;
  line-height: 21px;
  text-decoration: none;
}

.text-block-2-copy.width {
  width: auto;
  max-width: 150px;
  display: block;
}

.image-22-copy {
  width: auto;
  height: 22px;
  margin-right: 8px;
}

.feature-list-wrapper-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.scroll-section {
  background-color: #02041e;
  height: 150vh;
  margin-top: 0;
}

.main-wrapper-copy {
  width: 100vw;
  height: 100vh;
  display: block;
}

.feature-heading-4 {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.text-block-101 {
  color: #fff;
  margin-top: 10px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.feature-content-wrapper-2 {
  background-color: #f5f5f700;
  border-radius: 7px;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.feature-text-2 {
  opacity: .2;
  padding-top: 80px;
  padding-bottom: 80px;
  transition: opacity .2s;
}

.feature-content-track-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 100vh;
  display: flex;
  position: sticky;
  top: -15px;
}

.feature-list-track-3 {
  width: auto;
  max-width: 40%;
  margin-right: 7rem;
  padding-top: 30vh;
  padding-bottom: 30vh;
}

.font-smoothing {
  display: none;
}

.activities {
  background-color: #02041e;
  background-image: linear-gradient(270deg, #f19b10, #ee6110);
  height: auto;
  margin-top: 0;
  padding-top: 60px;
  display: block;
}

.bold-text {
  font-family: Amiger Cartoon, sans-serif;
  font-size: 75px;
  line-height: 85px;
}

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

.teaser-container {
  max-width: 85%;
  padding-left: 60px;
  padding-right: 60px;
}

.p-xs-start {
  padding-top: 0;
}

.legacy {
  z-index: 5;
  background-color: #f3ab50;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.teaser-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.teaser-img._3, .teaser-img._4, .teaser-img._1, .teaser-img._2 {
  z-index: 0;
}

.teaser-section {
  background-color: #fff0;
  background-image: linear-gradient(270deg, #f3ab50 58%, #f07f4a);
  border: 1.5px #000;
  border-radius: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.copy-small {
  font-size: .95em;
}

.teaser-copy {
  max-width: 650px;
  padding-bottom: 0;
  padding-right: 20%;
}

.teaser-img-tablet-down {
  display: none;
}

.icon-wrapper {
  background-color: #5a270014;
  border-radius: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
  padding: 10px 15px;
  display: flex;
}

.x {
  z-index: 4;
  background-color: #f3ab50;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.teaser-grid {
  align-items: stretch;
  display: flex;
}

.teaser-column {
  width: 50%;
  position: relative;
}

.p-teaser-img-wrap {
  justify-content: space-between;
  align-items: center;
  height: 95vh;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.teaser-copy-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.teaser-copy-wrap.shop {
  background-color: #f3ab5000;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: static;
}

.image-23 {
  border: 2px solid #000;
  border-radius: 100px;
  width: 60px;
  margin-right: 10px;
}

.domains {
  z-index: 2;
  background-color: #f3ab50;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.title1 {
  font-size: 3.6em;
  font-weight: 400;
  line-height: 1.2em;
}

.video-2 {
  z-index: 3;
  background-color: #f3ab50;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-24 {
  border-radius: 10px;
  width: 75%;
  font-family: Open Sans, sans-serif;
  display: none;
  position: relative;
}

.text-block-102 {
  color: #fff;
  letter-spacing: .5px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.teaser-column-copy {
  width: 50%;
  position: relative;
}

.image-25 {
  border-radius: 11px;
  width: 100%;
}

.bold-text-2 {
  letter-spacing: .6px;
}

.shop {
  z-index: 1;
  background-color: #f3ab50;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-2 {
  color: var(--white);
}

.image-25-copy {
  border-radius: 11px;
  width: 70%;
}

.home-punks_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-punks_heading-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.woofworkers-column-2 {
  max-width: 33%;
}

.section-home-punks {
  z-index: 1;
  background-color: #eaecf300;
  border-radius: 0 0 30px 30px;
  position: relative;
}

.home-punks_heading-medium {
  color: #fff;
  letter-spacing: .3px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: Amiger Cartoon, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
}

.woofworkers-cell {
  background-color: #fff0;
  border: 1px #22222273;
  border-radius: 20px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
  display: none;
}

.woofworkers-cell-copy {
  background-color: #ffffff2b;
  border: 1px #22222273;
  border-radius: 20px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge {
  padding-top: 5rem;
  padding-bottom: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xhuge {
  margin-bottom: 4rem;
}

.heading-2-copy {
  color: #222;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 50px;
}

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

.woofworkers-flex {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.home-punks_image {
  border-radius: 2rem;
  padding-top: 0;
  display: block;
  position: relative;
}

.woofworkers-column-1 {
  width: 40%;
}

.bold-text-copy-copy {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  text-shadow: 3px 3px #000;
  font-family: Amiger Cartoon, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
}

.page-padding-copy {
  border-radius: 0;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.chompenomics-column-2-copy {
  margin-left: 0;
}

.chompenomics-column-2-copy._2 {
  margin-left: 30px;
}

@media screen and (max-width: 991px) {
  .section.hero {
    background-image: linear-gradient(270deg, #f19b10, #ee6110);
    height: auto;
  }

  .container {
    max-width: 90%;
  }

  .hero-flex {
    flex-flow: column;
  }

  .div-block {
    display: none;
  }

  .section-2 {
    overflow: visible;
  }

  .about-flex {
    flex-flow: column-reverse wrap-reverse;
    padding-top: 0;
  }

  .image-2 {
    max-width: 90%;
    margin-top: 0;
  }

  .div-block-2 {
    max-width: none;
    margin-left: 0;
  }

  .section-3 {
    height: auto;
    padding-top: 60px;
  }

  .div-block-3 {
    width: auto;
    max-width: none;
    padding-bottom: 0;
  }

  .image-4 {
    position: relative;
    top: -60px;
    bottom: 0;
  }

  .section-3-relative {
    flex-flow: column wrap-reverse;
    position: static;
  }

  .section-5 {
    height: auto;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .section-5-flex {
    flex-flow: column-reverse wrap-reverse;
    margin-left: auto;
    margin-right: auto;
  }

  .image-6 {
    position: static;
  }

  .div-block-5 {
    width: 90%;
  }

  .button.link-box {
    width: 210px;
  }

  .image-7 {
    left: -7%;
  }

  .section-5-column-1 {
    position: relative;
    left: 52px;
  }

  .image-8 {
    bottom: -3%;
    right: -1%;
  }

  .section-6 {
    background-image: linear-gradient(270deg, #f19b10, #ee6110);
    padding-top: 0;
  }

  .section-6-flex-box {
    flex-flow: column;
  }

  .div-block-6 {
    width: 100%;
    max-width: none;
  }

  .div-block-7 {
    flex-flow: column;
    margin-top: 100px;
    padding-top: 0;
    display: flex;
    top: 0;
    right: 0;
  }

  .image-9 {
    width: auto;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-10 {
    bottom: 50%;
    left: 1%;
  }

  .image-10-copy {
    top: -15%;
    left: 7%;
  }

  .container-3 {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-wrapper {
    background-color: #fff;
    border-radius: 9px;
    flex-flow: row;
    width: 100%;
    padding-bottom: 40px;
    display: flex;
  }

  .nav-menu-two {
    box-shadow: none;
    background-color: #ad868600;
    border: 1px #000;
    border-radius: 50px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
  }

  .nav-link {
    color: var(--black);
    padding-left: 5px;
    padding-right: 5px;
    font-size: 17px;
    font-weight: 700;
    line-height: 50px;
  }

  .nav-link:hover {
    color: #000;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    color: #fff;
    padding: 12px;
    font-size: 25px;
    line-height: 35px;
    display: block;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #fff;
    border-radius: 8px;
  }

  .left-arrow-2 {
    height: 130px;
    inset: 0% auto auto 0%;
  }

  .slide-6 {
    height: auto;
  }

  .right-arrow-2 {
    height: 150px;
    max-height: none;
    inset: 0% 0% auto auto;
    overflow: hidden;
  }

  .button-2 {
    border-color: #000;
  }

  .click-text {
    font-family: Lato, sans-serif;
    font-size: 17px;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-block {
    width: auto;
  }

  .footer-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .div-block-9 {
    width: auto;
  }

  .section-7-flex-box-copy {
    flex-flow: column;
  }

  .video-wrapper {
    width: 100%;
    display: block;
  }

  .marquee_item {
    width: 42vw;
    margin-right: 3vw;
  }

  .div-block-5-copy {
    width: 90%;
  }

  .image-22 {
    margin-right: 8px;
  }

  .text-block-2-copy {
    font-size: 18px;
  }

  .feature-list-wrapper-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .scroll-section {
    display: none;
  }

  .feature-content-wrapper-2 {
    height: 20rem;
  }

  .feature-content-track-2 {
    width: 20rem;
  }

  .feature-list-track-3 {
    margin-right: 4rem;
  }

  .activities {
    display: block;
  }

  .teaser-container {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .teaser-img {
    border-radius: 12px;
    width: 80%;
    position: relative;
    inset: auto;
  }

  .teaser-img._4 {
    border-radius: 12px;
    width: 90%;
  }

  .teaser-section {
    margin-left: auto;
    margin-right: auto;
  }

  .teaser-copy {
    margin-top: 4em;
    margin-bottom: 3em;
  }

  .teaser-img-tablet-down {
    display: block;
  }

  .teaser-grid {
    flex-direction: column;
  }

  .teaser-column {
    width: 100%;
  }

  .p-teaser-img-wrap {
    display: none;
  }

  .teaser-copy-wrap, .teaser-copy-wrap.shop {
    flex-flow: wrap-reverse;
    height: auto;
  }

  .title1 {
    font-size: 3em;
  }

  .teaser-column-copy, .x-wrapper-tablet, .video-3 {
    width: 100%;
  }

  .home-punks_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .woofworkers-column-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .home-punks_heading-medium {
    font-size: 1.75rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xhuge {
    margin-bottom: .5rem;
  }

  .woofworkers-flex {
    flex-direction: column-reverse;
  }

  .woofworkers-column-1 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-image: repeating-linear-gradient(90deg, #ee6110, #fda026);
  }

  .image {
    width: auto;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-flex {
    margin-top: 20px;
  }

  .image-2 {
    width: auto;
    max-width: 90%;
    margin-top: 20px;
  }

  .div-block-2 {
    max-width: none;
  }

  .heading-2 {
    margin-bottom: 0;
  }

  .body-text {
    font-size: 17px;
    line-height: 30px;
  }

  .body-text.cartoon {
    line-height: 35px;
  }

  .section-3 {
    height: auto;
  }

  .div-block-3 {
    max-width: none;
    padding-right: 20px;
  }

  .section-5 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-5-flex {
    justify-content: center;
    align-items: center;
  }

  .image-6 {
    width: auto;
    max-width: 90%;
    position: static;
  }

  .div-block-5 {
    max-width: 90%;
    margin-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .buttons-wrapper {
    flex-flow: column;
  }

  .image-7 {
    width: auto;
    max-width: 20%;
    position: static;
    bottom: 103%;
  }

  .section-5-column-1 {
    align-items: flex-end;
    width: auto;
    max-width: 90%;
    height: auto;
    display: flex;
    position: static;
  }

  .image-8 {
    position: relative;
    bottom: 0%;
    right: -62%;
  }

  .section-6 {
    background-image: linear-gradient(270deg, #f19b10, #ee6110);
    padding-top: 10px;
    display: block;
  }

  .section-6-flex-box {
    flex-flow: wrap;
    max-width: none;
  }

  .div-block-6 {
    width: 100%;
  }

  .sm-wrap.top {
    justify-content: center;
  }

  .div-block-7 {
    max-width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    position: relative;
    top: 0;
    right: 0;
  }

  .image-10 {
    width: 80px;
    bottom: 43%;
    left: -5%;
  }

  .image-10-copy {
    width: 90px;
    top: 4%;
  }

  .image-10-copy-copy {
    width: 80px;
    top: 13%;
  }

  .hero-text-wrapper {
    align-items: center;
    margin-top: 40px;
  }

  .heading-3 {
    margin-bottom: 0;
    font-size: 100px;
    line-height: 110px;
  }

  .text-block {
    max-width: 90%;
    margin-top: 20px;
  }

  .section-7 {
    background-image: linear-gradient(270deg, #f19b10, #ee6110);
    padding-top: 20px;
  }

  .image-11 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    display: block;
    position: relative;
  }

  .slide-1-6, .slide-6, .slide-2-2 {
    width: 50%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand.w--current {
    justify-content: center;
    display: flex;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    flex-flow: column;
    align-items: center;
  }

  .footer-link {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-link:hover {
    color: #f49f3f;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .mask {
    box-sizing: border-box;
  }

  .sm-wrap-copy.top {
    justify-content: center;
  }

  .history-column-2 {
    margin-top: 20px;
  }

  .div-block-9 {
    width: 100%;
    margin-top: 30px;
  }

  .section-7-flex-box-copy {
    flex-flow: wrap;
  }

  .video-wrapper {
    width: 100%;
  }

  .marquee_item {
    width: 58vw;
    margin-right: 4vw;
  }

  .section-7-copy {
    background-image: none;
    padding-top: 20px;
  }

  .body-text-copy {
    font-size: 17px;
    line-height: 30px;
  }

  .body-text-copy.cartoon {
    line-height: 35px;
  }

  .body-text-copy-copy {
    font-size: 17px;
    line-height: 30px;
  }

  .body-text-copy-copy.cartoon {
    line-height: 35px;
  }

  .div-block-5-copy {
    max-width: 90%;
    margin-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .main-wrapper-copy {
    padding-top: 50vh;
    padding-bottom: 50vh;
  }

  .feature-content-wrapper-2 {
    width: 35vh;
    height: 35vh;
  }

  .feature-content-track-2 {
    opacity: 0;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding: 1.25rem;
    display: none;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
  }

  .teaser-container {
    padding-left: 0;
    padding-right: 0;
  }

  .p-xs-start {
    padding-top: 0;
  }

  .teaser-copy {
    padding-right: 0%;
  }

  .x-icons {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .title1 {
    font-size: 2.6em;
  }

  .home-punks_content-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .section-home-punks {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .home-punks_heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .container {
    overflow: visible;
  }

  .section-2 {
    overflow: hidden;
  }

  .about-flex {
    flex-flow: column-reverse;
    display: flex;
  }

  .image-2 {
    width: auto;
    max-width: 100%;
  }

  .div-block-2 {
    margin-top: 20px;
    padding: 0 0 20px;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .body-text {
    margin-top: 20px;
    font-size: 17px;
    line-height: 27px;
  }

  .body-text.small {
    line-height: 32px;
  }

  .image-3 {
    width: auto;
    max-width: 20%;
    bottom: 0%;
  }

  .image-3-copy {
    width: auto;
    max-width: 20%;
    bottom: -6%;
  }

  .section-3 {
    height: auto;
    padding-top: 20px;
    overflow: hidden;
  }

  .div-block-3 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0 20px;
  }

  .chompenomics-text-flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .chompenomics-column-2 {
    margin-top: 10px;
    margin-left: 0;
  }

  .chompenomics-column-2._2 {
    margin-top: 0;
    margin-left: 0;
  }

  .image-4 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    bottom: 67px;
  }

  .section-3-relative {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-5 {
    padding-bottom: 0;
  }

  .section-5-flex {
    flex-flow: column-reverse;
  }

  .image-6 {
    max-width: 100%;
    margin-top: 13px;
    position: static;
  }

  .div-block-5 {
    margin-top: 0;
    padding: 10px 20px 20px;
  }

  .button.link-box {
    width: 100%;
  }

  .image-7 {
    max-width: 30%;
    margin-bottom: -31px;
    position: relative;
    top: -66px;
    bottom: 0%;
    transform: rotate(7deg);
  }

  .section-5-column-1 {
    flex-flow: column;
    position: static;
  }

  .image-8 {
    width: auto;
    max-width: 60%;
    top: 31px;
    bottom: 0%;
    right: -48%;
    transform: rotate(12deg);
  }

  .section-6 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-6-flex-box {
    margin-top: 0;
  }

  .div-block-6 {
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block {
    border-radius: 8px;
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }

  .div-block-7 {
    max-width: none;
    margin-top: 10px;
  }

  .image-10 {
    width: auto;
    max-width: 20%;
    bottom: 54%;
    left: 5%;
  }

  .image-10-copy {
    width: auto;
    max-width: 20%;
    left: 37%;
  }

  .image-10-copy-copy {
    width: auto;
    max-width: 20%;
  }

  .hero-text-wrapper {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3 {
    text-align: center;
    font-size: 70px;
    line-height: 75px;
  }

  .text-block {
    max-width: none;
  }

  .section-7 {
    padding-top: 0;
    overflow: hidden;
  }

  .image-11 {
    max-width: 100%;
  }

  .link-block-copy {
    width: 60px;
    height: auto;
    margin-right: 0;
  }

  .container-3 {
    max-width: none;
  }

  .navbar-brand {
    max-width: 40%;
  }

  .nav-menu-wrapper {
    z-index: 100;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-link {
    line-height: 30px;
  }

  .slide-1-6, .left-arrow-2, .slide-6, .slide-2-2, .right-arrow-2 {
    height: 70%;
  }

  .slider-2 {
    height: 40%;
  }

  .container-4 {
    max-width: none;
  }

  .footer-link {
    font-size: 17px;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .buttons-column {
    width: 100%;
  }

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

  .slide, .history-column-2 {
    width: 100%;
    height: auto;
  }

  .image-15 {
    vertical-align: baseline;
    min-height: 350px;
    max-height: 500px;
    display: inline-block;
  }

  .slider {
    height: 400px;
    min-height: auto;
    max-height: none;
  }

  .div-block-9 {
    margin-top: 0;
  }

  .marquee_item {
    width: 80vw;
    margin-right: 6vw;
  }

  .punks-slider_list {
    justify-content: center;
  }

  .punks-slider_image-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .section-7-copy {
    overflow: hidden;
  }

  .div-block-10 {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .body-text-copy {
    margin-top: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  .body-text-copy.small {
    line-height: 32px;
  }

  .body-text-copy-copy {
    margin-top: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .body-text-copy-copy.small {
    line-height: 32px;
  }

  .div-block-5-copy {
    margin-top: 0;
    padding: 10px 20px 20px 0;
  }

  .feature-content-wrapper-2 {
    width: 25vh;
    height: 25vh;
  }

  .feature-content-track-2 {
    opacity: 1;
    display: flex;
  }

  .activities {
    padding-top: 20px;
  }

  .teaser-copy {
    margin-top: 1em;
  }

  .teaser-copy-wrap.shop {
    display: none;
  }

  .home-punks_content-wrapper {
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-2-copy {
    font-size: 32px;
  }

  .bold-text-copy-copy {
    font-size: 30px;
  }

  .chompenomics-column-2-copy {
    margin-top: 10px;
    margin-left: 0;
  }

  .chompenomics-column-2-copy._2 {
    margin-top: 0;
    margin-left: 0;
  }
}

#w-node-b99f7b72-2f54-068a-297a-72bf6cfdf150-9542c10c, #w-node-b99f7b72-2f54-068a-297a-72bf6cfdf152-9542c10c, #w-node-b99f7b72-2f54-068a-297a-72bf6cfdf154-9542c10c, #w-node-b99f7b72-2f54-068a-297a-72bf6cfdf156-9542c10c, #w-node-b99f7b72-2f54-068a-297a-72bf6cfdf158-9542c10c, #w-node-b99f7b72-2f54-068a-297a-72bf6cfdf15a-9542c10c, #w-node-b99f7b72-2f54-068a-297a-72bf6cfdf15c-9542c10c, #w-node-b99f7b72-2f54-068a-297a-72bf6cfdf15e-9542c10c, #w-node-b99f7b72-2f54-068a-297a-72bf6cfdf160-9542c10c, #w-node-b99f7b72-2f54-068a-297a-72bf6cfdf162-9542c10c, #w-node-b99f7b72-2f54-068a-297a-72bf6cfdf164-9542c10c, #w-node-b99f7b72-2f54-068a-297a-72bf6cfdf166-9542c10c, #w-node-b99f7b72-2f54-068a-297a-72bf6cfdf169-9542c10c, #w-node-b99f7b72-2f54-068a-297a-72bf6cfdf16b-9542c10c, #w-node-b99f7b72-2f54-068a-297a-72bf6cfdf16d-9542c10c, #w-node-b99f7b72-2f54-068a-297a-72bf6cfdf16f-9542c10c, #w-node-b99f7b72-2f54-068a-297a-72bf6cfdf171-9542c10c, #w-node-b99f7b72-2f54-068a-297a-72bf6cfdf173-9542c10c, #w-node-b99f7b72-2f54-068a-297a-72bf6cfdf175-9542c10c, #w-node-b99f7b72-2f54-068a-297a-72bf6cfdf177-9542c10c, #w-node-b99f7b72-2f54-068a-297a-72bf6cfdf179-9542c10c, #w-node-b99f7b72-2f54-068a-297a-72bf6cfdf17b-9542c10c, #w-node-b99f7b72-2f54-068a-297a-72bf6cfdf17d-9542c10c, #w-node-b99f7b72-2f54-068a-297a-72bf6cfdf17f-9542c10c {
  justify-self: center;
}

#w-node-_2af76716-81c7-a3e8-7982-ab380918a8e3-9542c10c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Amiger Cartoon';
  src: url('../fonts/AMIGER-CARTOON.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amiger Cartoon';
  src: url('../fonts/AMIGER-CARTOON.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}