@font-face {
  font-family: Cooperb;
  src: url('../fonts/cooperb.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dim-greys: #696d7d;
  --dim-grey: #4e515c;
  --burntsienna: #127f28;
  --floral-white: #f0faed;
  --dark-grey: #9c9ea7;
  --std_rounding: 25px;
  --mustard: #c2beb5;
}

.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: #4e515c;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Fraunces, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Fraunces, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

h5 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

p {
  margin-bottom: 20px;
}

.big-cointainer {
  overflow: hidden;
}

.container {
  background-color: #f0faed;
}

.container._404-container {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.content {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 80px;
}

.content.header-content {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1800px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.content.wrapper-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.content.contact-content {
  width: 90%;
  max-width: 1800px;
}

.content.reviews-content {
  padding-bottom: 40px;
}

.content._404-content {
  width: auto;
}

.content.kids-content {
  padding-bottom: 40px;
}

.block-holder {
  margin-bottom: 80px;
}

.title-holder {
  border-bottom: 1px solid var(--dim-greys);
  margin-bottom: 30px;
}

.content-holder {
  justify-content: space-between;
}

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

.inner-paragraph {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 27px;
}

.paragraph-medium {
  color: var(--dim-grey);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.paragraph-big {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.paragraph-big.paragraph-start-box {
  margin-bottom: 0;
}

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

.unordered-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.unordered-list.wrapper-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 10px;
}

.link-inner {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.link-inner.footer {
  background-color: #4e515c;
}

.link-inner.nav {
  background-color: #fbf8f2;
}

.link-orange {
  color: #e76f51;
  background-image: url('../images/Arrow-right-orange_1Arrow right orange.png');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: background-position .4s;
}

.link-orange:hover {
  background-position: 100%;
}

.footer-link {
  color: #fff;
  line-height: 28px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.link {
  color: #4e515c;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.buttons-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-inner {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.cta-inner.last {
  background-color: #fbf8f2;
}

.cta {
  border: 1px solid var(--burntsienna);
  background-color: var(--burntsienna);
  text-align: center;
  border-radius: 27px;
  margin-right: 10px;
  padding: 13px 32px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: color .5s, background-color .5s;
}

.cta:hover {
  background-color: var(--floral-white);
  color: var(--burntsienna);
}

.cta.transparent {
  color: #127f28;
  background-color: #e76f5100;
  font-family: Montserrat, sans-serif;
}

.cta.transparent:hover {
  background-color: var(--burntsienna);
  color: #fff;
}

.cta.white {
  color: #127f28;
  background-color: #fff;
}

.cta.white:hover {
  background-color: var(--burntsienna);
  color: #fff;
}

.cta.white.w--current {
  transition-duration: .5s;
}

.cta.password-cta {
  width: 100%;
}

.cta.cta-email {
  transition-duration: .5s;
}

.color-inner {
  margin-bottom: 30px;
}

.color-inner.last {
  margin-bottom: 0;
}

.foral-white {
  background-color: var(--floral-white);
  width: 100%;
  height: 70px;
}

.color-title {
  color: #030c24;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.burntsienna {
  background-color: var(--burntsienna);
  min-height: 80px;
}

.dim-grey {
  background-color: var(--dim-grey);
  min-height: 80px;
}

.dim-greys {
  background-color: var(--dim-greys);
  min-height: 80px;
}

.footer-big {
  background-color: var(--dim-grey);
}

.form-top-holder {
  border-bottom: 1px solid #696d7d;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-left {
  width: 47%;
}

.white {
  color: #fff;
}

.footer-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-right {
  text-align: right;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

.footer-paragraph {
  color: var(--dark-grey);
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}

.dark-grey {
  background-color: var(--dark-grey);
  min-height: 80px;
}

.social-box {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 150px;
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  max-width: 560px;
  display: flex;
}

.paragraph-footer-bottom {
  color: var(--dark-grey);
  margin-bottom: 0;
}

.banner-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.banner-text {
  width: 53%;
}

.banner-paragraph {
  width: auto;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.list-item {
  background-image: url('../images/GreenCheckmark-2.jpg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
}

.ordered-list-item {
  margin-bottom: 10px;
}

.center-holder {
  text-align: center;
  margin-bottom: 60px;
}

.center-holder.bright-holder {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.serving-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.locations-holder {
  box-shadow: 0 1px 6px 0 var(--dark-grey);
  border-radius: 17px;
  width: 48%;
  padding: 40px;
}

.learner {
  background-color: #696d7d;
}

.learner-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.learner-text {
  width: 45%;
}

.learning-heading {
  color: #fff;
}

.learning-paragraph {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.reviews-small-holder {
  justify-content: space-between;
  align-items: center;
  max-width: 290px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.review-paragraph {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.reviews-boxes {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-box {
  background-color: var(--floral-white);
  border-radius: 17px;
  padding: 40px 45px;
}

.stars-image {
  margin-bottom: 20px;
}

.paragraph-name {
  font-weight: 700;
}

.paragraph-name.no-margin {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-span {
  font-weight: 400;
}

.start-boxes {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.box-image {
  border-radius: var(--std_rounding);
  margin-bottom: 20px;
}

.connected {
  background-color: var(--floral-white);
}

.conected-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.connected-text {
  width: 43%;
}

.kids-holder {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
  display: flex;
}

.kids-holder.reverse {
  flex-direction: row-reverse;
}

.kids-holder.no-margin {
  margin-bottom: 0;
}

.kids-text {
  width: 40%;
}

.teachers-holder {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.teacher-box {
  border: 1px solid #d6dbdb;
  border-radius: 27px;
  padding: 35px 30px;
}

.childcare-section {
  background-color: var(--floral-white);
}

.childcare-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.childcare-text {
  width: 47%;
}

.paragraph-bigger {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.download-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 377px;
  display: flex;
}

.childcare-image {
  position: relative;
  left: -170px;
}

.news-holder {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.news-left {
  width: 72%;
}

.paragraph-orange {
  color: var(--burntsienna);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.article-image {
  margin-bottom: 10px;
}

.no-margin {
  margin-bottom: 0;
}

.news-right {
  width: 26%;
}

.bright-section {
  background-color: var(--floral-white);
}

.bright-section.tips-section {
  background-color: var(--dim-greys);
}

.form-holder {
  justify-content: space-between;
  align-items: center;
  max-width: 536px;
  margin-left: auto;
  margin-right: auto;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  place-content: flex-start space-between;
  align-items: center;
  display: flex;
}

.field {
  border: 1px solid #ede5d5;
  border-radius: 27px;
  width: 68%;
  height: 52px;
  margin-bottom: 0;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 20px;
}

.field.password-field {
  width: 100%;
  margin-bottom: 10px;
}

.contact-banner-holder {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-left {
  width: 100%;
  max-width: 450px;
}

.banner-left {
  justify-content: flex-end;
  width: 50%;
  padding-right: 5%;
  display: flex;
}

.contact-image-holder {
  background-image: url('../images/Kid-Play.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 26px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 840px;
  height: 79vh;
  padding: 50px 40px;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dim-grey);
  color: #000;
  background-color: #fff0;
}

.area {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dim-grey);
  background-color: #fff0;
  margin-bottom: 20px;
}

.us-section {
  background-color: var(--floral-white);
}

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

.us-box {
  border: 1px solid var(--mustard);
  padding: 50px 25px;
}

.mustard {
  background-color: var(--mustard);
  min-height: 80px;
}

.contact-icon {
  margin-bottom: 10px;
}

.utility-page-wrap {
  background-color: var(--floral-white);
  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;
}

.heading-notified {
  color: #fff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.article-text-holder {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.header-section {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.nav-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.buttons-section {
  justify-content: space-between;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.dropdown-questions-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.dropdown-accordion {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.dropdown-accordion.no-margin {
  margin-bottom: 0;
}

.dropdown-toggle {
  background-image: url('../images/Clouds_1Clouds.png');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 70px;
  padding-top: 5px;
  padding-left: 80px;
}

.dropdown-icon {
  color: #4a4847;
  font-size: 17px;
  line-height: 17px;
}

.dropdown-text {
  color: var(--dim-grey);
  font-family: Fraunces, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.dropdown-list {
  background-color: #fff;
  padding: 20px;
  display: block;
  position: static;
}

.dropdown-span {
  color: var(--dim-greys);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.collection-item-blog {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-bottom: 1px solid var(--dark-grey);
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}

.collection-item {
  border: 1px solid #d6dbdb;
  border-radius: 27px;
  padding: 35px 30px;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.link-holder {
  color: var(--dim-grey);
  text-decoration: none;
  transition: color .3s;
}

.link-holder:hover {
  color: var(--burntsienna);
}

.field-label {
  display: none;
}

.social-twitter {
  transition: opacity .3s;
}

.social-twitter:hover {
  opacity: .6;
  background-color: #0000;
}

.social-instagram {
  transition: opacity .3s;
}

.social-instagram:hover {
  opacity: .6;
}

.social-linkedin {
  transition: opacity .3s;
}

.social-linkedin:hover {
  opacity: .6;
}

.social-facebook {
  transition: opacity .3s;
}

.social-facebook:hover {
  opacity: .6;
}

.paragraph-italic {
  color: var(--floral-white);
  font-family: Fraunces, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 45px;
}

.form-block {
  margin-bottom: 0;
}

.changelog-holder {
  border: 3px solid #273037;
  padding: 40px;
}

.licesing-holder {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 3px solid #273037;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  padding: 40px;
  display: grid;
}

.licesing-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 0;
  display: flex;
}

.link-simple {
  color: #6a6a6a;
}

.link-simple:hover {
  text-decoration: none;
}

.heading {
  color: #000;
  max-width: 1000px;
  margin-bottom: 20px;
  font-family: Cooperb, Arial, sans-serif;
}

.heading-2 {
  font-family: Cooperb, Arial, sans-serif;
}

.image {
  background-color: #f0faed;
}

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

.paragraph {
  margin-bottom: 60px;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
}

.image-3 {
  border-radius: var(--std_rounding);
  border-style: solid;
  border-color: #000;
  max-width: 50%;
}

.image-4 {
  border-radius: var(--std_rounding);
  max-width: 50%;
}

.image-5 {
  border-radius: var(--std_rounding);
  max-width: 55%;
}

.image-6 {
  border: 2px solid #000;
  border-radius: 5px;
  max-width: 50%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 55px;
    line-height: 65px;
  }

  h2 {
    font-size: 36px;
    line-height: 45px;
  }

  .content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .content.header-content {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

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

  .content.utilities-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .logo {
    width: 340px;
  }

  .unordered-list.wrapper-list {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .color-title {
    font-size: 20px;
    line-height: 30px;
  }

  .footer-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .banner-holder {
    flex-direction: column;
    align-items: center;
  }

  .banner-text {
    width: 100%;
  }

  .serving-holder {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .locations-holder {
    width: 100%;
  }

  .learner-holder {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .learner-text {
    width: 100%;
  }

  .reviews-boxes {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .review-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .start-boxes {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .conected-holder {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .connected-text {
    width: 100%;
  }

  .kids-holder {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 90px;
  }

  .kids-holder.reverse {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .kids-text {
    width: 100%;
  }

  .teachers-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .teacher-box {
    padding-left: 30px;
  }

  .childcare-holder {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .childcare-text {
    width: 100%;
  }

  .childcare-image {
    width: 80%;
    left: 0;
  }

  .news-holder {
    flex-direction: column;
  }

  .news-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .news-right {
    width: 100%;
  }

  .contact-banner-holder {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .banner-left {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0%;
  }

  .contact-image-holder {
    width: 100%;
  }

  .us-holder {
    grid-template-columns: 1fr 1fr;
  }

  .header-section {
    justify-content: flex-end;
    max-width: 315px;
  }

  .nav-section {
    display: none;
  }

  .dropdown-text {
    font-size: 22px;
    line-height: 28px;
  }

  .collection-item-blog {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-italic {
    font-size: 27px;
    line-height: 37px;
  }

  .lottie-animation {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  p {
    font-size: 16px;
    line-height: 25px;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content.header-content {
    justify-content: center;
  }

  .content.wrapper-content {
    padding-bottom: 0;
  }

  .logo {
    margin-bottom: 20px;
  }

  .paragraph-holder, .lists-holder {
    grid-template-columns: 1fr;
  }

  .link-wrapper, .buttons-holder {
    grid-template-columns: 1fr 1fr;
  }

  .form-top-holder {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .footer-left {
    width: 100%;
  }

  .footer-buttons {
    width: 100%;
    max-width: 100%;
  }

  .footer-right {
    align-items: flex-start;
    width: 100%;
  }

  .center-holder {
    margin-bottom: 40px;
  }

  .reviews-boxes {
    grid-template-columns: 1fr;
  }

  .kids-holder {
    margin-bottom: 60px;
  }

  .teachers-holder {
    grid-template-columns: 1fr;
  }

  .buttons-section {
    flex-wrap: wrap;
  }

  .dropdown-toggle {
    padding-right: 50px;
  }

  .dropdown-text {
    font-size: 20px;
    line-height: 26px;
  }

  .dropdown-list {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .paragraph-italic {
    font-size: 25px;
    line-height: 35px;
  }

  .changelog-holder {
    padding: 20px;
  }

  .licesing-holder {
    grid-template-columns: 1fr;
    margin-top: 40px;
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
  }

  p {
    font-size: 16px;
    line-height: 25px;
  }

  .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content.contact-content {
    padding-bottom: 0;
  }

  .logo {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .unordered-list.wrapper-list {
    flex-direction: column;
  }

  .link-wrapper {
    grid-template-columns: 1fr;
  }

  .link-inner {
    justify-content: flex-start;
  }

  .buttons-holder {
    grid-template-columns: 1fr;
  }

  .cta {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
  }

  .cta.cta-email {
    width: 100%;
  }

  .color-title {
    font-size: 18px;
    line-height: 28px;
  }

  .form-top-holder {
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .list-item {
    width: 100%;
  }

  .center-holder {
    margin-bottom: 40px;
  }

  .locations-holder {
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-box {
    padding: 25px;
  }

  .start-boxes {
    grid-template-columns: 1fr;
  }

  .kids-holder {
    margin-bottom: 50px;
  }

  .teachers-holder {
    grid-template-columns: 1fr;
  }

  .teacher-box {
    padding: 25px;
  }

  .form {
    flex-direction: column;
  }

  .field {
    width: 100%;
  }

  .contact-banner-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-image-holder {
    padding: 30px;
  }

  .us-holder {
    grid-template-columns: 1fr;
  }

  .us-box {
    padding: 25px;
  }

  .buttons-section {
    display: none;
  }

  .dropdown-toggle {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .dropdown-text {
    font-size: 18px;
    line-height: 25px;
  }

  .dropdown-list {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collection-item {
    padding: 25px;
  }

  .paragraph-italic {
    font-size: 21px;
    line-height: 30px;
  }
}

#w-node-_64722191-ca20-8c70-b3ca-6d8fb28a590e-e5530711, #w-node-e219182e-c01f-59c8-5c9a-2ad9ab081375-e5530711, #w-node-fe468f6a-369a-7e7e-a4c7-abc913e3785b-e5530711, #w-node-_1390d580-9279-7afd-bce7-f29ef071da5a-e5530711, #w-node-_8b549b86-6ec1-e7cf-de81-a6db650271f5-e5530711, #w-node-cbcfd279-970b-aa1d-c077-4306db6967f7-e5530711, #w-node-_860f4571-2cf3-0b12-1f52-d9012e40edee-e5530712, #w-node-_6170961e-535e-b618-2b48-ae84de3acbaf-e5530712, #w-node-fb968f4d-a0cb-218d-807a-89138a865f15-e5530712, #w-node-c1cdfeb8-5333-042a-500c-d5d95bd3544e-e5530712, #w-node-f274712a-2f44-77e3-662e-66b431b657de-e5530712, #w-node-b94bc95f-4c72-fb58-5887-ec1d13a11826-e5530712, #w-node-_16fb43b4-64ed-bca2-6fd8-e504a705731d-e5530712, #w-node-_51dd4344-3386-2f1a-c099-16853f5318eb-e5530712, #w-node-d90a7524-d989-334c-c225-5c9d0c51840f-e5530712, #w-node-_8c7af0f7-5e8a-ad6c-5072-ec408dd1de33-e5530712, #w-node-be72d47c-32d7-2773-beee-27507bece301-e5530713, #w-node-f791aee2-eb20-c803-0930-2b475507d6a0-e5530713, #w-node-_42b1882b-fca1-3382-0ddb-e43d4cc1e318-e5530713, #w-node-_9861224f-bade-8fbf-cf25-882ffc6cf296-e5530713 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Cooperb';
  src: url('../fonts/cooperb.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}