body {
  font-family: Poppins, sans-serif;
  color: #001522;
  font-size: 14px;
  line-height: 18px;
}

h1 {
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Quicksand', sans-serif;
  font-size: 60px;
  line-height: 84px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Quicksand', sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

p {
  margin-bottom: 20px;
}

.container-1200 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container-1200.header-container {
  position: relative;
  height: 100%;
}

.container-1200.brand-banner-txt-b {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -2.5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.container-1200.home-banner-txt-b {
  position: absolute;
  left: 50%;
  top: 0px;
  margin-top: 7%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2000;
  height: 160px;
  background-color: #fff;
}

.all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  margin-top: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-content {
  position: relative;
  padding-bottom: 60px;
}

.section-content.bg-grey {
  background-color: rgba(0, 21, 34, .2);
}

.section-content.home-banner {
  padding-bottom: 0px;
}

.section-content.bg-subscribe {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 110px;
  background-image: url('../images/bg-subscribe.svg'), -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#14276f));
  background-image: url('../images/bg-subscribe.svg'), linear-gradient(180deg, #00aeef, #14276f);
  background-position: 50% 100%, 0px 0px;
  background-size: 4000px, auto;
  background-repeat: no-repeat, repeat;
}

.section-content.margin-top {
  padding-top: 60px;
}

.section-content.about {
  padding-top: 60px;
  padding-bottom: 110px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#14276f));
  background-image: linear-gradient(180deg, #00aeef, #14276f);
}

.section-content.inner-banner {
  overflow: hidden;
  padding-bottom: 31px;
}

.section-content.inner {
  margin-bottom: 50px;
}

.inner-color-bar {
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#14276f));
  background-image: linear-gradient(180deg, #00aeef, #14276f);
}

.container-990 {
  display: block;
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.txt-bold {
  font-weight: 700;
}

.breadcrumb {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}

.breadcrumb-link {
  display: inline-block;
  border-bottom: 1px solid #00aeef;
  -webkit-transition: border-color 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, color 500ms ease;
  color: #00aeef;
  text-decoration: none;
}

.breadcrumb-link:hover {
  border-bottom-color: #001522;
  color: #001522;
}

.footer {
  position: relative;
  z-index: 1;
  margin-top: -50px;
}

.txt-color-white {
  color: #fff;
}

.footer-sitemap {
  padding-top: 60px;
  padding-bottom: 50px;
}

.footer-sitemap-col {
  width: 25%;
  float: left;
  color: #fff;
  line-height: 30px;
}

.footer-sitemap-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-sitemap-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  text-decoration: none;
}

.footer-sitemap-link:hover {
  color: #00aeef;
}

.footer-social-link {
  margin-right: 10px;
  margin-bottom: 10px;
}

.footer-social-b {
  margin-top: 5px;
}

.btn-top {
  position: absolute;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  border-radius: 100px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.btn-top-img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.headeing-b {
  margin-top: 60px;
  margin-bottom: 30px;
}

.headeing-b.home {
  margin-top: 80px;
}

.sub-txt {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.news-link {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #00aeef;
  border-radius: 10px;
  color: #001522;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
}

.news-img-b {
  position: relative;
  width: 35%;
  float: left;
}

.news-content-b {
  width: 65%;
  float: right;
}

.news-img {
  width: 100%;
}

.news-title-b {
  position: relative;
  height: 100px;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #00aeef;
}

.news-title {
  position: relative;
  top: 50%;
  padding-top: 5px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: 'Quicksand book', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}

.news-txt {
  margin-top: 20px;
  padding-right: 5%;
  padding-left: 5%;
}

.links {
  display: inline-block;
  border-bottom: 1px solid #fff;
  -webkit-transition: border-color 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, color 500ms ease;
  color: #001522;
  text-decoration: none;
}

.links:hover {
  border-bottom: 1px solid #00aeef;
  color: #00aeef;
}

.cert-link-b {
  margin-top: 20px;
}

.txt-color-blue {
  color: #14276f;
}

.txt-color-blue.faq-txt {
  width: 98%;
}

.faq-bullet {
  width: 2%;
  color: #14276f;
}

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

.pop-news {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: none;
  overflow: auto;
  height: 100%;
  background-color: rgba(0, 21, 34, .8);
}

.pop-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.pop-content-b {
  position: relative;
  margin: 60px 20px;
  background-color: #fff;
}

.pop-img {
  width: 70%;
  float: left;
}

.pop-news-txt-b {
  width: 30%;
  padding: 30px 2.5%;
  float: left;
  background-color: #fff;
  overflow: hidden;
}

.pop-news-title {
  margin-bottom: 20px;
  color: #00aeef;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-right: -25px;
  border-radius: 100px;
  background-color: #00aeef;
}

.btn-close.language {
  margin-top: 0px;
  margin-right: 0px;
}

.btn-close-img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-b {
  width: 25%;
  padding-right: 2%;
  padding-left: 2%;
  float: left;
}

.product-link {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #00aeef;
  border-radius: 10px;
  color: #001522;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.product-btn {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #001522;
  background: white;
  border-radius: 100px;
  text-transform: none;
}

.product-txt-b {
  padding: 20px 5%;
}

.product-btn-hover {
  display: none;
  padding: 5px 15px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#14276f));
  background-image: linear-gradient(180deg, #00aeef, #14276f);
  color: #fff;
  text-transform: none;
}

.product-img-b {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 50%;
  padding-bottom: 50%;
}

.product-img-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 70%;
  background-color: #00aeef;
}

.product-img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-list {
  margin-right: -2%;
  margin-left: -2%;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.product-txt {
  height: 55px;
  margin-bottom: 10px;
}

.btn-see-more {
  position: relative;
  left: 50%;
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
  border: 1px solid #001522;
  border-radius: 100px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #001522;
  font-size: 18px;
  text-decoration: none;
}

.btn-see-more:hover {
  border-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#14276f));
  background-image: linear-gradient(180deg, #00aeef, #14276f);
  color: #fff;
}

.btn-see-more.home-banner-btn {
  left: 0%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.header-logo {
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.menu-link {
  margin-right: 3px;
  margin-left: 3px;
  padding-top: 8px;
  padding-bottom: 5px;
  border: 1px solid #fff;
  border-radius: 100px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}

.menu-link:hover {
  border: 1px solid #00aeef;
  color: #00aeef;
}

.menu-link.w--current {
  border-color: #00aeef;
  color: #00aeef;
}

.btn-view {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-social-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(0, 21, 34, .2);
}

.header-social-b.mobile {
  display: none;
}

.header-social-btn {
  margin-left: 10px;
}

.header-social-txt {
  display: inline-block;
  color: rgba(0, 21, 34, .5);
}

.header-top-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-lang--b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(0, 21, 34, .2);
}

.header-lang-btn {
  width: 35px;
  height: 35px;
  padding-top: 8px;
  padding-bottom: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 21, 34, .5);
  border-radius: 100px;
  color: rgba(0, 21, 34, .5);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.hide {
  display: none;
}

.header-search-field {
  margin-bottom: 0px;
  padding-left: 45px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 21, 34, .5);
  border-radius: 100px;
  background-image: url('../images/icon-search.svg');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.header-search {
  margin-bottom: 0px;
}

.header-search.mobile {
  display: none;
}

.bg-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  height: 60%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#14276f));
  background-image: linear-gradient(180deg, #00aeef, #14276f);
}

.social-feed-list {
  margin-right: -1.5%;
  margin-left: -1.5%;
}

.social-feed {
  width: 33.33%;
  margin-bottom: 30px;
  padding-right: 1.5%;
  padding-left: 1.5%;
  float: left;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.social-feed-b {
  display: block;
  border-radius: 10px;
  background-color: #fff;
  color: #001522;
  text-decoration: none;
}

.social-feed-txt-b {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.social-feed-media {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px 2px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.social-feed-media.ig {
  background-color: #00aeef;
}

.social-feed-media.fb {
  background-color: #034ea2;
}

.social-feed-tag-b {
  padding-top: 5px;
  border-top: 1px dashed #001522;
}

.social-feed-tag {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 500ms ease;
  transition: border 500ms ease;
  color: #00aeef;
  text-decoration: none;
}

.social-feed-tag:hover {
  border-bottom-color: #00aeef;
}

.social-feed-tag.in-paragraph {
  margin-right: 0px;
  margin-bottom: 0px;
}

.social-feed-img-b {
  position: relative;
  display: block;
}

.social-feed-action-b {
  position: relative;
  padding: 10px 5%;
}

.top-products-slider {
  height: auto;
  background-color: transparent;
}

.top-products-slide {
  width: 33.33%;
  padding-right: 2%;
  padding-left: 2%;
}

.top-products-img-b {
  position: relative;
}

.img {
  width: 100%;
}

.top-products-link {
  color: #001522;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
}

.video-list {
  margin-right: -1.5%;
  margin-left: -1.5%;
}

.row-youtube {
  min-width: 1196px;
}

@media (max-width: 1200px) {
  .row-youtube {
    min-width: 0px;
  }
}

.video-b {
  width: 33.33%;
  padding-right: 1.5%;
  padding-left: 1.5%;
  float: left;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.video-link-b {
  position: relative;
  display: block;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 21, 34, .3);
}

.video-link {
  margin-bottom: 20px;
  padding-top: 10px;
}

.video-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 30%;
  background-color: #00aeef;
}

.video-content-b {
  position: relative;
  z-index: 1;
  max-height: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.social-feed-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-feed-action-txt {
  margin-left: 5px;
}

.social-feed-action-txt.ig {
  color: #00aeef;
}

.social-feed-action-txt.fb {
  color: #034ea2;
}

.home-slider {
  height: auto;
  background-color: #fff;
}

.top-products-mask {
  padding-top: 3%;
}

.icon-scroll {
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 1;
  width: 100px;
  height: 100px;
  margin-bottom: -50px;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.icon-scroll.about {
  margin-bottom: 0px;
  background-color: transparent;
}

@media (max-width: 479px) {
  .icon-scroll,
  .home-banner-scroll-mask {
    display: none;
  }
}
/*
.subscribe-form-b {
  margin-top: -10px;
} */

.subscribe-title {
  float: left;
  width: 40%;
  padding-top: 3px;
  float: left;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}

.wpcf7-email,
.subscribe-txt-field,
.es_required_field.es_txt_email {
  float: left;
  width: 68%;
  margin-right: 2%;
  margin-bottom: 0px;
  border: 1px solid #001522;
  border-radius: 5px;
  background-color: transparent;
  font-size: 22px;
  font-weight: 100;
}

.wpcf7-submit,
.subscribe-btn,
.es_subscription_form_submit.es_submit_button {
  width: 30%;
  border-radius: 5px;
  background-color: #001522;
  font-size: 18px;
  color: #fff;
  padding: 5px;
  margin-top: -1px;
  border: none;
}

.es_subscription_message {
  display: block;
  margin-top: 10px;
}

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

.subscribe-form-b {
  width: 60%;
  float: left;
}

.about-b {
  width: 45%;
  float: left;
}

.about-list-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  box-shadow: 2px 1px 8px 0 rgba(0, 21, 34, .3);
  color: #001522;
  text-decoration: none;
}

.about-list-txt-b {
  width: 60%;
  padding: 20px 5% 5px;
}

.about-list-logo {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.about-list-img-mask {
  position: relative;
  overflow: hidden;
  width: 40%;
}

.about-list-img-mask.neo {
  background-image: url('../images/about-img-neo2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.about-list-img-mask.onthego {
  background-image: url('../images/about-img-onthego2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.about-list-img-mask.nfriends {
  background-image: url('../images/about-img-nfriends2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.about-tabs-menu {
  text-align: center;
}

.about-tab-link {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#14276f));
  background-image: linear-gradient(180deg, #00aeef, #14276f);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.about-tab-link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#034ea2), to(#034ea2)), -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#14276f));
  background-image: linear-gradient(180deg, #034ea2, #034ea2), linear-gradient(180deg, #00aeef, #14276f);
}

.about-tab-link.w--current {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#034ea2), to(#034ea2)), -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#14276f));
  background-image: linear-gradient(180deg, #034ea2, #034ea2), linear-gradient(180deg, #00aeef, #14276f);
}

.about-txt-b {
  width: 50%;
}

.banner-tagline {
  margin-bottom: 15px;
  font-family: 'Quicksand book', sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.about-logo {
  margin-bottom: 30px;
}

.home-banner-scroll-mask {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 50px;
  background-image: url('../images/bg-white.svg');
  background-position: 50% 100%;
  background-size: 4000px;
  background-repeat: no-repeat;
}

.pop-image {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: none;
  overflow: auto;
  height: 100%;
  background-color: rgba(0, 21, 34, .8);
}

.pop-video {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: none;
  overflow: auto;
  height: 100%;
  background-color: rgba(0, 21, 34, .8);
}

.pop-video-link {
  width: 70%;
  float: left;
}

.toy-finder {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1000;
  margin-top: 20%;
}

.toy-finder-hover {
  padding: 15px;
  border: 2px solid #14276f;
  background-color: hsla(0, 0%, 100%, .9);
}

.toy-finder-btn-filter {
  display: inline-block;
  margin-top: 5px;
  margin-right: 1%;
  margin-left: 1%;
  padding-top: 3px;
  padding-bottom: 3px;
  border: 1px solid #001522;
  border-radius: 5px;
  color: #001522;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.toy-finder-btn-filter.half {
  width: 48%;
}

.toy-finder-btn-filter.half.selected {
  background-color: #001522;
  color: #fff;
}

.toy-finder-btn-filter.full {
  width: 98%;
}

.toy-finder-btn-filter.full.selected {
  background-color: #001522;
  color: #fff;
}

.toy-finder-btn-filter.quarter {
  width: 23%;
}

@media (max-width: 479px) {
  .toy-finder-btn-filter.half {
    width: 46%;
  }

  .toy-finder-btn-filter.quarter {
    width: 21%;
  }
}

.toy-finder-btn-filter.quarter.selected {
  background-color: #001522;
  color: #fff;
}

.toy-finder-btn-b {
  margin-right: -1%;
  margin-left: -1%;
}

.toy-finder-title {
  font-weight: 700;
  text-transform: uppercase;
}

.toy-finder-col {
  width: 160px;
  margin-right: 15px;
  float: left;
}

.toy-finder-filter-b {
  margin-top: -20px;
  float: left;
}

.toy-finder-row {
  margin-top: 15px;
}

.toy-finder-submit-b {
  float: left;
}

.toy-finder-txt {
  margin-top: 10px;
  font-size: 12px;
}

.toy-finder-btn-reset {
  display: block;
  width: 100px;
  margin-bottom: 15px;
  padding-top: 6px;
  padding-bottom: 5px;
  border: 1px solid #000;
  border-radius: 5px;
  color: #00aeef;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.toy-finder-btn-submit {
  display: block;
  width: 100px;
  margin-bottom: 15px;
  padding-top: 6px;
  padding-bottom: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#14276f));
  background-image: linear-gradient(180deg, #00aeef, #14276f);
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.toy-finder-btn {
  position: absolute;
  top: 0px;
  right: 100%;
  width: 266px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-top: 1px solid #00aeef;
  border-right: 1px solid #00aeef;
  border-left: 1px solid #00aeef;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #14276f;
  -webkit-transform: rotate(270deg) translate(0px, -100%);
  -ms-transform: rotate(270deg) translate(0px, -100%);
  transform: rotate(270deg) translate(0px, -100%);
  font-family: 'Quicksand book', sans-serif;
  color: #fff;
  font-size: 28px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slider-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider-arrow-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bg-blue {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  height: 60%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#00aeef));
  background-image: linear-gradient(180deg, #00aeef, #00aeef);
}

.product-details-img-b {
  width: 60%;
  float: left;
}

.product-details-content-b {
  width: 40%;
  padding-left: 2.5%;
  float: left;
  border-left: 1px solid rgba(0, 21, 34, .2);
}

.line {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: rgba(0, 21, 34, .2);
}

.product-details-name {
  font-family: 'Quicksand book', sans-serif;
  color: #00aeef;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
}

.product-details-subtag {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

.product-details-btn-dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00aeef;
}

.product-details-btn-dl:hover {
  color: #14276f;
}

.product-details-social-b {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-details-social-txt {
  margin-bottom: 5px;
  color: rgba(0, 21, 34, .5);
}

.product-details-social-btn {
  margin-right: 10px;
}

.brand-txt {
  width: 34%;
  margin-top: 12%;
}

.brand-txt.mobile {
  display: none;
}

.brand-banner-b {
  padding-top: 12%;
  padding-bottom: 13%;
}

@media (max-width: 991px) {
  .brand-banner-b {
    padding-top: 15%;
    padding-bottom: 17%;
  }
}

.brand-banner-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  /* background-image: url('../images/brand-banner-neo2x.jpg'); */
  background-position: 50% 124px;
  background-size: contain;
  background-repeat: no-repeat;
}

.inner-banner-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.inner-banner-img.news {
  background-image: url('../images/news-banner2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.inner-banner-img.contact {
  background-image: url('../images/contact-banner2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.inner-banner-img.where-to-buy {
  background-image: url('../images/wheretobuy-banner2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.inner-banner-b {
  padding-top: 7%;
  padding-bottom: 7%;
}

.about-banner-graphic {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50%;
  background-image: url('../images/about-banner-graphic2x.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-scroll-bg {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 50px;
  background-image: url('../images/bg-white.svg');
  background-position: 50% 100%;
  background-size: 4000px 100%;
  background-repeat: no-repeat;
}

.about-img {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 80%;
  margin-top: 8%;
  margin-right: -25%;
}

.btn-scroll-img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-details-bar {
  height: 100px;
  margin-bottom: 60px;
  background-color: #00aeef;
}

.product-details-img-thumb-b {
  width: 20%;
  float: left;
}

.product-details-main-img-b {
  width: 80%;
  float: right;
}

.product-details-thumb-mask {
  position: relative;
  z-index: 1;
}

.product-details-thumb {
  position: relative;
  width: 100%;
  max-width: 97px;
  margin-bottom: 15px;
}

.product-details-thumb-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 99.8%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.product-details-thumb-img.selected {
  opacity: 0.45;
}

.product-details-bar-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-details-bar-graphic {
  height: 100%;
}

.product-details-bar-logo-b {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e5e7e8;
}

.product-details-bar-logo {
  position: relative;
  top: 50%;
  display: block;
  height: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.btn-where-to-buy {
  display: inline-block;
  margin-bottom: 15px;
  padding: 6px 20px 5px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#14276f));
  background-image: linear-gradient(180deg, #00aeef, #14276f);
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-where-to-buy:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#034ea2), to(#034ea2)), -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#14276f));
  background-image: linear-gradient(180deg, #034ea2, #034ea2), linear-gradient(180deg, #00aeef, #14276f);
}

.product-details-btn-dl-icon {
  margin-right: 15px;
}

.product-details-btn-dl-icon-hover {
  display: none;
  margin-right: 15px;
}

.pop-product-slider {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: none;
  overflow: auto;
  height: 100%;
  background-color: rgba(0, 21, 34, .8);
}

.product-slider {
  height: auto;
  background-color: #fff;
}

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

.product-slider-arrow-r {
  height: 80%;
  margin-right: -40px;
}

.product-slider-arrow-l {
  height: 80%;
  margin-left: -40px;
}

.product-details-img-link {
  position: relative;
}

.about-list-img-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.about-list-img-hover.light-blue {
  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-color: rgba(0, 174, 239, .85);
}

.about-list-img-hover-icon {
  margin-bottom: 10px;
}

.contact-title {
  margin-bottom: 5px;
  color: #00aeef;
  font-weight: 700;
}

.contact-col {
  width: 50%;
  padding-right: 5%;
  padding-left: 5%;
  float: left;
}

.contact-link {
  display: inline-block;
  color: #001522;
  text-decoration: none;
}

.contact-link:hover {
  color: #00aeef;
}

.contact-row {
  margin-right: -5%;
  margin-left: -5%;
}

.contact-title-txt {
  font-family: 'Quicksand book', sans-serif;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
}

.contact-title-txt.align-center {
  text-align: center;
}

.contact-title-txt-b {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(0, 21, 34, .1);
}

.contact-title-txt-b.where-to-buy {
  margin-bottom: 40px;
}

.contact-info-b {
  margin-top: 60px;
}

.about-product-b {
  position: relative;
  left: 50%;
  /* width: 1024px;
  height: 1024px; */
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.footer-mask {
  height: 50px;
  background-image: url('../images/bg-black.svg');
  background-position: 50% 100%;
  background-size: 4000px 100%;
}

.footer-bg {
  padding-bottom: 60px;
  background-color: #001522;
}

.about-product-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 82px;
  height: 82px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-product-pop-desktop .about-product-btn.neo-logo {
  margin-top: -20%;
  margin-left: -10%;
}

.about-product-pop-desktop .about-product-btn.onthego-logo {
  margin-top: -15%;
  margin-left: -10%;
}

.about-product-pop-desktop .about-product-btn.n’friends-logo {
  margin-top: -13%;
  margin-left: -10%;
}

.about-product-pop-desktop .about-product-btn.neo-color {
  margin-top: -5%;
  margin-left: 23%;
}

.about-product-pop-desktop .about-product-btn.onthego-color {
  margin-top: -5%;
  margin-left: 26%;
}

.about-product-pop-desktop .about-product-btn.n’friends-color {
  margin-top: -5%;
  margin-left: 26%;
}

@media (max-width: 767px) {
  .about-product-pop-desktop .about-product-btn.onthego-color,
  .about-product-pop-desktop .about-product-btn.n’friends-color {
    margin-left: 33%;
  }
}

.about-product-pop-desktop .about-product-btn.neo-callout,
.about-product-pop-desktop .about-product-btn.onthego-callout,
.about-product-pop-desktop .about-product-btn.n’friends-callout {
  margin-top: 24%;
  margin-left: -8%;
}

.about-product-pop-desktop .about-product-btn.onthego-callout {
  margin-left: -16%;
}

.about-product-pop-desktop .about-product-btn.neo-age {
  margin-top: -27%;
  margin-left: 17%;
}


.about-product-pop-desktop .about-product-btn.n’friends-age {
  margin-top: -24%;
  margin-left: 26%;
}

@media (max-width: 767px) {
  .about-product-pop-desktop .about-product-btn.n’friends-age {
    margin-left: 30%;
  }
}

.about-product-pop-desktop .about-product-btn.onthego-age {
  margin-top: -26%;
  margin-left: 25%;
}

@media (max-width: 767px) {
  .about-product-pop-desktop .about-product-btn.onthego-age {
    margin-left: 25%;
  }
}

/* @media (max-width: 767px) {

} */

.about-product-pop {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  overflow: hidden;
  width: 320px;
  padding-top: 160px;
  padding-bottom: 160px;
  border: 1px solid #001522;
  border-radius: 1000px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-product-pop.mobile {
  display: none;
}

.about-product-pop-txt-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40%;
  padding: 15px 15% 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #007dc5;
  color: #fff;
}

.about-product-pop-content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
}

.about-product-pop-img-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60%;
  padding-bottom: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about-tab {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-product-pop-img {
  width: 70%;
}

.about-product-pop-mobile {
  display: none;
}

.home-banner-b {
  overflow: hidden;
  padding-top: 20%;
  padding-bottom: 20%;
}

.home-banner-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.home-banner-img.neo {
  background-image: url('../images/home-banner012x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-banner-img.onthego {
  background-image: url('../images/home-banner022x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-banner-img.nfriends {
  background-image: url('../images/home-banner032x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-banner-img.christmas {
  background-image: url('../images/home-banner042x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-banner-txt {
  width: 44%;
}

.home-slide-nav {
  margin-bottom: 5%;
}

.toy-finder-mobile {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
  margin-top: 20%;
}

.pop-lang {
  position: fixed;
  left: 50%;
  top: 0%;
  z-index: 100;
  display: none;
  width: 500px;
  margin-top: 200px;
  padding-top: 250px;
  padding-bottom: 250px;
  border: 1px solid #001522;
  border-radius: 1000px;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.pop-lang-content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  border-radius: 1000px;
  text-align: center;
}

.pop-lang-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60%;
  padding-bottom: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/lang-img2x.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.pop-lang-txt-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40%;
  padding: 15px 15% 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #fff;
}

.pop-lang-txt-b.mobile {
  display: none;
}

.lang-select {
  width: 200px;
  margin-top: 30px;
  border: 1px solid #001522;
  border-radius: 1000px;
  background-color: #fff;
  background-image: url('../images/icon-select.svg');
  background-position: 92% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #001522;
}

.about-tabs-mobile {
  display: none;
}

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

.where-to-buy-b {
  margin-top: 60px;
}

.where-to-buy-search-b {
  display: block;
  width: 100%;
  max-width: 990px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.where-to-buy-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-search-txt {
  width: 25%;
  margin-top: 3px;
  font-family: 'Quicksand book', sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}

.where-to-buy-search-input {
  width: 55%;
  margin-right: 5%;
  margin-bottom: 0px;
  border: 1px solid #001522;
  border-radius: 5px;
  font-size: 20px;
}

.where-to-buy-search-btn {
  width: 15%;
  border-radius: 5px;
  background-color: #001522;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 18px;
}

.where-to-buy-search-btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#14276f));
  background-image: linear-gradient(180deg, #00aeef, #14276f);
}

.where-to-buy-map-b {
  height: 400px;
  margin-top: 40px;
  background-color: #ececec;
}

html.w-mod-js *[data-ix="fade-in-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-from-left"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="fade-in-from-right"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="news-link-from-right"] {
  opacity: 0;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}

html.w-mod-js *[data-ix="news-link-from-left"] {
  opacity: 0;
  -webkit-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
}

html.w-mod-js *[data-ix="pop"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="product-b"] {
  -webkit-transform: rotateX(0deg) rotateY(-90deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-90deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="btn-view"] {
  -webkit-transform: translate(-50%, -50%) scale(0.01, 0.01);
  -ms-transform: translate(-50%, -50%) scale(0.01, 0.01);
  transform: translate(-50%, -50%) scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="btn-view-news"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="flip-to-appear"] {
  -webkit-transform: rotateX(0deg) rotateY(-90deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-90deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="video-link-b"] {
  -webkit-transform: rotateX(0deg) rotateY(-90deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-90deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="top-products-img"] {
  -webkit-transform: translate(7%, -15%);
  -ms-transform: translate(7%, -15%);
  transform: translate(7%, -15%);
}

html.w-mod-js *[data-ix="inner-banner-img"] {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="brand-txt"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="about-img"] {
  -webkit-transform: translate(15%, -15%);
  -ms-transform: translate(15%, -15%);
  transform: translate(15%, -15%);
}

html.w-mod-js *[data-ix="about-list-img-hover"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="about-product-pop"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="about-product-pop-2"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="home-banner-txt"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="home-banner-img"] {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="toy-finder-mobile"] {
  -webkit-transform: translate(0%, 93%);
  -ms-transform: translate(0%, 93%);
  transform: translate(0%, 93%);
}

html.w-mod-js *[data-ix="toy-finder-btn"] {
  -webkit-transform: translate(482px, 0px);
  -ms-transform: translate(482px, 0px);
  transform: translate(482px, 0px);
}

@media (max-width: 991px) {
  .container-1200 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .container-1200.header-container {
    z-index: 100;
    background-color: #fff;
  }
  .container-1200.brand-banner-txt-b {
    display: none;
  }
  .container-1200.home-banner-txt-b {
    position: relative;
    margin-top: 0%;
  }
  .header {
    height: 80px;
  }
  .all {
    margin-top: 80px;
  }
  .container-990 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .footer-sitemap {
    padding-bottom: 20px;
  }
  .footer-sitemap-col {
    width: 50%;
    margin-bottom: 30px;
  }
  .news-title {
    font-size: 28px;
    line-height: 28px;
  }
  .news-txt {
    overflow: hidden;
    height: 100px;
  }
  .header-logo {
    width: 160px;
  }
  .menu-link {
    margin: 20px 0px;
    border-color: transparent;
    color: #fff;
    text-align: center;
  }
  .menu-link:hover {
    border-color: #fff;
    color: #fff;
  }
  .menu-link.w--current {
    border-color: #fff;
    color: #fff;
  }
  .header-social-b {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left-style: none;
  }
  .header-social-b.mobile {
    display: block;
  }
  .header-social-txt {
    color: #fff;
  }
  .header-top-b {
    display: none;
  }
  .menu-btn {
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .menu-btn.w--open {
    background-color: transparent;
  }
  .menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    margin-top: 80px;
    padding-right: 5%;
    padding-bottom: 80px;
    padding-left: 5%;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#14276f));
    background-image: linear-gradient(180deg, #00aeef, #14276f);
  }
  .header-search {
    margin-top: 20px;
    font-size: 16px;
  }
  .header-search.mobile {
    display: block;
  }
  .menu-line01 {
    width: 35px;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
    background-color: #00aeef;
  }
  .menu-line02 {
    width: 35px;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
    background-color: #00aeef;
  }
  .menu-line03 {
    width: 35px;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
    background-color: #00aeef;
  }
  .social-feed {
    width: 50%;
  }
  .subscribe-title {
    width: 100%;
    float: none;
  }
  .subscribe-form-b {
    width: 100%;
    float: none;
  }
  .about-b {
    width: 100%;
  }
  .about-list-b {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-list-img-mask {
    padding-top: 20%;
    padding-bottom: 20%;
  }
  .product-details-social-b {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left-style: none;
  }
  .product-details-social-txt {
    color: #fff;
  }
  .brand-txt {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .brand-txt.mobile {
    display: block;
  }
  .brand-banner-b {
    background-size: auto 100%;
  }
  .inner-banner-b {
    padding-top: 10%;
    padding-bottom: 10%;
    background-image: none;
  }
  .about-img {
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 55%;
    margin-top: 0%;
    margin-right: -10%;
    margin-bottom: -15%;
  }
  .container-700 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .home-banner-b {
    position: relative;
  }
  .home-banner-txt {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .home-slide-nav {
    position: relative;
    margin-top: 30px;
    margin-bottom: 0%;
  }
  .pop-lang-txt-b {
    background-color: transparent;
  }
  .pop-lang-txt-b.mobile {
    display: block;
  }
  .lang-select {
    display: inline-block;
    font-size: 16px;
  }
  .where-to-buy-search {
    display: block;
  }
  .where-to-buy-search-txt {
    width: 100%;
    margin-bottom: 20px;
  }
  .where-to-buy-search-input {
    width: 100%;
  }
  .where-to-buy-search-btn {
    width: 140px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 36px;
  }
  h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .header {
    height: 60px;
  }
  .all {
    margin-top: 60px;
  }
  .section-content {
    padding-bottom: 40px;
  }
  .section-content.bg-subscribe {
    padding-top: 40px;
    padding-bottom: 70px;
    background-image: url('../images/bg-subscribe-mobile.svg'), -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#14276f));
    background-image: url('../images/bg-subscribe-mobile.svg'), linear-gradient(180deg, #00aeef, #14276f);
    background-size: 1000px, auto;
  }
  .section-content.margin-top {
    padding-top: 0px;
  }
  .section-content.inner {
    margin-bottom: 35px;
  }
  .footer {
    margin-top: -35px;
  }
  .txt-color-white.copyright {
    font-size: 12px;
  }
  .footer-sitemap {
    padding-top: 40px;
  }
  .footer-sitemap-col {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .footer-sitemap-title {
    font-size: 14px;
  }
  .btn-top {
    width: 70px;
    height: 70px;
    margin-top: -35px;
  }
  .btn-top-img {
    width: 40%;
  }
  .headeing-b {
    margin-top: 40px;
  }
  .sub-txt {
    font-size: 18px;
    line-height: 24px;
  }
  .news-link {
    font-size: 14px;
    line-height: 18px;
  }
  .news-title-b {
    height: 75px;
  }
  .news-title {
    font-size: 20px;
    line-height: 20px;
  }
  .news-txt {
    height: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .txt-color-blue.faq-txt {
    width: 96%;
  }
  .faq-bullet {
    width: 4%;
  }
  .pop-img {
    width: 100%;
    float: none;
  }
  .pop-news-txt-b {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    float: none;
  }
  .btn-close {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    margin-right: -18px;
  }
  .btn-close-img {
    width: 50%;
  }
  .product-b {
    width: 33.33%;
  }
  .header-logo {
    width: 120px;
  }
  .menu-link {
    font-size: 16px;
  }
  .menu {
    margin-top: 60px;
  }
  .top-products-slide {
    width: 50%;
  }
  .video-b {
    width: 100%;
    margin-bottom: 30px;
  }
  .home-slider {
    padding-bottom: 40px;
  }
  .icon-scroll {
    width: 70px;
    height: 70px;
    margin-bottom: -35px;
  }
  .subscribe-txt-field {
    font-size: 16px;
  }
  .about-list-b {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .about-txt-b {
    width: 100%;
  }
  .banner-tagline {
    font-size: 24px;
    line-height: 24px;
  }
  .home-banner-scroll-mask {
    height: 35px;
    background-image: url('../images/bg-white-mobile.svg');
    background-size: 1000px 100%;
  }
  .pop-video-link {
    width: 100%;
    float: none;
  }
  .toy-finder {
    width: 80%;
  }
  .toy-finder-col {
    width: 50%;
    margin-right: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .toy-finder-row {
    margin-right: -5%;
    margin-left: -5%;
  }
  .toy-finder-submit-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
    padding-right: 0.5%;
    padding-left: 0.5%;
  }
  .toy-finder-btn-submit {
    margin-left: 15px;
  }
  .toy-finder-btn {
    width: 327px;
    font-size: 20px;
  }
  .product-details-img-b {
    width: 100%;
    float: none;
  }
  .product-details-content-b {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 0%;
    float: none;
    border-top: 1px solid rgba(0, 21, 34, .2);
    border-left-style: none;
  }
  .about-banner-graphic {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    background-image: url('../images/about-banner-graphic-mobile.png');
    background-position: 50% 0px;
  }
  .icon-scroll-bg {
    height: 35px;
  }
  .about-img {
    position: relative;
    width: 60%;
    margin-right: 0%;
    margin-bottom: -5%;
  }
  .btn-scroll-img {
    width: 40%;
  }
  .product-details-bar {
    height: 75px;
    margin-bottom: 40px;
  }
  .contact-col {
    width: 100%;
  }
  .contact-title-txt {
    font-size: 24px;
    line-height: 24px;
  }
  .contact-info-b {
    margin-top: 40px;
  }
  .about-product-b {
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #001522;
    border-radius: 10px;
    background-color: #fff;
  }
  .footer-mask {
    height: 35px;
    background-image: url('../images/bg-black-mobile.svg');
    background-size: 1000px 100%;
  }
  .footer-bg {
    padding-bottom: 40px;
  }
  .about-product-btn {
    position: relative;
    left: 0%;
    top: 0%;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .about-product-btn.neo-logo {
    margin-top: 0%;
    margin-left: 0%;
  }
  .about-product-btn.neo-color {
    margin-top: 0%;
    margin-left: 0%;
  }
  .about-product-btn.neo-callout {
    margin-top: 0%;
    margin-left: 0%;
  }
  .about-product-btn.neo-age {
    margin-top: 0%;
    margin-left: 0%;
  }
  .about-product-pop {
    position: relative;
    left: 0%;
    top: 0%;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    border-style: none;
    border-radius: 0px;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .about-product-pop.mobile {
    display: block;
  }
  .about-product-pop-txt-b {
    display: block;
    height: auto;
    padding: 0px 5%;
    background-color: transparent;
    color: #001522;
    text-align: center;
  }
  .about-product-pop-content {
    position: relative;
  }
  .about-product-pop-img-b {
    height: auto;
    padding: 10px 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-tab {
    padding: 40px 1%;
  }
  .about-product-btn-img {
    display: none;
  }
  .about-product-pop-img {
    width: 200px;
  }
  .about-product-pop-mobile {
    display: block;
  }
  .about-product-pop-desktop {
    display: none;
  }
  .home-banner-b {
    padding-top: 25%;
    padding-bottom: 25%;
  }
  .toy-finder-mobile {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    margin-top: 0%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .pop-lang {
    position: relative;
    left: 0%;
    top: 0%;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 10px;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .pop-lang-content {
    position: relative;
  }
  .pop-lang-img {
    height: 145px;
    background-position-y: -100px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pop-lang-txt-b {
    height: auto;
    padding-top: 10px;
  }
  .about-tabs {
    display: none;
  }
  .about-tabs-mobile {
    display: block;
  }
  .where-to-buy-b {
    margin-top: 40px;
  }
  .where-to-buy-search-txt {
    font-size: 20px;
    line-height: 20px;
  }
  .where-to-buy-search-input {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .container-1200.pop-content {
    padding-right: 0%;
    padding-left: 0%;
  }
  .footer-sitemap-col {
    width: 100%;
  }
  .news-img-b {
    width: 100%;
    float: none;
  }
  .news-content-b {
    width: 100%;
    float: none;
  }
  .news-title-b {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .news-title {
    top: 0%;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .news-txt {
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .txt-color-blue.faq-txt {
    width: 94%;
  }
  .faq-bullet {
    width: 6%;
  }
  .pop-content-b {
    margin-right: 5%;
    margin-left: 5%;
  }
  .btn-close {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-right: -15px;
  }
  .product-b {
    width: 50%;
  }
  .social-feed {
    width: 100%;
  }
  .top-products-slide {
    width: 100%;
  }
  .subscribe-txt-field {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
  }
  .subscribe-btn {
    width: 100%;
  }
  .subscribe-form {
    display: block;
  }
  .about-list-b {
    display: block;
  }
  .about-list-txt-b {
    width: 100%;
  }
  .about-list-img-mask {
    width: 100%;
    padding-top: 50%;
    padding-bottom: 50%;
  }
  .about-tab-link {
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .toy-finder {
    display: none;
  }
  .toy-finder-col {
    width: 100%;
    margin-top: 15px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .toy-finder-row {
    margin-top: 0px;
  }
  .toy-finder-btn {
    position: relative;
    right: 0%;
    display: block;
    width: 100%;
    -webkit-transform: rotateX(0) rotateY(0deg) rotateZ(0deg) translate(0px, 0%);
    transform: rotateX(0) rotateY(0deg) rotateZ(0deg) translate(0px, 0%);
  }
  .brand-banner-b {
    padding-top: 23%;
    padding-bottom: 22%;
  }
  .inner-banner-b {
    padding-top: 12%;
    padding-bottom: 12%;
  }
  .about-banner-graphic {
    height: 35%;
  }
  .about-product-pop-img-b {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .home-banner-b {
    padding-top: 30%;
    padding-bottom: 30%;
  }
  .toy-finder-mobile {
    z-index: 3000;
    display: block;
  }
}


.icon-scroll.about {
  margin-bottom: 0px;
  background-color: #0000;
}

@media(min-width: 992px) and (max-width: 1199px){
    .menu-link{
        font-size: 16px;
    }
}

@media (max-width: 767px) {
  .icon-scroll {
    width: 70px;
    height: 70px;
    margin-bottom: -35px;
  }
}


/* quicksand-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand-v37-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v23-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@media (max-width: 1199px) {
.w-nav-link {
  padding: 12px 3px !important;
}
}