body {
  width: 100%;
  height: 100%;
}

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

/*!
* Ladda
* http://lab.hakim.se/ladda
* MIT licensed
*
* Copyright (C) 2018 Hakim El Hattab, http://hakim.se
*/
@keyframes ladda-spinner-line-fade {

  0%,
  100% {
    opacity: .22
  }

  1% {
    opacity: 1
  }
}

.ladda-button {
  position: relative
}

.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none
}

.ladda-button .ladda-label {
  position: relative;
  z-index: 3
}

.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .2);
  display: none;
  transition: .1s linear all
}

.ladda-button[data-loading] .ladda-progress {
  display: block
}

.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  transition: .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all
}

.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
  transition: .3s ease all
}

.ladda-button[data-style=expand-right] .ladda-spinner {
  right: -6px
}

.ladda-button[data-style=expand-right][data-size=s] .ladda-spinner,
.ladda-button[data-style=expand-right][data-size=xs] .ladda-spinner {
  right: -12px
}

.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px
}

.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1
}

.ladda-button[data-style=expand-right][data-loading][data-size=s],
.ladda-button[data-style=expand-right][data-loading][data-size=xs] {
  padding-right: 40px
}

.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 26px
}

.ladda-button[data-style=expand-left][data-size=s] .ladda-spinner,
.ladda-button[data-style=expand-left][data-size=xs] .ladda-spinner {
  left: 4px
}

.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px
}

.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1
}

.ladda-button[data-style=expand-left][data-loading][data-size=s],
.ladda-button[data-style=expand-left][data-loading][data-size=xs] {
  padding-left: 40px
}

.ladda-button[data-style=expand-up] {
  overflow: hidden
}

.ladda-button[data-style=expand-up] .ladda-spinner {
  top: -32px;
  left: 50%;
  margin-left: 0
}

.ladda-button[data-style=expand-up][data-loading] {
  padding-top: 54px
}

.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
  opacity: 1;
  top: 26px;
  margin-top: 0
}

.ladda-button[data-style=expand-up][data-loading][data-size=s],
.ladda-button[data-style=expand-up][data-loading][data-size=xs] {
  padding-top: 32px
}

.ladda-button[data-style=expand-up][data-loading][data-size=s] .ladda-spinner,
.ladda-button[data-style=expand-up][data-loading][data-size=xs] .ladda-spinner {
  top: 4px
}

.ladda-button[data-style=expand-down] {
  overflow: hidden
}

.ladda-button[data-style=expand-down] .ladda-spinner {
  top: 62px;
  left: 50%;
  margin-left: 0
}

.ladda-button[data-style=expand-down][data-size=s] .ladda-spinner,
.ladda-button[data-style=expand-down][data-size=xs] .ladda-spinner {
  top: 40px
}

.ladda-button[data-style=expand-down][data-loading] {
  padding-bottom: 54px
}

.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1
}

.ladda-button[data-style=expand-down][data-loading][data-size=s],
.ladda-button[data-style=expand-down][data-loading][data-size=xs] {
  padding-bottom: 32px
}

.ladda-button[data-style=slide-left] {
  overflow: hidden
}

.ladda-button[data-style=slide-left] .ladda-label {
  position: relative
}

.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: 0
}

.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%
}

.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%
}

.ladda-button[data-style=slide-right] {
  overflow: hidden
}

.ladda-button[data-style=slide-right] .ladda-label {
  position: relative
}

.ladda-button[data-style=slide-right] .ladda-spinner {
  right: 100%;
  margin-left: 0;
  left: 16px
}

[dir=rtl] .ladda-button[data-style=slide-right] .ladda-spinner {
  right: auto
}

.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  opacity: 0;
  left: 100%
}

.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%
}

.ladda-button[data-style=slide-up] {
  overflow: hidden
}

.ladda-button[data-style=slide-up] .ladda-label {
  position: relative
}

.ladda-button[data-style=slide-up] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: 1em
}

.ladda-button[data-style=slide-up][data-loading] .ladda-label {
  opacity: 0;
  top: -1em
}

.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0
}

.ladda-button[data-style=slide-down] {
  overflow: hidden
}

.ladda-button[data-style=slide-down] .ladda-label {
  position: relative
}

.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: -2em
}

.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em
}

.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0
}

.ladda-button[data-style=zoom-out] {
  overflow: hidden
}

.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block
}

.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: 32px;
  transform: scale(2.5)
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  transform: scale(0.5)
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  transform: none
}

.ladda-button[data-style=zoom-in] {
  overflow: hidden
}

.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block
}

.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  transform: scale(0.2)
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  transform: scale(2.2)
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  transform: none
}

.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px
}

.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: 0
}

.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px
}

.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0
}

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1
}

.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0)
}

.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: 0
}

.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, .8)
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1
}

[dir=rtl] .ladda-spinner>div {
  left: 25% !important
}

:root {
  --regular: PlutoSansRegularSubset, Helvetica, Arial, sans-serif;
  --light: PlutoSansRegularSubset, Helvetica, Arial, sans-serif;
  --medium: PlutoSansRegularSubset, Helvetica, Arial, sans-serif;
  --light-italic: PlutoSansRegularSubset, Helvetica, Arial, sans-serif;
  --vh: 100vh;
  --su-complete-box-height: 160px;
  --su-learning-path-offset: calc(var(--su-complete-box-height) / 2)
}

@keyframes fade_in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes expandHeight {
  0% {
    max-height: 115px;
    opacity: 0
  }

  100% {
    max-height: 1000px;
    opacity: 1
  }
}

.star-bg--gold .star-bg path {
  fill: #ffecbd
}

.star-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.star-bg>svg {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.star-bg .star {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate
}

.star-bg .star-1 {
  animation-name: star;
  animation-duration: 2s;
  animation-delay: 1s
}

.star-bg .star-2 {
  animation-name: star;
  animation-duration: 3s;
  animation-delay: 2s
}

.star-bg .star-3 {
  animation-name: star;
  animation-duration: 2s
}

@keyframes star {
  to {
    zoom: 10%;
    opacity: 0
  }

  from {
    zoom: 100%;
    opacity: 1
  }
}

@keyframes shimmer {
  10% {
    -webkit-mask-position: right
  }

  10%,
  100% {
    -webkit-mask-position: left
  }
}

@keyframes removeListItem {
  0% {
    max-height: 115px;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    transform: translate(0, 0) scale(1)
  }

  10% {
    background-color: #e5f4ff
  }

  100% {
    transform: translate(var(--dx), var(--dy)) scale(0);
    opacity: 0;
    padding: 0;
    max-height: 0;
    background-color: #e5f4ff
  }
}

.slideout-open .middlebar {
  display: none
}

.slideout-open .slideout-menu {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  left: auto;
  background-color: #304352
}

#panel {
  background: #fff;
  will-change: auto
}

.l-navigation-mobile .nav-mobile {
  padding: 0 20px;
  border-radius: 2px
}

.l-navigation-mobile .nav-mobile>.divider {
  margin: 20px 0;
  border-color: #506c84
}

.l-navigation-mobile .nav-mobile .fa {
  height: 14px;
  width: 17px;
  text-align: center
}

.l-navigation-mobile .nav-mobile ul {
  list-style-type: none
}

.l-navigation-mobile .nav-mobile ul li {
  margin-bottom: 12px
}

.l-navigation-mobile .nav-mobile ul li ul li:first-child {
  margin-top: 15px
}

.l-navigation-mobile .nav-mobile>ul {
  list-style-type: none;
  margin: 0;
  color: #fff;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #506c84;
  font: 400 14px var(--medium)
}

.l-navigation-mobile .nav-mobile>ul>li {
  margin-bottom: 20px
}

.l-navigation-mobile .nav-mobile>ul>li.opened>ul {
  max-height: 1000px
}

.l-navigation-mobile .nav-mobile>ul>li>ul {
  max-height: 0;
  transition: max-height .45s linear;
  overflow: hidden;
  margin-left: 32px
}

.l-navigation-mobile .nav-mobile>ul>li>ul>li {
  margin-top: 12px
}

.l-navigation-mobile .nav-mobile>ul>li>ul>li:first-child {
  margin-top: 15px
}

.l-navigation-mobile .nav-mobile>ul a {
  flex: 1;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis
}

.l-navigation-mobile .nav-mobile>ul a.active {
  color: #09f
}

.l-navigation-mobile .nav-mobile>ul a>.fa {
  margin-right: 10px
}

.l-navigation-mobile .nav-mobile>ul a.btn>.fa {
  margin-right: 2px
}

.l-navigation-mobile .nav-mobile>ul .nav-mobile__title {
  display: flex;
  flex-direction: row
}

.l-navigation-mobile .nav-mobile>ul .nav-mobile__title>a {
  white-space: nowrap
}

.l-navigation-mobile .nav-mobile>ul .nav-mobile__title svg {
  top: .2em
}

.l-navigation-mobile .nav-mobile>ul .fa-caret-right,
.l-navigation-mobile .nav-mobile>ul .fa-caret-down {
  margin-top: 3px;
  cursor: pointer
}

.l-navigation-mobile .nav-mobile__anchor {
  display: block;
  color: #fff;
  font: 400 14px var(--medium);
  margin-bottom: 20px
}

.l-navigation-mobile .nav-mobile__anchor.active {
  color: #09f
}

.l-navigation-mobile .nav-mobile__anchor .fa {
  margin-right: 14px
}

.l-navigation-mobile .nav-mobile__anchor a {
  color: #fff
}

.l-navigation-mobile .nav-mobile__topbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

.l-navigation-mobile .nav-mobile__topbar>a.btn {
  margin-left: 5px
}

.l-navigation-mobile .nav-mobile__topbar-text {
  font-family: var(--medium);
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis
}

.l-navigation-mobile .nav-mobile__topbar-text,
.l-navigation-mobile .nav-mobile__topbar .btn {
  color: #fff;
  height: 26px;
  line-height: 26px;
  margin-top: 20px;
  white-space: nowrap;
  word-wrap: normal
}

.nav-mobile__link-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px
}

.nav-mobile__link-group .nav-mobile__anchor {
  margin: 0;
  position: relative
}

.nav-mobile__link-group .nav-mobile__anchor>#mobile_changelog {
  position: absolute;
  display: block;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0
}

.nav-mobile__link-group .nav-mobile__anchor>#mobile_changelog #HW_badge_cont {
  width: 100%;
  height: 100%
}

.nav-mobile__link-group .nav-mobile__anchor>#mobile_changelog #HW_badge {
  background: #ec8e8e;
  left: unset;
  right: -22px;
  top: 0
}

.nav-mobile__link-group .nav-mobile__anchor>#mobile_changelog #HW_badge.HW_softHidden {
  background: rgba(0, 0, 0, 0)
}

.nav-mobile__link-group-title {
  flex: 1 0 100%;
  opacity: .5;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: var(--medium)
}

.breaking-cta {
  background-color: #3a5062;
  padding: 80px 0;
  text-align: center
}

@media screen and (max-width : 479px) {
  .breaking-cta {
    padding: 30px 0
  }
}

.breaking-cta>a {
  margin-right: 0
}

.breaking-cta h2 {
  color: #fff;
  margin-bottom: 41px
}

@media screen and (max-width : 479px) {
  .breaking-cta h2 {
    font-size: 24px;
    line-height: 30px
  }
}

.breaking-cta p {
  color: #fff
}

.breaking-cta .cta-secondary {
  display: block;
  margin-top: 43px;
  color: #fff
}

.breaking-cta .cta-secondary a {
  color: #fff;
  text-decoration: underline
}

body.home .breaking-cta p {
  font-family: var(--regular);
  color: #fff;
  margin-bottom: 20px
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: inherit
}

.fullscreen-layer {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: center;
  white-space: nowrap
}

.fullscreen-layer .fullscreen-gallery {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
  width: 100%
}

@media screen and (max-width : 1023px) {
  .fullscreen-layer .fullscreen-gallery {
    flex-direction: column
  }
}

.fullscreen-layer .fullscreen-gallery .fullscreen-info {
  white-space: initial;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 0 10px;
  align-self: center;
  color: #495354
}

@media screen and (max-width : 1023px) {
  .fullscreen-layer .fullscreen-gallery .fullscreen-info {
    justify-content: flex-start;
    height: 100%
  }
}

.fullscreen-layer .fullscreen-gallery .fullscreen-info .term__primary,
.fullscreen-layer .fullscreen-gallery .fullscreen-info .title {
  font-size: 14px;
  font-family: var(--medium);
  line-height: 16px
}

.fullscreen-layer .fullscreen-gallery .fullscreen-info .description,
.fullscreen-layer .fullscreen-gallery .fullscreen-info .term-description {
  display: block;
  margin-top: 5px
}

.fullscreen-layer .fullscreen-gallery .bottom-caption {
  display: none;
  font-size: 14px;
  text-align: left;
  background-color: #f7f7f7;
  border-top: 1px solid #d8d8d8;
  color: #495354
}

@media screen and (max-width : 1023px) {
  .fullscreen-layer .fullscreen-gallery .bottom-caption {
    display: flex;
    max-height: 20vh
  }
}

.fullscreen-layer .fullscreen-gallery .bottom-caption .fullscreen-info {
  padding: 10px 15px
}

@media screen and (max-width : 1023px) {
  .fullscreen-layer .fullscreen-gallery .bottom-caption .fullscreen-info {
    overflow-y: auto
  }
}

.fullscreen-layer .fullscreen-gallery .fraction-pagination {
  display: flex;
  align-items: center;
  margin-left: auto;
  border-left: 1px solid #d8d8d8;
  padding: 15px 10px;
  font-family: var(--medium);
  font-size: 12px;
  color: #495354
}

.fullscreen-layer .fullscreen-gallery>.main-gallery {
  flex: 1 1 auto;
  height: 100%;
  overflow: hidden
}

.fullscreen-layer .fullscreen-gallery>.main-gallery>.swiper {
  flex: 1;
  height: 100%
}

.fullscreen-layer .fullscreen-gallery>.main-gallery>.swiper .swiper-pagination {
  display: none;
  bottom: 20px
}

@media screen and (max-width : 1023px) {
  .fullscreen-layer .fullscreen-gallery>.main-gallery>.swiper .swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }
}

.fullscreen-layer .fullscreen-gallery>.main-gallery>.swiper .swiper-pagination>.swiper-pagination-bullet {
  margin: 5px 5px 0 5px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #09f;
  border-radius: 50%;
  opacity: 1
}

.fullscreen-layer .fullscreen-gallery>.main-gallery>.swiper .swiper-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #09f
}

.fullscreen-layer .fullscreen-gallery>.main-gallery>.swiper .swiper-slide {
  position: relative
}

.fullscreen-layer .fullscreen-gallery>.main-gallery>.swiper .swiper-slide>.image__placeholder,
.fullscreen-layer .fullscreen-gallery>.main-gallery>.swiper .swiper-slide>.image__hd {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-color: #fff;
  transition: opacity 1s ease
}

.fullscreen-layer .fullscreen-gallery>.main-gallery>.swiper .swiper-slide>.image__placeholder {
  z-index: 1;
  opacity: 1
}

.fullscreen-layer .fullscreen-gallery>.main-gallery>.swiper .swiper-slide>.image__hd {
  z-index: 2;
  opacity: 0
}

.fullscreen-layer .fullscreen-gallery>.main-gallery>.swiper .swiper-slide>.image__hd.loaded {
  opacity: 1
}

.fullscreen-layer .fullscreen-single-image {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: scroll
}

.fullscreen-layer .fullscreen-single-image:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.fullscreen-layer .fullscreen-single-image img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0
}

.fullscreen-layer .fullscreen-single-image img.image__placeholder {
  z-index: 1;
  opacity: 1
}

.fullscreen-layer .fullscreen-single-image img.image__hd {
  z-index: 2;
  opacity: 0
}

.fullscreen-layer .fullscreen-single-image img.image__hd.loaded {
  opacity: 1
}

.fullscreen-layer>.close {
  top: 10px;
  right: 10px;
  position: fixed;
  width: 19px;
  height: 18px;
  cursor: pointer;
  z-index: 1001;
  padding: 15px;
  background: rgba(0, 0, 0, 0) url("/assets/crosssign-65b79db8b026a3731cb8ef7d353e801f13556a0220c27c10606e395994795c3d.digested.webp") no-repeat scroll center center
}

.fullscreen-layer .swiper-button-prev,
.fullscreen-layer .swiper-button-next {
  color: #f3f3f3
}

.fullscreen-layer .image-thumbnails {
  display: flex;
  margin: 0;
  flex: 0 0 auto;
  max-width: 320px;
  background-color: #f7f7f7;
  border-right: 1px solid #d8d8d8;
  height: 100%;
  padding: 0;
  position: relative;
  z-index: 100
}

@media screen and (max-width : 1023px) {
  .fullscreen-layer .image-thumbnails {
    position: absolute;
    left: -320px;
    transition: left 400ms
  }

  .fullscreen-layer .image-thumbnails .fullscreen-info {
    justify-content: center
  }
}

@media screen and (max-width : 479px) {
  .fullscreen-layer .image-thumbnails {
    max-width: calc(100vw - 50px);
    left: -479px
  }
}

.fullscreen-layer .image-thumbnails.open {
  left: 0
}

.fullscreen-layer .image-thumbnails .swiper-slide {
  border-bottom: 1px solid #d8d8d8;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex: 0;
  padding: 10px;
  box-sizing: border-box;
  align-items: start;
  height: auto
}

.fullscreen-layer .image-thumbnails .swiper-slide .fa-volume-up,
.fullscreen-layer .image-thumbnails .swiper-slide .term-description,
.fullscreen-layer .image-thumbnails .swiper-slide .description {
  display: none
}

.fullscreen-layer .image-thumbnails .swiper-slide.swiper-slide-thumb-active {
  background-color: #fff;
  max-height: none
}

.fullscreen-layer .image-thumbnails .swiper-slide.swiper-slide-thumb-active .description,
.fullscreen-layer .image-thumbnails .swiper-slide.swiper-slide-thumb-active .term-description {
  display: block
}

.fullscreen-layer .image-thumbnails .swiper-slide.swiper-slide-thumb-active .fa-volume-up {
  display: inline-block
}

.fullscreen-layer .image-thumbnails .swiper-slide.swiper-slide-thumb-active .image {
  border-color: #09f
}

.fullscreen-layer .image-thumbnails .swiper-slide .image {
  background-color: #fff;
  display: block;
  border: 1px solid #d8d8d8;
  flex: 0 0 70px;
  height: 70px
}

.fullscreen-layer .image-thumbnails .swiper-slide .image>img {
  height: 100%;
  width: 100%;
  aspect-ratio: 1
}

@media screen and (max-width : 1023px) {
  .fullscreen-layer .image-thumbnails .swiper-slide .description.description {
    display: none
  }
}

.fullscreen-layer .image-thumbnails-handle {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 15px;
  cursor: pointer;
  display: none;
  z-index: 10;
  font-size: 26px;
  color: #b8b8b8
}

@media screen and (max-width : 1023px) {
  .fullscreen-layer .image-thumbnails-handle {
    display: block
  }
}

.fullscreen-layer .perspective {
  top: auto;
  bottom: 15px;
  padding-bottom: 0
}

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
  background-color: rgba(34, 34, 34, .9)
}

.modal-overlay>.modal {
  top: 10%;
  opacity: 1
}

@media screen and (max-width : 1023px) {
  .modal-overlay>.modal {
    top: 5%
  }
}

@media screen and (max-width : 479px) {
  .modal-overlay>.modal {
    top: 5px;
    left: 0px;
    right: 0px;
    max-width: 98%;
    margin: 0 auto
  }
}

.modal-overlay.fade-in {
  background-color: rgba(34, 34, 34, 0);
  transition: background-color .2s ease-in 0s
}

.modal-overlay.fade-in>.modal {
  top: -50%;
  opacity: 0;
  transition: top .3s linear 0s, opacity .2s linear 0s
}

.modal-overlay.fade-in.ReactModal__Overlay--after-open {
  background-color: rgba(34, 34, 34, .9)
}

.modal-overlay.fade-in.ReactModal__Overlay--after-open>.modal {
  top: 10%;
  opacity: 1
}

@media screen and (max-width : 1023px) {
  .modal-overlay.fade-in.ReactModal__Overlay--after-open>.modal {
    top: 5%
  }
}

@media screen and (max-width : 479px) {
  .modal-overlay.fade-in.ReactModal__Overlay--after-open>.modal {
    top: 5px
  }
}

.modal-overlay.fade-in.ReactModal__Overlay--before-close {
  background-color: rgba(34, 34, 34, 0)
}

.modal-overlay.fade-in.ReactModal__Overlay--before-close>.modal {
  top: -50%;
  opacity: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
  background-color: #222;
  opacity: .8
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.fade.in {
  opacity: .9
}

.modal {
  width: 100%;
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1000;
  max-width: 390px;
  margin-left: -195px;
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 30px 0 30px;
  outline: none;
  overflow-y: auto;
  max-height: 800px;
  max-height: 90vh
}

.modal.fade {
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%
}

.modal.fade.in {
  top: 10%
}

@media screen and (max-width : 1023px) {
  .modal.fade.in {
    top: 5%
  }
}

@media screen and (max-width : 479px) {
  .modal.fade.in {
    top: 5px;
    left: 0px;
    right: 0px;
    margin: 0;
    max-width: 98%;
    margin: 0 auto;
    padding: 30px 15px 0 15px
  }
}

@media screen and (max-width : 1023px) {
  .modal {
    top: 5%
  }
}

.modal .message {
  margin-top: 30px
}

.modal h3.small {
  font-family: var(--light);
  font-size: 18px
}

.modal.modal-small {
  max-width: 470px;
  width: 100%;
  margin-left: -235px
}

.modal.modal-small.fade.in {
  transform: translateY(-50%);
  top: 50%
}

@media screen and (max-width : 1023px) {
  .modal.modal-small {
    left: 0px;
    right: 0px;
    margin: 0;
    max-width: 98%;
    margin: 0 auto;
    padding: 15px 15px 0 15px
  }
}

.modal.modal-medium {
  max-width: 520px;
  width: 100%;
  margin-left: -260px
}

@media screen and (max-width : 1023px) {
  .modal.modal-medium {
    top: 5px;
    left: 0px;
    right: 0px;
    margin: 0;
    max-width: 98%;
    margin: 0 auto;
    padding: 15px 15px 0 15px
  }
}

.modal.modal-wide {
  max-width: 610px;
  width: 100%;
  margin-left: -305px
}

@media screen and (max-width : 1023px) {
  .modal.modal-wide {
    top: 5px;
    left: 0px;
    right: 0px;
    margin: 0;
    max-width: 98%;
    margin: 0 auto;
    padding: 30px 15px 0 15px
  }
}

.modal.modal-gray {
  padding: 0
}

@media screen and (max-width : 1023px) {
  .modal.modal-gray.fade.in {
    padding: 0;
    max-width: 98%
  }
}

.modal.modal-gray .modal-header {
  background: #fff;
  color: #09f;
  margin: 0;
  font-family: var(--regular);
  font-size: 16px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none
}

.modal.modal-gray .modal-header h3 {
  margin: 0 0 0 30px;
  color: #09f;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  font-family: var(--regular)
}

.modal.modal-gray .modal-header .close {
  display: flex;
  float: none;
  margin-right: 25px;
  margin-top: 0
}

.modal.modal-gray .modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 30px;
  background-color: #f3f3f3
}

.modal-header {
  border-bottom: 1px solid #d8d8d8
}

.modal-header h3 {
  line-height: 30px;
  margin-top: -5px
}

.modal-header .close {
  margin-top: -2px;
  margin-left: 5px;
  float: right;
  width: 19px;
  height: 18px;
  cursor: pointer;
  z-index: 1001;
  padding: 15px;
  background: rgba(0, 0, 0, 0) url("/assets/crosssign-65b79db8b026a3731cb8ef7d353e801f13556a0220c27c10606e395994795c3d.digested.webp") no-repeat scroll center center
}

.modal-body {
  position: relative
}

.modal-body>p {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: var(--regular)
}

.modal-body>p:first-child {
  margin-top: 30px
}

.modal-body .btn:not(.btn-block) {
  display: inline-flex
}

.modal-body .circle-group>.text-left {
  width: 50%;
  float: left;
  margin-bottom: 35px
}

@media screen and (max-width : 479px) {
  .modal-body .circle-group>.text-left {
    display: none
  }
}

.modal-body .circle-group>.icons-right {
  width: 50%;
  float: right;
  text-align: right;
  margin-bottom: 35px
}

@media screen and (max-width : 479px) {
  .modal-body .circle-group>.icons-right {
    width: 100%;
    text-align: left
  }
}

@media screen and (max-width : 479px) {
  .modal-body {
    max-height: calc(100vh - 75px)
  }
}

#training_cta_modal .l-flex-row {
  margin-top: 30px
}

@media screen and (max-width : 1023px) {
  #training_cta_modal .l-flex-row {
    margin-bottom: 0px;
    flex-direction: row
  }

  #training_cta_modal .l-flex-row>div {
    margin-bottom: 0
  }
}

.terminology-modal {
  padding-bottom: 15px
}

@media screen and (max-width : 479px) {
  .terminology-modal {
    padding-bottom: 0
  }
}

.modal-footer {
  padding-top: 30px;
  border-top: 1px solid #d8d8d8;
  padding-bottom: 30px
}

.modal-footer>p {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: var(--regular)
}

.fade {
  opacity: 0;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

#modal_setup_mission_complete>.modal-body {
  text-align: center
}

#modal_setup_mission_complete>.modal-body>.modal-img {
  margin: 20px 0 10px;
  width: 125px;
  height: 125px
}

#modal_setup_mission_complete>.modal-body>.btn {
  margin: 0 0 30px
}

.modal-options {
  display: flex;
  margin: 30px 0;
  justify-content: flex-end
}

.modal-options .modal-options__option.modal-options__option {
  margin: 0 0 0 5px
}

@media screen and (max-width : 763px) {
  .modal-options .modal-options__option.modal-options__option {
    width: 100%;
    display: block;
    margin: 5px 0 0 0
  }
}

@media screen and (max-width : 763px) {
  .modal-options {
    margin: 10px 0 30px;
    display: block
  }
}

.control-group {
  margin-bottom: 25px
}

label.inline-fixed {
  width: 200px;
  display: inline-block;
  margin-bottom: 15px
}

label.inline-flex {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px
}

.social-authentication>form {
  margin-top: 0;
  margin-bottom: 0
}

.social-authentication>form>[type=submit] {
  float: initial
}

input[type=range] {
  appearance: none;
  cursor: pointer;
  width: 100%;
  height: 5px;
  background: #fff;
  border-radius: 5px;
  background-image: linear-gradient(#0099FF, #0099FF);
  background-size: 70% 100%;
  background-repeat: no-repeat;
  transition: transform .2s ease
}

input[type=range]:focus {
  outline: none;
  box-shadow: none
}

input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  height: 5px
}

input[type=range]::-webkit-slider-thumb {
  appearance: none;
  margin-top: -5px;
  background-color: #09f;
  border-radius: 30px;
  height: 15px;
  width: 15px
}

input[type=range]:focus::-webkit-slider-thumb {
  outline: none;
  transform: scale(1.01)
}

input[type=range]::-moz-range-track {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  height: 5px
}

input[type=range]::-moz-range-thumb {
  background-color: #09f;
  border: none;
  border-radius: 30px;
  height: 15px;
  width: 15px
}

input[type=range]:focus::-moz-range-thumb {
  outline: none;
  transform: scale(1.01)
}

.link-form {
  display: inline;
  margin: 0
}

.link-form>button {
  position: relative
}

.toggle-switch,
.toggle-switch>form {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto
}

.toggle-switch .label {
  font-size: 14px;
  color: #495354
}

.toggle-switch form button {
  cursor: pointer;
  text-indent: -9999rem;
  width: 40px;
  height: 22px;
  display: block;
  border-radius: 10rem;
  position: relative;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  margin: 0
}

.toggle-switch form input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden
}

.toggle-switch form button:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 18px;
  height: 18px;
  background: #d8d8d8;
  border-radius: 10rem;
  transition: .3s
}

.toggle-switch form input:checked+button:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
  background: #09f
}

.toggle-switch form button:active:after {
  width: 22px
}

.alert {
  top: 0;
  text-align: center;
  color: #fff;
  position: fixed;
  z-index: 10000;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ec8e8e
}

.alert.success {
  background-color: #5ed29f
}

.alert.notice {
  background-color: #09f
}

.alert a {
  color: #fff;
  text-decoration: underline;
  font-family: var(--medium)
}

.alert form {
  margin: 0;
  display: inline-block
}

.alert form button[type=submit] {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: underline;
  cursor: pointer;
  border: none;
  color: #fff;
  padding: 0;
  outline: none;
  font-family: inherit;
  font-size: 100%
}

.tooltip {
  left: 0;
  z-index: 100000;
  background-color: #3a5062;
  color: #fff;
  padding: 10px;
  width: auto;
  font-size: 13px;
  font-family: var(--medium);
  line-height: 18px;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  text-transform: initial
}

.tooltip>.arrow,
.tooltip>.arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit
}

.tooltip>.arrow {
  visibility: hidden
}

.tooltip>.arrow::before {
  visibility: visible;
  content: "";
  transform: rotate(45deg);
  left: 0
}

.tooltip[data-popper-placement^=top]>.arrow {
  bottom: -4px
}

.tooltip[data-popper-placement^=bottom]>.arrow {
  top: -4px
}

.tooltip[data-popper-placement^=left]>.arrow {
  right: -4px
}

.tooltip[data-popper-placement^=right]>.arrow {
  left: -4px
}

.enable-tooltip .tooltip {
  display: none;
  margin-top: 4px;
  margin-left: 50%;
  transform: translateX(-50%)
}

.enable-tooltip .tooltip:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 5px 6px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #3a5062 rgba(0, 0, 0, 0);
  top: -5px;
  position: absolute;
  left: 82px
}

.enable-tooltip .tooltip--top {
  margin-top: -48px
}

.enable-tooltip .tooltip--top:after {
  border-width: 5px 6px 0 6px;
  border-color: #3a5062 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  top: 38px;
  left: 0
}

.enable-tooltip:hover .tooltip {
  display: block
}

.bookmark-tooltip,
.completed-item-tooltip {
  width: 176px
}

.badge {
  font-size: 14px;
  font-family: var(--regular);
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding: 6px 15px;
  background-color: #5ed29f;
  display: inline-flex;
  align-items: center;
  border-radius: 10rem;
  min-height: 30px
}

.badge.badge--small {
  font-size: 10px;
  font-family: var(--medium);
  min-height: 22px;
  line-height: 1.2;
  padding: 4px 10px;
  text-transform: uppercase;
  margin: 0
}

.badge.badge--tiny {
  font-size: 10px;
  font-family: var(--medium);
  line-height: 1;
  padding: 4px 6px;
  text-transform: uppercase;
  margin: 0;
  min-height: 0;
  gap: 4px
}

.badge.badge--tiny .fa {
  font-size: 9px;
  margin-bottom: 1px
}

.badge--gray {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  color: #acafb2
}

.badge--gold {
  background-color: #ffc026;
  color: #966c09;
  -webkit-mask: linear-gradient(-60deg, black 0%, black 40%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.7) 41%, black 41%, black 42%, rgba(0, 0, 0, 0.7) 42%, rgba(0, 0, 0, 0.7) 44%, black 44%, black 100%) right/300% 100%;
  background-repeat: no-repeat;
  animation: shimmer 10s ease-in-out 2s infinite
}

.badge--regular-gold {
  background-color: #ffc026
}

.badge--blue {
  background-color: #09f
}

.badge--red {
  background-color: #ec8e8e
}

.badge--green {
  background-color: #5ed29f
}

.badge--green-darkened {
  background-color: #48c891
}

.badge--dark-blue {
  background-color: #3a5062
}

.badge--purple {
  background-color: #726794
}

.badge--orange {
  background-color: #eba65e
}

.badge--plum {
  background-color: #924f70
}

.badge--cranberry {
  background-color: #c14e4e
}

.badge--darker-green {
  background-color: #50866b
}

a.badge:hover {
  color: #fff
}

.video-player {
  position: relative;
  padding-bottom: 56.16%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px
}

.video-player>iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.video-controls>.video-skipper {
  display: inline;
  font-size: 27px;
  margin-right: 20px
}

.video-controls>.video-skipper a {
  color: #676f77
}

.video-controls>.video-skipper a:first-child {
  margin-right: 10px
}

.video-controls>.video-skipper a:hover {
  color: #09f
}

.video-controls>.video-playback-speed {
  display: inline;
  vertical-align: super;
  font-size: 14px;
  line-height: 20px;
  color: #495354
}

@media screen and (max-width : 479px) {
  .video-controls>.video-playback-speed {
    display: block
  }
}

.video-controls>.video-playback-speed>a {
  color: #09f;
  text-decoration: none
}

.video-controls>.video-playback-speed>a.active {
  color: #495354
}

#timestamps {
  margin-bottom: 30px
}

.video-timestamps-headline {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 30px;
  color: #09f;
  font-weight: normal;
  margin-top: 30px
}

.video-timestamps>table {
  padding: 0
}

.video-timestamps>table>tbody>tr>td {
  font-size: 14px;
  color: #495354;
  line-height: 21px;
  vertical-align: top
}

.video-timestamps>table>tbody>tr>td:first-child {
  white-space: nowrap
}

.video-timestamps>table>tbody>tr>td>a {
  color: #09f;
  text-decoration: none
}

.video-timestamps>table>tbody>tr>td .chapter-link-wrapper {
  display: inline-block
}

.video-timestamps>table>tbody>tr>td .chapter-link {
  display: grid;
  grid-template-columns: 46px 1fr;
  column-gap: 4px;
  align-items: start
}

.video-timestamps>table>tbody>tr>td .chapter-title {
  color: #495354
}

.videos.show section {
  margin-bottom: 40px
}

.videos.show .video-timestamps>h2.listing-subheadline {
  margin-bottom: 25px
}

.videos.show .video-transcript {
  cursor: pointer
}

.videos.show .video-transcript p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 22px
}

.videos.show .video-transcript .full {
  display: none
}

.videos.show .open.video-transcript {
  cursor: default
}

.videos.show .open.video-transcript .full {
  display: block
}

.videos.show .open.video-transcript .short {
  display: none
}

.contentbox[data-media-type=videos] .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: rgba(0, 0, 0, .5)
}

