@charset "UTF-8";
@keyframes bounceDown {
  0% {
    transform: scale(1, 1) translateX(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateX(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-4px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(6px);
  }
  57% {
    transform: scale(1, 1) translateY(-2px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes bounce2 {
  0% {
    transform: scale(1, 1) translateX(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateX(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateX(-4px);
  }
  50% {
    transform: scale(1.05, 0.95) translateX(2px);
  }
  57% {
    transform: scale(1, 1) translateX(-2px);
  }
  64% {
    transform: scale(1, 1) translateX(0);
  }
  100% {
    transform: scale(1, 1) translateX(0);
  }
}
/* Fonts */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
*::-webkit-scrollbar {
  width: 5px;
}
*::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
*::-webkit-scrollbar-thumb {
  background: rgba(84, 84, 101, 0.8);
  border-radius: 5px;
}
*::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(84, 84, 101, 0.4);
}

main {
  overflow: unset;
}
main.talenta-cs .masthead-cs--single .masthead__right .masthead__img.img--cs .img-accent svg.color_1 {
  stop-color: #BF000A;
}
main.talenta-cs .masthead-cs--single .masthead__right .masthead__img.img--cs .img-accent svg.color_1.color_2 {
  stop-color: #F22929;
}
main.talenta-cs .masthead-cs--single .masthead__right .masthead__img.img--cs .img-accent svg.color_1.color_3 {
  stop-color: #FB5B58;
}
main.talenta-cs .masthead-cs--single .masthead__right .masthead__img.img--cs::before {
  background: linear-gradient(340deg, #BF000A 9.7%, #F22929 47.12%, #FB5B58 84.53%);
}
main.talenta-cs .cs-content__sidebar .sidebar-banner .box {
  background-image: url(../../images/ic-talenta-ornament.png);
}
main.qontak-cs {
  overflow: visible;
}
main.qontak-cs .masthead-cs--single {
  padding: 164px 0;
}
main.qontak-cs .masthead-cs--single .masthead__right .masthead__img.img--cs .img-accent svg.color_1 {
  stop-color: #BF000A;
}
main.qontak-cs .masthead-cs--single .masthead__right .masthead__img.img--cs .img-accent svg.color_1.color_2 {
  stop-color: #F22929;
}
main.qontak-cs .masthead-cs--single .masthead__right .masthead__img.img--cs .img-accent svg.color_1.color_3 {
  stop-color: #FB5B58;
}
main.qontak-cs .masthead-cs--single .masthead__right .masthead__img.img--cs::before {
  background: linear-gradient(340deg, #651FFF 9.7%, #6585FF 47.12%, #66CFFF 84.53%);
}
main.qontak-cs .cs-content__sidebar .sidebar-banner .box {
  background-image: url(../../images/ornament-qontak.png);
  background-position: 100% 78px;
}
main.qontak-cs .cs-content blockquote {
  display: flex;
  max-width: 574px;
  padding: 32px 32px 32px 64px;
  align-items: center;
  gap: 24px;
  border-radius: 16px;
  background: #F1F5F9;
  position: relative;
  margin: 24px auto;
  border: none;
}
@media screen and (max-width: 767px) {
  main.qontak-cs .cs-content blockquote {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
  }
}
main.qontak-cs .cs-content blockquote p {
  color: #0B48B3;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  main.qontak-cs .cs-content blockquote p {
    font-size: 18px;
  }
}
main.qontak-cs .cs-content blockquote::before {
  content: "“";
  position: absolute;
  color: #0B48B3;
  font-family: "Inter", sans-serif;
  font-size: 153.985px;
  font-weight: 600;
  line-height: normal;
  left: -40px;
  top: -5px;
}
@media screen and (max-width: 767px) {
  main.qontak-cs .cs-content blockquote::before {
    position: relative;
    left: 0px;
    top: 0px;
    height: 60px;
    line-height: 100%;
  }
}
main.mekari-cs .masthead-cs--single .masthead__right .masthead__img.img--cs::before {
  background: linear-gradient(340deg, #5000EE 9.7%, #651FFF 47.12%, #7C5AFF 84.53%);
}
main.mekari-cs .cs-content__sidebar .sidebar-banner .box {
  background-image: url(../../images/ornament-mekari.png);
  background-position: 100% 78px;
}
main.mekari-cs .cs-content__article img {
  display: block;
  width: 100%;
  height: auto;
}

.masthead-cs--single {
  padding: 64px 0;
}
.masthead-cs--single .masthead__logo {
  display: inline-flex;
  padding: 8px 6px;
}
.masthead-cs--single .masthead__logo img {
  height: 40px;
  width: auto;
}
.masthead-cs--single .masthead__title {
  font-size: 40px;
  line-height: 56px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.masthead-cs--single .masthead__pic {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.masthead-cs--single .masthead__pic .label {
  flex: 0 0 100%;
  color: #232933;
}
.masthead-cs--single .masthead__pic .left {
  flex: 0 0 48px;
  width: 48px;
}
.masthead-cs--single .masthead__pic .left img {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.masthead-cs--single .masthead__pic .right {
  flex: 0 0 calc(100% - 64px);
  width: calc(100% - 64px);
}
.masthead-cs--single .masthead__pic .right .name {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #626B79;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 4px;
}
.masthead-cs--single .masthead__pic .right .job {
  color: #626B79;
  font-size: 14px;
  line-height: 20px;
}
.masthead-cs--single .masthead__right {
  display: flex;
  justify-content: flex-end;
}
.masthead-cs--single .masthead__right .masthead__img.img--cs {
  max-width: 535px;
  width: 100%;
  height: auto;
  position: relative;
}
.masthead-cs--single .masthead__right .masthead__img.img--cs img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  position: relative;
  z-index: 2;
}
.masthead-cs--single .masthead__right .masthead__img.img--cs .video-lity {
  display: inline-flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.masthead-cs--single .masthead__right .masthead__img.img--cs .video-lity .video-btn {
  display: inline-flex;
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: #10243E;
  border-radius: 138px;
  color: #FFF;
  gap: 8px;
  align-items: center;
  padding: 6px 22px 6px 6px;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  animation: pulseWhite 3s infinite;
}
@keyframes pulseWhite {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(0, 95, 191, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 95, 191, 0);
  }
}
.masthead-cs--single .masthead__right .masthead__img.img--cs .video-lity .video-btn .play {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background: #FFF;
  border-radius: 138px;
  padding: 10px;
  display: inline-flex;
}
.masthead-cs--single .masthead__right .masthead__img.img--cs .video-lity .video-btn .cta {
  flex: 0 0 calc(100% - 48px);
  font-size: 14px;
  line-height: 20px;
}
.masthead-cs--single .masthead__right .masthead__img.img--cs .video-lity .video-btn .cta .label {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.masthead-cs--single .masthead__right .masthead__img.img--cs .video-lity .video-btn:hover {
  text-decoration: none;
}
.masthead-cs--single .masthead__right .masthead__img.img--cs .img-accent {
  position: absolute;
  right: -18px;
  bottom: -18px;
  z-index: 3;
}
.masthead-cs--single .masthead__right .masthead__img.img--cs::before {
  content: "";
  background: linear-gradient(340deg, #BF000A 9.7%, #F22929 47.12%, #FB5B58 84.53%);
  width: 70%;
  height: 70%;
  border-radius: 16px;
  opacity: 0.09;
  position: absolute;
  bottom: -18px;
  left: -18px;
  z-index: 1;
}
@media (max-width: 991px) {
  .masthead-cs--single {
    padding: 32px 0;
  }
  .masthead-cs--single .masthead__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 560px) {
  .masthead-cs--single .masthead__pic {
    margin-bottom: 32px;
  }
  .masthead-cs--single .masthead__right .masthead__img {
    min-height: 175px;
  }
  .masthead-cs--single .masthead__right .masthead__img.img--cs .img-accent {
    width: 77px;
    height: 121px;
    right: 35px;
    bottom: 52px;
  }
}

.cs-items {
  padding: 32px 0;
}
.cs-items__wrapper {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: stretch;
  justify-content: center;
}
.cs-items__wrapper .box {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(33.3333333333% - 40px);
  background: #F1F5F9;
  padding: 24px 24px 40px 24px;
  border-radius: 16px;
}
.cs-items__wrapper .box__title {
  font-size: 40px;
  line-height: 56px;
  color: #311B92;
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.cs-items__wrapper .box__desc {
  color: #311B92;
}
@media (max-width: 560px) {
  .cs-items__wrapper {
    flex-wrap: wrap;
    gap: 16px;
  }
  .cs-items__wrapper .box {
    max-width: 100%;
  }
}

.cs-content {
  padding: 64px 0;
}
.cs-content__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.cs-content__sidebar {
  max-width: 296px;
  flex: 0 0 100%;
  width: 100%;
  position: sticky;
  top: 85px;
  left: 0;
  height: calc(100vh - 110px);
  padding: 0 16px 20px 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cs-content__sidebar .sidebar-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cs-content__sidebar .sidebar-switcher {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: 16px;
  transition: position linear 0.2s, background linear 0.2s;
}
.cs-content__sidebar .sidebar-switcher .label {
  font-size: 14px;
  line-height: 20px;
  color: #232933;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.cs-content__sidebar .sidebar-switcher .theme-switcher {
  background: #F1F5F9;
  border-radius: 10px;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.cs-content__sidebar .sidebar-switcher .theme-switcher button {
  border-radius: 8px;
  border: none;
  padding: 2px 6px;
  background: #F1F5F9;
  transition: all linear 0.2s;
}
.cs-content__sidebar .sidebar-switcher .theme-switcher button svg path {
  fill: #D0D6DD;
  transition: all linear 0.2s;
}
.cs-content__sidebar .sidebar-switcher .theme-switcher button:focus, .cs-content__sidebar .sidebar-switcher .theme-switcher button:focus-visible {
  border: none;
  outline: none;
}
.cs-content__sidebar .sidebar-switcher .theme-switcher button.active {
  background: #FFF;
  transition: all linear 0.2s;
}
.cs-content__sidebar .sidebar-switcher .theme-switcher button.active.btn-mode-light svg path {
  fill: #FBBF24;
  transition: all linear 0.2s;
}
.cs-content__sidebar .sidebar-switcher .theme-switcher button.active.btn-mode-dark svg path {
  fill: #232933;
  transition: all linear 0.2s;
}
.cs-content__sidebar .sidebar-switcher.fixed {
  background: #343A40;
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  padding: 8px 16px;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, -50%);
  position: fixed;
  transition: position linear 0.2s, background linear 0.2s;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 16px;
  z-index: 9;
}
.cs-content__sidebar .sidebar-switcher.fixed .label {
  color: #FFF;
  transition: color linear 0.2s;
}
.cs-content__sidebar .sidebar-list {
  border-top: 1px solid #EDF0F2;
  border-bottom: 1px solid #EDF0F2;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cs-content__sidebar .sidebar-list .item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cs-content__sidebar .sidebar-list .item__title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.cs-content__sidebar .sidebar-list .item__desc {
  font-size: 14px;
  line-height: 20px;
  color: #626B79;
}
.cs-content__sidebar .sidebar-list .item__desc a {
  color: #4B61DD;
  text-decoration: underline;
}
.cs-content__sidebar .sidebar-list .item__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cs-content__sidebar .sidebar-list .item__list li a {
  color: #4B61DD;
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
}
.cs-content__sidebar .sidebar-list .item__list li a img {
  width: 100%;
  flex: 0 0 100%;
  max-width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cs-content__sidebar .sidebar-list .item__list li a .icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.cs-content__sidebar .sidebar-list .item__list li a span {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(100% - 34px);
}
.cs-content__sidebar .sidebar-banner .box {
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.05), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid #D0D6DD;
  border-radius: 16px;
  padding: 16px;
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: 100% 70px;
  background-image: url(../../images/ic-talenta-ornament.png);
  background-color: #FFF;
  overflow: hidden;
}
.cs-content__sidebar .sidebar-banner .box .title {
  font-size: 14px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
  color: #232933;
}
.cs-content__article {
  max-width: 680px;
  flex: 0 0 100%;
  width: 100%;
  margin: 0 auto;
}
.cs-content__article article h2, .cs-content__article article h3, .cs-content__article article h4 {
  color: #232933;
}
.cs-content__article article h2 {
  margin-top: 40px;
}
.cs-content__article article h2:first-child {
  margin-top: 0;
}
.cs-content__article article p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #232933;
}
.cs-content__article article .blockquote {
  margin: 40px 0;
  padding: 32px;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.05), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background: #FFF;
}
.cs-content__article article .blockquote blockquote {
  color: #311B92;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 32px;
  font-style: normal;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.cs-content__article article .blockquote blockquote p, .cs-content__article article .blockquote blockquote strong {
  color: #311B92;
  font-size: 20px;
  line-height: 32px;
  font-style: normal;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.cs-content__article article .blockquote__author {
  font-size: 16px;
  line-height: 24px;
  color: #626B79;
}
.cs-content__article article .blockquote__author .author__name {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-right: 4px;
  position: relative;
}
.cs-content__article article .blockquote__author .author__title {
  margin-right: 4px;
  position: relative;
}
.cs-content__article article hr {
  display: block;
  background: #D0D6DD;
  color: #D0D6DD;
  margin: 40px 0;
  width: 100%;
}
.cs-content__article article p:blank,
.cs-content__article article span:blank {
  display: none;
}
.cs-content__article article p:empty,
.cs-content__article article span:empty {
  display: none;
}
.cs-content__article article p:empty:not(:blank),
.cs-content__article article span:empty:not(:blank) {
  display: none;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .cs-content__article {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cs-content {
    padding: 0;
  }
  .cs-content__wrapper {
    flex-wrap: wrap;
    gap: 0;
  }
  .cs-content__sidebar {
    max-width: 100%;
    position: relative;
    top: unset;
    left: unset;
    height: -moz-max-content;
    height: max-content;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 32px 0;
    align-items: center;
  }
  .cs-content__sidebar .sidebar-group {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 268px;
    flex: 0 0 100%;
    width: 100%;
    align-items: center;
  }
  .cs-content__sidebar .sidebar-switcher {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .cs-content__sidebar .sidebar-list {
    flex: 0 0 100%;
    width: 100%;
  }
  .cs-content__sidebar .sidebar-banner {
    flex: 0 0 100%;
    width: 100%;
    max-width: calc(100% - 284px);
  }
  .cs-content__sidebar .sidebar-banner .box {
    padding-bottom: 80px;
    background-size: auto;
    background-position: bottom right;
  }
  .cs-content__sidebar .sidebar-banner .box__title {
    color: #232933;
  }
  .cs-content__article {
    max-width: 100%;
    padding: 32px 0;
  }
}
@media (max-width: 560px) {
  .cs-content__sidebar .sidebar-group {
    max-width: 100%;
  }
  .cs-content__sidebar .sidebar-banner {
    max-width: 100%;
  }
  .cs-content__sidebar .sidebar-banner .box {
    padding: 16px 16px 32px 16px;
    background-size: 80px;
    background-position: right bottom;
  }
}

.cs-cards {
  padding: 64px 0;
}
.cs-cards__header {
  margin-bottom: 24px;
}
.cs-cards__header h2 {
  margin-bottom: 0;
}
.cs-cards .cards {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 24px;
  position: relative;
}
.cs-cards .cards.loading::before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}
.cs-cards .cards.loading::after {
  content: "";
  position: absolute;
  z-index: 4;
  width: 80px;
  height: 80px;
  background: url(../../../images/loading.svg) no-repeat center;
  background-size: contain;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}
.cs-cards .cards .card {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(33.3333333333% - 16px);
  width: calc(33.3333333333% - 16px);
  padding: 24px;
  border-radius: 16px;
  background: #F1F5F9;
  text-decoration: none;
  transition: all linear 0.2s;
  border: 1px solid #F1F5F9;
}
.cs-cards .cards .card__img {
  width: 100%;
  height: 228px;
  margin-bottom: 24px;
  display: flex;
}
.cs-cards .cards .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.cs-cards .cards .card__content {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 1;
}
.cs-cards .cards .card__category ul {
  display: inline-flex;
}
.cs-cards .cards .card__category ul li a,
.cs-cards .cards .card__category ul li span {
  display: inline-flex;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #C02A34;
  border: 1px solid #C02A34;
  border-radius: 200px;
  background: transparent;
}
.cs-cards .cards .card__category ul li a:hover,
.cs-cards .cards .card__category ul li span:hover {
  text-decoration: none;
}
.cs-cards .cards .card__logo img {
  height: 56px;
  width: auto;
}
.cs-cards .cards .card__title {
  font-size: 20px;
  line-height: 28px;
  color: #232933;
  margin-bottom: 0;
}
.cs-cards .cards .card__title a {
  color: #232933;
}
.cs-cards .cards .card__action {
  display: flex;
  margin-top: auto;
}
.cs-cards .cards .card:hover {
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.05), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  background: #FFF;
  transition: all linear 0.2s;
  border: 1px solid #D0D6DD;
}
@media (max-width: 991px) {
  .cs-cards {
    padding: 32px 0;
  }
  .cs-cards .cards .card {
    flex: 0 0 calc(50% - 16px);
    width: calc(50% - 16px);
  }
  .cs-cards .cards .card:last-child {
    display: none;
  }
}
@media (max-width: 560px) {
  .cs-cards__header {
    margin-bottom: 24px;
  }
  .cs-cards__header .text-right {
    text-align: left !important;
    margin-top: 16px;
  }
  .cs-cards .cards .card {
    flex: 0 0 100%;
    width: 100%;
  }
  .cs-cards .cards .card__img {
    height: 228px;
  }
  .cs-cards .cards .card:last-child {
    display: flex;
  }
}

body.dark-mode-active .masthead-cs--single {
  background: #343A40;
  color: #FFF;
}
body.dark-mode-active .masthead-cs--single .masthead__logo {
  background: #FFF;
  border-radius: 8px;
  padding: 8px;
}
body.dark-mode-active .masthead-cs--single .masthead__title {
  color: #FFF;
}
body.dark-mode-active .masthead-cs--single .masthead__pic {
  color: #FFF;
}
body.dark-mode-active .masthead-cs--single .masthead__pic .label, body.dark-mode-active .masthead-cs--single .masthead__pic .name, body.dark-mode-active .masthead-cs--single .masthead__pic .job {
  color: #FFF;
}
body.dark-mode-active .cs-items {
  background: #343A40;
}
body.dark-mode-active .cs-content {
  background: #343A40;
  color: #FFF;
}
body.dark-mode-active .cs-content__sidebar .sidebar-switcher .label {
  color: #FFF;
}
body.dark-mode-active .cs-content__sidebar .sidebar-switcher.fixed {
  background: #FFF;
}
body.dark-mode-active .cs-content__sidebar .sidebar-switcher.fixed .label {
  color: #232933;
}
body.dark-mode-active .cs-content__sidebar .sidebar-list .item__desc {
  color: #FFF;
}
body.dark-mode-active .cs-content__sidebar .sidebar-list .item__desc a {
  color: #60A5FA;
}
body.dark-mode-active .cs-content__sidebar .sidebar-list .item__desc a:hover {
  color: #2f89f8;
}
body.dark-mode-active .cs-content__sidebar .sidebar-list .item__list a {
  color: #60A5FA;
  text-decoration: underline;
}
body.dark-mode-active .cs-content__sidebar .sidebar-list .item__list a img {
  filter: invert(0.5) brightness(2);
}
body.dark-mode-active .cs-content__sidebar .sidebar-list .item__list a:hover {
  color: #2f89f8;
}
body.dark-mode-active .cs-content__sidebar .sidebar-list .item__list a .icon svg .fill {
  fill: #626B79;
}
body.dark-mode-active .cs-content__sidebar .sidebar-list .item__list a .icon svg .outline {
  stroke: #EDF0F2;
}
body.dark-mode-active .cs-content__article {
  color: #FFF;
}
body.dark-mode-active .cs-content__article article {
  color: #FFF;
}
body.dark-mode-active .cs-content__article article h1, body.dark-mode-active .cs-content__article article h2, body.dark-mode-active .cs-content__article article h3, body.dark-mode-active .cs-content__article article h4, body.dark-mode-active .cs-content__article article h5, body.dark-mode-active .cs-content__article article strong, body.dark-mode-active .cs-content__article article b, body.dark-mode-active .cs-content__article article p, body.dark-mode-active .cs-content__article article a, body.dark-mode-active .cs-content__article article span {
  color: #FFF;
}
body.dark-mode-active .cs-content__article article a {
  color: #60A5FA;
}
body.dark-mode-active .cs-content__article article a:hover {
  color: #2f89f8;
}
body.dark-mode-active .cs-content__article article .blockquote blockquote p, body.dark-mode-active .cs-content__article article .blockquote blockquote strong, body.dark-mode-active .cs-content__article article .blockquote blockquote b, body.dark-mode-active .cs-content__article article .blockquote blockquote span {
  color: #311B92;
}
body.dark-mode-active .cs-content__article article .blockquote__author .author__name,
body.dark-mode-active .cs-content__article article .blockquote__author .author__title {
  color: #626B79;
}
body.dark-mode-active .cs-cards {
  background: #343A40;
  color: #FFF;
}
body.dark-mode-active .cs-cards h2 {
  color: #FFF;
}
body.dark-mode-active .cs-cards__header a.link-more {
  color: #FFF;
}
body.dark-mode-active .cs-cards__header a.link-more::after {
  filter: invert(0.5) brightness(2);
}
body.dark-mode-active .banner-block {
  background: #343A40;
}/*# sourceMappingURL=cs-single.css.map */