@font-face {
  font-family: Bitter;
  src: url('../fonts/Bitter-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Bitter;
  src: url('../fonts/Bitter-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

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

:root {
  --green: #546e7a;
  --black: black;
  --white: white;
}

.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;
}

a {
  text-decoration: none;
}

.laguage-lesson-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.language-lesson-list {
  border: 1px #000;
  width: 80%;
  height: auto;
}

.link-block {
  background-color: var(--green);
  border-radius: 5px;
  width: 300px;
  height: 45px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .175s;
  box-shadow: 1px 1px 20px -7px #00000070;
}

.link-block:hover {
  background-color: #6b9979;
}

.link-block.long {
  width: 100%;
  transition: background-color .2s;
}

.link-block.back-to-lesson {
  border: 3px solid var(--green);
  background-color: #0000;
  margin-top: 40px;
}

.link-block.back-to-lesson:hover {
  filter: brightness(0%);
  color: var(--black);
}

.lesson-button-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bitter, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.lesson-button-text.mandali {
  font-family: Mandali, sans-serif;
}

.lesson-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bitter, sans-serif;
  font-size: 28px;
  overflow: visible;
}

.lesson-title.mandali {
  font-family: Mandali, sans-serif;
}

.grid {
  border-top: 3px #000;
  grid-template-rows: auto;
  justify-items: stretch;
  margin-top: 40px;
}

.lesson-tagline {
  margin-bottom: 20px;
  font-family: Bitter, sans-serif;
  font-size: 15px;
  display: block;
}

.lesson-information {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Bitter, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
}

.lesson-information.mandali {
  font-family: Mandali, sans-serif;
}

.lesson-div {
  flex-direction: column;
  margin-left: 35px;
  display: flex;
}

.image {
  border-radius: 5px;
}

.image.lesson {
  max-width: none;
  box-shadow: 0 0 20px -2px #0003;
}

.about-us-title {
  border-style: solid none;
  border-width: 3px;
  border-color: var(--green) black;
  width: 100%;
  color: var(--green);
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Bitter, sans-serif;
}

.about-us-title.lesson-plan {
  width: 65%;
  padding-bottom: 10px;
  font-family: Bitter, sans-serif;
  line-height: 56px;
}

.about-us-title.lesson-plan.mandali {
  font-family: Mandali, sans-serif;
}

.about-us-title.english-list {
  width: 80%;
}

.about-us-title.english-list.mandali, .about-us-title.mandali {
  font-family: Mandali, sans-serif;
}

.information-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.information-section.home {
  margin-top: 120px;
}

.featured-lesson-ad-image {
  border-radius: 5px;
  max-width: none;
  display: block;
  box-shadow: 0 0 20px -2px #0003;
}

.featured-lesson-sectio {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
}

.featured-lesson-ad-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bitter, sans-serif;
  font-size: 28px;
}

.featured-lesson-ad-title.mandali {
  font-family: Mandali, sans-serif;
}

.featured-lesson-ad-desc {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 65px;
  font-size: 15px;
  line-height: 24px;
}

.featured-lesson-ad-desc.mandali {
  font-family: Mandali, sans-serif;
}

.featured-lesson-ad-div {
  margin-left: 35px;
}

.collection-list {
  margin-bottom: 20px;
}

.video-section {
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.heading-8 {
  width: 350px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bitter, sans-serif;
  font-size: 26px;
}

.heading-8.mandali {
  font-family: Mandali, sans-serif;
}

.heading-9 {
  text-align: left;
  margin-top: 0;
  font-family: Bitter, sans-serif;
  font-size: 15px;
}

.heading-9.mandali {
  font-family: Mandali, sans-serif;
}

.download-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.download-grid {
  grid-template-rows: auto;
  place-content: center;
  place-items: center;
  display: flex;
}

.button-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bitter, sans-serif;
  font-size: 15px;
}

.button-title.back-to-lesson {
  color: var(--green);
  line-height: 40px;
}

.button-title.mandali {
  font-family: Mandali, sans-serif;
}

.download-title {
  text-align: center;
  width: 350px;
  font-family: Bitter, sans-serif;
  font-size: 20px;
  line-height: 33px;
}

.download-title.mandali {
  font-family: Mandali, sans-serif;
}

