@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");.activities-list {
  flex: 1 0 auto;
  height: calc(100dvh - 380px) !important;
  overflow-y: auto;
  position: relative;
  scroll-snap-type: y mandatory;
  transition: height 0.3s ease-out;
}
@media (hover: none) and (pointer: coarse) {
  .activities-list {
    scroll-snap-type: none;
  }
}
@media (min-width: 992px) {
  .activities-list {
    height: calc(100vh - 260px) !important;
  }
}
.activities-list.review-list {
  height: calc(100dvh - 330px) !important;
}
@media (min-width: 992px) {
  .activities-list.review-list {
    height: calc(100vh - 260px) !important;
  }
}
.activities-list__container {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.activities-list__container.loading:after {
  background: url(./loader.svg) center/60px no-repeat;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  z-index: 1;
}
.activities-list__container .form-actions {
  display: none;
}
.activities-list .activity-iframe {
  background: var(--color-neutral-white) url(./loader.svg) center/60px no-repeat;
  display: block;
  margin-bottom: 50px;
  min-height: 100%;
  padding: 32px;
  scroll-snap-align: start;
}
.activities-list .activity-iframe.loaded {
  background-image: none;
}
.activities-list .activity-iframe.preloaded {
  transition: none;
}

.activity-iframe {
  height: 700px;
  transition: height 0.3s ease-out;
  width: 100%;
}
.activity-iframe.current {
  top: 0;
}
.activity-iframe.current ~ .activity-iframe {
  top: 150%;
}

.video-js .vjs-big-play-button {
  margin: -35px 0 0 -35px;
}

.opigno-catalog-catalog-page .load-more {
  margin-bottom: 40px;
}

.sb-sidebar {
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
  width: 300px;
}
@media (min-width: 1200px) {
  .sb-sidebar {
    transform: translateX(0);
  }
}
.sb-sidebar.open {
  transform: translateX(0);
}
.sb-sidebar.open .sb-main-menu__link span {
  opacity: 1;
  transform: translateX(0);
  max-width: 220px;
}
.sb-sidebar.open .close-sidebar {
  display: block;
}
@media (min-width: 1200px) {
  .sb-sidebar.open .close-sidebar {
    display: none;
  }
}

.main-content__container {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .main-content__container {
    margin-left: 80px;
    max-width: calc(100% - 80px);
  }
}
@media (min-width: 1200px) {
  .main-content__container.shifted {
    margin-left: 300px;
    max-width: calc(100% - 300px);
  }
}

body:not(.is-always-mobile-nav) .site-footer {
  border-inline-start: none;
}

.site-footer__inner:empty {
  display: none;
}

/* Review training page */
.page-opigno-activities-multiload-review-page.fullscreen .opigno-catalog-catalog-page > .row {
  display: block;
  margin: 0;
}
.page-opigno-activities-multiload-review-page.fullscreen .col-lg-9 {
  padding: 0;
}
@media (min-width: 768px) {
  .page-opigno-activities-multiload-review-page.fullscreen .col-lg-9 {
    padding: 40px;
  }
}
.page-opigno-activities-multiload-review-page.fullscreen .activities-list {
  height: 100vh !important;
}
@media (min-width: 768px) {
  .page-opigno-activities-multiload-review-page.fullscreen .activities-list {
    height: calc(100vh - 90px) !important;
  }
}
@media (min-width: 992px) {
  .page-opigno-activities-multiload-review-page.fullscreen .activities-list {
    height: calc(100vh - 150px) !important;
  }
}

/* Take training page */
.page-opigno-activities-multiload-take-page.fullscreen .opigno-catalog-catalog-page > .row {
  display: block;
  margin: 0;
}
.page-opigno-activities-multiload-take-page.fullscreen .col-lg-9 {
  padding: 0;
}
@media (min-width: 768px) {
  .page-opigno-activities-multiload-take-page.fullscreen .col-lg-9 {
    padding: 40px;
  }
}
.page-opigno-activities-multiload-take-page.fullscreen .activities-list {
  height: 100vh !important;
}
@media (min-width: 768px) {
  .page-opigno-activities-multiload-take-page.fullscreen .activities-list {
    height: calc(100vh - 60px) !important;
  }
}
@media (min-width: 992px) {
  .page-opigno-activities-multiload-take-page.fullscreen .activities-list {
    height: calc(100vh - 130px) !important;
  }
}
.page-opigno-activities-multiload-take-page .main-content__container {
  height: 100vh;
}
@media (min-width: 992px) {
  .page-opigno-activities-multiload-take-page .opigno-catalog-catalog-page > .row {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-areas: "top top" "aside content";
  }
  .page-opigno-activities-multiload-take-page .opigno-catalog-catalog-page > .row > .col-12 {
    grid-area: top;
  }
  .page-opigno-activities-multiload-take-page .opigno-catalog-catalog-page > .row > .col-lg-3 {
    grid-area: aside;
    width: auto;
  }
  .page-opigno-activities-multiload-take-page .opigno-catalog-catalog-page > .row > .col-lg-9 {
    display: flex;
    grid-area: content;
    width: auto;
  }
}
.page-opigno-activities-multiload-take-page .opigno-catalog-catalog-page .fullscreen-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-opigno-activities-multiload-take-page .opigno-catalog-catalog-page .take-training-title-wrapper .sb-progress__wrapper {
  margin-bottom: 24px;
}
.page-opigno-activities-multiload-take-page .opigno-catalog-catalog-page .take-training-title-wrapper .sb-progress__bar-completed {
  transition-duration: 1s;
}
.page-opigno-activities-multiload-take-page .opigno-catalog-catalog-page .take-activity-wrapper {
  flex: 1 0 auto;
}

:root {
  --grid-column-sm: 21.34375%;
  --grid-gap-sm: 4.875%;
  --grid-column-md: 5.125%;
  --grid-gap-md: 3.5%;
  /* Primary color */
  --color-primary: #003595;
  /* Primary color hsl */
  --bs-body-bg: #F5F6FA;
  --color-sidebar-bg: #003595;
  --color-sidebar-text: #fff;
  --color-sidebar-text-hover: #335DAA;
  --color-primary-darkest: #001a47;
  --color-primary-dark: #002b70;
  --color-primary-muted: #0047a3;
  --color-primary-regular: #003595;
  --color-primary-regular-light: #3369c5;
  --color-primary-mid: #2E4C7D;
  --color-primary-normal: #20639B;
  --color-primary-light: #c1cde4;
  --color-primary-lighter: #E5EAF4;
  --color-primary-lightest: #e5ecf9;
  --color-primary-lightest-rgb: 241, 244, 255;
  --color-grey-very-light: #F4F4F4;
  --color-grey-middle: #E5E5E5;
  --color-primary-link-text: #ffffff;
  --color-accent-regular: #ee652b;
  --color-accent-light: #feba9d;
  --color-accent-lightest: #fceade;
  --color-accent-bright: #f6516f;
  --color-accent-bright-dark: #e43555;
  --color-neutral-darkest: #090B10;
  --color-neutral-dark: #3A3C40;
  --color-neutral-darker: #989696;
  --color-neutral-regular: #666666;
  --color-neutral-light: #9D9D9F;
  --color-neutral-D5: #D5D5D5;
  --color-neutral-F8: #F8F8F8;
  --color-neutral-lighter: #CECECF;
  --color-neutral-lightest: #F3F3F3;
  --color-neutral-white: #ffffff;
  --color-neutral-black: #000000;
  --color-dark-text: #3e4045;
  --color-opacity-clear: rgba(0, 0, 0, 0);
  --color-opacity-light: rgba(0, 0, 0, .08);
  --color-opacity-white: rgba(255, 255, 255, .8);
  --color-opacity-half-white: rgba(255, 255, 255, .5);
  --color-opacity-dark: rgba(14, 18, 38, .15);
  --color-opacity-half-dark: rgba(28, 28, 28, .5);
  --color-opacity-darkest: rgba(9, 11, 16, .8);
  --color-opacity-black: rgba(0, 0, 0, .25);
  --color-opacity-green: rgba(81, 197, 90, .3);
  --color-opacity-red: rgba(182, 39, 39, .3);
  --bs-body-bg: #F5F6FA;
  --filter-background-hover: #ebebeb;
  --color-status-error-dark: #600;
  --color-status-error-regular: #C93F3F;
  --color-status-error-hover: #B62727;
  --color-status-error-light: #FFE8E8;
  --color-status-warning-regular: #FFF4E0;
  --color-status-warning-dark: var(--color-supportive-vibrant-yellowish-orange);
  --color-status-warning-light: #FFBB33;
  --color-status-success-dark: #017108;
  --color-status-success-regular: #51C55A;
  --color-status-success-light: #D0F8D3;
  --color-status-passed: #00BA00;
  --color-status-failed: #DD4247;
  --color-functional-focus: #004fe0;
  --color-functional-opacity-focus-rgb: 49, 58, 197;
  --color-functional-focus-reverse: #d1e1fa;
  --color-functional-visited: var(--color-neutral-dark);
  --color-functional-text: var(--color-neutral-darkest);
  --color-functional-disabled-background: var(--color-neutral-lighter);
  --color-functional-disabled-text-on-background: var(--color-neutral-regular);
  --color-functional-disabled-text: var(--color-neutral-regular);
  --color-functional-disabled-input: var(--color-neutral-light);
  --color-supportive-subtle-violet: #EEE0FF;
  --color-supportive-subtle-yellow: #FFFAD5;
  --color-supportive-subtle-blue: #DBF1FF;
  --color-supportive-subtle-warm-green: #E9FFDB;
  --color-supportive-subtle-purple-blue: #EBE9FF;
  --color-supportive-subtle-reddish-orange: #FFE4D5;
  --color-supportive-subtle-yellowish-orange: #FFF4E0;
  --color-supportive-subtle-green: #E0FFEA;
  --color-supportive-vibrant-violet: #8F23DB;
  --color-supportive-vibrant-yellow: #DBD001;
  --color-supportive-vibrant-blue: #0090BE;
  --color-supportive-vibrant-warm-green: #429C0A;
  --color-supportive-vibrant-purple-blue: #6308D1;
  --color-supportive-vibrant-reddish-orange: #CA441B;
  --color-supportive-vibrant-yellowish-orange: #DB8523;
  --color-supportive-vibrant-green: #0BA864;
  --color-type-pdf: #E5252A;
  --color-type-doc: #0263D1;
  --color-type-xls: #00733B;
  --color-type-ppt: #E03303;
  --color-type-txt: #0E1226;
  --color-type-svg: #FF6600;
  --typography-font-headings: "Prompt", Arial, Helvetica, sans-serif;
  --typography-font-bodycopy: "Prompt", Arial, Helvetica, sans-serif;
  --typography-font-buttons: "Prompt", Arial, Helvetica, sans-serif;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-semibold: 500;
  --font-weight-bold: 600;
  --font-weight-extrabold: 900;
}

h2,
h3,
h4,
h5,
h6,
.sb-user-login-form__title,
.sb-dashboard__personal .sb-userinfo__name,
.weekly-calendar-container .month-year-display,
.page-title__content {
  font-weight: var(--font-weight-normal);
}

.training-status__item .value,
.training-content__modules--title,
.sb-noresult__title,
.certificate-section .certificate-header .label,
.certificate-section .certificate-info-date .value,
.sb-event__title,
.sb-calendar-event__dates .value,
.sb-calendar-event__heading,
.sb-sidebar .sb-main-menu__sub-menu .sb-link span {
  font-weight: var(--font-weight-semibold);
}

.page-title__content,
.sb-dashboard__title-wrapper .sb-link span,
.tabs-menu__tab span,
.tabs-title__wrapper h3,
.sb-calendar-event .event-status,
.nav-tabs .nav-link {
  text-transform: uppercase;
}

.sb-progress__preview-title {
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-primary-regular);
}