.contentbox[data-media-type=videos]:hover .contentbox-image .circle {
  background-color: #09f
}

article .article-infobox,
.article-content .article-infobox {
  padding: 32px 30px;
  border: none;
  background-color: #3a5062;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  border-radius: 2px;
  margin-bottom: 30px;
  overflow: auto;
  clear: both
}

@media screen and (max-width : 479px) {

  article .article-infobox,
  .article-content .article-infobox {
    padding: 22px 20px
  }
}

article .article-infobox>*:first-child,
.article-content .article-infobox>*:first-child {
  margin-top: 0
}

article .article-infobox h2,
.article-content .article-infobox h2 {
  font-size: 24px;
  line-height: 39px;
  padding-top: 0;
  margin-top: 0;
  color: #fff;
  border-top: none
}

article .article-infobox h2>.fa.fa-lightbulb-o:before,
.article-content .article-infobox h2>.fa.fa-lightbulb-o:before {
  font-size: 24px;
  margin-right: 10px
}

article .article-infobox h3,
.article-content .article-infobox h3 {
  font-family: var(--regular);
  font-size: 18px;
  line-height: 29px;
  color: #fff;
  margin-bottom: 10px
}

article .article-infobox h4,
.article-content .article-infobox h4 {
  font-family: var(--regular);
  color: #fff
}

article .article-infobox p,
.article-content .article-infobox p {
  font-size: 16px;
  line-height: 26px;
  color: #fff
}

article .article-infobox p:last-child,
.article-content .article-infobox p:last-child {
  margin-bottom: 0
}

article .article-infobox p a,
.article-content .article-infobox p a {
  color: #fff
}

article .article-infobox p a:hover,
.article-content .article-infobox p a:hover {
  color: #09f
}

article .article-infobox ol,
article .article-infobox ul,
.article-content .article-infobox ol,
.article-content .article-infobox ul {
  color: #fff
}

article .article-infobox ol a,
article .article-infobox ul a,
.article-content .article-infobox ol a,
.article-content .article-infobox ul a {
  color: #fff
}

article .article-infobox ol a:hover,
article .article-infobox ul a:hover,
.article-content .article-infobox ol a:hover,
.article-content .article-infobox ul a:hover {
  color: #09f
}

article .article-infobox section+section,
.article-content .article-infobox section+section {
  margin-top: 30px
}

article .article-infobox section:last-child,
.article-content .article-infobox section:last-child {
  margin-bottom: 0
}

article .article-meta-content,
.article-content .article-meta-content {
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  color: #495354;
  font-size: 14px;
  line-height: 20px;
  margin-top: 50px;
  padding: 20px;
  clear: both
}

article .article-meta-content h1,
article .article-meta-content h2,
article .article-meta-content h3,
.article-content .article-meta-content h1,
.article-content .article-meta-content h2,
.article-content .article-meta-content h3 {
  padding-top: 10px;
  margin-top: 0;
  border: 0
}

article .article-meta-content p,
.article-content .article-meta-content p {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 20px;
  font-family: var(--regular)
}

article .article-meta-content a,
.article-content .article-meta-content a {
  color: #495354;
  text-decoration: underline
}

article .article-meta-content li,
.article-content .article-meta-content li {
  margin: 0
}

.reg-wall-modal {
  text-align: center;
  color: #495354;
  padding: 30px 50px 15px
}

@media screen and (max-width : 763px) {
  .reg-wall-modal {
    padding: 30px 30px 15px
  }
}

.reg-wall-modal img {
  width: 80px;
  height: 80px
}

.reg-wall-modal .btn {
  margin: 0 0 5px
}

.reg-wall-modal .modal-header {
  position: relative;
  border-bottom: 0
}

.reg-wall-modal .close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0) url("/assets/crosssign-65b79db8b026a3731cb8ef7d353e801f13556a0220c27c10606e395994795c3d.digested.webp") no-repeat scroll center center
}

@media screen and (max-width : 763px) {
  .reg-wall-modal .close {
    top: -15px;
    right: -15px
  }
}

.reg-wall-modal .description {
  font-family: var(--medium)
}

.reg-wall-modal .modal-title {
  font-size: 24px;
  line-height: 1.2;
  margin: 15px 0
}

@media screen and (max-width : 763px) {
  .reg-wall-modal .modal-title {
    margin-top: 5px
  }
}

.reg-wall-modal .modal-footer {
  padding: 0;
  border: 0;
  bottom: 0
}

.reg-wall-modal ul {
  display: inline-block;
  text-align: left;
  margin: 20px auto 30px;
  list-style: none
}

.reg-wall-modal li {
  display: flex;
  align-items: center
}

.reg-wall-modal li+li {
  margin-top: 20px
}

@media screen and (max-width : 763px) {
  .reg-wall-modal li {
    font-size: 14px
  }
}

.reg-wall-modal .circle {
  margin: 0 10px 0 0
}

article .related-articles,
article .related-videos {
  list-style: none;
  padding: 0;
  columns: 2
}

article .related-articles svg,
article .related-videos svg {
  align-self: flex-start;
  margin-right: 6px;
  font-size: 14px;
  position: relative;
  top: .325em;
  flex-shrink: 0
}

article .related-articles li a,
article .related-videos li a {
  display: flex;
  color: #09f;
  text-decoration: none
}

article .related-articles li a:hover,
article .related-videos li a:hover {
  text-decoration: underline
}

article .related-articles li,
article .related-videos li {
  margin-bottom: 6px;
  display: inline-block;
  break-inside: avoid-column;
  width: 100%
}

@media screen and (max-width : 763px) {

  article .related-articles,
  article .related-videos {
    columns: unset
  }
}

.bullet-list .list-item {
  display: table;
  margin-bottom: 30px
}

.bullet-list .list-item:last-child {
  margin-bottom: 0
}

.bullet-list .list-item .bullet {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px
}

.bullet-list .list-item .bullet>.circle:hover {
  background-color: #09f;
  cursor: default
}

.bullet-list .list-item .text {
  display: table-cell;
  vertical-align: middle
}

.bullet-list .list-item .text h4 {
  font-family: var(--regular)
}

.bullet-list .list-item .text h4+p {
  font-size: 13px;
  color: #676f77
}

.bullet-list .list-item .text p {
  font-family: var(--regular);
  color: #09f;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0px
}

.icon-list {
  list-style: none;
  margin-left: 2.5em;
  padding-left: 0
}

.icon-list>li {
  position: relative
}

.icon-list .icon-list__icon {
  position: absolute;
  left: -2em;
  text-align: center;
  width: 2em;
  line-height: inherit
}

.dropdown-menu .email-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0
}

.dropdown-menu .email-list>li {
  margin: 0 0 15px 0;
  color: #495354
}

.dropdown-menu .email-list>li.info {
  margin: 0
}

.contentbox-list {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.contentbox-list li:not(:first-child) .small {
  margin-top: 20px;
  display: inline-block
}

@media screen and (min-width : 1024px) {
  .contentbox-list .anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden
  }
}

.contentbox-list>.hide+li>.small,
.contentbox-list ol li:first-child .small {
  margin-top: 0
}

.contentbox-list ol,
.contentbox-list ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0
}

.contentbox-list li {
  position: relative
}

.contentbox-list li:last-child {
  clear: both
}

.contentbox-list--truncated {
  max-height: 306px;
  overflow: hidden;
  position: relative;
  transition: max-height .1s linear
}

.contentbox-list--truncated:after {
  cursor: pointer;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 150px;
  background-image: linear-gradient(to bottom, transparent, #fff)
}

.contentbox-list--truncated:hover {
  max-height: 380px;
  transition: max-height .1s linear
}

.contentbox-list--truncated:hover:after {
  height: 220px
}

.contentbox-container.spinner {
  min-height: 102px
}

.contentbox {
  width: 100%;
  min-height: 102px;
  border: 1px solid #d8d8d8;
  background-color: #f3f3f3;
  border-radius: 2px;
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: row
}

.contentbox:hover {
  border: 1px solid #b8b8b8
}

.contentbox>a {
  text-decoration: none
}

.contentbox .contentbox-badge {
  display: none
}

.contentbox .contentbox-image {
  width: 101px;
  background-color: #fff;
  position: relative;
  border-right: 1px solid #d8d8d8
}

.contentbox .contentbox-image img {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: absolute
}

@media screen and (max-width : 763px) {
  .contentbox .contentbox-image {
    display: none
  }
}

.contentbox .contentbox-topic {
  background-color: #f3f3f3;
  padding: 0 30px;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column
}

.contentbox .contentbox-topic>.contentbox__new_de,
.contentbox .contentbox-topic>.contentbox__new_en,
.contentbox .contentbox-topic>.contentbox__new_pt,
.contentbox .contentbox-topic>.contentbox__new_es {
  z-index: 4;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0
}

.contentbox .contentbox-topic>.contentbox__new_de {
  background: rgba(0, 0, 0, 0) url("/assets/new_indicator_de-9f7a5a51ce5e047904adfccfc2d25ac30984efe26459d7a3e8cc90ab3e8299e3.digested.webp") no-repeat scroll center center/30px 30px
}

.contentbox .contentbox-topic>.contentbox__new_en {
  background: rgba(0, 0, 0, 0) url("/assets/new_indicator_en-f19c78e93f979599d23c87019077ea2b40a7896e993442897f61a4dd03d2e089.digested.webp") no-repeat scroll center center/30px 30px
}

.contentbox .contentbox-topic>.contentbox__new_pt {
  background: rgba(0, 0, 0, 0) url("/assets/new_indicator_pt-4913e546fe41a4617ba676e5646e5d7b601a207459d70190dd27b74bdb81df3a.digested.webp") no-repeat scroll center center/30px 30px
}

.contentbox .contentbox-topic>.contentbox__new_es {
  background: rgba(0, 0, 0, 0) url("/assets/new_indicator_es-62b40158f6e2f46ecda193a149b14d409bcb5d1ea6731c8648a8fde1650b15c8.digested.webp") no-repeat scroll center center/30px 30px
}

@media screen and (max-width : 479px) {
  .contentbox .contentbox-topic {
    padding: 20px
  }
}

.contentbox .contentbox-topic .contentbox-title {
  margin-bottom: 11px;
  font-size: 18px;
  line-height: 27px;
  margin-top: 0;
  font-family: var(--regular);
  color: #09f;
  font-weight: normal;
  display: flex
}

.contentbox .contentbox-topic .contentbox-title>.fa {
  font-size: 18px;
  vertical-align: baseline;
  line-height: 23px;
  margin-right: 6px
}

.contentbox .contentbox-topic .contentbox-description {
  font-family: var(--light);
  color: #495354;
  font-size: 13px;
  line-height: 22px;
  margin-top: 0
}

.contentbox .contentbox-topic .contentbox-description .badge.badge--small {
  font-size: 9px;
  min-height: 12px;
  line-height: 14px;
  padding: 0 7px;
  margin-right: 4px;
  margin-top: -1px
}

.contentbox--highlight {
  border: 1px solid #99d6ff;
  background-color: #e5f4ff
}

.contentbox--highlight .contentbox-image {
  border-right: 1px solid #cceaff
}

.contentbox--highlight .contentbox-topic {
  background-color: #e5f4ff
}

.contentbox.contentbox--highlight2 {
  border: 1px solid #99d6ff;
  background-color: #e5f4ff
}

.contentbox.contentbox--highlight2 .contentbox-badge {
  display: inline-block
}

.contentbox.contentbox--highlight2 .contentbox-image {
  border-right: 1px solid #cceaff
}

.contentbox.contentbox--highlight2 .contentbox-topic {
  background-color: #e5f4ff
}

.contentbox.contentbox--highlight2 .contentbox-title {
  margin-bottom: 0
}

.contentbox.contentbox--highlight2 .contentbox-description {
  color: #09f;
  font-family: var(--light) !important;
  text-decoration: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch
}

.contentbox.contentbox--highlight2 .contentbox-description::after {
  content: "➞"
}

.contentbox.contentbox--highlight2 .contentbox-badge {
  font-size: 10px;
  font-family: var(--medium);
  text-transform: uppercase;
  background-color: #09f;
  color: #fff;
  border-radius: 10rem;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
  position: absolute;
  top: -10px;
  transform: translateX(-2px)
}

.contentbox.contentbox--featured:hover {
  border-color: #09f
}

@media screen and (max-width: 650px) {
  .contentbox.contentbox--featured {
    flex-direction: column
  }
}

.contentbox.contentbox--featured .contentbox-image {
  border-right: 1px solid #cceaff;
  flex: 0 0 auto;
  border-radius: 2px 0 0 2px;
  overflow: hidden;
  aspect-ratio: 1;
  min-width: 260px;
  max-width: 100%;
  width: unset;
  display: block
}

@media screen and (max-width: 650px) {
  .contentbox.contentbox--featured .contentbox-image {
    min-width: 228px;
    border-radius: 2px 2px 0 0
  }
}

.contentbox.contentbox--featured .contentbox-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center
}

.contentbox.contentbox--featured .contentbox-badge {
  font-size: 10px;
  font-family: var(--medium);
  text-transform: uppercase;
  background-color: #09f;
  color: #fff;
  border-radius: 10rem;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
  flex-shrink: 0;
  position: absolute;
  top: -13px;
  right: 20px
}

.contentbox.contentbox--featured .contentbox-title {
  font-size: 24px;
  font-family: var(--light);
  text-wrap: pretty;
  line-height: 1.2;
  flex-direction: column;
  margin-bottom: 0;
  gap: 4px
}

@media screen and (max-width : 479px) {
  .contentbox.contentbox--featured .contentbox-title {
    font-size: 18px
  }
}

.contentbox.contentbox--featured .contentbox-meta {
  display: flex;
  font-size: 12px;
  color: #676f77;
  gap: 8px;
  font-family: var(--light);
  flex-wrap: wrap
}

.contentbox.contentbox--featured .contentbox-meta__item {
  display: flex;
  align-items: center;
  gap: 4px
}

.contentbox.contentbox--featured .contentbox-description {
  color: #09f;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-family: var(--light);
  background-color: #09f;
  gap: 4px;
  justify-content: center;
  font: 400 12px var(--medium) !important;
  padding: 0px 15px;
  line-height: 18px;
  height: 40px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  transition: all .2s ease-out
}

.contentbox.contentbox--featured .contentbox-description:hover {
  background-color: #0188e4
}

.contentbox.contentbox--featured .contentbox-description::after {
  content: "➞"
}

.contentbox.contentbox--featured ul.contentbox-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #495354;
  font-size: 14px
}

.contentbox.contentbox--featured ul.contentbox-list li {
  display: flex;
  align-items: center;
  gap: 4px
}

.contentbox.contentbox--featured ul.contentbox-list li+li {
  margin-top: 12px
}

@media screen and (max-width : 763px) {
  .contentbox.contentbox--featured ul.contentbox-list li {
    font-size: 14px
  }
}

.contentbox.contentbox--featured .contentbox-topic {
  flex: 1 1 auto;
  padding: 20px;
  background-color: #e5f4ff;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-between
}

@media screen and (max-width : 763px) {
  .contentbox.contentbox--featured .contentbox-topic {
    padding: 15px
  }
}

.grid>.columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
  clear: both
}

.grid>.columns>* {
  flex-basis: calc(50% - 8px);
  margin-top: 15px;
  margin-bottom: 0
}

.grid>.columns>*:nth-child(1),
.grid>.columns>*:nth-child(2) {
  margin-top: 0
}

.grid>.columns>*:nth-child(2n) {
  margin-left: 15px
}

@media screen and (max-width : 763px) {
  .grid>.columns {
    display: block
  }

  .grid>.columns>* {
    width: 100%
  }

  .grid>.columns>*:nth-child(1),
  .grid>.columns>*:nth-child(2) {
    margin-top: 15px
  }

  .grid>.columns>*:nth-child(2n) {
    margin-left: 0
  }
}

@media screen and (max-width : 763px) {
  .grid>.columns .contentbox>.contentbox-image {
    display: block
  }
}

.grid>.columns .contentbox>.contentbox-topic {
  padding: 15px;
  align-items: flex-start
}

.grid>.columns .contentbox>.contentbox-topic>.contentbox-title {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 7px
}

.grid>.columns .contentbox>.contentbox-topic>.contentbox-description {
  font-size: 12px;
  line-height: 12px;
  font-family: var(--regular);
  text-decoration: underline
}

.grid>.columns .contentbox>.contentbox-topic>.contentbox-description>a {
  color: #495354
}

.topicbox-small-container {
  margin-bottom: 20px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 300px);
  display: -ms-grid;
  -ms-grid-columns: 300px 20px 300px 20px 300px;
  -ms-grid-rows: auto 20px auto 20px auto
}

.topicbox-small-container>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1
}

.topicbox-small-container>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3
}

.topicbox-small-container>*:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5
}

.topicbox-small-container>*:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1
}

.topicbox-small-container>*:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3
}

.topicbox-small-container>*:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5
}

.topicbox-small-container>*:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1
}

.topicbox-small-container>*:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3
}

.topicbox-small-container>*:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5
}

@media screen and (max-width : 1023px) {
  .topicbox-small-container {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 1fr 20px 1fr;
    -ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto
  }

  .topicbox-small-container>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }

  .topicbox-small-container>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3
  }

  .topicbox-small-container>*:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1
  }

  .topicbox-small-container>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3
  }

  .topicbox-small-container>*:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1
  }

  .topicbox-small-container>*:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3
  }

  .topicbox-small-container>*:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1
  }

  .topicbox-small-container>*:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-column: 3
  }

  .topicbox-small-container>*:nth-child(9) {
    -ms-grid-row: 9;
    -ms-grid-column: 1
  }
}

@media screen and (max-width : 763px) {
  .topicbox-small-container {
    display: block
  }

  .topicbox-small-container>* {
    margin-bottom: 20px
  }

  .topicbox-small-container>*:last-child {
    margin-bottom: 0
  }
}

.topicbox-container {
  margin-bottom: 20px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  display: -ms-grid;
  -ms-grid-columns: 1fr 20px 1fr;
  -ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto 20px auto 20px auto
}

.topicbox-container>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1
}

.topicbox-container>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3
}

.topicbox-container>*:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1
}

.topicbox-container>*:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3
}

.topicbox-container>*:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1
}

.topicbox-container>*:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3
}

.topicbox-container>*:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1
}

.topicbox-container>*:nth-child(8) {
  -ms-grid-row: 7;
  -ms-grid-column: 3
}

.topicbox-container>*:nth-child(9) {
  -ms-grid-row: 9;
  -ms-grid-column: 1
}

.topicbox-container>*:nth-child(10) {
  -ms-grid-row: 9;
  -ms-grid-column: 3
}

@media screen and (max-width : 1023px) {
  .topicbox-container {
    display: block
  }

  .topicbox-container>* {
    margin-bottom: 20px
  }

  .topicbox-container>*:last-child {
    margin-bottom: 0
  }
}

.topicboxes {
  margin-bottom: 35px;
  text-align: left;
  overflow: hidden
}

@media screen and (max-width : 1023px) {
  .topicboxes {
    margin-bottom: 0
  }
}

.topicboxes p {
  font-family: var(--regular);
  color: #676f77;
  font-size: 16px;
  margin-bottom: 5px
}

.topicboxes__runner {
  display: flex;
  overflow: visible
}

.topicbox {
  height: 160px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  position: relative;
  display: flex;
  flex-direction: row;
  overflow: hidden
}

@media screen and (max-width : 763px) {
  .topicbox {
    height: auto
  }
}

.topicbox .topicbox__image {
  width: 158px;
  position: relative
}

.topicbox .topicbox__image img {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: absolute
}

@media screen and (max-width : 763px) {
  .topicbox .topicbox__image {
    display: none
  }
}

.topicbox .topicbox__copy {
  flex: 1;
  background-color: #f3f3f3;
  border-left: 1px solid #ececec;
  padding: 26px 30px;
  min-width: 0
}

@media screen and (max-width : 479px) {
  .topicbox .topicbox__copy {
    padding: 20px 20px
  }
}

.topicbox .topicbox__copy>.topicbox__title {
  margin-bottom: 19px;
  font-size: 18px;
  line-height: 18px;
  margin-top: 0;
  font-family: var(--regular);
  color: #09f;
  font-weight: normal
}

.topicbox .topicbox__copy>.topicbox__description {
  overflow: hidden;
  font-family: var(--light);
  color: #495354;
  font-size: 13px;
  line-height: 18px;
  margin-top: 0
}

.topicbox--without-image {
  min-height: auto;
  min-width: auto
}

.topicbox--without-image .topicbox__copy {
  height: auto;
  width: 100%;
  float: none
}

.topicbox-small {
  height: 100px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  position: relative;
  display: flex;
  flex-direction: row;
  overflow: hidden
}

.topicbox-small .topicbox__image {
  width: 98px;
  position: relative
}

.topicbox-small .topicbox__image img {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: absolute
}

.topicbox-small .topicbox__copy {
  flex: 1;
  background-color: #f3f3f3;
  border-left: 1px solid #ececec;
  padding: 16px 20px;
  min-width: 0
}

.topicbox-small .topicbox__copy>.topicbox__header {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 18px;
  margin-top: 0;
  font-family: var(--regular);
  color: #09f;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal
}

.topicbox-small .topicbox__copy>.topicbox__description {
  overflow: hidden;
  font-family: var(--regular);
  color: #676f77;
  font-size: 12px;
  line-height: 15px;
  margin-top: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow-wrap: break-word
}

.topicbox__lecture_state {
  font-size: 14px;
  line-height: 18px;
  margin-top: 0;
  font-family: var(--regular);
  font-weight: normal;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 5px
}

.topicbox__lecture_state .badge__container.completed .badge {
  color: #495354;
  background-color: #ffc026
}

.topicbox__lecture_state .badge__container.incomplete .badge {
  color: #495354;
  background-color: #fff
}

.topicbox__lecture_state .tooltip.lecture-state-tooltip {
  display: none;
  width: 168px
}

.topicbox__lecture_state .tooltip.lecture-state-tooltip.show {
  display: block
}

.topicbox__lecture_state .tooltip.lecture-state-tooltip.tooltip-text {
  position: relative
}

.tag {
  color: #9aa7b2;
  border: 1px solid #9aa7b2;
  font-size: 10px;
  font-family: var(--medium);
  height: 22px;
  line-height: 21px;
  border-radius: 15px;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  background-color: #f3f3f3;
  vertical-align: text-top
}

.tag.tag-filter {
  cursor: pointer;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 10px;
  background-color: inherit
}

.tag.tag-filter.tag-muscle-facts {
  background-color: #fff
}

.tag.tag-filter.tag-others {
  background-color: #f3f3f3
}

.tag.tag-filter.tag-selected {
  color: #fff;
  border: 1px solid #09f;
  background-color: #09f
}

.tag.tag-filter:hover {
  color: #09f;
  border: 1px solid #09f
}

.tag.tag-filter:hover.tag-selected {
  color: #fff
}

[data-filter-list] .tag:not(.tag--premium):not(.tag--free) {
  cursor: pointer
}

[data-filter-list] .tag:not(.tag--premium):not(.tag--free):hover {
  color: #09f;
  border: 1px solid #09f
}

.header-tags {
  float: right;
  margin-top: 2px;
  padding-left: 10px
}

@media screen and (max-width : 763px) {
  .header-tags {
    display: none
  }
}

.recommendations {
  margin-bottom: 58px
}

@media screen and (max-width : 1023px) {
  .recommendations__testimonials {
    margin-top: 50px
  }
}

.recommendations>h2 {
  padding-top: 80px;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width : 1023px) {
  .recommendations>h2 {
    width: 100%;
    margin-bottom: 50px
  }
}

@media screen and (min-width : 1024px) {
  .recommendations>h2 {
    margin-bottom: 70px
  }
}

@media screen and (max-width : 1023px) {
  .recommendations.recommendations--landing {
    margin-bottom: 0
  }
}

.recommendation .recommendation-quote {
  font-family: var(--light);
  color: #495354;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 40px;
  margin-top: 0
}

.recommendation .recommendation-name {
  font-family: var(--light);
  color: #09f;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 0;
  margin-top: 0
}

.recommendation .recommendation-info {
  font-family: var(--light);
  color: #495354;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 0;
  margin-top: 0
}

.recommendation.recommendation--landing {
  text-align: center
}

.recommendation.recommendation--landing>img {
  height: 125px;
  width: 125px;
  margin-bottom: 30px;
  border-radius: 62.5px
}

.recommendation.recommendation--landing>.recommendation-quote {
  line-height: 28px;
  margin-bottom: 50px
}

.recommendation.recommendation--landing>.recommendation-name {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: var(--regular)
}

.recommendation.recommendation--landing>.recommendation-info {
  font-size: 16px;
  line-height: 24px;
  min-height: 60px
}

.listingbox {
  border: 1px solid #d8d8d8;
  margin-bottom: 30px;
  border-radius: 2px
}

@media screen and (max-width : 1023px) {
  .listingbox {
    width: 100%
  }
}

.listingbox .listingbox__image {
  float: left;
  height: 165px;
  width: 165px;
  position: relative
}

@media screen and (max-width : 763px) {
  .listingbox .listingbox__image {
    display: none
  }
}

@media screen and (max-width : 479px) {
  .listingbox .listingbox__image {
    display: block;
    float: none;
    text-align: center;
    height: 205px;
    width: 100%;
    border-bottom: 1px solid #d8d8d8
  }
}

.listingbox .listingbox__image img {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: absolute
}

@media screen and (max-width : 479px) {
  .listingbox .listingbox__image img {
    left: calc(50% - 102.5px)
  }
}

.listingbox .listingbox__topic {
  height: 165px;
  margin-left: 165px;
  background-color: #fff;
  border-left: 1px solid #ececec;
  padding: 26px 30px
}

@media screen and (max-width : 1023px) {
  .listingbox .listingbox__topic {
    width: calc(100% - 165px)
  }
}

@media screen and (max-width : 763px) {
  .listingbox .listingbox__topic {
    margin-left: 0;
    border-left: none;
    height: auto;
    width: 100%
  }
}

@media screen and (max-width : 479px) {
  .listingbox .listingbox__topic {
    padding: 15px
  }
}

.listingbox .listingbox__topic>.listingbox__title.listingbox__title {
  max-width: 433px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  margin-top: 0;
  font-family: var(--regular);
  color: #09f;
  font-weight: normal;
  clear: none
}

@media screen and (max-width : 479px) {
  .listingbox .listingbox__topic>.listingbox__title.listingbox__title {
    font-size: 16px;
    line-height: 16px
  }
}

.listingbox .listingbox__topic>.listingbox__description {
  max-width: 433px;
  font-family: var(--light);
  color: #676f77;
  font-size: 13px;
  margin-top: 0;
  line-height: 20px
}

@media screen and (max-width : 479px) {
  .listingbox .listingbox__topic>.listingbox__description {
    margin-bottom: 0
  }
}

.listingbox .listingbox__topic>.listingbox__description>a {
  color: #676f77
}

.listingbox .listingbox__topic>.listingbox__description>a:hover {
  color: #676f77
}

.listingbox .listingbox__topic>.listingbox__icons {
  font-family: var(--light)
}

@media screen and (max-width : 479px) {
  .listingbox .listingbox__topic>.listingbox__icons {
    display: none
  }
}

.listingbox .listingbox__topic>.listingbox__icons>.listingbox__icon {
  display: inline-block;
  border-right: 1px solid #ececec;
  margin-right: 20px;
  padding-right: 20px;
  color: #acafb2
}

.listingbox .listingbox__topic>.listingbox__icons>.listingbox__icon:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0
}

.listingbox .listingbox__topic>.listingbox__icons>.listingbox__icon>.fa {
  margin-right: 5px
}

.listingbox .listingbox__topic>.listingbox__icons .enable-tooltip>.tooltip {
  margin-top: 27px;
  margin-left: -105px
}

.listingbox .listingbox__topic>.listingbox__icons img {
  vertical-align: middle;
  margin-right: 5px
}