.image-3 {
  padding-right: 70px;
}

.grid-3 {
  grid-template-rows: auto;
  margin-top: 40px;
}

.image-4 {
  border-radius: 5px;
  margin-right: 25px;
  box-shadow: 1px 1px 10px #0000006b;
}

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

.html-embed {
  margin-top: 40px;
}

.nav-link {
  color: var(--green);
  flex-direction: row;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: color .2s;
  display: inline-block;
}

.nav-link:hover {
  color: var(--green);
  border-radius: 5px;
}

.nav-link.w--current {
  color: var(--green);
}

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

.heading-12 {
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.brand {
  flex-direction: row;
  padding-left: 5px;
  padding-right: 15px;
  display: flex;
}

.navbar {
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 20px -7px #7e7e7e8f;
}

.container {
  flex-direction: row;
  justify-content: space-around;
  display: block;
}

.featured-lesson-ad-grid {
  margin-top: 120px;
}

.footer-text {
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.footer {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.footer-link {
  color: var(--green);
}

.footer-link:hover {
  color: #344249;
}

.width {
  justify-content: center;
  width: 80%;
  display: flex;
}

.language-section {
  justify-content: center;
  align-items: flex-start;
  height: 68vh;
  min-height: 50vh;
  margin-top: 40px;
  display: flex;
}

.language-div {
  grid-template-rows: auto;
}

.footer-div {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.language-select {
  transition: all .2s;
}

.language-select:hover {
  filter: brightness(0%);
  transform: scale(1.1);
}

.about-us-section {
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.about-us-grid {
  grid-template-rows: auto;
}

.paragraph {
  margin-top: 20px;
  font-family: Bitter, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.cms-image-div {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.video-wrapper {
  width: 80%;
  max-width: 640px;
}

.div-block-10 {
  max-width: 500px;
}

.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;
}

.navbar-2 {
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 20px -7px #7e7e7e;
}

@media screen and (max-width: 991px) {
  .link-block {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .lesson-title {
    text-align: center;
    font-size: 24px;
  }

  .grid {
    grid-template-rows: auto auto;
    justify-items: center;
  }

  .lesson-tagline, .lesson-information {
    text-align: center;
  }

  .lesson-div {
    align-items: center;
    margin-left: 0;
  }

  .image {
    max-width: none;
  }

  .image.lesson {
    width: 95%;
  }

  .about-us-title.english-list {
    font-size: 34px;
  }

  .featured-lesson-ad-image {
    width: 95%;
  }

  .featured-lesson-ad-desc {
    padding-right: 0;
  }

  .featured-lesson-ad-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .heading-8 {
    font-size: 24px;
  }

  .nav-link, .nav-link.w--current, .nav-link.mandali {
    color: var(--green);
    margin-top: 10px;
  }

  .container {
    flex-direction: row;
    justify-content: space-between;
    display: block;
  }

  .featured-lesson-ad-grid {
    place-content: stretch;
    justify-items: center;
  }

  .language-section {
    align-items: flex-start;
  }

  .cms-image-div {
    justify-content: center;
  }

  .menu-button {
    margin-top: 10px;
  }

  .menu-button.w--open {
    background-color: var(--green);
  }

  .nav-menu {
    color: #363636;
    background-color: #0000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .link-block.long {
    width: 80%;
  }

  .lesson-title {
    line-height: 30px;
  }

  .lesson-information {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .about-us-title {
    font-size: 28px;
  }

  .about-us-title.english-list {
    font-size: 24px;
  }

  .featured-lesson-ad-desc {
    font-family: Bitter, sans-serif;
    font-weight: 400;
  }

  .heading-8 {
    text-align: center;
    font-size: 22px;
    line-height: 36px;
  }

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

  .download-title {
    text-align: left;
    width: 300px;
    font-size: 18px;
  }

  .image-3 {
    padding-right: 20px;
  }

  .grid-3 {
    grid-template-rows: auto auto;
  }

  .image-4 {
    text-align: center;
    margin-right: 0;
  }

  .nav-link {
    color: var(--white);
    text-align: center;
    flex-direction: column;
    margin-left: 0;
    display: flex;
  }

  .nav-link:hover {
    color: #fff;
  }

  .nav-link.w--current {
    color: var(--white);
    text-align: center;
    margin-left: 0;
  }

  .nav-link.mandali {
    color: var(--white);
  }

  .container {
    justify-content: space-around;
    align-items: stretch;
    display: block;
  }

  .about-us-grid {
    grid-template-rows: auto auto;
  }

  .menu-button.w--open {
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 24px;
  }

  .nav-menu {
    background-color: var(--green);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 73px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .link-block {
    width: 250px;
  }

  .link-block.back-to-lesson {
    width: 75%;
  }

  .lesson-title {
    font-size: 18px;
    line-height: 24px;
  }

  .lesson-tagline, .lesson-information {
    font-size: 14px;
    line-height: 24px;
  }

  .about-us-title {
    font-size: 14px;
  }

  .about-us-title.lesson-plan {
    line-height: 24px;
  }

  .about-us-title.english-list {
    font-size: 14px;
    line-height: 24px;
  }

  .featured-lesson-ad-title {
    font-size: 18px;
  }

  .featured-lesson-ad-desc {
    text-align: center;
    width: 300px;
    font-family: Bitter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .heading-8 {
    font-size: 20px;
    line-height: 28px;
  }

  .download-grid {
    flex-direction: column;
  }

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

  .image-3 {
    padding-right: 0;
  }

  .image-3.doc {
    margin-left: 12px;
  }

  .image-4 {
    margin-right: 0;
  }

  .nav-link:hover {
    color: #fff;
  }

  .footer-text {
    width: 90%;
    font-size: 14px;
    line-height: 24px;
  }

  .footer {
    text-align: right;
    justify-content: flex-end;
    font-size: 8px;
  }

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

  .download-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-e1bf0db8-7f0e-85f2-3186-d52fc5d076bb-049f0b2d {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: auto;
}

#w-node-_606e0d5f-92f9-f2fa-9648-f414705efc61-049f0b2d {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center start;
}

#w-node-_2485a5b1-7807-2644-e73e-69156e15f884-049f0b2d {
  justify-self: end;
}

#w-node-_21e30af3-7b06-f895-55a4-b177a695d0ef-049f0b2d {
  place-self: center start;
}

#w-node-a8edb059-17eb-d20a-2f56-4ab6db0564d8-e155e391 {
  justify-self: end;
}

#w-node-bc2cce3d-ab2e-3b58-4735-0dd9be82bdc0-e155e391 {
  place-self: center;
}

#w-node-_449579a1-ecc2-3cb4-d3b9-222b38de8257-e155e391, #w-node-a1b28b64-eb38-b6f9-4bff-b7b64ba9c8aa-e155e391, #w-node-_623fceb4-3328-65cf-d16c-773927164600-e155e391, #w-node-cee7f4d4-64e5-fc23-469f-970b185267af-cbfea332 {
  justify-self: end;
}

#w-node-f0dac41a-8dd3-da47-c648-0adf33918284-cbfea332 {
  justify-self: start;
}

#w-node-_5a44140a-e796-749f-3fea-c2248de88561-6a30a84c, #w-node-c6c3f182-e176-91c0-dda9-54eb61407927-6a30a84c, #w-node-_18784ea8-4056-04d7-46fb-8bec46bbed91-6a30a84c, #w-node-_0a2fc23e-79f8-2b8f-d266-017a1a430d47-6a30a84c, #w-node-d25f5e0d-dbfe-b616-ff87-178b85448c51-66f120d6 {
  justify-self: end;
}

#w-node-d25f5e0d-dbfe-b616-ff87-178b85448c52-66f120d6 {
  place-self: center;
}

#w-node-_67f9c94c-5cf7-5485-6c92-b0d7b7cd60a5-66f120d6, #w-node-_46527d30-5e18-326e-dc19-acc215e5f3fb-66f120d6, #w-node-_0cfefe1e-a712-aaa1-bcb8-3497c4f41184-66f120d6, #w-node-ab5f43f4-db8a-4a4e-dcc1-f84d220a30e4-d59bdd82 {
  justify-self: end;
}

#w-node-ab5f43f4-db8a-4a4e-dcc1-f84d220a30e5-d59bdd82 {
  align-self: center;
}

