/* ------------------------------------------- */
/* LANDING PAGES - Teachers */
/* ------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap');

@font-face {
  font-family: 'groboldregular';
  src: url('../fonts/grobold-webfont.woff2') format('woff2'),
    url('../fonts/grobold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.btn-desktop { display: inline-flex !important; }
.btn-mobile { display: none !important; }

.btn-purple:hover {
  color: white;
  text-decoration: none;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-in-out;
}

.btn-purple:after {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxMSAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgMTcuNzk3OUMxLjY0ODQ0IDE3Ljc5NzkgMS4zMzU5NCAxNy42ODA3IDEuMTAxNTYgMTcuNDQ2M0MwLjU5Mzc1IDE2Ljk3NzUgMC41OTM3NSAxNi4xNTcyIDEuMTAxNTYgMTUuNjg4NUw3LjcwMzEyIDkuMDQ3ODVMMS4xMDE1NiAyLjQ0NjI5QzAuNTkzNzUgMS45Nzc1NCAwLjU5Mzc1IDEuMTU3MjMgMS4xMDE1NiAwLjY4ODQ3N0MxLjU3MDMxIDAuMTgwNjY0IDIuMzkwNjIgMC4xODA2NjQgMi44NTkzOCAwLjY4ODQ3N0wxMC4zNTk0IDguMTg4NDhDMTAuODY3MiA4LjY1NzIzIDEwLjg2NzIgOS40Nzc1NCAxMC4zNTk0IDkuOTQ2MjlMMi44NTkzOCAxNy40NDYzQzIuNjI1IDE3LjY4MDcgMi4zMTI1IDE3Ljc5NzkgMiAxNy43OTc5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==');
  width: 20px;
  height: 27px;
  position: absolute;
  right: 22px;
  transition: all 0.3s ease-in-out;
}

.btn-purple:hover:after {
  right: 16px;
  transition: all 0.3s ease-in-out;
}

.btn-purple {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: white;
  padding: 8px 55px 8px 24px;
  height: 64px;
  background: linear-gradient(45deg, #5568C9 3.8%, #C885F1 100%), linear-gradient(180deg, #5A68C3 0%, #BE88EB 100%);
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  display: inline-flex;
  position: relative;
  align-items: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.btn-purple:hover svg {
  scale: 1.05;
  transition: all 0.2s ease-in-out;
}

.btn-purple svg {
  scale: 0.95;
  margin-left: 10px;
  transition: all 0.2s ease-in-out;
}

.page-template-page-landing-teachers {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: rgba(24, 32, 45, 0.6);
  text-align: center;
}

.page-template-page-landing-teachers .c-blue {
  background: -webkit-linear-gradient(90deg, #6D96FD, #437CEF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-template-page-landing-teachers .c-purple {
  background: -webkit-linear-gradient(90deg, #BE88EB, #5A68C3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-template-page-landing-teachers a.c-blue {
  border-bottom-color: #6D96FD;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.page-template-page-landing-teachers a.c-purple {
  border-bottom-color: #BE88EB;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.page-template-page-landing-teachers p {
  margin-bottom: 24px;
}

.page-template-page-landing-teachers h1,
.page-template-page-landing-teachers h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  background: linear-gradient(180deg, #10C0A1 0%, #2CB8D7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 1px 1px 0px rgba(0, 27, 68, 0.2);
  margin-bottom: 24px;
}

.page-template-page-landing-teachers .container {
  max-width: 886px;
}

/* Hero */

.hero-students {
  height: 630px;
  background-size: cover !important;
  padding-top: 100px;
  padding-bottom: 35px;
  position: relative;
}

.hero-students:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 18.66%);
  z-index: 1
}

.hero-students:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -56px;
  left: 0;
  width: 100%;
  height: 220px;
  background: url('../img/landings/bottom-hero-landing-teachers.png') center bottom no-repeat;
  background-size: cover;
}

.hero-students__logo {
  margin-bottom: -65px;
  z-index: 3;
  position: relative;
}

.hero-students__logo img {
  max-width: 648px;
}

.hero-students__box {
  background: white;
  max-width: 884px;
  width: 100%;
  min-height: 472px;
  box-shadow: 0px 0px 20px rgba(23, 29, 36, 0.1), 0px 0px 1px rgba(23, 29, 36, 0.2);
  border-radius: 10px;
  padding: 64px 32px;
  margin: 0 auto 40px;
  z-index: 2;
  position: relative;
}

.hero-students__box h1 {
  text-align: center;
}

