:root {
  --nav-link-grey: #c8c8c8;
  --section-grey: #f4f4f4;
  --heading-grey: #6c6c6c;
  --modal-grey: #f0f0f0;
}

.t4k-section {
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.nav-wrapper {
  background-color: #191919;
  justify-content: center;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.content-kinder {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  text-align: center;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.footer-wrapper {
  background-color: #000;
  flex-flow: column;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-buttons-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  margin: 23px;
  display: flex;
}

.nav-link {
  color: var(--nav-link-grey);
  font-family: "Fredoka One V 4 Latin";
  font-size: 1.2rem;
  text-decoration: none;
}

.content-primary {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  text-align: center;
  background-color: #000;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.content-app, .content-music {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #000;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.content-users {
  background-color: var(--section-grey);
  margin-bottom: 0;
  padding-bottom: 30px;
}

.content-midieng {
  justify-content: center;
  width: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.prgm-info {
  flex-flow: column;
  margin-top: 20px;
  display: block;
}

.btn-more {
  color: #fff;
  column-count: auto;
  border: 3px solid #3898ec;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 15px;
  font-family: Fredoka, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.btn-more.w--current {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 15px;
}

.btn-watch {
  color: #3898ec;
  background-color: #000;
  border: 3px solid #3898ec;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Fredoka, sans-serif;
  font-size: 18px;
}

.heading-1-white {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  word-break: normal;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Fredoka, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.paragraph {
  color: #fff;
  letter-spacing: normal;
  white-space: normal;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.separator-div {
  border: 1px solid #fff;
  margin-bottom: 10px;
}

.navbar {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: #191919;
  justify-content: center;
  display: flex;
}

.nav-link-2 {
  color: var(--nav-link-grey);
  font-family: "Fredoka One V 4 Latin";
}

.navbar-link {
  z-index: auto;
  color: var(--nav-link-grey);
  text-align: left;
  margin-top: 10px;
  padding: 20px 10px;
  font-family: Fredoka, sans-serif;
  font-size: 1.0rem;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

.container {
  text-align: left;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.nav-menu {
  justify-content: flex-end;
  display: block;
}

.brand {
  margin-right: 20px;
  padding-right: 0;
}

.image {
  text-align: center;
  width: 1920px;
  height: 500px;
  position: relative;
}

.image-2 {
  object-fit: cover;
  width: auto;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

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

.prgm-txt-div {
  text-align: center;
  object-fit: fill;
  max-width: 60%;
  margin: 10px auto 15px;
  padding: 0;
  display: block;
  position: static;
}

.prgm-image {
  max-width: 40%;
  margin-top: 10px;
}

.prgm-btns-div {
  text-align: center;
}

.page-section {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.page-section-1 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.page-section-2 {
  background-color: var(--section-grey);
  flex-flow: column;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: flex;
}

.page-section-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: flex;
}

.page-section-4 {
  background-color: var(--section-grey);
  flex-flow: column;
  align-items: center;
  display: block;
}

.heading-1-black {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fredoka, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.kinder-prgm-txt-div {
  text-align: center;
  object-fit: fill;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: static;
}

.kinder-prgm-info {
  flex-flow: column;
  margin-top: 20px;
  display: block;
}

.container-2 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.prgm-txt {
  color: #fff;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.image-5 {
  border-radius: 40px;
  max-width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-section-1-div {
  flex-flow: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
}

.heading-1-grey {
  color: var(--heading-grey);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 15px;
  font-family: Fredoka, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}

.benefits-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 60px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  max-width: 65%;
  margin-bottom: 40px;
  padding-top: 30px;
  display: flex;
  position: static;
  overflow: hidden;
}

.card-text {
  color: #000;
  text-align: center;
  overflow-wrap: normal;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.card-text-div {
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.card-image {
  text-align: left;
  object-fit: fill;
  width: 600px;
  max-width: 65%;
  margin-bottom: 20px;
  overflow: hidden;
}

.div-block {
  margin-left: 0;
  margin-right: 0;
}

.kinder-card-narrow {
  object-fit: fill;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  max-width: none;
  height: 300px;
  min-height: 100%;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.image-7 {
  object-fit: cover;
  width: auto;
  min-width: 0;
  max-width: 100%;
  height: 100%;
}

.cards-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

.mask {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  overflow: hidden;
}

.slider {
  background-color: #fff;
  width: 800px;
  min-width: auto;
  height: 600px;
  min-height: auto;
  max-height: none;
  margin-top: 20px;
  margin-bottom: 0;
}

.button {
  background-color: #000;
  border-radius: 16px;
  width: auto;
  height: auto;
  padding-left: 14px;
  padding-right: 14px;
}

.card-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.code {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.modal-1 {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #2e2e2e9c;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-item {
  z-index: auto;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  padding: 20px 25px;
  display: flex;
  position: relative;
  top: auto;
}

.modal-img-div {
  background-color: var(--modal-grey);
  border-radius: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 95%;
  margin-bottom: 5px;
  padding: 20px;
  display: flex;
}

.modal-title-div {
  text-align: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.modal-h2 {
  color: var(--heading-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fredoka, sans-serif;
  font-weight: 700;
  line-height: 30px;
}

.modal-h3 {
  margin-top: 0;
  font-family: Fredoka, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.div-block-4 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.modal-btn-close {
  width: 35px;
  height: 35px;
  margin: 5px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.btn-modal-1 {
  width: 40px;
  height: 40px;
  padding-top: 0;
}

.modal-p {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 145%;
}

.modal-img {
  max-width: 320px;
  margin: 20px 0 0;
}

.image-10 {
  max-width: 40%;
}

.slide-image {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: static;
}

.image-12, .image-13, .image-14 {
  padding-left: 60px;
  padding-right: 60px;
}

.image-15 {
  margin-left: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.image-16, .image-17 {
  padding-left: 60px;
  padding-right: 60px;
}

.slide-1 {
  object-fit: fill;
  background-image: url('../images_eacad/resources_k1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-icon-div {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
}

.footer-paragraph {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
}

.slider-t4k {
  background-color: #fff;
  min-height: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mask-copy {
  max-width: 800px;
  max-height: none;
}

.slide-t4k {
  object-fit: fill;
}

.footer-text-div {
  margin-bottom: 15px;
  padding-bottom: 0;
}

.modal-2, .modal-3 {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #2e2e2e9c;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.btn-app-video {
  color: #fff;
  text-align: center;
  column-count: auto;
  border: 3px solid #3898ec;
  border-radius: 20px;
  width: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 15px;
  font-family: Fredoka, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.btn-app-video.w--current {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 15px;
}

.btn-app-video.glightbox2 {
  width: 220px;
  padding-left: 10px;
  padding-right: 10px;
}

.card-text-music {
  color: #000;
  text-align: center;
  overflow-wrap: normal;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.music-txt-div {
  text-align: center;
  object-fit: fill;
  max-width: 60%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: static;
}

.card-wrapper-single {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.kinder-card-wide {
  object-fit: fill;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: none;
  height: 300px;
  min-height: 100%;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.benefits-card-photo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 60px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  max-width: 65%;
  margin-bottom: 40px;
  padding-top: 30px;
  display: flex;
  position: static;
  overflow: hidden;
}

.card-image-photo {
  text-align: left;
  object-fit: fill;
  width: 600px;
  max-width: none;
  margin-bottom: 0;
  overflow: hidden;
}

.app-image {
  text-align: left;
  object-fit: fill;
  width: 600px;
  max-width: 65%;
  margin-bottom: 20px;
  overflow: hidden;
}

.slider-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.slider-arrow-left {
  width: 40px;
  height: 40px;
  transform: rotate(180deg);
}

.slider-arrow-right {
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

.slider-arrow-div {
  text-align: right;
}

.slide-nav, .hide {
  display: none;
}

.slide-2 {
  background-image: url('../images_eacad/resources_k2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-2 {
  background-color: #fff;
  width: 720px;
  height: 540px;
  margin-bottom: 10px;
}

.slide-3 {
  background-image: url('../images_eacad/resources_p1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-4 {
  background-image: url('../images_eacad/resources_p2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-5 {
  background-image: url('../images_eacad/resources_p3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-6 {
  background-image: url('../images_eacad/resources_p4.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-7 {
  background-image: url('../images_eacad/resources_p5.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-8 {
  background-image: url('../images_eacad/resources_p6.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-9 {
  background-image: url('../images_eacad/resources_p7.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-18 {
  width: 700px;
  max-width: none;
}

.left-arrow, .right-arrow, .slide-nav-2 {
  display: none;
}

.slider-auto {
  pointer-events: none;
  background-color: #0000;
  width: 640px;
  height: 360px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.slide-auto-img-div {
  border-radius: 20px;
  overflow: hidden;
}

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

.div-block-7 {
  margin-bottom: 20px;
}

.slider-auto2, .slider-auto3, .slider-auto4, .slider-auto-copy {
  background-color: #0000;
  width: 640px;
  height: 360px;
  margin-bottom: 10px;
  display: block;
}

.link-block, .link-block-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.slider-users-word {
  background-color: var(--section-grey);
  flex-flow: column;
  width: 720px;
  height: 120px;
  margin-bottom: 10px;
  display: block;
}

.paragraph-2 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.users-word-p {
  color: #000;
  text-align: center;
  align-self: auto;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.slide-10, .slide-users-word {
  text-align: left;
}

.slide-users-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.link-block-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.slide-k-1 {
  background-image: url('../images_eacad/resources_k1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-k-2 {
  background-image: url('../images_eacad/resources_k2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-k-3 {
  background-image: url('../images_eacad/resources_k3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-k-4 {
  background-image: url('../images_eacad/resources_k4.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-k-5 {
  background-image: url('../images_eacad/resources_k5.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-k-6 {
  background-image: url('../images_eacad/resources_k6.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-k-7 {
  background-image: url('../images_eacad/resources_k7.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-us-1 {
  background-image: url('../images_eacad/about_us_milestone1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-us-2 {
  background-image: url('../images_eacad/about_us_milestone2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-us-3 {
  background-image: url('../images_eacad/about_us_milestone3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-us-4 {
  background-image: url('../images_eacad/about_us_milestone4.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-us-5 {
  background-image: url('../images_eacad/about_us_milestone5.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-us-6 {
  background-image: url('../images_eacad/about_us_milestone6.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-us-7 {
  background-image: url('../images_eacad/about_us_milestone7.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-text-heading {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Fredoka, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}
.about-text-heading.black {
  color: #000;
}
.about-text-heading.orange {
  color: #FF6633;
}
.about-text-heading.green {
  color: #339966;
}
.about-text-heading.pink {
  color: #FF6699;
}
.about-text-heading.0099FF {
  color: #FF6633;
}
.slider-auto-music {
  background-color: #0000;
  width: 512px;
  height: 416px;
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
}

.app-pic {
  border-radius: 40px;
  width: 640px;
  max-width: none;
  height: 360px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cards-containerr-music {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

.slide-music-1 {
  background-image: url('../images_eacad/resources_music1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-music-2 {
  background-image: url('../images_eacad/resources_music2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-music-3 {
  background-image: url('../images_eacad/resources_music3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-music-4 {
  background-image: url('../images_eacad/resources_music4.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-music-5 {
  background-image: url('../images_eacad/resources_music5.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-music-6 {
  background-image: url('../images_eacad/resources_music6.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-music-7 {
  background-image: url('../images_eacad/resources_music7.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.milestone-card-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 60px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  max-width: 65%;
  margin-bottom: 40px;
  padding-top: 20px;
  display: flex;
  position: static;
  overflow: hidden;
}

.milestone-card-text-div {
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.milestone-card-textt {
  color: #000;
  text-align: center;
  overflow-wrap: normal;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.milestone-card-pic {
  text-align: left;
  object-fit: fill;
  width: auto;
  max-width: 80%;
  margin-bottom: 20px;
  overflow: visible;
}

.milestone-years {
  text-align: center;
  margin-top: 5px;
  font-family: Fredoka, sans-serif;
  font-size: 30px;
}

.about-text {
  text-align: left;
  white-space: normal;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.about-text-centered {
  text-align: center;
  white-space: normal;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.about-text-div {
  max-width: 50%;
}
.about-text-centered-div {
  max-width: 40%;
}
.about-section-1-div {
  flex-flow: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
}

.about-logo-pic {
  max-width: 70%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.csr-text {
  text-align: center;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.btn-apply {
  color: #fff;
  column-count: auto;
  border: 3px solid #3898ec;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-family: Fredoka, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.btn-apply.w--current {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 15px;
}

.csr-text-div {
  max-width: 50%;
}

.italic-text {
  color: var(--heading-grey);
}

.card-text-app {
  color: #000;
  text-align: center;
  overflow-wrap: normal;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.btn-app-video-free {
  color: #fff;
  text-align: center;
  column-count: auto;
  border: 3px solid #3898ec;
  border-radius: 20px;
  width: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 15px;
  font-family: Fredoka, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.btn-app-video-free.w--current {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 15px;
}

.btn-app-video-free.glightbox2 {
  width: 220px;
  padding-left: 10px;
  padding-right: 10px;
}

.milestone-card-pic-small {
  text-align: left;
  object-fit: fill;
  width: auto;
  max-width: 60%;
  margin-bottom: 20px;
  overflow: visible;
}

.milestone-card-pic-med {
  text-align: left;
  object-fit: fill;
  width: auto;
  max-width: 70%;
  margin-bottom: 20px;
  overflow: visible;
}

.download-app-text {
  color: #848484;
  max-width: 90%;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.download-app-div {
  justify-content: flex-start;
  align-self: auto;
  max-width: 80%;
  display: block;
}

.download-app-section {
  flex-flow: column;
  align-items: center;
  max-width: none;
  display: flex;
}

.download-app-badge {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 10px;
}
.app-download-app-badge {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-right: 10px;
}
.heading-1-black-download-app {
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Fredoka, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.privacy-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.privacy-div {
  text-align: left;
  display: block;
}

.div-privacy-container {
  max-width: 80%;
  margin-bottom: 40px;
}

.heading {
  text-align: center;
}

.h1-privacy-title {
  text-align: center;
  margin-bottom: 20px;
  font-family: Fredoka, sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.privacy-text {
  color: #848484;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.h3-privacy {
  margin-bottom: 20px;
  font-family: Fredoka, sans-serif;
  font-weight: 400;
}

.privacy-text-bold {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.suspended-section {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.suspended-div {
  max-width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.suspended-text {
  text-align: center;
  font-family: Fredoka, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.no-menu-logo {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.div-black-line {
  background-color: #000;
  height: 1px;
  margin-bottom: 0;
}

.section {
  justify-content: center;
  display: flex;
}

.tch-resrc-button {
  margin-bottom: 20px;
}

.tch-rsrc-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.tch-rsrc-section {
  justify-content: center;
  display: flex;
}

.no-menu-logo-worksheet {
  width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

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

.worksheet-div {
  max-width: 80%;
  display: block;
}

.worksheet-list-item {
  font-family: Roboto, sans-serif;
}

.worksheet-tab-title {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.message-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.message-image {
  max-width: 60%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.message-login-btn {
  color: #fff;
  column-count: auto;
  background-color: #fa7806;
  border: 3px solid #fa7806;
  border-radius: 20px;
  margin: 0 10px 20px;
  padding: 12px 15px;
  font-family: Fredoka, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.message-login-btn.w--current {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 15px;
}

.div-grey-line {
  background-color: #a8a8a8;
  height: 1px;
  margin-bottom: 0;
}

.h1-terms-title {
  text-align: center;
  margin-bottom: 20px;
  font-family: Fredoka, sans-serif;
  font-weight: 600;
  line-height: 1.2;
}
.app-btns-div {
  text-align: center;
}
.btn-register {
  color: #fff;
  background-color: #3898ec;
  column-count: auto;
  border: 3px solid #3898ec;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 15px;
  font-family: Fredoka, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  text-align: center; 
}
.btn-register-kinder {
  border: 3px solid #FD4949;
  background-color: #FD4949;
}
.btn-register-primary {
  border: 3px solid #3FAA0A;
  background-color: #3FAA0A;
}
.btn-register-music {
  border: 3px solid #7F7FE7;
  background-color: #7F7FE7;
}
.button-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch; /* Ensures buttons fill the same width */
  width: 100%; /* or use max-width if needed */
  max-width: 350px; /* optional: limit width for responsiveness */
  gap: 0.5rem;
}
@media screen and (max-width: 991px) {
  .content-kinder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .content-users {
    padding-bottom: 30px;
  }

  .btn-more {
    border: 3px solid #3898ec;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph {
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 150%;
  }

  .navbar-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .container {
    width: 100%;
  }

  .nav-menu {
    background-color: #191919;
    padding-bottom: 15px;
  }

  .menu-button {
    background-color: #191919;
    padding: 20px 0 0;
  }

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

  .icon {
    color: var(--nav-link-grey);
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 50px;
    line-height: 10px;
  }

  .brand {
    justify-content: flex-start;
    display: block;
  }

  .image-2 {
    object-fit: cover;
    max-width: 100%;
    min-height: 300px;
    overflow: hidden;
  }

  .image-3 {
    max-width: 80%;
    margin-top: 0;
  }

  .prgm-txt-div {
    margin-top: 10px;
    margin-bottom: 15px;
  }

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

  .page-section-2 {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .kinder-prgm-txt-div {
    max-width: 100%;
  }

  .heading-1-grey {
    margin-bottom: 20px;
  }

  .benefits-card {
    max-width: 80%;
  }

  .kinder-card-narrow {
    border-radius: 35px;
  }

  .modal-1 {
    display: none;
  }

  .modal-item {
    max-width: 70%;
    padding-top: 10px;
  }

  .modal-img-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-10 {
    max-width: 60%;
    margin-top: 10px;
  }

  .modal-2, .modal-3 {
    display: none;
  }

  .btn-app-video {
    border: 3px solid #3898ec;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn-app-video.glightbox2 {
    width: 210px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .music-txt-div {
    max-width: 80%;
  }

  .kinder-card-wide {
    border-radius: 35px;
  }

  .benefits-card-photo {
    max-width: 80%;
  }

  .slider-wrapper {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .slider-2 {
    width: 700px;
    height: 525px;
  }

  .slider-auto {
    width: 512px;
    height: 288px;
    overflow: visible;
  }

  .slider-auto2, .slider-auto3, .slider-auto4, .slider-auto-copy {
    width: 85vw;
    height: auto;
  }

  .slider-users-word {
    width: 700px;
    height: 120px;
  }

  .slider-auto-music {
    width: 448px;
    height: 368px;
    overflow: visible;
  }

  .app-pic {
    width: 512px;
    height: 288px;
  }

  .milestone-card-div {
    max-width: 80%;
  }

  .milestone-card-pic {
    width: auto;
    max-width: 70%;
  }

  .about-text-div {
    max-width: 80%;
  }
  .about-text-centered-div {
	max-width: 70%;
  }
  .about-logo-pic {
    max-width: 60%;
  }

  .btn-apply {
    border: 3px solid #3898ec;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .csr-text-div {
    max-width: 80%;
  }

  .btn-app-video-free {
    border: 3px solid #3898ec;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn-app-video-free.glightbox2 {
    width: 210px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .milestone-card-pic-small, .milestone-card-pic-med {
    width: auto;
    max-width: 60%;
  }

  .download-app-text {
    max-width: 100%;
  }

  .div-privacy-container {
    max-width: 85%;
  }

  .h1-privacy-title {
    font-size: 36px;
  }

  .suspended-div {
    max-width: 85%;
  }

  .suspended-text {
    font-size: 26px;
  }

  .tch-resrc-button {
    max-width: 80%;
  }

  .message-image {
    max-width: 87%;
  }

  .message-login-btn {
    border: 3px solid #fa7806;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .h1-terms-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .content-kinder {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .content-primary {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    display: flex;
  }

  .content-users {
    padding-bottom: 20px;
  }

  .prgm-info {
    margin-top: 10px;
  }

  .btn-more {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 10px;
  }

  .btn-more.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn-watch {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 10px;
  }

  .heading-1-white {
    margin-top: 0;
    font-size: 25px;
    font-weight: 400;
  }

  .paragraph {
    font-size: 12px;
  }

  .separator-div {
    margin-bottom: 3px;
  }

  .navbar-link {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .nav-menu {
    padding-left: 10px;
  }

  .icon {
    font-size: 35px;
    line-height: 0;
  }

  .image-2 {
    width: 100%;
    max-width: 100%;
    min-height: 200px;
  }

  .image-3 {
    max-width: 60%;
    margin-top: 0;
  }

  .prgm-txt-div {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .prgm-image {
    max-width: 45%;
  }

  .page-section-2 {
    display: block;
  }

  .page-section-4 {
    display: flex;
  }

  .heading-1-black {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 23px;
    line-height: 30px;
  }

  .kinder-prgm-txt-div {
    max-width: 100%;
  }

  .prgm-txt {
    font-size: 14px;
  }

  .image-5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .page-section-1-div {
    margin-bottom: 20px;
  }

  .heading-1-grey {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 28px;
  }

  .benefits-card {
    width: auto;
  }

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

  .kinder-card-narrow {
    border-radius: 30px;
    width: 160px;
    height: 208px;
    min-height: 62%;
  }

  .image-7 {
    width: 112%;
    height: 100%;
    min-height: auto;
  }

  .cards-container {
    margin-bottom: 10px;
  }

  .modal-1 {
    justify-content: space-around;
    align-items: center;
    display: none;
    overflow: scroll;
  }

  .modal-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: center;
    width: 85%;
    max-width: none;
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
    display: flex;
  }

  .modal-img-div {
    max-width: 95%;
  }

  .modal-title-div {
    margin-top: 20px;
  }

  .btn-modal-1 {
    width: 25px;
    height: 25px;
  }

  .modal-img {
    max-width: 95%;
  }

  .image-10 {
    max-width: 45%;
    margin-top: 10px;
  }

  .slide-image {
    text-align: left;
    max-width: 100%;
  }

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

  .modal-2, .modal-3 {
    justify-content: space-around;
    align-items: center;
    display: none;
    overflow: scroll;
  }

  .btn-app-video {
    width: 100px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 10px;
  }

  .btn-app-video.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn-app-video.glightbox2 {
    width: 170px;
    font-size: 13px;
  }

  .card-text-music {
    font-size: 14px;
    display: block;
  }

  .music-txt-div {
    max-width: 85%;
  }

  .kinder-card-wide {
    border-radius: 30px;
    width: 300px;
    height: 300px;
    min-height: 62%;
  }

  .benefits-card-photo {
    width: auto;
  }

  .slider-arrow-left, .slider-arrow-right {
    width: 25px;
    height: 25px;
  }

  .slider-2 {
    width: 500px;
    height: 375px;
    margin-bottom: 10px;
  }

  .image-18 {
    width: 550px;
  }

  .slider-auto, .slider-auto2, .slider-auto3, .slider-auto4, .slider-auto-copy {
    width: 85vw;
    height: auto;
  }

  .slider-users-word {
    width: 500px;
    height: 110px;
    margin-bottom: 0;
  }

  .users-word-p {
    font-size: 14px;
  }

  .slider-auto-music {
    width: 65vw;
    height: auto;
  }

  .app-pic {
    width: 85vw;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cards-containerr-music {
    margin-bottom: 10px;
  }

  .milestone-card-div {
    width: auto;
  }

  .milestone-card-textt {
    font-size: 14px;
    display: block;
  }

  .about-text {
    font-size: 14px;
  }
  .about-text-centered {
    font-size: 14px;
  }
  .about-section-1-div {
    margin-bottom: 20px;
  }

  .csr-text {
    font-size: 14px;
  }

  .btn-apply {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13px;
    line-height: 10px;
  }

  .btn-apply.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .card-text-app {
    font-size: 14px;
    display: block;
  }

  .btn-app-video-free {
    width: 100px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 10px;
  }

  .btn-app-video-free.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn-app-video-free.glightbox2 {
    width: 170px;
    font-size: 13px;
  }

  .milestone-card-pic-small {
    max-width: 50%;
  }

  .download-app-text {
    font-size: 18px;
  }

  .download-app-badge {
    text-align: left;
  }
  .app-download-app-badge {
    text-align: left;
  }
  .heading-1-black-download-app {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 40px;
  }

  .div-privacy-container {
    max-width: 85%;
  }

  .h1-privacy-title {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .privacy-text {
    font-size: 14px;
  }

  .h3-privacy {
    font-size: 22px;
  }

  .suspended-text {
    font-size: 20px;
  }

  .no-menu-logo, .no-menu-logo-worksheet {
    max-width: 80%;
  }

  .message-image {
    max-width: 90%;
  }

  .message-login-btn {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 10px;
  }

  .message-login-btn.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .h1-terms-title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .about-text-heading {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 23px;
	line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .t4k-section {
    display: flex;
  }

  .content-kinder {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .content-primary {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .content-users {
    padding-bottom: 20px;
  }

  .prgm-info {
    margin-top: 10px;
  }

  .btn-more {
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 10px;
  }

  .btn-more.w--current {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .btn-watch {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 10px;
  }

  .heading-1-white {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 150%;
  }

  .navbar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
  }

  .menu-button {
    padding: 10px;
    display: none;
  }

  .icon {
    margin-top: 5px;
    font-size: 32px;
    line-height: 25px;
  }

  .brand {
    width: 80%;
    height: auto;
    margin-right: 0;
    padding-left: 0;
  }

  .brand.w--current {
    padding-top: 5px;
  }

  .image-2 {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    min-height: 177px;
    overflow: hidden;
  }

  .image-3 {
    vertical-align: baseline;
    width: auto;
    max-width: 80%;
    height: auto;
    margin-left: 10px;
  }

  .prgm-txt-div {
    margin-top: 10px;
  }

  .prgm-image {
    max-width: 80%;
    margin-top: 0;
  }

  .page-section-1 {
    display: flex;
  }

  .page-section-2 {
    padding-bottom: 0;
    display: flex;
  }

  .page-section-3 {
    display: flex;
  }

  .heading-1-black {
    font-size: 25px;
    line-height: 30px;
  }

  .kinder-prgm-txt-div {
    max-width: 100%;
    font-size: 14px;
  }

  .prgm-txt {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    position: static;
  }

  .page-section-1-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 10px;
  }

  .page-section-2-div {
    width: 100%;
    display: block;
  }

  .heading-1-grey {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 24px;
    line-height: 30px;
    display: block;
  }

  .benefits-card {
    border-radius: 20px;
    width: auto;
    max-width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
  }

  .card-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    min-width: auto;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    display: block;
  }

  .card-image {
    max-width: 95%;
  }

  .kinder-card-narrow {
    border-radius: 15px;
    width: 100px;
    height: 200px;
    min-height: auto;
  }

  .image-7 {
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 50%;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 100%;
    max-height: 100px;
    font-size: 14px;
    position: static;
    overflow: clip;
  }

  .cards-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 20px;
  }

  .modal-1 {
    display: none;
  }

  .modal-item {
    width: 90%;
    height: auto;
    max-height: none;
    padding: 10px 20px 20px;
    display: flex;
  }

  .modal-img-div {
    background-color: #f4f4f4;
    border-radius: 16px;
    justify-content: flex-start;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 90%;
    padding: 0 10px 10px;
  }

  .modal-title-div {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .modal-h2 {
    margin-right: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .modal-h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .modal-btn-close {
    width: 30px;
    height: 30px;
  }

  .btn-modal-1 {
    width: 25px;
    height: 25px;
  }

  .modal-p {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 150%;
    display: block;
    position: static;
  }

  .modal-img {
    width: auto;
    max-width: 95%;
    margin-top: 10px;
  }

  .image-10 {
    max-width: 80%;
  }

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

  .modal-2, .modal-3 {
    display: none;
  }

  .btn-app-video {
    width: 85px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
    font-size: 13px;
    line-height: 10px;
  }

  .btn-app-video.w--current {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .btn-app-video.glightbox2 {
    width: 180px;
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .card-text-music {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    min-width: auto;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    display: block;
  }

  .music-txt-div {
    max-width: 100%;
  }

  .kinder-card-wide {
    border-radius: 15px;
    width: 280px;
    height: 280px;
    min-height: auto;
  }

  .benefits-card-photo {
    border-radius: 20px;
    width: auto;
    max-width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
  }

  .card-image-photo {
    max-width: 100%;
  }

  .app-image {
    max-width: 95%;
  }

  .slider-wrapper {
    margin-top: 0;
  }

  .slider-2 {
    width: 300px;
    height: 225px;
  }

  .image-18 {
    width: 300px;
  }

  .slider-users-word {
    width: 300px;
    height: auto;
    margin-bottom: 10px;
  }

  .users-word-p {
    font-size: 14px;
  }

  .slider-auto-music {
    width: 70vw;
  }

  .cards-containerr-music {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 20px;
  }

  .milestone-card-div {
    border-radius: 20px;
    width: auto;
    max-width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
  }

  .milestone-card-textt {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    min-width: auto;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    display: block;
  }

  .milestone-card-pic {
    max-width: 80%;
  }

  .about-section-1-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 10px;
  }

  .csr-text {
    font-size: 14px;
  }

  .btn-apply {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px 30px;
    font-size: 13px;
    line-height: 10px;
  }

  .btn-apply.w--current {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .csr-text-div {
    margin-bottom: 0;
  }

  .card-text-app {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    min-width: auto;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    display: block;
  }

  .btn-app-video-free {
    width: 85px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
    font-size: 13px;
    line-height: 10px;
  }

  .btn-app-video-free.w--current {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .btn-app-video-free.glightbox2 {
    width: 120px;
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .milestone-card-pic-small {
    max-width: 50%;
  }

  .milestone-card-pic-med {
    max-width: 70%;
  }

  .download-app-text {
    font-size: 16px;
  }

  .download-app-badge {
    width: 45%;
    max-width: none;
    margin-right: 5px;
  }
  .app-download-app-badge {
    width: 45%;
    max-width: none;
    margin-right: 5px;
  }
  .heading-1-black-download-app {
    font-size: 28px;
    line-height: 30px;
  }

  .h1-privacy-title {
    margin-bottom: 5px;
    font-size: 23px;
  }

  .privacy-text {
    font-size: 13px;
  }

  .h3-privacy {
    font-size: 20px;
    line-height: 1.2;
  }

  .bold-text {
    font-size: 15px;
  }

  .suspended-text {
    font-size: 18px;
  }

  .no-menu-logo {
    text-align: left;
    max-width: 60%;
    margin-left: 0;
  }

  .tch-resrc-button {
    max-width: 80%;
  }

  .tch-rsrc-logo-div {
    text-align: center;
  }

  .no-menu-logo-worksheet {
    text-align: left;
    max-width: 60%;
    margin-left: 0;
  }

  .message-login-btn {
    border-color: #fa7806;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 10px;
  }

  .message-login-btn.w--current {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .h1-terms-title {
    margin-bottom: 5px;
    font-size: 20px;
  }
  
	.about-text-heading {
		font-size: 20px;
		line-height: 25px;
	}
  
}