#w-node-_666ae128-9c45-946e-6867-36f5bc21211c-d59bdd82, #w-node-_145b0641-f7b2-79c6-5a21-f0e40f35419b-d59bdd82, #w-node-_7ec69a0f-1eb8-1432-38ee-8ae0adb483d5-d59bdd82, #w-node-_8b25328f-bddf-1b9d-8735-90144001aa88-d59bdd82, #w-node-cfc2716f-f632-5a49-28d5-ee2023566642-d59bdd82 {
  justify-self: end;
}

#w-node-e1bf0db8-7f0e-85f2-3186-d52fc5d076bb-1effc4c4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: auto;
}

#w-node-_606e0d5f-92f9-f2fa-9648-f414705efc61-1effc4c4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center start;
}

#w-node-_2485a5b1-7807-2644-e73e-69156e15f884-1effc4c4 {
  justify-self: end;
}

#w-node-_21e30af3-7b06-f895-55a4-b177a695d0ef-1effc4c4 {
  place-self: center start;
}

#w-node-ab5f43f4-db8a-4a4e-dcc1-f84d220a30e4-4a853612 {
  justify-self: end;
}

#w-node-ab5f43f4-db8a-4a4e-dcc1-f84d220a30e5-4a853612 {
  place-self: center;
}

#w-node-_666ae128-9c45-946e-6867-36f5bc21211c-4a853612, #w-node-_145b0641-f7b2-79c6-5a21-f0e40f35419b-4a853612, #w-node-_7ec69a0f-1eb8-1432-38ee-8ae0adb483d5-4a853612, #w-node-_8b25328f-bddf-1b9d-8735-90144001aa88-4a853612, #w-node-cfc2716f-f632-5a49-28d5-ee2023566642-4a853612, #w-node-cee7f4d4-64e5-fc23-469f-970b185267af-5780eb6e {
  justify-self: end;
}

