:root {
  --classtime-primary-blue: #0091ea;
  --white: white;
  --light-green: #6ddc72;
  --classtime-primary-grey: #334148;
  --alice-blue: #e1f5fe;
  --light-slate-grey: #78909c;
  --magenta: #e03cfa;
  --slate-grey: #546e7a;
  --tomato: #ff5252;
  --silver: #b0bec5;
  --white-smoke: #eceff1;
  --orange: #ffa000;
  --slider-2: #ffecd1;
  --silder-v2: #fde3ce;
  --very-light-f0f2f4: #f0f2f4;
  --white-4: rgba(255, 255, 255, .04);
  --white-16: rgba(255, 255, 255, .16);
  --slider: #ffd7b6;
  --primary-70: var(--classtime-primary-blue);
}

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

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

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

body {
  height: 100%;
  color: #334148;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
}

h1 {
  color: #334148;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 19px;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 58px;
}

h2 {
  color: #334148;
  text-align: left;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 40px;
  font-size: 34px;
  font-weight: 300;
  line-height: 48px;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  color: #334148;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #546e7a;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

a {
  color: var(--classtime-primary-blue);
  text-shadow: none;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
  position: static;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  color: #546e7a;
  text-shadow: none;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 30px;
}

figure {
  margin-bottom: 10px;
}

.button {
  color: #fff;
  text-align: center;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fafcfd;
  border-radius: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
  padding: 16px 24px 16px 60px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  overflow: visible;
}

.button:hover {
  background-color: #489fd9;
}

.button.hollow {
  color: #000;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  box-shadow: 0 2px 1px rgba(0, 0, 0, .12), inset 0 0 0 2px #000;
}

.button.hollow:hover {
  color: #fff;
  text-shadow: none;
  background-color: #489fd9;
  box-shadow: 0 2px 1px rgba(0, 0, 0, .12), inset 0 0 0 2px #489fd9;
}

.button.in-pricing {
  margin-top: 19px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.button.action-button {
  background-color: #607d8b;
  border-radius: 0 .25rem .25rem 0;
  padding-left: 24px;
  font-size: 1.125rem;
  position: relative;
}

.button.action-button:hover {
  opacity: .7;
}

.button.button_wide {
  width: 100%;
  display: inline-block;
}

.button.start {
  width: 60%;
}

.button.green-button {
  background-color: #6ddc72;
  padding-right: 60px;
}

.button.green-button:hover {
  background-color: rgba(109, 220, 114, .7);
}

.button.white {
  background-color: var(--classtime-primary-blue);
  color: var(--white);
  margin-top: 12px;
  padding-right: 60px;
  font-weight: 400;
}

.button.white.button-green {
  background-color: var(--light-green);
}

.button.button-5 {
  border-style: none;
}

.button.blue-outlined-button {
  border-color: var(--classtime-primary-blue);
  color: var(--classtime-primary-blue);
  padding-left: 40px;
  padding-right: 40px;
}

.button.blue-outlined-button:hover {
  background-color: var(--classtime-primary-blue);
  color: var(--white);
}

.button.blue-outlined-button.all-curriculum-button {
  width: 300px;
  background-image: url('../images/icon-rightTop-blue.svg');
  background-position: 230px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 72px;
  display: block;
}

.button.blue-outlined-button.all-curriculum-button:hover {
  background-image: url('../images/browse-all-curriculum-hover.svg');
}

.button.sbac-button {
  z-index: 5;
  border-color: var(--classtime-primary-grey);
  color: var(--classtime-primary-grey);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 24px;
  right: auto;
}

.button.sbac-button:hover {
  background-color: var(--classtime-primary-grey);
  color: var(--white);
}

.button.grey-outlined-button {
  color: var(--classtime-primary-grey);
}

.logo-text {
  color: #1c1c1c;
  margin-top: 24px;
  font-family: Roboto Slab, sans-serif;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  color: #e6eaed;
  margin-top: 0;
  margin-bottom: 19px;
}

.header {
  z-index: auto;
  height: auto;
  background-color: var(--white);
  color: var(--classtime-primary-grey);
  border-bottom: 0 rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 34px;
  font-weight: 300;
  line-height: 48px;
  display: block;
  position: relative;
}

.header.light {
  color: var(--white);
}

.nav-link {
  z-index: 3;
  height: auto;
  color: #78909c;
  text-transform: uppercase;
  border-radius: 0;
  padding: 20px 16px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  position: relative;
  box-shadow: inset 0 3px rgba(0, 0, 0, 0);
}

.nav-link:hover {
  box-shadow: none;
  color: #334148;
}

.nav-link.w--current {
  color: #4dbd90;
  box-shadow: inset 0 3px #4dbd90;
}

.nav-link.menu {
  display: none;
}

.nav-link.clever-link.login-button {
  border: 1px #000;
  border-left-color: #363636;
  border-radius: 1px;
  display: inline-block;
}

.nav-link.clever-link.login-button.clever-link-hidden {
  display: inline-block;
}

.nav-link.clever-link.clever-link-hidden {
  color: #607d8b;
  letter-spacing: .6px;
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link.login-button {
  z-index: auto;
  color: var(--classtime-primary-blue);
  letter-spacing: .6px;
  text-transform: capitalize;
  order: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.nav-link.login-button.mobile {
  display: block;
}

.main-wrapper {
  background-color: #fafcfd;
  overflow: hidden;
}

.main-wrapper.main {
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, .23);
  background-color: #fafcfd;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.main-wrapper.footer {
  color: #e4e8eb;
  background-color: #2b2c2e;
  padding-top: 42px;
  padding-bottom: 42px;
}

.main-wrapper.footer.copyright {
  color: #939596;
  background-color: #1c1d1f;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 14px;
}

.main-wrapper.purple {
  background-color: #dde7ed;
}

.main-wrapper.clients {
  background-color: #a1bfd4;
  padding-top: 0;
  padding-bottom: 0;
}

.main-wrapper.press {
  background-color: #3e5c50;
  padding-top: 29px;
  padding-bottom: 38px;
}

.slider {
  height: 360px;
  background-color: #303030;
  display: none;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  color: #334148;
  text-shadow: none;
  margin-bottom: 26px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.nav_wrapper {
  color: #546e7a;
  flex: 0 auto;
  order: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-slogan {
  color: #939596;
  margin-bottom: 11px;
}

.social-icon {
  opacity: .41;
  margin-right: 11px;
  transition: opacity .3s;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto Condensed, Arial, sans-serif;
  font-weight: 400;
}

.page-link {
  color: var(--classtime-primary-blue);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: color .3s, border .3s;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  color: #939596;
  display: block;
}

.page-link.in-footer:hover {
  color: #d2d7d9;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.newsletter-field {
  width: 60%;
  height: 40px;
  float: left;
  background-color: #e8e8e8;
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px #489fd9;
}

.newsletter-button {
  width: 40%;
  height: 40px;
  float: left;
  color: #d5d8db;
  background-color: #5f6166;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: all .5s;
}

.newsletter-button:hover {
  color: #fff;
  background-color: #489fd9;
}

.newsletter-form {
  width: 70%;
}

.brand-link {
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  color: #334148;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

.section-subtitle {
  text-align: center;
  margin-bottom: 68px;
  font-size: 19px;
  font-weight: 300;
  line-height: 22px;
}

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

.plan-wrapper {
  min-height: 300px;
  color: #2b2b2b;
  background-color: #fff;
  border-radius: 3px;
  padding: 17px;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  letter-spacing: 0;
  font-size: 20px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  width: 50%;
  height: 1px;
  background-color: #dbdbdb;
  margin-top: 13px;
  margin-bottom: 12px;
}

.additional-contact {
  text-align: center;
  margin-top: 21px;
}

.feature {
  text-align: left;
}

.feature-row {
  margin-bottom: 14px;
}

.testimonial-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 45px;
}

.testimony-slide {
  text-align: center;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: Roboto Slab, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 31px;
}

.slide-nav {
  font-size: 10px;
  display: none;
}

.person {
  width: 70px;
  border-radius: 100%;
  margin-bottom: 13px;
}

.name {
  width: 100%;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.name.partner-name {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.slider-arrow {
  width: 50px;
  color: #bdbdbd;
  font-size: 32px;
  transition: color .3s;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  margin-bottom: 12px;
}

.main-feature-group {
  margin-top: 30px;
}

.small-features-row {
  margin-top: 71px;
}

.main-image {
  width: 560px;
  max-height: none;
  max-width: none;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
}

.client-logo {
  width: 16.6%;
}

.small-text {
  color: rgba(255, 255, 255, .31);
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

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

.logo {
  width: auto;
  height: auto;
  max-width: 100%;
  color: var(--white);
  margin-bottom: 0;
  margin-left: 0%;
  margin-right: 0%;
}

.image {
  text-align: center;
  margin-top: 0;
  display: block;
  position: static;
  top: 0;
}

.form {
  float: none;
  clear: none;
  display: flex;
  position: static;
}

.field-label {
  color: #334148;
  text-shadow: none;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: flex;
}

.submit-button {
  float: left;
  font-size: 18px;
}

.text-field {
  min-height: 56px;
  text-shadow: none;
  object-fit: fill;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  align-self: auto;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.text-field.action-input {
  width: 100%;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #becacf;
  border-right: 0 #becacf;
  border-radius: .25rem 0 0 .25rem;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1.125rem;
  line-height: 2.875rem;
}

.text-field.action-input::-ms-input-placeholder {
  text-transform: none;
}

.text-field.action-input::placeholder {
  text-transform: none;
}

.heading {
  font-size: 34px;
  font-weight: 300;
}

.style-guide-wrap {
  background-color: #f3f3f5;
  padding-top: 1px;
  padding-bottom: 1px;
}

.type-column-1 {
  padding-right: 20px;
}

.input {
  height: 44px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  border-color: #3898ec;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin: 15px;
  padding: 40px;
  text-decoration: none;
  transition: all .15s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.style-guide-logo-box {
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0 0;
  background-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-label-link {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  text-decoration: none;
  display: inline-block;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.tab-link {
  color: #aaa;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  color: #222;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 -1px #333;
}

.tab-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: inset 0 -1px #ccc;
}

.color-block {
  height: 70px;
  background-color: #ebebeb;
  border-radius: 4px;
  margin-top: 30px;
}

.color-block.cc-brand-color-3 {
  background-color: var(--light-green);
}

.color-block.cc-font-color-light {
  background-color: #aaa;
}

.color-block.cc-brand-color-1 {
  background-color: var(--classtime-primary-blue);
}

.color-block.cc-brand-color-2 {
  background-color: var(--magenta);
}

.color-block.cc-dark-grey-2 {
  background-color: var(--classtime-primary-grey);
}

.color-block.cc-font-color-dark {
  background-color: #334148;
}

.color-block.cc-dark-grey-1 {
  background-color: var(--light-slate-grey);
}

.color-block.cc-light-grey-2 {
  background-color: var(--slate-grey);
}

.color-block.cc-brand-color-4 {
  background-color: var(--tomato);
}

.color-block.cc-light-grey-1 {
  background-color: var(--silver);
}

.color-block.cc-dark-grey-3 {
  background-color: var(--white-smoke);
}

.color-block.cc-brand-color-5 {
  background-color: var(--orange);
}

.style-guide-section {
  background-color: #fff;
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.success-message-2 {
  color: #20ce7b;
  background-color: rgba(32, 206, 123, .1);
  border-radius: 4px;
}

.card-paragraph {
  margin-bottom: 0;
}

.card-wrap {
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 30px 40px 40px;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  background-color: #f3f3f5;
  margin-top: 20px;
  margin-bottom: 10px;
}

.style-guide-subhead {
  color: #ec3872;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
}

.card-container {
  background-color: #f3f3f5;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.button-2 {
  height: 44px;
  color: #fff;
  letter-spacing: .5px;
  background-color: #3898ec;
  border-radius: 4px;
  padding: 0 20px;
  font-weight: 400;
  line-height: 43px;
  transition: box-shadow .2s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

.button-2:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.card-title {
  margin-top: 0;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-title {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.heading-2 {
  color: #334148;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 58px;
}

.heading-3 {
  font-family: Changa One, Impact, sans-serif;
}

.footer {
  background-color: var(--white);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  object-fit: scale-down;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 40px;
  height: 40px;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  color: var(--slate-grey);
  text-align: left;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
}

.footer-link {
  color: #546e7a;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

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

.div-block-2 {
  width: auto;
  max-width: 320px;
  min-width: auto;
  display: block;
}

.button-3 {
  font-size: 18px;
  line-height: 24px;
}

.action-item-action-primary-summary {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.action-item-action-primary-summary.home {
  display: block;
}

.action-item-action-primary-summary.home.school_hide {
  display: none;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.centered-container.sbac-bg {
  background-image: url('../images/SBAC-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 976px;
  border-radius: 16px;
}

.centered-container.testimonial-integrations-bg {
  background-image: url('../images/testimonial-integrations-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  overflow: hidden;
}

.button-4 {
  background-color: #6ddc72;
}

.image-2 {
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
}

.image-3 {
  display: inline-block;
}

.text-field-2 {
  margin-top: 0;
  padding-top: 12px;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.div-block-3 {
  text-transform: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.heading-4 {
  font-weight: 400;
}

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

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

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

.field-label-2 {
  color: #ff1744;
  font-size: 18px;
  font-weight: 300;
}

.field-label-2.action-error {
  text-shadow: none;
  cursor: default;
  margin-top: .5rem;
  font-weight: 300;
}

.input-group {
  width: 100%;
  cursor: default;
  padding-left: 0;
  padding-right: 0;
  font-size: 0;
  display: block;
}

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

.text-block.nav-link {
  text-transform: capitalize;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  font-weight: 300;
  line-height: 20px;
  display: block;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.language-dropdown {
  background-color: #fff;
  display: none;
  overflow: visible;
  box-shadow: 0 10px 24px rgba(96, 125, 139, .1), 7px 0 6px rgba(96, 125, 139, .04);
}

.header-container {
  width: auto;
  max-width: none;
  border-bottom-style: none;
  border-bottom-color: #000;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: end;
  padding: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.video {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #1408fa;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  padding-left: 0;
  overflow: visible;
}

.columns {
  display: flex;
}

.container-2 {
  padding-left: 0;
  display: block;
}

.paragraph {
  color: #546e7a;
  text-shadow: none;
  margin: 0;
  position: relative;
}

.paragraph.landing-page-video-overlay-text2 {
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, .5);
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

.column {
  padding-left: 0;
}

.container-3 {
  min-width: 0%;
  text-align: center;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button_wide {
  text-align: center;
  background-color: #0091ea;
  border-radius: 4px;
  padding: 16px;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

.landing-page-video-thumbnail-container {
  opacity: 1;
  text-align: center;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.play-button {
  width: auto;
  height: auto;
  float: none;
  text-align: center;
  object-fit: fill;
  transition: transform .2s;
  display: inline-block;
  position: relative;
}

.play-button:hover {
  transform: scale(1.05);
}

.div-block-4 {
  width: 100%;
  height: 100%;
  float: left;
  clear: none;
  border: 0 solid #000;
  border-radius: 0;
  position: relative;
  top: 55px;
}

.landing-page-video-overlay {
  height: 100%;
  min-height: 397px;
  clear: none;
  margin-top: 0;
  padding-top: 50px;
  display: block;
  position: relative;
  overflow: hidden;
}

.landing-page-video-thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.intro-video-thumbnail {
  height: 100.004%;
  max-width: 976px;
  position: relative;
  overflow: visible;
}

.landing-page-video-overlay-text1 {
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, .5);
  margin: 1em 40px;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  position: relative;
}

.js-show-modal {
  width: 100%;
  height: 100%;
  max-width: 100%;
  float: left;
  clear: none;
  display: block;
  position: relative;
  overflow: visible;
}

.landing-page-video-overlay-text3 {
  float: none;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 2px rgba(0, 0, 0, .5);
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  position: relative;
}

.landing-page-video-overlay-text2 {
  color: #fff;
  text-align: center;
  margin: 1em 16px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.logo {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.paragraph-2 {
  margin: 2rem;
}

.paragraph-2.no-margins {
  margin: 0;
}

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

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

.heading-6.no-paddings {
  padding-top: 0;
}

.testimonial-globe2 {
  z-index: 0;
  width: 364px;
  margin-top: -101px;
  margin-right: -35px;
  position: absolute;
  right: 100%;
  overflow: visible;
}

.testimonial2 {
  object-fit: fill;
  margin-top: 40px;
  padding-bottom: 194px;
  padding-right: 30px;
  position: static;
  overflow: hidden;
}

.testimonial-content2 {
  z-index: 100;
  max-width: 550px;
  float: right;
  background-color: #e1f5fe;
  margin-left: 40px;
  margin-right: 90px;
  padding: 16px;
  position: relative;
  transform: skew(-10deg);
}

.testimonial-message2 {
  z-index: 2;
  color: #334148;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 36px;
  display: block;
  position: relative;
}

.image-7 {
  text-align: left;
  position: static;
  left: 725px;
}

.paragraph-3 {
  max-width: 520px;
  color: #546e7a;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-7 {
  font-weight: 400;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 24px;
  object-fit: contain;
  object-position: 50% 50%;
  overflow: visible;
}

.nav-link-2 {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

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

.list-item {
  list-style-type: disc;
}

.image-8 {
  padding-top: 0;
  padding-bottom: 0;
}

.icon {
  color: #78909c;
  margin-top: 23px;
  margin-bottom: 23px;
  position: absolute;
}

.link-logo {
  color: #349be7;
  cursor: pointer;
  flex: 0 auto;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 18px 0;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  left: 0;
}

.columns-2 {
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.container-4 {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.heading-primary {
  z-index: 1;
  max-width: 440px;
  min-width: auto;
  text-align: left;
  margin-bottom: 24px;
  display: block;
  position: relative;
}

.action-items-wrapper {
  width: 355px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.form-block {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.section-image {
  max-width: none;
  object-fit: fill;
  display: block;
  position: absolute;
  top: 55px;
  left: 426px;
}

.text-block-2 {
  font-style: italic;
  transform: skew(10deg);
}

.testimonial {
  flex: 1;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 130px;
  padding-right: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.testimonial.small {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 66px;
  padding-bottom: 0;
  display: flex;
}

.testimonial-content {
  max-width: none;
  float: right;
  display: inline-block;
  position: relative;
  right: auto;
}

.testimonial-content._100 {
  font-style: normal;
}

.testimonial-message {
  z-index: 2;
  max-width: 800px;
  background-color: var(--alice-blue);
  padding: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 36px;
  position: relative;
  left: -21px;
  transform: skew(-10deg);
}

.testimonial-message.white {
  background-color: var(--white);
}

.testimonial-message.small {
  width: 600px;
  height: auto;
  max-width: none;
  padding-top: 30px;
  padding-bottom: 30px;
  left: auto;
}

.testimonial-message.small.slide2 {
  height: auto;
}

.image-9 {
  z-index: 0;
  width: 182px;
  margin-top: -51px;
  margin-right: -34px;
  position: absolute;
  right: 99%;
}

.image-9:hover {
  perspective: none;
  perspective-origin: 50%;
  transform: ;
}

.image-9.change {
  width: 150px;
}

.image-9.change.small {
  width: 77px;
  right: 103%;
}

.container {
  max-width: 1024px;
  margin: 40px auto;
  padding-left: 24px;
  padding-right: 24px;
}

.security-banner {
  min-height: 120px;
  background-color: rgba(255, 160, 0, .04);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.main-content {
  padding-bottom: 24px;
  overflow: hidden;
}

.main {
  max-width: 1024px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  position: relative;
}

.section-content {
  z-index: 1;
  text-align: left;
  position: relative;
}

.section-image-section-image-mobile {
  max-width: 100%;
  display: none;
  position: absolute;
  top: 80px;
  bottom: 0;
  left: 380px;
}

.secondary-gray-space {
  width: 100%;
  height: 105px;
  background-color: #fafcfd;
  display: none;
  box-shadow: 17px 17px 3px -24px #fafcfd;
}

.text-secondary {
  max-width: none;
  color: var(--slate-grey);
  text-align: center;
  margin-top: 18px;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-secondary.align-left {
  width: 80%;
  text-align: left;
  font-size: 18px;
}

.text-secondary.align-left.full {
  width: 100%;
  color: var(--classtime-primary-grey);
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

.text-secondary.left {
  color: var(--slate-grey);
  text-align: left;
}

.action-items {
  width: 100%;
  margin-top: 24px;
  margin-right: auto;
  display: inline-block;
}

.action-item {
  width: 100%;
  margin-bottom: 16px;
  display: inline-block;
}

.action-label {
  color: #576d77;
  letter-spacing: .6px;
  margin-left: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}

.action-label.margin-top {
  margin-top: 20px;
}

.action-label.text-center {
  text-align: center;
}

.student-portal-message {
  cursor: default;
  margin-top: 8px;
  font-weight: 300;
}

.student-portal-link {
  color: #0091ea;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  text-decoration: none;
}

.action-button-try-button {
  width: 100%;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0091ea;
  border-radius: .25rem;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 4rem;
  text-decoration: none;
  transition: background-color .1s;
  display: inline-block;
}

.action-button-try-button:hover {
  background-color: rgba(0, 145, 234, .7);
}

.action-button-try-button.gold {
  border: 2px solid var(--orange);
  color: var(--orange);
  letter-spacing: .6px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .2rem;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 4rem;
}

.image-10 {
  transition: all .2s;
}

.language-buttons {
  float: none;
  clear: none;
  color: #607d8b;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.text-block-3 {
  flex-direction: column;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  display: block;
}

.hero {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.hero.background {
  background-color: #fafcfd;
}

.contariner {
  flex-flow: row;
  flex: 1;
  align-content: space-around;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 560px;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.hero-image.margin-top {
  position: static;
  overflow: hidden;
}

.hero-image.margin-top.hero-image-new {
  width: 520px;
}

.cards-section {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
  display: block;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  cursor: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.cards-grid-container._2-blocks-in-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
}

.cards-grid-container._1-block-in-row {
  grid-template-columns: 1fr;
}

.cards-image-mask {
  width: 100%;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.bold-text-2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.bold-text-3, .bold-text-4 {
  font-weight: 500;
}

.div-block-5 {
  height: auto;
  object-fit: fill;
  border: 0 solid rgba(96, 125, 139, .2);
  border-radius: 8px;
  flex-direction: column;
  margin-top: 0;
  padding: 24px 16px 24px 0;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 0 0 1px rgba(96, 125, 139, .2), 0 8px rgba(96, 125, 139, .2);
}

.div-block-5:hover {
  border-color: rgba(96, 125, 139, .01);
  box-shadow: 0 8px 16px rgba(96, 125, 139, .2);
}

.paragraph-4 {
  margin-bottom: 16px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

.paragraph-5 {
  background-color: #e7f7fe;
}

.heading-9 {
  text-align: left;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
}

.italic-text {
  font-size: 16px;
  line-height: 24px;
}

.heading-10, .heading-11 {
  margin-bottom: 16px;
}

.italic-text-2 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #e7f7fe;
  background-clip: border-box;
  padding-left: 16px;
  line-height: 24px;
  transform: translate(0)skew(0deg);
}

.div-block-6 {
  flex-direction: column;
  padding-left: 16px;
  display: flex;
}

.paragraph-6 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #e7f7fe;
  background-clip: border-box;
  margin-bottom: 16px;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  display: inline-block;
  overflow: visible;
  transform: none;
}

.text-block-4 {
  color: #0091ea;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
}

.link-block-2 {
  height: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}

.image-11 {
  padding-left: 16px;
}

.div-block-7 {
  max-width: none;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  display: block;
}

.feature-section {
  background-color: rgba(255, 160, 0, .04);
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature-section.security-b {
  padding-top: 0;
  padding-bottom: 0;
}

.feature-image-mask {
  width: 100%;
  align-self: auto;
  margin-right: 40px;
  display: block;
  position: absolute;
}

.feature-image {
  width: 182px;
  height: 182px;
  object-fit: contain;
  object-position: 50% 50%;
  position: absolute;
}

.paragraph-7 {
  font-style: italic;
}

.div-block-8 {
  max-width: 800px;
  background-color: #e1f5fe;
  padding: 40px;
  transform: skew(-10deg);
}

.container-5 {
  text-align: left;
}

.section {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 60px;
  margin-bottom: 60px;
  display: block;
}

.section.pink {
  background-color: var(--slider-2);
}

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

.section.center.mobile {
  display: none;
}

.section.integrate {
  margin-top: 0;
  margin-bottom: 0;
}

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

.section.background-light {
  background-color: #fafcfd;
}

.testimonial-section.background {
  background-color: var(--alice-blue);
  padding-top: 40px;
  padding-bottom: 80px;
}

.container-6 {
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.container_medium {
  max-width: 1024px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: block;
}

.container_medium.pricing {
  max-width: 933px;
  text-align: left;
  margin-top: 30px;
}

.container_medium.center {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container_medium.intro {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-image-mask-2 {
  width: 100%;
  margin-right: 40px;
}

.feature-image-2 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

.security-banner-icon {
  width: 80px;
  height: 80px;
  flex: none;
  align-self: center;
  margin-right: 20px;
}

.security-banner-content {
  flex: 1;
  align-self: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.security-banner-heading {
  align-self: center;
}

.heading-12 {
  font-family: Open Sans, sans-serif;
}

.hero_right {
  width: 322px;
  height: 320px;
  object-fit: fill;
  flex: none;
  margin-left: 40px;
  overflow: visible;
}

.hero_right.home {
  width: auto;
  height: auto;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hero_left {
  clear: none;
  object-fit: fill;
  flex: 0 auto;
}

.div-block-10 {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: auto;
  padding-left: 16px;
  display: flex;
}

.div-block-11 {
  margin-top: auto;
  padding-left: 16px;
}

.div-block-12 {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: auto;
  padding-left: 16px;
  display: flex;
}

.section-2 {
  min-height: 60vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Main-image"
                 ". Main-image"
                 / .75fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 40px;
  margin-left: auto;
  display: grid;
}

.div-block-13 {
  margin-left: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.image-12 {
  width: auto;
  height: auto;
  object-fit: fill;
}

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

.section-3 {
  margin-top: 40px;
  margin-left: auto;
}

.grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: .75fr 1fr;
  grid-template-areas: "Title Area"
                       "Button-input Area";
}

.section-4 {
  background-color: #fafcfd;
  padding-top: 40px;
}

.container-7 {
  padding-left: 0;
}

.hero_header {
  float: none;
  clear: none;
  flex-direction: column;
  display: block;
}

.hero_header.padding-top {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.navbar {
  background-color: #fff;
  display: block;
}

.nav-link-ct {
  color: #78909c;
  letter-spacing: normal;
  text-transform: uppercase;
  column-count: auto;
  white-space: normal;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
}

.nav-link-ct:hover {
  color: #334148;
  font-weight: 600;
}

.brand {
  height: auto;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  text-decoration: none;
  display: inline-block;
}

.container-8 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-13 {
  flex: 0 auto;
}

.text-block-5 {
  color: #78909c;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.text-block-5:hover {
  color: #334148;
}

.dropdown {
  color: #78909c;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  position: static;
}

.dropdown:hover {
  color: #334148;
}

.dropdown-toggle-2 {
  padding-left: 16px;
  position: relative;
}

.icon-2 {
  color: #78909c;
}

.icon-2:hover {
  color: #334148;
}

.hero_title {
  margin-right: -10px;
  padding-right: 0;
}

.hero_title.blue {
  color: var(--classtime-primary-blue);
  margin-bottom: 19px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}

.hero_title.big {
  text-align: left;
  margin-bottom: 40px;
  font-size: 58px;
  font-weight: 300;
}

.nav_container {
  max-width: 1024px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-overlay {
  height: 90vh;
  max-height: 80vh;
  color: #fff;
  background-image: url('../images/Student-assesment.jpg');
  background-position: 50%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hero-overlay.students-assesment {
  height: auto;
  max-height: none;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: linear-gradient(rgba(51, 65, 72, .5), rgba(51, 65, 72, .5)), url('../images/Screen-Shot-2018-05-30-at-11.47.26.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  flex-wrap: nowrap;
  justify-content: center;
}

.hero-overlay.students-classroom-activities {
  background-image: url('../images/Bitmap.jpg');
}

.hero-overlay.students-assesment {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  flex-wrap: nowrap;
}

.centered-container-3 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
}

.centered-container-3.padding {
  padding-top: 0;
  padding-bottom: 0;
}

.centered-container-3.hero {
  height: 300px;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-14 {
  color: #fff;
  text-shadow: 0 0 2px #334148;
  font-weight: 400;
}

.heading-14.align-left {
  text-align: left;
  font-weight: 300;
}

.paragraph-8 {
  color: #fff;
  text-shadow: 0 0 2px #334148;
  font-weight: 300;
}

.paragraph-8.align-left {
  text-align: left;
  margin-bottom: 20px;
  font-weight: 600;
}

.feature-section-2 {
  clear: none;
  padding-top: 40px;
  padding-bottom: 0;
  display: block;
}

.feature-section-2.reverce.integrate {
  padding-top: 0;
  padding-bottom: 0;
}

.feature-section-2.reverce.integrate.fix {
  padding-top: 40px;
}

.feature-section-2.margintop {
  margin-top: 80px;
}

.feature-section-2.margintop.background {
  background-image: url('../images/Blue-bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 22px;
  padding-top: 140px;
  display: block;
}

.feature-section-2.margin-bottom {
  margin-bottom: 80px;
}

.feature-section-2.margin-bottom.less {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.feature-section-2.margin-bottom.background-light {
  background-color: #fafcfd;
}

.feature-section-2.margin-bottom.background-light:hover {
  border-radius: 2px;
}

.feature-section-2.sbac-section {
  overflow: visible;
}

.flex-container-3 {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-15 {
  text-align: left;
  margin-bottom: 30px;
  padding-top: 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 48px;
  display: block;
  overflow: auto;
}

.heading-15.title {
  margin-bottom: 0;
  padding-top: 0;
  font-size: 20px;
  font-weight: 600;
}

.heading-15.title.second {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
}

.heading-15.title.middle {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.heading-15.margin-bottom {
  text-align: center;
  margin-bottom: 100px;
  font-size: 34px;
}

.heading-15.margin-bottom.adjust {
  margin-bottom: 20px;
}

.heading-15.margin-bottom.mobile {
  text-align: center;
}

.heading-15.smaller {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 48px;
  display: block;
}

.heading-15.small {
  font-size: 16px;
  font-weight: 600;
}

.image-14 {
  max-width: 100%;
  position: static;
}

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

.div-block-17.no-switch {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-auto-flow: row;
}

.div-block-17.no-switch.center {
  align-items: start;
  justify-items: center;
}

.div-block-17.no-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.div-block-17.no-grid.images {
  grid-template-columns: 1fr 2fr 1fr;
}

.div-block-17.less-space {
  grid-column-gap: 47px;
  grid-template-columns: 1fr 1fr;
}

.div-block-17.switch {
  grid-column-gap: 48px;
  grid-template-columns: 2.25fr 1.75fr;
  position: relative;
}

.div-block-17.switch.full-width {
  display: block;
}

.background-video {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  float: none;
  clear: right;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: visible;
  box-shadow: 0 4px 20px rgba(96, 125, 139, .2);
}

.background-video.small-video {
  height: 100%;
}

.italic-text-3 {
  font-style: normal;
  font-weight: 400;
}

.italic-text-3.intro {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  display: block;
}

.italic-text-4 {
  text-align: center;
  font-style: normal;
  font-weight: 300;
  display: block;
}

.image-15 {
  z-index: auto;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  position: absolute;
  top: 138px;
  right: 100%;
}

.call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-10 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 40px;
  display: flex;
}

.paragraph-9 {
  color: var(--classtime-primary-grey);
  text-align: center;
  font-weight: 300;
}

.section-5 {
  margin-top: 40px;
  display: block;
}

.container-11 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.div-block-18.cta {
  flex-direction: column;
  display: flex;
}

.div-block-19 {
  text-align: left;
}

.section-cta {
  color: var(--classtime-primary-grey);
}

.section-cta.blue {
  background-color: #eff2f3;
  margin-top: 0;
}

.div-block-20 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.div-block-20._40 {
  width: auto;
  height: 120%;
  flex-direction: column;
  flex: 0 auto;
  margin-top: -40px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-21 {
  padding-top: 24px;
  padding-bottom: 30px;
}

.div-block-22 {
  padding-top: 44px;
  padding-bottom: 44px;
}

.div-block-22.no-top-padding {
  padding-top: 0;
  display: inline;
}

.div-block-23 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.div-block-24 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-16 {
  max-width: 110%;
  position: relative;
}

.image-16.normal {
  max-width: 100%;
  bottom: auto;
  right: auto;
}

.image-16.sbac-slide-img {
  width: 464px;
  max-width: 100%;
  border: 1px solid rgba(96, 125, 139, .2);
  border-radius: 8px;
  box-shadow: 0 7px 6px rgba(84, 110, 122, .04), 0 7px 24px rgba(84, 110, 122, .2);
}

.feature-section-reverce {
  padding-top: 39px;
  padding-bottom: 39px;
}

.feature-section-reverce.integrate {
  padding-bottom: 0;
}

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

.flex-container-4 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask-3 {
  width: 100%;
  height: auto;
  flex: 0 auto;
  margin-right: 40px;
  display: block;
}

.div-block-26 {
  max-width: 360px;
}

.background-video-2 {
  width: 100%;
}

.feature-image-mask-4 {
  width: 100%;
  margin-right: 40px;
}

.div-block-27 {
  width: auto;
  max-width: 360px;
}

.background-video-3 {
  width: 100%;
}

.heading-16 {
  text-align: left;
}

.heading-17, .heading-18 {
  text-align: center;
}

.heading-18.heading-mobile {
  margin-bottom: 19px;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.div-block-28 {
  padding: 40px;
}

.container-12 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.heading-19 {
  text-align: center;
  margin-bottom: 19px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.dropdown-nav {
  color: #78909c;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.text-block-6 {
  color: #78909c;
}

.dropdown_text {
  color: #78909c;
  font-family: Roboto, sans-serif;
}

.dropdown-list {
  opacity: 1;
  font-family: Roboto, sans-serif;
  display: none;
  overflow: visible;
}

.dropdown-list.w--open {
  width: auto;
  background-color: var(--white);
  border-radius: 0;
  flex-direction: row;
  box-shadow: 0 7px 6px rgba(96, 125, 139, .04), 0 10px 24px rgba(96, 125, 139, .1);
}

.dropdown-list.double {
  display: none;
}

.dropdown-list.double.w--open {
  width: 45rem;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: block;
  left: auto;
  right: -320%;
  overflow: hidden;
}

.dropdown-toggle-1 {
  padding-right: 20px;
}

.dropdown-toggle-1.w--open {
  padding-left: 10px;
  padding-right: 20px;
}

.dropdown-toggle-1.mobile {
  display: inline-block;
}

.dropdown-toggle-3, .dropdown-toggle-5 {
  padding-left: 10px;
  padding-right: 20px;
}

.dropdown_link {
  width: 100%;
  background-color: var(--white);
  color: var(--classtime-primary-grey);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 18px;
  display: block;
}

.dropdown_link:hover {
  color: var(--classtime-primary-blue);
  background-color: #e1f5fe;
}

.dropdown_link.w--current:hover {
  background-color: #e1f5fe;
}

.dropdown_link.adjust {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  display: block;
}

.dropdown_link.link-mobile {
  width: 100%;
  max-width: none;
  clear: none;
  object-fit: fill;
  display: block;
  position: static;
  overflow: visible;
}

.text-span {
  color: var(--light-slate-grey);
  font-size: 1rem;
}

.text-span:hover {
  color: var(--classtime-primary-grey);
}

.p_link {
  max-width: none;
  color: var(--light-slate-grey);
  font-size: 1rem;
  font-weight: 300;
  line-height: 25px;
  display: block;
  overflow: visible;
}

.p_link:hover {
  color: var(--slate-grey);
}

.dropdown-link {
  width: 50%;
}

.dropdown_wrapper {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: start;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

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

.hero_wrapper.home {
  height: auto;
  flex-direction: row;
}

.hero_wrapper.premium {
  flex-direction: row;
}

.lightbox_content {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.center_content {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox_link {
  position: relative;
}

.footer-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-10 {
  color: #607d8b;
  object-fit: fill;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  position: static;
}

.div-block-29 {
  align-items: center;
  display: flex;
}

.paragraph-11 {
  display: block;
}

.paragraph-12 {
  margin-bottom: 5px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 30px;
  display: block;
}

.paragraph-13.small {
  color: #607d8b;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-14 {
  color: var(--slate-grey);
  display: block;
}

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

.paragraph-16 {
  font-family: Open Sans, sans-serif;
}

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

.div-block-32 {
  height: 100%;
  grid-column-gap: 41px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .9fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.slider-2 {
  height: 450px;
  background-color: var(--silder-v2);
}

.slide-nav-2 {
  display: none;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 30%;
}

.div-block-33 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-34 {
  width: 100%;
  height: 70%;
}

.slide-2 {
  background-color: var(--slider-2);
}

.div-block-35 {
  width: 100%;
  height: 70%;
  border: 1px #000;
  border-radius: 25px;
  overflow: hidden;
}

.pricing-top {
  width: 190px;
  height: 167px;
  min-height: auto;
  border: 1px solid #d8dfe3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-top.hidden {
  border-style: none;
}

.pricing-top.gold {
  position: relative;
}

.pricing-top.gold.middle {
  border-style: solid;
  position: relative;
}

.pricing-top.right {
  display: flex;
}

.feature-text-mobile {
  color: #848199;
  font-size: 15px;
  display: none;
}

.button-wrap {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.price-grid {
  width: auto;
  grid-column-gap: 0px;
  grid-template: "."
  / .25fr .25fr .25fr 1fr;
  align-items: stretch;
  justify-items: center;
}

.price-grid.middle {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.price-grid.middle.school_hide {
  display: none;
}

.feature-check {
  width: 100%;
  border-left: 1px solid #d8dfe3;
  border-right: 1px solid #d8dfe3;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.feature-check.top {
  border-top: 1px solid #d8dfe3;
  margin-top: 50px;
  padding-top: 14px;
  padding-bottom: 14px;
  overflow: visible;
}

.feature-check.top.middle {
  border-right-style: solid;
}

.feature-check.bottom {
  border-bottom: 1px solid #cfd8dc;
}

.feature-check.middle {
  border-left-style: none;
  border-right-style: solid;
}

.length-text {
  color: #848199;
  font-size: 22px;
}

.text-block-7 {
  color: #848199;
  font-size: 20px;
  font-weight: 400;
}

.price-type {
  color: var(--classtime-primary-grey);
  text-align: center;
  flex: 0 auto;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.price-type.gold {
  color: var(--orange);
}

.check {
  width: 26px;
  margin-right: 16px;
}

.check.features {
  z-index: 200;
  cursor: pointer;
  margin-right: 8px;
  display: block;
  position: relative;
  overflow: hidden;
}

.check.features.yellow {
  z-index: 100;
  display: block;
  position: absolute;
}

.title-wrap {
  width: auto;
  color: #7b88a8;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.pricing-column-white {
  background-color: #fff;
  border-radius: 20px;
  padding: 21px;
  box-shadow: 16px 16px 42px rgba(23, 18, 63, .12);
}

.feature-item {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
  position: relative;
}

.feature-item.adjust {
  padding-left: 36px;
}

.feature-item.fix {
  padding-top: 17px;
  padding-bottom: 17px;
}

.feature-item.top {
  border-top: 1px #000;
}

.container-13 {
  width: 100%;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-text {
  color: #334148;
  font-size: 1rem;
}

.button-pricing {
  width: 80%;
  min-height: 52px;
  color: #5243c2;
  text-align: center;
  background-color: #f496d1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  display: flex;
}

.pricing-column {
  width: 190px;
  padding: 0;
}

.pricing-column.school_column {
  display: none;
}

.pricing-column-features {
  width: 370px;
  padding: 0;
}

.feature-grid {
  grid-column-gap: 19px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  align-items: stretch;
  justify-items: start;
}

.feature-grid.school_column {
  display: none;
}

.title-medium {
  z-index: 2;
  color: var(--classtime-primary-grey);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.1;
  position: relative;
}

.price-button {
  width: 150px;
  height: 40px;
  color: #8ba1ab;
  text-align: center;
  cursor: pointer;
  background-color: #f0f2f4;
  border-radius: 2px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.price-button:hover {
  background-color: rgba(240, 242, 244, .7);
}

.price-button.gold {
  background-color: var(--orange);
  color: var(--white);
  cursor: pointer;
}

.price-button.gold:hover {
  background-color: rgba(255, 160, 0, .7);
}

.price-button.blue {
  color: var(--white);
  cursor: pointer;
  background-color: #0091ea;
}

.price-button.blue:hover {
  background-color: rgba(0, 145, 234, .7);
}

.price-button.blue.pay {
  margin-top: 60px;
}

.price-button.pay, .price-button.pay.gold {
  margin-top: 80px;
}

.paragraph-17 {
  color: var(--light-slate-grey);
  font-family: Roboto, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  position: static;
  bottom: 5px;
}

.text-span-2 {
  color: #ffa000;
  cursor: pointer;
}

.text-span-2:hover {
  color: #c27a00;
}

.price-typ {
  color: #848199;
  font-size: 15px;
}

.div-block-36 {
  width: 28px;
  height: 26px;
  margin-right: 8px;
  padding-right: 8px;
}

.heading-20 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 19px;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 25px;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.payment {
  width: 100%;
  height: 250px;
  min-height: auto;
  border: 1px solid #d8dfe3;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.payment.hidden {
  border-style: none;
}

.payment.gold {
  position: relative;
}

.payment.gold.middle {
  border-left-style: none;
  border-right-style: none;
}

.payment.middle {
  border-left-style: none;
  border-right-style: solid;
  position: relative;
}

.text-span-3 {
  width: 100%;
  font-size: .75rem;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  top: 100%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span-4 {
  color: var(--orange);
  cursor: pointer;
}

.text-span-4:hover {
  color: #da8900;
}

.text-span-5 {
  color: var(--classtime-primary-blue);
  cursor: pointer;
}

.text-span-5:hover {
  color: #0067a7;
}

.intro-text {
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.image-20 {
  margin-top: -30px;
}

.slider_title {
  margin-bottom: 30px;
  padding-top: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 46px;
}

.slider_title.mobile {
  display: none;
}

.paragraph-18 {
  color: var(--classtime-primary-grey);
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 26px;
}

.paragraph-18.margin-bottom {
  height: 100px;
  color: var(--classtime-primary-grey);
  margin-bottom: 60px;
}

.image-21 {
  cursor: pointer;
  margin-left: 10px;
  padding-left: 0;
}

.image-22 {
  margin-left: 10px;
}

.dot-1-3 {
  cursor: pointer;
  margin-left: 10px;
}

.image-24 {
  margin-left: 10px;
}

.dot-1-1 {
  cursor: pointer;
  margin-left: 10px;
  padding-left: 0;
}

.dot-1-2, .dot-1-4 {
  cursor: pointer;
  margin-left: 10px;
}

.slide-3 {
  background-color: var(--slider-2);
}

.image-2-1 {
  cursor: pointer;
  margin-left: 0;
  padding-left: 0;
}

.star-2 {
  margin-left: 10px;
}

.dot-2-2, .dot-2-3, .dot-2-4 {
  cursor: pointer;
  margin-left: 10px;
}

.dot-2-1 {
  cursor: pointer;
  margin-left: 0;
  padding-left: 0;
}

.dot-3-1 {
  cursor: pointer;
  margin-left: 0;
}

.image-21-copy, .dot-3-2 {
  cursor: pointer;
  margin-left: 10px;
  padding-left: 0;
}

.star-3 {
  margin-left: 10px;
}

.dot-3-3, .dot-3-4 {
  cursor: pointer;
  margin-left: 10px;
}

.dot-4-1 {
  cursor: pointer;
}

.dot-4-2 {
  cursor: pointer;
  margin-left: 10px;
  padding-left: 0;
}

.dot-4-3 {
  cursor: pointer;
  margin-left: 10px;
}

.star-4 {
  margin-left: 10px;
}

.dot-4-4 {
  cursor: pointer;
  margin-left: 10px;
}

.dot-5-1 {
  cursor: pointer;
}

.dot-5-2 {
  cursor: pointer;
  margin-left: 10px;
  padding-left: 0;
}

.dot-5-3, .dot-5-4 {
  cursor: pointer;
  margin-left: 10px;
}

.star-5 {
  margin-left: 10px;
}

.slide-4, .slide-5, .slide-6, .mask {
  background-color: var(--slider-2);
}

.div-block-40 {
  margin-top: 60px;
  display: flex;
}

.div-block-41 {
  width: 60%;
}

.div-block-42 {
  width: 40%;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  display: flex;
}

.paragraph-19 {
  color: var(--classtime-primary-grey);
  font-size: 18px;
  font-weight: 300;
}

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

.image-25 {
  width: 256px;
  height: 256px;
}

.div-block-44 {
  height: 100%;
  border: 1px none var(--silver);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.position {
  margin-top: 5px;
  font-size: 16px;
}

.position.partner-position {
  color: #607d8b;
  text-align: center;
}

.place {
  width: 100%;
  color: var(--light-slate-grey);
  margin-top: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
}

.image-26, .image-27 {
  height: 80px;
  margin-bottom: 20px;
}

.image-28 {
  height: 120px;
  margin-bottom: 20px;
}

.div-block-45 {
  display: flex;
}

.text-field-3, .text-field-3-copy {
  width: 312px;
  height: 56px;
  margin-bottom: 30px;
}

.form-input {
  width: 312px;
  height: 56px;
  border-bottom: 1px solid var(--light-green);
  background-color: #fafcfd;
  border-radius: 2px;
  margin-bottom: 15px;
}

.form-input:active {
  border: 1px #000;
  border-bottom: 2px #0f4611;
}

.form-input:focus {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--light-green);
}

.form-input::-ms-input-placeholder {
  color: rgba(139, 161, 171, .8);
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.form-input::placeholder {
  color: rgba(139, 161, 171, .8);
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.div-block-46 {
  width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 60px;
  display: flex;
}

.div-block-47 {
  width: 50%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.form-2 {
  width: 400px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 40px;
  display: flex;
}

.field-label-3 {
  width: 312px;
  color: #334148;
  text-align: left;
  margin-bottom: 15px;
  padding-top: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.submit-button-2 {
  width: 312px;
  height: 56px;
  background-color: #6ddc72;
  border-radius: 4px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

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

.image-29 {
  position: relative;
  left: -155px;
}

.heading-21 {
  color: #fff;
  text-shadow: 0 0 2px #334148;
}

.button-5 {
  color: #fff;
  text-align: center;
  text-shadow: none;
  background-color: #0091ea;
  border-radius: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
  padding: 16px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  overflow: visible;
}

.button-5:hover {
  background-color: #489fd9;
}

.slider-3 {
  width: auto;
  height: 420px;
  background-color: rgba(0, 0, 0, 0);
}

.image-30 {
  margin-top: 15px;
}

.icon-3 {
  color: var(--classtime-primary-grey);
}

.icon-4 {
  color: var(--classtime-primary-grey);
  display: block;
}

.into-slider {
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.into-slider._80 {
  width: 80%;
  color: var(--classtime-primary-grey);
  margin-bottom: 40px;
}

.into-slider.padding {
  display: inline;
}

.slide-nav-3 {
  margin-top: 0;
  display: none;
}

.div-block-49 {
  width: auto;
  flex: 0 auto;
}

.image-31 {
  width: 550px;
  max-width: none;
  display: block;
}

.container-14 {
  display: block;
}

.container-14.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-14.mobile {
  display: block;
}

.image-32 {
  width: 100%;
}

.image-33 {
  width: 100%;
  max-width: none;
}

.image-34 {
  width: 80px;
}

.image-34.bigger {
  width: 100px;
  height: 80px;
}

.image-35 {
  width: 80px;
  height: 80px;
}

.image-35.bigger {
  height: 80px;
}

.list-item-2 {
  list-style-type: disc;
}

.list-item-2.list-item-block {
  width: 48%;
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  list-style-type: none;
  display: flex;
  position: static;
}

.list {
  font-size: 2rem;
  list-style-type: disc;
}

.list.list-block {
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 0;
  list-style-type: disc;
  display: block;
}

.div-block-50 {
  z-index: 101;
  position: absolute;
  top: 55px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.info-text {
  color: #334148;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  display: block;
  position: static;
  overflow: visible;
}

.info-content {
  z-index: 210;
  width: 360px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffecb3;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: none;
  position: absolute;
  top: 55px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.info-content._2 {
  z-index: 220;
}

.language_dropdown {
  color: var(--light-slate-grey);
  font-weight: 300;
  display: block;
}

.language_dropdown:hover {
  background-color: #e1f5fe;
}

.language_dropdown.w--current, .menu-mobile {
  display: none;
}

.div-block-52 {
  height: auto;
  display: flex;
}

.link-block-3 {
  text-decoration: none;
  display: flex;
}

.link-block-4 {
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.link-block-5 {
  text-decoration: none;
  display: flex;
}

.advisors-info {
  height: auto;
  flex: 0 auto;
  display: block;
  overflow: visible;
}

.info {
  height: 95%;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 16px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.div-block-54, .div-block-54-copy, .top-shape1, .top-shape3 {
  height: 20px;
  background-color: var(--orange);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.globe {
  width: 32px;
  height: auto;
  color: #8ba1ab;
  margin-right: -10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.nav-mobile {
  display: none;
}

.link-block-6 {
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.link-block-7, .link-block-8 {
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  right: auto;
}

.intro {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
}

.intro.pink {
  background-color: var(--slider-2);
}

.intro.center {
  align-items: center;
  display: flex;
}

.intro.center.mobile {
  display: none;
}

.intro-title {
  z-index: 2;
  width: auto;
  max-width: none;
  background-color: var(--alice-blue);
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  display: block;
  position: static;
  left: -21px;
  transform: skew(-10deg);
}

.intro-title.white {
  background-color: var(--white);
}

.intro-title.small {
  width: 600px;
  height: auto;
  max-width: none;
  padding-top: 30px;
  padding-bottom: 30px;
  left: auto;
}

.intro-title.small.slide2 {
  height: auto;
}

.italic-text-5 {
  color: #8ba1ab;
  flex: 0 auto;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 300;
}

.introsubtext {
  width: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  display: flex;
}

.introsubtext._80 {
  width: 80%;
}

.introsubtext.padding {
  display: inline;
}

.image-36 {
  padding-bottom: 16px;
}

.bold-text-5 {
  font-weight: 400;
}

.bold-text-5.sbac {
  text-align: right;
}

.italic-text-6 {
  color: #334148;
  font-size: 16px;
  font-weight: 400;
  display: inline;
  position: static;
}

.italic-text-7, .italic-text-8 {
  font-style: normal;
}

.italic-text-9 {
  font-style: normal;
  font-weight: 400;
}

.italic-text-10, .italic-text-11 {
  font-style: normal;
}

.italic-text-12 {
  font-style: normal;
  font-weight: 400;
}

.italic-text-13, .italic-text-14, .italic-text-15, .italic-text-16 {
  font-style: normal;
}

.bold-text-6 {
  font-weight: 400;
}

.italic-text-17, .italic-text-18 {
  font-style: normal;
}

.legal h3 {
  padding-top: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.legal p {
  color: var(--classtime-primary-grey);
  text-align: justify;
  margin-left: 30px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.legal li {
  text-align: justify;
  margin-left: 30px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 30px;
}

.legal h2 {
  font-family: Open Sans, sans-serif;
}

.rich-text-block {
  color: var(--classtime-primary-grey);
}

.rich-text-block p {
  color: var(--classtime-primary-grey);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.rich-text-block h3 {
  font-family: Roboto, sans-serif;
  font-size: 28px;
}

.image-37 {
  object-fit: fill;
  margin-left: 0;
  padding-left: 0;
}

.div-block-56 {
  display: none;
}

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

.heading-23 {
  line-height: 58px;
}

.heading-24 {
  padding-top: 0;
}

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

.bold-text-7 {
  color: var(--orange);
}

.slide-9, .slide-10, .slide-11, .slide-12 {
  width: 320px;
}

.slider-5 {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.partner-slide {
  color: var(--classtime-primary-grey);
  padding: 20px;
  text-decoration: none;
}

.partner-slide:hover {
  color: var(--classtime-primary-blue);
}

.image-39, .image-40 {
  height: 80px;
}

.left-arrow-3, .right-arrow-3 {
  display: none;
}

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

.italic-text-19 {
  padding-left: 16px;
}

.bold-text-8 {
  font-weight: 400;
}

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

.bold-text-9, .bold-text-10, .bold-text-11 {
  font-weight: 400;
}

.italic-text-20 {
  padding-left: 16px;
}

.body-2 {
  background-color: var(--very-light-f0f2f4);
}

.banner-section {
  background-image: linear-gradient(to bottom, var(--magenta), var(--classtime-primary-blue));
  padding-top: 80px;
  padding-bottom: 144px;
  position: static;
}

.link-classtime-logo {
  height: 40px;
  float: left;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: static;
}

.button-6 {
  float: right;
}

.header-section-container {
  width: 976px;
  margin-left: auto;
  margin-right: auto;
}

.button-outlined {
  height: 40px;
  float: none;
  border: 1px solid var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.button-outlined:hover {
  background-color: var(--white-4);
}

.button-outlined:active {
  background-color: var(--white-16);
}

.classtime-full-logo-white {
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-59 {
  clear: both;
}

.heading-27 {
  color: var(--white);
  text-align: center;
  font-family: Roboto, sans-serif;
}

.changelog-title {
  clear: both;
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.changelog-container {
  max-width: 976px;
}

.changelog-post-item {
  background-color: var(--white);
  color: #546e7a;
  border-radius: 4px;
  margin-bottom: 32px;
  padding: 40px 56px;
  font-size: 16px;
  line-height: 150%;
  display: block;
  box-shadow: 0 0 16px 3px rgba(84, 110, 122, .15);
}

.changelog-body {
  background-color: var(--very-light-f0f2f4);
}

.content-section {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: -80px;
}

.bold-text-12 {
  font-weight: 400;
}

.banner-text-block {
  width: 562px;
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin: 16px auto 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.changelog-item-title {
  color: var(--classtime-primary-grey);
  text-align: left;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 150%;
}

.changelog-item-label {
  height: auto;
  background-color: var(--classtime-primary-blue);
  color: var(--white);
  border-radius: 40px;
  margin-right: 8px;
  padding: 2px 16px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.changelog-item-data {
  float: right;
  clear: both;
  color: var(--classtime-primary-grey);
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.changelog-item-data-label-block {
  font-size: 14px;
  line-height: 20px;
}

.changelog-item-header {
  color: var(--classtime-primary-grey);
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.changelog-item-text {
  text-align: justify;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.changelog-media-block {
  z-index: 1;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), linear-gradient(-130deg, #fa753c, #e03cfa 15%, #8afff1 51%, #62aee5 81%, var(--classtime-primary-blue));
  opacity: 1;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 4px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 40px 56px;
  display: block;
  position: relative;
  top: 0;
  bottom: auto;
  left: 0%;
  right: auto;
}

.changelog-media-block.changelog-media-small-left {
  width: 420px;
  height: 264px;
  float: left;
  clear: none;
  padding: 16px 24px;
}

.changelog-media-block.changelog-media-small-right {
  width: 420px;
  height: 264px;
  float: right;
  padding: 16px 24px;
}

.changelog-video-small {
  z-index: 2;
  width: 100%;
  height: 230px;
  float: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  left: auto;
  overflow: hidden;
}

.div-block-62 {
  width: 928px;
  height: 592px;
  float: none;
  padding: 40px 56px;
  position: relative;
}

.bold-text-13 {
  font-weight: 400;
}

.changelog-link-button {
  float: right;
  clear: both;
  color: var(--classtime-primary-blue);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Link-Icon.svg');
  background-position: 16px 8px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-attachment: scroll;
  padding: 8px 16px 8px 48px;
}

.changelog-link-button:hover {
  background-color: rgba(0, 145, 234, .04);
}

.changelog-link-button:active {
  background-color: rgba(0, 145, 234, .16);
}

.changelog-link-text {
  float: right;
  clear: none;
  line-height: 40px;
}

.changelog-video-full {
  width: 100%;
  height: 470px;
}

.image-41 {
  width: 100%;
  height: auto;
}

.go-top-button {
  z-index: 5;
  width: 56px;
  height: 56px;
  background-color: var(--white);
  background-image: url('../images/keyboard_arrow_up.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 56px;
  margin-bottom: 5%;
  margin-right: 5%;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 7px 20px rgba(84, 110, 122, .2);
}

.go-top-button:hover {
  background-image: url('../images/keyboard_arrow_up_white.svg'), linear-gradient(to bottom, var(--magenta), var(--classtime-primary-blue));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.go-top-button.w--current {
  opacity: 0;
  transition: background-color .2s;
  position: fixed;
  box-shadow: 5px 5px 20px rgba(84, 110, 122, .2);
}

.go-top-button.w--current:hover {
  background-image: url('../images/keyboard_arrow_up_white.svg'), linear-gradient(to bottom, var(--classtime-primary-blue), var(--magenta)), url('../images/keyboard_arrow_up.svg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, scroll;
}

.primary-button {
  width: 145px;
  background-color: var(--classtime-primary-blue);
  text-align: center;
  border-radius: 2px;
  margin: 10px auto 40px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 24px;
  display: block;
}

.primary-button:hover {
  background-image: linear-gradient(to bottom, var(--white-4), var(--white-4));
}

.heading-28 {
  font-family: Roboto, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 51px;
}

.grid-2 {
  grid-template: "Area"
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
}

.grid-2.third-party-grid {
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.thirdparty-table-header {
  font-weight: 500;
}

.paragraph-21 {
  text-align: center;
}

.dropdown-toggle-4 {
  padding-left: 10px;
  padding-right: 20px;
}

.article-block p {
  text-align: justify;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
}

.article-block h1 {
  margin-bottom: 40px;
}

.article-block h2 {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.article-block h3 {
  color: var(--classtime-primary-grey);
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
}

.article-block ol {
  color: var(--slate-grey);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.article-block strong {
  color: var(--slate-grey);
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.article-block li {
  margin-bottom: 10px;
}

.article-block a {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.article-block figure {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-text-style {
  color: var(--slate-grey);
  font-family: Open Sans, sans-serif;
  line-height: 24px;
}

.section-icp {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 60px;
  margin-bottom: 60px;
  display: block;
}

.section-icp.pink {
  background-color: var(--slider-2);
}

.section-icp.center {
  align-items: center;
  display: flex;
}

.section-icp.center.mobile {
  display: none;
}

.section-icp.integrate {
  margin-top: 0;
  margin-bottom: 0;
}

.section-icp.margin-bottom-0 {
  margin-bottom: 0;
}

.paragraph-18-icp {
  color: var(--classtime-primary-grey);
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 26px;
}

.paragraph-18-icp.margin-bottom {
  height: 100px;
  color: var(--classtime-primary-grey);
  margin-bottom: 60px;
}

.image-42 {
  clear: right;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.banner {
  background-image: linear-gradient(60deg, rgba(240, 114, 0, .6) 14%, rgba(255, 196, 0, .6) 83%);
  padding-top: 22px;
  padding-bottom: 22px;
  text-decoration: none;
  display: block;
}

.banner-text {
  color: var(--classtime-primary-grey);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.curriculum-slide {
  width: 306px;
  height: 192px;
  background-color: var(--white);
  border: 1px solid #f0f2f4;
  border-radius: 8px;
  margin-right: 8px;
  padding: 0;
  overflow: visible;
}

.curriculum-slide:hover {
  box-shadow: 0 1px 3px rgba(84, 110, 122, .1);
}

.slide-logo {
  width: 64px;
  height: 64px;
  border: 1px solid #f0f2f4;
  border-radius: 8px;
  flex: none;
  overflow: hidden;
}

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

.slide-tag {
  color: var(--classtime-primary-grey);
  background-color: #f0f2f4;
  border-radius: 40px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 2px 16px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.slider-tags-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
  display: block;
}

.slider-title {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.slide-logo-title {
  height: 64px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--classtime-primary-grey);
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.slide-logo-image {
  width: auto;
  height: auto;
  display: block;
}

.curriculum-slider {
  height: 208px;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.left-arrow-4 {
  left: -72px;
}

.right-arrow-4 {
  right: -72px;
}

.slide-nav-5 {
  top: auto;
  bottom: auto;
}

.mask-3 {
  height: 208px;
  padding: 8px 2px;
  overflow: hidden;
}

.video-testimonial-slide {
  width: 264px;
  margin-right: 16px;
}

.div-block-63 {
  width: 264px;
  height: 264px;
}

.youtube {
  height: 264px;
  background-image: none;
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
}

.slider-video {
  width: 264px;
  height: 264px;
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
}

.video-testimonial-slider {
  width: 824px;
  height: 360px;
  background-color: #fff;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.image-43 {
  width: 264px;
  height: 264px;
  border-radius: 16px;
  position: static;
}

.image-44 {
  width: 80px;
  height: 80px;
  margin-top: 92px;
  margin-left: 92px;
  display: inline-block;
  position: static;
  top: 92px;
  bottom: auto;
  left: 92px;
  right: auto;
}

.lightbox-link-2 {
  border-radius: 16px;
  flex: none;
  margin-bottom: 16px;
  position: relative;
}

.lightbox-link-2:hover {
  box-shadow: 0 1px 3px rgba(84, 110, 122, .1);
}

.left-arrow-5 {
  top: 111px;
  left: -72px;
}

.right-arrow-5 {
  top: 111px;
  right: -72px;
}

.div-block-64 {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  position: absolute;
}

.div-block-64:hover {
  background-color: rgba(0, 145, 234, .5);
}

.caaspp-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 24px;
  margin-bottom: 60px;
}

.caaspp-slide {
  padding-left: 24px;
  padding-right: 24px;
}

.caaspp-slider-description {
  height: 112px;
  color: var(--classtime-primary-grey);
  padding-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.left-arrow-6 {
  top: auto;
  bottom: 80px;
  left: 24px;
  right: auto;
}

.right-arrow-6 {
  top: auto;
  bottom: 80px;
  left: 96px;
  right: auto;
}

.slide-nav-6 {
  display: none;
}

.curriculum-section-title {
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.curriculum-section-description {
  font-size: 18px;
  font-weight: 300;
}

.caaspp-slider-title {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-22 {
  color: #334148;
  font-weight: 400;
}

.small-text-button {
  color: var(--slate-grey);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon-rightTop-grey.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-attachment: scroll;
  padding: 10px 72px 10px 16px;
  font-size: 14px;
}

.small-text-button:hover {
  color: var(--classtime-primary-blue);
  background-image: url('../images/icon-rightTop-blue.svg');
}

.small-text-button.align-right {
  float: right;
}

.tile-image {
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(51, 65, 72, .2);
}

.tile-title {
  margin-top: 16px;
  margin-bottom: 8px;
  padding-left: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.tiles-container {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template: ". ."
                 ". Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading---34px {
  margin-bottom: 40px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.slide-link-wrap {
  width: 100%;
  height: 100%;
  padding: 24px;
  text-decoration: none;
}

.slide-nav-7 {
  display: none;
}

.video-preview-image {
  width: 452px;
}

.play-video-wrap {
  width: 452px;
  height: 268px;
  border-radius: 16px;
  position: absolute;
}

.play-video-wrap:hover {
  background-color: rgba(0, 145, 234, .5);
}

.lightbox-link-3 {
  width: 452px;
  height: 268px;
  border: 1px solid #eceff1;
  border-radius: 16px;
  overflow: hidden;
}

.play-video-image {
  margin-top: 94px;
  margin-left: 186px;
}

.testimonial-integration-slider {
  width: 596px;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin: 80px auto;
}

.testimonial-integration-slide {
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, .84);
  border-radius: 16px;
  padding: 24px 40px;
}

.mask-4 {
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0 7px 24px rgba(84, 110, 122, .04), 0 7px 40px rgba(84, 110, 122, .2);
}

.user-block {
  display: flex;
}

.user-photo {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-top: 8px;
}

.user-name {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.user-school {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.user-name-wrap {
  margin-left: 24px;
}

.testimonial-integration-description {
  color: var(--classtime-primary-grey);
  margin-top: 16px;
  font-weight: 400;
}

.left-arrow-7 {
  left: -72px;
}

.right-arrow-7 {
  right: -72px;
}

.slide-nav-8 {
  bottom: -60px;
}

.container-15 {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.youtube-2 {
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.italic-text-21 {
  margin-bottom: 5px;
  display: block;
}

.text-block-9 {
  display: inline;
}

.breadcrumbs-link {
  color: var(--classtime-primary-grey);
  text-decoration: none;
}

.breadcrumbs-link:hover {
  color: var(--classtime-primary-blue);
}

.breadcrumbs-active {
  color: var(--classtime-primary-grey);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: inline;
}

.breadcrumbs-section {
  padding-top: 24px;
  padding-bottom: 24px;
}

.small-outlined-button {
  border: 1px solid var(--slate-grey);
  background-color: var(--white);
  color: var(--classtime-primary-grey);
  border-radius: 2px;
}

.list-2 {
  color: var(--slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.list-item-3 {
  margin-bottom: 5px;
}

.bold-text-14 {
  color: var(--classtime-primary-grey);
  font-weight: 600;
}

.paragraph-23 {
  color: var(--classtime-primary-grey);
  margin-bottom: 0;
}

.paragraph-24 {
  color: var(--classtime-primary-grey);
  font-weight: 600;
}

.div-block-65 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 16px;
  line-height: 30px;
  display: flex;
}

.paragraph-25 {
  color: var(--classtime-primary-grey);
  margin-bottom: 0;
  font-size: 16px;
}

.div-block-66 {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.div-block-67 {
  justify-content: space-between;
  display: flex;
}

.div-block-68, .div-block-69 {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.h1-title {
  margin-bottom: 0;
}

.div-block-70 {
  width: 468px;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
}

.image-46 {
  max-width: none;
}

.image-47 {
  text-align: justify;
  object-fit: fill;
}

.thirdparty-table-header-en {
  font-weight: 500;
}

.grid-2-en {
  grid-template: "Area"
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
}

.grid-2-en.third-party-grid {
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.changelog-post-item-copy, .changelog-post-item-copy-copy {
  background-color: var(--white);
  color: #546e7a;
  border-radius: 4px;
  margin-bottom: 32px;
  padding: 40px 56px;
  font-size: 16px;
  line-height: 150%;
  display: block;
  box-shadow: 0 0 16px 3px rgba(84, 110, 122, .15);
}

.banner-copy {
  background-image: linear-gradient(60deg, rgba(240, 114, 0, .6) 14%, rgba(255, 196, 0, .6) 83%);
  padding-top: 22px;
  padding-bottom: 22px;
  text-decoration: none;
  display: block;
}

.list-item-4 {
  list-style: none;
}

.logos-slider {
  width: 824px;
  height: 210px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.logo-slide {
  width: 150px;
  height: auto;
  text-align: center;
  margin-right: 18px;
}

.right-arrow-8 {
  top: 57px;
  right: -72px;
}

.left-arrow-8 {
  top: 57px;
  left: -72px;
}

.logo-wrap {
  width: 150px;
  height: 150px;
  background-color: var(--white);
  border-radius: 150px;
  margin-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.image-48 {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
}

.paragraph-26 {
  margin-bottom: 16px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

.paragraph-27 {
  margin: 2rem;
}

.paragraph-27.no-margins {
  margin: 0;
}

.left-arrow-9 {
  top: 57px;
  left: -72px;
}

.logo-wrap-2 {
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 150px;
  margin-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.right-arrow-9 {
  top: 57px;
  right: -72px;
}

.feature-section-4 {
  clear: none;
  padding-top: 40px;
  padding-bottom: 0;
  display: block;
}

.link-block-9 {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.sosial-media-icon_link {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sosial-media-links {
  color: var(--slate-grey);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.list-item-5 {
  align-items: center;
  display: flex;
}

.div-block-71 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.list-3 {
  flex-direction: column;
  display: flex;
}

.link {
  color: var(--light-slate-grey);
  -webkit-text-stroke-color: var(--light-slate-grey);
}

.div-block-72 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  display: inline-block;
}

.image-49, .image-50, .image-51, .image-52 {
  width: 16px;
  height: 16px;
}

.image-53 {
  height: 40px;
  flex: 0 auto;
  order: 1;
  align-self: auto;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  margin-left: 100px;
  margin-right: 0;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

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

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

.div-block-73 {
  aspect-ratio: auto;
  object-fit: fill;
  display: block;
}

.accordion-item {
  width: 100%;
  border-top: 1px solid #eceff1;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  overflow: hidden;
}

.accordion-toggle {
  height: 78px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.accordion-list {
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: static;
}

.accordion-icon {
  margin-right: 0;
}

.accordion-toggle-text {
  white-space: pre-wrap;
}

.dropdown-toggle-6 {
  width: 100%;
}

.dropdown-2 {
  width: 100%;
  overflow: hidden;
}

.text-block-10 {
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
}

.pillar-heading {
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.custom-list-style {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  list-style-type: none;
  display: flex;
}

.blue-circle-list-item {
  background-image: url('../images/blue-circle.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 32px;
}

.check-list-item {
  background-image: url('../images/check.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 32px;
}

.orange-circle-list-item {
  background-image: url('../images/orange-circle.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 32px;
}

.blue-arrow-list-item {
  background-image: url('../images/blue-arrow.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 32px;
}

.numbers-list-style {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
  list-style-type: decimal;
  display: flex;
}

.standart-list-item {
  margin-bottom: 0;
  padding-left: 8px;
}

.letters-list-style {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
  list-style-type: lower-alpha;
  display: flex;
}

.roman-numerals-list-style {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
  list-style-type: lower-roman;
  display: flex;
}

.list-block-container {
  max-width: none;
  border-left: 4px solid var(--classtime-primary-blue);
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.paragraph-basic-style {
  color: var(--classtime-primary-grey);
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 150%;
  overflow: hidden;
}

.clickable-block {
  box-shadow: none;
  color: var(--classtime-primary-grey);
  border: 1px solid #f0f2f4;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.clickable-block:hover {
  box-shadow: 0 7px 6px rgba(84, 110, 122, .04), 0 7px 24px rgba(84, 110, 122, .2);
}

.clickable-blocks-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.div-block-74 {
  background-color: #217e4f;
}

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

.clickable-block-content-wrap {
  height: 270px;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 24px;
  display: flex;
}

.clickable-block-content-wrap.no-image {
  height: 448px;
}

.clickable-block-text {
  height: 144px;
  color: var(--classtime-primary-grey);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
  overflow: hidden;
}

.clickable-block-text.no-image {
  height: 316px;
}

.clickable-block-image {
  width: 100%;
}

.quote-box {
  min-height: 168px;
  color: var(--classtime-primary-grey);
  background-image: url('../images/format_quote.svg'), linear-gradient(130deg, rgba(41, 98, 255, .15), rgba(0, 176, 255, .15));
  background-position: 24px 24px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-left-style: none;
  border-radius: 40px;
  align-items: center;
  margin-bottom: 0;
  padding: 24px 40px 24px 168px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.title-image-wrap {
  width: 400px;
  height: auto;
  overflow: hidden;
}

.cta-button {
  width: 343px;
  height: 56px;
  text-align: left;
  background-color: #0091ea;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-button:hover {
  background-color: rgba(0, 145, 234, .7);
}

.cta-button.centered {
  margin-left: auto;
  margin-right: auto;
}

.title-block-container {
  max-width: 1024px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-75 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cta-block {
  max-width: 500px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.top-pages-block {
  width: 280px;
  text-align: left;
  padding: 24px;
}

.top-pages-image-wrap {
  width: 232px;
  height: 168px;
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.top-pages-text {
  color: var(--classtime-primary-grey);
  font-size: 14px;
  line-height: 150%;
}

.top-pages-link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.top-pages-title {
  margin-top: 0;
  margin-bottom: 0;
}

.top-pages-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.top-pages-content-block {
  padding-right: 40px;
}

.link-block {
  width: 100%;
  max-width: 340px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--classtime-primary-grey);
  background-image: linear-gradient(45deg, rgba(41, 98, 255, .15), rgba(0, 176, 255, .15));
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-image: linear-gradient(45deg, rgba(41, 98, 255, .25), rgba(0, 176, 255, .25));
}

.link-block-title {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 150%;
}

.link-block-link {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  display: flex;
}

.contents-box-note {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--slate-grey);
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.contents-box {
  width: 304px;
  color: var(--slate-grey);
  flex-direction: column;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.contents-box-item {
  color: var(--slate-grey);
  border-left: 2px solid rgba(51, 65, 72, .16);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  text-decoration: none;
}

.contents-box-item:hover, .contents-box-item.w--current {
  border-left-color: #546e7a;
}

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

.contents-box-block {
  width: 336px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.contents-box-content-block {
  padding-right: 40px;
}

.div-block-76 {
  flex: none;
  margin-top: 0;
}

.container-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: block;
}

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

.div-block-78 {
  height: 40px;
}

.image-54 {
  padding-left: 16px;
}

.clickable-block-2 {
  box-shadow: none;
  color: #334148;
  border: 1px solid #f0f2f4;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.clickable-block-2:hover {
  box-shadow: 0 7px 6px rgba(84, 110, 122, .04), 0 7px 24px rgba(84, 110, 122, .2);
}

.text-block-11 {
  color: #0091ea;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
}

.div-block-79 {
  height: auto;
  display: flex;
}

.clickable-block-text-2 {
  height: 144px;
  color: #334148;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
  overflow: hidden;
}

.list-block-container-2 {
  max-width: none;
  border-left: 4px solid #0091ea;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.paragraph-basic-style-2 {
  color: #334148;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 150%;
  overflow: hidden;
}

.image-55 {
  padding-left: 16px;
}

.div-block-80 {
  height: auto;
  display: flex;
}

.clickable-block-text-3 {
  height: 144px;
  color: #334148;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
  overflow: hidden;
}

.top-pages-text-2, .top-pages-text-3 {
  color: #334148;
  font-size: 14px;
  line-height: 150%;
}

@media screen and (max-width: 991px) {
  .button {
    display: inline-block;
  }

  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .button.sbac-button {
    float: left;
    margin-top: 12px;
    margin-left: 16px;
    position: static;
  }

  .header {
    text-align: center;
  }

  .nav-link {
    color: #fff;
    padding: 18px 0;
  }

  .nav-link:hover {
    box-shadow: inset 0 3px rgba(0, 0, 0, 0);
  }

  .nav-link.w--current {
    box-shadow: inset 0 1px rgba(0, 0, 0, 0);
  }

  .nav-link.menu {
    color: #8ba1ab;
    margin-left: auto;
    padding: 20px 16px;
    font-size: 30px;
    font-weight: 300;
    display: block;
  }

  .nav-link.menu.w--open {
    background-color: var(--alice-blue);
    color: var(--classtime-primary-grey);
  }

  .nav-link.clever-link.clever-link-hidden {
    z-index: auto;
    color: var(--light-slate-grey);
    padding-left: 10px;
  }

  .nav-link.login-button, .nav-link.login-button.mobile {
    color: var(--classtime-primary-blue);
    padding-left: 10px;
    display: block;
  }

  .main-wrapper.main {
    margin-top: 40px;
  }

  .nav_wrapper {
    z-index: 100;
    background-color: #fff;
    flex-direction: row;
    flex: 0 auto;
    order: 2;
    justify-content: flex-start;
    padding-top: 13px;
    padding-bottom: 13px;
    display: block;
    position: absolute;
  }

  .main-feature-group {
    margin-top: 0;
  }

  .main-image {
    max-width: 100%;
    object-fit: fill;
    object-position: 50% 100%;
    margin-top: 0;
    margin-left: 0;
    display: inline-block;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container.footer-long-version {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-image {
    display: none;
  }

  .div-block-2 {
    min-width: auto;
  }

  .action-item-action-primary-summary {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .input-group {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block.nav-link {
    color: var(--light-slate-grey);
  }

  .header-container {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .column {
    padding-left: 0;
  }

  .play-button {
    width: 80px;
    max-width: 100%;
  }

  .landing-page-video-overlay-text1 {
    font-size: 26px;
    line-height: 48px;
  }

  .landing-page-video-overlay-text3, .landing-page-video-overlay-text2 {
    font-size: 14px;
  }

  .logo {
    width: 100%;
  }

  .testimonial2 {
    margin-bottom: 0;
  }

  .testimonial-content2 {
    background-color: #e1f5fe;
    margin-left: 40px;
    margin-right: 120px;
    padding: 16px;
    transform: skew(-10deg);
  }

  .testimonial-message2 {
    color: #334148;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    font-weight: 300;
    display: inline;
  }

  .link-logo {
    flex: 0 auto;
    order: -1;
    display: inline-block;
  }

  .action-items-wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-image {
    max-width: none;
    object-fit: fill;
    display: block;
    top: 187px;
    left: 383px;
  }

  .testimonial {
    margin-bottom: 0;
  }

  .testimonial-content {
    max-width: 75%;
  }

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

  .action-items {
    width: 355px;
    flex-direction: column;
    margin-right: 0;
    display: block;
  }

  .language-buttons {
    color: var(--slate-grey);
    margin-left: 30px;
    display: block;
  }

  .language-buttons.mobile {
    text-align: right;
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-end;
    display: block;
    right: 0;
  }

  .hero-image.margin-top {
    margin-top: 20px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .section.pink {
    padding-top: 40px;
  }

  .section.center {
    display: none;
  }

  .section.center.mobile, .section.center.show {
    display: block;
  }

  .container_medium {
    max-width: 728px;
  }

  .container_medium.pricing.mobile {
    flex-direction: column;
    display: flex;
  }

  .security-banner-icon {
    flex: none;
  }

  .hero_right {
    width: 50%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

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

  .nav_container {
    max-width: 768px;
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 0;
    display: flex;
  }

  .feature-section-2.margin-bottom.less {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .heading-15.title {
    font-size: 26px;
  }

  .heading-15.title.mobile {
    margin-bottom: 0;
    margin-left: 10px;
  }

  .heading-15.margin-bottom.mobile {
    margin-bottom: 40px;
  }

  .div-block-16 {
    flex: 0 auto;
  }

  .div-block-17 {
    flex-direction: row-reverse;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    justify-items: stretch;
    display: flex;
  }

  .div-block-17.no-switch.center {
    flex-direction: row-reverse;
  }

  .div-block-17.no-grid.mobile {
    display: block;
  }

  .div-block-17.less-space {
    flex-direction: row-reverse;
  }

  .div-block-17.switch {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .background-video {
    width: 600px;
    height: 350px;
    object-fit: fill;
    align-items: stretch;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .image-15 {
    width: 182px;
    top: 180px;
    right: 95%;
  }

  .div-block-20._40.mobile {
    height: auto;
    margin-top: 20px;
  }

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

  .image-16 {
    right: 0;
  }

  .feature-section-reverce.integrate {
    padding-top: 40px;
  }

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

  .dropdown-nav {
    display: block;
  }

  .dropdown-list {
    display: block;
    position: static;
  }

  .dropdown-list.double {
    height: auto;
    flex-direction: row;
    display: block;
  }

  .dropdown-list.double.w--open {
    display: none;
  }

  .dropdown-toggle-1.mobile {
    padding-left: 10px;
  }

  .dropdown_link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .dropdown_link.adjust {
    padding-bottom: 20px;
  }

  .p_link {
    display: inline;
  }

  .dropdown_wrapper {
    height: auto;
  }

  .hero_wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero_wrapper.home {
    height: auto;
    flex-direction: column;
  }

  .paragraph-10 {
    padding-left: 0;
    font-size: 20px;
  }

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

  .paragraph-12 {
    justify-content: flex-start;
    display: block;
    position: static;
  }

  .paragraph-13.small.center {
    text-align: center;
  }

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

  .div-block-32 {
    flex-direction: column;
    grid-template-columns: 1.5fr;
    justify-content: center;
    display: flex;
  }

  .slider-2 {
    height: 620px;
  }

  .div-block-33 {
    height: 50%;
  }

  .div-block-35 {
    width: 600px;
    height: 350px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pricing-top {
    width: 100%;
    height: 100px;
  }

  .pricing-top.hidden {
    display: none;
  }

  .pricing-top.gold.middle {
    height: 150px;
    border-style: solid;
    border-color: var(--orange);
  }

  .pricing-top.gold.middle.pink {
    background-color: var(--slider-2);
  }

  .pricing-top.left {
    height: 150px;
    border-right-style: none;
    display: flex;
  }

  .pricing-top.right {
    height: 150px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-left-style: none;
    display: flex;
  }

  .feature-text-mobile {
    display: block;
  }

  .price-grid {
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: stretch;
    display: flex;
  }

  .feature-check.top.mobile {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .feature-check.bottom.mobile {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .feature-check.mobile {
    border-left-style: none;
    border-right-style: none;
  }

  .price-type {
    display: block;
  }

  .pricing-column-white {
    padding: 15px;
  }

  .pricing-column {
    width: 100%;
    padding: 15px 0;
    display: none;
  }

  .pricing-column-features {
    width: 100%;
    justify-content: space-between;
    padding: 15px;
    display: flex;
  }

  .pricing-column-features.mobile {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-column-features.test {
    display: block;
  }

  .feature-grid.test, .price-button, .price-button.blue {
    display: none;
  }

  .price-button.blue.pay, .price-button.pay, .price-button.pay.gold {
    display: block;
  }

  .paragraph-17 {
    display: none;
  }

  .paragraph-17.mobile {
    display: block;
  }

  .payment {
    background-color: #f0f2f4;
    border-style: none;
  }

  .payment.middle.pink {
    background-color: rgba(255, 236, 209, .5);
    border-style: solid;
    border-width: 0;
  }

  .payment.mobile {
    background-color: var(--silder-v2);
    display: block;
  }

  .payment.free {
    background-color: var(--white-smoke);
  }

  .image-20 {
    display: none;
  }

  .slider_title {
    text-align: center;
    display: none;
  }

  .slider_title.mobile {
    display: block;
  }

  .paragraph-18.margin-bottom {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .div-block-37 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .div-block-38 {
    flex-direction: column-reverse;
    display: flex;
  }

  .div-block-39 {
    width: 90%;
    height: auto;
    align-items: center;
    display: flex;
  }

  .school_option {
    width: 100%;
    display: none;
  }

  .premium_option {
    width: 100%;
  }

  .free_option {
    width: 100%;
    display: none;
  }

  .div-block-40 {
    flex-direction: column;
  }

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

  .div-block-42 {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-25 {
    width: auto;
    height: auto;
  }

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

  .div-block-46 {
    width: 100%;
    height: 400px;
    margin-bottom: 50px;
    padding-right: 0;
  }

  .button-5 {
    display: inline-block;
  }

  .div-block-49 {
    display: block;
  }

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

  .image-31.mobile {
    width: 500px;
  }

  .container-14 {
    display: none;
  }

  .container-14.mobile {
    display: block;
  }

  .image-33 {
    width: 50%;
    flex: 0 auto;
    align-self: auto;
  }

  .info-content {
    display: none;
  }

  .menu-mobile {
    flex: 1;
    justify-content: flex-end;
    display: flex;
    position: static;
    top: 0%;
    right: 0;
  }

  .div-block-53 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 50px;
    display: flex;
  }

  .advisors-info {
    display: none;
  }

  .div-block-54.gray, .div-block-54-copy.gray {
    background-color: var(--silver);
    display: block;
  }

  .top-shape1 {
    background-color: var(--silver);
    display: none;
  }

  .top-shape1.gray {
    background-color: var(--silver);
    display: block;
  }

  .top-shape3 {
    background-color: var(--light-slate-grey);
    display: none;
  }

  .top-shape3.gray {
    background-color: var(--silver);
    display: block;
  }

  .globe {
    display: none;
  }

  .globe.mobile {
    margin-right: -20px;
    display: block;
  }

  .nav-mobile {
    order: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .intro.center {
    display: none;
  }

  .intro.center.mobile, .intro.center.show {
    display: block;
  }

  .italic-text-6 {
    margin-left: 0;
    padding-left: 0;
    display: inline;
  }

  .image-37 {
    max-width: 50%;
  }

  .icon-5 {
    color: #8ba1ab;
    font-weight: 300;
  }

  .changelog-container {
    max-width: 95%;
  }

  .changelog-media-block {
    height: auto;
    padding: 16px 24px;
  }

  .changelog-media-block.changelog-media-small-left, .changelog-media-block.changelog-media-small-right {
    width: 49%;
    height: auto;
  }

  .changelog-video-small {
    height: 20vw;
  }

  .changelog-video-full {
    height: 46vw;
  }

  .image-41 {
    height: auto;
  }

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

  .section-icp.center {
    display: none;
  }

  .section-icp.center.mobile, .section-icp.center.show {
    display: block;
  }

  .paragraph-18-icp.margin-bottom {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .curriculum-slider {
    width: 624px;
  }

  .video-testimonial-slider {
    width: 544px;
  }

  .caaspp-slider {
    padding-bottom: 80px;
  }

  .left-arrow-6 {
    float: left;
    margin-top: 16px;
    margin-left: 156px;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .right-arrow-6 {
    float: left;
    margin-top: 16px;
    margin-left: 16px;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .div-block-70 {
    width: 360px;
  }

  .logos-slider {
    width: 544px;
  }

  .logo-slide {
    margin-right: 46px;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-bottom {
    margin-left: 20px;
  }

  .list-block-container {
    padding-left: 24px;
  }

  .clickable-blocks-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .clickable-block-content-wrap.no-image {
    height: 480px;
  }

  .cta-block {
    max-width: 400px;
  }

  .list-block-container-2 {
    padding-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }

  .button {
    display: inline-block;
  }

  .button.sbac-button {
    float: none;
    display: block;
  }

  .logo-text {
    margin-top: 15px;
  }

  .nav-link.menu {
    margin-left: auto;
    padding-top: 18px;
    padding-bottom: 11px;
    display: block;
  }

  .main-wrapper {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-wrapper.main {
    margin-top: 72px;
  }

  .nav_wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-title {
    margin-top: 35px;
  }

  .newsletter-form {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .brand-link {
    padding-left: 0;
  }

  .section-subtitle {
    margin-bottom: 44px;
  }

  .plan-wrapper {
    margin-bottom: 34px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .divider {
    width: 100%;
  }

  .feature {
    text-align: center;
    margin-bottom: 32px;
  }

  .name {
    text-align: center;
  }

  .feature-icon {
    margin-bottom: 4px;
  }

  .main-feature-group {
    margin-top: 0;
    margin-bottom: 34px;
  }

  .text-field.action-input {
    margin-right: -58px;
  }

  .card-wrap {
    flex: 1;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .footer-image {
    object-fit: contain;
    display: none;
  }

  .div-block-2 {
    min-width: auto;
  }

  .action-item-action-primary-summary {
    padding: 0;
  }

  .centered-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .centered-container.sbac-bg {
    background-position: 0%;
    background-size: cover;
  }

  .div-block-3 {
    margin-left: 0;
    display: flex;
  }

  .input-group {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header-container {
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .column {
    margin-left: auto;
    margin-right: auto;
  }

  .container-3 {
    margin-left: 24px;
    padding-bottom: 24px;
  }

  .play-button {
    width: 60px;
  }

  .landing-page-video-overlay-text1 {
    text-align: center;
    line-height: 34px;
  }

  .logo {
    width: 100%;
  }

  .testimonial-globe2 {
    width: 30%;
  }

  .testimonial2 {
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonial-content2 {
    opacity: 1;
    perspective: none;
    background-color: #e1f5fe;
    border-radius: 0;
    margin-left: 40px;
    margin-right: 120px;
    padding: 16px;
    display: block;
    transform: skew(-10deg);
  }

  .testimonial-message2 {
    color: #334148;
    margin: 0;
    padding: 0;
    font-weight: 300;
    display: inline;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .action-items-wrapper {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .testimonial {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .testimonial.small {
    justify-content: flex-start;
    align-items: center;
  }

  .testimonial-content {
    max-width: 75%;
    margin-left: 0;
    margin-right: 0;
    right: 20px;
  }

  .testimonial-content._100 {
    max-width: 100%;
    right: 0;
  }

  .testimonial-message {
    padding: 20px;
  }

  .testimonial-message.small {
    width: 400px;
    height: auto;
    position: relative;
    left: auto;
  }

  .image-9 {
    width: 150px;
    position: relative;
    right: 25%;
  }

  .text-secondary {
    max-width: none;
  }

  .text-secondary.align-left {
    width: 100%;
    text-align: center;
  }

  .text-secondary.left {
    display: none;
    overflow: visible;
  }

  .action-items {
    flex: 0 auto;
  }

  .action-label.margin-top {
    width: 100%;
  }

  .language-buttons.mobile {
    margin-left: 10px;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 28px;
  }

  .hero {
    padding: 40px 20px;
  }

  .contariner {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .cards-grid-container._2-blocks-in-row {
    grid-template-columns: 1fr;
  }

  .cards-grid-container._1-block-in-row {
    grid-template-rows: auto;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .container_medium {
    max-width: 568px;
    flex-direction: column;
    display: block;
  }

  .feature-image-mask-2 {
    flex: 0 auto;
    margin-right: 0;
    display: block;
  }

  .feature-image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .security-banner-icon {
    max-width: none;
    flex: none;
  }

  .hero_right {
    width: 70%;
    order: 1;
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-block-13 {
    text-align: center;
  }

  .image-12 {
    width: auto;
    height: auto;
    object-fit: fill;
  }

  .grid {
    grid-template-columns: 1fr;
    grid-template-areas: "Area"
                         "Area"
                         "Area-2";
  }

  .hero_header {
    text-align: center;
  }

  .brand {
    padding-left: 0;
  }

  .container-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero_title {
    margin-right: 0;
  }

  .nav_container {
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .feature-section-2 {
    padding: 40px 20px 0;
  }

  .flex-container-3 {
    flex-direction: column;
    align-items: center;
  }

  .heading-15.no-top-padding {
    padding-top: 0;
  }

  .div-block-17 {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  .div-block-17.no-switch {
    flex-direction: column;
  }

  .div-block-17.no-switch.center {
    display: block;
  }

  .div-block-17.no-grid.images.mobile-hide {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-17.less-space {
    flex-direction: column-reverse;
  }

  .background-video {
    width: 104%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 340px;
    display: flex;
  }

  .image-15 {
    width: 150px;
    margin-top: -50px;
    padding-top: 0;
    top: auto;
    right: 90%;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .section-5 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .div-block-18 {
    padding: 24px;
  }

  .section-cta.blue {
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-22.div-landscape, .div-block-22.no-top-padding {
    padding-top: 0;
  }

  .div-block-23.center {
    align-self: center;
  }

  .image-16 {
    width: 100%;
    height: 100%;
    max-width: none;
  }

  .div-block-25 {
    display: block;
  }

  .feature-section-reverce, .feature-section-3 {
    padding: 40px 20px;
  }

  .flex-container-4 {
    flex-direction: column;
  }

  .feature-image-mask-3, .feature-image-mask-4 {
    margin-right: 0;
  }

  .dropdown-toggle-1.mobile {
    padding-left: 10px;
  }

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

  .hero_wrapper.premium {
    flex-direction: column;
  }

  .footer-wrapper {
    margin-right: 0;
  }

  .thumbnail {
    height: 300px;
    max-width: 100%;
    object-fit: cover;
    overflow: visible;
  }

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

  .paragraph-12 {
    margin-left: 0;
    padding-left: 0;
    display: inline;
  }

  .price-grid {
    max-width: 460px;
    grid-template-columns: 1fr;
  }

  .title-wrap {
    text-align: center;
    align-items: center;
  }

  .pricing-column {
    background-color: #fff;
    border-radius: 20px;
  }

  .feature-grid {
    grid-row-gap: 14px;
  }

  .title-medium {
    font-size: 48px;
  }

  .title-medium.spacing {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .position, .place {
    text-align: center;
  }

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

  .form-2 {
    width: 400px;
  }

  .button-5 {
    display: inline-block;
  }

  .slider-3 {
    height: 450px;
  }

  .into-slider.padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-31 {
    width: 600px;
    margin-top: 30px;
    margin-left: -300px;
  }

  .image-31.mobile {
    width: 400px;
    margin-left: 0;
  }

  .container-14.center {
    display: flex;
  }

  .image-32 {
    height: auto;
    display: inline-block;
    position: static;
  }

  .image-33 {
    width: 70%;
    text-align: left;
    margin-left: 71px;
    padding-right: 0;
  }

  .menu-mobile {
    margin-left: 40px;
  }

  .info {
    text-align: center;
  }

  .globe {
    display: none;
  }

  .globe.mobile {
    margin-right: 0;
    display: block;
  }

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

  .intro-title {
    padding: 20px;
  }

  .intro-title.small {
    width: 400px;
    height: auto;
    position: relative;
    left: auto;
  }

  .introsubtext.padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-37 {
    max-width: 40%;
    margin-top: 0;
    margin-left: 136px;
    padding-top: 0;
  }

  .div-block-56.carousel-mobile {
    min-height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
    position: relative;
  }

  .div-block-56.carousel-mobile.carousel-landscape {
    min-height: 575px;
    margin-top: 20px;
    display: none;
  }

  .slide-8 {
    width: auto;
    height: auto;
  }

  .mask-2 {
    height: auto;
  }

  .slide-nav-4 {
    display: block;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .image-38 {
    display: inline-block;
  }

  .paragraph-20 {
    overflow: hidden;
  }

  .banner-section {
    width: 100%;
  }

  .changelog-title {
    font-size: 34px;
  }

  .changelog-body {
    background-color: var(--white);
  }

  .banner-text-block {
    width: 90%;
  }

  .changelog-item-title {
    font-size: 24px;
  }

  .changelog-item-header {
    font-size: 20px;
  }

  .changelog-media-block.changelog-media-small-left, .changelog-media-block.changelog-media-small-right {
    width: 100%;
    float: none;
  }

  .changelog-video-small, .changelog-video-full {
    height: 41vw;
  }

  .article-block ol {
    padding-left: 20px;
  }

  .slider-title.sbac-slider-title {
    text-align: center;
  }

  .curriculum-slider {
    width: 310px;
  }

  .video-testimonial-slider {
    width: 264px;
  }

  .caaspp-slider {
    padding-bottom: 60px;
  }

  .caaspp-slider-description {
    text-align: center;
  }

  .left-arrow-6, .right-arrow-6 {
    display: none;
  }

  .slide-nav-6 {
    display: block;
  }

  .curriculum-section-title {
    text-align: center;
    margin-left: 0;
  }

  .curriculum-section-description, .caaspp-slider-title {
    text-align: center;
  }

  .image-45 {
    display: none;
  }

  .tiles-container {
    grid-template-columns: 1fr 1fr;
  }

  .video-preview-image {
    width: 100%;
    max-width: none;
  }

  .play-video-wrap {
    width: 100%;
    height: 100%;
  }

  .lightbox-link-3 {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .play-video-image {
    width: 15%;
    margin-top: 22%;
    margin-left: 44%;
  }

  .testimonial-integration-slider {
    width: 80%;
  }

  .container-15 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .breadcrumbs-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-24 {
    text-align: left;
  }

  .div-block-67 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

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

  .logos-slider {
    width: 491px;
  }

  .logo-slide {
    margin-right: 20px;
  }

  .feature-section-4 {
    padding: 40px 20px 0;
  }

  .image-53 {
    margin-top: 20px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 0;
  }

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

  .accordion-item {
    font-size: 16px;
  }

  .quote-box {
    min-height: 72px;
    background-position: 16px 16px, 0 0;
    background-size: 40px 40px, auto;
    border-radius: 24px;
    padding: 16px 24px 16px 72px;
    font-size: 16px;
    line-height: 150%;
  }

  .title-image-wrap {
    width: 200px;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .cta-button {
    max-width: 100%;
  }

  .title-block-container {
    flex-flow: column-reverse;
  }

  .cta-block {
    width: 100%;
    max-width: 100%;
  }

  .top-pages-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .top-pages-container {
    flex-direction: column;
  }

  .top-pages-content-block {
    padding-right: 0;
  }

  .heading-29 {
    font-size: 34px;
    line-height: 48px;
  }

  .heading-30 {
    font-size: 28px;
    line-height: 150%;
  }

  .contents-box-container {
    flex-direction: column-reverse;
  }

  .contents-box-block {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .contents-box-content-block {
    padding-right: 0;
  }

  .div-block-77 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.button_wide {
    width: 100%;
  }

  .button.green-button {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 0;
    padding-left: 12px;
    padding-right: 12px;
    display: block;
    position: static;
  }

  .button.white {
    padding-right: 16px;
  }

  .button.padding {
    padding-left: 60px;
  }

  .button.button-5 {
    border-style: none;
  }

  .button.blue-outlined-button.all-curriculum-button {
    width: auto;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.blue-outlined-button.all-curriculum-button:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .button.sbac-button {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }

  .header {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .header.light {
    text-align: center;
  }

  .nav-link {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .nav-link.menu {
    flex: 0 auto;
    margin-right: 0;
    padding-bottom: 18px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link.clever-link.clever-link-hidden {
    z-index: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.login-button.mobile {
    padding-left: 10px;
    display: block;
  }

  .main-wrapper.main {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .nav_wrapper {
    z-index: 999999;
    width: auto;
    height: auto;
    color: var(--white);
    flex-wrap: nowrap;
    flex: 0 auto;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: visible;
  }

  .main-image {
    max-width: 100%;
    display: inline-block;
  }

  .client-logo {
    width: 33.33%;
  }

  .logo {
    z-index: auto;
    width: auto;
    height: 24px;
    float: left;
    clear: none;
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    display: block;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .image {
    width: 100%;
    height: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
    position: relative;
    right: auto;
  }

  .text-field.action-input::-ms-input-placeholder {
    font-size: 1.1rem;
  }

  .text-field.action-input::placeholder {
    font-size: 1.1rem;
  }

  .footer {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-flex-container.footer-long-version {
    display: flex;
  }

  .footer-logo-link {
    height: 0;
  }

  .footer-image {
    display: none;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .div-block-2 {
    min-width: auto;
  }

  .action-item-action-primary-summary {
    padding: 0;
  }

  .centered-container {
    text-align: left;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-3 {
    justify-content: center;
  }

  .input-group {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .text-block.nav-link {
    display: block;
  }

  .dropdown-toggle {
    padding-right: 0;
  }

  .language-dropdown {
    display: none;
    right: -44px;
  }

  .header-container {
    width: 100%;
    height: auto;
    max-width: 64rem;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .columns {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-5, .paragraph {
    text-align: center;
  }

  .video-2 {
    object-fit: fill;
    overflow: visible;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .landing-page-video-thumbnail-container {
    position: relative;
    overflow: hidden;
  }

  .landing-page-video-overlay {
    min-height: 160px;
  }

  .landing-page-video-thumbnail {
    width: 288px;
    height: 160px;
  }

  .intro-video-thumbnail {
    width: 460px;
    height: 160px;
    right: 0%;
  }

  .landing-page-video-overlay-text1, .landing-page-video-overlay-text2 {
    text-align: center;
  }

  .body {
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .logo {
    width: 100%;
    text-align: left;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: inline-block;
    position: static;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .paragraph-2 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .image-4 {
    width: 100%;
    display: inline-block;
  }

  .heading-6 {
    margin-bottom: 0;
  }

  .testimonial-globe2 {
    width: 50%;
    height: 50%;
    float: none;
    clear: none;
    object-fit: fill;
    padding-top: 0;
    position: relative;
    top: -60px;
    right: 60px;
    overflow: visible;
  }

  .testimonial2 {
    margin-top: 40px;
    margin-bottom: 0;
    position: static;
  }

  .image-6 {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-clip: border-box;
    position: relative;
    top: 0;
  }

  .testimonial-content2 {
    float: right;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    object-position: 50% 50%;
    background-color: #e1f5fe;
    background-clip: border-box;
    margin-left: 40px;
    margin-right: 40px;
    padding: 16px;
    position: relative;
    left: 1px;
    overflow: visible;
  }

  .testimonial-message2 {
    color: #334148;
    object-fit: fill;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    font-style: italic;
    font-weight: 300;
    display: inline;
  }

  .sticky-nav {
    padding: 0;
    display: none;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-2 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icon {
    display: none;
  }

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

  .action-items-wrapper {
    width: 100%;
  }

  .section-image {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    top: 788px;
    left: 0;
  }

  .testimonial {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .testimonial.small {
    justify-content: center;
    display: flex;
  }

  .testimonial-content {
    max-width: 80%;
    right: 0;
  }

  .testimonial-message {
    max-width: 94%;
    overflow: visible;
  }

  .testimonial-message.small {
    width: 260px;
    transform: skew(-5deg);
  }

  .image-9.change {
    width: 100px;
    margin-top: -30px;
    right: 28%;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .security-banner {
    overflow: hidden;
  }

  .main {
    padding-top: 40px;
  }

  .section-image-section-image-mobile {
    margin-top: 24px;
    margin-left: -16px;
    margin-right: -16px;
    display: block;
  }

  .text-secondary {
    font-size: 16px;
    line-height: 26px;
  }

  .text-secondary.align-left.full.padding {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .action-items {
    width: 100%;
  }

  .language-buttons {
    margin-left: 10px;
  }

  .language-buttons.mobile {
    flex: 0 auto;
    margin-left: 0;
    right: auto;
  }

  .hero-image-mask {
    order: 1;
  }

  .centered-container-2 {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section {
    margin-top: 60px;
  }

  .section.center {
    display: none;
  }

  .section.center.mobile {
    display: block;
  }

  .container_medium {
    max-width: 95%;
  }

  .container_medium.intro {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
  }

  .container_medium.container-mobile {
    max-width: 100%;
  }

  .security-banner-icon {
    max-width: none;
    flex: none;
  }

  .hero_left {
    width: 100%;
  }

  .grid {
    grid-template-columns: 1fr;
    grid-template-areas: "Area Area-3"
                         "Area Area-2";
    grid-auto-flow: column;
  }

  .hero_header.padding-top {
    padding-top: 0;
  }

  .brand {
    padding-left: 0;
  }

  .hero_title {
    font-size: 40px;
    line-height: 50px;
  }

  .hero_title.big {
    flex: 0 auto;
    display: block;
  }

  .nav_container {
    justify-content: space-between;
    display: flex;
  }

  .centered-container-3 {
    text-align: left;
  }

  .centered-container-3.padding {
    max-width: 100%;
  }

  .centered-container-3.hero {
    height: 400px;
  }

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

  .heading-14.align-left {
    text-align: center;
    font-size: 2.5rem;
    line-height: 50px;
  }

  .heading-14.align-left.small-heading {
    font-size: 30px;
  }

  .paragraph-8 {
    text-align: center;
  }

  .paragraph-8.align-left {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-8._16 {
    font-size: 16px;
    line-height: 24px;
  }

  .feature-section-2 {
    padding-top: 6px;
  }

  .feature-section-2.margintop {
    margin-top: 0;
  }

  .feature-section-2.margintop.background {
    background-size: contain;
    margin-top: 20px;
    padding-top: 180px;
  }

  .feature-section-2.sbac-section {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-section-2.curriculum-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-15 {
    text-align: center;
    margin-right: 0;
    padding-left: 0;
  }

  .heading-15.smaller {
    margin-top: 0;
  }

  .heading-15.no-top-padding {
    padding-top: 40px;
  }

  .heading-15.small-heading {
    font-size: 28px;
  }

  .div-block-17.no-switch.center {
    align-items: center;
  }

  .div-block-17.no-grid.images {
    grid-template-columns: 1fr;
  }

  .div-block-17.no-grid.images.mobile-hide {
    display: none;
  }

  .background-video {
    object-fit: fill;
    flex-wrap: nowrap;
    padding-top: 0;
    display: flex;
    overflow: visible;
  }

  .background-video.small-video {
    width: 104%;
    height: 180px;
  }

  .image-15 {
    top: 0;
    right: 80%;
  }

  .section-5 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-18 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-cta.blue {
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-block-21 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .div-block-22, .div-block-23 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-23.center {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .div-block-23.center._2 {
    padding-top: 0;
  }

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

  .image-16 {
    width: 100%;
  }

  .image-17 {
    width: auto;
    max-width: none;
  }

  .heading-18.heading-mobile {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 34px;
  }

  .div-block-28 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-28.block-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-list, .dropdown-list.double {
    display: block;
  }

  .dropdown-toggle-1 {
    padding-left: 10px;
  }

  .dropdown_link {
    width: 100%;
    height: auto;
    white-space: normal;
    flex-wrap: nowrap;
    align-content: space-between;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 0;
    line-height: 150%;
    display: block;
    position: static;
    overflow: visible;
  }

  .dropdown_link.adjust {
    color: var(--classtime-primary-grey);
  }

  .dropdown_link.link-mobile {
    white-space: normal;
    line-height: 150%;
  }

  .p_link {
    width: auto;
    height: auto;
    max-width: none;
    float: none;
    clear: none;
    object-fit: fill;
    padding-right: 0;
    display: flex;
    position: static;
    overflow: visible;
  }

  .hero_wrapper.home {
    width: auto;
    flex-direction: column;
  }

  .hero_wrapper.premium {
    flex-direction: column;
  }

  .center_content.content-mobile {
    width: 100%;
    display: flex;
  }

  .footer-wrapper {
    margin-right: 0;
  }

  .thumbnail {
    height: 400px;
  }

  .paragraph-10 {
    color: var(--classtime-primary-grey);
    text-align: left;
    padding-left: 0;
    font-size: 18px;
  }

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

  .image-19 {
    margin-top: 20px;
  }

  .paragraph-11 {
    text-align: left;
  }

  .paragraph-12 {
    text-align: left;
    display: inline;
  }

  .paragraph-13 {
    text-align: center;
  }

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

  .paragraph-14 {
    text-align: left;
  }

  .paragraph-15 {
    text-align: center;
  }

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

  .paragraph-16 {
    text-align: center;
  }

  .paragraph-16.left {
    text-align: left;
  }

  .div-block-32 {
    margin-top: -27px;
  }

  .slider-2 {
    height: 600px;
  }

  .div-block-33 {
    height: auto;
  }

  .div-block-35 {
    width: 350px;
    height: 250px;
    padding-top: 0;
  }

  .pricing-top.gold.middle, .pricing-top.left {
    height: 100px;
  }

  .pricing-top.right {
    height: 100px;
    display: flex;
  }

  .pricing-top.right.hide-school {
    display: none;
  }

  .price-grid, .check.features {
    display: block;
  }

  .feature-text {
    font-size: .825rem;
  }

  .pricing-column {
    display: none;
  }

  .pricing-column-features.mobile {
    flex-direction: row;
    padding-left: 10px;
    padding-right: 0;
  }

  .title-medium {
    text-align: center;
    font-size: 42px;
  }

  .title-medium.spacing {
    font-size: 34px;
  }

  .slider_title.mobile {
    margin-bottom: 0;
    padding-top: 0;
  }

  .div-block-37 {
    margin-top: 10px;
  }

  .div-block-38 {
    margin-top: 0;
  }

  .school_option, .free_option {
    flex-direction: column;
    display: none;
  }

  .div-block-46 {
    height: auto;
    margin-bottom: 0;
  }

  .form-2 {
    width: 340px;
  }

  .form-2.small-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-21 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 44px;
  }

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

  .button-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slider-3 {
    height: 650px;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .icon-3 {
    margin-left: 0;
  }

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

  .into-slider {
    text-align: center;
  }

  .into-slider.padding {
    width: auto;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-nav-3 {
    display: none;
  }

  .div-block-49.mobile {
    justify-content: center;
  }

  .image-31 {
    margin-top: 100px;
    margin-left: -450px;
  }

  .image-31.mobile {
    width: 300px;
    margin-top: 0;
  }

  .container-14.center {
    flex-direction: column;
  }

  .image-33 {
    width: 90%;
    margin-left: 8px;
  }

  .info-text {
    display: block;
  }

  .info-content, .language_dropdown.w--current {
    display: none;
  }

  .menu-mobile {
    flex-direction: row;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .advisors-info, .info {
    display: none;
  }

  .top-shape3 {
    background-color: var(--classtime-primary-blue);
    display: none;
  }

  .globe {
    margin-right: auto;
    display: none;
  }

  .globe.mobile {
    display: block;
  }

  .nav-mobile {
    justify-content: flex-end;
    align-items: center;
    margin-left: 80px;
    display: flex;
  }

  .intro-title {
    padding: 5px 10px;
  }

  .intro-title.small {
    width: 200px;
  }

  .italic-text-5 {
    text-align: left;
    margin-bottom: 10px;
    line-height: 24px;
  }

  .introsubtext {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    line-height: 16px;
  }

  .italic-text-6 {
    text-align: left;
  }

  .div-block-55 {
    display: flex;
  }

  .image-37 {
    max-width: 80%;
    margin-top: -18px;
    margin-left: 0;
  }

  .slider-4 {
    height: auto;
    background-color: rgba(221, 221, 221, 0);
  }

  .div-block-56 {
    display: block;
  }

  .div-block-56.carousel-mobile {
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .div-block-56.carousel-mobile.carousel-landscape {
    min-height: auto;
    display: block;
  }

  .slide-nav-4 {
    bottom: auto;
  }

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

  .bold-text-11 {
    font-weight: 400;
  }

  .changelog-post-item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .changelog-item-title {
    font-size: 24px;
  }

  .changelog-item-data {
    float: none;
    margin-top: 8px;
    display: block;
  }

  .changelog-item-header {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .changelog-media-block, .changelog-media-block.changelog-media-small-left, .changelog-media-block.changelog-media-small-right {
    padding: 8px 16px;
  }

  .heading-28 {
    max-width: 268px;
  }

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

  .section-icp {
    margin-top: 60px;
  }

  .section-icp.center {
    display: none;
  }

  .section-icp.center.mobile {
    display: block;
  }

  .paragraph-18-icp.margin-bottom {
    margin-top: 41px;
  }

  .curriculum-slide {
    width: 290px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .curriculum-slider {
    width: 293px;
  }

  .left-arrow-5 {
    left: -56px;
  }

  .right-arrow-5 {
    right: -56px;
  }

  .caaspp-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .tiles-container {
    grid-template-columns: 1fr;
  }

  .video-preview-image {
    width: 100%;
    height: auto;
  }

  .play-video-wrap {
    width: 100%;
    height: 100%;
  }

  .lightbox-link-3 {
    height: auto;
    position: relative;
  }

  .play-video-image {
    width: 20%;
    margin-top: 20%;
    margin-left: 43%;
  }

  .testimonial-integration-slider {
    width: 95%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .testimonial-integration-slide {
    padding-left: 24px;
    padding-right: 24px;
  }

  .user-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .user-photo {
    margin-bottom: 8px;
  }

  .user-name-wrap {
    margin-left: 0;
  }

  .testimonial-integration-description {
    font-size: 16px;
    line-height: 24px;
  }

  .left-arrow-7, .right-arrow-7 {
    display: none;
  }

  .paragraph-23 {
    text-align: left;
  }

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

  .changelog-post-item-copy, .changelog-post-item-copy-copy {
    padding-left: 24px;
    padding-right: 24px;
  }

  .logos-slider {
    width: 150px;
  }

  .logo-slide {
    margin-right: 8px;
  }

  .paragraph-27 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .feature-section-4 {
    padding-top: 6px;
  }

  .container-16 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .list-block-container {
    padding-left: 16px;
  }

  .clickable-blocks-wrap {
    grid-template-columns: 1fr;
  }

  .quote-box {
    background-size: 24px 24px, auto;
    padding-left: 56px;
  }

  .list-block-container-2 {
    padding-left: 16px;
  }
}

#w-node-_888637b9-3de4-6051-5a90-def4cd1e73f7-049c6c15, #w-node-_99fc2d5e-cce0-5653-2c97-bdc4467173cb-049c6c15, #w-node-c95d8635-148f-4f47-c299-e4089b885999-049c6c15, #w-node-_8936c283-61ec-0f50-fbdd-4292f0f0d040-049c6c15, #w-node-_644b0176-7bcd-9e9b-78bb-11cf7fd70f85-049c6c15, #w-node-_2181903d-e51e-0829-73bf-085cbfb448df-049c6c15, #w-node-_888637b9-3de4-6051-5a90-def4cd1e73f7-f19c6c16, #w-node-_99fc2d5e-cce0-5653-2c97-bdc4467173cb-f19c6c16, #w-node-c95d8635-148f-4f47-c299-e4089b885999-f19c6c16, #w-node-_8936c283-61ec-0f50-fbdd-4292f0f0d040-f19c6c16, #w-node-_644b0176-7bcd-9e9b-78bb-11cf7fd70f85-f19c6c16, #w-node-_2181903d-e51e-0829-73bf-085cbfb448df-f19c6c16, #w-node-_80389bbd-e0d6-afdf-87b8-7ab7b122dee5-f19c6c16, #w-node-_80389bbd-e0d6-afdf-87b8-7ab7b122def0-f19c6c16, #w-node-_80389bbd-e0d6-afdf-87b8-7ab7b122defb-f19c6c16, #w-node-_888637b9-3de4-6051-5a90-def4cd1e73f7-489c6c18, #w-node-_99fc2d5e-cce0-5653-2c97-bdc4467173cb-489c6c18, #w-node-c95d8635-148f-4f47-c299-e4089b885999-489c6c18, #w-node-_8936c283-61ec-0f50-fbdd-4292f0f0d040-489c6c18, #w-node-_644b0176-7bcd-9e9b-78bb-11cf7fd70f85-489c6c18, #w-node-_2181903d-e51e-0829-73bf-085cbfb448df-489c6c18, #w-node-_80389bbd-e0d6-afdf-87b8-7ab7b122dee5-489c6c18, #w-node-_80389bbd-e0d6-afdf-87b8-7ab7b122def0-489c6c18, #w-node-_80389bbd-e0d6-afdf-87b8-7ab7b122defb-489c6c18 {
  align-self: start;
  justify-self: stretch;
}

#w-node-_1800585d-81a7-4309-da5b-5c318b2ae5d1-0f9c6c1f, #w-node-_10004160-c8ef-97d7-d905-7f2cbd66ca9f-0f9c6c1f, #w-node-_4562ab40-6fd1-996f-7319-f356c06a0301-0f9c6c1f, #w-node-_1800585d-81a7-4309-da5b-5c318b2ae5d1-bc9c6c5e, #w-node-_10004160-c8ef-97d7-d905-7f2cbd66ca9f-bc9c6c5e, #w-node-_4562ab40-6fd1-996f-7319-f356c06a0301-bc9c6c5e, #w-node-_1800585d-81a7-4309-da5b-5c318b2ae5d1-db9c6c65, #w-node-_10004160-c8ef-97d7-d905-7f2cbd66ca9f-db9c6c65, #w-node-_4562ab40-6fd1-996f-7319-f356c06a0301-db9c6c65 {
  align-self: stretch;
}

#w-node-a7bb2e4f-2fdb-b824-f9fa-bad6043a652b-e59c6c73, #w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef38-e59c6c73 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef3b-e59c6c73 {
  align-self: center;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c64-e59c6c73 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c67-e59c6c73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289756-e59c6c73 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289759-e59c6c73 {
  align-self: center;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b75-e59c6c73 {
  align-self: auto;
  justify-self: auto;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b78-e59c6c73 {
  align-self: center;
}

#w-node-a45817fa-a20d-ccc1-587e-475798d41533-e59c6c73, #w-node-a7bb2e4f-2fdb-b824-f9fa-bad6043a652b-b79c6c74 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_2e7dda9c-8792-3e06-683b-3866eb45d2ca-b79c6c74 {
  align-self: center;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef38-b79c6c74 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef3b-b79c6c74 {
  align-self: center;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c64-b79c6c74 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c67-b79c6c74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289756-b79c6c74 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289759-b79c6c74 {
  align-self: center;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b75-b79c6c74 {
  align-self: auto;
  justify-self: auto;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b78-b79c6c74 {
  align-self: center;
}

#w-node-a45817fa-a20d-ccc1-587e-475798d41533-b79c6c74, #w-node-a7bb2e4f-2fdb-b824-f9fa-bad6043a652b-769c6c75 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_2e7dda9c-8792-3e06-683b-3866eb45d2ca-769c6c75 {
  align-self: center;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef38-769c6c75 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef3b-769c6c75 {
  align-self: center;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c64-769c6c75 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c67-769c6c75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289756-769c6c75 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289759-769c6c75 {
  align-self: center;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b75-769c6c75 {
  align-self: auto;
  justify-self: auto;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b78-769c6c75 {
  align-self: center;
}

#w-node-a45817fa-a20d-ccc1-587e-475798d41533-769c6c75, #w-node-a7bb2e4f-2fdb-b824-f9fa-bad6043a652b-7e9c6c76 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_2e7dda9c-8792-3e06-683b-3866eb45d2ca-7e9c6c76 {
  align-self: center;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef38-7e9c6c76 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef3b-7e9c6c76 {
  align-self: center;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c64-7e9c6c76 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c67-7e9c6c76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289756-7e9c6c76 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289759-7e9c6c76 {
  align-self: center;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b75-7e9c6c76 {
  align-self: auto;
  justify-self: auto;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b78-7e9c6c76 {
  align-self: center;
}

#w-node-a45817fa-a20d-ccc1-587e-475798d41533-7e9c6c76, #w-node-a7bb2e4f-2fdb-b824-f9fa-bad6043a652b-dd9c6c77 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_2e7dda9c-8792-3e06-683b-3866eb45d2ca-dd9c6c77 {
  align-self: center;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef38-dd9c6c77 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef3b-dd9c6c77 {
  align-self: center;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c64-dd9c6c77 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c67-dd9c6c77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289756-dd9c6c77 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289759-dd9c6c77 {
  align-self: center;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b75-dd9c6c77 {
  align-self: auto;
  justify-self: auto;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b78-dd9c6c77 {
  align-self: center;
}

#w-node-a45817fa-a20d-ccc1-587e-475798d41533-dd9c6c77, #w-node-a7bb2e4f-2fdb-b824-f9fa-bad6043a652b-f39c6c78 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_2e7dda9c-8792-3e06-683b-3866eb45d2ca-f39c6c78 {
  align-self: center;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef38-f39c6c78 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef3b-f39c6c78 {
  align-self: center;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c64-f39c6c78 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c67-f39c6c78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289756-f39c6c78 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289759-f39c6c78 {
  align-self: center;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b75-f39c6c78 {
  align-self: auto;
  justify-self: auto;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b78-f39c6c78 {
  align-self: center;
}

#w-node-a45817fa-a20d-ccc1-587e-475798d41533-f39c6c78, #w-node-a7bb2e4f-2fdb-b824-f9fa-bad6043a652b-4f9c6c79 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_2e7dda9c-8792-3e06-683b-3866eb45d2ca-4f9c6c79 {
  align-self: center;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef38-4f9c6c79 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef3b-4f9c6c79 {
  align-self: center;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c64-4f9c6c79 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c67-4f9c6c79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289756-4f9c6c79 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289759-4f9c6c79 {
  align-self: center;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b75-4f9c6c79 {
  align-self: auto;
  justify-self: auto;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b78-4f9c6c79 {
  align-self: center;
}

#w-node-a45817fa-a20d-ccc1-587e-475798d41533-4f9c6c79 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_9ac51e9f-64ce-8fb8-6362-1c08a76eac1c-9b9c6c7e {
  align-self: center;
}

#w-node-_88acfff2-bdbd-8517-4049-31606e9b41e8-9b9c6c7e {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9ac51e9f-64ce-8fb8-6362-1c08a76eac1c-f89c6c7f {
  align-self: center;
}

#w-node-_88acfff2-bdbd-8517-4049-31606e9b41e8-f89c6c7f {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9ac51e9f-64ce-8fb8-6362-1c08a76eac1c-7d9c6c9f {
  align-self: center;
}

#w-node-_88acfff2-bdbd-8517-4049-31606e9b41e8-7d9c6c9f {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_888637b9-3de4-6051-5a90-def4cd1e73f7-b49c6cd6, #w-node-_99fc2d5e-cce0-5653-2c97-bdc4467173cb-b49c6cd6, #w-node-c95d8635-148f-4f47-c299-e4089b885999-b49c6cd6, #w-node-_8936c283-61ec-0f50-fbdd-4292f0f0d040-b49c6cd6, #w-node-_644b0176-7bcd-9e9b-78bb-11cf7fd70f85-b49c6cd6, #w-node-_2181903d-e51e-0829-73bf-085cbfb448df-b49c6cd6, #w-node-_80389bbd-e0d6-afdf-87b8-7ab7b122dee5-b49c6cd6, #w-node-_80389bbd-e0d6-afdf-87b8-7ab7b122def0-b49c6cd6, #w-node-_80389bbd-e0d6-afdf-87b8-7ab7b122defb-b49c6cd6 {
  align-self: start;
  justify-self: stretch;
}

#w-node-_1800585d-81a7-4309-da5b-5c318b2ae5d1-d19c6cd9, #w-node-_10004160-c8ef-97d7-d905-7f2cbd66ca9f-d19c6cd9, #w-node-_4562ab40-6fd1-996f-7319-f356c06a0301-d19c6cd9 {
  align-self: stretch;
}

#w-node-_61d817e3-7596-4da5-3ffc-edf3d7dbd244-4bfa986e, #w-node-d44f75d2-465d-879c-dc75-8fe93b9b6ce7-4bfa986e, #w-node-c6295306-03d3-caad-7f42-f61a9eee1e08-4bfa986e, #w-node-_9e1301a4-d31d-46aa-a305-7046bd015065-4bfa986e, #w-node-_079404bc-ccb8-e0ef-18ae-ef9c2e16986d-4bfa986e, #w-node-_53f60c1b-22d2-9e2b-ff0e-ba38bc1e872a-4bfa986e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_477c9b4c-7cee-006b-00fa-02b26c136307-4bfa986e {
  grid-area: Area;
}

#w-node-_49f98ea7-4d72-ef85-2465-6ceb461213e9-4bfa986e, #w-node-fb895584-1bb8-8ff8-4a8b-fe728e6dfdd7-4bfa986e, #w-node-_18032b6d-1342-1298-1dd5-d8a08a882875-4bfa986e, #w-node-ac787842-1026-4253-dcab-0d0963288aa2-4bfa986e, #w-node-_426d99c4-e73b-fa27-f669-37d6b7fd6032-4bfa986e, #w-node-fde030bb-0fe0-f9b4-446e-37bc527ee056-4bfa986e, #w-node-_3ae58ca9-1a2d-e5cc-19b0-e1034ea0295d-4bfa986e, #w-node-_14e03c9b-870f-17f6-0d14-d325c082b73f-4bfa986e, #w-node-_3198f86e-da0b-dbd7-ddf4-8c56cca1f907-4bfa986e, #w-node-_7873c212-d7d0-c7cb-ebd2-20003459bfe2-4bfa986e, #w-node-_568e5f35-6b99-6186-3f80-bda685795e71-4bfa986e, #w-node-e6097429-9784-f3ec-2efa-dc70aee9abab-4bfa986e, #w-node-_5bf6487b-5dd9-104d-a0af-75c0c7291852-4bfa986e, #w-node-_46730d67-49bc-bbfd-80fe-0b8e7292dbc9-4bfa986e, #w-node-_8eebce7f-969f-1e1f-43a8-791780fc6b23-4bfa986e, #w-node-c853a99f-9728-d899-ec02-28a6c87eb67f-4bfa986e, #w-node-fce6abc3-4c0f-c673-00ff-e6e52e8d95bd-4bfa986e, #w-node-da30adcc-1c17-1223-0bce-69f5f0396951-4bfa986e, #w-node-_7504a81b-6cb7-e2df-4e54-55b7a262a159-4bfa986e, #w-node-_909f6e5f-6760-2307-ea01-4d0dd41b3a79-4bfa986e, #w-node-_50b41bc5-ab8b-833b-43d1-022947f3bbd6-4bfa986e, #w-node-_1c407416-dfa4-5ad1-24cf-d9c39e3b150c-4bfa986e, #w-node-e02cd680-3c0b-7fe2-0071-cc2c7feddd13-4bfa986e, #w-node-_0fd0c439-fa6a-b8ea-c06b-77a7b018e831-4bfa986e, #w-node-_7e3cf013-2a4a-80ae-3801-b05050f592b5-4bfa986e, #w-node-_8f41ec5d-22ce-c708-d428-9d6536b74298-4bfa986e, #w-node-_9d7a17e1-2f72-3897-7bc0-49206133ce3e-4bfa986e, #w-node-b05cfbff-0dac-68f3-c89b-0671146d402d-4bfa986e, #w-node-e4ef0410-e4f9-e5e3-a624-3be2bf744809-4bfa986e, #w-node-_42ea62b2-e2c0-2b0c-ddd3-d546e5b15728-4bfa986e, #w-node-_3ed68c8e-daf0-f23b-dc3d-35709b497984-4bfa986e, #w-node-ae3a4dd5-c1f3-1ecc-e2ae-ae403dc73e1e-4bfa986e, #w-node-_49f27a1d-ef70-938d-8721-6c5d8d7ca89c-4bfa986e, #w-node-d883cddb-139a-5cd1-9c8c-e64818a2946f-4bfa986e, #w-node-f3542e70-0343-76f8-0dbf-3f6fa7884bfe-4bfa986e, #w-node-f80b0d00-59c8-57e2-8eac-1b651b7bbf13-4bfa986e, #w-node-c36896ec-bfdc-5e2f-6c9d-fc841a34eb9c-4bfa986e, #w-node-_83f5b333-48d6-0a77-3ebc-4eb3aab3364b-4bfa986e, #w-node-_9e8766dc-cb9d-2cf0-09cf-43634099a866-4bfa986e, #w-node-faa379f8-d572-927c-ac25-fee35a5a6632-4bfa986e, #w-node-b9f462c7-a397-a737-2d23-1df7f2206800-4bfa986e, #w-node-da91544b-b5f3-98bb-3afd-56f3c50fd940-4bfa986e, #w-node-be12532d-c77e-9dd1-a06a-2c2d98687313-4bfa986e, #w-node-_9b606876-e517-2835-d72a-76f9301c49c5-4bfa986e, #w-node-cd5611b7-b1c3-8b50-ea36-248a3b35122c-4bfa986e, #w-node-c0822f49-8e12-c2d4-d0aa-34505e3f5649-4bfa986e, #w-node-f96e7006-c333-2873-be7e-958f13bd8bf8-4bfa986e, #w-node-_8a781062-d2b1-8018-cb00-bde9fc12c912-4bfa986e, #w-node-_61ff1a3d-ccde-9610-6f6f-4a9e761cf909-4bfa986e, #w-node-c634d778-6416-ab81-e9ee-131193932935-4bfa986e, #w-node-bfe81714-948f-4775-27a6-3317d35c488e-4bfa986e, #w-node-_3d0bd734-457c-1479-2e97-1cea4f82150a-4bfa986e, #w-node-_272869b2-6774-44e8-5bcd-c5dba33ca91b-4bfa986e, #w-node-_86f9253d-8b49-f25d-7d1e-215c44222cb8-4bfa986e, #w-node-_8e795978-79b6-7ca2-1ef0-b33d8f5e94db-4bfa986e, #w-node-f9a1ed8d-9efb-32f1-fbe8-a493b84adff3-4bfa986e, #w-node-c22df59b-75f1-fd6b-c94b-6a2ab9e2a440-4bfa986e, #w-node-f6197bba-2f87-1c9d-11ef-6b48e740188e-4bfa986e, #w-node-_167c6b20-c8e7-4f31-29c8-3be52734c735-4bfa986e, #w-node-ce0edb94-7adb-85b7-02ae-e202d2595256-4bfa986e, #w-node-_8a961d67-a4ca-96f2-fa42-ab99a1fe486d-4bfa986e, #w-node-_7bf42c35-15ca-ddc4-0093-d8d0d4fe9942-4bfa986e, #w-node-d9cad795-3fe7-55d0-b67d-db3f09de961a-4bfa986e, #w-node-_68ac6ed0-0b98-344b-089a-6bfd2a412d72-4bfa986e, #w-node-_2b81f94e-1b21-374f-8155-b490ceeee629-4bfa986e, #w-node-_93ab27fd-63c7-c421-d549-f542558fab34-4bfa986e, #w-node-_4ad6ce09-280b-d9e0-587a-e9c5d5ad8ce5-4bfa986e, #w-node-ca8808d7-4108-a0ab-230f-ca1f17f74ff8-4bfa986e, #w-node-a75fb57a-1300-f56b-557b-b482c5708a41-4bfa986e, #w-node-_71a6760e-3bd8-5d6f-bbd1-4639c6c24ea5-4bfa986e, #w-node-_971d5795-ac19-af5b-86bc-9dcb416cbd38-4bfa986e, #w-node-_18b16691-de37-acc3-b4a9-54a06bac3ae2-4bfa986e, #w-node-fbeea8ad-8422-4a1a-86cc-e25d5ce51695-4bfa986e, #w-node-_20d1fe2d-e2ea-8593-cf29-edb1f44c7de5-4bfa986e, #w-node-b8aa4889-f03f-1fb7-f8a2-07315f106618-4bfa986e, #w-node-_4065aa96-5eeb-3ce0-a5c3-4d47048defb6-4bfa986e, #w-node-_280a9924-b449-56d6-c5f9-ccdace0a4211-4bfa986e, #w-node-_61d817e3-7596-4da5-3ffc-edf3d7dbd244-0c032c20, #w-node-d44f75d2-465d-879c-dc75-8fe93b9b6ce7-0c032c20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_477c9b4c-7cee-006b-00fa-02b26c136307-0c032c20 {
  grid-area: Area;
}

#w-node-_49f98ea7-4d72-ef85-2465-6ceb461213e9-0c032c20, #w-node-fb895584-1bb8-8ff8-4a8b-fe728e6dfdd7-0c032c20, #w-node-_18032b6d-1342-1298-1dd5-d8a08a882875-0c032c20, #w-node-ac787842-1026-4253-dcab-0d0963288aa2-0c032c20, #w-node-_3ae58ca9-1a2d-e5cc-19b0-e1034ea0295d-0c032c20, #w-node-_14e03c9b-870f-17f6-0d14-d325c082b73f-0c032c20, #w-node-_3198f86e-da0b-dbd7-ddf4-8c56cca1f907-0c032c20, #w-node-_7873c212-d7d0-c7cb-ebd2-20003459bfe2-0c032c20, #w-node-_568e5f35-6b99-6186-3f80-bda685795e71-0c032c20, #w-node-_61d817e3-7596-4da5-3ffc-edf3d7dbd244-08c7e416, #w-node-d44f75d2-465d-879c-dc75-8fe93b9b6ce7-08c7e416 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_477c9b4c-7cee-006b-00fa-02b26c136307-08c7e416 {
  grid-area: Area;
}

#w-node-_49f98ea7-4d72-ef85-2465-6ceb461213e9-08c7e416, #w-node-fb895584-1bb8-8ff8-4a8b-fe728e6dfdd7-08c7e416, #w-node-_18032b6d-1342-1298-1dd5-d8a08a882875-08c7e416, #w-node-ac787842-1026-4253-dcab-0d0963288aa2-08c7e416, #w-node-_3ae58ca9-1a2d-e5cc-19b0-e1034ea0295d-08c7e416, #w-node-_14e03c9b-870f-17f6-0d14-d325c082b73f-08c7e416, #w-node-_3198f86e-da0b-dbd7-ddf4-8c56cca1f907-08c7e416, #w-node-_7873c212-d7d0-c7cb-ebd2-20003459bfe2-08c7e416, #w-node-_568e5f35-6b99-6186-3f80-bda685795e71-08c7e416 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7bb2e4f-2fdb-b824-f9fa-bad6043a652b-1313ceb7 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_2e7dda9c-8792-3e06-683b-3866eb45d2ca-1313ceb7 {
  align-self: center;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef38-1313ceb7 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef3b-1313ceb7 {
  align-self: center;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c64-1313ceb7 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c67-1313ceb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289756-1313ceb7 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289759-1313ceb7 {
  align-self: center;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b75-1313ceb7 {
  align-self: auto;
  justify-self: auto;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b78-1313ceb7 {
  align-self: center;
}

#w-node-a45817fa-a20d-ccc1-587e-475798d41533-1313ceb7, #w-node-a7bb2e4f-2fdb-b824-f9fa-bad6043a652b-53cbc9ad {
  align-self: auto;
  justify-self: auto;
}

#w-node-_2e7dda9c-8792-3e06-683b-3866eb45d2ca-53cbc9ad {
  align-self: center;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef38-53cbc9ad {
  align-self: auto;
  justify-self: auto;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef3b-53cbc9ad {
  align-self: center;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c64-53cbc9ad {
  align-self: auto;
  justify-self: auto;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c67-53cbc9ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289756-53cbc9ad {
  align-self: auto;
  justify-self: auto;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289759-53cbc9ad {
  align-self: center;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b75-53cbc9ad {
  align-self: auto;
  justify-self: auto;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b78-53cbc9ad {
  align-self: center;
}

#w-node-a45817fa-a20d-ccc1-587e-475798d41533-53cbc9ad, #w-node-a7bb2e4f-2fdb-b824-f9fa-bad6043a652b-5dd8425e {
  align-self: auto;
  justify-self: auto;
}

#w-node-_2e7dda9c-8792-3e06-683b-3866eb45d2ca-5dd8425e {
  align-self: center;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef38-5dd8425e {
  align-self: auto;
  justify-self: auto;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef3b-5dd8425e {
  align-self: center;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c64-5dd8425e {
  align-self: auto;
  justify-self: auto;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c67-5dd8425e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289756-5dd8425e {
  align-self: auto;
  justify-self: auto;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289759-5dd8425e {
  align-self: center;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b75-5dd8425e {
  align-self: auto;
  justify-self: auto;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b78-5dd8425e {
  align-self: center;
}

#w-node-a45817fa-a20d-ccc1-587e-475798d41533-5dd8425e, #w-node-a7bb2e4f-2fdb-b824-f9fa-bad6043a652b-3d55aa85 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_2e7dda9c-8792-3e06-683b-3866eb45d2ca-3d55aa85 {
  align-self: center;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef38-3d55aa85 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef3b-3d55aa85 {
  align-self: center;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c64-3d55aa85 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c67-3d55aa85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289756-3d55aa85 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289759-3d55aa85 {
  align-self: center;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b75-3d55aa85 {
  align-self: auto;
  justify-self: auto;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b78-3d55aa85 {
  align-self: center;
}

#w-node-a45817fa-a20d-ccc1-587e-475798d41533-3d55aa85, #w-node-a7bb2e4f-2fdb-b824-f9fa-bad6043a652b-d5c95891 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_2e7dda9c-8792-3e06-683b-3866eb45d2ca-d5c95891 {
  align-self: center;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef38-d5c95891 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef3b-d5c95891 {
  align-self: center;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c64-d5c95891 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c67-d5c95891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289756-d5c95891 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289759-d5c95891 {
  align-self: center;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b75-d5c95891 {
  align-self: auto;
  justify-self: auto;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b78-d5c95891 {
  align-self: center;
}

#w-node-a45817fa-a20d-ccc1-587e-475798d41533-d5c95891, #w-node-a7bb2e4f-2fdb-b824-f9fa-bad6043a652b-bb8b4e8b {
  align-self: auto;
  justify-self: auto;
}

#w-node-_2e7dda9c-8792-3e06-683b-3866eb45d2ca-bb8b4e8b {
  align-self: center;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef38-bb8b4e8b {
  align-self: auto;
  justify-self: auto;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef3b-bb8b4e8b {
  align-self: center;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c64-bb8b4e8b {
  align-self: auto;
  justify-self: auto;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c67-bb8b4e8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289756-bb8b4e8b {
  align-self: auto;
  justify-self: auto;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289759-bb8b4e8b {
  align-self: center;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b75-bb8b4e8b {
  align-self: auto;
  justify-self: auto;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b78-bb8b4e8b {
  align-self: center;
}

#w-node-a45817fa-a20d-ccc1-587e-475798d41533-bb8b4e8b, #w-node-a7bb2e4f-2fdb-b824-f9fa-bad6043a652b-9d12aa1a {
  align-self: auto;
  justify-self: auto;
}

#w-node-_2e7dda9c-8792-3e06-683b-3866eb45d2ca-9d12aa1a {
  align-self: center;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef38-9d12aa1a {
  align-self: auto;
  justify-self: auto;
}

#w-node-_34a8d9d1-2ef5-b0d3-b2b3-4b2a974bef3b-9d12aa1a {
  align-self: center;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c64-9d12aa1a {
  align-self: auto;
  justify-self: auto;
}

#w-node-_0b4f96bd-4c12-0351-de14-7691df705c67-9d12aa1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289756-9d12aa1a {
  align-self: auto;
  justify-self: auto;
}

#w-node-_6da605ff-288d-216c-f62b-d7cc2c289759-9d12aa1a {
  align-self: center;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b75-9d12aa1a {
  align-self: auto;
  justify-self: auto;
}

#w-node-e8326a54-d3a2-b966-bcd8-eab6ee9e4b78-9d12aa1a {
  align-self: center;
}

#w-node-a45817fa-a20d-ccc1-587e-475798d41533-9d12aa1a, #w-node-c668d70b-0467-0236-f5e8-77c78ec91b65-dc096c96 {
  align-self: auto;
  justify-self: auto;
}

#w-node-c668d70b-0467-0236-f5e8-77c78ec91b68-dc096c96 {
  align-self: center;
}

#w-node-c668d70b-0467-0236-f5e8-77c78ec91b7a-dc096c96 {
  align-self: auto;
  justify-self: auto;
}

#w-node-c668d70b-0467-0236-f5e8-77c78ec91b7d-dc096c96 {
  align-self: center;
}

#w-node-c4138b75-672b-c612-5783-7aa1a958c31c-dc096c96 {
  align-self: auto;
  justify-self: auto;
}

#w-node-c4138b75-672b-c612-5783-7aa1a958c31f-dc096c96 {
  align-self: center;
}

#w-node-_8fdb227b-e1f3-9c11-b228-236c912ef4a1-dc096c96 {
  align-self: auto;
  justify-self: auto;
}

#w-node-eb72f7ec-9ab1-270d-ac05-16766e340c46-dc096c96, #w-node-_9ac51e9f-64ce-8fb8-6362-1c08a76eac1c-dc096c96 {
  align-self: center;
}

#w-node-_88acfff2-bdbd-8517-4049-31606e9b41e8-dc096c96 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d57036f6-725b-b422-0afa-d894f865593c-7f1c9867, #w-node-e92aa55e-5698-fc5c-2a2d-439b6fa9bf4b-f9d05523 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c668d70b-0467-0236-f5e8-77c78ec91b65-c9fcc6d1 {
  align-self: auto;
  justify-self: auto;
}

#w-node-c668d70b-0467-0236-f5e8-77c78ec91b68-c9fcc6d1 {
  align-self: center;
}

#w-node-_54b3c352-ca36-c393-c67a-ded599a4468c-c9fcc6d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_78db3b33-99f3-62f8-24ef-9cbe1592e8cf-c9fcc6d1 {
  align-self: start;
  justify-self: start;
}

#w-node-c9e74f11-9252-f079-11c6-4cc25a3fd523-c9fcc6d1 {
  align-self: start;
}

#w-node-_7a698cea-d579-14e1-1832-f4d0f2fbf546-c9fcc6d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ac51e9f-64ce-8fb8-6362-1c08a76eac1c-c9fcc6d1 {
  align-self: center;
}

#w-node-_88acfff2-bdbd-8517-4049-31606e9b41e8-c9fcc6d1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-efcbe430-9caf-de60-8e3d-027bc1e9f4a5-1e51e782, #w-node-_2f9f9dba-a472-f580-8b48-54a000f1c649-1e51e782, #w-node-e92aa55e-5698-fc5c-2a2d-439b6fa9bf4b-12d3e4d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c668d70b-0467-0236-f5e8-77c78ec91b65-7917da7e {
  align-self: auto;
  justify-self: auto;
}

#w-node-c668d70b-0467-0236-f5e8-77c78ec91b68-7917da7e {
  align-self: center;
}

#w-node-c668d70b-0467-0236-f5e8-77c78ec91b7a-7917da7e {
  align-self: auto;
  justify-self: auto;
}

#w-node-c668d70b-0467-0236-f5e8-77c78ec91b7d-7917da7e, #w-node-_9ac51e9f-64ce-8fb8-6362-1c08a76eac1c-7917da7e {
  align-self: center;
}

#w-node-_88acfff2-bdbd-8517-4049-31606e9b41e8-7917da7e {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_61d817e3-7596-4da5-3ffc-edf3d7dbd244-a532894a, #w-node-d44f75d2-465d-879c-dc75-8fe93b9b6ce7-a532894a, #w-node-c6295306-03d3-caad-7f42-f61a9eee1e08-a532894a, #w-node-_9e1301a4-d31d-46aa-a305-7046bd015065-a532894a, #w-node-_079404bc-ccb8-e0ef-18ae-ef9c2e16986d-a532894a, #w-node-_53f60c1b-22d2-9e2b-ff0e-ba38bc1e872a-a532894a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_477c9b4c-7cee-006b-00fa-02b26c136307-a532894a {
  grid-area: Area;
}

#w-node-_49f98ea7-4d72-ef85-2465-6ceb461213e9-a532894a, #w-node-fb895584-1bb8-8ff8-4a8b-fe728e6dfdd7-a532894a, #w-node-_18032b6d-1342-1298-1dd5-d8a08a882875-a532894a, #w-node-ac787842-1026-4253-dcab-0d0963288aa2-a532894a, #w-node-_426d99c4-e73b-fa27-f669-37d6b7fd6032-a532894a, #w-node-fde030bb-0fe0-f9b4-446e-37bc527ee056-a532894a, #w-node-_3ae58ca9-1a2d-e5cc-19b0-e1034ea0295d-a532894a, #w-node-_14e03c9b-870f-17f6-0d14-d325c082b73f-a532894a, #w-node-_3198f86e-da0b-dbd7-ddf4-8c56cca1f907-a532894a, #w-node-_7873c212-d7d0-c7cb-ebd2-20003459bfe2-a532894a, #w-node-_568e5f35-6b99-6186-3f80-bda685795e71-a532894a, #w-node-e6097429-9784-f3ec-2efa-dc70aee9abab-a532894a, #w-node-_5bf6487b-5dd9-104d-a0af-75c0c7291852-a532894a, #w-node-_46730d67-49bc-bbfd-80fe-0b8e7292dbc9-a532894a, #w-node-_8eebce7f-969f-1e1f-43a8-791780fc6b23-a532894a, #w-node-c853a99f-9728-d899-ec02-28a6c87eb67f-a532894a, #w-node-fce6abc3-4c0f-c673-00ff-e6e52e8d95bd-a532894a, #w-node-da30adcc-1c17-1223-0bce-69f5f0396951-a532894a, #w-node-_7504a81b-6cb7-e2df-4e54-55b7a262a159-a532894a, #w-node-_909f6e5f-6760-2307-ea01-4d0dd41b3a79-a532894a, #w-node-_50b41bc5-ab8b-833b-43d1-022947f3bbd6-a532894a, #w-node-_1c407416-dfa4-5ad1-24cf-d9c39e3b150c-a532894a, #w-node-e02cd680-3c0b-7fe2-0071-cc2c7feddd13-a532894a, #w-node-_0fd0c439-fa6a-b8ea-c06b-77a7b018e831-a532894a, #w-node-_7e3cf013-2a4a-80ae-3801-b05050f592b5-a532894a, #w-node-_8f41ec5d-22ce-c708-d428-9d6536b74298-a532894a, #w-node-_9d7a17e1-2f72-3897-7bc0-49206133ce3e-a532894a, #w-node-b05cfbff-0dac-68f3-c89b-0671146d402d-a532894a, #w-node-e4ef0410-e4f9-e5e3-a624-3be2bf744809-a532894a, #w-node-_42ea62b2-e2c0-2b0c-ddd3-d546e5b15728-a532894a, #w-node-_3ed68c8e-daf0-f23b-dc3d-35709b497984-a532894a, #w-node-ae3a4dd5-c1f3-1ecc-e2ae-ae403dc73e1e-a532894a, #w-node-_49f27a1d-ef70-938d-8721-6c5d8d7ca89c-a532894a, #w-node-f3542e70-0343-76f8-0dbf-3f6fa7884bfe-a532894a, #w-node-c36896ec-bfdc-5e2f-6c9d-fc841a34eb9c-a532894a, #w-node-_83f5b333-48d6-0a77-3ebc-4eb3aab3364b-a532894a, #w-node-_9e8766dc-cb9d-2cf0-09cf-43634099a866-a532894a, #w-node-_280a9924-b449-56d6-c5f9-ccdace0a4211-a532894a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_888637b9-3de4-6051-5a90-def4cd1e73f7-66c75206, #w-node-_99fc2d5e-cce0-5653-2c97-bdc4467173cb-66c75206, #w-node-c95d8635-148f-4f47-c299-e4089b885999-66c75206, #w-node-_8936c283-61ec-0f50-fbdd-4292f0f0d040-66c75206, #w-node-_644b0176-7bcd-9e9b-78bb-11cf7fd70f85-66c75206, #w-node-_2181903d-e51e-0829-73bf-085cbfb448df-66c75206, #w-node-_80389bbd-e0d6-afdf-87b8-7ab7b122dee5-66c75206, #w-node-_80389bbd-e0d6-afdf-87b8-7ab7b122def0-66c75206, #w-node-_80389bbd-e0d6-afdf-87b8-7ab7b122defb-66c75206 {
  align-self: start;
  justify-self: stretch;
}

#w-node-e92aa55e-5698-fc5c-2a2d-439b6fa9bf4b-dbeb921e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a2851bbe-8dcb-7e0f-c24c-20b487c537fa-d5278f3c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-_6ac7a672-2bc0-6a02-3bc9-3b51ec63f0a2-a89c6c5c, #w-node-_09e9d466-ef46-7e6e-6064-03c9592550e1-a89c6c5c, #w-node-_98bbc948-5eec-dc92-c1fa-f85e2ca98fce-a89c6c5c, #w-node-_7a698cea-d579-14e1-1832-f4d0f2fbf546-a89c6c5c {
    align-self: center;
    justify-self: center;
  }

  #w-node-_543e172c-5658-688d-0c4c-1bdbebf5e2c8-a89c6c5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_75a5fceb-afc0-7970-da36-421df1e7ed57-a89c6c5c, #w-node-d57036ce-83fd-3e79-6e34-6ce193a6ca99-bc9c6c5e, #w-node-_2110bddc-35b1-8323-7b93-81d824530bee-bc9c6c5e, #w-node-_2110bddc-35b1-8323-7b93-81d824530bf6-bc9c6c5e, #w-node-_2110bddc-35b1-8323-7b93-81d824530bfe-bc9c6c5e {
    align-self: center;
    justify-self: center;
  }

  #w-node-_09e0abf3-60dc-875e-35d4-af321ec11c84-e59c6c73, #w-node-_18a9a936-ac93-d281-c8ed-a86e736a71cd-e59c6c73, #w-node-_67fae423-f7b3-a601-207f-6c08c28b76e2-e59c6c73, #w-node-_09e0abf3-60dc-875e-35d4-af321ec11c84-b79c6c74, #w-node-_18a9a936-ac93-d281-c8ed-a86e736a71cd-b79c6c74, #w-node-_67fae423-f7b3-a601-207f-6c08c28b76e2-b79c6c74, #w-node-_09e0abf3-60dc-875e-35d4-af321ec11c84-769c6c75, #w-node-_18a9a936-ac93-d281-c8ed-a86e736a71cd-769c6c75, #w-node-_67fae423-f7b3-a601-207f-6c08c28b76e2-769c6c75, #w-node-_09e0abf3-60dc-875e-35d4-af321ec11c84-7e9c6c76, #w-node-_18a9a936-ac93-d281-c8ed-a86e736a71cd-7e9c6c76, #w-node-_67fae423-f7b3-a601-207f-6c08c28b76e2-7e9c6c76, #w-node-_09e0abf3-60dc-875e-35d4-af321ec11c84-dd9c6c77, #w-node-_18a9a936-ac93-d281-c8ed-a86e736a71cd-dd9c6c77, #w-node-_67fae423-f7b3-a601-207f-6c08c28b76e2-dd9c6c77, #w-node-_09e0abf3-60dc-875e-35d4-af321ec11c84-f39c6c78, #w-node-_18a9a936-ac93-d281-c8ed-a86e736a71cd-f39c6c78, #w-node-_67fae423-f7b3-a601-207f-6c08c28b76e2-f39c6c78, #w-node-_09e0abf3-60dc-875e-35d4-af321ec11c84-4f9c6c79, #w-node-_18a9a936-ac93-d281-c8ed-a86e736a71cd-4f9c6c79, #w-node-_67fae423-f7b3-a601-207f-6c08c28b76e2-4f9c6c79 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6a860eaa-4ee6-c710-2460-418386528858-9b9c6c7e, #w-node-_7a698cea-d579-14e1-1832-f4d0f2fbf546-9b9c6c7e, #w-node-_2b520ad6-2d42-99ab-7d14-aee775ab9867-9b9c6c7e, #w-node-_6a860eaa-4ee6-c710-2460-418386528858-f89c6c7f, #w-node-_7a698cea-d579-14e1-1832-f4d0f2fbf546-f89c6c7f, #w-node-_2b520ad6-2d42-99ab-7d14-aee775ab9867-f89c6c7f, #w-node-_6a860eaa-4ee6-c710-2460-418386528858-7d9c6c9f, #w-node-_7a698cea-d579-14e1-1832-f4d0f2fbf546-7d9c6c9f, #w-node-_2b520ad6-2d42-99ab-7d14-aee775ab9867-7d9c6c9f, #w-node-_6ac7a672-2bc0-6a02-3bc9-3b51ec63f0a2-a19c6ca2, #w-node-_09e9d466-ef46-7e6e-6064-03c9592550e1-a19c6ca2, #w-node-_98bbc948-5eec-dc92-c1fa-f85e2ca98fce-a19c6ca2, #w-node-_7a698cea-d579-14e1-1832-f4d0f2fbf546-a19c6ca2 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_543e172c-5658-688d-0c4c-1bdbebf5e2c8-a19c6ca2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_75a5fceb-afc0-7970-da36-421df1e7ed57-a19c6ca2, #w-node-_6ac7a672-2bc0-6a02-3bc9-3b51ec63f0a2-279c6ca3, #w-node-_09e9d466-ef46-7e6e-6064-03c9592550e1-279c6ca3, #w-node-_98bbc948-5eec-dc92-c1fa-f85e2ca98fce-279c6ca3, #w-node-_7a698cea-d579-14e1-1832-f4d0f2fbf546-279c6ca3 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_543e172c-5658-688d-0c4c-1bdbebf5e2c8-279c6ca3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_75a5fceb-afc0-7970-da36-421df1e7ed57-279c6ca3, #w-node-_6ac7a672-2bc0-6a02-3bc9-3b51ec63f0a2-a49c6ca5, #w-node-_09e9d466-ef46-7e6e-6064-03c9592550e1-a49c6ca5, #w-node-_98bbc948-5eec-dc92-c1fa-f85e2ca98fce-a49c6ca5, #w-node-_7a698cea-d579-14e1-1832-f4d0f2fbf546-a49c6ca5 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_543e172c-5658-688d-0c4c-1bdbebf5e2c8-a49c6ca5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_75a5fceb-afc0-7970-da36-421df1e7ed57-a49c6ca5, #w-node-_6ac7a672-2bc0-6a02-3bc9-3b51ec63f0a2-e29c6caa, #w-node-_09e9d466-ef46-7e6e-6064-03c9592550e1-e29c6caa, #w-node-_98bbc948-5eec-dc92-c1fa-f85e2ca98fce-e29c6caa, #w-node-_6ac7a672-2bc0-6a02-3bc9-3b51ec63f0a2-7c9c6cab, #w-node-_09e9d466-ef46-7e6e-6064-03c9592550e1-7c9c6cab, #w-node-_98bbc948-5eec-dc92-c1fa-f85e2ca98fce-7c9c6cab, #w-node-_6ac7a672-2bc0-6a02-3bc9-3b51ec63f0a2-8b9c6cad, #w-node-_09e9d466-ef46-7e6e-6064-03c9592550e1-8b9c6cad, #w-node-_98bbc948-5eec-dc92-c1fa-f85e2ca98fce-8b9c6cad, #w-node-_6ac7a672-2bc0-6a02-3bc9-3b51ec63f0a2-209c6cdc, #w-node-_09e9d466-ef46-7e6e-6064-03c9592550e1-209c6cdc, #w-node-_98bbc948-5eec-dc92-c1fa-f85e2ca98fce-209c6cdc {
    align-self: center;
    justify-self: center;
  }

  #w-node-_09e0abf3-60dc-875e-35d4-af321ec11c84-1313ceb7, #w-node-_18a9a936-ac93-d281-c8ed-a86e736a71cd-1313ceb7, #w-node-_67fae423-f7b3-a601-207f-6c08c28b76e2-1313ceb7, #w-node-_09e0abf3-60dc-875e-35d4-af321ec11c84-53cbc9ad, #w-node-_18a9a936-ac93-d281-c8ed-a86e736a71cd-53cbc9ad, #w-node-_67fae423-f7b3-a601-207f-6c08c28b76e2-53cbc9ad, #w-node-_09e0abf3-60dc-875e-35d4-af321ec11c84-5dd8425e, #w-node-_18a9a936-ac93-d281-c8ed-a86e736a71cd-5dd8425e, #w-node-_67fae423-f7b3-a601-207f-6c08c28b76e2-5dd8425e, #w-node-_09e0abf3-60dc-875e-35d4-af321ec11c84-3d55aa85, #w-node-_18a9a936-ac93-d281-c8ed-a86e736a71cd-3d55aa85, #w-node-_67fae423-f7b3-a601-207f-6c08c28b76e2-3d55aa85, #w-node-_09e0abf3-60dc-875e-35d4-af321ec11c84-d5c95891, #w-node-_18a9a936-ac93-d281-c8ed-a86e736a71cd-d5c95891, #w-node-_67fae423-f7b3-a601-207f-6c08c28b76e2-d5c95891, #w-node-_09e0abf3-60dc-875e-35d4-af321ec11c84-bb8b4e8b, #w-node-_18a9a936-ac93-d281-c8ed-a86e736a71cd-bb8b4e8b, #w-node-_67fae423-f7b3-a601-207f-6c08c28b76e2-bb8b4e8b, #w-node-_09e0abf3-60dc-875e-35d4-af321ec11c84-9d12aa1a, #w-node-_18a9a936-ac93-d281-c8ed-a86e736a71cd-9d12aa1a, #w-node-_67fae423-f7b3-a601-207f-6c08c28b76e2-9d12aa1a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7a698cea-d579-14e1-1832-f4d0f2fbf546-dc096c96, #w-node-_61ef4fc7-4114-d60e-f308-90e1742d30de-7f1c9867, #w-node-eb42a73e-8745-6775-644d-dc9db546ae86-7f1c9867, #w-node-_231aa633-bcee-8068-e286-e3829c3ca9eb-7f1c9867, #w-node-d835814b-6263-dd7e-a786-1988a989914b-7f1c9867 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_5f33fb8f-3b08-dbfc-ca4c-94ab5eae4d88-7f1c9867 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-_17f55842-8ed5-2620-7321-207f3c77ea70-7f1c9867 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7a698cea-d579-14e1-1832-f4d0f2fbf546-c9fcc6d1, #w-node-_7a698cea-d579-14e1-1832-f4d0f2fbf546-7917da7e {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_57babb34-1706-06e4-d0c5-d7594aa6656a-4aa66567, #w-node-de4c9f7b-6bb8-f56b-958f-f3cca0074d71-a0074d6e, #w-node-afb856b6-2a72-e4f2-08cd-202c0212145d-0212145a, #w-node-a2851bbe-8dcb-7e0f-c24c-20b487c537fa-d5278f3c, #w-node-_3e17b7df-25c8-1f9e-cfdc-e439f5abef75-f5abef72, #w-node-_6f87ff16-6cdb-294b-9b4f-dea799c0a909-99c0a906, #w-node-c5b6adcc-89a1-f7de-59fd-8da9fb8067ed-fb8067ea, #w-node-c2d27a72-8bef-9706-9eb7-da5f9e3ee2c0-9e3ee2bd, #w-node-_4c71976e-464f-266d-5a55-04884d75c7bb-4d75c7b8, #w-node-_5df4bff7-e3bb-4e46-ec74-e984de0ed089-de0ed086, #w-node-b5414977-969f-d5a7-3c37-e8f861d8190e-61d8190b, #w-node-cdec7c2e-70cd-32b8-47bb-34236ea39103-6ea39100, #w-node-a8d438ea-bc30-d3e2-2d7a-72807ba2263e-7ba2263b, #w-node-_971d299c-ad4f-9568-2395-86c57081e746-7081e743, #w-node-_6baa6536-c8b4-37f0-a617-0c9d1e8c4d7e-1e8c4d7b, #w-node-_5f33fb8f-3b08-dbfc-ca4c-94ab5eae4d88-7f1c9867, #w-node-_17f55842-8ed5-2620-7321-207f3c77ea70-7f1c9867 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_57babb34-1706-06e4-d0c5-d7594aa6656c-4aa66567, #w-node-de4c9f7b-6bb8-f56b-958f-f3cca0074d73-a0074d6e, #w-node-afb856b6-2a72-e4f2-08cd-202c0212145f-0212145a, #w-node-a2851bbe-8dcb-7e0f-c24c-20b487c537fc-d5278f3c, #w-node-_3e17b7df-25c8-1f9e-cfdc-e439f5abef77-f5abef72, #w-node-_6f87ff16-6cdb-294b-9b4f-dea799c0a90b-99c0a906, #w-node-c5b6adcc-89a1-f7de-59fd-8da9fb8067ef-fb8067ea, #w-node-c2d27a72-8bef-9706-9eb7-da5f9e3ee2c2-9e3ee2bd {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-eaaf1d7c-1ffc-4263-9bc1-fe3b66f0a84b-9b9c6c7e, #w-node-eaaf1d7c-1ffc-4263-9bc1-fe3b66f0a84b-f89c6c7f, #w-node-eaaf1d7c-1ffc-4263-9bc1-fe3b66f0a84b-7d9c6c9f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4c71976e-464f-266d-5a55-04884d75c7bd-4d75c7b8, #w-node-_5df4bff7-e3bb-4e46-ec74-e984de0ed08b-de0ed086, #w-node-b5414977-969f-d5a7-3c37-e8f861d81910-61d8190b, #w-node-cdec7c2e-70cd-32b8-47bb-34236ea39105-6ea39100, #w-node-a8d438ea-bc30-d3e2-2d7a-72807ba22640-7ba2263b, #w-node-_971d299c-ad4f-9568-2395-86c57081e748-7081e743, #w-node-_6baa6536-c8b4-37f0-a617-0c9d1e8c4d80-1e8c4d7b, #w-node-_5f33fb8f-3b08-dbfc-ca4c-94ab5eae4d8a-7f1c9867, #w-node-_17f55842-8ed5-2620-7321-207f3c77ea72-7f1c9867 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-eaaf1d7c-1ffc-4263-9bc1-fe3b66f0a84b-c9fcc6d1, #w-node-b37d98e9-1398-c401-47cd-27cef1e67476-c9fcc6d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/roboto-condensed-300.woff2') format('woff2'), url('../fonts/roboto-condensed-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/roboto-condensed-700.woff2') format('woff2'), url('../fonts/roboto-condensed-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/roboto-condensed-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/roboto-condensed-italic.woff2') format('woff2'), url('../fonts/roboto-condensed-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/roboto-condensed-300italic.woff2') format('woff2'), url('../fonts/roboto-condensed-300italic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/roboto-slab-300.woff2') format('woff2'), url('../fonts/roboto-slab-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/roboto-slab-regular.woff2') format('woff2'), url('../fonts/roboto-slab-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/roboto-slab-700.woff2') format('woff2'), url('../fonts/roboto-slab-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-500.woff2') format('woff2'), url('../fonts/roboto-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-300.woff2') format('woff2'), url('../fonts/roboto-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-500italic.woff2') format('woff2'), url('../fonts/roboto-500italic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-regular.woff2') format('woff2'), url('../fonts/roboto-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-italic.woff2') format('woff2'), url('../fonts/roboto-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-300italic.woff2') format('woff2'), url('../fonts/roboto-300italic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-100italic.woff2') format('woff2'), url('../fonts/roboto-100italic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-100.woff2') format('woff2'), url('../fonts/roboto-100.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-900.woff2') format('woff2'), url('../fonts/roboto-900.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-900italic.woff2') format('woff2'), url('../fonts/roboto-900italic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Changaone';
  src: url('../fonts/ChangaOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Changaone';
  src: url('../fonts/ChangaOne-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}