/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./style/templates/front-page.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
section:not(.section-wave, .section-hero) {
  padding: 60px 0 100px;
}
section:not(.section-wave, .section-hero).section-products {
  padding-bottom: 130px;
}
@media screen and (min-width: 1081px) {
  section:not(.section-wave, .section-hero) {
    padding: 100px 0 130px;
  }
}

.section-wave {
  position: relative;
}
.section-wave:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="30" viewBox="0 0 50 30"><path d="M0,15 Q12.5,30 25,15 T50,15 V30 H0 Z" fill="white"/></svg>');
  background-size: 50px 30px;
  background-repeat: repeat-x;
}
.section-wave > svg {
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  height: 38px;
  width: 100%;
}
.section-wave > div {
  position: relative;
  padding: 30px 0 60px;
}
@media screen and (min-width: 1081px) {
  .section-wave > div {
    padding: 60px 0 90px;
  }
}

.section-contact-us *,
.section-how-we-are *,
.section-why-play-matters *,
.section-age-boxes .top-text * {
  font-family: "Avenir", Sans-serif;
}
.section-contact-us figure,
.section-how-we-are figure,
.section-why-play-matters figure,
.section-age-boxes .top-text figure {
  max-width: 100%;
  margin: 0 auto 30px;
}
.section-contact-us figure img,
.section-how-we-are figure img,
.section-why-play-matters figure img,
.section-age-boxes .top-text figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .section-contact-us,
  .section-how-we-are,
  .section-why-play-matters,
  .section-age-boxes .top-text {
    text-align: center;
  }
  .section-contact-us figure,
  .section-how-we-are figure,
  .section-why-play-matters figure,
  .section-age-boxes .top-text figure {
    width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .section-contact-us .container,
  .section-how-we-are .container,
  .section-why-play-matters .container,
  .section-age-boxes .top-text .container {
    width: 1227px;
  }
  .section-contact-us .flex__mob,
  .section-how-we-are .flex__mob,
  .section-why-play-matters .flex__mob,
  .section-age-boxes .top-text .flex__mob {
    align-items: center;
    gap: 50px;
  }
  .section-contact-us .text-box,
  .section-how-we-are .text-box,
  .section-why-play-matters .text-box,
  .section-age-boxes .top-text .text-box {
    flex: 1;
  }
  .section-contact-us figure,
  .section-how-we-are figure,
  .section-why-play-matters figure,
  .section-age-boxes .top-text figure {
    width: 29%;
    margin-bottom: 0;
  }
}

.section-hero {
  padding: 50px 0;
}
.section-hero .text-box {
  text-align: center;
  margin-bottom: 50px;
}
.section-hero .text-box > div * {
  font-family: "Avenir", Sans-serif;
  padding-bottom: 16px;
}
.section-hero h4 {
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}
.section-hero h1 {
  text-wrap: balance;
}
.section-hero p {
  font-size: 18px;
}
.section-hero .button {
  margin-top: 16px;
}
.section-hero figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-hero .top-images {
  margin-bottom: 30px;
}
.section-hero .top-images > div {
  align-items: flex-start;
}
.section-hero .bottom-images > div {
  align-items: flex-end;
}
.section-hero .top_left_img, .section-hero .top_right_img {
  max-width: 135px;
}
.section-hero .top_right_img {
  margin-top: 20px;
}
.section-hero .bottom_left_img {
  margin-bottom: -35px;
  width: 180px;
}
.section-hero .bottom_right_img {
  max-width: 137px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .section-hero .text-box .container {
    width: 680px;
  }
}
@media screen and (min-width: 1081px) {
  .section-hero {
    padding: 80px 0 40px;
  }
  .section-hero .top-images {
    margin-bottom: -100px;
  }
  .section-hero .top-images .container {
    width: 1900px;
  }
  .section-hero .bottom-images .container {
    width: 1900px;
  }
  .section-hero .top_left_img {
    margin-left: 43px;
    max-width: 263px;
  }
  .section-hero .top_right_img {
    margin-top: 40px;
    max-width: 269px;
  }
  .section-hero .bottom_left_img {
    max-width: 200px;
    margin-left: 120px;
  }
  .section-hero .bottom_right_img {
    max-width: 240px;
    margin-right: 100px;
  }
}

