@font-face {
  font-family: 'main';
  src: url('../fonts/visbycf-thin.otf');
  font-weight: 200;
}
@font-face {
  font-family: 'main';
  src: url('../fonts/visbycf-light.otf');
  font-weight: 300;
}
@font-face {
  font-family: 'main';
  src: url('../fonts/visbycf-regular.otf');
  font-weight: 400;
}
@font-face {
  font-family: 'main';
  src: url('../fonts/visbycf-medium.otf');
  font-weight: 500;
}
@font-face {
  font-family: 'main';
  src: url('../fonts/visbycf-demibold.otf');
  font-weight: 600;
}
@font-face {
  font-family: 'main';
  src: url('../fonts/visbycf-bold.otf');
  font-weight: 700;
}
@font-face {
  font-family: 'main';
  src: url('../fonts/visbycf-extrabold.otf');
  font-weight: 800;
}
@font-face {
  font-family: 'main';
  src: url('../fonts/visbycf-heavy.otf');
  font-weight: 900;
}
div:where(.swal2-container) div:where(.swal2-validation-message) {
  margin-left: auto !important;
  margin-right: auto !important;
}
body {
  font-family: 'main', sans-serif;
}
.custom-navbar {
  position: fixed;
  z-index: 10;
  width: 90%;
  left: 5%;
  height: 60px;
  border-radius: 18px;
  background: white;
  box-shadow: 0px 5px 30px 0px rgb(141 143 236 / 14%);
  backdrop-filter: blur(15px);
  top: 30px;
}
.custom-navbar.auth {
  width: calc(90% - 230px);
  padding-right: 15px;
}
.custom-navbar .dropdown-menu {
  border: none !important;
  background: transparent !important;
  min-width: 200px;
}
.dropdown .dropdown-menu {
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.26s ease;
 }
