.banner p a,
.banner p a:visited,
.banner p a:active {
  border-bottom: 1px dotted white;
  color: white;
  text-decoration: none; }

.banner p a:hover {
  border-bottom: 1px solid white;
  color: white;
  text-decoration: none; }

.banner h1,
.banner h2,
.banner h3,
.banner h4,
.banner h5,
.banner p {
  color: white; }

.banner a,
.banner a:hover {
  text-decoration: none; }

.banner .row {
  padding: 0rem 0rem 3rem 0rem; }

.banner div[class^="col-sm"] {
  padding: 0; }

.banner--picture {
  height: 320px;
  margin: 0 auto 0 70px;
  overflow: hidden;
  transform: rotate(120deg);
  visibility: hidden;
  width: 370px; }

.banner--picture__inside1 {
  height: 100%;
  overflow: hidden;
  transform: rotate(-60deg);
  width: 100%; }

.banner--picture__inside2 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transform: rotate(-60deg);
  visibility: visible;
  width: 100%; }

.banner--picture--home {
  background-image: url("/static/myrank/img/banner_picture_home.jpg"); }

.banner--picture--about {
  background-image: url("/static/myrank/img/banner_picture_about.jpg"); }

.banner--picture--intro {
  background-image: url("/static/myrank/img/banner_picture_intro.jpg"); }

.banner--picture--contact {
  background-image: url("/static/myrank/img/banner_picture_contact.jpg"); }

.banner--picture--license {
  background-image: url("/static/myrank/img/banner_picture_license.jpg"); }

.banner--picture--demo {
  background-image: url("/static/myrank/img/banner_picture_demo.jpg"); }

.banner--picture--payment {
  background-image: url("/static/myrank/img/banner_picture_payment.jpg"); }

.banner--picture--terms,
.banner--picture--tools {
  background-image: url("/static/myrank/img/teaching_resources_hero.jpg"); }

.banner--homepage {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0rem 5rem 0rem; }
  .banner--homepage h1 {
    margin-top: 0; }
  .banner--homepage p {
    font-size: 2.2rem;
    margin: 0rem 1rem 0rem 0rem;
    padding: 0; }
  .banner--homepage .button {
    margin: 0rem 2rem 0.7rem 0rem; }

.banner--homepage--teacher,
.banner--teacher {
  background-color: #5f0f40;
  background-position: top right; }

.banner--homepage--student,
.banner--student {
  background-color: #9a031e;
  background-position: top left; }

.banner-home-content {
  display: table; }
  .banner-home-content .banner-home-text {
    float: left;
    display: table-cell; }
  .banner-home-content .banner-home-button {
    display: table-cell;
    vertical-align: bottom; }

.banner--game {
  margin: 4rem auto 0rem auto;
  padding: 7.5rem 2rem 7.5rem 2rem;
  display: flex;
  justify-content: center;
  text-align: center;
  color: white; }
  .banner--game + .banner--game {
    margin: 4rem auto 4rem auto; }
  .banner--game .banner--game__text {
    padding: 1rem 15rem 3rem 15rem; }

.banner__text--primary {
  color: white; }

.banner__text--secondary {
  color: black; }

.banner--teacher,
.banner--student {
  align-items: center;
  display: flex;
  height: 320px;
  justify-content: center; }
  .banner--teacher .banner__text--center,
  .banner--student .banner__text--center {
    padding: 9.75rem 0rem 9.75rem 0rem; }

.banner--student--plain {
  background-color: #f89938;
  background-image: none; }

