:root {
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray600: #475467;
  --untitled-ui--primary200: #e9d7fe;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --_knowledgehook---mid-green: #1faf92;
  --_knowledgehook---orange: #ff9b2e;
  --_knowledgehook---pink: #f69fff;
  --_knowledgehook---green: #007d64;
  --_knowledgehook---light-orange: #ffb360;
  --_knowledgehook---burgandy: #882343;
  --_knowledgehook---pale-yellow: #fada70;
  --_knowledgehook---burnt-orange: #e76541;
  --_knowledgehook---light-green: #abe69e;
  --_knowledgehook---light-blue: #52c7fd;
  --_knowledgehook---kh-blue: #2229c4;
  --_knowledgehook---blue: #0b73af;
  --_knowledgehook---red: #e3294d;
  --_knowledgehook---teal: #84bbb0;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--success700: #027a48;
  --_knowledgehook---white: white;
  --untitled-ui--success50: #ecfdf3;
  --_knowledgehook---black: #000;
  --untitled-ui--gray500: #667085;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.khnavbar {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: 0;
  margin-right: 0;
}

.navbar-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.nav-menu-wrapper {
  background-color: #c8c8c800;
  display: flex;
  position: static;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 29px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

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

.nav-dropdown-link {
  width: 200px;
  max-width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  flex-flow: column;
  display: flex;
}

.nav-button-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 100%;
  margin-left: 120px;
  display: flex;
}