.section-how-we-are > div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 240px;
  background-image: url("../images/how-we-are-left.svg");
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section-how-we-are > div:before {
    top: -40px;
    left: -75px;
    transform: scale(0.5);
  }
}
@media screen and (min-width: 768px) {
  .section-how-we-are .container {
    position: relative;
    z-index: 2;
  }
  .section-how-we-are figure {
    width: 37.2%;
  }
}
@media screen and (min-width: 1081px) {
  .section-how-we-are > div:after {
    content: "";
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    right: 0;
    bottom: 25px;
    width: 410px;
    height: 160px;
    background-image: url("../images/how-we-are-right-bg.svg");
  }
}
@media screen and (max-width: 1300px) and (min-width: 1081px) {
  .section-how-we-are > div:after {
    bottom: -70px;
  }
}

.section-products {
  text-align: center;
}
.section-products * {
  font-family: "Avenir", Sans-serif;
}
.section-products h2 {
  font-size: 24px;
  font-weight: 900;
}
.section-products .top-text {
  margin-bottom: 30px;
}
.section-products .products-slider {
  margin-bottom: 50px;
}
.section-products .products-slider .home-products-slider {
  overflow: visible;
}
.section-products .products-slider .product {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 15px;
  height: auto;
  text-align: left;
}
.section-products .products-slider .product .woocommerce-LoopProduct-link {
  display: block;
  color: #000;
}
.section-products .products-slider .product .woocommerce-LoopProduct-link:hover {
  text-decoration: none;
}
.section-products .products-slider .product h2 {
  font-size: 18px;
  font-weight: 800;
  padding-bottom: 5px;
}
.section-products .products-slider .product img {
  margin: 0 auto 20px;
  height: 157px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.section-products .products-slider .product .price {
  font-size: 14px;
}
.section-products .products-slider .product .price del {
  font-size: 12px;
}
.section-products .products-slider .product .price ins {
  text-decoration: none;
}
.section-products .bottom-text p {
  font-size: 20px;
}
.section-products .bottom-text .text-box {
  position: relative;
}
.section-products .bottom-text .text-box svg {
  position: absolute;
  left: 0;
  bottom: -90px;
}
.section-products .bottom-text .button {
  position: relative;
}
.section-products .bottom-text .button:after {
  content: "";
  position: absolute;
  bottom: -100%;
  right: -60px;
  width: 80px;
  height: 62px;
  background-image: url("../images/products_btn_after.svg");
}
@media screen and (min-width: 768px) {
  .section-products h2 {
    font-size: 32px;
  }
  .section-products .top-text .container {
    width: 980px;
  }
  .section-products .products-slider .container {
    width: 1900px;
  }
  .section-products .bottom-text .container {
    width: 500px;
  }
}

.section-winning-trio {
  text-align: center;
}
.section-winning-trio * {
  font-family: "Avenir", Sans-serif;
}
.section-winning-trio h2 {
  font-size: 24px;
  font-weight: 900;
}
.section-winning-trio .text-box {
  margin-bottom: 30px;
}
.section-winning-trio .images-box figure {
  margin-bottom: 20px;
}
.section-winning-trio .images-box figure img {
  margin: 0 auto;
}
.section-winning-trio .images-box h3 {
  font-size: 16px;
  text-decoration: underline;
  text-decoration-style: wavy;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 15%;
  text-underline-offset: 25%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section-winning-trio .images-box .item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .section-winning-trio h2 {
    font-size: 32px;
  }
  .section-winning-trio .text-box .container {
    width: 695px;
  }
}

.section-skill-focus {
  text-align: center;
}
.section-skill-focus * {
  font-family: "Avenir", Sans-serif;
}
.section-skill-focus h2 {
  font-size: 24px;
  font-weight: 900;
}
.section-skill-focus .text-box {
  margin-bottom: 30px;
}
.section-skill-focus .skills-slider .home-skills-slider {
  padding: 10px;
}
.section-skill-focus .skills-slider a {
  padding: 30px 10px 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  height: auto;
}
.section-skill-focus .skills-slider a:hover {
  background-color: #EDF8FF;
}
.section-skill-focus .skills-slider span {
  margin-top: 15px;
  display: block;
  font-family: "Avenir", Sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .section-skill-focus h2 {
    font-size: 32px;
  }
  .section-skill-focus .text-box .container {
    width: 790px;
  }
  .section-skill-focus .skills-slider .container {
    width: 1900px;
  }
}

.section-age-boxes > div:before, .section-age-boxes > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-age-boxes > div:before {
  bottom: 80px;
  left: 0;
  width: 292px;
  height: 350px;
  background-image: url("../images/section-age-boxes-left.svg");
}
.section-age-boxes > div:after {
  top: 0;
  right: 0;
  width: 230px;
  height: 656px;
  background-image: url("../images/section-age-boxes-right.svg");
}
.section-age-boxes h2 {
  font-size: 26px;
}
.section-age-boxes .top-text {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.section-age-boxes .age-boxes {
  text-align: center;
}
.section-age-boxes .age-boxes .items {
  gap: 20px;
}
.section-age-boxes .age-boxes .item {
  flex: 1;
  position: relative;
  z-index: 3;
}
.section-age-boxes .age-boxes figure {
  margin-bottom: 20px;
}
.section-age-boxes .age-boxes img {
  margin: 0 auto;
  width: 400px;
}
.section-age-boxes .age-boxes span {
  font-family: "Avenir", Sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #000;
  text-decoration: underline;
  text-decoration-style: wavy;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 15%;
  text-underline-offset: 25%;
}
.section-age-boxes .bottom-text {
  text-align: center;
  position: relative;
  z-index: 2;
}
.section-age-boxes .bottom-text p {
  font-size: 20px;
  font-family: "Avenir", Sans-serif;
}
.section-age-boxes .bottom-text .button {
  margin-top: 20px;
}
.section-age-boxes .bottom-text .text-box {
  padding: 50px 0 150px;
  position: relative;
  z-index: 1;
}
.section-age-boxes .bottom-text .text-box:before, .section-age-boxes .bottom-text .text-box:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-age-boxes .bottom-text .text-box:before {
  top: 0;
  left: -50%;
  width: 800px;
  height: 256px;
  background-image: url("../images/age-boxes_bg_1.svg");
  z-index: -1;
}
.section-age-boxes .bottom-text .text-box:after {
  right: 0;
  bottom: 0;
  width: 158px;
  height: 143px;
  background-image: url("../images/age-boxes_hand.svg");
}
@media screen and (max-width: 1080px) {
  .section-age-boxes > div:before {
    width: 105px;
    height: 140px;
  }
  .section-age-boxes > div:after {
    width: 115px;
  }
  .section-age-boxes .bottom-text .text-box:before {
    left: 0;
    width: 600px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .section-age-boxes > div:before {
    width: 146px;
  }
  .section-age-boxes > div:after {
    width: 80px;
  }
  .section-age-boxes .age-boxes .items {
    flex-direction: column;
  }
  .section-age-boxes .bottom-text .text-box {
    padding-bottom: 100px;
  }
  .section-age-boxes .bottom-text .text-box:before {
    top: 80px;
    width: 100%;
  }
  .section-age-boxes .bottom-text .text-box:after {
    width: 78px;
    height: auto;
    aspect-ratio: 1;
  }
}
@media screen and (min-width: 768px) {
  .section-age-boxes .bottom-text .container {
    width: 650px;
  }
}
@media screen and (min-width: 1081px) {
  .section-age-boxes h2 {
    font-size: 32px;
  }
  .section-age-boxes .top-text figure {
    width: 24.5%;
  }
  .section-age-boxes .age-boxes .container {
    width: 1900px;
  }
  .section-age-boxes .age-boxes span {
    font-size: 20px;
  }
}

.section-why-play-matters {
  padding: 60px 0;
}
.section-why-play-matters .item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section-why-play-matters .item:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

.section-science {
  text-align: center;
}
.section-science:after {
  top: -5px;
  bottom: auto;
  transform: rotate(180deg);
}
.section-science > svg {
  top: auto;
  bottom: -37px;
  transform: rotate(-180deg) scale(-1, 1);
}
.section-science .text-box {
  position: relative;
  margin-bottom: 100px;
  z-index: 2;
}
.section-science .text-box:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  bottom: -110px;
  width: 377px;
  height: 86px;
  background-image: url("../images/section_science_center_img.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .section-science {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .section-science > div {
    padding: 60px 0;
  }
  .section-science > div:before, .section-science > div:after {
    content: "";
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
  }
  .section-science > div:before {
    bottom: 0;
    left: 0;
    width: 140px;
    height: 295px;
    background-image: url("../images/section_science_left_img.svg");
  }
  .section-science > div:after {
    right: 0;
    width: 160px;
    height: 318px;
    background-image: url("../images/section_science_right_img.svg");
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .section-science .container {
    width: 800px;
  }
}

/*# sourceMappingURL=front-page_style.css.map*/