/* Minification failed. Returning unminified contents.
(1269,18): run-time error CSS1030: Expected identifier, found ' '
(1269,24): run-time error CSS1031: Expected selector, found ';'
(1269,24): run-time error CSS1025: Expected comma or open brace, found ';'
 */
@keyframes menuNotificationGrowUp {
  0% {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-width: 1px;
    opacity: 1;
  }
  100% {
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
    border-width: 14px;
    opacity: 0;
  }
}
.badge-new {
  padding: 2px 6px;
  min-width: 20px;
  max-height: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff9000;
  border-radius: 50px;
  font-size: 14px;
  line-height: 18px;
  color: white;
  position: relative;
}
.badge-new:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #ff9000;
  border-radius: 50px;
  animation: menuNotificationGrowUp 2s;
  animation-iteration-count: 3;
}
.indicator-new {
  width: 24px;
  height: 24px;
  background: url('/Content/images/indicator-new.svg') no-repeat;
}
.dx-swatch-dark .light {
  margin-right: -24px;
}
.header-approach-selected {
  min-width: auto;
  padding: 0 8px 2px 8px;
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 100%;
  font-weight: 700;
  font-stretch: 75%;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 0;
  border-radius: 40px;
  cursor: pointer;
}
.header-approach-selected::after {
  content: ' ';
  margin-top: 6px;
  transition: transform 0.4s;
}
.header-approach-selected:focus {
  outline-color: initial;
  outline-style: solid;
  outline-width: 2px;
}
.header-approach-list {
  z-index: 100001;
  box-sizing: border-box;
  display: none;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  flex-direction: column;
  position: fixed;
  padding: 4px;
  gap: 2px;
}
.header-approach-list.active {
  display: flex;
}
.header-approach-list-item {
  border-radius: 4px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 40px;
  padding: 8px 8px 8px 12px;
  text-align: left;
  text-decoration: none !important;
}
.header-approach-list-item-content {
  flex: 1;
}
.header-approach-list-item .indicator-new {
  margin-left: 8px;
}
.header-approach-list {
  width: 170px;
}
.header-drawer {
  display: none;
}
.header-drawer-toggle.btn {
  display: none;
  min-width: 40px;
  height: 40px;
  padding: 8px;
  margin-right: 6px;
}
.header-drawer-toggle.btn .dx-icon {
  font-size: 18px;
}
.drawer-menu-divider {
  display: none;
}
@media only screen and (max-width: 1500px) {
  .header-drawer {
    position: fixed;
    top: 70px;
    width: 378px;
    height: 100vh;
    z-index: 100000;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
    flex-direction: column;
  }
  .header-drawer.active {
    display: flex;
  }
  .header-drawer-toggle.btn {
    display: flex;
  }
  .header-drawer .header-menu-items {
    flex-direction: column;
  }
  .header-drawer-link-left {
    display: none;
  }
  .header-drawer .header-link {
    padding: 8px 18px;
    border-top: 0;
    border-bottom: 0;
    border-left: 4px solid transparent;
  }
}
@media only screen and (max-width: 1160px) {
  .header-drawer-link-left {
    display: block;
  }
  .header-drawer .drawer-menu-divider {
    display: block;
    height: 1px;
    margin: 4px 12px;
  }
}
@media only screen and (max-width: 768px) {
  .header-drawer {
    width: 100vw;
  }
  .header-drawer .header-link {
    width: 100vw;
  }
}
.header.releases-has-news .badge-new {
  display: flex;
}
.header.releases-has-news .blog-link .badge-new {
  display: none;
}
.header .badge-new,
.header-drawer .badge-new,
.header .indicator-new,
.header-drawer .indicator-new {
  display: none;
}
.header.whats-new-has-news .whats-new-menu-item .badge-new,
.header-drawer.whats-new-has-news .whats-new-menu-item .badge-new,
.header.whats-new-has-news .whats-new-menu-item .indicator-new,
.header-drawer.whats-new-has-news .whats-new-menu-item .indicator-new {
  display: flex;
}
.header.roadmap-has-news .roadmap-menu-item .badge-new,
.header-drawer.roadmap-has-news .roadmap-menu-item .badge-new,
.header.roadmap-has-news .roadmap-menu-item .indicator-new,
.header-drawer.roadmap-has-news .roadmap-menu-item .indicator-new {
  display: flex;
}
header .header {
  position: fixed;
  z-index: 100001;
  width: 100%;
  height: 70px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.header--logo {
  position: relative;
  text-decoration: none !important;
  display: flex;
  gap: 12px;
  align-items: center;
}
.header-container {
  max-width: 1900px;
  height: inherit;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.header-group {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header-group-logo {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-menu-items {
  padding: 0;
  display: flex;
  gap: 0 12px;
}
.header-menu-item {
  list-style: none;
}
.header-menu-item .header-menu-list {
  z-index: 100001;
  box-sizing: border-box;
  display: none;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  flex-direction: column;
  position: fixed;
  padding: 4px;
  gap: 2px;
}
.header-menu-item .header-menu-list.active {
  display: flex;
}
.header-menu-item .header-menu-list-item {
  border-radius: 4px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 40px;
  padding: 8px 8px 8px 12px;
  text-align: left;
  text-decoration: none !important;
}
.header-menu-item .header-menu-list-item-content {
  flex: 1;
}
.header-menu-item .header-menu-list-item .indicator-new {
  margin-left: 8px;
}
.header-menu-item .header-menu-list {
  width: 144px;
}
.header-link {
  cursor: pointer;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 70px;
  padding: 0 12px;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}
.header-link .badge-new {
  margin-left: 4px;
}
.header-link.header-menu-button {
  border: none;
  position: relative;
}
.header-buttons {
  display: inline-flex;
  gap: 10px;
}
.header-button.btn {
  min-width: 150px;
  height: 44px;
  margin-bottom: 6px;
}
.header-button.btn svg {
  height: 18px;
  width: 18px;
}
@media only screen and (max-width: 2000px) {
  .header-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 1500px) {
  .header-container {
    padding-right: 18px;
    padding-left: 18px;
  }
  .header-container-right .header-menu-items {
    display: none;
  }
}
@media only screen and (max-width: 1160px) {
  .header-container-left .header-menu-items {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .header-button.btn {
    min-width: 50px;
    height: 50px;
    padding: 14px;
  }
  .header-button.btn span {
    display: none;
  }
  .header-button.btn[title='Download'] {
    display: none;
  }
  .header-logo-template {
    display: none;
  }
}
.dx-swatch-dark header svg#devextreme-logo path {
  fill: white;
}
.select-versions {
  position: relative;
  height: inherit;
  display: flex;
  gap: 8px;
  align-items: center;
}
.select-versions .menu-container {
  position: relative;
}
.select-versions-active .select-versions__list {
  visibility: visible;
}
.select-versions__indicator {
  position: relative;
  height: 28px;
}
.select-versions__indicator__toltip {
  visibility: hidden;
  display: block;
  height: 0;
  width: 0;
  padding: 12px;
  position: absolute;
  top: 47px;
  left: -98px;
  border-radius: 6px;
  z-index: 1;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
}
.select-versions__indicator__toltip::before {
  position: absolute;
  top: -12px;
  left: 50%;
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 12px solid rgba(0, 0, 0, 0.75);
  transform: rotate(0);
}
.select-versions__indicator:hover .select-versions__indicator__toltip {
  visibility: visible;
  width: 200px;
  height: auto;
  margin: 0;
}
.select-versions__list {
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  width: 87px;
  top: 34px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
  border-radius: 8px;
  padding: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}
.select-versions__item {
  padding: 4px 4px 4px 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 7px;
  box-sizing: border-box;
  height: 32px;
  border-radius: 4px;
}
.select-versions__item-disabled span {
  opacity: 0.5;
}
.select-versions__item:hover {
  text-decoration: none;
}
.select-versions__item:hover .select-versions__item__tooltip {
  visibility: visible;
}
.select-versions__item:focus {
  z-index: 1;
}
.select-versions__item svg {
  width: 18px;
  height: 18px;
  overflow: visible;
}
.select-versions__item__tooltip {
  visibility: hidden;
  box-sizing: border-box;
  position: absolute;
  left: -300px;
  width: 290px;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
}
.select-versions__item__tooltip::after {
  position: absolute;
  top: calc(50% - 9px);
  right: -18px;
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 12px solid rgba(0, 0, 0, 0.75);
  transform: rotate(90deg);
}
.select-versions__selected {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 79px;
  height: 32px;
  padding: 4px 8px;
  gap: 8px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 16px;
}
.select-versions__selected::after {
  transition: transform 0.4s;
}
.search-item-conteiner {
  position: relative;
  display: flex;
  height: 28px;
  padding-right: 24px;
}
.search-item-conteiner .search {
  height: inherit;
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
}
.search-item-conteiner .search::before {
  content: '';
  height: 24px;
  border: 1px solid;
  margin-right: 8px;
}
.search-item-conteiner .found-content,
.search-item-conteiner .search-content,
.search-item-conteiner .clear-content {
  border: none;
}
.search-item-conteiner .found-content {
  width: 18px;
  height: 18px;
  padding: 0;
  opacity: 0.5;
}
.search-item-conteiner .search-content {
  width: 160px;
}
.search-item-conteiner .search-content::placeholder {
  opacity: 0.5;
}
.search-item-conteiner .search-content:focus {
  outline: none;
}
.search-item-conteiner .clear-content {
  visibility: hidden;
  position: absolute;
  right: 0;
  width: 18px;
  height: 18px;
  padding: 0;
  cursor: pointer;
  opacity: 0.8;
}
.search-item-conteiner .clear-content:hover {
  opacity: 1;
}
.search-item-conteiner.active .found-content {
  opacity: 0.8;
  cursor: pointer;
}
.search-item-conteiner.active .found-content:hover {
  opacity: 1;
}
.search-item-conteiner.active .clear-content {
  visibility: visible;
}
@media only screen and (max-width: 700px) {
  .search-item-conteiner {
    height: inherit;
  }
  .search-item-conteiner .found-content {
    opacity: 0.8;
    width: 24px;
    height: 24px;
  }
  .search-item-conteiner .found-content svg {
    width: 24px;
    height: 24px;
  }
  .search-item-conteiner .search-content {
    display: none;
  }
  .search-item-conteiner.expand,
  .search-item-conteiner.active {
    position: absolute;
    left: 0;
    width: 100%;
  }
  .search-item-conteiner.expand .search,
  .search-item-conteiner.active .search {
    width: 100%;
    padding: 0 16px;
    flex: 3;
  }
  .search-item-conteiner.expand .search::before,
  .search-item-conteiner.active .search::before {
    content: none;
  }
  .search-item-conteiner.expand .found-content,
  .search-item-conteiner.active .found-content {
    opacity: 1;
  }
  .search-item-conteiner.expand .search-content,
  .search-item-conteiner.active .search-content {
    display: block;
    width: 100%;
    font-size: 22px;
  }
}
#menu {
  top: 70px;
  height: 40px;
  width: 100%;
  position: fixed;
  z-index: 3;
  left: 0;
}
#menu .menu-wrapper {
  height: inherit;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  gap: 15px;
}
#menu .menu-state-button {
  flex: 0 0 40px;
  margin-left: 360px;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
#menu .breadcrumbs-svg {
  min-width: 20px;
  max-width: 20px;
  height: inherit;
  padding-right: 6px;
}
#menu .tools-panel {
  height: inherit;
  padding-right: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
#menu .tools-panel .menu-dropdown-toogle {
  display: none;
}
#menu .tools-panel .breadcrumbs {
  min-width: 230px;
  height: 40px;
  min-width: 260px;
  width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#menu .tools-panel .breadcrumbs .breadcrumbs-wrapper {
  height: inherit;
  padding: 0;
  display: inline-flex;
  align-items: center;
  list-style: none;
  position: absolute;
}
#menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li {
  display: inline-block;
  padding-left: 2px;
}
#menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li.crumb {
  visibility: hidden;
}
#menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li.crumb.no-hide {
  visibility: visible;
}
#menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li a,
#menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li span {
  padding: 0 1px;
  display: inline-block;
  font-weight: 400;
}
#menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li span {
  opacity: 0.5;
}
#menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li a {
  text-decoration: underline;
}
#menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li:not(:first-child)::before {
  content: "\2192";
  padding-left: 2px;
}
#menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li.hidden {
  display: none;
}
#menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li.hint {
  cursor: pointer;
  text-align: center;
}
#menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li.hint span {
  width: 30px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  top: -3px;
  padding: 11px 0;
  margin-left: 4px;
}
#menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li.hint.active span {
  opacity: 1;
}
#menu .tools-panel .breadcrumbs-dropdown {
  display: none;
}
#menu .tools-panel .breadcrumbs-dropdown.active {
  display: block;
  top: 40px;
  left: 0;
  width: 100%;
  position: absolute;
  list-style: none;
}
#menu .tools-panel .breadcrumbs-dropdown.active ul {
  display: block;
  padding-left: 420px;
}
#menu .tools-panel .breadcrumbs-dropdown.active ul li {
  display: inline-block;
  padding: 2px 0;
}
#menu .tools-panel .breadcrumbs-dropdown.active ul li a {
  text-decoration: underline;
  font-weight: normal;
}
#menu .tools-panel .breadcrumbs-dropdown.active ul li:not(:last-child):after {
  content: "\2192";
}
#menu .tools-panel .tools-items {
  height: 40px;
  display: flex;
  gap: 0 16px;
  align-items: center;
}
#menu .tools-panel .tools-items.toggle-button {
  display: none;
}
#menu .tools-panel .tools-items .filter-item.toggle-button.search {
  display: none;
}
@media only screen and (max-width: 1500px) {
  #menu .menu-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width: 1040px) {
  #menu .tools-panel .tools-items {
    justify-content: end;
    width: auto;
  }
  #menu .tools-panel .tools-items .filter-item.toggle-button.search {
    display: block;
    width: 18px;
    cursor: pointer;
    padding: 0 10px;
  }
  #menu .tools-panel .tools-items .filter-item.toggle-button.search.close {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z' fill='%2322587E'/%3E%3C/svg%3E");
  }
  #menu .search-text .space {
    display: block;
  }
}
@media only screen and (max-width: 810px) {
  #menu .breadcrumbs-svg {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  #menu {
    height: 60px;
  }
  #menu .menu-wrapper {
    padding: 0;
  }
  #menu .menu-state-button {
    display: none;
  }
  #menu .tools-panel {
    gap: 0;
  }
  #menu .tools-panel .menu-dropdown-toogle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 22px;
    white-space: nowrap;
    padding: 10px 10px 10px 30px;
    cursor: pointer;
  }
  #menu .tools-panel .menu-dropdown-toogle::after {
    margin-top: 3px;
    margin-left: 20px;
    transition: transform 0.25s;
  }
  #menu .tools-panel .breadcrumbs,
  #menu .tools-panel breadcrumbs-dropdown {
    display: none;
  }
  #menu .tools-panel .tools-items {
    height: inherit;
    width: auto;
  }
  #menu .tools-panel .tools-items .theme-switch {
    display: none;
  }
  #menu .tools-panel .tools-items::before {
    content: ' ';
    border-left: 2px solid;
    height: 100%;
  }
}
.theme-switch {
  display: flex;
  flex: 0 0 56px;
  width: 56px;
  height: 28px;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 1px;
  overflow: hidden;
  cursor: pointer;
}
.theme-switch-wrapper {
  display: inline-flex;
  align-items: center;
  width: 52px;
  height: 24px;
}
.theme-toogle {
  flex: 0 0 20px;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
}
.theme-toogle svg {
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
.theme-toogle.light {
  transition: 0.4s;
}
.theme-toogle.dark {
  width: 0;
}
.theme-input {
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
.approach-list {
  height: inherit;
  display: flex;
  gap: 24px;
  align-items: flex-end;
}
.approach-list-stretch {
  align-items: stretch;
}
.approach-badge {
  flex: 1 1 100%;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  text-align: center;
  overflow: hidden;
}
.approach-badge.overview .approach-card-link {
  background-color: inherit;
}
.approach-badge .approach-card {
  padding: 32px;
  height: 170px;
  box-sizing: border-box;
  display: flex;
  gap: 12px;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  transition: height 0.7s;
}
.approach-badge .approach-card-link {
  display: none;
  border-radius: 12px;
  text-decoration: none;
  height: 100%;
  padding: 32px;
  box-sizing: border-box;
  border-bottom: 4px solid transparent;
  gap: 24px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.approach-badge .approach-title {
  padding: 0;
  margin: 12px 0 0 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.approach-badge .approach-text {
  margin: 0 0 12px 0;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
}
.approach-badge .approach-link.btn.btn,
.approach-badge .approach-text {
  opacity: 0;
  transition: opacity 0.4s;
}
.approach-badge:hover.has-text .approach-card,
.approach-badge.active.has-text .approach-card {
  height: 320px;
}
.approach-badge:hover .approach-card,
.approach-badge.active .approach-card {
  height: 240px;
}
.approach-badge:hover .approach-text,
.approach-badge.active .approach-text,
.approach-badge:hover .approach-link.btn.btn,
.approach-badge.active .approach-link.btn.btn {
  opacity: 1;
}
.approach-badge.without-button .approach-title {
  margin: 0;
}
.approach-badge.without-button .approach-card-link {
  display: flex;
}
@media only screen and (max-width: 1520px) {
  .approach-badge:hover.has-text .approach-card,
  .approach-badge.active.has-text .approach-card {
    height: 320px;
  }
}
@media only screen and (max-width: 1400px) {
  .approach-list {
    gap: 12px;
  }
  .approach-badge .approach-title {
    display: flex;
    flex-direction: column;
  }
  .approach-badge .approach-svg {
    width: auto;
    height: 48px;
  }
  .approach-badge .approach-svg svg {
    width: 100%;
    height: 100%;
  }
  .approach-badge .approach-link.btn.btn {
    min-width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .approach-badge {
    flex-basis: 40%;
  }
  .approach-badge .approach-card {
    display: none;
  }
  .approach-badge .approach-card-link {
    display: flex;
  }
  .approach-badge .approach-title {
    margin: 0;
  }
}
@media only screen and (max-width: 800px) {
  .approach-badge .approach-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .approach-list {
    flex-wrap: wrap;
  }
}
.btn.btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 40px;
  text-decoration: none;
  justify-content: center;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  min-width: 220px;
  max-width: fit-content;
  border: 2px solid;
}
.btn.btn-shadow {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
}
.btn.btn-icon {
  gap: 8px;
}
.btn.btn-docs {
  display: inline-flex;
  margin: 0 6px;
  vertical-align: middle;
  min-width: auto;
  height: 36px;
  padding: 0 16px 0 8px;
  font-size: 16px;
  line-height: 18px;
}
.btn.btn svg {
  width: 24px;
  height: 24px;
}
.btn-list {
  display: flex;
  gap: 0 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.tbs {
  width: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
}
.tbs-item {
  position: relative;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 135%;
  cursor: pointer;
  padding: 24px 24px 16px;
  border-bottom: none;
  text-decoration: none;
}
.tbs-item:focus {
  outline: none;
}
.tbs-item:focus-visible {
  outline: auto;
}
.duo-card {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  padding: 4px;
  width: fit-content;
  border-radius: 40px;
}
.duo-card .wrapper-card {
  cursor: pointer;
  display: flex;
  border-radius: 40px;
  padding: 10px 12px 10px 16px;
  gap: 8px;
}
.duo-card .wrapper-card.active {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  background-color: white;
}
.duo-card .wrapper-card svg {
  width: 24px;
  height: 24px;
}
.duo-card .wrapper-card input {
  background-color: transparent;
  padding: 0 4px 0 0;
  border: none;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.duo-card .wrapper-card input:hover {
  cursor: pointer;
}
.duo-card .wrapper-card input.active {
  box-shadow: none;
  background-color: transparent;
}
.content-width {
  max-width: 1600px;
  margin: 0 auto;
  padding: 64px 0;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1920px) {
  .content-width {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (max-width: 1400px) {
  .content-width {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .content-width {
    padding-left: 24px;
    padding-right: 24px;
  }
  .btn.btn {
    min-width: 180px;
  }
  .tbs {
    overflow-x: scroll;
    justify-content: flex-start;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .tbs-item {
    padding: 14px 32px;
    width: auto;
    white-space: nowrap;
  }
  .tbs::-webkit-scrollbar {
    display: none;
  }
}
#ot-sdk-btn-floating.ot-floating-button {
  display: none;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent button {
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  width: 100% !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent button#onetrust-pc-btn-handler:hover {
  color: white;
  opacity: 1;
}
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn) {
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
}
#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  border: none;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
  background-color: transparent !important;
  text-decoration: underline;
  color: white;
}
#ot-sdk-btn.ot-sdk-show-settings:visited,
#ot-sdk-btn.optanon-show-settings:visited {
  color: white;
}
#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover,
#ot-sdk-btn.ot-sdk-show-settings:visited:hover,
#ot-sdk-btn.optanon-show-settings:visited:hover {
  color: #d9d9d9;
}
#ot-sdk-btn.ot-sdk-show-settings:active,
#ot-sdk-btn.optanon-show-settings:active {
  color: #b3b3b3;
}
#ot-sdk-btn.ot-sdk-show-settings:focus,
#ot-sdk-btn.optanon-show-settings:focus {
  outline-color: white;
}
div.wsMsgWnd {
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
}
div.wsMsgWnd .r-container {
  max-width: 1600px !important;
  padding: 40px 20px;
}
div.wsMsgWnd.Important {
  border: none;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
div.wsMsgWnd.Important .r-container .Button {
  padding-bottom: 10px;
  vertical-align: bottom;
}
div.wsMsgWnd.Important .r-container .Button a {
  background: inherit;
  font-family: 'Roboto', sans-serif;
  transition: all 0.5s;
}
div.wsMsgWnd.Important .r-container .Content .Title {
  margin-bottom: 16px;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 135%;
}
div.wsMsgWnd.Important .r-container .Content .Text {
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
}
div.wsMsgWnd .CloseButton::after {
  font-size: 32px;
}
@media only screen and (max-width: 1200px) {
  div.wsMsgWnd .r-container .Button {
    display: block;
    padding-top: 20px;
    text-align: left;
  }
  div.wsMsgWnd .r-container .Content .Text {
    max-width: 100% !important;
  }
  div.wsMsgWnd .r-container .Content > * {
    max-width: 100%;
  }
}
.block-no-approach-container #menu .menu-state-button {
  display: none;
}
.block-no-approach-container a {
  text-decoration: none;
}
.block-approch-selected-content.content-width {
  padding-bottom: 200px;
}
.block-approch-selected-content h1,
.block-approch-selected-content h2 {
  font-weight: bold;
  margin-bottom: 32px;
  padding: 0;
}
.block-approch-selected-content h1 {
  font-size: 50px;
  margin-top: 40px;
}
.block-approch-selected-content h2 {
  font-size: 34px;
  margin-top: 0;
}
.block-approch-selected-content p {
  font-size: 20px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 64px;
  width: 80%;
}
.block-approch-selected-content .approach-list {
  height: 200px;
}
@media only screen and (max-width: 1040px) {
  .block-approch-selected-content.content-width {
    padding-top: 64px;
  }
  .block-approch-selected-content h1 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 798px) {
  .block-approch-selected-content.content-width {
    padding-top: 86px;
  }
}
background-color: white;
.header-approach-selected {
  color: #2190f7;
  background-color: white;
}
.header-approach-selected:hover {
  background-color: rgba(28, 45, 54, 0.03);
}
.header-approach-selected:active {
  background-color: rgba(28, 45, 54, 0.07);
}
.header-approach-selected::after {
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #596c7d;
  transform: rotate(180deg);
}
.header-approach-selected.active::after {
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #596c7d;
  transform: rotate(0);
}
.header-approach-list {
  background-color: white;
}
.header-approach-list-item:hover {
  background-color: rgba(28, 45, 54, 0.03);
}
.header-approach-list-item:active {
  background-color: rgba(28, 45, 54, 0.07);
}
.header-approach-list-item-content {
  color: #596c7d;
}
.header-drawer {
  background-color: white;
}
.header-drawer .header-link.selected {
  border-bottom-color: transparent;
  border-left-color: #2190f7;
}
@media only screen and (max-width: 1160px) {
  .drawer-menu-divider {
    background-color: #e7ebee;
  }
}
header .header {
  background-color: white;
}
.header--logo--js {
  fill: #2190f7;
}
.header-drawer .header-link:focus {
  border-left-color: #2190f7;
}
.header-drawer .header-link.selected:focus {
  border-left-color: #1c7ad2;
}
.header button {
  background-color: transparent;
}
.header-link-text {
  color: #596c7d;
}
.header-link:focus {
  outline: none;
}
.header-link:hover {
  background-color: rgba(28, 45, 54, 0.03);
}
.header-link.active {
  background-color: rgba(28, 45, 54, 0.07);
}
.header-container-left .header-link:focus,
.header-container-right .header-link:focus,
.header-container-left .header-link.active,
.header-container-right .header-link.active,
.header-container-left .header-link.selected,
.header-container-right .header-link.selected {
  position: relative;
}
.header-container-left .header-link:focus::after,
.header-container-right .header-link:focus::after,
.header-container-left .header-link.active::after,
.header-container-right .header-link.active::after,
.header-container-left .header-link.selected::after,
.header-container-right .header-link.selected::after {
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  content: ' ';
  height: 4px;
  border-radius: 4px 4px 0 0;
  background-color: #2190f7;
}
.header-container-left .header-link.selected:focus::after,
.header-container-right .header-link.selected:focus::after {
  background-color: #1c7ad2;
}
.header-menu-item .header-menu-list {
  background-color: white;
}
.header-menu-item .header-menu-list-item:hover {
  background-color: rgba(28, 45, 54, 0.03);
}
.header-menu-item .header-menu-list-item:active {
  background-color: rgba(28, 45, 54, 0.07);
}
.header-menu-item .header-menu-list-item-content {
  color: #596c7d;
}
.header-menu-item .header-menu-button::before {
  position: absolute;
  bottom: 10px;
  left: calc(44%);
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #596c7d;
  transform: rotate(180deg);
}
.select-versions-active .select-versions__selected,
.select-versions-active .select-versions__selected:hover {
  background-color: rgba(28, 45, 54, 0.07);
}
.select-versions__list {
  background-color: white;
}
.select-versions__selected {
  color: #596c7d;
  background-color: transparent;
  border-color: transparent;
}
.select-versions__selected:hover {
  background-color: rgba(28, 45, 54, 0.03);
}
.select-versions__selected:focus-visible {
  outline: 2px solid #2190f7;
}
.select-versions__selected::after {
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #596c7d;
  transform: rotate(180deg);
}
.select-versions__item:hover {
  background-color: rgba(28, 45, 54, 0.03);
}
.select-versions__item:active,
.select-versions__item:focus {
  outline: 2px solid #2190f7;
}
.select-versions__item-selected {
  background-color: rgba(28, 45, 54, 0.07);
}
.search-item-conteiner {
  background-color: #edf0f2;
}
.search-item-conteiner .found-content,
.search-item-conteiner .search-content,
.search-item-conteiner .clear-content {
  color: #596c7d;
  background-color: #edf0f2;
}
.search-item-conteiner .found-content path,
.search-item-conteiner .clear-content path,
.search-item-conteiner .found-content circle,
.search-item-conteiner .clear-content circle {
  fill: #596c7d;
}
.search-item-conteiner .search-content::placeholder {
  color: #596c7d;
}
.search-item-conteiner .search::before {
  border-color: #e7ebee;
}
#menu {
  background-color: #edf0f2;
}
#menu a {
  color: #596c7d;
}
#menu a[href]:hover {
  color: #2190f7;
}
#menu span {
  color: #596c7d;
}
#menu li::before,
#menu li::after {
  color: #596c7d;
}
#menu .breadcrumbs-svg {
  fill: #596c7d;
}
#menu .tools-panel {
  border-color: #edf0f2;
}
#menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li.hint.active span {
  background-color: #f3f5f6;
}
#menu .tools-panel .breadcrumbs-dropdown.active {
  background-color: #edf0f2;
}
.menu-state-button {
  background-color: #f3f5f6;
}
.menu-state-button svg path {
  fill: #596c7d;
}
.menu-state-button:hover {
  background-color: #596c7d;
  opacity: 0.8;
}
.menu-state-button:hover svg path {
  fill: #f3f5f6;
}
@media only screen and (max-width: 700px) {
  #menu .tools-panel .menu-dropdown-toogle {
    color: #596c7d;
  }
  #menu .tools-panel .menu-dropdown-toogle::after {
    content: '';
    width: 0;
    height: 0;
    border-top: none;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #596c7d;
    transform: rotate(180deg);
  }
  #menu .tools-panel .menu-dropdown-toogle.active {
    background-color: #f2f2f2;
  }
  #menu .tools-panel .menu-dropdown-toogle.active::after {
    content: '';
    width: 0;
    height: 0;
    border-top: none;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #596c7d;
    transform: rotate(0);
  }
  #menu .tools-panel .tools-items .filter-item.toggle-button.search {
    background-color: #d1d7dc;
  }
  #menu .tools-panel .tools-items::before {
    border-color: #e0e3e7;
  }
}
.theme-switch {
  background-color: white;
  border-color: #e7ebee;
}
.theme-input {
  background-color: #2190f7;
}
.approach-badge {
  background-color: white;
}
.approach-badge .approach-title,
.approach-badge .approach-text {
  color: #596c7d;
}
.approach-badge .approach-card-link {
  background-color: white;
}
.approach-badge .approach-card-link:hover {
  background-color: rgba(28, 45, 54, 0.03);
}
.approach-badge .approach-card-link:active {
  background-color: rgba(28, 45, 54, 0.07);
}
.approach-badge .approach-card-link:focus {
  border-color: #2190f7;
  outline: none;
}
.approach-badge.overview {
  background-color: #2190f7;
}
.approach-badge.overview .approach-title,
.approach-badge.overview .approach-text {
  color: white;
}
.approach-badge.overview .approach-card-link:hover {
  background-color: #1c7ad2;
}
.approach-badge.overview .approach-card-link:active {
  background-color: #1765ad;
}
.approach-badge.overview .approach-card-link:focus {
  border-color: #11487c;
  outline: none;
}
.btn.btn-accent {
  color: white;
  border-color: #2190f7;
  outline-color: #2190f7;
  background-color: #2190f7;
}
.btn.btn-accent svg {
  fill: white;
}
.btn.btn-accent svg path,
.btn.btn-accent svg circle {
  fill: white;
}
.btn.btn-accent:hover {
  color: white;
  border-color: #1c7ad2;
  outline-color: #1c7ad2;
  background-color: #1c7ad2;
}
.btn.btn-accent:hover svg {
  fill: white;
}
.btn.btn-accent:hover svg path,
.btn.btn-accent:hover svg circle {
  fill: white;
}
.btn.btn-accent:active,
.btn.btn-accent:focus {
  color: white;
  border-color: #1765ad;
  outline-color: #1765ad;
  background-color: #1765ad;
}
.btn.btn-accent:active svg,
.btn.btn-accent:focus svg {
  fill: white;
}
.btn.btn-accent:active svg path,
.btn.btn-accent:focus svg path,
.btn.btn-accent:active svg circle,
.btn.btn-accent:focus svg circle {
  fill: white;
}
.btn.btn-outlined {
  color: #2190f7;
  border-color: #2190f7;
  outline-color: #2190f7;
  background-color: transparent;
}
.btn.btn-outlined svg {
  fill: #2190f7;
}
.btn.btn-outlined svg path,
.btn.btn-outlined svg circle {
  fill: #2190f7;
}
.btn.btn-outlined:hover {
  color: white;
  border-color: #1c7ad2;
  outline-color: #1c7ad2;
  background-color: #1c7ad2;
}
.btn.btn-outlined:hover svg {
  fill: white;
}
.btn.btn-outlined:hover svg path,
.btn.btn-outlined:hover svg circle {
  fill: white;
}
.btn.btn-outlined:active,
.btn.btn-outlined:focus {
  color: white;
  border-color: #1765ad;
  outline-color: #1765ad;
  background-color: #1765ad;
}
.btn.btn-outlined:active svg,
.btn.btn-outlined:focus svg {
  fill: white;
}
.btn.btn-outlined:active svg path,
.btn.btn-outlined:focus svg path,
.btn.btn-outlined:active svg circle,
.btn.btn-outlined:focus svg circle {
  fill: white;
}
.btn.btn-text {
  color: #596c7d;
  border-color: white;
  outline-color: white;
  background-color: white;
}
.btn.btn-text svg {
  fill: #596c7d;
}
.btn.btn-text svg path,
.btn.btn-text svg circle {
  fill: #596c7d;
}
.btn.btn-text:hover {
  color: #596c7d;
  border-color: #f3f5f6;
  outline-color: #f3f5f6;
  background-color: #f3f5f6;
}
.btn.btn-text:hover svg {
  fill: #596c7d;
}
.btn.btn-text:hover svg path,
.btn.btn-text:hover svg circle {
  fill: #596c7d;
}
.btn.btn-text:active,
.btn.btn-text:focus {
  color: #596c7d;
  border-color: #edf0f2;
  outline-color: #edf0f2;
  background-color: #edf0f2;
}
.btn.btn-text:active svg,
.btn.btn-text:focus svg {
  fill: #596c7d;
}
.btn.btn-text:active svg path,
.btn.btn-text:focus svg path,
.btn.btn-text:active svg circle,
.btn.btn-text:focus svg circle {
  fill: #596c7d;
}
.btn.btn-text-accent {
  color: #2190f7;
  border-color: white;
  outline-color: white;
  background-color: white;
}
.btn.btn-text-accent svg {
  fill: #2190f7;
}
.btn.btn-text-accent svg path,
.btn.btn-text-accent svg circle {
  fill: #2190f7;
}
.btn.btn-text-accent:hover {
  color: #2190f7;
  border-color: #f3f5f6;
  outline-color: #f3f5f6;
  background-color: #f3f5f6;
}
.btn.btn-text-accent:hover svg {
  fill: #2190f7;
}
.btn.btn-text-accent:hover svg path,
.btn.btn-text-accent:hover svg circle {
  fill: #2190f7;
}
.btn.btn-text-accent:active,
.btn.btn-text-accent:focus {
  color: #2190f7;
  border-color: #edf0f2;
  outline-color: #edf0f2;
  background-color: #edf0f2;
}
.btn.btn-text-accent:active svg,
.btn.btn-text-accent:focus svg {
  fill: #2190f7;
}
.btn.btn-text-accent:active svg path,
.btn.btn-text-accent:focus svg path,
.btn.btn-text-accent:active svg circle,
.btn.btn-text-accent:focus svg circle {
  fill: #2190f7;
}
.btn.btn-text-outlined {
  color: white;
  border-color: white;
  outline-color: white;
  background-color: transparent;
}
.btn.btn-text-outlined svg {
  fill: white;
}
.btn.btn-text-outlined svg path,
.btn.btn-text-outlined svg circle {
  fill: white;
}
.btn.btn-text-outlined:hover {
  color: #2190f7;
  border-color: white;
  outline-color: white;
  background-color: white;
}
.btn.btn-text-outlined:hover svg {
  fill: #2190f7;
}
.btn.btn-text-outlined:hover svg path,
.btn.btn-text-outlined:hover svg circle {
  fill: #2190f7;
}
.btn.btn-text-outlined:active,
.btn.btn-text-outlined:focus {
  color: #2190f7;
  border-color: #f3f5f6;
  outline-color: #f3f5f6;
  background-color: #f3f5f6;
}
.btn.btn-text-outlined:active svg,
.btn.btn-text-outlined:focus svg {
  fill: #2190f7;
}
.btn.btn-text-outlined:active svg path,
.btn.btn-text-outlined:focus svg path,
.btn.btn-text-outlined:active svg circle,
.btn.btn-text-outlined:focus svg circle {
  fill: #2190f7;
}
.tbs {
  border-bottom: 1px solid #e7ebee;
}
.tbs-item {
  color: #596c7d;
}
.tbs-item:hover {
  background-color: rgba(28, 45, 54, 0.03);
}
.tbs-item:visited {
  color: #596c7d;
}
.tbs-item.active {
  color: #2190f7;
  position: relative;
}
.tbs-item.active::after {
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  content: ' ';
  height: 4px;
  border-radius: 4px;
  background-color: #2190f7;
}
.duo-card {
  background-color: #f3f5f6;
}
.duo-card .wrapper-card:focus-visible {
  outline-color: #2190f7;
}
.duo-card .wrapper-card:not(.active) svg path {
  fill: #596c7d;
}
.duo-card .wrapper-card:not(.active) svg path.background {
  opacity: 0.5;
}
.duo-card .wrapper-card:not(.active) svg path.letter {
  fill: #f3f5f6;
}
.duo-card .wrapper-card input {
  color: #596c7d;
}
.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll-content,
.dx-scrollable-scroll-content {
  background-color: #667c8f;
}
#onetrust-consent-sdk #onetrust-banner-sdk {
  background-color: white;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent .banner-actions-container button {
  background-color: #2190f7;
  border-color: #2190f7;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent button#onetrust-pc-btn-handler {
  background-color: white;
  border: 2px solid #3f4d5a;
  color: #3f4d5a;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent button#onetrust-pc-btn-handler:hover {
  background-color: #3f4d5a;
  color: white;
}
#onetrust-consent-sdk #onetrust-pc-sdk {
  background-color: white;
}
#onetrust-consent-sdk #onetrust-pc-sdk h3,
#onetrust-consent-sdk #onetrust-pc-sdk h4,
#onetrust-consent-sdk #onetrust-pc-sdk p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc {
  color: #3f4d5a;
}
#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-header,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer-logo,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item {
  border-color: #edf0f2;
}
#onetrust-consent-sdk #onetrust-pc-sdk .ot-plus-minus span {
  background-color: #3f4d5a;
}
#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer-logo,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-grpcntr.ot-acc-txt,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt .ot-subgrp-tgl .ot-switch.ot-toggle {
  background-color: white;
}
#onetrust-consent-sdk #onetrust-pc-sdk .ot-vs-list .ot-always-active,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp .ot-always-active {
  color: #2190f7;
}
#onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler {
  color: #2190f7 !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn) {
  background-color: #2190f7 !important;
  border-color: #2190f7 !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):hover {
  background-color: #1c7ad2 !important;
  border-color: #1c7ad2 !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):active,
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):focus {
  background-color: #1765ad !important;
  border-color: #1765ad !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):focus {
  outline-width: 0;
}
#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob {
  border-color: #2190f7;
  background-color: rgba(33, 144, 247, 0.1);
}
#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob:before {
  background-color: #2190f7;
}
#onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
}
#onetrust-consent-sdk #onetrust-policy-text {
  color: #3f4d5a;
}
#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  color: white;
}
div.wsMsgWnd.Important {
  background-color: black;
  opacity: 0.8;
}
div.wsMsgWnd.Important .r-container .Button a:hover {
  background: white;
  color: #222222;
}
.block-approch-selected-content h1,
.block-approch-selected-content h2,
.block-approch-selected-content p {
  color: #3f4d5a;
}
body.dx-swatch-dark {
  background-color: #2a2a2a;
}
body.dx-swatch-dark .header-approach-selected {
  color: #158bff;
  background-color: #2a2a2a;
}
body.dx-swatch-dark .header-approach-selected:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
body.dx-swatch-dark .header-approach-selected:active {
  background-color: rgba(255, 255, 255, 0.15);
}
body.dx-swatch-dark .header-approach-selected::after {
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #ebebeb;
  transform: rotate(180deg);
}
body.dx-swatch-dark .header-approach-selected.active::after {
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #ebebeb;
  transform: rotate(0);
}
body.dx-swatch-dark .header-approach-list {
  background-color: #383838;
}
body.dx-swatch-dark .header-approach-list-item:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
body.dx-swatch-dark .header-approach-list-item:active {
  background-color: rgba(255, 255, 255, 0.15);
}
body.dx-swatch-dark .header-approach-list-item-content {
  color: #ebebeb;
}
body.dx-swatch-dark .header-drawer {
  background-color: #2a2a2a;
}
body.dx-swatch-dark .header-drawer .header-link.selected {
  border-bottom-color: transparent;
  border-left-color: #158bff;
}
@media only screen and (max-width: 1160px) {
  body.dx-swatch-dark .drawer-menu-divider {
    background-color: #525252;
  }
}
body.dx-swatch-dark header .header {
  background-color: #2a2a2a;
}
body.dx-swatch-dark .header--logo--js {
  fill: #158bff;
}
body.dx-swatch-dark .header-drawer .header-link:focus {
  border-left-color: #158bff;
}
body.dx-swatch-dark .header-drawer .header-link.selected:focus {
  border-left-color: #1276d9;
}
body.dx-swatch-dark .header button {
  background-color: transparent;
}
body.dx-swatch-dark .header-link-text {
  color: #ebebeb;
}
body.dx-swatch-dark .header-link:focus {
  outline: none;
}
body.dx-swatch-dark .header-link:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
body.dx-swatch-dark .header-link.active {
  background-color: rgba(255, 255, 255, 0.15);
}
body.dx-swatch-dark .header-container-left .header-link:focus,
body.dx-swatch-dark .header-container-right .header-link:focus,
body.dx-swatch-dark .header-container-left .header-link.active,
body.dx-swatch-dark .header-container-right .header-link.active,
body.dx-swatch-dark .header-container-left .header-link.selected,
body.dx-swatch-dark .header-container-right .header-link.selected {
  position: relative;
}
body.dx-swatch-dark .header-container-left .header-link:focus::after,
body.dx-swatch-dark .header-container-right .header-link:focus::after,
body.dx-swatch-dark .header-container-left .header-link.active::after,
body.dx-swatch-dark .header-container-right .header-link.active::after,
body.dx-swatch-dark .header-container-left .header-link.selected::after,
body.dx-swatch-dark .header-container-right .header-link.selected::after {
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  content: ' ';
  height: 4px;
  border-radius: 4px 4px 0 0;
  background-color: #158bff;
}
body.dx-swatch-dark .header-container-left .header-link.selected:focus::after,
body.dx-swatch-dark .header-container-right .header-link.selected:focus::after {
  background-color: #1276d9;
}
body.dx-swatch-dark .header-menu-item .header-menu-list {
  background-color: #383838;
}
body.dx-swatch-dark .header-menu-item .header-menu-list-item:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
body.dx-swatch-dark .header-menu-item .header-menu-list-item:active {
  background-color: rgba(255, 255, 255, 0.15);
}
body.dx-swatch-dark .header-menu-item .header-menu-list-item-content {
  color: #ebebeb;
}
body.dx-swatch-dark .header-menu-item .header-menu-button::before {
  position: absolute;
  bottom: 10px;
  left: calc(44%);
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #ebebeb;
  transform: rotate(180deg);
}
body.dx-swatch-dark .select-versions-active .select-versions__selected,
body.dx-swatch-dark .select-versions-active .select-versions__selected:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
body.dx-swatch-dark .select-versions__list {
  background-color: #383838;
}
body.dx-swatch-dark .select-versions__selected {
  color: #ebebeb;
  background-color: transparent;
  border-color: transparent;
}
body.dx-swatch-dark .select-versions__selected:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
body.dx-swatch-dark .select-versions__selected:focus-visible {
  outline: 2px solid #158bff;
}
body.dx-swatch-dark .select-versions__selected::after {
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #ebebeb;
  transform: rotate(180deg);
}
body.dx-swatch-dark .select-versions__item:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
body.dx-swatch-dark .select-versions__item:active,
body.dx-swatch-dark .select-versions__item:focus {
  outline: 2px solid #158bff;
}
body.dx-swatch-dark .select-versions__item-selected {
  background-color: rgba(255, 255, 255, 0.15);
}
body.dx-swatch-dark .search-item-conteiner {
  background-color: #434343;
}
body.dx-swatch-dark .search-item-conteiner .found-content,
body.dx-swatch-dark .search-item-conteiner .search-content,
body.dx-swatch-dark .search-item-conteiner .clear-content {
  color: #ebebeb;
  background-color: #434343;
}
body.dx-swatch-dark .search-item-conteiner .found-content path,
body.dx-swatch-dark .search-item-conteiner .clear-content path,
body.dx-swatch-dark .search-item-conteiner .found-content circle,
body.dx-swatch-dark .search-item-conteiner .clear-content circle {
  fill: #ebebeb;
}
body.dx-swatch-dark .search-item-conteiner .search-content::placeholder {
  color: #ebebeb;
}
body.dx-swatch-dark .search-item-conteiner .search::before {
  border-color: #525252;
}
body.dx-swatch-dark #menu {
  background-color: #434343;
}
body.dx-swatch-dark #menu a {
  color: #ebebeb;
}
body.dx-swatch-dark #menu a[href]:hover {
  color: #158bff;
}
body.dx-swatch-dark #menu span {
  color: #ebebeb;
}
body.dx-swatch-dark #menu li::before,
body.dx-swatch-dark #menu li::after {
  color: #ebebeb;
}
body.dx-swatch-dark #menu .breadcrumbs-svg {
  fill: #ebebeb;
}
body.dx-swatch-dark #menu .tools-panel {
  border-color: #434343;
}
body.dx-swatch-dark #menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li.hint.active span {
  background-color: #383838;
}
body.dx-swatch-dark #menu .tools-panel .breadcrumbs-dropdown.active {
  background-color: #434343;
}
body.dx-swatch-dark .menu-state-button {
  background-color: #383838;
}
body.dx-swatch-dark .menu-state-button svg path {
  fill: #ebebeb;
}
body.dx-swatch-dark .menu-state-button:hover {
  background-color: #ebebeb;
  opacity: 0.8;
}
body.dx-swatch-dark .menu-state-button:hover svg path {
  fill: #383838;
}
@media only screen and (max-width: 700px) {
  body.dx-swatch-dark #menu .tools-panel .menu-dropdown-toogle {
    color: #62707d;
  }
  body.dx-swatch-dark #menu .tools-panel .menu-dropdown-toogle::after {
    content: '';
    width: 0;
    height: 0;
    border-top: none;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #88a0b5;
    transform: rotate(180deg);
  }
  body.dx-swatch-dark #menu .tools-panel .menu-dropdown-toogle.active {
    background-color: #2d3033;
  }
  body.dx-swatch-dark #menu .tools-panel .menu-dropdown-toogle.active::after {
    content: '';
    width: 0;
    height: 0;
    border-top: none;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #88a0b5;
    transform: rotate(0);
  }
  body.dx-swatch-dark #menu .tools-panel .tools-items .filter-item.toggle-button.search {
    background-color: #1d2124;
  }
  body.dx-swatch-dark #menu .tools-panel .tools-items::before {
    border-color: #282d33;
  }
}
body.dx-swatch-dark .theme-switch {
  background-color: #2a2a2a;
  border-color: #525252;
}
body.dx-swatch-dark .theme-input {
  background-color: #158bff;
}
body.dx-swatch-dark .approach-badge {
  background-color: #2a2a2a;
}
body.dx-swatch-dark .approach-badge .approach-title,
body.dx-swatch-dark .approach-badge .approach-text {
  color: #ebebeb;
}
body.dx-swatch-dark .approach-badge .approach-card-link {
  background-color: #383838;
}
body.dx-swatch-dark .approach-badge .approach-card-link:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
body.dx-swatch-dark .approach-badge .approach-card-link:active {
  background-color: rgba(255, 255, 255, 0.15);
}
body.dx-swatch-dark .approach-badge .approach-card-link:focus {
  border-color: #158bff;
  outline: none;
}
body.dx-swatch-dark .approach-badge.overview {
  background-color: #158bff;
}
body.dx-swatch-dark .approach-badge.overview .approach-title,
body.dx-swatch-dark .approach-badge.overview .approach-text {
  color: #2a2a2a;
}
body.dx-swatch-dark .approach-badge.overview .approach-card-link:hover {
  background-color: #1276d9;
}
body.dx-swatch-dark .approach-badge.overview .approach-card-link:active {
  background-color: #0f61b3;
}
body.dx-swatch-dark .approach-badge.overview .approach-card-link:focus {
  border-color: #0b4680;
  outline: none;
}
body.dx-swatch-dark .btn.btn-accent {
  color: white;
  border-color: #158bff;
  outline-color: #158bff;
  background-color: #158bff;
}
body.dx-swatch-dark .btn.btn-accent svg {
  fill: white;
}
body.dx-swatch-dark .btn.btn-accent svg path,
body.dx-swatch-dark .btn.btn-accent svg circle {
  fill: white;
}
body.dx-swatch-dark .btn.btn-accent:hover {
  color: white;
  border-color: #1276d9;
  outline-color: #1276d9;
  background-color: #1276d9;
}
body.dx-swatch-dark .btn.btn-accent:hover svg {
  fill: white;
}
body.dx-swatch-dark .btn.btn-accent:hover svg path,
body.dx-swatch-dark .btn.btn-accent:hover svg circle {
  fill: white;
}
body.dx-swatch-dark .btn.btn-accent:active,
body.dx-swatch-dark .btn.btn-accent:focus {
  color: white;
  border-color: #0f61b3;
  outline-color: #0f61b3;
  background-color: #0f61b3;
}
body.dx-swatch-dark .btn.btn-accent:active svg,
body.dx-swatch-dark .btn.btn-accent:focus svg {
  fill: white;
}
body.dx-swatch-dark .btn.btn-accent:active svg path,
body.dx-swatch-dark .btn.btn-accent:focus svg path,
body.dx-swatch-dark .btn.btn-accent:active svg circle,
body.dx-swatch-dark .btn.btn-accent:focus svg circle {
  fill: white;
}
body.dx-swatch-dark .btn.btn-outlined {
  color: #158bff;
  border-color: #158bff;
  outline-color: #158bff;
  background-color: transparent;
}
body.dx-swatch-dark .btn.btn-outlined svg {
  fill: #158bff;
}
body.dx-swatch-dark .btn.btn-outlined svg path,
body.dx-swatch-dark .btn.btn-outlined svg circle {
  fill: #158bff;
}
body.dx-swatch-dark .btn.btn-outlined:hover {
  color: white;
  border-color: #1276d9;
  outline-color: #1276d9;
  background-color: #1276d9;
}
body.dx-swatch-dark .btn.btn-outlined:hover svg {
  fill: white;
}
body.dx-swatch-dark .btn.btn-outlined:hover svg path,
body.dx-swatch-dark .btn.btn-outlined:hover svg circle {
  fill: white;
}
body.dx-swatch-dark .btn.btn-outlined:active,
body.dx-swatch-dark .btn.btn-outlined:focus {
  color: white;
  border-color: #0f61b3;
  outline-color: #0f61b3;
  background-color: #0f61b3;
}
body.dx-swatch-dark .btn.btn-outlined:active svg,
body.dx-swatch-dark .btn.btn-outlined:focus svg {
  fill: white;
}
body.dx-swatch-dark .btn.btn-outlined:active svg path,
body.dx-swatch-dark .btn.btn-outlined:focus svg path,
body.dx-swatch-dark .btn.btn-outlined:active svg circle,
body.dx-swatch-dark .btn.btn-outlined:focus svg circle {
  fill: white;
}
body.dx-swatch-dark .btn.btn-text {
  color: #ebebeb;
  border-color: #2a2a2a;
  outline-color: #2a2a2a;
  background-color: #2a2a2a;
}
body.dx-swatch-dark .btn.btn-text svg {
  fill: #ebebeb;
}
body.dx-swatch-dark .btn.btn-text svg path,
body.dx-swatch-dark .btn.btn-text svg circle {
  fill: #ebebeb;
}
body.dx-swatch-dark .btn.btn-text:hover {
  color: #ebebeb;
  border-color: #383838;
  outline-color: #383838;
  background-color: #383838;
}
body.dx-swatch-dark .btn.btn-text:hover svg {
  fill: #ebebeb;
}
body.dx-swatch-dark .btn.btn-text:hover svg path,
body.dx-swatch-dark .btn.btn-text:hover svg circle {
  fill: #ebebeb;
}
body.dx-swatch-dark .btn.btn-text:active,
body.dx-swatch-dark .btn.btn-text:focus {
  color: #ebebeb;
  border-color: #434343;
  outline-color: #434343;
  background-color: #434343;
}
body.dx-swatch-dark .btn.btn-text:active svg,
body.dx-swatch-dark .btn.btn-text:focus svg {
  fill: #ebebeb;
}
body.dx-swatch-dark .btn.btn-text:active svg path,
body.dx-swatch-dark .btn.btn-text:focus svg path,
body.dx-swatch-dark .btn.btn-text:active svg circle,
body.dx-swatch-dark .btn.btn-text:focus svg circle {
  fill: #ebebeb;
}
body.dx-swatch-dark .btn.btn-text-accent {
  color: #158bff;
  border-color: #2a2a2a;
  outline-color: #2a2a2a;
  background-color: #2a2a2a;
}
body.dx-swatch-dark .btn.btn-text-accent svg {
  fill: #158bff;
}
body.dx-swatch-dark .btn.btn-text-accent svg path,
body.dx-swatch-dark .btn.btn-text-accent svg circle {
  fill: #158bff;
}
body.dx-swatch-dark .btn.btn-text-accent:hover {
  color: #158bff;
  border-color: #383838;
  outline-color: #383838;
  background-color: #383838;
}
body.dx-swatch-dark .btn.btn-text-accent:hover svg {
  fill: #158bff;
}
body.dx-swatch-dark .btn.btn-text-accent:hover svg path,
body.dx-swatch-dark .btn.btn-text-accent:hover svg circle {
  fill: #158bff;
}
body.dx-swatch-dark .btn.btn-text-accent:active,
body.dx-swatch-dark .btn.btn-text-accent:focus {
  color: #158bff;
  border-color: #434343;
  outline-color: #434343;
  background-color: #434343;
}
body.dx-swatch-dark .btn.btn-text-accent:active svg,
body.dx-swatch-dark .btn.btn-text-accent:focus svg {
  fill: #158bff;
}
body.dx-swatch-dark .btn.btn-text-accent:active svg path,
body.dx-swatch-dark .btn.btn-text-accent:focus svg path,
body.dx-swatch-dark .btn.btn-text-accent:active svg circle,
body.dx-swatch-dark .btn.btn-text-accent:focus svg circle {
  fill: #158bff;
}
body.dx-swatch-dark .btn.btn-text-outlined {
  color: #2a2a2a;
  border-color: #2a2a2a;
  outline-color: #2a2a2a;
  background-color: transparent;
}
body.dx-swatch-dark .btn.btn-text-outlined svg {
  fill: #2a2a2a;
}
body.dx-swatch-dark .btn.btn-text-outlined svg path,
body.dx-swatch-dark .btn.btn-text-outlined svg circle {
  fill: #2a2a2a;
}
body.dx-swatch-dark .btn.btn-text-outlined:hover {
  color: #158bff;
  border-color: #2a2a2a;
  outline-color: #2a2a2a;
  background-color: #2a2a2a;
}
body.dx-swatch-dark .btn.btn-text-outlined:hover svg {
  fill: #158bff;
}
body.dx-swatch-dark .btn.btn-text-outlined:hover svg path,
body.dx-swatch-dark .btn.btn-text-outlined:hover svg circle {
  fill: #158bff;
}
body.dx-swatch-dark .btn.btn-text-outlined:active,
body.dx-swatch-dark .btn.btn-text-outlined:focus {
  color: #158bff;
  border-color: #383838;
  outline-color: #383838;
  background-color: #383838;
}
body.dx-swatch-dark .btn.btn-text-outlined:active svg,
body.dx-swatch-dark .btn.btn-text-outlined:focus svg {
  fill: #158bff;
}
body.dx-swatch-dark .btn.btn-text-outlined:active svg path,
body.dx-swatch-dark .btn.btn-text-outlined:focus svg path,
body.dx-swatch-dark .btn.btn-text-outlined:active svg circle,
body.dx-swatch-dark .btn.btn-text-outlined:focus svg circle {
  fill: #158bff;
}
body.dx-swatch-dark .tbs {
  border-bottom: 1px solid #525252;
}
body.dx-swatch-dark .tbs-item {
  color: #ebebeb;
}
body.dx-swatch-dark .tbs-item:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
body.dx-swatch-dark .tbs-item:visited {
  color: #ebebeb;
}
body.dx-swatch-dark .tbs-item.active {
  color: #158bff;
  position: relative;
}
body.dx-swatch-dark .tbs-item.active::after {
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  content: ' ';
  height: 4px;
  border-radius: 4px;
  background-color: #158bff;
}
body.dx-swatch-dark .duo-card {
  background-color: #383838;
}
body.dx-swatch-dark .duo-card .wrapper-card:focus-visible {
  outline-color: #158bff;
}
body.dx-swatch-dark .duo-card .wrapper-card:not(.active) svg path {
  fill: #ebebeb;
}
body.dx-swatch-dark .duo-card .wrapper-card:not(.active) svg path.background {
  opacity: 0.5;
}
body.dx-swatch-dark .duo-card .wrapper-card:not(.active) svg path.letter {
  fill: #383838;
}
body.dx-swatch-dark .duo-card .wrapper-card input {
  color: #ebebeb;
}
body.dx-swatch-dark .dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll-content,
body.dx-swatch-dark .dx-scrollable-scroll-content {
  background-color: #d1d1d1;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-banner-sdk {
  background-color: #2a2a2a;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent .banner-actions-container button {
  background-color: #158bff;
  border-color: #158bff;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent button#onetrust-pc-btn-handler {
  background-color: #2a2a2a;
  border: 2px solid #fafafa;
  color: #fafafa;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent button#onetrust-pc-btn-handler:hover {
  background-color: #fafafa;
  color: #2a2a2a;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk {
  background-color: #2a2a2a;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk h3,
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk h4,
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk p,
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc {
  color: #fafafa;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-header,
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer,
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer-logo,
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item {
  border-color: #434343;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .ot-plus-minus span {
  background-color: #fafafa;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer-logo,
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-grpcntr.ot-acc-txt,
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt .ot-subgrp-tgl .ot-switch.ot-toggle {
  background-color: #2a2a2a;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .ot-vs-list .ot-always-active,
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp .ot-always-active {
  color: #158bff;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler {
  color: #158bff !important;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn) {
  background-color: #158bff !important;
  border-color: #158bff !important;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):hover {
  background-color: #1276d9 !important;
  border-color: #1276d9 !important;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):active,
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):focus {
  background-color: #0f61b3 !important;
  border-color: #0f61b3 !important;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):focus {
  outline-width: 0;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob {
  border-color: #158bff;
  background-color: rgba(21, 139, 255, 0.1);
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob:before {
  background-color: #158bff;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-policy-text {
  color: #fafafa;
}
body.dx-swatch-dark #ot-sdk-btn.ot-sdk-show-settings,
body.dx-swatch-dark #ot-sdk-btn.optanon-show-settings {
  color: white;
}
body.dx-swatch-dark div.wsMsgWnd.Important {
  background-color: black;
  opacity: 0.8;
}
body.dx-swatch-dark div.wsMsgWnd.Important .r-container .Button a:hover {
  background: white;
  color: #222222;
}
body.dx-swatch-dark .block-approch-selected-content h1,
body.dx-swatch-dark .block-approch-selected-content h2,
body.dx-swatch-dark .block-approch-selected-content p {
  color: #fafafa;
}
@media (max-width: 1770px) {
  .block-approaches-position {
    max-width: 1150px;
  }
}