.button-primary {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  width: 90px;
  max-width: 500px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 15px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  display: block;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.navbuttonstudent {
  width: 130px;
}

.button-primary.navbuttonstudent.navbuttonstudentfr {
  width: 200px;
}

.button-primary.buttonprimaryfr {
  text-align: center;
  width: 110px;
}

.image {
  padding-top: 16px;
  display: inline-block;
  position: static;
}

.dropdown-toggle {
  padding-left: 3px;
}

.dropdown {
  width: 100px;
  position: static;
}

.container {
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  display: block;
  overflow: visible;
}

.uui-text-align-center {
  text-align: center;
}

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

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-heading-xlarge {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xlarge.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-heroheader15_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 28rem;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-text-size-xlarge.text-color-primary200 {
  color: var(--untitled-ui--primary200);
}

.uui-section_heroheader15 {
  background-color: var(--untitled-ui--primary800);
  overflow: hidden;
}

.uui-heroheader15_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-heroheader15_card-image-01 {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(-65%, 79%)rotate(30deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader15_card-image-02 {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(-38%, 33%)rotate(60deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader15_card-image-03 {
  z-index: 3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(0, 16%)rotate(90deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader15_card-image-04 {
  z-index: 4;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(38%, 33%)rotate(120deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader15_card-image-05 {
  z-index: 5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(65%, 79%)rotate(150deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-space-xhuge {
  width: 100%;
  min-height: 7rem;
}

.uui-heroheader15_subheading {
  color: var(--untitled-ui--primary200);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.text-block {
  padding-top: 16px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.image-2 {
  margin-left: 2px;
}

.list-item, .list-item-2, .list-item-3 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.link-block {
  width: 50px;
  height: 50px;
  display: flex;
}

.dropdown-2 {
  width: 50px;
  height: 50px;
  display: none;
}

.dropdown-toggle-2 {
  width: 50px;
  height: 50px;
  padding: 0;
  display: flex;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 57px;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #2229c4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  padding: 50px 40px 50px 50px;
  display: grid;
}

.section.header {
  padding-right: 0;
}

.heading {
  color: #f6f6f6;
  max-width: 600px;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  display: block;
}

.heading.heroheading {
  margin-left: 100px;
  font-size: 30px;
}

.heading-2 {
  color: #f6f6f6;
  letter-spacing: -1px;
  max-width: 600px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 55px;
}

.body {
  color: #333;
}

.homeherobutton {
  color: #2229c4;
  background-color: #52c7fd;
  border-radius: 8px;
  margin-top: 15px;
  margin-left: 100px;
  font-family: Poppins, sans-serif;
}

.homeherobutton:hover {
  background-color: #fff;
}

.image-3 {
  float: none;
  text-align: left;
  vertical-align: baseline;
  width: 300%;
  max-width: 40%;
  font-size: 40px;
  display: inline-block;
  position: absolute;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-3 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.heading-3.herosubheading {
  width: 100%;
  max-width: 100%;
  margin-left: 100px;
  font-weight: 200;
}

.div-block-2 {
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
}

.div-block-2.herowrap {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.homepageheroimage {
  box-sizing: border-box;
  object-fit: fill;
  width: 600px;
  max-width: 200%;
  margin-top: -50px;
  margin-left: 113px;
  position: absolute;
}

.text-block-2 {
  color: #fff;
}

.frame-173 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.group-166 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1204px;
  height: 736px;
  text-decoration: none;
  display: flex;
}

.istock-1354641400-12 {
  object-fit: cover;
}

.section-2 {
  display: flex;
}

.section-2.navigationsection {
  background-color: #e5e6f8;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 80px;
}

.awards-container {
  flex-flow: column;
  display: flex;
}

.awards-section {
  background-color: #e5e6f8;
}

.div-block-3 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.navcontainer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: 1fr;
  grid-template-columns: auto 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  width: 100%;
  min-width: 1200px;
  display: grid;
}

.nav-card {
  background-color: #0000;
  flex-flow: column;
  display: flex;
}

.nav-card.navcard1 {
  background-color: var(--_knowledgehook---mid-green);
  border: 2px solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
}

.nav-card.navcard2 {
  background-color: var(--_knowledgehook---orange);
  border: 2px solid #000;
}

.nav-card.navcard3 {
  background-color: #52c7fd;
  border: 2px solid #000;
}

.nav-card.navcard4 {
  background-color: var(--_knowledgehook---pink);
  border: 2px solid #000;
}

.awardimage {
  opacity: 1;
  object-fit: contain;
  width: 120px;
  min-width: 100px;
  height: 0;
  min-height: 40px;
  margin-left: 60px;
}

.button-2 {
  background-color: #3898ec00;
  margin-top: 30px;
  margin-bottom: 30px;
}

.button-2.navcardbutton {
  color: #000;
  border: 1px solid #000;
  border-radius: 8px;
  align-self: flex-start;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.image-5 {
  flex: 1;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.teacherhomenavcardtext {
  color: #000;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
}

.teacherhomenavcardheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
}

.homepagelinebreak {
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 1175px;
  height: 1px;
  margin-left: 20px;
  display: flex;
}

.homepagelinebreak.lineclassossection {
  flex-flow: column;
  margin-bottom: 60px;
}

.homepagelinebreak.lineimpacthome {
  width: 872px;
  height: 1.5px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0;
}

.homepagelinebreak.lineimpacthome.lineimpactadmin {
  background-color: #fff;
}

.homepagelinebreak.homepageherolinebreak {
  background-color: #fff;
  width: 93%;
  margin-left: 100px;
}

.image-6 {
  object-fit: contain;
  margin-bottom: 30px;
}

.image-7 {
  object-fit: fill;
  margin-bottom: 30px;
}

.text-block-4 {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
}

.heading-5 {
  padding-left: 10px;
  padding-right: 10px;
}

.homepagenavcardimage {
  border-top: 0 #000;
  border-bottom: 0 solid #000;
  margin-bottom: 30px;
}

.os-intro-section {
  background-color: #e5e6f8;
  margin-bottom: 100px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-9 {
  width: 200px;
}

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

.homeossubheading {
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

.homeosheading {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

.image-10 {
  padding-bottom: 40px;
}

.text-block-5 {
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.homepageclassoscalloutbutton {
  color: #000;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-bottom-width: 1.5px;
  border-radius: 8px;
  align-self: center;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.homepageclassoscalloutbutton:hover {
  color: #fff;
  background-color: #000;
}

.homeimpactsection {
  margin-top: 60px;
}

.homeimpactcontainer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.image-11 {
  z-index: 0;
  clear: none;
  width: 80px;
  margin-bottom: -50px;
  padding-bottom: 0;
  position: relative;
}

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

.div-block-4.impactblock {
  background-color: #ffb360;
  flex-flow: column;
  align-items: center;
  margin-bottom: 140px;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-4.impactblock.impactblockadmin {
  background-color: var(--_knowledgehook---green);
}

.homeimpactheading {
  color: #882343;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 60px;
}

.homeimpactheading.impactheadingadmin {
  color: var(--_knowledgehook---light-orange);
}

.homeimpacttext {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
}

.homeimpacttext.impacttextadmin {
  color: #fff;
}

.homeimpactbutton {
  background-color: #882343;
  border: 0 solid #000;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.homeimpactbutton:hover {
  color: var(--_knowledgehook---burgandy);
  background-color: #fff;
}

.homeimpactbutton.adminimpactbutton {
  background-color: var(--_knowledgehook---orange);
  color: #000;
}

.homeimpactbutton.adminimpactbutton:hover {
  background-color: var(--_knowledgehook---pale-yellow);
}

.homeimacttext2 {
  text-align: left;
  margin-right: 30px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

.homeimacttext2.impacttextadmin2 {
  color: #fff;
}

.image-12 {
  border-radius: 8px;
  width: 872px;
}

.homeprivacysection {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  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: 1200px;
  max-width: 1920px;
  margin-top: 140px;
  margin-bottom: 140px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.homeprivacycontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  background-color: #882343;
  grid-template: "Area" 1fr
  / .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  width: 1200px;
  min-width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 0;
  display: flex;
  position: static;
}

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

.div-block-5.homeprivacydiv {
  aspect-ratio: auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  max-width: 700px;
  margin-left: 150px;
}

.image-13 {
  max-width: 60%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 20px;
  padding-bottom: 20px;
  position: static;
}

.heading-6 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

.heading-6.homeprivacyheader {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 55px;
  font-weight: 100;
  line-height: 60px;
}

.text-block-6 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-block-6.homeprivacytext {
  width: 80%;
  max-width: 100%;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
}

.homeprivacybutton {
  color: #882343;
  background-color: #ffb360;
  border-radius: 8px;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.homeprivacybutton:hover {
  background-color: var(--_knowledgehook---orange);
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  max-width: 1000px;
  margin: 20px 40px;
  display: flex;
}

.herosection {
  width: 100%;
  max-width: 100%;
  max-height: 1000px;
  margin-bottom: 40px;
  display: flex;
}

.herosection.adminhero {
  margin-bottom: 60px;
}

.herosection.careerhero {
  margin-bottom: 100px;
}

.privacyvalue {
  flex-flow: column;
  display: block;
}

.container-5 {
  display: flex;
}

.container-5.herocontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_knowledgehook---burnt-orange);
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  max-width: 100%;
  max-height: 1000px;
  display: flex;
}

.container-5.herocontainer.adminherocontainer {
  background-color: var(--_knowledgehook---pink);
}

.container-5.herocontainer.careerherocontainer {
  background-color: var(--_knowledgehook---pale-yellow);
  width: 95%;
}

.container-5.herocontainer.teacherherocontainer {
  background-color: var(--_knowledgehook---mid-green);
}

.container-5.herocontainer.pedagogyherocontainer {
  background-color: var(--_knowledgehook---light-green);
}

.container-5.herocontainer.teacherresourcehero {
  background-color: var(--_knowledgehook---orange);
  width: 90%;
}

.container-5.herocontainer.studentengagementhero {
  background-color: var(--_knowledgehook---light-blue);
}

.heroleft {
  flex-flow: column;
  width: 70%;
  max-width: 1000px;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 0;
  display: flex;
}

.heroheadingblock {
  width: 600px;
  max-width: 600px;
  margin-bottom: 10px;
  display: flex;
}

.heading-7 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.heading-7.heroheading1 {
  font-size: 18px;
  font-weight: 700;
}

.heading-7.heroheading1.careerheroheading1 {
  font-size: 16px;
}

.div-block-9 {
  background-color: #000;
  width: 95%;
  max-width: 100%;
  height: 1.5px;
  margin-bottom: 10px;
  margin-left: 0;
  position: static;
}

.image-14 {
  width: 451px;
  max-width: 1000px;
  max-height: 1000px;
  margin-left: 0;
}

.heroright {
  aspect-ratio: auto;
  object-fit: contain;
  justify-content: flex-end;
  align-items: center;
  height: 84.676%;
  max-height: 1000px;
  margin-left: 0;
  display: flex;
}

.image-15 {
  width: 5%;
  height: 5%;
  margin-left: 20px;
  margin-right: 10px;
  padding-top: 8px;
}

.image-15.herolock {
  margin-left: 0;
}

.heroheading2 {
  color: #000;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 50px;
}

.herotext {
  color: #000;
  white-space: normal;
  width: 97%;
  max-width: 100%;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.container-6 {
  flex-flow: column;
  display: flex;
}

.container-6.privacyvalue {
  align-items: center;
}

.container-6.privacyvaluecontainer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.privacyvaluelinebreak {
  color: #000;
  background-color: #000;
  justify-content: center;
  width: 1200px;
  max-width: 1900px;
  height: 1.5px;
  margin-bottom: 60px;
  display: flex;
}

.privacyvaluepropblock {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 20px;
  display: flex;
}

.privacyvaluepropblock.privacyvalueblockend {
  margin-bottom: 60px;
}

.privacyvalueimage {
  border: 20px solid #027a48;
  width: 650px;
  max-width: 1000px;
}

.privacyvalueimage.privacyvaluepropimage {
  width: 650px;
}

.privacyvalueimage.privacyvalueimage1 {
  border-color: var(--_knowledgehook---green);
  width: 685px;
}

.privacyvalueimage.privacyvalueimage2 {
  border-color: var(--_knowledgehook---light-blue);
  width: 685px;
}

.privacyvalueimage.privacyvalueimage3 {
  border-color: var(--_knowledgehook---light-orange);
  object-fit: cover;
  width: 685px;
}

.privacyvalueimage.privacyvalueimage4 {
  border-style: solid;
  border-color: var(--_knowledgehook---burgandy);
  object-fit: cover;
  width: 685px;
}

.privacyvalueimage.privacyvalueimage5 {
  border-color: var(--_knowledgehook---pale-yellow);
  width: 685px;
}

.privacyvalueimage.privacyvalueimage6 {
  border-color: var(--_knowledgehook---pink);
  width: 685px;
}

.privacyvalueimage.privacyvalueimage7 {
  border-color: var(--_knowledgehook---kh-blue);
  width: 685px;
}

.privacyvalueimage.privacyvalueimage8 {
  border-color: var(--_knowledgehook---light-green);
  width: 685px;
}

.div-block-11 {
  flex-flow: column;
  align-items: flex-start;
  width: 1000px;
  max-width: 700px;
  display: flex;
}

.div-block-11.privacyvaluedivleft {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-12 {
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 600px;
  max-width: 600px;
  display: flex;
}

.div-block-12.privacyvaluedivright {
  border-radius: 8px;
  width: 650px;
  max-width: 1000px;
  overflow: visible;
}

.heading-8 {
  color: #000;
  margin-top: 0;
  margin-bottom: 100px;
  font-family: Poppins, sans-serif;
}

.heroimage {
  object-fit: fill;
  width: 450px;
  max-width: 1000px;
  max-height: 1000px;
}

.heroimage.teacherheroimage {
  width: 477px;
}

.text-block-7 {
  width: 450px;
  max-width: 500px;
}

.text-block-7.herovaluetext {
  width: 500px;
  margin-bottom: 130px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-block-7.herovaluetext.privacyvaluetext {
  width: 450px;
  margin-bottom: 110px;
  line-height: 22px;
}

.image-17 {
  width: 15%;
  margin-bottom: 0;
}

.heading-9 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.section-3 {
  margin-bottom: 60px;
}

.privacyfaqcontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #52c7fd00;
  flex-flow: column;
  justify-content: center;
  width: 1200px;
  max-width: 1200px;
  display: flex;
}

.section-4 {
  flex-flow: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.div-block-13 {
  background-color: var(--_knowledgehook---pale-yellow);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3px;
  max-width: 20px;
  height: 425px;
  max-height: 500px;
  margin-top: 40px;
  display: flex;
}

.div-block-14 {
  flex-flow: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.div-block-15 {
  flex-flow: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.privacyresourceicons {
  width: 15%;
  max-width: 30%;
  margin-bottom: 40px;
}

.privacyfaqheading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 100;
}

.privacyfaqtext {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 40px;
}

.privacyfaqbutton {
  color: #fff;
  background-color: #fada7000;
  border: 1px solid #fff;
  border-bottom-width: 1.5px;
  border-radius: 8px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.privacyfaqbutton:hover {
  border-color: var(--_knowledgehook---pale-yellow);
  background-color: var(--_knowledgehook---pale-yellow);
  color: #000;
}

.div-block-16 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  background-color: var(--_knowledgehook---blue);
  justify-content: center;
  width: 1200px;
  max-width: 1200px;
  display: flex;
}

.div-block-17 {
  background-color: var(--_knowledgehook---light-green);
  justify-content: center;
  align-items: center;
  width: 1200px;
  max-width: 1200px;
  height: 100px;
  display: flex;
}

.fullprivacyheader {
  color: #000;
  text-align: center;
  font-size: 25px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-block-2 {
  color: #000;
}

.section-5 {
  margin-bottom: 140px;
}

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

.heading-10 {
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}

.heading-10.openpositionsheading {
  margin-bottom: 60px;
}

.positions-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1200px;
  max-width: 1200px;
  display: grid;
}

.jobposting {
  background-color: #e5e6f8;
  border-radius: 8px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.jobheader {
  text-align: center;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.jobtext {
  text-align: center;
  margin-bottom: 20px;
}

.jobbutton {
  background-color: var(--_knowledgehook---kh-blue);
  border-radius: 8px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.jobbutton:hover {
  background-color: var(--_knowledgehook---burnt-orange);
}

.section-6 {
  margin-bottom: 100px;
}

.div-block-18 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.heading-11 {
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}

.policytext {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.policyheading {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.policyblock {
  flex-flow: column;
  margin-bottom: 30px;
  display: flex;
}

.container-7 {
  flex-flow: column;
  width: 1200px;
  max-width: 1200px;
  display: flex;
}

.policyimage {
  max-width: 80%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 100px;
}

.adminvaluecontainer {
  background-color: #e5e6f800;
  flex-flow: column;
  align-items: center;
  width: 1920px;
  max-width: 1920px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.adminvaluesection {
  background-color: #e5e6f8;
  justify-content: center;
  align-items: center;
  height: 300px;
  max-height: 800px;
  display: flex;
}

.adminvaluesection.adminvalue2 {
  background-color: #fff0;
}

.adminvalue {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #e5e6f800;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1920px;
  max-width: 1920px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.adminvalue.adminvalue2 {
  background-color: #a6a7b600;
}

.adminvalueheading {
  width: 600px;
  max-width: 600px;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.adminvaluetext {
  width: 600px;
  max-width: 600px;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.adminvalueleft {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 960px;
  max-width: 960px;
  margin-left: 360px;
  display: flex;
}

.adminvalueright {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 360px;
  display: flex;
}

.adminvalueimage {
  width: 60%;
  max-width: 80%;
  margin-left: 220px;
  margin-right: 220px;
}

.adminvalueimage.adminvalueimage2 {
  max-width: 100%;
  margin-right: 220px;
}

.section-7 {
  display: flex;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 500px;
  display: flex;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
  display: flex;
}

.navbarbutton {
  color: #000;
  letter-spacing: 2px;
  text-transform: none;
  object-fit: contain;
  background-color: #1a1b1f00;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 120px;
  max-width: 500px;
  padding: 12px 25px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.navbarbutton:hover {
  color: #fff;
  background-color: #32343a;
}

.navbarbutton:active {
  background-color: #43464d;
}

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

.div-block-19 {
  max-width: 100%;
}

.navbar-no-shadow-2 {
  align-items: center;
  display: none;
}

.navbar-no-shadow-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-3 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-12 {
  justify-content: center;
  display: flex;
}

.nav-button-wrapper-3 {
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 120px;
  display: flex;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.image-20 {
  width: 40%;
}

.teacherhero {
  margin-bottom: 40px;
}

.teachervalue {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.teachervalue.teachervalue2 {
  width: 100%;
}

.teachervalue.teachervalue5 {
  margin-bottom: 60px;
}

.teachervaluecontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_knowledgehook---pink);
  flex-flow: row;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.teachervaluecontainer.teachervaluecontainer2 {
  background-color: var(--_knowledgehook---orange);
  width: 90%;
  max-width: 100%;
}

.teachervaluecontainer.teachervaluecontainer3 {
  background-color: var(--_knowledgehook---red);
}

.teachervaluecontainer.teachervaluecontainer4 {
  background-color: var(--_knowledgehook---light-green);
}

.teachervaluecontainer.teachervaluecontainer5 {
  background-color: var(--_knowledgehook---light-blue);
}

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

.div-block-20 {
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 100%;
  display: flex;
}

.teachervalueicon {
  width: 20%;
  margin-top: 30px;
  margin-bottom: 180px;
  margin-left: 40px;
}

.teachervalueicon.teachervalueicon2 {
  margin-top: 20px;
  margin-bottom: 170px;
  margin-left: 28px;
}

.teachervalueicon.teachervalueicon3 {
  margin-bottom: 265px;
  margin-left: 45px;
}

.teachervalueicon.teachervalueicon4 {
  margin-top: 25px;
  margin-bottom: 220px;
  margin-left: 33px;
}

.teachervalueicon.teachervalueicon5 {
  margin-bottom: 180px;
  margin-left: 32px;
}

.teachervalueheading {
  color: #000;
  margin-left: 60px;
  font-family: Poppins, sans-serif;
  line-height: 52px;
}

.teachervaluetext {
  color: #000;
  width: 80%;
  max-width: 100%;
  margin-left: 60px;
  margin-right: 40px;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 35px;
}

.teachervalueimage {
  width: 100%;
}

.text-block-8, .text-block-9 {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
}

.heading-12, .heading-13 {
  padding-left: 10px;
  padding-right: 10px;
}

.trgettingstartedsection {
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}

.trgettingstartedcontainer {
  flex-flow: column;
  align-items: center;
  width: 90%;
  max-width: 100%;
  display: flex;
}

.trgettingstartedheader {
  background-color: var(--_knowledgehook---kh-blue);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.trgettingstartedcards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.trgettingstartedheading {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.gettingstartedcard {
  background-color: var(--_knowledgehook---mid-green);
  border-radius: 8px;
  flex-flow: column;
  display: flex;
}

.gettingstartedcard.gettingstartedcard2 {
  background-color: var(--_knowledgehook---light-blue);
}

.videoplayer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
  display: block;
}

.videoplayercontainer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.videobanner {
  z-index: 2;
  background-color: var(--_knowledgehook---orange);
  object-position: 50% 50%;
  flex-flow: row;
  width: 90%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.trvideo {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  object-position: 50% 50%;
  width: 90%;
  max-width: 100%;
  height: 90%;
  margin-top: -40px;
}

.videoplayerheading1 {
  color: #000;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.videoplayerheading2 {
  color: #000;
  margin-bottom: 20px;
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.videoinformation {
  width: 90%;
  max-width: 100%;
}

.videoinformationcontainer {
  flex-flow: column;
  width: 90%;
  max-width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.videoplayerlinebreak {
  background-color: #000;
  width: 100%;
  max-width: 100%;
  height: 1px;
}

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

.heading-14 {
  font-weight: 700;
}

.videotitle1 {
  color: #000;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.videotitle2 {
  color: #000;
  margin-bottom: 20px;
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.relatedarticles {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  margin-top: 20px;
  display: flex;
}

.videodescriptionheader {
  color: #000;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.additionalresources {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.additionalresourceiconvideo {
  width: 20px;
}

.additionalresourceheader2 {
  color: #000;
  margin-bottom: 20px;
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.trvideoadditionalresourcesbutton {
  color: #000;
  background-color: #a0c5e600;
  border: 1px solid #000;
  border-radius: 0;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.trvideoadditionalresourcesbutton:hover {
  color: #fff;
  background-color: #000;
}

.gettingstartedcardvideo {
  background-color: #3c607000;
  border-radius: 8px;
  flex-flow: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.gettingstartedvideoicon {
  width: 40%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.gettingstartedcardinfo {
  background-color: #52c7fd00;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.gettingstartedlinebreak {
  color: #000;
  background-color: #000;
  border: 0 solid #000;
  flex: 0 auto;
  width: 85%;
  max-width: 100%;
  height: 1px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.gettingstartedcardheader {
  color: #000;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.gettingstartedcardtext {
  text-align: left;
  margin-bottom: 40px;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.gettingstartedcardtext.gettingstartedcardtext1 {
  color: #000;
  margin-bottom: 45px;
  line-height: 25px;
}

.gettingstartedadditionalresources {
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: 20px;
  display: flex;
}

.gettingstartedadditionalresourcesheading {
  color: #000;
  margin-bottom: 20px;
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.image-21 {
  width: 5%;
}

.additionalresourcesbuttonblock {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 10079700%;
  max-width: 100%;
  margin-bottom: 40px;
  margin-left: 20px;
  display: flex;
}

.additionalresourcecardbutton {
  color: #000;
  background-color: #a3caec00;
  border: 1px solid #000;
  border-radius: 8px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.additionalresourcecardbutton:hover {
  color: #fff;
  background-color: #000;
}

.engagingstudentssection {
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}

.engagingstudentscontainer {
  flex-flow: column;
  align-items: center;
  width: 90%;
  max-width: 100%;
  display: flex;
}

.engagingstudentsheader {
  background-color: var(--_knowledgehook---burgandy);
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}

.engagingstudentsheader.schooldashboardheader {
  background-color: var(--_knowledgehook---burnt-orange);
}

.engagingstudentsheader.supportresourcesheader {
  background-color: var(--_knowledgehook---green);
}

.engagingstudentsheader.datainformeddecisionsheader {
  background-color: var(--_knowledgehook---kh-blue);
}

.engagingstudentscards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.engagingstudentsheading {
  color: #fff;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.engagingstudentscard {
  border: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.engagingstudentscardheading {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.teacherresoucecardimage {
  width: 30%;
  margin-bottom: 20px;
}

.engagingstudentslinebreak {
  color: #000;
  background-color: #000;
  width: 100%;
  max-width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.engagingstudentslinebreak.engagingstudentslinebreak2 {
  width: 90%;
  margin-bottom: 10px;
  display: none;
}

.engagingstudentsbutton {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.engagingstudentsbutton:hover {
  color: #fff;
  background-color: #000;
}

.text-block-10 {
  text-align: center;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.engagingstudentsadditionalresources {
  justify-content: center;
  align-items: flex-start;
  width: 65.8383%;
  max-width: 66.2677%;
  height: 10%;
  max-height: 16%;
  margin-bottom: 20px;
  display: flex;
}

.additionalresourcesicon {
  width: 10%;
  margin-top: 4.5px;
}

.additionalresourcestext {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 30px;
}

.trclassos {
  margin-bottom: 100px;
}

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

.trclassosheading {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.image-22 {
  width: 80%;
  margin-bottom: 60px;
}

.trclassosbutton {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 8px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.trclassosbutton:hover {
  color: #fff;
  background-color: #000;
}

.pedagogyheadingcontainer {
  width: 90%;
  max-width: 100%;
}

.pedagogyheading {
  margin-bottom: 20px;
}

.pedagogyheadingheader {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.pedagogyheadinglinebreak {
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  background-color: #000;
  width: 100%;
  max-width: 100%;
  height: 1px;
}

.pedagogyvalueprop {
  margin-bottom: 20px;
}

.pedagogyvaluepropcontainer {
  background-color: var(--_knowledgehook---teal);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 100%;
  display: flex;
}

.pedagogyvaluepropcontainer.pedagogyvaluepropcontainer2 {
  background-color: var(--_knowledgehook---light-orange);
}

.pedagogyvaluepropcontainer.pedagogyvaluepropcontainer3 {
  background-color: var(--_knowledgehook---pale-yellow);
}

.pedagogyvaluepropheading {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 20px;
  display: flex;
}

.pedagogyvaluepropheader1 {
  color: #000;
  margin-left: 50px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.pedagogyvaluepropheader2 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.pedagogyvalueproplinebreak {
  background-color: #000;
  width: 90%;
  max-width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.pedagogyvaluepropmainblock {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pedagogyvaluepropimageblock {
  aspect-ratio: auto;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  max-width: 100%;
  margin-bottom: 60px;
  margin-left: 100px;
  display: flex;
}

.pedagogyvaluepropimage {
  width: 100%;
}

.pedagogyvalueproptextblock {
  margin-left: 60px;
}

.pedagogyvaluepropheader3 {
  width: 80%;
  max-width: 89.8381%;
  margin-right: 100px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.pedagogyvalueproptext {
  width: 80%;
  max-width: 89.8381%;
  margin-bottom: 60px;
  margin-right: 100px;
  font-family: Poppins, sans-serif;
}

.pedagogycontentoverviewcontainer {
  background-color: var(--_knowledgehook---green);
  width: 90%;
  max-width: 100%;
  margin-bottom: 40px;
}

.tabs-menu {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.pedagogytab {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.tab-link-grade-1 {
  color: #fff;
  background-color: #fffdfd00;
  border: 1px solid #fff;
  border-radius: 8px;
}

.tab-link-grade-1.w--current {
  background-color: var(--_knowledgehook---burnt-orange);
  border: 0 solid #fff;
  border-radius: 8px;
}

.tab-link-grade-4 {
  background-color: #ddd0;
  border: 1px solid #fff;
  border-radius: 8px;
}

.tab-link-grade-4.w--current {
  background-color: var(--_knowledgehook---burnt-orange);
  color: #fff;
  border-width: 0;
}

.tab-link-grade-8 {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
}

.tab-link-grade-8.w--current {
  border-width: 1px;
  border-color: var(--_knowledgehook---burnt-orange);
  background-color: var(--_knowledgehook---burnt-orange);
}

.tabs {
  margin-top: 40px;
}

.pedagogypanecontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #fff;
  flex-flow: column;
  align-items: center;
  width: 90%;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
  left: 65px;
}

.pedagogytablinebreak {
  background-color: #fff;
  width: 85%;
  max-width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.pedagogytabheading1 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  line-height: 25px;
}

.pedagogytabheading2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 20px;
}

.pedagogytabheading3 {
  color: #fff;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.pedagogytabtext {
  color: #fff;
  text-align: center;
  width: 70%;
  max-width: 99.9998%;
  margin-left: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
}

.pedagogytabheadingblock {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-right: 0;
  display: flex;
  position: static;
  right: 275px;
}

.pedagogytabtextblock {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: static;
  right: 115px;
}

.pedagogytabactivitycardcontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  margin-bottom: 40px;
  margin-left: 100px;
  margin-right: 100px;
  display: grid;
}

.pedagogytabactivitycard {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.pedagogytabcardimage {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.pedagogytabcardimage.pedagogytabcardimagegr83 {
  margin-bottom: 78px;
}

.pedagogytabcardimage.pedagogytabcardimagegr81 {
  margin-bottom: 80px;
}

.pedagogytabcardbutton {
  background-color: var(--_knowledgehook---green);
  border-radius: 8px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.pedagogytabcardbutton:hover {
  background-color: var(--_knowledgehook---burnt-orange);
}

.pedagogytabtsrcardcontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  margin-left: 100px;
  margin-right: 100px;
  display: grid;
}

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

.pedagogytabtsrimage {
  margin-top: 0;
  margin-bottom: 20px;
}

.pedagogytabtsrbutton {
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.pedagogytabtsrbutton:hover {
  border-width: 1px;
  border-color: var(--_knowledgehook---burnt-orange);
  background-color: var(--_knowledgehook---burnt-orange);
}

.tryknowledgehookcontainer {
  background-color: var(--_knowledgehook---blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.tryknowledgehookblock {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--_knowledgehook---light-blue);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 100%;
  margin: 60px 0;
  display: flex;
}

.tryknowledgehookblockleft {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 100%;
  margin-left: 60px;
  display: flex;
}

.tryknowledgehookblockright {
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 100%;
  margin-top: -20px;
  margin-bottom: -20px;
  margin-right: 60px;
  display: flex;
}

.tryknowledgehookheader {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.tryknowledgehookbutton {
  color: #000;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-bottom-width: 1.5px;
  border-radius: 8px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.tryknowledgehookbutton:hover {
  background-color: var(--_knowledgehook---light-green);
}

.tryknowledgehookimage {
  width: 100%;
}

.studentengagementvaluepropcontainer {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--_knowledgehook---pale-yellow);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.studentengagementvaluepropcontainer.studentengagementvaluepropcontainer2 {
  background-color: var(--_knowledgehook---light-orange);
  justify-content: flex-start;
}

.studentengagementvaluepropcontainer.studentengagementvaluepropcontainer3 {
  background-color: var(--_knowledgehook---pink);
  justify-content: flex-start;
  align-items: center;
}

.studentengagementvaluepropcontainer.studentengagementvaluepropcontainer4 {
  background-color: var(--_knowledgehook---light-blue);
}

.studentengagementvaluepropcontainer.studentengagementvaluepropcontainer5 {
  background-color: var(--_knowledgehook---light-green);
  margin-bottom: 60px;
}

.studentengagementvaluepropimageblock {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: scale-down;
  width: 20%;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  position: static;
  left: auto;
}

.studentengagementvaluepropimage {
  width: 100%;
  position: static;
}

.studentengagementvalueproptextblock {
  width: 75%;
  max-width: 100%;
  margin-left: 0;
}

.studentengagementvaluepropheading {
  width: 80%;
  max-width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.studentengagementvalueproptext {
  width: 70%;
  max-width: 100%;
  font-family: Poppins, sans-serif;
}

.studentengagementoverview {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.studentengagementoverviewcontainer {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.studentengagementoverviewheading {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.studentengagementoverviewlinebreak {
  background-color: #000;
  width: 100%;
  max-width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.studentengagementoverviewtext {
  color: #000;
  text-align: center;
  font-family: Poppins, sans-serif;
}

.releasenotestabmenu {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.tab-link-classos {
  background-color: #2229c400;
  border: 1px solid #000;
  border-radius: 8px;
}

.tab-link-classos.w--current {
  background-color: var(--_knowledgehook---light-blue);
  border: 0 solid #000;
  border-radius: 8px;
}

.tab-link-content {
  color: #000;
  background-color: #2229c400;
  border: 1px solid #000;
  border-radius: 8px;
}

.tab-link-content.w--current {
  background-color: var(--_knowledgehook---light-blue);
  border-width: 0;
}

.releasenotesbuttontext {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.releasenotesupdates {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-bottom: 60px;
  display: flex;
}

.releasenotesupdates.june2025 {
  background-color: var(--untitled-ui--gray200);
  padding-top: 60px;
}

.releasenotescontainer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.releasenoteupdateheading {
  margin-bottom: 20px;
}

.releasenotesbodytext {
  text-align: left;
  width: 70%;
  max-width: 100%;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.releasenotesbodytext.contentupdatetext {
  margin-bottom: 20px;
}

.releasenotesbodyimage {
  border: 1px solid #000;
  width: 40%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.releasenotesbodyimage.june25colombia {
  width: 20%;
  margin-bottom: 60px;
}

.bold-text {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.releasenotesdateheading {
  color: #000;
  text-align: center;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.releasenotestabcontent {
  width: 100%;
  max-width: 100%;
  margin-bottom: 100px;
}

.releasenotestabs {
  background-color: #eaecf000;
  width: 100%;
  max-width: 100%;
}

.code-embed {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.datastoriesblock {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  max-width: 100%;
  margin-bottom: 60px;
  display: grid;
}

.digitaldatastories {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.datastoriescard {
  background-color: var(--untitled-ui--gray300);
  border-radius: 8px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.impactheading1 {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
}

.impactheading2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.datastoriescardimage {
  width: 50%;
  margin-bottom: 40px;
}

.datastoriescardheading1 {
  text-align: center;
  margin-top: 40px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.datastoriescardheading2 {
  text-align: center;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.datastoriescardtext {
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Poppins, sans-serif;
}

.datastoriescardbutton {
  background-color: var(--_knowledgehook---light-blue);
  color: #000;
  border-radius: 8px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.section-9 {
  margin-bottom: 60px;
}

.impactstoriescontainer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.impactstoriesblock {
  background-color: var(--_knowledgehook---pink);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.impactstorieslogo {
  width: 40%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.impactstoriesheading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.impactstoriesbutton {
  color: #000;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 8px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.section-10 {
  margin-bottom: 60px;
}

.studentengagementcorevalues {
  margin-bottom: 60px;
  display: block;
}

.studentengagementcorevaluescontainer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.studentengagementcorevaluescontainer.classosprofeatures {
  margin-bottom: 60px;
}

.studentengagementcorevaluesheadingblock {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.studentengagementcorevaluesheading1 {
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}

.studentengagementcorevalueslinebreak {
  background-color: #000;
  width: 100%;
  max-width: 100%;
  height: 1px;
}

.studentengagementcorevalueblock1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.corevalueleft {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  max-width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.corevalueright {
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  max-width: 100%;
  margin-left: 0;
  display: flex;
}

.corevaluepropheading1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.corevalueproptext {
  color: #000;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 100%;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.studentengagementvalueblock {
  width: 90%;
  max-width: 100%;
  margin-bottom: 40px;
}

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

.studentengagementstayinformedheading {
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.studentengagementstayinformedbutton {
  color: #000;
  background-color: #3898ec00;
  border: 1px solid #000;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.studentengagementstayinformedbutton:hover {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}

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

.container-8 {
  width: 100%;
  max-width: 100%;
  margin-left: 50px;
  margin-right: 50px;
}

.expertadvisorscontainer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.advisorblock {
  background-color: var(--_knowledgehook---light-green);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.studentengagementadvisorheading1 {
  margin-top: 60px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.studentengagementadvisorheading2 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.studentengagementadvisorlinebreak {
  background-color: #000;
  width: 90%;
  max-width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.studentengagementexpertadvisorcards {
  grid-column-gap: 300px;
  grid-row-gap: 300px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center;
  margin-bottom: 40px;
  display: grid;
}

.studentengagementexpertadvisorcards.experadvisorcard2 {
  grid-column-gap: 392px;
  grid-row-gap: 392px;
}

.studentengagementadvisorcard.engagementadvisorsline2 {
  margin-left: -85px;
}

.studentengagementadvisorcardheading {
  font-family: Poppins, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.studentengagementadvisorcardtext {
  font-family: Poppins, sans-serif;
  line-height: 25px;
}

.expertadvisorgraphic {
  width: 100%;
  max-width: 100%;
  margin-bottom: 60px;
}

.trlearnmore {
  margin-bottom: 60px;
}

.trlearnmorecontainer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.trlearnmoreheading {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

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

.trvideolearnmorecard {
  background-color: var(--_knowledgehook---light-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.trvideolearnmorecard.trvideolearnmorecard3 {
  background-color: var(--_knowledgehook---pale-yellow);
}

.trvideolearnmorecard.trvideolearnmorecard2 {
  background-color: var(--_knowledgehook---light-orange);
}

.trvideolearnmorecardheading {
  color: #000;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.trvideolearnmorecardimage {
  width: 40%;
  margin-bottom: 40px;
}

.trvideolearnmorecardbutton {
  color: #000;
  background-color: #3898ec00;
  border: 1px solid #000;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.trvideolearnmorecardbutton:hover {
  color: #fff;
  background-color: #000;
}

.accessibilityplancontainer {
  width: 100%;
  max-width: 100%;
}

.accessibilityplanblock {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: 40px;
  display: flex;
}

.accessibilityplanheading1 {
  width: 60%;
  max-width: 100%;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.accessibilityplanheading2 {
  width: 70%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.accessibilityplanbodytext {
  width: 90%;
  max-width: 100%;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.homepagenavcardbutton {
  color: #000;
  text-align: center;
  background-color: #39414700;
  border: 1px solid #000;
  border-bottom-width: 1.5px;
  border-radius: 8px;
  width: 50%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.homepagenavcardbutton:hover {
  color: #fff;
  background-color: #000;
}

._404heading, ._404text {
  font-family: Poppins, sans-serif;
}

.classoshero {
  margin-bottom: 60px;
}

.classosherocontainer {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.classospricingcontainer {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.classospricingcards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_knowledgehook---pale-yellow);
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.classospricingcards.classospricingcards2 {
  background-color: var(--_knowledgehook---light-green);
}

.classospricingcards.classospricingcards3 {
  background-color: var(--_knowledgehook---light-blue);
}

.classospricingheading {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

.classospricingcardheading {
  color: #000;
  width: 60%;
  max-width: 100%;
  margin-top: 40px;
  margin-left: 92px;
  margin-right: 220px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 200;
}

.classospricingcardcontainer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 60px;
  margin-left: 40px;
  margin-right: 40px;
  display: grid;
}

.classospricinglinebreak {
  background-color: #000;
  width: 90%;
  max-width: 100%;
  height: 1px;
  margin-bottom: 0;
  margin-left: 0;
}

.classosheroimage {
  width: 15%;
}

.classospricingcardprice {
  color: #000;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 80px;
}

.classospricingcardtagline {
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.classospricingdescription {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.classospricingcardvalueprop {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: -150px;
  display: flex;
}

.classospricingcardvalueprop.classospricingcardvalueprop2 {
  margin-left: -260px;
}

.classospricingcardvalueprop.classospricingvaueprop3 {
  margin-left: -285px;
}

.classospricingcardvalueprop.classospricingvaueprop4 {
  margin-left: -215px;
}

.classospricingcardvalueprop.classospricingvaueprop5 {
  margin-left: -146px;
}

.classospricingcardvalueprop.classospricingvaueprop6 {
  margin-left: -44px;
}

.classospricingvaluepropheading {
  color: #000;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.image-23 {
  width: 35px;
}

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

.classospricingcardbutton {
  color: #000;
  text-align: center;
  background-color: #4c576100;
  border: 1px solid #000;
  border-bottom-width: 1.5px;
  border-radius: 30px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 15px 30px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.classospricingcardbutton:hover {
  color: #fff;
  background-color: #000;
}

.classospricingcardbutton.classospricingcardbutton2 {
  border-bottom-width: 1.5px;
  margin-top: 131px;
}

.classospricingcardbutton.classospricingcardbutton3 {
  border-bottom-width: 1.5px;
  margin-top: 344px;
}

.classosherobg {
  background-image: url('../images/ClassOS-V3.png');
  background-position: 30% 60%;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 1000px;
  max-height: 100%;
  display: flex;
}

.classosherotagline {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 90px;
  font-weight: 200;
  line-height: 100px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.text-block-81 {
  color: #2129c4;
  font-size: 21px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #05acea;
  border: 1px solid #05acea;
  border-radius: 7px;
  padding: 12px 25px;
  font-size: 18px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.link-26 {
  color: #2129c4;
  font-size: 21px;
}

.button {
  color: #f6f6f6;
  text-align: right;
  background-color: #2129c4;
  border-radius: 8px;
  margin: 0;
  padding: 16px 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  display: inline-block;
}

.button:hover {
  background-color: #212222;
}

.button.accent-yellow {
  color: #353738;
  background-color: #ffd500;
  width: auto;
  margin-left: 2px;
  margin-right: 0;
  position: static;
}

.button.accent-yellow:hover {
  background-color: #ffc800;
}

.columnvalueimage.mobile {
  display: none;
}

.image-4 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.value-prop-title {
  text-align: left;
  font-size: 44px;
  font-weight: 500;
  display: block;
}

.value-prop-title.largetext {
  color: #353738;
  text-align: left;
  flex: none;
  order: 0;
  align-self: auto;
  width: auto;
  min-width: 0;
  max-width: none;
  margin: 0 0 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 120%;
}

.value-prop-title.largetext.blue {
  color: #2129c4;
  text-align: center;
  min-width: auto;
  padding-right: 20px;
}

.div-block-47 {
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 20px;
  width: 100%;
  padding: 40px;
}

.cell-23 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

.featured {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0593f2;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 140px 7vw;
  display: flex;
  position: static;
}

.featured.privacy {
  color: #353738;
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 7vw;
  position: relative;
}

.image-59 {
  text-align: center;
  padding-bottom: 10px;
  display: block;
}

.body-section {
  background-color: #0000;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 80px 7vw;
  position: relative;
}

.columns-48 {
  margin-bottom: 40px;
}

.after-school-section {
  background-color: #edf9ff;
  max-height: 500px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.after-school-section.highlight-section {
  min-height: auto;
  display: none;
}

.div-hero-asset-1 {
  z-index: 10;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  min-width: 480px;
  max-width: 720px;
  padding-top: 20px;
  display: flex;
  position: relative;
  inset: auto auto 5%;
}

.standard-container {
  text-align: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: #475467;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  color: #344054;
  background-color: #f9fafb;
}

.uui-button-tertiary-gray.hide-tablet {
  background-color: #f6f6f6;
  display: block;
}

.uui-button-tertiary-gray.hide-tablet.hero-button {
  margin-top: 20px;
  display: none;
}

.text-button {
  color: #2129c4;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-button:hover {
  color: #ff9c2e;
}

.text-button.blue {
  color: #0593f2;
  font-weight: 600;
}

.text-button.blue:hover {
  color: #ff9c2e;
}

.container-standard {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-standard.features {
  width: 100%;
}

.container-standard.value-prop {
  z-index: 3;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1260px;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.heading-4 {
  color: #353738;
  text-align: center;
  align-self: flex-start;
  margin-bottom: 40px;
  padding-top: 0;
  font-size: 30px;
  line-height: 130%;
}

.image-56 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.features-section {
  background-color: #0000;
  border-bottom: 1px #ebebeb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 7vw 60px;
  display: flex;
  position: relative;
}

.image-60 {
  z-index: 2;
  display: flex;
  position: relative;
  top: -10px;
}

.body-2 {
  color: #0593f2;
  max-width: none;
  margin-bottom: 46px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 110%;
}

.body-2.largetext-copy {
  color: #353738;
  text-align: left;
  max-width: none;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  line-height: 140%;
}

.body-2.largetext-copy.grey {
  max-width: 600px;
}

.body-2.largetext-copy.grey.privacy {
  color: #353738;
  text-align: center;
  margin-bottom: 0;
}

.html-embed-5 {
  border-radius: 8px;
  margin-left: 0;
  margin-right: 100px;
}

.hero-landingpage {
  -webkit-text-fill-color: inherit;
  background-color: #ff9c2e;
  background-image: url('../images/LotZ_BG.png');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-left: 0;
  padding: 30px 17vw 20px;
  display: block;
  position: relative;
}

.column-valueimagedestop {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.image-57 {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.quick-stack-11 {
  grid-column-gap: 60px;
  align-self: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.div-hero-text {
  text-align: left;
  object-fit: contain;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  min-width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

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

.image-55 {
  z-index: 0;
  position: absolute;
  inset: auto 0% 0% 17%;
}

.div---logo-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 300px;
  max-width: 530px;
  margin-top: 7px;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}

.cell-22 {
  justify-content: center;
}

.logo-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(70px, 90px));
  grid-auto-flow: row;
  place-content: center flex-start;
  align-self: flex-start;
  place-items: center;
  margin: 50px auto 20px;
  display: flex;
}

.bold-text-54 {
  color: #0593f2;
}

.heading-37 {
  color: #2129c4;
  text-align: center;
  align-self: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 44px;
}

.card-header {
  text-align: left;
  margin-left: 47px;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 500;
}

.card-header.main {
  text-align: center;
  margin-top: 0;
  margin-left: -2px;
  padding-top: 0;
  line-height: 140%;
}

.feature-card {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px 40px 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.feature-card.home {
  background-color: #fff;
  min-height: 230px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.feature-card.home.linked:hover {
  background-color: #edf9ff;
}

.text-block-52 {
  color: #353738;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.html-embed-4 {
  border-radius: 8px;
  margin-left: 100px;
  margin-right: 0;
}

.column-valuetext {
  text-align: left;
  background-color: #0000;
  border-radius: 8px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
  display: flex;
}

.column-valuetext.right {
  margin-left: 30px;
  margin-right: 20px;
}

.column-valuetext.afterschool {
  min-width: 400px;
  max-width: 500px;
}

.div-container {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.div-container.landingpage {
  max-width: 1490px;
}

.image-61 {
  width: 16px;
  margin-left: 10px;
}

.heading-38 {
  color: #f6f6f6;
  text-align: center;
  align-self: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  line-height: 110%;
  display: block;
}

.heading-38.hero {
  text-align: left;
  align-self: flex-start;
  max-width: 790px;
  margin-left: 0;
  margin-right: auto;
  font-size: 46px;
  font-weight: 700;
  line-height: 130%;
}

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

.text-block-26 {
  text-align: left;
  font-weight: 600;
}

.text-block-54 {
  color: #2129c4;
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (min-width: 1920px) {
  .heroleft {
    margin-right: 290px;
  }

  .classospricingcardvalueprop {
    margin-left: -403px;
  }

  .classospricingcardvalueprop.classospricingcardvalueprop2 {
    margin-left: -510px;
  }

  .classospricingcardvalueprop.classospricingvaueprop3 {
    margin-left: -540px;
  }

  .classospricingcardvalueprop.classospricingvaueprop4 {
    margin-left: -470px;
  }

  .classospricingcardvalueprop.classospricingvaueprop5 {
    margin-left: -400px;
  }

  .classospricingcardvalueprop.classospricingvaueprop6 {
    margin-left: -297px;
  }

  .classosherobg {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow-container {
    max-width: 100%;
    display: block;
  }

  .container-regular {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-brand {
    display: block;
  }

  .nav-menu-wrapper {
    text-align: left;
    background-color: #fff;
    border-radius: 8px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: 105%;
    display: flex;
    position: absolute;
    top: 53px;
    left: 390px;
    right: -200px;
    overflow: visible;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 96.4038%;
    max-width: 96.4038%;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    margin-left: 10px;
    margin-right: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .mobile-margin-top-10 {
    align-items: flex-start;
    width: 48%;
    max-width: 47.9997%;
  }

  .nav-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    max-width: 200%;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader15_card-image-01, .uui-heroheader15_card-image-02, .uui-heroheader15_card-image-03, .uui-heroheader15_card-image-04, .uui-heroheader15_card-image-05 {
    width: 32rem;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-space-xhuge {
    min-height: 6rem;
  }

  .dropdown-2 {
    margin-left: 10px;
    margin-right: 20px;
    display: none;
  }

  .dropdown-list {
    position: absolute;
    top: -8px;
    left: -35px;
  }

  .section.header {
    grid-template-columns: 1fr;
  }

  .heading.heroheading, .homeherobutton {
    margin-left: 0;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-3.herosubheading {
    margin-left: 0;
  }

  .div-block-2.herowrap {
    display: none;
  }

  .section-2.navigationsection {
    width: 100%;
    max-width: 100%;
  }

  .awards-section {
    flex-flow: row;
    justify-content: center;
    width: 768px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 768px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .navcontainer {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    place-items: stretch center;
    min-width: 100%;
    max-width: 100%;
  }

  .nav-card.navcard1 {
    justify-content: flex-start;
  }

  .homepagelinebreak {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .homepagelinebreak.homepageherolinebreak {
    width: 93%;
    margin-left: 0;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-social-block {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .homeimpactsection {
    width: 100%;
    max-width: 100%;
  }

  .homeimpactcontainer, .div-block-4.impactblock {
    max-width: 100%;
  }

  .homeimpactheading {
    text-align: left;
    width: 100%;
    max-width: 100%;
    font-size: 35px;
    line-height: 40px;
    display: block;
    overflow: visible;
  }

  .homeimpacttext {
    width: 100%;
    max-width: 100%;
    font-size: 28px;
    line-height: 30px;
  }

  .homeimacttext2 {
    width: 100%;
    max-width: 100%;
    font-size: 19px;
    line-height: 20px;
  }

  .homeprivacycontainer {
    width: 100%;
    max-width: 100%;
  }

  .div-block-5.homeprivacydiv {
    min-width: 3%;
    max-width: 100%;
    margin-left: 0;
  }

  .image-13 {
    width: 50%;
    max-width: 100%;
  }

  .heading-6.homeprivacyheader {
    font-size: 35px;
  }

  .text-block-6.homeprivacytext {
    max-width: 100%;
    font-size: 12px;
    line-height: 21px;
  }

  .div-block-6 {
    width: 50%;
    max-width: 100%;
    margin-left: 20px;
  }

  .container-5.herocontainer {
    justify-content: center;
    align-items: center;
  }

  .heroleft {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .heroheadingblock {
    justify-content: center;
    align-items: center;
  }

  .heroright {
    display: none;
  }

  .heroheading2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 40px;
  }

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

  .container-6.privacyvaluecontainer, .privacyvaluepropblock {
    width: 90%;
    max-width: 100%;
  }

  .div-block-12.privacyvaluedivright {
    display: none;
  }

  .privacyfaqcontainer {
    align-items: center;
    width: 90%;
    max-width: 100%;
  }

  .privacyfaqheading {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .privacyfaqtext {
    font-size: 12px;
    line-height: 15px;
  }

  .div-block-16, .div-block-17 {
    width: 100%;
    max-width: 100%;
  }

  .fullprivacyheader {
    font-size: 30px;
    line-height: 35px;
  }

  .positions-container {
    grid-template-columns: 1fr;
    width: 90%;
    max-width: 100%;
  }

  .div-block-18 {
    width: 90%;
    max-width: 100%;
  }

  .policytext {
    overflow-wrap: anywhere;
    width: 65%;
    max-width: 100%;
    font-size: 10px;
    line-height: 15px;
    overflow: visible;
  }

  .policyheading {
    font-size: 25px;
  }

  .policyblock {
    width: 100%;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .policyimage {
    width: 50%;
  }

  .adminvaluecontainer {
    width: 100%;
    max-width: 100%;
  }

  .adminvalue {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .adminvalue.adminvalue2 {
    justify-content: center;
    align-items: center;
  }

  .adminvalueheading {
    width: 140%;
    max-width: 221%;
    font-size: 20px;
    line-height: 20px;
  }

  .adminvaluetext {
    width: 100%;
    max-width: 195%;
    font-size: 10px;
    line-height: 15px;
  }

  .adminvalueleft {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    max-width: 100%;
    margin-left: 40px;
  }

  .adminvalueleft.adminvalueimage {
    display: none;
  }

  .adminvalueright {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .adminvalueright.adminvalueimage {
    display: none;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    z-index: 100;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 40px;
    height: 40px;
    margin-left: 500px;
    padding: 12px;
    display: flex;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .icon {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

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

  .navbar-no-shadow-2 {
    display: none;
  }

  .navbar-wrapper-3 {
    justify-content: space-between;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-3 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-3 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-4 {
    justify-content: space-between;
    padding: 12px;
    display: flex;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .teachervaluecontainer {
    width: 90%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .teachervaluecontainer.teachervaluecontainer2 {
    width: 90%;
  }

  .teachervalueicon {
    margin-bottom: 63px;
  }

  .teachervalueicon.teachervalueicon2 {
    margin-top: 20px;
    margin-bottom: 57px;
  }

  .teachervalueicon.teachervalueicon3 {
    margin-bottom: 120px;
    margin-left: 40px;
  }

  .teachervalueicon.teachervalueicon4 {
    margin-bottom: 84px;
  }

  .teachervalueicon.teachervalueicon5 {
    margin-bottom: 75px;
  }

  .teachervalueheading {
    width: 80%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 40px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .teachervaluetext {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 15px;
    line-height: 15px;
  }

  .engagingstudentsbutton {
    font-size: 10px;
  }

  .section-8 {
    width: 100%;
    max-width: 100%;
  }

  .pedagogyvalueproplinebreak {
    margin-bottom: 10px;
  }

  .pedagogyvaluepropimageblock {
    display: none;
  }

  .pedagogyvalueproptextblock {
    margin-bottom: 40px;
    margin-right: 60px;
  }

  .pedagogyvaluepropheader3 {
    color: #000;
    margin-right: 20px;
  }

  .pedagogyvalueproptext {
    margin-right: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .pedagogytabtextblock, .pedagogytabactivitycardcontainer, .pedagogytabtsrcardcontainer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .tryknowledgehookheader {
    text-align: center;
    width: 100%;
    max-width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .tryknowledgehookbutton {
    margin-bottom: 20px;
  }

  .tab-pane-grade-1 {
    width: 90%;
    max-width: 100%;
  }

  .studentengagementvaluepropcontainer.studentengagementvaluepropcontainer4, .studentengagementvaluepropcontainer.studentengagementvaluepropcontainer5 {
    justify-content: flex-start;
  }

  .studentengagementvalueproptextblock {
    width: 50%;
    max-width: 100%;
  }

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

  .datastoriesblock {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .impactheading2 {
    text-align: center;
  }

  .corevaluepropheading1 {
    text-align: center;
    width: 231.09%;
    max-width: 231.097%;
    font-size: 14px;
  }

  .studentengagementstayinformedheading {
    text-align: center;
  }

  .studentengagementadvisorheading2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .studentengagementexpertadvisorcards {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .studentengagementexpertadvisorcards.experadvisorcard2 {
    grid-column-gap: 125px;
    grid-row-gap: 125px;
  }

  .trvideolearnmorecardheading {
    font-size: 20px;
    line-height: 25px;
  }

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

  .classospricingcardvalueprop {
    margin-left: -380px;
  }

  .classospricingcardvalueprop.classospricingcardvalueprop2 {
    margin-left: -490px;
  }

  .classospricingcardvalueprop.classospricingvaueprop3 {
    margin-left: -517px;
  }

  .classospricingcardvalueprop.classospricingvaueprop4 {
    margin-left: -450px;
  }

  .classospricingcardvalueprop.classospricingvaueprop5 {
    margin-left: -380px;
  }

  .classospricingcardvalueprop.classospricingvaueprop6 {
    margin-left: -280px;
  }

  .classosherobg {
    height: 500px;
  }

  .classosherotagline {
    font-size: 40px;
    font-weight: 300;
    line-height: 60px;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .menu-button-5 {
    padding: 12px;
  }

  .menu-button-5.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .button.accent-yellow {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-4 {
    width: 100%;
    min-width: 100px;
    max-width: 130px;
    height: auto;
    max-height: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .value-prop-title.largetext {
    order: 0;
    font-size: 30px;
  }

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

  .body-section, .after-school-section.highlight-section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .uui-button-tertiary-gray.hide-tablet {
    display: none;
  }

  .uui-button-tertiary-gray.hide-tablet.hero-button {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-standard.features {
    width: 100%;
  }

  .container-standard.value-prop {
    position: relative;
  }

  .image-56 {
    display: none;
  }

  .features-section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .html-embed-5 {
    margin-right: 0;
  }

  .hero-landingpage {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-57 {
    z-index: 0;
    display: none;
  }

  .quick-stack-11 {
    text-align: center;
  }

  .div-hero-text {
    align-self: center;
    min-width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-55 {
    display: none;
  }

  .div---logo-banner {
    margin-left: auto;
    margin-right: auto;
  }

  .cell-22 {
    text-align: center;
  }

  .heading-37 {
    font-size: 40px;
  }

  .card-header.main {
    padding-top: 12px;
    font-size: 16px;
  }

  .feature-card {
    padding: 24px 20px;
  }

  .feature-card.home {
    padding: 16px;
  }

  .html-embed-4 {
    margin-left: 0;
  }

  .column-valuetext {
    flex-direction: column;
    max-width: 320px;
  }

  .column-valuetext.afterschool {
    min-width: 300px;
    max-width: 400px;
  }

  .heading-38.hero {
    text-align: center;
    width: 100%;
    min-width: auto;
    padding-left: 110px;
    padding-right: 110px;
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-heroheader15_image-wrapper {
    height: 22rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-heroheader15_card-image-01, .uui-heroheader15_card-image-02, .uui-heroheader15_card-image-03, .uui-heroheader15_card-image-04, .uui-heroheader15_card-image-05 {
    border-radius: .75rem;
    width: 24rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-space-xhuge {
    min-height: 4rem;
  }

  .section.header {
    padding-left: 0;
  }

  .homeherobutton {
    text-align: left;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .heading-3.herosubheading {
    max-width: 100%;
    margin-top: 10px;
    font-size: 13px;
  }

  .text-block-2 {
    max-width: 40%;
  }

  .awards-container {
    width: 100%;
    max-width: 100%;
  }

  .awards-section {
    flex-flow: row;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .div-block-3 {
    flex-flow: wrap;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .navcontainer {
    grid-template-rows: 1fr 1fr auto auto;
    grid-template-columns: 1fr;
  }

  .nav-card.navcard1, .nav-card.navcard2, .nav-card.navcard3, .nav-card.navcard4 {
    justify-content: flex-start;
    align-items: center;
  }

  .awardimage {
    width: 25%;
    margin-left: 0;
  }

  .homepagelinebreak.homepageherolinebreak {
    width: 86%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .homeosheading {
    font-size: 25px;
    line-height: 30px;
  }

  .homeimpactheading {
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 25px;
    line-height: 40px;
  }

  .homeimpacttext {
    font-size: 19px;
    line-height: 30px;
  }

  .homeimacttext2 {
    text-align: center;
    line-height: 30px;
  }

  .container-5.herocontainer {
    width: 100%;
  }

  .heroleft {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .heroheadingblock {
    flex-flow: column;
  }

  .heroheading2 {
    text-align: center;
  }

  .herotext {
    font-size: 15px;
    line-height: 20px;
  }

  .privacyfaqtext {
    font-size: 11px;
    line-height: 15px;
  }

  .div-block-16 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .heading-10.openpositionsheading {
    font-size: 40px;
  }

  .positions-container {
    grid-template-columns: 1fr;
    width: 90%;
    max-width: 100%;
  }

  .policytext {
    width: 47%;
  }

  .policyheading {
    width: 50%;
    max-width: 100%;
  }

  .policyimage {
    width: 40%;
    margin-left: 60px;
  }

  .adminvalueright {
    margin-left: 10px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

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

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .teachervaluecontainer {
    height: 100%;
  }

  .teachervalueleft {
    width: 100%;
    height: 20%;
    display: none;
  }

  .div-block-20 {
    aspect-ratio: auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 20%;
    max-height: 100%;
  }

  .teachervalueicon {
    margin-bottom: 20px;
  }

  .teachervalueicon.teachervalueicon2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .teachervalueheading {
    margin-bottom: 20px;
  }

  .teachervaluetext {
    margin-bottom: 60px;
  }

  .videoplayerheading1, .videoplayerheading2, .videotitle2 {
    font-size: 15px;
  }

  .relatedarticles {
    justify-content: flex-start;
    align-items: center;
  }

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

  .teacherresoucecardimage {
    width: 10%;
  }

  .trclassosheading {
    text-align: center;
  }

  .pedagogyheadingheader {
    font-size: 15px;
  }

  .pedagogyvaluepropheader1 {
    margin-left: 15px;
  }

  .pedagogyvalueproptextblock {
    margin-left: 20px;
  }

  .pedagogypanecontainer {
    width: 90%;
    left: 23px;
  }

  .pedagogytabheading2 {
    text-align: center;
    line-height: 40px;
  }

  .pedagogytabheading3 {
    text-align: center;
  }

  .pedagogytabactivitycardcontainer {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .tryknowledgehookblockleft {
    margin-left: 0;
  }

  .tryknowledgehookblockright {
    display: none;
  }

  .tab-pane-grade-1 {
    width: 100%;
  }

  .studentengagementvaluepropimageblock {
    display: none;
  }

  .studentengagementvalueproptextblock {
    width: 100%;
  }

  .impactheading2 {
    text-align: center;
  }

  .datastoriescardheading2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .corevaluepropheading1 {
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 100%;
    font-size: 12px;
    display: flex;
  }

  .corevalueproptext {
    font-size: 12px;
  }

  .studentengagementstayinformedheading {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .studentengagementexpertadvisorcards.experadvisorcard2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .studentengagementadvisorcard.engagementadvisorsline2 {
    margin-left: 0;
  }

  .studentengagementadvisorcardtext {
    text-align: center;
  }

  .trvideolearnmorecards {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .accessibilityplanheading1, .accessibilityplanheading2 {
    width: 90%;
  }

  .bold-text-2 {
    width: 90%;
    max-width: 100%;
  }

  .classosherobg {
    height: 400px;
  }

  .classosherotagline {
    font-size: 30px;
  }

  .mobile-margin-top-13 {
    margin-top: 10px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .columnvalueimage {
    justify-content: center;
    align-items: center;
    max-width: 320px;
    display: flex;
  }

  .columnvalueimage.mobile {
    max-width: 400px;
    margin-bottom: 30px;
    display: flex;
  }

  .image-4 {
    max-width: 100px;
  }

  .value-prop-title.largetext {
    text-align: center;
  }

  .mobile-margin-top-14 {
    margin-top: 10px;
  }

  .div-block-47 {
    padding-left: 0;
    padding-right: 0;
  }

  .featured, .featured.privacy {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .after-school-section.highlight-section {
    max-height: 750px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-hero-asset-1 {
    align-self: center;
    min-width: auto;
  }

  .feature-card-link {
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    max-height: none;
  }

  .uui-button-tertiary-gray:hover {
    color: #475467;
    background-color: #0000;
  }

  .container-standard.value-prop {
    flex-direction: column;
  }

  .image-56 {
    display: none;
  }

  .features-section {
    background-color: #f6f6f6;
  }

  .body-2.largetext-copy {
    text-align: center;
    margin-bottom: 24px;
  }

  .column-valueimagedestop {
    display: none;
  }

  .div-hero-text {
    max-width: none;
    margin-right: 0;
  }

  .image-55 {
    display: inline-block;
    left: 6%;
  }

  .card-header {
    padding-top: 10px;
  }

  .card-header.main {
    padding-top: 4px;
    font-size: 15px;
    line-height: 130%;
  }

  .feature-card.home {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .column-valuetext {
    align-items: center;
    max-width: 600px;
    margin-left: 0;
    margin-right: 0;
  }

  .column-valuetext.right {
    margin-left: 0;
  }

  .column-valuetext.afterschool {
    align-items: center;
    max-width: 600px;
    margin-bottom: 37px;
  }

  .div-container {
    flex-direction: column;
  }

  .heading-38.hero {
    display: block;
  }

  .column-66 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 0;
    right: 0;
  }

  .nav-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .nav-dropdown {
    justify-content: center;
    align-items: center;
  }

  .nav-dropdown-link {
    text-align: center;
  }

  .mobile-margin-top-10 {
    justify-content: center;
    align-items: center;
  }

  .nav-button-wrapper {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .uui-heroheader15_image-wrapper {
    height: 12.75rem;
  }

  .uui-heroheader15_card-image-01, .uui-heroheader15_card-image-02, .uui-heroheader15_card-image-03, .uui-heroheader15_card-image-04, .uui-heroheader15_card-image-05 {
    border-radius: .5rem;
    width: 14rem;
  }

  .dropdown-list {
    top: 32px;
    left: -23px;
  }

  .section.header {
    flex-flow: row;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .heading.heroheading {
    align-self: center;
  }

  .container-2 {
    max-width: none;
  }

  .heading-3.herosubheading {
    clear: none;
    text-align: center;
    object-fit: fill;
    align-self: auto;
    width: 100%;
    line-height: 20px;
    display: block;
  }

  .navcontainer {
    grid-template-rows: 1fr 1fr auto auto;
    grid-template-columns: 1fr;
  }

  .nav-card.navcard1 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-card.navcard2, .nav-card.navcard3, .nav-card.navcard4 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .teacherhomenavcardtext {
    text-align: center;
  }

  .homepagelinebreak.homepageherolinebreak {
    flex-flow: row;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .container-3 {
    max-width: none;
  }

  .homeosheading {
    font-size: 20px;
    line-height: 20px;
  }

  .image-10 {
    padding-bottom: 20px;
  }

  .div-block-4.impactblock {
    margin-bottom: 60px;
  }

  .homeimpactheading {
    text-align: center;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .homeimpacttext {
    text-align: center;
    object-fit: contain;
    font-size: 12.6px;
    line-height: 20px;
  }

  .homeimacttext2 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-5.homeprivacydiv {
    display: none;
  }

  .heading-6.homeprivacyheader {
    text-align: center;
    align-self: center;
  }

  .text-block-6.homeprivacytext {
    direction: ltr;
    text-align: center;
    white-space: pre;
    overflow-wrap: normal;
    align-self: center;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .homeprivacybutton {
    text-align: center;
    align-self: center;
    margin-top: 20px;
    font-size: 10px;
    line-height: 10px;
  }

  .div-block-6 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .herosection {
    justify-content: center;
    align-items: center;
  }

  .container-5.herocontainer {
    width: 100%;
  }

  .heroleft {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .heroheadingblock {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading-7.heroheading1 {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
  }

  .heroheading2 {
    text-align: center;
    font-size: 19px;
    line-height: 25px;
  }

  .herotext {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .container-6.privacyvaluecontainer {
    width: 100%;
  }

  .div-block-11.privacyvaluedivleft {
    width: 100%;
    max-width: 100%;
  }

  .heading-8.privacyvalueheading {
    margin-bottom: 60px;
    font-size: 30px;
    line-height: 35px;
  }

  .text-block-7.herovaluetext.privacyvaluetext {
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
    font-size: 11px;
    line-height: 15px;
  }

  .heading-9 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-3 {
    margin-bottom: 10px;
  }

  .privacyfaqcontainer {
    width: 100%;
    max-width: 100%;
  }

  .div-block-13 {
    height: 230px;
  }

  .privacyfaqheading {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .privacyfaqtext {
    font-size: 7px;
  }

  .privacyfaqbutton {
    font-size: 12px;
  }

  .div-block-16 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .div-block-17 {
    flex-flow: row;
    height: 50px;
  }

  .fullprivacyheader {
    margin-top: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .heading-10.openpositionsheading {
    font-size: 30px;
    line-height: 40px;
  }

  .positions-container {
    grid-template-columns: 1fr;
    width: 90%;
    max-width: 100%;
  }

  .policytext {
    width: 32%;
  }

  .policyheading {
    width: 30%;
  }

  .policyimage {
    width: 34%;
    margin-left: 10px;
  }

  .adminvalue {
    flex-flow: row;
  }

  .adminvalueheading {
    width: 80%;
  }

  .adminvaluetext {
    width: 95%;
    max-width: 100%;
    font-size: 9px;
  }

  .adminvalueleft {
    width: 100%;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .adminvalueleft.adminvalueimage {
    display: none;
  }

  .adminvalueright {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .adminvalueright.adminvalueimage {
    display: none;
  }

  .adminvalueimage {
    display: inline-block;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .menu-button-2 {
    align-self: auto;
    margin-bottom: 10px;
    margin-left: 140px;
  }

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

  .nav-menu-3 {
    flex-direction: column;
  }

  .nav-button-wrapper-3 {
    width: auto;
  }

  .teachervaluecontainer {
    justify-content: center;
    align-items: center;
  }

  .div-block-20 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .teachervalueicon, .teachervalueicon.teachervalueicon2, .teachervalueicon.teachervalueicon3, .teachervalueicon.teachervalueicon4, .teachervalueicon.teachervalueicon5 {
    margin-bottom: 20px;
  }

  .teachervalueheading {
    font-size: 15px;
    line-height: 25px;
  }

  .teachervaluetext {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 20px;
  }

  .trgettingstartedsection {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .trgettingstartedcontainer {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .trgettingstartedheader {
    justify-content: center;
    align-items: center;
  }

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

  .videobanner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .videoplayerheading1 {
    margin-bottom: 0;
    margin-left: 0;
    font-size: 12px;
  }

  .videoplayerheading2 {
    margin-top: 0;
    margin-left: 0;
    font-size: 12px;
  }

  .videoinformation {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 10px;
    display: flex;
  }

  .videoinformationcontainer {
    align-items: center;
    width: 90%;
    max-width: 100%;
  }

  .div-block-22 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .videotitle1 {
    font-size: 16px;
  }

  .videotitle2 {
    margin-right: 20px;
    font-size: 12px;
  }

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

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

  .engagingstudentsheading {
    text-align: center;
    margin-left: 0;
    font-size: 15px;
  }

  .trclassosheading {
    text-align: center;
  }

  .pedagogyheadingheader {
    color: #000;
    text-align: center;
    line-height: 20px;
  }

  .pedagogyvaluepropheading {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .pedagogyvaluepropheader1 {
    text-align: center;
    margin-left: 0;
  }

  .pedagogyvalueproptextblock {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pedagogyvaluepropheader3, .pedagogyvalueproptext {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

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

  .tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
  }

  .pedagogytab {
    font-size: 20px;
    line-height: 15px;
  }

  .pedagogypanecontainer {
    left: 17px;
  }

  .tryknowledgehookheader {
    text-align: center;
  }

  .tabs-content {
    max-width: 100%;
  }

  .studentengagementvaluepropcontainer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .studentengagementvalueproptextblock {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .studentengagementvaluepropheading {
    text-align: center;
    font-size: 20px;
  }

  .studentengagementvalueproptext {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12px;
  }

  .impactheading1, .impactheading2 {
    font-size: 35px;
    line-height: 40px;
  }

  .impactstoriescontainer {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .impactstoriesblock {
    justify-content: flex-start;
    align-items: center;
  }

  .impactstoriesheading {
    font-size: 20px;
    line-height: 25px;
  }

  .section-10 {
    width: 100%;
    max-width: 100%;
  }

  .studentengagementcorevaluesheading1 {
    text-align: center;
  }

  .studentengagementcorevalueblock1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .corevaluepropheading1 {
    text-align: center;
    font-size: 15px;
  }

  .corevalueproptext {
    text-align: center;
    width: 100%;
    font-size: 12px;
  }

  .studentengagementstayinformedheading {
    font-size: 20px;
    line-height: 25px;
  }

  .studentengagementadvisorheading1 {
    color: #000;
    text-align: center;
  }

  .studentengagementadvisorcardheading, .studentengagementadvisorcardtext {
    text-align: center;
  }

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

  .classospricing {
    aspect-ratio: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .classospricingcontainer {
    box-sizing: border-box;
    object-fit: fill;
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .classospricingcards {
    width: 85%;
  }

  .classospricingheading {
    font-size: 25px;
  }

  .classospricingcardheading {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .classospricingcardcontainer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    width: 110.702%;
    margin-left: 0;
    margin-right: 0;
  }

  .classosheroimage {
    width: 30%;
  }

  .classospricingcardprice {
    font-size: 75px;
  }

  .classospricingcardvalueprop {
    justify-content: center;
    align-items: center;
    margin-left: -101px;
  }

  .classospricingcardvalueprop.classospricingcardvalueprop2 {
    margin-left: -210px;
  }

  .classospricingcardvalueprop.classospricingvaueprop3 {
    margin-left: -240px;
  }

  .classospricingcardvalueprop.classospricingvaueprop4 {
    margin-left: -170px;
  }

  .classospricingcardvalueprop.classospricingvaueprop5 {
    margin-left: -101px;
  }

  .classospricingcardvalueprop.classospricingvaueprop6 {
    margin-left: 0;
  }

  .classospricingcardinternalcontainer {
    justify-content: flex-start;
    align-items: center;
    width: 99.9999%;
    max-width: 99.9975%;
    position: static;
  }

  .classosherobg {
    height: 200px;
  }

  .classosherotagline {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .button {
    float: left;
    text-align: right;
    margin-left: 60px;
    margin-right: 41px;
    padding: 14px 15px 14px 24px;
    font-size: 14px;
    position: fixed;
    left: 38px;
    right: 80px;
  }

  .button.accent-yellow {
    align-self: auto;
    margin-left: 143px;
    margin-right: 11px;
    padding-right: 32px;
  }

  .value-prop-title.largetext.blue {
    text-align: center;
    padding-right: 0;
  }

  .cell-23 {
    grid-row-gap: 20px;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .div-hero-asset-1 {
    flex-direction: row;
    flex: 1;
    align-items: stretch;
    min-width: auto;
    margin-top: -20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-button-tertiary-gray.hide-tablet.hero-button {
    margin-left: 143px;
    padding-left: 3.4rem;
    padding-right: 4.5rem;
  }

  .text-button.blue {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .container-standard.value-prop {
    margin-bottom: 70px;
  }

  .column-valueimagedestop {
    text-align: center;
    order: 0;
    display: none;
  }

  .quick-stack-11 {
    grid-row-gap: 40px;
    flex: 0 auto;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-hero-text {
    align-self: center;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .div---logo-banner {
    min-width: auto;
  }

  .cell-22 {
    align-items: center;
    display: flex;
  }

  .logo-grid {
    display: none;
  }

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

  .feature-card.home {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-container {
    justify-content: center;
    align-items: center;
    margin-bottom: 120px;
    display: block;
    overflow: visible;
  }

  .heading-38.hero {
    padding: 28px 31px;
    font-size: 34px;
  }

  .div-block-50 {
    flex-direction: column;
    width: 100%;
  }

  .text-block-26 {
    font-size: 15px;
  }
}

#w-node-a5f6ce1f-5481-8947-afc4-a0f845532ba0-65ed55aa {
  grid-area: Area;
  align-self: center;
}

#w-node-_800ce8ae-039d-fbd3-f640-9e70d0433ffb-65ed55aa {
  grid-area: Area;
}

#w-node-_8891aed3-e959-9c37-3632-a55201358368-01358362, #w-node-_8891aed3-e959-9c37-3632-a55201358371-01358362, #w-node-_8891aed3-e959-9c37-3632-a5520135837c-01358362 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1a59bdf-e7ca-fa15-9034-d0abb65dca4f-3b23c5a8 {
  grid-area: Area;
  align-self: center;
}

#w-node-b1a59bdf-e7ca-fa15-9034-d0abb65dca50-3b23c5a8 {
  grid-area: Area;
}

#w-node-a5f6ce1f-5481-8947-afc4-a0f845532ba0-86458ba6 {
  grid-area: Area;
  align-self: center;
}

#w-node-_800ce8ae-039d-fbd3-f640-9e70d0433ffb-86458ba6 {
  grid-area: Area;
}

#w-node-c44e4c68-72b4-4e86-079b-2cdf8965a32d-8965a327, #w-node-c44e4c68-72b4-4e86-079b-2cdf8965a336-8965a327, #w-node-c44e4c68-72b4-4e86-079b-2cdf8965a347-8965a327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45dc0a77-123d-90f7-162f-55f41b8d934d-41a97813 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2fr;
}

#w-node-_45dc0a77-123d-90f7-162f-55f41b8d935c-41a97813, #w-node-_45dc0a77-123d-90f7-162f-55f41b8d935d-41a97813, #w-node-_45dc0a77-123d-90f7-162f-55f41b8d935e-41a97813, #w-node-_45dc0a77-123d-90f7-162f-55f41b8d935f-41a97813 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_45dc0a77-123d-90f7-162f-55f41b8d9360-41a97813 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_48d270b0-92a4-53ff-6571-bcf84f64be2f-65ed55aa, #w-node-_48d270b0-92a4-53ff-6571-bcf84f64be2f-86458ba6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_45dc0a77-123d-90f7-162f-55f41b8d934d-41a97813 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_45dc0a77-123d-90f7-162f-55f41b8d934d-41a97813 {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_738c5d56-811b-9a11-1b28-bd32bbc078b6-65ed55aa {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6bdd93b1-b64f-6292-322c-036347e5a7ea-65ed55aa {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3b9e0105-4b9a-c1d6-c124-5f40f358c9c0-65ed55aa {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_738c5d56-811b-9a11-1b28-bd32bbc078b6-86458ba6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6bdd93b1-b64f-6292-322c-036347e5a7ea-86458ba6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3b9e0105-4b9a-c1d6-c124-5f40f358c9c0-86458ba6 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_45dc0a77-123d-90f7-162f-55f41b8d934d-41a97813 {
    display: grid;
  }
}