.custom-navbar .dropdown-menu .dropdown-item {
  text-decoration: none;
  font-weight: 600;
  color: #3d5f85;
  font-size: 15px;
  display: block;
  transition-duration: 0.2s;
  margin-bottom: 8px;
  background: white;
  border-radius: 13px;
  box-shadow: 0px 3px 9px 0px rgb(27 65 167 / 13%);
  height: 51px;
  line-height: 15px;
  padding-top: 11px;
}
.custom-navbar .dropdown-menu .dropdown-item img.icon {
  width: 35px;
  border-radius: 9px;
  display: block;
  float: left;
  margin-top: -3px;
  margin-left: -6px;
  margin-right: 12px;
  box-shadow: 0px 0px 4px 0px rgb(159 182 255 / 51%);
}
.custom-navbar .dropdown-menu .dropdown-item small {
  font-weight: 600;
  opacity: 0.6;
  text-transform: uppercase;
  font-size: 11px;
}
.menu-bar .account-dropdown {
  position: fixed;
  right: 5%;
  z-index: 10;
  top: 30px;
}
.menu-bar .account-dropdown .dropdown-toggle {
  background: #FFFFFF;
  box-shadow: 0 12px 24px 0 rgba(6,5,181,0.07);
  border-radius: 16px;
  height: 60px;
  padding-left: 10px;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-right: 20px;
}
.menu-bar .account-dropdown .dropdown-toggle .profile {
  float: left;
  height: 38px;
  margin-right: 10px;
  border-radius: 9px;

  background: #D8D8D8;
  border-radius: 9px;
  box-shadow: 0px 2px 9px 0px rgba(73, 113, 255, 0.4);
}
.menu-bar .account-dropdown .dropdown-toggle span {
  float: left;
  font-family: 'Montserrat', sans-serif;
  color: black;
  font-weight: 600;
  line-height: 17px;
  display: block;
  margin-top: 2px;
  margin-right: 15px;
  font-size: 14px;
}
.menu-bar .account-dropdown .dropdown-toggle span small {
  color: gray;
  font-weight: 500;
}
.custom-navbar .dropdown-menu .dropdown-item:hover {
  transform: translateX(3px);
  transition-duration: 0.2s;
}
.pupilSelection .select2-selection {
  border: none !important;
  margin-bottom: 15px;
  height: 40px !important;
  background: white;
  box-shadow: 0px 5px 30px 0px rgb(141 143 236 / 14%);
}
.pupilSelection .select2-selection__rendered {
  height: 40px;
  line-height: 40px !important;
  font-weight: 700;
}
.pupilSelection .select2-dropdown--below {
  margin-top: -20px !important;
  box-shadow: none !important;
}
.founder-holder {
  right: 5%;
  bottom: 30px;
  position: absolute;
  z-index: 5;
}
.founder-holder span {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 1px;
}
.founder-holder img {
  height: 34px;
  margin-right: 25px;
  float: left;
  opacity: 0.4;
  transition-duration: 0.2s;
}
.founder-holder img:hover {
  transition-duration: 0.2s;
  opacity: 1;
}
.custom-navbar img.logo {
  height: 22px;
  margin-top: 19px;
  float: left;
  margin-left: 18px;
}
.custom-navbar .menu-items {
  float: right;
}
.custom-navbar .menu-items a.menu-item {
  float: left;
  height: 50px;
  margin-top: 5px;
  text-decoration: none;
  font-weight: 700;
  color: #587ba3;
  line-height: 50px;
  padding-left: 19px;
  padding-right: 19px;
  display: block;
  transition-duration: 0.2s;
}
.custom-navbar .menu-items a.menu-item.show {
  color: #243a53;
  transition-duration: 0.2s;
}
.custom-navbar .menu-items a.menu-item:hover {
  transition-duration: 0.2s;
  color: #243a53;
}
.custom-navbar .menu-items a.menu-item.active {
  color: #243a53;
}
.langButton {
  display: block;
  width: 100%;
  background: white;
  padding: 8px;
  border-radius: 12px;
  border: 2px solid #eee;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  color: #365d88;
  box-shadow: 0px 2px 2px 0px #94aef542;
  margin-bottom: 15px;
}
.langButton span {
  margin-right: 5px;
  border-radius: 6px;
}
.custom-navbar .menu-items a.menu-item.language {
  padding-right: 10px;
  text-transform: uppercase;
}
.custom-navbar .menu-items a.menu-item.language span.flag-icon {
  display:block;
  margin-top: 17px;
  margin-right: 6px;
  border-radius: 5px;
  float: left;
}
.custom-navbar .menu-items button {
  float: left;
  height: 40px;
  margin-top: 10px;
  margin-right: 11px;
  border-radius: 12px;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  letter-spacing: 0.5px;
  color: white;
  font-weight: 700;
  background-image: linear-gradient(0deg, #2B65FB 0%, #80A3FD 100%);
  box-shadow: 0 0px 15px 0 rgb(122 158 254 / 71%);
}
.custom-navbar .menu-items .divider {
  float: left;
  height: 40px;
  margin-top: 10px;
  width: 1px;
  background-color: #293e6d1f;
  margin-left: 20px;
  border-radius: 100px;
  margin-right: 20px;
}
.firstpage-hero {
  width: 100%;
  height: calc(100vh - 200px);
  min-height: 700px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.firstpage-hero h1 {
  font-weight: 900;
  color: #243a53;
  margin-top: 30px;
  font-size: 7rem;
  filter: blur(30px);
  transform: translateY(-50px);
  opacity: 0;
  transition-duration: 0.6s;
}
.firstpage-hero h1.displayed {
  filter: blur(0px);
  transform: translateY(0px);
  transition-duration: 0.6s;
  opacity: 1;
}
.firstpage-hero h4 {
  font-size: 22px;
  margin-top: 30px;
  max-width: 500px;
  display: block;
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #6e8cab;
  font-weight: 700;
  opacity: 0;
  transition-duration: 0.9s;
}
.firstpage-hero h4.displayed {
  opacity: 1;
  transition-duration: 0.9s;
}
.firstpage-hero .button-container {
  width: 450px;
  height: 50px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateY(-20px);
  filter: blur(13px);
  transition-duration: 0.6s;
}
.firstpage-hero .button-container.displayed {
  opacity: 1;
  transform: translateY(0px);
  filter: blur(0px);
  transition-duration: 0.6s;
}
.firstpage-hero .button-container button {
  width: 100%;
  height: 50px;
  background-color: white;
  border-radius: 12px;
  border: none;
  letter-spacing: 0.5px;
  background: #243a532b;
  font-weight: 700;
  color: #243a53;
}
.firstpage-hero .button-container button.cta {
  color: white;
  font-weight: 800;
  background-image: linear-gradient(0deg, #2B65FB 0%, #80A3FD 100%);
  box-shadow: 0 0px 15px 0 rgb(122 158 254 / 71%);
}
.container {
  position: relative;
  z-index: 4;
  text-align: center;
}
.overlay {
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  background-color: rgba(255,255,255,0.6);
  backdrop-filter: blur(50px);
  top: 0;
  left: 0;
  backdrop-filter: hue-rotate(317deg);
}
.keystats-section {
  width: 100%;
  height: auto;
  min-height: 300px;
  background-color: white;
  padding-top: 80px;
}
.keystats-section .icon {
  width: 100px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.keystats-section .stars {
  width: 150px;
  float: right;
  margin-bottom: 20px;
}
.keystats-content {
  opacity: 0;
  transform: translateY(50px);
}
.keystats-content.triggerd {
  opacity: 1;
  transform: translateY(0px);
}
.keystats-section .pencil {
  width: 180px;
  float: right;
  margin-bottom: 20px;
  margin-top: 10px;
}
.games-section h2 {
  font-weight: 800;
  width: 100%;
  color: #365d88;
  font-size: 32px;
  text-align: left;
  line-height: 44px;
}
.video-section h2 {
  font-weight: 800;
  width: 100%;
  color: #365d88;
  font-size: 32px;
  text-align: left;
  line-height: 44px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.video-section p {
  text-align: left;
  margin-bottom: 30px;
  color: #6e8cab;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 15px;
}
.feature {
  width: 100%;
  float: left;
  margin-bottom: 4px;
  text-align: left;
  height: auto;
  min-height: 30px;
  font-weight: 600;
  font-size: 13px;
  border-radius: 12px;
}
.feature img {
  width: 18px;
  float: left;
}
.feature span {
  margin-top: -1px;
  margin-left: 10px;
  width: calc(100% - 30px);
  color: #365d88;
  float: left;
  font-size: 15px;
  display: block;
}
.games-section-title {
  opacity: 0;
}
.games-section-title.triggerd {
  opacity: 1;
}
.games-section .step {
  width: 100%;
  height: auto;
  min-height: 30px;
  overflow: hidden;
  background: #fff;
  border-radius: 0px 13px 13px 0px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  text-align: left;
  border-left: 3px solid #b6c8ff;
  opacity: 0;
  box-shadow: 0px 5px 30px 0px rgb(141 143 236 / 10%);
  transform: translateX(-50px);
}
.games-section .step.triggerd {
  opacity: 1;
  transform: translateX(0px);
}
.games-section .step p {
  margin-bottom: 0px;
  color: #6e8cab;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 15px;
}
.games-section .step h5 {
  color: #365d88;
  font-weight: 800;
}
.keystats-section h2 {
  font-weight: 600;
  width: 100%;
  color: #365d88;
  font-size: 27px;
  text-align: left;
  line-height: 40px;
}
.keystats-section h2 small {
  font-weight: 500;
  font-size: 19px;
}
.keystats-section h3 {
  display: block;
  width: 100%;
  font-weight: 900;
  float: left;
  color: #365d88;
  font-size: 34px;
  text-align: right;
  line-height: 35px;
}
.keystats-section h3 small {
  font-weight: 500;
  font-size: 22px;
}
.games-section {
  width: 100%;
  height: 90vh;
  min-height: 700px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #fff;
}
.games-section .container {
  z-index: 3;
}
.games-section .computer{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.firstpage-hero .items {
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  filter: blur(5px);
}
.animatedBg {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  filter: blur(100px);
  background-image: url("../img/hero-background.jpg");
  background-size: cover;
  background-position: center;
  left: 0;
}
.auth-view {
  height: auto;
  min-height: 300px;
  padding-top: 160px;
  padding-bottom: 160px;
  display: block;
}
.setup-panel {
  width: 100%;
  max-width: 400px;
  height: auto;
  min-height: 200px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 25px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.setup-panel h1 {
  display: block;
  width: 100%;
  font-weight: 900;
  float: left;
  color: #365d88;
  font-size: 34px;
  text-align: left;
  line-height: 35px;
  margin-bottom: 23px;
}
.setup-panel label {
  width: 100%;
  font-weight: 600;
  color: #365d88;
  letter-spacing: 0.2px;
}
.setup-panel input[type="text"], .setup-panel input[type="password"], .setup-panel input[type="email"] {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 11px;
  background: #f0f6ff;
  box-shadow: none !important;
  color: #243a53;
  font-weight: 600;
  font-size: 16px;
  padding-left: 15px;
}
.setup-panel input[type="password"] {
  font-size: 35px;
}
.setup-panel button {
  height: 45px;
  border-radius: 12px;
  letter-spacing: 0.5px;
  font-weight: 700;
  background-image: linear-gradient(0deg, #2B65FB 0%, #80A3FD 100%);
  box-shadow: 0 0px 15px 0 rgb(122 158 254 / 71%);
  width: 100%;
  line-height: 18px;
}
.setup-panel .forgotPasswordLink {
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  color: #365d88;
  opacity: 0.6;
}
.setup-panel .lang-select .select2-selection {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 11px;
  background: #f0f6ff;
  box-shadow: none !important;
}
.setup-panel .registerAccountText {
  margin-bottom: -3px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  margin-top: 13px;
  padding: 6px;
  background: #f1f7ff;
  border: 1px dashed #3d68ff;
  font-weight: 600;
  color: #3d7eff;
}
.setup-panel .lang-select .select2-selection__rendered {
  font-weight: 700;
  color: #243a53 !important;
  float: left;
  margin-top: 11px;
  margin-left: 15px;
}
.setup-panel .lang-select .flag-icon {
  border-radius: 4px;
  box-shadow: 0px 0px 4px 0px #16327c26;
  margin-right: 4px;
}
.footer {
  width: 100%;
  height: auto;
  background-color: #28323c;
  padding-bottom: 50px;
  overflow: hidden;
  padding-top: 70px;
}
.footer.padding {
  padding-top: 200px;
}
.footer .info-bar {
  width: 100%;
  height: auto;
  min-height: 70px;
  border-top: 2px solid #304052;
  margin-top: 80px;
  padding-top: 20px;
}
.footer .info-bar .privacy {
  float: right;
  display: block;
  margin-left: 20px;
  margin-top: 10px;
  font-size: 14px;
  color: #61708c;
  text-decoration: none;
  font-weight: 600;
}
.footer img.payment {
  float: left;
  height: 35px;
  margin-right: 12px;
}
.footer h4 {
  color: #6c7b9c;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-top: 14px;
  margin-bottom: 40px;
}
.footer a.link {
  display: block;
  width: 100%;
  float: left;
  color: white;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
}
.video-section {
  width: 100%;
  min-height: 200px;
  overflow: hidden;
  padding-top: 120px;
  background: linear-gradient(45deg, #deecfb, white);
  padding-bottom: 120px;
}
.video-container {
  width: 100%;
  aspect-ratio: 9/16;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 5px 30px 0px rgb(141 143 236 / 14%);
}
.video-container video {
  width: 100%;
}
.cta-panel {
  width: 100%;
  height: auto;
  min-height: 120px;
  border-radius: 15px;
  position: relative;
  display: block;
  background-image: linear-gradient(0deg, #2B65FB 0%, #80A3FD 100%);
  box-shadow: 0 0px 15px 0 rgb(122 158 254 / 21%);
  margin-bottom: -110px;
  padding: 70px;
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}
.cta-panel button {
  width: 100%;
  height: 40px;
  margin-top: 20px;
  background: transparent;
  border: 2px solid white;
  font-weight: 500;
  line-height: 30px;
  color: white;
  padding: 0px;
  border-radius: 15px;
}
.cta-panel button.cta {
  background-color: white;
  color: #2B65FB;
  line-height: 40px;
  font-weight: 800;
  border: none;
}
.swal2-title {
  color: #243a53 !important;
  font-weight: 800 !important;
  margin-bottom: 20px;
}
.cta-panel h3 {
  color: white;
  margin-bottom: 20px;
  font-family: 'main';
  font-weight: 700;
}
.cta-panel p.bullet {
  display: block;
  margin: 0px;
  width: fit-content;
  opacity: 0.8;
  float: left;
  margin-right: 45px;
  color: white;
}
.cta-panel p.bullet i {
  font-size: 30px;
  display: block;
  float: left;
  margin-top: -4px;
  margin-right: 15px;
}
.footer .content {
  width: 90%;
  float: left;
  margin-left: 5%;
}
.footer .content p.newsletter {
  width: 100%;
  float: left;
  color: white;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 500;
}
.purchase-section {
  width: 100%;
  min-height: 500px;
  padding-top: 140px;
  padding-bottom: 140px;
}
.purchase-section h1 {
  font-weight: 900;
  color: #fff;
  margin-top: 30px;
  width: 100%;
  position: relative;
  z-index: 2;
  font-size: 2.5rem;
  text-align: center;
  margin: 0px;
}
.purchase-section h1 span {
  color: #2B65FB;
}
.purchase-section .purchase-panel {
  width: 100%;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 20px;
  box-shadow: 0px 5px 30px 0px rgb(141 143 236 / 14%);
  margin-top: 30px;
  min-height: 400px;
  border-radius: 12px;
}
.purchase-section .purchase-panel button {
  color: white;
  font-weight: 800;
  background-image: linear-gradient(0deg, #2B65FB 0%, #80A3FD 100%);
  box-shadow: 0 0px 15px 0 rgb(122 158 254 / 21%);
  border: none;
  padding: 0px;
  margin-top: 15px;
  border-radius: 14px;
  width: 100%;
  height: 45px;
}
.purchase-section .purchase-panel .monthlyPrice {
  font-weight: 600;
  color: #6e8cab;
  font-size: 12px;
  float: left;
  text-align: left;
  width: 50%;
  margin-bottom: -2px;
}
.purchase-section .purchase-panel .registerAccountText {
  float: left;
  font-size: 15px;
  text-align: center;
  width: 100%;
  font-weight: 500;
  color: #365d88;
  margin-top: 13px;
  margin-bottom: -3px;

  width: 100%;
  text-align: center;
  border-radius: 5px;
  margin-top: 13px;
  padding: 6px;
  background: #fffbf1;
  border: 1px dashed #ffa93d;
  font-weight: 600;
  color: #ffa93d;
}
.purchase-section .purchase-panel a.loginLink {
  color: #365d88;
  width: 100%;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
  font-size: 15px;
  display: block;
}
.purchase-section .purchase-panel h2 {
  color: #2B65FB;
  font-weight: 800;
  width: 100%;
  font-size: 32px;
  margin-top: 17px;
  text-align: center;
}
.purchase-section .purchase-panel p.explainer {
  color: #6e8cab;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 15px;
  margin-bottom: 31px;
  text-align: center;
}
.purchase-section .purchase-panel th {
  text-align: left;
  color: #365d88;
  font-size: 15px;
}
.purchase-section .purchase-panel td {
  text-align: right;
  color: #2B65FB;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 15px;
}
.purchase-section .banner {
  width: 100%;
  height: auto;
  min-height: 120px;
  background-size: cover;
  display: flex;
  align-items: center;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0px 15px 0 rgb(0 0 0 / 4%);
  background-position: center;
}
.purchase-section .banner .animate {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.90;
  z-index: 1;
}
.purchase-info * {
  text-align: left !important;
}
.purchase-info h4 {
  font-weight: 800;
  width: 100%;
  color: #365d88;
  font-size: 32px;
  text-align: left;
  line-height: 44px;
  margin-bottom: 20px;
  margin-top: 80px;
}
.purchase-info p {
  text-align: left;
  margin-bottom: 30px;
  color: #6e8cab;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 15px;
}
.purchase-info p b {
  display: block;
  margin-top: 20px;
}

.purchase-section .banner.school {
  background-image: url('../img/school-banner.png');
}
.purchase-section .purchase-panel .price-panel {
  width: 100%;
  background-color: #f7f8ff;
  display: block;
  float: left;
  padding: 15px;
  border-radius: 16px;
}
.purchase-section .purchase-panel .price-panel h3 {
  display: block;
  width: 100%;
  font-weight: 900;
  float: left;
  color: #365d88;
  font-size: 25px;
  line-height: 35px;
  margin: 0px;
  margin-top: -4px;
  text-align: left;
}
.purchase-section .purchase-panel .price-panel .select2-container {
  width: 100px !important;
  padding: 0px !important;
  font-size: 15px;
  font-family: 'main';
  border: none !important;
  font-weight: 600;
  float: right;
  margin-top: -21px;
  box-shadow: 0px 0px 12px 0px rgb(68 108 211 / 31%);
  border-radius: 10px;
  overflow: hidden;


}
.select2-dropdown {
  border-radius: 8px !important;
  border: none !important;
  box-shadow: 0px 0px 12px 0px rgb(68 108 211 / 31%) !important;
  padding: 5px !important;
}
.select2-results__option {
  border-radius: 6px;
  height: 30px;
  line-height: 30px;
  padding: 0px !important;
  padding-left: 7px !important;
}
.select2-results__option span span.flag-icon {
  font-size: 16px;
  display: block;
  float: left;
  border-radius: 5px;
  margin-top: 9px;
  margin-right: 9px;
}
.select2-results__option span {
  color: #6e8cab !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  display: block;
  margin-top: 0px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f7f8ff !important;
  transition-duration: 0.2s;
}
.select2-container--default .select2-results__option--selected {
  background-color: #d2e3ff !important;
  transition-duration: 0.2s;
}
.select2-results__option--selectable {
  transition-duration: 0.2s;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #365d88 !important;
}
.select2-container--open .select2-dropdown--above {
  margin-top: -7px;
}
.select2-container--open .select2-dropdown--below {
  margin-top: 7px;
}
.purchase-section .purchase-panel .price-panel .select2-container--default .select2-selection--single {
  border: none;
}
.purchase-section .purchase-panel .price-panel .select2-container .flag-icon {
  border-radius: 3px;
  overflow: hidden;
  margin-top: 6px;
  float: left;
}
.footer .content input {
  width: 100%;
  height: 45px;
  border-radius: 6px;
  border: 2px solid #495b6e;
  background: #364453;
  padding-left: 15px;
  font-weight: 500;
  font-size: 16px;
  color: white;
}
.footer .content button {
  float: left;
  height: 45px;
  border-radius: 12px;
  border: none;
  letter-spacing: 0.5px;
  color: white;
  font-weight: 700;
  width: 100%;
  background-image: linear-gradient(0deg, #2B65FB 0%, #80A3FD 100%);
  box-shadow: 0 0px 15px 0 rgb(122 158 254 / 11%);
}
.swal2-html-container .order-cart {
  width: 100%;
  padding: 15px;
  background: white;
  border-radius: 9px;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  border: 1px solid #d3e1ef;
}
.swal2-html-container .order-cart .price {
  text-align: right;
  font-weight: 800;
  color: #254162;
  font-size: 15px !important;
  display: block;
  width: 100%;
}
.swal2-html-container .order-cart .price small {
  font-weight: 400;
}
.swal2-html-container .order-cart .noBinding {
  width: 100%;
  text-align: center;
  border-radius: 5px;
  margin-top: 13px;
  padding: 6px;
  background: #d9ffe7;
  border: 1px dashed #67dc92;
  font-weight: 600;
  color: #47a068;
}
.swal2-html-container span.paymentLabel {
  display: block;
  width: 100%;
  color: #3b4167;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 20px;
}
.swal2-actions .swal2-confirm.swal2-styled {
  color: white;
  font-weight: 700;
  background-image: linear-gradient(0deg, #2B65FB 0%, #80A3FD 100%);
  box-shadow: 0 0px 15px 0 rgb(122 158 254 / 21%);
  border: none;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 15px;
  border-radius: 14px;
  width: 100%;
  height: 45px;
}
.swal2-actions .swal2-confirm.swal2-styled:hover {
  box-shadow: 0px 2px 9px 0px rgba(73, 113, 255, 0.4);
  background-image: linear-gradient(0deg, #2B65FB 0%, #80A3FD 100%);
}
div:where(.swal2-container) div:where(.swal2-validation-message) {
  display: flex;
  max-width: calc(100% - 60px);
  margin-left: 30px;
  background: white;
  border-radius: 6px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #ff3b3b;
  border: 1px solid red;
}
#card-element {
  border-radius: 7px;
  background: white;
  padding: 25px;
  border: 1px solid #d3e1ef;
}
.footer .content input::placeholder {
  color: #647e99;
}
.standalone-content {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  z-index: 2;
}
.standalone-content.backdrop-color::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  top: 0;
  background-color: #eff6fc;
  z-index: -1;
}
.footer .content .logo {
  width: 80px;
}
.img100 {
  width: 100%;
  border-radius: 20px;
}
.app-hero {
  width: 100%;
  height: 70vh;
  min-height: 700px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.app-hero .app-icon {
  width: 50px;
  margin-bottom: 15px;
  height: 50px;
  border-radius: 14px;
  background-color: #b8ccef;
  background-size: cover;
  box-shadow: 0 0px 5px 0 rgb(122 158 254 / 20%);
  background-position: center;
}
.app-hero .app-icon.minemath {
  background-image: url('../img/minemath-icon.png');
}
.app-hero .app-icon.talestime {
  background-image: url('../img/talestime-icon.png');
}
.app-hero .container {
  position: relative;
  z-index: 2;
  text-align: left;
}
.app-hero .button-container {
  width: 100%;
  margin-top: 30px;
  max-width: 500px;
  float: left;
}
.app-hero .button-container button {
  height: 50px;
  background-color: white;
  width: 100%;
  border-radius: 12px;
  border: none;
  letter-spacing: 0.5px;
  background: #243a532b;
  font-weight: 700;
  color: #243a53;
  color: white;
  font-weight: 800;
  background-image: linear-gradient(0deg, #2B65FB 0%, #80A3FD 100%);
  box-shadow: 0 0px 15px 0 rgb(122 158 254 / 71%);
}
.app-hero .button-container a.link {
  text-align: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  color: #243a53;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.app-hero .app-hero-model {
  width: 100%;
  top: 0;
  z-index: 1;
  right: 0;
  height: 100%;
  position: absolute;
}
.app-hero h1 {
  font-weight: 900;
  font-size: 3.2rem;
  margin-top: 50px;
  color: #243a53;
}
.app-hero h4 {
  font-size: 22px;
  margin-top: 10px;
  display: block;
  max-width: 500px;
  float: left;
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: #6e8cab;
  font-weight: 700;
}
.reports-section {
  width: 100%;
  height: auto;
  min-height: 400px;
  padding-top: 70px;
  position: relative;
  z-index: 1;
  background-color: #eff6fc;
}
.reports-section h3 {
  font-weight: 800;
  width: 100%;
  color: #365d88;
  font-size: 32px;
  text-align: center;
  line-height: 44px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.reports-section p {
  text-align: center;
  margin-bottom: 30px;
  color: #6e8cab;
  font-weight: 500;
  letter-spacing: 0.3px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  font-size: 15px;
}
.reports-section .report-image {
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
  max-width: 900px;
  box-shadow: 0px 0px 30px 0px #1a2f6926;
  width: 100%;
  filter: blur(15px);
  transform: translateY(70px);
  opacity: 0;
}
.reports-section .report-image.triggerd {
  filter: blur(0px);
  transform: translateY(0px);
  opacity: 1;
}

.custom-navbar .menu-item-mobile {
  display: none;
}

.navik-header-overlay {
  z-index: 20;
  display: none;
}
.navik-header-overlay .burger-menu {
  box-shadow: none !important;
  top: 18px !important;
  background: transparent !important;
}
.navik-header-overlay .line-menu {
  background-color: #243a53 !important;
  border-radius: none !important;
}

.navik-menu-overlay>ul>li.menuSlideIn>.menu-overlay-link a, .navik-menu-overlay>ul>li.menuSlideIn>ul {
  text-transform: capitalize;
  font-family: 'main', sans-serif;
  font-weight: 700;
  color: #587ba3;
}
.navik-menu-overlay .icon {
  width: 25px;
  border-radius: 6px;
}
@media screen and (max-width: 992px) {
  .navik-header-overlay {
    display: block;
  }
  .purchase-section {
    padding-top: 50px;
  }
  .standalone-content {
    padding: 0px;
  }
  .app-hero .app-hero-model {
    opacity: 0.4;
  }
  .app-hero h1 {
    font-size: 2.2rem;
  }
  .app-hero h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .games-section {
    display: block;
    padding-top: 100px;
    height: auto;
    min-height: 100vh;
    overflow: hidden;
    padding-bottom: 100px;
  }
  .cta-panel {
    padding: 15px;
  }
  .games-section .computer {
    display: none;
  }
  .custom-navbar {
    width: 96%;
    left: 2%;
    top: 11px;
  }
  .custom-navbar .logo {
    width: 120px;
  }
  .custom-navbar .menu-item-mobile {
    float: right;
    text-align: center;
    display: flex;
    overflow: hidden;
    border-radius: 6px;
    margin-top: 20px;
    margin-right: 70px;
  }
  .custom-navbar .menu-item-mobile span.flag-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }
  div:where(.swal2-container) .swal2-html-container {
    margin: 0.5em !important;
  }
  .video-container {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -80px;
  }
  .firstpage-hero {
    min-height: 620px;
  }
  .firstpage-hero h1 {
    font-size: 3.5rem;
    margin-top: 0px;
  }
  .firstpage-hero h4 {
    font-size: 19px;
  }
  .firstpage-hero .button-container {
    max-width: 100%;
    transform: scale(0.9);
  }
  .founder-holder {
    width: 119px;
    left: calc(50% - 40px);
  }
  .custom-navbar .menu-items {
    display: none;
  }
  .keystats-section {
    padding-bottom: 45px;
  }
  .keystats-section h2 {
    text-align: center;
    font-size: 19px;
    line-height: 30px;
    margin-top: -30px;
    margin-bottom: 40px;
  }
  .keystats-section .pencil {
    float: unset;
    margin-left: auto;
    margin-right: auto;
  }
  .keystats-section .stars {
    float: unset;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .keystats-section h3 {
    text-align: center;
  }
}