.training-navigation__title,
.sb__step-module-title {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 500;
}

.sb__step-module-title {
  font-size: 18px;
}

.sb__step-module-activity.current a {
  color: var(--color-primary-darkest);
  font-weight: var(--font-weight-bold);
  font-size: 16px;
}

.sb-link__secondary,
.sb-button--secondary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-style: normal;
  font-weight: var(--font-weight-normal);
  line-height: 18px;
  text-transform: uppercase;
  color: var(--color-primary-regular);
  background-color: var(--color-neutral-white);
  border: 1px solid var(--color-primary-regular);
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: color 0.4s ease, border-color 0.4s ease;
  z-index: 1;
}
.sb-link__secondary::before,
.sb-button--secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(-45deg, var(--color-neutral-white) 0%, var(--color-neutral-white) 40%, var(--color-primary-regular) 60%, var(--color-primary-regular) 100%);
  background-size: 300% 300%;
  background-position: right bottom;
  transition: background-position 0.6s ease;
  z-index: -1;
}
.sb-link__secondary:hover,
.sb-button--secondary:hover {
  color: var(--color-neutral-white);
  border-color: transparent;
  outline: none;
}
.sb-link__secondary:hover::before,
.sb-button--secondary:hover::before {
  background-position: left top;
}

.sb-link__secondary span,
.sb-link__primary span {
  position: relative;
  z-index: 2;
}

