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

.section.blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004b8d), to(#213368));
  background-image: linear-gradient(180deg, #004b8d, #213368);
}

.section.bkgrd-img {
  background-image: url('../images/product-overview-bkgrd.png');
  background-position: 50% 100%;
  background-size: auto;
}

.toys {
  max-width: 1170px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004b8d), color-stop(100%, #213368), to(#fff));
  background-image: linear-gradient(180deg, #004b8d, #213368 100%, #fff);
}

.grid {
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url('../images/yellow-desktop.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: content-box;
}

.grid.blue {
  background-image: url('../images/yellow-desktop-short.png');
  background-position: 100% 50%;
  background-size: auto;
}

.body {
  background-color: #c2ebfc;
}

.image-block.mobile {
  display: none;
}

.heading {
  color: #fff;
}

.text-block {
  margin-bottom: 20px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.text-block.dark {
  color: #213368;
}

.text-block.mobile {
  line-height: 1.6rem;
}

.text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 70px;
  -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;
}

.button {
  margin-top: 22px;
  margin-bottom: 22px;
}

.toy-image {
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 40px;
}

.container {
  max-width: 1170px;
  margin-top: 0px;
}

.gold-bar {
  display: block;
  margin-top: 0px;
}

.div-block-3 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 155px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.6fr;
  grid-template-columns: 0.6fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-desk {
  display: block;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Black stuff', sans-serif;
  color: #fff;
  font-size: 2.4rem;
  line-height: 2.1rem;
}

.heading-2.dark {
  color: #213368;
}

.body-large {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.body-large.mobile {
  line-height: 1.7rem;
}

.button-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 15px 30px;
  border-radius: 0px;
  background-color: #e30613;
  background-image: -webkit-gradient(linear, left top, right top, from(#e30613), to(#931004));
  background-image: linear-gradient(90deg, #e30613, #931004);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-family: 'Black stuff', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.button-large:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e30613), to(#931004));
  background-image: linear-gradient(180deg, #e30613, #931004);
  box-shadow: -4px 4px 3px 0 rgba(0, 0, 0, 0.4);
}

.button-large.mobile.w--current:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e30613), to(#931004));
  background-image: linear-gradient(180deg, #e30613, #931004);
}

.heading-3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: 'Black stuff', sans-serif;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2rem;
}

.heading-3.dark {
  color: #213368;
  line-height: 2rem;
}

.heading-3.mobile {
  margin-top: 30px;
}

.button-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-radius: 0px;
  background-color: #e30613;
  font-family: 'Black stuff', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.grid-2 {
  margin-bottom: 60px;
  -ms-grid-columns: 0.7fr 1fr;
  grid-template-columns: 0.7fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.divider-bar {
  display: block;
  max-width: none;
}

.image-5 {
  position: static;
  margin-top: 30px;
}

.push-bar-wide {
  position: relative;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-6 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  display: inline-block;
  max-height: 90%;
  max-width: 90%;
  -webkit-transform: translate(-50%, 32%);
  -ms-transform: translate(-50%, 32%);
  transform: translate(-50%, 32%);
}

.logos {
  height: 60%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.logos.logos-larger {
  height: 80%;
}

.container-2 {
  display: block;
  max-width: 1170px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-2.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: none;
  -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;
}

.where-to-buy-logo-text-wrapper {
  text-align: center;
}

.where-to-buy {
  position: relative;
  max-height: none;
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #fff;
  background-image: url('../images/wtb-bones-3.png');
  background-position: 50% 50%;
  background-size: cover;
}

.retailer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5rem;
  margin-top: 0px;
  padding: 0.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.19);
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.retailer-div:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.wtb-header {
  margin-top: 0px;
}

.wtb-header.h2 {
  margin-bottom: 30px;
  color: #001655;
  line-height: 2rem;
}

.grid-3 {
  margin-left: 0px;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer {
  display: block;
  padding: 3rem 1rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#0089cf), to(#004b8d));
  background-image: linear-gradient(90deg, #0089cf, #004b8d);
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-9 {
  margin-top: -10px;
  padding-top: 0px;
  padding-left: 172px;
}

.footer-links {
  display: inline-block;
  max-width: 100%;
  color: #fff;
}

.footer-icon {
  width: 2rem;
  height: 2rem;
  margin-right: 0px;
  margin-left: auto;
  padding-left: 50px;
  clear: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: left;
}

.footer-icon:hover {
  background-image: none;
}

.footer-icon.icon-fb {
  background-image: url('../images/icon-fb-desk_1icon-fb-desk.png');
  background-position: 50% 50%;
  background-size: contain;
}

.footer-icon.icon-yt {
  background-image: url('../images/icon-yt-desk_1icon-yt-desk.png');
  background-position: 50% 50%;
  background-size: contain;
}

.footer-icon.icon-ig {
  background-image: url('../images/icon-ig-desk_1icon-ig-desk.png');
  background-position: 50% 50%;
  background-size: contain;
}

.sm-logo {
  width: 5rem;
  margin-right: 3rem;
}

.footer-copyright {
  margin-top: 0rem;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 0.7rem;
}

.footer-link {
  display: inline-block;
  margin-right: 2rem;
  margin-bottom: 0.5rem;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-family: 'Black stuff', sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 120%;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: none;
}

.footer-link:hover {
  border-bottom-color: #ffed00;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  -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;
}

.push-bar-short {
  position: relative;
  display: none;
  margin-top: -20px;
}

.arrow {
  position: absolute;
  left: 50%;
  top: 24%;
  right: auto;
  bottom: auto;
  margin-left: -22px;
}

.arrow:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.bar {
  position: relative;
  display: block;
  overflow: visible;
  max-width: 100%;
  min-height: 55px;
  background-color: #0088cd;
}

.image-8 {
  margin-top: -33px;
}

.image-9 {
  position: absolute;
}

.bar-image {
  display: inline-block;
  overflow: visible;
  width: 100%;
  margin-top: -32px;
  -o-object-fit: none;
  object-fit: none;
}

.image-11 {
  display: none;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  background-color: transparent;
}

.nav-link {
  margin-right: 20px;
  margin-left: 10px;
  padding: 0px;
  border-bottom: 3.5px solid transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-family: 'Black stuff', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: none;
}

.nav-link:hover {
  border-bottom: 3.5px solid #e30613;
}

.nav-link.w--current {
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #fff;
}

.nav-link.w--current:hover {
  border-bottom-color: #e30613;
}

.nav-div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.nav-div.nav-div-mbl {
  display: none;
}

.blue-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -2;
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(#0089cf), to(#004b8d));
  background-image: linear-gradient(90deg, #0089cf, #004b8d);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.brand {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 1rem;
  -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;
}

.brand.w--current {
  margin-left: 20px;
}

.nav-container {
  display: block;
  max-width: 1170px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.push-link-block {
  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;
}

.push-link-block.w--current {
  display: block;
}

.push-link-block.push-link-overview-mbl {
  display: none;
}

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

.link-block-2.w--current {
  display: block;
}

.main-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 50px;
  margin-top: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#e30613), color-stop(75%, #931004));
  background-image: linear-gradient(90deg, #e30613, #931004 75%);
  -webkit-transition: opacity 200ms ease, box-shadow 200ms ease;
  transition: opacity 200ms ease, box-shadow 200ms ease;
  font-family: 'Black stuff', sans-serif;
  color: #eaeaea;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.main-button:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#931004), color-stop(81%, #e30613));
  background-image: linear-gradient(90deg, #931004, #e30613 81%);
  box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.36);
}

.main-button.hero-button {
  width: 300px;
}

.button-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Black stuff', sans-serif;
  color: #eaeaea;
  font-size: 1.5em;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.btn-special-shape {
  position: absolute;
  right: -10.5px;
  display: block;
  width: 30px;
  height: 50px;
  background-color: #931004;
  -webkit-transform: skew(-21deg, 0deg);
  -ms-transform: skew(-21deg, 0deg);
  transform: skew(-21deg, 0deg);
  text-align: left;
  background-clip: border-box;
}

.btn-special-shape:hover {
  opacity: 1;
  color: transparent;
}

.button-short {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  margin-top: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#e30613), color-stop(75%, #931004));
  background-image: linear-gradient(90deg, #e30613, #931004 75%);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-family: 'Black stuff', sans-serif;
  color: #eaeaea;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.button-short:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#931004), color-stop(81%, #e30613));
  background-image: linear-gradient(90deg, #931004, #e30613 81%);
  box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.36);
}

.button-short.hero-button {
  width: 300px;
}

.hero-mbl {
  display: none;
}

.push-link-block---overview-mbl {
  display: none;
}

.push-link-block---overview-mbl.w--current {
  display: none;
}

@media screen and (min-width: 1920px) {
  .retailer-div {
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .footer-container {
    max-width: 1170px;
  }
}

@media screen and (max-width: 991px) {
  .section.bkgrd-img {
    background-repeat: no-repeat;
  }

  .toys {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .grid {
    display: block;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
    -ms-grid-rows: 590px auto;
    grid-template-rows: 590px auto;
    background-image: none;
  }

  .grid.blue {
    background-image: none;
  }

  .body {
    background-position: 50% -300%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .image-block {
    display: none;
  }

  .image-block.mobile {
    position: relative;
    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;
    background-image: none;
    background-clip: border-box;
  }

  .text-block {
    line-height: 1.6rem;
    text-align: center;
  }

  .text-box {
    margin: 0px 80px 60px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image {
    position: absolute;
    left: 50%;
    top: 50%;
    right: 0%;
    bottom: 50%;
    z-index: auto;
    display: block;
    margin-top: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .toy-image {
    display: block;
    margin-bottom: 0px;
    padding-top: 72px;
    padding-bottom: 0px;
    padding-left: 60px;
  }

  .image-2 {
    position: static;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .gold-bar {
    height: 12px;
  }

  .div-block-3 {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 0.7fr;
    grid-template-columns: 0.7fr;
  }

  .hero-desk {
    display: none;
  }

  .heading-2 {
    text-align: center;
  }

  .body-large.mobile {
    text-align: center;
  }

  .heading-3 {
    margin-top: 0px;
    text-align: center;
  }

  .heading-3.mobile {
    margin-top: 0px;
  }

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

  .container-2 {
    height: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .where-to-buy-logo-text-wrapper {
    display: block;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .where-to-buy {
    background-image: none;
  }

  .grid-3 {
    margin-right: 30px;
    margin-left: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .footer {
    display: block;
    padding-top: 2rem;
    padding-bottom: 2rem;
    -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;
  }

  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-9 {
    padding-left: 0px;
  }

  .footer-links {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-icon {
    margin-left: 0rem;
    text-align: left;
  }

  .sm-logo {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }

  .footer-copyright {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.8rem;
  }

  .footer-link {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }

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

  .bar {
    display: block;
  }

  .image-8 {
    margin-top: -29px;
  }

  .bar-image {
    width: auto;
    margin-top: -30px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-10 {
    display: none;
    -o-object-fit: none;
    object-fit: none;
  }

  .nav-icon {
    display: none;
    background-image: url('../images/hmbrgr_1hmbrgr.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
    font-size: 2rem;
    font-style: normal;
  }

  .nav {
    display: none;
  }

  .nav-link {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 2rem 0rem 1rem;
    float: none;
    clear: none;
    -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;
    border: 1px none #000;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .nav-link:hover {
    border: 1px none #000;
  }

  .nav-div {
    display: block;
    height: 7px;
  }

  .nav-div.nav-div-mbl {
    display: none;
  }

  .menu-button {
    display: none;
    height: auto;
    margin-top: 20px;
    margin-right: 30px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-container {
    height: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0px;
    -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-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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border: 1px none #000;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    background-color: #f2f3f3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bbb7bb), to(#f2f3f3));
    background-image: linear-gradient(180deg, #bbb7bb, #f2f3f3);
  }

  .push-link-block.push-link-overview-mbl {
    display: block;
  }

  .push-link-block.push-link-overview-mbl.w--current {
    display: block;
  }

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

  .link-block-2.w--current {
    display: none;
  }

  .link-block-2.w--current:hover {
    display: none;
  }

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

  .main-button.hero-button {
    display: none;
  }

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

  .button-short.hero-button {
    display: none;
  }

  .hero-mbl {
    display: block;
  }

  .push-link-block---overview-mbl.w--current {
    display: block;
  }

  .image-12 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .image-block.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-box {
    margin-top: 9px;
    padding-top: 0px;
  }

  .image {
    left: 50%;
  }

  .toy-image {
    display: inline-block;
    padding-top: 64px;
    padding-right: 34px;
    padding-left: 34px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .image-2 {
    position: static;
    -webkit-transform: translate(0px, -71px);
    -ms-transform: translate(0px, -71px);
    transform: translate(0px, -71px);
  }

  .div-block-3 {
    margin-right: 30px;
    margin-left: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-3.dark {
    margin-top: 30px;
  }

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

  .where-to-buy-logo-text-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .where-to-buy {
    display: block;
  }

  .retailer-div {
    margin-top: 0rem;
    margin-bottom: 1rem;
  }

  .wtb-header {
    display: block;
    margin-bottom: 1.5rem;
  }

  .grid-3 {
    margin-right: 30px;
    margin-left: 30px;
  }

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

  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-links {
    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;
    text-align: center;
  }

  .sm-logo {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }

  .footer-copyright {
    margin-bottom: 1.5rem;
    font-size: 0.8rem;
  }

  .footer-link {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }

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

  .arrow {
    left: 50%;
  }

  .bar-image {
    overflow: scroll;
    width: auto;
    max-width: 100%;
    margin-top: -29px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-10 {
    margin-right: 20px;
    margin-left: 20px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .nav {
    display: none;
  }

  .nav-div.nav-div-mbl {
    display: none;
  }

  .brand {
    height: auto;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-container {
    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;
  }

  .push-link-block {
    display: inline-block;
  }

  .push-link-block.mobile.w--current {
    display: inline-block;
  }

  .link-block {
    display: block;
  }

  .link-block-2 {
    display: none;
    width: 100%;
  }

  .link-block-2.w--current {
    display: none;
  }

  .main-button {
    width: 280px;
    height: 45px;
  }

  .main-button.hero-button {
    width: 270px;
  }

  .button-text {
    font-size: 1.5em;
  }

  .btn-special-shape {
    height: 45px;
  }

  .button-short {
    width: 200px;
    height: 45px;
  }

  .button-short.hero-button {
    width: 270px;
  }

  .push-link-block---overview-mbl {
    display: inline-block;
  }

  .push-link-block---overview-mbl.mobile.w--current {
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    background-image: none;
  }

  .image-block.mobile {
    position: static;
    display: block;
  }

  .text-block.mobile {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .text-box {
    margin: 0px 30px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image {
    position: absolute;
    left: 50%;
    top: 0%;
    right: auto;
    bottom: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .toy-image {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 32px;
    padding-right: 10px;
    padding-left: 10px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .image-2 {
    -webkit-transform: translate(0px, -145px);
    -ms-transform: translate(0px, -145px);
    transform: translate(0px, -145px);
  }

  .gold-bar {
    height: 8px;
  }

  .body-large.mobile {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .button-large.mobile {
    font-size: 1.2rem;
  }

  .heading-3.dark {
    margin-top: 0px;
  }

  .heading-3.mobile {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .container-2 {
    max-width: 300px;
  }

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

  .div-block-4 {
    -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;
  }

  .footer-icon {
    margin-top: 0.5rem;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .sm-logo {
    margin-bottom: 1rem;
  }

  .footer-link {
    display: block;
  }

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

  .bar {
    overflow: visible;
    max-width: 200%;
  }

  .bar-image {
    position: static;
    overflow: hidden;
    width: 100%;
    margin-top: -30px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .image-10 {
    display: none;
  }

  .nav-div {
    display: none;
  }

  .nav-div.nav-div-mbl {
    display: none;
  }

  .menu-button {
    max-width: none;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .brand {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-container {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    -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;
  }

  .push-link-block {
    display: inline-block;
  }

  .push-link-block.w--current {
    display: inline-block;
  }

  .push-link-block.mobile {
    display: inline-block;
  }

  .push-link-block.mobile.w--current {
    display: block;
  }

  .link-block-2.w--current {
    display: none;
  }

  .main-button {
    width: 240px;
  }

  .main-button.hero-button {
    width: 255px;
  }

  .button-text {
    font-size: 1.3em;
  }

  .button-short.hero-button {
    width: 255px;
  }

  .push-link-block---overview-mbl {
    display: inline-block;
  }

  .push-link-block---overview-mbl.w--current {
    display: inline-block;
  }

  .push-link-block---overview-mbl.mobile {
    display: inline-block;
  }

  .push-link-block---overview-mbl.mobile.w--current {
    display: block;
  }
}

#w-node-c19c941b-6ce0-c445-8cb1-a7b3f374f71b-06450531 {
  -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-c19c941b-6ce0-c445-8cb1-a7b3f374f71f-06450531 {
  -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-c19c941b-6ce0-c445-8cb1-a7b3f374f721-06450531 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c19c941b-6ce0-c445-8cb1-a7b3f374f723-06450531 {
  -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-c19c941b-6ce0-c445-8cb1-a7b3f374f725-06450531 {
  -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-c19c941b-6ce0-c445-8cb1-a7b3f374f727-06450531 {
  -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-c19c941b-6ce0-c445-8cb1-a7b3f374f729-06450531 {
  -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-c19c941b-6ce0-c445-8cb1-a7b3f374f72b-06450531 {
  -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-c19c941b-6ce0-c445-8cb1-a7b3f374f72d-06450531 {
  -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-c19c941b-6ce0-c445-8cb1-a7b3f374f72f-06450531 {
  -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-c19c941b-6ce0-c445-8cb1-a7b3f374f731-06450531 {
  -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;
}

@media screen and (min-width: 1920px) {
  #w-node-c19c941b-6ce0-c445-8cb1-a7b3f374f71b-06450531 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -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;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c19c941b-6ce0-c445-8cb1-a7b3f374f71b-06450531 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -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-c19c941b-6ce0-c445-8cb1-a7b3f374f71d-06450531 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -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-c19c941b-6ce0-c445-8cb1-a7b3f374f721-06450531 {
    -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-c19c941b-6ce0-c445-8cb1-a7b3f374f723-06450531 {
    -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-c19c941b-6ce0-c445-8cb1-a7b3f374f725-06450531 {
    -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-c19c941b-6ce0-c445-8cb1-a7b3f374f727-06450531 {
    -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-c19c941b-6ce0-c445-8cb1-a7b3f374f729-06450531 {
    -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-c19c941b-6ce0-c445-8cb1-a7b3f374f72b-06450531 {
    -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-c19c941b-6ce0-c445-8cb1-a7b3f374f72d-06450531 {
    -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-c19c941b-6ce0-c445-8cb1-a7b3f374f72f-06450531 {
    -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-c19c941b-6ce0-c445-8cb1-a7b3f374f731-06450531 {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ea95ee90-8dd0-308c-49bf-f25ebcf3c7ff-06450531 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Black stuff';
  src: url('../fonts/black-stuff-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}