.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Jost, sans-serif;
  color: #352c28;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 250ms ease-in-out, opacity 550ms ease, -webkit-transform 675ms cubic-bezier(.725, .036, .25, 1);
  transition: opacity 250ms ease-in-out, opacity 550ms ease, -webkit-transform 675ms cubic-bezier(.725, .036, .25, 1);
  transition: opacity 250ms ease-in-out, transform 675ms cubic-bezier(.725, .036, .25, 1), opacity 550ms ease;
  transition: opacity 250ms ease-in-out, transform 675ms cubic-bezier(.725, .036, .25, 1), opacity 550ms ease, -webkit-transform 675ms cubic-bezier(.725, .036, .25, 1);
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider {
  height: 4px;
  margin-bottom: 33px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  display: block;
  margin-right: 30px;
  margin-left: 30px;
}

.section.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.section.cc-store-home-wrap {
  display: block;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.paragraph-bigger.cc-bigger-white-light {
  position: relative;
  z-index: 1;
  max-width: 856.796875px;
  margin-bottom: 0px;
  padding: 24px 27px 18px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 19px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 0, 60, 0.65)), to(rgba(85, 85, 85, 0.16)));
  background-image: linear-gradient(180deg, rgba(13, 0, 60, 0.65), rgba(85, 85, 85, 0.16));
  opacity: 1;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}

.button {
  padding: 12px 25px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #2e2e2e;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease, -webkit-transform 500ms cubic-bezier(.68, -.55, .392, 3.482);
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease, -webkit-transform 500ms cubic-bezier(.68, -.55, .392, 3.482);
  transition: transform 500ms cubic-bezier(.68, -.55, .392, 3.482), background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: transform 500ms cubic-bezier(.68, -.55, .392, 3.482), background-color 400ms ease, opacity 400ms ease, color 400ms ease, -webkit-transform 500ms cubic-bezier(.68, -.55, .392, 3.482);
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #ffc34a;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #b14b1e;
}

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.button.dark {
  margin-top: 35px;
  margin-bottom: 36px;
  background-color: #2e2e2e;
}

.button.dark:hover {
  background-color: #ffc34a;
  color: #b14b1e;
}

.button.secondary {
  margin-left: 20px;
  background-color: #ece6de;
  color: #000;
}

.button.secondary:hover {
  background-color: #ffc34a;
  color: #b14b1e;
}