.hero-students__box > div {
  text-align: left;
  font-weight: 700;
}

.hero-students__box-content > div > a {
  background: linear-gradient(360deg, #437CEF -3.41%, #6D96FD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-decoration: none;
  border-bottom: 1px solid #437CEF;
}

.hero-students__cta {
  position: absolute;
  z-index: 2;
  bottom: -31px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-students__cta .btn-purple {
  white-space: nowrap;
}

.hero-students__cta .btn-purple:after {
  height: 20px;
}

.hero-students__star-large-left,
.hero-students__star-small-left, 
.hero-students__star-large-right,
.hero-students__star-small-right {
  position: absolute;
} 

.hero-students__star-large-left {
  width: 98px;
  top: -61px;
  left: -43px;
}

.hero-students__star-large-right {
  width: 105px;
  top: -55px;
  right: -33px;
}

.hero-students__star-small-left {
  width: 46px;
  left: -65px;
  top: 29px;
}

.hero-students__star-small-right {
  width: 37px;
  right: -55px;
  top: 29px;
}

.hero-students__character-left,
.hero-students__character-right {
  position: absolute;
}

.hero-students__character-left {
  left: -129px;
  width: 142px;
  top: 208px;
}

.hero-students__character-right {
  right: -129px;
  width: 149px;
  top: 208px;
}


/* MAIN */
.boxes {
  padding: 150px 0 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.boxes h2 {
  margin-bottom: 32px;
}

.boxes__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FBFAFC;
  border-radius: 10px;
  height: 232px;
  padding: 0px 48px;
  margin-bottom: 16px;
}

.boxes__item:nth-child(4) {
  height: 244px;
}

.boxes__item.inverted {
  flex-direction: row-reverse;
}

.boxes__item.vertical {
  position: relative;
  height: 548px;
  padding-top: 260px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, rgba(251, 250, 252, 0) 0%, #FBFAFC 100%);
}

.boxes__item.vertical .boxes__item-text {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  max-width: unset;
  margin-top: 40px;
}

.boxes__item.vertical .boxes__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: unset;
}

.boxes__item-text {
  max-width: 398px;
  font-weight: 700;
  text-align: left;
}

.boxes__item-text span {
  background: linear-gradient(180deg, #BE88EB 0%, #7671CE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.boxes__item-image img {
  max-width: 340px;
}

.boxes__item-codes {
  display: flex;
  justify-content: space-between;
  gap: 16px
}

.boxes__item-col {
  background: #FBFAFC;
  border-radius: 10px;
  height: 341px;
  padding: 32px 48px 22px;
}

.boxes__item-qr img:nth-child(1) {
  width: 260px;
}

.boxes__item-qr img:nth-child(2) {
  margin-top: -53px;
}

.boxes__button {
  margin-top: 32px;
  padding-bottom: 20px;
}


.wested {
  padding: 64px 0 40px;
  background: linear-gradient(180deg, #FBFAFC 93.23%, rgba(251, 250, 252, 0) 100%), #FFFFFF;
  position: relative;
}

.wested__award {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 152px;
  background: linear-gradient(360deg, rgba(255, 152, 0, 0.1) -3.41%, rgba(242, 193, 43, 0.1) 100%);
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 6px 48px;
}

.wested__award img {
  width: 170px;
  margin-right: 20px;
}

.wested__award p {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: rgba(24, 32, 45, 0.6);
  text-align: left;
  margin-bottom: 0px;
}

.wested__award p a {
  text-decoration: none;
  border-bottom: 1px solid #437CEF;
}

.wested__box {
  background-color: white;
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 16px 48px 32px;
}

.wested__box:nth-child(3) {
  padding-top: 32px;
  padding-bottom: 16px;
}

.wested__logo {
  margin-bottom: 16px;
}

.wested__logo img {
  width: 100%;
}

.wested__text p,
.wested__text-qr p {
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.wested__text p {
  margin-bottom: 18px;
}

.wested__text p span,
.wested__text-qr p span {
  background: linear-gradient(180deg, #BE88EB 0%, #7671CE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.wested__text p a {
  background: linear-gradient(360deg, #437CEF -3.41%, #6D96FD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-decoration: none;
  border-bottom: 1px solid #437CEF;
}

.wested__text-qr p {
  text-align: center;
  margin-bottom: 20px;
}

.wested__qr-codes {
  display: flex;
  column-gap: 128px;
  justify-content: center;
}

.wested__qr-codes-column img:nth-child(2) {
  margin-top: -42px;
}

.wested .btn-purple {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}



/* FOOTER */

.footer-landing {
  height: 437px;
  padding: 137px 0 64px;
  background: url('../img/landings/bg-footer-landing-students.png') center top no-repeat;
  background-size: cover;
  color: white;
}

.footer-landing p a {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: white;
}

.footer-landing p a:hover {
  border-bottom: 1px solid white;
}

.footer-codie {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.footer-codie img {
  max-width: 207px;
  margin-right: 48px;
}

.footer-codie p {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  margin-bottom: 0px;
}

.footer-codie p a {
  font-weight: 700;
}

.footer-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.footer-menu ul {
  display: flex;
  gap: 48px;
}

.footer-menu ul li a {
  color: white;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.footer-menu ul li a:hover {
  color: white;
  border-bottom: 1px solid white;
}

.footer-copy {
  width: 100%;
}

.footer-copy p {
  text-align: center;
}


/* Call to Action - Play Now */

.cta-play-now {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: -1px;
  width: 308px;
  height: 372px;
}

.cta-play-now .bg1,
.cta-play-now .bg2,
.cta-play-now .bg3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
}

.cta-play-now .join-us {
  position: absolute;
  bottom: 202px;
  right: 13px;
  width: 201px;
  transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
}

.cta-play-now .avatar1,
.cta-play-now .avatar2 {
  position: absolute;
  bottom: 49px;
  width: 93px;
  transition: all 0.7s ease-out;
  transform-origin: bottom center;
  -webkit-transition: all 0.7s ease-out;
  -webkit-transform-origin: bottom center;
}

.cta-play-now .avatar1 {
  right: 121px;
}

.cta-play-now .avatar2 {
  right: 21px;
}

.cta-play-now .dragon {
  position: absolute;
  top: 10px;
  right: 4px;
  width: 95px;
  animation: bounce 2s ease-in-out infinite alternate;
  -webkit-animation: bounce 2s ease-in-out infinite alternate;
}

.cta-play-now .btn-orange {
  position: absolute;
  bottom: 20px;
  right: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0;
  width: 192px;
  height: 52px;
  background: linear-gradient(141.82deg, #FF0000 -52.55%, #FF7700 70.34%);
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
}

.cta-play-now .btn-orange:hover {
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.16);
}

.cta-play-now .btn-orange:active,
.cta-play-now .btn-orange:focus {
  border: none;
  outline: none;
}

.cta-play-now .btn-orange:after {
  display: none;
}


.cta-play-now:hover .bg1 {
  scale: 1.08;
  transition: all 0.45s ease-out;
  -webkit-transition: all 0.45s ease-out;
}

.cta-play-now:hover .bg2 {
  scale: 1.04;
  transition: all 0.45s ease-out;
  -webkit-transition: all 0.45s ease-out;
}

.cta-play-now:hover .bg3 {
  scale: 1.055;
  transition: all 0.45s ease-out;
  -webkit-transition: all 0.45s ease-out;
}

.cta-play-now:hover .join-us {
  scale: 1.12;
  transition: all 0.45s ease-out;
  -webkit-transition: all 0.45s ease-out;
}

.cta-play-now:hover .avatar1 {
  transform: rotate(-2.53deg);
  transition: all 0.45s ease-out;
  -webkit-transform: rotate(-2.53deg);
  -webkit-transition: all 0.45s ease-out;
}

.cta-play-now:hover .avatar2 {
  transform: rotate(2.9deg);
  transition: all 0.45s ease-out;
  -webkit-transform: rotate(2.9deg);
  -webkit-transition: all 0.45s ease-out;
}

.cta-play-now:hover .btn-orange {
  filter: contrast(0.8) brightness(1.3);
  transform: rotate(2deg);
  transition: all 0.45s ease-out;
  -webkit-transform: rotate(2deg);
  -webkit-transition: all 0.45s ease-out;
}

.cta-play-now .bg-playnow-mobile {
  display: none;
}



@keyframes bounce {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes bounce {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-10px);
  }
}


.js-slideout-active .slideout__toggle {
  transform: translateX(-300%) !important;
}


@media (max-width: 999px) {
  .page-template-page-landing-teachers .header {
    height: auto;
  }

  .hero-students {
    margin-top: 0px !important;
  }

  .world-card__item {
    width: 49%;
  }

  .footer-codie {
    padding: 0px 70px;
  }
}

@media (max-width: 749px) {

  .page-template-page-landing-teachers h1,
  .page-template-page-landing-teachers h2 {
    font-size: 24px;
    line-height: 32px;
    padding: 0px 25px;
  }

  .btn-desktop { display: none !important; }
  .btn-mobile { display: inline-flex !important; }

  .btn-purple {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 45px 8px 18px;
    width: auto;
    height: 48px;
    display: flex;
    justify-content: center;
  }

  .btn-purple:after {
    right: 10px;
    height: 20px;
  }

  .btn-purple svg {
    width: 32px;
  }

  .hero-students {
    min-height: 736px;
    height: auto;
    padding: 105px 10px 0px;
    background-position: center top !important;
    background-size: 1150px !important;
  }

  .hero-students:after {
    bottom: unset;
    top: 378px;
  }

  .hero-students__box {
    padding: 32px 32px 64px;
  }

  .hero-students__box > img {
    display: none;
  }

  .hero-students__cta {
    bottom: -20px;
  }

  .hero-students__logo {
    margin-bottom: -31px;
  }

  .hero-students__logo img {
    max-width: 305px;
  }

  .hero-students__box > div {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-students__box-content h1 {
    padding: 0 0;
  }

  .boxes {
    padding: 20px 0 16px;
  }

  .boxes__item,
  .boxes__item.inverted {
    flex-direction: column-reverse;
    height: auto;
    padding: 16px 16px;
    margin-bottom: 8px;
  }

  .boxes__item:nth-child(2) .boxes__item-text,
  .boxes__item:nth-child(3) .boxes__item-text,
  .boxes__item:nth-child(4) .boxes__item-text {
    text-align: left;
  }

  .boxes__item-text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .boxes__item-image img {
    margin-bottom: 14px;
  }

  .boxes__item-col {
    height: auto;
    padding: 10px 10px 5px;
    width: 50%;
  }

  .boxes__item-qr img:nth-child(1) {
    width: 100%;
  }

  .boxes__item-qr img:nth-child(2) {
    margin-top: -40px;
    width: 97px;
  }

  .boxes__item.vertical .boxes__item-text {
    font-size: 16px;
    line-height: 24px;
    padding: 0 10px;
  }

  .boxes__item.vertical {
    padding-top: 35px;
  }

  .boxes__item.vertical .boxes__item-image img {
    position: relative;
    width: 100%;
    margin-bottom: 0;
  }

  .boxes__item.vertical .boxes__item-text h2 {
    padding: 0 0;
  }

  .boxes__item.vertical .boxes__item-text p {
    font-size: 16px;
    line-height: 24px;
  }

  .wested {
    padding: 32px 0 10px;
  }

  .wested__award {
    flex-direction: column;
    padding: 16px 16px 24px;
  }

  .wested__award img {
    margin-right: 0;
  }

  .wested__award p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .wested__box {
    padding: 16px 16px;
    margin-bottom: 8px;
  }

  .wested__box:nth-child(2) {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .wested__text p, .wested__text-qr p {
    font-size: 16px;
    line-height: 24px;
  }

  .wested__qr-codes {
    column-gap: 40px;
  }

  .wested__qr-codes-column img:nth-child(1) {
    width: 140px;
  }

  .wested__qr-codes-column img:nth-child(2) {
    width: 83px;
    margin-top: -47px;
  }

  .wested .btn-purple {
    white-space: nowrap;
    bottom: -60px;
  }

  .footer-landing {
    padding: 117px 0 90px;
    height: 530px;
  }

  .footer-codie {
    padding: 0 0;
    margin-bottom: 34px;
    flex-direction: column;
  }

  .footer-codie img {
    max-width: 207px;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .footer-codie p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 0px 20px;
  }

  .footer-menu {
    margin-bottom: 24px;
  }

  .footer-menu ul {
    display: flex;
    column-gap: 24px;
    row-gap: 12px;
    flex-wrap: wrap;
    max-width: 287px;
    justify-content: center;
  }

  .cta-play-now {
    width: 172px;
    height: 92px;
  }

  .cta-play-now .bg1,
  .cta-play-now .bg2,
  .cta-play-now .bg3,
  .cta-play-now .avatar1,
  .cta-play-now .avatar2,
  .cta-play-now .join-us {
    display: none;
  }

  .cta-play-now .bg-playnow-mobile {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    display: block;
  }

  .cta-play-now .dragon {
    z-index: 1;
    top: -29px;
    right: -8px;
  }

  .cta-play-now .btn-orange {
    width: 144px;
    height: 48px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    bottom: 8px;
    right: 9px;
    z-index: 2;
  }
}