/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 * The last two arguments, @border-prop and @box-shadow-width, are only
 * used by .btn-default, which has a unique style.
 * Other buttons will use the default values for these last two arguments.
 */
.clearfix-remove:before,
.clearfix-remove:after {
  content: none;
}
/**
 * add gradient to text as a text color
 */
/**
 * Loading placeholder
 */
.loading-placeholder {
  background: #eeeeee;
  border-radius: 15px;
}
/**
    nedatluj tile using inline-block
    used on older exerciseTile and adminExerciseTile
 */
/**
    nedatluj tile using flex layout
    used on newer classTile (schools) and trainingGroupTile
 */
/**
 * Default size for circular icon background (used in mixins).
 */
/**
 * Creates a flexible, circular shape without a background.
 *
 * @param @circle-size (optional) - The diameter of the circle (default: @circle-size-default).
 * - Ensures content is vertically and horizontally centered.
 * - Generates a perfect circle using flexbox layout.
 */
/**
 * Extends the circular container with a background style.
 *
 * @param @circle-size (optional) - The diameter of the circle (default: @circle-size-default).
 * - Adds background styling for dropdown and sidebar icons.
 */
/**
    remove default style from <a> elements
    good for any clickable <a> components when used with .nedatluj-component-hover class
 */
/**
 * do not select text when clicking on sortable table header
 * https://stackoverflow.com/a/4407335/1303387
 */
/**
 * add gray bottom border to the component
 */
/**
 * style of <p> introduction texts on home and school landing pages
 */
/**
 * slightly scale .nedatluj-component on hover
 */