.button.full {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button.full.up {
  margin-top: 24px;
}

.button.right {
  float: right;
}

.button.small {
  margin-left: 14px;
  border-radius: 8px;
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: 0.6;
}

.label.cc-light.wht {
  padding-right: 14px;
  padding-left: 14px;
  background-color: #000;
  opacity: 1;
  color: #fff;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.note {
  opacity: 1;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 400;
}

.note.notesmall {
  opacity: 0.58;
  font-size: 16px;
}

.note.small {
  font-size: 14px;
  line-height: 20.524px;
}

.heading-jumbo {
  margin-top: 50px;
  margin-bottom: 37px;
  font-size: 100px;
  line-height: 80px;
  font-weight: 800;
  text-align: center;
}

.heading-jumbo.marg {
  margin-top: 19px;
  font-size: 82px;
}

.heading-jumbo-small {
  display: block;
  margin: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 23px;
  line-height: 34px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.heading-jumbo-small._4-million {
  font-size: 40px;
  line-height: 40px;
}

.heading-jumbo-small.center {
  margin-top: -1px;
  margin-bottom: 8px;
  text-align: center;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
  cursor: pointer;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.logo-link.w--current {
  margin-right: 71px;
  cursor: pointer;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 970px;
  height: 44px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 12px 10px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  box-shadow: 6px 6px 19px -10px rgba(58, 58, 58, 0.39);
  opacity: 1;
}

.navigation-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 20px;
  background-color: #ece6de;
  opacity: 1;
  -webkit-transition: background-color 325ms ease, -webkit-transform 400ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: background-color 325ms ease, -webkit-transform 400ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform 400ms cubic-bezier(.68, -.55, .265, 1.55), background-color 325ms ease;
  transition: transform 400ms cubic-bezier(.68, -.55, .265, 1.55), background-color 325ms ease, -webkit-transform 400ms cubic-bezier(.68, -.55, .265, 1.55);
  color: #352c28;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  background-color: #ffc34a;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  color: #352c28;
}

.navigation-item:active {
  opacity: 0.8;
  color: #352c28;
}

.navigation-item.w--current {
  background-color: rgba(236, 230, 222, 0.13);
  opacity: 1;
  color: rgba(26, 27, 31, 0.23);
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.logo-image {
  display: block;
  background-color: transparent;
}

.logo-image:hover {
  -webkit-transform: perspective(1020px) scale(1.3) skew(-5deg, 0deg);
  transform: perspective(1020px) scale(1.3) skew(-5deg, 0deg);
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-header {
  display: block;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1.svg');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 1;
  color: #fff;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._4-million-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 843px;
  perspective: 843px;
  text-align: center;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 800;
}

.about-grid {
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 18px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 18px 2fr;
  grid-template-columns: 2fr 2fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.about-grid.cc-about-2 {
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 3fr;
  grid-template-columns: 2fr 3fr;
}

.intro-text {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
}

.image {
  display: inline-block;
  margin-right: 8px;
  padding-right: 0px;
  -webkit-transition: -webkit-transform 650ms cubic-bezier(.819, .112, 0, 1.036);
  transition: -webkit-transform 650ms cubic-bezier(.819, .112, 0, 1.036);
  transition: transform 650ms cubic-bezier(.819, .112, 0, 1.036);
  transition: transform 650ms cubic-bezier(.819, .112, 0, 1.036), -webkit-transform 650ms cubic-bezier(.819, .112, 0, 1.036);
}

.d-133-border {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 1px solid #fff;
  border-radius: 10px;
}

.d-133-card-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 2px solid #fff;
  border-radius: 10px;
}

.d-133-3d-wrapper {
  position: relative;
  width: 100%;
  height: 350px;
  max-width: 255px;
  margin-right: 20px;
  margin-bottom: 21px;
  margin-left: 20px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.d-133-paragraph {
  font-family: Jost, sans-serif;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 0 #000;
}

.d-133-image-wrapper {
  position: absolute;
  right: auto;
  width: 200%;
  height: 200%;
  background-image: url('../images/firststeps.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.d-133-image-wrapper._2 {
  background-image: url('../images/tastybuthealthy.jpg');
  background-size: auto;
}

.d-133-image-wrapper._3 {
  background-image: url('../images/learnmaths.jpg');
  background-size: auto;
}

.d-133-text-wrapper {
  position: relative;
  padding: 10px;
}

.d-133-h3-heading {
  overflow: visible;
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 31px;
  line-height: 37px;
  font-weight: 800;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0 #000;
}

.d-133-color-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(145, 72, 40, 0.43);
}

.demo-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  padding-top: 93px;
  padding-bottom: 61px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/pattern-bg.png'), url('../images/background.svg'), linear-gradient(7deg, #932bdd, #0bf, #6521e5 100%, #6421e5 0, #6200ff);
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: contain, auto, auto;
  background-attachment: scroll, fixed, scroll;
}

.demo-container.leader {
  padding-top: 0px;
  background-color: #ebebeb;
  background-image: none;
}

.browser-dot {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 50%;
  background-color: #fc615d;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.instructions-wrapper {
  position: absolute;
  left: auto;
  top: -100px;
  right: auto;
  bottom: auto;
  display: block;
  margin-top: auto;
  margin-left: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.demo-p.arrow {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-bottom: 10px;
  font-size: 19px;
  text-align: left;
}

.demo-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 0.25fr 1fr;
  grid-template-columns: 1fr 0.25fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.browser-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #e2e2e2;
}

.browser-demo {
  position: relative;
  z-index: auto;
  display: block;
  overflow: hidden;
  width: 900px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background-color: #fff;
  background-image: none;
}

.image-2 {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
}

.button-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 60px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #f1f1f1;
  cursor: pointer;
}

.background-circle-button {
  position: absolute;
  top: auto;
  right: 5px;
  z-index: 0;
  width: 40px;
  height: 40px;
  border-radius: 10000px;
  background-color: #ffc34a;
}

.background-circle-button-small {
  position: absolute;
  top: auto;
  right: 25px;
  z-index: 1;
  width: 0px;
  height: 0px;
  border-radius: 10000px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.fontawesome-container-button {
  position: absolute;
  top: auto;
  right: 15px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.fontawesome-button {
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  cursor: pointer;
}

.confirmed-state {
  position: absolute;
  left: -100%;
  top: 0%;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #49dc80;
}

.fontawesome-button-check {
  opacity: 0;
  font-family: 'Fa 400', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
}

.smart-logo {
  display: inline-block;
  margin-top: 10px;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(.77, 0, .175, 1);
  transition: -webkit-transform 500ms cubic-bezier(.77, 0, .175, 1);
  transition: transform 500ms cubic-bezier(.77, 0, .175, 1);
  transition: transform 500ms cubic-bezier(.77, 0, .175, 1), -webkit-transform 500ms cubic-bezier(.77, 0, .175, 1);
}

.smart-logo:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.re-logo {
  display: inline-block;
  -webkit-transition: all 375ms cubic-bezier(.77, 0, .175, 1);
  transition: all 375ms cubic-bezier(.77, 0, .175, 1);
}

.re-logo:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.image-7 {
  position: relative;
  top: 0px;
}

.free-lessons-button {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50px;
  margin-right: 30px;
  margin-left: 6px;
  padding-right: 60px;
  padding-left: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 0px;
  border-color: #352c28;
  border-radius: 20px;
  background-color: #ff8c00;
  opacity: 1;
  cursor: pointer;
}

.free-lessons-button:hover {
  opacity: 1;
}

.button-text-2 {
  position: relative;
  z-index: 10;
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  opacity: 0.8;
}

.intro-header-interaction {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  color: #fff;
}

.awesome-rotator {
  position: absolute;
  z-index: 0;
  display: none;
  width: 400px;
  height: 400px;
  background-color: transparent;
  opacity: 1;
  -webkit-transform: translate(0px, 0px) rotateX(0.001deg) rotateY(0deg) rotateZ(0deg);
  transform: translate(0px, 0px) rotateX(0.001deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.suncore {
  position: absolute;
  -webkit-transform: translate3d(0px, 0px, -600px);
  transform: translate3d(0px, 0px, -600px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-8 {
  position: absolute;
  -webkit-transform: translate3d(0px, 0px, -224px);
  transform: translate3d(0px, 0px, -224px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-9-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 900px;
  max-width: none;
  padding-right: 0px;
  -webkit-transform: translate3d(-300px, 62px, -252px);
  transform: translate3d(-300px, 62px, -252px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-9-copy-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 900px;
  max-width: none;
  padding-right: 0px;
  -webkit-transform: translate3d(0px, 0px, 138px);
  transform: translate3d(0px, 0px, 138px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-9-copy-copy-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 900px;
  max-width: none;
  padding-right: 0px;
  -webkit-transform: translate3d(-300px, -71px, 52px);
  transform: translate3d(-300px, -71px, 52px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

.lottie-animation {
  width: 480px;
}

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

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

.lottie-animation-2 {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.heading {
  text-align: center;
}

.heading.freelessons {
  position: relative;
  z-index: 1;
  margin-top: 39px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 53px;
  font-weight: 800;
}

.heading.numbers {
  margin-top: 7px;
  color: #fff;
  font-size: 53px;
  font-weight: 800;
}

.heading.freelessons-copy {
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #525252;
  font-size: 50px;
  font-weight: 700;
}

.paragraph {
  margin-bottom: 22px;
  padding-right: 267px;
  padding-left: 267px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.container-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 29px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 51px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.submit-button {
  width: 100%;
  background-color: #6200ff;
  font-weight: 700;
}

.form-block-2 {
  position: relative;
  z-index: 10;
  width: 40vw;
  padding: 26px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.checkbox-label {
  margin-bottom: 22px;
}

.select-field {
  margin-bottom: 20px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 12px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.linkblock-lessons {
  position: relative;
  z-index: 3;
  text-decoration: none;
}

.section-2 {
  min-height: 100vh;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.grade-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-field-3 {
  margin-left: 20px;
}

.checkbox-field-4 {
  margin-left: 20px;
}

.checkbox-label-2 {
  font-size: 14px;
  font-weight: 500;
}

.checkbox-label-3 {
  font-size: 14px;
  font-weight: 500;
}

.checkbox-label-4 {
  font-size: 14px;
  font-weight: 500;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.nav-signup {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: hsla(0, 0%, 100%, 0.94);
  box-shadow: 3px 3px 13px -10px rgba(60, 60, 60, 0.5);
}

.already-have-button {
  background-color: #6200ff;
  -webkit-transition-property: none;
  transition-property: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
}

.already-have-button:hover {
  background-color: #ffc34a;
  color: #fff;
}

.register-head {
  font-weight: 700;
}

.text-block-2 {
  font-weight: 900;
}

.codeblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-top: 11px;
  padding-bottom: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: #fff;
  font-size: 200%;
}

.text-block-3 {
  font-family: Inconsolata, monospace;
  color: #000;
  font-weight: 700;
}

.success-message {
  background-color: transparent;
}

.go-to-lessons-now {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accesscodewrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.teacher_kids {
  position: fixed;
  left: 266px;
  right: 42px;
  bottom: -313.641px;
  z-index: 9;
  display: none;
}

.parallax-for-reg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-perspective: 725px;
  perspective: 725px;
}

.blockly_pllx {
  position: absolute;
  width: 200px;
  -webkit-transform: translate3d(76px, 110px, -105px);
  transform: translate3d(76px, 110px, -105px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.html_pllx {
  position: absolute;
  width: 200px;
  -webkit-transform: translate3d(0px, 86px, -148px);
  transform: translate3d(0px, 86px, -148px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.css_pllx {
  width: 200px;
  -webkit-transform: translate3d(-19px, 257px, -600px);
  transform: translate3d(-19px, 257px, -600px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-9 {
  position: absolute;
  width: 80px;
  -webkit-transform: translate(171px, 205px);
  -ms-transform: translate(171px, 205px);
  transform: translate(171px, 205px);
}

.lesson_card {
  position: relative;
  width: 250px;
  height: 350px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 781px;
  margin-top: 100px;
  margin-right: 145px;
  margin-left: 145px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr minmax(200px, 1fr);
  grid-template-columns: 1fr 1fr minmax(200px, 1fr);
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.spacer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.selection-chips {
  padding: 12px 25px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.selection-chips:hover {
  background-color: #ffc34a;
  color: #b14b1e;
  font-weight: 700;
}

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

.selection-chips.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.selection-chips.cc-contact-us {
  position: relative;
  z-index: 5;
}

.selection-chips.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.selection-chips.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.selection-chips.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.selection-chips.dark {
  margin-top: 35px;
  margin-bottom: 36px;
  background-color: #2e2e2e;
}

.selection-chips.dark:hover {
  background-color: #ffc34a;
  color: #b14b1e;
}

.selection-chips.secondary {
  margin-left: 20px;
  background-color: #e7e7e7;
  color: #000;
}

.selection-chips.secondary:hover {
  background-color: #ffc34a;
  color: #b14b1e;
}

.selection-chips.full {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.free-lessons-nav {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding: 20px 12px 9px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  box-shadow: 3px 3px 13px -10px rgba(58, 58, 58, 0.49);
  opacity: 1;
}

.grade-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 81px;
}

.form-login {
  position: relative;
  z-index: 10;
  width: 40vw;
  padding: 26px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.91);
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.text-field-2 {
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 24px;
}

.text-field-2.middle {
  font-size: 28px;
  text-align: center;
}

.no-code {
  background-color: #331b1b;
  -webkit-transition-property: none;
  transition-property: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
}

.no-code:hover {
  background-color: #ffc34a;
  color: #fff;
}

.image-10 {
  position: absolute;
  width: 60px;
  -webkit-transform: translate3d(600px, 43px, -157px);
  transform: translate3d(600px, 43px, -157px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-11 {
  width: 50px;
  -webkit-transform: translate3d(-205px, 300px, -276px);
  transform: translate3d(-205px, 300px, -276px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-12 {
  position: absolute;
  -webkit-transform: translate3d(-500px, 19px, -300px);
  transform: translate3d(-500px, 19px, -300px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-12._2 {
  -webkit-transform: translate3d(700px, 205px, -500px);
  transform: translate3d(700px, 205px, -500px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.c-links {
  display: block;
  margin-left: 10px;
  color: #2b302b;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  text-decoration: none;
}

.footer-logo {
  width: 220px;
  margin-bottom: 35px;
}

.row-info {
  margin-bottom: 25px;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 2px solid #9cc79d;
}

.col-footer {
  padding-top: 66px;
}

.col-footer-1 {
  padding-right: 100px;
}

.footer-links {
  display: block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #2b302b;
  font-size: 12px;
  line-height: 34px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-links:hover {
  color: #47a848;
}

.fontawe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #b9d8ba;
  font-family: 'Fa solid 900', sans-serif;
  color: #2b302b;
  font-size: 20px;
}

.footer {
  padding-top: 32px;
  padding-bottom: 80px;
}

.copy-section {
  position: relative;
  z-index: 101;
  padding-top: 28px;
  padding-bottom: 20px;
  background-color: #f3f3f3;
}

.footer-t {
  float: left;
}

.flag {
  width: 22px;
}

.social-blok-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-left: 18px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Fa brands 400', sans-serif;
  color: #2b302b;
  font-size: 24px;
  text-decoration: none;
}

.social-blok-links:hover {
  color: #47a848;
}

.logos-bottom {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  margin-bottom: 31px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logos-bottom._2 {
  margin-top: 19px;
  margin-bottom: 0px;
}

.heading-2 {
  font-weight: 600;
}

.section-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6200ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0bf), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #0bf, hsla(0, 0%, 100%, 0));
  background-position: 0px 0px;
}

.div-sponsers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 0.25fr 1fr 0.5fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 0.25fr 1fr 0.5fr 1fr 0.25fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  cursor: default;
}

.sponser {
  width: 110px;
  margin: 7px 14px;
  opacity: 0.88;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: translate3d(0px, 0px, 10px);
  transform: translate3d(0px, 0px, 10px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.sponser.big {
  width: 70px;
}

.section-4 {
  position: static;
  padding-top: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d8d8d8));
  background-image: linear-gradient(180deg, #fff, #d8d8d8);
}

.section-4.radial {
  overflow: hidden;
  padding-bottom: 54px;
  background-image: none;
}

.heading-3 {
  color: #000;
  font-size: 40px;
  line-height: 53px;
  font-weight: 900;
  letter-spacing: -0.03px;
}

.heading-3.center {
  position: relative;
  z-index: 2;
  font-weight: 700;
  text-align: center;
}

.paragraph-2 {
  font-family: Jost, sans-serif;
  color: #2e2e2e;
  font-weight: 500;
}

.paragraph-2.center {
  position: relative;
  z-index: 1;
  color: #2e2e2e;
  text-align: center;
}

.div-block-4 {
  margin-right: auto;
  margin-left: auto;
}

.lottie-animation-3 {
  position: absolute;
  left: 0%;
  top: -135%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 300%;
}

.particles {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  opacity: 0.62;
}

.image-13 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 100%;
  opacity: 0.56;
}

.image-13.left {
  left: -14%;
  top: auto;
  right: 0%;
  bottom: auto;
  height: 64%;
}

.section-5 {
  overflow: hidden;
  margin-top: 29px;
  margin-bottom: 17px;
}

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

.image-15 {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
}

.lottie-animation-4 {
  position: relative;
  z-index: 0;
}

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

.div-block-6 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.label-tag {
  padding: 6px 10px;
  border-radius: 6px;
  background-color: #dde9ad;
  color: #50610e;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}

.label-tag.js {
  background-color: #ffefae;
  color: #a8812c;
}

.label-tag.py {
  background-color: #d5e2ec;
  color: #395aa5;
}

.image-16 {
  position: absolute;
  z-index: 1;
  border-bottom: 4px solid #000;
}

.lottie-animation-5 {
  position: absolute;
  height: 500px;
}

.naker {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 29px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 51px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.contact-form {
  width: 970px;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-form-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  grid-auto-flow: row dense;
  grid-auto-columns: 1.25fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.txtfield {
  border-radius: 7px;
  background-color: #f7f7f7;
  box-shadow: 1px 1px 5px -4px #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

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

.txtfield:focus {
  border-style: solid;
  border-width: 2px;
  border-color: #ffc34a;
  background-color: #fffbf4;
}

.txtfield.automatic {
  background-color: #d1d1d1;
}

.txtfield.automatic::-webkit-input-placeholder {
  color: #000;
  font-weight: 600;
}

.txtfield.automatic:-ms-input-placeholder {
  color: #000;
  font-weight: 600;
}

.txtfield.automatic::-ms-input-placeholder {
  color: #000;
  font-weight: 600;
}

.txtfield.automatic::placeholder {
  color: #000;
  font-weight: 600;
}

.txtfield.invitation {
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container-4 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-form-2 {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 19px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #ebebeb;
  background-image: url('../images/blockly.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.contact-form-grid-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-5 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.66);
  box-shadow: -3px 2px 17px 15px hsla(0, 0%, 100%, 0.52);
}

.form-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 360px;
  padding: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  border-radius: 20px;
  background-color: #fff;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 24px;
  padding: 0px 35px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 12px;
}

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

.image-17 {
  position: relative;
  left: -31px;
  z-index: 1;
}

.lottie-animation-6 {
  position: absolute;
  z-index: 1;
}

.success-message-2 {
  position: relative;
  border-radius: 5px;
  background-color: hsla(0, 0%, 86.7%, 0.09);
}

.error-message {
  padding: 24px;
  border-radius: 8px;
  background-color: #ffe6e6;
  color: red;
}

.text-block-4 {
  position: relative;
  z-index: 1;
  margin-bottom: 29px;
  text-align: center;
}

.div-block-10 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.div-block-11 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold-text {
  text-transform: none;
}

.checkbox {
  margin-left: 0px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.caption {
  font-size: 12px;
}

.image-18 {
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.image-19 {
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.contact-form-2-copy {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 19px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.table {
  -ms-grid-columns: 0.5fr 1fr 1fr;
  grid-template-columns: 0.5fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.parent-mail {
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 14px;
  background-color: rgba(0, 0, 0, 0.09);
  color: #0c0c0c;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lottie-animation-7 {
  width: 80px;
  height: 80px;
}

.image-20 {
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
}

.text-block-5 {
  position: relative;
  z-index: 3;
  color: #fff;
  font-weight: 700;
}

.table-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 450px;
  margin-bottom: 13px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 10px;
  background-color: #ebebeb;
  box-shadow: 1px 1px 8px -9px rgba(0, 0, 0, 0.83);
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.table-card:hover {
  background-color: #f5f5f5;
}

.table-card.sm {
  margin-bottom: 8px;
}

.table-card.sm.view-full {
  box-shadow: inset 1px 1px 14px -7px #fff, 1px 1px 8px -9px rgba(0, 0, 0, 0.83);
}

.table-card.first-rank-card:hover {
  width: 500px;
}

.student-image {
  position: relative;
  z-index: 1;
  width: 80px;
  margin: 10px 10px 10px 14px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 425ms cubic-bezier(.175, .885, .152, 2.149);
  transition: -webkit-transform 425ms cubic-bezier(.175, .885, .152, 2.149);
  transition: transform 425ms cubic-bezier(.175, .885, .152, 2.149);
  transition: transform 425ms cubic-bezier(.175, .885, .152, 2.149), -webkit-transform 425ms cubic-bezier(.175, .885, .152, 2.149);
}

.student-image:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.student-image.sm {
  width: 40px;
  height: 40px;
  margin-left: 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.student-image.view-full {
  width: 40px;
  height: 40px;
  margin-right: -18px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 3px;
  border-color: #2e2e2e;
  border-radius: 20px;
}

.rank {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(hsla(0, 0%, 100%, 0.14)));
  background-image: linear-gradient(270deg, transparent, hsla(0, 0%, 100%, 0.14));
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  text-shadow: 0 0 20px hsla(0, 0%, 100%, 0.47);
}

.rank.sm {
  width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
}

.rank.view-all {
  width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
}

.rank.view-all.total-number {
  width: auto;
  margin-left: 29px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: linear-gradient(45deg, transparent, hsla(0, 0%, 100%, 0.14));
  color: #665c58;
  font-weight: 600;
}

.rank.dark {
  width: 68px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #665c58;
  font-size: 40px;
  font-weight: 600;
  text-align: right;
}

.xp-placeholder {
  color: #665c58;
  font-size: 16px;
  font-weight: 600;
}

.xp-placeholder.sm {
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
}

.xp-placeholder.white {
  color: #fff;
}

.xp {
  font-weight: 800;
}

.div-block-13 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.name {
  color: #665c58;
  font-size: 18px;
  font-weight: 800;
}

.name.sm {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 500;
}

.name.first {
  color: #fff;
  font-size: 24px;
  line-height: 1.4em;
}

.name.full {
  margin-left: 13px;
  font-size: 16px;
}

.rank-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.school {
  color: #665c58;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.school.sm {
  margin-bottom: 6px;
}

.school.white {
  color: #fff;
}

.div-block-14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-21 {
  margin-bottom: 11px;
}

.first-rank-card {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc34a), to(#ff834d));
  background-image: linear-gradient(180deg, #ffc34a, #ff834d);
  box-shadow: inset 1px 1px 20px 7px #ffc34a, 1px 1px 70px 0 rgba(255, 200, 88, 0.32);
  -webkit-transition: all 425ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: all 425ms cubic-bezier(.68, -.55, .265, 1.55);
}

.div-block-16 {
  position: relative;
  height: 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.lottie-animation-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: -1px;
  height: 100%;
}

.lottie-animation-9 {
  position: absolute;
  left: auto;
  top: -42%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 30%;
}

.image-22 {
  margin-top: 30px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 20px;
  box-shadow: 0 1px 12px -6px #000;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-23 {
  position: relative;
  z-index: 1;
}

.div-block-18 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  opacity: 0.83;
}

.div-block-19 {
  position: relative;
  z-index: 0;
}

.image-24 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.image-25 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.image-26 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

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

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

.heading-card {
  margin-top: 5px;
  margin-bottom: 11px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #000;
  line-height: 26px;
  text-transform: capitalize;
}

.tab-pane-tab-1 {
  z-index: 2;
}

.paragraph-3 {
  color: #000;
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  text-align: left;
}

.paragraph-3.small {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.image-45 {
  width: 140px;
  height: 50%;
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.tabs {
  z-index: 2;
}

.tabs-content {
  z-index: 2;
}

.cards-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transform: perspective(529px) rotateX(5deg) rotateY(0deg) rotateZ(0deg);
  transform: perspective(529px) rotateX(5deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin: 10px 8px;
  padding: 19px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 17px;
  background-color: #fafafa;
  box-shadow: 0 4px 18px -6px rgba(0, 0, 0, 0.19);
  opacity: 0.83;
  -webkit-transition: opacity 325ms ease, -webkit-transform 475ms cubic-bezier(.77, 0, .175, 1);
  transition: opacity 325ms ease, -webkit-transform 475ms cubic-bezier(.77, 0, .175, 1);
  transition: opacity 325ms ease, transform 475ms cubic-bezier(.77, 0, .175, 1);
  transition: opacity 325ms ease, transform 475ms cubic-bezier(.77, 0, .175, 1), -webkit-transform 475ms cubic-bezier(.77, 0, .175, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card:hover {
  opacity: 1;
  -webkit-transform: rotateX(-5deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, -5px, 10px);
  transform: rotateX(-5deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, -5px, 10px);
}

.tab {
  padding: 16px 31px;
  -webkit-transition: all 375ms cubic-bezier(.25, .46, .45, .94);
  transition: all 375ms cubic-bezier(.25, .46, .45, .94);
  font-weight: 600;
}

.tab:hover {
  background-color: #b4b4b4;
  box-shadow: inset 0 0 16px -8px #000;
}

.tab.w--current {
  background-color: #ffba0a;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(61%, #ffba0a), to(#ff890a));
  background-image: linear-gradient(180deg, #ffba0a 61%, #ff890a);
  box-shadow: 0 6px 20px 0 rgba(255, 191, 0, 0.78);
}

.tabs-menu {
  margin-bottom: 13px;
  text-align: center;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle {
  padding-top: 7px;
  padding-bottom: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e2e2e2), to(#fff));
  background-image: linear-gradient(0deg, #e2e2e2, #fff);
  font-weight: 500;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 19px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.dropdown-list {
  border-radius: 1px;
}

.dropdown-list.w--open {
  border-radius: 11px;
  background-color: #fcfcfc;
  box-shadow: 1px 1px 10px -5px #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cards-section {
  padding-top: 46px;
  padding-bottom: 100px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
  background-image: linear-gradient(180deg, #fff, #ebebeb);
}

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

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

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 150px;
  margin-bottom: 23px;
  border-radius: 8%;
}

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

.div-block-25 {
  padding-top: 46px;
}

.heading-4 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

.hrs-tag {
  margin-right: 13px;
  padding: 2px 8px;
  border-radius: 6px;
  background-color: #f5f5f5;
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 600;
}

.tags-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 12px;
}

.program-card {
  padding: 14px 18px 13px;
  border-radius: 10px;
  background-color: #fff;
}

.paragraph-5 {
  font-size: 16px;
  line-height: 1.3em;
}

.image-46 {
  margin-right: auto;
  margin-left: auto;
}

.price-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  margin-bottom: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.price-tag {
  margin-top: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 6px;
  color: #3b3a3a;
  font-size: 18px;
  font-weight: 600;
}

.text-block-6 {
  color: #a1a1a1;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
}

.price-with-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-right: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-link-schools {
  margin-right: 2px;
  border-bottom: 2px solid #c2c2c2;
  border-radius: 6px 6px 0px 0px;
  background-color: #fafafa;
  color: #707070;
  font-weight: 600;
}

.tab-link-schools.w--current {
  border-bottom: 5px solid #6200ff;
  background-color: #fafafa;
  color: #6200ff;
}

.city-drop-down-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-8 {
  margin-left: 5px;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 600;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 2px solid #c2c2c2;
}

.tabs-menu-2.levels {
  border-bottom-width: 0px;
}

.filter-and-search-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 21px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-field-3 {
  margin-right: 13px;
  margin-bottom: 0px;
  border-radius: 6px;
  box-shadow: 1px 1px 10px -9px #000;
}

.form-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.submit-button-2 {
  border-radius: 8px;
  background-color: #6200ff;
  font-family: 'Fa solid 900', sans-serif;
}

.table-head-row {
  margin-top: 0px;
  grid-column-gap: 0px;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.table-head {
  padding: 14px 18px;
  border-bottom: 2px solid #ebebeb;
  background-color: #fcfcfc;
  font-size: 21px;
  font-weight: 600;
}

.table-row {
  margin-top: 0px;
  grid-column-gap: 0px;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.table-body {
  padding: 14px 18px;
  border-bottom: 2px solid #ebebeb;
  font-weight: 400;
}

.full-table-wrapper {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
  border-radius: 12px;
}

.section-7 {
  padding-top: 26px;
  padding-bottom: 75px;
}

.section-7.single-school {
  background-color: #ebebeb;
}

.text-block-9 {
  color: #11bd42;
}

.text-block-9.blk {
  margin-bottom: 12px;
  color: #665c58;
  font-size: 14px;
}

.online-playing-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.online-circle {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  border-radius: 20px;
  background-color: #11bd42;
}

.tabs-2 {
  width: 100%;
}

.tab-link-levels-copy {
  margin-right: 2px;
  border-bottom: 2px solid #c2c2c2;
  border-radius: 6px 6px 0px 0px;
  background-color: #fafafa;
  color: #707070;
  font-weight: 600;
}

.tab-link-levels-copy.w--current {
  border-bottom: 5px solid #6200ff;
  background-color: #fafafa;
  color: #6200ff;
}

.full-school-card {
  width: 564px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #fff;
}

.school-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.breadcrumps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}

.link {
  font-family: 'Fa solid 900', sans-serif;
  color: #6200ff;
  text-decoration: none;
}

.link-2 {
  padding-right: 4px;
  padding-left: 15px;
  color: #6200ff;
  font-weight: 600;
  text-decoration: none;
}

.bundle-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 6px;
  background-color: rgba(255, 195, 74, 0.31);
  color: #722300;
  font-size: 14px;
  font-weight: 600;
}

.text-block-12 {
  margin-right: 16px;
  font-family: 'Fa solid 900', sans-serif;
}

.font-38 {
  font-size: 38px !important;
}

.admin-heading{
  white-space: nowrap;
  text-align: left;
  margin-right: 50px;
}

#confirm_password_msg.success{
  color: green;
}

#confirm_password_msg.failed{
  color: red;
}

@media screen and (max-width: 991px) {
  .divider {
    height: 4px;
  }
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .styleguide-block {
    text-align: center;
  }
  .paragraph-bigger.cc-bigger-white-light {
    margin-bottom: 0px;
    padding: 21px;
  }
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition-duration: 200ms, 400ms, 400ms, 400ms;
    transition-duration: 200ms, 400ms, 400ms, 400ms;
  }
  .button.cc-contact-us {
    display: none;
  }
  .button.dark {
    margin-top: 10px;
  }
  .heading-jumbo {
    margin-top: 127px;
    font-size: 56px;
    line-height: 70px;
  }
  .heading-jumbo.marg {
    font-size: 63px;
  }
  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-icon {
    display: block;
  }
  .menu {
    position: static;
    margin-left: 30px;
  }
  .navigation {
    padding: 25px 30px;
  }
  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .navigation-item:hover {
    background-color: #f7f8f9;
  }
  .navigation-item:active {
    background-color: #eef0f3;
  }
  .menu-button {
    padding: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .cta-text {
    width: auto;
  }
  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }
  .blog-detail-header-wrap {
    width: 70%;
  }
  .detail-header-image {
    height: 460px;
  }
  .home-content-wrap {
    margin-top: 36px;
  }
  .about-grid {
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .about-grid.cc-about-2 {
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .intro-text {
    width: auto;
  }
  .d-133-3d-wrapper {
    margin-bottom: 22px;
  }
  .demo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    min-height: 100vh;
    clear: both;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .instructions-wrapper {
    position: relative;
    left: -25px;
    top: 0%;
    margin-top: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .demo-wrapper {
    margin-top: 20px;
    margin-right: 0%;
    margin-bottom: 11px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .browser-demo {
    width: 700px;
    height: 500px;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-2 {
    margin-right: 0px;
  }
  .re-logo {
    margin-bottom: 30px;
  }
  .free-lessons-button {
    margin-right: 7px;
  }
  .intro-header-interaction {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading.freelessons {
    margin-top: 49px;
    margin-right: 186px;
    margin-left: 186px;
  }
  .heading.numbers {
    margin-top: 49px;
    margin-right: 186px;
    margin-left: 186px;
  }
  .heading.freelessons-copy {
    margin-top: 49px;
    margin-right: 186px;
    margin-left: 186px;
  }
  .paragraph {
    margin-bottom: 4px;
    padding-right: 151px;
    padding-left: 151px;
  }
  .text-block {
    display: block;
  }
  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 64px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .form-block-2 {
    width: 60vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .section-2 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .div-block-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-signup {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .codeblock {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .go-to-lessons-now {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .accesscodewrapper-copy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .teacher_kids {
    left: 286px;
    top: 262px;
  }
  .lesson_card {
    margin-bottom: 22px;
  }
  .grid {
    min-width: auto;
    margin-top: 115px;
    margin-right: 67px;
    margin-left: 67px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .selection-chips {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .selection-chips.cc-contact-us {
    display: none;
  }
  .selection-chips.dark {
    margin-top: 10px;
  }
  .free-lessons-nav {
    padding: 25px 30px;
  }
  .form-login {
    width: 60vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .c-links {
    font-size: 15px;
    line-height: 30px;
  }
  .footer-logo {
    width: 150px;
    margin-bottom: 25px;
  }
  .row-info {
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .col-footer {
    padding-top: 34px;
  }
  .fontawe {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .copy-section {
    padding-top: 18px;
    padding-bottom: 10px;
  }
  .heading-2 {
    font-size: 29px;
  }
  .image-13.left {
    display: none;
  }
  .image-15 {
    top: auto;
    bottom: auto;
    width: 200px;
  }
  .lottie-animation-4 {
    width: 386px;
  }
  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .naker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 64px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .heading-card {
    font-size: 22px;
  }
  .cards-wrapper {
    display: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .cards-grid-container {
    grid-column-gap: 20px;
  }
  .cards-image {
    width: auto;
    height: 100%;
    -o-object-fit: none;
    object-fit: none;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.cc-cta {
    padding: 15px;
  }
  .section.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .container {
    text-align: center;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .paragraph-bigger.cc-bigger-white-light {
    margin-bottom: 22px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 18px;
    text-align: center;
  }
  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .note {
    padding-right: 39px;
    padding-left: 39px;
  }
  .note.notesmall {
    opacity: 0.78;
    font-size: 12px;
    line-height: 15px;
  }
  .heading-jumbo {
    margin-bottom: 19px;
    font-size: 75px;
    line-height: 64px;
  }
  .heading-jumbo-small {
    margin-top: 1px;
    margin-right: -22px;
    margin-left: -22px;
    font-size: 30px;
    line-height: 43.98px;
    font-weight: 900;
  }
  .heading-jumbo-small._4-million {
    line-height: 49px;
  }
  .heading-jumbo-small.center {
    margin-right: 0px;
    margin-left: 0px;
  }
  .navigation-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navigation {
    padding: 20px 18px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .intro-content {
    width: 80%;
  }
  ._4-million-wrap {
    margin-bottom: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .utility-page-wrap {
    padding: 15px;
  }
  ._404-wrap {
    padding: 30px;
  }
  .section-heading {
    font-weight: 700;
  }
  .demo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .instructions-wrapper {
    margin-left: 0px;
  }
  .demo-wrapper {
    margin-top: 24px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .browser-demo {
    width: 400px;
    height: 500px;
    margin-right: 110px;
    margin-bottom: 100px;
    margin-left: 110px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .smart-logo {
    margin-top: 1px;
    margin-right: 0px;
  }
  .re-logo {
    margin-top: 17px;
  }
  .free-lessons-button {
    margin-right: 2px;
    margin-left: 2px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .intro-header-interaction {
    margin-bottom: 47px;
  }
  .text-span {
    font-size: 24px;
    line-height: 18px;
    font-weight: 400;
  }
  .lottie-animation {
    width: 100vw;
  }
  .heading.freelessons {
    margin-right: 86px;
    margin-left: 86px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading.numbers {
    margin-right: 86px;
    margin-left: 86px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading.freelessons-copy {
    margin: 27px 86px 14px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 69px;
    padding-left: 69px;
  }
  .container-2 {
    grid-column-gap: 41px;
    grid-template-areas: ". Area";
  }
  .form-block-2 {
    width: 80%;
  }
  .checkbox-label {
    font-size: 12px;
  }
  .checkbox-field {
    padding-left: 24px;
  }
  .section-2 {
    -webkit-filter: none;
    filter: none;
  }
  .nav-signup {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .already-have-button {
    margin-left: 30px;
  }
  .teacher_kids {
    position: static;
    left: -8px;
    top: 421px;
    padding-left: 0px;
  }
  .parallax-for-reg {
    display: none;
  }
  .grid {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 51px;
    padding-left: 51px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .free-lessons-nav {
    padding: 20px 18px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .form-login {
    width: 80%;
  }
  .no-code {
    margin-left: 30px;
  }
  .c-links {
    margin-left: 8px;
    font-size: 13px;
    line-height: 26px;
    font-weight: 800;
    letter-spacing: -0.5px;
  }
  .footer-logo {
    width: 100px;
  }
  .row-info {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .col-footer {
    padding-top: 20px;
  }
  .col-footer-1 {
    padding-right: 20px;
    font-size: 15px;
    line-height: 1.2em;
  }
  .footer-links {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 20px;
  }
  .fontawe {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .footer {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .copy-section {
    padding: 14px 20px 5px;
  }
  .footer-t {
    font-size: 11px;
  }
  .flag {
    display: none;
  }
  .social-blok-links {
    margin-left: 7px;
    font-size: 20px;
  }
  .heading-2 {
    font-size: 17px;
  }
  .container-3 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .image-13 {
    display: none;
  }
  .image-13.left {
    display: none;
  }
  .image-15 {
    left: auto;
    right: auto;
  }
  .lottie-animation-4 {
    width: 386px;
  }
  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .naker {
    grid-column-gap: 41px;
    grid-template-areas: ". Area";
  }
  .contact-form {
    padding: 40px 20px;
  }
  .contact-form-2 {
    padding: 40px 20px;
  }
  .container-5 {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-8 {
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-block-9 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .image-17 {
    left: 0px;
  }
  .contact-form-2-copy {
    padding: 4px 20px 40px;
  }
  .lottie-animation-9 {
    display: none;
  }
  .cards-wrapper {
    overflow: visible;
    max-height: 600px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .cards-section {
    padding: 40px 20px;
    background-image: none;
  }
  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .paragraph-4 {
    text-align: center;
  }
  .heading-4 {
    font-size: 42px;
    line-height: 1.2em;
    text-align: left;
  }
  .filter-and-search-bar {
    padding-right: 23px;
    padding-left: 23px;
  }
  .full-table-wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }
  .section-7 {
    padding-top: 6px;
  }
  .text-block-9 {
    color: #11bd42;
  }
  .online-playing-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .online-circle {
    width: 14px;
    height: 14px;
    margin-right: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 100%;
    background-color: #11bd42;
  }
  .container-7 {
    padding-right: 27px;
    padding-left: 27px;
  }
  .lottie-animation-10 {
    width: auto;
  }
  .div-block-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .full-school-card {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }
  .paragraph-bigger.cc-bigger-white-light {
    margin-bottom: 9px;
    border-radius: 13px;
  }
  .button {
    width: 100%;
  }
  .button.dark {
    float: none;
    clear: none;
  }
  .button.secondary {
    margin-top: 13px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .button.small {
    width: auto;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 10px;
  }
  .label.cc-light {
    text-align: left;
  }
  .rich-text {
    width: 100%;
    max-width: none;
  }
  .note {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 1.2em;
    text-align: left;
  }
  .note.notesmall {
    opacity: 0.7;
    font-size: 12px;
    line-height: 15px;
  }
  .note.small {
    padding-right: 4px;
    padding-left: 4px;
  }
  .heading-jumbo {
    margin-top: 136px;
    margin-bottom: 6px;
    font-size: 32px;
    line-height: 48px;
  }
  .heading-jumbo.marg {
    font-size: 40px;
  }
  .heading-jumbo-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 31px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 26px;
    line-height: 26px;
    text-align: left;
  }
  .heading-jumbo-small._4-million {
    width: 80vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 35px;
  }
  .logo-link {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .logo-link.w--current {
    margin-right: 0px;
  }
  .menu {
    margin-left: 15px;
  }
  .navigation-wrap {
    z-index: 2;
  }
  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navigation-item {
    margin-top: 4px;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 0px;
    background-color: #fff;
  }
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .navigation-items {
    z-index: 9000;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #ebebeb;
  }
  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .intro-content.cc-homepage {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._4-million-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }
  .section-heading {
    margin-bottom: 11px;
    font-size: 24px;
    line-height: 1.1em;
    font-weight: 700;
    text-align: left;
  }
  .about-grid {
    grid-row-gap: 10px;
  }
  .d-133-3d-wrapper {
    margin-bottom: 15px;
  }
  .demo-container {
    padding-right: 24px;
    padding-left: 24px;
    background-image: linear-gradient(7deg, #932bdd, #0bf, #6521e5 100%, #6421e5 0, #6200ff);
    background-position: 0px 0px;
    background-size: auto;
    background-attachment: scroll;
  }
  .instructions-wrapper {
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .demo-wrapper {
    margin-top: 17px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .browser-demo {
    width: 300px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-2 {
    margin-top: 0px;
    margin-right: 0px;
  }
  .background-circle-button {
    display: none;
  }
  .fontawesome-button {
    display: none;
  }
  .smart-logo {
    margin-top: -40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .re-logo {
    margin-top: 7px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .free-lessons-button {
    z-index: 1;
    height: 40px;
    margin-right: 0px;
    padding-right: 11px;
    padding-left: 21px;
  }
  .intro-header-interaction {
    margin-bottom: -1px;
  }
  .text-span {
    margin-top: 12px;
    padding-left: 0px;
    font-size: 16px;
  }
  .lottie-animation {
    width: 140%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .lottie-animation-2 {
    width: auto;
  }
  .heading.freelessons {
    margin-top: 8px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 35px;
    padding-left: 35px;
    font-size: 29px;
    line-height: 1.1em;
    text-align: center;
  }
  .heading.numbers {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 35px;
    padding-left: 35px;
    font-size: 29px;
    line-height: 47.599999999999994px;
    text-align: left;
  }
  .heading.freelessons-copy {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 35px;
    padding-left: 35px;
    font-size: 29px;
    line-height: 47.599999999999994px;
    text-align: center;
  }
  .paragraph {
    padding-right: 13px;
    padding-left: 13px;
    line-height: 22.4px;
    text-align: left;
  }
  .form-block-2 {
    width: 85%;
    border-radius: 18px;
  }
  .share-with-grant {
    font-size: 10px;
    line-height: 10px;
  }
  .checkbox-label {
    line-height: 12px;
  }
  .checkbox-field {
    padding-left: 27px;
  }
  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-signup {
    width: 100vw;
    padding-right: 23px;
    padding-left: 23px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .already-have-button {
    margin-left: 6px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .codeblock {
    width: auto;
  }
  .go-to-lessons-now {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .accesscodewrapper-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .teacher_kids {
    left: 128px;
    top: 471px;
    display: block;
  }
  .lesson_card {
    margin-bottom: 15px;
  }
  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-flow: row dense;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .selection-chips {
    width: 100%;
  }
  .selection-chips.dark {
    float: none;
    clear: none;
  }
  .selection-chips.secondary {
    margin-top: 13px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .free-lessons-nav {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-login {
    width: 85%;
    border-radius: 18px;
  }
  .text-field-2.middle {
    font-size: 24px;
  }
  .no-code {
    margin-left: 6px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .c-links {
    margin-bottom: 5px;
    margin-left: 0px;
    font-size: 14px;
  }
  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .row-info {
    padding-bottom: 15px;
  }
  .col-footer {
    padding-top: 10px;
    text-align: center;
  }
  .col-footer-1 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .footer-links {
    margin-bottom: 5px;
    line-height: 20px;
  }
  .fontawe {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .ft-text {
    text-align: left;
  }
  .footer {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }
  .mid {
    text-align: center;
  }
  .copy-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-mid {
    text-align: center;
  }
  .footer-t {
    float: none;
    text-align: center;
  }
  .flag {
    display: block;
    width: 32px;
    margin-right: auto;
    margin-bottom: 17px;
    margin-left: auto;
  }
  .social-blok-links {
    display: inline-block;
    float: none;
  }
  .logos-bottom._2 {
    display: none;
  }
  .container-3 {
    text-align: center;
  }
  .section-6 {
    margin-top: 24px;
  }
  .image-15 {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 137px;
  }
  .lottie-animation-4 {
    width: 270px;
  }
  .div-block-5 {
    height: auto;
  }
  .contact-form-grid-2 {
    margin-top: 0px;
  }
  .container-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-block-4 {
    max-width: none;
    padding-right: 10px;
    padding-left: 10px;
    border-style: none;
  }
  .div-block-8 {
    padding-bottom: 0px;
  }
  .image-17 {
    display: none;
  }
  .caption {
    display: none;
  }
  .text-block-5 {
    font-size: 14px;
  }
  .table-card {
    width: 100%;
  }
  .table-card.first-rank-card:hover {
    width: 100%;
  }
  .student-image {
    display: none;
    width: 35px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .rank {
    font-size: 30px;
  }
  .rank.view-all.total-number {
    margin-right: 26px;
  }
  .rank.dark {
    width: 50px;
    font-size: 30px;
  }
  .xp-placeholder {
    font-size: 14px;
  }
  .name.first {
    font-size: 19px;
  }
  .rank-table {
    width: 100%;
  }
  .div-block-14 {
    padding-right: 9px;
    padding-left: 9px;
  }
  .div-block-18 {
    display: none;
  }
  .div-block-19 {
    margin-bottom: 19px;
  }
  .paragraph-3 {
    text-align: left;
  }
  .cards-wrapper {
    display: none;
  }
  .dropdown-toggle {
    font-size: 14px;
  }
  .centered-container {
    text-align: left;
  }
  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cards-image {
    width: 100%;
  }
  .paragraph-4 {
    font-size: 14px;
    line-height: 1.1em;
  }
  .heading-4 {
    font-size: 30px;
    line-height: 1.1em;
  }
  .program-card {
    max-width: 291px;
  }
  .tab-pane-global-ranking {
    padding-right: 4px;
    padding-left: 4px;
  }
  .filter-and-search-bar {
    padding-right: 8px;
    padding-left: 8px;
  }
  .text-field-3 {
    margin-right: 5px;
  }
  .form-block-5 {
    margin-right: 6px;
  }
  .submit-button-2 {
    font-family: 'Fa solid 900', sans-serif;
    font-size: 14px;
  }
  .table-head-row {
    -ms-grid-columns: 2.25fr 1fr;
    grid-template-columns: 2.25fr 1fr;
  }
  .table-head {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.2em;
  }
  .table-row {
    -ms-grid-columns: 2.25fr 1fr;
    grid-template-columns: 2.25fr 1fr;
  }
  .table-body {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.2em;
  }
  .text-block-9 {
    font-size: 16px;
  }
  .tab-link-levels-copy {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-transition: flex-grow 500ms cubic-bezier(.68, -.55, .265, 1.55), opacity 250ms ease-in-out, opacity 550ms ease, -webkit-flex-shrink 200ms ease, -webkit-flex-shrink 200ms ease, -webkit-box-flex 500ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-flex-grow 500ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform 675ms cubic-bezier(.725, .036, .25, 1);
    transition: flex-grow 500ms cubic-bezier(.68, -.55, .265, 1.55), opacity 250ms ease-in-out, opacity 550ms ease, -webkit-flex-shrink 200ms ease, -webkit-flex-shrink 200ms ease, -webkit-box-flex 500ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-flex-grow 500ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform 675ms cubic-bezier(.725, .036, .25, 1);
    transition: flex-shrink 200ms ease, flex-grow 500ms cubic-bezier(.68, -.55, .265, 1.55), opacity 250ms ease-in-out, transform 675ms cubic-bezier(.725, .036, .25, 1), opacity 550ms ease;
    transition: flex-shrink 200ms ease, flex-grow 500ms cubic-bezier(.68, -.55, .265, 1.55), opacity 250ms ease-in-out, transform 675ms cubic-bezier(.725, .036, .25, 1), opacity 550ms ease, -webkit-flex-shrink 200ms ease, -webkit-flex-shrink 200ms ease, -ms-flex-negative 200ms ease, -webkit-box-flex 500ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-flex-grow 500ms cubic-bezier(.68, -.55, .265, 1.55), -ms-flex-positive 500ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform 675ms cubic-bezier(.725, .036, .25, 1);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }
  .tab-link-levels-copy.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .lottie-animation-10 {
    width: auto;
  }
  .school-header-wrapper {
    padding-right: 21px;
    padding-left: 21px;
  }
  .link {
    font-size: 30px;
  }
  .link-2 {
    font-size: 18px;
  }
  .text-block-10 {
    display: none;
  }
  .heading-5 {
    font-size: 25px;
  }
  .text-block-11 {
    font-size: 14px;
  }
}

#w-node-76c147234d34-7a62e457 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-76c147234d41-7a62e457 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-62a92f19e544-7a62e457 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-bb24d53dab05-7a62e457 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-2b1637651be4-7a62e457 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f74fc7f3ed73-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-7c2eb02f5a4c-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e7c14ab5be33-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d61db1db3307-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d61db1db3309-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a56c728139e6-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a56c728139e8-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-84727d08e621-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-84727d08e623-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-011b5b524796-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-011b5b524798-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-4654fb94927c-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-4654fb94927e-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c4f893612bf4-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c4f893612bf6-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e3023a127499-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e3023a12749b-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e31e452c5c01-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e31e452c5c0f-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e31e452c5c1c-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e31e452c5c29-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e31e452c5c36-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-70577f1f2beb-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-70577f1f2bf9-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-70577f1f2c06-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-70577f1f2c13-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-70577f1f2c20-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-1f7a3040bf5f-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-1f7a3040bf6d-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-1f7a3040bf7a-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-1f7a3040bf87-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-1f7a3040bf94-b3535b14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-0a4c8ad26bb1-374a9c1e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-0a4c8ad26bbf-374a9c1e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-0a4c8ad26bcc-374a9c1e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-0a4c8ad26bd9-374a9c1e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-0a4c8ad26be6-374a9c1e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a194023be0a7-374a9c1e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a194023be0b5-374a9c1e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a194023be0c2-374a9c1e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a194023be0cf-374a9c1e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a194023be0dc-374a9c1e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-6aa112f9fd85-374a9c1e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-6aa112f9fd93-374a9c1e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-6aa112f9fda0-374a9c1e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-6aa112f9fdad-374a9c1e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-6aa112f9fdba-374a9c1e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-76c147234d34-7a62e457 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-76c147234d41-7a62e457 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-76c147234d34-7a62e457 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-834014af4bc9-7a62e457 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-568cde92b5e0-7a62e457 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-ddd67d55eac3-7a62e457 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-0ac4f64e7c0e-7a62e457 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-6cbbb839bf98-7a62e457 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-7d48d15096c1-7a62e457 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-aed61b8a66de-7a62e457 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-d5bbe77c6ef1-7a62e457 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-4b17920671a0-7a62e457 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-0e793fe22470-d434607c {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-0e793fe22474-d434607c {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-0e793fe22478-d434607c {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Renner 600 semi';
  src: url('../fonts/Renner-600-Semi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Renner 800';
  src: url('../fonts/Renner-800-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Renner 700';
  src: url('../fonts/Renner-700-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Renner 500';
  src: url('../fonts/Renner-500-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Renner 200';
  src: url('../fonts/Renner-200-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Renner 300';
  src: url('../fonts/Renner-300-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Renner 900';
  src: url('../fonts/Renner-900-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Renner 400 book';
  src: url('../fonts/Renner-400-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

.agreeTerms a {
  display: contents;
}

#verify-code.disabled {
  color: #fff;
  transform: none;
  transition: none;
}

#verify-phone.disabled {
  transform: none;
  transition: none;
  opacity: 0.5;
  cursor: not-allowed;
}

#verify-code.disabled:hover,
#verify-phone.disabled:hover{
  color: #fff;
  transform: none;
  transition: none;
  background-color: #2e2e2e;
}

p.error {
  color: #ff3636;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}

.hidden {
  display: none;
  visibility: hidden;
}

.dropdown-list {
  max-height: 300px;
  overflow-x: auto;
}

.change-phone,
.resend-code {
  text-decoration: underline;
  font-size: 12px;
  font-weight: 500;
  color: #767676;
}

.resend-code{
  margin-right: 2vw;
}

#confirm-phone.disabled,
#verify-code.disabled{
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

#submit-sign-up.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.mt-25 {
  margin-top: 25px;
}

.m-0 {
  margin: 0 !important;
}

.font-11 {
  font-size: 11px;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

#district-dropdown {
  right: 2px;
  cursor: pointer;
}

.full-school-card{
  min-height: calc(100vh - 300px);
}

/*Pagination CSS*/
ul.pagination>li>a {
  border: 1px solid #6100FD !important;
  color: #6100FD !important;
} 

ul.pagination>li.active>a, ul.pagination>li.active>a:focus, ul.pagination>li.active>a:hover {
  background-color: #6100FD !important;
  color: #fff !important;
}


.w-tab-content {
  padding-bottom: 15px;
}

.center {
  margin: 0 auto;
  display: table;
}

/******** ScrollBar Style ***************/
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
    border-radius: 5px;

}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 9px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.iti__flag {background-image: url("../intlTelInput/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("../intlTelInput/img/flags@2x.png");}
}