@font-face {
  font-family: "Milram Regular";
  src: url("../fonts/milram/MilramRegular.woff2") format("woff2"), url("../fonts/milram/MilramRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Milram Bold";
  src: url("../fonts/milram/MilramBold.woff2") format("woff2"), url("../fonts/milram/MilramBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
  font-family: "LaPresse";
  src: url("../fonts/milram-brush/MilramBrush-Regular.woff2") format("woff2"), url("../fonts/milram-brush/MilramBrush-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */
@font-face {
	font-family: 'LaPresse';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/la-presse/lapresse05-webfont.woff2") format("woff2");
	// src: url("../fonts/la-presse/LaPresse03.woff2") format("woff2");
}
/* roboto-regular - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto/roboto-v27-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/roboto/roboto-v27-latin-ext_latin-regular.woff") format("woff");
}
/* roboto-700 - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto/roboto-v27-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/roboto/roboto-v27-latin-ext_latin-700.woff") format("woff");
}
.visually-hidden {
  display: none;
}

img {
  max-width: 100%;
}

.frame {
  background: #ffffff;
  box-shadow: 0px 3px 0px 4px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 20px;
}
@media (min-width: 768px) {
  .frame {
    padding: 40px;
  }
}

body {
  font-size: 16px;
  line-height: 21px;
  font-family: "Milram Regular";
  color: #00579C;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Milram Bold";
  font-weight: normal;
  margin-bottom: 0.5em;
  line-height: 1.4;
}

h1 {
  font-size: 36px;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 30px;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 24px;
}
@media (min-width: 1200px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 10px;
}

.copy a {
  text-decoration: underline;
}
.copy p {
  margin-bottom: 30px;
}
.copy h2 {
  margin-bottom: 30px;
}
.copy strong {
  font-family: "Milram Bold";
  font-weight: normal;
}
.copy--xl {
  font-size: 18px;
  line-height: 28px;
}
.copy--sm {
  font-size: 14px;
  line-height: 1.1;
}
.copy--bold {
  font-family: "Milram Bold";
}
.copy mark {
  background-color: #00579C;
  color: #fff;
}
.copy table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
}
.copy table th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.copy table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.sans-serif {
  font-family: "Roboto", sans-serif;
}

.heading-1,
.heading-2 {
  font-family: "LaPresse";
  font-weight: normal;
}

.heading-3,
.heading-4,
.heading-5 {
  font-family: "Milram Bold";
  font-weight: normal;
}
.heading-3.font-regular,
.heading-4.font-regular,
.heading-5.font-regular {
  font-family: "Milram Regular";
}

.heading-1 {
  font-size: 46px;
  line-height: 55px;
}

.heading-2 {
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 10px;
}

.heading-3 {
  font-size: 30px;
  line-height: 36px;
}

.heading-4 {
  font-size: 21px;
  line-height: 33px;
}

.heading-5 {
  font-size: 18px;
  line-height: 1.4;
}

.heading-6 {
  font-size: 16px;
  line-height: 21px;
  font-family: "Milram Regular";
  font-weight: normal;
}

.klp-font-bold {
  font-family: "Milram Bold";
}

.container-size-sm {
  max-width: 705px;
}

.container-size-md {
  max-width: 815px;
}

.container-size-lg {
  max-width: 950px;
}

.container-10 {
  padding-right: 5px;
  padding-left: 5px;
}

.container-12 {
  padding-right: 6px;
  padding-left: 6px;
}

.row.gap-10 {
  margin-right: -5px;
  margin-left: -5px;
}
.row.gap-10 .col-xl,
.row.gap-10 .col-xl-auto,
.row.gap-10 .col-xl-12,
.row.gap-10 .col-xl-11,
.row.gap-10 .col-xl-10,
.row.gap-10 .col-xl-9,
.row.gap-10 .col-xl-8,
.row.gap-10 .col-xl-7,
.row.gap-10 .col-xl-6,
.row.gap-10 .col-xl-5,
.row.gap-10 .col-xl-4,
.row.gap-10 .col-xl-3,
.row.gap-10 .col-xl-2,
.row.gap-10 .col-xl-1,
.row.gap-10 .col-lg,
.row.gap-10 .col-lg-auto,
.row.gap-10 .col-lg-12,
.row.gap-10 .col-lg-11,
.row.gap-10 .col-lg-10,
.row.gap-10 .col-lg-9,
.row.gap-10 .col-lg-8,
.row.gap-10 .col-lg-7,
.row.gap-10 .col-lg-6,
.row.gap-10 .col-lg-5,
.row.gap-10 .col-lg-4,
.row.gap-10 .col-lg-3,
.row.gap-10 .col-lg-2,
.row.gap-10 .col-lg-1,
.row.gap-10 .col-md,
.row.gap-10 .col-md-auto,
.row.gap-10 .col-md-12,
.row.gap-10 .col-md-11,
.row.gap-10 .col-md-10,
.row.gap-10 .col-md-9,
.row.gap-10 .col-md-8,
.row.gap-10 .col-md-7,
.row.gap-10 .col-md-6,
.row.gap-10 .col-md-5,
.row.gap-10 .col-md-4,
.row.gap-10 .col-md-3,
.row.gap-10 .col-md-2,
.row.gap-10 .col-md-1,
.row.gap-10 .col-sm,
.row.gap-10 .col-sm-auto,
.row.gap-10 .col-sm-12,
.row.gap-10 .col-sm-11,
.row.gap-10 .col-sm-10,
.row.gap-10 .col-sm-9,
.row.gap-10 .col-sm-8,
.row.gap-10 .col-sm-7,
.row.gap-10 .col-sm-6,
.row.gap-10 .col-sm-5,
.row.gap-10 .col-sm-4,
.row.gap-10 .col-sm-3,
.row.gap-10 .col-sm-2,
.row.gap-10 .col-sm-1,
.row.gap-10 .col,
.row.gap-10 .col-auto,
.row.gap-10 .col-12,
.row.gap-10 .col-11,
.row.gap-10 .col-10,
.row.gap-10 .col-9,
.row.gap-10 .col-8,
.row.gap-10 .col-7,
.row.gap-10 .col-6,
.row.gap-10 .col-5,
.row.gap-10 .col-4,
.row.gap-10 .col-3,
.row.gap-10 .col-2,
.row.gap-10 .col-1 {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}
.row.gap-12 {
  margin-right: -6px;
  margin-left: -6px;
}
.row.gap-12 .col-xl,
.row.gap-12 .col-xl-auto,
.row.gap-12 .col-xl-12,
.row.gap-12 .col-xl-11,
.row.gap-12 .col-xl-10,
.row.gap-12 .col-xl-9,
.row.gap-12 .col-xl-8,
.row.gap-12 .col-xl-7,
.row.gap-12 .col-xl-6,
.row.gap-12 .col-xl-5,
.row.gap-12 .col-xl-4,
.row.gap-12 .col-xl-3,
.row.gap-12 .col-xl-2,
.row.gap-12 .col-xl-1,
.row.gap-12 .col-lg,
.row.gap-12 .col-lg-auto,
.row.gap-12 .col-lg-12,
.row.gap-12 .col-lg-11,
.row.gap-12 .col-lg-10,
.row.gap-12 .col-lg-9,
.row.gap-12 .col-lg-8,
.row.gap-12 .col-lg-7,
.row.gap-12 .col-lg-6,
.row.gap-12 .col-lg-5,
.row.gap-12 .col-lg-4,
.row.gap-12 .col-lg-3,
.row.gap-12 .col-lg-2,
.row.gap-12 .col-lg-1,
.row.gap-12 .col-md,
.row.gap-12 .col-md-auto,
.row.gap-12 .col-md-12,
.row.gap-12 .col-md-11,
.row.gap-12 .col-md-10,
.row.gap-12 .col-md-9,
.row.gap-12 .col-md-8,
.row.gap-12 .col-md-7,
.row.gap-12 .col-md-6,
.row.gap-12 .col-md-5,
.row.gap-12 .col-md-4,
.row.gap-12 .col-md-3,
.row.gap-12 .col-md-2,
.row.gap-12 .col-md-1,
.row.gap-12 .col-sm,
.row.gap-12 .col-sm-auto,
.row.gap-12 .col-sm-12,
.row.gap-12 .col-sm-11,
.row.gap-12 .col-sm-10,
.row.gap-12 .col-sm-9,
.row.gap-12 .col-sm-8,
.row.gap-12 .col-sm-7,
.row.gap-12 .col-sm-6,
.row.gap-12 .col-sm-5,
.row.gap-12 .col-sm-4,
.row.gap-12 .col-sm-3,
.row.gap-12 .col-sm-2,
.row.gap-12 .col-sm-1,
.row.gap-12 .col,
.row.gap-12 .col-auto,
.row.gap-12 .col-12,
.row.gap-12 .col-11,
.row.gap-12 .col-10,
.row.gap-12 .col-9,
.row.gap-12 .col-8,
.row.gap-12 .col-7,
.row.gap-12 .col-6,
.row.gap-12 .col-5,
.row.gap-12 .col-4,
.row.gap-12 .col-3,
.row.gap-12 .col-2,
.row.gap-12 .col-1 {
  position: relative;
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
}

.btn {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}

.btn-lg {
  border-radius: 2px;
  padding: 10px 20px;
}

.btn-primary {
  background-color: #00579C;
  color: #fff;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #00579C;
  background-color: #fff;
  border-color: #fff;
}

.btn-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  transition: 0.3s ease;
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}
.btn-menu:focus {
  outline: none;
}
.btn-menu__bar-icon {
  font-size: 5px;
  line-height: 1;
  transition: 0.3s;
  font-family: "icomoon" !important;
}
.btn-menu__bar-icon__1, .btn-menu__bar-icon__2, .btn-menu__bar-icon__3 {
  display: block;
  position: absolute;
  width: 30px;
  height: 4px;
}
.btn-menu__bar-icon__1 {
  transform: translate(0, -10px);
}
.btn-menu__bar-icon__1::after {
  content: "\e920";
}
.btn-menu__bar-icon__2::after {
  content: "\e91f";
}
.btn-menu__bar-icon__3 {
  transform: translate(0, 10px);
}
.btn-menu__bar-icon__3::after {
  content: "\e91f";
}
.menu-open .btn-menu .btn-menu__bars {
  background-color: transparent;
}
.menu-open .btn-menu .btn-menu__bars:before {
  transform: rotate(45deg);
}
.menu-open .btn-menu .btn-menu__bars:after {
  transform: rotate(-45deg);
}
.menu-open .btn-menu .btn-menu__bar-icon__1 {
  transform: rotate(45deg);
}
.menu-open .btn-menu .btn-menu__bar-icon__2 {
  opacity: 0;
}
.menu-open .btn-menu .btn-menu__bar-icon__3 {
  transform: rotate(-45deg);
}

.btn-link:hover, .btn-link:focus {
  text-decoration: none;
}

.btn-answer {
  background: #ffffff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  height: 100%;
  width: 100%;
  display: block;
  padding: 15px 40px 15px 20px;
  font-family: "Milram Regular";
  color: #00579C;
  text-align: left;
  border: 2px solid transparent;
  position: relative;
  text-transform: none;
  transition: transform 0.2s linear;
}
.btn-answer:after {
  content: "";
  font-family: "icomoon" !important;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 16px;
}
.btn-answer.is-answered {
  border-color: #00579C;
}
.btn-answer.answered-correctly {
  border-color: #0BD013;
  color: #0BD013;
}
.btn-answer.answered-correctly::after {
  content: "\e906";
}
.btn-answer.answered-incorrectly {
  border-color: #CD1A1A;
  color: #CD1A1A;
}
.btn-answer.answered-incorrectly::after {
  content: "\e91d";
}
.btn-answer.should-be-answered {
  border-color: transparent;
  color: #CD1A1A;
}
.btn-answer.should-be-answered::after {
  content: "\e906";
}
.btn-answer:disabled {
  pointer-events: none;
}
.btn-answer:hover {
  transform: scale(1.05);
  color: #00579C;
}

.klp-form {
  margin-bottom: 0;
}
.klp-form .form-control {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  height: 40px;
  border: 1px solid #00579C;
}
.klp-form .form-control::-moz-placeholder {
  color: #8cadc7;
  opacity: 1;
}
.klp-form .form-control:-ms-input-placeholder {
  color: #8cadc7;
  opacity: 1;
}
.klp-form .form-control::placeholder {
  color: #8cadc7;
  opacity: 1;
}
.klp-form .form-control:-ms-input-placeholder {
  color: #8cadc7;
}
.klp-form .form-control::-ms-input-placeholder {
  color: #8cadc7;
}
.klp-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8cadc7;
}
.klp-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #8cadc7;
}
.klp-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #8cadc7;
}
.klp-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #8cadc7;
}
.klp-form .form-control.bold-input {
  border-width: 2px;
}
.klp-form label a {
  text-decoration: underline;
}
.klp-form label.error {
  padding-top: 5px;
  color: #CD1A1A;
}
.klp-form .input-group.has-append .form-control {
  border-right-color: transparent;
  border-radius: 2px;
}
.klp-form .input-group.input-group-full .form-control {
  background-color: #fff;
}
.klp-form .input-group.input-group-full .btn {
  background-color: #fff;
}
.klp-form .input-group.input-group-shadow {
  position: relative;
}
.klp-form .input-group.input-group-shadow::before, .klp-form .input-group.input-group-shadow::after {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  bottom: -3px;
}
.klp-form .input-group.input-group-shadow::before {
  width: 40%;
  left: 0;
  z-index: -1;
  background-color: #00579C;
  border-bottom-left-radius: 4px;
}
.klp-form .input-group.input-group-shadow::after {
  width: 100%;
  z-index: -2;
  left: 0;
  background-color: #D9D9D9;
  border-bottom-right-radius: 4px;
}
.klp-form .input-group-append .btn {
  border: 1px solid #00579C;
  border-left-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.klp-form .input-group-append .btn span[class^=icon-] {
  font-size: 20px;
}
.klp-form .info-box .info-box-icon {
  font-size: 24px;
}
.klp-form .klp-form-sub-sec {
  margin-bottom: 10px;
}
.klp-form .klp-form-sub-sec .form-group {
  margin-bottom: 10px;
}
.klp-form .klp-form-sub-sec .form-group label {
  margin-bottom: 5px;
}
.klp-form .klp-form-sub-sec .klp-form-sub-sec-title {
  margin-bottom: 5px;
}
.klp-form .register-form-action {
  padding-top: 20px;
}
.klp-form select {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-size: 12px;
  background-image: url("../img/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center 10px;
  background-position: right 14px top 50%;
}
.klp-form select::-ms-expand {
  display: none;
}
.klp-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../img/icons/check-feater-blue.svg");
}
.klp-form .klp-custom-control.custom-control {
  padding-left: 30px;
}
.klp-form .klp-custom-control.custom-control .custom-control-label {
  font-size: 14px;
  line-height: 20px;
}
.klp-form .klp-custom-control.custom-control .custom-control-label::before {
  position: absolute;
  top: 5px;
  left: -30px;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #00579C solid 2px;
  border-radius: 4px;
}
.klp-form .klp-custom-control.custom-control .custom-control-label::after {
  position: absolute;
  top: -3px;
  left: -34px;
  display: block;
  width: 38px;
  height: 30px;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.klp-form .klp-custom-control.custom-control .custom-control-input:checked ~ .custom-control-label::before {
  color: #00579C;
  border-color: #00579C;
  background-color: #fff;
}
.klp-form .bold-input-group .form-control {
  border-width: 2px;
}
.klp-form .bold-input-group .input-group-append {
  margin-left: -2px;
  position: relative;
}
.klp-form .bold-input-group .input-group-append .btn {
  border-width: 2px;
}
.klp-form .bold-input-group .input-group-append::before {
  content: "";
  width: 4px;
  top: 0;
  bottom: 0;
  display: block;
  position: absolute;
  background-color: #fff;
  border-top: 2px solid #00579C;
  border-bottom: 2px solid #00579C;
  z-index: 5;
}

.klp-navbar {
  background-color: #fff;
  padding: 11px 20px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 30;
}
@media (min-width: 992px) {
  .klp-navbar {
    height: 80px;
  }
}
.klp-navbar.navbar-expand-lg .nav-link {
  height: 100%;
  color: #00579C;
  font-family: "Milram Bold";
  line-height: 1;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
}
@media (min-width: 992px) {
  .klp-navbar.navbar-expand-lg .nav-link {
    padding: 10px 24px;
  }
}
.klp-navbar.navbar-expand-lg .nav-link:hover .nav-link-text, .klp-navbar.navbar-expand-lg .nav-link:focus .nav-link-text {
  text-decoration: underline;
}
.klp-navbar.navbar-expand-lg .nav-link .nav-link-icon {
  font-size: 30px;
}
.klp-navbar.navbar-expand-lg .navbar-toggler {
  margin: 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .klp-navbar {
    height: 80px;
  }
  .klp-navbar .navbar-collapse {
    background: #fff;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
  .klp-navbar .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
}

.klp-navbar-spacer {
  height: 80px;
}

.page-header {
  position: relative;
  display: flex;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.page-header .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.page-header .bg-image img.bg-img {
  width: 100%;
}
.page-header .mask-img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
}
@media (min-width: 768px) {
  .page-header .mask-img {
    top: 40%;
  }
}
@media (min-width: 992px) {
  .page-header .mask-img {
    top: 30%;
  }
}
.page-header .mask-img img.mask-img {
  width: 100%;
}
.page-header .title-image {
  padding: 20px 10px;
  position: relative;
  z-index: 10;
  max-width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .page-header .title-image {
    max-width: 574px;
  }
}
@media (min-width: 1200px) {
  .page-header .title-image {
    padding: 60px 10px 0 10px;
  }
}
.page-header .title-image img.title-img {
  max-width: 100%;
  display: block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-header .title-image img.title-img {
    width: 230px;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  .page-header .title-image img.title-img {
    width: 550px;
  }
}

.article-header {
  margin-bottom: 50px;
  position: relative;
}
.article-header .bg-image {
  height: 240px;
}
@media (min-width: 768px) {
  .article-header .bg-image {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .article-header .bg-image {
    height: 610px;
  }
}
.article-header .bg-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.article-header .back-link {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 5;
  font-size: 30px;
  color: #00579C;
}
.article-header .back-link:hover, .article-header .back-link:focus {
  text-decoration: none;
}

.info-box .info-box-icon {
  margin-top: 2px;
}

.lexicon-hero-sec {
  background-image: url("../img/Lexikon.jpg");
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 60px;
  background-position: center;
  background-size: auto 100%;
}
@media (min-width: 1200px) {
  .lexicon-hero-sec {
    background-size: 100% 100%;
  }
}

.hero-content-image img {
  border-radius: 10px;
}

.test-info-sec .sec-header {
  margin-bottom: 20px;
}
.test-info-sec .test-info-image img {
  width: 100%;
  max-width: none;
}
.test-info-sec .test-info-slick .slick-slide {
  height: auto;
}
.test-info-sec .test-info-slick .slick-dots {
  bottom: -35px;
}
.test-info-sec .test-info-slick .slick-dots button:before {
  font-size: 12px;
  opacity: 1;
  color: #D9D9D9;
}
.test-info-sec .test-info-slick .slick-dots .slick-active button:before {
  opacity: 1;
  font-size: 20px;
  color: #00579C;
}
.test-info-sec .test-info-slick .slide-arrow {
  width: 120px;
  font-size: 30px;
}
.test-info-sec .test-info-slick .nav-slide img {
  border-radius: 2px;
}
.test-info-sec .test-info-slick .x-slide img {
  width: 100%;
}
.test-info-sec .test-info-slick .slider-x {
  border-radius: 5px;
  overflow: hidden;
}
.test-info-sec .slider-nav .slick-slide {
  padding: 10px 10px;
}
.test-info-sec .slider-nav .slick-list {
  margin: 0 -10px;
}
.test-info-sec .slider-nav .slick-current.slick-slide img {
  transform: scale(1.125);
}
.test-info-sec .test-info-frame {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 5px;
  margin: -28px 20px 30px 20px;
  padding: 10px 15px 20px 15px;
  box-shadow: 0px 3px 0px 4px rgba(0, 0, 0, 0.05);
}
@media (min-width: 1200px) {
  .test-info-sec .test-info-frame {
    padding: 30px;
    margin: -60px 30px 30px 30px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  }
}
.test-info-sec .test-info-frame .slider-nav {
  padding-left: 10px;
  margin: 0 0 50px 0;
}
@media (min-width: 1200px) {
  .test-info-sec .test-info-frame .slider-nav {
    margin: 0 70px 50px 70px;
  }
}

.klp-progress {
  margin-bottom: 30px;
}
.klp-progress .progress-box {
  background-color: rgba(196, 196, 196, 0.3);
  border-radius: 9px;
  margin-bottom: 8px;
}
.klp-progress .progress-box .progress-bar {
  background-color: #00579C;
  height: 9px;
  border-radius: 9px;
}
.lexikon-article-sec {
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .lexikon-article-sec {
    padding: 0;
  }
}
.lexikon-article-sec .lexikon-article-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.lexikon-accordion .card {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
.lexikon-accordion .card .btn {
  font-size: 18px;
  line-height: 28px;
  text-transform: none;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  font-family: "Milram Bold";
}
.lexikon-accordion .card .btn:after {
  content: "\e925";
  font-family: "icomoon" !important;
  display: inline-block;
  transition: transform 0.3s ease-in-out;
  padding-left: 10px;
}
.lexikon-accordion .card .btn.collapsed:after {
  transform: rotateX(180deg);
}
.lexikon-accordion .card .btn:hover, .lexikon-accordion .card .btn:focus {
  background-color: #fff;
  color: #00579C;
}
.lexikon-accordion .card .card-body {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #e9e9e9;
}

.lexikon-article-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lexikon-article-list li a {
  padding: 2px 0 2px 30px;
  display: block;
  position: relative;
  text-decoration: none;
}
@media (min-width: 992px) {
  .lexikon-article-list li a {
    padding: 10px 0 10px 30px;
  }
}
.lexikon-article-list li a:after {
  content: "\e90a";
  font-family: "icomoon" !important;
  padding-left: 0;
}
.lexikon-article-list li a:hover, .lexikon-article-list li a:focus {
  color: #00579C;
}
.lexikon-article-list li a:hover > span, .lexikon-article-list li a:focus > span {
  text-decoration: underline;
}

.lexikon-search {
  padding: 0 0 20px 0;
}
@media (min-width: 1200px) {
  .lexikon-search {
    padding: 0 30px 40px 30px;
  }
}
.lexikon-search.lexikon-search-result {
  padding-bottom: 10px;
}

.search-results-sec .search-results .search-results-header {
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
}

.quiz-page .q-page {
  overflow: hidden;
}
.quiz-page .q-page .q-grid {
  height: 100vh;
}
@media (min-height: 800px) {
  .quiz-page .q-page .q-grid {
    display: flex;
    align-items: center;
    align-content: center;
  }
}
.quiz-page .q-page .q-grid .q-grid-inner {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}
@media (max-height: 799px) {
  .quiz-page .q-page .q-grid .q-grid-inner {
    display: flex;
  }
  .quiz-page .q-page .q-grid .q-grid-inner .q-grid-item--info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .quiz-page .q-page .q-grid .q-grid-inner .q-grid-item--slider {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 80px;
    margin-left: 20px;
    height: 100%;
  }
}
@media (max-height: 799px) and (orientation: portrait) {
  .quiz-page .q-page .q-grid .q-grid-inner {
    display: block;
  }
  .quiz-page .q-page .q-grid .q-grid-inner .q-grid-item--info {
    height: 290px;
    padding-top: 30px;
  }
  .quiz-page .q-page .q-grid .q-grid-inner .q-grid-item--slider {
    height: calc(100% - 290px);
    padding-bottom: 80px;
    margin: 0;
  }
}
@media (min-height: 800px) {
  .quiz-page .q-page .q-grid .q-grid-inner {
    height: auto;
  }
  .quiz-page .q-page .q-grid .q-grid-inner .q-grid-item--info {
    height: 290px;
  }
}
@media (min-height: 800px) and (min-width: 992px) {
  .quiz-page .q-page .q-grid .q-grid-inner .q-grid-item--info {
    height: auto;
  }
}
@media (min-height: 800px) {
  .quiz-page .q-page .q-grid .q-grid-inner .q-grid-item--slider {
    height: 500px;
    padding-bottom: 80px;
  }
}
.quiz-page .q-back-link {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #fff;
  font-size: 22px;
}
.quiz-page .q-back-link:hover, .quiz-page .q-back-link:focus {
  text-decoration: none;
}
.quiz-page .q-page-header {
  color: #fff;
  margin-bottom: 10px;
}
.quiz-page .q-page-header .chapter-title {
  margin: 0;
}
.quiz-page .title-image {
  text-align: center;
}
.quiz-page .title-image img {
  width: 280px;
}
@media (min-width: 992px) and (min-device-width: 1200px) {
  .quiz-page .title-image img {
    width: 350px;
  }
}
@media (min-width: 1440px) {
  .quiz-page .title-image img {
    width: 450px;
  }
}
@media (min-width: 1600px) {
  .quiz-page .title-image img {
    width: 550px;
  }
}
@media (min-width: 2000px) {
  .quiz-page .title-image img {
    width: 650px;
  }
}
.quiz-page .q-progress-box {
  margin-bottom: 30px;
}
.quiz-page .q-progress-box .q-progress-bar {
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  height: 10px;
  width: 230px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 10px;
}
.quiz-page .q-progress-box .q-progress-bar .q-progress-marker {
  border-radius: 10px;
  background-color: #FFBA00;
  height: 100%;
}
.quiz-page .q-progress-box .q-progres-info {
  color: #fff;
}

.question-slider-test-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
}
.question-slider-test-nav .btn {
  color: #fff;
}

.quiz-slide-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 80px;
  z-index: 5;
}
.quiz-slide-wrapper .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .quiz-slide-wrapper .slide {
    height: auto;
  }
}
.quiz-slide-wrapper .slide .quiz-topic-card-first,
.quiz-slide-wrapper .slide .quiz-topic-card,
.quiz-slide-wrapper .slide .quiz-topic-card-last,
.quiz-slide-wrapper .slide .quiz-question-card,
.quiz-slide-wrapper .slide .q-card-scroll-v,
.quiz-slide-wrapper .slide .quiz-completed-chapter-card,
.quiz-slide-wrapper .slide .quiz-results-success-card,
.quiz-slide-wrapper .slide .quiz-results-failure-card {
  height: 100%;
}
.quiz-slide-wrapper .slide .q-card {
  box-shadow: 0px 3px 0px 4px rgba(0, 0, 0, 0.05);
}
.quiz-slide-wrapper .slide .mask-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  height: 100px;
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .quiz-slide-wrapper .slide .mask-bottom {
    display: none;
  }
}
.quiz-slide-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  padding: 0 10px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.8);
  top: -11px;
  z-index: -1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.quiz-slide-wrapper.topic-slider .slide {
  transition: all 0.5s ease;
}
.quiz-slide-wrapper.topic-slider .slide.toLeft {
  transform: translate(-100%, 50%) rotate(-45deg);
  opacity: 0;
}
.quiz-slide-wrapper.topic-slider .slide.active {
  z-index: 2;
}
.quiz-slide-wrapper.topic-slider .slide.active + .slide {
  z-index: 1;
}
.quiz-slide-wrapper.question-slider .slide {
  transition: opacity 0.5s ease-in-out;
}
.quiz-slide-wrapper.question-slider .slide.hide_slide {
  opacity: 0;
}
.quiz-slide-wrapper.question-slider .slide.active {
  z-index: 2;
}
.quiz-slide-wrapper.question-slider .slide.active + .slide {
  z-index: 1;
}
.quiz-slide-wrapper.question-slider .slide .q-card--questuion-header {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .quiz-slide-wrapper.question-slider .slide .q-card--questuion-header {
    margin-bottom: 30px;
  }
}
.quiz-slide-wrapper.question-slider .slide .questuion-title {
  margin-bottom: 10px;
  line-height: 1.1;
}
.quiz-slide-wrapper.is-on-last-slide::before {
  display: none;
}
.quiz-slide-wrapper .slide-controls-box {
  position: absolute;
  width: 100%;
  bottom: -80px;
  height: 80px;
}
.quiz-slide-wrapper .slide-controls-box .btn.slide-controls {
  font-size: 36px;
  color: #fff;
}
.quiz-slide-wrapper .slide-controls-box .btn.slide-controls.disabled, .quiz-slide-wrapper .slide-controls-box .btn.slide-controls:disabled {
  opacity: 0.5;
}
.quiz-slide-wrapper .slide-controls-box.question-slide-controls-box .btn {
  border-radius: 2px;
  border-width: 2px;
}

.quiz-page {
  height: 100vh;
  background-image: url("../img/q-page-bg.jpg");
  background-position: center;
  background-size: 100% 100%;
}
.quiz-page .vm--modal {
  background-color: transparent;
  box-shadow: none;
}
.quiz-page .vm--modal .inner-modal {
  background-color: #fff;
  border-radius: 10px;
  padding: 45px 30px;
  max-height: 80vh;
  overflow-y: auto;
}
.quiz-page .vm--modal .inner-modal .heading-1 {
  line-height: 40px;
}

.q-card {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .q-card .q-card-scroll-v {
    height: 420px;
  }
}
.q-card .q-card-scroll {
  height: 100%;
  overflow-y: auto;
  padding-right: 22px;
}
@media (hover: hover) and (pointer: fine) {
  .q-card .q-card-scroll {
    scrollbar-color: #FFBA00 #00579C;
    /* thumb and track color */
    scrollbar-width: 30px;
  }
  .q-card .q-card-scroll::-webkit-scrollbar {
    position: relative;
    z-index: 50;
    width: 6px;
  }
  .q-card .q-card-scroll::-webkit-scrollbar-track {
    background-color: #85c3e2;
    border-radius: 100px;
  }
  .q-card .q-card-scroll::-webkit-scrollbar-thumb {
    background-color: #FFBA00;
    border-radius: 100px;
  }
}
.q-card.align-items-center .inner {
  margin: auto;
}
.q-card .inner {
  max-width: 100%;
  width: 100%;
}
.q-card--text .inner {
  text-align: center;
  padding: 30px;
}
.q-card--topic .inner {
  padding-bottom: 80px;
}
.q-card--questuion .inner {
  padding: 30px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .q-card--questuion .inner {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.q-card .q-card-bottom-icon {
  font-size: 60px;
}
.q-card .q-card-top-icon {
  font-size: 80px;
}
.q-card .q-card-topic-image {
  margin-bottom: 20px;
  height: 200px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .q-card .q-card-topic-image {
    height: 190px;
  }
}
.q-card .q-card-topic-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.q-card .q-card-topic-body {
  padding: 0 20px;
}
.q-card .quiz-question-card-btn {
  display: flex;
}
.q-card .q-card-ansvers-item {
  height: 100%;
  width: 100%;
  padding-bottom: 14px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .q-card .q-card-ansvers-item {
    height: auto;
  }
  .q-card .q-card-ansvers-item .btn-answer {
    height: auto;
  }
}

.quiz-topic-card-first .q-card .inner,
.quiz-topic-card-last .q-card .inner,
.quiz-completed-chapter-card .q-card .inner {
  padding: 30px;
  padding-bottom: 100px;
  padding-top: 100px;
}

.quiz-results-failure-card .q-card .inner,
.quiz-results-success-card .q-card .inner {
  padding-bottom: 100px;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .q-card .quiz-question-card-btn .q-card-ansvers-item {
    height: auto;
  }

  .q-card .quiz-question-card-btn .q-card-ansvers-item .btn {
    height: auto;
  }

  /* css rules for ipad portrait */
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .q-card .quiz-question-card-btn .q-card-ansvers-item {
    height: auto;
  }

  .q-card .quiz-question-card-btn .q-card-ansvers-item .btn {
    height: auto;
  }

  /* css rules for ipad landscape */
}
.q-card-scroll-v .inner {
  max-width: none;
}

.vb > .vb-dragger {
  z-index: 5;
  width: 12px;
  right: 0;
}

.vb > .vb-dragger > .vb-dragger-styler {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotate3d(0, 0, 0, 0);
  transition: background-color 100ms ease-out, margin 100ms ease-out, height 100ms ease-out;
  background-color: rgba(71, 71, 71, 0.1);
  margin: 5px 5px 5px 0;
  border-radius: 20px;
  height: calc(100% - 10px);
  display: block;
}

.vb.vb-scrolling-phantom > .vb-dragger > .vb-dragger-styler {
  background-color: #FFBA00;
  background-color: rgba(255, 186, 0, 0.6);
}

.vb > .vb-dragger:hover > .vb-dragger-styler {
  background-color: rgba(255, 186, 0, 0.9);
  margin: 3px 3px 3px 0;
  height: 100%;
}

.vb.vb-dragging > .vb-dragger > .vb-dragger-styler {
  background-color: rgba(255, 186, 0, 0.9);
  margin: 0px;
  height: 100%;
}

.vb.vb-dragging-phantom > .vb-dragger > .vb-dragger-styler {
  background-color: rgba(255, 186, 0, 0.9);
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge add Firefox */
.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */
}

.page-footer {
  padding-top: 25px;
  margin-top: 40px;
  border-top: 2px solid #C8D9F1;
}
@media (min-width: 1200px) {
  .page-footer {
    margin-top: 80px;
    padding-top: 60px;
  }
}
.page-footer .footer-info {
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .page-footer .footer-info {
    margin-bottom: 30px;
  }
}
.page-footer .footer-info .footer-col {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .page-footer .footer-info .footer-col {
    padding: 0;
    margin: 0;
  }
}
.page-footer .footer-info .footer-col .footer-col-icon {
  font-size: 70px;
  margin-bottom: 30px;
}
.page-footer .footer-info .footer-col .footer-col-text {
  margin-bottom: 25px;
}
.page-footer .footer-info .footer-col .footer-soc-link {
  font-size: 22px;
}
.page-footer .footer-info .footer-col .footer-col-action .form-control {
  height: 40px;
  padding: 10px 20px;
}
.page-footer .footer-info .footer-col .footer-col-action .btn {
  font-size: 20px;
}
.page-footer .footer-nav {
  margin-bottom: 40px;
}
.page-footer .footer-nav .nav-item:last-child {
  flex: 1 1 100%;
}
.page-footer .footer-nav .nav-item .nav-link {
  font-family: "Milram Bold";
  text-align: center;
  padding: 5px 10px;
}

.vm--modal {
  left: 0 !important;
}
.vm--modal .inner-modal {
  position: relative;
}
.vm--modal .inner-modal .modal-close-btn {
  height: 52px;
  width: 52px;
  font-size: 18px;
  top: 0px;
  right: 0px;
  position: absolute;
}
.vm--modal .inner-modal .modal-top-icon {
  font-size: 80px;
}

.vm--overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes klp-loader-1 {
  0% {
    top: 36px;
    height: 128px;
  }
  50% {
    top: 60px;
    height: 80px;
  }
  100% {
    top: 60px;
    height: 80px;
  }
}

@keyframes klp-loader-1 {
  0% {
    top: 36px;
    height: 128px;
  }
  50% {
    top: 60px;
    height: 80px;
  }
  100% {
    top: 60px;
    height: 80px;
  }
}
@-webkit-keyframes klp-loader-2 {
  0% {
    top: 42px;
    height: 116px;
  }
  50% {
    top: 60px;
    height: 80px;
  }
  100% {
    top: 60px;
    height: 80px;
  }
}
@keyframes klp-loader-2 {
  0% {
    top: 42px;
    height: 116px;
  }
  50% {
    top: 60px;
    height: 80px;
  }
  100% {
    top: 60px;
    height: 80px;
  }
}
@-webkit-keyframes klp-loader-3 {
  0% {
    top: 48px;
    height: 104px;
  }
  50% {
    top: 60px;
    height: 80px;
  }
  100% {
    top: 60px;
    height: 80px;
  }
}
@keyframes klp-loader-3 {
  0% {
    top: 48px;
    height: 104px;
  }
  50% {
    top: 60px;
    height: 80px;
  }
  100% {
    top: 60px;
    height: 80px;
  }
}
.klp-loader div {
  position: absolute;
  width: 30px;
}

.klp-loader div:nth-child(1) {
  left: 35px;
  background: #00579c;
  -webkit-animation: klp-loader-1 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: klp-loader-1 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.klp-loader div:nth-child(2) {
  left: 85px;
  background: #00579c;
  -webkit-animation: klp-loader-2 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: klp-loader-2 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

.klp-loader div:nth-child(3) {
  left: 135px;
  background: #00579c;
  -webkit-animation: klp-loader-3 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: klp-loader-3 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  -webkit-animation-delay: undefineds;
          animation-delay: undefineds;
}

.loadingio-spinner-pulse-hvena8x9axc {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
}

.klp-loader {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.klp-loader div {
  box-sizing: content-box;
}

.loader-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.loader-wrap .klp-loadeing-spinner-pulse {
  width: 200px;
  height: 200px;
}

@-webkit-keyframes kpl-loading-spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes kpl-loading-spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.kpl-loading-spin div {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 10px solid #004276;
  border-top-color: transparent;
  border-radius: 50%;
}

.kpl-loading-spin div {
  -webkit-animation: kpl-loading-spin 1s linear infinite;
          animation: kpl-loading-spin 1s linear infinite;
  top: 100px;
  left: 100px;
}

.kpl-loading-spinner {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: rgba(241, 242, 243, 0);
}

.kpl-loading-spin {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.kpl-loading-spin div {
  box-sizing: content-box;
}

.loader-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.94);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.loader-wrap .kpl-loading-spinner-rolling-spin-2-wrap {
  width: 200px;
  height: 200px;
}

.text-underline {
  text-decoration: underline;
}

.mb-sec {
  margin-bottom: 40px;
}

.mb-005 {
  margin-bottom: 5px;
}

.mb-010 {
  margin-bottom: 10px;
}

.mb-015 {
  margin-bottom: 15px;
}

.mb-020 {
  margin-bottom: 20px;
}

.mb-025 {
  margin-bottom: 25px;
}

.mb-030 {
  margin-bottom: 30px;
}

.mb-040 {
  margin-bottom: 40px;
}

.mt-005 {
  margin-top: 5px;
}

.pb-080 {
  padding-bottom: 80px;
}

/*# sourceMappingURL=app.css.map*/