.listingbox .listingbox__content {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.listingbox .listingbox__content>.trainingunit {
  display: flex;
  align-items: center;
  border-top: 1px solid #d8d8d8;
  border-left: 4px solid #f7f7f7;
  padding: 20px;
  background-color: #f7f7f7
}

@media screen and (max-width : 763px) {
  .listingbox .listingbox__content>.trainingunit {
    padding: 15px
  }
}

@media screen and (max-width : 479px) {
  .listingbox .listingbox__content>.trainingunit {
    padding-left: 10px
  }
}

.listingbox .listingbox__content>.trainingunit.completed {
  border-left-color: #09f;
  background-color: #f3f3f3
}

.listingbox .listingbox__content>.trainingunit.draft .trainingunit-title {
  color: #676f77
}

.listingbox .listingbox__content>.trainingunit .trainingunit-topic {
  flex: 1;
  display: flex;
  align-items: center;
  margin-right: auto;
  max-width: 100%;
  min-width: 0;
  gap: 15px
}

.listingbox .listingbox__content>.trainingunit .trainingunit-topic .trainingunit-title .hourglass-tooltip {
  display: none
}

.listingbox .listingbox__content>.trainingunit .trainingunit-topic .trainingunit-title .hourglass-tooltip.show {
  display: block
}

.listingbox .listingbox__content>.trainingunit .trainingunit-topic .trainingunit-title .fa-hourglass-now {
  color: #ec8e8e
}

.listingbox .listingbox__content>.trainingunit .trainingunit-progress-circle {
  width: 40px;
  height: 40px;
  position: relative
}

.listingbox .listingbox__content>.trainingunit .trainingunit-progress-circle .progress-donut-container .colored-doughnut {
  width: 40px !important;
  height: 40px !important
}

.listingbox .listingbox__content>.trainingunit .trainingunit-progress-circle .progress-donut-container .fa-graduation-cap {
  color: #e4e4e4
}

.listingbox .listingbox__content>.trainingunit .trainingunit-progress-circle .progress-donut-container .full-mastery-badge .fa {
  color: #ffc026
}

.listingbox .listingbox__content>.trainingunit .completed-badge {
  width: 40px;
  height: 40px;
  background: #ffc026;
  -webkit-mask: linear-gradient(-60deg, black 0%, black 40%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.7) 41%, black 41%, black 42%, rgba(0, 0, 0, 0.7) 42%, rgba(0, 0, 0, 0.7) 44%, black 44%, black 100%) right/300% 100%;
  background-repeat: no-repeat;
  animation: shimmer 10s ease-in-out 2s infinite;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.listingbox .listingbox__content>.trainingunit .completed-badge .fa {
  color: #966c09;
  font-size: 16px
}

.listingbox .listingbox__content>.trainingunit .progress-donut-icon {
  position: absolute;
  display: inline-flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  aspect-ratio: 1
}

.listingbox .listingbox__content>.trainingunit .trainingunit-details {
  min-width: 0;
  flex: 1
}

.listingbox .listingbox__content>.trainingunit .trainingunit-title {
  font-family: var(--regular);
  font-size: 14px;
  color: #09f;
  margin-bottom: 10px;
  line-height: 18px
}

@media screen and (max-width : 479px) {
  .listingbox .listingbox__content>.trainingunit .trainingunit-title {
    margin-bottom: 5px
  }
}

@media screen and (max-width : 479px) {
  .listingbox .listingbox__content>.trainingunit .trainingunit-title {
    margin-bottom: 0
  }
}

.listingbox .listingbox__content>.trainingunit .trainingunit-description {
  font-family: var(--light);
  font-size: 13px;
  display: inline-block;
  color: #676f77;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal
}

@media screen and (max-width : 479px) {
  .listingbox .listingbox__content>.trainingunit .trainingunit-description {
    display: none
  }
}

.listingbox .listingbox__content>.trainingunit .badge.badge--small {
  font-size: 8px;
  min-height: 13px;
  line-height: 14px;
  padding: 0 8px;
  margin-right: 5px
}

.listingbox .listingbox__content>.trainingunit .trainingunit-cta {
  text-align: right;
  margin-left: 15px
}

@media screen and (max-width : 763px) {
  .listingbox .listingbox__content>.trainingunit .trainingunit-cta .btn.btn-small {
    height: auto;
    padding: 7px;
    font-size: 9px
  }
}

@media screen and (max-width : 479px) {
  .listingbox .listingbox__content>.trainingunit .trainingunit-cta {
    margin-left: 10px
  }
}

.listingbox .listingbox__content>.trainingunit .trainingunit-progress {
  display: flex;
  margin-right: 15px
}

@media screen and (max-width : 479px) {
  .listingbox .listingbox__content>.trainingunit .trainingunit-progress {
    margin-right: 10px
  }
}

.listingbox .listingbox__content>.trainingunit .trainingunit-progress .btn.btn-small {
  height: auto;
  padding: 8px
}

@media screen and (max-width : 763px) {
  .listingbox .listingbox__content>.trainingunit .trainingunit-progress .btn.btn-small {
    padding: 6px
  }
}

.listingbox .listingbox__content>.trainingunit .trainingunit-progress>.videos-cta {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.listingbox .listingbox__content>.trainingunit .trainingunit-progress>.videos-cta[data-hover] {
  width: 65px;
  transition: width .3s linear;
  cursor: default
}

.listingbox .listingbox__content>.trainingunit .trainingunit-progress>.videos-cta[data-hover]:before {
  content: "";
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
  min-height: 4px;
  display: none
}

.listingbox .listingbox__content>.trainingunit .trainingunit-progress>.videos-cta[data-hover]:hover,
.listingbox .listingbox__content>.trainingunit .trainingunit-progress>.videos-cta[data-hover]:active {
  width: 89px
}

.listingbox .listingbox__content>.trainingunit .trainingunit-progress>.videos-cta[data-hover]:hover>span,
.listingbox .listingbox__content>.trainingunit .trainingunit-progress>.videos-cta[data-hover]:active>span {
  display: none
}

.listingbox .listingbox__content>.trainingunit .trainingunit-progress>.videos-cta[data-hover]:hover:before,
.listingbox .listingbox__content>.trainingunit .trainingunit-progress>.videos-cta[data-hover]:active:before {
  display: block;
  content: attr(data-hover)
}

.listingbox .listingbox__completed-items {
  display: flex;
  margin-bottom: 20px
}

@media screen and (max-width : 479px) {
  .listingbox .listingbox__completed-items {
    margin-bottom: 13px
  }
}

.listingbox .listingbox__completed-items .item {
  flex: 1 1 auto;
  max-width: 25px;
  height: 4px;
  border-radius: 2px;
  background-color: #cceaff;
  margin-right: 4px
}

.listingbox .listingbox__completed-items .item:last-of-type {
  margin-right: 0
}

.listingbox .listingbox__completed-items .complete {
  background-color: #09f
}

.listingbox-tooltip {
  width: 150px
}

.anatomyterm {
  border: 1px solid #d8d8d8;
  overflow: hidden;
  text-decoration: none
}

.anatomyterm .anatomyterm__image {
  padding-bottom: 100%;
  position: relative;
  background-color: #fff
}

.anatomyterm .anatomyterm__image>img {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: absolute
}

.anatomyterm .anatomyterm__image>.spinner {
  position: absolute;
  top: 50%;
  left: 50%
}

.anatomyterm .anatomyterm__bottom {
  width: 100%;
  padding: 0 15px;
  background-color: #f3f3f3;
  height: 85px;
  display: table
}

.anatomyterm .anatomyterm__bottom .anatomyterm-title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-family: var(--light);
  color: #09f
}

.anatomyterm-thumb {
  position: relative;
  display: inline-block;
  border: 1px solid #dcdcdc;
  height: 100px;
  width: 100px;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: border 0 linear
}

.anatomyterm-thumb:hover {
  border: 1px solid #3a5062;
  transition: border .4s linear
}

.anatomyterm-thumb img {
  height: 98px;
  width: 98px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: absolute
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
  max-width: 280px;
  word-wrap: break-word;
  background-color: #f3f3f3;
  border: 1px solid #dadada;
  border-radius: 2px;
  padding: 10px;
  text-align: center
}

.popover.image-popover .popover__content {
  padding: 0
}

.popover.image-popover .popover__content img {
  width: 218px;
  height: 218px
}

@media screen and (max-width : 479px) {
  .popover {
    padding: 13px
  }
}

.popover.popover--atlas {
  top: 50%;
  left: 50%;
  display: block;
  border-color: #09f;
  margin-left: -140px;
  margin-top: -100px
}

.popover .popover__close {
  top: 12px;
  position: absolute;
  cursor: pointer;
  right: 12px;
  color: #09f;
  font-size: 11px;
  text-decoration: underline;
  font-family: var(--light)
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 10px
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid
}

.popover .popover__title {
  background-color: #fff;
  padding: 20px 20px 0 20px;
  font-family: var(--light);
  font-size: 17px;
  line-height: 21px;
  color: #09f
}

@media screen and (max-width : 479px) {
  .popover .popover__title {
    padding: 13px 7px 0 7px;
    font-family: var(--regular);
    font-size: 13px;
    line-height: 18px
  }
}

.popover .popover__title:empty {
  display: none
}

.popover[data-popper-placement^=top] .arrow {
  bottom: calc((10px + 1px)*-1)
}

.popover[data-popper-placement^=top] .arrow::before,
.popover[data-popper-placement^=top] .arrow::after {
  border-width: 10px 10px 0
}

.popover[data-popper-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: #d8d8d8
}

.popover[data-popper-placement^=top] .arrow::after {
  bottom: 2px;
  border-top-color: #fff
}

.popover[data-popper-placement^=right] .arrow {
  left: calc((10px + 1px)*-1);
  width: 10px;
  height: 20px
}

.popover[data-popper-placement^=right] .arrow::before,
.popover[data-popper-placement^=right] .arrow::after {
  border-width: 10px 10px 10px 0
}

.popover[data-popper-placement^=right] .arrow::before {
  left: 0;
  border-right-color: #d8d8d8
}

.popover[data-popper-placement^=right] .arrow::after {
  left: 2px;
  border-right-color: #fff
}

.popover[data-popper-placement^=bottom] .arrow,
.popover[x-placement^=bottom] .arrow {
  top: calc((10px + 1px)*-1)
}

.popover[data-popper-placement^=bottom] .arrow::before,
.popover[data-popper-placement^=bottom] .arrow::after,
.popover[x-placement^=bottom] .arrow::before,
.popover[x-placement^=bottom] .arrow::after {
  border-width: 0 10px 10px 10px
}

.popover[data-popper-placement^=bottom] .arrow::before,
.popover[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: #d8d8d8
}

.popover[data-popper-placement^=bottom] .arrow::after,
.popover[x-placement^=bottom] .arrow::after {
  top: 2px;
  border-bottom-color: #fff
}

.popover[data-popper-placement^=bottom] .popover-header::before,
.popover[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #fff
}

.popover[data-popper-placement^=left] .arrow {
  right: calc((10px + 1px)*-1);
  width: 10px;
  height: 20px
}

.popover[data-popper-placement^=left] .arrow::before,
.popover[data-popper-placement^=left] .arrow::after {
  border-width: 10px 0 10px 10px
}

.popover[data-popper-placement^=left] .arrow::before {
  right: 0;
  border-left-color: #d8d8d8
}

.popover[data-popper-placement^=left] .arrow::after {
  right: 2px;
  border-left-color: #fff
}

.popover .popover__content {
  padding: 20px;
  background-color: #fff
}

@media screen and (max-width : 479px) {
  .popover .popover__content {
    padding: 13px
  }
}

.popover .popover__content p {
  font-family: var(--light);
  font-size: 14px;
  line-height: 21px;
  color: #676f77;
  margin-bottom: 18px;
  white-space: normal
}

@media screen and (max-width : 479px) {
  .popover .popover__content p {
    font-family: var(--regular);
    font-size: 11px;
    line-height: 16px;
    color: #676f77;
    margin-bottom: 12px
  }
}

.popover .popover__content p:last-child {
  margin-bottom: 0
}

.popover .popover__content a {
  display: block;
  font-size: 14px;
  font-family: var(--light);
  color: #09f;
  line-height: 14px;
  text-decoration: underline
}

@media screen and (max-width : 479px) {
  .popover .popover__content a {
    font-family: var(--regular);
    font-size: 11px;
    line-height: 11px
  }
}

.seo-footer {
  border-top: 1px solid #d8d8d8;
  padding-top: 50px;
  clear: both
}

.seo-footer p {
  text-align: justify;
  font-family: var(--light);
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 0
}

@media screen and (max-width : 1023px) {
  .seo-footer p+p {
    margin-top: 50px
  }
}

.seo-footer a {
  text-decoration: underline;
  color: #495354
}

.image-loading-error {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ec8e8e;
  font-size: 24px
}

.dashbox-grid {
  display: grid;
  grid-gap: 20px;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  margin-bottom: 40px
}

@media screen and (max-width : 763px) {
  .dashbox-grid {
    display: block
  }

  .dashbox-grid>* {
    margin-bottom: 20px
  }

  .dashbox-grid>*:last-child {
    margin-bottom: 0
  }
}

.review-quiz-box {
  margin: 0 15px 15px;
  padding: 15px;
  display: flex;
  align-items: center;
  background-color: #e5f4ff;
  border: 1px solid #09f;
  border-radius: 2px;
  gap: 12px
}

@media screen and (max-width : 479px) {
  .review-quiz-box {
    flex-direction: column;
    align-items: flex-start
  }

  .review-quiz-box .btn {
    width: 100%
  }
}

.review-quiz-box .review-quiz-box__content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px
}

.review-quiz-box .review-quiz-box__content .review-quiz-box__image {
  width: 40px;
  height: 50px;
  flex: 0 0 auto
}

.review-quiz-box .review-quiz-box__content .review-quiz-box__title {
  font-family: var(--regular);
  font-size: 14px;
  color: #09f;
  margin-bottom: 4px;
  line-height: 1.2
}

.review-quiz-box .review-quiz-box__content .review-quiz-box__description {
  font-family: var(--light);
  font-size: 13px;
  display: inline-block
}

.dashbox {
  border: 1px solid #d8d8d8;
  background-color: #f1f1f1;
  border-radius: 2px;
  color: #495354;
  font-size: 14px;
  padding: 0 20px
}

.dashbox.dashbox--dark {
  border: 1px solid #2d3e4d;
  background-color: #394e60
}

.dashbox>.dashbox-title {
  line-height: 73px;
  height: 73px;
  text-align: center;
  font-size: 18px;
  color: #09f;
  border-bottom: 1px solid #d8d8d8
}

.dashbox ol {
  counter-reset: item;
  padding: 10px;
  list-style-position: inside;
  line-height: 29px
}

.dashbox ol li {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block
}

.dashbox ol li>a {
  color: #676f77
}

.dashbox ol li>a:hover {
  color: #09f
}

.dashbox ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #09f;
  margin-right: 8px
}

.dashbox.dashbox-weakspots {
  height: 355px
}

@media screen and (max-width : 1023px) {
  .dashbox.dashbox-weakspots {
    height: auto
  }
}

.dashbox.dashbox-weakspots p {
  font-family: var(--regular);
  font-size: 14px;
  line-height: 24px;
  color: #676f77;
  margin: 30px 10px
}

.dashbox-list {
  list-style: none;
  border: 1px solid #d8d8d8;
  background-color: #f7f7f7;
  border-radius: 2px;
  color: #495354;
  font-size: 14px;
  padding: 0;
  margin: 0 0 15px
}

.dashbox-list li+li {
  border-top: 1px solid #d8d8d8
}

.dashbox-list .dashbox-list__item {
  height: 60px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.dashbox-list .dashbox-list__title {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 15px
}

.dashbox-list__view-all {
  display: block;
  text-align: right;
  font-size: 14px
}

.dashbox--jump-back-in {
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  align-self: stretch
}

.dashbox--jump-back-in .dashboard__title {
  text-align: left
}

.dashbox--search {
  margin-bottom: 40px;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  align-self: stretch
}

.dashbox--search .dashboard__title {
  text-align: left
}

.dashbox--search .dashbox-title {
  line-height: 1.5;
  font-size: 18px;
  border-bottom: none;
  height: auto
}

.dashbox--search form {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0
}

.dashbox--search form>input[type=text] {
  margin-top: -8px;
  font-family: var(--regular);
  font-size: 14px;
  padding: 10px 40px 10px 15px;
  border: none;
  background-color: #fff;
  height: 35px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
  min-height: 50px
}

.dashbox--search form>input[type=text]::placeholder {
  color: #acafb2
}

.dashbox--search form>button[type=submit] {
  width: 45px;
  height: 39px;
  border: none;
  right: 2px;
  position: absolute;
  top: -3px;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer
}

.dashbox--search form>button[type=submit]>.fa {
  color: #acafb2;
  font-size: 20px
}

.weak-spot-training {
  padding: 30px 10px
}

.weak-spot-training .weak-spot-training-right {
  float: right;
  width: 50%;
  display: block;
  padding-left: 30px;
  border-left: 1px solid #d8d8d8;
  text-align: center
}

.weak-spot-training .weak-spot-training-right>img {
  max-width: 100%
}

@media screen and (max-width : 763px) {
  .weak-spot-training .weak-spot-training-right {
    float: none;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border-left: none;
    margin-bottom: 30px
  }
}

.weak-spot-training .weak-spot-training-left {
  width: 50%;
  display: block;
  padding-right: 30px
}

@media screen and (max-width : 763px) {
  .weak-spot-training .weak-spot-training-left {
    float: none;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border-left: none
  }
}

.weak-spot-training p {
  height: 144px;
  margin-bottom: 31px;
  font-family: var(--regular);
  font-size: 14px;
  line-height: 24px;
  color: #676f77
}

@media screen and (max-width : 763px) {
  .weak-spot-training p {
    height: auto
  }
}

.weak-spot-training a.btn.btn-block {
  margin-bottom: 0
}

.dashbox-stats {
  text-align: center;
  padding: 30px 10px
}

.dashbox-stats .dashbox-stats-number {
  font-size: 60px;
  font-family: var(--light);
  margin-bottom: 30px;
  line-height: 60px;
  color: #09f
}

.dashbox--blank {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px dashed #d8d8d8;
  text-align: center;
  padding: 60px 40px
}

@media screen and (max-width : 763px) {
  .dashbox--blank {
    padding: 30px 15px
  }
}

.dashbox--blank>.dashbox__description {
  font-size: 16px;
  margin-bottom: 20px
}

@media screen and (max-width : 763px) {
  .dashbox--blank>.dashbox__description {
    font-size: 14px
  }
}

.dashbox--blank>.btn {
  margin: 0
}

.dashbox--blank .dashbox__image {
  margin-bottom: 15px
}

@media screen and (max-width : 1023px) {
  #typeform-full {
    z-index: 1000
  }
}

.dashboard__hero {
  background-color: #f7f7f7;
  padding: 40px 0;
  margin-bottom: 40px;
  min-height: 125px
}

@media screen and (max-width : 763px) {
  .dashboard__hero {
    padding: 30px 0;
    margin-bottom: 20px
  }
}

.dashboard__welcome {
  font-size: 38px;
  text-align: center;
  color: #495354;
  margin-bottom: 0
}

@media screen and (max-width : 763px) {
  .dashboard__welcome {
    font-size: 24px
  }
}

.dashboard__jump_back_in {
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  margin-bottom: 40px
}

.dashboard__jump_back_in>.trainingunit {
  display: flex;
  align-items: center;
  background-color: #f7f7f7
}

.dashboard__jump_back_in>.trainingunit.completed {
  border-left-color: #09f;
  background-color: #f3f3f3
}

.dashboard__jump_back_in>.trainingunit .trainingunit__image {
  width: 98px;
  height: 98px;
  position: relative
}

.dashboard__jump_back_in>.trainingunit .trainingunit__image img {
  height: 100%;
  vertical-align: middle;
  text-align: center;
  position: relative;
  border-right: 1px solid #d8d8d8
}

@media screen and (max-width : 763px) {
  .dashboard__jump_back_in>.trainingunit .trainingunit__image {
    display: none
  }
}

.dashboard__jump_back_in>.trainingunit .trainingunit-topic {
  flex: 1;
  display: flex;
  align-items: center;
  margin-right: auto;
  max-width: 100%;
  min-width: 0;
  gap: 15px;
  padding: 20px
}

@media screen and (max-width : 763px) {
  .dashboard__jump_back_in>.trainingunit .trainingunit-topic {
    padding: 15px
  }
}

@media screen and (max-width : 479px) {
  .dashboard__jump_back_in>.trainingunit .trainingunit-topic {
    padding-left: 10px
  }
}

.dashboard__jump_back_in>.trainingunit .trainingunit-topic .trainingunit-title .hourglass-tooltip {
  display: none
}

.dashboard__jump_back_in>.trainingunit .trainingunit-topic .trainingunit-title .hourglass-tooltip.show {
  display: block
}

.dashboard__jump_back_in>.trainingunit .trainingunit-topic .trainingunit-title .fa-hourglass-now {
  color: #ec8e8e
}

.dashboard__jump_back_in>.trainingunit .trainingunit-progress-circle {
  width: 40px;
  height: 40px;
  position: relative
}

.dashboard__jump_back_in>.trainingunit .trainingunit-progress-circle .progress-donut-container .colored-doughnut {
  width: 40px !important;
  height: 40px !important
}

.dashboard__jump_back_in>.trainingunit .trainingunit-progress-circle .progress-donut-container .fa-graduation-cap {
  color: #e4e4e4
}

.dashboard__jump_back_in>.trainingunit .trainingunit-progress-circle .progress-donut-container .full-mastery-badge .fa {
  color: #ffc026
}

.dashboard__jump_back_in>.trainingunit .completed-badge {
  width: 40px;
  height: 40px;
  background: #ffc026;
  -webkit-mask: linear-gradient(-60deg, black 0%, black 40%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.7) 41%, black 41%, black 42%, rgba(0, 0, 0, 0.7) 42%, rgba(0, 0, 0, 0.7) 44%, black 44%, black 100%) right/300% 100%;
  background-repeat: no-repeat;
  animation: shimmer 10s ease-in-out 2s infinite;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.dashboard__jump_back_in>.trainingunit .completed-badge .fa {
  color: #966c09;
  font-size: 16px
}

.dashboard__jump_back_in>.trainingunit .progress-donut-icon {
  position: absolute;
  display: inline-flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  aspect-ratio: 1
}

.dashboard__jump_back_in>.trainingunit .trainingunit-details {
  min-width: 0;
  flex: 1
}

.dashboard__jump_back_in>.trainingunit .trainingunit-title {
  font-family: var(--regular);
  font-size: 14px;
  color: #09f;
  margin-bottom: 10px;
  line-height: 18px
}

@media screen and (max-width : 479px) {
  .dashboard__jump_back_in>.trainingunit .trainingunit-title {
    margin-bottom: 5px
  }
}

@media screen and (max-width : 479px) {
  .dashboard__jump_back_in>.trainingunit .trainingunit-title {
    margin-bottom: 0
  }
}

.dashboard__jump_back_in>.trainingunit .trainingunit-description {
  font-family: var(--light);
  font-size: 13px;
  display: inline-block;
  color: #676f77;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal
}

@media screen and (max-width : 479px) {
  .dashboard__jump_back_in>.trainingunit .trainingunit-description {
    display: none
  }
}

.dashboard__jump_back_in>.trainingunit .badge.badge--small {
  font-size: 8px;
  min-height: 13px;
  line-height: 14px;
  padding: 0 8px;
  margin-right: 5px
}

.dashboard__jump_back_in>.trainingunit .trainingunit-cta {
  text-align: right;
  margin-left: 15px
}

@media screen and (max-width : 763px) {
  .dashboard__jump_back_in>.trainingunit .trainingunit-cta .btn.btn-small {
    height: auto;
    padding: 7px;
    font-size: 9px
  }
}

@media screen and (max-width : 479px) {
  .dashboard__jump_back_in>.trainingunit .trainingunit-cta {
    margin-left: 10px
  }
}

.dashboard__due-quizzes {
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  margin-bottom: 40px;
  background-color: #f7f7f7;
  overflow: hidden
}

.dashboard__due-quizzes .due-quizzes__header {
  display: flex;
  align-items: center;
  padding: 15px
}

.dashboard__due-quizzes .due-quizzes__header .dashboard__title {
  font-family: var(--regular);
  font-size: 14px;
  line-height: 1.2;
  margin: 0
}

.dashboard__due-quizzes .due-quizzes__header #view_all_due_quizzes {
  color: #09f;
  font-size: 12px;
  font-family: var(--light);
  line-height: 1.2;
  margin-left: auto
}

.dashboard__due-quizzes .due-quizzes_list__empty {
  padding: 0 15px 15px;
  margin: 0px;
  color: #495354;
  font-size: 14px
}

.due-quizzes__list {
  max-height: 194px;
  list-style: none;
  overflow: hidden;
  background-color: #f7f7f7;
  color: #495354;
  font-size: 14px;
  padding: 0 15px;
  margin: 0px
}

.due-quizzes__list li+li {
  border-top: 1px solid #d8d8d8
}

.due-quizzes__list .due-quizzes-list__item {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d8d8d8;
  overflow: hidden;
  transform-origin: right center
}

.due-quizzes__list .due-quizzes-list__item.animated {
  animation: removeListItem 1s ease forwards
}

.due-quizzes__list .due-quiz-item__info {
  flex: 1
}

.due-quizzes__list .due-quiz-item__info .due-quiz-item-info__title {
  max-width: 100%;
  margin-right: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-wrap: pretty
}

.due-quizzes__list .due-quiz-item__info .due-quiz-item_info__next-recommended-session {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 15px;
  color: #676f77;
  font-size: 12px
}

.due-quizzes__list .due-quiz-item__info .due-quiz-item_info__next-recommended-session.important {
  color: #ec8e8e
}

.due-quizzes__list .due-quiz-item__cta {
  display: flex;
  align-items: center;
  gap: 15px
}

.due-quizzes__list .due-quiz-item__cta .due-quiz-item-cta__pause form {
  margin-top: 0;
  margin-bottom: 0
}

.due-quizzes__list .due-quiz-item__cta .due-quiz-item-cta__pause form button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer
}

.due-quizzes__list .due-quiz-item__cta .due-quiz-item-cta__pause form .fa {
  color: #09f
}

.dashboard-well {
  background-color: #f7f7f7;
  padding: 30px;
  text-align: center;
  border: 0
}

@media screen and (max-width : 763px) {
  .dashboard-well {
    padding: 15px
  }
}

.dashboard-recommended-study-units {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px
}

@media screen and (max-width : 1023px) {
  .dashboard-recommended-study-units {
    grid-template-columns: 100%
  }
}

.dashboard-recommended-study-units .contentbox .contentbox-topic {
  padding: 15px
}

.dashboard-recommended-study-units .contentbox .contentbox-title {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.2;
  font-family: var(--regular);
  color: #09f;
  text-align: left
}

.dashboard-recommended-study-units .contentbox .contentbox-description {
  color: #09f;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-family: var(--light);
  gap: 4px;
  justify-content: space-between;
  line-height: 1.2;
  text-align: left
}

.dashboard-recommended-study-units .contentbox .contentbox-description::after {
  content: "➞"
}

.dashboard__title {
  font-family: var(--light);
  line-height: 1.5;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px
}

.dashboard__title--large {
  font-family: var(--light);
  line-height: 1.5;
  font-size: 24px;
  text-align: center;
  margin-bottom: 0
}

@media screen and (max-width : 763px) {
  .dashboard__title--large {
    font-size: 18px
  }
}

.dashboard__intro-text {
  font-size: 16px;
  margin-bottom: 30px
}

@media screen and (max-width : 763px) {
  .dashboard__intro-text {
    font-size: 14px;
    margin-bottom: 15px
  }
}

.dashboard .topicbox-small-container {
  height: 0;
  opacity: 0;
  transition: opacity .45s ease;
  flex: 0 0 100%
}

.dashboard .topicbox-small-container.active {
  height: auto;
  opacity: 1
}

@media screen and (max-width : 763px) {
  .dashboard .btn-group li {
    flex: 1 1 auto
  }

  .dashboard .btn-group .btn {
    min-width: 100%;
    font-size: 10px;
    padding: 0 10px
  }
}

@keyframes highlightTopics {
  0% {
    background-color: #f3f3f3
  }

  50% {
    background-color: #cceaff
  }

  100% {
    background-color: #f3f3f3
  }
}

#browse_by_topic {
  display: block;
  height: 40px;
  margin-top: -40px;
  visibility: hidden
}

@media screen and (max-width : 1023px) {
  #browse_by_topic {
    height: 80px;
    margin-top: -80px
  }
}

.highlight .topicbox__copy {
  animation: highlightTopics 2s .5s
}

.toast {
  position: fixed;
  z-index: 100;
  display: flex;
  align-items: center;
  width: 500px;
  bottom: 30px;
  right: 30px;
  padding: 20px;
  background-color: #3a5062;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
  transform: translate(0, calc(100% + 30px));
  transition: transform .5s ease
}

.toast.active {
  transform: translate(0)
}

.toast.active:hover,
.toast.active:focus {
  color: #fff;
  transform: translateX(15px)
}

.toast.active:hover .icon,
.toast.active:focus .icon {
  color: #09f
}

.toast .content {
  display: flex;
  align-items: center
}

.toast .image {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  overflow: hidden
}

.toast .image img {
  display: block;
  border-radius: 3px;
  max-width: 100%;
  aspect-ratio: 1
}

@media screen and (max-width : 763px) {
  .toast .image {
    width: 60px;
    height: 60px
  }
}

.toast .image-collage {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin: 0
}

@media screen and (max-width : 763px) {
  .toast .image-collage {
    width: 60px;
    height: 60px
  }
}

.toast .image-collage img {
  flex: 0 0 50%;
  height: 50%;
  width: 50%
}

.toast .image-collage img:only-child {
  flex: 0 0 100%;
  height: 100%;
  width: 100%
}

.toast .text {
  padding-left: 15px;
  padding-right: 30px;
  line-height: 1.2
}

@media screen and (max-width : 763px) {
  .toast .text {
    padding-left: 10px;
    padding-right: 15px
  }
}

.toast .subtitle {
  color: #09f;
  font-size: 14px;
  margin-bottom: 2px
}

@media screen and (max-width : 763px) {
  .toast .subtitle {
    font-size: 12px
  }
}

.toast .title {
  font-size: 24px;
  font-family: var(--light);
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

@media screen and (max-width : 763px) {
  .toast .title {
    font-size: 18px
  }
}

@media screen and (max-width : 479px) {
  .toast .title {
    font-size: 16px
  }
}

.toast .icon {
  flex: 0 0 auto;
  font-size: 24px;
  margin-left: auto;
  transition: color .25s ease
}

@media screen and (max-width : 763px) {
  .toast {
    padding: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    width: auto
  }
}

.due_quizzes_modal {
  text-align: center;
  color: #495354;
  padding: 30px 30px 15px
}

@media screen and (max-width : 763px) {
  .due_quizzes_modal {
    padding: 15px
  }
}

.due_quizzes_modal .modal-header {
  position: relative;
  border-bottom: 0
}

.due_quizzes_modal .close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0) url("/assets/crosssign-65b79db8b026a3731cb8ef7d353e801f13556a0220c27c10606e395994795c3d.digested.webp") no-repeat scroll center center
}

@media screen and (max-width : 763px) {
  .due_quizzes_modal .close {
    top: -15px;
    right: -15px
  }
}

.due_quizzes_modal .modal-body .modal_body__title {
  font-weight: bold;
  text-align: left;
  font-size: 24px
}

.due_quizzes_modal .modal-body .modal-body__list .nav-tabs {
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  margin-bottom: 0
}

.due_quizzes_modal .modal-body .modal-body__list .nav-tabs .nav-item {
  text-align: center
}

.due_quizzes_modal .modal-body .modal-body__list .nav-tabs .nav-item .nav-link {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  padding: 10px 15px;
  margin-right: 2px;
  cursor: pointer;
  color: #09f;
  text-decoration: none;
  transform: translateY(2px);
  line-height: 1.2
}

@media screen and (max-width : 763px) {
  .due_quizzes_modal .modal-body .modal-body__list .nav-tabs .nav-item .nav-link {
    font-size: 14px
  }
}

.due_quizzes_modal .modal-body .modal-body__list .nav-tabs .nav-item .nav-link.active {
  border-color: #d8d8d8;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-radius: 3px 3px 0 0;
  background-color: #fff
}

.due_quizzes_modal .modal-body .modal-body__list .nav-tabs .nav-item .nav-link:hover {
  color: #0188e4
}

.due_quizzes_modal .modal-body .modal-body__list .tab-pane {
  display: none;
  font-size: 14px
}

.due_quizzes_modal .modal-body .modal-body__list .tab-pane.active {
  display: block
}

.due_quizzes_modal .modal-body .modal-body__list .tab-pane .due-quizzes__empty {
  padding: 30px 15px 15px
}

.due_quizzes_modal .modal-body .modal-body__list .tab-pane .due-quizzes__list {
  max-height: none;
  background-color: #fff;
  text-align: left;
  padding: 0
}

.due_quizzes_modal .modal-body .modal-body__list .tab-pane .due-quizzes__list .due-quizzes-list__item {
  border-top: 0
}

.due_quizzes_modal .modal-body .modal-body__list .tab-pane .due-quizzes__list .due-quizzes-list__item:not(:first-child) {
  border-top: 1px solid #d8d8d8
}

.due_quizzes_modal .modal-body .modal-body__list ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.drawer>.drawer-content {
  clear: both;
  background-color: #f3f3f3;
  overflow: hidden;
  transition: height 1.5s linear, max-height 1.5s linear;
  max-height: 1500px
}

.drawer.closed .drawer-content {
  max-height: 0px
}

.drawer.closed .drawer-toggle {
  background-color: #f3f3f3
}

.drawer.closed .drawer-toggle>.drawer-open {
  display: block
}

.drawer.closed .drawer-toggle>.drawer-close {
  display: none
}

.drawer .drawer-toggle {
  border-top: 1px solid #d8d8d8;
  padding: 20px
}

.drawer .drawer-toggle>.drawer-open {
  display: none
}

.drawer .drawer-toggle a {
  cursor: pointer;
  color: #676f77;
  text-decoration: none;
  font-size: 14px
}

.drawer .drawer-toggle a .fa {
  vertical-align: middle;
  margin-right: 8px
}

.filterbar {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background-color: #fff
}

.filterbar .l-container,
.filterbar #search>.fullscreen-search__root .fullscreen-search__header-row,
#search>.fullscreen-search__root .filterbar .fullscreen-search__header-row {
  min-height: 60px;
  margin-bottom: 0px;
  padding: 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap
}

@media screen and (max-width : 1023px) {

  .filterbar .l-container,
  .filterbar #search>.fullscreen-search__root .fullscreen-search__header-row,
  #search>.fullscreen-search__root .filterbar .fullscreen-search__header-row {
    padding: 10px 15px
  }
}

.content-tags-hidden {
  display: none !important
}

.locale-tags-hidden {
  display: none !important
}

.fading-banner {
  width: 100%;
  background-color: #3a5062;
  position: fixed;
  bottom: -259px;
  transition: bottom, 1s;
  z-index: 100
}

.fading-banner .l-container,
.fading-banner #search>.fullscreen-search__root .fullscreen-search__header-row,
#search>.fullscreen-search__root .fading-banner .fullscreen-search__header-row {
  padding: 25px 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end
}

@media screen and (max-width : 1023px) {

  .fading-banner .l-container,
  .fading-banner #search>.fullscreen-search__root .fullscreen-search__header-row,
  #search>.fullscreen-search__root .fading-banner .fullscreen-search__header-row {
    display: block
  }
}

.fading-banner .btn-primary {
  margin-right: 10px
}

.fading-banner .fading-banner-btn {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 0
}

.fading-banner.fading-banner-promote {
  bottom: 0
}

.fading-banner .fading-banner-headlines {
  float: none;
  flex-grow: 2
}

.fading-banner .fading-banner-ctas {
  float: none;
  flex-shrink: 0
}

.fading-banner .fading-banner-headline {
  font-family: var(--regular);
  color: #fff
}

.fading-banner .fading-banner-headline {
  font-size: 24px;
  line-height: 28px
}

.fading-banner .close {
  margin-right: -7px;
  margin-top: -7px;
  right: 0;
  width: 10px;
  height: 10px;
  position: absolute;
  cursor: pointer;
  z-index: 1001;
  padding: 25px;
  background: rgba(0, 0, 0, 0) url("/assets/crosssign_small_white-64c28dfab1074d610e72b708e17833443c33dec5260593eccdf0375c775fa11f.digested.webp") no-repeat scroll center center
}

@media screen and (max-width : 1023px) {
  .fading-banner .close {
    display: block
  }

  .fading-banner .fading-banner-headlines {
    margin: 0 15px;
    float: none;
    text-align: center
  }

  .fading-banner .fading-banner-ctas {
    text-align: center;
    float: none
  }

  .fading-banner .btn-primary {
    float: none;
    display: inline-flex;
    margin-top: 10px;
    margin-right: 0
  }
}

@media screen and (max-width : 479px) {

  .fading-banner .l-container,
  .fading-banner #search>.fullscreen-search__root .fullscreen-search__header-row,
  #search>.fullscreen-search__root .fading-banner .fullscreen-search__header-row {
    padding: 15px 0 15px
  }

  .fading-banner .fading-banner-headlines {
    text-align: center
  }

  .fading-banner .fading-banner-headline {
    font-size: 13px;
    line-height: 21px
  }

  .fading-banner .btn-primary,
  .fading-banner .fading-banner-ctas {
    float: none
  }

  .fading-banner .btn-primary {
    display: flex;
    margin: 13px 15px 0;
    line-height: 32px;
    height: 32px;
    font-size: 10px;
    padding: 0 12px
  }
}

.tour-running .fading-banner {
  display: none
}

.fading-banner.featured-study-unit-banner {
  background-color: #e5f4ff
}

.fading-banner.featured-study-unit-banner .close.hide {
  display: block
}

.fading-banner.featured-study-unit-banner .l-container,
.fading-banner.featured-study-unit-banner #search>.fullscreen-search__root .fullscreen-search__header-row,
#search>.fullscreen-search__root .fading-banner.featured-study-unit-banner .fullscreen-search__header-row {
  padding: 15px 0;
  gap: 15px
}

.fading-banner.featured-study-unit-banner .fading-banner-headline {
  color: #09f;
  font-family: var(--light);
  margin-bottom: 4px
}

.fading-banner.featured-study-unit-banner .fading-banner-btn {
  display: none
}

.fading-banner.featured-study-unit-banner .fading-banner__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.2
}

@media screen and (max-width : 1023px) {
  .fading-banner.featured-study-unit-banner .fading-banner__text {
    display: none
  }
}

.fading-banner.featured-study-unit-banner .contentbox-image {
  width: 65px;
  height: 65px;
  border-radius: 2px;
  overflow: hidden;
  background-color: #fff;
  position: relative
}

@media screen and (max-width : 1023px) {
  .fading-banner.featured-study-unit-banner .contentbox-image {
    display: none
  }
}

.fading-banner.featured-study-unit-banner .contentbox-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center
}

#language_selection_cta {
  bottom: 0
}

#language_selection_cta .l-container,
#language_selection_cta #search>.fullscreen-search__root .fullscreen-search__header-row,
#search>.fullscreen-search__root #language_selection_cta .fullscreen-search__header-row {
  justify-content: center
}

#language_selection_cta .fading-banner-headlines {
  margin-right: 20px;
  flex-grow: unset
}

#language_selection_cta .fading-banner-headline {
  font-size: 18px
}

@media screen and (max-width : 479px) {
  #language_selection_cta .fading-banner-headline {
    font-size: 13px
  }
}

.custom-quiz-page.new .middlebar {
  display: none
}

@media screen and (max-width : 1023px) {
  .custom-quiz-page.new .l-main {
    padding-top: 10px
  }
}

@media screen and (max-width : 763px) {
  .custom-quiz-page.new .l-main {
    padding-left: 0;
    padding-right: 0
  }
}

.custom-quiz-page.new.new .l-flex-row>* {
  margin-bottom: 0
}

.custom-quiz-page.new.new .sidebar {
  margin-left: 0
}

#custom_quiz_creator .loading-view {
  height: calc(var(--vh) - 193px);
  max-height: 75vh
}

@media screen and (max-width : 1023px) {
  #custom_quiz_creator .loading-view {
    height: calc(var(--vh) - 68px);
    max-height: var(--vh)
  }
}

.custom-quiz-creator {
  display: flex;
  flex-direction: column;
  height: calc(var(--vh) - 193px);
  min-height: 450px;
  max-height: 75vh
}

@media screen and (max-width : 1023px) {
  .custom-quiz-creator {
    height: calc(var(--vh) - 68px);
    min-height: 0;
    max-height: var(--vh)
  }
}