/**
 * disable .nedatluj-scale-animation animation
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #5911F0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #5911F0;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #E4E4E4;
}
hr.lg {
  border-top-width: 2px;
  border-radius: 2px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1,
.text-h1 {
  font-size: 36px;
}
h2,
.h2,
.text-h2 {
  font-size: 30px;
}
h3,
.h3,
.text-h3 {
  font-size: 24px;
}
h4,
.h4,
.text-h4 {
  font-size: 18px;
}
h5,
.h5,
.text-h5 {
  font-size: 16px;
}
h6,
.h6,
.text-h6 {
  font-size: 12px;
}
h1,
.h1,
h2,
.h2 {
  font-weight: 700;
}
h1.landing-heading,
h2.landing-heading,
h3.landing-heading {
  font-weight: 800;
  letter-spacing: -1px;
}
h1.landing-heading {
  font-size: 30px;
  line-height: 1.15;
}
@media (min-width: 992px) {
  h1.landing-heading {
    margin-bottom: 20px;
    font-size: 52px;
    letter-spacing: -2px;
  }
}
h2.landing-heading {
  font-size: 26px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  h2.landing-heading {
    margin-bottom: 30px;
    font-size: 42px;
  }
}
h3.landing-heading {
  font-size: 22px;
  line-height: 1.25;
}
@media (min-width: 992px) {
  h3.landing-heading {
    font-size: 32px;
  }
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .lead {
    font-size: 20px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.font-regular {
  font-weight: 400;
}
.font-bold {
  font-weight: 500;
}
.font-bolder {
  font-weight: 700;
}
.font-extra-bold {
  font-weight: 800;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #5911F0;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #5911F0;
}
.text-success {
  color: #59c73d;
}
a.text-success:hover,
a.text-success:focus {
  color: #59c73d;
}
.text-info {
  color: #0089FF;
}
a.text-info:hover,
a.text-info:focus {
  color: #0089FF;
}
.text-warning {
  color: #ffbb00;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffbb00;
}
.text-danger {
  color: #f03e3e;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f03e3e;
}
.text-plus {
  color: #F59D00;
}
a.text-plus:hover,
a.text-plus:focus {
  color: #F59D00;
}
.bg-primary {
  color: #fff;
  background-color: #5911F0;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #470cc2;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 11px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
}
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px 22px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #f5f5f5;
  background-image: none;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:hover,
.form-control:focus {
  background-color: white;
  outline: 0;
  -webkit-box-shadow: 0 0 0 4px rgba(89, 17, 240, 0.2);
  box-shadow: 0 0 0 4px rgba(89, 17, 240, 0.2);
}
.form-control:focus {
  border-color: #5911F0;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 44px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 59px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-right: 20px;
  margin-bottom: 0;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 38px;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 59px;
  padding: 15px 32px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 59px;
  line-height: 59px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 59px;
  padding: 15px 32px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 59px;
  line-height: 59px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 59px;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 55px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px !important;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 59px;
  height: 59px;
  line-height: 59px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #59c73d;
}
.has-success .form-control {
  border-color: #59c73d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #46a22f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9dde8c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9dde8c;
}
.has-success .input-group-addon {
  color: #59c73d;
  background-color: #dff0d8;
  border-color: #59c73d;
}
.has-success .form-control-feedback {
  color: #59c73d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ffbb00;
}
.has-warning .form-control {
  border-color: #ffbb00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #cc9600;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd666;
}
.has-warning .input-group-addon {
  color: #ffbb00;
  background-color: #fcf8e3;
  border-color: #ffbb00;
}
.has-warning .form-control-feedback {
  color: #ffbb00;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #f03e3e;
}
.has-error .form-control {
  border-color: #f03e3e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #e91212;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f79d9d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f79d9d;
}
.has-error .input-group-addon {
  color: #f03e3e;
  background-color: #f2dede;
  border-color: #f03e3e;
}
.has-error .form-control-feedback {
  color: #f03e3e;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 11px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 11px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 16px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  min-width: 140px;
  margin-bottom: 5px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0;
  padding: 10px 22px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  transform: translateY(5px);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background: white;
  border: 2px solid #e5e5e5;
  box-shadow: 0 3px 0 0 #e5e5e5;
}
.btn-default:focus,
.btn-default.focus,
.btn-default:hover {
  color: #333;
  background: #f2f2f2;
  border-color: #d6d6d6;
  box-shadow: 0 3px 0 0 #d6d6d6;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background: #f2f2f2;
  border-color: #d6d6d6;
  box-shadow: 0 3px 0 0 #d6d6d6;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background: #f2f2f2;
  border-color: #d6d6d6;
  box-shadow: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background: white;
  border-color: #e5e5e5;
}
.btn-default .badge {
  color: white;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background: #5911F0;
  border: 0;
  box-shadow: 0 5px 0 0 #430cb8;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
  color: #fff;
  background: #500eda;
  border-color: #390a9b;
  box-shadow: 0 5px 0 0 #390a9b;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background: #500eda;
  border-color: #390a9b;
  box-shadow: 0 5px 0 0 #390a9b;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background: #500eda;
  border-color: #390a9b;
  box-shadow: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background: #5911F0;
  border-color: #430cb8;
}
.btn-primary .badge {
  color: #5911F0;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background: #59c73d;
  border: 0;
  box-shadow: 0 5px 0 0 #439a2d;
}
.btn-success:focus,
.btn-success.focus,
.btn-success:hover {
  color: #fff;
  background: #4fb635;
  border-color: #398326;
  box-shadow: 0 5px 0 0 #398326;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background: #4fb635;
  border-color: #398326;
  box-shadow: 0 5px 0 0 #398326;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background: #4fb635;
  border-color: #398326;
  box-shadow: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background: #59c73d;
  border-color: #439a2d;
}
.btn-success .badge {
  color: #59c73d;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background: #0089FF;
  border: 0;
  box-shadow: 0 5px 0 0 #0068c2;
}
.btn-info:focus,
.btn-info.focus,
.btn-info:hover {
  color: #fff;
  background: #007be6;
  border-color: #0058a3;
  box-shadow: 0 5px 0 0 #0058a3;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background: #007be6;
  border-color: #0058a3;
  box-shadow: 0 5px 0 0 #0058a3;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background: #007be6;
  border-color: #0058a3;
  box-shadow: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background: #0089FF;
  border-color: #0068c2;
}
.btn-info .badge {
  color: #0089FF;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background: #f03e3e;
  border: 0;
  box-shadow: 0 5px 0 0 #df1111;
}
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover {
  color: #fff;
  background: #ee2626;
  border-color: #c30f0f;
  box-shadow: 0 5px 0 0 #c30f0f;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background: #ee2626;
  border-color: #c30f0f;
  box-shadow: 0 5px 0 0 #c30f0f;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background: #ee2626;
  border-color: #c30f0f;
  box-shadow: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background: #f03e3e;
  border-color: #df1111;
}
.btn-danger .badge {
  color: #f03e3e;
  background-color: #fff;
}
.btn-plus {
  color: #fff;
  background: linear-gradient(180deg, #FBCC00 0%, #F59D00 100%);
  border: 0;
  box-shadow: 0 5px 0 0 #c27c00;
}
.btn-plus:focus,
.btn-plus.focus,
.btn-plus:hover {
  color: #fff;
  background: linear-gradient(180deg, #fbbb00 0%, #f58d00 100%);
  border-color: #a36900;
  box-shadow: 0 5px 0 0 #a36900;
}
.btn-plus:active,
.btn-plus.active,
.open > .dropdown-toggle.btn-plus {
  color: #fff;
  background: linear-gradient(180deg, #fbbb00 0%, #f58d00 100%);
  border-color: #a36900;
  box-shadow: 0 5px 0 0 #a36900;
}
.btn-plus:active:hover,
.btn-plus.active:hover,
.open > .dropdown-toggle.btn-plus:hover,
.btn-plus:active:focus,
.btn-plus.active:focus,
.open > .dropdown-toggle.btn-plus:focus,
.btn-plus:active.focus,
.btn-plus.active.focus,
.open > .dropdown-toggle.btn-plus.focus {
  color: #fff;
  background: linear-gradient(180deg, #fbbb00 0%, #f58d00 100%);
  border-color: #a36900;
  box-shadow: none;
}
.btn-plus.disabled:hover,
.btn-plus[disabled]:hover,
fieldset[disabled] .btn-plus:hover,
.btn-plus.disabled:focus,
.btn-plus[disabled]:focus,
fieldset[disabled] .btn-plus:focus,
.btn-plus.disabled.focus,
.btn-plus[disabled].focus,
fieldset[disabled] .btn-plus.focus {
  background: linear-gradient(180deg, #FBCC00 0%, #F59D00 100%);
  border-color: #c27c00;
}
.btn-plus .badge {
  color: linear-gradient(180deg, #FBCC00 0%, #F59D00 100%);
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #5911F0;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #5911F0;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-xl {
  padding: 22px 48px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 20px;
}
.btn-lg {
  min-width: 147px;
  padding: 15px 32px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 16px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 8px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 8px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 10px;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #E4E4E4;
  border-radius: 15px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 2px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > label {
  margin-bottom: 0;
  font-size: 16px;
  cursor: pointer;
}
.dropdown-menu > li > label .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
}
.dropdown-menu > li > a,
.dropdown-menu > li > label {
  display: flex;
  align-items: center;
  padding: 14px;
  clear: both;
  font-weight: 500;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  border-radius: 15px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > label:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > label:focus {
  color: #262626;
  text-decoration: none;
  background-color: #eeeeee;
}
.dropdown-menu > li > a .circle-background,
.dropdown-menu > li > label .circle-background {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  border-radius: 25%;
  background: #eeeeee;
}
.dropdown-menu > li > a .circle-transparent,
.dropdown-menu > li > label .circle-transparent {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  border-radius: 25%;
}
.dropdown-menu > li > a .dropdown-text,
.dropdown-menu > li > label .dropdown-text {
  margin: 0 15px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #5911F0;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #5911F0;
}
.nav .nav-divider {
  height: 2px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e4e4e4;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 2px solid #E4E4E4;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -2px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 2px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #E4E4E4;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #999999;
  cursor: default;
  background-color: #fff;
  border: 2px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #5911F0;
}
.nav-stacked {
  padding: 10px;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-stacked > li > a {
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  color: #333333;
  border-radius: 10px;
}
.nav-stacked > li > a > i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  border-radius: 25%;
  background: #eeeeee;
  margin-right: 15px;
}
.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover,
.nav-stacked > li.active > a:focus {
  color: #333333;
  background: #eeeeee;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 65px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 2px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 2px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 65px;
  padding: 21.5px 15px;
  font-size: 20px;
  line-height: 22px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 10.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu label,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 21.5px;
    padding-bottom: 21.5px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: -3px;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
.navbar-btn.btn-sm {
  margin-top: 16px;
  margin-bottom: 16px;
}
.navbar-btn.btn-xs {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}
.navbar-text {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: white;
  border-color: #E4E4E4;
}
.navbar-default .navbar-brand {
  color: #333333;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #333333;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #5911F0;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #5911F0;
  background-color: #eeeeee;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #eeeeee;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #333333;
}
.navbar-default .navbar-collapse {
  border-color: #E4E4E4;
}
.navbar-default .navbar-link {
  color: #333333;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #333333;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.label {
  display: inline;
  padding: 0.25em 0.35em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  color: #212124;
  text-align: center;
  letter-spacing: 0.25px;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.55em;
}
a.label:hover,
a.label:focus {
  color: #212124;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background: #eeeeee;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background: #eeeeee;
}
.label-primary {
  background: #CDB8FA;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background: #a57ff6;
}
.label-success {
  background: #CDEEC5;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background: #a4e096;
}
.label-info {
  background: #B2DCFF;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background: #75c0ff;
}
.label-danger {
  background: #FAC5C5;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background: #f58d8d;
}
.label-warning {
  background: #FCE2B2;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background: #facc77;
}
.alert {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin-bottom: 22px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 10px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
  white-space: nowrap;
}
.alert .alert-icon {
  width: 35px;
}
@media (max-width: 767px) {
  .alert .alert-body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .alert .alert-body *:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .alert .alert-body *:nth-child(n+2) {
    margin-left: 15px;
  }
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissible {
  justify-content: space-between;
}
.alert-dismissible .close-helper {
  min-width: 40px;
}
.alert-dismissible.alert-success .close,
.alert-dismissible.alert-info .close,
.alert-dismissible.alert-warning .close,
.alert-dismissible.alert-danger .close {
  color: #333333;
}
.alert-dismissible.alert-success .close:hover,
.alert-dismissible.alert-info .close:hover,
.alert-dismissible.alert-warning .close:hover,
.alert-dismissible.alert-danger .close:hover,
.alert-dismissible.alert-success .close:focus,
.alert-dismissible.alert-info .close:focus,
.alert-dismissible.alert-warning .close:focus,
.alert-dismissible.alert-danger .close:focus {
  color: black;
  background-color: rgba(0, 0, 0, 0.08);
}
.alert-fluid {
  margin-bottom: 0;
  border-radius: 0;
}
.alert-success {
  color: #333333;
  background-color: rgba(174, 255, 182, 0.9);
  border-color: rgba(174, 255, 182, 0.9);
}
.alert-success hr {
  border-top-color: rgba(149, 255, 159, 0.9);
}
.alert-success .alert-link {
  color: inherit;
}
.alert-info {
  color: #333333;
  background-color: rgba(180, 206, 255, 0.9);
  border-color: rgba(180, 206, 255, 0.9);
}
.alert-info hr {
  border-top-color: rgba(155, 189, 255, 0.9);
}
.alert-info .alert-link {
  color: inherit;
}
.alert-warning {
  color: #333333;
  background-color: rgba(255, 233, 173, 0.9);
  border-color: rgba(255, 233, 173, 0.9);
}
.alert-warning hr {
  border-top-color: rgba(255, 226, 148, 0.9);
}
.alert-warning .alert-link {
  color: inherit;
}
.alert-danger {
  color: #333333;
  background-color: rgba(255, 180, 174, 0.9);
  border-color: rgba(255, 180, 174, 0.9);
}
.alert-danger hr {
  border-top-color: rgba(255, 156, 149, 0.9);
}
.alert-danger .alert-link {
  color: inherit;
}
.alert-default {
  color: #333333;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}
.alert-default hr {
  border-top-color: #ebebeb;
}
.alert-default .alert-link {
  color: inherit;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.pull-right-flex {
  margin-left: auto !important;
}
.pull-left-flex {
  margin-right: auto !important;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.text-decoration-none {
  text-decoration: none !important;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs-flex,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs-flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print-flex {
  display: none !important;
}
@media print {
  .visible-print-flex {
    display: flex !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 5px !important;
}
.mt-1,
.my-1 {
  margin-top: 5px !important;
}
.mr-1,
.mx-1 {
  margin-right: 5px !important;
}
.mb-1,
.my-1 {
  margin-bottom: 5px !important;
}
.ml-1,
.mx-1 {
  margin-left: 5px !important;
}
.m-2 {
  margin: 10px !important;
}
.mt-2,
.my-2 {
  margin-top: 10px !important;
}
.mr-2,
.mx-2 {
  margin-right: 10px !important;
}
.mb-2,
.my-2 {
  margin-bottom: 10px !important;
}
.ml-2,
.mx-2 {
  margin-left: 10px !important;
}
.m-3 {
  margin: 15px !important;
}
.mt-3,
.my-3 {
  margin-top: 15px !important;
}
.mr-3,
.mx-3 {
  margin-right: 15px !important;
}
.mb-3,
.my-3 {
  margin-bottom: 15px !important;
}
.ml-3,
.mx-3 {
  margin-left: 15px !important;
}
.m-4 {
  margin: 20px !important;
}
.mt-4,
.my-4 {
  margin-top: 20px !important;
}
.mr-4,
.mx-4 {
  margin-right: 20px !important;
}
.mb-4,
.my-4 {
  margin-bottom: 20px !important;
}
.ml-4,
.mx-4 {
  margin-left: 20px !important;
}
.m-5 {
  margin: 30px !important;
}
.mt-5,
.my-5 {
  margin-top: 30px !important;
}
.mr-5,
.mx-5 {
  margin-right: 30px !important;
}
.mb-5,
.my-5 {
  margin-bottom: 30px !important;
}
.ml-5,
.mx-5 {
  margin-left: 30px !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 5px !important;
}
.pt-1,
.py-1 {
  padding-top: 5px !important;
}
.pr-1,
.px-1 {
  padding-right: 5px !important;
}
.pb-1,
.py-1 {
  padding-bottom: 5px !important;
}
.pl-1,
.px-1 {
  padding-left: 5px !important;
}
.p-2 {
  padding: 10px !important;
}
.pt-2,
.py-2 {
  padding-top: 10px !important;
}
.pr-2,
.px-2 {
  padding-right: 10px !important;
}
.pb-2,
.py-2 {
  padding-bottom: 10px !important;
}
.pl-2,
.px-2 {
  padding-left: 10px !important;
}
.p-3 {
  padding: 15px !important;
}
.pt-3,
.py-3 {
  padding-top: 15px !important;
}
.pr-3,
.px-3 {
  padding-right: 15px !important;
}
.pb-3,
.py-3 {
  padding-bottom: 15px !important;
}
.pl-3,
.px-3 {
  padding-left: 15px !important;
}
.p-4 {
  padding: 20px !important;
}
.pt-4,
.py-4 {
  padding-top: 20px !important;
}
.pr-4,
.px-4 {
  padding-right: 20px !important;
}
.pb-4,
.py-4 {
  padding-bottom: 20px !important;
}
.pl-4,
.px-4 {
  padding-left: 20px !important;
}
.p-5 {
  padding: 30px !important;
}
.pt-5,
.py-5 {
  padding-top: 30px !important;
}
.pr-5,
.px-5 {
  padding-right: 30px !important;
}
.pb-5,
.py-5 {
  padding-bottom: 30px !important;
}
.pl-5,
.px-5 {
  padding-left: 30px !important;
}
/**
 * full-height base so .layout-flex
 * content can grow and push the footer down
 */
