body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;

}

.join-header {
  height: 105px;
  background-color: #0082ff;
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  padding: 20px;
}

.join-header span.closebtn {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 20px;
  font-weight: 900;
}
.join-header span.closebtn:hover {
  cursor: pointer;
}
.join-header span.text{
  font-family: "Segoe UI";
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #f8eeeb;
  line-height: 120%;
  margin-right: 30px;
}

.join-header a{
  border-radius: 4px;
  background: #ffdb00;
  box-shadow: 0px 4px 0px #b49a00;
  font-family: "Segoe UI";
  font-weight: bold;
  font-size: 16px;
  color: #000;
  padding: 5px 22px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 33px;
}

.join-header a:hover{
  box-shadow: 0px 2px 0px #b49a00;
  transform: translateY(2px);
}

.slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gamebuilder-slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 105px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #17BEBB, #17BEBB);
  -webkit-transition: background-position 400ms ease;
  transition: background-position 400ms ease;
}

.d-101-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 131px;
  height: 100px;
  margin-right: 20px;
  margin-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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  background-image: radial-gradient(circle closest-corner at 50% 50%, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.13));
  -webkit-transition: box-shadow 475ms ease, -webkit-filter 375ms ease, -webkit-transform 475ms cubic-bezier(.86, 0, .07, 1);
  transition: box-shadow 475ms ease, -webkit-filter 375ms ease, -webkit-transform 475ms cubic-bezier(.86, 0, .07, 1);
  transition: box-shadow 475ms ease, filter 375ms ease, transform 475ms cubic-bezier(.86, 0, .07, 1);
  transition: box-shadow 475ms ease, filter 375ms ease, transform 475ms cubic-bezier(.86, 0, .07, 1), -webkit-filter 375ms ease, -webkit-transform 475ms cubic-bezier(.86, 0, .07, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.d-101-logo-wrapper:hover {
  box-shadow: -19px 7px 20px -12px rgba(143, 4, 4, 0.52);
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
  -webkit-transform: perspective(0px) translate3d(0px, 0px, 20px);
  transform: perspective(0px) translate3d(0px, 0px, 20px);
}

.d-101-logo-wrapper.square {
  width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.single-row {
  position: absolute;
  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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.single-row.second {
  left: 100%;
}

.two-rows-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100px;
  margin-bottom: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.upper-and-lower-wrapper {
  width: 100%;
  -webkit-transform: perspective(255px) rotateX(11deg) rotateY(0deg) rotateZ(0deg) perspective(1098px);
  transform: perspective(255px) rotateX(11deg) rotateY(0deg) rotateZ(0deg) perspective(1098px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-4 {
  max-height: 80%;
}

.image-5 {
  max-height: 100%;
}

.image-6 {
  max-height: 100%;
}

.image-8 {
  max-height: 80%;
}

.image-9 {
  max-height: 80%;
  max-width: 80%;
}

.image-10 {
  min-height: 60%;
}

.image-11 {
  min-height: 60%;
}

.image-12 {
  max-height: 80px;
  max-width: 80%;
}

.image-13 {
  max-height: 80px;
  max-width: 80%;
}

.image-14 {
  max-height: 80%;
}

.image-15 {
  max-height: 80%;
}

.image-16 {
  max-height: 80%;
}

.image-17 {
  max-height: 80%;
}

.image-18 {
  max-height: 80%;
}

.image-19 {
  max-height: 80%;
}

.image-20 {
  max-height: 80%;
}

.image-21 {
  min-height: 60px;
}

.heading-main-white {
  position: static;
  display: block;
  font-family: Metropolis, sans-serif;
  font-size: 55px;
  line-height: 72px;
  font-weight: 900;
  text-align: center;
  letter-spacing: -1px;
  text-shadow: -1px 4px 0 rgba(224, 2, 6, 0.38);
}

.typed-words {
  border-radius: 20px;
  background-color: rgba(150, 0, 0, 0.12);
  font-family: Metropolis, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 72px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.image-24 {
  width: 290px;
  -webkit-transition: -webkit-transform 450ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: -webkit-transform 450ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform 450ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform 450ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform 450ms cubic-bezier(.68, -.55, .265, 1.55);
}

.image-24:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.navbar {
  position: relative;
  top: 0%;
  bottom: auto;
  width: 85vw;
  max-width: 950px;
  margin-top: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
  background-image: linear-gradient(180deg, #fff, #f1f1f1);
  box-shadow: 11px 11px 20px -10px rgba(116, 16, 16, 0.58);
  opacity: 0.94;
}

.navbar.fixed {
  position: fixed;
}

.navbar.fixed-copy {
  position: fixed;
}

.container {
  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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.brand {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.nav-link {
  border-radius: 20px;
  opacity: 0.7;
  -webkit-transition: color 450ms ease, background-color 200ms ease, opacity 200ms ease, -webkit-transform 450ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: color 450ms ease, background-color 200ms ease, opacity 200ms ease, -webkit-transform 450ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: color 450ms ease, background-color 200ms ease, transform 450ms cubic-bezier(.68, -.55, .265, 1.55), opacity 200ms ease;
  transition: color 450ms ease, background-color 200ms ease, transform 450ms cubic-bezier(.68, -.55, .265, 1.55), opacity 200ms ease, -webkit-transform 450ms cubic-bezier(.68, -.55, .265, 1.55);
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-radius: 20px;
  background-color: hsla(0, 0%, 60.7%, 0.09);
  opacity: 1;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  color: #eb2a37;
  font-weight: 700;
}

.image-25 {
  display: none;
}

.heading-black {
  position: static;
  display: block;
  font-family: Metropolis, sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 55px;
  font-weight: 900;
  text-align: left;
  letter-spacing: -1px;
  text-shadow: -3px 10px 16px rgba(0, 0, 0, 0.08);
}

.roadmap-section {
  padding-top: 40px;
  background-color: #f0f0f0;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #e7e7e7, #fff);
}

.image-26 {
  position: relative;
  left: 60px;
  width: 80%;
  margin-top: 23px;
}

.paragraph {
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  text-align: left;
}

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

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 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;
}

.container-2.with-slider {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.button-filled-white {
  padding-right: 26px;
  padding-left: 26px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 5px 0 0 hsla(0, 0%, 100%, 0.38);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Quicksand, sans-serif;
  color: #eb2a37;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-filled-white:hover {
  box-shadow: 0 2px 0 0 hsla(0, 0%, 100%, 0.38);
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}

.button-transp-white {
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 26px;
  padding-left: 26px;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.23);
  box-shadow: 0 5px 0 0 hsla(0, 0%, 100%, 0.38);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 1px 2px #2b0101;
}

.button-transp-white:hover {
  box-shadow: 0 2px 0 0 hsla(0, 0%, 100%, 0.38);
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._3d-block-div {
  position: relative;
  display: none;
  width: 60%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-perspective: 137px;
  perspective: 137px;
  -webkit-transform: rotateX(23deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(23deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-27 {
  -webkit-transform: translate3d(0px, 0px, -43px);
  transform: translate3d(0px, 0px, -43px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-28 {
  -webkit-transform: translate3d(0px, 0px, 19px);
  transform: translate3d(0px, 0px, 19px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.codeblock {
  -webkit-transform: translate3d(0px, 0px, 14px);
  transform: translate3d(0px, 0px, 14px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-30 {
  -webkit-transform: translate3d(0px, 0px, -14px);
  transform: translate3d(0px, 0px, -14px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-31 {
  -webkit-transform: translate3d(0px, 0px, 10px);
  transform: translate3d(0px, 0px, 10px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-32 {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-33 {
  -webkit-transform: translate3d(0px, 0px, -14px);
  transform: translate3d(0px, 0px, -14px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-34 {
  -webkit-transform: translate3d(0px, 0px, 14px);
  transform: translate3d(0px, 0px, 14px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-35 {
  -webkit-transform: translate3d(0px, 0px, 5px);
  transform: translate3d(0px, 0px, 5px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-36 {
  -webkit-transform: translate3d(0px, 0px, -5px);
  transform: translate3d(0px, 0px, -5px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-37 {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-38 {
  -webkit-transform: translate3d(0px, 0px, 24px);
  transform: translate3d(0px, 0px, 24px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.practice-based {
  padding-top: 40px;
  background-color: #f0f0f0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f8f8f8), color-stop(63%, hsla(0, 0%, 90.7%, 0))), url('../images/codingville-factory.svg');
  background-image: linear-gradient(180deg, #f8f8f8 30%, hsla(0, 0%, 90.7%, 0) 63%), url('../images/codingville-factory.svg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-3 {
  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;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  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;
}

.arrow {
  border-radius: 20px;
  background-color: hsla(0, 0%, 59.3%, 0.39);
  -webkit-transition: -webkit-transform 425ms cubic-bezier(.77, 0, .175, 1);
  transition: -webkit-transform 425ms cubic-bezier(.77, 0, .175, 1);
  transition: transform 425ms cubic-bezier(.77, 0, .175, 1);
  transition: transform 425ms cubic-bezier(.77, 0, .175, 1), -webkit-transform 425ms cubic-bezier(.77, 0, .175, 1);
  color: #000;
}

.arrow:hover {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.mask {
  overflow: hidden;
  border-radius: 20px;
}

.slider-2 {
  width: 60%;
  max-width: 100%;
  margin-top: 44px;
  margin-bottom: 49px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.42);
  box-shadow: 1px 1px 12px -6px rgba(60, 59, 59, 0.21);
}

.slide {
  background-color: transparent;
}

.text-span {
  font-family: Metropolis, sans-serif;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: none;
}

.game-based {
  margin-top: -18px;
  padding-top: 31px;
  border-radius: 20px 20px 0px 0px;
  background-color: #eee;
}

.cards-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 29px;
  -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 {
  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.62;
  -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);
}

.button-filled-red {
  padding-right: 26px;
  padding-left: 26px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 6px;
  background-color: #eb2a37;
  box-shadow: 0 5px 0 0 #c90d0d;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Quicksand, sans-serif;
  color: #f0f0f0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-filled-red:hover {
  box-shadow: 0 3px 0 0 #c90d0d;
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}

.button-filled-red.wide {
  padding-right: 84px;
  padding-left: 84px;
}

.button-filled-red.wide:hover {
  box-shadow: 0 3px 0 0 #c90d0d;
}

.avatar-animation {
  position: static;
  left: 432px;
  top: 2116.53px;
  width: 250px;
  max-height: 240.75px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 197.65625px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 208px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
}

.codehov {
  opacity: 0.68;
  -webkit-transition: opacity 325ms ease, -webkit-transform 300ms cubic-bezier(.77, 0, .175, 1);
  transition: opacity 325ms ease, -webkit-transform 300ms cubic-bezier(.77, 0, .175, 1);
  transition: transform 300ms cubic-bezier(.77, 0, .175, 1), opacity 325ms ease;
  transition: transform 300ms cubic-bezier(.77, 0, .175, 1), opacity 325ms ease, -webkit-transform 300ms cubic-bezier(.77, 0, .175, 1);
}

.codehov:hover {
  opacity: 1;
  -webkit-filter: saturate(129%);
  filter: saturate(129%);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.codehov.small {
  width: 148px;
}

.heading {
  margin-top: 5px;
  margin-bottom: 11px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Metropolis, sans-serif;
  color: #000;
  text-transform: capitalize;
}

.heading.small {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -1px;
}

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

.list {
  padding-left: 29px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #eb2a37;
  font-size: 17px;
  list-style-type: disc;
}

.cards-wrap-mob {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.card-mob {
  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: 1;
}

.card-mob2 {
  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: 1;
}

.card-mob2:hover {
  opacity: 1;
}

.card-mob3 {
  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);
}

.teacher-section {
  padding-top: 27px;
  background-color: #f0f0f0;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #e7e1e1, #fff);
}

.card-teacher {
  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: 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;
  border-radius: 17px;
  background-color: #fff;
  box-shadow: 0 4px 18px -6px rgba(0, 0, 0, 0.19);
  opacity: 1;
  -webkit-transition: background-color 525ms cubic-bezier(.77, 0, .175, 1), -webkit-transform 425ms cubic-bezier(.77, 0, .175, 1);
  transition: background-color 525ms cubic-bezier(.77, 0, .175, 1), -webkit-transform 425ms cubic-bezier(.77, 0, .175, 1);
  transition: background-color 525ms cubic-bezier(.77, 0, .175, 1), transform 425ms cubic-bezier(.77, 0, .175, 1);
  transition: background-color 525ms cubic-bezier(.77, 0, .175, 1), transform 425ms cubic-bezier(.77, 0, .175, 1), -webkit-transform 425ms cubic-bezier(.77, 0, .175, 1);
}

.card-teacher:hover {
  background-color: #f0f0f0;
  -webkit-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
}

.teacher-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.teachers-section {
  padding-top: 30px;
  background-color: #f0f0f0;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #e7e1e1, #fff);
}

.get-in-touch {
  padding-top: 44px;
  padding-bottom: 145px;
  background-color: #f0f0f0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 32, 32, 0.69)), to(hsla(0, 0%, 100%, 0.13))), url('../images/garden-bg.svg');
  background-image: linear-gradient(180deg, rgba(32, 32, 32, 0.69), hsla(0, 0%, 100%, 0.13)), url('../images/garden-bg.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.get-in-touch-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 38px;
  padding-bottom: 99px;
  -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;
  border-radius: 80px;
  opacity: 1;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 17px;
  padding-left: 17px;
  -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;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.95);
  box-shadow: 0 11px 12px -11px #000;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 317px;
  height: 100%;
  -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;
  font-family: Quicksand, sans-serif;
  color: #000;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450%;
  margin-bottom: -5px;
  -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;
}

.text-field {
  height: 50px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  background-color: #d8d8d8;
  color: #000;
  font-weight: 700;
}

.submit-button {
  position: static;
  right: 65px;
  width: 100%;
  height: 50px;
  border-radius: 70px;
  background-color: #000;
  -webkit-transition: background-color 525ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 400ms cubic-bezier(.645, .045, .355, 1);
  transition: background-color 525ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 400ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 400ms cubic-bezier(.645, .045, .355, 1), background-color 525ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 400ms cubic-bezier(.645, .045, .355, 1), background-color 525ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 400ms cubic-bezier(.645, .045, .355, 1);
  font-weight: 700;
}

.submit-button:hover {
  background-color: #eb2a37;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.text-block {
  font-family: Quicksand, sans-serif;
  color: #00290e;
  font-weight: 700;
}

.success-message {
  border-radius: 20px;
  background-color: #b0ffb8;
}

.error-message {
  position: static;
  left: 574.75px;
  top: 3706.31px;
  border-radius: 20px;
  background-color: #ff6363;
  box-shadow: -1px 4px 15px -5px #000;
  color: #570000;
}

.text-block-2 {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
}

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

.footer-logo {
  width: 190px;
  margin-bottom: 18px;
}

.footer-links {
  display: block;
  -webkit-transition: color 350ms ease, -webkit-transform 300ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: color 350ms ease, -webkit-transform 300ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform 300ms cubic-bezier(.68, -.55, .265, 1.55), color 350ms ease;
  transition: transform 300ms cubic-bezier(.68, -.55, .265, 1.55), color 350ms ease, -webkit-transform 300ms cubic-bezier(.68, -.55, .265, 1.55);
  font-family: Quicksand, sans-serif;
  color: #2b302b;
  font-size: 13px;
  line-height: 34px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-links:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  color: #eb2a37;
}

.footer {
  margin-top: -17px;
  padding-top: 24px;
  padding-bottom: 79px;
  border-radius: 15px;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #dfdfdf, #fff 67%);
}

.container-3 {
  height: 110px;
  -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;
}

.image-47 {
  height: 70px;
  max-height: 60%;
  -webkit-transition: -webkit-filter 400ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 450ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: -webkit-filter 400ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 450ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: filter 400ms cubic-bezier(.645, .045, .355, 1), transform 450ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: filter 400ms cubic-bezier(.645, .045, .355, 1), transform 450ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-filter 400ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 450ms cubic-bezier(.68, -.55, .265, 1.55);
  cursor: pointer;
}

.image-47:hover {
  -webkit-transform: translate(0px, -7px);
  -ms-transform: translate(0px, -7px);
  transform: translate(0px, -7px);
}

.image-48 {
  height: 90px;
  max-height: 80%;
  margin-right: 27px;
  -webkit-transition: -webkit-filter 400ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 450ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: -webkit-filter 400ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 450ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: filter 400ms cubic-bezier(.645, .045, .355, 1), transform 450ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: filter 400ms cubic-bezier(.645, .045, .355, 1), transform 450ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-filter 400ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 450ms cubic-bezier(.68, -.55, .265, 1.55);
  cursor: pointer;
}

.image-48:hover {
  -webkit-transform: translate(0px, -7px);
  -ms-transform: translate(0px, -7px);
  transform: translate(0px, -7px);
}

.image-49 {
  height: 40px;
}

.funding-from-canada {
  height: 80%;
  max-height: 80%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.div-block-6 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.lightbox-link {
  -webkit-transition: -webkit-transform 475ms cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform 475ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 475ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 475ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 475ms cubic-bezier(.645, .045, .355, 1);
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.lightbox-link:hover {
  -webkit-transform: scale(0.95) translate(0px, -10px);
  -ms-transform: scale(0.95) translate(0px, -10px);
  transform: scale(0.95) translate(0px, -10px);
}

.image-50 {
  border-radius: 10px;
}

.image-51 {
  border-radius: 10px;
}

.image-52 {
  border-radius: 10px;
}

.image-53 {
  position: absolute;
  left: 9%;
  top: 9%;
  right: auto;
  bottom: auto;
  z-index: -1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  opacity: 0.15;
}

.image-54 {
  position: absolute;
  z-index: 1;
}

.blur {
  position: fixed;
  top: -1%;
  bottom: auto;
  z-index: 1000;
  width: 100vw;
  height: 50px;
  background-color: #000;
  box-shadow: 0 6px 20px -8px #000;
  opacity: 0.8;
}

.heading-2 {
  -webkit-transition: -webkit-transform 650ms cubic-bezier(.77, 0, .175, 1);
  transition: -webkit-transform 650ms cubic-bezier(.77, 0, .175, 1);
  transition: transform 650ms cubic-bezier(.77, 0, .175, 1);
  transition: transform 650ms cubic-bezier(.77, 0, .175, 1), -webkit-transform 650ms cubic-bezier(.77, 0, .175, 1);
  font-family: Metropolis, sans-serif;
  text-align: center;
}

.heading-2:hover {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.bold-text-2 {
  font-size: 19px;
  font-weight: 700;
}

.navbar-fixed {
  position: fixed;
  top: 0%;
  bottom: auto;
  width: 85vw;
  max-width: 950px;
  margin-top: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
  background-image: linear-gradient(180deg, #fff, #f1f1f1);
  box-shadow: 11px 11px 20px -10px rgba(116, 16, 16, 0.58);
  opacity: 0.94;
}

.navbar-fixed.fixed {
  position: fixed;
}

.navbar-fixed.fixed-copy {
  position: fixed;
}

@media (max-width: 991px) {
  .join-header span.text{
    font-size: 16px;
  }
  .slider {
    -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;
  }
  .hero-section {
    overflow: visible;
    clear: both;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gamebuilder-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100vh;
    max-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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .d-101-logo-wrapper {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .d-101-logo-wrapper.square {
    width: 100%;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .navbar {
    margin-bottom: 30px;
  }
  .image-25 {
    display: none;
  }
  .image-26 {
    left: 33px;
  }
  .container-2.with-slider {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block {
    width: 44%;
  }
  .cards-wrapper {
    display: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .heading {
    font-size: 22px;
  }
  .heading.small {
    font-size: 20px;
    line-height: 21px;
  }
  .cards-wrap-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 710px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .card-mob3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .card-teacher {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .teacher-card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 710px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .error-message {
    left: 323.75px;
    top: 3655.31px;
  }
  .col-footer-1 {
    padding-right: 26px;
  }
  .footer-logo {
    width: 300px;
    margin-bottom: 23px;
  }
  .footer {
    padding-bottom: 61px;
  }
  .navbar-fixed {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .join-header span.text{
    font-size: 14px;
  }
  .join-header a{
    font-size: 14px;
  }
  .gamebuilder-slider {
    height: 85vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .d-101-logo-wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }
  .d-101-logo-wrapper.square {
    margin-right: 10px;
    margin-left: 10px;
  }
  .upper-and-lower-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .navbar {
    position: relative;
  }
  .nav-link {
    text-align: center;
  }
  .menu-button {
    padding: 26px;
  }
  .menu-button.w--open {
    border-radius: 20px;
    background-color: hsla(0, 0%, 78.4%, 0.52);
  }
  .nav-menu {
    margin-top: 59px;
    padding-top: 34px;
    border-radius: 20px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.94)), to(hsla(0, 0%, 100%, 0.94)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0.94));
  }
  .image-25 {
    display: block;
    max-width: 90px;
    margin-right: 84px;
    margin-left: 84px;
    -webkit-transform: translate(10px, 24px);
    -ms-transform: translate(10px, 24px);
    transform: translate(10px, 24px);
  }
  .heading-black {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 56px;
    line-height: 58px;
    text-align: center;
  }
  .image-26 {
    left: 19px;
    margin-top: 7px;
    margin-bottom: 15px;
  }
  .paragraph.center {
    text-align: center;
  }
  .container-2 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .container-2.with-slider {
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block {
    min-width: 400px;
  }
  .practice-based {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #f8f8f8), color-stop(62%, hsla(0, 0%, 90.7%, 0.38))), url('../images/codingville-factory.svg');
    background-image: linear-gradient(180deg, #f8f8f8 33%, hsla(0, 0%, 90.7%, 0.38) 62%), url('../images/codingville-factory.svg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .slider-2 {
    width: 86%;
    margin-top: 27px;
    margin-bottom: 53px;
    box-shadow: 0 10px 20px 4px rgba(0, 0, 0, 0.18);
  }
  .image-41 {
    min-width: 100%;
  }
  .image-42 {
    width: 100%;
  }
  .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;
  }
  .avatar-animation {
    width: 235px;
    margin-left: -57px;
  }
  .column {
    overflow: visible;
  }
  .column-2 {
    z-index: 1;
    display: block;
    overflow: visible;
  }
  .column-3 {
    z-index: 0;
    display: block;
    -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;
  }
  .cards-wrap-mob {
    overflow: visible;
    -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: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .teacher-card-wrapper {
    overflow: visible;
    -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: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .get-in-touch-container {
    padding-right: 32px;
    padding-left: 32px;
  }
  .div-block-4 {
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .submit-button {
    right: 105px;
    width: 90px;
    height: 50px;
  }
  .error-message {
    left: 93.75px;
    top: 5580px;
  }
  .col-footer-1 {
    padding-right: 20px;
  }
  .footer-logo {
    width: 220px;
    margin-bottom: 16px;
  }
  .footer-links {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 20px;
  }
  .footer {
    padding-right: 20px;
    padding-bottom: 23px;
    padding-left: 20px;
  }
  .container-3 {
    height: auto;
  }
  .image-47 {
    height: 45px;
  }
  .image-48 {
    height: 66px;
    margin-right: 10px;
  }
  .lightbox-link {
    margin-bottom: 26px;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 97px;
    padding-left: 97px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lightbox-link-3 {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .navbar-fixed {
    position: relative;
  }
}

@media (max-width: 479px) {
  .join-header{
    padding: 10px;
  }
  .join-header span.text{
    margin-right: 10px;
  }
  .join-header a{
    padding: 5px 15px;
  }
  .slider {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .d-101-logo-wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }
  .d-101-logo-wrapper.square {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading-main-white {
    font-size: 45px;
    line-height: 50px;
  }
  .navbar {
    margin-bottom: 17px;
  }
  .nav-link {
    background-color: hsla(0, 0%, 100%, 0.09);
  }
  .nav-menu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading-black {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
  }
  .image-26 {
    left: 11px;
    width: 100%;
  }
  .paragraph {
    text-align: left;
  }
  .button-filled-white {
    text-align: center;
  }
  .button-transp-white {
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    text-align: center;
  }
  .div-block {
    width: 81%;
    height: 89px;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-2 {
    width: 100%;
    max-height: 200px;
    max-width: 100%;
  }
  .image-41 {
    width: 410px;
    max-width: 100%;
    padding-top: 18px;
  }
  .image-42 {
    padding-top: 23px;
  }
  .cards-wrapper {
    display: none;
  }
  .button-filled-red {
    text-align: center;
  }
  .button-filled-red.wide {
    padding-right: 43px;
    padding-left: 43px;
  }
  .avatar-animation {
    margin-left: -89px;
  }
  .get-in-touch {
    padding-bottom: 38px;
  }
  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form {
    width: 240px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .submit-button {
    position: static;
    width: 100%;
    margin-top: 11px;
    margin-left: 0px;
  }
  .error-message {
    left: 0.75px;
    top: 6189px;
  }
  .text-block-2 {
    text-align: center;
  }
  .col-footer-1 {
    padding-right: 20px;
  }
  .footer-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-links {
    margin-bottom: 5px;
    line-height: 20px;
  }
  .footer {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }
  .image-46 {
    padding-top: 21px;
  }
  .image-47 {
    height: 50px;
  }
  .image-48 {
    height: 70px;
  }
  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 26px;
    -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;
  }
  .columns {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar-fixed {
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-566b22cabb2f-707af564 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-fcfc352ebfcc-707af564 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-5a1dd3786e02-707af564 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-c62f4f99e939-707af564 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-c7120e4eb313-707af564 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}