.sb-icon {
  z-index: 5;
}

.sb-link__primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--color-neutral-white);
  background-color: var(--color-primary-regular);
  border: 1px solid var(--color-primary-regular);
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: color 0.4s ease, border-color 0.4s ease;
  z-index: 1;
}
.sb-link__primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(-45deg, var(--color-primary-regular) 0%, var(--color-primary-regular) 40%, var(--color-neutral-white) 60%, var(--color-neutral-white) 100%);
  background-size: 300% 300%;
  background-position: right bottom;
  transition: background-position 0.6s ease;
  z-index: -1;
}
.sb-link__primary:hover {
  color: var(--color-primary-regular);
  border-color: var(--color-primary-regular);
}
.sb-link__primary:hover::before {
  background-position: left top;
}

.sb-link span,
.sb-dashboard__title-wrapper .sb-link span {
  font-weight: var(--font-weight-normal);
  font-size: 14px;
}

.sb-button {
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border-radius: 4px;
}
.sb-button.apply, .sb-button[data-action-id=CREATE_LP_ATTEMPT], .sb-button[data-action-id=ENROLL_LP] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-neutral-white);
  background-color: var(--color-primary-regular);
  border: 1px solid var(--color-primary-regular);
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: color 0.4s ease, border-color 0.4s ease;
  isolation: isolate;
  z-index: 0;
}
.sb-button.apply::before, .sb-button[data-action-id=CREATE_LP_ATTEMPT]::before, .sb-button[data-action-id=ENROLL_LP]::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(-45deg, var(--color-primary-regular) 0%, var(--color-primary-regular) 40%, var(--color-neutral-white) 60%, var(--color-neutral-white) 100%);
  background-size: 300% 300%;
  background-position: right bottom;
  transition: background-position 0.6s ease;
  z-index: -1;
}
.sb-button.apply:hover, .sb-button[data-action-id=CREATE_LP_ATTEMPT]:hover, .sb-button[data-action-id=ENROLL_LP]:hover {
  color: var(--color-primary-regular);
  border-color: var(--color-primary-regular);
}
.sb-button.apply:hover::before, .sb-button[data-action-id=CREATE_LP_ATTEMPT]:hover::before, .sb-button[data-action-id=ENROLL_LP]:hover::before {
  background-position: left top;
}

.sb-button--text {
  gap: 5px;
  padding: 2px 10px;
  min-height: 24px;
  min-width: 0;
  background: none;
  text-transform: uppercase;
  border: none;
  color: var(--color-primary-regular);
}
.sb-button--text:before {
  content: none;
}

.sb-button--bookmark:hover {
  background-image: url(./img/bookmark-blue.svg);
}
.sb-button--bookmark[data-is-bookmarked=true] {
  background-image: url(./img/bookmark-blue-filled.svg);
}

.js-filters-toggle {
  text-transform: uppercase;
}
.js-filters-toggle:hover svg path {
  fill: var(--color-neutral-white);
  stroke: var(--color-neutral-white);
}

.sb-catalog__selects-dropdown .select2-container .select2-selection--single,
.sb-certificate__status,
.user-status-wrapper .active,
.status-published,
.sb-calendar-event .event-status {
  border-radius: 4px;
}

.menu-overlay {
  background: hsla(0, 0%, 80%, 0.5);
}

.sb-icon.sb-icon--world {
  fill: none;
  width: 30px;
  height: 30px;
}

.sb-calendar-event__content-right {
  padding-right: 28px;
}

.messages {
  border-radius: 0;
  background-color: var(--color-neutral-lightest);
  border-color: var(--color-neutral-light);
}
.messages:before {
  background: url(./img/info-dark.svg) center no-repeat;
}

.sb-learning__box-link {
  z-index: 5;
}

.post-files-container:has(.messages-list),
.post-images-container:has(.messages-list) {
  padding-top: 33px;
}

@media (max-width: 576px) {
  .toast {
    width: 345px;
  }
}

.sb-dashboard__connections .sb-user-connection-item__actions .sb-button[data-action-id=DECLINE_USER_INVITATION] {
  background-image: url(./img/feed-close.svg);
}
.sb-dashboard__connections .sb-user-connection-item__actions .sb-button::before {
  content: none;
}
.sb-dashboard__connections .sb-user-connection-item__actions .sb-button:hover {
  border-color: var(--color-primary-regular);
}