html,
body {
  background: white;
  height: 100%;
}
/**
 * column flex so a footer sits after
 * the growing content instead of beside it
 */
body {
  display: flex;
  flex-direction: column;
}
.layout-margins {
  margin-top: 30px;
  padding-bottom: 30px;
}
/**
 * grow content and push footer to the bottom
 */
.layout-flex {
  flex: 1 0 auto;
}
.nedatluj-component-bg {
  background: white;
}
.nedatluj-component-border-radius {
  border-radius: 15px;
}
.nedatluj-component-border {
  border: 2px solid #E4E4E4;
}
.nedatluj-component-border-shadow {
  box-shadow: 0 2px 0 #E4E4E4;
}
.nedatluj-component-flat-border {
  border: 2px solid #E4E4E4;
}
.nedatluj-component-dashed-border {
  border: 2px dashed #E4E4E4;
}
.nedatluj-component,
.nedatluj-component-flat,
.nedatluj-component-dashed {
  background: white;
  border-radius: 15px;
}
/**
 * nedatluj-component will be used for any content that is clickable as a whole.
 * The entire component is clickable (e.g., exercises, training exercises,
 * students in school can be clicked to open further details).
 */
.nedatluj-component {
  border: 2px solid #E4E4E4;
  box-shadow: 0 2px 0 #E4E4E4;
}
.nedatluj-component:active {
  box-shadow: none;
  transform: translateY(2px);
}
/**
 * nedatluj-component-flat is for all static content on the web.
 * These are components that may contain a button,
 * but are not clickable themselves, which is the case for most components.
 */
.nedatluj-component-flat {
  border: 2px solid #E4E4E4;
}
/**
 * nedatluj-component-dashed is for any closable content or content that is dynamic within the application
 * (e.g., the component to create the first class, which will disappear after the first class is created).
 */
.nedatluj-component-dashed {
  border: 2px dashed #E4E4E4;
}
/**
 * nedatluj-component-hover is used to style the hover effect for clickable components.
 * When the component is hovered over, the background color will change to the specified hover color.
 */
.nedatluj-component-hover:hover {
  background: #FAFAFA;
}
#course-layout {
  display: flex;
  justify-content: center;
}
#course-layout .container-course {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 750px;
}
.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin {
  line-height: 1.2;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal:before {
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  /* Adjust for spacing */
  vertical-align: middle;
  content: "";
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 10px;
  text-align: left;
  vertical-align: middle;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  display: flex;
  justify-content: flex-end;
  padding-top: 15px;
  padding-right: 15px;
}
.modal-header-text {
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
.modal-header-text .modal-title {
  flex: 1;
  /* Take up remaining space in the header */
  padding-left: 40px;
  margin: 0;
  text-align: center;
  /* Center the text horizontally */
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  text-align: center;
  font-weight: 700;
}
.modal-body {
  position: relative;
  padding: 0 15px 15px;
}
.modal-body form {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 350px;
}
.modal-image {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 100%;
  height: auto;
  width: 235px;
}
.modal-image-sm {
  width: 100px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.modal-image-lg {
  width: 370px;
}
.fa-icon-modal-size {
  font-size: 80px;
}
.fa-icon-modal-display {
  display: flex;
  justify-content: center;
}
.fa-icon-modal {
  font-size: 80px;
  display: flex;
  justify-content: center;
}
.modal-footer {
  padding: 15px 15px 40px;
  text-align: center;
}
.modal-footer .btn {
  margin: 0 5px 15px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 725px;
  }
}
.close {
  float: right;
  font-size: 24px;
}
.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}
.close-lg {
  font-size: 32px;
}
.hover-circle-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  border-radius: 25%;
}
.hover-circle-bg:hover {
  cursor: pointer;
  background-color: #eeeeee;
}
.hover-circle-bg-lg {
  width: 50px;
  height: 50px;
}
/**
 * fa-icon-bg is a wrapper for Font Awesome icons.
 * It provides a centered layout.
 * The background color should be defined in the dedicated component .less file.
 */
.fa-icon-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
}
/**
 * Adds padding to the top of the <body> to accommodate Bootstrap's .navbar-fixed-top navbar,
 * https://getbootstrap.com/docs/3.4/components/#navbar-fixed-top
 */
.navbar-fixed-top-padding {
  padding-top: 65px;
}
/*
 * make sure collapsed navbar can be correctly opened
 */
