:root {
  --xlr8-blue: #0d47e2;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.xlr8 {
  margin: 0 0 16px;
  font-size: 24px;
}

.bold-text {
  font-family: Poppins, sans-serif;
}

.case-study-section {
  margin-top: 60px;
  margin-left: 80px;
  margin-right: 80px;
}

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

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

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

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

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

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

.cs-header-image {
  margin-bottom: 24px;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template: "Story-Tyke Story-Tyke Story-Tyke Flo Flo Flo" minmax(300px, 1fr)
                 "Story-Tyke Story-Tyke Story-Tyke Pixingo Pixingo Pixingo" minmax(300px, 1fr)
                 "EZPT EZPT EZPT Screenlake Screenlake Screenlake" minmax(132px, 1fr)
                 "Retro-Arcade Retro-Arcade CheerLending CheerLending CheerLending CheerLending" 1fr
                 "Alfred Alfred Alfred Alfred Alfred Alfred" 1fr
                 "Flip-Blox Flip-Blox Flip-Blox HelpGrades HelpGrades HelpGrades" 1fr
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: stretch stretch;
  margin-left: 4%;
  margin-right: 4%;
  display: grid;
}

.contact-button {
  object-fit: cover;
  object-position: 100% 50%;
  background-color: #3898ec00;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 200px;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
  top: 50%;
  overflow: visible;
  transform: translate(0, -67px);
}

.contact-button.nav-button {
  color: #fff;
  object-fit: cover;
  width: auto;
  top: auto;
  transform: none;
}

.text-span {
  color: #888;
  border: 1px #000;
  border-radius: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: none;
}

.container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.image-2 {
  float: none;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  max-width: 65%;
  max-height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: relative;
  right: auto;
}