.custom-quiz-creator .editable-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8
}

.custom-quiz-creator .editable-title .title>form.editable-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px
}

.custom-quiz-creator .editable-title .title-error {
  display: block;
  color: #ec8e8e;
  font-size: 14px;
  margin-bottom: 5px
}

.custom-quiz-creator .editable-title .input-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 10px
}

.custom-quiz-creator .editable-title .input-button-wrapper>input[type=text] {
  flex: 1;
  color: #09f;
  font-size: 24px;
  line-height: 1.2
}

.custom-quiz-creator .editable-title .input-button-wrapper>input[type=submit] {
  flex-shrink: 0;
  margin: 0
}

.custom-quiz-creator .editable-title .subtitle {
  font-size: 14px;
  padding: 0 10px;
  color: #676f77
}

@media screen and (max-width : 763px) {
  .custom-quiz-creator .editable-title {
    margin-left: 32px;
    margin-right: 32px
  }
}

@media screen and (max-width : 479px) {
  .custom-quiz-creator .editable-title {
    margin-left: 15px;
    margin-right: 15px
  }
}

.custom-quiz-creator .controls {
  display: flex;
  gap: 4px;
  flex-shrink: 0
}

@media screen and (max-width : 763px) {
  .custom-quiz-creator .controls {
    margin-top: 20px
  }
}

.custom-quiz-creator .title {
  font-size: 24px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  border-radius: 2px;
  margin: 0
}

.custom-quiz-creator .title .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%
}

.custom-quiz-creator .title .text {
  padding: 8px 10px 6.4px;
  border: 1px dashed rgba(0, 0, 0, 0);
  transition: border-color .25s ease
}

.custom-quiz-creator .title .text:hover:has(.fa:hover) {
  border-color: #d8d8d8
}

@media screen and (max-width : 1023px) {
  .custom-quiz-creator .title {
    border-bottom: 0;
    margin: 0
  }
}

.custom-quiz-creator .title span {
  position: relative;
  cursor: pointer;
  margin: -10px 0;
  padding: 10px 8px;
  transition: color .25s ease;
  font-size: 22px
}

.custom-quiz-creator .title span:hover {
  color: #0188e4
}

.custom-quiz-creator .title>form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px 0;
  width: 100%
}

.custom-quiz-creator .title>form>input[type=text] {
  flex: 1;
  margin-right: 10px;
  color: #09f;
  font-size: 24px;
  line-height: 1.2
}

.custom-quiz-creator .title>form>input[type=submit] {
  margin: 0
}

.custom-quiz-creator .title>form>.btn+a:not(.btn) {
  margin: 0;
  padding: 0px 20px
}

.custom-quiz-creator .banner {
  margin-bottom: 20px
}

@media screen and (max-width : 1023px) {
  .custom-quiz-creator .banner {
    margin-bottom: 15px
  }
}

@media screen and (max-width : 763px) {
  .custom-quiz-creator .banner {
    margin-left: 32px;
    margin-right: 32px
  }
}

@media screen and (max-width : 479px) {
  .custom-quiz-creator .banner {
    margin-left: 15px;
    margin-right: 15px
  }
}

.topic-selector,
.structure-selector {
  display: flex;
  position: relative;
  flex-direction: row;
  min-height: 0;
  flex: 1;
  overflow: hidden
}

@media screen and (max-width : 763px) {

  .topic-selector,
  .structure-selector {
    flex-direction: column
  }
}

.topic-selector-view,
.structure-selector-view {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1
}

.topic-selector__header,
.structure-selector__header {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center
}

.topic-selector__header>p,
.structure-selector__header>p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 0;
  flex: 1
}

@media screen and (max-width : 1023px) {

  .topic-selector__header,
  .structure-selector__header {
    margin-bottom: 0;
    flex-direction: column;
    align-items: stretch
  }

  .topic-selector__header>p,
  .structure-selector__header>p {
    display: none
  }

  .topic-selector__header>.btn,
  .structure-selector__header>.btn {
    margin-bottom: 15px
  }
}

@media screen and (max-width : 763px) {

  .topic-selector__header,
  .structure-selector__header {
    margin-left: 32px;
    margin-right: 32px
  }
}

@media screen and (max-width : 479px) {

  .topic-selector__header,
  .structure-selector__header {
    margin-left: 15px;
    margin-right: 15px
  }
}

.topic-selector__options,
.topic-selector__summary,
.structure-selector__options,
.structure-selector__summary {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  flex: 1
}

@media screen and (min-width : 764px) {

  .topic-selector__options,
  .topic-selector__summary,
  .structure-selector__options,
  .structure-selector__summary {
    margin-bottom: 10px
  }
}

@media screen and (min-width : 1024px) {

  .topic-selector__options,
  .topic-selector__summary,
  .structure-selector__options,
  .structure-selector__summary {
    margin-bottom: 0
  }
}

.topic-selector__options,
.structure-selector__options {
  overflow: auto;
  margin-bottom: 10px
}

@media screen and (min-width : 1024px) {

  .topic-selector__options,
  .structure-selector__options {
    margin-bottom: 0
  }
}

@media screen and (max-width : 763px) {

  .topic-selector__options,
  .structure-selector__options {
    margin-left: 32px;
    margin-right: 32px
  }
}

@media screen and (max-width : 479px) {

  .topic-selector__options,
  .structure-selector__options {
    margin-left: 15px;
    margin-right: 15px
  }
}

.topic-selector__search,
.structure-selector__search {
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
  border-radius: 3px;
  margin-bottom: 10px;
  flex-shrink: 0
}

.topic-selector__results,
.structure-selector__results {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto;
  border-radius: 3px;
  border: 1px solid #d8d8d8
}

.topic-selector .structure-selector__results,
.structure-selector .structure-selector__results {
  border-top: 0;
  border-radius: 0 0 3px 3px
}

.topic-selector .structure-selector__results .tag,
.structure-selector .structure-selector__results .tag {
  cursor: pointer;
  background-color: inherit
}

.topic-selector .structure-selector__results .tag>svg,
.structure-selector .structure-selector__results .tag>svg {
  margin-right: 4px
}

.topic-selector .structure-selector__results .tag:hover,
.topic-selector .structure-selector__results .tag:focus,
.structure-selector .structure-selector__results .tag:hover,
.structure-selector .structure-selector__results .tag:focus {
  border-color: #09f;
  color: #09f
}

.topic-selector__list,
.structure-selector__list {
  list-style: none;
  margin: 0;
  padding: 0
}

.topic-selector__list>li:last-child,
.structure-selector__list>li:last-child {
  min-height: 20px
}

.topic-selector ol,
.structure-selector ol {
  list-style: none;
  margin: 0;
  padding: 0
}

.topic-selector .structure-item label,
.structure-selector .structure-item label {
  margin: 0;
  padding: 5px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  cursor: pointer
}

.topic-selector .structure-item>label,
.structure-selector .structure-item>label {
  padding: 15px;
  border-bottom: 1px solid #d8d8d8
}

.topic-selector .structure-item input+div,
.structure-selector .structure-item input+div {
  flex: 1
}

.topic-selector .structure-item ul,
.structure-selector .structure-item ul {
  margin: 0;
  list-style: none;
  padding: 5px 5px 5px 25px;
  border-bottom: 1px solid #d8d8d8
}

.topic-selector .topic-selector__item,
.structure-selector .topic-selector__item {
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid #d8d8d8;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  cursor: pointer
}

.topic-selector__item-title,
.structure-selector__item-title {
  color: #09f;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 17px
}

.topic-selector__item-meta,
.structure-selector__item-meta {
  font-size: 11px;
  line-height: 15px;
  color: #676f77
}

.topic-selector__item--selected .topic-selector__toggle,
.topic-selector__item--selected .topic-selector__item-title,
.topic-selector__item--selected .topic-selector__item-meta,
.structure-selector__item--selected .topic-selector__toggle,
.structure-selector__item--selected .topic-selector__item-title,
.structure-selector__item--selected .topic-selector__item-meta {
  color: #acafb2
}

.topic-selector__item--selected .topic-selector__toggle--remove,
.structure-selector__item--selected .topic-selector__toggle--remove {
  color: #676f77
}

.topic-selector__toggle,
.structure-selector__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  color: #09f
}

.topic-selector__title,
.structure-selector__title {
  position: relative;
  padding-bottom: 15px;
  margin: 16px 0 0;
  font-size: 18px;
  font-family: var(--light);
  color: #09f;
  font-weight: normal;
  border-bottom: 1px solid #d8d8d8;
  transition-property: opacity, padding-bottom, max-height;
  transition-duration: .45s
}

.topic-selector__title>.fa,
.structure-selector__title>.fa {
  margin-left: 5px
}

@media screen and (max-width : 763px) {

  .topic-selector__title>.topic-selector__title__long,
  .topic-selector__title>.structure-selector__title__long,
  .structure-selector__title>.topic-selector__title__long,
  .structure-selector__title>.structure-selector__title__long {
    display: none
  }
}

.topic-selector__title>.topic-selector__title__short,
.topic-selector__title>.structure-selector__title__short,
.structure-selector__title>.topic-selector__title__short,
.structure-selector__title>.structure-selector__title__short {
  display: none
}

@media screen and (max-width : 763px) {

  .topic-selector__title>.topic-selector__title__short,
  .topic-selector__title>.structure-selector__title__short,
  .structure-selector__title>.topic-selector__title__short,
  .structure-selector__title>.structure-selector__title__short {
    display: inline-block
  }
}

@media screen and (max-width : 763px) {

  .topic-selector__title,
  .structure-selector__title {
    font-size: 14px;
    border-bottom: 0;
    margin: 15px 15px 0;
    padding: 0 30px 5px 0;
    cursor: pointer;
    overflow: hidden;
    max-height: var(--vh);
    opacity: 1;
    color: #fff;
    line-height: 1.5
  }

  .topic-selector__title--hidden,
  .structure-selector__title--hidden {
    opacity: 0;
    padding: 0 35px 0 0;
    max-height: 0vh;
    margin: 0
  }
}

.topic-selector__summary,
.structure-selector__summary {
  margin-left: 30px
}

@media screen and (max-width : 763px) {

  .topic-selector__summary,
  .structure-selector__summary {
    background-color: #3a5062;
    margin-left: 0;
    align-items: center;
    display: block;
    padding: 0;
    z-index: 10;
    flex: initial
  }
}

.topic-selector__summary--condensed,
.structure-selector__summary--condensed {
  text-align: center;
  justify-content: center
}

.topic-selector__summary--condensed .structure-selector__title,
.structure-selector__summary--condensed .structure-selector__title {
  border: 0
}

.topic-selector__summary--condensed .structure-selector__controls,
.structure-selector__summary--condensed .structure-selector__controls {
  margin-top: 0
}

@media screen and (max-width : 763px) {

  .topic-selector__summary--condensed .structure-selector__controls,
  .structure-selector__summary--condensed .structure-selector__controls {
    padding-top: 0
  }
}

.topic-selector__summary-toggle,
.structure-selector__summary-toggle {
  position: absolute;
  right: 0;
  top: 0
}

.topic-selector__selection-list,
.structure-selector__selection-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  overflow-y: scroll;
  width: 100%;
  transition: max-height .45s ease
}

@media screen and (max-width : 763px) {

  .topic-selector__selection-list,
  .structure-selector__selection-list {
    max-height: 0vh;
    overflow-y: hidden;
    padding: 0 15px
  }

  .topic-selector__selection-list--open,
  .structure-selector__selection-list--open {
    max-height: 50vh;
    overflow-y: scroll
  }

  .topic-selector__selection-list li:first-of-type>.topic-selector__item,
  .structure-selector__selection-list li:first-of-type>.topic-selector__item {
    border-radius: 3px 3px 0 0;
    margin-top: 5px
  }

  .topic-selector__selection-list li:last-of-type>.topic-selector__item,
  .structure-selector__selection-list li:last-of-type>.topic-selector__item {
    border-radius: 0 0 3px 3px
  }
}

.topic-selector__selection-list .topic-selector__item-title,
.structure-selector__selection-list .topic-selector__item-title {
  color: #495354
}

.topic-selector__selection-list .topic-selector__item-meta,
.structure-selector__selection-list .topic-selector__item-meta {
  color: #676f77
}

.topic-selector input[type=checkbox],
.structure-selector input[type=checkbox] {
  display: inline-block;
  margin-right: 10px
}

.topic-selector__filter-bar,
.structure-selector__filter-bar {
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  font-size: 14px;
  border: 1px solid #d8d8d8;
  padding: 8px 15px;
  font-family: var(--regular);
  cursor: initial;
  border-radius: 3px 3px 0 0;
  flex-shrink: 0
}

.topic-selector .topic-selector__filter-bar,
.structure-selector .topic-selector__filter-bar {
  border-radius: 0;
  border: 0
}

.topic-selector__inline-label,
.structure-selector__inline-label {
  margin-right: 10px;
  font-size: 12px;
  color: #495354;
  flex-shrink: 0
}

.topic-selector__topic-header,
.structure-selector__topic-header {
  background-color: #f7f7f7;
  font-size: 12px;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 15px;
  color: #495354;
  font-family: var(--medium);
  position: sticky;
  top: 0;
  z-index: 9;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.topic-selector__topic-header.topic-header--collapsed+ol,
.structure-selector__topic-header.topic-header--collapsed+ol {
  display: none
}

.topic-selector__topic-header.topic-header--collapsed>.fa,
.structure-selector__topic-header.topic-header--collapsed>.fa {
  transform: rotate(-90deg)
}

.topic-selector .ais-SearchBox-reset,
.structure-selector .ais-SearchBox-reset {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  aspect-ratio: 1;
  font-size: 18px;
  color: #acafb2;
  background-color: #fff;
  border: none;
  cursor: pointer;
  transition: color .25s ease
}

.topic-selector .ais-SearchBox-reset:hover,
.topic-selector .ais-SearchBox-reset:focus,
.structure-selector .ais-SearchBox-reset:hover,
.structure-selector .ais-SearchBox-reset:focus {
  color: #495354
}

.topic-selector .ais-SearchBox,
.topic-selector .structure-selector__search,
.structure-selector .ais-SearchBox,
.structure-selector .structure-selector__search {
  display: flex;
  margin: 0 0 10px;
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
  position: relative
}

.topic-selector .ais-SearchBox form,
.topic-selector .structure-selector__search form,
.structure-selector .ais-SearchBox form,
.structure-selector .structure-selector__search form {
  width: 100%
}

.topic-selector .ais-SearchBox form input[type=search],
.topic-selector .structure-selector__search form input[type=search],
.structure-selector .ais-SearchBox form input[type=search],
.structure-selector .structure-selector__search form input[type=search] {
  width: 100%
}

.topic-selector .ais-SearchBox,
.structure-selector .ais-SearchBox {
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  box-shadow: none
}

.topic-selector .ais-SearchBox-form,
.structure-selector .ais-SearchBox-form {
  margin: 0
}

.topic-selector .ais-SearchBox-input,
.topic-selector .structure-selector__search-input,
.structure-selector .ais-SearchBox-input,
.structure-selector .structure-selector__search-input {
  border: 0;
  padding: 0 15px 0;
  outline: none;
  color: #495354;
  flex: 1;
  -webkit-appearance: none;
  order: 1;
  height: 45px
}

.topic-selector .ais-SearchBox-submit,
.structure-selector .ais-SearchBox-submit {
  display: none
}

.topic-selector__summary-content,
.structure-selector__summary-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #acafb2
}

@media screen and (max-width : 763px) {

  .topic-selector__summary-content,
  .structure-selector__summary-content {
    display: none
  }
}

.topic-selector__controls,
.structure-selector__controls {
  margin-top: auto;
  text-align: center;
  padding: 10px 0 0;
  display: flex;
  flex-wrap: wrap
}

@media screen and (max-width : 763px) {

  .topic-selector__controls,
  .structure-selector__controls {
    padding: 0;
    margin: 10px
  }
}

.topic-selector__controls>.btn,
.structure-selector__controls>.btn {
  margin: 10px 5px 0;
  flex: 1 1 0
}

@media screen and (max-width : 763px) {

  .topic-selector__controls>.btn,
  .structure-selector__controls>.btn {
    padding: 0 10px
  }
}

.topic-selector__saving-controls,
.structure-selector__saving-controls {
  background-color: initial;
  text-align: center;
  font-size: 14px;
  margin-top: 10px
}

@media screen and (max-width : 763px) {

  .topic-selector__saving-controls,
  .structure-selector__saving-controls {
    background-color: #2d3e4d
  }
}

.topic-selector__saving-control,
.structure-selector__saving-control {
  display: inline-block;
  padding: 10px
}

.topic-selector .topic-selector__controls,
.structure-selector .topic-selector__controls {
  margin-top: 0
}

@media screen and (max-width : 763px) {
  .structure-selector__title {
    padding-right: 0
  }
}

.content-type-select .select__item:first-of-type {
  color: #09f
}

.content-type-select .select__item>input[type=checkbox] {
  margin-top: 3px
}

.alert--info {
  background-color: #e5f4ff;
  color: #09f;
  font-size: 14px;
  padding: 15px;
  margin: 0 0 30px
}

.alert--info a {
  text-decoration: underline;
  font-family: var(--medium)
}

@media screen and (max-width : 1023px) {
  .alert--info {
    margin-bottom: 15px
  }
}

.save-quiz-modal .modal-body,
.share-quiz-modal .modal-body {
  padding: 20px 0 30px
}

.save-quiz-modal label,
.share-quiz-modal label {
  line-height: 1.5;
  margin-bottom: 15px
}

.save-quiz-modal .input-with-cta,
.share-quiz-modal .input-with-cta {
  border: 1px solid #d8d8d8;
  padding: 0 10px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  gap: 8px
}

.save-quiz-modal .input-with-cta:has(input:focus),
.share-quiz-modal .input-with-cta:has(input:focus) {
  box-shadow: 0 0 2pt 1pt #acafb2
}

.save-quiz-modal .input-with-cta input,
.share-quiz-modal .input-with-cta input {
  border: 0;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.save-quiz-modal .input-with-cta input:focus,
.share-quiz-modal .input-with-cta input:focus {
  box-shadow: none;
  border: 0
}

.save-quiz-modal .input-with-cta button,
.share-quiz-modal .input-with-cta button {
  flex-shrink: 0;
  margin: 0
}

.save-quiz-modal .title-error,
.share-quiz-modal .title-error {
  color: #ec8e8e;
  font-size: 14px;
  margin-top: 15px
}

@media screen and (min-width : 1024px) {

  .custom-quiz-page .sidebar,
  .custom-quiz-show .sidebar,
  .custom-quiz-summary .sidebar,
  .custom-quiz-listing-page .sidebar {
    display: none
  }

  .custom-quiz-page .content,
  .custom-quiz-show .content,
  .custom-quiz-summary .content,
  .custom-quiz-listing-page .content {
    margin-left: 0
  }
}

.saved-quizzes-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.saved-quizzes-title>.btn {
  margin: 0 0 0 auto
}

@media screen and (max-width : 1023px) {
  .saved-quizzes-title>.btn {
    margin-top: 10px;
    flex: 1 0 100%
  }
}

p.saved-quizzes-notification {
  margin-bottom: 20px
}

.saved-quizzes-list {
  list-style: none;
  margin: 0;
  border-radius: 3px;
  border: 1px solid #d8d8d8
}

.saved-quizzes-list__item {
  display: block;
  border-bottom: 1px solid #d8d8d8;
  padding: 20px
}

.saved-quizzes-list__item:last-of-type {
  border-bottom: 0
}

@media screen and (max-width : 763px) {
  .saved-quizzes-list__item {
    padding: 15px
  }
}

.saved-quizzes-list__content {
  display: flex;
  align-items: center
}

@media screen and (max-width : 763px) {
  .saved-quizzes-list__content {
    flex-direction: column;
    align-items: stretch
  }
}

.saved-quizzes-list__content .custom-quiz-progress-circle {
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: 15px
}

.saved-quizzes-list__content .custom-quiz-progress-circle .progress-donut-container .colored-doughnut {
  width: 40px !important;
  height: 40px !important
}

.saved-quizzes-list__content .custom-quiz-progress-circle .progress-donut-container .fa-graduation-cap {
  color: #e4e4e4
}

.saved-quizzes-list__content .custom-quiz-progress-circle .progress-donut-container .full-mastery-badge .fa {
  color: #ffc026
}

.saved-quizzes-list__content .completed-badge {
  width: 40px;
  height: 40px;
  background: #ffc026;
  -webkit-mask: linear-gradient(-60deg, black 0%, black 40%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.7) 41%, black 41%, black 42%, rgba(0, 0, 0, 0.7) 42%, rgba(0, 0, 0, 0.7) 44%, black 44%, black 100%) right/300% 100%;
  background-repeat: no-repeat;
  animation: shimmer 10s ease-in-out 2s infinite;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.saved-quizzes-list__content .completed-badge .fa {
  color: #966c09;
  font-size: 16px
}

.saved-quizzes-list__content .progress-donut-icon {
  position: absolute;
  display: inline-flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  aspect-ratio: 1
}

.saved-quizzes-list__content>.saved-quizzes-list__description {
  flex: 1;
  font-family: var(--medium);
  font-size: 14px;
  color: #495354;
  display: flex;
  flex-direction: column;
  overflow: hidden
}

.saved-quizzes-list__content>.saved-quizzes-list__description>.saved-quizzes-list__title .hourglass-tooltip {
  display: none
}

.saved-quizzes-list__content>.saved-quizzes-list__description>.saved-quizzes-list__title .hourglass-tooltip.show {
  display: block
}

.saved-quizzes-list__content>.saved-quizzes-list__description>.saved-quizzes-list__title .fa-hourglass-now {
  color: #ec8e8e
}

.saved-quizzes-list__content>.saved-quizzes-list__description>.saved-quizzes-list__meta {
  font-family: var(--regular);
  color: #676f77;
  margin-top: 5px
}

.saved-quizzes-list__content .saved-quizzes-list__controls {
  display: flex;
  flex-direction: row
}

@media screen and (max-width : 763px) {
  .saved-quizzes-list__content .saved-quizzes-list__controls {
    flex: 1 0 100%;
    margin: 10px 0 0
  }
}

.saved-quizzes-list__content .saved-quizzes-list__controls>.saved-quizzes-list__control {
  margin: 0
}

.saved-quizzes-list__content .saved-quizzes-list__controls>.saved-quizzes-list__control+.saved-quizzes-list__control {
  margin: 0 0 0 5px
}

.saved-quizzes-list__content .saved-quizzes-list__controls>.saved-quizzes-list__control.align-end {
  margin-left: auto
}

.saved-quizzes-list__content .saved-quizzes-list__controls>.saved-quizzes-list__control>.fa {
  font-size: 20px
}

.saved-quizzes-list__content .saved-quizzes-list__controls>.saved-quizzes-list__control--start {
  display: flex;
  flex: 1 0 auto
}

.custom-quiz-show footer {
  margin: 0
}

.custom-quiz-show .l-hero.l-hero--max {
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.custom-quiz-landing {
  text-align: center;
  border-radius: 3px;
  overflow: hidden
}

.custom-quiz-landing h1 {
  font-size: 36px;
  margin-bottom: 5px
}

.custom-quiz-landing .subtitle {
  font-size: 14px;
  font-family: var(--light);
  margin-bottom: 20px
}

.custom-quiz-landing .text {
  margin-bottom: 20px
}

.custom-quiz-landing .buttons {
  display: flex;
  gap: 5px;
  justify-content: center
}

.custom-quiz-landing .buttons .btn {
  margin: 0
}

.custom-quiz-landing>.learnables {
  background-color: #f7f7f7;
  min-height: 175px
}

.custom-quiz-landing>.learnables .embedded-quiz-info {
  padding: 35px
}

.custom-quiz-landing .custom-quiz-container {
  background-color: #fff;
  padding: 50px
}

@media screen and (max-width : 763px) {
  .custom-quiz-landing .custom-quiz-container {
    padding: 20px
  }
}

.custom-quiz-landing .custom-quiz-container .image-collage {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 3px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin: 0 auto 20px
}

@media screen and (max-width : 763px) {
  .custom-quiz-landing .custom-quiz-container .image-collage {
    width: 80px;
    height: 80px
  }
}

.custom-quiz-landing .custom-quiz-container .image-collage img {
  flex: 0 0 50%;
  height: 50%;
  width: 50%
}

.custom-quiz-landing .custom-quiz-container .image-collage img:only-child {
  flex: 0 0 100%;
  height: 100%;
  width: 100%
}

.custom-quiz-landing .custom-quiz-container .image-fallback {
  margin-bottom: 20px
}

.custom-quiz-landing .custom-quiz-container .title {
  color: #09f
}

.custom-quiz-summary.preview {
  border: 1px solid #ec8e8e
}

.custom-quiz-summary.preview .preview-banner {
  background-color: #ec8e8e;
  color: #fff;
  text-align: center;
  padding: 12px 15px;
  font-size: 12px;
  line-height: 1.2
}

.custom-quiz-summary.preview .preview-banner .title {
  font-family: var(--regular);
  margin-bottom: 2px
}

.custom-quiz-summary.preview .preview-banner .content {
  font-family: var(--light)
}

.custom-quiz-summary.preview .preview-banner .content .fa {
  margin-left: 4px
}

.custom-quiz-summary.preview .preview-banner a {
  font-size: inherit;
  font-family: var(--medium);
  color: #fff;
  text-decoration: underline
}

.custom-quiz-summary.preview .preview-banner .preview-tag {
  display: none
}

.custom-quiz-summary.preview .preview-banner .preview-tag .fa {
  margin-right: 2px;
  position: relative;
  top: -1px
}

@media screen and (max-width : 479px) {
  .custom-quiz-summary.preview .preview-banner .preview-tag {
    display: inline-flex;
    padding: 0;
    min-height: 0;
    margin: 0 0 8px;
    font-size: 12px
  }
}

.modal.cq-registration-modal {
  padding: 30px 50px 15px;
  text-align: center
}

@media screen and (max-width : 763px) {
  .modal.cq-registration-modal {
    padding: 15px
  }
}

@media screen and (max-width : 763px) {
  .modal.cq-registration-modal img {
    width: 80px;
    height: 80px
  }
}

.modal.cq-registration-modal .btn {
  margin: 0 0 5px
}

.modal.cq-registration-modal .modal-title {
  font-size: 24px;
  line-height: 1.2;
  margin: 15px 0 5px;
  text-wrap: pretty
}

@media screen and (max-width : 763px) {
  .modal.cq-registration-modal .modal-title {
    margin-top: 5px
  }
}

.modal.cq-registration-modal .modal-footer {
  padding: 0;
  border: 0;
  bottom: 0
}

.modal.cq-registration-modal ul {
  display: inline-block;
  text-align: left;
  margin: 20px auto 30px;
  list-style: none
}

.modal.cq-registration-modal li {
  display: flex;
  align-items: center;
  text-wrap: pretty
}

.modal.cq-registration-modal li+li {
  margin-top: 20px
}

@media screen and (max-width : 763px) {
  .modal.cq-registration-modal li {
    font-size: 14px
  }
}

.modal.cq-registration-modal .circle {
  margin: 0 10px 0 0
}

@media screen and (max-width : 1023px) {
  .modal.cq-registration-modal {
    top: 125px
  }
}

.modal.cq-registration-modal .strong {
  font-family: var(--medium);
  text-wrap: pretty
}

#modal_backdrop {
  background: rgba(0, 0, 0, 0)
}

#modal_backdrop.blur-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 998
}

.save-external-quiz-modal .modal-header {
  border-bottom: 0
}

.save-external-quiz-modal .strong {
  font-family: var(--medium)
}

.save-external-quiz-modal ul {
  list-style: none
}

/*! Gray v1.5.0 (https://github.com/karlhorky/gray) | MIT */
.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27><filter id=%27grayscale%27><feColorMatrix type=%27saturate%27 values=%270%27/></filter></svg>#grayscale");
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  filter: gray
}

.grayscale.grayscale-fade {
  transition: filter .45s
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .45s;
    transition: -webkit-filter .45s
  }
}

.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}

.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter: none
}

.grayscale.grayscale-replaced>svg {
  -webkit-transition: opacity .45s ease;
  transition: opacity .45s ease;
  opacity: 1
}

.grayscale.grayscale-replaced.grayscale-off>svg,
.grayscale.grayscale-replaced.grayscale-fade:hover>svg {
  opacity: 0
}

.milestone {
  display: flex;
  flex-direction: row;
  margin-bottom: 80px;
  animation-delay: 2s;
  animation: bounceInRight 1s;
  background-color: #f7f7f7;
  padding: 30px
}

@media screen and (max-width : 763px) {
  .milestone {
    padding: 20px;
    flex-direction: column
  }
}

.milestone>.milestone__image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px 0 0
}

@media screen and (max-width : 763px) {
  .milestone>.milestone__image {
    margin: 0 0 20px 0
  }

  .milestone>.milestone__image>img {
    max-width: 100%
  }
}

.milestone>.milestone__message {
  color: #676f77;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 258px
}

@media screen and (max-width : 763px) {
  .milestone>.milestone__message {
    height: auto
  }
}

.milestone>.milestone__message>.milestone__headline {
  font-family: var(--regular);
  font-size: 24px;
  line-height: 34px
}

.milestone>.milestone__message>.milestone__copy {
  font-family: var(--light);
  font-size: 20px;
  line-height: 34px
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    transform: translate3d(10px, 0, 0)
  }

  90% {
    transform: translate3d(-5px, 0, 0)
  }

  to {
    transform: none
  }
}

.study-unit-content h2,
.study-unit-footer h2 {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 30px;
  font-family: var(--light);
  color: #09f;
  font-weight: normal;
  clear: both
}

.study-unit-content h3,
.study-unit-footer h3 {
  font-size: 16px;
  font-family: var(--light);
  font-weight: normal;
  color: #09f;
  line-height: 20px;
  margin: 0 0 20px 0
}

.study-unit-content p,
.study-unit-footer p {
  font-size: 16px;
  font-family: var(--light);
  color: #495354;
  line-height: 26px;
  margin: 0 0 20px 0px;
  text-wrap: pretty
}

.study-unit-content p a,
.study-unit-footer p a {
  color: #495354;
  text-decoration: underline
}

.study-unit-content p a.btn,
.study-unit-footer p a.btn {
  color: #fff;
  text-decoration: none;
  word-break: normal
}

.study-unit-content p a.btn .fa,
.study-unit-footer p a.btn .fa {
  margin-right: 5px
}

.study-unit-content b,
.study-unit-content strong,
.study-unit-footer b,
.study-unit-footer strong {
  font-weight: 400;
  font-family: var(--medium)
}

.study-unit-content ul,
.study-unit-content ol,
.study-unit-footer ul,
.study-unit-footer ol {
  font-size: 16px;
  font-family: var(--light);
  color: #495354;
  line-height: 26px;
  margin: 0 0 15px 0
}

.study-unit-content ul a,
.study-unit-content ol a,
.study-unit-footer ul a,
.study-unit-footer ol a {
  color: #495354;
  text-decoration: underline
}

.study-unit-content ul,
.study-unit-footer ul {
  list-style: disc outside none;
  padding-left: 17px
}

.study-unit-content ul ul,
.study-unit-footer ul ul {
  list-style: circle outside none
}

.study-unit-content ol,
.study-unit-footer ol {
  padding-left: 20px
}

.study-unit-content .download-button,
.study-unit-footer .download-button {
  margin-bottom: 20px
}

.study-unit-content .download-button>a,
.study-unit-footer .download-button>a {
  display: flex;
  margin-right: 0
}

.study-unit-content .download-button>a>.fa,
.study-unit-footer .download-button>a>.fa {
  margin-right: 5px
}

.study-unit-content table.facts-table,
.study-unit-footer table.facts-table {
  font-family: var(--light)
}

.study-unit-content table.facts-table caption,
.study-unit-footer table.facts-table caption {
  font-family: var(--regular)
}

.study-unit-content table.facts-table td:nth-child(1),
.study-unit-footer table.facts-table td:nth-child(1) {
  font: 400 12px var(--medium)
}

.study-unit-content .align-left,
.study-unit-footer .align-left {
  text-align: left
}

.study-unit-content .align-center,
.study-unit-footer .align-center {
  text-align: center
}

.study-unit-content .align-center img,
.study-unit-footer .align-center img {
  margin-left: auto;
  margin-right: auto
}

.study-unit-content .align-center figcaption,
.study-unit-footer .align-center figcaption {
  text-align: center
}

.study-unit-content .align-right,
.study-unit-footer .align-right {
  text-align: right
}

.study-unit-content .align-right img,
.study-unit-footer .align-right img {
  margin-left: auto
}

.study-unit-content .align-right figcaption,
.study-unit-footer .align-right figcaption {
  text-align: right
}

.study-unit-content .align-justify,
.study-unit-footer .align-justify {
  text-align: justify
}

.study-unit-content .highlighted-box,
.study-unit-footer .highlighted-box {
  background-color: #ebf7ff;
  border: 1px solid #ebf7ff;
  border-radius: 2px;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden
}

.study-unit-content .highlighted-box>*:last-child,
.study-unit-footer .highlighted-box>*:last-child {
  margin-bottom: 0
}

.study-unit-content .quality-commitment,
.study-unit-footer .quality-commitment {
  margin-bottom: 20px
}

.learning-path {
  margin-bottom: 50px;
  position: relative;
  padding-left: 20px
}

@media screen and (max-width : 1023px) {
  .learning-path {
    padding-left: 0
  }
}

.learning-path:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  background-color: #d8d8d8;
  height: calc(100% + 1px - var(--su-learning-path-offset));
  transition: background-color .5s ease
}

@media screen and (max-width : 1023px) {
  .learning-path:before {
    top: 0;
    left: -16px
  }
}

@media screen and (max-width : 479px) {
  .learning-path:before {
    top: 0;
    left: -15px
  }
}

.learning-path.completed:before {
  background-color: #ffc026
}

.learning-path>h2 {
  counter-increment: section-number
}

.learning-path>section {
  position: relative;
  padding-bottom: 20px;
  counter-increment: section-number
}

.learning-path>section>*:last-child {
  margin-bottom: 0
}

.learning-path .mark-complete button {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  cursor: pointer
}

.learning-path .complete-su-box-wrapper {
  position: relative
}

.learning-path .complete-su-box-wrapper::before {
  content: "";
  height: 2px;
  width: 20px;
  background-color: #d8d8d8;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateX(-50%)
}