.navbar-default {
  flex: 0 0 auto;
}
#test-layout {
  padding-bottom: 30px;
}
#test-layout .jumbotron {
  margin-bottom: 0;
}
#test-layout .jumbotron h1 {
  font-size: 40px;
}
#test-layout .jumbotron p {
  font-size: 18px;
  margin-bottom: 0;
}
#test-sidebar {
  margin-bottom: 30px;
}
.app-logo {
  display: flex;
  align-items: center;
  line-height: 22px;
}
.app-logo img {
  position: relative;
  bottom: 1px;
}
.app-logo .logo-text {
  display: flex;
  margin-left: 7px;
  font-size: 26px;
  letter-spacing: -0.5px;
}
/*
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 *
 * Cookie banner styles, shared by the Meteor Blaze cookieBanner component and
 * its hbs static-pages counterpart.
 *
 * .show-banner drives the Blaze version's show/hide transition (see its
 * `show` ReactiveVar); the hbs version doesn't toggle it, so the banner is
 * simply visible once injected.
 */
#cookie-banner {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  opacity: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  background: white;
  border-top: 2px solid #d6d6d6;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  #cookie-banner {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  #cookie-banner {
    padding: 30px;
  }
}
#cookie-banner.show-banner {
  opacity: 1;
  transform: translateY(0%);
}
#cookie-banner #avatar-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  #cookie-banner #avatar-text-wrap {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  #cookie-banner #avatar-text-wrap {
    margin-bottom: 0;
    margin-top: 0;
  }
}
#cookie-banner #avatar-text-wrap h4 {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #cookie-banner #avatar-text-wrap h4 {
    margin-bottom: 10px;
  }
}
#cookie-banner #avatar-text-wrap img {
  display: none;
  width: 53px;
  object-fit: contain;
}
@media (min-width: 768px) {
  #cookie-banner #avatar-text-wrap img {
    display: initial;
    margin-right: 30px;
  }
}
#cookie-banner #avatar-text-wrap #text-wrap {
  max-width: 930px;
  max-height: 125px;
  overflow-y: auto;
}
#cookie-banner #avatar-text-wrap #text-wrap p {
  font-size: 14px;
}
#cookie-banner #avatar-text-wrap #text-wrap h4 {
  font-size: 16px;
}
@media (min-width: 768px) {
  #cookie-banner #avatar-text-wrap #text-wrap {
    max-height: unset;
    overflow-y: unset;
    margin-right: 30px;
  }
  #cookie-banner #avatar-text-wrap #text-wrap p {
    font-size: initial;
  }
  #cookie-banner #avatar-text-wrap #text-wrap h4 {
    font-size: 18px;
  }
}
#cookie-banner #btn-wrap {
  display: flex;
  flex-direction: column;
}
#cookie-banner #btn-wrap button {
  min-width: 240px;
  margin-top: 0;
  /* No upper space for the first button */
  margin-bottom: 10px;
  /* Add space between buttons */
  /* Remove bottom margin from the last button */
}
@media (max-width: 991px) {
  #cookie-banner #btn-wrap button {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 8px;
  }
}
#cookie-banner #btn-wrap button:last-child {
  margin-bottom: 0;
}
#home {
  background: white;
}
#home #row-reasons {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(180deg, #fff 0%, rgba(238, 231, 254, 0.08) 30%, rgba(116, 55, 243, 0.05) 70%, #fff 100%);
}
@media (min-width: 768px) {
  #home #row-reasons {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
#home #row-reasons #reason-tiles {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  max-width: 650px;
}
#home #features {
  padding-bottom: 90px;
}
#home #row-offerings {
  padding-bottom: 45px;
  padding-top: 45px;
}
@media (min-width: 768px) {
  #home #row-offerings {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}
#home #row-offerings #offerings {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #home #row-offerings #offerings {
    flex-direction: row;
  }
}
.section-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 6px;
  background: rgba(89, 17, 240, 0.07);
  font-size: 12px;
}
.section-badge i {
  font-size: 12px;
}
.start-onboarding-btn {
  min-width: 147px;
  padding: 15px 32px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .start-onboarding-btn {
    padding: 22px 48px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 20px;
  }
}
.hero-benefit {
  display: flex;
  align-items: center;
}
#home-row-introduction {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #home-row-introduction {
    margin-top: 90px;
    margin-bottom: 20px;
  }
}
#home-row-introduction .text-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 45px;
  text-align: center;
}
@media (min-width: 992px) {
  #home-row-introduction .text-side {
    align-items: flex-start;
    text-align: left;
  }
}
#home-row-introduction .text-side p {
  line-height: 26px;
}
@media (min-width: 992px) {
  #home-row-introduction .text-side p {
    line-height: 32px;
  }
}
#home-row-introduction .text-side .hero-benefits {
  display: flex;
  gap: 15px;
}
#home-row-introduction .intro-side {
  display: flex;
  justify-content: center;
}
#home-row-introduction .intro-side #intro-home-ned {
  width: 250px;
  height: auto;
}
@media (min-width: 992px) {
  #home-row-introduction .intro-side #intro-home-ned {
    width: 350px;
  }
}
.reason-tile {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 30px;
  border-radius: 20px;
}
.reason-tile .reason-tile-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.reason-tile .reason-tile-icon i {
  font-size: 38px;
}
.reason-tile .fa-icon-bg.text-success {
  background: rgba(89, 199, 61, 0.14);
}
.reason-tile .fa-icon-bg.text-info {
  background: rgba(0, 137, 255, 0.1);
}
.reason-tile .fa-icon-bg.text-plus {
  background: rgba(245, 157, 0, 0.1);
}
.reason-tile .fa-icon-bg.text-danger {
  background: rgba(240, 62, 62, 0.1);
}
.reason-tile .reason-tile-text {
  flex: 1;
  max-width: 350px;
}
.reason-tile .vr {
  flex-shrink: 0;
  width: 2px;
  height: 40px;
  background: #d6d6d6;
}
.reason-tile .reason-tile-stat {
  flex-shrink: 0;
  text-align: center;
}
.reason-tile .reason-tile-stat .reason-tile-stat-value {
  font-size: 24px;
}
.offer-type {
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  flex: 1;
}
.offer-type:hover,
.offer-type:focus {
  transform: scale(1.02, 1.02);
}
@media (min-width: 768px) {
  .offer-type {
    margin: 0 15px;
  }
}
.offer-type .fa-icon-bg.text-primary {
  background: rgba(89, 17, 240, 0.1);
}
.offer-type .fa-icon-bg.text-success {
  background: rgba(89, 199, 61, 0.14);
}
.offer-type .fa-icon-bg.text-info {
  background: rgba(0, 137, 255, 0.1);
}
.offer-type .fa-icon-bg.text-danger {
  background: rgba(240, 62, 62, 0.1);
}
.offer-type i {
  font-size: 34px;
}
.offer-type .text {
  flex-grow: 1;
}
.offer-type .links {
  color: #555;
}
#start-with-nedatluj {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2cqw 0;
}
@media (min-width: 768px) {
  #start-with-nedatluj {
    flex-direction: row;
  }
}
#start-with-nedatluj #headers {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #start-with-nedatluj #headers {
    margin-bottom: 0;
  }
}
#rating-widget .rating-widget-component {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px 30px;
  background: #F8F8F8;
  border-radius: 20px;
}
#rating-widget .rating-widget-component h4 {
  font-size: 20px;
}
#rating-widget .vr {
  width: 2px;
  height: 40px;
  background-color: #d6d6d6;
}
#rating-widget .graduates-col,
#rating-widget .companies-col,
#rating-widget .rating-col {
  display: flex;
  align-items: center;
}
#rating-widget .graduates-text p {
  line-height: 1.15;
}
#rating-widget .companies-col {
  gap: 30px;
}
#rating-widget .companies-col img {
  height: 25px;
}
#rating-widget .graduates-avatars img {
  width: 40px;
  margin-left: -6px;
  border-radius: 50%;
  outline: 2px solid #F8F8F8;
}
#rating-widget .graduates-avatars img:first-child {
  margin-left: 0;
}
#rating-widget .rating-col {
  flex-direction: column;
}
#rating-widget .rating-col .rating-text-wrap {
  display: flex;
}
#rating-widget .rating-col .rating-stars i {
  font-size: 14px;
}
#testimonials {
  display: flex;
  flex-direction: column;
  background: #F8F8F8;
  padding: 40px 0;
}
@media (min-width: 768px) {
  #testimonials {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  #testimonials {
    padding: 60px 0;
  }
}
#testimonials #tile-arrows {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}
@media (min-width: 768px) {
  #testimonials #tile-arrows {
    margin-top: 20px;
    min-width: 200px;
    margin-left: 80px;
    margin-right: 105px;
  }
}
@media (min-width: 992px) {
  #testimonials #tile-arrows {
    min-width: 300px;
    margin-left: 120px;
    margin-right: 157.5px;
  }
}
@media (min-width: 1200px) {
  #testimonials #tile-arrows {
    min-width: 400px;
    margin-left: 160px;
    margin-right: 210px;
  }
}
@media (min-width: 768px) {
  #testimonials #tile-arrows h1 {
    text-align: left;
  }
}
#testimonials #tile-arrows #arrow-icons {
  display: flex;
  justify-content: flex-start;
}
#testimonials #tile-arrows #arrow-icons i {
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 40px;
  margin-bottom: 20px;
  --fa-primary-color: #333;
  --fa-secondary-color: #999999;
}
#testimonials #tile-arrows #arrow-icons i:hover,
#testimonials #tile-arrows #arrow-icons i:focus {
  transform: scale(1.05, 1.05);
}
#testimonials #tile-arrows #arrow-icons i:hover,
#testimonials #tile-arrows #arrow-icons i:focus {
  --fa-secondary-color: #a6a6a6;
}
@media (min-width: 992px) {
  #testimonials #tile-arrows #arrow-icons i {
    cursor: pointer;
    font-size: 78px;
    padding-top: 20px;
  }
}
#testimonials #tile-arrows #arrow-icons .disabled {
  --fa-primary-color: #999999;
  cursor: not-allowed;
}
#testimonials #tile-arrows #arrow-icons .disabled,
#testimonials #tile-arrows #arrow-icons .disabled:hover,
#testimonials #tile-arrows #arrow-icons .disabled:focus {
  --fa-secondary-color: #d6d6d6;
}
#testimonials #tile-arrows #arrow-icons .disabled:hover,
#testimonials #tile-arrows #arrow-icons .disabled:focus {
  transform: none;
}
#testimonials #testimonial-tiles {
  display: flex;
  overflow-x: hidden;
}
.testimonial-tile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 300px;
  width: 300px;
  height: 360px;
  border-radius: 20px;
  transition-duration: 0.8s;
  transition-property: transform, opacity;
}
.testimonial-tile .image-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-tile .image-wrap img {
  border-radius: 50%;
  width: 80px;
}
.testimonial-tile .image-wrap i {
  font-size: 60px;
}
.testimonial-tile .text {
  font-size: 15.6px;
}
.testimonial-tile .text-name {
  font-size: 15px;
}
.testimonial-tile .text-job {
  font-size: 12px;
}
.testimonial-tile .text-verified {
  font-size: 12px;
}
@media (min-width: 768px) {
  .testimonial-tile {
    min-width: 400px;
    width: 400px;
    height: 480px;
  }
  .testimonial-tile .image-wrap img {
    width: 120px;
  }
  .testimonial-tile .image-wrap i {
    font-size: 80px;
  }
  .testimonial-tile .text {
    font-size: 24px;
  }
  .testimonial-tile .text-name {
    font-size: 20px;
  }
  .testimonial-tile .text-job {
    font-size: 14px;
  }
  .testimonial-tile .text-verified {
    font-size: 16px;
  }
}
#typing-steps {
  display: flex;
  flex-direction: column;
  padding-bottom: 90px;
}
#typing-steps #typing-step-tiles {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  container-type: inline-size;
}
@media (min-width: 768px) {
  #typing-steps #typing-step-tiles {
    margin: 15px 0;
  }
}
#typing-steps #typing-step-tiles #graph-line {
  position: absolute;
  pointer-events: none;
  width: 72cqw;
  bottom: -0.7cqw;
}
#typing-steps #step-description {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
@media (min-width: 768px) {
  #typing-steps #step-description {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  #typing-steps #step-description {
    margin-top: 30px;
  }
}
#typing-steps #step-description #step-text {
  max-width: 550px;
  min-height: 155px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #typing-steps #step-description #step-text h3 {
    font-size: 20px;
  }
}
#typing-steps #step-description #step-image {
  width: 180px;
}
.typing-step-tile {
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 0.8cqw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15.8%;
  height: auto;
  aspect-ratio: 0.665;
  border-radius: 1.5cqw;
  cursor: pointer;
  color: #d6d6d6;
  container-type: inline-size;
}
.typing-step-tile:hover,
.typing-step-tile:focus {
  transform: scale(1.01, 1.01);
}
.typing-step-tile .number {
  font-size: 80cqw;
}
.typing-step-tile .header {
  font-size: 10cqw;
  color: #999999;
}
.typing-step-tile .skating-ned {
  position: absolute;
  width: 51cqw;
  display: none;
}
.typing-step-tile.active {
  background: #5911F0;
  border-color: #5911F0;
}
.typing-step-tile.active,
.typing-step-tile.active .header {
  color: white;
}
.typing-step-tile.active .skating-ned {
  display: block;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #333333;
  text-align: center;
  background-color: white;
}
.jumbotron h1,
.jumbotron .h1 {
  margin-top: 0;
  margin-bottom: 22px;
  color: inherit;
  font-weight: 800;
  letter-spacing: -1px;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 52px;
    letter-spacing: -2px;
  }
}
code,
kbd,
pre,
samp {
  font-family: "Rubik", sans-serif;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 6px;
}
kbd {
  padding: 4px 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
  color: #333;
  background-color: #E6E6EB;
  border-radius: 4px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
#how-to-type p {
  line-height: 28px;
}
#how-to-type #call-to-action {
  background-color: white;
  text-align: center;
}
#how-to-type #virtual-keyboard-row,
#how-to-type #health-row {
  background: white;
}
#how-to-type #virtual-keyboard-row {
  margin-top: -30px;
}
#how-to-type #virtual-keyboard-row #text {
  max-width: 800px;
  padding-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}
