@import 'fonts.css';
body.--bcmp__lightView {
  --color-primary-bg: #ffffff;
  --color-primary: #ffffff;
  --color-dark-primary: #f3f3f3;
  --color-primary-font: #121212;
  --color-header-border: #717171;
}

body.--bcmp__darkView {
  --color-primary-bg: #000;
  --color-primary: #121212;
  --color-dark-primary: #121212;
  --color-primary-font: #ffffff;
  --color-header-border: #717171;
}

body.--bcmp__pageSize-1 {
  --page-size: 1;
}

body.--bcmp__pageSize-2 {
  --page-size: 1.2;
}

body.--bcmp__pageSize-3 {
  --page-size: 1.3;
}

body.--bcmp__pageSize-4 {
  --page-size: 1.4;
}

body.--bcmp__pageSize-5 {
  --page-size: 1.5;
}

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: var(--color-primary-bg);
  opacity: 1 !important;
}
html > main, body > main {
  min-height: 85vh;
}
html, html *, body, body * {
  box-sizing: border-box;
  color: var(--color-primary-font);
  font-family: Mukta, sans-serif;
}

.select2-results__option {
  color: #6B7280;
}

.accessibility-settings-modal,
.accessibility-settings-modal * {
  color: #000;
}

.--max-100-width-text-length {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.bcmp__tooltip {
  display: block;
  position: absolute;
  z-index: 1000000;
}
.bcmp__languagesMenu {
  margin: 16px 8px;
}
.bcmp__languagesMenu ul {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bcmp__languagesMenu ul li {
  margin: 4px;
  padding: 0;
}
.bcmp__languagesMenu ul li a {
  text-decoration: none;
}
.bcmp__wcagControlButton, .bcmp__iconButton, .bcmp__textButton, .bcmp__primaryButton, .bcmp__bigButton, .bcmp__closeButton {
  position: relative;
  border: none;
  outline: none;
  cursor: pointer;
  transition-duration: 0.15s;
  text-decoration: none;
  padding: 0;
  margin: 0;
  background: transparent;
  color: var(--color-primary-font);
}
.bcmp__wcagControlButton:not(.--withSubmenu):not(:disabled):hover, .bcmp__iconButton:not(.--withSubmenu):not(:disabled):hover, .bcmp__textButton:not(.--withSubmenu):not(:disabled):hover, .bcmp__primaryButton:not(.--withSubmenu):not(:disabled):hover, .bcmp__bigButton:not(.--withSubmenu):not(:disabled):hover, .bcmp__closeButton:not(.--withSubmenu):not(:disabled):hover {
  opacity: 0.75;
}
.bcmp__wcagControlButton > span, .bcmp__wcagControlButton > svg, .bcmp__wcagControlButton > span svg, .bcmp__iconButton > span, .bcmp__iconButton > svg, .bcmp__iconButton > span svg, .bcmp__textButton > span, .bcmp__textButton > svg, .bcmp__textButton > span svg, .bcmp__primaryButton > span, .bcmp__primaryButton > svg, .bcmp__primaryButton > span svg, .bcmp__bigButton > span, .bcmp__bigButton > svg, .bcmp__bigButton > span svg, .bcmp__closeButton > span, .bcmp__closeButton > svg, .bcmp__closeButton > span svg {
  cursor: pointer;
}
@media (min-width: 1201px) {
  .bcmp__wcagControlButton.--withSubmenu:hover .bcmp__buttonSubmenu, .bcmp__iconButton.--withSubmenu:hover .bcmp__buttonSubmenu, .bcmp__textButton.--withSubmenu:hover .bcmp__buttonSubmenu, .bcmp__primaryButton.--withSubmenu:hover .bcmp__buttonSubmenu, .bcmp__bigButton.--withSubmenu:hover .bcmp__buttonSubmenu, .bcmp__closeButton.--withSubmenu:hover .bcmp__buttonSubmenu {
    display: block;
  }
}
@media (max-width: 1200px) {
  .bcmp__wcagControlButton.--withSubmenu .bcmp__buttonSubmenu.--opened, .bcmp__iconButton.--withSubmenu .bcmp__buttonSubmenu.--opened, .bcmp__textButton.--withSubmenu .bcmp__buttonSubmenu.--opened, .bcmp__primaryButton.--withSubmenu .bcmp__buttonSubmenu.--opened, .bcmp__bigButton.--withSubmenu .bcmp__buttonSubmenu.--opened, .bcmp__closeButton.--withSubmenu .bcmp__buttonSubmenu.--opened {
    display: block;
  }
}
.bcmp__iconButton {
  display: inline-flex;
  vertical-align: middle;
  margin: 0 0 0 4px;
  padding: 2px;
}
.bcmp__iconButton svg, .bcmp__iconButton svg * {
  fill: var(--color-primary-font) !important;
}
.bcmp__iconButton:disabled {
  opacity: 0.5;
}
.bcmp__textButton {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  background: transparent;
  text-decoration: underline;
}
.bcmp__textButton svg {
  max-height: 16px;
  max-width: 16px;
  margin-right: 8px;
}
.bcmp__buttonSubmenu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 16px 0 0 0;
  z-index: 100;
  text-align: left;
}
.bcmp__buttonSubmenu ul, .bcmp__buttonSubmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bcmp__buttonSubmenu > ul {
  padding: 6px 0;
  background: #D9D9D9;
  min-width: 200px;
}
.bcmp__buttonSubmenu > ul > li a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  line-height: calc(24px * var(--page-size));
  font-size: calc(18px * var(--page-size));
  color: #000000;
  padding: 4px 16px;
  transition-duration: 0.15s;
  cursor: pointer;
  white-space: nowrap;
}
.bcmp__buttonSubmenu > ul > li a:hover {
  background: rgba(0, 82, 244, 0.15);
}
.bcmp__buttonSubmenu > ul > li ul {
  display: none;
}
.bcmp__primaryButton {
  display: block;
  margin: 16px 0;
  padding: 8px;
  width: 100%;
  background: #161616;
  border: 1px solid #E5E5E5;
  font-weight: 400;
  font-size: calc(18px * var(--page-size));
  line-height: calc(32px * var(--page-size));
  text-align: center;
  color: #ffffff;
}
.bcmp__primaryButton.--small {
  font-size: calc(14px * var(--page-size));
  line-height: calc(24px * var(--page-size));
  padding: 4px 8px;
  width: auto;
}
.bcmp__bigButton {
  display: block;
  margin: 16px 0 32px 0;
  padding: 16px 8px;
  width: 100%;
  background: #343434;
  border: 1px solid #E5E5E5;
  text-align: center;
}
.bcmp__bigButton, .bcmp__bigButton * {
  color: #ffffff;
}
.bcmp__bigButton span {
  display: block;
  font-weight: 700;
  font-size: calc(18px * var(--page-size));
  line-height: calc(32px * var(--page-size));
}
.bcmp__bigButton small {
  display: block;
  font-weight: 400;
  font-size: calc(14px * var(--page-size));
  line-height: calc(22px * var(--page-size));
}
.bcmp__closeButton {
  background: transparent;
  font-size: calc(20px * var(--page-size));
  line-height: calc(20px * var(--page-size));
  font-weight: 700;
  text-align: left;
  padding: 8px;
}
.bcmp__addToFavouriteButton svg path {
  fill: var(--color-primary);
  stroke: var(--color-primary);
}
.bcmp__addToFavouriteButton svg, .bcmp__addToFavouriteButton svg *,
.bcmp__addToFavouriteButton svg polygon {
  fill: var(--color-primary);
}
.bcmp__addToFavouriteButton svg polygon {
  opacity: 0;
  transition-duration: 0.15s;
}
.bcmp__addToFavouriteButton.--active svg polygon {
  opacity: 1;
}
.bcmp__addToFavouriteButton:hover svg polygon {
  opacity: 0.5;
}
.bcmp__mobileButton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
  height: 36px;
  width: 36px;
  padding: 0;
  outline: none;
  border: none;
  cursor: pointer;
}
.bcmp__mobileButton span {
  display: block;
  width: 70%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.bcmp__mobileButton span:nth-child(2) {
  margin: 4px 0;
}
.bcmp__mobileButton.--opened span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.bcmp__mobileButton.--opened span:nth-child(2) {
  opacity: 0;
}
.bcmp__mobileButton.--opened span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.bcmp__header {
  padding: 16px 16px 20px 16px;
  border-bottom: solid 1px var(--color-header-border);
  background: var(--color-primary);
}
.bcmp__header__logo {
  font-size: 0;
}
.bcmp__header__logo img, .bcmp__header__logo svg {
  width: calc(161px * var(--page-size));
  max-width: 100%;
}
.bcmp__header__logo svg, .bcmp__header__logo svg * {
  fill: var(--color-primary-font) !important;
}
.bcmp__header__wcagControls {
  position: relative;
  padding-right: 14px;
  margin-right: 14px;
  font-size: calc(16px * var(--page-size));
}
.bcmp__header__wcagControls__sizeStatus {
  display: inline-block;
  vertical-align: middle;
}
.bcmp__header__wcagControls button svg {
  height: calc(24px * var(--page-size));
  width: auto;
}
.bcmp__header__wcagControls:after {
  display: block;
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  height: 80%;
  width: 1px;
  background: var(--color-primary-font);
  opacity: 0.34;
}
.bcmp__header__userPanel button {
  padding: 0;
  margin: 0 0 2px 0;
}
.bcmp__header__userPanel button span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.bcmp__header__userPanel button svg {
  height: 22px;
  width: auto;
}
.bcmp__header__menu {
  display: block;
  margin: 0;
  padding: 16px 0 0 0;
}
.bcmp__header__menu > ul > li > ul {
  display: none;
}
.bcmp__header__menu ul, .bcmp__header__menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bcmp__header__menu ul {
  display: flex;
  flex-wrap: wrap;
}
.bcmp__header__menu ul li {
  display: inline-flex;
  margin-right: 36px;
}
.bcmp__header__menu ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: calc(16px * var(--page-size));
  line-height: calc(24px * var(--page-size));
  text-align: center;
  transition-duration: 0.15s;
}
.bcmp__header__menu ul li.current-menu-item, .bcmp__header__menu ul li a:hover {
  opacity: 0.75;
}
.bcmp__header .bcmp__textButton {
  text-decoration: none;
}
@media (min-width: 941px) {
  .bcmp__header__mobileButton {
    display: none;
  }
}
@media (max-width: 940px) {
  .bcmp__header__menuWrapper {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 100001;
    width: 300px;
    max-width: calc(100% - 80px);
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.95);
    margin: 0;
    padding: 8px 16px;
    transition-duration: 0.4s;
  }
  .bcmp__header__menuWrapper.--opened {
    left: 0;
  }
  .bcmp__header__menuWrapper__submenuWrapper {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .bcmp__header__menuWrapper__submenuWrapper .bcmp__header__menu ul {
    display: flex;
    flex-direction: column;
  }
  .bcmp__header__menuWrapper__submenuWrapper > a {
    display: block;
    margin: 0;
  }
  .bcmp__header__menuWrapper__submenuWrapper a {
    padding: 4px 0;
    margin: 0 !important;
    text-align: left;
  }
}
@media (max-width: 940px) {
  .bcmp__header {
    position: sticky;
    top: 0;
    z-index: 100001;
  }
  .bcmp__header__mobileButton {
    margin: 0 0 0 16px;
  }
}
.bcmp__footer {
  margin-top: 40px;
  padding: 50px 16px 16px 16px;
  border-top: solid 1px var(--color-header-border);
  background: var(--color-primary);
}
.bcmp__footer__logo img, .bcmp__footer__logo svg {
  display: block;
  height: calc(44px * var(--page-size));
  max-width: 60vw;
  width: auto;
}
.bcmp__footer__logo svg, .bcmp__footer__logo svg * {
  fill: var(--color-primary-font) !important;
}
.bcmp__footer__menu {
  margin: 32px 0 0 0;
}
.bcmp__footer__menu ul, .bcmp__footer__menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bcmp__footer__menu > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bcmp__footer__menu > ul > li a {
  display: block;
  margin: 4px 16px;
  font-size: calc(14px * var(--page-size));
  line-height: calc(24px * var(--page-size));
  letter-spacing: calc(0.1000000015px * var(--page-size));
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.15s;
  cursor: pointer;
}
.bcmp__footer__menu > ul > li a:hover {
  opacity: 0.75;
}
.bcmp__footer__menu > ul > li > ul {
  display: none;
}
.bcmp__footer__logotypes {
  display: block;
  max-width: 100%;
  margin: 26px 0 0 0;
}
.bcmp__footer__copyrightRow {
  padding: 30px 0 10px 0;
}
.bcmp__footer__copyright {
  display: block;
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-size: calc(12px * var(--page-size));
  line-height: calc(16px * var(--page-size));
  letter-spacing: calc(0.400000006px * var(--page-size));
}
.bcmp__footer__versionInfo {
  display: block;
  margin-top: 6px;
  opacity: 0.8;
  font-size: 12px;
  text-align: center;
}
.bcmp__search__form {
  margin-top: calc(32px * var(--page-size));
  margin-bottom: calc(24px * var(--page-size));
  font-size: calc(16px * var(--page-size));
  font-weight: 400;
  line-height: calc(26.59px * var(--page-size));
  color: var(--color-primary-font);
}
.bcmp__search__form__header {
  display: block;
  margin: 0 0 calc(20px * var(--page-size)) 0;
  padding: 0;
  font-size: calc(48px * var(--page-size));
  line-height: 1.16em;
  font-weight: 600;
  text-align: center;
}
.bcmp__search__form__inputWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 calc(16px * var(--page-size));
  width: 100%;
  border: 1px solid var(--color-primary-font);
  background: var(--color-primary);
}
.bcmp__search__form__inputWrapper button svg {
  height: calc(24px * var(--page-size));
  width: auto;
  opacity: 0.7;
}
.bcmp__search__form__inputWrapper input {
  display: flex;
  flex-grow: 1;
  height: calc(56px * var(--page-size));
  padding: calc(16px * var(--page-size));
  margin: 0;
  width: 100%;
  font-weight: 400;
  text-align: left;
  font-family: Mukta, sans-serif;
  font-size: calc(16px * var(--page-size));
  line-height: calc(24px * var(--page-size));
  color: var(--color-primary-font);
  background: transparent;
  appearance: none;
  border: none;
  outline: none;
}
.bcmp__search__form__inputWrapper input::placeholder {
  color: var(--color-primary-font);
}
.bcmp__search__form__inputBox input {
  display: flex;
  flex-grow: 1;
  height: calc(56px * var(--page-size));
  padding: calc(16px * var(--page-size));
  margin: 0;
  width: 100%;
  font-weight: 400;
  text-align: left;
  font-family: Mukta, sans-serif;
  font-size: calc(16px * var(--page-size));
  line-height: calc(24px * var(--page-size));
  color: var(--color-primary-font);
  background: transparent;
  appearance: none;
  outline: none;
  border: 1px solid var(--color-primary-font);
  background: var(--color-primary);
}
.bcmp__search__form__inputBox input::placeholder {
  color: var(--color-primary-font);
}
.bcmp__search__form__extendedOptions {
  padding-top: 50px;
  bottom: 20px;
}
@media (max-width: 1280px) {
  .bcmp__search__form__header {
    font-size: calc(42px * var(--page-size));
    line-height: 1.16em;
  }
}
@media (max-width: 1000px) {
  .bcmp__search__form__header {
    font-size: calc(36px * var(--page-size));
    line-height: 1.16em;
  }
}
@media (max-width: 820px) {
  .bcmp__search__form__header {
    font-size: calc(32px * var(--page-size));
    line-height: 1.16em;
  }
}
@media (max-width: 600px) {
  .bcmp__search__form__header {
    font-size: calc(26px * var(--page-size));
    line-height: 1.16em;
  }
}
.bcmp__fullPageSlider, .bcmp__tilesSlider {
  position: relative;
}
.bcmp__fullPageSlider__slide, .bcmp__tilesSlider__slide {
  display: flex;
  position: relative;
  min-height: 300px;
}
.bcmp__fullPageSlider__slide:before, .bcmp__tilesSlider__slide:before {
  display: block;
  content: "";
}
.bcmp__fullPageSlider__slide:after, .bcmp__tilesSlider__slide:after {
  display: block;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7));
}
.bcmp__fullPageSlider__slide__coverImage, .bcmp__tilesSlider__slide__coverImage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  object-position: center;
}
.bcmp__fullPageSlider__slide__content, .bcmp__tilesSlider__slide__content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  transition-duration: 0.15s;
}
.bcmp__fullPageSlider__slide__content, .bcmp__fullPageSlider__slide__content *, .bcmp__tilesSlider__slide__content, .bcmp__tilesSlider__slide__content * {
  color: #ffffff;
}
.bcmp__fullPageSlider__slide__content.--withText, .bcmp__tilesSlider__slide__content.--withText {
  display: flex;
  flex-direction: column;
}
.bcmp__fullPageSlider__slide__content.--hover, .bcmp__tilesSlider__slide__content.--hover {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6980392157);
}
.bcmp__fullPageSlider__slide__content__type, .bcmp__tilesSlider__slide__content__type {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 400;
  opacity: 0.7;
  font-size: calc(14px * var(--page-size));
  line-height: calc(20px * var(--page-size));
}
.bcmp__fullPageSlider__slide__content__title, .bcmp__tilesSlider__slide__content__title {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.bcmp__fullPageSlider__slide__content__meta, .bcmp__tilesSlider__slide__content__meta {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: calc(16px * var(--page-size));
  line-height: calc(24px * var(--page-size));
}
.bcmp__fullPageSlider__slide__content__text, .bcmp__tilesSlider__slide__content__text {
  display: block;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: calc(16px * var(--page-size));
  line-height: calc(20px * var(--page-size));
}
@media (max-width: 1000px) {
  .bcmp__fullPageSlider__slide__content__type, .bcmp__tilesSlider__slide__content__type {
    font-size: calc(12px * var(--page-size));
    line-height: calc(18px * var(--page-size));
  }
  .bcmp__fullPageSlider__slide__content__meta, .bcmp__tilesSlider__slide__content__meta {
    font-size: calc(14px * var(--page-size));
    line-height: calc(20px * var(--page-size));
  }
  .bcmp__fullPageSlider__slide__content__text, .bcmp__tilesSlider__slide__content__text {
    font-size: calc(14px * var(--page-size));
    line-height: calc(20px * var(--page-size));
  }
}
.bcmp__fullPageSlider__slide__addToFavouriteButton, .bcmp__tilesSlider__slide__addToFavouriteButton {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 50;
  height: 24px;
  width: 24px;
}
.bcmp__fullPageSlider__slide__addToFavouriteButton svg, .bcmp__tilesSlider__slide__addToFavouriteButton svg {
  height: 100%;
  width: 100%;
}
.bcmp__fullPageSlider__slide__addToFavouriteButton svg path, .bcmp__tilesSlider__slide__addToFavouriteButton svg path {
  fill: #fff;
}
.bcmp__fullPageSlider__slide:hover .bcmp__fullPageSlider__slide__content.--hideable, .bcmp__fullPageSlider__slide:hover .bcmp__tilesSlider__slide__content.--hideable, .bcmp__tilesSlider__slide:hover .bcmp__fullPageSlider__slide__content.--hideable, .bcmp__tilesSlider__slide:hover .bcmp__tilesSlider__slide__content.--hideable {
  opacity: 0;
}
.bcmp__fullPageSlider__slide:hover .bcmp__fullPageSlider__slide__content.--hover, .bcmp__fullPageSlider__slide:hover .bcmp__tilesSlider__slide__content.--hover, .bcmp__tilesSlider__slide:hover .bcmp__fullPageSlider__slide__content.--hover, .bcmp__tilesSlider__slide:hover .bcmp__tilesSlider__slide__content.--hover {
  opacity: 1;
}
.bcmp__fullPageSlider .slick-list, .bcmp__tilesSlider .slick-list {
  position: relative;
  z-index: 10;
}
.bcmp__fullPageSlider__slide:before {
  padding-top: 37.5%;
}
.bcmp__fullPageSlider__slide__content {
  padding: 0 0 calc(24px * var(--page-size)) calc(12px * var(--page-size));
}
.bcmp__fullPageSlider__slide__content__title {
  font-size: calc(48px * var(--page-size));
  line-height: calc(56px * var(--page-size));
}
.bcmp__fullPageSlider__slide__coverImage {
  object-fit: cover;
}
@media (max-width: 1400px) {
  .bcmp__fullPageSlider__slide__content {
    padding: 0 0 calc(16px * var(--page-size)) calc(8px * var(--page-size));
  }
  .bcmp__fullPageSlider__slide__content__title {
    font-size: calc(28px * var(--page-size));
    line-height: calc(32px * var(--page-size));
  }
}
@media (max-width: 1000px) {
  .bcmp__fullPageSlider__slide__content__title {
    font-size: calc(24px * var(--page-size));
    line-height: calc(32px * var(--page-size));
  }
}
@media (max-width: 600px) {
  .bcmp__fullPageSlider__slide__content {
    padding-bottom: 40px;
  }
}
.bcmp__fullPageSlider .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 20;
  bottom: 16px;
  left: 0;
  width: 100%;
}
.bcmp__fullPageSlider .slick-dots li {
  margin: 0 4px;
  padding: 0;
}
.bcmp__fullPageSlider .slick-dots li button {
  display: block;
  margin: 0;
  padding: 0;
  height: calc(16px * var(--page-size));
  width: calc(16px * var(--page-size));
  outline: none;
  font-size: 0;
  background: #ffffff;
  border: none;
}
.bcmp__fullPageSlider .slick-dots li.slick-active button {
  background: #0052F4;
}
.bcmp__fullPageSlider__arrowButton {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 80px;
  background: transparent;
  top: 0;
  z-index: 20;
  border: none;
  outline: none;
  color: transparent;
  font-size: 0;
  transition-duration: 0.15s;
}
.bcmp__fullPageSlider__arrowButton span {
  display: block;
  transform: scaleX(0.6);
}
.bcmp__fullPageSlider__arrowButton span:before {
  content: "";
  display: block;
  height: 36px;
  width: 36px;
  border-style: solid;
  border-color: #fff;
  border-width: 5px 5px 0 0;
  border-radius: 4px;
}
.bcmp__fullPageSlider__arrowButton.--prev {
  left: 0;
}
.bcmp__fullPageSlider__arrowButton.--prev span:before {
  transform: rotateZ(-135deg);
}
.bcmp__fullPageSlider__arrowButton.--next {
  right: 0;
}
.bcmp__fullPageSlider__arrowButton.--next span:before {
  transform: rotateZ(45deg);
}
.bcmp__fullPageSlider__arrowButton:hover {
  opacity: 0.75;
}
@media (max-width: 800px) {
  .bcmp__fullPageSlider__slide__content__title {
    font-size: calc(16px * var(--page-size));
    line-height: calc(24px * var(--page-size));
  }
}
.bcmp__tilesSlider {
  width: 100%;
  padding: 0 120px;
  margin: 0;
  overflow: hidden;
}
.bcmp__tilesSliderWrapper {
  position: relative;
  margin: 48px 0 32px 0;
}
.bcmp__tilesSliderWrapper__Content {
  position: relative;
}
.bcmp__tilesSlider__header {
  display: block;
  font-size: calc(34px * var(--page-size));
  line-height: calc(36px * var(--page-size));
  font-weight: 500;
  text-align: left;
  color: #121212;
  margin: 0 0 16px 16px;
  padding: 0;
}
.bcmp__tilesSlider__slide {
  margin: 0 0 0 16px;
}
.bcmp__tilesSlider__slide__coverImage {
  object-fit: cover;
}
.bcmp__tilesSlider .slick-list {
  overflow: initial;
}
.bcmp__tilesSlider .slick-track {
  margin-left: 0;
}
.bcmp__tilesSlider__arrowButton {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 120px;
  background: transparent;
  top: 0;
  z-index: 20;
  border: none;
  outline: none;
  color: transparent;
  font-size: 0;
  transition-duration: 0.15s;
  opacity: 0.8;
}
.bcmp__tilesSlider__arrowButton:before {
  display: block;
  z-index: 5;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  background: var(--color-primary-bg);
  opacity: 0.7;
}
.bcmp__tilesSlider__arrowButton span {
  display: block;
  transform: scaleX(0.6);
  z-index: 10;
}
.bcmp__tilesSlider__arrowButton span:before {
  content: "";
  display: block;
  height: 36px;
  width: 36px;
  border-style: solid;
  border-color: var(--color-primary-font);
  border-width: 5px 5px 0 0;
  border-radius: 4px;
}
.bcmp__tilesSlider__arrowButton.--prev {
  left: 0;
}
.bcmp__tilesSlider__arrowButton.--prev span:before {
  transform: rotateZ(-135deg);
}
.bcmp__tilesSlider__arrowButton.--next {
  right: 0;
}
.bcmp__tilesSlider__arrowButton.--next span:before {
  transform: rotateZ(45deg);
}
.bcmp__tilesSlider__arrowButton:hover {
  opacity: 0.75;
}
.bcmp__tilesSlider .bcmp__bcmpPost__singleTile {
  min-height: 260px;
}
@media (max-width: 1400px) {
  .bcmp__tilesSlider__header {
    font-size: calc(28px * var(--page-size));
    line-height: calc(32px * var(--page-size));
  }
}
@media (max-width: 540px) {
  .bcmp__tilesSlider {
    padding: 0 36px;
  }
  .bcmp__tilesSlider__header {
    font-size: calc(22px * var(--page-size));
    line-height: calc(24px * var(--page-size));
    margin: 0 0 8px 8px;
  }
  .bcmp__tilesSlider__arrowButton {
    width: 30px;
  }
  .bcmp__tilesSlider__arrowButton span:before {
    height: 26px;
    width: 26px;
  }
}
.bcmp__headerSecondary {
  display: block;
  margin: 30px 0;
  padding: 0;
  font-size: calc(24px * var(--page-size));
  line-height: calc(24px * var(--page-size));
  font-weight: 700;
  text-align: left;
}
.bcmp__textWrapper, .bcmp__textWrapper * {
  font-size: calc(14px * var(--page-size));
  line-height: calc(21px * var(--page-size));
}
.bcmp__textWrapper h1, .bcmp__textWrapper h2, .bcmp__textWrapper h3, .bcmp__textWrapper h4, .bcmp__textWrapper h5, .bcmp__textWrapper h6 {
  padding: 0;
  margin: 16px 0;
  font-weight: bold;
}
.bcmp__textWrapper h1 {
  font-size: 26px;
}
.bcmp__textWrapper h2 {
  font-size: 24px;
}
.bcmp__textWrapper h3 {
  font-size: 22px;
}
.bcmp__textWrapper h4, .bcmp__textWrapper h5, .bcmp__textWrapper h6 {
  font-size: 20px;
}
.bcmp__titleMedium {
  display: block;
  margin: 0;
  padding: 0;
  font-size: calc(28px * var(--page-size));
  line-height: calc(36px * var(--page-size));
  font-weight: 500;
  text-transform: uppercase;
}
.bcmp__titleMedium:before {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  width: 20px;
  background: #0052F4;
  content: "";
  margin: -2px 10px 0 0;
}
.bcmp__fieldBox {
  display: block;
  padding: 0 0 20px 0;
  margin: 0;
}
.bcmp__formField {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #D9D9D9;
  padding: 8px 10px;
  margin: 0;
  font-size: calc(16px * var(--page-size));
  line-height: calc(29px * var(--page-size));
  color: var(--color-primary-font);
  font-family: Mukta, sans-serif;
  font-weight: 400;
  background: var(--color-primary-bg);
  transition-duration: 0.15s;
}
.bcmp__formField.--error {
  border-color: #f00;
}
.bcmp__formField__select {
  position: relative;
  margin: 0;
  padding: 0;
}
.bcmp__formField__select select {
  display: block;
  height: 48px;
  width: 100%;
  padding: 10px;
  background: #FFFFFF;
  border: 1px solid #3B82F6;
  box-shadow: 0 0 0 2.8px #BFDBFE;
  font-size: 16px;
  font-weight: 400;
  line-height: 26.59px;
  color: #6B7280;
  outline: none;
  appearance: none;
  cursor: pointer;
}
.bcmp__formField__select select option {
  color: #6B7280;
}
.bcmp__formField__select:before {
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
  content: "";
  height: 6px;
  width: 6px;
  border-style: solid;
  border-color: #6B7280;
  border-width: 0 0 1px 1px;
  transform: rotateZ(-45deg);
}
.bcmp__formField__select2 {
  width: 100%;
}
.bcmp__formField__select2 select {
  width: 100%;
}
.bcmp__formField__select2 .select2-container .select2-selection--single {
  width: 100%;
}
.bcmp__formField__select2 .select2-container .select2-selection--single .select2-selection__rendered {
  height: 48px;
  padding: 10px;
  background: #FFFFFF;
  border: 1px solid #3B82F6;
  box-shadow: 0 0 0 2.8px #BFDBFE;
  font-size: 16px;
  font-weight: 400;
  line-height: 26.59px;
  color: #6B7280;
  outline: none;
  margin-top: -2px;
}
.bcmp__formField__select2 .select2-container .select2-selection--single .select2-selection__arrow {
  height: 48px;
  padding-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bcmp__formField__select2 .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.bcmp__formField__select2 .select2-container .select2-selection--single .select2-selection__arrow:before {
  display: block;
  content: "";
  height: 6px;
  width: 6px;
  border-style: solid;
  border-color: #6B7280;
  border-width: 0 0 1px 1px;
  transform: rotateZ(-45deg);
}
.bcmp__checkboxWrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 20px 0;
}
.bcmp__checkboxWrapper input[type=checkbox] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 22px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.bcmp__checkboxWrapper input[type=checkbox]:checked ~ i {
  background: #3B82F6;
  border-color: #3B82F6;
}
.bcmp__checkboxWrapper input[type=checkbox]:checked ~ i:before {
  opacity: 1;
}
.bcmp__checkboxWrapper i {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(22px * var(--page-size));
  max-height: calc(22px * var(--page-size));
  height: calc(22px * var(--page-size));
  min-width: calc(22px * var(--page-size));
  max-width: calc(22px * var(--page-size));
  width: calc(22px * var(--page-size));
  border: 2px solid #D1D5DB;
  background: var(--color-primary-font);
  padding: 0 0 2px 0;
  transition-duration: 0.15s;
  cursor: pointer;
}
.bcmp__checkboxWrapper i:before {
  display: block;
  content: "";
  height: 6px;
  width: 12px;
  border-style: solid;
  border-width: 0 0 2px 2px;
  border-color: #fff;
  transform: rotateZ(-45deg);
  opacity: 0;
  transition-duration: 0.15s;
}
.bcmp__checkboxWrapper span {
  display: block;
  margin: 0;
  padding: 0 0 0 16px;
  font-size: calc(14px * var(--page-size));
  line-height: calc(23px * var(--page-size));
  font-weight: 400;
  text-align: left;
  transition-duration: 0.15s;
}
.bcmp__checkboxWrapper.--error span {
  color: #f00;
}
.bcmp__formErrorMessage {
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #f00;
  margin: 16px 0;
  padding: 0 0 16px 0;
}
.bcmp__formErrorMessage p {
  margin: 0;
  padding: 0;
  color: inherit;
  line-height: calc(28px * var(--page-size));
}
.bcmp__loginRegisterFormWrapper {
  margin-top: 125px;
  max-width: 1050px;
}
.bcmp__loginRegisterFormWrapper .bcmp__formLogin {
  position: relative;
}
.bcmp__loginRegisterFormWrapper__ssoButtons {
  display: flex;
  text-align: left;
  margin-top: 20px;
}
.bcmp__loginRegisterFormWrapper__ssoButtons, .bcmp__loginRegisterFormWrapper__ssoButtons * {
  color: initial;
}
@media (max-width: 768px) {
  .bcmp__loginRegisterFormWrapper .bcmp__formLogin {
    border-bottom: solid var(--color-primary-font) 1px;
    padding-right: 0;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .bcmp__loginRegisterFormWrapper .bcmp__formLogin:after {
    display: none;
  }
  .bcmp__loginRegisterFormWrapper .bcmp__registerFormsWrapper {
    padding-left: 0;
  }
}
.bcmp__formLogin {
  width: 100%;
  text-align: center;
}
.bcmp__formLogin button[type=submit] {
  margin-top: 32px;
}
.bcmp__registerFormsWrapper {
  width: 100%;
}
.bcmp__registerFormBox {
  padding-bottom: 16px;
}
.bcmp__modalWindow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}
.bcmp__modalWindow__contentWrapper {
  display: block;
  position: relative;
  width: 100%;
  max-width: 637px;
  background: var(--color-dark-primary);
}
.bcmp__modalWindow__closeButton {
  position: absolute;
  top: 0;
  right: 0;
}
.bcmp__modalWindow__content {
  display: block;
  color: #fff;
  padding: 32px;
}
.bcmp__modalWindow__content__header {
  display: block;
  margin: 0 0 24px 0;
  font-size: calc(22px * var(--page-size));
  line-height: calc(36px * var(--page-size));
  font-weight: 700;
  text-align: center;
}
.bcmp__modalWindow__content p, .bcmp__modalWindow__content {
  font-size: calc(16px * var(--page-size));
  line-height: calc(24px * var(--page-size));
  font-weight: 400;
  text-align: center;
}
.bcmp__modalWindow__content p {
  display: block;
  margin: 0 0 16px 0;
}
.bcmp__modalWindow__content .bcmp__formField {
  display: block;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
}
.bcmp__modalWindow__content button {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.bcmp__modalWindow__content .bcmpPlayerPicture {
  display: block;
  max-width: 100%;
  max-height: 74vh;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}
.bcmp__videoPeopleList {
  margin: 20px 0;
}
.bcmp__videoPeopleList__header {
  font-size: calc(14px * var(--page-size));
  font-weight: 700;
  line-height: calc(21px * var(--page-size));
  text-align: left;
}
.bcmp__videoPeopleList > ul, .bcmp__videoPeopleList > ol {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0 0 0 35px;
}
.bcmp__videoPeopleList > ul > li, .bcmp__videoPeopleList > ol > li {
  margin: 0 0 4px 0;
  padding: 0;
  font-size: calc(14px * var(--page-size));
  font-weight: 400;
  line-height: calc(21px * var(--page-size));
  text-align: left;
}
.bcmp__videoPeopleList > ul > li ul, .bcmp__videoPeopleList > ul > li ol, .bcmp__videoPeopleList > ol > li ul, .bcmp__videoPeopleList > ol > li ol {
  display: none;
}
.bcmp__contentTabs__nav {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px var(--color-primary-font);
  padding: 0;
}
.bcmp__contentTabs__nav a {
  display: block;
  padding: 24px;
  font-size: calc(14px * var(--page-size));
  font-weight: 400;
  line-height: calc(17px * var(--page-size));
  text-align: left;
  text-decoration: none;
  opacity: 0.75;
  border-bottom-width: 1px;
  border-bottom-color: var(--color-primary-font);
  border-bottom-style: solid;
  transition-duration: 0.15s;
  cursor: pointer;
  margin: 0 0 -1px 0;
}
.bcmp__contentTabs__nav a.--active, .bcmp__contentTabs__nav a:hover {
  border-bottom-color: #3B82F6;
  color: #3B82F6;
  opacity: 1;
}
.bcmp__contentTabs__tab {
  padding: 24px;
}
.bcmp__metaDataTable {
  width: 100%;
}
.bcmp__metaDataTable tr td, .bcmp__metaDataTable tr th {
  padding: 6px;
  font-size: calc(16px * var(--page-size));
  line-height: calc(24px * var(--page-size));
  text-align: left;
  vertical-align: top;
}
.bcmp__metaDataTable tr td h1, .bcmp__metaDataTable tr td h2, .bcmp__metaDataTable tr td h3, .bcmp__metaDataTable tr td h4, .bcmp__metaDataTable tr td h5, .bcmp__metaDataTable tr td h6, .bcmp__metaDataTable tr th h1, .bcmp__metaDataTable tr th h2, .bcmp__metaDataTable tr th h3, .bcmp__metaDataTable tr th h4, .bcmp__metaDataTable tr th h5, .bcmp__metaDataTable tr th h6 {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.bcmp__metaDataTable tr th {
  font-weight: 700;
  padding-right: 16px;
  min-width: 30%;
}
.bcmp__metaDataTable tr td {
  font-weight: 400;
}
@media (max-width: 768px) {
  .bcmp__metaDataTable tr th {
    min-width: 35%;
  }
}
@media (max-width: 520px) {
  .bcmp__metaDataTable tr {
    display: block;
    padding: 8px 0;
  }
  .bcmp__metaDataTable tr th, .bcmp__metaDataTable tr td {
    display: block;
    width: 100%;
    padding: 2px 0;
  }
  .bcmp__metaDataTable tr td {
    font-size: 14px;
  }
}
.bcmp__listTable {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}
.bcmp__listTable td, .bcmp__listTable th {
  padding: 10px 8px;
  font-size: 13px;
  line-height: 23px;
  text-align: left;
}
.bcmp__listTable thead tr {
  background: #242424;
}
.bcmp__listTable thead tr td, .bcmp__listTable thead tr th {
  font-weight: 700;
  text-align: left;
  color: #fff;
}
.bcmp__listTable tbody tr td, .bcmp__listTable tbody tr th {
  font-weight: 400;
  border-bottom: 1px solid #E5E7EB;
}
.bcmp__listTable__subTable {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  margin: 16px 0 26px 0;
  padding: 0;
  border: none;
}
.bcmp__listTable__subTable td, .bcmp__listTable__subTable th, .bcmp__listTable__subTable thead td, .bcmp__listTable__subTable thead th, .bcmp__listTable__subTable tbody td, .bcmp__listTable__subTable tbody th, .bcmp__listTable__subTable tfoot td, .bcmp__listTable__subTable tfoot th {
  padding: 10px 10px;
  font-size: 13px;
  line-height: 1.1em;
  text-align: left;
  border: none;
}
.bcmp__listTable__subTable td:first-child, .bcmp__listTable__subTable th:first-child, .bcmp__listTable__subTable thead td:first-child, .bcmp__listTable__subTable thead th:first-child, .bcmp__listTable__subTable tbody td:first-child, .bcmp__listTable__subTable tbody th:first-child, .bcmp__listTable__subTable tfoot td:first-child, .bcmp__listTable__subTable tfoot th:first-child {
  padding-left: 15px;
}
.bcmp__listTable__subTable td:last-child, .bcmp__listTable__subTable th:last-child, .bcmp__listTable__subTable thead td:last-child, .bcmp__listTable__subTable thead th:last-child, .bcmp__listTable__subTable tbody td:last-child, .bcmp__listTable__subTable tbody th:last-child, .bcmp__listTable__subTable tfoot td:last-child, .bcmp__listTable__subTable tfoot th:last-child {
  padding-right: 15px;
}
.bcmp__listTable__subTable tr td, .bcmp__listTable__subTable tr th, .bcmp__listTable__subTable thead tr td, .bcmp__listTable__subTable thead tr th, .bcmp__listTable__subTable tbody tr td, .bcmp__listTable__subTable tbody tr th, .bcmp__listTable__subTable tfoot tr td, .bcmp__listTable__subTable tfoot tr th {
  border: none;
}
.bcmp__listTable__subTable tr th, .bcmp__listTable__subTable thead tr th, .bcmp__listTable__subTable tbody tr th, .bcmp__listTable__subTable tfoot tr th {
  font-weight: 600;
}
.bcmp__listTable__subTable tr td, .bcmp__listTable__subTable thead tr td, .bcmp__listTable__subTable tbody tr td, .bcmp__listTable__subTable tfoot tr td {
  font-weight: 400;
}
.bcmp__listTable__subTable tr:nth-child(odd) td, .bcmp__listTable__subTable tr:nth-child(odd) th, .bcmp__listTable__subTable thead tr:nth-child(odd) td, .bcmp__listTable__subTable thead tr:nth-child(odd) th, .bcmp__listTable__subTable tbody tr:nth-child(odd) td, .bcmp__listTable__subTable tbody tr:nth-child(odd) th, .bcmp__listTable__subTable tfoot tr:nth-child(odd) td, .bcmp__listTable__subTable tfoot tr:nth-child(odd) th {
  background: #2e2e2e;
}
.bcmp__listTable__subTable tr:nth-child(even) td, .bcmp__listTable__subTable tr:nth-child(even) th, .bcmp__listTable__subTable thead tr:nth-child(even) td, .bcmp__listTable__subTable thead tr:nth-child(even) th, .bcmp__listTable__subTable tbody tr:nth-child(even) td, .bcmp__listTable__subTable tbody tr:nth-child(even) th, .bcmp__listTable__subTable tfoot tr:nth-child(even) td, .bcmp__listTable__subTable tfoot tr:nth-child(even) th {
  background: #505050;
}
.bcmp__listTable__wrapper {
  overflow-x: auto;
}
.bcmp__listTable__wrapper table {
  min-width: 700px;
}
.bcmp__tableControls {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 24px 0;
}
.bcmp__tableControls__control {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  white-space: nowrap;
  margin-right: 16px;
}
.bcmp__tableControls__control select, .bcmp__tableControls__control input, .bcmp__tableControls__control textarea {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  color: var(--color-primary-font);
  background: var(--color-primary-bg);
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: var(--color-primary-font);
  padding: 4px 10px;
  outline: none;
  cursor: pointer;
}
.bcmp__bcmpSinglePost {
  padding-top: 50px;
  position: relative;
}
.bcmp__bcmpSinglePost__backButton {
  display: block;
  text-align: left;
  margin: 0 0 40px 0;
}
.bcmp__bcmpSinglePost__backButton a {
  font-size: calc(24px * var(--page-size));
  line-height: calc(24px * var(--page-size));
  font-weight: 700;
  text-decoration: none;
}
.bcmp__bcmpSinglePost__videoPlayer {
  display: block;
  position: relative;
  margin-bottom: 40px;
}
.bcmp__bcmpSinglePost__videoPlayer:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.bcmp__bcmpSinglePost__videoPlayer > video, .bcmp__bcmpSinglePost__videoPlayer > bcmp-player {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.bcmp__bcmpSinglePost__videoPlayer .bcmp__addToFavouriteButton {
  top: unset;
  bottom: 100%;
}
.bcmp__keyframesGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 16px;
  justify-items: center;
}
.bcmp__keyframesGrid img {
  display: block;
  width: 100%;
  aspect-ratio: 100/58;
  margin: 0;
  object-fit: cover;
  object-position: center;
}
.bcmp__lockedAccessWindow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0.95) 0%, rgba(0, 0, 0, 0.95) 100%);
}
.bcmp__lockedAccessWindow__content {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: calc(24px * var(--page-size));
  line-height: calc(36px * var(--page-size));
}
.bcmp__lockedAccessWindow__content, .bcmp__lockedAccessWindow__content * {
  color: #ffffff;
}
.bcmp__myaccountPage {
  padding-top: 50px;
}
@media (min-width: 1400px) {
  .bcmp__myaccountPage > .container-fluid {
    max-width: 1400px;
  }
}
.bcmp__myaccountPage__header {
  display: block;
  font-size: calc(22px * var(--page-size));
  line-height: calc(24px * var(--page-size));
  font-weight: 700;
  text-align: left;
  margin: 0 0 32px 0;
  padding: 0;
}
.bcmp__myaccountPage__header.--bigger {
  font-size: calc(22px * var(--page-size));
}
.bcmp__myaccountPage__nav {
  display: block;
  border-right: solid 1px var(--color-primary-font);
  margin: 0;
  padding: 0;
}
.bcmp__myaccountPage__nav ul, .bcmp__myaccountPage__nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bcmp__myaccountPage__nav > ul {
  padding-bottom: 16px;
}
.bcmp__myaccountPage__nav > ul > li {
  margin-bottom: 20px;
}
.bcmp__myaccountPage__nav > ul > li a {
  font-size: calc(18px * var(--page-size));
  line-height: calc(24px * var(--page-size));
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.15s;
  cursor: pointer;
}
.bcmp__myaccountPage__nav > ul > li.current-menu-item a,
.bcmp__myaccountPage__nav > ul > li a:hover {
  color: #3B82F6;
}
.bcmp__myaccountPage__nav > ul > li:last-child {
  margin-top: 50px;
}
.bcmp__myaccountPage__nav > ul > li ul {
  display: none;
}
.bcmp__myaccountPage__nav__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.bcmp__myaccountPage__nav__header__mobileButton {
  margin-right: 8px;
}
.bcmp__myaccountPage__nav__header h1 {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
@media (min-width: 768px) {
  .bcmp__myaccountPage__nav__header__mobileButton {
    display: none;
  }
}
@media (max-width: 767px) {
  .bcmp__myaccountPage__nav:not(.--opened) {
    display: none;
  }
  .bcmp__myaccountPage__nav > ul {
    margin-bottom: 30px;
  }
  .bcmp__myaccountPage__nav > ul > li {
    margin-bottom: 6px;
  }
  .bcmp__myaccountPage__nav > ul > li:last-child {
    margin-top: 20px;
  }
}
.bcmp__myaccountPage__subheader {
  display: block;
  margin: 24px 0;
  padding: 0;
  font-size: calc(20px * var(--page-size));
  line-height: calc(20px * var(--page-size));
  font-weight: 700;
  text-align: left;
}
.bcmp__myaccountPage__dataField {
  display: block;
  font-weight: 400;
  font-size: calc(16px * var(--page-size));
  line-height: calc(30px * var(--page-size));
  text-align: left;
  margin: 24px 0;
  padding: 0;
}
.bcmp__myaccountPage__dataField__name {
  display: block;
  font-weight: 400;
}
.bcmp__myaccountPage__dataField__value {
  display: block;
  font-weight: 700;
}
.bcmp__postsListWrapper {
  margin: 50px auto;
}
.bcmp__listSmall__row a {
  text-decoration: none;
}
.bcmp__listSmall__row a:hover, .bcmp__listSmall__row a:hover * {
  color: #0052F4;
}
.bcmp__listSmall__row h1, .bcmp__listSmall__row h2, .bcmp__listSmall__row h3, .bcmp__listSmall__row h4, .bcmp__listSmall__row h5, .bcmp__listSmall__row h6, .bcmp__listSmall__row p {
  display: block;
  margin: 0;
  padding: 12px 6px;
  border-bottom: solid 1px #ddd;
  font-size: 16px;
  font-weight: 500;
}
.bcmp__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0;
}
.bcmp__pagination .navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.bcmp__pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 6px;
  padding: 0 2px;
  height: calc(32px * var(--page-size));
  min-width: calc(32px * var(--page-size));
  color: var(--color-primary-bg);
  background: var(--color-primary-font);
  border-radius: 6px;
  font-size: calc(16px * var(--page-size));
  font-weight: 400;
  text-decoration: none;
  line-height: 1em;
  transition-duration: 0.15s;
}
.bcmp__pagination .page-numbers svg {
  min-height: calc(28px * var(--page-size));
  min-width: calc(28px * var(--page-size));
  height: calc(28px * var(--page-size));
  width: calc(28px * var(--page-size));
  max-height: calc(28px * var(--page-size));
  max-width: calc(28px * var(--page-size));
}
.bcmp__pagination .page-numbers svg, .bcmp__pagination .page-numbers svg * {
  fill: var(--color-primary-bg);
  transition-duration: 0.15s;
}
.bcmp__pagination .page-numbers:hover, .bcmp__pagination .page-numbers.current {
  background-color: #3B82F6;
  color: #fff;
}
.bcmp__pagination .page-numbers:hover svg, .bcmp__pagination .page-numbers:hover svg *, .bcmp__pagination .page-numbers.current svg, .bcmp__pagination .page-numbers.current svg * {
  fill: var(--color-primary-bg);
}
.bcmp__pagination__resultsPerPageSelect {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}
.bcmp__pagination__resultsPerPageSelect select {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  margin: 0 20px;
  padding: 4px 8px;
  width: 53px;
  border: none;
  outline: none;
  color: var(--color-primary-bg);
  background: var(--color-primary-font);
  border-radius: 6px;
  cursor: pointer;
}
.bcmp__pagination__resultsPerPageSelect select * {
  color: #000;
}
.bcmp__newsPost__singleListItem {
  display: flex;
  max-width: 1000px;
  margin: 20px auto 0 auto;
  background: var(--color-dark-primary);
  padding: 0;
}
.bcmp__newsPost__singleListItem a {
  text-decoration: none;
}
.bcmp__newsPost__singleListItem__thumbnail {
  margin-right: 20px;
}
.bcmp__newsPost__singleListItem__thumbnail img, .bcmp__newsPost__singleListItem__thumbnail a {
  display: block;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bcmp__newsPost__singleListItem__content {
  flex-grow: 1;
  color: var(--color-primary-font);
  padding: 16px;
}
.bcmp__newsPost__singleListItem__content__type {
  display: block;
  margin: 0 0 6px 0;
  padding: 0;
  font-weight: 400;
  opacity: 0.7;
  font-size: calc(14px * var(--page-size));
  line-height: calc(20px * var(--page-size));
}
.bcmp__newsPost__singleListItem__content__title {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 600;
  font-size: calc(20px * var(--page-size));
  line-height: calc(28px * var(--page-size));
}
.bcmp__newsPost__singleListItem__content__excerpt {
  display: block;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: calc(16px * var(--page-size));
  line-height: calc(20px * var(--page-size));
}
.bcmp__newsPost__singleTile {
  display: flex;
  position: relative;
  width: 100%;
}
.bcmp__newsPost__singleTile:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.bcmp__newsPost__singleTile:after {
  display: block;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7));
}
.bcmp__newsPost__singleTile__metaWrapper {
  display: block;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 8px;
  font-size: 14px;
  max-width: 45vw;
}
.bcmp__newsPost__singleTile__metaWrapper__meta {
  display: block;
  margin: 2px 0;
}
.bcmp__newsPost__singleTile__metaWrapper__meta__label {
  font-weight: bold;
}
.bcmp__newsPost__singleTile__metaWrapper__meta__content {
  font-weight: normal;
}
.bcmp__newsPost__singleTile__coverImage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.bcmp__newsPost__singleTile__coverImage img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bcmp__newsPost__singleTile__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  transition-duration: 0.15s;
  padding: calc(10px * var(--page-size)) calc(5px * var(--page-size));
}
.bcmp__newsPost__singleTile__content, .bcmp__newsPost__singleTile__content * {
  color: #ffffff;
}
.bcmp__newsPost__singleTile__content.--withText {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.bcmp__newsPost__singleTile__content.--hover {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6980392157);
}
.bcmp__newsPost__singleTile__content__type {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 400;
  opacity: 0.7;
  font-size: calc(14px * var(--page-size));
  line-height: calc(20px * var(--page-size));
}
.bcmp__newsPost__singleTile__content__title {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: calc(20px * var(--page-size));
  line-height: calc(28px * var(--page-size));
}
.bcmp__newsPost__singleTile__content__meta {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: calc(16px * var(--page-size));
  line-height: calc(24px * var(--page-size));
}
.bcmp__newsPost__singleTile__content__text {
  display: block;
  flex-grow: 1;
  margin: 0;
  padding: 0 24px 0 0;
  font-weight: 400;
  font-size: calc(16px * var(--page-size));
  line-height: calc(20px * var(--page-size));
}
.bcmp__newsPost__singleTile__addToFavouriteButton {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 50;
  height: 24px;
  width: 24px;
}
.bcmp__newsPost__singleTile__addToFavouriteButton svg {
  height: 100%;
  width: 100%;
}
.bcmp__newsPost__singleTile__addToFavouriteButton.--force-white svg path {
  fill: #fff;
  stroke: #fff;
}
.bcmp__newsPost__singleTile__addToFavouriteButton.--force-white svg, .bcmp__newsPost__singleTile__addToFavouriteButton.--force-white svg *,
.bcmp__newsPost__singleTile__addToFavouriteButton.--force-white svg polygon {
  stroke: #fff !important;
  fill: #fff !important;
}
.bcmp__newsPost__singleTile:hover .bcmp__newsPost__singleTile__content.--hideable {
  opacity: 0;
}
.bcmp__newsPost__singleTile:hover .bcmp__newsPost__singleTile__content.--hover {
  opacity: 1;
}
.bcmp__newsPost__singleTile:not(:hover) .bcmp__newsPost__singleTile__metaWrapper {
  display: none;
}
@media (max-width: 1400px) {
  .bcmp__newsPost__singleTile__content__title {
    font-size: calc(16px * var(--page-size));
    line-height: calc(20px * var(--page-size));
  }
}
@media (max-width: 1000px) {
  .bcmp__newsPost__singleTile__content__text {
    font-size: calc(14px * var(--page-size));
    line-height: calc(18px * var(--page-size));
  }
}
@media (max-width: 600px) {
  .bcmp__newsPost__singleTile__content__text {
    font-size: calc(12px * var(--page-size));
    line-height: calc(14px * var(--page-size));
  }
  .bcmp__newsPost__singleTile__content__title {
    font-size: calc(14px * var(--page-size));
    line-height: calc(16px * var(--page-size));
  }
  .bcmp__newsPost__singleTile__content__type {
    font-size: calc(12px * var(--page-size));
    line-height: calc(16px * var(--page-size));
  }
  .bcmp__newsPost__singleTile__content__meta {
    font-size: calc(12px * var(--page-size));
    line-height: calc(16px * var(--page-size));
  }
}
.bcmp__newsPost__singlePost {
  padding-top: 50px;
  position: relative;
}
.bcmp__newsPost__singlePost__backButton {
  display: block;
  text-align: left;
  margin: 0 0 40px 0;
}
.bcmp__newsPost__singlePost__backButton a {
  font-size: calc(24px * var(--page-size));
  line-height: calc(24px * var(--page-size));
  font-weight: 700;
  text-decoration: none;
}
.bcmp__newsPost__singlePost__image {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.bcmp__newsPost__singlePost__image img {
  display: block;
  width: 100%;
}
.bcmp__imagePopupPreview {
  cursor: pointer;
}
.bcmp__imagePopup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.bcmp__imagePopup__closeButton {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 20;
}
.bcmp__imagePopup__closeButton:before {
  content: "+";
  transform: rotate(-45deg);
  font-size: 56px;
  line-height: 0.5em;
}
.bcmp__imagePopup__Image {
  display: block;
  position: relative;
  z-index: 10;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1200px) {
  html {
    margin: 0 !important;
  }
  html #wpadminbar {
    display: none !important;
  }
  a[href*="bcmp-test-1.tvp.pl"]:not([href*=authenticate]),
  a[href*="bcmp-test-1-portalarch.tvp.pl?user_panel_action"],
  a[href*="bcmp-test-1-system.tvp.pl"] {
    display: none !important;
  }
}
.highlight-links a > .bcmp__fullPageSlider__slide {
  border: 2px solid #fd0 !important;
}

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