@font-face {
  font-family: 'Stolzl-Regular', sans-serif;
  src: url('../fonts/Stolzl-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Stolzl-Regular.otf') format('opentype'), url('../fonts/Stolzl-Regular.woff') format('woff'), url('../fonts/Stolzl-Regular.ttf') format('truetype'), url('../fonts/Stolzl-Regular.svg#Stolzl-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Minecraft";
  src: url("//db.onlinewebfonts.com/t/6ab539c6fc2b21ff0b149b3d06d7f97c.eot");
  src: url("//db.onlinewebfonts.com/t/6ab539c6fc2b21ff0b149b3d06d7f97c.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/6ab539c6fc2b21ff0b149b3d06d7f97c.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/6ab539c6fc2b21ff0b149b3d06d7f97c.woff") format("woff"), url("//db.onlinewebfonts.com/t/6ab539c6fc2b21ff0b149b3d06d7f97c.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/6ab539c6fc2b21ff0b149b3d06d7f97c.svg#Minecraft") format("svg");
}
.u-top-margin-small {
  margin-top: 2rem;
}
.u-top-margin-middle {
  margin-top: 4rem;
}
.u-top-margin-big {
  margin-top: 8rem;
}
.u-bot-margin-small {
  margin-bottom: 2rem;
}
.u-bot-margin-middle {
  margin-bottom: 4rem;
}
.u-bot-margin-big {
  margin-bottom: 8rem;
}
.u-text-center {
  text-align: center;
}
.hidden {
  visibility: hidden;
}
.disp-none {
  display: none;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}
*,
::after,
::before {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}
html {
  font-size: 62.5%;
}
@media (max-width: 870px) {
  html {
    font-size: 50%;
  }
}
.clearfix:after {
  content: '';
  clear: both;
  display: table;
}
.absCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body {
  font-family: 'Stolz', 'Stolzl-Regular', sans-serif;
  font-size: 1.6rem;
  line-height: 150%;
  color: #333333;
  position: relative;
}
.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 870px) {
  .header {
    flex-direction: column;
  }
}
.total_wrapper {
  max-width: 192rem;
  margin: 0 auto;
  overflow-x: hidden;
}
.inner_wrapper {
  max-width: 128rem;
  margin: 0 auto;
}
@media (max-width: 1313px) {
  .inner_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.header {
  margin-top: 1rem;
}
.header__item img {
  max-width: 20rem;
}
@media (max-width: 870px) {
  .header__item {
    margin: 1rem;
  }
}
.registration_dates {
  text-align: right;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  line-height: 150%;
}
@media (max-width: 870px) {
  .registration_dates {
    padding-right: 1rem;
  }
}
a.spec {
  color: rgba(35, 110, 182, 0.99);
}
a.spec:hover {
  color: rgba(#236eb6 0.2);
}
.btn {
  background-color: #ff0000;
  padding: 3rem 5rem;
  color: #ffffff;
  display: block;
  border-radius: 15px;
  font-family: inherit;
  font-size: 2rem;
  text-decoration: none;
  transition: opacity 0.2s;
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.2);
}
.btn:hover {
  opacity: 0.5;
}
.section_banner_template {
  width: 100%;
  height: auto;
}
.section_banner_template img {
  width: 100%;
  height: auto;
}
.outer_bg {
  background-image: url(../img/blue_worm_bg.png);
  background-repeat: no-repeat;
  background-position: top 10rem left;
}
@media (max-width: 870px) {
  .outer_bg {
    background-position: top 10rem left -30rem;
  }
}
.outer_bg2 {
  background-image: url(../img/bg2.png);
  background-repeat: no-repeat;
  background-position: top right;
}
.front-screen-text {
  margin: 0 auto;
  font: normal 2.4rem/150% 'Stolzl-Regular', sans-serif;
  padding: 2rem;
  background-color: #e6f8fe;
  border-radius: 1.5rem;
}
.overview_chess__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 870px) {
  .overview_chess__container {
    flex-direction: column;
  }
}
.overview_chess__item {
  width: 45%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.overview_chess__item img {
  width: 100%;
  height: auto;
}
.overview_chess__item__p {
  font-size: 2rem;
  line-height: 150%;
  position: relative;
}
.overview_chess__item__p .divider {
  float: right;
  transform: rotate(180deg);
  position: relative;
  top: -3.5rem;
  right: -2.5rem;
}
.overview_chess__item__p .divider:after {
  content: '';
  clear: both;
  display: table;
}
@media (max-width: 870px) {
  .overview_chess__item__p .divider {
    display: none;
  }
}
.overview_chess__item__p .divider2 {
  position: absolute;
  bottom: -9.5rem;
  left: -7.5rem;
}
@media (max-width: 870px) {
  .overview_chess__item__p .divider2 {
    display: none;
  }
}
.overview_chess__item__p:nth-child(1) {
  font-size: 2.4rem;
}
@media (max-width: 870px) {
  .overview_chess__item {
    width: 90%;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .overview_chess__item img {
    width: 90%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.general_h2 {
  font-size: 6.5rem;
  font-weight: 600;
  font-family: 'Stolz', 'Stolzl-Regular', sans-serif;
  line-height: 150%;
}
@media (max-width: 870px) {
  .general_h2 {
    font-size: 4.9rem;
  }
}
.yes-reminder {
  padding: 5rem;
  max-width: 50rem;
  margin: 0 auto;
  font-size: 2.4rem;
  line-height: 150%;
  text-align: center;
}
.yes-reminder p {
  background-color: #E6F8FE;
  padding: 2rem;
  border-radius: 1.5rem;
  box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
}
.dont_forget {
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  max-width: 95rem;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 870px) {
  .dont_forget {
    flex-direction: column;
  }
}
.dont_forget p {
  font-size: 2.4rem;
  line-height: 150%;
  padding-left: 2rem;
  text-align: center;
}
.dont_forget i {
  display: block;
  font-size: 10rem;
  color: #236eb6;
}
@media (max-width: 870px) {
  .dont_forget {
    flex-direction: column;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .dont_forget i {
    padding-bottom: 4rem;
  }
}
.goal {
  padding: 2rem;
}
.goal h2 {
  font-size: 3.5rem;
  margin-bottom: 4rem;
  line-height: 150%;
}
.goal_item {
  font-size: 2.4rem;
  line-height: 150%;
  background-color: #fff;
  padding: 2rem 2rem 2rem 7rem;
  border-radius: 1.5rem;
  box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 0.25s ease-out;
  margin-bottom: 2rem;
}
.goal_item:hover {
  transform: translateX(2rem);
}
.goal_item i {
  position: absolute;
  top: 4rem;
  left: 2rem;
  font-size: 3rem;
  color: #009d3d;
}
@keyframes spin-start-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.location {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  background-image: url('../img/line.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  margin-top: 8rem;
  position: relative;
}
@media (max-width: 1224px) {
  .location {
    margin-top: 1rem;
  }
}
.location:before {
  content: '';
  top: -40%;
  left: 50%;
  width: 7.5rem;
  height: 7.5rem;
  display: block;
  position: absolute;
  background-image: url(../img/red-start.svg);
  background-size: contain;
  transition: all 0.25s ease-in-out;
  animation: spin-start-spin 1.25s linear infinite;
}
@media (max-width: 1224px) {
  .location:before {
    display: none;
  }
}
.location__item {
  max-width: 400px;
  padding: 2rem 1.5rem;
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  cursor: default;
  transition: all 0.2s;
}
.location__item:hover {
  transform: translateY(-0.5rem);
}
.location__item:nth-child(odd) {
  margin-top: 2rem;
}
@media (max-width: 870px) {
  .location__item:nth-child(odd) {
    margin-top: 0;
  }
}
.location__item__h2 {
  text-align: center;
  font-size: 4.3rem;
  line-height: 150%;
}
.location__item__p {
  font-size: 2.5rem;
  line-height: 150%;
}
@media (max-width: 870px) {
  .location__item {
    margin: 2rem;
  }
}
.testimonials_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 870px) {
  .testimonials_container {
    flex-direction: column;
  }
}
.testiomonials_container__item {
  width: 45%;
}
@media (max-width: 870px) {
  .testiomonials_container__item {
    width: 100%;
  }
}
.testiomonials_container__item__heading {
  width: 100%;
}
.testiomonials_container__item__heading__img {
  width: 100%;
  height: auto;
  display: block;
}
.testiomonials_container__item__heading__name {
  font-size: 3rem;
  line-height: 150%;
  text-align: center;
  border-top: 0.5rem solid #ffe600;
  border-bottom: 0.5rem solid #ffe600;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.testiomonials_container__item__heading__name span {
  font-size: 2rem;
}
.testiomonials_container__item__text__p {
  font-size: 1.6rem;
  padding: 1rem 0;
}
@media (max-width: 870px) {
  .testiomonials_container__item__text__p {
    padding: 2rem;
  }
}
.testiomonials_container__item__text {
  width: 100%;
}
.grid_bg {
  background-image: url(//stemschoolinventor.com/img/four_bg.png);
}
.steps {
  padding: 2rem 1rem 0.5rem 1rem;
  margin-bottom: 2rem;
  transition: all 0.4s;
  cursor: default;
}
.steps h2 {
  font-family: "Minecraft", sans-serif;
  font-size: 5rem;
  text-align: left;
  display: inline-block;
}
.steps:nth-child(even) {
  background-color: #eeeeee;
}
.steps:hover {
  transform: translateX(2rem);
}
.arr-right {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  vertical-align: middle;
  margin-left: 2rem;
}
@media (max-width: 870px) {
  .arr-right {
    transform: rotate(45deg);
  }
}
.steps_content {
  width: 80%;
  text-align: left;
  display: inline-block;
  position: relative;
  left: 5rem;
  font-size: 1.8rem;
  line-height: 150%;
  vertical-align: top;
}
@media (max-width: 870px) {
  .steps_content {
    margin-top: 1rem;
    left: 0;
  }
}
.section_photos_3x3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section_photos_3x3 a {
  width: 31%;
  transition: all 0.2s;
  backface-visibility: hidden;
}
.section_photos_3x3 a:hover {
  transform: scale(1.05);
}
.section_photos_3x3 a img {
  display: block;
  width: 95%;
  padding-left: 1%;
  padding-right: 1%;
  /* padding-top: 1.5rem;
       padding-bottom: 1.5rem;*/
  /*box-shadow: 0 .2rem .4rem .2rem rgba(0,0,0,.2);*/
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media (max-width: 870px) {
  .section_photos_3x3 {
    justify-content: space-evenly;
  }
  .section_photos_3x3 a {
    width: 45%;
  }
}
.videos-mc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.videos-mc .videos-mc-inner {
  width: 24%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.videos-mc .videos-mc-inner h4 {
  padding-bottom: 10px;
  text-align: center;
}
.videos-mc .videos-mc-inner iframe {
  display: block;
  width: 100%;
  max-height: 20rem;
}
@media (max-width: 870px) {
  .videos-mc {
    flex-direction: column;
  }
  .videos-mc .videos-mc-inner {
    width: 100%;
  }
  .videos-mc .videos-mc-inner iframe {
    width: 100%;
    max-height: 28rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 420px) {
  .order_table {
    max-width: 320px;
    margin: 0 auto;
    overflow: hidden;
  }
}
.table tr:nth-child(even) td {
  background-color: #ffe600;
}
.table tr:nth-child(even) td:last-child {
  background-color: #fff;
}
.table tr:nth-child(odd) td {
  background-color: #fff;
}
@media (max-width: 870px) {
  .table tr {
    margin-bottom: 2rem;
    display: block;
  }
}
.table td {
  padding: 1rem 2rem;
}
.table td:nth-child(1) {
  white-space: nowrap;
}
.table .td_date {
  border-right: 0.1rem solid white;
  width: 13%;
}
.table .td_content {
  border-right: 0.1rem solid white;
  width: 72%;
}
.table .td_btn {
  padding: 0;
  width: 10%;
  background-color: #ffffff;
}
.table .td_btn a {
  padding: 1rem 2rem;
  color: #333333;
  text-decoration: none;
  background-color: #eee;
  display: block;
  font-weight: 600;
}
.table .td_btn a:hover {
  opacity: 0.7;
}
.table .td_btn .btn-small-active {
  background-color: #009d3d;
  color: #ffffff;
}
@media (max-width: 420px) {
  .table {
    max-width: 325px;
    overflow: scroll;
    margin: 0 auto;
  }
  .table .td_date {
    display: block;
    width: 80%;
    overflow: hidden;
    border-right: transparent;
  }
  .table .td_content {
    display: block;
    width: 80%;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
    border-right: transparent;
  }
  .table .td_btn {
    width: 20rem;
    display: block;
    overflow: hidden;
  }
  .table td {
    padding: 1rem;
  }
}
.section_packages__container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section_packages__container__item {
  width: 33%;
  background-image: url(//stemschoolinventor.com/img/four_bg.png);
}
.section_packages__container__item h2 {
  font-family: "Minecraft", sans-serif;
  border-bottom: 0.1rem solid black;
  padding-bottom: 1rem;
}
.section_packages__container__item ul {
  margin-top: 1rem;
  list-style-type: '\2192';
}
.section_packages__container__item ul li {
  padding: 0.5rem;
}
@media (max-width: 870px) {
  .section_packages__container {
    flex-direction: column;
  }
  .section_packages__container__item {
    width: 100%;
    text-align: center;
  }
}
.packages_v2 {
  display: flex;
  justify-content: center;
}
@media (max-width: 870px) {
  .packages_v2 {
    flex-direction: column;
    align-items: center;
  }
}
.packages_v2__item {
  width: 40rem;
  height: 40rem;
  background-color: black;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
.packages_v2__item__h2 {
  text-align: center;
  font-size: 4.5rem;
  line-height: 150%;
  font-family: "Minecraft", sans-serif;
}
.packages_v2__item__p {
  font-size: 1.6rem;
  padding: 1rem 4rem;
}
.packages_v2__item__p--price {
  font-size: 3rem;
  font-weight: 600;
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 0.2rem solid currentColor;
}
.packages_v2__item:not(:nth-child(2)) {
  margin-top: 16.1rem;
}
@media (max-width: 870px) {
  .packages_v2__item:not(:nth-child(2)) {
    margin-top: 0;
  }
}
.packages_v2__item:nth-child(1) {
  background-color: #ffe600;
}
.packages_v2__item:nth-child(2) {
  background-color: #236eb6;
  color: #ffffff;
}
.packages_v2__item:nth-child(3) {
  background-color: #009d3d;
  color: #ffffff;
}
.packages_v2__item:hover {
  transform: translateY(-0.5rem);
}
.order_btn {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 10rem;
  margin: 0 auto;
  margin-top: -10rem;
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  background-color: #ff0000;
  transition: all 0.5s;
}
.order_btn:hover {
  background-color: #009d3d;
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.2);
}
.order_btn a {
  display: inline-block;
  padding: 2rem 4rem;
  color: #ffffff;
  font-size: 4rem;
  text-decoration: none;
}
@media (max-width: 870px) {
  .order_btn {
    margin-top: 1.7rem;
    margin-bottom: -1rem;
  }
}
.section_rules ol {
  list-style: none;
}
.section_rules ol li {
  padding: 1rem;
}
.section_rules ol li:nth-child(even) {
  background-color: #eee;
}
@media (max-width: 870px) {
  .section_rules {
    padding: 1.5rem;
  }
}
.footer {
  background-color: #236eb6;
  margin-top: 8rem;
  position: relative;
}
.footer_holder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  position: relative;
  z-index: 4;
}
@media (max-width: 870px) {
  .footer_holder {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
.footer_item {
  width: 50%;
  padding-top: 3.2rem;
}
.footer_item a {
  color: #ffffff;
  text-decoration: none;
}
.footer_item a:hover {
  text-decoration: underline;
}
.footer_item a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
  width: 5rem;
}
@media (max-width: 870px) {
  .footer_item {
    width: 90%;
    padding-left: 5vw;
  }
}
.relative {
  position: relative;
}
.gena_footer {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: -7.3rem;
}
@media (max-width: 870px) {
  .gena_footer {
    display: none;
  }
}
.pre_footer p {
  font-size: 3rem;
}
@media (max-width: 870px) {
  .pre_footer p {
    font-size: 1.5rem;
    padding: 1rem;
  }
}
.pre_footer h2 {
  font-size: 10rem;
  line-height: 150%;
  text-align: center;
  font-family: "Minecraft", sans-serif;
}
.pre_footer h2 img {
  transform: scale(1.5);
}
@media (max-width: 870px) {
  .pre_footer h2 img {
    display: none;
  }
}
.btn-small-type {
  padding: 1rem 2rem;
  color: #ffffff;
  text-decoration: none;
  background-color: #009d3d;
  display: inline-block;
  font-weight: 600;
}
.btn-small-type:hover {
  opacity: 0.7;
}
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
}
.lightbox:target {
  display: block;
}
.lightbox img {
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.alert_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
}
.alert_bg__modal {
  max-width: 60rem;
  min-width: 30rem;
  padding: 2rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
  position: relative;
  top: 4rem;
  margin: 1rem auto;
}
.alert_bg__modal h2 {
  text-align: center;
  margin-bottom: 3rem;
}
.alert_bg__modal p {
  position: relative;
}
.alert_bg__modal p button {
  display: block;
  margin: 2rem;
  padding: 1rem 2rem;
  cursor: pointer;
  position: absolute;
  right: 0;
}
@media (max-height: 410px) {
  .alert_bg__modal__modal {
    position: relative;
  }
}
@media (max-width: 450px) {
  .mobile_none {
    display: none !important;
  }
}
/*# sourceMappingURL=styles.css.map */