#how-to-type #virtual-keyboard-row #virtual-keyboard {
  width: 728px;
  margin-bottom: 90px;
}
#how-to-type #virtual-keyboard-row #keyboard-hint {
  box-shadow: 0 5px #DFDFE0;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #eeeeee;
  border-radius: 15px;
  padding: 40px;
}
#how-to-type #virtual-keyboard-row #keyboard-hint img {
  margin-bottom: 29px;
}
#how-to-type #virtual-keyboard-row #keyboard-hint h5 {
  font-weight: 700;
}
@media (min-width: 768px) {
  #how-to-type #virtual-keyboard-row #keyboard-hint {
    flex-direction: row;
  }
  #how-to-type #virtual-keyboard-row #keyboard-hint img {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
#how-to-type #virtual-keyboard-row #gray-home-row #key-separator {
  width: 60px;
}
#how-to-type #virtual-keyboard-row #gray-home-row kbd {
  text-transform: uppercase;
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  color: #333;
  background: #E6E6EB;
  font-size: 15px;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  margin: 2px;
}
#how-to-type #virtual-keyboard-row #gray-home-row kbd .bump {
  position: absolute;
  bottom: 7px;
  width: 9px;
  height: 2px;
  background: black;
  border-radius: 2px;
}
@media (min-width: 768px) {
  #how-to-type #virtual-keyboard-row #gray-home-row kbd {
    font-size: 36px;
    width: 80px;
    height: 80px;
  }
  #how-to-type #virtual-keyboard-row #gray-home-row kbd .bump {
    bottom: 16px;
    width: 20px;
    height: 4px;
  }
}
#how-to-type #virtual-keyboard-row .keys {
  display: flex;
  align-items: center;
}
#how-to-type #virtual-keyboard-row #key-bumps {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#how-to-type #virtual-keyboard-row #key-bumps kbd {
  text-transform: uppercase;
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #333;
  background: #E6E6EB;
  font-size: 15px;
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  margin: 5px;
}
#how-to-type #virtual-keyboard-row #key-bumps kbd .bump {
  position: absolute;
  bottom: 8px;
  width: 11px;
  height: 2px;
  background: black;
  border-radius: 2px;
}
@media (min-width: 768px) {
  #how-to-type #virtual-keyboard-row #key-bumps kbd {
    font-size: 36px;
    width: 80px;
    height: 80px;
  }
  #how-to-type #virtual-keyboard-row #key-bumps kbd .bump {
    bottom: 16px;
    width: 20px;
    height: 4px;
  }
}
#how-to-type #virtual-keyboard-row #key-bumps kbd.light {
  background: white;
  color: rgba(0, 0, 0, 0.15);
  border: 2px solid rgba(0, 0, 0, 0.15);
}
#how-to-type #virtual-keyboard-row #key-bumps p {
  margin-top: 35px;
}
@media (min-width: 768px) {
  #how-to-type #virtual-keyboard-row #key-bumps {
    flex-direction: row;
  }
  #how-to-type #virtual-keyboard-row #key-bumps p {
    margin-top: 0;
    margin-left: 40px;
  }
}
#how-to-type #typing-tips-row {
  background-color: #fffcf2;
  padding-top: 20px;
}
#how-to-type #typing-tips-row .hint-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}
#how-to-type #typing-tips-row .hint-wrap kbd {
  text-transform: uppercase;
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  color: #78561C;
  background: #FFC300;
  font-size: 36px;
  box-shadow: inset 0 -5px 0 #B5822B;
  border-radius: 15px;
  margin: 5px;
  margin-bottom: 30px;
}
#how-to-type #typing-tips-row .hint-wrap h3 {
  margin-top: 0;
  position: relative;
  bottom: 5px;
  text-align: center;
}
@media (min-width: 768px) {
  #how-to-type #typing-tips-row .hint-wrap {
    flex-direction: row;
  }
  #how-to-type #typing-tips-row .hint-wrap h3 {
    text-align: left;
  }
  #how-to-type #typing-tips-row .hint-wrap kbd {
    margin-bottom: 0;
  }
  #how-to-type #typing-tips-row .hint-wrap div {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  #how-to-type #breaks #breaks-text-wrap {
    margin-left: 40px;
  }
}
@media (min-width: 768px) {
  #how-to-type #doctor #doctor-text-wrap {
    margin-right: 40px;
  }
}
#how-to-type #posture-image {
  width: 550px;
}
#how-to-type #speed-row {
  background: linear-gradient(221.77deg, #F8F6FB 11.5%, #F9F9F9 95.76%);
  padding-top: 20px;
}
#how-to-type #speed-row #cpm,
#how-to-type #speed-row #wpm {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#how-to-type #speed-row #cpm h3,
#how-to-type #speed-row #wpm h3 {
  margin-top: 0;
  text-align: center;
}
#how-to-type #speed-row #cpm kbd,
#how-to-type #speed-row #wpm kbd {
  text-transform: uppercase;
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 85px;
  color: #333;
  background: white;
  font-size: 44px;
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  margin: 5px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #how-to-type #speed-row #cpm,
  #how-to-type #speed-row #wpm {
    flex-direction: row;
    margin-bottom: 0;
  }
  #how-to-type #speed-row #cpm h3,
  #how-to-type #speed-row #wpm h3 {
    text-align: left;
  }
  #how-to-type #speed-row #cpm kbd,
  #how-to-type #speed-row #wpm kbd {
    margin-right: 90px;
  }
}
#start-test-header {
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
#start-test-header:hover,
#start-test-header:focus {
  color: inherit;
  text-decoration: none;
}
#start-test-header #texts-wrap {
  display: flex;
  align-items: center;
}
#start-test-header #texts-wrap .fa-circle-play {
  font-size: 55px;
  padding-right: 30px;
}
#start-test-header #texts-wrap #texts {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  #start-test-header {
    flex-direction: column;
  }
  #start-test-header #texts-wrap {
    flex-direction: column;
    text-align: center;
  }
  #start-test-header #texts-wrap,
  #start-test-header #texts-wrap i {
    padding-bottom: 20px;
  }
  #start-test-header #texts-wrap .fa-circle-play {
    padding-right: 0;
  }
}
.certificate-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.certificate-row .medal {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.certificate-row .medal img {
  width: 48px;
  margin-right: 30px;
}
.certificate-row .medal .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .certificate-row .medal .text-wrap {
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.certificate-row .medal .title {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .certificate-row .medal .title {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.certificate-row .metrics {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
}
.certificate-row .metrics h6 {
  margin-top: 0;
  margin-bottom: 5px;
}
.certificate-row .metrics h4 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .certificate-row .metrics h4 {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .certificate-row .vr {
    width: 2px;
    height: 55px;
    background-color: #E4E4E4;
  }
}
@media (max-width: 767px) {
  .certificate-row {
    flex-direction: column;
  }
  .certificate-row .medal {
    flex-direction: column;
  }
  .certificate-row .medal,
  .certificate-row .medal img {
    margin-right: 0;
  }
}
.ned-action-tile {
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.ned-action-tile:hover,
.ned-action-tile:focus {
  color: inherit;
  text-decoration: none;
}
.ned-action-tile .label {
  margin-left: auto;
  padding: 0.5em 0.75em;
}
.ned-action-tile img {
  height: 140px;
}
#typing-test-overview #action-row-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
#results-signup-prompt {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px;
}
#results-signup-prompt i {
  font-size: 75px;
}
#certificate-signup-prompt {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}
#certificate-signup-prompt h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
#certificate-signup-prompt p {
  margin-bottom: 20px;
}
#certificate-signup-prompt i {
  font-size: 75px;
}
.training-group-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 235px;
  height: 215px;
  padding: 10px 10px 0;
  margin: 7.5px;
  text-align: center;
  color: inherit;
  cursor: pointer;
}
.training-group-tile:hover,
.training-group-tile:focus {
  color: inherit;
  text-decoration: none;
}
.training-group-tile img {
  height: 75px;
}
.training-group-tile hr {
  width: 80%;
}
@media (min-width: 768px) {
  #user-statistics {
    display: flex;
    margin: 0 -15px 30px;
  }
}
#user-statistics .statistics-tile {
  height: 140px;
  flex-grow: 1;
  flex-basis: 0;
  padding: 10px 25px;
  margin-bottom: 30px;
}
#user-statistics .statistics-tile > .tile-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
#user-statistics .statistics-tile > .tile-content > small {
  color: #777777;
  white-space: nowrap;
}
#user-statistics .statistics-tile > .tile-content > .icon-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
}
#user-statistics .statistics-tile > .tile-content > .icon-wrap > img,
#user-statistics .statistics-tile > .tile-content > .icon-wrap > #circular-progressbar {
  width: 55px;
}
#user-statistics .statistics-tile > .tile-content > .icon-wrap > #circular-progressbar {
  height: 55px;
  border: 7px solid #eeeeee;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
