/** Shopify CDN: Minification failed

Line 1460:0 Expected "}" to go with "{"

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

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: fatfrank, Nunito Extra Bold, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
  display: flex;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: fatfrank, Nunito Extra Bold, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.page_container {
  z-index: 1;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.hero_section {
  color: #fff;
  background-color: #38b6d7;
  background-image: url('/cdn/shop/files/hero-bg.svg?v=1727182883');
  background-position: 50%;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 220px;
  position: relative;
}

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

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

.social_section {
  padding-top: 60px;
  padding-bottom: 140px;
  position: relative;
}

.review_block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.review_images {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.review_image {
  height: 30px;
}

.review_title {
  text-align: center;
  font-family: fatfrank, sans-serif;
  font-size: 26px;
}

.heading {
  font-family: fatfrank, sans-serif;
  font-size: 55px;
  line-height: 1.2em;
}

.text-block {
  margin-bottom: 20px;
  font-size: 18px;
}

.button {
  letter-spacing: .04em;
  background-color: #fb5c2a;
  border-radius: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.button.blue {
  background-color: #38b6d7;
  padding-left: 20px;
  padding-right: 20px;
}

.subheading {
  color: #db0f18;
  font-family: Bubblegum Sans, sans-serif;
  font-size: 20px;
}

.parents_section {
  background-color: #fee0cf;
  background-image: url('/cdn/shop/files/parents-bg-3.svg?v=1727182884');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
}

.testimonial_section {
  background-color: #ffe5e7;
  background-image: url('/cdn/shop/files/testimonial-bg.svg?v=1727182884');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 60px;
  position: relative;
}

.purchase_section {
  background-color: #fee0cf;
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
}

.discount_section {
  background-color: #ffe5e7;
  background-image: url('/cdn/shop/files/purchase-bg.svg?v=1727182884');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.parent_video {
  border-radius: 20px;
  overflow: hidden;
}

.video_name_block {
  padding: 20px;
  position: absolute;
  inset: 5% auto auto 0%;
}

.video_name_block.blue {
  background-image: url('/cdn/shop/files/bluetextbg.png?v=1727182884');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.video_name_block.red {
  background-image: url('/cdn/shop/files/redtextbg.png?v=1727182884');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.video_name_block.green {
  background-image: url('/cdn/shop/files/greentextbg.png?v=1727182884');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.video_name_block.orange {
  background-image: url('/cdn/shop/files/orangetextbg.png?v=1727182884');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.parents_block {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.video_name {
  color: #fff;
  letter-spacing: .02em;
  font-family: fatfrank, sans-serif;
  font-size: 20px;
}

.parent_video_description {
  font-size: 18px;
}

.section_title_block {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.parent_block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.feature_image {
  width: 100%;
}

.feature_video_block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.block-feature_section {
  background-image: url('/cdn/shop/files/use-bg.svg?v=1727182884');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 220px;
  padding-bottom: 140px;
  position: relative;
}

.feature_video {
  border-radius: 20px;
  overflow: hidden;
}

.button_block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-2 {
  font-family: Bubblegum Sans, sans-serif;
  font-size: 18px;
}

.block_feature_block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.slide {
  background-color: #fff;
  border-radius: 30px;
  width: 30%;
  height: auto;
  min-height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px;
}

.slider {
  background-color: #ddd0;
  height: auto;
  margin-top: 60px;
}

.review_name {
  margin-top: 10px;
  font-weight: 900;
}

.review_author_bock {
  margin-top: 40px;
}

.mask {
  height: auto;
}

.slide-nav {
  bottom: -51px;
}

.div-block-2 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  margin-top: 100px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video {

  border-radius: 20px;
  overflow: hidden;
}

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

.warranty_section {
  background-image: url('/cdn/shop/files/warranty-bg.svg?v=1727182884');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.div-block-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-5 {
  position: relative;
}

.div-block-6 {
  color: #fff;
  text-align: center;
  background-color: #db0f18;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: -5% auto auto -6%;
}

.text-block-3 {
  font-family: fatfrank, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  transform: rotate(-18deg);
}

.video-2 {
  border-radius: 20px;
  overflow: hidden;
}

.div-block-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 90px 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.section-3 {
  background-image: url('/cdn/shop/files/learn-bg.svg?v=1727182884');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
}

.purchase_card_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.purchase_card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 30%;
  margin-top: 50px;
  padding: 30px;
  display: flex;
  position: relative;
}

.purchase_card.banner {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.purchase_card.blue {
  background-color: #dcf1f6;
}

.purchase_card.pink {
  background-color: #ffe5e7;
}

.tab_content {
  background-color: #f6f6f6;
  border: 1px solid #cdcdcd;
  border-radius: 40px;
}

.tab-link-tab-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f6f6f6;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 200px;
  height: 100%;
  padding-top: 30px;
  display: flex;
}

.tab-link-tab-3.w--current {
  background-color: #fec110;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

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

.div-block-13 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.heading-2 {
  font-size: 30px;
}

.text-block-4 {
  font-weight: 700;
}

.text-block-5 {
  font-size: 26px;
  font-weight: 900;
}

.div-block-14 {
  color: #fff;
  background-color: #43c940;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 20px;
  font-weight: 900;
  display: flex;
  position: absolute;
  inset: -50px 0% auto;
}

.div-block-15 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.div-block-16 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-4 {
  padding-top: 10px;
  padding-bottom: 180px;
  position: relative;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #38b6d7;
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.div-block-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.text-block-6 {
  margin-bottom: 10px;
}

.image {
  aspect-ratio: 1;
  object-fit: contain;
  width: 50%;
  position: absolute;
  inset: -37% 0% 0% auto;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 100%;
}

.tab_title {
  text-align: center;
  max-width: 10ch;
  font-weight: 900;
}

.tab_image {
  height: 100px;
}

.transition_holder {
  z-index: 0;
  position: absolute;
  inset: auto 0% -1%;
}

.transition_holder.top {
  inset: 0% 0% auto;
}

.transition_holder.top.above-section {
  top: -9%;
}

.transition_image {
  object-fit: fill;
  width: 100%;
}

.text-block-7 {
  margin-top: 10px;
}

.hero_video {
  border-radius: 20px;
  overflow: hidden;
}

.hero-image {
  z-index: 2;
  width: auto;
  max-height: 400px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.purchase_slider {
  background-color: #ddd0;
}

.purchase_card_slide_block {
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.purchase_slide_image {
  height: 100%;
  max-height: 250px;
}

.icon-text {
  font-weight: 900;
}

.icon {
  width: auto;
  max-height: 60px;
  height: 100%;
}

.image_holder {
  position: relative;
}

.image_block {
  position: absolute;
}

.image_block._2 {
  z-index: 3;
}

.image_block._3 {
  z-index: 2;
}

.image_block._4 {
  z-index: 1;
}

.image_block._1 {
  z-index: 4;
}

.section_layout348 {
  background-image: url('/cdn/shop/files/scroll-bg.svg?v=1727182884'), url('/cdn/shop/files/scroll-bg-2.png?v=1727182884');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  background-attachment: fixed, fixed;
}

.background-holder {
  z-index: -999;
  opacity: 0;
  position: relative;
}

.button-2 {
  background-color: var(--\<unknown\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
  color: var(--\<unknown\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-2.is-secondary {
  border: 1px solid var(--\<unknown\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>);
  color: var(--\<unknown\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
  background-color: #0000;
}

.button-2.is-link {
  color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.layout348_desktop-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout348_image {
  width: 100%;
  position: absolute;
}

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

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.layout348_mobile-image-wrapper {
  display: none;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.layout348_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1px;
  height: 100vh;
  display: flex;
}

.layout348_content-wrapper {
  width: 1px;
}

.layout348_component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

.background-layer {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.background-layer.background-color-1 {
  background-color: #e5e5e5;
}

.background-layer.background-color-2 {
  background-color: var(--\<unknown\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>);
}

.background-layer.background-color-3 {
  background-color: #e5e5e5;
}

.background-layer.background-color-4 {
  background-color: var(--\<unknown\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>);
}

.layout348_mobile-image {
  width: 100%;
  position: absolute;
}

.list-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.image-4 {
  margin-top: 5px;
}

.text-bold {
  font-weight: 900;
}

.feature-image-holder {
  width: 100%;
  height: 100%;
}

.image-5 {
  width: 100%;
}

.feature-block {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 500px;
  display: flex;
  position: absolute;
  inset: 23% auto auto 5%;
}

.feature-block.is-first {
  inset: auto 0% 28% auto;
}

.feature-block.is-second {
  inset: 14% 6% auto auto;
}

.image-6 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-6.reverse {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.image-6.reverse.mobile-right, .image-6.reverse.mobile-left {
  transform-style: preserve-3d;
}

.image-6.reverse.first {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0)rotateX(0)rotateY(-180deg)rotateZ(0);
}

.div-block-23 {
  z-index: 1;
  text-align: center;
  padding: 55px;
  position: relative;
}

.heading-3 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  font-size: 24px;
  line-height: 1.3em;
  display: inline-block;
}

.text-block-8 {
  font-size: 16px;
  line-height: 1.4em;
}

.text-span {
  font-size: 34px;
}

@media screen and (min-width: 1280px) {
  .testimonial_section {
    background-position: 50%;
  }

  .hero-image {
    max-height: 500px;
  }
}

@media screen and (max-width: 991px) {
  .hero_section {
    padding-top: 40px;
  }

  .hero_block {
    grid-row-gap: 69px;
    grid-template-columns: 1fr;
  }

  .social_section {
    padding-bottom: 100px;
  }

  .video_name {
    font-size: 18px;
  }

  .feature_info_block {
    grid-template-columns: 1fr;
  }

  .feature_image {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .block-feature_section {
    padding-top: 140px;
  }

  .slide {
    width: 40%;
  }

  .div-block-3 {
    grid-column-gap: 9px;
  }

  .div-block-5 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-8 {
    grid-template-columns: 1fr;
  }

  .div-block-9 {
    text-align: center;
    flex-flow: column;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .purchase_card {
    width: 48%;
  }

  .div-block-18 {
    grid-template-columns: 1fr;
  }

  .div-block-19 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .image {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0%;
  }

  .image-2 {
    width: 70%;
  }

  .div-block-21, .div-block-22 {
    text-align: center;
  }

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

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

  .feature-block {
    width: 400px;
    top: -40%;
    left: 0%;
  }

  .feature-block.is-first {
    bottom: 38%;
    right: 41%;
  }

  .feature-block.is-second {
    top: -23%;
    right: 1%;
  }

  .image-6.reverse.mobile-right {
    transform: none;
  }

  .heading-3 {
    font-size: 18px;
  }

  .text-block-8 {
    font-size: 14px;
  }

  .text-span {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .review_images {
    flex-flow: wrap;
  }

  .heading {
    font-size: 40px;
  }

  .parent_video_description {
    text-align: center;
  }

  .slide {
    width: 92%;
  }

  .div-block-3 {
    grid-template-columns: 1fr 1fr;
  }

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

  .section-3 {
    padding-top: 10px;
  }

  .purchase_card {
    width: 100%;
  }

  .purchase_card.banner {
    margin-top: 100px;
  }

  .tab-link-tab-3 {
    width: 150px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tab_title {
    font-size: 14px;
    line-height: 1.4em;
  }

  .tab_image {
    height: 70px;
  }

  .layout348_mobile-image-wrapper {
    width: 100%;
    margin-top: 2.5rem;
    display: block;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .layout348_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .layout348_component {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

  .layout348_mobile-image {
    position: static;
  }

  .feature-block {
    top: -61%;
    left: 5%;
  }

  .feature-block.is-first {
    bottom: 53%;
    right: 19%;
    transform: translate(-43px, -25px);
  }

  .feature-block.is-second {
    top: -52%;
  }

  .image-6 {
    transform: rotate(91deg);
  }

  .image-6.reverse {
    transform: rotate(-90deg)rotateX(0)rotateY(-180deg)rotateZ(0);
  }

  .image-6.reverse.mobile-right {
    transform: translate(0)rotateX(0)rotateY(180deg)rotateZ(90deg);
  }

  .image-6.reverse.mobile-left {
    transform: rotate(-90deg)rotateX(-180deg)rotateY(-180deg)rotateZ(0);
  

    .div-block-17 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    }
  
    .div-block-16 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero_section {
    padding-top: 20px;
  }

  .heading {
    font-size: 34px;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .section_title {
    font-size: 34px;
  }

  .video_name_block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .video_name_block.blue, .video_name_block.red, .video_name_block.green, .video_name_block.orange {
    top: 0%;
  }

  .video_name {
    font-size: 14px;
  }

  .feature_video {
    aspect-ratio: 1;
  }

  .div-block-3 {
    grid-template-columns: 1fr;
  }

  .section_layout348 {
    display: none;
  }
  
  .div-block-9, .div-block-16 {
    width: 100%;
  }

  .div-block-17 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .transition_holder {
    bottom: -1px;
  }

  .transition_holder.top {
    inset: -5px 0% auto;
  }

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

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

  .feature-block {
    top: -155%;
    left: -22%;
  }

  .feature-block.is-first {
    bottom: 88%;
    right: -37%;
  }

  .feature-block.is-second {
    top: -147%;
    right: -28%;
  }

  .image-6.reverse.first {
    transform: rotate(-90deg)rotateX(0)rotateY(-180deg)rotateZ(0);
  }

  .div-block-23 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .tab_content {
    border-radius: 0 0 20px 20px;
  }
}

#w-node-e715e214-0a32-b8f4-e7c7-fbd1df3b4b80-f0918dd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_44419b47-745b-5014-0cba-8b548973e335-f0918dd8, #w-node-_3dfa02dc-d0f0-dc31-7071-844f073a308e-f0918dd8 {
    order: -9999;
  }
}