@media screen and (max-width : 1023px) {
  .learning-path .complete-su-box-wrapper::before {
    width: 16px;
    left: -8px
  }
}

.learning-path .complete-su-box-wrapper:has(.complete)::before {
  background-color: #ffc026
}

.learning-path .complete-su-box {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  font-family: var(--light)
}

@media screen and (max-width : 763px) {
  .learning-path .complete-su-box {
    padding: 15px
  }
}

.learning-path .complete-su-box.complete {
  background: #ffc026;
  -webkit-mask: linear-gradient(-60deg, black 0%, black 40%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.7) 41%, black 41%, black 42%, rgba(0, 0, 0, 0.7) 42%, rgba(0, 0, 0, 0.7) 44%, black 44%, black 100%) right/300% 100%;
  background-repeat: no-repeat;
  animation: shimmer 10s ease-in-out 2s infinite
}

.learning-path .complete-su-box.complete .icon {
  color: #b1800b
}

.learning-path .complete-su-box.complete .title {
  color: #fff;
  font-family: var(--medium)
}

.learning-path .complete-su-box.complete .description {
  color: #966c09
}

.learning-path .complete-su-box.incomplete {
  background-color: #e5f4ff;
  border: 1px solid #d8d8d8
}

.learning-path .complete-su-box .title {
  font-size: 20px;
  color: #09f;
  margin-bottom: 4px
}

@media screen and (max-width : 763px) {
  .learning-path .complete-su-box .title {
    font-size: 18px
  }
}

.learning-path .complete-su-box .description {
  font-size: 16px;
  color: #495354
}

@media screen and (max-width : 763px) {
  .learning-path .complete-su-box .description {
    font-size: 14px
  }
}

.learning-path .complete-su-box .icon {
  position: relative;
  font-size: 28px;
  color: #ffc026
}

@media screen and (max-width : 763px) {
  .learning-path .complete-su-box .icon {
    font-size: 24px
  }
}

.learning-path .complete-su-box .icon-star {
  position: absolute;
  top: -5px;
  right: 0
}

.learning-path .complete-su-box .cta {
  margin: 16px 0 0
}

.learning-path .complete-su-box.star-bg--gold {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0
}

.completed .learning-path:before,
.completed .learning-path h2:before,
.completed .learning-path h2:after,
.completed .learning-path .complete-su-box-wrapper:before {
  background-color: #ffc026
}

.completed .learning-path h2:before {
  color: #966c09;
  border: none
}

.complete-tag-tooltip {
  display: none
}

.complete-tag-tooltip.show {
  display: block;
  width: 200px
}

.learning-path>section>h2,
.learning-path>h2 {
  font-family: var(--regular);
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 0 0 15px 51px;
  position: relative;
  transition: all .25s ease
}

@media screen and (max-width : 1023px) {

  .learning-path>section>h2,
  .learning-path>h2 {
    margin-left: 0
  }
}

.learning-path>section>h2:before,
.learning-path>h2:before {
  content: counter(section-number);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 -56px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  border: 2px solid #d8d8d8;
  color: #cbcfd2;
  background-color: #fff;
  font-size: 20px;
  font-style: normal;
  transition: all .25s ease;
  padding-top: 1px
}

@media screen and (max-width : 1023px) {

  .learning-path>section>h2:before,
  .learning-path>h2:before {
    margin-left: 0;
    height: 32px;
    width: 32px;
    font-size: 14px;
    line-height: 32px
  }
}

.learning-path>section>h2:after,
.learning-path>h2:after {
  content: "";
  height: 2px;
  width: 15px;
  background-color: #d8d8d8;
  position: absolute;
  top: 20px;
  left: -70px
}

@media screen and (max-width : 1023px) {

  .learning-path>section>h2:after,
  .learning-path>h2:after {
    width: 16px;
    left: -16px;
    top: 14px
  }
}

.learning-path>section>h2>span,
.learning-path>h2>span {
  position: relative;
  top: -1px
}

.learning-path.completed>section>h2:before,
.learning-path.completed>h2:before {
  border-color: #ffc026;
  color: #966c09
}

.learning-path.completed>section>h2:after,
.learning-path.completed>h2:after {
  background-color: #ffc026
}

.learning-path>.well-done h2 {
  font-family: var(--regular);
  font-size: 16px;
  line-height: 43px;
  padding-left: 51px;
  position: relative
}

@media screen and (max-width : 1023px) {
  .learning-path>.well-done h2 {
    line-height: 31px;
    padding-left: 41px;
    padding-top: 1px
  }

  .learning-path>.well-done h2 .fa.fa-check {
    top: 7px
  }
}

.learning-path>.well-done h2>.fa {
  margin-right: 5px;
  position: absolute;
  left: 16px;
  top: 12px;
  transition: all .25s ease
}

.learning-path>.well-done h2>.fa:before {
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  border: 2px solid #d8d8d8;
  color: #cbcfd2;
  background-color: #fff;
  padding-top: 2px;
  transition: all .25s ease
}

@media screen and (max-width : 1023px) {
  .learning-path>.well-done h2>.fa:before {
    height: 32px;
    width: 32px;
    font-size: 14px;
    padding-top: 0
  }
}

.learning-path>.well-done h2:after {
  content: "";
  height: 2px;
  width: 19px;
  background-color: #d8d8d8;
  position: absolute;
  top: 21px;
  left: -19px;
  transition: background-color .25s ease
}

@media screen and (max-width : 1023px) {
  .learning-path>.well-done h2:after {
    width: 16px;
    left: -16px;
    top: 14px
  }
}

.learning-path .mark-complete h2 {
  box-shadow: 0 0 0 2px #09f;
  padding-right: 20px;
  padding-left: 40px;
  border-radius: 100px;
  transition: box-shadow .5s ease
}

.learning-path .mark-complete h2 .fa {
  margin-right: 0
}

.learning-path .mark-complete h2 .fa::before {
  border: 0;
  transition: color .5s ease
}

.learning-path .mark-complete h2:focus,
.learning-path .mark-complete h2:hover {
  box-shadow: 0 0 0 2px #09f
}

.learning-path .mark-complete h2:focus .fa::before,
.learning-path .mark-complete h2:hover .fa::before {
  color: #09f
}

.learning-path:not(.completed) .mark-complete h2 {
  box-shadow: 0 0 0 2px #d8d8d8
}

.learning-path.completed>.well-done h2 {
  background-color: #ffc026;
  color: #966c09
}

.learning-path.completed>.well-done h2>.fa:before {
  background-color: #ffc026;
  color: #966c09
}

.learning-path.completed>.well-done h2:after {
  background-color: #ffc026
}

.l-main-wrapper.blur-content {
  position: relative;
  padding-bottom: 50px
}

.l-main-wrapper.blur-content::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.l-main-wrapper.blur-content .l-main {
  filter: blur(6px) grayscale(1);
  position: relative;
  max-height: 150vh;
  overflow: hidden
}

.l-main-wrapper.blur-content .l-main::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #ffffff 100%);
  position: absolute;
  bottom: 0;
  height: 25vh;
  left: 0;
  right: 0;
  z-index: 1
}

.l-main-wrapper.blur-content+footer {
  margin-top: 0
}

.modal.su-registration-modal {
  position: absolute;
  top: 305px;
  left: 50% !important;
  transform: translateX(-50%);
  margin-left: 0 !important;
  text-align: center;
  color: #495354;
  padding: 30px 30px 15px;
  z-index: 1;
  overflow: visible;
  max-height: none
}

@media screen and (max-width : 763px) {
  .modal.su-registration-modal img {
    width: 80px;
    height: 80px
  }
}

.modal.su-registration-modal .btn {
  margin: 0 0 5px
}

.modal.su-registration-modal .modal-title {
  font-size: 24px;
  line-height: 1.2;
  margin: 15px 0 5px
}

@media screen and (max-width : 763px) {
  .modal.su-registration-modal .modal-title {
    margin-top: 5px
  }
}

.modal.su-registration-modal .modal-footer {
  padding: 0;
  border: 0;
  bottom: 0
}

.modal.su-registration-modal ul {
  display: inline-block;
  text-align: left;
  margin: 20px auto 30px;
  list-style: none
}

.modal.su-registration-modal li {
  display: flex;
  align-items: center
}

.modal.su-registration-modal li+li {
  margin-top: 20px
}

@media screen and (max-width : 763px) {
  .modal.su-registration-modal li {
    font-size: 14px
  }
}

.modal.su-registration-modal .circle {
  margin: 0 10px 0 0
}

@media screen and (max-width : 1023px) {
  .modal.su-registration-modal {
    top: 170px
  }
}

.study-unit-footer .btn {
  height: auto;
  min-height: 45px;
  flex-direction: column;
  align-items: flex-start;
  padding: 14px 20px;
  text-align: left
}

.study-unit-footer .btn__subtitle {
  font-family: var(--medium);
  font-size: 14px;
  margin-bottom: 2px
}

.study-unit-footer .btn__text {
  font-family: var(--regular);
  font-size: 12px;
  text-transform: initial
}

.study-unit-footer .btn--next {
  align-items: flex-end;
  text-align: right;
  margin-right: 0
}

.subox--blank {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px dashed #d8d8d8;
  text-align: center;
  padding: 40px
}

@media screen and (max-width : 763px) {
  .subox--blank {
    padding: 20px
  }
}

.subox--blank>.description {
  font-size: 16px;
  margin-bottom: 0
}

@media screen and (max-width : 763px) {
  .subox--blank>.description {
    font-size: 14px
  }
}

.containers.components .content .subox--blank .title {
  color: #09f;
  font-size: 24px;
  font-family: var(--light);
  margin-bottom: 24px
}

@media screen and (max-width : 763px) {
  .containers.components .content .subox--blank .title {
    margin-bottom: 14px;
    font-size: 18px
  }
}

.modal.premium-banner-modal.premium-banner-modal {
  text-align: center;
  color: #495354;
  padding: 30px 50px
}

.modal.premium-banner-modal.premium-banner-modal * {
  text-wrap: pretty
}

@media screen and (max-width : 763px) {
  .modal.premium-banner-modal.premium-banner-modal {
    padding: 30px 30px
  }
}

.modal.premium-banner-modal.premium-banner-modal img {
  width: 80px;
  height: 80px
}

.modal.premium-banner-modal.premium-banner-modal .btn {
  justify-content: space-between;
  align-items: center;
  text-transform: none;
  padding: 12px;
  height: auto;
  width: 280px;
  max-width: 100%;
  gap: 8px;
  font-size: 18px
}

.modal.premium-banner-modal.premium-banner-modal .btn .btn-content {
  flex: 1 0 auto;
  text-align: left
}

.modal.premium-banner-modal.premium-banner-modal .btn .main {
  font-family: var(--regular);
  font-size: 16px
}

.modal.premium-banner-modal.premium-banner-modal .btn .secondary {
  font-size: 10px;
  font-family: var(--light)
}

.modal.premium-banner-modal.premium-banner-modal .modal-header {
  position: relative;
  border-bottom: 0;
  margin: -30px -50px 30px;
  background-color: #e5f4ff;
  background-image: url("/assets/ab_test_premium_banner_header_bg-9e06da98910538be2a466eafeb356d36ea49996f70a4825ad62142296992ecaf.digested.webp");
  background-size: auto 110px;
  background-repeat: no-repeat;
  background-position: center;
  height: 165px
}

@media screen and (max-width : 763px) {
  .modal.premium-banner-modal.premium-banner-modal .modal-header {
    margin: -30px -30px 30px
  }
}

.modal.premium-banner-modal.premium-banner-modal .close {
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 8px;
  width: 15px;
  height: 15px;
  padding: 0px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0) url("/assets/crosssign-65b79db8b026a3731cb8ef7d353e801f13556a0220c27c10606e395994795c3d.digested.webp") no-repeat scroll center center;
  background-size: contain
}

.modal.premium-banner-modal.premium-banner-modal .subtitle {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 4px;
  color: #676f77
}

@media screen and (max-width : 479px) {
  .modal.premium-banner-modal.premium-banner-modal .subtitle {
    font-size: 14px
  }
}

.modal.premium-banner-modal.premium-banner-modal .modal-title {
  font-size: 28px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 20px
}

@media screen and (max-width : 479px) {
  .modal.premium-banner-modal.premium-banner-modal .modal-title {
    font-size: 24px
  }
}

.modal.premium-banner-modal.premium-banner-modal .banner {
  background-color: #e5f4ff;
  border-radius: 2px;
  color: #09f;
  text-align: center;
  justify-content: center;
  font-family: var(--medium)
}

@media screen and (max-width : 763px) {
  .modal.premium-banner-modal.premium-banner-modal .banner {
    margin-bottom: 30px
  }
}

.modal.premium-banner-modal.premium-banner-modal .modal-footer {
  padding: 0;
  border: 0;
  bottom: 0
}

.modal.premium-banner-modal.premium-banner-modal ul {
  display: inline-block;
  text-align: left;
  margin: 0 auto 30px;
  list-style: none
}

.modal.premium-banner-modal.premium-banner-modal li {
  display: flex;
  align-items: center
}

.modal.premium-banner-modal.premium-banner-modal li+li {
  margin-top: 15px
}

@media screen and (max-width : 763px) {
  .modal.premium-banner-modal.premium-banner-modal li {
    font-size: 14px
  }
}

.modal.premium-banner-modal.premium-banner-modal .circle {
  margin: 0 10px 0 0
}

.embedded-video {
  border: 1px solid #d8d8d8;
  background-color: #f3f3f3;
  border-radius: 2px;
  display: block;
  width: 100%;
  clear: both;
  cursor: auto;
  position: relative;
  overflow: hidden
}

.embedded-video>.embedded-video--video {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  float: none;
  padding-bottom: 56.16%;
  background-color: #fff
}

.embedded-video>.embedded-video--video>picture>img {
  cursor: pointer
}

.embedded-video>.embedded-video--video>picture>img,
.embedded-video>.embedded-video--video>iframe {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.embedded-video>.embedded-video--options {
  padding: 20px;
  overflow: hidden;
  animation: expandHeight 2s;
  position: relative;
  background-color: #f3f3f3
}

@media screen and (max-width : 763px) {
  .embedded-video>.embedded-video--options {
    padding: 20px;
    width: 100%
  }
}

.embedded-video>.embedded-video--options>.video-timestamps-headline {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
  color: #495354;
  margin-top: 20px;
  font-family: var(--regular)
}

.embedded-video>.embedded-video--options>.embedded-video__tabs {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px
}

.embedded-video>.embedded-video--options>.embedded-video__tabs>a {
  color: #09f;
  text-decoration: none
}

.embedded-video>.embedded-video--options>.embedded-video__tabs>a.active {
  color: #495354;
  cursor: initial
}

.embedded-video>.embedded-video--options>.embedded-video__transcript {
  max-height: 400px;
  overflow: auto;
  color: #495354;
  background-color: #fff;
  line-height: 20px;
  font-size: 14px;
  font-family: var(--regular);
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  padding: 20px;
  margin-top: 30px
}

.embedded-video>.embedded-video--options>.embedded-video__transcript p {
  font-size: 14px;
  color: #495354;
  line-height: 21px;
  margin-bottom: 20px;
  font-family: var(--regular)
}

.embedded-video>.embedded-video--content {
  text-decoration: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px 30px
}

@media screen and (max-width : 763px) {
  .embedded-video>.embedded-video--content {
    padding: 20px;
    width: 100%;
    float: none
  }
}

.embedded-video>.embedded-video--content>.embedded-video--title {
  font-size: 14px;
  font-family: var(--regular);
  color: #09f;
  font-weight: normal;
  overflow: visible;
  white-space: normal;
  text-overflow: inherit;
  line-height: 19px;
  margin-bottom: 5px
}

.embedded-video>.embedded-video--content>.embedded-video--title a {
  color: #09f;
  text-decoration: none
}

.embedded-video>.embedded-video--content>.embedded-video--description {
  margin-top: 0;
  overflow: visible;
  white-space: normal;
  text-overflow: inherit;
  font-family: var(--light);
  color: #495354;
  font-size: 14px;
  line-height: 20px
}

.embedded-video .milestone {
  position: relative;
  margin-bottom: 0
}

.embedded-video .embedded-video__feedback {
  float: right
}

.embedded-video .embedded-video__feedback .fa-flag {
  margin-top: 3px;
  color: #676f77
}

.embedded-video .close {
  top: 10px;
  right: 20px;
  position: absolute;
  width: 19px;
  height: 18px;
  cursor: pointer;
  z-index: 1001;
  padding: 15px;
  background: rgba(0, 0, 0, 0) url("/assets/crosssign-65b79db8b026a3731cb8ef7d353e801f13556a0220c27c10606e395994795c3d.digested.webp") no-repeat scroll center center
}

.embedded-quiz {
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  min-height: 150px;
  font-family: var(--regular);
  color: #495354
}

.embedded-quiz.preview {
  border-color: #ec8e8e
}

.embedded-quiz.preview>.fa {
  margin-right: 2px
}

.embedded-quiz .preview-banner {
  background-color: #ec8e8e;
  color: #fff;
  text-align: center;
  padding: 12px 15px;
  font-size: 12px;
  line-height: 1.2
}

.embedded-quiz .preview-banner .title {
  font-family: var(--regular);
  margin-bottom: 2px
}

.embedded-quiz .preview-banner .content {
  font-family: var(--light)
}

.embedded-quiz .preview-banner .content .fa {
  margin-left: 4px
}

.embedded-quiz .preview-banner a {
  font-size: inherit;
  font-family: var(--medium);
  color: #fff;
  text-decoration: underline
}

.embedded-quiz .preview-banner .preview-tag {
  display: none
}

.embedded-quiz .preview-banner .preview-tag .fa {
  margin-right: 2px;
  position: relative;
  top: -1px
}

@media screen and (max-width : 479px) {
  .embedded-quiz .preview-banner .preview-tag {
    display: inline-flex;
    padding: 0;
    min-height: 0;
    margin: 0 0 8px;
    font-size: 12px
  }
}

.embedded-quiz p.tiny {
  color: #495354;
  font-family: var(--regular);
  font-size: 14px;
  line-height: 20px;
  margin: 0
}

.embedded-quiz>.embedded-quiz__header {
  border-bottom: 1px solid #d8d8d8;
  height: 101px;
  display: flex
}

@media screen and (max-width : 479px) {
  .embedded-quiz>.embedded-quiz__header {
    height: 81px
  }
}

.embedded-quiz>.embedded-quiz__header .preview-tag {
  position: absolute;
  top: -11px;
  right: 38px
}

@media screen and (max-width : 479px) {
  .embedded-quiz>.embedded-quiz__header .preview-tag {
    display: none
  }
}

.embedded-quiz>.embedded-quiz__header>.embedded-quiz__image {
  float: left;
  height: 100px;
  width: 100px;
  background-color: #fff;
  position: relative
}

@media screen and (max-width : 479px) {
  .embedded-quiz>.embedded-quiz__header>.embedded-quiz__image {
    height: 80px;
    width: 80px
  }
}

.embedded-quiz>.embedded-quiz__header>.embedded-quiz__image>img {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: absolute
}

.embedded-quiz>.embedded-quiz__header>.embedded-quiz__info {
  flex: 1;
  border-left: 1px solid #ececec;
  padding: 0 30px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  background-color: #fff
}

@media screen and (max-width : 479px) {
  .embedded-quiz>.embedded-quiz__header>.embedded-quiz__info {
    padding: 0;
    height: 80px;
    width: calc(100% - 80px)
  }
}

.embedded-quiz>.embedded-quiz__header>.embedded-quiz__info p {
  margin-right: 20px
}

@media screen and (max-width : 763px) {
  .embedded-quiz>.embedded-quiz__header>.embedded-quiz__info p {
    display: none
  }
}

.embedded-quiz>.embedded-quiz__header>.embedded-quiz__info p a {
  text-decoration: underline;
  color: #495354;
  white-space: nowrap
}

.embedded-quiz>.embedded-quiz__header>.embedded-quiz__info .btn.btn-primary {
  margin-right: 0;
  white-space: nowrap;
  flex-direction: column
}

@media screen and (max-width : 479px) {
  .embedded-quiz>.embedded-quiz__header>.embedded-quiz__info .btn.btn-primary {
    width: 100%;
    height: 81px;
    border-radius: 0
  }
}

.embedded-quiz>.embedded-quiz__main {
  background-color: #f7f7f7;
  position: relative
}

.embedded-quiz>.embedded-quiz__main .close {
  top: 10px;
  right: 20px;
  position: absolute;
  width: 19px;
  height: 18px;
  cursor: pointer;
  z-index: 1001;
  padding: 15px;
  background: rgba(0, 0, 0, 0) url("/assets/crosssign-65b79db8b026a3731cb8ef7d353e801f13556a0220c27c10606e395994795c3d.digested.webp") no-repeat scroll center center
}

.embedded-quiz .embedded-quiz__description {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #fff
}

@media screen and (max-width : 763px) {
  .embedded-quiz .embedded-quiz__description {
    display: none;
    text-align: center;
    margin: 0
  }
}

@media screen and (max-width : 763px) {
  .embedded-quiz .embedded-quiz__description.never-quizzed {
    display: block;
    text-align: left;
    padding: 10px
  }
}

.embedded-quiz .embedded-quiz__description .title {
  font-size: 14px;
  margin-bottom: 4px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

@media screen and (max-width : 763px) {
  .embedded-quiz .embedded-quiz__description .title {
    border: 0;
    padding: 0
  }
}

.embedded-quiz .embedded-quiz__description .meta {
  font-size: 12px;
  color: #495354;
  margin: 0;
  line-height: 1.2
}

.embedded-quiz .embedded-quiz__description .meta .btn.btn-text-link {
  color: #495354;
  font: 400 12px var(--light);
  text-decoration: underline
}

.embedded-quiz .exam-passed {
  color: #ffc026;
  text-transform: uppercase;
  font-size: 12px;
  font-family: var(--medium);
  margin: -2px 0 6px 0;
  display: flex;
  align-items: center;
  gap: 6px
}

.embedded-quiz .exam-passed .circle {
  width: 20px;
  height: 20px;
  margin: 0;
  background-color: #ffc026;
  -webkit-mask: linear-gradient(-60deg, black 0%, black 40%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.7) 41%, black 41%, black 42%, rgba(0, 0, 0, 0.7) 42%, rgba(0, 0, 0, 0.7) 44%, black 44%, black 100%) right/300% 100%;
  background-repeat: no-repeat;
  animation: shimmer 10s ease-in-out 2s infinite
}

.embedded-quiz .exam-passed .circle .fa {
  border-radius: 50%;
  color: #b1800b;
  font-size: 11px
}

.embedded-quiz__results {
  padding: 30px
}

@media screen and (max-width : 763px) {
  .embedded-quiz__results {
    padding: 20px
  }
}

.embedded-quiz__results .l-flex-row>*+* {
  margin-left: 13px
}

@media screen and (max-width : 1023px) {
  .embedded-quiz__results .l-flex-row>*+* {
    margin-left: 0
  }
}

.embedded-quiz__results p.tiny {
  margin-bottom: 20px
}

.embedded-quiz__results p.tiny.hide-md-lg-only a {
  text-decoration: underline;
  color: #495354;
  white-space: nowrap
}

.stats-boxes {
  display: flex;
  justify-content: flex-start;
  align-items: stretch
}

@media screen and (max-width : 763px) {
  .stats-boxes {
    flex-direction: column
  }
}

.stats-boxes .stats-box {
  width: 31.9%;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  font-family: var(--regular);
  text-align: center;
  border-radius: 2px;
  margin-right: 13px
}

.stats-boxes .stats-box:last-of-type {
  margin-right: 0
}

@media screen and (max-width : 763px) {
  .stats-boxes .stats-box {
    width: 100%;
    border-bottom: none;
    display: flex;
    flex-direction: row;
    margin-right: 0
  }

  .stats-boxes .stats-box:last-child {
    border-bottom: 1px solid #d8d8d8
  }
}

.stats-boxes .stats-box>.stats-box__number {
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0 15px;
  font-size: 40px;
  line-height: 40px;
  color: #09f
}

@media screen and (max-width : 763px) {
  .stats-boxes .stats-box>.stats-box__number {
    border-bottom: 0;
    border-right: 1px solid #d8d8d8;
    width: 70px;
    min-width: 70px;
    font-size: 20px;
    line-height: 20px;
    padding: 20px 0 17px
  }
}

.stats-boxes .stats-box>.stats-box__title {
  color: #495354;
  padding: 20px;
  font-size: 13px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 76px)
}

@media screen and (max-width : 763px) {
  .stats-boxes .stats-box>.stats-box__title {
    text-align: left;
    padding: 10px 20px;
    height: auto
  }
}

@media screen and (max-width : 479px) {
  .stats-boxes .stats-box>.stats-box__title {
    padding: 10px 10px 10px 15px
  }
}

.last-training-stats {
  margin-bottom: 22px
}

.last-training-stats>h2 {
  color: #495354;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 22px
}

.last-training-stats:last-child {
  margin-bottom: 0
}

.last-training-worst-terms {
  margin-top: 15px
}

.last-training-worst-terms p a {
  color: #09f;
  text-decoration: none
}

.last-training-worst-terms>.anatomyterms {
  display: -ms-grid;
  display: grid;
  grid-gap: 13px;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-columns: 1fr 13px 1fr 13px 1fr;
  -ms-grid-rows: auto
}

.last-training-worst-terms>.anatomyterms>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1
}

.last-training-worst-terms>.anatomyterms>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3
}

.last-training-worst-terms>.anatomyterms>*:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5
}

@media screen and (max-width : 763px) {
  .last-training-worst-terms>.anatomyterms {
    display: block
  }
}

.last-training-worst-terms .anatomyterm {
  display: block
}

@media screen and (max-width : 763px) {
  .last-training-worst-terms .anatomyterm {
    border-bottom: none;
    display: flex;
    flex-direction: row;
    width: 100%
  }
}

@media screen and (max-width : 763px) {
  .last-training-worst-terms .anatomyterm:last-child {
    border-bottom: 1px solid #d8d8d8
  }
}

@media screen and (max-width : 763px) {
  .last-training-worst-terms .anatomyterm .anatomyterm__image {
    padding-bottom: 0;
    min-width: 70px
  }
}

.last-training-worst-terms .anatomyterm>.anatomyterm__bottom {
  background-color: #fff;
  border-top: 1px solid #d8d8d8;
  height: 75px
}

@media screen and (max-width : 763px) {
  .last-training-worst-terms .anatomyterm>.anatomyterm__bottom {
    border-top: none;
    border-left: 1px solid #d8d8d8;
    height: 70px;
    padding: 10px 10px 10px 15px
  }
}

.last-training-worst-terms .anatomyterm>.anatomyterm__bottom>.anatomyterm-title {
  color: #09f;
  font-size: 13px;
  font-family: var(--regular);
  line-height: 18px
}

@media screen and (max-width : 763px) {
  .last-training-worst-terms .anatomyterm>.anatomyterm__bottom>.anatomyterm-title {
    text-align: left
  }
}

.embedded-quiz .embedded-quiz__extended-info {
  margin-bottom: 0;
  padding: 30px
}

@media screen and (max-width : 763px) {
  .embedded-quiz .embedded-quiz__extended-info {
    padding: 20px
  }
}

.embedded-quiz .embedded-quiz__extended-info p.hide-md-lg-only {
  margin-bottom: 20px
}

.embedded-quiz .embedded-quiz__extended-info p.hide-md-lg-only>a {
  text-decoration: underline;
  color: #495354;
  white-space: nowrap
}

.embedded-quiz .milestone {
  margin-bottom: 0;
  padding: 30px
}

@media screen and (max-width : 763px) {
  .embedded-quiz .milestone {
    padding: 20px
  }
}

.embedded-quiz .milestone .btn {
  margin-top: 20px;
  margin-right: 0
}

.embedded-quiz .milestone img {
  margin: 0 auto
}

.demo-summary-cta {
  text-align: center;
  padding-top: 100px;
  max-width: 500px;
  margin: 0 auto
}

@media screen and (max-width : 479px) {
  .demo-summary-cta {
    padding-top: 30px
  }
}

.demo-summary-cta>.btn {
  margin-bottom: 50px
}

.embedded-quiz .demo-summary-cta {
  padding: 30px;
  max-width: 530px
}

@media screen and (max-width : 763px) {
  .embedded-quiz .demo-summary-cta {
    padding: 20px
  }
}

@media screen and (max-width : 763px) {
  .embedded-quiz .demo-summary-cta .headline {
    font-size: 30px;
    line-height: 40px
  }
}

@media screen and (max-width : 479px) {
  .embedded-quiz .demo-summary-cta .headline {
    font-size: 20px;
    line-height: 30px
  }
}

.embedded-quiz .demo-summary-cta .btn {
  margin-bottom: 30px
}

.embedded-quiz .demo-summary-cta .demo-summary-cta__non-cta {
  font-family: var(--regular);
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
  text-decoration: underline;
  display: block;
  color: #495354
}

.embedded-quiz .embedded-quiz__content {
  margin-bottom: 0;
  padding: 30px
}

@media screen and (max-width : 763px) {
  .embedded-quiz .embedded-quiz__content {
    padding: 20px
  }
}

.embedded-quiz .embedded-quiz__content>.embedded-quiz__anatomyterms {
  column-count: 2;
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0
}

@media screen and (max-width : 763px) {
  .embedded-quiz .embedded-quiz__content>.embedded-quiz__anatomyterms {
    column-count: 1
  }
}

.embedded-quiz .embedded-quiz__content>.embedded-quiz__anatomyterms>.embedded-quiz__anatomyterm {
  margin-bottom: 8px;
  color: #495354;
  font-size: 13px;
  margin-right: 15px;
  line-height: 16px
}

.embedded-quiz .embedded-quiz__content>.embedded-quiz__anatomyterms>.embedded-quiz__anatomyterm>a:hover {
  color: #09f
}

.embedded-quiz-info {
  padding: 20px 30px;
  border-bottom: 1px solid #d8d8d8
}

@media screen and (max-width : 763px) {
  .embedded-quiz-info {
    padding: 15px
  }
}

.embedded-quiz-info .container {
  background-color: #fff;
  border-radius: 3px;
  padding: 15px
}

.embedded-quiz-info .title {
  font-size: 14px;
  font-family: var(--regular);
  line-height: 1.2;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 15px;
  margin-bottom: 15px
}

.embedded-quiz-info .btn-link {
  height: auto;
  margin: 16px 0 4px;
  font-size: 12px
}

.embedded-quiz-info .learnables {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 8px
}

@media screen and (max-width : 763px) {
  .embedded-quiz-info .learnables {
    grid-template-columns: 1fr
  }
}

.embedded-quiz-info .learnable-level {
  display: flex;
  align-items: center
}

.embedded-quiz-info .learnable-level .learnable-title {
  font-size: 14px;
  text-align: left
}

.embedded-quiz-info .learnable-level .icon {
  display: inline-block;
  color: #d8d8d8;
  margin-right: 6px
}

.embedded-quiz-info .learnable-level .icon>svg {
  height: 22px;
  width: 22px
}

.embedded-quiz-info p.hide-md-lg-only {
  margin-bottom: 20px
}

.embedded-quiz-info .mobile-description .mobile-title {
  font-size: 14px;
  margin-bottom: 4px
}

.embedded-quiz-info .mobile-description .meta {
  font-size: 11px;
  font-family: var(--light);
  color: #676f77;
  margin-bottom: 20px
}

.sample-quiz {
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  font-family: var(--regular)
}

.sample-quiz>div {
  display: flex;
  flex-direction: column
}

.sample-quiz .topbar {
  background-color: #3a5062;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex: 0 0 auto;
  padding: 15px 20px;
  font-size: 14px
}

@media screen and (max-width : 763px) {
  .sample-quiz .topbar {
    padding: 15px
  }
}

.sample-quiz .controls {
  display: flex;
  align-items: center
}

.sample-quiz .content {
  position: relative;
  overflow: hidden;
  min-height: 371px
}

@media screen and (max-width : 763px) {
  .sample-quiz .content {
    min-height: 506px
  }
}

@media screen and (max-width : 479px) {
  .sample-quiz .content {
    min-height: 406px
  }
}

.sample-quiz .content>div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0
}

.sample-quiz .exercise {
  display: flex;
  flex: 1 0 auto;
  padding: 20px;
  border: 1px solid #d8d8d8;
  border-top: 0
}

@media screen and (max-width : 763px) {
  .sample-quiz .exercise {
    flex-direction: column;
    padding: 15px
  }
}

.sample-quiz .question {
  color: #fff
}

.sample-quiz .question-counter {
  margin: -5px 0 -5px 15px;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
  background: #2d3e4d;
  border-radius: 30px;
  flex: 1 0 auto
}

.sample-quiz .image,
.sample-quiz .options {
  flex: 0 0 50%
}

@media screen and (max-width : 763px) {

  .sample-quiz .image,
  .sample-quiz .options {
    flex: 0 0 auto
  }
}

.sample-quiz .options {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  font-size: 14px
}

@media screen and (max-width : 763px) {
  .sample-quiz .options {
    padding-left: 0
  }
}

.sample-quiz .option {
  display: flex;
  padding: 8px;
  line-height: 1.2;
  align-items: center;
  flex: 1 0 75px;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: #fff;
  cursor: pointer;
  transition: border-color .5s ease, color .25s ease
}

.sample-quiz .option:hover,
.sample-quiz .option:focus {
  color: #09f
}

.sample-quiz .option+.option {
  margin-top: 10px
}

@media screen and (max-width : 763px) {
  .sample-quiz .option+.option {
    margin-top: 5px
  }
}

.sample-quiz .option.correct {
  color: #5ed29f;
  border-color: #5ed29f
}

.sample-quiz .option.correct:hover,
.sample-quiz .option.correct:focus {
  color: #5ed29f
}

.sample-quiz .option.incorrect {
  color: #ec8e8e;
  border-color: #ec8e8e
}

.sample-quiz .option.incorrect:hover,
.sample-quiz .option.incorrect:focus {
  color: #ec8e8e
}

@media screen and (max-width : 763px) {
  .sample-quiz .option {
    flex-basis: 50px;
    max-height: 50px
  }
}

.sample-quiz .image {
  position: relative;
  height: 330px;
  background-color: #fff;
  aspect-ratio: 1
}

.sample-quiz .image img {
  display: block;
  margin: 0 auto;
  height: 100%;
  object-fit: contain
}