#user-statistics .statistics-tile > .tile-content > .icon-wrap > .texts {
  font-weight: 500;
  margin-left: 18px;
  text-align: left;
}
#user-statistics .statistics-tile > .tile-content > .icon-wrap > .texts > h2 {
  margin: 0;
}
#user-statistics .statistics-tile > .tile-content > .icon-wrap > .texts > small {
  white-space: nowrap;
}
#user-statistics .statistics-tile > .tile-content > hr {
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  #user-statistics .statistics-tile {
    margin: 0 15px;
  }
  #user-statistics .statistics-tile > .tile-content > .icon-wrap {
    justify-content: flex-start;
  }
}
#training-groups #tiles {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #training-groups #tiles {
    justify-content: center;
  }
}
#training-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 255px;
  border-radius: 15px;
  padding: 0 15px;
}
#training-banner h3 {
  margin-top: 18px;
  margin-bottom: 8px;
}
#training-banner img {
  width: 165px;
}
.lesson-groups-header {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 20px;
  margin-bottom: 50px;
}
.lesson-groups-header hr {
  flex: 1;
}
.lesson-groups-header hr,
.lesson-groups-header h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.lesson-row {
  display: flex;
  align-items: center;
  height: 86px;
  padding: 0 25px;
  transition: 0.1s;
  cursor: pointer;
  margin-bottom: 12px;
}
.lesson-row i {
  font-size: 38px;
  color: #d6d6d6;
}
.lesson-row h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding-left: 25px;
  width: 250px;
}
.lesson-row .right-side {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .lesson-row .right-side button {
    display: none;
  }
}
.lesson-row.item-guest button {
  display: none;
}
.lesson-row.item-guest:hover button {
  display: block;
}
#lessons .lesson-group {
  margin-bottom: 30px !important;
}
#nedatluj-plus-landing #intro-row {
  margin-top: 60px;
  margin-bottom: 30px;
}
#nedatluj-plus-landing #money-back {
  margin-top: 20px;
  margin-bottom: 30px;
}
#nedatluj-plus-landing #money-back p {
  line-height: 27px;
}
#large-testimonial {
  background-color: #F8F8F8;
  padding-top: 30px;
  padding-bottom: 30px;
}
#large-testimonial .stats-row {
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 150px;
}
#large-testimonial .stats-row .h1 {
  font-weight: 800;
  font-size: 50px;
  margin-bottom: 0;
  letter-spacing: -2px;
}
#large-testimonial .testimonial-row {
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
#large-testimonial .testimonial-row .nedatluj-component-flat {
  padding: 40px 60px 20px;
  border: 0;
  border-radius: 30px;
}
#large-testimonial .testimonial-row .h1 {
  letter-spacing: -2px;
}
#large-testimonial .testimonial-row .name-align {
  text-align: right;
}
#large-testimonial .testimonial-row .testimonial-author {
  letter-spacing: -1px;
}
#large-testimonial .testimonial-row .image-col img {
  width: 95px;
  border-radius: 15px;
}
#company-landing-page #price-plan {
  margin-top: 60px;
  margin-bottom: 30px;
}
#company-landing-page #feature-alert {
  max-width: 640px;
}
#company-landing-page #feature-alert i {
  font-size: 20px;
}
#company-landing-page #plus-benefits {
  margin-top: 60px;
  margin-bottom: 30px;
}
#company-landing-page .lg {
  margin-top: 60px;
}
#schools-landing p {
  line-height: 28px;
}
#schools-landing #price-plan {
  margin-top: 60px;
  margin-bottom: 30px;
}
#schools-landing #plus-benefits {
  margin-top: 90px;
  margin-bottom: 30px;
}
#schools-landing #row-thanks .text-wrap {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 30px 20px 20px;
}
#schools-landing #row-thanks .text-wrap p {
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #schools-landing #row-thanks .text-wrap p {
    padding-right: 10px;
  }
}
#schools-landing #row-thanks .text-wrap #heart-image {
  height: 26px;
}
#row-schools-reasons #reasons-text {
  padding-top: 40px;
  text-align: center;
}
@media (min-width: 992px) {
  #row-schools-reasons #reasons-text {
    padding-top: 80px;
  }
}
#row-schools-reasons #reasons-text h1 {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  #row-schools-reasons #reasons-text h1 {
    padding-bottom: 0;
  }
}
#row-schools-reasons .flex-reasons-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding-left: 40px;
  padding-right: 40px;
  list-style: none;
}
@media (min-width: 992px) {
  #row-schools-reasons .flex-reasons-container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
#row-schools-reasons .flex-reasons-container .flex-reasons-item {
  height: 180px;
  width: 300px;
  text-align: center;
}
#row-schools-reasons .flex-reasons-container .flex-reasons-item:nth-of-type(1) {
  order: 1;
}
#row-schools-reasons .flex-reasons-container .flex-reasons-item:nth-of-type(2) {
  order: 2;
}
#row-schools-reasons .flex-reasons-container .flex-reasons-item:nth-of-type(3) {
  order: 4;
}
#row-schools-reasons .flex-reasons-container .flex-reasons-item:nth-of-type(4) {
  order: 3;
}
#row-schools-reasons .flex-reasons-container .flex-reasons-item:nth-of-type(5) {
  order: 5;
}
#row-schools-reasons .flex-reasons-container .flex-reasons-item:nth-of-type(6) {
  order: 6;
}
@media (min-width: 768px) {
  #row-schools-reasons .flex-reasons-container .flex-reasons-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  #row-schools-reasons .flex-reasons-container .flex-reasons-item:nth-of-type(1) {
    order: 1;
  }
  #row-schools-reasons .flex-reasons-container .flex-reasons-item:nth-of-type(2) {
    order: 2;
  }
  #row-schools-reasons .flex-reasons-container .flex-reasons-item:nth-of-type(3) {
    order: 3;
  }
  #row-schools-reasons .flex-reasons-container .flex-reasons-item:nth-of-type(4) {
    order: 4;
  }
  #row-schools-reasons .flex-reasons-container .flex-reasons-item:nth-of-type(5) {
    order: 5;
  }
  #row-schools-reasons .flex-reasons-container .flex-reasons-item:nth-of-type(6) {
    order: 6;
  }
}
@media (min-width: 1200px) {
  #row-schools-reasons .flex-reasons-container .flex-reasons-item {
    height: 300px;
    width: 400px;
  }
}
#row-schools-reasons .flex-reasons-container .reasons-text-wrap {
  top: 0;
  display: inline-block;
  position: relative;
}
@media (min-width: 1200px) {
  #row-schools-reasons .flex-reasons-container .reasons-text-wrap {
    top: 60px;
  }
}
#row-schools-reasons .flex-reasons-container .reasons-text-wrap p {
  max-width: 400px;
}
#row-schools-reasons .flex-reasons-container .school-reason-icon {
  height: 230px;
  width: 230px;
  display: inline-flex;
}
@media (min-width: 1200px) {
  #row-schools-reasons .flex-reasons-container .school-reason-icon {
    height: 280px;
    width: 360px;
  }
}
#row-schools-reasons .flex-reasons-container #student-progress-icon {
  background: url('/images/schools/landingPage/studentProgress.png') no-repeat;
  background-size: contain;
}
#row-schools-reasons .flex-reasons-container #czech-words-icon {
  background: url('/images/schools/landingPage/funLearning.png') no-repeat;
  background-size: contain;
}
#row-schools-reasons .flex-reasons-container #simple-management-icon {
  background: url('/images/schools/landingPage/simpleManagement.png') no-repeat;
  background-size: contain;
}
#row-schools-learning {
  padding-bottom: 75px;
}
#row-schools-learning #learning-text {
  padding-top: 50px;
  text-align: center;
}
@media (min-width: 992px) {
  #row-schools-learning #learning-text {
    padding-top: 78px;
  }
}
#row-schools-learning #learning-text h1 {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  #row-schools-learning #learning-text h1 {
    padding-bottom: 0;
  }
}
#row-schools-learning .flex-learning-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  padding-inline-start: 0;
}
#row-schools-learning .flex-learning-container .flex-learning-item {
  text-align: center;
  height: 310px;
  width: 230px;
  margin: 20px;
}
@media (min-width: 992px) {
  #row-schools-learning .flex-learning-container .flex-learning-item {
    height: 400px;
    width: 230px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  #row-schools-learning .flex-learning-container .flex-learning-item {
    height: 400px;
    width: 230px;
    margin: 20px;
  }
}
#row-schools-learning .flex-learning-container .learning-image {
  height: 200px;
}
@media (min-width: 992px) {
  #row-schools-learning .flex-learning-container .learning-image {
    height: 230px;
  }
}
#row-schools-learning #price-text {
  text-align: center;
  padding: 40px 20px 20px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  #row-schools-learning #price-text {
    padding: 0 160px;
  }
}
@media (min-width: 1200px) {
  #row-schools-learning #price-text {
    padding: 0 250px;
  }
}
#row-schools-learning #manual-text {
  padding-top: 50px;
}
#row-schools-learning #school-logos h2 {
  margin-top: 90px;
}
#row-schools-learning #school-logos #atis {
  width: 142px;
}
#row-schools-learning #school-logos #gevo {
  width: 60px;
}
#row-schools-learning #school-logos #amazon,
#row-schools-learning #school-logos #hovorcovice,
#row-schools-learning #school-logos #lovosice,
#row-schools-learning #school-logos #hosinne {
  width: 200px;
}
.markdown-page {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 810px;
  padding-bottom: 60px;
  position: relative;
  z-index: 0;
  /* different text-align only for PC */
}
@media (min-width: 768px) {
  .markdown-page {
    text-align: justify;
  }
}
.markdown-page h1,
.markdown-page h2,
.markdown-page h3,
.markdown-page h4 {
  font-weight: 700;
}
.markdown-page h1,
.markdown-page h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.markdown-page h3,
.markdown-page h4 {
  margin-top: 40px;
  margin-bottom: 10px;
}
#faq-stack {
  background: white;
  padding-bottom: 90px;
  display: flex;
}
#faq-stack #wrap {
  display: flex;
  flex-direction: column;
}
#faq-stack #wrap .nedatluj-component-flat {
  padding: 25px;
  margin-bottom: 20px;
}
#faq-heading .text-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
#company-logos {
  width: 100%;
  overflow: hidden;
}
@keyframes slide-logos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#company-logos #static-background {
  background: #F8F8F8;
}
#company-logos #no-background {
  background: none;
}
#company-logos #logos-slider {
  display: flex;
  padding: 30px 0;
  --animation-duration: 10s;
  animation: slide-logos var(--animation-duration) linear infinite;
}
@media (min-width: 540px) {
  #company-logos #logos-slider {
    --animation-duration: 15s;
  }
}
@media (min-width: 768px) {
  #company-logos #logos-slider {
    --animation-duration: 55s;
  }
}
#common-introduction-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  #common-introduction-row {
    margin-bottom: 90px;
    margin-top: 40px;
  }
}
#common-introduction-row #introduction-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  #common-introduction-row #introduction-text {
    align-items: flex-start;
  }
}
#common-introduction-row #introduction-text h1 {
  line-height: 40px;
  font-size: 38px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #common-introduction-row #introduction-text h1 {
    font-size: 52px;
    line-height: 70px;
    letter-spacing: -3px;
    margin-bottom: 25px;
  }
}
#common-introduction-row #introduction-text p {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 768px) {
  #common-introduction-row #introduction-text p {
    width: 350px;
  }
}
@media (min-width: 992px) {
  #common-introduction-row #introduction-text p {
    width: 460px;
    padding-bottom: 45px;
    font-size: 20px;
    line-height: 32px;
  }
}
#common-introduction-row #introduction-image {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  #common-introduction-row #introduction-image {
    justify-content: flex-end;
  }
}
#common-introduction-row #introduction-image img {
  width: 190px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  #common-introduction-row #introduction-image img {
    width: 275px;
  }
}
#feature-pillars {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  #feature-pillars {
    flex-direction: row;
  }
}
.features-pillar {
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  position: relative;
  flex-direction: column;
  width: 310px;
  padding: 38px 45px;
  margin: 10px;
  white-space: nowrap;
  border-radius: 20px;
}
.features-pillar:hover,
.features-pillar:focus {
  transform: scale(1.02, 1.02);
}
.features-pillar .badge-offer {
  display: flex;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  background: #59c73d;
  color: white;
  padding: 6px 12px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .features-pillar .badge-offer {
    margin-top: 6px;
  }
}
.features-pillar .badge-offer i {
  font-size: 12px;
}
.features-pillar .header {
  display: flex;
  margin-bottom: 30px;
}
.features-pillar .header .text-wrap {
  display: flex;
  align-items: center;
}
.features-pillar .header .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.features-pillar .header .discount-badge {
  background: #59c73d;
  color: white;
  padding: 3px 6px;
  border-radius: 6px;
  font-size: 13px;
}
.features-pillar .header .title {
  font-size: 26px;
  letter-spacing: -0.5px;
}
.features-pillar .header h1 {
  letter-spacing: -1px;
}
.features-pillar .header .icon-wrap {
  display: flex;
}
.features-pillar .header .icon-wrap i {
  font-size: 12px;
}
.features-pillar .header .icon-wrap h6 {
  font-size: 14px;
}
.features-pillar .header button,
.features-pillar .header a {
  width: 216px;
}
.plus-feature-icon {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.plus-feature-icon i {
  font-size: 16px;
  margin-right: 15px;
}
#plus-features-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#plus-features-tiles .brand-primary-dark-icon {
  color: #9F6AF8;
}
#plus-features-tiles .brand-info-dark-icon {
  color: #0089FF;
}
#plus-features-tiles .brand-success-dark-icon {
  color: #59C73D;
}
.plus-feature-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 360px;
  margin: 10px;
  padding: 30px;
  text-align: center;
}
.plus-feature-tile.dark-tile {
  color: #EAE9EC;
  background: #212124;
  border-color: #363638;
}
.plus-feature-tile i {
  font-size: 50px;
}
.plus-feature-tile h4 {
  margin-top: 25px;
  margin-bottom: 20px;
}
.plus-feature-tile p {
  margin: 0;
  line-height: 30px;
}
.navbar-default .navbar-brand {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav {
    padding-left: 16px;
  }
}
.navbar-default .navbar-nav #nav-items-dropdown li > a {
  margin-bottom: 5px !important;
}
.navbar-default .navbar-nav .nav-sign-in {
  font-size: 13px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li {
    height: 65px;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.navbar-default .navbar-nav > li > a {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    margin: 0 6px;
  }
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  padding: 8px 15px;
  position: relative;
  top: 12.5px;
  border-radius: 10px;
}
.navbar-default .navbar-nav > li > a > button {
  padding: 9px 17px;
  font-size: 13px;
  min-width: 110px;
}
.navbar-default .navbar-nav > li > .active > a,
.navbar-default .navbar-nav > li > .active > a:hover,
.navbar-default .navbar-nav > li > .active > a:focus {
  padding: 8px 15px;
  position: relative;
  top: 12.5px;
  border-radius: 10px;
}
.navbar-default .navbar-nav > li .nav-item-icon {
  font-size: 20px;
  vertical-align: bottom;
  margin-right: 10px;
}
.navbar-default .navbar-nav > li .dropdown-menu {
  margin-right: 15px;
}
.navbar-right > li a.sign-up,
.navbar-right > li a.continue-to-app {
  padding: 0;
  margin-right: 15px;
}
.navbar-right > li a.sign-up:hover,
.navbar-right > li a.continue-to-app:hover,
.navbar-right > li a.sign-up:focus,
.navbar-right > li a.continue-to-app:focus {
  background: transparent;
  padding: 0;
}
#footer {
  background: white;
  font-size: 14px;
  line-height: 30px;
}
#footer .container {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #footer .container {
    margin-top: 80px;
  }
}
#footer .container .headline {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
#footer .container .links a {
  padding-right: 15px;
  color: #333333;
}
#footer .container hr {
  margin: 8px 0;
  width: 142px;
}
#footer .container .logo-headline {
  padding-bottom: 15px;
}
#footer .container .logo-headline a {
  color: inherit;
}
#footer .container .logo-headline a:hover,
#footer .container .logo-headline a:focus {
  color: inherit;
  text-decoration: none;
}
#footer .container .text-wrap-col {
  padding-bottom: 20px;
  min-width: 234px;
}
@media (min-width: 768px) {
  #footer .container .text-wrap-col {
    padding-bottom: 36px;
  }
}
#footer .container i {
  font-size: 16px;
}
#footer .container #fb-brand-icon {
  font-size: 24px;
}
.blur-text {
  color: transparent !important;
  background: none !important;
  text-shadow: 0 0 16px #333333;
}
.metric-tile {
  padding-bottom: 30px;
}
.metric-tile .nedatluj-component-flat {
  display: flex;
  align-items: center;
  padding: 25px;
}
.metric-tile .nedatluj-component-flat img {
  width: 55px;
}
.metric-tile .nedatluj-component-flat .text {
  margin-left: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .metric-tile .nedatluj-component-flat {
    flex-direction: column;
    align-items: center;
  }
  .metric-tile .nedatluj-component-flat img {
    margin-bottom: 15px;
  }
  .metric-tile .nedatluj-component-flat .text {
    margin-left: 0;
    text-align: center;
  }
}