.banner--teacher--plain {
  padding: 2rem 0rem 5rem 0rem;
  background-color: #5f0f40;
  background-image: none; }
  .banner--teacher--plain .progress-arrow__body--in-progress p {
    color: #383b3b; }

.banner--resources {
  padding: 0rem 0rem 3rem 0rem;
  align-items: center;
  background-color: #5f0f40;
  display: flex;
  justify-content: center; }
  .banner--resources iframe {
    margin: 3rem 3rem 0rem 0rem;
    height: 320px;
    width: 560px; }

.banner--error-page {
  padding: 10rem 0rem 10rem 1rem; }
  .banner--error-page p {
    font-size: 2.4rem; }

.banner__item {
  text-align: center; }

@media (max-width: 1199px) {
  .banner .col-sm-offset-2 {
    margin-left: 0; }
  .banner--homepage {
    padding: 5rem 0rem 5rem 1rem; }
    .banner--homepage .col-sm-11 {
      width: 100%; }
  .banner-home-content .banner-home-text {
    display: block; }
  .banner-home-content .banner-home-button {
    float: right;
    margin-top: 20px; } }

@media (max-width: 768px) {
  .banner--picture {
    margin: 0 auto 0 auto; } }

@media (max-width: 767px) {
  .banner--homepage {
    padding: 3rem 0rem 2rem 1rem; }
  .banner {
    padding: 1rem 1rem 5rem 1rem; }
  .banner--picture {
    display: none; }
  .banner--game .banner--game__text {
    padding: 1rem 5rem 3rem 5rem; } }

a {
  cursor: pointer; }

button,
.button,
.hijacked-warning .btn {
  font-size: 1.6rem;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  border: 0;
  min-width: 150px; }

.button,
.button:hover,
.button:active,
.button:focus {
  text-decoration: none; }

/* White contained button */
.button--home {
  padding: 0.9rem 1.5rem 1rem 1.5rem;
  background-color: white;
  color: black; }
  .button--home:hover {
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    color: black;
    background-color: #f6f5f5;
    text-decoration: none; }
  .button--home:active {
    border: 1px solid #6e7171;
    box-shadow: none; }

/* Yellow contained button */
.button--primary {
  padding: 0.9rem 1.5rem 1.1rem 1.5rem;
  background: #f89938;
  color: black; }
  .button--primary:hover {
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    background: #ffc709;
    color: black; }
  .button--primary:active {
    background: #ffc709;
    color: black;
    box-shadow: none; }

/* Outlined button */
.button--secondary {
  padding: 0.8rem 1.5rem 0.8rem 1.5rem;
  background-color: transparent;
  border: 2px solid; }

/* Outlined button white border and text */
.button--secondary--light {
  border-color: white;
  color: white; }
  .button--secondary--light:hover {
    text-decoration: underline; }
  .button--secondary--light:active, .button--secondary--light:focus {
    border: 3px solid white;
    text-decoration: none; }

/* Outlined button yellow border with black text */
.button--secondary--dark {
  border-color: #eab502;
  color: black; }
  .button--secondary--dark:hover {
    text-decoration: underline;
    color: black; }
  .button--secondary--dark:active, .button--secondary--dark:focus {
    border: 3px solid #eab502;
    text-decoration: none; }

.button-right-arrow:after {
  content: "\e5e1";
  font-family: "Material Icons Outlined";
  position: relative;
  top: 2px;
  left: 5px;
  line-height: 0.9em; }

.button-drop-down:after {
  content: "\e5c5";
  font-family: "Material Icons Outlined";
  position: relative;
  top: 2px;
  left: 5px;
  line-height: 0.9em; }

.button-file-download:after {
  content: "file_download";
  font-family: "Material Icons Outlined";
  position: relative;
  top: 5px;
  left: 5px;
  line-height: 0.9em; }

.button-block:after {
  content: "block";
  font-family: "Material Icons Outlined";
  position: relative;
  top: 2px;
  left: 5px;
  line-height: 0.9em; }

.button-remove:after {
  content: "remove_circle_outline";
  font-family: "Material Icons Outlined";
  position: relative;
  top: 2px;
  left: 5px;
  line-height: 0.9em; }

.button-add-person:after {
  content: "person_add";
  font-family: "Material Icons Outlined";
  position: relative;
  top: 2px;
  line-height: 0.9em;
  margin: 0rem 0.5rem 0rem 2rem; }

.button--regular,
.ui-dialog-buttonset button,
.hijacked-warning .btn {
  padding: 1rem 1.5rem 1rem 1.5rem; }

.button--small {
  font-size: 1.4rem;
  padding: 0.2rem 1rem 0.2rem 1rem; }

.button--menu {
  background-color: transparent;
  border-radius: 0;
  text-decoration: none; }

.button--menu--enabled:hover {
  text-decoration: underline; }

.button--menu--disabled {
  color: #d8d8d8; }
  .button--menu--disabled:hover {
    cursor: default; }

.button--menu--primary {
  font-size: 2.7rem;
  margin: 0rem 4rem 0rem 1rem;
  color: #383b3b; }
  .button--menu--primary:hover {
    color: #383b3b;
    text-decoration: underline; }

.button--menu--secondary {
  font-size: 1.8rem;
  margin: 0rem 2rem 0rem 2rem; }

#classes-table .button {
  display: inline-block; }

.button--primary--danger,
.ui-dialog-buttonset button,
.hijacked-warning .btn {
  background: #ff0000;
  color: white; }
  .button--primary--danger:hover,
  .ui-dialog-buttonset button:hover,
  .hijacked-warning .btn:hover {
    background: #df0531;
    color: white; }

.django-hijack-button-bootstrap {
  margin: 0rem 0rem 0rem 5rem; }

.button--dropdown {
  background: transparent;
  border: 2px solid #eab502;
  color: #383b3b;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  outline: none; }
  .button--dropdown .glyphicon {
    font-size: 2rem;
    padding: 0rem 0rem 0rem 1rem;
    display: inline-flex;
    position: relative;
    top: 5px; }
  .button--dropdown:after {
    font-size: 2.4rem;
    padding: 0rem 0rem 0rem 2.5rem;
    font-weight: normal;
    line-height: 1;
    content: "\e5cf";
    font-family: "Material Icons Outlined"; }
  .button--dropdown[aria-expanded="true"]:after {
    content: "\e5ce"; }
  .button--dropdown:hover .dropdown__text {
    text-decoration: underline; }

.button--register {
  padding: 1rem 3rem 1rem 3rem;
  background: #ffd23b;
  color: black; }
  .button--register:hover {
    background: #eab502;
    color: black; }

.button-group > :not(:first-child) {
  margin: 0rem 0rem 0rem 2rem; }

.button-group__icon {
  padding: 1.5rem 0rem 0rem 0rem; }
  .button-group__icon .button {
    align-items: center;
    display: inline-flex;
    justify-content: space-between; }
    .button-group__icon .button .material-icons-outlined {
      margin: 0rem 0rem 0rem 1rem; }

.resource-buttons {
  padding: 4rem 0rem 0rem 0rem; }
  .resource-buttons a {
    margin: 0rem 2rem 2rem 0rem;
    display: inline-flex; }

.button--banner--container {
  display: flex;
  flex-wrap: wrap; }

.button--banner + .button--banner {
  margin: 0 0 0 30px; }

.button--login {
  margin-top: 15px; }

.games-table__cell .dropdown, .games-table__cell .button--dropdown {
  width: 100%; }

.games-table__cell .button--dropdown {
  border: none;
  margin: 0;
  width: 100%;
  max-width: 100%; }

.games-table__cell .dropdown-menu {
  width: 100%; }

@media (min-width: 992px) {
  .menu__item {
    display: none; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .button--menu--primary {
    margin: 0rem 3rem 0rem 0rem; }
  .button--menu--secondary {
    margin: 0rem 1rem 0rem 1rem; }
  .button--menu--enabled {
    font-size: 1.8rem; } }

@media (max-width: 991px) {
  .button--menu__item {
    font-size: 3rem;
    align-items: center;
    background-color: white;
    border-bottom: 1px solid #e0e0e0;
    color: #383b3b;
    display: flex;
    height: 60px;
    justify-content: space-between;
    text-align: left;
    width: 100%; }
    .button--menu__item:hover {
      color: #383b3b; }
    .button--menu__item.button--register {
      background: #f89938;
      border: 0;
      justify-content: center; }
    .button--menu__item.login {
      border: 2px solid #eab502;
      margin: 0; }
    #login-tabs > .button--menu__item {
      border: 2px solid #eab502;
      border-top: 0; }
  .menu__item {
    font-size: 3rem;
    align-items: center;
    background-color: #f0f0f0;
    display: flex;
    height: 60px;
    justify-content: center;
    text-align: center;
    width: 100%; }
    .menu__item .button--secondary--dark {
      margin: 0rem 0rem 0rem 3rem; }
      .menu__item .button--secondary--dark .glyphicon {
        font-size: 3.2rem; }
  .button--menu__item--sub-header:after {
    content: "\e5c5";
    font-family: "Material Icons Outlined";
    font-size: 32px; }
  .button--menu__item--sub-header[aria-expanded="true"]:after {
    content: "\e5c7"; }
  .button--menu__item--teacher {
    background-color: #5f0f40; }
  .button--menu__item--student {
    background-color: #f89938; }
  .button--menu__item--independent {
    background-color: #9a031e; }
  .button--menu__item__sub {
    padding-left: 30px; }
  .button--menu__item__sub__sub {
    padding-left: 50px; } }

.footer {
  padding: 4.5rem 0rem 4.5rem 0rem;
  background-color: #f89938;
  box-shadow: 0 -2px 7px 1px rgba(0, 0, 0, 0.1);
  text-align: center; }
  .footer p {
    font-size: 1.7rem; }
  .footer label,
  .footer .copyright {
    font-size: 1.6rem; }
  .footer small {
    font-size: 1.2rem; }
  .footer p,
  .footer label {
    padding: 0rem 0rem 1rem 0rem;
    font-weight: 600;
    margin: 0; }
  .footer small {
    padding: 0rem 0rem 1rem 0rem; }
  .footer form {
    margin: 4.5rem 0rem 4.5rem 0rem;
    padding: 0; }
  .footer p,
  .footer label,
  .footer small {
    color: white; }
    .footer p a,
    .footer p a:visited,
    .footer p a:active,
    .footer label a,
    .footer label a:visited,
    .footer label a:active,
    .footer small a,
    .footer small a:visited,
    .footer small a:active {
      border: none;
      color: white;
      text-decoration: none; }
    .footer p a:hover,
    .footer label a:hover,
    .footer small a:hover {
      border-bottom: 1px solid white;
      color: white; }
  .footer .external-links {
    margin: 2rem 0rem 2rem 0rem;
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .footer .social-media a,
  .footer .social-media a:hover {
    color: white;
    display: flex; }
  .footer .social-media {
    font-size: 5.8rem;
    align-items: center;
    display: flex; }
  .footer input[type="email"] {
    border: none;
    border-radius: 0;
    margin: 0;
    vertical-align: middle; }
    .footer input[type="email"]:focus {
      border: none;
      outline: none; }
  .footer .form--news-signup {
    align-items: center;
    display: flex; }
    .footer .form--news-signup .form--news-signup__input {
      align-items: flex-start;
      display: flex;
      flex: 1;
      flex-direction: column; }
    .footer .form--news-signup .input--icon {
      width: 100%; }
    .footer .form--news-signup #newsletter_email_field {
      padding: 0rem 4rem 0rem 1.5rem; }
    .footer .form--news-signup .iconify-email-outline {
      font-size: 2.4rem;
      margin: 0rem 1.5rem 0rem 0rem;
      position: absolute; }
  .footer .footer-links {
    margin: 0rem -1.5rem 0rem -1.5rem;
    text-align: center;
    margin-bottom: 30px; }
  .footer .button {
    padding: 0.9rem 1.5rem 1.1rem 1.5rem;
    margin: 0.5rem 2rem 0rem 2rem;
    border: 0; }
  .footer .social-media a {
    margin: 0rem 2rem 0rem 0rem; }

@media (max-width: 991px) {
  .footer {
    text-align: center; }
    .footer img {
      padding: 2.5rem 0rem 0rem 0rem;
      float: none; }
    .footer tr {
      display: grid; }
    .footer .external-links,
    .footer .form--news-signup {
      flex-direction: column; }
    .footer .social-media a {
      margin: 0rem 1rem 0rem 1rem; }
    .footer .form--news-signup__input {
      width: 100%; } }

@media (max-width: 991px) and (min-width: 768px) {
  .footer .button,
  .footer .external-links {
    margin: 0; }
  .footer .form--news-signup {
    align-items: baseline; } }

@media (max-width: 767px) {
  .footer .button {
    width: 100%; }
  .footer .landscape-logo {
    max-width: 60%; } }

form {
  padding: 2rem 0rem 3rem 0rem; }
  form button {
    margin: 2rem 0rem 1rem 0rem; }
  form input[type="text"],
  form input[type="email"],
  form input[type="password"],
  form select {
    margin: 1rem 0rem 1rem 0rem;
    padding: 0rem 1rem 0rem 1rem;
    border: 1px solid #808080;
    height: 42px;
    width: 100%; }
    form input[type="text"]:focus,
    form input[type="email"]:focus,
    form input[type="password"]:focus,
    form select:focus {
      border: 1px solid #808080;
      outline: none; }
  form input[type="checkbox"] {
    height: 20px; }
  form p {
    padding: 0; }
  form textarea {
    margin: 1rem 0rem 1rem 0rem;
    padding: 1rem 0rem 0rem 1rem;
    width: 100%; }
  form ul {
    color: #d60026;
    font-style: italic;
    list-style: none;
    padding: 0;
    text-align: left; }

.form--login {
  display: flex; }

.form--register {
  padding: 8rem 0rem 3rem 0rem;
  text-align: center; }
  .form--register h1 {
    text-align: center; }
  .form--register label {
    display: block;
    text-align: left; }
  .form--register .errorlist {
    color: #d60026;
    font-style: italic;
    list-style: none;
    padding: 0;
    text-align: left; }
  .form--register .no-password {
    padding: 1.5rem 0rem 3rem 0rem;
    text-align: center; }

.form--register--teacher {
  color: white;
  background-color: #ee0857; }
  .form--register--teacher a,
  .form--register--teacher a:hover {
    color: white; }
  .form--register--teacher input {
    color: black; }
  .form--register--teacher .errorlist {
    color: white; }

.form--register--student {
  color: white;
  background-color: #f89938; }
  .form--register--student a,
  .form--register--student a:hover {
    color: white; }
  .form--register--student input {
    color: black; }

.form--register--indep-student {
  color: black;
  background-color: #ffc709; }
  .form--register--indep-student a,
  .form--register--indep-student a:hover {
    color: black; }

.form__checkbox {
  display: flex;
  align-items: center;
  font-size: 75%;
  padding: 1.2% 0% 2.5% 1.2%; }

.form__checkbox-input {
  padding-right: 25px; }
  .form__checkbox-input input[type="checkbox"] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2);
    /* IE */
    -moz-transform: scale(2);
    /* FF */
    -webkit-transform: scale(2);
    /* Safari and Chrome */
    -o-transform: scale(2);
    /* Opera */
    transform: scale(2);
    /* Universal */
    padding: 10px; }

.form--register--text p {
  text-align: left; }

.form__choice {
  margin: 4rem 0rem 0rem 3.7rem;
  background-color: white;
  border-radius: 50%;
  height: 75px;
  text-align: center;
  width: 75px; }
  .form__choice h3 {
    padding: 1.5rem 0rem 0rem 0rem;
    color: #383b3b; }

.input--icon {
  align-items: center;
  display: flex;
  justify-content: flex-end; }

@media (max-width: 767px) {
  .form__choice {
    display: none; }
  .form--register {
    padding: 4rem 0rem 3rem 0rem;
    width: 100%; } }

/* This is to fix the font in input boxes on the first load of the page  */
input:-webkit-autofill::first-line {
  font-size: 18px;
  font-family: "Inter"; }

/* This is to make the background of input box white */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important; }

/* Available in the new bootstrap */
.w-100 {
  width: 100%; }

.grid {
  column-gap: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  text-align: start;
  justify-content: center; }
  .grid > * {
    display: flex;
    flex-direction: column; }
  .grid .grid-item__title {
    margin: 0;
    padding: 0; }
  .grid .grid-item__expand {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto; }

.grid__fit {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

.card {
  border-radius: 4px;
  box-shadow: 0rem 0.5rem 0.8rem 0rem rgba(0, 0, 0, 0.2);
  margin: 2rem 0rem 0rem 0rem;
  background-color: white;
  padding: 0; }
  .card .card__title {
    margin: 0;
    padding: 0; }
  .card .card__text {
    padding: 2rem 2rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between; }
  .card .card__images {
    position: relative;
    text-align: center; }
  .card .card__image {
    display: block;
    margin: auto;
    border-radius: 4px; }
  .card .card__thumbnail {
    color: white;
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    top: 50%;
    transform: translate(-50%, -50%);
    width: fit-content; }
  .card .button {
    margin: 2rem 0rem 0rem 0rem; }

.grid-characters .card__title {
  padding: 2rem 2rem 2rem 2rem;
  color: #0c52a3;
  margin: 0;
  text-align: center; }

.grid-characters .card__image {
  padding: 0rem 2rem 0rem 2rem;
  display: block;
  max-height: 425px;
  margin: 0 auto; }

.grid-worksheets .card:last-child {
  display: flex;
  flex-direction: column; }

.grid-worksheets .card__image {
  width: -webkit-fill-available;
  width: -moz-available; }

@media (min-width: 768px) {
  .card__text {
    font-size: 1.8rem; }
  .grid-games {
    column-gap: 5rem;
    display: grid;
    grid-auto-flow: column;
    grid-template: auto auto auto / auto; }
    .grid-games img {
      min-height: 240px; }
  .grid-sessions {
    border-top: 1px solid #9b9b9b;
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: 13% auto 13% 3% 3%; }
    .grid-sessions > * {
      align-items: center;
      border-bottom: 1px solid #9b9b9b;
      display: flex; }
    .grid-sessions .grid-icon {
      max-height: 60%;
      max-width: 60%; }
  .grid-resources {
    border-top: 1px solid #9b9b9b;
    display: grid;
    grid-auto-rows: auto; }
    .grid-resources > * {
      border-bottom: 1px solid #9b9b9b; }
  .grid-benefits {
    column-gap: 5rem;
    display: grid;
    grid-template-areas: "image1 image2 image3" "title1 title2 title3" "text1 text2 text3" "button1 button2 button3";
    grid-template-columns: repeat(3, 1fr);
    text-align: start;
    padding: 3rem 3rem 3rem 3rem; }
  .grid-benefits__button {
    align-content: center;
    display: flex; }
  .grid-benefits__button1 {
    grid-area: button1; }
  .grid-benefits__button2 {
    grid-area: button2; }
  .grid-benefits__button3 {
    grid-area: button3; }
  .grid-resources--ks1 {
    grid-template-columns: 13% repeat(4, auto); }
  .grid-resources--ks2 {
    grid-template-columns: 13% repeat(3, auto); }
  .grid-resources--lower-ks3 {
    grid-template-columns: 13% repeat(4, auto); }
  .grid-resources--intermediate-ks3 {
    grid-template-columns: 13% repeat(2, auto); }
  .grid-resources--upper-ks3 {
    grid-template-columns: 13% repeat(3, auto); } }

@media (max-width: 767px) {
  .grid-icon {
    display: none; }
  .grid-benefits {
    display: grid;
    grid-template-areas: "image1" "title1" "text1" "button1" "image2" "title2" "text2" "button2" "image3" "title3" "text3" "button3";
    row-gap: 20px; } }

.dropdown, .button--dropdown {
  display: flex; }
  .dropdown.header__account-details-dropdown, .header__account-details-dropdown.button--dropdown {
    justify-content: flex-end; }
  .dropdown > .button--menu--enabled:hover, .button--dropdown > .button--menu--enabled:hover {
    text-decoration: none; }

.dropdown__text {
  display: block;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  width: 80%;
  white-space: nowrap; }
  .login > .dropdown__text {
    overflow: visible; }

.dropdown-menu {
  border-radius: 0rem 0rem 0rem 0rem;
  border: 2px solid #eab502;
  border-top: 0;
  font-weight: 300;
  margin: 0;
  max-height: 300px;
  min-width: 0;
  overflow: auto;
  padding: 0; }
  .dropdown-menu a {
    text-decoration: none; }
  .dropdown-menu .dropdown-menu__option .button--regular,
  .dropdown-menu .dropdown-menu__option .button--regular:hover,
  .dropdown-menu .dropdown-menu__option .button--regular:focus,
  .dropdown-menu .dropdown-menu__option .button--regular:visited {
    line-height: 2.5rem;
    padding: 1rem 1.5rem 1rem 1.5rem;
    align-items: center;
    background: white;
    border-bottom: 2px solid #eab502;
    color: #383b3b;
    display: flex;
    justify-content: space-between;
    margin: 0; }
    .dropdown-menu .dropdown-menu__option .button--regular .dropdown-menu__option__text,
    .dropdown-menu .dropdown-menu__option .button--regular:hover .dropdown-menu__option__text,
    .dropdown-menu .dropdown-menu__option .button--regular:focus .dropdown-menu__option__text,
    .dropdown-menu .dropdown-menu__option .button--regular:visited .dropdown-menu__option__text {
      text-decoration: none; }
    .dropdown-menu .dropdown-menu__option .button--regular .glyphicon,
    .dropdown-menu .dropdown-menu__option .button--regular:hover .glyphicon,
    .dropdown-menu .dropdown-menu__option .button--regular:focus .glyphicon,
    .dropdown-menu .dropdown-menu__option .button--regular:visited .glyphicon {
      font-size: 1.8rem;
      padding: 0rem 1rem 0rem 0rem; }
  .dropdown-menu .dropdown-menu__option .button--regular:hover .dropdown-menu__option__text {
    cursor: pointer;
    text-decoration: underline; }
  .dropdown-menu .dropdown-menu__option:last-of-type .button--regular {
    border: none; }
  .dropdown-menu.header__account-details-dropdown-menu {
    left: auto;
    right: 0; }

.dropdown-content {
  box-shadow: 0rem 0.8rem 1.6rem 0rem rgba(0, 0, 0, 0.2);
  margin: 5.4rem 0rem 0rem 0rem;
  background-color: white;
  display: none;
  position: absolute;
  min-width: 140px;
  width: 100%;
  z-index: 100; }
  .dropdown-content a {
    color: #383b3b;
    display: block;
    padding: 12px 16px;
    text-decoration: none; }
  .dropdown-content a:hover {
    text-decoration: none; }
    .dropdown-content a:hover small {
      font-weight: 400;
      text-decoration: underline; }

.dropdown:hover .button--menu--student--active, .button--dropdown:hover .button--menu--student--active {
  border-bottom: 6px solid white; }

.dropdown:hover .dropdown-content, .button--dropdown:hover .dropdown-content {
  display: block; }

.button--dropdown.header__account-details-dropdown {
  justify-content: space-between; }
  .button--dropdown.header__account-details-dropdown::after {
    content: "\e8a6"; }

.menu {
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.1); }
  .menu .material-icons-outlined.md-32 {
    font-size: 3.2rem; }
  .menu a {
    display: flex;
    align-items: center;
    height: 100%; }
  .menu button,
  .menu .dropdown-menu {
    max-width: 350px; }

@media (min-width: 992px) {
  .header__account-details-dropdown,
  .header__account-details-dropdown-menu {
    min-width: 190px;
    width: 80%;
    background: transparent; } }

@media (min-width: 768px) and (max-width: 991px) {
  .menu__brand {
    padding: 1rem 0rem 1rem 0rem; }
  .header__account-details-dropdown,
  .header__account-details-dropdown-menu {
    width: 100%; } }

@media (min-width: 768px) {
  .menu__right-side {
    align-items: center;
    justify-content: flex-end;
    display: flex; } }

@media (min-width: 1200px) {
  .menu {
    height: 100px; }
    .menu .logo {
      height: 100%; }
    .menu .menu__brand {
      margin: 0rem 3.5rem 0rem 0rem; }
    .menu .menu__brand--ocado img {
      height: 52px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .menu {
    height: 80px; }
    .menu .logo {
      padding: 1.5rem 4.5rem 1.5rem 1.5rem; }
    .menu .menu__brand--ocado img {
      height: 42px; } }

@media (min-width: 992px) {
  .menu {
    background-color: white;
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 201; }
    .menu .button--menu {
      border-radius: 0; }
      .menu .button--menu:hover, .menu .button--menu:focus {
        font-weight: normal; }
    .menu .button--menu--secondary {
      padding: 1.5rem 0rem 1.5rem 0rem; }
    .menu .button--menu--enabled {
      color: #383b3b; }
    .menu .button--menu--disabled {
      color: #d8d8d8; }
    .menu .button--register {
      margin: 0rem 3rem 0rem 0rem;
      justify-content: center; }
    .menu .button--register,
    .menu .login {
      padding: 1rem 1.5rem 1rem 1.5rem;
      width: 155px;
      height: 45px; }
  .menu__brand {
    align-items: center;
    display: flex;
    justify-content: center; }
    .menu__brand img {
      max-width: none; }
  .menu__left-side {
    align-items: center;
    display: flex; }
  .button--menu__item,
  .button--menu__item__sub {
    display: none; }
  .header__login-options-dropdown-menu {
    width: 100%; } }

@media (max-width: 991px) {
  .menu .menu__brand {
    padding: 1.5rem 2rem 1.5rem 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
    .menu .menu__brand .menu__brand--ocado {
      margin-right: 33px; }
  .menu .logo {
    padding: 0; }
  .menu button {
    margin: 1.5rem 0.5rem 0rem 0.5rem; }
  .menu .button--menu {
    display: none; }
  .menu__right-side {
    display: none; }
  .menu__left-side {
    padding: 0rem 0rem 1rem 0rem;
    align-items: center;
    display: inline; }
  #menu-items button,
  #menu-items .button {
    padding: 0rem 1.5rem 0rem 1.5rem;
    max-width: none; }
    #menu-items button.login,
    #menu-items .button.login {
      padding-left: 2rem; }
    #menu-items button.button--menu__item__sub,
    #menu-items .button.button--menu__item__sub {
      padding-left: 3rem; }
    #menu-items button.button--menu__item__sub__sub,
    #menu-items .button.button--menu__item__sub__sub {
      padding-left: 5rem; }
  #menu-items #login-tabs > .button {
    padding-left: 1rem; } }

@media (max-width: 767px) {
  .menu {
    height: 80px; }
    .menu .menu__brand--ocado img {
      height: 42px; } }

img {
  max-height: 100%;
  max-width: 100%; }

.img-border {
  border: 1px solid #4a4a4a; }

.homepage-info img {
  padding: 0rem 0rem 1.5rem 0rem; }

.homepage-info div[class*="col-"] {
  padding: 0rem 3rem 0rem 3rem; }

.background {
  padding-top: 2rem;
  padding-bottom: 4rem; }

.background--primary {
  background-color: #f1ecec; }

.bg-image {
  margin-top: 1.5em; }

.background--swirl {
  background-image: url("/static/game/image/ocado-swirl.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.image-row {
  align-items: baseline;
  display: flex;
  justify-content: center; }
  .image-row div {
    padding: 0rem 3rem 0rem 3rem; }
  .image-row img {
    padding: 0rem 2rem 0rem 2rem;
    vertical-align: bottom; }

.portrait {
  display: block;
  margin: auto; }

.logo {
  padding: 1.5rem 7rem 1.5rem 1.5rem; }

.glyphicon {
  font-size: 3rem;
  font-weight: 500; }

.glyphicon-home {
  padding: 0rem 0rem 1.4rem 0rem; }

.youtube img {
  border: 1px solid white; }

.error-page img {
  height: 75%;
  position: absolute;
  right: 15%;
  top: 12%; }

.grid-benefits__image {
  padding: 0rem 0rem 1.5rem 0rem;
  justify-self: center;
  align-self: center; }

.grid-benefits__image1 {
  grid-area: image1; }

.grid-benefits__image2 {
  grid-area: image2; }

.grid-benefits__image3 {
  grid-area: image3; }

.educate-homepage {
  content: url("/static/myrank/image/home_educate.png");
  width: 70%;
  object-fit: contain; }

.play-homepage {
  content: url("/static/myrank/image/home_play.png");
  width: 70%;
  object-fit: contain; }

@media (max-width: 767px) {
  .image-row {
    align-items: center;
    flex-direction: column; }
    .image-row img {
      padding: 1rem 0rem 1rem 0rem; }
  .error-page img {
    display: none; } }

.arrows {
  padding: 2rem 4rem 0rem 0.5rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  text-align: center; }

.onboarding-step {
  margin: 0rem 0.8rem 0rem 0.8rem;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 250px; }
  .onboarding-step img {
    margin: 0rem 1rem 0.5rem 2.5rem; }

.onboarding-step__text {
  align-items: center;
  display: inline-flex;
  justify-content: center; }

.onboarding-step--in-progress {
  background: white; }
  .onboarding-step--in-progress p {
    color: #383b3b; }
  .onboarding-step--in-progress:before, .onboarding-step--in-progress:after {
    border-color: transparent;
    border-style: solid; }
  .onboarding-step--in-progress:before {
    border-left-color: #5f0f40; }
  .onboarding-step--in-progress:after {
    border-left-color: white; }

.onboarding-step--todo {
  background: #383b3b; }
  .onboarding-step--todo:before, .onboarding-step--todo:after {
    border-color: transparent;
    border-style: solid; }
  .onboarding-step--todo:before {
    border-left-color: #5f0f40; }
  .onboarding-step--todo:after {
    border-left-color: #383b3b; }

.step {
  padding-top: 30px; }

@media (min-width: 1570px) {
  .onboarding-step--done:before, .onboarding-step--done:after {
    height: 35px;
    width: 35px; }
  .onboarding-step--done:after {
    right: -35px; }
  .onboarding-step--in-progress:before, .onboarding-step--in-progress:after {
    border-bottom-width: 25px;
    border-top-width: 25px; }
  .onboarding-step--in-progress:before {
    border-left-width: 25px; }
  .onboarding-step--in-progress:after {
    border-left-width: 25px;
    right: -28px; }
  .onboarding-step--todo:before, .onboarding-step--todo:after {
    border-bottom-width: 25px;
    border-top-width: 25px; }
  .onboarding-step--todo:before {
    border-left-width: 25px; }
  .onboarding-step--todo:after {
    border-left-width: 25px;
    right: -28px; }
  .onboarding-step {
    height: 50px; } }

@media (max-width: 1569px) {
  .onboarding-step--done:before, .onboarding-step--done:after {
    height: 53.2px;
    width: 53.2px; }
  .onboarding-step--done:after {
    right: -53.2px; }
  .onboarding-step--in-progress:before, .onboarding-step--in-progress:after {
    border-bottom-width: 38px;
    border-top-width: 38px; }
  .onboarding-step--in-progress:before {
    border-left-width: 38px; }
  .onboarding-step--in-progress:after {
    border-left-width: 38px;
    right: -41px; }
  .onboarding-step--todo:before, .onboarding-step--todo:after {
    border-bottom-width: 38px;
    border-top-width: 38px; }
  .onboarding-step--todo:before {
    border-left-width: 38px; }
  .onboarding-step--todo:after {
    border-left-width: 38px;
    right: -41px; }
  .onboarding-step {
    height: 76px; }
    .onboarding-step img {
      margin: 0rem 1rem 0.5rem 1rem; }
    .onboarding-step p {
      line-height: 2rem;
      margin: 0rem 0rem 0rem 0rem; }
  .onboarding-step__text {
    margin: 0rem 0rem 0rem 4.5rem;
    z-index: 100; }
  .onboarding-step--done p {
    margin: 0rem -1rem 0rem 0rem; } }

@media (min-width: 768px) {
  .onboarding-step--done {
    background: #5f0f40;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    color: white; }
    .onboarding-step--done:before, .onboarding-step--done:after {
      background: transparent;
      border-right: 1px solid white;
      border-top: 1px solid white;
      content: '';
      position: absolute;
      top: 0;
      transform: rotate(45deg);
      transform-origin: 0 0; }
    .onboarding-step--done:before {
      left: 0; }
  .onboarding-step--in-progress:before, .onboarding-step--in-progress:after {
    content: '';
    position: absolute;
    top: 0; }
  .onboarding-step--in-progress:before {
    left: 0; }
  .onboarding-step--todo {
    background: #383b3b;
    color: white; }
    .onboarding-step--todo:before, .onboarding-step--todo:after {
      content: '';
      position: absolute;
      top: 0; }
    .onboarding-step--todo:before {
      left: 0; } }

@media (max-width: 767px) {
  .arrows {
    padding: 0rem 0rem 0rem 1.5rem;
    flex-direction: column-reverse;
    text-align: left;
    width: 95%; }
  .onboarding-step {
    margin: 0rem 0.8rem 1rem 0.8rem;
    height: 40px;
    justify-content: flex-start;
    width: 100%; }
    .onboarding-step img {
      margin: 0rem 1rem 0.5rem 1.5rem;
      height: 20px;
      width: 20px; }
  .onboarding-step__text {
    margin: 0; }
  .onboarding-step--done {
    border: 1px solid white; }
  .onboarding-step--todo {
    color: white; } }

.popup-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 300;
  -webkit-transition: visibility 0s linear 0.15s, opacity 0.15s ease-out;
  -moz-transition: visibility 0s linear 0.15s, opacity 0.15s ease-out;
  -o-transition: visibility 0s linear 0.15s, opacity 0.15s ease-out;
  -ms-transition: visibility 0s linear 0.15s, opacity 0.15s ease-out;
  transition: visibility 0s linear 0.15s, opacity 0.15s ease-out; }
  .popup-wrapper .popup-box {
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin: 20% auto 0;
    overflow: hidden;
    width: 440px; }
    .popup-wrapper .popup-box .popup-box__msg {
      padding: 0rem 2.5rem 2.5rem 2.5rem;
      text-align: left; }
      .popup-wrapper .popup-box .popup-box__msg p {
        font-size: 1.8rem;
        margin: 0rem 0rem 0rem 0rem;
        padding: 0.5rem 0rem 0.5rem 0rem;
        color: black; }
    .popup-wrapper .popup-box .popup-box__buttons {
      margin: 2.5rem 2.5rem 2.5rem 2.5rem;
      display: flex;
      justify-content: flex-end; }
      .popup-wrapper .popup-box .popup-box__buttons .button {
        margin: 0rem 1rem 1rem 1rem;
        padding: 0.5rem 1.5rem 0.5rem 1.5rem;
        border-style: solid; }
    .popup-wrapper .popup-box .popup-box__title {
      padding: 2.5rem 2.5rem 0rem 2.5rem;
      background-color: white;
      display: flex;
      justify-content: flex-start; }
      .popup-wrapper .popup-box .popup-box__title h3 {
        font-size: 2rem;
        margin: 0rem 0rem 0rem 0rem;
        padding: 0rem 0.5rem 0rem 0.5rem;
        color: black;
        display: inline-block;
        font-weight: bold; }

.popup--fade {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  -ms-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out; }

@media (max-width: 767px) {
  .popup-wrapper .popup-box {
    width: 80%; } }

.sub-nav,
.hijacked-warning {
  padding: 0rem 2rem 0rem 2rem;
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
  text-align: center;
  width: 100%;
  z-index: 200; }
  .sub-nav .material-icons-outlined.md-32,
  .hijacked-warning .material-icons-outlined.md-32 {
    font-size: 3.2rem; }
  .sub-nav .button,
  .hijacked-warning .button {
    margin: 0rem 1.6rem 0rem 1.6rem; }
  .sub-nav .dropdown .button, .sub-nav .button--dropdown .button,
  .hijacked-warning .dropdown .button,
  .hijacked-warning .button--dropdown .button {
    margin: 0rem 0.1rem 0rem 0.1rem; }
  .sub-nav .dropdown-menu,
  .hijacked-warning .dropdown-menu {
    width: 100%; }
    .sub-nav .dropdown-menu .dropdown-menu__option .button,
    .hijacked-warning .dropdown-menu .dropdown-menu__option .button {
      border-bottom: 1px solid #eab502; }
  .sub-nav form,
  .hijacked-warning form {
    padding: 0; }
    .sub-nav form .button,
    .hijacked-warning form .button {
      margin: 0; }
  .sub-nav p,
  .hijacked-warning p {
    padding: 0rem 2rem 0rem 2rem;
    text-align: left; }

.sub-nav--hidden {
  display: none; }

.sub-nav--fixed {
  margin: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 202; }

.sub-nav--warning {
  background-color: #9a031e; }
  .sub-nav--warning p,
  .sub-nav--warning a,
  .sub-nav--warning a:hover {
    color: black; }
  .sub-nav--warning .button--secondary--dark:hover, .sub-nav--warning .button--secondary--dark:active, .sub-nav--warning .button--secondary--dark:focus {
    background-color: #383b3b;
    color: white; }

.sub-nav--warning--fixed {
  margin: 0;
  position: fixed;
  top: 100px;
  width: 100%;
  z-index: 200; }

.sub-nav--message--fixed {
  margin: 0;
  position: fixed;
  top: 100px;
  width: 100%;
  z-index: 200; }

.sub-nav--key-stage {
  background-color: #b800d2; }
  .sub-nav--key-stage .sub-nav__text {
    color: white;
    margin: 0; }

.sub-nav--filler {
  padding-top: 0; }

.sub-nav--teacher {
  background-color: #9a031e;
  color: white; }
  .sub-nav--teacher a:hover,
  .sub-nav--teacher a:focus,
  .sub-nav--teacher a:active {
    color: white; }
  .sub-nav--teacher a:hover {
    text-decoration: underline; }

.sub-nav--student {
  background-color: #f89938; }

.sub-nav__content {
  align-items: center;
  display: flex;
  justify-content: space-evenly; }
  .sub-nav__content .button-group {
    padding: 0; }
  .sub-nav__content p {
    width: 65%; }

.success,
.info,
.warning {
  background-color: #9a031e;
  border-bottom: 1px solid #808080; }

.hijacked-warning .close {
  display: none; }

@media (min-width: 1200px) {
  .sub-nav--fixed {
    height: 100px; }
  .sub-nav--filler {
    padding: 16rem 0rem 0rem 0rem; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .sub-nav--fixed {
    height: 80px; }
  .sub-nav--warning--fixed,
  .sub-nav--message--fixed {
    top: 80px; }
  .sub-nav--filler {
    padding: 14rem 0rem 0rem 0rem; } }

@media (min-width: 992px) {
  .sub-nav__content p {
    padding: 0; } }

@media (max-width: 991px) {
  .sub-nav {
    padding: 2rem 2rem 2rem 2rem;
    height: auto; }
    .sub-nav .button {
      margin: 0rem 0.3rem 0rem 0.3rem; }
  .sub-nav__content p {
    padding-left: 0; }
  .sub-nav--warning--fixed,
  .sub-nav--message--fixed {
    position: static; }
  .sub-nav--filler {
    padding: 6rem 0rem 0rem 0rem; } }

table {
  margin: 20px auto 20px auto;
  width: 100%; }
  table button {
    font-size: 1.4rem;
    padding: 0.2rem 1rem 0.2rem 1rem;
    min-width: 70px; }

th {
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-weight: 500;
  color: white; }

td {
  padding: 1rem 1rem 1rem 1rem; }
  td p {
    padding: 0rem 2rem 0rem 0rem;
    vertical-align: middle; }

table,
th,
td {
  border: 2px solid white; }

.header-primary th {
  background-color: #6e7171; }

.data-primary td:not(.no-bg) {
  background-color: #f1ecec; }

.cell-center {
  text-align: center; }

.cell-left {
  text-align: start; }

.table-footer button {
  margin: 0rem 1.9rem 0rem 1.9rem;
  float: left; }

.status-indicator {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 10px;
  margin: auto;
  width: 10px; }

.status-indicator--off {
  background: #ff0000; }

.status-indicator--on {
  background: #7ed321; }

.status-indicator--standby {
  background: #fab300; }

.status-indicator--game {
  margin: auto 10px auto 0px; }

.student-table a[class^="button"] {
  padding: auto; }

.student-table input {
  margin: 0rem 0.5rem 0rem 0rem; }

.student-table__header * {
  padding: 0; }

.student-table__header .student-table__cell {
  align-items: center;
  display: flex;
  justify-content: center; }

.student-table__cell {
  align-items: center;
  display: flex;
  justify-content: space-between; }

.games-table {
  table-layout: fixed;
  text-align: start; }

.games-table__header * {
  padding: auto; }

.games-table__cell {
  display: flex;
  justify-content: flex-start; }

.games-table__buttons {
  display: flex;
  justify-content: center;
  text-align: center; }
  .games-table__buttons .button--small {
    margin: 0rem 0.5rem 0.5rem 0rem;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem; }

.table--move td {
  background-color: white;
  border: 2px solid #f1ecec; }

.table--move input {
  font-style: italic; }

.resource {
  margin: 4rem 0rem 4rem 0rem;
  text-align: left; }
  .resource .resource__title {
    margin: 3rem 0rem 1rem 0rem; }

@media (max-width: 767px) {
  .games-table {
    width: 100%;
    word-break: keep-all; }
  .games-table__buttons {
    flex-direction: column; }
  .games-table__cell {
    width: auto; }
  .games-table__header {
    font-size: 1.4rem; } }

body {
  color: #383b3b; }

h1 {
  font-size: 6rem;
  font-weight: 500; }
  h1 a,
  h1 a:hover,
  h1 a:active,
  h1 a:visited,
  h1 a:focus {
    color: white;
    font-weight: 500; }

h2 {
  font-size: 5.5rem;
  font-weight: 500; }

h3 {
  font-size: 4.5rem;
  font-weight: 500; }

h4 {
  font-size: 3rem;
  font-weight: 500; }

h5 {
  font-size: 2.4rem;
  font-weight: 500; }

h6 {
  font-size: 2rem;
  font-weight: 500; }

.subtitle1 {
  font-family: "Inter", sans-serif;
  font-size: 2.2rem; }

.subtitle2 {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 500; }

.quote {
  font-size: 2.4rem;
  font-weight: 500; }

a {
  color: #383b3b;
  text-decoration: underline; }

a:hover,
a:focus {
  color: #383b3b;
  text-decoration: underline;
  font-weight: 600; }

.grid-benefits__text1 {
  grid-area: text1; }

.grid-benefits__text2 {
  grid-area: text2; }

.grid-benefits__text3 {
  grid-area: text3; }

.grid-benefits__title {
  padding: 0rem 0rem 0rem 0rem; }

.grid-benefits__title1 {
  grid-area: title1; }

.grid-benefits__title2 {
  grid-area: title2; }

.grid-benefits__title3 {
  grid-area: title3; }

p,
div#ot-sdk-cookie-policy {
  padding: 1rem 0rem 1rem 0rem;
  margin: 0; }

small {
  font-size: 80%; }

.disabled {
  color: #9b9b9b; }

blockquote {
  border-left: none; }
  blockquote p {
    font-size: 2rem;
    line-height: 2.5rem;
    display: block;
    font-weight: lighter;
    text-align: right; }
    blockquote p.says {
      font-family: "Space Grotesk", sans-serif;
      font-size: 2.4rem;
      line-height: 3rem;
      font-weight: 500;
      color: #383b3b;
      padding: 0 0 0 2.5rem;
      position: relative;
      text-align: left; }

@media (min-width: 1400px) {
  html {
    font-size: 10px; }
  body {
    font-size: 18px; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  html {
    font-size: 9px; }
  body {
    font-size: 17px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 9px; }
  body {
    font-size: 16px; } }

@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 8px; }
  body {
    font-size: 15px; } }

@media (max-width: 767px) {
  html {
    font-size: 7px; }
  body {
    font-size: 14px; } }

.ui-dialog-titlebar {
  padding: 1rem 1rem 1rem 1rem;
  background: #ff0000 !important; }

.ui-dialog-title {
  font-size: 3rem;
  color: white !important;
  font-weight: 800 !important; }

.ui-dialog-titlebar-close {
  float: right !important; }

.ui-dialog {
  background: white;
  border: 1px solid #808080;
  left: 35% !important;
  position: fixed !important;
  top: 30% !important;
  width: 30% !important; }

.ui-dialog-buttonpane {
  padding: 1rem 1rem 1rem 1rem;
  display: flex !important;
  justify-content: flex-end !important; }

.ui-dialog-buttonset button {
  margin: 0rem 1rem 0rem 1rem; }

.ui-dialog-content {
  font-size: 2rem;
  padding: 1rem 1rem 1rem 1rem; }

.ui-widget-overlay {
  background: #666666 50% 50% repeat !important;
  opacity: 0.8 !important; }

.alternative-section {
  border-top: 1px solid #383b3b; }

.row {
  margin: 0; }

.row--small {
  padding: 2.5rem 0rem 0rem 0rem; }

.row--regular {
  padding: 5rem 0rem 5rem 0rem; }

.row--under {
  padding: 0rem 0rem 2rem 0rem; }

.top-element {
  margin: 8rem 0rem 0rem 0rem; }

.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .is-flex [class^='col-'] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column; }
  .is-flex img {
    align-self: center; }

.img-aspect-fill {
  object-fit: cover;
  width: 100%; }

.is-flex-item {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1; }

.hide {
  display: none; }

.popup-wrapper {
  padding: 0; }

.password-strength-container {
  align-items: center;
  display: inline-flex;
  justify-content: center; }

.center-flex {
  justify-content: center; }

.password-strength-sign {
  border: 1px solid white;
  border-radius: 50%;
  display: block;
  height: 15px;
  margin: auto;
  width: 15px; }

.password-strength-text {
  padding: 0rem 0rem 0rem 1rem;
  font-style: italic; }

.password-strength-text-old {
  padding: 0rem 0rem 0rem 1rem;
  color: black;
  font-style: italic; }

section {
  text-align: center; }
  section button {
    margin: 0rem 1rem 0rem 1rem; }
  section h4 {
    padding: 2rem 0rem 2rem 0rem; }
  section .youtube img {
    margin: 3rem 0rem 3rem 0rem; }

.col-center {
  float: none;
  margin-left: auto;
  margin-right: auto; }

#faqs answer,
#faqs input {
  display: none;
  margin-left: 8px; }

#faqs input:checked + label:before {
  content: '\2013'; }

#faqs input:checked ~ answer {
  display: block; }

#faqs input + label:before {
  content: '+'; }

.ks-tag {
  font-size: 1.6rem;
  margin: 0rem 0rem 0rem 1rem;
  padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  background-color: #cccccc;
  color: #808080;
  font-weight: normal;
  vertical-align: middle; }

.tab {
  list-style-type: none;
  margin: auto;
  overflow: hidden;
  padding: 0;
  width: auto; }
  .tab li {
    float: left;
    width: 50%; }
    .tab li a {
      font-size: 2rem;
      padding: 1rem 1.6rem 1rem 1.6rem;
      background-color: white;
      border: 1px solid #0c52a3;
      color: #0c52a3;
      display: inline-block;
      text-align: center;
      text-decoration: none;
      transition: 0.3s;
      width: 100%; }
    .tab li img {
      display: block;
      margin: auto;
      position: relative; }
    .tab li .active {
      background-color: #0c52a3;
      color: white; }

.tabcontent {
  padding: 0.6rem 0rem 0.6rem 0rem;
  display: none;
  width: 100%; }

iframe {
  border: none; }

.viewer-frame {
  margin-right: 30px;
  height: 800px; }

.pdf-list p:not(:first-of-type):after {
  margin: 0rem 0.5rem 0rem 1rem;
  background: url("/static/game/image/icon_pdf.png") no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 20px;
  vertical-align: sub;
  width: 20px; }

input.input-invalid {
  border-color: #d60026; }

@media (max-width: 1199px) {
  .col-sm-offset-2 {
    margin-left: 8.333%; }
  .col-center {
    width: 90%; } }

@media (min-width: 768px) {
  .row--flex {
    display: flex; }
  .col-sm-3 {
    width: 25%; } }

@media (max-width: 767px) {
  .col-sm-offset-2 {
    margin-left: 0; }
  .row--regular {
    padding: 0; } }

@media (min-width: 1200px) {
  body {
    padding-top: 100px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  body {
    padding-top: 80px; } }