@media screen and (max-width : 763px) {
  .sample-quiz .image {
    height: 250px;
    margin-bottom: 10px
  }
}

@media screen and (max-width : 479px) {
  .sample-quiz .image {
    height: 150px
  }
}

.sample-quiz .info-btn {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  background-color: #f7f7f7;
  padding: 5px;
  cursor: pointer;
  transition: color .5s ease
}

.sample-quiz .info-btn:hover,
.sample-quiz .info-btn:focus {
  color: #09f
}

.sample-quiz .mute-btn {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin: -5px;
  padding: 5px;
  cursor: pointer
}

.sample-quiz .mute-btn:hover,
.sample-quiz .mute-btn:focus {
  color: #09f
}

.sample-quiz .end-screen {
  position: relative;
  background-color: #3a5062;
  color: #fff;
  padding: 20px 20px 40px;
  overflow: hidden;
  display: flex;
  flex: 1 0 100%;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
  align-items: flex-start
}

@media screen and (max-width : 1023px) {
  .sample-quiz .end-screen {
    padding: 20px;
    justify-content: space-evenly;
    min-height: 0
  }
}

@media screen and (max-width : 763px) {
  .sample-quiz .end-screen {
    padding: 20px 20px 0
  }
}

.sample-quiz .end-screen .heading {
  background-color: #2d3e4d;
  padding: 20px;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 30px;
  border-radius: 3px;
  text-align: center
}

@media screen and (max-width : 763px) {
  .sample-quiz .end-screen .heading {
    margin-bottom: 20px
  }
}

@media screen and (max-width : 479px) {
  .sample-quiz .end-screen .heading {
    text-align: left
  }
}

.sample-quiz .end-screen .heading span {
  color: #09f;
  margin-right: 4px
}

.sample-quiz .end-screen p {
  color: #fff;
  line-height: 1.2
}

.sample-quiz .end-screen .description {
  margin-bottom: 0
}

@media screen and (max-width : 479px) {
  .sample-quiz .end-screen .description {
    font-size: 14px
  }
}

.sample-quiz .end-screen .title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0
}

@media screen and (max-width : 479px) {
  .sample-quiz .end-screen .title {
    font-size: 18px;
    font-family: var(--medium)
  }
}

@media screen and (max-width : 763px) {
  .sample-quiz .end-screen .title {
    font-size: 16px;
    font-family: var(--light)
  }
}

.sample-quiz .end-screen .benefits-list {
  color: #fff;
  list-style: none;
  margin: 0 0 20px 20px;
  padding: 0;
  width: 80%;
  font-family: var(--light);
  text-wrap: pretty
}

@media screen and (max-width : 1023px) {
  .sample-quiz .end-screen .benefits-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    width: 100%
  }
}

@media screen and (max-width : 763px) {
  .sample-quiz .end-screen .benefits-list {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto 20px
  }
}

@media screen and (max-width : 479px) {
  .sample-quiz .end-screen .benefits-list {
    text-align: left;
    align-items: flex-start
  }
}

.sample-quiz .end-screen .benefits-list li {
  display: inline-block;
  margin-bottom: 0;
  width: 100%
}

.sample-quiz .end-screen .benefits-list li+li {
  margin-top: 15px
}

.sample-quiz .end-screen .benefits-list .circle--dot {
  margin-right: 10px;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  position: relative;
  top: .125em
}

.sample-quiz .end-screen .benefits-list .circle--dot.blue-lightest {
  background-color: #ebf7ff
}

.sample-quiz .end-screen .benefits-list .circle--dot.blue-light {
  background-color: #99d6ff
}

.sample-quiz .end-screen .benefits-list .circle--dot.blue {
  background-color: #09f
}

.sample-quiz .end-screen .btn {
  display: inline-flex;
  width: auto;
  margin-left: 20px
}

@media screen and (max-width : 763px) {
  .sample-quiz .end-screen .btn {
    margin: 0 auto
  }
}

.sample-quiz .end-screen img {
  position: absolute;
  animation: fadeFromRight 1s;
  bottom: 0;
  right: 20px;
  transform: none;
  animation: unset
}

@media screen and (max-width : 763px) {
  .sample-quiz .end-screen img {
    position: relative;
    margin: 0 auto;
    width: auto;
    padding-left: 60px
  }
}

@media screen and (max-width : 1023px) {
  .sample-quiz .end-screen img {
    display: block
  }
}

@media screen and (max-width : 479px) {
  .sample-quiz .end-screen img {
    width: 80%;
    height: auto
  }
}

.sample-quiz .end-screen .cta-meta {
  display: inline-block;
  font-size: 12px;
  margin: 4px 20px 0;
  max-width: 55%;
  text-wrap: pretty
}

@media screen and (max-width : 763px) {
  .sample-quiz .end-screen .cta-meta {
    text-align: center;
    margin: 4px auto 20px;
    max-width: unset
  }
}

@keyframes fadeFromRight {
  from {
    opacity: 0;
    transform: translate(100%, 50%)
  }

  to {
    opacity: 1;
    transform: translate(0, calc(50% + 10px))
  }
}

.landing-end-screen {
  background-color: #3a5062;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 20px
}

.landing-end-screen .emoji {
  font-size: 40px;
  margin-bottom: 10px
}

.landing-end-screen .title {
  color: #09f;
  font-family: var(--light);
  font-size: 32px;
  margin-bottom: 12px
}

.landing-end-screen .description {
  font-size: 18px;
  color: #fff
}

.landing-end-screen .benefits-list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  text-align: left
}

.landing-end-screen .benefits-list .circle {
  margin-right: 10px;
  flex: 0 0 auto
}

.landing-end-screen .benefits-list li {
  display: flex;
  align-items: center;
  line-height: 1.2
}

@media screen and (max-width : 479px) {
  .landing-end-screen .benefits-list li {
    font-size: 14px
  }
}

.landing-end-screen .benefits-list li+li {
  margin-top: 15px
}

@media screen and (max-width : 479px) {
  .landing-end-screen .benefits-list {
    align-items: flex-start
  }
}

.invoice {
  margin: 30px auto;
  max-width: 800px;
  padding: 30px;
  border: 1px solid #eee;
  color: #495354
}

.invoice table {
  width: 100%
}

.invoice table td {
  padding: 5px;
  vertical-align: top
}

.invoice table td:nth-child(2) {
  text-align: right
}

.invoice table tr.heading td {
  background: #eee;
  font-family: var(--medium)
}

.invoice table tr.item td {
  border-top: 1px solid #eee
}

.invoice .kenhub__data {
  margin-top: 50px;
  text-align: center
}

.invoice table tr.information table td {
  padding-bottom: 40px
}

.invoice table tr.total td:nth-child(2) {
  border-top: 2px solid #eee;
  font-family: var(--medium)
}

#search>.fullscreen-search__root {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 600;
  min-height: 100vh;
  background-color: #fff
}

#search>.fullscreen-search__root .fullscreen-search__header {
  background-color: #f7f7f7
}

@media screen and (max-width : 1023px) {
  #search>.fullscreen-search__root .fullscreen-search__header {
    display: none
  }
}

#search>.fullscreen-search__root .fullscreen-search__header-row .logo {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 0 0 4px 4px;
  overflow: hidden
}

#search>.fullscreen-search__root .fullscreen-search__header-row .logo svg {
  display: block
}

#search>.fullscreen-search__root .fullscreen-search__top-section {
  background-color: #f7f7f7;
  padding: 22px 0
}

@media screen and (max-width : 1023px) {
  #search>.fullscreen-search__root .fullscreen-search__top-section {
    padding: 15px 0
  }
}

#search>.fullscreen-search__root .fullscreen-search__top-section .ais-SearchBox {
  margin: 0 auto
}

@media screen and (max-width : 1023px) {
  #search>.fullscreen-search__root .fullscreen-search__top-section .ais-SearchBox {
    margin: 0;
    flex-grow: 1
  }
}

#search>.fullscreen-search__root .fullscreen-search__top-section .ais-SearchBox form.ais-SearchBox-form {
  width: 100%;
  height: 44px;
  background-color: #fff;
  vertical-align: top;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08);
  margin: 0
}

#search>.fullscreen-search__root .fullscreen-search__top-section .ais-SearchBox form.ais-SearchBox-form input.ais-SearchBox-input {
  margin: 14px 0 0 20px;
  width: calc(100% - 68px);
  height: 18px;
  border: 0;
  padding: 0;
  background: #fff;
  outline: none;
  display: inline;
  color: #495354
}

#search>.fullscreen-search__root .fullscreen-search__top-section .ais-SearchBox form.ais-SearchBox-form input.ais-SearchBox-input:focus {
  box-shadow: none
}

#search>.fullscreen-search__root .fullscreen-search__top-section .ais-SearchBox form.ais-SearchBox-form .ais-SearchBox-submit {
  margin-right: 4px;
  float: right
}

#search>.fullscreen-search__root .fullscreen-search__top-section .ais-SearchBox form.ais-SearchBox-form button.ais-SearchBox-submit,
#search>.fullscreen-search__root .fullscreen-search__top-section .ais-SearchBox form.ais-SearchBox-form button.ais-SearchBox-reset {
  background-color: #fff;
  border: 0;
  height: 44px;
  width: 44px;
  outline: none;
  cursor: pointer
}

#search>.fullscreen-search__root .fullscreen-search__top-section .ais-SearchBox form.ais-SearchBox-form svg.ais-SearchBox-submitIcon,
#search>.fullscreen-search__root .fullscreen-search__top-section .ais-SearchBox form.ais-SearchBox-form svg.ais-SearchBox-resetIcon {
  width: 21px;
  height: 21px;
  vertical-align: middle;
  fill: #acafb2
}

#search>.fullscreen-search__root .fullscreen-search__top-section .ais-SearchBox form.ais-SearchBox-form .ais-SearchBox-reset {
  display: none
}

#search>.fullscreen-search__root .fullscreen-search__top-section .ais-Hits-list {
  list-style-type: none;
  margin: 0;
  padding: 0
}

#search>.fullscreen-search__root .fullscreen-search__bottom-section {
  padding-top: 22px
}

@media screen and (max-width : 1023px) {
  #search>.fullscreen-search__root .fullscreen-search__bottom-section {
    padding-top: 0
  }
}

@media screen and (max-width : 1023px) {

  #search>.fullscreen-search__root .fullscreen-search__bottom-section.l-container,
  #search>.fullscreen-search__root .fullscreen-search__bottom-section.fullscreen-search__header-row {
    margin: 0;
    padding: 0;
    max-width: 100%
  }
}

#search>.fullscreen-search__root .fullscreen-search__bottom-section>.spinner {
  height: calc(100vh - 210px)
}

.fullscreen-search__results {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  margin-bottom: 32px
}

@media screen and (min-width : 1024px) {
  .fullscreen-search__results {
    border-radius: 2px;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    box-shadow: 0 0 10px 0 rgba(59, 59, 59, .15)
  }
}

.fullscreen-search__no-results {
  padding: 30px 32px;
  font-family: var(--regular);
  font-size: 14px;
  color: #495354
}

@media screen and (max-width : 479px) {
  .fullscreen-search__no-results {
    padding: 30px 15px
  }
}

.fullscreen-search__results>.fullscreen-search__no-results {
  border-bottom: 1px solid #d8d8d8
}

.search-autocompleter>ul {
  margin: 0;
  padding: 0
}

.search-autocompleter>ul li {
  color: #495354;
  list-style-type: none
}

.search-autocompleter>ul>.search-autocompleter__section:not(:last-of-type) {
  border-bottom: 1px solid #d8d8d8
}

.search-autocompleter>ul>.search-autocompleter__section>.search-autocompleter__section-title {
  height: 41px;
  padding: 0 32px;
  border-top: 0;
  border-bottom: 1px solid #d8d8d8;
  font-size: 14px;
  font-family: var(--regular);
  line-height: 41px;
  color: #676f77;
  background-color: #f7f7f7
}

@media screen and (max-width : 479px) {
  .search-autocompleter>ul>.search-autocompleter__section>.search-autocompleter__section-title {
    padding: 0 15px
  }
}

@media screen and (max-width : 1023px) {
  .search-autocompleter>ul>.search-autocompleter__section:first-of-type>.search-autocompleter__section-title {
    box-shadow: inset 0px 7px 7px -5px #ddd
  }
}

.search-autocompleter>ul>.search-autocompleter__section>.search-autocompleter__section-hits {
  margin: 0
}

.search-autocompleter>ul>.search-autocompleter__section>.search-autocompleter__section-hits:not(:last-of-type) {
  border-bottom: solid 1px #d8d8d8
}

.search-autocompleter>ul .fullscreen-search__show-more {
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 12px;
  font-family: var(--regular)
}

.search-autocompleter>ul .fullscreen-search__show-more>a {
  float: right
}

.search-autocompleter>ul .search-autocompleter__media-type {
  display: table;
  width: 100%;
  padding-top: 15px
}

@media screen and (max-width : 479px) {
  .search-autocompleter>ul .search-autocompleter__media-type {
    display: block
  }
}

.search-autocompleter>ul .search-autocompleter__media-type>.search-autocompleter__media-type-title {
  width: 133px;
  font-family: var(--regular);
  font-size: 11px;
  display: table-cell;
  color: #495354;
  padding-left: 32px
}

@media screen and (max-width : 479px) {
  .search-autocompleter>ul .search-autocompleter__media-type>.search-autocompleter__media-type-title {
    width: 100px;
    padding-left: 15px;
    display: block;
    margin-bottom: 10px
  }
}

.search-autocompleter>ul .search-autocompleter__media-type>.search-autocompleter__media-type-title>.fa {
  margin-right: 8px
}

.search-autocompleter>ul .search-autocompleter__media-type .search-autocompleter__media-type-hits {
  font-size: 14px;
  display: table-cell;
  padding-left: 20px;
  padding-right: 30px;
  margin-left: 15px
}

@media screen and (max-width : 479px) {
  .search-autocompleter>ul .search-autocompleter__media-type .search-autocompleter__media-type-hits {
    display: block;
    padding-left: 0;
    line-height: 19px;
    padding-right: 15px
  }
}

.search-autocompleter>ul .search-autocompleter__media-type .search-autocompleter__media-type-hits>li {
  margin-bottom: 13px;
  font-family: var(--light)
}

.search-autocompleter>ul .search-autocompleter__media-type .search-autocompleter__media-type-hits>li.search-autocompleter__footer {
  margin: 15px 0
}

.search-autocompleter>ul .search-autocompleter__media-type .search-autocompleter__media-type-hits>li a {
  color: #495354;
  font-family: var(--light)
}

.search-autocompleter>ul .search-autocompleter__media-type .search-autocompleter__media-type-hits>li a:hover {
  text-decoration: underline
}

.search-autocompleter>ul .search-autocompleter__media-type .search-autocompleter__media-type-hits>li button.fullscreen-search__show-more--link {
  color: #09f;
  display: inline-block;
  font-family: var(--light);
  font-size: 12px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0
}

.search-autocompleter>ul .search-autocompleter__media-type .search-autocompleter__media-type-hits>li button.fullscreen-search__show-more--link:hover {
  text-decoration: underline
}

.search-autocompleter>ul .search-autocompleter__media-type .search-autocompleter__media-type-hits>li.search-autocompleter__hit--with-snippet>a {
  font-family: var(--regular)
}

.search-autocompleter>ul .ais-Highlight-highlighted,
.search-autocompleter>ul .ais-Snippet-highlighted {
  font-family: var(--medium);
  color: #09f
}

.search-autocompleter>ul .search-autocompleter__snippet {
  color: #676f77;
  font-size: 12px;
  margin-top: 2px;
  line-height: 1.6;
  letter-spacing: .1px
}

.search-autocompleter>ul .search-autocompleter__snippet-inner {
  max-width: 75%
}

@media screen and (max-width : 763px) {
  .search-autocompleter>ul .search-autocompleter__snippet-inner {
    max-width: 100%
  }
}

.search-autocompleter .fullscreen-search__study-units {
  padding: 20px 30px 0
}

@media screen and (max-width : 479px) {
  .search-autocompleter .fullscreen-search__study-units {
    padding: 15px 15px 0
  }
}

.search-autocompleter .fullscreen-search__study-units ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 20px 0
}

.search-autocompleter .fullscreen-search__study-units ul>* {
  flex-basis: calc(50% - 10px);
  margin-top: 20px
}

.search-autocompleter .fullscreen-search__study-units ul>*:nth-child(1),
.search-autocompleter .fullscreen-search__study-units ul>*:nth-child(2) {
  margin-top: 0
}

.search-autocompleter .fullscreen-search__study-units ul>*:nth-child(2n) {
  margin-left: 20px
}

@media screen and (max-width : 763px) {
  .search-autocompleter .fullscreen-search__study-units ul {
    display: block
  }

  .search-autocompleter .fullscreen-search__study-units ul>* {
    width: 100%
  }

  .search-autocompleter .fullscreen-search__study-units ul>*:nth-child(1) {
    margin-top: 0
  }

  .search-autocompleter .fullscreen-search__study-units ul>*:nth-child(2) {
    margin-top: 15px
  }

  .search-autocompleter .fullscreen-search__study-units ul>*:nth-child(2n) {
    margin-left: 0
  }
}

.search-autocompleter .fullscreen-search__study-units ul>li:hover .contentbox-topic {
  background-color: #ececec
}

@media screen and (max-width : 763px) {
  .search-autocompleter .fullscreen-search__study-units .contentbox .contentbox-image {
    display: block
  }
}

.search-autocompleter .fullscreen-search__study-units .contentbox .contentbox-topic {
  padding: 0 20px
}

@media screen and (max-width : 479px) {
  .search-autocompleter .fullscreen-search__study-units .contentbox .contentbox-topic {
    padding: 0 10px
  }
}

.search-autocompleter .fullscreen-search__study-units .contentbox .contentbox-topic>.contentbox-title {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 17px
}

.search-autocompleter .fullscreen-search__study-units .contentbox .contentbox-topic>.contentbox-description {
  font-size: 11px;
  line-height: 15px;
  font-family: var(--regular)
}

.search-autocompleter .ais-Menu {
  padding: 10px 30px 0
}

@media screen and (max-width : 479px) {
  .search-autocompleter .ais-Menu {
    padding: 10px 15px 0
  }
}

.search-autocompleter .ais-Menu-filters {
  display: flex;
  align-items: center;
  padding-top: 20px
}

@media screen and (max-width : 479px) {
  .search-autocompleter .ais-Menu-filters {
    display: block;
    padding-top: 15px
  }
}

.search-autocompleter .ais-Menu-list-title {
  font-size: 11px;
  flex: 0 0 auto;
  margin-right: 12px;
  font-family: var(--regular);
  color: #495354
}

.search-autocompleter .ais-Menu-list-title>.fa {
  margin-right: 8px;
  font-size: 13px
}

@media screen and (max-width : 479px) {
  .search-autocompleter .ais-Menu-list-title {
    margin: 0 0 12px
  }
}

.search-autocompleter .ais-Menu-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px
}

.search-autocompleter .ais-Menu-link {
  color: #9aa7b2;
  border: 1px solid #9aa7b2;
  background-color: #fff;
  font-size: 10px;
  font-family: var(--medium);
  height: 22px;
  line-height: 21px;
  border-radius: 15px;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  vertical-align: text-top
}

.search-autocompleter .ais-Menu-link:hover,
.search-autocompleter .ais-Menu-link:focus {
  cursor: pointer;
  color: #09f;
  border: 1px solid #09f
}

.search-autocompleter .ais-Menu-item--selected .ais-Menu-link {
  background-color: #09f;
  border-color: #09f;
  color: #fff
}

.counter {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  font-family: var(--light);
  font-size: 60px;
  margin-right: 9px;
  padding-top: 4px
}

@media screen and (max-width : 1023px) {
  .counter {
    height: 70px;
    font-size: 42px;
    margin-right: 5px
  }
}

@media screen and (max-width : 479px) {
  .counter {
    height: 36px;
    font-size: 22px;
    margin-right: 5px
  }
}

.counter.counter__digit {
  width: 100px;
  background: linear-gradient(to bottom, #f7f7f7 0%, #f7f7f7 50%, #eeeeee 50%, #eeeeee 50%, #eeeeee 100%);
  color: #09f;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2)
}

@media screen and (max-width : 1023px) {
  .counter.counter__digit {
    width: 70px
  }
}

@media screen and (max-width : 479px) {
  .counter.counter__digit {
    width: 36px
  }
}

.trial-clock {
  text-align: center
}

.trial-clock .trial-clock__headline {
  font-size: 29px;
  font-size: 38px;
  color: #495354;
  margin-bottom: 20px;
  font-family: var(--light);
  text-align: center
}

@media screen and (max-width : 763px) {
  .trial-clock .trial-clock__headline {
    font-size: 22px;
    line-height: 28px
  }
}

@media screen and (max-width : 479px) {
  .trial-clock .trial-clock__headline {
    font-size: 18px;
    line-height: 20px
  }
}

.trial-clock .trial-clock__headline>strong {
  color: #09f;
  font-family: var(--regular)
}

.trial-clock .trial-clock__headline a {
  color: #495354;
  text-decoration: underline
}

.trial-clock .trial-clock__counter {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #495354;
  font-family: var(--light);
  font-size: 22px;
  margin-bottom: 20px
}

@media screen and (max-width : 763px) {
  .trial-clock .trial-clock__counter {
    font-size: 17px;
    line-height: 25px
  }
}

@media screen and (max-width : 479px) {
  .trial-clock .trial-clock__counter {
    font-size: 12px;
    line-height: 16px
  }
}

.trial-clock .trial-clock__counter>.counter__delimiter {
  font-size: 60px;
  margin-right: 9px
}

@media screen and (max-width : 1023px) {
  .trial-clock .trial-clock__counter>.counter__delimiter {
    font-size: 40px;
    margin-right: 5px
  }
}

@media screen and (max-width : 479px) {
  .trial-clock .trial-clock__counter>.counter__delimiter {
    font-size: 20px;
    margin-right: 2px
  }
}

@media screen and (max-width : 479px) {
  .trial-clock .trial-clock__counter>.counter.counter__digit {
    margin-right: 2px
  }
}

.trial-clock .btn-big {
  display: inline-flex;
  margin-top: 30px;
  margin-bottom: 20px
}

.trial-clock .trial-meta-text {
  font-size: 12px;
  color: #495354;
  text-align: center;
  line-height: 1.2
}

.trial-clock-small>a {
  color: #ec8e8e
}

.trial-clock-small .counter__digit {
  font-variant-numeric: tabular-nums
}

.sidebar .trial-clock-small>.trial-clock__counter {
  display: block;
  font-size: 14px;
  font-family: var(--medium);
  line-height: 20px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #d8d8d8
}

.l-topbar-mobile .trial-clock-small {
  font-size: 12px;
  font-family: var(--regular);
  line-height: 18px
}

.related-study-units {
  margin-bottom: 30px
}

.related-study-units>.grid>.columns>.contentbox>.contentbox-topic>.contentbox-title {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 5px
}

.related-study-units>.grid>.columns>.contentbox>.contentbox-topic>.contentbox-description {
  text-decoration: none;
  line-height: 16px
}

.related-articles {
  margin-bottom: 30px
}

.related-articles .contentbox>.contentbox-topic>.contentbox-title {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 0
}

.related-articles .contentbox>.contentbox-topic .fa {
  display: none
}

.related-articles .contentbox>.contentbox-topic>.contentbox-description {
  display: none
}

.atlas-gallery {
  margin-bottom: 50px
}

.profile-setup {
  display: flex;
  min-height: 100vh
}

@media screen and (max-width : 1023px) {
  .profile-setup {
    flex-direction: column
  }
}

.profile-setup label {
  cursor: pointer
}

.profile-setup input[type=radio]:checked+label {
  cursor: pointer
}

.setup-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 33%;
  height: 100vh;
  background-color: #3a5062;
  padding: 0 50px 50px
}

@media screen and (max-width : 1023px) {
  .setup-header {
    padding: 30px;
    position: relative;
    width: auto;
    height: auto
  }
}

@media screen and (max-width : 763px) {
  .setup-header {
    padding: 15px
  }
}

.setup-header p {
  color: #fff
}

@media screen and (max-width : 1023px) {
  .setup-header p {
    margin-bottom: 0
  }
}

@media screen and (max-width : 763px) {
  .setup-header p {
    font-size: 14px
  }
}

.setup-header__subheading {
  color: #09f;
  font-size: 24px;
  font-family: var(--regular);
  margin-bottom: 5px
}

@media screen and (max-width : 763px) {
  .setup-header__subheading {
    font-size: 16px
  }
}

.setup-header__heading {
  color: #fff;
  line-height: 1.2
}

@media screen and (max-width : 763px) {
  .setup-header__heading {
    font-size: 24px;
    margin-bottom: 15px
  }
}

@media screen and (max-width : 1023px) {
  .setup-header__logo {
    margin-bottom: 20px
  }
}

.setup-header__footer {
  position: static
}

.setup-header__footer>form {
  margin: 0
}

@media screen and (max-width : 1023px) {
  .setup-header__footer {
    position: absolute;
    font-size: 12px;
    top: 0;
    right: 0
  }
}

@media screen and (max-width : 1023px) {
  .setup-header__skip-link {
    margin: 20px 20px 0 0;
    font-size: 14px
  }
}

@media screen and (max-width : 763px) {
  .setup-header__skip-link {
    margin: 5px 5px 0 0;
    font-size: 10px
  }
}

#setup_survey {
  flex: 1;
  min-width: 0
}

.setup-body {
  flex: 1;
  display: flex;
  align-items: stretch;
  background-color: #f7f7f7;
  padding: 50px 80px;
  margin-left: 33%
}

@media screen and (max-width : 1023px) {
  .setup-body {
    padding: 30px;
    margin-left: 0
  }
}

@media screen and (max-width : 763px) {
  .setup-body {
    padding: 15px
  }
}

.setup-body .sd-root-modern .sd-progress {
  background-color: #fff;
  margin-bottom: 0;
  border-radius: 3px;
  overflow: hidden;
  height: auto
}

.sd-root-modern {
  --font-family: var(--regular);
  --sd-base-padding: 0;
  --sd-base-vertical-padding: 0;
  background-color: inherit
}

.sd-root-modern .sd-container-modern,
.sd-root-modern .sd-body,
.sd-root-modern,
.sd-root-modern form {
  height: 100%;
  margin: 0
}

.sd-root-modern .sd-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

@media screen and (max-width : 1023px) {
  .sd-root-modern .sd-body {
    justify-content: unset
  }
}

.sd-root-modern .sd-error {
  margin-bottom: 10px !important;
  margin-left: 0;
  width: 100%
}

.sd-root-modern .sd-progress__bar {
  background-color: #5ed29f;
  transition: width .45s ease;
  height: 6px
}

.sd-root-modern .sd-progress__text {
  display: none
}

.sd-root-modern .sd-page__title {
  font-size: 18px;
  line-height: 18px;
  font-family: var(--regular);
  margin-bottom: 7px;
  color: #09f
}

@media screen and (max-width : 763px) {
  .sd-root-modern .sd-page__title {
    font-size: 16px
  }
}

.sd-root-modern .sd-completedpage {
  background-color: rgba(0, 0, 0, 0) !important
}

.sd-root-modern .sd-description {
  font-family: var(--regular);
  color: #676f77;
  margin-bottom: 7px;
  line-height: inherit
}

@media screen and (max-width : 763px) {
  .sd-root-modern .sd-description {
    font-size: 14px
  }
}

.sd-root-modern .sd-description.sd-question__description {
  margin-bottom: 10px;
  font-family: var(--light-italic)
}

.sd-root-modern .sd-body__page {
  padding: 28px 0 10px 0;
  margin: 0;
  min-width: 0
}

@media screen and (max-width : 763px) {
  .sd-root-modern .sd-body__page {
    flex: 1
  }
}

.sd-root-modern .sd-body__page input.sd-text,
.sd-root-modern .sd-body__page textarea.sd-comment,
.sd-root-modern .sd-body__page select.sd-dropdown,
.sd-root-modern .sd-body__page .sd-input {
  background-color: #fff;
  font-family: var(--regular)
}

.sd-root-modern .sd-body__page input.sd-text,
.sd-root-modern .sd-body__page input.sd-text:focus,
.sd-root-modern .sd-body__page textarea.sd-comment,
.sd-root-modern .sd-body__page textarea.sd-comment:focus,
.sd-root-modern .sd-body__page select.sd-dropdown,
.sd-root-modern .sd-body__page select.sd-dropdown:focus,
.sd-root-modern .sd-body__page .sd-input,
.sd-root-modern .sd-body__page .sd-input:focus {
  box-shadow: none
}

.sd-root-modern .sd-body__page .sd-input::placeholder {
  color: #495354;
  font-family: var(--light)
}

.sd-root-modern .sd-body__page textarea.sd-comment {
  border: 1px solid #d8d8d8;
  margin-top: 0
}

.sd-root-modern .sd-body__page textarea.sd-comment:focus {
  border-color: #5ed29f
}

.sd-root-modern .sd-question__header {
  display: none
}

.sd-root-modern .sd-question__title {
  display: none
}

.sd-root-modern .sd-selectbase {
  border: 0;
  padding: 0
}

.sd-root-modern .sd-element--with-frame {
  box-shadow: inherit;
  background-color: inherit;
  padding: 0
}

.sd-root-modern .sd-body--static {
  max-width: inherit
}

.sd-root-modern--mobile .sd-body.sd-body--responsive,
.sd-root-modern--mobile .sd-body.sd-body--static {
  padding: 0
}

.sd-root-modern .sd-selectbase__label,
.sd-root-modern .sd-dropdown {
  width: 100%;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  min-height: 46px;
  padding: 10px;
  display: flex;
  margin: 0;
  align-items: center;
  transition-property: background-color, border;
  transition-duration: .45s;
  transition-timing-function: ease
}

.sd-root-modern .sd-selectbase__label:focus-within,
.sd-root-modern .sd-dropdown:focus-within {
  background: #fff;
  border: 1px solid #5ed29f;
  border-radius: 2px
}

.sd-root-modern .sd-dropdown__filter-string-input {
  background-color: inherit;
  border: inherit;
  border-radius: inherit;
  padding: inherit;
  height: inherit
}

.sd-root-modern .select2-selection--single .select2-selection__arrow {
  display: none
}

.sd-root-modern .sd-selectbase__label:hover,
.sd-root-modern .sd-radio--checked .sd-selectbase__label {
  border-color: #5ed29f
}

.sd-root-modern .sd-item__control:focus+.sd-item__decorator,
.sd-root-modern .sd-item--allowhover .sd-selectbase__label:hover .sd-item__decorator {
  box-shadow: none;
  border-color: #5ed29f;
  background-color: #fff
}

.sd-root-modern .sd-selectbase__item:hover:not(.sd-radio--checked) .sd-selectbase__label,
.sd-root-modern .sd-selectbase__item:focus:not(.sd-radio--checked) .sd-selectbase__label {
  cursor: pointer
}

.sd-root-modern .sd-item {
  padding-top: 0;
  padding-bottom: 9px
}

.sd-root-modern .sd-item__control-label {
  font-family: var(--regular);
  color: #676f77;
  top: 0
}

.sd-root-modern .sd-item__decorator {
  position: relative;
  box-shadow: none
}

.sd-root-modern .sd-question .sd-q-col-1 {
  padding-right: 0
}

.sd-root-modern .sd-row {
  margin-top: 0
}

.sd-root-modern .sd-row>div {
  min-width: 0 !important
}

.sd-root-modern .sd-footer {
  display: flex;
  justify-content: space-between;
  padding: 0
}

.sd-root-modern .sd-footer #sv-nav-complete,
.sd-root-modern .sd-footer #sv-nav-next,
.sd-root-modern .sd-footer #sv-nav-preview {
  margin-left: auto
}

.sd-root-modern .sd-footer #sv-nav-complete .btn,
.sd-root-modern .sd-footer #sv-nav-next .btn,
.sd-root-modern .sd-footer #sv-nav-preview .btn {
  margin-right: 0
}

.sd-root-modern .sd-footer .sv-action:not(.sv-action--hidden),
.sd-root-modern .sd-footer .sd-btn {
  flex-grow: unset
}

@media screen and (max-width : 763px) {
  .sd-root-modern .sd-footer {
    margin-top: auto
  }
}

.sd-root-modern .sd-body__navigation .sd-btn {
  padding: 0px 20px;
  flex-grow: 0
}

.sd-root-modern .sd-body__navigation .sd-btn,
.sd-root-modern .sd-body__navigation .sd-btn:hover,
.sd-root-modern .sd-body__navigation .sd-btn:focus {
  box-shadow: none
}

.sd-root-modern input[type=radio]+span {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  margin: 0 5px 0 0;
  left: 0
}

.sd-root-modern input[type=radio]+span::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27 fill=%27%23ffffff%27%3E%3Cpath d=%27M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z%27/%3E%3C/svg%3E");
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  opacity: 0;
  transition: opacity .25s ease
}

.sd-root-modern input[type=radio]+span::after {
  display: none
}

.sd-root-modern input[type=radio]:checked+span {
  background: #5ed29f;
  border-color: #5ed29f;
  position: relative
}

.sd-root-modern input[type=radio]:checked+span::before {
  opacity: 1
}

.sd-root-modern .sd-question__erbox {
  background-color: rgba(236, 142, 142, .1);
  color: #ec8e8e;
  font-size: 14px;
  padding: 15px;
  margin-bottom: 10px
}

.sv-list {
  font-family: var(--regular);
  max-height: 200px;
  color: #495354
}

textarea.sd-comment {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  height: 20px;
  line-height: 20px;
  resize: none !important
}

.sd-dropdown__filter-string-input::placeholder,
.sd-dropdown__value,
.sv-list__item-body {
  font-family: var(--light);
  color: #495354
}

.sv-string-viewer {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis
}

.sv-popup.sv-popup--overlay.sv-popup--overlay .sv-popup__container {
  position: absolute;
  top: 0;
  bottom: 0;
  max-height: 100vh;
  height: 100vh
}

.sv-popup.sv-popup--dropdown-overlay .sv-popup__body-footer {
  padding-left: 4px;
  padding-right: 4px
}

.sv-popup.sv-popup--overlay.sv-popup--overlay .sv-popup__body-content {
  position: absolute;
  top: 0;
  bottom: 0
}

.sv-popup .sv-list {
  max-height: 100%;
  padding: 5px
}

.sv-popup .sv-list__filter-icon {
  display: none
}

