.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'Flanders Art Sans', sans-serif;
  color: #425460;
  font-size: 16px;
  line-height: 1.6;
}

h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #2773b5;
  font-size: 18px;
  line-height: 1.2857142857;
  font-weight: 700;
}

p {
  max-width: 95ch;
  margin-bottom: 24px;
}

a {
  box-shadow: inset 0 0 0 0 rgba(0, 113, 185, 0.2);
  color: #2773b5;
  text-decoration: none;
}

li {
  font-weight: 500;
}

img {
  display: block;
}

strong {
  font-weight: 500;
}

.top-navbar {
  position: relative;
  background-color: #021a2b;
}

.container {
  width: 100%;
  max-width: 76.25em;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.container.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 80px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container.container--quiz {
  max-width: 960px;
}

.container.container--login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.intro-video {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.container--top-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.top-nav {
  display: block;
  width: 100%;
  height: 41px;
  -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;
  background-color: transparent;
}

.top-nav-link {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #f7f7f7;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.top-nav-link.contact {
  -webkit-transform: skew(20deg, 0deg);
  -ms-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg);
}

.medium {
  font-weight: 500;
}

.text-span {
  text-transform: lowercase;
}

.main-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  -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;
}

.logo {
  width: 300px;
}

.leeuw {
  height: 85px;
}

.hero {
  position: relative;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  max-height: 512px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-content {
  position: relative;
  width: 100%;
  max-width: 560px;
  padding: 20px;
  background-color: rgba(163, 192, 229, 0.85);
  color: #fff;
}

.hero-content.hero-content--icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  position: relative;
}

.address {
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
}

.footer-title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}

.heading {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.hero-paragraph {
  margin-bottom: 0px;
}

.footer-list {
  padding-left: 0px;
}

.footer-list-item {
  margin-left: 25px;
}

.footer-list-item.mb {
  margin-bottom: 20px;
}

.footer-list-item.mb-large {
  margin-bottom: 50px;
}

.footer-link {
  color: #fff;
}

.footer-copyright {
  margin-top: 40px;
  font-size: 12px;
  line-height: 12px;
}

.footer-top {
  padding-top: 80px;
  padding-bottom: 24px;
  background-color: #425460;
  color: #fff;
}

.footer-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
}

.verbeelding-werkt {
  width: 145px;
  margin-right: 75px;
}

.section {
  padding: 40px 0px;
}

.section.section--login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6f0f7;
}