#w-node-f0dac41a-8dd3-da47-c648-0adf33918284-5780eb6e {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-e1bf0db8-7f0e-85f2-3186-d52fc5d076bb-049f0b2d {
    grid-area: span 2 / span 2 / span 2 / span 2;
    justify-self: center;
  }

  #w-node-_606e0d5f-92f9-f2fa-9648-f414705efc61-049f0b2d {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: center;
  }

  #w-node-_2485a5b1-7807-2644-e73e-69156e15f884-049f0b2d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_21e30af3-7b06-f895-55a4-b177a695d0ef-049f0b2d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-e1bf0db8-7f0e-85f2-3186-d52fc5d076bb-1effc4c4 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    justify-self: center;
  }

  #w-node-_606e0d5f-92f9-f2fa-9648-f414705efc61-1effc4c4 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: center;
  }

  #w-node-_2485a5b1-7807-2644-e73e-69156e15f884-1effc4c4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_21e30af3-7b06-f895-55a4-b177a695d0ef-1effc4c4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a8edb059-17eb-d20a-2f56-4ab6db0564d8-e155e391 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-bc2cce3d-ab2e-3b58-4735-0dd9be82bdc0-e155e391 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-cee7f4d4-64e5-fc23-469f-970b185267af-cbfea332 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0dac41a-8dd3-da47-c648-0adf33918284-cbfea332 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_5a44140a-e796-749f-3fea-c2248de88561-6a30a84c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_5a44140a-e796-749f-3fea-c2248de88562-6a30a84c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-d25f5e0d-dbfe-b616-ff87-178b85448c51-66f120d6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-d25f5e0d-dbfe-b616-ff87-178b85448c52-66f120d6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-ab5f43f4-db8a-4a4e-dcc1-f84d220a30e4-d59bdd82 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-ab5f43f4-db8a-4a4e-dcc1-f84d220a30e5-d59bdd82 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-ab5f43f4-db8a-4a4e-dcc1-f84d220a30e4-4a853612 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-ab5f43f4-db8a-4a4e-dcc1-f84d220a30e5-4a853612 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-cee7f4d4-64e5-fc23-469f-970b185267af-5780eb6e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0dac41a-8dd3-da47-c648-0adf33918284-5780eb6e {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ab5f43f4-db8a-4a4e-dcc1-f84d220a30e4-d59bdd82, #w-node-ab5f43f4-db8a-4a4e-dcc1-f84d220a30e4-4a853612 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}