.sv-popup .sv-list__filter {
  padding: 0;
  border: 0
}

.sv-popup .sv-list__input {
  border: 1px solid #d8d8d8;
  border-radius: 2px
}

.sv-popup .sv-list__input::placeholder {
  font-family: var(--light);
  color: #495354
}

.sv-popup .sv-list__input:focus {
  box-shadow: none;
  border-color: #5ed29f
}

.sv-popup.sv-popup--overlay.sv-popup--overlay .sv-popup__button {
  flex: 1 1 auto;
  background-color: #09f;
  font: 400 14px var(--medium);
  height: 45px;
  padding: 0 20px;
  border: 0;
  border-radius: 2px;
  color: #fff
}

.sv-popup.sv-popup--overlay.sv-popup--overlay .sv-popup__button:hover,
.sv-popup.sv-popup--overlay.sv-popup--overlay .sv-popup__button:focus {
  border: 0;
  box-shadow: none
}

.custom-quiz-training-session {
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 40px
}

.custom-quiz-training-session .custom-quiz-training-session__heading {
  font-size: 14px;
  font-family: var(--regular);
  color: #495354;
  line-height: 1.2;
  margin-bottom: 15px
}

.custom-quiz-training-session>.custom-quiz-training-session__header {
  border-bottom: 1px solid #d8d8d8;
  height: 101px
}

.custom-quiz-training-session>.custom-quiz-training-session__header>.custom-quiz-training-session__info {
  padding: 0 30px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row
}

@media screen and (max-width : 763px) {
  .custom-quiz-training-session>.custom-quiz-training-session__header>.custom-quiz-training-session__info {
    justify-content: "center"
  }
}

.custom-quiz-training-session>.custom-quiz-training-session__header>.custom-quiz-training-session__info p {
  margin-right: 20px
}

@media screen and (max-width : 763px) {
  .custom-quiz-training-session>.custom-quiz-training-session__header>.custom-quiz-training-session__info p {
    display: none
  }
}

.custom-quiz-training-session>.custom-quiz-training-session__header>.custom-quiz-training-session__info p a {
  text-decoration: underline;
  color: #495354;
  white-space: nowrap
}

.custom-quiz-training-session>.custom-quiz-training-session__header>.custom-quiz-training-session__info .btn.btn--white {
  margin-right: 0
}

@media screen and (max-width : 763px) {
  .custom-quiz-training-session>.custom-quiz-training-session__header>.custom-quiz-training-session__info .btn.btn--white {
    width: 100%
  }
}

.custom-quiz-training-session>.custom-quiz-training-session__main {
  background-color: #f7f7f7;
  position: relative
}

.custom-quiz-training-session>.custom-quiz-training-session__main>#custom_quiz_results_container {
  min-height: 193px
}

.custom-quiz-results__heading {
  margin: 10px 0 5px
}

html.trainer {
  height: 100%
}

html.trainer body {
  height: 100%
}

html.trainer #panel {
  height: 100%
}

html.trainer #panel #trainer_container {
  height: 100%;
  display: flex
}

figure.overview-image {
  position: relative;
  margin: 0;
  border: 1px solid #d8d8d8;
  min-height: 200px;
  margin-bottom: 0;
  background-color: #fff
}

figure.overview-image>img {
  width: 100%;
  display: block;
  border: none;
  margin: 0
}

figure.overview-image .overview-image__title {
  font-size: 13px;
  font-family: var(--regular)
}

figure.overview-image figcaption {
  background-color: #f7f7f7;
  padding: 20px;
  border-top: 1px solid #d8d8d8;
  font-family: var(--light);
  line-height: 20px;
  font-size: 12px;
  text-align: left;
  color: #495354
}

@media screen and (min-width : 764px) {
  .overview-images-container.outset-left:not(.extended) {
    float: right;
    margin-left: 17px;
    margin-bottom: 20px;
    width: 280px
  }

  .overview-images-container.outset-right:not(.extended) {
    float: left;
    margin-right: 17px;
    margin-bottom: 20px;
    width: 280px
  }
}

.select {
  position: relative;
  min-width: 0
}

.select__selector {
  display: flex;
  min-width: 0;
  overflow: hidden;
  align-items: center;
  cursor: pointer;
  min-height: 30px;
  background: #fff;
  border: 1px solid #d8d8d8;
  color: #495354;
  font-size: 12px;
  line-height: 21px;
  border-radius: 100px;
  padding: 1px 10px 0 10px;
  transition: border-color .2s ease;
  word-break: normal
}

.select__selector .fa {
  margin-left: 10px
}

.select__selector:hover,
.select__selector:focus,
.select__selector[aria-label="close menu"] {
  border-color: #09f
}

.select__dropdown {
  position: absolute;
  min-width: 180px;
  top: calc(100% + 4px);
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  background: #fff;
  z-index: 499;
  max-height: 300px;
  overflow: auto
}

@media screen and (max-width : 763px) {
  .select__dropdown {
    max-height: 40vh
  }
}

.select__dropdown ul {
  margin: 0;
  padding: 0
}

.select__item {
  padding: 10px 15px;
  margin: 0;
  border-bottom: 1px solid #d8d8d8;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  color: #495354;
  font-size: 12px;
  cursor: pointer;
  transition: background-color .2s ease
}

.select__item:hover,
.select__item:focus {
  background-color: #ebf7ff
}

.select__item--selected {
  background-color: #cceaff
}

.select__input-value {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1
}

.select__section-heading {
  background-color: #f7f7f7;
  font-size: 12px;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 15px;
  color: #495354;
  font-family: var(--medium);
  position: sticky;
  top: 0;
  z-index: 100
}

.banner {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  line-height: 1.2;
  padding: 15px;
  margin: 0 0 30px
}

.banner a {
  text-decoration: underline;
  font-family: var(--medium);
  color: inherit
}

.banner ul:last-of-type {
  margin-bottom: 0
}

@media screen and (max-width : 1023px) {
  .banner {
    margin-bottom: 15px
  }
}

.banner__icon {
  flex: 0 0 auto;
  padding-right: 10px
}

.banner__content {
  flex: 1
}

.banner__title {
  margin-top: 2px;
  font-family: var(--medium)
}

.banner__title+.banner__details {
  margin-top: 10px
}

.banner__close {
  cursor: pointer;
  padding: 15px 15px 0 15px;
  margin-right: -15px;
  margin-top: -15px
}

.banner--info {
  background-color: #e5f4ff;
  color: #09f
}

.banner--warning {
  background-color: #fff4e2;
  color: #c67400
}

.banner--warning .circle {
  background-color: #c67400
}

.banner--fade-in {
  animation: fade_in 1.5s forwards
}

.bookmark {
  cursor: pointer;
  position: relative
}

.bookmark--loading {
  cursor: initial;
  color: #676f77
}

.bookmark .tooltip {
  z-index: 100000;
  display: inline
}

@media screen and (min-width : 1024px) {
  .bookmarks .sidebar {
    display: none
  }

  .bookmarks .content {
    margin-left: 0
  }
}

.bookmarks-list {
  list-style: none;
  margin: 0;
  border-radius: 3px;
  border: 1px solid #d8d8d8
}

.bookmarks-list__item {
  display: block;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 15px
}

.bookmarks-list__item:last-of-type {
  border-bottom: 0
}

.bookmarks-list__content {
  display: flex;
  align-items: center
}

.bookmarks-list__content .bookmarks-list__title {
  flex: 1;
  font-size: 14px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.bookmarks-list__content .bookmarks-list__controls .btn-link {
  margin-right: 0;
  height: unset;
  padding: 10px
}

.bookmarks-list__content .bookmarks-list__controls .fa {
  font-size: 20px
}

.zoom-icon,
.image-menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5px;
  top: 5px;
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .9);
  cursor: pointer;
  z-index: 10;
  color: #acafb2
}

@media screen and (max-width : 479px) {

  .zoom-icon,
  .image-menu-item {
    right: 0;
    top: 0
  }
}

.zoom-icon>.fa,
.image-menu-item>.fa {
  font-size: 18px;
  color: inherit
}

.zoom-icon:hover,
.zoom-icon:focus,
.image-menu-item:hover,
.image-menu-item:focus {
  color: #09f
}

.zoom-icon.image-menu-item--flag,
.image-menu-item.image-menu-item--flag {
  top: 60px
}

@media screen and (max-width : 479px) {

  .zoom-icon.image-menu-item--flag,
  .image-menu-item.image-menu-item--flag {
    display: none
  }
}

.modal.quiz_type_selector {
  padding: 0
}

.modal.quiz_type_selector>.modal-header {
  margin: 30px 30px 0
}

@media screen and (max-width : 763px) {
  .modal.quiz_type_selector>.modal-header {
    margin: 30px 15px 0
  }
}

.modal.quiz_type_selector>.modal-body {
  padding: 0 30px
}

@media screen and (max-width : 763px) {
  .modal.quiz_type_selector>.modal-body {
    padding: 0 15px
  }
}

.modal.quiz_type_selector>.modal-body:last-child {
  padding: 0 30px 15px
}

.modal.quiz_type_selector>.modal-body>.banner {
  margin: 15px 0
}

.modal.quiz_type_selector>.modal-body .quiz-type {
  border-bottom: 1px solid #f3f3f3
}

.modal.quiz_type_selector>.modal-body .quiz-type:last-of-type {
  border-bottom: none
}

.modal.quiz_type_selector>.modal-body .quiz-type>.error {
  color: #ec8e8e;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 15px
}

.modal.quiz_type_selector>.modal-body .quiz-type>.quiz-type__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  cursor: pointer
}

.modal.quiz_type_selector>.modal-body .quiz-type>.quiz-type__container:hover .quiz-type__title>span {
  color: #09f
}

.modal.quiz_type_selector>.modal-body .quiz-type>.quiz-type__container:hover .quiz-type__title .circle {
  background-color: #d8d8d8
}

.modal.quiz_type_selector>.modal-body .quiz-type .quiz-type__title {
  margin-top: 0;
  font-size: 14px
}

.modal.quiz_type_selector>.modal-body .quiz-type .quiz-type__title .estimated-time {
  color: #acafb2;
  font-size: 12px;
  margin-top: 4px
}

.modal.quiz_type_selector>.modal-body .quiz-type .quiz-type__title .estimated-time .fa {
  margin-right: 2px
}

.modal.quiz_type_selector>.modal-body .quiz-type .quiz-type__title>span {
  color: #495354;
  margin-right: 10px
}

@media screen and (max-width : 479px) {
  .modal.quiz_type_selector>.modal-body .quiz-type .quiz-type__title>span {
    flex-basis: 70%
  }
}

.modal.quiz_type_selector>.modal-body .quiz-type .quiz-type__title .circle {
  background-color: #f7f7f7;
  color: #495354;
  margin: 0 0 0 5px;
  font-size: 12px;
  vertical-align: middle
}

.modal.quiz_type_selector>.modal-body .quiz-type .btn {
  vertical-align: middle
}

.modal.quiz_type_selector>.modal-body .quiz-type .btn-primary {
  background-color: #fff;
  border: 1px solid #09f;
  color: #09f;
  margin-left: 5px;
  margin-top: 0
}

.modal.quiz_type_selector>.modal-body .quiz-type .btn-primary>.ladda-spinner>div>div>div {
  background: #09f !important
}

.modal.quiz_type_selector>.modal-body .quiz-type .btn-primary:hover {
  background-color: #09f;
  color: #fff
}

.modal.quiz_type_selector>.modal-body .quiz-type .btn-primary:hover>.ladda-spinner>div>div>div {
  background: #fff !important
}

.modal.quiz_type_selector>.modal-body .quiz-type .btn-red {
  background-color: #fff;
  border: 1px solid #ec8e8e;
  color: #ec8e8e
}

.modal.quiz_type_selector>.modal-body .quiz-type .btn-red:hover {
  background-color: #ec8e8e;
  color: #fff
}

.modal.quiz_type_selector>.modal-body .quiz-type ul.quiz-type__options {
  position: relative;
  background-color: #f7f7f7;
  border: 1px solid #d8d8d8;
  padding: 15px;
  margin: 0 !important
}

.modal.quiz_type_selector>.modal-body .quiz-type ul.quiz-type__options::before,
.modal.quiz_type_selector>.modal-body .quiz-type ul.quiz-type__options::after {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid
}

.modal.quiz_type_selector>.modal-body .quiz-type ul.quiz-type__options::before {
  border-width: 0 7px 6px 7px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #d8d8d8 rgba(0, 0, 0, 0);
  right: 78px
}

.modal.quiz_type_selector>.modal-body .quiz-type ul.quiz-type__options::after {
  border-width: 0 5px 5px 5px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f7f7f7 rgba(0, 0, 0, 0);
  right: 80px
}

.modal.quiz_type_selector>.modal-body .quiz-type ul.quiz-type__options>li {
  list-style: none;
  font-size: 14px;
  color: #676f77;
  margin: 0 0 10px 10px;
  cursor: pointer
}

.modal.quiz_type_selector>.modal-body .quiz-type ul.quiz-type__options>li:last-child {
  margin-bottom: 0
}

.modal.quiz_type_selector>.modal-body .quiz-type ul.quiz-type__options>li>input {
  display: inline-block;
  margin-right: 7px;
  cursor: pointer
}

.modal.quiz_type_selector>.modal-body .quiz-type .question-count__label {
  font-size: 12px
}

.modal.quiz_type_selector>.modal-body .quiz-type .question-count__ranges {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 10px;
  color: #676f77;
  padding-top: 5px
}

.modal.quiz_type_selector>.modal-body .quiz-type .btn-icon {
  font-size: 18px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  font-size: 16px
}

.modal.quiz_type_selector>.modal-body .quiz-type .quiz-type__more-info {
  display: none;
  min-height: 50px;
  position: relative;
  margin-bottom: 15px
}

.modal.quiz_type_selector>.modal-body .quiz-type .quiz-type__more-info>.spinner {
  min-height: 100px;
  width: 100%;
  border: 1px solid #d8d8d8
}

.modal.quiz_type_selector>.modal-body .quiz-type .quiz-type__more-info>.spinner:before {
  z-index: -1
}

.modal.quiz_type_selector>.modal-body .quiz-type .quiz-type__more-info>.spinner>img {
  display: block;
  width: 100%
}

.modal.quiz_type_selector>.modal-body .quiz-type .quiz-type__more-info>p {
  color: #676f77;
  margin-top: 15px;
  max-width: 385px
}

.modal.quiz_type_selector>.modal-body .quiz-type.active .quiz-type__title>span {
  color: #09f
}

.modal.quiz_type_selector>.modal-body .quiz-type.active .quiz-type__title .circle {
  background-color: #d8d8d8
}

.modal.quiz_type_selector>.modal-body .quiz-type.active .btn-primary {
  background-color: #09f;
  color: #fff
}

.modal.quiz_type_selector>.modal-body .quiz-type.active .btn-primary>.ladda-spinner>div>div>div {
  background: #fff !important
}

.modal.quiz_type_selector>.modal-body .quiz-type.active .btn-primary:hover {
  background-color: #0188e4
}

.modal.quiz_type_selector>.modal-body .quiz-type.active .btn-red {
  background-color: #ec8e8e;
  color: #fff
}

.modal.quiz_type_selector>.modal-body .quiz-type.active .btn-red:hover {
  background-color: #ec7676
}

.modal.quiz_type_selector>.modal-body .quiz-type.active .quiz-type__more-info {
  display: block
}

.modal.quiz_type_selector>.modal-footer {
  text-align: center;
  font-family: var(--regular);
  font-size: 12px;
  line-height: 17px;
  background-color: #ec8e8e;
  color: #fff;
  border-top: none;
  padding: 20px
}

.modal.quiz_type_selector>.modal-footer>a {
  color: #fff;
  font-family: var(--medium);
  text-decoration: underline
}

.quiz-mode-selector-modal.modal {
  max-width: 610px;
  width: 100%;
  padding: 30px 60px;
  margin-left: 0;
  left: 50%;
  transform: translateX(-50%)
}

@media screen and (max-width : 1023px) {
  .quiz-mode-selector-modal.modal {
    padding: 30px
  }
}

@media screen and (max-width : 763px) {
  .quiz-mode-selector-modal.modal {
    display: grid;
    align-items: center;
    grid-template-rows: auto 1fr auto;
    top: 0 !important;
    bottom: 0;
    padding: 15px;
    max-height: 100vh;
    max-width: 100%;
    border-radius: 0
  }
}

.quiz-mode-selector-modal.modal.modal-with-banner {
  padding-top: 0
}

@media screen and (max-width : 1023px) {
  .quiz-mode-selector-modal.modal.modal-with-banner {
    padding: 0 30px 30px
  }
}

@media screen and (max-width : 763px) {
  .quiz-mode-selector-modal.modal.modal-with-banner {
    padding: 0 0 15px;
    grid-template-rows: auto auto 1fr auto
  }
}

.quiz-mode-selector-modal.modal .modal-header {
  border: 0
}

.quiz-mode-selector-modal.modal .preview-banner {
  margin: 0 -60px 30px;
  background-color: #ec8e8e;
  color: #fff;
  text-align: center;
  padding: 8px 15px
}

@media screen and (max-width : 763px) {
  .quiz-mode-selector-modal.modal .preview-banner {
    margin-bottom: 15px
  }
}

.quiz-mode-selector-modal.modal .preview-banner .title {
  font-size: 14px;
  font-family: var(--medium)
}

.quiz-mode-selector-modal.modal .preview-banner .title .fa {
  margin-right: 4px
}

.quiz-mode-selector-modal.modal .preview-banner .content {
  font-size: 12px;
  font-family: var(--light)
}

.quiz-mode-selector-modal.modal .preview-banner .content .fa {
  margin-left: 4px
}

.quiz-mode-selector-modal.modal .preview-banner a {
  font-size: 12px;
  font-family: var(--medium);
  color: #fff
}

.quiz-mode-selector.modal-with-banner .info,
.quiz-mode-selector.modal-with-banner .control {
  filter: grayscale(1)
}

.quiz-mode-selector .modal-content {
  transition: margin .5s ease;
  margin: 0
}

.quiz-mode-selector .modal-title {
  font-size: 18px;
  text-align: center;
  color: #495354
}

@media screen and (max-width : 763px) {
  .quiz-mode-selector .modal-title {
    font-size: 14px;
    align-self: flex-start;
    margin-bottom: 10px
  }
}

.quiz-mode-selector .quiz-start-btn {
  margin-top: 36px;
  width: 100%
}

@media screen and (max-width : 763px) {
  .quiz-mode-selector .quiz-start-btn {
    margin-top: 28px;
    align-self: flex-end
  }
}

.quiz-mode-selector .controls {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px
}

.quiz-mode-selector .control-group {
  background-color: #f7f7f7;
  border-radius: 4px;
  margin: 0;
  position: relative
}

.quiz-mode-selector .control-group h4 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: var(--medium);
  font-size: 12px;
  color: #495354;
  margin: 0;
  padding: 16px;
  line-height: 1.2;
  cursor: pointer
}

@media screen and (max-width : 763px) {
  .quiz-mode-selector .control-group h4 {
    font-size: 11px
  }
}

.quiz-mode-selector .control-group>.group-item {
  padding: 10px 16px 0 16px;
  border-radius: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between
}

.quiz-mode-selector .control-group>.group-item:last-child {
  padding-bottom: 16px
}

.quiz-mode-selector .control-group>.group-item.expandable {
  flex-direction: column;
  justify-content: flex-start;
  align-items: normal
}

.quiz-mode-selector .control-group>.group-item .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

.quiz-mode-selector .control-group>.group-item .content>.info {
  display: flex
}

.quiz-mode-selector .control-group>.group-item .description {
  font-size: 12px;
  color: #676f77;
  margin: 0;
  line-height: 1.2
}

@media screen and (max-width : 763px) {
  .quiz-mode-selector .control-group>.group-item .description {
    font-size: 10px
  }
}

.quiz-mode-selector .control-group>.group-item .control {
  display: flex;
  flex-direction: row;
  align-items: center
}

.quiz-mode-selector .control-group>.group-item .edit-button {
  flex-shrink: 0;
  background: none;
  border: 0;
  appearance: none;
  font-size: 12px;
  color: #09f;
  font-family: var(--light);
  cursor: pointer;
  line-height: 1.2;
  margin-right: 5px
}

@media screen and (max-width : 763px) {
  .quiz-mode-selector .control-group>.group-item .edit-button {
    font-size: 10px
  }
}

.quiz-mode-selector .control-group>.group-item .edit-button.active .fa {
  transform: rotate(180deg)
}

.quiz-mode-selector .control-group>.group-item .edit-button .fa {
  transition: transform .25s ease;
  font-size: 10px;
  margin-left: 4px
}

.quiz-mode-selector .control-group>.group-item .divider {
  margin: 20px 0
}

.quiz-mode-selector .control-group>.group-item label {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 12px
}

.quiz-mode-selector .control-group>.group-item label:last-of-type {
  margin-bottom: 0
}

@media screen and (max-width : 763px) {
  .quiz-mode-selector .control-group>.group-item label {
    font-size: 10px
  }
}

.quiz-mode-selector .control-group>.group-item label span.checkbox {
  width: 18px;
  height: 15px;
  margin-right: 6px
}

.quiz-mode-selector .control-group>.group-item .expandable-area {
  grid-area: expandable;
  border-radius: 4px;
  padding: 16px;
  margin-top: 10px;
  background-color: rgba(0, 153, 255, .0509803922)
}

.quiz-mode-selector .control-group>.group-item .expandable-area .summary {
  display: flex;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #d8d8d8
}

.quiz-mode-selector .control-group>.group-item .expandable-area .summary .description {
  flex: 1 1 auto
}

.quiz-mode-selector .control-item {
  display: grid;
  grid-template-areas: "title controls" "expandable expandable";
  grid-template-columns: 50% 50%;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 4px;
  padding: 16px;
  position: relative
}

.quiz-mode-selector .control-item--toggle {
  grid-template-columns: 1fr
}

.quiz-mode-selector .control-item .info {
  grid-area: title
}

.quiz-mode-selector .control-item .sub-text {
  border-top: 1px solid #d8d8d8;
  grid-area: expandable;
  font-size: 12px;
  margin: 12px 0 0;
  line-height: 1.2;
  padding-top: 12px
}

.quiz-mode-selector .control-item .control {
  grid-area: controls;
  align-content: center;
  text-align: right
}

.quiz-mode-selector .control-item .preview-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(247, 247, 247, .9);
  color: #ec8e8e;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--medium);
  font-size: 14px;
  padding: 8px 15px
}

@media screen and (max-width : 763px) {
  .quiz-mode-selector .control-item .preview-overlay {
    font-size: 12px
  }
}

.quiz-mode-selector .control-item .preview-overlay .fa {
  margin-right: 4px
}

.quiz-mode-selector .control-item .expandable-area {
  grid-area: expandable
}

.quiz-mode-selector .control-item .expandable-area .summary {
  display: flex;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #d8d8d8
}

.quiz-mode-selector .control-item .expandable-area .summary .description {
  flex: 1 1 auto
}

.quiz-mode-selector .control-item .expandable-area .summary .edit-button {
  margin-left: auto;
  flex-shrink: 0;
  background: none;
  border: 0;
  appearance: none;
  font-size: 14px;
  color: #09f;
  font-family: var(--regular);
  cursor: pointer
}

.quiz-mode-selector .control-item .expandable-area .summary .edit-button.active .fa {
  transform: rotate(180deg)
}

.quiz-mode-selector .control-item .expandable-area .summary .edit-button .fa {
  transition: transform .25s ease;
  font-size: 10px;
  margin-left: 4px
}

.quiz-mode-selector .control-item .label {
  position: relative;
  margin: 8px 0 -8px;
  font-size: 12px
}

@media screen and (max-width : 763px) {
  .quiz-mode-selector .control-item .label {
    font-size: 10px
  }
}

.quiz-mode-selector .control-item .title {
  font-family: var(--medium);
  font-size: 12px;
  color: #495354;
  margin: 0;
  line-height: 1.2
}

@media screen and (max-width : 763px) {
  .quiz-mode-selector .control-item .title {
    font-size: 10px
  }
}

.quiz-mode-selector .control-item .description {
  font-size: 12px;
  color: #676f77;
  margin: 0;
  line-height: 1.2
}

@media screen and (max-width : 763px) {
  .quiz-mode-selector .control-item .description {
    font-size: 10px
  }
}

.quiz-mode-selector .slider-values {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.quiz-mode-selector .slider-value {
  font-size: 10px;
  font-family: var(--light);
  color: #676f77
}

.quiz-mode-selector .toggle-switch {
  position: relative;
  box-sizing: border-box
}

.quiz-mode-selector .toggle-switch input[type=checkbox] {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0
}

.quiz-mode-selector .toggle-switch label {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 0
}

.quiz-mode-selector .toggle-switch label:before {
  content: "";
  width: 40px;
  height: 22px;
  background: #fff;
  border: 1px solid #d8d8d8;
  position: relative;
  display: inline-block;
  border-radius: 10rem;
  transition: .2s ease-in
}

.quiz-mode-selector .toggle-switch label:after {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: #d8d8d8;
  box-sizing: border-box;
  transition: .2s ease-in
}

.quiz-mode-selector .toggle-switch input[type=checkbox]:checked+label:after {
  left: 20px;
  background: #09f
}

.quiz-mode-selector.exam-conditions .toggle-switch input[type=checkbox]:checked+label:before {
  border-color: #ffc026
}

.quiz-mode-selector.exam-conditions .toggle-switch input[type=checkbox]:checked+label:after {
  content: url("/assets/mini_trophy-401ef64fc02b6068b8a3a6bdfbbf0916a1593f9381eae80d9f851d22677fdcea.digested.svg");
  background: #ffc026;
  -webkit-mask: linear-gradient(-60deg, black 0%, black 40%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.7) 41%, black 41%, black 42%, rgba(0, 0, 0, 0.7) 42%, rgba(0, 0, 0, 0.7) 44%, black 44%, black 100%) right/300% 100%;
  background-repeat: no-repeat;
  animation: shimmer 5s ease-in-out 2s infinite
}

.quiz-modes {
  display: flex;
  gap: 20px
}

@media screen and (max-width : 763px) {
  .quiz-modes {
    flex-direction: column;
    gap: 8px
  }
}

.quiz-modes .exam-mode,
.quiz-modes .study-mode {
  flex: 1 1 50%;
  cursor: pointer
}

@media screen and (max-width : 763px) {

  .quiz-modes .exam-mode,
  .quiz-modes .study-mode {
    flex: 1 1 100%
  }

  .quiz-modes .exam-mode:has(.container.selected),
  .quiz-modes .study-mode:has(.container.selected) {
    order: -1
  }
}

.quiz-modes .container {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  transition: border-color .25s ease
}

@media screen and (max-width : 763px) {
  .quiz-modes .container {
    flex-direction: row
  }
}

.quiz-modes .switcher {
  display: none;
  text-align: center;
  color: #09f;
  font-size: 11px
}

@media screen and (max-width : 763px) {
  .quiz-modes .switcher {
    display: block
  }

  .quiz-modes .switcher.selected {
    display: none
  }
}

.quiz-modes .switcher .fa {
  margin-right: 4px
}

.quiz-modes:not(.active) .switcher {
  display: none
}

@media screen and (max-width : 763px) {
  .quiz-modes.active .container:not(.selected) {
    display: none
  }
}

.quiz-modes .image {
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  transition: background-color .25s ease
}

@media screen and (max-width : 763px) {
  .quiz-modes .image {
    aspect-ratio: 1;
    min-width: 80px
  }

  .quiz-modes .image img {
    height: 40px;
    width: auto
  }
}

.quiz-modes .content {
  padding: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1
}

@media screen and (max-width : 763px) {
  .quiz-modes .content {
    padding: 12px;
    text-align: left
  }
}

.quiz-modes .title {
  font-family: var(--light);
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 1.2
}

@media screen and (max-width : 763px) {
  .quiz-modes .title {
    font-family: var(--regular);
    font-size: 13px;
    margin-bottom: 0
  }
}

.quiz-modes .description {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.5
}

@media screen and (max-width : 763px) {
  .quiz-modes .description {
    font-size: 12px
  }
}

.quiz-modes .hint {
  font-size: 10px;
  color: #676f77;
  margin: auto 0 0;
  line-height: 1.2
}

.quiz-modes .icon-container {
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  background-color: #09f;
  color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  transition: opacity .25s ease
}

@media screen and (max-width : 763px) {
  .quiz-modes .icon-container {
    right: unset;
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    font-size: 8px
  }
}

.quiz-modes .container.selected {
  border-color: #09f
}

.quiz-modes .container.selected .image {
  background-color: #e5f4ff
}

.quiz-modes .container.selected .icon-container {
  opacity: 1
}

.embedded-quiz-container .quiz-mode-selector {
  background-color: #f7f7f7;
  padding: 20px 30px
}

@media screen and (max-width : 763px) {
  .embedded-quiz-container .quiz-mode-selector {
    padding: 16px
  }
}

.embedded-quiz-container .quiz-mode-selector .modal-title {
  font-size: 16px;
  font-family: var(--regular)
}

.embedded-quiz-container .quiz-mode-selector .modal-content {
  padding: 0
}

.embedded-quiz-container .quiz-mode-selector .modal-footer {
  padding: 0
}

.embedded-quiz-container .quiz-mode-selector .control-item {
  background-color: #fff
}

.embedded-quiz-container .quiz-mode-selector .control-group {
  background-color: #fff
}

.embedded-quiz-container .quiz-mode-selector .quiz-modes .container {
  background-color: #fff
}

.quiz-mode-selector.exam-conditions .exam-mode .container {
  border-color: #ffc026
}

.quiz-mode-selector.exam-conditions .exam-mode .container .image {
  background-color: #ffecbd
}

.quiz-mode-selector.exam-conditions .exam-mode .container .icon-container.show {
  background-color: #ffc026
}

.quiz-mode-selector.exam-conditions .exam-mode .title {
  color: #ffc026
}

.quiz-mode-selector.exam-conditions .quiz-start-btn {
  background-color: #ffc026
}

.quiz-mode-selector.exam-conditions input[type=range]::-webkit-slider-thumb {
  background-color: #ffc026
}

.embedded-quiz-summary {
  padding: 20px 30px
}

@media screen and (max-width : 763px) {
  .embedded-quiz-summary {
    padding: 15px 15px 1px
  }
}

.embedded-quiz-summary .title {
  font-size: 14px;
  margin-bottom: 4px
}

.embedded-quiz-summary .meta {
  font-size: 11px;
  font-family: var(--light);
  color: #676f77;
  margin-bottom: 20px
}

.embedded-quiz-summary .badge.progress {
  display: none;
  vertical-align: middle
}

.embedded-quiz-summary .badge.progress .fa {
  font-size: 14px
}

.embedded-quiz-summary .badge.progress.positive,
.embedded-quiz-summary .badge.progress.negative {
  display: inline-flex;
  gap: 4px
}

.embedded-quiz-summary .badge.progress.positive {
  background-color: #e7f9f1;
  color: #5ed29f
}

.embedded-quiz-summary .badge.progress.negative {
  background-color: #fdedee;
  color: #ec8e8e
}

.embedded-quiz-summary .badge.progress.negative svg.fa {
  transform: scaleY(-1)
}

.embedded-quiz-summary .results-container {
  border-radius: 3px;
  position: relative;
  text-align: center;
  padding: 30px 40px
}

@media screen and (max-width : 763px) {
  .embedded-quiz-summary .results-container {
    padding: 15px;
    margin: 0 -15px
  }
}

.embedded-quiz-summary .results-container.passed {
  background: #3a5062 url("/assets/summary-bg-0d7724264ee9b21d422258ac806c9136a86c3aea995e04f5398c8583a5eae0f8.digested.svg") no-repeat;
  background-size: contain;
  background-position: top;
  color: #fff
}

.embedded-quiz-summary .results-container.passed .title {
  color: #5ed29f
}

.embedded-quiz-summary .results-container.failed {
  background-color: #fff
}

.embedded-quiz-summary .results-container.failed .title,
.embedded-quiz-summary .results-container.failed .stats .figure {
  color: #09f
}

.embedded-quiz-summary .results-container .title {
  font-size: 32px;
  line-height: 1.2;
  font-family: var(--light)
}

@media screen and (max-width : 763px) {
  .embedded-quiz-summary .results-container .title {
    font-size: 24px
  }
}

.embedded-quiz-summary .results-container .description {
  line-height: 1.5;
  font-family: var(--light);
  margin-bottom: 20px;
  font-size: 14px
}

.embedded-quiz-summary .results-container .description a {
  text-decoration: underline
}

.embedded-quiz-summary .results-container .counters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 0 40px
}

.embedded-quiz-summary .results-container .counters>.counter {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font: 400 12px var(--medium);
  border-radius: 2px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
  line-height: 15px;
  height: 32px;
  padding: 8px 12px;
  margin: 0;
  gap: 4px;
  flex: 1
}

.embedded-quiz-summary .results-container .counters>.counter.correct {
  color: #48c891;
  background-color: #e7f9f1
}

.embedded-quiz-summary .results-container .counters>.counter.incorrect {
  color: #ec8e8e;
  background-color: #fdedee
}

.embedded-quiz-summary .results-container .counters>.counter.skipped {
  color: #676f77;
  background-color: #ededed
}

@media screen and (max-width : 763px) {
  .embedded-quiz-summary .results-container .counters>.counter {
    flex: 1 0 100%
  }
}

.embedded-quiz-summary .results-container .counters .btn-light {
  padding: 8px 12px;
  font-size: 12px;
  flex: 1 0 100%
}

@media screen and (max-width : 763px) {
  .embedded-quiz-summary .results-container .counters {
    flex-direction: column;
    flex-wrap: nowrap
  }
}

@media screen and (max-width : 479px) {
  .embedded-quiz-summary .results-container .counters {
    padding: 0
  }
}

.embedded-quiz-summary .stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px
}

.embedded-quiz-summary .stats .stat {
  text-align: center;
  flex: 1 0 auto
}

.embedded-quiz-summary .stats .figure {
  font-size: 40px;
  font-family: var(--regular)
}

@media screen and (max-width : 763px) {
  .embedded-quiz-summary .stats .figure {
    font-size: 24px
  }
}

.embedded-quiz-summary .stats .legend {
  font-family: var(--light);
  font-size: 13px
}

@media screen and (max-width : 763px) {
  .embedded-quiz-summary .stats .legend {
    font-size: 12px
  }
}