.column {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.section {
  z-index: 1;
  object-fit: fill;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 92%;
  height: 120px;
  max-height: 20%;
  margin-left: 4%;
  margin-right: 4%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.body {
  background-color: #fff;
  border-radius: 2px;
  font-family: Poppins, sans-serif;
}

.column-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.heading {
  color: #000;
  text-align: left;
  margin-top: 3rem;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
}

.section-2 {
  margin: 24px 4%;
}

.text-block {
  color: #000;
  margin-top: 12px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2rem;
}

.section-3 {
  margin-top: 24px;
  margin-bottom: 36px;
}

.footer {
  text-align: center;
  background-color: #1649e1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 48px;
  padding-top: 60px;
  padding-bottom: 40px;
  display: block;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

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

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

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

.text-span-2 {
  color: #fff;
  border: 1px #4c4242;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.heading-2 {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 24px;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.section-4 {
  text-align: left;
  margin-top: 36px;
  margin-bottom: 150px;
  padding-left: 5%;
  padding-right: 5%;
}

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

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-2 {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item {
  margin: 0;
  padding: 12px 24px;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.collection-item-2 {
  padding: 12px 24px;
}

.columns {
  align-items: center;
  height: 100%;
  display: block;
}

.column-3 {
  height: 100%;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area . . Area-2"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: none;
}

.container-2 {
  object-fit: fill;
  max-width: 75%;
  position: static;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button {
  color: #000;
  background-color: #3898ec00;
}

.collection-list-wrapper-3 {
  margin: 12px 24px 24px;
  display: none;
}

.contact-form {
  padding-top: 24px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.submit-button {
  margin-top: 12px;
}

.link-block {
  background-image: url('../images/Desktop---Story-Tyke-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #ff4e6b;
  border-top-width: 15px;
}

.image-3 {
  object-fit: fill;
}

.image-4 {
  max-width: 100%;
  max-height: 70px;
}

.link-block-2 {
  background-image: url('../images/Desktop---Flo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #3700ff;
  border-top-width: 15px;
}

.section-5 {
  text-align: left;
  margin-left: 4%;
  margin-right: 4%;
  display: block;
}

.text-block-2 {
  font-family: Poppins, sans-serif;
}

.image-5 {
  width: 40px;
  max-width: 10%;
  height: 30px;
}

.container-3 {
  display: block;
}

.container-4 {
  text-align: right;
  flex-direction: row;
  flex: 1;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  display: flex;
}

.container-4.nav-button {
  flex: 1;
  align-self: center;
}

.link-block-8 {
  background-image: url('../images/Desktop---Pixingo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #0b2470;
  border-top-width: 16px;
}

.div-block-2 {
  background-image: url('../images/Frame-478.png');
  background-position: 0 0;
  background-size: auto;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.image-6 {
  width: 300px;
  min-width: 25%;
}

.link-block-3 {
  background-image: url('../images/Desktop---Cheerlending.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #1649e1;
  border-top-width: 16px;
}

.link-block-4 {
  background-image: url('../images/Desktop---Alfred.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #7209b7;
  border-top-width: 16px;
}

.link-block-5 {
  background-image: url('../images/Desktop---Flipblox.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #0b2470;
  border-top-width: 16px;
}

.link-block-6 {
  background-image: url('../images/Desktop---Helpgrades.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #0b2470;
  border-top-width: 16px;
}

.image-7 {
  border: 1px solid #0b2470;
  border-top-width: 16px;
}

.link-block-7 {
  background-image: url('../images/Desktop---Retro-Arcade.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #0b2470;
  border-top-width: 16px;
}

.bold-text-2 {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 36px;
}

.section-6 {
  height: 80px;
}

.container-5 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex: 1;
}

.collection-list-wrapper-4 {
  margin-left: 4%;
  margin-right: 4%;
}

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

.flex-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: fill;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 80%;
  height: 500px;
  max-height: 70%;
  display: flex;
  overflow: visible;
}

.feature-image-mask {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  width: 100%;
  margin-left: 40px;
  margin-right: 0;
  display: block;
  overflow: visible;
}

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

.button-2 {
  color: #818181;
  background-color: #0000;
}

.image-8 {
  text-align: left;
  max-width: 92%;
  margin-left: 4%;
  margin-right: 4%;
  display: inline-block;
  position: static;
}

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

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

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

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

.button-3, .button-4, .button-5 {
  color: #fff;
  background-color: #3898ec00;
  font-family: Poppins, sans-serif;
}

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

.rich-text-block {
  margin-top: 18px;
}

.paragraph {
  margin-bottom: 24px;
}

.empty-state, .success-message {
  background-color: #fff;
}

.div-block-3 {
  color: #333;
  font-family: Poppins, sans-serif;
}

.text-block-5 {
  margin-top: -10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
}

.nav-button {
  color: #000;
  background-color: #0000;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.button-6 {
  background-color: #0000;
  background-image: url('../images/Mobile---Story-Tyke.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #ff4e6b;
  border-top-width: 16px;
  width: 100%;
  height: 100%;
}

.slide-nav {
  display: none;
}

.image-9 {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  max-height: 85vh;
  position: absolute;
  inset: 0% 0% auto;
}

.section-7 {
  height: 88vh;
}

.heading-3 {
  text-align: center;
  font-family: Poppins, sans-serif;
}

.heading-4 {
  text-align: center;
  font-size: 28px;
}

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

.feature-section-2 {
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 40px;
}

.heading-5 {
  color: #000;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3rem;
}

.paragraph-2 {
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.text-span-3 {
  color: #1649e1;
  font-weight: 700;
}

.section-8 {
  justify-content: center;
  padding: 2% 4%;
  display: flex;
}

.columns-2 {
  width: 90vw;
  max-width: 1201px;
  height: 475px;
}

.column-4 {
  height: 100%;
  padding: 3% 1% 3% 3%;
}

.column-5 {
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
}

.column-6 {
  height: 100%;
  padding: 3% 3% 3% 1%;
}

.container-7 {
  background-color: #00000008;
  border: 2px solid #000;
  height: 100%;
}

.container-8 {
  background-color: #1649e1;
  border: 0 solid #000;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.button-7 {
  color: #000;
  text-align: center;
  object-fit: fill;
  background-color: #0000;
  background-image: url('../images/Frame-515.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80%;
  max-width: 460px;
  height: 60px;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
  display: inline-block;
  overflow: visible;
}

.body-2 {
  text-align: center;
}

.column-7, .div-block-4 {
  height: 100%;
}

.columns-3 {
  height: 400px;
}

.button-8 {
  background-color: #0000;
  background-image: url('../images/Mobile---Flo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #1649e1;
  border-top-width: 16px;
  width: 100%;
  height: 100%;
}

.div-block-5, .column-8 {
  height: 100%;
}

.heading-6 {
  text-align: center;
  margin-bottom: 35px;
  font-family: Poppins, sans-serif;
}

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

.div-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-9, .section-10 {
  height: 100px;
}

.section-11 {
  height: 40px;
}

.heading-7 {
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.heading-8 {
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.image-10 {
  object-fit: contain;
  width: 60%;
  margin-top: 8%;
  margin-bottom: 20px;
}

.columns-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-4 {
  object-fit: fill;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area Area Area-3 Area-3 Area-5 Area-5 Area-7 Area-7 Area-9 Area-9 ."
                       ". Area-2 Area-2 Area-4 Area-4 Area-6 Area-6 Area-8 Area-8 Area-10 Area-10";
  overflow: hidden;
}

.columns-5 {
  justify-content: center;
  align-items: center;
  margin-top: 1.1rem;
  margin-bottom: 1.1rem;
  display: flex;
}

.text-block-6 {
  color: #3339;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.image-11 {
  max-width: 24px;
  max-height: 24px;
  margin-right: 10px;
}

.column-9 {
  justify-content: flex-end;
  display: flex;
}

.columns-6 {
  align-items: center;
  margin-top: 1.1rem;
  display: flex;
}

.list-item {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
}

.list-item-2 {
  color: #fff;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 1.4rem;
}

.columns-7 {
  align-items: center;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  display: flex;
}

.section-12 {
  justify-content: space-between;
  width: 92%;
  height: 120px;
  max-height: 20%;
  margin-left: 4%;
  margin-right: 4%;
  display: flex;
}

.nav-button-white {
  background-color: #899baa00;
}

.div-block-7 {
  background-color: #fff;
  background-image: url('../images/Group-29502.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  width: 80%;
  max-width: 800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 8%;
  display: flex;
}

.slide {
  background-color: #fff;
}

.text-block-9 {
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.text-block-10 {
  margin-bottom: 4px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-11 {
  color: #8d8d8d;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.slide-2 {
  background-color: #fff;
}

.testimonial-header {
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.image-12 {
  object-fit: cover;
  object-position: 0% 50%;
  max-width: 200%;
  height: 200px;
  display: block;
  position: static;
  overflow: visible;
}

.section-13 {
  background-image: url('../images/Frame-535.png');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: cover;
  height: 200px;
}

.div-block-8 {
  width: 200vw;
  max-width: 200%;
  height: 200px;
  overflow: hidden;
}

.image-13 {
  float: none;
  text-align: center;
  object-fit: cover;
  object-position: 50% 50%;
  max-width: 200%;
  height: 200px;
  display: block;
  overflow: visible;
}

.div-block-9 {
  height: 80vh;
  margin-bottom: 0;
}

.container-9 {
  justify-content: center;
  align-items: center;
  height: 80%;
  display: flex;
}

.text-block-12 {
  color: #000;
  align-self: center;
  margin-right: 30px;
  font-family: Poppins, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 6.5rem;
}

.text-block-13 {
  color: #fff;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 5rem;
}

.text-block-14 {
  color: #ffffff80;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 5rem;
}

.text-block-15 {
  color: #ffffff1a;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 5rem;
}

.button-9 {
  background-color: #0000;
  background-image: url('../images/logo_black.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 65%;
  max-width: 65%;
  height: 40px;
  max-height: 100%;
  display: block;
}

.button-9.w--current {
  background-color: #0000;
  background-image: url('../images/xlr8-full-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 65%;
  max-width: 65%;
  height: 40px;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.navbar {
  background-color: #0000;
  height: 120px;
  position: relative;
  inset: 0% 0% auto;
}

.container-10 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 92%;
  max-width: 92%;
  height: 100%;
  margin-left: 4%;
  margin-right: 4%;
  display: flex;
}

.brand {
  background-image: url('../images/logo_black.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  width: 200px;
  max-width: 80%;
  height: 40px;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  display: block;
}

.brand.w--current {
  background-image: url('../images/XLR8-Icon---Thick-256.png');
  background-position: 0%;
}

.nav-menu {
  text-align: right;
  flex: 1;
  justify-content: flex-start;
  display: block;
}

.nav-link-2 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.nav-link-2.w--current {
  color: #1649e1;
}

.nav-link-3, .nav-link-4 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.brand-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.brand-2.w--current {
  background-image: url('../images/XLR8-Icon---Thick-256.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  width: 600px;
  max-width: 20%;
  height: 40px;
  max-height: 100%;
  display: block;
}

.nav-link-5, .nav-link-6, .nav-link-7 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.navbar-2 {
  background-color: #0000;
  height: 120px;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block-9 {
  background-image: url('../images/EZPT-Desktop.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #1649e1;
  border-top-width: 16px;
}

.link-block-10 {
  background-image: url('../images/Screenlake_Desktop.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #7209b7;
  border-top-width: 16px;
}

.rich-text-block-2 {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.grid-5 {
  grid-row-gap: 16px;
  margin-left: 5%;
  margin-right: 5%;
}

.div-block-11 {
  object-fit: contain;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8% 8% 5%;
  font-size: 1.5rem;
  display: flex;
  box-shadow: 0 0 16.77px 3px #0000001a;
}

.paragraph-3 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: .7rem;
  font-weight: 300;
  line-height: 1rem;
}

.heading-9 {
  color: #000;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  overflow: visible;
}

.section-14 {
  color: #fff;
  text-align: center;
  background-color: #1649e1;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 3% 5%;
  display: flex;
}

.heading-10 {
  color: #fff;
  text-align: center;
  max-width: 50%;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  max-width: 50%;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 200;
}

.heading-11 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.column-10, .column-11 {
  padding-bottom: 3%;
  padding-left: 5%;
  padding-right: 5%;
}

.image-14 {
  text-align: left;
  flex: 0 auto;
  max-width: 50%;
  max-height: 30%;
  display: block;
}

.image-15, .image-16 {
  max-width: 75%;
  max-height: 40%;
}

.image-17 {
  max-width: 75%;
  max-height: 90%;
}

.heading-12 {
  text-align: left;
  margin-top: 45px;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
}

.heading-13 {
  color: #1649e1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 80px;
}

.section-15 {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.button-10 {
  text-align: center;
  background-color: #1649e1;
  border-radius: 8px;
  justify-content: center;
  width: 120px;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.success-message-2 {
  color: #1649e1;
}

.text-block-16 {
  font-size: 18px;
}

.form-block {
  text-align: center;
  width: 500px;
  max-width: 80%;
  display: block;
  position: static;
}

.submit-button-2 {
  background-color: #1649e1;
  border-radius: 8px;
}

.heading-14 {
  margin-bottom: 32px;
}

.navbar-3 {
  background-color: #1649e1;
  height: 120px;
  top: 0%;
  left: 0%;
  right: 0%;
}

.nav-link-white {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.nav-link-white.w--current {
  color: #1649e1;
}

.brand-white {
  background-image: url('../images/xlr8-full-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  width: 200px;
  max-width: 80%;
  height: 40px;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  display: block;
}

.image-18 {
  object-fit: contain;
  object-position: 100% 50%;
  width: 60%;
  max-width: 1100px;
  max-height: 400px;
  margin-top: 120px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.section-16 {
  background-color: #fff;
  padding: 2rem;
}

.heading-15 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: 600;
}

.columns-8 {
  max-width: 66%;
  margin-left: auto;
  margin-right: auto;
}

.columns-9 {
  margin-bottom: 1.5rem;
}

.column-12 {
  object-fit: fill;
  position: relative;
  overflow: visible;
}

.heading-16 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 5rem;
}

.section-17 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 80px;
  display: flex;
}

.heading-17 {
  text-align: center;
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  font-weight: 600;
}

.text-block-17 {
  text-align: center;
  width: 80%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.button-11 {
  background-color: #456de7;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 600;
}

.image-19 {
  object-fit: fill;
  max-width: 90%;
  max-height: 90vh;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}

.button-12 {
  background-color: #456de7;
  font-size: 1rem;
  font-weight: 600;
}

.section-xlr8r-head {
  margin: 24px 4% 120px;
}

.body-xlr8r {
  background-color: #1649e1;
  border-radius: 2px;
  font-family: Poppins, sans-serif;
}

.heading-xlr8r {
  color: #fff;
  text-align: left;
  margin-top: 3rem;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
}

.text-block-xlr8r-head {
  color: #fff;
  max-width: 500px;
  margin-top: 12px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2rem;
}

.image-20 {
  width: 250px;
  max-width: 50vw;
}

.text-block-18 {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.text-block-19 {
  color: #000;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 4rem;
}

.container-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.text-block-20 {
  text-align: left;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
  line-height: 2rem;
}

.image-21 {
  object-fit: cover;
  max-width: 50%;
  height: 550px;
  max-height: 550px;
  padding-left: 0%;
  position: static;
}

.container-13 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-14 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

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

.div-block-13 {
  text-align: left;
  width: 100%;
}

.text-block-19-copy {
  color: #000;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 4rem;
}

.text-block-20-copy {
  text-align: left;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
  line-height: 2rem;
}

.text-block-18-copy {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

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

.button-13 {
  background-color: #1649e1;
  border-radius: 12px;
  margin-top: 24px;
  margin-bottom: 80px;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.heading-6-copy {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}

.bold-text-3 {
  font-family: Poppins, sans-serif;
}

.text-block-21 {
  text-align: center;
  margin-top: 24px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-6-copy {
  text-align: center;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
}

.text-block-22 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.slider {
  background-color: #fff;
  height: 550px;
}

.mask {
  height: auto;
}

.icon-4 {
  color: #0d47e2;
}

.icon-5 {
  color: var(--xlr8-blue);
}

@media screen and (max-width: 991px) {
  .xlr8 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text {
    display: block;
  }

  .case-study-section {
    margin-top: 80px;
    margin-left: 80px;
    margin-right: 80px;
  }

  .grid {
    grid-template: "Story-Tyke Flo" minmax(250px, 1fr)
                   "EZPT Screenlake" 1fr
                   "Pixingo CheerLending" 1fr
                   "Retro-Arcade Alfred" 1fr
                   "Flip-Blox HelpGrades" 1fr
                   / 1fr;
  }

  .contact-button {
    text-align: right;
    flex-direction: row;
    flex: 0 auto;
    order: 1;
    align-items: center;
    width: 200px;
    max-width: 80%;
    display: flex;
    transform: translate(0, -67px);
  }

  .text-span {
    order: 1;
    align-self: flex-end;
    transform: translate(0);
  }

  .image-2 {
    object-fit: contain;
    object-position: 0% 50%;
    order: -1;
    align-self: center;
    max-width: 50%;
    transform: translate(0, -67px);
  }

  .section {
    display: flex;
  }

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

  .contact-form {
    padding-top: 0;
  }

  .link-block {
    background-image: url('../images/Mobile---Story-Tyke.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #ff4e6b;
    border-top-width: 15px;
  }

  .link-block-2 {
    background-image: url('../images/Mobile---Flo.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .container-4 {
    justify-content: flex-end;
  }

  .link-block-8 {
    background-image: url('../images/Mobile---Pixingo.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .link-block-3 {
    background-image: url('../images/Mobile---Cheerlending.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .link-block-4 {
    background-image: url('../images/Mobile---Alfred.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .link-block-5 {
    background-image: url('../images/Mobile---Flipblox.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .link-block-6 {
    background-image: url('../images/Mobile---Helpgrades.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .link-block-7 {
    background-image: url('../images/Mobile---Retro-Arcade.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .container-5 {
    flex: 0 auto;
    display: none;
  }

  .flex-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .feature-image-mask {
    width: auto;
    margin-left: 0;
  }

  .feature-image {
    width: auto;
    max-width: 75%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

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

  .section-8 {
    height: 550px;
    padding-right: 2%;
  }

  .columns-2 {
    height: 100%;
  }

  .column-4 {
    height: 100%;
    padding: 3% 1% 3% 3%;
  }

  .column-5 {
    height: 100%;
  }

  .column-6 {
    height: 100%;
    padding: 3% 3% 3% 1%;
  }

  .container-7 {
    height: 100%;
    padding-left: 10px;
    padding-right: 12px;
  }

  .section-9 {
    height: 40px;
  }

  .image-10 {
    width: 80%;
  }

  .list-item-2 {
    font-size: 1.2rem;
  }

  .text-block-12 {
    margin-right: 0;
  }

  .container-10 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
    overflow: visible;
  }

  .brand {
    background-position: 0%;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .brand-2.w--current {
    background-position: 0%;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    max-width: 80%;
    display: flex;
  }

  .menu-button {
    color: #000;
  }

  .link-block-9 {
    background-image: url('../images/EZPT-Mobile.png');
  }

  .link-block-10 {
    background-image: url('../images/Screenlake-Mobile.png');
  }

  .heading-10 {
    max-width: 75%;
  }

  .brand-white {
    background-position: 0%;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-18 {
    margin-top: 214px;
  }

  .section-16 {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .columns-8 {
    max-width: 66%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .grid {
    grid-template-rows: minmax(350px, 1fr) minmax(350px, 1fr) minmax(350px, 1fr) minmax(350px, 1fr) minmax(350px, 1fr) minmax(350px, 1fr) minmax(350px, 1fr) minmax(auto, 1fr) 1fr 1fr;
    grid-template-areas: "Story-Tyke"
                         "Flo"
                         "Pixingo"
                         "EZPT"
                         "Screenlake"
                         "Flip-Blox"
                         "CheerLending"
                         "Retro-Arcade"
                         "Alfred"
                         "HelpGrades";
  }

  .heading {
    font-size: 2rem;
    line-height: 3rem;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

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

  .contact-form {
    padding: 0 20px 40px;
  }

  .image-6 {
    max-width: 50%;
  }

  .bold-text-2 {
    font-size: 32px;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-left: 0;
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-grid-2 {
    text-align: center;
  }

  .button-6 {
    margin-top: 0;
  }

  .feature-section-2 {
    padding: 40px 20px;
  }

  .section-8 {
    height: 500px;
    max-height: 80%;
  }

  .columns-2 {
    height: 100%;
    max-height: 100%;
  }

  .column-4 {
    padding: 2% 2% 2% 0%;
  }

  .column-6 {
    padding: 2% 0% 2% 2%;
  }

  .container-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-8 {
    margin-top: 40px;
  }

  .heading-7, .heading-8 {
    margin-top: 0;
    font-size: .8rem;
  }

  .image-10 {
    margin-bottom: 0;
  }

  .text-block-6 {
    font-size: .9rem;
  }

  .image-11 {
    max-width: 12px;
    max-height: 12px;
    font-size: 12px;
  }

  .column-9 {
    justify-content: center;
  }

  .list-item, .list-item-2 {
    font-size: .9rem;
  }

  .div-block-7 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .text-block-9 {
    font-size: 24px;
  }

  .container-9 {
    flex-direction: column;
  }

  .text-block-14, .text-block-15 {
    display: none;
  }

  .div-block-11 {
    margin-bottom: 24px;
  }

  .image-18 {
    margin-top: 275px;
  }

  .columns-8 {
    max-width: none;
  }

  .columns-9 {
    margin-bottom: 0;
  }

  .heading-xlr8r {
    font-size: 2rem;
    line-height: 3rem;
  }

  .text-block-18 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .text-block-19 {
    font-size: 2rem;
  }

  .text-block-20 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .text-block-19-copy {
    font-size: 2rem;
  }

  .text-block-20-copy {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .text-block-18-copy {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .bold-text-3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid {
    grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) 1fr 1fr;
    grid-template-areas: "Story-Tyke"
                         "Flo"
                         "Pixingo"
                         "EZPT"
                         "Screenlake"
                         "Flip-Blox"
                         "CheerLending"
                         "Retro-Arcade"
                         "Alfred"
                         "HelpGrades";
  }

  .contact-button {
    justify-content: flex-end;
    align-self: stretch;
    max-width: 100%;
    font-size: 12px;
    transform: translate(0, -38px);
  }

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

  .image-2 {
    transform: translate(0, -38px);
  }

  .section {
    height: 80px;
  }

  .heading {
    font-size: 2rem;
    line-height: 3rem;
  }

  .section-2 {
    margin-top: 24px;
  }

  .footer {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

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

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    overflow: visible;
  }

  .contact-form {
    padding-top: 0;
  }

  .text-block-3 {
    text-align: center;
  }

  .container-4 {
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    max-width: 100%;
    overflow: hidden;
  }

  .text-block-4 {
    text-align: center;
  }

  .container-5 {
    flex: 0 auto;
  }

  .nav-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .button-5.w--current {
    display: none;
  }

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

  .heading-5 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .paragraph-2 {
    font-size: .9rem;
  }

  .section-8 {
    height: 1200px;
    padding: 5% 10%;
  }

  .columns-2 {
    flex-direction: column;
    align-items: center;
    width: 100vw;
    max-width: 100vw;
    height: auto;
    max-height: 100%;
    margin-top: 0;
    display: flex;
  }

  .column-4 {
    object-fit: fill;
    flex: 0 auto;
    padding-right: 0%;
    display: block;
  }

  .column-6 {
    padding-left: 0%;
  }

  .container-7 {
    text-align: left;
    max-width: 100vw;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .container-8 {
    margin-top: 0;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .button-7 {
    margin-top: 60px;
  }

  .columns-3 {
    height: 250px;
  }

  .heading-8 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  .image-10 {
    text-align: center;
    width: 75%;
    margin: 10px auto 0;
    font-size: 14px;
    display: block;
  }

  .text-block-6 {
    font-size: 1rem;
  }

  .image-11 {
    max-width: 16px;
    max-height: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .list-item, .list-item-2 {
    font-size: 1rem;
  }

  .text-block-9 {
    font-size: 14px;
    line-height: 30px;
  }

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

  .text-block-11 {
    font-size: 12px;
  }

  .image-12 {
    object-fit: cover;
    object-position: 50% 50%;
    width: auto;
    max-width: 200%;
    height: 100px;
    position: relative;
  }

  .div-block-8 {
    height: 100%;
    position: static;
    overflow: hidden;
  }

  .image-13 {
    max-width: 200%;
    height: 100px;
    overflow: hidden;
  }

  .div-block-9 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    height: 60vh;
  }

  .container-9 {
    object-fit: fill;
    height: 40vh;
    display: flex;
  }

  .text-block-12 {
    flex: 0 auto;
    order: 0;
    margin-right: 0;
    font-size: 3rem;
    line-height: 4rem;
    display: block;
  }

  .text-block-13 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .text-block-14, .text-block-15 {
    font-size: 3rem;
    line-height: 4rem;
    display: block;
  }

  .container-10 {
    justify-content: space-between;
  }

  .brand.w--current {
    margin-left: 12px;
  }

  .brand-2.w--current {
    flex: 0 auto;
    order: -1;
    align-self: center;
  }

  .icon-3 {
    color: #000;
    text-align: left;
    border: 0 solid #000;
    width: 100%;
    height: 100%;
  }

  .menu-button {
    color: #000;
    background-color: #fff0;
  }

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

  .menu-button-2 {
    order: 1;
  }

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

  .paragraph-4 {
    max-width: 80%;
  }

  .image-18 {
    margin-top: 490px;
  }

  .section-xlr8r-head {
    margin-top: 24px;
  }

  .heading-xlr8r {
    font-size: 2rem;
    line-height: 3rem;
  }

  .text-block-18 {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text-block-19 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .container-12 {
    flex-direction: column;
  }

  .text-block-20 {
    text-align: center;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .image-21 {
    height: auto;
  }

  .container-13 {
    flex-direction: column;
  }

  .container-14 {
    flex-direction: column;
    justify-content: space-around;
  }

  .div-block-13 {
    text-align: center;
  }

  .text-block-19-copy {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .text-block-20-copy {
    text-align: center;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .text-block-18-copy {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .button-13 {
    margin-top: 80px;
  }

  .slider {
    height: 400px;
  }
}

#w-node-bc0b2dd5-5062-0cd9-2a23-754f7b63195d-0160fe10 {
  grid-area: Flo;
}

#w-node-d173a6fe-2b42-cfb4-5722-18d297d48efd-0160fe10 {
  grid-area: Pixingo;
}

#w-node-_68a90901-8b57-da92-92ca-5c47d38d4569-0160fe10 {
  grid-area: Story-Tyke;
}

#w-node-ad01ee20-d0fd-614e-413c-c688bf32f5a6-0160fe10 {
  grid-area: Screenlake;
}

#w-node-_6c1ae824-9bdc-c812-feaf-646b5c4a10e3-0160fe10 {
  grid-area: EZPT;
}

#w-node-_1190361f-78e7-6025-bd81-670d551d6108-0160fe10 {
  grid-area: HelpGrades;
}

#w-node-_654467c6-14f4-46f1-2133-51406dd6eda2-0160fe10 {
  grid-area: Alfred;
}

#w-node-a10dd35e-84e6-cbc3-4c9a-800280d5584f-0160fe10 {
  grid-area: Flip-Blox;
}

#w-node-ba0343cf-7906-3c4d-f7ea-596d6148d23b-0160fe10 {
  grid-area: CheerLending;
}

#w-node-_15055dee-433e-d9f9-e540-dc50d82bcc74-0160fe10 {
  grid-area: Retro-Arcade;
}

#w-node-e408f6c3-7e0e-6922-63fe-37194eef431e-3074041e {
  grid-area: Area;
}

#w-node-c317dbe7-8fad-b135-3a4e-97ffb92b0b4f-3074041e {
  grid-area: Area-2;
}

#w-node-_00db4986-0622-f01b-f9ed-bc4ca68faa51-564dd232 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e264511b-a50d-c3c0-ce62-b1963788f4dc-006993c1, #w-node-dd090743-3d18-6318-4d70-aa972f87e501-006993c1, #w-node-_7559f7fa-1432-5f92-f0f3-387b6f18cb41-006993c1, #w-node-_7559f7fa-1432-5f92-f0f3-387b6f18cb42-006993c1, #w-node-_7559f7fa-1432-5f92-f0f3-387b6f18cb44-006993c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84999295-cded-5269-aea8-a775bb6f93fc-006993c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_84999295-cded-5269-aea8-a775bb6f93fe-006993c1, #w-node-_84999295-cded-5269-aea8-a775bb6f9400-006993c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f327a28-75b2-b86f-1d88-d489ccbbedf9-006993c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_1f327a28-75b2-b86f-1d88-d489ccbbedfa-006993c1, #w-node-_1f327a28-75b2-b86f-1d88-d489ccbbedfb-006993c1, #w-node-_1f327a28-75b2-b86f-1d88-d489ccbbedfd-006993c1, #w-node-_96fa93fb-d501-cabd-1da2-4ab58e207aac-006993c1, #w-node-_96fa93fb-d501-cabd-1da2-4ab58e207aae-006993c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_68a90901-8b57-da92-92ca-5c47d38d4569-0160fe10 {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c317dbe7-8fad-b135-3a4e-97ffb92b0b4f-3074041e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_00db4986-0622-f01b-f9ed-bc4ca68faa41-564dd232, #w-node-_00db4986-0622-f01b-f9ed-bc4ca68faa45-564dd232, #w-node-_00db4986-0622-f01b-f9ed-bc4ca68faa49-564dd232, #w-node-_00db4986-0622-f01b-f9ed-bc4ca68faa4d-564dd232 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