.sb-badge {
  max-width: 105px;
}
.sb-badge img {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
}

.tab-content {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .tab-content {
    margin-bottom: 180px;
  }
}

.sb-noresult {
  padding-bottom: 90px;
}

.select2-container--default .select2-results__option {
  color: var(--color-primary-regular);
}
.select2-container--default .select2-results__option::before {
  border: 1px solid var(--color-primary-regular);
}

.select2-container .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: transparent;
  color: var(--color-primary-regular);
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected {
  color: var(--color-primary-regular);
  background-color: var(--filter-background-hover);
}

.select2-results__option:hover {
  background: var(--filter-background-hover) !important;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  color: var(--color-primary-regular) !important;
}

input.sb-checkbox ~ label.option:before {
  border: 1px solid var(--color-primary-regular);
}

.take-activity-wrapper:not(.module-results):has(.activities-list__container) {
  background: none;
  border-radius: 0;
  border: none;
  padding: 0;
}
.take-activity-wrapper .fullscreen-link {
  background: var(--color-opacity-half-dark);
  border-radius: 50%;
  display: flex;
  padding: 6px;
  z-index: 1;
}
.take-activity-wrapper .fullscreen-link .sb-icon {
  color: var(--color-neutral-white);
}

.training-navigation {
  border-radius: 0;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 200px);
}
.page-opigno-learner-area-opigno-lp-result-page .training-navigation {
  position: sticky;
  top: 120px;
}
.training-navigation .sb-box__module-list {
  max-height: 33dvh;
  overflow-y: auto;
  scroll-padding-top: 130px;
  scroll-padding-bottom: 100px;
}
@media (min-width: 768px) {
  .training-navigation .sb-box__module-list.collapse {
    display: none !important;
  }
  .training-navigation .sb-box__module-list.collapse.show {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .training-navigation .sb-box__module-list.collapse {
    display: block !important;
    max-height: initial;
  }
}

.sb__step-module-activity {
  color: var(--color-neutral-dark);
  cursor: pointer;
  font-weight: var(--font-weight-bold);
  transition: background 0.3s ease-out;
}
.sb__step-module-activity.loading {
  cursor: progress;
}
.sb__step-module-activity.loading .status-icon {
  animation: spin 1s linear infinite;
  background: none;
  border-right-color: var(--color-neutral-lighter);
}
.sb__step-module-activity.loading .sb-icon {
  visibility: hidden;
}
.sb__step-module-activity .sb-icon {
  display: none;
}
.sb__step-module-activity.completed {
  font-weight: var(--font-weight-bold);
}
.sb__step-module-activity.completed.current .sb-icon--eye-fill {
  display: block;
}
.sb__step-module-activity.completed.current .sb-icon--check-thin {
  display: none;
}
.sb__step-module-activity.completed .sb-icon--check-thin {
  display: block;
}
.sb__step-module-activity.current {
  background: var(--color-primary-lighter);
  box-shadow: 0 2px 20px var(--color-opacity-light);
  color: var(--color-primary-regular);
}
.sb__step-module-activity.locked {
  cursor: not-allowed;
}
.sb__step-module-activity.locked .activity-type {
  color: var(--color-neutral-regular);
}
.sb__step-module-activity .status-icon {
  margin-top: -14px;
  transform: none;
}
.sb__step-module-activity .activity-type {
  color: var(--color-neutral-dark);
}

.sb-training {
  border-radius: 0;
  position: relative;
}
.sb-training__image {
  border-radius: 0;
}
@media screen and (max-width: 756px) {
  .sb-training__image {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}
.sb-training__image img {
  height: 600px;
  object-fit: cover;
  width: 100%;
  max-height: 600px;
}
@media screen and (max-width: 900px) {
  .sb-training__image img {
    max-height: 414px;
  }
}
.sb-training__cta-wrapper:empty {
  display: none;
}
.sb-training__info-main {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  padding: 0;
}
@media screen and (max-width: 756px) {
  .sb-training__info-main {
    gap: 10px;
    right: 2px;
  }
}
.sb-training__info-item {
  border-radius: 4px;
  color: var(--color-neutral-regular);
  padding: 8px 16px;
  background-color: var(--color-opacity-white);
  color: var(--color-neutral-regular);
  font-size: 14px;
  flex-wrap: nowrap;
}
.sb-training .training-title-wrapper__actions {
  position: absolute;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 756px) {
  .sb-training .training-title-wrapper__actions {
    left: 2px;
  }
}
.sb-training .training-title-wrapper__actions .sb-button--bookmark {
  background-color: var(--color-opacity-white);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 4px;
}

.training-status {
  max-width: 100%;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 900px) {
  .training-status {
    flex-direction: column;
  }
}
.training-status__item {
  border-radius: 0;
  border: none;
  flex-direction: row;
  gap: 16px;
  padding: 0;
}
.training-status__item .label {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 120%;
}
@media screen and (max-width: 756px) {
  .training-status__item .label {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.training-status__item .value {
  font-size: 20px;
  font-weight: var(--font-weight-semibold);
  color: var(--color-primary-darkest);
}
@media screen and (max-width: 756px) {
  .training-status__item .value {
    font-size: 16px;
  }
}
.training-status__item .status-info {
  display: flex;
  flex-direction: column;
}

.training-content {
  position: relative;
}
.training-content__modules {
  border-radius: 0;
  padding: 0;
}
.training-content__modules--list {
  max-width: 1280px;
  margin: 0 auto;
}

.progress-card {
  padding: 20px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: var(--color-neutral-white);
  width: 80%;
  margin: -80px auto 40px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .progress-card {
    width: 90%;
    margin-top: -100px;
  }
}
.progress-card .sb-progress__wrapper {
  margin-bottom: 0;
}
.progress-card .sb-progress__bar {
  margin-bottom: 12px;
}
.progress-card .sb-progress__label, .progress-card .sb-progress__value {
  color: var(--color-neutral-dark);
}
.progress-card .sb-progress__value {
  font-weight: var(--font-weight-bold);
}

.training-overview {
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 756px) {
  .training-overview {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.training-overview .nav-tabs {
  justify-content: center;
  border-bottom: 0;
}
@media screen and (max-width: 756px) {
  .training-overview .nav-tabs {
    display: flex;
    gap: 32px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start;
    margin: 0 auto 24px;
    max-width: 100%;
  }
}
.training-overview .nav-tabs .nav-link {
  font-size: 18px;
  font-weight: var(--font-weight-normal);
}
@media screen and (max-width: 756px) {
  .training-overview .nav-tabs .nav-link {
    font-size: 14px;
    white-space: nowrap;
  }
}
.training-overview .training-content__modules {
  background-color: transparent;
}
.training-overview .training-content__modules--title {
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 756px) {
  .training-overview .training-content__modules--title {
    font-size: 16px;
    text-align: left;
  }
}
.training-overview .training-content__counter {
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 756px) {
  .training-overview .training-content__counter {
    font-size: 14px;
    justify-content: flex-start;
  }
}
.training-overview .training-title-wrapper {
  margin-bottom: 48px;
  position: relative;
}
@media screen and (max-width: 756px) {
  .training-overview .training-title-wrapper {
    margin-bottom: 16px;
  }
}
.training-overview .training-title-wrapper h1 {
  color: var(--color-primary-regular);
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  font-weight: var(--font-weight-normal);
  margin: 0;
  line-height: normal;
  margin-bottom: 24px;
}
@media screen and (max-width: 756px) {
  .training-overview .training-title-wrapper h1 {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: left;
  }
}
.training-overview .training-title-wrapper .sb-training__cta-wrapper {
  align-items: center;
  padding: 0;
}
.training-overview .training-title-wrapper .sb-training__cta-wrapper .sb-link,
.training-overview .training-title-wrapper .sb-training__cta-wrapper .sb-button {
  min-width: 140px;
}
.training-overview .domains {
  align-items: center;
  color: var(--color-primary-darkest);
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
  justify-content: center;
}
@media screen and (max-width: 756px) {
  .training-overview .domains {
    justify-content: flex-start;
  }
}
.training-overview .domain {
  background-color: var(--color-neutral-F8);
  border-radius: 4px;
  line-height: 1.2;
  padding: 8px 16px;
}

.sb-topic {
  border-radius: 0;
  background-color: var(--color-primary-lightest);
}

@media screen and (max-width: 756px) {
  .training-content__documents .sb-file--item__action .sb-link span {
    font-size: 0;
  }
}

.module-results .fullscreen-link .expand {
  color: var(--color-neutral-white);
}

@media screen and (max-width: 756px) {
  .sb-topic {
    background-color: transparent;
  }
}

.sb-module {
  border-radius: 0;
  padding: 0;
  border: 0;
  margin-bottom: 64px;
}
@media screen and (max-width: 756px) {
  .sb-module {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 26px;
  }
}
.sb-module:nth-child(even) .sb-module__fields-content {
  flex-direction: row-reverse;
}
@media screen and (max-width: 756px) {
  .sb-module:nth-child(even) .sb-module__fields-content {
    flex-direction: column;
  }
}
.sb-module__fields-content {
  gap: 80px;
}
@media screen and (max-width: 1080px) {
  .sb-module__fields-content {
    gap: 40px;
  }
}
@media screen and (max-width: 756px) {
  .sb-module__fields-content {
    gap: 0;
    flex-direction: column;
  }
}
.sb-module__content-left {
  gap: 0;
}
@media screen and (max-width: 756px) {
  .sb-module__content-left {
    order: 0;
  }
}
.sb-module__content-right {
  margin-left: 0;
  flex-direction: column;
}
@media screen and (max-width: 756px) {
  .sb-module__content-right {
    order: 1;
  }
}
@media screen and (max-width: 756px) {
  .sb-module__info {
    gap: 24px;
  }
}
.sb-module__info--actions {
  margin-left: 0;
}
@media screen and (max-width: 756px) {
  .sb-module__info--actions {
    padding: 0 16px 16px;
  }
}
.sb-module__info--actions-item .unlock-text {
  text-align: left;
}
.sb-module__kicker-text {
  margin-bottom: 8px;
}
.sb-module__content__image {
  flex: 0 0 49%;
  max-width: 49%;
  height: 100%;
  aspect-ratio: 5/6;
  overflow: hidden;
  max-height: 645px;
}
@media screen and (max-width: 756px) {
  .sb-module__content__image {
    flex: 0 0 500px;
    max-width: 100%;
  }
}
.sb-module__content__image img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  object-position: center;
}
.sb-module__content__description {
  max-width: 51%;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  flex: 1 1 auto;
}
@media screen and (max-width: 1080px) {
  .sb-module__content__description {
    padding-top: 50px;
  }
}
@media screen and (max-width: 756px) {
  .sb-module__content__description {
    max-width: 100%;
    padding: 16px 16px 0 16px;
  }
}
.sb-module__content__description .sb-module__description {
  padding-top: 0;
  max-width: 520px;
}
.sb-module__content__description .sb-module__description p {
  margin-bottom: 24px;
}
.sb-module .sb-module__heading {
  font-size: 24px;
  color: var(--color-primary-regular);
  text-transform: uppercase;
  font-weight: var(--font-weight-semibold);
  margin-bottom: 16px;
}

.sb-topic__modules .sb-module:nth-child(even) .sb-module__content__description {
  margin-left: 20px;
}
@media screen and (max-width: 756px) {
  .sb-topic__modules .sb-module:nth-child(even) .sb-module__content__description {
    margin-left: 0;
  }
}

.menu--sidebar .page-header__language-switcher {
  padding: 24px 24px 24px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  white-space: nowrap;
  display: block;
}
.menu--sidebar .page-header__language-switcher:has(.language-switcher-dropdown.is-open) .switcher-wrap svg {
  transform: rotate(180deg);
}
.menu--sidebar .page-header__language-switcher .language-switcher__label,
.menu--sidebar .page-header__language-switcher .language-switcher-dropdown {
  color: var(--color-neutral-white);
  font-size: 16px;
  display: inline-block;
  white-space: nowrap;
  max-width: 220px;
  opacity: 1;
  transform: translateX(-8px);
  transition: max-width 0.25s ease, opacity 0.2s ease, transform 0.2s ease;
}
@media (min-width: 1200px) {
  .menu--sidebar .page-header__language-switcher .language-switcher__label,
  .menu--sidebar .page-header__language-switcher .language-switcher-dropdown {
    opacity: 0;
    max-width: 0;
  }
}
.menu--sidebar .page-header__language-switcher .dropdown-toggle {
  background-color: transparent;
  display: none;
}
.menu--sidebar .page-header__language-switcher .dropdown {
  margin-left: auto;
}
.menu--sidebar .page-header__language-switcher .language-switcher-dropdown {
  position: static;
}
.menu--sidebar .page-header__language-switcher .language-switcher-dropdown.is-open .dropdown-menu {
  display: block;
  max-height: 600px;
}
.menu--sidebar .page-header__language-switcher .switcher-wrap {
  display: flex;
  align-items: center;
}
.menu--sidebar .page-header__language-switcher .switcher-wrap svg {
  margin-left: auto;
  transition: transform 0.25s ease;
}
.menu--sidebar .page-header__language-switcher .dropdown-menu {
  background-color: var(--color-sidebar-bg);
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  margin: 8px 0 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.menu--sidebar .page-header__language-switcher .dropdown-menu .language-link {
  color: var(--color-neutral-white);
  padding-left: 27px;
}
.menu--sidebar .page-header__language-switcher .dropdown-menu .language-link.is-active, .menu--sidebar .page-header__language-switcher .dropdown-menu .language-link:hover {
  background-color: var(--color-sidebar-text-hover);
  font-weight: var(--font-weight-normal);
}
.menu--sidebar .page-header__language-switcher .language-switcher__icon {
  flex: 0 0 28px;
  margin-right: 24px;
}
@media screen and (max-width: 576px) {
  .menu--sidebar .page-header__language-switcher .language-icon {
    margin-right: 12px;
  }
}

.sb-sidebar .sb-header__logo img {
  filter: brightness(0) invert(1);
}

.public-page .swiper-banner {
  min-height: calc(100vh - 120px);
  position: relative;
}
.public-page .swiper-banner .swiper-slide {
  position: relative;
  overflow: hidden;
}
.public-page .swiper-banner.swiper--single {
  min-height: calc(100vh - 120px);
  background: linear-gradient(101deg, #FFF -14.17%, #003595 0%);
}
.public-page .swiper-banner.swiper--single::before {
  content: none;
}
.public-page .swiper-banner.swiper--single::after {
  content: none;
}
.public-page .swiper-banner .video-js {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: var(--color-neutral-black);
}
@media screen and (max-width: 1300px) {
  .public-page .swiper-banner .video-js {
    width: 100%;
    height: 100%;
  }
}
.public-page .swiper-banner .video-js .vjs-tech {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1300px) {
  .public-page .swiper-banner .video-js .vjs-tech {
    width: 100%;
    height: 100%;
  }
}
.public-page .banner-content {
  align-self: flex-end;
}
.public-page .banner-content h2 {
  font-size: 40px;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8), 0 2px 4px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 12vh;
}
@media screen and (max-width: 800px) {
  .public-page .banner-content h2 {
    font-size: 24px;
  }
}
.public-page footer {
  padding: 40px 0;
  margin-top: 0;
}
.public-page footer .footer-inner {
  gap: 0;
}
.public-page footer .footer-inner .footer-inner__right .social-link-field li .youtube svg {
  width: 28px;
}
@media screen and (max-width: 576px) {
  .public-page .page-header__sitebranding {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 576px) {
  .public-page .page-header__sitebranding img {
    max-width: 100px;
  }
}
.public-page .page-header__topmenu .explore {
  position: relative;
}
@media screen and (max-width: 576px) {
  .public-page .page-header__topmenu .explore .sb-link svg {
    display: none;
  }
}
.public-page .page-header__topmenu .explore .ajax-progress-throbber {
  position: absolute;
  right: 0;
  z-index: 5;
  top: 13px;
}
.public-page .page-header__topmenu .explore .ajax-progress-throbber .throbber {
  height: 14px;
  width: 14px;
  border-width: 1px;
}
.public-page .page-header__topmenu .page-header__language-switcher {
  margin-right: 30px;
}
.public-page .page-header__topmenu .page-header__language-switcher .dropdown-toggle svg {
  color: var(--color-primary-regular);
}

.opigno-catalog-catalog-page .select2-search__field::placeholder,
.opigno-catalog-catalog-page .select2-search__field::-webkit-input-placeholder,
.opigno-catalog-catalog-page .sb-select-placeholder,
.opigno-catalog-catalog-page .opigno-catalog-catalog-page .select2-search__field {
  color: var(--color-primary-regular) !important;
  opacity: 1 !important;
  font-size: 20px;
  text-transform: uppercase;
}
.opigno-catalog-catalog-page .sb-icon--filter path {
  fill: currentColor;
  stroke: currentColor;
}

.sb-catalog__selects-item {
  min-width: 350px;
}
@media screen and (max-width: 576px) {
  .sb-catalog__selects-item .select2-container {
    width: auto !important;
  }
}
.sb-catalog__selects-item .select2-container .select2-selection {
  border-color: transparent;
  cursor: pointer;
}
.sb-catalog__selects-item .select2-container.select2-container--focus .select2-selection {
  border-color: transparent;
  cursor: pointer;
}
.sb-catalog__selects-item .select2-container .select2-selection--multiple::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("./img/angle-small-down.svg") no-repeat center;
  pointer-events: none;
  transition: transform 0.2s ease, background-image 0.2s ease;
}
.sb-catalog__selects-item.is-open .select2-dropdown {
  display: block;
}
.sb-catalog__selects-item.is-open .select2-selection__arrow b {
  transform: rotate(180deg);
}
.sb-catalog__selects-item.is-open .select2-container .select2-selection--multiple::before {
  background-image: url("./img/angle-small-top.svg");
}
.sb-catalog__selects-item.is-collapsed .select2-dropdown,
.sb-catalog__selects-item.is-collapsed .select2-results,
.sb-catalog__selects-item.is-collapsed .select2-results__options {
  max-height: 0 !important;
  overflow: hidden !important;
  cursor: pointer;
}
.sb-catalog__selects-item.is-collapsed .select2-selection__arrow b {
  transform: rotate(0deg);
}
.sb-catalog__selects-item .select2-selection__arrow b {
  transition: transform 0.2s ease;
}

.sb-catalog__selects-results {
  width: 100%;
}
.sb-catalog__selects-results .reset-button {
  font-size: 14px;
  text-transform: capitalize;
  color: #090B10;
}

@media screen and (max-width: 576px) {
  .sb-catalog__selects-dropdown {
    flex-direction: column;
    width: 100%;
    gap: 24px;
  }
}
.sb-catalog__selects-dropdown .select2-container {
  width: 215px !important;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .sb-catalog__selects-dropdown .select2-container {
    width: 100% !important;
  }
}
.sb-catalog__selects-dropdown .select2-container .select2-dropdown .select2-results__options .select2-results__option {
  color: var(--color-primary-regular);
}
@media screen and (max-width: 576px) {
  .sb-catalog__selects-dropdown .select2-container .select2-dropdown .select2-results__options .select2-results__option {
    text-align: center;
  }
}
.sb-catalog__selects-dropdown .select2-container .select2-selection--single {
  background-image: url(./img/sort-by.svg);
  min-height: 50px;
  border: 1px solid var(--color-primary-regular);
}
@media screen and (max-width: 576px) {
  .sb-catalog__selects-dropdown .select2-container .select2-selection--single {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
.sb-catalog__selects-dropdown .select2-container.select2-container--open .select2-selection--single {
  background-image: url(./img/sort-by.svg);
}

.selected-labels .label-item {
  border-radius: 4px;
  background-color: var(--color-primary-lighter);
  color: var(--color-primary-mid);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.12px;
  text-transform: uppercase;
}
.selected-labels .label-item::after {
  content: "✕";
  display: inline-flex;
  margin-left: 16px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  font-weight: 200;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: white;
  align-items: center;
  justify-content: center;
  padding-right: 1px;
}

@media screen and (max-width: 576px) {
  .view-catalogue-content .view-header .sb-link {
    align-self: flex-end;
    padding: 0 0 4px;
    border-width: 0 0 1px 0;
    border-radius: 0;
    background-color: transparent;
    min-width: 0;
  }
  .view-catalogue-content .view-header .sb-link::before {
    content: none;
  }
  .view-catalogue-content .view-header .sb-link:hover::before {
    content: none;
  }
}

.filter-list .fieldgroup .sb-box__title {
  color: var(--color-primary-regular);
}
.filter-list .filters-title {
  color: var(--color-primary-regular);
}

.sb-card {
  border-radius: 0;
  border-color: var(--bs-body-bg);
}
.sb-card:hover {
  border-color: var(--color-primary-normal);
  outline: none;
}
.sb-card__status {
  color: var(--color-primary-regular);
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  background-color: var(--color-neutral-F8);
}
.sb-card .sb-progress__value {
  color: var(--color-primary-regular);
  font-weight: var(--font-weight-bold);
}
.sb-card__heading {
  flex: 1 0 45px;
}
.sb-card__image {
  height: 244px;
}
.sb-card__heading {
  color: var(--color-primary-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
}
.sb-card__categories--item {
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  background-color: var(--color-neutral-F8);
  color: var(--color-neutral-light);
}
.sb-card__categories--item.empty {
  color: var(--color-neutral-light);
}
.sb-card__duration {
  border-radius: 4px;
  color: var(--color-neutral-regular);
}
.sb-card .training-content .domain {
  border-radius: 4px;
  color: var(--color-neutral-regular);
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  background-color: var(--color-neutral-F8);
}
.sb-card .sb-button--bookmark {
  border-radius: 4px;
}
.sb-card__image {
  border-radius: 0;
}
.sb-card__actions {
  margin-top: 16px;
}

.sb-progress__label {
  color: var(--color-neutral-regular);
}

.score-widget {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.score-widget__trigger {
  border: 0;
  outline: none;
  padding: 8px 0;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  background-color: var(--color-neutral-white);
}
.score-widget__icon,
.score-widget .score-widget__tooltip-icon {
  color: var(--color-primary-regular);
}
.score-widget__ranking {
  font-size: 16px;
  font-weight: var(--font-weight-semibold);
  color: var(--color-dark-text);
}
.score-widget__tooltip {
  background-color: var(--color-neutral-white);
  padding: 22px 16px 16px;
  min-width: 230px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  z-index: 10;
  border: 1px solid var(--color-neutral-D5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.score-widget__tooltip::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 7px 7px 7px;
  border-style: solid;
  border-color: transparent transparent var(--color-neutral-D5) transparent;
  z-index: -1;
}
.score-widget__tooltip::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: transparent transparent var(--color-neutral-white) transparent;
}
.score-widget:hover .score-widget__tooltip {
  opacity: 1;
  pointer-events: auto;
}
.score-widget__tooltip-value {
  font-size: var(--font-weight-semibold);
  color: var(--color-dark-text);
}

.page-header {
  padding: 38px 20px 36px;
  height: 116px;
  position: fixed;
}
@media screen and (min-width: 756px) {
  .page-header {
    padding: 11px 40px;
    height: 80px;
  }
}
@media screen and (max-width: 756px) {
  .page-header .sb-userinfo__user-pic {
    height: 40px;
    width: 40px;
  }
}
.page-header .sb-userinfo__role {
  color: var(--color-neutral-regular);
}
.page-header__wrapper .mobile-menu-btn {
  height: 24px;
  margin-top: 14px;
  margin-right: 28px;
}
.page-header__gamification {
  display: none;
}
@media screen and (min-width: 756px) {
  .page-header__gamification {
    display: flex;
    gap: 40px;
    justify-content: flex-end;
    align-items: center;
    margin-right: 16px;
  }
}
.page-header__notification .message-count {
  z-index: 6;
  font-size: 10px;
}
.page-header__usermenu .dropdown-toggle {
  color: var(--color-neutral-darkest);
}
.page-header__usermenu .dropdown-menu .page-header__gamification {
  display: flex;
  flex-direction: column;
  margin-right: 0;
  gap: 20px;
  padding: 16px 20px;
  border-top: 1px solid var(--color-neutral-D5);
}
@media screen and (min-width: 756px) {
  .page-header__usermenu .dropdown-menu .page-header__gamification {
    display: none;
  }
}
.page-header__usermenu .dropdown-menu .page-header__gamification .score-widget__trigger {
  display: none;
}
.page-header__usermenu .dropdown-menu .page-header__gamification .score-widget__tooltip {
  border: 0;
  position: static;
  opacity: 1;
  transform: none;
  visibility: visible;
  padding: 0;
  margin: 0;
  align-items: center;
}
.page-header__usermenu .dropdown-menu .page-header__gamification .score-widget__tooltip::after, .page-header__usermenu .dropdown-menu .page-header__gamification .score-widget__tooltip::before {
  content: none;
}
.page-header__usermenu .dropdown-menu .page-header__gamification .score-widget__tooltip .score-widget__tooltip-icon svg {
  width: 24px;
  height: 24px;
}
.page-header__usermenu .dropdown-menu .page-header__gamification .score-widget__tooltip .score-widget__tooltip-text {
  display: flex;
  gap: 5px;
  font-size: 15px;
  line-height: 120%;
  color: var(--color-dark-text);
  align-items: center;
}
.page-header__usermenu .dropdown-menu .page-header__gamification .score-widget__tooltip .score-widget__tooltip-text .score-widget__tooltip-value {
  font-size: 16px;
  font-weight: var(--font-weight-semibold);
  line-height: normal;
}
.page-header__sitebranding {
  transition: margin-left 0.4s ease;
}
@media (min-width: 1200px) {
  .page-header__sitebranding {
    margin-left: 95px;
  }
}
@media screen and (max-width: 480px) {
  .page-header__sitebranding {
    margin: 0;
  }
}
@media screen and (min-width: 756px) {
  .page-header__sitebranding img {
    max-width: 100px;
  }
}
@media (min-width: 1200px) {
  .page-header__sitebranding.shifted {
    margin-left: 300px;
  }
}

.sb-sidebar {
  width: 80px;
  overflow: visible;
  transition: width 0.4s ease;
}
.sb-sidebar .system-branding-block {
  display: none;
}
.sb-sidebar .sb-main-menu::-webkit-scrollbar {
  width: 2px;
}
.sb-sidebar .sb-main-menu__link {
  padding: 24px 28px;
  gap: 28px;
  white-space: nowrap;
}
.sb-sidebar .sb-main-menu__link span {
  opacity: 1;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1200px) {
  .sb-sidebar .sb-main-menu__link span {
    overflow: hidden;
    max-width: 0;
    opacity: 0;
    transform: translateX(-8px);
    transition: max-width 0.25s ease, opacity 0.2s ease, transform 0.2s ease;
  }
}
.sb-sidebar .sb-main-menu__item.menu__item--level-1:last-child .sb-link {
  padding: 40px 28px;
}
.sb-sidebar .sb-main-menu__sub-menu .sb-link {
  gap: 10px;
  padding: 12px 40px 12px 80px;
}
.sb-sidebar .sb-main-menu__sub-menu .sb-link span {
  white-space: nowrap;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sb-sidebar__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 80px;
}
.sb-sidebar__content::-webkit-scrollbar {
  width: 2px;
}
.sb-sidebar__content::-webkit-scrollbar-thumb {
  background: var(--color-primary-dark);
}
.sb-sidebar__open {
  width: 300px;
}
@media (min-width: 1200px) {
  .sb-sidebar__open .sb-main-menu__link span {
    opacity: 1;
    transform: translateX(0);
    max-width: 220px;
  }
}
.sb-sidebar__open .sb-main-menu .page-header__language-switcher {
  cursor: pointer;
}
.sb-sidebar__open .sb-main-menu .page-header__language-switcher .language-switcher__label,
.sb-sidebar__open .sb-main-menu .page-header__language-switcher .language-switcher-dropdown {
  max-width: 250px;
  opacity: 1;
  transform: translateX(0);
}

.sidebar-toggle {
  display: none;
  width: 32px;
  height: 32px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary-regular);
  border: 2px solid var(--color-neutral-F8);
  border-radius: 50%;
  position: absolute;
  right: -12px;
  top: 26px;
  color: var(--color-neutral-white);
  z-index: 1100;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .sidebar-toggle {
    display: flex;
  }
}
.sidebar-toggle svg {
  transition: transform 0.4s ease;
}
.sidebar-toggle.flip svg {
  transform: rotate(180deg);
}