.embedded-quiz-summary .last-quiz {
  margin-top: 16px;
  font-size: 14px;
  text-align: center
}

@media screen and (max-width : 479px) {
  .embedded-quiz-summary .last-quiz {
    font-size: 12px
  }
}

.embedded-quiz-summary .last-quiz .timestamp {
  font-family: var(--light)
}

.embedded-quiz-summary .last-quiz .timestamp::before {
  content: " · "
}

.embedded-quiz-summary .last-quiz .actions {
  margin-left: auto
}

.embedded-quiz-summary .last-quiz .actions .btn-text-link {
  text-transform: uppercase;
  font-size: 12px;
  font-family: var(--medium)
}

.embedded-quiz-summary .last-quiz .actions .btn-text-link .short {
  display: none
}

@media screen and (max-width : 479px) {
  .embedded-quiz-summary .last-quiz .actions .btn-text-link {
    font-size: 11px
  }

  .embedded-quiz-summary .last-quiz .actions .btn-text-link .long {
    display: none
  }

  .embedded-quiz-summary .last-quiz .actions .btn-text-link .short {
    display: inline
  }
}

.embedded-quiz-summary .learnable-progress-box {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 3px
}

.embedded-quiz-summary .learnable-progress-box .title {
  flex: 1;
  font-size: 13px;
  margin-bottom: 0
}

.embedded-quiz-summary .learnable-progress-box .progress-donut {
  height: 30px;
  width: 30px;
  position: relative;
  overflow: visible
}

.embedded-quiz-summary .progress-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 8px
}

@media screen and (max-width : 763px) {
  .embedded-quiz-summary .progress-container {
    display: block;
    background-color: #fff;
    border-radius: 3px;
    padding: 20px 8px;
    margin-bottom: 20px
  }
}

.embedded-quiz-summary .mastery-level-container,
.embedded-quiz-summary .last-session-stats-container {
  padding: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 3px
}

@media screen and (max-width : 763px) {

  .embedded-quiz-summary .mastery-level-container,
  .embedded-quiz-summary .last-session-stats-container {
    border-radius: 0;
    background-color: unset;
    padding: 0
  }
}

.embedded-quiz-summary .mastery-level-container .show-detailed.btn-link.btn,
.embedded-quiz-summary .last-session-stats-container .show-detailed.btn-link.btn {
  text-transform: none;
  text-decoration: underline;
  margin: 18px 0 3px 0;
  height: 18px;
  font: 400 14px var(--regular);
  gap: 5px;
  color: #676f77
}

@media screen and (max-width : 763px) {

  .embedded-quiz-summary .mastery-level-container .show-detailed.btn-link.btn,
  .embedded-quiz-summary .last-session-stats-container .show-detailed.btn-link.btn {
    margin-top: 26px;
    font-size: 12px
  }
}

.embedded-quiz-summary .mastery-level-container {
  position: relative;
  width: 100%
}

.embedded-quiz-summary .mastery-level-container .fa-graduation-cap-circle {
  display: inline-block;
  font-size: 110px;
  line-height: 1;
  -webkit-mask: linear-gradient(-60deg, black 0%, black 40%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.7) 41%, black 41%, black 42%, rgba(0, 0, 0, 0.7) 42%, rgba(0, 0, 0, 0.7) 44%, black 44%, black 100%) right/300% 100%;
  background-repeat: no-repeat;
  animation: shimmer 10s ease-in-out 2s infinite;
  max-width: 200px
}

.embedded-quiz-summary .mastery-level-container .title {
  color: #09f;
  margin-bottom: 18px
}

.embedded-quiz-summary .mastery-level-container .progress-donut-container {
  position: relative
}

.embedded-quiz-summary .mastery-level-container .progress-donut {
  position: relative;
  height: 110px;
  z-index: 1
}

.embedded-quiz-summary .mastery-level-container .fa-graduation-cap {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f3f3f3
}

.embedded-quiz-summary .mastery-level-container .donut-box .figure {
  color: #ffc026;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px
}

.embedded-quiz-summary .mastery-level-container .percentage {
  font-family: var(--light)
}

.embedded-quiz-summary .mastery-level-container .label {
  font-family: var(--light);
  font-size: 12px;
  min-height: 22px
}

.embedded-quiz-summary .last-session-stats-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.embedded-quiz-summary .last-session-stats-container .last-session-text {
  font-size: 14px;
  font-family: var(--regular);
  color: #495354;
  margin-bottom: 18px
}

@media screen and (max-width : 763px) {
  .embedded-quiz-summary .last-session-stats-container .last-session-text {
    margin: 18px 0
  }
}

.embedded-quiz-summary .last-session-stats-container .percentage-boxes {
  display: flex;
  width: 100%
}

.embedded-quiz-summary .last-session-stats-container .percentage-box {
  flex: 1 0 50%
}

.embedded-quiz-summary .last-session-stats-container .percentage-box .figure {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px
}

.embedded-quiz-summary .last-session-stats-container .percentage-box .figure>.fa {
  font-size: 24px;
  margin-right: 4px
}

.embedded-quiz-summary .last-session-stats-container .percentage-box .figure>.fa-star {
  margin-top: -4px
}

.embedded-quiz-summary .last-session-stats-container .percentage-box .percentage {
  font-family: var(--light)
}

.embedded-quiz-summary .last-session-stats-container .percentage-box .label {
  font-family: var(--light);
  font-size: 12px;
  min-height: 22px
}

.embedded-quiz-summary .last-session-stats-container .percentage-box .label .badge {
  margin-right: 3px
}

.embedded-quiz-summary .last-session-stats-container .percentage-box .cta-text {
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.5;
  display: flex;
  flex-direction: column
}

.embedded-quiz-summary .last-session-stats-container .percentage-box .cta-text .btn {
  margin: 0
}

.embedded-quiz-summary .last-session-stats-container .percentage-box--blue .figure .fa {
  color: #09f
}

.embedded-quiz-summary .last-session-stats-container .percentage-box--green .figure .fa {
  color: #5ed29f
}

.embedded-quiz-summary .last-session-stats-container .percentage-box--green .label {
  display: flex;
  align-items: center;
  justify-content: center
}

.embedded-quiz-summary .last-session-stats-container .percentage-box--red .figure .fa {
  color: #ec8e8e;
  transform: scaleY(-1)
}

.embedded-quiz-summary .last-session-stats-container .badge--red {
  margin-top: 18px;
  font-size: 12px;
  font-family: var(--medium)
}

.embedded-quiz-summary .last-session-stats-container .badge--red .fa {
  font-size: 13px;
  margin: -2px 4px 0 0
}

.embedded-quiz-summary .detailed-learning-progress-title {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  gap: 8px
}

@media screen and (max-width : 763px) {
  .embedded-quiz-summary .detailed-learning-progress-title {
    flex-direction: column;
    justify-content: center
  }
}

.embedded-quiz-summary .detailed-learning-progress-title .title {
  margin-right: auto;
  font-family: var(--regular);
  color: #495354;
  margin-bottom: 0
}

@media screen and (max-width : 763px) {
  .embedded-quiz-summary .detailed-learning-progress-title .title {
    margin: 0
  }
}

.embedded-quiz-summary .detailed-learning-progress-title .key {
  font-size: 12px;
  font-family: var(--light);
  display: flex;
  align-items: center;
  gap: 8px
}

.embedded-quiz-summary .detailed-learning-progress-title .key .item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 4px
}

.embedded-quiz-summary .detailed-learning-progress-title .key .dot {
  display: inline-block;
  border-radius: 100%;
  width: 8px;
  height: 8px
}

.embedded-quiz-summary .detailed-learning-progress-title .key .icon--light-blue {
  background-color: #99d6ff
}

.embedded-quiz-summary .detailed-learning-progress-title .key .icon--logo-blue {
  background-color: #09f
}

.embedded-quiz-summary .detailed-learning-progress-title .key .icon--gold {
  color: #ffc026
}

.embedded-quiz-summary .learnables-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px
}

@media screen and (max-width : 763px) {
  .embedded-quiz-summary .learnables-list {
    grid-template-columns: 1fr;
    padding-bottom: 15px
  }
}

.embedded-quiz-summary .learnables-list .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  appearance: none;
  border: 0;
  color: #09f;
  text-transform: uppercase;
  font-size: 12px;
  font-family: var(--medium);
  min-height: 45px;
  cursor: pointer
}

.embedded-quiz-summary .learnables-list .more-btn .fa {
  margin-left: 4px
}

.embedded-quiz-summary .next-recommended-study-session {
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  padding: 20px 30px 20px 30px;
  align-items: center;
  margin-bottom: 8px
}

@media screen and (max-width : 763px) {
  .embedded-quiz-summary .next-recommended-study-session {
    flex-direction: column;
    align-items: stretch;
    text-align: center
  }
}

.embedded-quiz-summary .next-recommended-study-session .content {
  margin-right: auto;
  padding-right: 20px;
  font-size: 13px
}

@media screen and (max-width : 763px) {
  .embedded-quiz-summary .next-recommended-study-session .content {
    margin: 0 0 12px;
    padding: 0
  }
}

.embedded-quiz-summary .next-recommended-study-session .time {
  font-size: 32px;
  margin-top: 4px
}

@media screen and (max-width : 763px) {
  .embedded-quiz-summary .next-recommended-study-session .time {
    margin-top: 8px
  }
}

.embedded-quiz-summary .next-recommended-study-session .time .fa {
  font-size: 24px
}

.embedded-quiz-summary .next-recommended-study-session.now {
  border: 1px solid #09f
}

.embedded-quiz-summary .next-recommended-study-session.now .time {
  color: #09f
}

.embedded-quiz-summary .next-recommended-study-session .btn-link {
  font-size: 12px
}

.embedded-quiz-summary .next-recommended-study-session .btn-primary {
  font-size: 11px
}

.modal.study-summary {
  max-width: 700px;
  margin-left: -350px;
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px
}

@media screen and (max-width : 1023px) {
  .modal.study-summary {
    max-width: 100%;
    margin: 0 auto;
    max-height: unset;
    top: 0 !important;
    border-radius: 0;
    height: 100%;
    padding-bottom: 15px
  }
}

.modal.study-summary .modal-title {
  font-family: var(--light);
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1.2;
  display: flex;
  align-items: center
}

.modal.study-summary .modal-header {
  margin-bottom: 14px;
  border-bottom: 0;
  padding-bottom: 0
}

.modal.study-summary .modal-header .close {
  width: 19px;
  height: 18px;
  margin: 0 0 0 auto;
  color: #c3c1c2;
  background: rgba(0, 0, 0, 0) url("/assets/crosssign-65b79db8b026a3731cb8ef7d353e801f13556a0220c27c10606e395994795c3d.digested.webp") no-repeat scroll center center;
  margin-top: 0;
  float: none
}

.modal.study-summary .modal-body {
  overflow-y: auto;
  padding-bottom: 30px;
  height: 100%
}

.modal.study-summary .detailed-learning-progress-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px
}

@media screen and (max-width : 479px) {
  .modal.study-summary .detailed-learning-progress-list {
    grid-template-columns: 1fr
  }
}

.modal.study-summary .learnable-progress-box {
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  min-width: 0;
  color: #495354
}

.modal.study-summary .learnable-progress-box .title {
  font-size: 13px;
  font-family: var(--regular)
}

.modal.study-summary .learnable-items-status {
  font-size: 11px;
  display: flex;
  gap: 6px
}

.modal.study-summary .learnable-items-status .item {
  font-family: var(--light);
  display: flex;
  align-items: center
}

.modal.study-summary .badge {
  gap: 3px;
  margin-left: auto;
  color: #676f77;
  background-color: #f7f7f7
}

.modal.study-summary .badge.positive {
  color: #48c891;
  background-color: #e7f9f1
}

.modal.study-summary .badge.negative {
  color: #ec7676;
  background-color: #fdedee
}

.modal.study-summary .badge.negative svg.fa {
  transform: scaleY(-1)
}

.modal.study-summary .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 3px
}

.modal.study-summary .dot.icon--light-blue {
  background-color: #99d6ff
}

.modal.study-summary .dot.icon--logo-blue {
  background-color: #09f
}

.modal.study-summary .icon--gold {
  color: #ffc026;
  margin-right: 3px
}

.modal.study-summary .progress-donut {
  height: 30px;
  width: 30px;
  position: relative;
  overflow: visible
}

.modal.study-summary .key {
  display: flex;
  align-items: center;
  gap: 12px
}

.modal.study-summary .info-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  font-family: var(--light);
  color: #495354
}

@media screen and (max-width : 479px) {
  .modal.study-summary .info-line {
    justify-content: center;
    text-align: center;
    gap: 8px
  }
}

.modal.study-summary .info-line .overall-change {
  margin-right: auto
}

@media screen and (max-width : 479px) {
  .modal.study-summary .info-line .overall-change {
    margin-right: 0
  }
}

.modal.study-summary .info-line .overall-change .badge {
  margin-right: 4px
}

.modal.exam-summary {
  max-width: 700px;
  margin-left: -350px;
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  flex-direction: column
}

.modal.exam-summary>div {
  display: flex;
  flex-direction: column;
  min-height: 1px
}

@media screen and (max-width : 1023px) {
  .modal.exam-summary {
    max-width: 100%;
    margin: 0 auto;
    max-height: unset;
    top: 0 !important;
    border-radius: 0;
    height: 100%
  }
}

.modal.exam-summary .exam-quiz-summary {
  min-height: 0;
  display: flex;
  flex-direction: column
}

.modal.exam-summary .modal-title {
  font-family: var(--light);
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1.2;
  display: flex;
  align-items: center
}

.modal.exam-summary .modal-title .fa-angle-left {
  font-size: 20px
}

.modal.exam-summary .modal-header {
  margin-bottom: 12px;
  border-bottom: 0;
  padding-bottom: 0
}

.modal.exam-summary .modal-header .close {
  cursor: pointer;
  width: 19px;
  height: 18px;
  margin: 0 0 0 auto;
  color: #c3c1c2;
  background: rgba(0, 0, 0, 0) url("/assets/crosssign-65b79db8b026a3731cb8ef7d353e801f13556a0220c27c10606e395994795c3d.digested.webp") no-repeat scroll center center;
  margin-top: 0;
  float: none
}

.modal.exam-summary .modal-body {
  overflow-y: auto;
  padding-bottom: 30px
}

.modal.exam-summary .questions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px
}

@media screen and (max-width : 763px) {
  .modal.exam-summary .questions {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width : 479px) {
  .modal.exam-summary .questions {
    grid-template-columns: 1fr
  }
}

.modal.exam-summary .questions .question {
  border: 1px solid #d8d8d8;
  padding: 12px;
  border-radius: 3px;
  font-size: 12px;
  color: #495354;
  position: relative;
  min-width: 0;
  display: flex;
  min-height: 88px;
  cursor: pointer
}

.modal.exam-summary .questions .question .content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.modal.exam-summary .questions .question.success {
  border: 1px solid #5ed29f;
  background-color: #e7f9f1
}

.modal.exam-summary .questions .question.failed {
  border: 1px solid #ec8e8e;
  background-color: #fdedee
}

.modal.exam-summary .questions .question.skipped,
.modal.exam-summary .questions .question.null {
  opacity: .7
}

.modal.exam-summary .questions .question .status-icon {
  position: absolute;
  top: 6px;
  right: 6px
}

.modal.exam-summary .questions .question .type {
  font-family: var(--medium);
  display: inline-block;
  margin-right: 4px
}

.modal.exam-summary .questions .question .circle {
  margin: 0;
  font-size: 16px;
  padding: 3px
}

.modal.exam-summary .question-inner {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 0
}

.modal.exam-summary .question-content {
  min-width: 0
}

.modal.exam-summary .filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px
}

.modal.exam-summary .filters .key {
  font-size: 10px;
  text-transform: uppercase;
  font-family: var(--light)
}

.modal.exam-summary .filters .badge {
  border-width: 1px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer
}

.modal.exam-summary .filters .badge span {
  display: inline-block
}

.modal.exam-summary .filters .badge-all {
  border-color: #09f;
  color: #09f
}

.modal.exam-summary .filters .badge-all.active {
  background-color: #09f;
  color: #fff
}

.modal.exam-summary .filters .badge-success {
  border-color: #5ed29f;
  color: #5ed29f
}

.modal.exam-summary .filters .badge-success.active {
  background-color: #5ed29f;
  color: #fff
}

.modal.exam-summary .filters .badge-failed {
  border-color: #ec8e8e;
  color: #ec8e8e
}

.modal.exam-summary .filters .badge-failed.active {
  background-color: #ec8e8e;
  color: #fff
}

.modal.exam-summary .filters .badge-skipped {
  border-color: #676f77;
  color: #676f77
}

.modal.exam-summary .filters .badge-skipped.active {
  background-color: #676f77;
  color: #fff
}

.modal.exam-summary .footer {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  background-color: #fff;
  padding: 15px 30px;
  margin: 0 -30px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, .15)
}

.modal.exam-summary .footer .btn {
  font-size: 12px;
  height: 36px;
  margin: 0
}

.modal.exam-summary .exercise-question {
  line-height: 1.4;
  color: #495354;
  margin-bottom: 14px;
  font-family: var(--regular)
}

.modal.exam-summary .exercise-question.question {
  font-size: 16px
}

.modal.exam-summary .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  border: 1px solid #d8d8d8;
  border-radius: 3px
}

.modal.exam-summary .explanation-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px
}

@media screen and (max-width : 763px) {
  .modal.exam-summary .explanation-container {
    grid-template-columns: 1fr
  }
}

.modal.exam-summary .explanation {
  margin-top: 18px
}

.modal.exam-summary .explanation .title {
  font-family: var(--regular);
  font-size: 16px;
  margin-bottom: 4px
}

.modal.exam-summary .explanation .content {
  font-size: 16px;
  margin-bottom: 0
}

.modal.exam-summary .explanation .content p {
  margin-bottom: 18px;
  font-size: 14px
}

.modal.exam-summary .explanation .content .image-gallery {
  margin: 0 15px 18px 15px
}

.modal.exam-summary .answer {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.modal.exam-summary .answer-item {
  display: flex;
  gap: 6px;
  border-radius: 3px;
  color: #495354;
  padding: 12px;
  line-height: 1.4;
  font-size: 14px
}

.modal.exam-summary .answer-item .fa {
  font-size: 20px;
  padding: 4px;
  align-self: flex-start
}

.modal.exam-summary .answer-item.failed {
  background-color: #fdedee;
  border: 1px dashed #ec8e8e
}

.modal.exam-summary .answer-item.failed .title {
  color: #ec7676
}

.modal.exam-summary .answer-item.skipped {
  background-color: #ededed;
  border: 1px dashed #b8b8b8
}

.modal.exam-summary .answer-item.correct {
  background-color: #e7f9f1;
  border: 1px solid #5ed29f
}

.modal.exam-summary .answer-item.correct .title {
  color: #48c891
}

.modal.exam-summary .answer-item.correct .divider {
  border-bottom: 1px solid #5ed29f;
  margin: 14px 0
}

.modal.exam-summary .answer-item .title {
  font-family: var(--medium)
}

.modal.exam-summary .answer-item ul {
  margin: 8px 0 0 20px
}

.modal.exam-summary .answer-item .no-bullets ul {
  list-style-type: none
}

.click-to-return {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer
}

.learnable-tooltip {
  line-height: 14px;
  max-width: 300px;
  width: auto;
  font-size: 11px;
  font-family: var(--light);
  text-align: left
}

.learnable-tooltip .bold {
  font-family: var(--medium)
}

.tooltip-title {
  margin-bottom: 4px
}

.tooltip-item {
  display: flex;
  text-transform: lowercase
}

footer {
  background-color: #ececec;
  margin-bottom: -18px;
  margin-top: 50px;
  padding-bottom: 45px
}

footer .social {
  margin-top: 40px
}

@media screen and (max-width : 763px) {
  footer .social {
    margin: 20px 0
  }
}

footer .icons-container {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px
}

footer .icons-container .circle {
  margin: 0
}

@media screen and (max-width : 479px) {
  footer .icons-container {
    justify-content: center
  }
}

footer .l-container>.bottom-line,
footer #search>.fullscreen-search__root .fullscreen-search__header-row>.bottom-line,
#search>.fullscreen-search__root footer .fullscreen-search__header-row>.bottom-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px
}

footer .l-container>.bottom-line ul,
footer #search>.fullscreen-search__root .fullscreen-search__header-row>.bottom-line ul,
#search>.fullscreen-search__root footer .fullscreen-search__header-row>.bottom-line ul {
  margin-bottom: 0
}

@media screen and (max-width : 763px) {

  footer .l-container>.bottom-line,
  footer #search>.fullscreen-search__root .fullscreen-search__header-row>.bottom-line,
  #search>.fullscreen-search__root footer .fullscreen-search__header-row>.bottom-line {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px
  }
}

@media screen and (max-width : 479px) {

  footer .l-container>.bottom-line,
  footer #search>.fullscreen-search__root .fullscreen-search__header-row>.bottom-line,
  #search>.fullscreen-search__root footer .fullscreen-search__header-row>.bottom-line {
    justify-content: center;
    align-items: center;
    text-align: center
  }
}

footer>.l-container>.logos,
#search>.fullscreen-search__root footer>.fullscreen-search__header-row>.logos {
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
  padding: 38px 0
}

footer>.l-container>.logos .logos-headline,
#search>.fullscreen-search__root footer>.fullscreen-search__header-row>.logos .logos-headline {
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
  color: #676f77;
  text-wrap: pretty
}

@media screen and (max-width : 1023px) {

  footer>.l-container>.logos .logos-headline,
  #search>.fullscreen-search__root footer>.fullscreen-search__header-row>.logos .logos-headline {
    margin-bottom: 24px
  }
}

@media screen and (max-width : 479px) {

  footer>.l-container>.logos .logos-headline,
  #search>.fullscreen-search__root footer>.fullscreen-search__header-row>.logos .logos-headline {
    font-size: 12px
  }
}

footer>.l-container>.logos .images,
#search>.fullscreen-search__root footer>.fullscreen-search__header-row>.logos .images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px
}

@media screen and (max-width : 1023px) {

  footer>.l-container>.logos .images img,
  #search>.fullscreen-search__root footer>.fullscreen-search__header-row>.logos .images img {
    width: auto;
    height: 30px
  }
}

.l-sitemap {
  padding: 55px 0 60px;
  display: grid;
  grid-template-columns: calc(47% - 80px) 53%;
  gap: 80px
}

@media screen and (max-width : 1023px) {
  .l-sitemap {
    padding-bottom: 40px
  }
}

@media screen and (max-width : 763px) {
  .l-sitemap {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px 0 0
  }
}

@media screen and (max-width : 479px) {
  .l-sitemap {
    text-align: center
  }
}

.l-sitemap__section .l-sitemap__title {
  margin-top: 0;
  font-family: var(--regular);
  color: #09f;
  line-height: 21px;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal
}

@media screen and (max-width : 763px) {
  .l-sitemap__section.text-right {
    text-align: left
  }
}

@media screen and (max-width : 479px) {
  .l-sitemap__section.text-right {
    text-align: center
  }
}

.l-sitemap__section ul {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px
}

.l-sitemap__section ul a {
  font-family: var(--regular);
  color: #676f77;
  font-size: 14px;
  text-decoration: underline
}

.l-sitemap__section .inline-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

@media screen and (max-width : 479px) {
  .l-sitemap__section .inline-list {
    flex-direction: column;
    flex-wrap: nowrap
  }
}

.l-sitemap__section .inline-list--right {
  justify-content: flex-end
}

.l-sitemap__section p {
  color: #676f77
}

.l-sitemap__section .quality-image {
  margin-bottom: 20px
}

@media screen and (max-width : 479px) {
  .l-sitemap__section .quality-image {
    width: 60px;
    height: 60px
  }
}

.l-sitemap__section .quality-guidelines {
  overflow-wrap: break-word;
  margin-bottom: 20px
}

.l-sitemap__section .quality-guidelines a {
  text-decoration: underline;
  color: #676f77
}

.l-sitemap__section .quality-guidelines>a {
  height: 80px;
  display: block;
  margin-bottom: 20px
}

.l-sitemap__sub-columns {
  columns: 2
}

@media screen and (max-width : 479px) {
  .l-sitemap__sub-columns {
    columns: unset
  }
}

.l-sitemap__sub-columns .l-sitemap__section:nth-child(3) {
  break-before: column
}

.minimal-footer {
  padding: 16px 0;
  margin-bottom: 0;
  position: sticky;
  top: 100%
}

.minimal-footer .links {
  display: flex;
  gap: 30px;
  font-size: 12px;
  justify-content: flex-end;
  margin: 0;
  flex-wrap: wrap
}

@media screen and (max-width : 1023px) {
  .minimal-footer .links {
    justify-content: center
  }
}

.minimal-footer .logos {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 1
}

@media screen and (max-width : 1023px) {
  .minimal-footer .logos {
    justify-content: center;
    margin-bottom: 16px
  }
}

@media screen and (max-width : 479px) {
  .minimal-footer .logos {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px
  }
}

.minimal-footer .logos img {
  max-height: 24px
}

body.campus_licenses {
  background-color: #3a5062
}

body.campus_licenses .middlebar {
  display: none
}

body.campus_licenses .l-hero {
  padding: 0 0 40px
}

body.campus_licenses .page-title {
  text-align: center;
  margin: 0 0 40px;
  max-width: 100%
}

@media screen and (max-width : 763px) {
  body.campus_licenses .page-title {
    margin: 0 0 30px;
    font-size: 36px
  }
}

body.campus_licenses .section-title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px
}

body.campus_licenses .licence-info__grid {
  display: grid;
  grid-template: auto auto/repeat(3, 1fr);
  gap: 10px;
  color: #495354;
  margin-bottom: 40px
}

@media screen and (max-width : 479px) {
  body.campus_licenses .licence-info__grid {
    grid-template: unset;
    grid-auto-flow: rows;
    margin-bottom: 30px
  }
}

body.campus_licenses .licence-info__item {
  background-color: #fff;
  border-radius: 3px;
  padding: 30px 20px;
  text-align: center
}

@media screen and (max-width : 763px) {
  body.campus_licenses .licence-info__item {
    padding: 20px
  }
}

body.campus_licenses .licence-info__item.warning .figure {
  color: #ec8e8e
}

body.campus_licenses .licence-info__item.full-width {
  grid-column: 1/-1;
  padding: 20px;
  text-align: left;
  display: flex
}

@media screen and (max-width : 763px) {
  body.campus_licenses .licence-info__item.full-width {
    display: block;
    text-align: center
  }
}

body.campus_licenses .licence-info__item .actions {
  display: flex;
  flex: 0 0 auto;
  padding-top: 15px;
  gap: 4px
}

@media screen and (max-width : 763px) {
  body.campus_licenses .licence-info__item .actions {
    justify-content: center
  }
}

body.campus_licenses .licence-info__item .actions .btn {
  margin: 0
}

body.campus_licenses .licence-info__item .actions .btn+.btn {
  margin: 0
}

body.campus_licenses .licence-info__item .content {
  margin-right: auto
}

body.campus_licenses .licence-info__item .figure {
  font-family: var(--light);
  color: #09f;
  font-size: 48px
}

@media screen and (max-width : 763px) {
  body.campus_licenses .licence-info__item .figure {
    font-size: 36px
  }
}

body.campus_licenses .licence-info__item .name {
  font-size: 18px;
  margin-bottom: 4px
}

body.campus_licenses .licence-info__item .domain-list p {
  font-size: 14px;
  line-height: 1.4;
  color: #676f77;
  margin: 0;
  display: inline
}

body.campus_licenses .licence-info__item .domain-list .load-more {
  background-color: rgba(0, 0, 0, 0);
  color: #09f;
  font-family: var(--medium);
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: underline
}

body.campus_licenses .licence-table {
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 3px
}

body.campus_licenses .licence-table__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px
}

@media screen and (max-width : 763px) {
  body.campus_licenses .licence-table__header {
    flex-direction: column;
    align-items: flex-start
  }
}

body.campus_licenses .licence-table__header .licence-table__search-input {
  margin-right: 8px;
  padding-right: 40px;
  min-width: 300px
}

@media screen and (max-width : 763px) {
  body.campus_licenses .licence-table__header .licence-table__search-input {
    min-width: 0
  }
}

body.campus_licenses .licence-table__header .licence-table__topbar {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap
}

body.campus_licenses .licence-table__header .licence-table__search {
  color: #495354;
  font-size: 14px
}

body.campus_licenses .licence-table__header .licence-table__search form {
  margin: 0;
  position: relative
}

body.campus_licenses .licence-table__header .licence-table__search form button {
  position: absolute;
  z-index: 1;
  border: 0;
  background: rgba(0, 0, 0, 0);
  top: 0;
  right: 0;
  bottom: 0;
  aspect-ratio: 1;
  color: #acafb2;
  font-size: 20px
}

body.campus_licenses .licence-table__header .licence-table__result {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: auto
}

body.campus_licenses .licence-table__header .licence-table__result strong {
  margin-right: 4px;
  color: #495354
}

body.campus_licenses .licence-table__header .licence-table__result .licence-table__download {
  color: #495354
}

body.campus_licenses .licence-table__header .licence-table__result .licence-table__download a {
  color: #495354;
  position: relative
}

body.campus_licenses .licence-table__header .licence-table__result .licence-table__download a button {
  z-index: 1;
  border: 0;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  aspect-ratio: 1;
  color: #495354;
  font-size: 20px
}

body.campus_licenses .licence-table__table {
  width: 100%;
  overflow-x: auto
}

body.campus_licenses .licence-table__table table {
  font-size: 14px;
  color: #495354;
  text-align: left;
  width: 100%;
  border-collapse: collapse
}

body.campus_licenses .licence-table__table table thead tr {
  background-color: rgba(0, 0, 0, 0) !important
}

body.campus_licenses .licence-table__table table th {
  font-family: var(--medium);
  font-weight: normal
}

body.campus_licenses .licence-table__table table td,
body.campus_licenses .licence-table__table table th {
  padding: 10px 5px;
  min-width: 80px
}

body.campus_licenses .licence-table__table table td:last-child,
body.campus_licenses .licence-table__table table th:last-child {
  text-align: right
}

body.campus_licenses .licence-table__table table td.premium-icon,
body.campus_licenses .licence-table__table table th.premium-icon {
  display: flex;
  justify-content: center
}

body.campus_licenses .licence-table__table table td {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

body.campus_licenses .licence-table__table table td .btn {
  white-space: nowrap
}

body.campus_licenses .licence-table__table table td .premium-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  overflow: hidden;
  height: 16px;
  position: relative
}

body.campus_licenses .licence-table__table table td .premium-icon svg {
  width: 100%;
  height: 100%
}

body.campus_licenses .licence-table__table table tr:nth-of-type(2n+1) {
  background-color: #f7f7f7
}

@media print {

  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: rgba(0, 0, 0, 0) !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  abbr[title]:after {
    content: " (" attr(title) ")"
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""
  }

  .l-container,
  #search>.fullscreen-search__root .fullscreen-search__header-row,
  .l-main {
    float: none !important
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  tr,
  img {
    page-break-inside: avoid
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3
  }

  footer,
  .embedded-video,
  .l-topbar,
  .l-hero,
  .middlebar,
  .filterbar,
  .sidebar,
  .well--toc,
  .related-training-unit,
  .chapter,
  .related-content-list,
  #panel>.content>.pull-right,
  #panel>.content>p.small,
  .contentbox.contentbox--small,
  .fading-banner-headlines,
  .fading-banner-ctas {
    display: none
  }

  .span9 {
    width: 100% !important
  }

  .article-meta-content {
    display: block;
    border: 1px solid #ddd;
    margin-top: 10px
  }

  .article-meta-content,
  .article-meta-content p {
    font-size: 10px
  }

  h1,
  h2,
  h3 {
    font-weight: bold
  }

  h1:first-child,
  h2:first-child,
  h3:first-child {
    counter-reset: page
  }

  article h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
    margin-top: 10px
  }

  article h2 {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 40px;
    clear: both
  }

  article h3 {
    font-size: 12px;
    margin-bottom: 3px;
    margin-top: 3px
  }

  article img {
    border: none;
    max-width: 250px !important;
    display: block !important;
    float: right !important;
    padding: 15px !important;
    padding-right: 0 !important;
    clear: right
  }

  article:before {
    background-image: url("/assets/logo-c663a4cabe71f32ec3d744979090152d8306193417bb478a47bb82e605d7c58b.digested.webp") !important;
    background-repeat: no-repeat !important;
    background-position: right bottom !important
  }

  p,
  ul li {
    font-size: 12px !important;
    line-height: 18px !important;
    word-spacing: normal
  }

  ul li {
    margin-bottom: 0
  }

  h3+p {
    float: none
  }

  .well.well--infobox {
    border: 1px solid #ddd;
    margin-top: 30px
  }

  .well.well--infobox h2:before {
    display: none
  }

  .well.well--infobox h3 {
    font-family: var(--light);
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px
  }
}
/* 移动端 Panel 修复 CSS */

/* 确保 body 和 html 没有水平滚动 */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* 修复 slideout-panel 在移动端的显示 */
.slideout-panel {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
}

/* 移动端特定修复 */
@media screen and (max-width: 768px) {
  .slideout-panel {
    width: 100% !important;
    max-width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  /* 确保所有子元素也遵循边界 */
  .slideout-panel * {
    max-width: 100%;
    box-sizing: border-box;
  }
  
  /* 修复可能导致溢出的元素 */
  .slideout-panel .container,
  .slideout-panel .l-topbar,
  .slideout-panel .content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}

/* 针对特定的小屏幕设备 */
@media screen and (max-width: 479px) {
  .slideout-panel {
    min-width: 100%;
    transform: none !important;
  }
  
  /* 防止图片或其他媒体元素溢出 */
  .slideout-panel img,
  .slideout-panel video,
  .slideout-panel iframe {
    max-width: 100%;
    height: auto;
  }
  
  /* 修复表格在小屏幕上的显示 */
  .slideout-panel table {
    width: 100%;
    table-layout: fixed;
  }
  
  /* 修复长文本不换行的问题 */
  .slideout-panel {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

/* 调试模式：临时添加边框来查看问题 */
/*
.slideout-panel {
  border: 2px solid red !important;
}
.slideout-panel > * {
  border: 1px solid blue !important;
}
*/

/*# sourceMappingURL=/assets/application-1a0b23c1.css.map*/