.quiz {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: 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;
  grid-auto-columns: 1fr;
  grid-template-areas: ". . . . . Image Image Image Image Image Image Image";
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.quiz-image {
  width: 100%;
  height: auto;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.quiz-question-container {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: -40px 40px 40px;
  -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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.quiz-question {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.quiz-question-number {
  -webkit-box-flex: 0;
  -webkit-flex: 0 30px;
  -ms-flex: 0 30px;
  flex: 0 30px;
  font-weight: 400;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.radio-button-label {
  margin-bottom: 0px;
  margin-left: 12px;
}

.radio-button {
  width: 14px;
  height: 14px;
  margin-top: 0px;
  border-width: 1px;
  border-color: #95b2d1;
}

.radio-button:hover {
  border-color: #2773b5;
}

.radio-button.w--redirected-checked {
  border-width: 1px;
  border-color: #2773b5;
  background-color: #2773b5;
  box-shadow: inset 0 0 0 2px #fff;
}

.radio-button.w--redirected-focus {
  border-color: #2773b5;
}

.button {
  padding: 12px 24px;
  border: 1px solid #236095;
  background-color: #2773b5;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 0.75em;
  line-height: 18px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #1e588b;
}

.button.mt {
  margin-top: 40px;
}

.form-block {
  margin-bottom: 0px;
}

.officiele-website {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.footer-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-block {
  position: relative;
  padding-top: 24px;
  padding-bottom: 40px;
  background-color: #e6f0f7;
}

.wrong {
  margin-bottom: 12px;
  color: #973636;
  font-weight: 500;
}

.correct {
  margin-bottom: 12px;
  color: #7e9636;
  font-weight: 500;
}

.top-nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 0px 48px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-right: 1px solid #fff;
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
}

.menu-button.w--open {
  background-color: transparent;
}

.icon {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: skew(20deg, 0deg) translate(-50%, -50%);
  -ms-transform: skew(20deg, 0deg) translate(-50%, -50%);
  transform: skew(20deg, 0deg) translate(-50%, -50%);
  color: #f7f7f7;
  font-size: 30px;
}

.top-nav-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  padding-right: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-right: 1px solid #fff;
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
}

.nav-menu {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 100;
  background-color: #fff;
}

.login-form-block {
  width: 100%;
  max-width: 420px;
  margin-bottom: 0px;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.text-field {
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #95b2d1;
}

.forgot {
  margin-left: 20px;
  color: #2773b5;
  font-size: 13px;
  font-weight: 500;
}

.forgot:hover {
  color: #1e588b;
  text-decoration: none;
}

.login-form-bottom {
  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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.login-intro {
  margin-right: 40px;
  margin-bottom: 0px;
}

.subjects-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
}

.card:hover {
  background-color: rgba(230, 240, 247, 0.3);
  box-shadow: 0 0 8px 0 rgba(30, 88, 139, 0.4);
  color: #1e588b;
}

.card.dark {
  background-color: #2773b5;
}

.card.dark:hover {
  background-color: #1e588b;
}

.card-icon {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}

.card-title {
  margin-bottom: 0px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
  text-transform: uppercase;
}

.card-title.on-dark {
  color: #fff;
}

.hero-icon {
  width: 110px;
  height: 110px;
  margin-right: 20px;
}

.image {
  width: 100%;
  max-width: 900px;
  margin-bottom: 20px;
}

.intro-paragraph {
  position: relative;
  margin-bottom: 0px;
}

.link {
  box-shadow: inset 0 0 0 0 rgba(0, 113, 185, 0.2);
}

.link:hover {
  color: #001420;
}

.list {
  margin-bottom: 20px;
  padding-left: 20px;
}

.nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 40px 10px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e6f0f7;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.nav-item.test {
  background-color: #1e588b;
  color: #fff;
}

.nav-icon {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.quiz-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e6f0f7;
}

.quiz-icon {
  width: 80px;
  height: 80px;
  padding: 10px;
}

.quiz-header-text {
  -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-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.quiz-theme {
  margin-bottom: 0px;
  color: #2773b5;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.quiz-theme.total {
  color: #fff;
}

.quiz-body {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.results {
  max-width: 720px;
  margin-bottom: 40px;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr 85px;
  grid-template-columns: 1fr 85px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6f0f7;
  background-color: #e6f0f7;
}

.result-theme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.result-theme.total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #2773b5;
}

.result-icon {
  width: 80px;
  height: 80px;
}

.result-score {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #fff;
  font-weight: 500;
}

.score {
  font-weight: 500;
}

.score.total-score {
  color: #fff;
}

.slanted {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 54px;
}

.slanted.slanted--footer {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.hero-content-slanted {
  position: absolute;
  left: auto;
  top: 0%;
  right: -45px;
  bottom: 0%;
  overflow: hidden;
  width: 45px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
  }
  .logo {
    width: 200px;
  }
  .leeuw {
    height: 60px;
  }
  .quiz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-template-areas: "Image Image Image Image Image Image Image Image Image Image Image Image" "Image Image Image Image Image Image Image Image Image Image Image Image" "Image Image Image Image Image Image Image Image Image Image Image Image" "Image Image Image Image Image Image Image Image Image Image Image Image" "Image Image Image Image Image Image Image Image Image Image Image Image";
    -ms-grid-rows: 180px;
    grid-template-rows: 180px;
  }
  .quiz-image {
    width: 100%;
    height: auto;
    max-width: none;
  }
  .quiz-question-container {
    position: relative;
    display: block;
    width: auto;
    margin: -40px 40px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .login-form-block {
    padding: 24px;
  }
  .forgot {
    margin-left: 10px;
  }
  .subjects-grid {
    width: 100%;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .container.container--quiz {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container.container--login {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.intro-video {
    display: block;
  }
  .logo {
    width: 160px;
  }
  .leeuw {
    height: 50px;
  }
  .hero-content {
    max-width: 480px;
  }
  .hero-content.hero-content--icon {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading {
    font-size: 24px;
  }
  .quiz {
    overflow: hidden;
    justify-items: center;
    grid-template-areas: "Image Image Image Image Image Image Image Image Image Image Image Image" "Image Image Image Image Image Image Image Image Image Image Image Image" "Image Image Image Image Image Image Image Image Image Image Image Image" "Image Image Image Image Image Image Image Image Image Image Image Image" "Image Image Image Image Image Image Image Image Image Image Image Image";
    -ms-grid-rows: 50px;
    grid-template-rows: 50px;
  }
  .quiz-question-container {
    margin-right: 24px;
    margin-left: 24px;
  }
  .login-intro {
    margin-right: 0px;
    margin-bottom: 24px;
  }
  .video-right {
    margin-top: 20px;
  }
  .subjects-grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .hero-icon {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
  .container.hero-container {
    padding-bottom: 40px;
  }
  .container.container--result {
    padding-right: 12px;
    padding-left: 12px;
  }
  .hero {
    max-height: 260px;
  }
  .hero-content {
    max-width: 230px;
  }
  .hero-content.hero-content--icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading {
    font-size: 24px;
    white-space: normal;
  }
  .quiz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-grid-rows: 0px;
    grid-template-rows: 0px;
  }
  .quiz-image {
    width: 100%;
    height: auto;
  }
  .quiz-question {
    font-size: 16px;
  }
  .quiz-question-number {
    font-size: 16px;
  }
  .button.login-button {
    width: 100%;
  }
  .button.mt {
    margin-top: 20px;
  }
  .forgot {
    margin-top: 20px;
    margin-left: 0px;
  }
  .login-form-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-icon {
    width: 60px;
    height: 60px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .nav-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nav-icon {
    width: 40px;
    height: 40px;
  }
  .quiz-icon.result-icon {
    display: none;
    width: 50px;
    height: 50px;
  }
  .quiz-theme.total {
    font-size: 16px;
  }
  .quiz-theme.result-theme-title {
    overflow: hidden;
    font-size: 16px;
  }
  .results {
    width: 100%;
    -ms-grid-columns: 1fr 51px;
    grid-template-columns: 1fr 51px;
  }
  .result-theme {
    overflow: auto;
    padding: 10px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .result-theme.total {
    height: auto;
    padding: 10px;
  }
}

#w-node-c87eeb4af3dd-a89aa92b {
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-23e9b94ed8ed-a89aa92b {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
  -ms-grid-column-span: 7;
  grid-area: Image;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-4eda8f6efee3-afea10cb {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-84c96849ba04-afea10cb {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-31f6eac62a9c-afea10cb {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-af668c438c0a-afea10cb {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-96b70c680297-afea10cb {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-4e819056a2b1-afea10cb {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-47c3aa95502e-afea10cb {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-ad46e05e579c-afea10cb {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-dc99ffdb3730-afea10cb {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-efdeda2e72bc-9465a669 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-efdeda2e72c3-9465a669 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-efdeda2e72ca-9465a669 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-efdeda2e72d1-9465a669 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-efdeda2e72d8-9465a669 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-efdeda2e72df-9465a669 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-efdeda2e72e6-9465a669 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-efdeda2e72ed-9465a669 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-efdeda2e72f0-9465a669 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c87eeb4af3dd-a89aa92b {
    -ms-grid-column: span 12;
    grid-column-start: span 12;
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-23e9b94ed8ed-a89aa92b {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
    -ms-grid-column-span: 7;
    grid-area: Image;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  @media screen and (max-width: 991px) {
    #w-node-23e9b94ed8ed-a89aa92b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 12;
    }
    #w-node-23e9b94ed8ed-a89aa92b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 12;
    }
  }
  @media screen and (max-width: 767px) {
    #w-node-23e9b94ed8ed-a89aa92b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 12;
    }
    #w-node-23e9b94ed8ed-a89aa92b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 12;
    }
  }
}

@media screen and (max-width: 479px) {
  #w-node-23e9b94ed8ed-a89aa92b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@font-face {
  font-family: 'Flanders Art Sans';
  src: url('../fonts/flandersartsans-medium-webfont.woff2') format('woff2'), url('../fonts/flandersartsans-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Flanders Art Sans';
  src: url('../fonts/flandersartsans-bold-webfont.woff2') format('woff2'), url('../fonts/flandersartsans-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Flanders Art Sans';
  src: url('../fonts/flandersartsans-regular-webfont.woff2') format('woff2'), url('../fonts/flandersartsans-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}