@charset "UTF-8";
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.4;
}

@keyframes last_slide_animation {
  0% {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }
  100% {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
  }
}
@keyframes slider_backround_animation {
  0% {
    background-position: top left -200px;
  }
  100% {
    background-position: top center;
  }
}
.btn {
  border-radius: 0 15px 0 0;
  -moz-border-radius: 0 15px 0 0;
  -webkit-border-radius: 0 15px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  padding-left: 17px;
  padding-right: 17px;
}
.btn.btn-radius-bottom {
  border-radius: 0 0 15px 0;
  -moz-border-radius: 0 0 15px 0;
  -webkit-border-radius: 0 0 15px 0;
}
.btn.btn-primary {
  background: #0179AD;
  border-color: #0179AD;
  color: #FFF;
}
.btn.btn-primary:hover {
  background: #01A3E6;
  color: #FFF;
}
.btn.btn-outline {
  background: transparent;
  border-color: #3C3C3C;
  color: #3C3C3C;
}
.btn.btn-outline:hover {
  background: #005173;
  color: #FFF;
  border-color: #005173;
}
.btn.btn-secondary {
  background: #AEC802;
  color: #FFF;
}
.btn.btn-secondary:hover {
  background: #0179AD;
  color: #FFF;
}
.btn.btn-third {
  background: #69C172;
  color: #FFF;
}
.btn.btn-third:hover {
  background: #0179AD;
  color: #FFF;
}
.btn.btn-dark {
  background: #000000;
  color: #FFF;
}
.btn.btn-dark:hover {
  background: #0179AD;
  color: #FFF;
}
.btn.btn-light {
  background: #FFF;
  color: #000000;
}
.btn.btn-light:hover {
  background: #0179AD;
  color: #FFF;
}
.btn.btn-white {
  background: #FFF;
  color: #000000;
}
.btn.btn-white:hover {
  background: #0179AD;
  color: #FFF;
}
.btn.btn-info {
  background: #01A3E6;
  color: #FFF;
  border-color: #01A3E6;
}
.btn.btn-info:hover {
  background: #0179AD;
  color: #FFF;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

html {
  overflow-x: clip;
}

body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  overflow-x: clip;
}

body.admin-hide-top-alerts .offline-alert,
body.admin-hide-top-alerts .debug-alert {
  display: none !important;
}
body.admin-hide-top-alerts nav.admin-nav,
body.admin-hide-top-alerts nav.nav-bar-admin-3 {
  display: none !important;
}

.site-header-stack {
  position: relative;
  z-index: 1100 !important;
  isolation: isolate;
}

header {
  display: block;
  position: relative;
  width: 100%;
}
header.site-header-stack {
  padding: 36px 0 0 0;
}
header .header-logo a {
  display: block;
}

.site-mega-nav-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  z-index: 1000 !important;
  background: #071115;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, visibility 0.22s ease;
  pointer-events: none;
}
.site-mega-nav-backdrop.is-active {
  opacity: 0.4;
  visibility: visible;
  pointer-events: auto;
}

body.site-mega-nav-backdrop-on {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .site-mega-nav-backdrop {
    transition: none;
  }
}
.header-line-bottom {
  display: block;
  position: relative;
  width: 100%;
  width: 100%;
  height: 1px;
  background: #3c3c3c;
  margin-top: 33px;
}

.site-header-nav-outer {
  width: 100%;
  max-width: 100%;
  position: relative;
  background: #fff;
}

.site-header-nav-sentinel {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  pointer-events: none;
  visibility: hidden;
}

#site-header-nav-sticky-spacer {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.site-header-nav-outer.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1090;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  animation: site-nav-slide-down 0.26s ease both;
}

@keyframes site-nav-slide-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: none;
  }
}
.site-topbar {
  position: relative;
  z-index: 1101;
  background: #fff;
  border-bottom: 1px solid rgba(60, 60, 60, 0.15);
}
.site-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.site-topbar__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #3c3c3c;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  cursor: pointer;
}
.site-topbar__btn .bi {
  font-size: 1rem;
  text-decoration: none;
}
.site-topbar__btn span {
  text-decoration: underline;
}
.site-topbar__btn[aria-expanded=true] {
  color: #01a3e6;
}
.site-topbar-panel {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1102;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.site-topbar-panel.is-open {
  display: block;
}
.site-topbar-panel__body--a11y {
  padding: 16px 0 20px;
}
.site-topbar-panel--search > .container > .site-mega-nav__search-form {
  display: flex;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 16px 0 20px;
}
.site-topbar-panel--search > .container > .site-mega-nav__search-form input.form-control {
  flex: 1 1 auto;
  min-width: 0;
  height: 44px;
  padding: 0.5rem 0.875rem;
  font-size: 1rem;
  background: #f8f8ef;
  border: 0;
  border-bottom: 2px solid #3c3c3c;
  border-radius: 0;
}
.site-topbar-panel--search > .container > .site-mega-nav__search-form input.form-control:focus {
  border-bottom-color: #01a3e6;
  box-shadow: none;
}
.site-topbar-panel--search > .container > .site-mega-nav__search-form .site-mega-nav__search-submit {
  flex: 0 0 auto;
  height: 44px;
  padding: 0 1.1rem;
  border: 0;
  border-radius: 0;
  background: #01a3e6;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s ease;
}
.site-topbar-panel--search > .container > .site-mega-nav__search-form .site-mega-nav__search-submit:hover {
  background: #0189c0;
}

.site-mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 1200;
  pointer-events: none;
  visibility: hidden;
}
.site-mobile-nav__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 17, 21, 0.45);
  opacity: 0;
  transition: opacity 0.28s ease;
}
.site-mobile-nav__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.12);
}
.site-mobile-nav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 20px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}
.site-mobile-nav__logo img {
  max-width: 140px;
  height: auto;
}
.site-mobile-nav__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #3c3c3c;
  font-size: 1.25rem;
  cursor: pointer;
}
.site-mobile-nav__menu {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 0 24px;
}
.site-mobile-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-mobile-nav__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.site-mobile-nav__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 14px 20px;
  border: 0;
  background: transparent;
  color: #3c3c3c;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.site-mobile-nav__row--link {
  cursor: pointer;
}
.site-mobile-nav__row.is-active, .site-mobile-nav__item.is-active > .site-mobile-nav__row {
  color: #01a3e6;
  font-weight: 600;
}
.site-mobile-nav__chevron {
  flex-shrink: 0;
  font-size: 1rem;
  transition: transform 0.25s ease;
}
.site-mobile-nav__item.is-open .site-mobile-nav__chevron {
  transform: rotate(180deg);
}
.site-mobile-nav__sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-mobile-nav__item.is-open .site-mobile-nav__sub {
  max-height: var(--site-mobile-sub-max, 1200px);
}
.site-mobile-nav__sub-list {
  list-style: none;
  margin: 0;
  padding: 0 0 12px;
}
.site-mobile-nav__sub-link {
  display: block;
  padding: 10px 20px 10px 28px;
  color: #3c3c3c;
  font-size: 15px;
  line-height: 1.35;
  text-decoration: none;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.22s ease, transform 0.22s ease, color 0.2s ease;
}
.site-mobile-nav__sub-link.is-active {
  color: #01a3e6;
  font-weight: 600;
}
.site-mobile-nav__sub-link:hover {
  color: #01a3e6;
}
.site-mobile-nav__item.is-open .site-mobile-nav__sub-link {
  opacity: 1;
  transform: translateY(0);
}
.site-mobile-nav__module {
  padding: 0 20px 16px 28px;
  font-size: 14px;
  line-height: 1.5;
}

body.site-mobile-nav-open .site-mobile-nav {
  pointer-events: auto;
  visibility: visible;
}
body.site-mobile-nav-open .site-mobile-nav .site-mobile-nav__backdrop {
  opacity: 1;
}
body.site-mobile-nav-open .site-mobile-nav .site-mobile-nav__panel {
  transform: translateX(0);
}

.site-mobile-nav__backdrop {
  touch-action: none;
}

@media (prefers-reduced-motion: reduce) {
  .site-header-nav-outer.is-sticky {
    animation: none;
  }
  .site-mobile-nav__panel,
  .site-mobile-nav__backdrop,
  .site-mobile-nav__sub,
  .site-mobile-nav__sub-link,
  .site-mobile-nav__chevron {
    transition: none;
  }
}
.site-mega-navbar {
  position: relative;
  max-width: 100%;
  background: #fff;
  padding: 0;
  margin: 0;
}
.site-mega-navbar .site-mega-navbar__inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}
.site-mega-navbar .navbar-nav {
  flex: 1 1 auto;
  min-width: 0;
  justify-content: flex-start;
}
.site-mega-navbar .navbar-toggler {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.site-mega-navbar .nav-link {
  position: relative;
  font-weight: 500;
  font-size: 19px;
  line-height: 21px;
  text-align: left;
  color: #3c3c3c;
  padding: 20px 18px !important;
}
.site-mega-navbar .mega-dropdown {
  position: static;
}
.site-mega-navbar .mega-dropdown > .nav-link.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
@keyframes site-mega-dropdown-in {
  from {
    opacity: 0;
    transform: translateY(-0.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes site-mega-dropdown-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-0.35rem);
  }
}
.site-mega-navbar .mega-dropdown > .nav-link.dropdown-toggle::after {
  transition: transform 0.22s ease;
}
.site-mega-navbar .mega-dropdown > .nav-link.dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(-180deg);
}
.site-mega-navbar .mega-menu-panel {
  margin-top: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  padding-top: 6px;
  padding-bottom: 35px;
}
.site-mega-navbar .mega-menu-panel.show > .container {
  animation: site-mega-dropdown-in 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.site-mega-navbar .mega-menu-panel.show.mega-menu-leaving > .container {
  animation: site-mega-dropdown-out 0.22s ease forwards;
}
.site-mega-navbar.mega-dropdown--force-close .mega-menu-panel > .container {
  animation: none !important;
}
@media (prefers-reduced-motion: reduce) {
  .site-mega-navbar .mega-menu-panel.show > .container {
    animation: none !important;
  }
  .site-mega-navbar .mega-menu-panel.show.mega-menu-leaving > .container {
    animation: none !important;
  }
  .site-mega-navbar .mega-dropdown > .nav-link.dropdown-toggle::after {
    transition: none;
  }
}
.site-mega-navbar .mega-menu-panel__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  margin-bottom: 1.25rem;
}
.site-mega-navbar .mega-menu-panel__head-label {
  flex: 0 0 auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  color: #acacac;
  max-width: 70%;
}
.site-mega-navbar .mega-menu-panel__head-rule {
  flex: 1 1 auto;
  min-width: 2rem;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
}
.site-mega-navbar .mega-menu-intro {
  text-align: center;
}
@media (min-width: 992px) {
  .site-mega-navbar .mega-menu-intro {
    text-align: left;
  }
}
.site-mega-navbar .site-mega-navbar__end {
  position: static;
  flex: 0 0 auto;
  margin-left: 0.5rem;
  overflow: hidden;
}
.site-mega-navbar .site-mega-navbar__end .site-mega-nav__search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  padding: 20px 0 !important;
  margin: 0;
  border: 0;
  background: transparent;
  color: #3c3c3c;
  cursor: pointer;
  transition: color 0.2s ease;
}
.site-mega-navbar .site-mega-navbar__end .site-mega-nav__search-toggle:hover, .site-mega-navbar .site-mega-navbar__end .site-mega-nav__search-toggle:focus-visible, .site-mega-navbar .site-mega-navbar__end .site-mega-nav__search-toggle[aria-expanded=true] {
  color: #01a3e6;
  outline: none;
}
.site-mega-navbar .site-mega-navbar__end .site-mega-nav__search-toggle .bi {
  display: block;
  font-size: 1.25rem;
  line-height: 1;
}
.site-mega-navbar .site-mega-nav__a11y.mega-dropdown .nav-link.dropdown-toggle::after {
  margin-left: 0.2em;
}
.site-mega-navbar .mega-menu-panel__body--a11y {
  padding-bottom: 1.5rem;
}
.site-mega-navbar .mega-a11y-panel__inner {
  max-width: 42rem;
}
.site-mega-navbar .mega-menu-link {
  display: block;
  padding: 0.35rem 0;
  color: #3c3c3c;
  font-weight: 400;
}
.site-mega-navbar .mega-menu-link:hover, .site-mega-navbar .mega-menu-link:focus {
  color: #01a3e6;
}
.site-mega-navbar .mega-menu-link.active {
  font-weight: 600;
  color: #01a3e6;
}
.site-mega-navbar .site-mega-nav__search-panel {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  max-width: 100%;
  z-index: 1032;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.site-mega-navbar .site-mega-nav__search-panel.is-open {
  display: block;
  padding: 1rem 0 1.25rem;
}
.site-mega-navbar .site-mega-nav__search-panel .site-mega-nav__search-form {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
}
.site-mega-navbar .site-mega-nav__search-panel .site-mega-nav__search-form input.form-control {
  flex: 1 1 auto;
  min-width: 0;
  height: 48px;
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  background: #f8f8ef;
  border: 0;
  border-bottom: 2px solid #3c3c3c;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.site-mega-navbar .site-mega-nav__search-panel .site-mega-nav__search-form input.form-control:focus {
  border-bottom-color: #01a3e6;
  box-shadow: none;
}
.site-mega-navbar .site-mega-nav__search-panel .site-mega-nav__search-form input.form-control::-webkit-search-cancel-button, .site-mega-navbar .site-mega-nav__search-panel .site-mega-nav__search-form input.form-control::-webkit-search-decoration, .site-mega-navbar .site-mega-nav__search-panel .site-mega-nav__search-form input.form-control::-webkit-search-results-button {
  -webkit-appearance: none;
  appearance: none;
}
.site-mega-navbar .site-mega-nav__search-panel .site-mega-nav__search-form input.form-control::-ms-clear {
  display: none;
}
.site-mega-navbar .site-mega-nav__search-panel .site-mega-nav__search-form .site-mega-nav__search-submit {
  flex: 0 0 auto;
  height: 48px;
  padding: 0 1.25rem;
  border: 0;
  background: #01a3e6;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s ease;
}
.site-mega-navbar .site-mega-nav__search-panel .site-mega-nav__search-form .site-mega-nav__search-submit:hover {
  background: #0189c0;
}
.site-mega-navbar .nav-item.active .nav-link {
  font-weight: 600;
  color: #3c3c3c;
}
.site-mega-navbar .nav-item.active .nav-link::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  position: absolute;
  bottom: 16px;
  left: 20px;
  height: 3px;
  background: #aec802;
}
.site-mega-navbar .nav-item:first-child .nav-link {
  padding-left: 0 !important;
}
.site-mega-navbar .nav-item:first-child .nav-link:before {
  left: 0 !important;
  width: calc(100% - 20px);
}
.site-mega-navbar .site-mega-nav__a11y {
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .site-mega-navbar.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
  }
  .site-mega-navbar.navbar-expand-lg .site-mega-navbar__inner {
    flex: 1 1 auto;
    width: 100%;
    margin: 0;
  }
  .site-mega-navbar.navbar-expand-lg .navbar-nav {
    flex: 1 1 auto;
    flex-wrap: nowrap !important;
    align-items: center;
    width: auto;
    min-width: 0;
  }
  .site-mega-navbar.navbar-expand-lg .site-mega-nav__a11y > .nav-link {
    padding: 20px 0 20px 8px !important;
  }
}
@media (min-width: 992px) and (max-width: 1279.98px) {
  .site-mega-navbar .nav-link {
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 16px;
  }
  .site-mega-navbar .site-mega-nav__a11y > .nav-link span {
    display: none;
  }
  .site-mega-navbar .site-mega-nav__a11y > .nav-link {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .site-mega-navbar .site-mega-navbar__end {
    margin-left: 0;
  }
  .site-mega-navbar .site-mega-navbar__end .site-mega-nav__search-toggle {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
  }
}
#navAccessibilityDropdown {
  font-weight: normal;
  text-decoration: underline;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  color: #3c3c3c;
}
#navAccessibilityDropdown:after {
  display: none;
  content: "";
}

@media (max-width: 991.98px) {
  .site-mega-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .site-mega-navbar .site-mega-nav__a11y,
  .site-mega-navbar .site-mega-navbar__end {
    display: none !important;
  }
  .site-mega-navbar .navbar-collapse {
    display: none !important;
  }
  .site-mega-navbar .nav-item.active > .nav-link {
    color: #01a3e6;
  }
  .site-mega-navbar .mega-dropdown .mega-menu-panel {
    position: static !important;
    transform: none !important;
    float: none;
    width: 100% !important;
    max-width: none !important;
    margin-top: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  .site-mega-navbar .mega-dropdown .dropdown-menu {
    border: 0 !important;
  }
  .site-mega-navbar .mega-menu-intro {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .site-mega-navbar .mega-menu-panel__head {
    margin-bottom: 1rem;
  }
  .site-mega-navbar .site-mega-navbar__end {
    width: 100%;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 992px) {
  header.site-header-stack > .container > .row {
    align-items: center;
  }
  header.site-header-stack .col-header-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.header-icons {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: 24px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
}
@media (min-width: 992px) {
  .header-icons {
    height: auto;
    align-items: center;
  }
}
.header-icons a.header-icon-link {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-self: stretch;
  width: auto;
  height: 60px;
  min-height: 60px;
  border-radius: 0px 15px 0px 15px;
  -moz-border-radius: 0px 15px 0px 15px;
  -webkit-border-radius: 0px 15px 0px 15px;
  background: #f8f8ef;
  padding: 0 18px 0 75px;
}
.header-icons a.header-icon-link .icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  height: auto;
  background: #01a3e6;
  border-radius: 0px 0 0px 15px;
  -moz-border-radius: 0px 0 0px 15px;
  -webkit-border-radius: 0px 0 0px 15px;
}
.header-icons a.header-icon-link .icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-icons a.header-icon-link .text {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 0;
}
.header-icons a.header-icon-link .text strong {
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  color: #3c3c3c;
}
.header-icons a.header-icon-link .text small {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #3c3c3c;
}

i.phone-icon {
  display: block;
  width: 37.43px;
  height: 41.47px;
  background-image: url(/site/assets/images/icons/phone-icon.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

i.epieraksts-icon {
  display: block;
  width: 41.41px;
  height: 36px;
  background-image: url(/site/assets/images/icons/e-pieraksts.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

i.contacts-icon {
  display: block;
  width: 34.72px;
  height: 37.6px;
  background-image: url(/site/assets/images/icons/contacts.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.mega-menu-intro {
  padding-top: 0;
  margin-top: 17px;
}

.jrs-icon-building {
  display: block;
  width: 180.38px;
  height: 71.13px;
  background-image: url(/site/assets/images/mega-header-icon.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

ul.mega-menu-link-grid {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.mega-menu-link-grid li.col {
  padding-top: 0;
  margin-top: 0;
}
ul.mega-menu-link-grid li.col a.mega-menu-link {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  text-align: left;
  color: #3c3c3c;
}
ul.mega-menu-link-grid li.col a.mega-menu-link:before {
  display: inline-block;
  content: " ";
  width: 3px;
  height: 3px;
  background: #aec802;
  margin-right: 0.5rem;
  position: relative;
  top: -4px;
}
ul.mega-menu-link-grid li.col a.mega-menu-link:hover {
  font-weight: 600;
  color: #01a3e6;
}
ul.mega-menu-link-grid li.col a.mega-menu-link:hover:before {
  background: #01a3e6;
}

.col-mega-menu-sublink-grid {
  margin-top: 30px;
}

.container img {
  margin: 0;
}

main.homepage {
  display: block;
  position: relative;
  width: 100%;
  background: #f8f8ef url(/site/assets/images/landing-bg.svg) no-repeat top center;
  background-size: 100%;
}

section.homepage-hero {
  display: block;
  position: relative;
  width: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 49px 0;
}
section.homepage-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  height: 100%;
  background: transparent url(/site/assets/images/landing-icons-bg.svg) no-repeat top center;
  background-size: cover;
  z-index: -1;
}
section.homepage-hero a.landing-icon-item, section.homepage-hero div.contacts-icon-item {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 12px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
section.homepage-hero a.landing-icon-item .card-bg, section.homepage-hero div.contacts-icon-item .card-bg {
  position: relative;
  display: block;
  height: 100%;
  width: calc(100% - 50px);
  background: #FFFFFF;
  padding: 15px;
  z-index: 11;
  border-bottom: 4px solid #aec802;
  padding: 34px 156px 34px 34px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
section.homepage-hero a.landing-icon-item .card-bg::after, section.homepage-hero div.contacts-icon-item .card-bg::after {
  content: " ";
  display: block;
  width: 23px;
  height: 23px;
  background: transparent url(/site/assets/images/hero-angel.svg) no-repeat top center;
  background-size: cover;
  position: absolute;
  bottom: 9px;
  right: -38px;
  z-index: 10;
}
section.homepage-hero a.landing-icon-item .card-bg h2, section.homepage-hero div.contacts-icon-item .card-bg h2 {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  color: #3c3c3c;
  margin: 0;
  padding: 0 0 72px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
section.homepage-hero a.landing-icon-item .card-bg span.link-icon, section.homepage-hero div.contacts-icon-item .card-bg span.link-icon {
  position: absolute;
  display: block;
  left: 34px;
  bottom: 45px;
  width: 80px;
  height: 30px;
  border-radius: 0px 15px 0px 0px;
  background: #aec802 url(/site/assets/images/arrow-right.svg) no-repeat 11px center;
  background-size: 30px;
  z-index: 13;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
section.homepage-hero a.landing-icon-item .main-icon, section.homepage-hero div.contacts-icon-item .main-icon {
  position: absolute;
  display: block;
  right: 0;
  top: 12px;
  width: 170px;
  height: 150px;
  border-radius: 0px 30px 0px 0px;
  -moz-border-radius: 0px 30px 0px 0px;
  -webkit-border-radius: 0px 30px 0px 0px;
  background: #aec802;
  z-index: 12;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
section.homepage-hero a.landing-icon-item .jrsi, section.homepage-hero div.contacts-icon-item .jrsi {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
section.homepage-hero a.landing-icon-item .jrsi.jrsi-ambulatora-dala, section.homepage-hero div.contacts-icon-item .jrsi.jrsi-ambulatora-dala {
  background-color: #FFF;
  mask-image: url("/site/assets/images/icons/jrsi-ambulatora-dala.svg");
  -webkit-mask-image: url("/site/assets/images/icons/jrsi-ambulatora-dala.svg");
  -moz-mask-image: url("/site/assets/images/icons/jrsi-ambulatora-dala.svg");
  mask-size: 134px 96px;
  -webkit-mask-size: 134px 96px;
  -moz-mask-size: 134px 96px;
  mask-position: left center;
  -webkit-mask-position: left center;
  -moz-mask-position: left center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}
section.homepage-hero a.landing-icon-item .jrsi.jrsi-stacionars, section.homepage-hero div.contacts-icon-item .jrsi.jrsi-stacionars {
  background-color: #FFF;
  mask-image: url("/site/assets/images/icons/jrsi-stacionars.svg");
  -webkit-mask-image: url("/site/assets/images/icons/jrsi-stacionars.svg");
  -moz-mask-image: url("/site/assets/images/icons/jrsi-stacionars.svg");
  mask-size: 146px 90px;
  -webkit-mask-size: 146px 90px;
  -moz-mask-size: 146px 90px;
  mask-position: left center;
  -webkit-mask-position: left center;
  -moz-mask-position: left center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}
section.homepage-hero a.landing-icon-item .jrsi.jrsi-dienas-stacionars, section.homepage-hero div.contacts-icon-item .jrsi.jrsi-dienas-stacionars {
  background-color: #FFF;
  mask-image: url("/site/assets/images/icons/jrsi-dienas-stacionars.svg");
  -webkit-mask-image: url("/site/assets/images/icons/jrsi-dienas-stacionars.svg");
  -moz-mask-image: url("/site/assets/images/icons/jrsi-dienas-stacionars.svg");
  mask-size: 146px 90px;
  -webkit-mask-size: 146px 90px;
  -moz-mask-size: 146px 90px;
  mask-position: right center;
  -webkit-mask-position: right center;
  -moz-mask-position: right center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}
section.homepage-hero a.landing-icon-item .jrsi.jrsi-pakalpojumi, section.homepage-hero div.contacts-icon-item .jrsi.jrsi-pakalpojumi {
  background-color: #FFF;
  mask-image: url("/site/assets/images/icons/jrsi-pakalpojumi.svg");
  -webkit-mask-image: url("/site/assets/images/icons/jrsi-pakalpojumi.svg");
  -moz-mask-image: url("/site/assets/images/icons/jrsi-pakalpojumi.svg");
  mask-size: 135px 90px;
  -webkit-mask-size: 135px 90px;
  -moz-mask-size: 135px 90px;
  mask-position: right center;
  -webkit-mask-position: right center;
  -moz-mask-position: right center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}
section.homepage-hero a.landing-icon-item .jrsi.jrsi-teritorijas-plans, section.homepage-hero div.contacts-icon-item .jrsi.jrsi-teritorijas-plans {
  background-color: #FFF;
  mask-image: url("/site/assets/images/icons/jrsi-teritorijas-plans.svg");
  -webkit-mask-image: url("/site/assets/images/icons/jrsi-teritorijas-plans.svg");
  -moz-mask-image: url("/site/assets/images/icons/jrsi-teritorijas-plans.svg");
  mask-size: 170px 92px;
  -webkit-mask-size: 170px 92px;
  -moz-mask-size: 170px 92px;
  mask-position: center center;
  -webkit-mask-position: center center;
  -moz-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}
section.homepage-hero a.landing-icon-item .jrsi.jrsi-papildus-sadala, section.homepage-hero div.contacts-icon-item .jrsi.jrsi-papildus-sadala {
  background-color: #FFF;
  mask-image: url("/site/assets/images/icons/jrsi-papildus-sadala.svg");
  -webkit-mask-image: url("/site/assets/images/icons/jrsi-papildus-sadala.svg");
  -moz-mask-image: url("/site/assets/images/icons/jrsi-papildus-sadala.svg");
  mask-size: 133px 93px;
  -webkit-mask-size: 133px 93px;
  -moz-mask-size: 133px 93px;
  mask-position: right center;
  -webkit-mask-position: right center;
  -moz-mask-position: right center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}
section.homepage-hero a.landing-icon-item .jrsi.jrsi-phone, section.homepage-hero div.contacts-icon-item .jrsi.jrsi-phone {
  background-color: #FFF;
  mask-image: url("/site/assets/images/icons/phone.svg");
  -webkit-mask-image: url("/site/assets/images/icons/phone.svg");
  -moz-mask-image: url("/site/assets/images/icons/phone.svg");
  mask-size: 66px 66px;
  -webkit-mask-size: 66px 66px;
  -moz-mask-size: 66px 66px;
  mask-position: center center;
  -webkit-mask-position: center center;
  -moz-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}
section.homepage-hero a.landing-icon-item .jrsi.jrsi-email, section.homepage-hero div.contacts-icon-item .jrsi.jrsi-email {
  background-color: #FFF;
  mask-image: url("/site/assets/images/icons/envelope.svg");
  -webkit-mask-image: url("/site/assets/images/icons/envelope.svg");
  -moz-mask-image: url("/site/assets/images/icons/envelope.svg");
  mask-size: 70px 51px;
  -webkit-mask-size: 70px 51px;
  -moz-mask-size: 70px 51px;
  mask-position: center center;
  -webkit-mask-position: center center;
  -moz-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}
section.homepage-hero a.landing-icon-item .jrsi.jrsi-info, section.homepage-hero div.contacts-icon-item .jrsi.jrsi-info {
  background-color: #FFF;
  mask-image: url("/site/assets/images/icons/info.svg");
  -webkit-mask-image: url("/site/assets/images/icons/info.svg");
  -moz-mask-image: url("/site/assets/images/icons/info.svg");
  mask-size: 66.3px 66.3px;
  -webkit-mask-size: 66.3px 66.3px;
  -moz-mask-size: 66.3px 66.3px;
  mask-position: center center;
  -webkit-mask-position: center center;
  -moz-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}
section.homepage-hero a.landing-icon-item:hover .card-bg, section.homepage-hero div.contacts-icon-item:hover .card-bg {
  border-bottom: 4px solid #01a3e6;
}
section.homepage-hero a.landing-icon-item:hover .card-bg h2, section.homepage-hero div.contacts-icon-item:hover .card-bg h2 {
  color: #01a3e6;
}
section.homepage-hero a.landing-icon-item:hover .card-bg span.link-icon, section.homepage-hero div.contacts-icon-item:hover .card-bg span.link-icon {
  background-color: #01a3e6;
}
section.homepage-hero a.landing-icon-item:hover .main-icon, section.homepage-hero div.contacts-icon-item:hover .main-icon {
  background: #01a3e6;
}

.btn .bti-right {
  margin-left: 10px;
}
.btn .bti-left {
  margin-right: 10px;
}

:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(5, 163, 229) !important;
}

section.blog-landing {
  display: block;
  position: relative;
  width: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 90px 0 134px 0;
}
section.blog-landing .col-landing-blog-item {
  padding-bottom: 24px;
}
section.blog-landing h2.blog-landing-title {
  display: block;
  position: relative;
  width: 100%;
  font-weight: bold;
  font-size: 52px;
  line-height: 52px;
  text-align: left;
  color: #0179ad;
  margin: 0;
  padding: 15px 0;
}
section.blog-landing h2.blog-landing-title::before {
  content: "";
  display: block;
  width: 110px;
  height: 3px;
  background: #0179ad;
  margin-bottom: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
section.blog-landing h3.blog-landing-title {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  text-align: left;
  color: #3c3c3c;
  margin: 0;
  padding: 0 0 30px 0;
  max-width: 80%;
}
section.blog-landing article.blog-landing-item {
  display: block;
  position: relative;
  width: 100%;
  position: relative;
  background: #fff;
  margin-bottom: 24px;
  height: 100%;
}
section.blog-landing article.blog-landing-item .blog-landing-item-img {
  display: block;
  position: relative;
  width: 100%;
  position: relative;
  width: calc(100% - 40px);
}
section.blog-landing article.blog-landing-item .blog-landing-item-img a {
  display: block;
  position: relative;
  width: 100%;
}
section.blog-landing article.blog-landing-item .blog-landing-item-img a img {
  border-radius: 0px 0px 40px 0px;
  -moz-border-radius: 0px 0px 40px 0px;
  -webkit-border-radius: 0px 0px 40px 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section.blog-landing article.blog-landing-item .blog-landing-item-img .blog-landing-item-date {
  position: absolute;
  right: -20px;
  top: 20px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  color: #f7f8f0;
  background: #0179ad;
  padding: 8px 12px;
  border-radius: 0px 0px 0px 15px;
  -moz-border-radius: 0px 0px 0px 15px;
  -webkit-border-radius: 0px 0px 0px 15px;
}
section.blog-landing article.blog-landing-item .blog-landing-item-content {
  display: block;
  position: relative;
  width: 100%;
  position: relative;
  padding: 40px 40px 80px 40px;
}
section.blog-landing article.blog-landing-item .blog-landing-item-content a {
  display: block;
  position: relative;
  width: 100%;
}
section.blog-landing article.blog-landing-item .blog-landing-item-content a h4 {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  color: #3c3c3c;
  margin: 0;
  padding: 0 0 20px 0;
}
section.blog-landing article.blog-landing-item .blog-landing-item-content .blog-landing-item-text {
  display: block;
  position: relative;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #3c3c3c;
}
section.blog-landing article.blog-landing-item .blog-landing-item-link {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: calc(100% - 80px);
  display: block;
}
section.blog-landing article.blog-landing-item .blog-landing-item-link a {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

section.homepage-mission-widget {
  display: block;
  position: relative;
  width: 100%;
  background: #FFFFFF;
}
section.homepage-mission-widget .container {
  position: relative;
  top: -70px;
  margin-bottom: 70px;
}
section.homepage-mission-widget .container .row .col-item-mission .mission-item {
  display: flex;
  flex-direction: column;
  padding: 0;
}
section.homepage-mission-widget .container .row .col-item-mission .mission-item .mission-item-icon {
  width: 100%;
  height: 100%;
  background: #69C172;
  padding: 49px 0;
  aspect-ratio: 416/240;
}
section.homepage-mission-widget .container .row .col-item-mission .mission-item .mission-item-icon.bg-1 {
  border-radius: 0px 0px 0px 40px;
  background: #000;
  background: linear-gradient(90deg, rgb(208, 223, 0) 0%, rgb(105, 193, 114) 100%);
}
section.homepage-mission-widget .container .row .col-item-mission .mission-item .mission-item-icon.bg-3 {
  border-radius: 0px 40px 0px 0px;
  background: #69C172;
  background: linear-gradient(90deg, rgb(105, 193, 114) 0%, rgb(1, 163, 230) 100%);
}
section.homepage-mission-widget .container .row .col-item-mission .mission-item .mission-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  margin: auto;
}
section.homepage-mission-widget .container .row .col-item-mission .mission-item .mission-item-content {
  width: 100%;
  height: auto;
  padding-top: 30px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
section.homepage-mission-widget .container .row .col-item-mission .mission-item .mission-item-content h3 {
  position: relative;
  flex: 0 0 auto;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  text-align: left;
  color: #414141;
  margin: 0;
  width: 30%;
}
section.homepage-mission-widget .container .row .col-item-mission .mission-item .mission-item-content h3::after {
  content: "";
  display: block;
  width: 22.67px;
  height: 23px;
  background: url(/site/assets/images/widgets/mission-trinagle.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -35px;
  left: 0;
}
section.homepage-mission-widget .container .row .col-item-mission .mission-item .mission-item-content p {
  flex: 1 1 auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #3c3c3c;
  margin: 0;
  width: 70%;
}

footer.site-footer-design {
  --container: 1320px;
  --lift: 170px;
  --left-cols: 4;
  --top-cols: 11.2;
  --grad: linear-gradient(90deg, #d0df00 0%, #69c172 55%, #01a3e6 100%);
  --left-gray: #eceee6;
  --paper: #f8f8ef;
  --text: #3c3c3c;
  --blue: #0179ad;
  position: relative;
  margin-top: 0;
  background: var(--paper);
  isolation: isolate;
  overflow: visible;
  padding-top: var(--lift);
  background: #fff;
}

.site-footer-design::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc((100vw - var(--container)) / 2 + var(--container));
  background: transparent url(/site/assets/images/footer.svg) no-repeat left top;
  background-size: cover;
  z-index: -2;
}

.site-footer-design .footer-main {
  position: relative;
  z-index: 1;
  background: linear-gradient(to right, transparent 0, transparent calc((100vw - var(--container)) / 2), var(--paper) calc((100vw - var(--container)) / 2), var(--paper) 100%);
}

.site-footer-design .container {
  position: relative;
  z-index: 1;
  padding-top: 26px;
  padding-bottom: 0;
}

.site-footer-design .footer-left {
  padding-right: 24px;
}

.site-footer-design .footer-logo {
  max-width: 185px;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.site-footer-design .social {
  display: flex;
  gap: 30px;
  margin: 6px 0 32px;
}

.site-footer-design .social a {
  font-size: 28px;
  line-height: 1;
  color: #6d6e71;
  text-decoration: none;
  font-weight: 700;
}

.site-footer-design .meta {
  font-size: 14px;
  line-height: 1.35;
  color: var(--text);
}

.site-footer-design .made {
  margin-top: 8px;
  padding-top: 8px;
  font-size: 14px;
  color: var(--text);
}

.site-footer-design .col-item {
  padding-top: 0;
  margin-top: 0;
}

.site-footer-design .head {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: var(--blue);
  margin: 0 0 10px;
}

.site-footer-design .rule {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.site-footer-design .rule::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--blue);
  display: block;
  flex: 0 0 5px;
}

.site-footer-design .rule::after {
  content: "";
  height: 1px;
  background: var(--blue);
  flex: 1 1 auto;
}

.site-footer-design ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer-design li {
  font-size: 14px;
  line-height: 1.3;
  color: var(--text);
  margin-bottom: 8px;
}

.site-footer-design .v {
  color: var(--blue);
  font-size: 16px;
  font-weight: 600;
}

.site-footer-design .i {
  display: inline-block;
  width: 16px;
  color: var(--blue);
  margin-right: 6px;
}

.site-footer-design .sub-links {
  margin-top: 8px;
}

.site-footer-design .sub-links li {
  margin-bottom: 4px;
  font-size: 14px;
  text-decoration: underline;
}

.site-footer-design .sub-links li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--blue);
  margin-right: 7px;
  vertical-align: middle;
  transform: translateY(-1px);
}

@media (min-width: 576px) {
  .site-footer-design {
    --container: 540px;
  }
}
@media (min-width: 768px) {
  .site-footer-design {
    --container: 720px;
  }
}
@media (min-width: 992px) {
  .site-footer-design {
    --container: 960px;
  }
}
@media (min-width: 1200px) {
  .site-footer-design {
    --container: 1140px;
  }
}
@media (min-width: 1400px) {
  .site-footer-design {
    --container: 1320px;
  }
}
@media (max-width: 991.98px) {
  .site-footer-design {
    --left-cols: 12;
    --lift: 80px;
  }
  .site-footer-design::before {
    width: 100%;
  }
  .site-footer-design .footer-left {
    padding-right: 0;
  }
}
footer.site-footer-design .footer-padding {
  padding-top: 85px;
  padding-bottom: 83px;
}
footer.site-footer-design a.footer-logo-link {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 88px 0;
}
footer.site-footer-design a.footer-logo-link img.footer-logo {
  max-width: 200px;
}
footer.site-footer-design a.footer-privacy-policy,
footer.site-footer-design a.footer-dev-logo {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #3c3c3c;
  text-decoration: underline;
}
footer.site-footer-design a.footer-privacy-policy:hover,
footer.site-footer-design a.footer-dev-logo:hover {
  color: #0179ad;
  text-decoration: underline;
}
footer.site-footer-design a.footer-dev-logo {
  font-weight: 600;
  text-decoration: none;
}
footer.site-footer-design a.footer-dev-logo span {
  padding-left: 2px;
  font-size: 12px;
  letter-spacing: 2px;
}

h4.footer-title {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 30px;
}
h4.footer-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #0179ad;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  margin-top: 3px;
}
h4.footer-title::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #0179ad;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
  margin-top: 3px;
}
h4.footer-title span {
  position: relative;
  display: inline-block;
  background: #f8f8ef;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #0179ad;
  padding: 0 12px 0 0;
  z-index: 3;
}

ul.footer-contacts {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}
ul.footer-contacts li {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #414141;
  padding: 0 0 20px 23px;
}
ul.footer-contacts li i {
  color: #0179AD;
  text-decoration: underline;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 1px;
}
ul.footer-contacts li i::after {
  content: "";
  width: 13px;
  height: 1px;
  background: #0179ad;
  position: absolute;
  left: 0;
  bottom: -1px;
}
ul.footer-contacts li a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #0179AD;
  padding-top: 5px;
}
ul.footer-contacts li a:hover {
  color: #01A3E6;
  text-decoration: underline;
}

ul.custom-link-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0 40px;
  /* 15px ir vertikālā atstarpe, 40px horizontālā */
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.custom-link-list li {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
ul.custom-link-list li::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  background: #0179ad;
  margin-right: 10px;
}
ul.custom-link-list a {
  font-weight: 500;
  text-decoration: underline;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #414141;
}
ul.custom-link-list a:hover {
  color: #0179ad;
}

section.page-header {
  display: block;
  position: relative;
  width: 100%;
}
section.page-header .page-header-bg {
  display: block;
  position: relative;
  width: 100%;
  height: 180px;
  background: #d0df00;
  background: linear-gradient(90deg, rgb(208, 223, 0) 0%, rgb(1, 163, 230) 100%);
  z-index: 1;
}
section.page-header .page-header-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 55%;
  background: url(/site/assets/images/page-header.svg) no-repeat right -50% center;
  background-size: cover;
  z-index: 2;
}
section.page-header .page-header-wrapper {
  display: block;
  position: relative;
  width: 100%;
  min-height: 140px;
  padding: 33px 0 15px 0;
  background: #fff;
  position: relative;
  z-index: 3;
}
section.page-header .page-header-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(50% + 208px);
  background: #f8f8ef;
}
section.page-header .page-header-wrapper .container {
  position: relative;
  z-index: 5;
}
section.page-header .page-header-wrapper .container h1 {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  text-align: left;
  color: #3c3c3c;
  margin: 0;
  padding: 0;
}

.error-404-page .container-error-page {
  padding-top: 164px;
  padding-bottom: 229px;
}
.error-404-page .container-error-page h2 {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 40px;
  line-height: 28px;
  text-align: left;
  color: #3c3c3c;
  padding: 0 0 13px 0;
  margin: 0;
}
.error-404-page .container-error-page p {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  color: #3c3c3c;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}

ol.breadcrumb li.breadcrumb-item a {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #a7a7a7;
}
ol.breadcrumb li.breadcrumb-item a:hover {
  color: #0179ad;
}
ol.breadcrumb li.breadcrumb-item.active a {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #3c3c3c;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  text-align: left;
  color: #a7a7a7;
}

main .page-header-wrapper {
  margin-bottom: 60px;
}

.row-title .col-title h4.section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 58px;
}
.row-title .col-title h4.section-title:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 220px;
  height: 90px;
  background: transparent url(/site/assets/images/title-bg.svg) no-repeat center;
  z-index: 2;
}
.row-title .col-title h4.section-title span {
  z-index: 3;
  position: relative;
  margin-left: 85px;
  background: #f8f8ef;
  display: inline-block;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  color: #3c3c3c;
  text-transform: uppercase;
  padding: 20px 34px 13px 24px;
}
.row-title .col-title h4.section-title span:after {
  content: "";
  display: block;
  position: absolute;
  left: 24px;
  bottom: 0;
  width: calc(100% - 58px);
  height: 2px;
  background: #d0df00;
}

section.attachments-section .attachment-outer-body {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}
section.attachments-section .attachment-outer-body .row-attachment {
  gap: 24px 0;
}
section.attachments-section .attachment-outer-body .row-attachment .attachment-body {
  position: relative;
  background: #f8f8ef;
  border-bottom: 1px solid #3c3c3c;
  padding: 16px 70px 16px 86px;
}
section.attachments-section .attachment-outer-body .row-attachment .attachment-body .attachment-icon {
  display: block;
  position: absolute;
  left: 24px;
  top: 17px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 35px;
}
section.attachments-section .attachment-outer-body .row-attachment .attachment-body a.attachment-info {
  display: block;
  position: relative;
  width: 100%;
}
section.attachments-section .attachment-outer-body .row-attachment .attachment-body a.attachment-info .file-title {
  display: block;
  position: relative;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #061026;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
section.attachments-section .attachment-outer-body .row-attachment .attachment-body a.attachment-info .file-title span {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #061026;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
section.attachments-section .attachment-outer-body .row-attachment .attachment-body a.attachment-info .file-meta {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #061026;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
section.attachments-section .attachment-outer-body .row-attachment .attachment-body a.attachment-info:hover .file-title,
section.attachments-section .attachment-outer-body .row-attachment .attachment-body a.attachment-info:hover .file-title span {
  color: #01A3E6;
}
section.attachments-section .attachment-outer-body .row-attachment .attachment-body a.attachment-download {
  position: absolute;
  right: 18px;
  top: 18px;
  display: block;
  width: 35px;
  height: 35px;
  background: transparent;
  border: 1px solid #3c3c3c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
section.attachments-section .attachment-outer-body .row-attachment .attachment-body a.attachment-download i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  color: #3c3c3c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
section.attachments-section .attachment-outer-body .row-attachment .attachment-body a.attachment-download:hover {
  background: #01A3E6;
  background: -moz-linear-gradient(-90deg, #01A3E6 0%, #AEC802 100%);
  background: -webkit-linear-gradient(-90deg, #01A3E6 0%, #AEC802 100%);
  background: linear-gradient(-90deg, #01A3E6 0%, #AEC802 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$mainColor",endColorstr="$secundaryColor",GradientType=1);
  border-color: #fff;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
section.attachments-section .attachment-outer-body .row-attachment .attachment-body a.attachment-download:hover i {
  color: #fff;
}

section.page-gallery-album {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
  padding-bottom: 70px;
  margin-bottom: 80px;
}
section.page-gallery-album:before {
  display: block;
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 100vw;
  background: #f8f8ef url(/site/assets/images/gallery-page-bg.svg) no-repeat right center;
  background-size: cover;
  z-index: 2;
}
section.page-gallery-album .wrapper {
  position: relative;
  z-index: 3;
}

.row-page-gallery .col-page-gallery-thubnails a.lightbox {
  display: block;
  overflow: hidden;
  border-radius: 0;
}
.row-page-gallery .col-page-gallery-thubnails a.lightbox img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 320/220;
  object-fit: cover;
  border-radius: 0;
}

section.subpages-list {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 70px;
}
section.subpages-list .row {
  gap: 24px 0;
}
section.subpages-list .row .col-subpages {
  display: flex;
  flex-direction: column;
}
section.subpages-list .row .col-subpages a.subpages-link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}
section.subpages-list .row .col-subpages a.subpages-link .subpages {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  background: #f8f8ef url(/site/assets/images/subpages-bg.svg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
section.subpages-list .row .col-subpages a.subpages-link .subpages .wrapper {
  display: block;
  position: relative;
  width: 100%;
  flex-shrink: 0;
  padding: 32px 40px 80px 34px;
}
section.subpages-list .row .col-subpages a.subpages-link .subpages .wrapper h3.card-title {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  color: #3c3c3c;
  padding: 0;
  margin: 0;
}
section.subpages-list .row .col-subpages a.subpages-link .subpages .wrapper .reade-more {
  position: absolute;
  left: 34px;
  bottom: 30px;
  width: 80px;
  height: 30px;
  background: #01A3E6 url(/site/assets/images/arrow-right.svg) no-repeat left 11px center;
  background-size: 30px;
  border-radius: 0 15px 0 0;
  -moz-border-radius: 0 15px 0 0;
  -webkit-border-radius: 0 15px 0 0;
}
section.subpages-list .row .col-subpages a.subpages-link .subpages .img-wrapper {
  display: block;
  width: calc(100% - 40px);
  margin-top: auto;
  flex-shrink: 0;
  aspect-ratio: 376/170;
  border-radius: 0 30px 0 0;
  -moz-border-radius: 0 30px 0 0;
  -webkit-border-radius: 0 30px 0 0;
  overflow: hidden;
}
section.subpages-list .row .col-subpages a.subpages-link .subpages .img-wrapper img {
  display: block;
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
  height: 100%;
}
section.subpages-list .row .col-subpages a.subpages-link .subpages:after {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 3px;
  background: #01A3E6;
  position: absolute;
  left: 0;
  bottom: 0;
}
section.subpages-list .row .col-subpages-list .subpages-link {
  display: block;
  position: relative;
  width: 100%;
  background: #f8f8ef;
  padding: 32px 138px 32px 34px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
section.subpages-list .row .col-subpages-list .subpages-link:after {
  display: block;
  content: "";
  position: absolute;
  right: 29px;
  top: 32px;
  width: 80px;
  height: 30px;
  background: #01A3E6 url(/site/assets/images/arrow-right.svg) no-repeat left 11px center;
  background-size: 30px;
  border-radius: 0 15px 0 0;
  -moz-border-radius: 0 15px 0 0;
  -webkit-border-radius: 0 15px 0 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
section.subpages-list .row .col-subpages-list .subpages-link h3 {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  color: #3c3c3c;
  margin: 0;
  padding: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
section.subpages-list .row .col-subpages-list .subpages-link:hover {
  background: #01A3E6;
}
section.subpages-list .row .col-subpages-list .subpages-link:hover h3 {
  color: #fff;
}
section.subpages-list .row .col-subpages-list .subpages-link:hover:after {
  background-color: #AEC802;
}

.page-bottom-toolbar {
  margin-bottom: 48px;
}

main.page-section-blog section.page-header .page-header-wrapper {
  background: transparent;
  z-index: 10;
  padding-bottom: 0;
}
main.page-section-blog section.page-header .page-header-wrapper::before {
  background: #fff;
}

section.blog-section {
  display: block;
  position: relative;
  width: 100%;
}
section.blog-section .col-blog-item {
  margin-bottom: 60px;
}
section.blog-section .col-blog-item a.blog-post-link {
  height: 100%;
  display: block;
  position: relative;
}
section.blog-section .col-blog-item a.blog-post-link .blog-card {
  position: relative;
  padding: 0 0 60px 0;
  height: 100%;
}
section.blog-section .col-blog-item a.blog-post-link .blog-card img {
  border-radius: 0 0 40px 0;
  -moz-border-radius: 0 0 40px 0;
  -webkit-border-radius: 0 0 40px 0;
  aspect-ratio: 416/240;
  object-fit: cover;
  object-position: center;
  min-width: 100%;
  max-width: 100%;
}
section.blog-section .col-blog-item a.blog-post-link .blog-card .date-tolbar {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  color: #f7f8f0;
  background: #0179ad;
  padding: 8px 12px;
  border-radius: 0px 0px 0px 15px;
  -moz-border-radius: 0px 0px 0px 15px;
  -webkit-border-radius: 0px 0px 0px 15px;
}
section.blog-section .col-blog-item a.blog-post-link .blog-card h3.blog-card-title,
section.blog-section .col-blog-item a.blog-post-link .blog-card h2.blog-card-title {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  color: #3c3c3c;
  margin: 0;
  padding: 24px 0 20px 0;
}
section.blog-section .col-blog-item a.blog-post-link .blog-card .blog-content {
  display: block;
  position: relative;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #3c3c3c;
  padding: 0 0 20px 0;
  margin: 0;
}
section.blog-section .col-blog-item a.blog-post-link .blog-card .reade-more {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
}
section.blog-section .col-blog-item a.blog-post-link .blog-card .reade-more:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #3c3c3c;
}
section.blog-section .col-blog-item a.blog-post-link .blog-card .reade-more .wrapper {
  display: inline-block;
  position: relative;
  z-index: 3;
  background: #fff;
  padding: 0 13px 0 0;
}
section.blog-section .col-blog-item a.blog-post-link .blog-card .reade-more .wrapper span {
  position: relative;
  z-index: 4;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #3c3c3c;
  padding: 9px 12px;
  margin: 0;
  border: 1px solid #3c3c3c;
  border-radius: 0px 15px 0px 0px;
  -moz-border-radius: 0px 15px 0px 0px;
  -webkit-border-radius: 0px 15px 0px 0px;
}
section.blog-section .col-blog-item a.blog-post-link .blog-card .reade-more .wrapper span i {
  margin-left: 14px;
}
section.blog-section .col-blog-item a.blog-post-link:hover .blog-card h3.blog-card-title {
  color: #01A3E6;
}
section.blog-section .col-blog-item a.blog-post-link:hover .blog-card .blog-content {
  color: #01A3E6;
}
section.blog-section .col-blog-item a.blog-post-link:hover .blog-card .reade-more:before {
  background: #01A3E6;
}
section.blog-section .col-blog-item a.blog-post-link:hover .blog-card .reade-more .wrapper span {
  color: #fff;
  border-color: #01A3E6;
  background: #01A3E6;
}
section.blog-section .row-blog-featured {
  position: relative;
  margin-bottom: 48px;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 52px;
}
section.blog-section .row-blog-featured:before {
  display: block;
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: -200px;
  bottom: 0;
  width: 100vw;
  background: #f8f8ef url(/site/assets/images/gallery-page-bg.svg) no-repeat right center;
  background-size: cover;
  z-index: 2;
}
section.blog-section .row-blog-featured .col-12 {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
section.blog-section .row-blog-featured .col-blog-item a.blog-post-link .blog-card .reade-more:before {
  display: none;
}
section.blog-section .row-blog-featured .col-blog-item a.blog-post-link .blog-card .reade-more .wrapper {
  background: none;
}
section.blog-section .row-blog-featured .col-blog-item a.blog-post-link .blog-card .reade-more .wrapper span {
  background: #fff;
}
section.blog-section .row-blog-featured .col-blog-item a.blog-post-link:hover .blog-card .reade-more .wrapper span {
  background: #01A3E6;
}
section.blog-section .row-blog-featured .col-blog-item a.blog-post-link .blog-card {
  padding-bottom: 0;
}
section.blog-section .row-blog-featured .col-blog-item a.blog-post-link .blog-card .blog-content {
  padding-right: 180px;
}
section.blog-section .row-blog-featured .col-blog-item a.blog-post-link .blog-card .reade-more {
  display: inline-block;
  width: auto;
  right: 0;
  bottom: 30px;
  left: initial;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
section.blog-section .row-blog-featured .col-blog-item a.blog-post-link .blog-card img {
  aspect-ratio: 636/270;
}

ul.pagination {
  padding: 48px 0 100px 0;
}
ul.pagination li.page-item a.page-link {
  position: relative;
  width: 40px;
  height: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #3c3c3c;
  background: transparent;
  border: none;
}
ul.pagination li.page-item a.page-link::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
  background: #0179ad;
  opacity: 0;
}
ul.pagination li.page-item a.page-link.current {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #0179ad;
}
ul.pagination li.page-item a.page-link.current::after {
  opacity: 1;
}
ul.pagination li.page-item a.page-link:hover {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #0179ad;
}

main.page-section-post section.page-header-blog-item,
main.page-section-blog_post section.page-header-blog-item {
  position: relative;
  z-index: 1;
}
main.page-section-post section.page-header-blog-item .page-header-bg,
main.page-section-blog_post section.page-header-blog-item .page-header-bg {
  height: 271px;
}
main.page-section-post section.page-header-blog-item .page-header-bg::before,
main.page-section-blog_post section.page-header-blog-item .page-header-bg::before {
  background-image: url(/site/assets/images/blog-post-item-header.svg);
  background-position: left 20px top;
  background-size: contain;
}
main.page-section-post section.page-header-blog-item .page-header-wrapper,
main.page-section-blog_post section.page-header-blog-item .page-header-wrapper {
  display: none;
}
main.page-section-post section.blog-post-open-section,
main.page-section-blog_post section.blog-post-open-section {
  margin-top: -185px;
  position: relative;
  z-index: 2;
}
main.page-section-post section.blog-post-open-section .blog-post-postbox-thumb-img,
main.page-section-blog_post section.blog-post-open-section .blog-post-postbox-thumb-img {
  margin-bottom: 24px;
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  z-index: 11;
}
main.page-section-post section.blog-post-open-section .blog-post-postbox-thumb-img img,
main.page-section-blog_post section.blog-post-open-section .blog-post-postbox-thumb-img img {
  min-width: 100%;
}
main.page-section-post section.blog-post-open-section .blog-post-item-toolbar,
main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar {
  display: block;
  position: relative;
  width: 100%;
  position: relative;
  z-index: 10;
  padding-bottom: 10px;
  margin-bottom: 60px;
}
main.page-section-post section.blog-post-open-section .blog-post-item-toolbar::before,
main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar::before {
  content: "";
  position: absolute;
  top: -295px;
  bottom: 0;
  left: -100vw;
  right: 0;
  background-color: #f8f8ef;
  z-index: -1;
}
main.page-section-post section.blog-post-open-section .blog-post-item-toolbar::after,
main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar::after {
  content: "";
  display: block;
  width: 475px;
  height: 3px;
  background: #d0df00;
  background: linear-gradient(90deg, #d0df00 0%, #01a3e6 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
main.page-section-post section.blog-post-open-section .blog-post-item-toolbar h1.blog-title,
main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar h1.blog-title {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 35px;
  line-height: 42px;
  text-align: left;
  color: #3c3c3c;
  margin: 0;
  padding: 0 0 20px 0;
}
@media (min-width: 992px) {
  main.page-section-post section.blog-post-open-section .col-blog-post-share,
  main.page-section-blog_post section.blog-post-open-section .col-blog-post-share {
    position: relative;
  }
}
main.page-section-post section.blog-post-open-section .blog-share-toolbar.is-fixed,
main.page-section-blog_post section.blog-post-open-section .blog-share-toolbar.is-fixed {
  position: fixed;
  z-index: 20;
}
main.page-section-post section.blog-post-open-section .blog-share-toolbar.is-at-bottom,
main.page-section-blog_post section.blog-post-open-section .blog-share-toolbar.is-at-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  z-index: 20;
}

.col-share,
.blog-share-toolbar {
  text-align: right;
}
.col-share span,
.blog-share-toolbar span {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: #3c3c3c;
}
.col-share ul.soc-share,
.blog-share-toolbar ul.soc-share {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.col-share ul.soc-share li,
.blog-share-toolbar ul.soc-share li {
  display: inline-block;
}
.col-share ul.soc-share li button,
.blog-share-toolbar ul.soc-share li button {
  background: rgba(0, 0, 0, 0);
  background: #fff;
  border-left: 1px solid #3c3c3c;
  border-top: 1px solid #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
  color: #3c3c3c;
  font-weight: 500;
  font-size: 14px;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  padding: 0;
  margin: 0;
  gap: 0;
}
.col-share ul.soc-share li button i,
.blog-share-toolbar ul.soc-share li button i {
  font-size: 20px;
}
.col-share ul.soc-share li button:hover,
.blog-share-toolbar ul.soc-share li button:hover {
  background: #3c3c3c;
  color: #fff;
}
.col-share ul.soc-share li:last-of-type button,
.blog-share-toolbar ul.soc-share li:last-of-type button {
  border-right: 1px solid #3c3c3c;
}

.blog-share-toolbar {
  padding-top: 48px;
}
.blog-share-toolbar span {
  display: none;
}
.blog-share-toolbar ul.soc-share {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-share-toolbar ul.soc-share li {
  display: block;
}
.blog-share-toolbar ul.soc-share li button {
  border-right: 1px solid #3c3c3c;
  border-bottom: none;
}
.blog-share-toolbar ul.soc-share li:last-of-type {
  border-bottom: 1px solid #3c3c3c;
}
.blog-share-toolbar .btn-back {
  border-radius: 15px 0 0 0;
  -moz-border-radius: 15px 0 0 0;
  -webkit-border-radius: 15px 0 0 0;
  margin-bottom: 20px;
}
.blog-share-toolbar .date-post {
  display: inline-block;
  text-align: right;
}
.blog-share-toolbar .date-post .wrapper {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #3c3c3c;
  text-align: left;
  display: block;
  width: 117px;
}
.blog-share-toolbar .date-post .wrapper strong {
  font-weight: 600;
  display: block;
  position: relative;
  width: 100%;
}

.row-logo-list {
  gap: 12px 0;
  margin-bottom: 48px;
}
.row-logo-list .col-logo-list-item .services-logo-list-item {
  height: 100%;
  position: relative;
}
.row-logo-list .col-logo-list-item .services-logo-list-item .services-logo-list-item-inner-img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 306/130;
}
.row-logo-list .col-logo-list-item .services-logo-list-item .services-logo-list-item-inner-img img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: calc(100% - 50px);
  min-width: calc(100% - 50px);
  object-fit: contain;
  object-position: center;
}
.row-logo-list .col-logo-list-item .services-logo-list-item .services-logo-list-item-inner-title {
  display: block;
  border-top: 1px solid #707070;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #3c3c3c;
  margin: 0;
  padding: 9px 0 0 0;
}
.row-logo-list .col-logo-list-item .services-logo-list-item:hover .services-logo-list-item-inner-title {
  color: #01A3E6;
  border-color: #01A3E6;
}

main.contacts a.landing-icon-item, main.contacts div.contacts-icon-item {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 12px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
main.contacts a.landing-icon-item .card-bg, main.contacts div.contacts-icon-item .card-bg {
  position: relative;
  display: block;
  height: 100%;
  width: calc(100% - 50px);
  background: #FFFFFF;
  padding: 15px;
  z-index: 11;
  border-bottom: 4px solid #aec802;
  padding: 34px 156px 34px 34px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
main.contacts a.landing-icon-item .card-bg::after, main.contacts div.contacts-icon-item .card-bg::after {
  content: " ";
  display: block;
  width: 23px;
  height: 23px;
  background: transparent url(/site/assets/images/hero-angel.svg) no-repeat top center;
  background-size: cover;
  position: absolute;
  bottom: 9px;
  right: -38px;
  z-index: 10;
}
main.contacts a.landing-icon-item .card-bg h2, main.contacts div.contacts-icon-item .card-bg h2 {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  color: #3c3c3c;
  margin: 0;
  padding: 0 0 72px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
main.contacts a.landing-icon-item .card-bg span.link-icon, main.contacts div.contacts-icon-item .card-bg span.link-icon {
  position: absolute;
  display: block;
  left: 34px;
  bottom: 45px;
  width: 80px;
  height: 30px;
  border-radius: 0px 15px 0px 0px;
  background: #aec802 url(/site/assets/images/arrow-right.svg) no-repeat 11px center;
  background-size: 30px;
  z-index: 13;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
main.contacts a.landing-icon-item .main-icon, main.contacts div.contacts-icon-item .main-icon {
  position: absolute;
  display: block;
  right: 0;
  top: 12px;
  width: 170px;
  height: 150px;
  border-radius: 0px 30px 0px 0px;
  -moz-border-radius: 0px 30px 0px 0px;
  -webkit-border-radius: 0px 30px 0px 0px;
  background: #aec802;
  z-index: 12;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
main.contacts a.landing-icon-item .jrsi, main.contacts div.contacts-icon-item .jrsi {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
main.contacts a.landing-icon-item .jrsi.jrsi-ambulatora-dala, main.contacts div.contacts-icon-item .jrsi.jrsi-ambulatora-dala {
  background-color: #FFF;
  mask-image: url("/site/assets/images/icons/jrsi-ambulatora-dala.svg");
  -webkit-mask-image: url("/site/assets/images/icons/jrsi-ambulatora-dala.svg");
  -moz-mask-image: url("/site/assets/images/icons/jrsi-ambulatora-dala.svg");
  mask-size: 134px 96px;
  -webkit-mask-size: 134px 96px;
  -moz-mask-size: 134px 96px;
  mask-position: left center;
  -webkit-mask-position: left center;
  -moz-mask-position: left center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}
main.contacts a.landing-icon-item .jrsi.jrsi-stacionars, main.contacts div.contacts-icon-item .jrsi.jrsi-stacionars {
  background-color: #FFF;
  mask-image: url("/site/assets/images/icons/jrsi-stacionars.svg");
  -webkit-mask-image: url("/site/assets/images/icons/jrsi-stacionars.svg");
  -moz-mask-image: url("/site/assets/images/icons/jrsi-stacionars.svg");
  mask-size: 146px 90px;
  -webkit-mask-size: 146px 90px;
  -moz-mask-size: 146px 90px;
  mask-position: left center;
  -webkit-mask-position: left center;
  -moz-mask-position: left center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}
main.contacts a.landing-icon-item .jrsi.jrsi-dienas-stacionars, main.contacts div.contacts-icon-item .jrsi.jrsi-dienas-stacionars {
  background-color: #FFF;
  mask-image: url("/site/assets/images/icons/jrsi-dienas-stacionars.svg");
  -webkit-mask-image: url("/site/assets/images/icons/jrsi-dienas-stacionars.svg");
  -moz-mask-image: url("/site/assets/images/icons/jrsi-dienas-stacionars.svg");
  mask-size: 146px 90px;
  -webkit-mask-size: 146px 90px;
  -moz-mask-size: 146px 90px;
  mask-position: right center;
  -webkit-mask-position: right center;
  -moz-mask-position: right center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}
main.contacts a.landing-icon-item .jrsi.jrsi-pakalpojumi, main.contacts div.contacts-icon-item .jrsi.jrsi-pakalpojumi {
  background-color: #FFF;
  mask-image: url("/site/assets/images/icons/jrsi-pakalpojumi.svg");
  -webkit-mask-image: url("/site/assets/images/icons/jrsi-pakalpojumi.svg");
  -moz-mask-image: url("/site/assets/images/icons/jrsi-pakalpojumi.svg");
  mask-size: 135px 90px;
  -webkit-mask-size: 135px 90px;
  -moz-mask-size: 135px 90px;
  mask-position: right center;
  -webkit-mask-position: right center;
  -moz-mask-position: right center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}
main.contacts a.landing-icon-item .jrsi.jrsi-teritorijas-plans, main.contacts div.contacts-icon-item .jrsi.jrsi-teritorijas-plans {
  background-color: #FFF;
  mask-image: url("/site/assets/images/icons/jrsi-teritorijas-plans.svg");
  -webkit-mask-image: url("/site/assets/images/icons/jrsi-teritorijas-plans.svg");
  -moz-mask-image: url("/site/assets/images/icons/jrsi-teritorijas-plans.svg");
  mask-size: 170px 92px;
  -webkit-mask-size: 170px 92px;
  -moz-mask-size: 170px 92px;
  mask-position: center center;
  -webkit-mask-position: center center;
  -moz-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}
main.contacts a.landing-icon-item .jrsi.jrsi-papildus-sadala, main.contacts div.contacts-icon-item .jrsi.jrsi-papildus-sadala {
  background-color: #FFF;
  mask-image: url("/site/assets/images/icons/jrsi-papildus-sadala.svg");
  -webkit-mask-image: url("/site/assets/images/icons/jrsi-papildus-sadala.svg");
  -moz-mask-image: url("/site/assets/images/icons/jrsi-papildus-sadala.svg");
  mask-size: 133px 93px;
  -webkit-mask-size: 133px 93px;
  -moz-mask-size: 133px 93px;
  mask-position: right center;
  -webkit-mask-position: right center;
  -moz-mask-position: right center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}
main.contacts a.landing-icon-item .jrsi.jrsi-phone, main.contacts div.contacts-icon-item .jrsi.jrsi-phone {
  background-color: #FFF;
  mask-image: url("/site/assets/images/icons/phone.svg");
  -webkit-mask-image: url("/site/assets/images/icons/phone.svg");
  -moz-mask-image: url("/site/assets/images/icons/phone.svg");
  mask-size: 66px 66px;
  -webkit-mask-size: 66px 66px;
  -moz-mask-size: 66px 66px;
  mask-position: center center;
  -webkit-mask-position: center center;
  -moz-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}
main.contacts a.landing-icon-item .jrsi.jrsi-email, main.contacts div.contacts-icon-item .jrsi.jrsi-email {
  background-color: #FFF;
  mask-image: url("/site/assets/images/icons/envelope.svg");
  -webkit-mask-image: url("/site/assets/images/icons/envelope.svg");
  -moz-mask-image: url("/site/assets/images/icons/envelope.svg");
  mask-size: 70px 51px;
  -webkit-mask-size: 70px 51px;
  -moz-mask-size: 70px 51px;
  mask-position: center center;
  -webkit-mask-position: center center;
  -moz-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}
main.contacts a.landing-icon-item .jrsi.jrsi-info, main.contacts div.contacts-icon-item .jrsi.jrsi-info {
  background-color: #FFF;
  mask-image: url("/site/assets/images/icons/info.svg");
  -webkit-mask-image: url("/site/assets/images/icons/info.svg");
  -moz-mask-image: url("/site/assets/images/icons/info.svg");
  mask-size: 66.3px 66.3px;
  -webkit-mask-size: 66.3px 66.3px;
  -moz-mask-size: 66.3px 66.3px;
  mask-position: center center;
  -webkit-mask-position: center center;
  -moz-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}
main.contacts a.landing-icon-item:hover .card-bg, main.contacts div.contacts-icon-item:hover .card-bg {
  border-bottom: 4px solid #01a3e6;
}
main.contacts a.landing-icon-item:hover .card-bg h2, main.contacts div.contacts-icon-item:hover .card-bg h2 {
  color: #01a3e6;
}
main.contacts a.landing-icon-item:hover .card-bg span.link-icon, main.contacts div.contacts-icon-item:hover .card-bg span.link-icon {
  background-color: #01a3e6;
}
main.contacts a.landing-icon-item:hover .main-icon, main.contacts div.contacts-icon-item:hover .main-icon {
  background: #01a3e6;
}
main.contacts section.page-header ol.breadcrumb {
  margin-bottom: 58px;
}
main.contacts section.page-header .page-header-bg {
  display: none;
}
main.contacts section.page-header .page-header-wrapper {
  height: auto;
  padding-bottom: 65px;
}
main.contacts section.page-header .page-header-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-color: #d0df00;
  background-image: url(/site/assets/images/contacts-head-bg.svg), linear-gradient(90deg, rgb(208, 223, 0) 0%, rgb(1, 163, 230) 100%);
  background-size: contain, contain;
  background-position: left top, left top;
  background-repeat: no-repeat, no-repeat;
  z-index: 2;
}
main.contacts .row-contacts-header-bottom .contacts-icon-items .contacts-icon-item .card-bg {
  padding: 39px 34px 36px 34px;
}
main.contacts .row-contacts-header-bottom .contacts-icon-items .contacts-icon-item .card-bg h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  color: #3c3c3c;
  padding: 0;
  margin: 0 0 30px 0;
}
main.contacts .row-contacts-header-bottom .contacts-icon-items .contacts-icon-item .card-bg .content {
  display: block;
  position: relative;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #3c3c3c;
}
main.contacts .row-contacts-header-bottom .contacts-icon-items .contacts-icon-item .card-bg ul.contacts-card-item-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  width: 100%;
}
main.contacts .row-contacts-header-bottom .contacts-icon-items .contacts-icon-item .card-bg ul.contacts-card-item-list li {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0 31px 27px;
}
main.contacts .row-contacts-header-bottom .contacts-icon-items .contacts-icon-item .card-bg ul.contacts-card-item-list li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #aec802;
  position: absolute;
  left: 8px;
  top: 8px;
}
main.contacts .row-contacts-header-bottom .contacts-icon-items .contacts-icon-item .card-bg ul.contacts-card-item-list li span {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #3c3c3c;
}
main.contacts .row-contacts-header-bottom .contacts-icon-items .contacts-icon-item .card-bg ul.contacts-card-item-list li a {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #3c3c3c;
}
main.contacts .row-contacts-header-bottom .contacts-icon-items .contacts-icon-item .card-bg ul.contacts-card-item-list li a:hover {
  color: #01A3E6;
}
main.contacts .row-contacts-header-bottom .contacts-icon-items .contacts-icon-item .card-bg:after {
  top: 147px;
  bottom: initial;
}
main.contacts .row-contacts-header-bottom .contacts-icon-items .contacts-icon-item .main-icon {
  width: 150px;
  height: 130px;
}
main.contacts .row-contacts-header-bottom .contacts-icon-items .contacts-icon-item:hover .main-icon {
  background-color: #aec802;
}
main.contacts section.contacts-map-box {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}
main.contacts section.contacts-map-box .row-contacts-map-places .image-box {
  cursor: pointer;
}
main.contacts .contacts-map-box .map-col-left .image-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main.contacts .contacts-map-box .map-col-left .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
main.contacts .contacts-map-box .map-col-left .image-box .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 1.5rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  color: #fff;
}
main.contacts .contacts-map-box .map-col-left .image-box .overlay .address {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
main.contacts .contacts-map-box .map-col-left .image-box .overlay .address svg {
  fill: #fff;
}
main.contacts .contacts-map-box .map-col-left .image-box .overlay .enlarge {
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
main.contacts .contacts-map-box .map-col-left .image-box .overlay .enlarge svg {
  fill: #fff;
  transition: fill 0.3s ease-in-out;
}
main.contacts .contacts-map-box .map-col-left .image-box .overlay .enlarge:hover {
  background-color: #fff;
}
main.contacts .contacts-map-box .map-col-left .image-box .overlay .enlarge:hover svg {
  fill: #000;
}
main.contacts .contacts-map-box .map-col-left .image-box:hover .overlay {
  opacity: 1;
}
main.contacts .contacts-map-box .map-col-right .map-wrapper {
  width: 100%;
  height: 100%;
  min-height: 400px;
  flex: 1 1 auto;
  min-width: 0;
}
main.contacts .contacts-map-box .map-col-right .mapbox-placer-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  flex: 1 1 auto;
  min-width: 0;
}
main.contacts .contacts-map-box .map-col-right .mapbox-placer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
main.contacts .contacts-map-box .map-col-right {
  /* Pelēktoņa tikai tiešajiem canvas (marķieris ir DOM elements blakus canvas mapboxgl-canvas-container iekšā). */
}
main.contacts .contacts-map-box .map-col-right .mapbox-placer .mapboxgl-canvas-container > canvas {
  filter: grayscale(100%);
}
main.contacts .contacts-map-box .map-col-right .contacts-map-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  width: 100%;
  max-width: min(100% - 2rem, 366px);
  z-index: 2;
  overflow: hidden;
  font-family: inherit;
  pointer-events: auto;
}
main.contacts .contacts-map-box .map-col-right .contacts-map-panel[hidden] {
  display: none !important;
}
main.contacts .contacts-map-box .map-col-right .contacts-map-panel__directions {
  background-color: #01A3E6;
  border-radius: 0 12px 0 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #fff;
  text-align: center;
  padding: 0.65rem 0.75rem;
  max-width: 80%;
}
main.contacts .contacts-map-box .map-col-right .contacts-map-panel__directions a {
  font-weight: 600;
  text-decoration: underline;
}
main.contacts .contacts-map-box .map-col-right .contacts-map-panel__link {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
main.contacts .contacts-map-box .map-col-right .contacts-map-panel__link:hover {
  color: #e8f4ff;
}
main.contacts .contacts-map-box .map-col-right .contacts-map-panel__body {
  background: #fff;
  border-radius: 0 20px 0 0;
  padding: 1.1rem 1.25rem 1.25rem;
}
main.contacts .contacts-map-box .map-col-right .contacts-map-panel__title {
  margin: 0 0 0.5rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #3c3c3c;
}
main.contacts .contacts-map-box .map-col-right .contacts-map-panel__address {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-size: 0.875rem;
  color: #5c5c5c;
  line-height: 1.4;
}
main.contacts .contacts-map-box .map-col-right .contacts-map-panel__pin {
  flex-shrink: 0;
  color: #888;
  line-height: 0;
  padding-top: 0.1rem;
}
main.contacts .contacts-map-box .map-col-right .contacts-map-panel__pin svg {
  display: block;
}
main.contacts .contacts-map-box .map-col-right .contacts-map-panel__address-text {
  flex: 1;
  min-width: 0;
}

a.mapboxgl-ctrl-logo,
.mapboxgl-ctrl-bottom-right {
  display: none !important;
}

section.form-manager-body .form-manager .col-form-manager form.form-manager .form-manager-title-col {
  margin-bottom: 40px;
}
section.form-manager-body .form-manager .col-form-manager form.form-manager .form-manager-title-col .main-form-title {
  margin: 0 !important;
  padding: 0 !important;
}
section.form-manager-body .form-manager .col-form-manager form.form-manager .form-manager-title-col .main-form-title h4.formbuilder-heading-el {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #3c3c3c;
  margin: 0 0 -10px 0;
  padding: 0;
}
section.form-manager-body .form-manager .col-form-manager form.form-manager .form-manager-title-col .form-subtitle {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
section.form-manager-body .form-manager .col-form-manager form.form-manager .form-manager-title-col .form-subtitle h5.formbuilder-heading-el {
  display: inline-block;
  position: relative;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #3c3c3c;
  margin: 0;
  padding: 0;
}
section.form-manager-body .form-manager .col-form-manager form.form-manager .form-manager-title-col .form-subtitle h5.formbuilder-heading-el::before, section.form-manager-body .form-manager .col-form-manager form.form-manager .form-manager-title-col .form-subtitle h5.formbuilder-heading-el::after {
  content: "";
  display: block;
  width: 160px;
  height: 2px;
  background: #0179ad;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
section.form-manager-body .form-manager .col-form-manager form.form-manager .form-manager-title-col .form-subtitle h5.formbuilder-heading-el::before {
  left: calc(100% + 28px);
}
section.form-manager-body .form-manager .col-form-manager form.form-manager .form-manager-title-col .form-subtitle h5.formbuilder-heading-el::after {
  right: calc(100% + 28px);
}
section.form-manager-body .form-manager .col-form-manager form.form-manager .formbuilder-paragraph-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #3c3c3c;
}
section.form-manager-body .form-manager .col-form-manager form.form-manager .formbuilder-paragraph-text strong {
  font-weight: 600;
}
section.form-manager-body .form-manager .col-form-manager form.form-manager .formbuilder-submit {
  text-align: right;
}
section.form-manager-body .form-manager .col-form-manager form.form-manager .formbuilder-submit .btn-right-arrow {
  position: relative;
}
section.form-manager-body .form-manager .col-form-manager form.form-manager .formbuilder-submit .btn-right-arrow::after {
  content: "\f138";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding-left: 35px;
}

form.form-manager .formbuilder-file {
  position: relative;
  min-height: 35px;
}
form.form-manager .formbuilder-file .formbuilder-file-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 2px 16px 2px 48px;
  min-height: 35px;
  border: 1px solid #333;
  border-radius: 0;
  background: #f9f8f3;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #3c3c3c;
  pointer-events: none;
  cursor: pointer;
}
form.form-manager .formbuilder-file .formbuilder-file-label::before {
  content: "\f603";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.15rem;
  line-height: 1;
  color: #333;
}
form.form-manager .formbuilder-file .formbuilder-file-label .fm-file-name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
form.form-manager .formbuilder-file .formbuilder-file-label .formbuilder-required {
  flex-shrink: 0;
  color: #c00;
}
form.form-manager .formbuilder-file input.form-control[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 35px;
  margin: 0;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  background: transparent !important;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  font-size: 0 !important;
  line-height: 35px;
  color: transparent !important;
}
form.form-manager .formbuilder-file input.form-control[type=file]::-webkit-file-upload-button {
  width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  visibility: hidden;
}
form.form-manager .formbuilder-file input.form-control[type=file]::file-selector-button {
  width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
}

input.form-control[type=time] {
  height: 41px !important;
}

section.vacancy-banner {
  margin-bottom: 40px;
  grid-template-columns: minmax(0, 1.5fr) auto minmax(320px, 1.4fr);
}
section.vacancy-banner .vacancy-banner__eyebrow {
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #3c3c3c;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 12px 0;
}
section.vacancy-banner .vacancy-banner__eyebrow::before {
  width: 35px;
}
section.vacancy-banner .vacancy-banner__content {
  padding: 33px 22px 33px 46px;
}
section.vacancy-banner .vacancy-banner__title {
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
  text-align: left;
  color: #3c3c3c;
}
section.vacancy-banner .vacancy-banner__link {
  align-items: flex-end;
  padding-bottom: 34px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #3c3c3c;
}
section.vacancy-banner .vacancy-banner__link:hover {
  color: #01A3E6;
}
section.vacancy-banner .vacancy-banner__art {
  position: relative;
  min-height: 160px;
  background: linear-gradient(90deg, #9ad80d 0%, #63c36c 45%, #10acc8 100%);
  clip-path: polygon(55px 0, 100% 0, 100% 100%, 55px 100%, 0 50%);
  padding: 1rem 2.25rem 1rem 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.vacancy-banner .vacancy-banner__art::after {
  content: "";
  display: block;
  width: calc(100% - 64px);
  height: calc(100% - 48px);
  background: url(/site/assets/images/vakances-banner-icon.svg) no-repeat center right;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.vacancy-accordion > .accordion-item {
  border: 0;
  border-bottom: 1px solid #3c3c3c;
  background: 0 0;
}

.vacancy-accordion > .accordion-item:first-child {
  border-top: 1px solid #3c3c3c;
}

.vacancy-accordion > .accordion-item .accordion-item:last-child {
  border-bottom: 1px solid #d8d8d2;
}

.sub-accordion .accordion-button::after,
.vacancy-accordion .accordion-button::after {
  width: 40px;
  height: 40px;
  border: 1px solid #d8d8d2;
  border-radius: 0;
  background-color: transparent;
  background-position: center;
  background-size: 0.85rem;
}

.accordion-button:not(.collapsed) {
  color: #3c3c3c;
  background-color: #f8f8ef;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.vacancy-shell {
  display: block;
  position: relative;
  width: 100%;
  padding: 24px 0 170px 0;
}
.vacancy-shell .vacancy-accordion > .accordion-item:last-child > .accordion-header .cat-toggle {
  border-bottom: 1px solid #3c3c3c;
}
.vacancy-shell .vacancy-content {
  padding: 32px 107px 0 107px;
}
.vacancy-shell .vacancy-content .main-html-content,
.vacancy-shell .vacancy-content .main-html-content p {
  color: #3c3c3c;
  font-size: 20px;
}
.vacancy-shell h2.accordion-header,
.vacancy-shell h3.accordion-header {
  font-weight: 600;
  font-size: 21px;
  line-height: 32px;
  text-align: left;
  color: #3c3c3c;
}
.vacancy-shell h2.accordion-header button,
.vacancy-shell h3.accordion-header button {
  font-weight: 600;
  font-size: 21px;
  line-height: 32px;
  text-align: left;
  color: #3c3c3c;
}
.vacancy-shell .form-manager-vacancy {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 0 0 0;
}
.vacancy-shell .form-manager-vacancy section.form-manager-body .title-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
.vacancy-shell .form-manager-vacancy section.form-manager-body .title-wrapper::before {
  content: "";
  display: block;
  width: calc(40% + 12px);
  height: 3px;
  background: #d0df00;
  background: linear-gradient(90deg, #d0df00 0%, #01a3e6 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.vacancy-shell .form-manager-vacancy section.form-manager-body .title-wrapper h4.widget-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  color: #3c3c3c;
  margin: 15px 0 0 0;
  padding: 15px 0 33px 0;
}
.vacancy-shell .form-manager-vacancy section.form-manager-body .form-control {
  background: #fff;
}
.vacancy-shell .form-manager-vacancy section.form-manager-body textarea.form-control {
  height: 244px;
}
.vacancy-shell .form-manager-vacancy section.form-manager-body .field-motivacijas_vestule,
.vacancy-shell .form-manager-vacancy section.form-manager-body .field-cv {
  max-width: 220px;
}
.vacancy-shell .form-manager-vacancy section.form-manager-body .field-motivacijas_vestule .formbuilder-file-label,
.vacancy-shell .form-manager-vacancy section.form-manager-body .field-cv .formbuilder-file-label {
  background: #f6f3ea;
}

.vacancy-body {
  border-bottom: 1px solid #3c3c3c;
}

main.page-section-komanda {
  display: block;
  position: relative;
  width: 100%;
  background: #f8f8ef;
  background-image: url(/site/assets/images/page-bg-left.svg), url(/site/assets/images/page-pbg-right.svg);
  background-position: left -285px top 1173px, right -285px top 427px;
  background-size: 1123.3px 1195.81px, 1123.3px 1195.81px;
  background-repeat: no-repeat, no-repeat;
}
main.page-section-komanda section.page-header .page-header-wrapper::before {
  background: #fff;
}
main.page-section-komanda section.page-header .page-header-wrapper {
  background: transparent;
}
main.page-section-komanda section.page-header .page-header-wrapper .col-breadcrumb nav::after {
  content: "";
  display: block;
  width: 474px;
  height: 3px;
  background: #d0df00;
  background: linear-gradient(90deg, #d0df00 0%, #01a3e6 100%);
  position: absolute;
  bottom: -11px;
  left: 12px;
}
main.page-section-komanda h2.team-title {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  color: #3c3c3c;
  padding: 0 0 0 42px;
  margin: 0 0 51px 0;
  text-transform: uppercase;
}
main.page-section-komanda h2.team-title::before {
  content: "";
  position: absolute;
  display: block;
  width: 24.01px;
  height: 19.73px;
  background: transparent url(/site/assets/images/arrow-team-title.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: 10px;
}
main.page-section-komanda .col-member-spacer .spacer {
  display: block;
  position: relative;
  width: 100%;
  height: 100px;
}
main.page-section-komanda article.team-member {
  display: block;
  position: relative;
  width: 100%;
  padding: 175px 0 0 0;
  height: 100%;
}
main.page-section-komanda article.team-member::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #d0df00;
  background: linear-gradient(90deg, #d0df00 0%, #01a3e6 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
main.page-section-komanda article.team-member .wrapper {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0 131px 31px;
  margin: 0;
  height: 100%;
  background: #fff;
}
main.page-section-komanda article.team-member .wrapper .team-member-image {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 385/280;
  position: relative;
  top: -175px;
  margin-bottom: -175px;
  border-radius: 0 30px 0 0;
  -moz-border-radius: 0 30px 0 0;
  -webkit-border-radius: 0 30px 0 0;
  overflow: hidden;
}
main.page-section-komanda article.team-member .wrapper .team-member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main.page-section-komanda article.team-member .wrapper .team-member-content {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 24px 0 0;
}
main.page-section-komanda article.team-member .wrapper .team-member-content h3.team-member-name {
  display: block;
  position: relative;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  color: #0179ad;
  padding: 0 0 4px 0;
  margin: 0;
}
main.page-section-komanda article.team-member .wrapper .team-member-content h4.team-member-subtitle {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #3c3c3c;
}
main.page-section-komanda article.team-member .wrapper .team-member-info {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
main.page-section-komanda article.team-member .wrapper .team-member-info .team-member-phone,
main.page-section-komanda article.team-member .wrapper .team-member-info .team-member-email {
  display: block;
  width: 100%;
  position: relative;
}
main.page-section-komanda article.team-member .wrapper .team-member-info .team-member-phone a,
main.page-section-komanda article.team-member .wrapper .team-member-info .team-member-email a {
  display: block;
  position: relative;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #3c3c3c;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
main.page-section-komanda article.team-member .wrapper .team-member-info .team-member-phone a i,
main.page-section-komanda article.team-member .wrapper .team-member-info .team-member-email a i {
  color: #0179ad;
  margin-right: 9px;
}
main.page-section-komanda article.team-member .wrapper .team-member-info .team-member-phone a:hover,
main.page-section-komanda article.team-member .wrapper .team-member-info .team-member-email a:hover {
  color: #01A3E6;
}

section.nodalas {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 156px;
}
section.nodalas a.nodala-item {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: #f8f8ef;
  border-radius: 0 0 0 30px;
  -moz-border-radius: 0 0 0 30px;
  -webkit-border-radius: 0 0 0 30px;
  padding: 0;
  overflow: hidden;
  padding: 29px 36px 27px 195px;
}
section.nodalas a.nodala-item .nodala-item-image {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 100%;
  border-radius: 0px 0px 0px 30px;
  background: #aec802;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
section.nodalas a.nodala-item .nodala-item-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  width: calc(100% - 72px);
  height: calc(100% - 72px);
  object-fit: contain;
  object-position: center;
}
section.nodalas a.nodala-item .nodala-item-content {
  display: block;
  position: relative;
  width: 100%;
}
section.nodalas a.nodala-item .nodala-item-content h2.nodala-item-title {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  color: #3c3c3c;
  padding: 0 0 24px 0;
  margin: 0 0 15px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
section.nodalas a.nodala-item .nodala-item-content h2.nodala-item-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #aec802;
  position: absolute;
  left: 0;
  bottom: 0;
}
section.nodalas a.nodala-item .nodala-item-content .item-info {
  display: block;
  position: relative;
  width: 100%;
}
section.nodalas a.nodala-item .nodala-item-content .item-info div {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  color: #414141;
}
section.nodalas a.nodala-item .nodala-item-content .item-info div i {
  position: relative;
  top: -2px;
  font-size: 10px;
  margin-right: 5px;
}
section.nodalas a.nodala-item:hover .nodala-item-image {
  background: #01A3E6;
}
section.nodalas a.nodala-item:hover .nodala-item-content h2.nodala-item-title {
  color: #01A3E6;
}
section.nodalas a.nodala-item:hover .nodala-item-content h2.nodala-item-title::after {
  background: #01A3E6;
}

section.nodalas-category {
  display: block;
  position: relative;
  width: 100%;
}
section.nodalas-category .col-nodalas-img {
  padding-right: 0;
}
section.nodalas-category .col-nodalas-content {
  padding-left: 0;
}
section.nodalas-category a.btn-nodalas-content-back {
  border-radius: 0 0 15px 0;
  -moz-border-radius: 0 0 15px 0;
  -webkit-border-radius: 0 0 15px 0;
  margin-bottom: 31px;
}
section.nodalas-category a.btn-nodalas-content-back:hover {
  background: #01A3E6;
  border-color: #01A3E6;
}
section.nodalas-category .main-html-content,
section.nodalas-category .main-html-content p {
  display: block;
  position: relative;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #3c3c3c;
}
section.nodalas-category .main-html-content,
section.nodalas-category .nodalas-category-items {
  margin: 0 0 45px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #3c3c3c;
}
section.nodalas-category .nodalas-category-items {
  display: block;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.nodalas-category .nodalas-category-items .nodalas-category-item {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 14px;
  width: 100%;
  position: relative;
  padding-bottom: 0;
}
section.nodalas-category .nodalas-category-items .nodalas-category-item .nodalas-category-item-image {
  flex: 0 0 auto;
  width: 86px;
  max-width: 32%;
  aspect-ratio: 86/63;
  overflow: hidden;
}
section.nodalas-category .nodalas-category-items .nodalas-category-item .nodalas-category-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
section.nodalas-category .nodalas-category-items .nodalas-category-item .nodalas-category-item-content {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}
section.nodalas-category .nodalas-category-items .nodalas-category-item .nodalas-category-item-subtitle {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #3c3c3c;
  margin: 0 0 4px 0;
}
section.nodalas-category .nodalas-category-items .nodalas-category-item .nodalas-category-item-title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  color: #3c3c3c;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  padding: 0;
}
section.nodalas-category .item-info {
  display: block;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 122px;
}
section.nodalas-category .item-info .item-info-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  width: 100%;
}
section.nodalas-category .item-info .item-icon {
  flex: 0 0 auto;
  width: 86px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0179ad;
}
section.nodalas-category .item-info .item-icon i {
  color: #b8e5fb;
  font-size: 31px;
  line-height: 1;
}
section.nodalas-category .item-info .item-info-body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  text-align: left;
}
section.nodalas-category .item-info .item-info-label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #3c3c3c;
}
section.nodalas-category .item-info .item-info-link {
  display: inline-block;
  font-weight: 500;
  text-decoration: underline;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  color: #0179ad;
  text-underline-offset: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
section.nodalas-category .item-info .item-info-link:hover {
  color: #01A3E6;
}
@media (max-width: 575.98px) {
  section.nodalas-category .nodalas-category-items .nodalas-category-item {
    gap: 16px;
  }
  section.nodalas-category .nodalas-category-items .nodalas-category-item .nodalas-category-item-image {
    width: 86px;
    max-width: 38%;
  }
  section.nodalas-category .nodalas-category-items .nodalas-category-item .nodalas-category-item-title {
    font-size: 18px;
  }
  section.nodalas-category .item-info {
    gap: 16px;
  }
  section.nodalas-category .item-info .item-icon {
    width: 44px;
    height: 44px;
  }
  section.nodalas-category .item-info .item-icon i {
    font-size: 18px;
  }
}
section.nodalas-category .col-nodalas-img .nodalas-img {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
section.nodalas-category .col-nodalas-img .nodalas-img img {
  border-radius: 0px 0px 40px 0px;
  -moz-border-radius: 0px 0px 40px 0px;
  -webkit-border-radius: 0px 0px 40px 0px;
}
section.nodalas-category .col-nodalas-img .nodalas-img .icons {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  height: 160px;
  border-radius: 0px 0px 0px 30px;
  -moz-border-radius: 0px 0px 0px 30px;
  -webkit-border-radius: 0px 0px 0px 30px;
  background: #aec802;
}
section.nodalas-category .col-nodalas-img .nodalas-img .icons img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  width: calc(100% - 72px);
  height: calc(100% - 72px);
  object-fit: contain;
  object-position: center;
  display: block;
}

.cm-specialisti {
  margin-bottom: 48px;
}
.cm-specialisti .cm-specialisti-search {
  margin-bottom: 40px;
}
.cm-specialisti .cm-specialisti-search .cm-specialisti-search-inner {
  position: relative;
  width: 100%;
}
.cm-specialisti .cm-specialisti-search .cm-specialisti-search-input {
  border: 1px solid #3c3c3c;
  border-radius: 0;
  background: #fff;
  padding: 12px 48px 12px 16px;
  font-size: 16px;
  width: 100%;
}
.cm-specialisti .cm-specialisti-search .cm-specialisti-search-submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 48px;
  padding: 0;
  border: none;
  border-left: none;
  background: transparent;
  color: #3c3c3c;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.cm-specialisti .cm-specialisti-search .cm-specialisti-search-submit:hover {
  background: transparent;
  color: #01A3E6;
}
.cm-specialisti .cm-specialisti-block {
  margin-bottom: 80px;
}
.cm-specialisti .cm-specialisti-heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  color: #3c3c3c;
  margin: 0 0 21px 0;
  padding-bottom: 10px;
  position: relative;
  border-bottom: none;
}
.cm-specialisti .cm-specialisti-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #d0df00 0%, #01a3e6 100%);
}
.cm-specialisti .cm-specialisti-alpha {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  width: 100%;
  background: #f8f8ef;
  border-bottom: 1px solid #3c3c3c;
  padding: 8px 4px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.cm-specialisti .cm-specialisti-alpha .cm-specialisti-alpha-item {
  flex: 1 0 auto;
  min-width: 1.75rem;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #3c3c3c;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.cm-specialisti .cm-specialisti-alpha .cm-specialisti-alpha-item:hover, .cm-specialisti .cm-specialisti-alpha .cm-specialisti-alpha-item.is-active {
  color: #0179ad;
  font-weight: 700;
}
.cm-specialisti .cm-specialisti-cats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  .cm-specialisti .cm-specialisti-cats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cm-specialisti .cm-specialisti-cat-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  padding: 14px 16px;
  background: #f8f8ef;
  text-decoration: none;
  color: #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.cm-specialisti .cm-specialisti-cat-item .cm-specialisti-cat-arrow {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3c3c3c;
  background: #f8f8ef;
  font-size: 18px;
}
.cm-specialisti .cm-specialisti-cat-item .cm-specialisti-cat-text {
  flex: 1 1 auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #3c3c3c;
}
.cm-specialisti .cm-specialisti-cat-item:hover {
  background: #e8f4fa;
  color: #01A3E6;
}
.cm-specialisti .cm-specialisti-cat-item:hover .cm-specialisti-cat-arrow {
  color: #3c3c3c;
  background: #e8f4fa;
}
.cm-specialisti .cm-specialisti-cat-item:hover .cm-specialisti-cat-text {
  color: #3c3c3c;
}
.cm-specialisti .cm-specialisti-cat-item.is-active {
  background: #e8f4fa;
  color: #01A3E6;
}

.cm-specialisti-cards .row {
  row-gap: 64px;
}
.cm-specialisti-cards .col-specialisti-card {
  display: flex;
  padding-left: calc(var(--bs-gutter-x) * 0.5 + 23px);
}

.cm-specialisti-card {
  position: relative;
  width: 100%;
  height: 196px;
  background: #f8f8ef;
}
.cm-specialisti-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 3px;
  background: linear-gradient(to right, #d0df00 0%, #01a3e6 100%);
}
.cm-specialisti-card-thumb {
  position: absolute;
  top: -34px;
  left: -23px;
  width: 196px;
  height: 205px;
  display: block;
  background: #c9d3da;
  border-radius: 0 30px 0 0;
  overflow: hidden;
  cursor: default;
}
.cm-specialisti-card-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.cm-specialisti-card-main {
  position: relative;
  height: 100%;
  padding: 24px 24px 22px 197px;
}
.cm-specialisti-card-title {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #3c3c3c;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 0;
}
.cm-specialisti-card-subtitle {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #3c3c3c;
}
.cm-specialisti-card-book {
  position: absolute;
  left: 197px;
  bottom: 25px;
  width: 196px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  background: #01a3e6;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0 15px 0 0;
  transition: background-color 0.2s ease;
}
.cm-specialisti-card-book-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  font-size: 11px;
  line-height: 1;
  flex-shrink: 0;
}
.cm-specialisti-card-book-icon i {
  width: 14.28px;
  height: 14.28px;
  background-image: url(/site/assets/images/icons/pluss.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.cm-specialisti-card-book-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #fff;
}
@media (max-width: 575.98px) {
  .cm-specialisti-card {
    height: auto;
  }
  .cm-specialisti-card-thumb {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
  }
  .cm-specialisti-card-main {
    padding: 20px 20px 60px 20px;
  }
  .cm-specialisti-card-book {
    left: 0;
  }
}

section.cm-specialisti-list {
  margin-bottom: 48px;
}

.vacancy-shell input.form-control {
  padding: 15px 16px;
}
.vacancy-shell .input-group .form-control {
  margin-bottom: 0;
}
.vacancy-shell .input-group .input-group-text {
  padding: 15px 16px;
  background: #f8f8ef !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  border-bottom: 1px solid #3c3c3c;
}

.price-list-container {
  max-width: 100%;
  margin: 0 auto;
  color: #333;
}

.search-bar {
  display: flex;
  align-items: center;
  background-color: #f7f6f1;
  padding: 10px 15px;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 40px;
  max-width: 100%;
}

.search-bar input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 8px;
  font-size: 14px;
  outline: none;
}

.search-bar svg {
  color: #666;
}

.index-list {
  list-style: none;
  padding: 0;
  margin: 0 0 50px 0;
}

.index-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 14px;
  text-transform: uppercase;
  color: #4a4a4a;
}

.index-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 6px;
  height: 6px;
  background-color: #9ccb3b;
}

.section-title {
  font-size: 18px;
  margin: 40px 0 20px 0;
  text-transform: uppercase;
  color: #4a4a4a;
}

.data-grid {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e2e0d8;
  border-left: 1px solid #e2e0d8;
}

.data-row {
  display: grid;
  grid-template-columns: 120px 1fr 150px;
  background-color: #ffffff;
}

.data-row:nth-child(even) {
  background-color: #f8f7f2;
}

.data-row.row-active {
  border: 1px solid #6ba4e9;
  position: relative;
  z-index: 2;
  margin-top: -1px;
  margin-left: -1px;
}

.data-cell {
  padding: 15px 20px;
  border-right: 1px solid #e2e0d8;
  border-bottom: 1px solid #e2e0d8;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #555;
}

.cell-code {
  justify-content: flex-start;
}

.cell-desc {
  justify-content: flex-start;
}

.cell-price {
  justify-content: flex-end;
}

.row-active .data-cell {
  border-color: transparent;
}

.cenradis-filter-scope #navAccordion,
.cenradis-filter-scope .cenradis-price-lists {
  transition: opacity 0.22s ease;
}
.cenradis-filter-scope.is-filtering #navAccordion,
.cenradis-filter-scope.is-filtering .cenradis-price-lists {
  opacity: 0.45;
  pointer-events: none;
}

.cenradis-filter-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: clamp(2rem, 10vh, 4.5rem);
  pointer-events: none;
  background: rgba(255, 255, 255, 0.38);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.cenradis-filter-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.accordion-item-cenradis .accordion-collapse .accordion-body {
  margin-bottom: 24px;
}
.accordion-item-cenradis .accordion-collapse .accordion-body .accordion-body-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #3c3c3c;
  text-transform: uppercase;
}
.accordion-item-cenradis .accordion-collapse .accordion-body .accordion-body-link i {
  color: #AEC802;
  margin-right: 10px;
}
.accordion-item-cenradis .accordion-collapse .accordion-body .accordion-body-link:hover {
  color: #01A3E6 !important;
}
.accordion-item-cenradis .accordion-collapse .accordion-body .accordion-body-link:hover i {
  color: #01A3E6;
}

.simple-page-body .main-html-content {
  margin-bottom: 48px;
}

.teritorijas-plans-section {
  padding-bottom: 80px;
}

.teritorijas-plans__row {
  align-items: flex-start;
}

.teritorijas-plans-accordion > .accordion-item {
  border: 0;
  border-bottom: 1px solid #d8d8d2;
  background: transparent;
}
.teritorijas-plans-accordion > .accordion-item:first-child {
  border-top: 1px solid #d8d8d2;
}
.teritorijas-plans-accordion > .accordion-item > .accordion-header .accordion-button {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #3c3c3c;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  padding: 16px 48px 16px 20px;
}
.teritorijas-plans-accordion > .accordion-item > .accordion-header .accordion-button::after {
  width: 36px;
  height: 36px;
  border: 1px solid #d8d8d2;
  border-radius: 0;
  background-size: 0.75rem;
}
.teritorijas-plans-accordion > .accordion-item > .accordion-header .accordion-button:not(.collapsed) {
  color: #fff;
  background: #3c3c3c;
}
.teritorijas-plans-accordion > .accordion-item > .accordion-header .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.teritorijas-plans-accordion > .accordion-item .accordion-body {
  background: #f8f8ef;
  padding: 0;
}

.teritorijas-plans-dept-list li {
  border-bottom: 1px solid #e8e8e0;
}
.teritorijas-plans-dept-list li:last-child {
  border-bottom: 0;
}

.teritorijas-dept {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 14px 16px 14px 36px;
  font-size: 16px;
  line-height: 1.4;
  color: #3c3c3c;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.teritorijas-dept::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #6ab04c;
}
.teritorijas-dept:hover, .teritorijas-dept.is-active, .teritorijas-dept.is-hover {
  background: #fff;
  color: #aa022a;
  font-weight: 600;
}

.teritorijas-plans-empty {
  padding: 16px;
  font-size: 14px;
  color: #666;
}

.teritorijas-plans-map-panel {
  display: block;
  position: relative;
  width: 100%;
  overflow: visible;
}

.teritorijas-plans__map-col {
  overflow: visible;
  min-width: 0;
}

.teritorijas-floor-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0;
  margin-bottom: 24px;
}

.teritorijas-floor-tab {
  border: 1px solid #d8d8d2;
  background: #fff;
  color: #999;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 18px;
  margin-left: -1px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.teritorijas-floor-tab:first-child {
  margin-left: 0;
}
.teritorijas-floor-tab.is-active, .teritorijas-floor-tab[aria-selected=true] {
  background: #3c3c3c;
  color: #fff;
  border-color: #3c3c3c;
  z-index: 1;
}

.teritorijas-map {
  min-height: 320px;
  overflow-x: auto;
  overflow-y: visible;
  padding: 12px 48px 24px 8px;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.teritorijas-map svg.teritorijas-map-svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  overflow: visible;
}
.teritorijas-map .tp-zone {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.teritorijas-map .tp-zone.is-dimmed {
  opacity: 0.45;
}
.teritorijas-map .teritorijas-map-loading,
.teritorijas-map .teritorijas-map-empty {
  padding: 48px;
  color: #999;
}
.teritorijas-map .teritorijas-map-fallback {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .teritorijas-plans__sidebar-col {
    margin-bottom: 32px;
  }
  .teritorijas-floor-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.mega-a11y-panel__inner {
  display: block;
  width: 100%;
  max-width: 672px;
  background-color: transparent;
  color: #212529;
  font-size: 16px;
  padding: 0;
}
.mega-a11y-panel__inner .site-settings {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mega-a11y-panel__inner .site-settings li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 35px;
  width: 100%;
}
.mega-a11y-panel__inner .site-settings li > span {
  flex: 0 0 160px;
  font-weight: 500;
  color: #212529;
}
.mega-a11y-panel__inner .btn.btn-default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 17px;
  height: 35px;
  color: #333;
  font-size: 14px;
  background-color: #d3d3d3;
  border: 2px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.mega-a11y-panel__inner .btn.btn-default:hover {
  background-color: #c0c0c0;
}
.mega-a11y-panel__inner .btn.btn-default:focus-visible {
  outline: 3px solid #01a3e6;
  outline-offset: 2px;
  border-color: #01a3e6;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #01a3e6;
}
.mega-a11y-panel__inner .btn.btn-default.active {
  background-color: transparent;
  color: #212529;
  border-color: #212529;
}
.mega-a11y-panel__inner .btn.btn-default.btn-contrast {
  width: 51px;
  padding: 6px 0;
}
.mega-a11y-panel__inner .btn.btn-default.btn-contrast i {
  font-size: 16px;
}
.mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-1 {
  background-color: #fff;
  color: #333;
  border: 2px solid #d3d3d3;
}
.mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-1.active {
  border-color: #212529;
}
.mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-2 {
  background-color: #000;
  color: #fff;
}
.mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-3 {
  background-color: #000;
  color: #ffeb3b;
}
.mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-4 {
  background-color: #ffeb3b;
  color: #000;
}

.blog-header-no-image {
  min-height: 480px;
}

.kp-cookie-v3-details-content {
  background: #FFF !important;
}

section.page-body-content .container section.form-manager-body > .container {
  max-width: 100% !important;
  padding: 0 !important;
}

body.font-size-1-25x {
  zoom: 1.25;
}

body.font-size-1-50x {
  zoom: 1.5;
}

body.black-and-white {
  --bs-body-bg: #000;
  --bs-body-color: #fff;
  --bs-emphasis-color: #fff;
  --bs-secondary-color: #fff;
  --bs-secondary-bg: #000;
  --bs-tertiary-color: #fff;
  --bs-tertiary-bg: #000;
  --bs-heading-color: #fff;
  --bs-link-color: #fff;
  --bs-link-hover-color: #fff;
  --bs-border-color: #fff;
  --bs-primary: #fff;
  --bs-secondary: #fff;
  --bs-success: #fff;
  --bs-info: #fff;
  --bs-warning: #fff;
  --bs-danger: #fff;
  --bs-light: #000;
  --bs-dark: #fff;
  --bs-white: #000;
}
body.black-and-white .text-muted,
body.black-and-white .text-secondary,
body.black-and-white .text-body-secondary,
body.black-and-white .text-black-50,
body.black-and-white .text-white-50 {
  color: #fff !important;
  opacity: 1 !important;
}
body.black-and-white .text-primary,
body.black-and-white .text-success,
body.black-and-white .text-info,
body.black-and-white .text-warning,
body.black-and-white .text-danger {
  color: #fff !important;
}
body.black-and-white .bg-light,
body.black-and-white .bg-white,
body.black-and-white .bg-body,
body.black-and-white .bg-body-secondary,
body.black-and-white .bg-body-tertiary {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-white .card,
body.black-and-white .card-body,
body.black-and-white .card-header,
body.black-and-white .card-footer,
body.black-and-white .list-group-item,
body.black-and-white .dropdown-menu,
body.black-and-white .modal-content,
body.black-and-white .offcanvas,
body.black-and-white .popover,
body.black-and-white .toast,
body.black-and-white .accordion-item,
body.black-and-white .accordion-body {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-white .btn:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.black-and-white .btn-primary:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.black-and-white .btn-secondary:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.black-and-white .btn-success:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.black-and-white .btn-info:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.black-and-white .btn-warning:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.black-and-white .btn-danger:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.black-and-white .btn-light:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.black-and-white .btn-dark:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.black-and-white .btn-white:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.black-and-white .btn-third:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)) {
  background-color: #fff !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #fff !important;
  text-decoration: none !important;
}
body.black-and-white .btn:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover, body.black-and-white .btn:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.black-and-white .btn-primary:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.black-and-white .btn-primary:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.black-and-white .btn-secondary:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.black-and-white .btn-secondary:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.black-and-white .btn-success:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.black-and-white .btn-success:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.black-and-white .btn-info:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.black-and-white .btn-info:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.black-and-white .btn-warning:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.black-and-white .btn-warning:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.black-and-white .btn-danger:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.black-and-white .btn-danger:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.black-and-white .btn-light:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.black-and-white .btn-light:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.black-and-white .btn-dark:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.black-and-white .btn-dark:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.black-and-white .btn-white:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.black-and-white .btn-white:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.black-and-white .btn-third:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.black-and-white .btn-third:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #fff !important;
}
body.black-and-white .btn-outline,
body.black-and-white .btn-outline-primary,
body.black-and-white .btn-outline-secondary,
body.black-and-white .btn-outline-success,
body.black-and-white .btn-outline-info,
body.black-and-white .btn-outline-warning,
body.black-and-white .btn-outline-danger,
body.black-and-white .btn-outline-light,
body.black-and-white .btn-outline-dark,
body.black-and-white .btn-back {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #fff !important;
  text-decoration: none !important;
}
body.black-and-white .btn-outline .bi,
body.black-and-white .btn-outline i,
body.black-and-white .btn-outline-primary .bi,
body.black-and-white .btn-outline-primary i,
body.black-and-white .btn-outline-secondary .bi,
body.black-and-white .btn-outline-secondary i,
body.black-and-white .btn-outline-success .bi,
body.black-and-white .btn-outline-success i,
body.black-and-white .btn-outline-info .bi,
body.black-and-white .btn-outline-info i,
body.black-and-white .btn-outline-warning .bi,
body.black-and-white .btn-outline-warning i,
body.black-and-white .btn-outline-danger .bi,
body.black-and-white .btn-outline-danger i,
body.black-and-white .btn-outline-light .bi,
body.black-and-white .btn-outline-light i,
body.black-and-white .btn-outline-dark .bi,
body.black-and-white .btn-outline-dark i,
body.black-and-white .btn-back .bi,
body.black-and-white .btn-back i {
  color: #fff !important;
}
body.black-and-white .btn-outline:hover, body.black-and-white .btn-outline:focus-visible,
body.black-and-white .btn-outline-primary:hover,
body.black-and-white .btn-outline-primary:focus-visible,
body.black-and-white .btn-outline-secondary:hover,
body.black-and-white .btn-outline-secondary:focus-visible,
body.black-and-white .btn-outline-success:hover,
body.black-and-white .btn-outline-success:focus-visible,
body.black-and-white .btn-outline-info:hover,
body.black-and-white .btn-outline-info:focus-visible,
body.black-and-white .btn-outline-warning:hover,
body.black-and-white .btn-outline-warning:focus-visible,
body.black-and-white .btn-outline-danger:hover,
body.black-and-white .btn-outline-danger:focus-visible,
body.black-and-white .btn-outline-light:hover,
body.black-and-white .btn-outline-light:focus-visible,
body.black-and-white .btn-outline-dark:hover,
body.black-and-white .btn-outline-dark:focus-visible,
body.black-and-white .btn-back:hover,
body.black-and-white .btn-back:focus-visible {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-decoration: underline !important;
}
body.black-and-white .btn-outline:hover .bi,
body.black-and-white .btn-outline:hover i, body.black-and-white .btn-outline:focus-visible .bi,
body.black-and-white .btn-outline:focus-visible i,
body.black-and-white .btn-outline-primary:hover .bi,
body.black-and-white .btn-outline-primary:hover i,
body.black-and-white .btn-outline-primary:focus-visible .bi,
body.black-and-white .btn-outline-primary:focus-visible i,
body.black-and-white .btn-outline-secondary:hover .bi,
body.black-and-white .btn-outline-secondary:hover i,
body.black-and-white .btn-outline-secondary:focus-visible .bi,
body.black-and-white .btn-outline-secondary:focus-visible i,
body.black-and-white .btn-outline-success:hover .bi,
body.black-and-white .btn-outline-success:hover i,
body.black-and-white .btn-outline-success:focus-visible .bi,
body.black-and-white .btn-outline-success:focus-visible i,
body.black-and-white .btn-outline-info:hover .bi,
body.black-and-white .btn-outline-info:hover i,
body.black-and-white .btn-outline-info:focus-visible .bi,
body.black-and-white .btn-outline-info:focus-visible i,
body.black-and-white .btn-outline-warning:hover .bi,
body.black-and-white .btn-outline-warning:hover i,
body.black-and-white .btn-outline-warning:focus-visible .bi,
body.black-and-white .btn-outline-warning:focus-visible i,
body.black-and-white .btn-outline-danger:hover .bi,
body.black-and-white .btn-outline-danger:hover i,
body.black-and-white .btn-outline-danger:focus-visible .bi,
body.black-and-white .btn-outline-danger:focus-visible i,
body.black-and-white .btn-outline-light:hover .bi,
body.black-and-white .btn-outline-light:hover i,
body.black-and-white .btn-outline-light:focus-visible .bi,
body.black-and-white .btn-outline-light:focus-visible i,
body.black-and-white .btn-outline-dark:hover .bi,
body.black-and-white .btn-outline-dark:hover i,
body.black-and-white .btn-outline-dark:focus-visible .bi,
body.black-and-white .btn-outline-dark:focus-visible i,
body.black-and-white .btn-back:hover .bi,
body.black-and-white .btn-back:hover i,
body.black-and-white .btn-back:focus-visible .bi,
body.black-and-white .btn-back:focus-visible i {
  color: #fff !important;
}
body.black-and-white .btn-link {
  color: #fff !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
body.black-and-white .table,
body.black-and-white .table > :not(caption) > * > * {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #fff !important;
}
body.black-and-white .table thead th {
  background-color: #fff !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-white .form-control,
body.black-and-white .form-select,
body.black-and-white .form-check-input {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #fff !important;
}
body.black-and-white .form-check-input:checked {
  background-color: #fff !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-white .badge {
  background-color: #fff !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #fff !important;
  text-decoration: none !important;
}
body.black-and-white .badge:hover, body.black-and-white .badge:focus-visible {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #fff !important;
}
body.black-and-white .alert {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #fff !important;
}
body.black-and-white .pagination .page-link {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #fff !important;
}
body.black-and-white .pagination .page-link:hover, body.black-and-white .pagination .page-link.active {
  background-color: #fff !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #fff !important;
  text-decoration: none !important;
}
body.black-and-white .pagination .page-link:hover:hover, body.black-and-white .pagination .page-link:hover:focus-visible, body.black-and-white .pagination .page-link.active:hover, body.black-and-white .pagination .page-link.active:focus-visible {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #fff !important;
}
body.black-and-white .main-html-content,
body.black-and-white .html-content,
body.black-and-white .cke_editable {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-white .main-html-content p,
body.black-and-white .main-html-content li,
body.black-and-white .main-html-content td,
body.black-and-white .main-html-content th,
body.black-and-white .main-html-content small,
body.black-and-white .main-html-content strong,
body.black-and-white .main-html-content em,
body.black-and-white .main-html-content label,
body.black-and-white .main-html-content figcaption,
body.black-and-white .html-content p,
body.black-and-white .html-content li,
body.black-and-white .html-content td,
body.black-and-white .html-content th,
body.black-and-white .html-content small,
body.black-and-white .html-content strong,
body.black-and-white .html-content em,
body.black-and-white .html-content label,
body.black-and-white .html-content figcaption,
body.black-and-white .cke_editable p,
body.black-and-white .cke_editable li,
body.black-and-white .cke_editable td,
body.black-and-white .cke_editable th,
body.black-and-white .cke_editable small,
body.black-and-white .cke_editable strong,
body.black-and-white .cke_editable em,
body.black-and-white .cke_editable label,
body.black-and-white .cke_editable figcaption {
  color: #fff !important;
}
body.black-and-white .main-html-content span:not(.link-icon):not(.reade-more),
body.black-and-white .html-content span:not(.link-icon):not(.reade-more),
body.black-and-white .cke_editable span:not(.link-icon):not(.reade-more) {
  color: #fff !important;
  background-color: transparent !important;
}
body.black-and-white .main-html-content h1, body.black-and-white .main-html-content h2, body.black-and-white .main-html-content h3, body.black-and-white .main-html-content h4, body.black-and-white .main-html-content h5, body.black-and-white .main-html-content h6,
body.black-and-white .html-content h1,
body.black-and-white .html-content h2,
body.black-and-white .html-content h3,
body.black-and-white .html-content h4,
body.black-and-white .html-content h5,
body.black-and-white .html-content h6,
body.black-and-white .cke_editable h1,
body.black-and-white .cke_editable h2,
body.black-and-white .cke_editable h3,
body.black-and-white .cke_editable h4,
body.black-and-white .cke_editable h5,
body.black-and-white .cke_editable h6 {
  color: #fff !important;
  background: transparent !important;
}
body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item),
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item),
body.black-and-white .cke_editable a:not(.btn):not(.landing-icon-item) {
  color: #fff !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item):hover, body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible,
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item):hover,
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item):focus-visible,
body.black-and-white .cke_editable a:not(.btn):not(.landing-icon-item):hover,
body.black-and-white .cke_editable a:not(.btn):not(.landing-icon-item):focus-visible {
  color: #fff !important;
  background-color: transparent !important;
  text-decoration: underline !important;
  outline: none !important;
  box-shadow: none !important;
}
body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item):hover *, body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible *,
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item):hover *,
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item):focus-visible *,
body.black-and-white .cke_editable a:not(.btn):not(.landing-icon-item):hover *,
body.black-and-white .cke_editable a:not(.btn):not(.landing-icon-item):focus-visible * {
  color: #fff !important;
  background-color: transparent !important;
}
body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item):hover .bi,
body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item):hover i, body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible .bi,
body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible i,
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item):hover .bi,
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item):hover i,
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item):focus-visible .bi,
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item):focus-visible i,
body.black-and-white .cke_editable a:not(.btn):not(.landing-icon-item):hover .bi,
body.black-and-white .cke_editable a:not(.btn):not(.landing-icon-item):hover i,
body.black-and-white .cke_editable a:not(.btn):not(.landing-icon-item):focus-visible .bi,
body.black-and-white .cke_editable a:not(.btn):not(.landing-icon-item):focus-visible i {
  color: #fff !important;
}
body.black-and-white .main-html-content blockquote,
body.black-and-white .html-content blockquote,
body.black-and-white .cke_editable blockquote {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-bottom: 3px solid #fff !important;
}
body.black-and-white .main-html-content blockquote::before,
body.black-and-white .html-content blockquote::before,
body.black-and-white .cke_editable blockquote::before {
  content: "“" !important;
  display: block !important;
  position: absolute !important;
  top: 8px !important;
  left: 48px !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
  background: none !important;
  background-image: none !important;
  color: #fff !important;
  font-size: 72px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  filter: none !important;
}
body.black-and-white .main-html-content blockquote p,
body.black-and-white .main-html-content blockquote strong,
body.black-and-white .html-content blockquote p,
body.black-and-white .html-content blockquote strong,
body.black-and-white .cke_editable blockquote p,
body.black-and-white .cke_editable blockquote strong {
  color: #fff !important;
}
body.black-and-white .main-html-content table tbody tr th,
body.black-and-white .html-content table tbody tr th,
body.black-and-white .cke_editable table tbody tr th {
  background-color: #fff !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-white .main-html-content table tbody tr td,
body.black-and-white .html-content table tbody tr td,
body.black-and-white .cke_editable table tbody tr td {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #fff !important;
}
body.black-and-white .main-html-content .btn,
body.black-and-white .html-content .btn,
body.black-and-white .cke_editable .btn {
  background-color: #fff !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #fff !important;
  text-decoration: none !important;
}
body.black-and-white .main-html-content .btn:hover, body.black-and-white .main-html-content .btn:focus-visible,
body.black-and-white .html-content .btn:hover,
body.black-and-white .html-content .btn:focus-visible,
body.black-and-white .cke_editable .btn:hover,
body.black-and-white .cke_editable .btn:focus-visible {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #fff !important;
}
body.black-and-white .main-html-content a.landing-icon-item,
body.black-and-white .main-html-content div.contacts-icon-item,
body.black-and-white .html-content a.landing-icon-item,
body.black-and-white .html-content div.contacts-icon-item,
body.black-and-white .cke_editable a.landing-icon-item,
body.black-and-white .cke_editable div.contacts-icon-item {
  background: transparent !important;
  text-decoration: none !important;
}
body.black-and-white .main-html-content a.landing-icon-item .card-bg,
body.black-and-white .main-html-content div.contacts-icon-item .card-bg,
body.black-and-white .html-content a.landing-icon-item .card-bg,
body.black-and-white .html-content div.contacts-icon-item .card-bg,
body.black-and-white .cke_editable a.landing-icon-item .card-bg,
body.black-and-white .cke_editable div.contacts-icon-item .card-bg {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border: 3px solid #fff !important;
  border-bottom: 3px solid #fff !important;
  transition: none !important;
}
body.black-and-white .main-html-content a.landing-icon-item .card-bg h2,
body.black-and-white .main-html-content a.landing-icon-item .card-bg h3,
body.black-and-white .main-html-content div.contacts-icon-item .card-bg h2,
body.black-and-white .main-html-content div.contacts-icon-item .card-bg h3,
body.black-and-white .html-content a.landing-icon-item .card-bg h2,
body.black-and-white .html-content a.landing-icon-item .card-bg h3,
body.black-and-white .html-content div.contacts-icon-item .card-bg h2,
body.black-and-white .html-content div.contacts-icon-item .card-bg h3,
body.black-and-white .cke_editable a.landing-icon-item .card-bg h2,
body.black-and-white .cke_editable a.landing-icon-item .card-bg h3,
body.black-and-white .cke_editable div.contacts-icon-item .card-bg h2,
body.black-and-white .cke_editable div.contacts-icon-item .card-bg h3 {
  color: #fff !important;
  background: transparent !important;
}
body.black-and-white .main-html-content a.landing-icon-item .card-bg span.link-icon,
body.black-and-white .main-html-content div.contacts-icon-item .card-bg span.link-icon,
body.black-and-white .html-content a.landing-icon-item .card-bg span.link-icon,
body.black-and-white .html-content div.contacts-icon-item .card-bg span.link-icon,
body.black-and-white .cke_editable a.landing-icon-item .card-bg span.link-icon,
body.black-and-white .cke_editable div.contacts-icon-item .card-bg span.link-icon {
  background-color: #000 !important;
  background-image: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 26px !important;
  text-align: center !important;
}
body.black-and-white .main-html-content a.landing-icon-item .card-bg span.link-icon::before,
body.black-and-white .main-html-content div.contacts-icon-item .card-bg span.link-icon::before,
body.black-and-white .html-content a.landing-icon-item .card-bg span.link-icon::before,
body.black-and-white .html-content div.contacts-icon-item .card-bg span.link-icon::before,
body.black-and-white .cke_editable a.landing-icon-item .card-bg span.link-icon::before,
body.black-and-white .cke_editable div.contacts-icon-item .card-bg span.link-icon::before {
  content: "→" !important;
  color: #fff !important;
  display: block !important;
  line-height: 26px !important;
}
body.black-and-white .main-html-content a.landing-icon-item .card-bg span.link-icon,
body.black-and-white .main-html-content div.contacts-icon-item .card-bg span.link-icon,
body.black-and-white .html-content a.landing-icon-item .card-bg span.link-icon,
body.black-and-white .html-content div.contacts-icon-item .card-bg span.link-icon,
body.black-and-white .cke_editable a.landing-icon-item .card-bg span.link-icon,
body.black-and-white .cke_editable div.contacts-icon-item .card-bg span.link-icon {
  border-radius: 0 15px 0 0 !important;
  transition: none !important;
}
body.black-and-white .main-html-content a.landing-icon-item .card-bg::after,
body.black-and-white .main-html-content div.contacts-icon-item .card-bg::after,
body.black-and-white .html-content a.landing-icon-item .card-bg::after,
body.black-and-white .html-content div.contacts-icon-item .card-bg::after,
body.black-and-white .cke_editable a.landing-icon-item .card-bg::after,
body.black-and-white .cke_editable div.contacts-icon-item .card-bg::after {
  display: none !important;
}
body.black-and-white .main-html-content a.landing-icon-item .main-icon,
body.black-and-white .main-html-content div.contacts-icon-item .main-icon,
body.black-and-white .html-content a.landing-icon-item .main-icon,
body.black-and-white .html-content div.contacts-icon-item .main-icon,
body.black-and-white .cke_editable a.landing-icon-item .main-icon,
body.black-and-white .cke_editable div.contacts-icon-item .main-icon {
  background-color: #fff !important;
  background-image: none !important;
}
body.black-and-white .main-html-content a.landing-icon-item .jrsi,
body.black-and-white .main-html-content div.contacts-icon-item .jrsi,
body.black-and-white .html-content a.landing-icon-item .jrsi,
body.black-and-white .html-content div.contacts-icon-item .jrsi,
body.black-and-white .cke_editable a.landing-icon-item .jrsi,
body.black-and-white .cke_editable div.contacts-icon-item .jrsi {
  background-color: #000 !important;
}
body.black-and-white .main-html-content a.landing-icon-item:hover, body.black-and-white .main-html-content a.landing-icon-item:focus-visible,
body.black-and-white .main-html-content div.contacts-icon-item:hover,
body.black-and-white .main-html-content div.contacts-icon-item:focus-visible,
body.black-and-white .html-content a.landing-icon-item:hover,
body.black-and-white .html-content a.landing-icon-item:focus-visible,
body.black-and-white .html-content div.contacts-icon-item:hover,
body.black-and-white .html-content div.contacts-icon-item:focus-visible,
body.black-and-white .cke_editable a.landing-icon-item:hover,
body.black-and-white .cke_editable a.landing-icon-item:focus-visible,
body.black-and-white .cke_editable div.contacts-icon-item:hover,
body.black-and-white .cke_editable div.contacts-icon-item:focus-visible {
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
body.black-and-white .main-html-content a.landing-icon-item:hover .card-bg, body.black-and-white .main-html-content a.landing-icon-item:focus-visible .card-bg,
body.black-and-white .main-html-content div.contacts-icon-item:hover .card-bg,
body.black-and-white .main-html-content div.contacts-icon-item:focus-visible .card-bg,
body.black-and-white .html-content a.landing-icon-item:hover .card-bg,
body.black-and-white .html-content a.landing-icon-item:focus-visible .card-bg,
body.black-and-white .html-content div.contacts-icon-item:hover .card-bg,
body.black-and-white .html-content div.contacts-icon-item:focus-visible .card-bg,
body.black-and-white .cke_editable a.landing-icon-item:hover .card-bg,
body.black-and-white .cke_editable a.landing-icon-item:focus-visible .card-bg,
body.black-and-white .cke_editable div.contacts-icon-item:hover .card-bg,
body.black-and-white .cke_editable div.contacts-icon-item:focus-visible .card-bg {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  border-bottom-color: #fff !important;
}
body.black-and-white .main-html-content a.landing-icon-item:hover .card-bg h2,
body.black-and-white .main-html-content a.landing-icon-item:hover .card-bg h3, body.black-and-white .main-html-content a.landing-icon-item:focus-visible .card-bg h2,
body.black-and-white .main-html-content a.landing-icon-item:focus-visible .card-bg h3,
body.black-and-white .main-html-content div.contacts-icon-item:hover .card-bg h2,
body.black-and-white .main-html-content div.contacts-icon-item:hover .card-bg h3,
body.black-and-white .main-html-content div.contacts-icon-item:focus-visible .card-bg h2,
body.black-and-white .main-html-content div.contacts-icon-item:focus-visible .card-bg h3,
body.black-and-white .html-content a.landing-icon-item:hover .card-bg h2,
body.black-and-white .html-content a.landing-icon-item:hover .card-bg h3,
body.black-and-white .html-content a.landing-icon-item:focus-visible .card-bg h2,
body.black-and-white .html-content a.landing-icon-item:focus-visible .card-bg h3,
body.black-and-white .html-content div.contacts-icon-item:hover .card-bg h2,
body.black-and-white .html-content div.contacts-icon-item:hover .card-bg h3,
body.black-and-white .html-content div.contacts-icon-item:focus-visible .card-bg h2,
body.black-and-white .html-content div.contacts-icon-item:focus-visible .card-bg h3,
body.black-and-white .cke_editable a.landing-icon-item:hover .card-bg h2,
body.black-and-white .cke_editable a.landing-icon-item:hover .card-bg h3,
body.black-and-white .cke_editable a.landing-icon-item:focus-visible .card-bg h2,
body.black-and-white .cke_editable a.landing-icon-item:focus-visible .card-bg h3,
body.black-and-white .cke_editable div.contacts-icon-item:hover .card-bg h2,
body.black-and-white .cke_editable div.contacts-icon-item:hover .card-bg h3,
body.black-and-white .cke_editable div.contacts-icon-item:focus-visible .card-bg h2,
body.black-and-white .cke_editable div.contacts-icon-item:focus-visible .card-bg h3 {
  color: #fff !important;
  background: transparent !important;
  text-decoration: underline !important;
}
body.black-and-white .main-html-content a.landing-icon-item:hover .card-bg span.link-icon, body.black-and-white .main-html-content a.landing-icon-item:focus-visible .card-bg span.link-icon,
body.black-and-white .main-html-content div.contacts-icon-item:hover .card-bg span.link-icon,
body.black-and-white .main-html-content div.contacts-icon-item:focus-visible .card-bg span.link-icon,
body.black-and-white .html-content a.landing-icon-item:hover .card-bg span.link-icon,
body.black-and-white .html-content a.landing-icon-item:focus-visible .card-bg span.link-icon,
body.black-and-white .html-content div.contacts-icon-item:hover .card-bg span.link-icon,
body.black-and-white .html-content div.contacts-icon-item:focus-visible .card-bg span.link-icon,
body.black-and-white .cke_editable a.landing-icon-item:hover .card-bg span.link-icon,
body.black-and-white .cke_editable a.landing-icon-item:focus-visible .card-bg span.link-icon,
body.black-and-white .cke_editable div.contacts-icon-item:hover .card-bg span.link-icon,
body.black-and-white .cke_editable div.contacts-icon-item:focus-visible .card-bg span.link-icon {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
  border-color: #fff !important;
  color: #fff !important;
}
body.black-and-white .main-html-content a.landing-icon-item:hover .card-bg span.link-icon::before, body.black-and-white .main-html-content a.landing-icon-item:focus-visible .card-bg span.link-icon::before,
body.black-and-white .main-html-content div.contacts-icon-item:hover .card-bg span.link-icon::before,
body.black-and-white .main-html-content div.contacts-icon-item:focus-visible .card-bg span.link-icon::before,
body.black-and-white .html-content a.landing-icon-item:hover .card-bg span.link-icon::before,
body.black-and-white .html-content a.landing-icon-item:focus-visible .card-bg span.link-icon::before,
body.black-and-white .html-content div.contacts-icon-item:hover .card-bg span.link-icon::before,
body.black-and-white .html-content div.contacts-icon-item:focus-visible .card-bg span.link-icon::before,
body.black-and-white .cke_editable a.landing-icon-item:hover .card-bg span.link-icon::before,
body.black-and-white .cke_editable a.landing-icon-item:focus-visible .card-bg span.link-icon::before,
body.black-and-white .cke_editable div.contacts-icon-item:hover .card-bg span.link-icon::before,
body.black-and-white .cke_editable div.contacts-icon-item:focus-visible .card-bg span.link-icon::before {
  color: #fff !important;
}
body.black-and-white .main-html-content a.landing-icon-item:hover .main-icon, body.black-and-white .main-html-content a.landing-icon-item:focus-visible .main-icon,
body.black-and-white .main-html-content div.contacts-icon-item:hover .main-icon,
body.black-and-white .main-html-content div.contacts-icon-item:focus-visible .main-icon,
body.black-and-white .html-content a.landing-icon-item:hover .main-icon,
body.black-and-white .html-content a.landing-icon-item:focus-visible .main-icon,
body.black-and-white .html-content div.contacts-icon-item:hover .main-icon,
body.black-and-white .html-content div.contacts-icon-item:focus-visible .main-icon,
body.black-and-white .cke_editable a.landing-icon-item:hover .main-icon,
body.black-and-white .cke_editable a.landing-icon-item:focus-visible .main-icon,
body.black-and-white .cke_editable div.contacts-icon-item:hover .main-icon,
body.black-and-white .cke_editable div.contacts-icon-item:focus-visible .main-icon {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
}
body.black-and-white .main-html-content a.landing-icon-item:hover .jrsi, body.black-and-white .main-html-content a.landing-icon-item:focus-visible .jrsi,
body.black-and-white .main-html-content div.contacts-icon-item:hover .jrsi,
body.black-and-white .main-html-content div.contacts-icon-item:focus-visible .jrsi,
body.black-and-white .html-content a.landing-icon-item:hover .jrsi,
body.black-and-white .html-content a.landing-icon-item:focus-visible .jrsi,
body.black-and-white .html-content div.contacts-icon-item:hover .jrsi,
body.black-and-white .html-content div.contacts-icon-item:focus-visible .jrsi,
body.black-and-white .cke_editable a.landing-icon-item:hover .jrsi,
body.black-and-white .cke_editable a.landing-icon-item:focus-visible .jrsi,
body.black-and-white .cke_editable div.contacts-icon-item:hover .jrsi,
body.black-and-white .cke_editable div.contacts-icon-item:focus-visible .jrsi {
  background-color: #000 !important;
}
body.black-and-white main,
body.black-and-white header,
body.black-and-white footer,
body.black-and-white section,
body.black-and-white article {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  --grad: none !important;
  --paper: #000 !important;
  --text: #fff !important;
  --blue: #fff !important;
  --left-gray: #000 !important;
}
body.black-and-white nav.site-mega-navbar {
  background-color: #000 !important;
  background-image: none !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-white section.homepage-hero::before,
body.black-and-white .site-footer-design::before {
  display: none !important;
}
body.black-and-white :where(main, footer, section, article, .main-html-content, .html-content) h1, body.black-and-white :where(main, footer, section, article, .main-html-content, .html-content) h2, body.black-and-white :where(main, footer, section, article, .main-html-content, .html-content) h3, body.black-and-white :where(main, footer, section, article, .main-html-content, .html-content) h4, body.black-and-white :where(main, footer, section, article, .main-html-content, .html-content) h5, body.black-and-white :where(main, footer, section, article, .main-html-content, .html-content) h6, body.black-and-white :where(main, footer, section, article, .main-html-content, .html-content) p, body.black-and-white :where(main, footer, section, article, .main-html-content, .html-content) span, body.black-and-white :where(main, footer, section, article, .main-html-content, .html-content) small, body.black-and-white :where(main, footer, section, article, .main-html-content, .html-content) strong, body.black-and-white :where(main, footer, section, article, .main-html-content, .html-content) label, body.black-and-white :where(main, footer, section, article, .main-html-content, .html-content) li, body.black-and-white :where(main, footer, section, article, .main-html-content, .html-content) td, body.black-and-white :where(main, footer, section, article, .main-html-content, .html-content) th {
  color: #fff !important;
}
body.black-and-white :where(header, nav) h1, body.black-and-white :where(header, nav) h2, body.black-and-white :where(header, nav) h3, body.black-and-white :where(header, nav) h4, body.black-and-white :where(header, nav) h5, body.black-and-white :where(header, nav) h6, body.black-and-white :where(header, nav) p, body.black-and-white :where(header, nav) label, body.black-and-white :where(header, nav) li, body.black-and-white :where(header, nav) td, body.black-and-white :where(header, nav) th {
  color: #fff !important;
}
body.black-and-white :where(header, nav) :not(.header-icons):not(.header-icons *):not(.mega-a11y-panel__inner):not(.mega-a11y-panel__inner *):not(.mega-menu-panel__body--a11y):not(.mega-menu-panel__body--a11y *) span, body.black-and-white :where(header, nav) :not(.header-icons):not(.header-icons *):not(.mega-a11y-panel__inner):not(.mega-a11y-panel__inner *):not(.mega-menu-panel__body--a11y):not(.mega-menu-panel__body--a11y *) small, body.black-and-white :where(header, nav) :not(.header-icons):not(.header-icons *):not(.mega-a11y-panel__inner):not(.mega-a11y-panel__inner *):not(.mega-menu-panel__body--a11y):not(.mega-menu-panel__body--a11y *) strong {
  color: #fff !important;
}
body.black-and-white a:not(.btn):not(.landing-icon-item):not(.header-icon-link):not(.nav-link):not(.dropdown-item):not(.mega-menu-link):not(.footer-logo):not(.header-logo a):not(.btn-font-size):not(.btn-contrast):not(.btn-reset):not(.subpages-link):not(.attachment-info):not(.attachment-download):not(.footer-logo-link):not(.social a) {
  color: #fff !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
body.black-and-white .site-mega-navbar .nav-link,
body.black-and-white .site-topbar__btn {
  color: #fff !important;
  background: transparent !important;
  text-decoration: none !important;
}
body.black-and-white .site-mega-navbar .nav-link:hover, body.black-and-white .site-mega-navbar .nav-link:focus-visible,
body.black-and-white .site-topbar__btn:hover,
body.black-and-white .site-topbar__btn:focus-visible {
  color: #fff !important;
  background-color: transparent !important;
  text-decoration: underline !important;
  outline: none !important;
  box-shadow: none !important;
}
body.black-and-white .mega-menu-link {
  color: #fff !important;
  background: transparent !important;
  text-decoration: none !important;
}
body.black-and-white .mega-menu-link:hover, body.black-and-white .mega-menu-link:focus-visible {
  color: #fff !important;
  background: transparent !important;
  text-decoration: underline !important;
  outline: none !important;
  box-shadow: none !important;
}
body.black-and-white .site-mega-navbar .nav-item.active .nav-link,
body.black-and-white .site-mega-navbar .nav-link.active,
body.black-and-white .site-mega-navbar .nav-link[aria-expanded=true] {
  color: #fff !important;
  background: transparent !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}
body.black-and-white .header-icons a.header-icon-link {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
body.black-and-white .header-icons a.header-icon-link .icon {
  background-color: #fff !important;
  background-image: none !important;
  border-right: 2px solid #fff !important;
}
body.black-and-white .header-icons a.header-icon-link .icon i,
body.black-and-white .header-icons a.header-icon-link .icon .bi {
  color: #000 !important;
}
body.black-and-white .header-icons a.header-icon-link .icon i.phone-icon,
body.black-and-white .header-icons a.header-icon-link .icon i.epieraksts-icon,
body.black-and-white .header-icons a.header-icon-link .icon i.contacts-icon {
  filter: brightness(0) !important;
  opacity: 1 !important;
}
body.black-and-white .header-icons a.header-icon-link .text {
  background-color: #000 !important;
}
body.black-and-white .header-icons a.header-icon-link .text strong,
body.black-and-white .header-icons a.header-icon-link .text small {
  color: #fff !important;
  background: transparent !important;
}
body.black-and-white .header-icons a.header-icon-link:hover, body.black-and-white .header-icons a.header-icon-link:focus, body.black-and-white .header-icons a.header-icon-link:focus-visible {
  background-color: #fff !important;
  color: #000 !important;
}
body.black-and-white .header-icons a.header-icon-link:hover .icon, body.black-and-white .header-icons a.header-icon-link:focus .icon, body.black-and-white .header-icons a.header-icon-link:focus-visible .icon {
  background-color: #000 !important;
  border-right-color: #000 !important;
}
body.black-and-white .header-icons a.header-icon-link:hover .icon i.phone-icon,
body.black-and-white .header-icons a.header-icon-link:hover .icon i.epieraksts-icon,
body.black-and-white .header-icons a.header-icon-link:hover .icon i.contacts-icon, body.black-and-white .header-icons a.header-icon-link:focus .icon i.phone-icon,
body.black-and-white .header-icons a.header-icon-link:focus .icon i.epieraksts-icon,
body.black-and-white .header-icons a.header-icon-link:focus .icon i.contacts-icon, body.black-and-white .header-icons a.header-icon-link:focus-visible .icon i.phone-icon,
body.black-and-white .header-icons a.header-icon-link:focus-visible .icon i.epieraksts-icon,
body.black-and-white .header-icons a.header-icon-link:focus-visible .icon i.contacts-icon {
  filter: brightness(0) invert(1) !important;
}
body.black-and-white .header-icons a.header-icon-link:hover .text, body.black-and-white .header-icons a.header-icon-link:focus .text, body.black-and-white .header-icons a.header-icon-link:focus-visible .text {
  background-color: transparent !important;
}
body.black-and-white .header-icons a.header-icon-link:hover .text strong,
body.black-and-white .header-icons a.header-icon-link:hover .text small, body.black-and-white .header-icons a.header-icon-link:focus .text strong,
body.black-and-white .header-icons a.header-icon-link:focus .text small, body.black-and-white .header-icons a.header-icon-link:focus-visible .text strong,
body.black-and-white .header-icons a.header-icon-link:focus-visible .text small {
  color: #000 !important;
  background: transparent !important;
}
body.black-and-white .site-mega-nav__search-toggle {
  background: transparent !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}
body.black-and-white .site-mega-nav__search-toggle .bi {
  color: #fff !important;
}
body.black-and-white .site-mega-nav__search-toggle:hover {
  background: transparent !important;
  color: #fff !important;
}
body.black-and-white .site-mega-nav__search-toggle:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 3px !important;
  box-shadow: none !important;
  border: none !important;
}
body.black-and-white .site-mega-nav__search-panel,
body.black-and-white .site-mega-nav__search-panel .form-control {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-white .bg-white,
body.black-and-white .bg-light,
body.black-and-white .bg-body,
body.black-and-white .bg-body-tertiary {
  background-color: #000 !important;
  color: #fff !important;
}
body.black-and-white .site-mega-nav__search-submit,
body.black-and-white button:not(.btn-link):not(.btn-font-size):not(.btn-contrast):not(.btn-reset):not(.navbar-toggler):not(.site-mega-nav__search-toggle):not(.accordion-button):not([class*=kp-cookie]):not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.black-and-white input[type=submit],
body.black-and-white input[type=button] {
  background-color: #fff !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #fff !important;
  text-decoration: none !important;
}
body.black-and-white .site-mega-nav__search-submit:hover, body.black-and-white .site-mega-nav__search-submit:focus-visible,
body.black-and-white button:not(.btn-link):not(.btn-font-size):not(.btn-contrast):not(.btn-reset):not(.navbar-toggler):not(.site-mega-nav__search-toggle):not(.accordion-button):not([class*=kp-cookie]):not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.black-and-white button:not(.btn-link):not(.btn-font-size):not(.btn-contrast):not(.btn-reset):not(.navbar-toggler):not(.site-mega-nav__search-toggle):not(.accordion-button):not([class*=kp-cookie]):not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.black-and-white input[type=submit]:hover,
body.black-and-white input[type=submit]:focus-visible,
body.black-and-white input[type=button]:hover,
body.black-and-white input[type=button]:focus-visible {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #fff !important;
}
body.black-and-white .accordion-button,
body.black-and-white .accordion-button:not(.collapsed),
body.black-and-white .accordion-button.collapsed {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  color: #fff !important;
  box-shadow: none !important;
}
body.black-and-white section.homepage-hero a.landing-icon-item,
body.black-and-white section.homepage-hero div.contacts-icon-item,
body.black-and-white main.contacts a.landing-icon-item,
body.black-and-white main.contacts div.contacts-icon-item {
  background: transparent !important;
  text-decoration: none !important;
}
body.black-and-white section.homepage-hero a.landing-icon-item .card-bg,
body.black-and-white section.homepage-hero div.contacts-icon-item .card-bg,
body.black-and-white main.contacts a.landing-icon-item .card-bg,
body.black-and-white main.contacts div.contacts-icon-item .card-bg {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border: 3px solid #fff !important;
  border-bottom: 3px solid #fff !important;
  transition: none !important;
}
body.black-and-white section.homepage-hero a.landing-icon-item .card-bg h2,
body.black-and-white section.homepage-hero a.landing-icon-item .card-bg h3,
body.black-and-white section.homepage-hero div.contacts-icon-item .card-bg h2,
body.black-and-white section.homepage-hero div.contacts-icon-item .card-bg h3,
body.black-and-white main.contacts a.landing-icon-item .card-bg h2,
body.black-and-white main.contacts a.landing-icon-item .card-bg h3,
body.black-and-white main.contacts div.contacts-icon-item .card-bg h2,
body.black-and-white main.contacts div.contacts-icon-item .card-bg h3 {
  color: #fff !important;
  background: transparent !important;
}
body.black-and-white section.homepage-hero a.landing-icon-item .card-bg span.link-icon,
body.black-and-white section.homepage-hero div.contacts-icon-item .card-bg span.link-icon,
body.black-and-white main.contacts a.landing-icon-item .card-bg span.link-icon,
body.black-and-white main.contacts div.contacts-icon-item .card-bg span.link-icon {
  background-color: #000 !important;
  background-image: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 26px !important;
  text-align: center !important;
}
body.black-and-white section.homepage-hero a.landing-icon-item .card-bg span.link-icon::before,
body.black-and-white section.homepage-hero div.contacts-icon-item .card-bg span.link-icon::before,
body.black-and-white main.contacts a.landing-icon-item .card-bg span.link-icon::before,
body.black-and-white main.contacts div.contacts-icon-item .card-bg span.link-icon::before {
  content: "→" !important;
  color: #fff !important;
  display: block !important;
  line-height: 26px !important;
}
body.black-and-white section.homepage-hero a.landing-icon-item .card-bg span.link-icon,
body.black-and-white section.homepage-hero div.contacts-icon-item .card-bg span.link-icon,
body.black-and-white main.contacts a.landing-icon-item .card-bg span.link-icon,
body.black-and-white main.contacts div.contacts-icon-item .card-bg span.link-icon {
  border-radius: 0 15px 0 0 !important;
  transition: none !important;
}
body.black-and-white section.homepage-hero a.landing-icon-item .card-bg::after,
body.black-and-white section.homepage-hero div.contacts-icon-item .card-bg::after,
body.black-and-white main.contacts a.landing-icon-item .card-bg::after,
body.black-and-white main.contacts div.contacts-icon-item .card-bg::after {
  display: none !important;
}
body.black-and-white section.homepage-hero a.landing-icon-item .main-icon,
body.black-and-white section.homepage-hero div.contacts-icon-item .main-icon,
body.black-and-white main.contacts a.landing-icon-item .main-icon,
body.black-and-white main.contacts div.contacts-icon-item .main-icon {
  background-color: #fff !important;
  background-image: none !important;
}
body.black-and-white section.homepage-hero a.landing-icon-item .jrsi,
body.black-and-white section.homepage-hero div.contacts-icon-item .jrsi,
body.black-and-white main.contacts a.landing-icon-item .jrsi,
body.black-and-white main.contacts div.contacts-icon-item .jrsi {
  background-color: #000 !important;
}
body.black-and-white section.homepage-hero a.landing-icon-item:hover, body.black-and-white section.homepage-hero a.landing-icon-item:focus-visible,
body.black-and-white section.homepage-hero div.contacts-icon-item:hover,
body.black-and-white section.homepage-hero div.contacts-icon-item:focus-visible,
body.black-and-white main.contacts a.landing-icon-item:hover,
body.black-and-white main.contacts a.landing-icon-item:focus-visible,
body.black-and-white main.contacts div.contacts-icon-item:hover,
body.black-and-white main.contacts div.contacts-icon-item:focus-visible {
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
body.black-and-white section.homepage-hero a.landing-icon-item:hover .card-bg, body.black-and-white section.homepage-hero a.landing-icon-item:focus-visible .card-bg,
body.black-and-white section.homepage-hero div.contacts-icon-item:hover .card-bg,
body.black-and-white section.homepage-hero div.contacts-icon-item:focus-visible .card-bg,
body.black-and-white main.contacts a.landing-icon-item:hover .card-bg,
body.black-and-white main.contacts a.landing-icon-item:focus-visible .card-bg,
body.black-and-white main.contacts div.contacts-icon-item:hover .card-bg,
body.black-and-white main.contacts div.contacts-icon-item:focus-visible .card-bg {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  border-bottom-color: #fff !important;
}
body.black-and-white section.homepage-hero a.landing-icon-item:hover .card-bg h2,
body.black-and-white section.homepage-hero a.landing-icon-item:hover .card-bg h3, body.black-and-white section.homepage-hero a.landing-icon-item:focus-visible .card-bg h2,
body.black-and-white section.homepage-hero a.landing-icon-item:focus-visible .card-bg h3,
body.black-and-white section.homepage-hero div.contacts-icon-item:hover .card-bg h2,
body.black-and-white section.homepage-hero div.contacts-icon-item:hover .card-bg h3,
body.black-and-white section.homepage-hero div.contacts-icon-item:focus-visible .card-bg h2,
body.black-and-white section.homepage-hero div.contacts-icon-item:focus-visible .card-bg h3,
body.black-and-white main.contacts a.landing-icon-item:hover .card-bg h2,
body.black-and-white main.contacts a.landing-icon-item:hover .card-bg h3,
body.black-and-white main.contacts a.landing-icon-item:focus-visible .card-bg h2,
body.black-and-white main.contacts a.landing-icon-item:focus-visible .card-bg h3,
body.black-and-white main.contacts div.contacts-icon-item:hover .card-bg h2,
body.black-and-white main.contacts div.contacts-icon-item:hover .card-bg h3,
body.black-and-white main.contacts div.contacts-icon-item:focus-visible .card-bg h2,
body.black-and-white main.contacts div.contacts-icon-item:focus-visible .card-bg h3 {
  color: #fff !important;
  background: transparent !important;
  text-decoration: underline !important;
}
body.black-and-white section.homepage-hero a.landing-icon-item:hover .card-bg span.link-icon, body.black-and-white section.homepage-hero a.landing-icon-item:focus-visible .card-bg span.link-icon,
body.black-and-white section.homepage-hero div.contacts-icon-item:hover .card-bg span.link-icon,
body.black-and-white section.homepage-hero div.contacts-icon-item:focus-visible .card-bg span.link-icon,
body.black-and-white main.contacts a.landing-icon-item:hover .card-bg span.link-icon,
body.black-and-white main.contacts a.landing-icon-item:focus-visible .card-bg span.link-icon,
body.black-and-white main.contacts div.contacts-icon-item:hover .card-bg span.link-icon,
body.black-and-white main.contacts div.contacts-icon-item:focus-visible .card-bg span.link-icon {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
  border-color: #fff !important;
  color: #fff !important;
}
body.black-and-white section.homepage-hero a.landing-icon-item:hover .card-bg span.link-icon::before, body.black-and-white section.homepage-hero a.landing-icon-item:focus-visible .card-bg span.link-icon::before,
body.black-and-white section.homepage-hero div.contacts-icon-item:hover .card-bg span.link-icon::before,
body.black-and-white section.homepage-hero div.contacts-icon-item:focus-visible .card-bg span.link-icon::before,
body.black-and-white main.contacts a.landing-icon-item:hover .card-bg span.link-icon::before,
body.black-and-white main.contacts a.landing-icon-item:focus-visible .card-bg span.link-icon::before,
body.black-and-white main.contacts div.contacts-icon-item:hover .card-bg span.link-icon::before,
body.black-and-white main.contacts div.contacts-icon-item:focus-visible .card-bg span.link-icon::before {
  color: #fff !important;
}
body.black-and-white section.homepage-hero a.landing-icon-item:hover .main-icon, body.black-and-white section.homepage-hero a.landing-icon-item:focus-visible .main-icon,
body.black-and-white section.homepage-hero div.contacts-icon-item:hover .main-icon,
body.black-and-white section.homepage-hero div.contacts-icon-item:focus-visible .main-icon,
body.black-and-white main.contacts a.landing-icon-item:hover .main-icon,
body.black-and-white main.contacts a.landing-icon-item:focus-visible .main-icon,
body.black-and-white main.contacts div.contacts-icon-item:hover .main-icon,
body.black-and-white main.contacts div.contacts-icon-item:focus-visible .main-icon {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
}
body.black-and-white section.homepage-hero a.landing-icon-item:hover .jrsi, body.black-and-white section.homepage-hero a.landing-icon-item:focus-visible .jrsi,
body.black-and-white section.homepage-hero div.contacts-icon-item:hover .jrsi,
body.black-and-white section.homepage-hero div.contacts-icon-item:focus-visible .jrsi,
body.black-and-white main.contacts a.landing-icon-item:hover .jrsi,
body.black-and-white main.contacts a.landing-icon-item:focus-visible .jrsi,
body.black-and-white main.contacts div.contacts-icon-item:hover .jrsi,
body.black-and-white main.contacts div.contacts-icon-item:focus-visible .jrsi {
  background-color: #000 !important;
}
body.black-and-white section.homepage-mission-widget,
body.black-and-white section.homepage-mission-widget .container,
body.black-and-white section.homepage-mission-widget .row,
body.black-and-white section.homepage-mission-widget .col-item-mission,
body.black-and-white section.homepage-mission-widget .mission-item {
  background-color: #000 !important;
  background-image: none !important;
}
body.black-and-white section.homepage-mission-widget .mission-item-icon,
body.black-and-white section.homepage-mission-widget .mission-item-icon.bg-1,
body.black-and-white section.homepage-mission-widget .mission-item-icon.bg-2,
body.black-and-white section.homepage-mission-widget .mission-item-icon.bg-3 {
  background-color: #000 !important;
  background-image: none !important;
  border: 3px solid #fff !important;
}
body.black-and-white section.homepage-mission-widget .mission-item-icon img,
body.black-and-white section.homepage-mission-widget .mission-item-icon.bg-1 img,
body.black-and-white section.homepage-mission-widget .mission-item-icon.bg-2 img,
body.black-and-white section.homepage-mission-widget .mission-item-icon.bg-3 img {
  opacity: 1;
  filter: brightness(0) invert(1);
}
body.black-and-white section.homepage-mission-widget .mission-item-content h3 {
  color: #fff !important;
  background: transparent !important;
}
body.black-and-white section.homepage-mission-widget .mission-item-content h3::after {
  background-image: none !important;
  background-color: #fff !important;
  width: 22px !important;
  height: 3px !important;
  bottom: -12px !important;
}
body.black-and-white section.homepage-mission-widget .mission-item-content p,
body.black-and-white section.homepage-mission-widget .mission-item-content li {
  color: #fff !important;
}
body.black-and-white section.blog-landing,
body.black-and-white .blog-landing {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-white section.blog-landing h2.blog-landing-title,
body.black-and-white section.blog-landing h3.blog-landing-title,
body.black-and-white .blog-landing h2.blog-landing-title,
body.black-and-white .blog-landing h3.blog-landing-title {
  color: #fff !important;
}
body.black-and-white section.blog-landing h2.blog-landing-title::before,
body.black-and-white .blog-landing h2.blog-landing-title::before {
  display: block !important;
  content: "" !important;
  width: 110px !important;
  height: 3px !important;
  background-color: #fff !important;
  background-image: none !important;
}
body.black-and-white section.blog-landing article.blog-landing-item,
body.black-and-white .blog-landing article.blog-landing-item {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #fff !important;
}
body.black-and-white section.blog-landing article.blog-landing-item .blog-landing-item-content,
body.black-and-white .blog-landing article.blog-landing-item .blog-landing-item-content {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-white section.blog-landing article.blog-landing-item .blog-landing-item-content h4,
body.black-and-white section.blog-landing article.blog-landing-item .blog-landing-item-content .blog-landing-item-text,
body.black-and-white section.blog-landing article.blog-landing-item .blog-landing-item-content p,
body.black-and-white .blog-landing article.blog-landing-item .blog-landing-item-content h4,
body.black-and-white .blog-landing article.blog-landing-item .blog-landing-item-content .blog-landing-item-text,
body.black-and-white .blog-landing article.blog-landing-item .blog-landing-item-content p {
  color: #fff !important;
  background: transparent !important;
}
body.black-and-white section.blog-landing article.blog-landing-item .blog-landing-item-link a,
body.black-and-white .blog-landing article.blog-landing-item .blog-landing-item-link a {
  color: #fff !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
body.black-and-white section.blog-landing article.blog-landing-item .blog-landing-item-date,
body.black-and-white .blog-landing article.blog-landing-item .blog-landing-item-date {
  background-color: #fff !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #fff !important;
  text-decoration: none !important;
}
body.black-and-white section.blog-landing article.blog-landing-item .blog-landing-item-date:hover, body.black-and-white section.blog-landing article.blog-landing-item .blog-landing-item-date:focus-visible,
body.black-and-white .blog-landing article.blog-landing-item .blog-landing-item-date:hover,
body.black-and-white .blog-landing article.blog-landing-item .blog-landing-item-date:focus-visible {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #fff !important;
}
body.black-and-white section.blog-landing article.blog-landing-item .blog-landing-item-date,
body.black-and-white .blog-landing article.blog-landing-item .blog-landing-item-date {
  text-decoration: none !important;
}
body.black-and-white footer.site-footer-design {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-white footer.site-footer-design .footer-main,
body.black-and-white footer.site-footer-design .container,
body.black-and-white footer.site-footer-design .row,
body.black-and-white footer.site-footer-design .col-item,
body.black-and-white footer.site-footer-design .footer-left,
body.black-and-white footer.site-footer-design .footer-wrapper-toolbar,
body.black-and-white footer.site-footer-design .navigation-footer-widget {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
}
body.black-and-white footer.site-footer-design a,
body.black-and-white footer.site-footer-design .sub-links a,
body.black-and-white footer.site-footer-design .meta a,
body.black-and-white footer.site-footer-design .made a,
body.black-and-white footer.site-footer-design .custom-link-list a {
  color: #fff !important;
  background: transparent !important;
  text-decoration: underline !important;
}
body.black-and-white footer.site-footer-design a.footer-logo-link {
  text-decoration: none !important;
  background: transparent !important;
}
body.black-and-white footer.site-footer-design .head,
body.black-and-white footer.site-footer-design .v,
body.black-and-white footer.site-footer-design .i,
body.black-and-white footer.site-footer-design li,
body.black-and-white footer.site-footer-design .meta,
body.black-and-white footer.site-footer-design .meta strong,
body.black-and-white footer.site-footer-design .made,
body.black-and-white footer.site-footer-design h4.footer-title span,
body.black-and-white footer.site-footer-design ul.footer-contacts li,
body.black-and-white footer.site-footer-design ul.footer-contacts li span {
  color: #fff !important;
  background: transparent !important;
}
body.black-and-white footer.site-footer-design ul.footer-contacts li i.bi,
body.black-and-white footer.site-footer-design .social a i.bi,
body.black-and-white footer.site-footer-design .social a i.bd {
  color: #fff !important;
}
body.black-and-white footer.site-footer-design .footer-dev-logo,
body.black-and-white footer.site-footer-design .footer-dev-logo span {
  color: #fff !important;
}
body.black-and-white footer.site-footer-design .rule::before,
body.black-and-white footer.site-footer-design .rule::after,
body.black-and-white footer.site-footer-design .sub-links li::before,
body.black-and-white footer.site-footer-design h4.footer-title::before,
body.black-and-white footer.site-footer-design h4.footer-title::after {
  background-color: #fff !important;
  background-image: none !important;
}
body.black-and-white footer.site-footer-design .social a {
  text-decoration: none !important;
  border: 2px solid #fff !important;
  border-radius: 4px;
  padding: 4px;
  color: #fff !important;
}
body.black-and-white footer.site-footer-design .social a:hover, body.black-and-white footer.site-footer-design .social a:focus-visible {
  background-color: #fff !important;
  color: #000 !important;
}
body.black-and-white footer.site-footer-design .social a:hover i.bi,
body.black-and-white footer.site-footer-design .social a:hover i.bd, body.black-and-white footer.site-footer-design .social a:focus-visible i.bi,
body.black-and-white footer.site-footer-design .social a:focus-visible i.bd {
  color: #000 !important;
}
body.black-and-white footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover,
body.black-and-white footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible {
  color: #fff !important;
  background-color: transparent !important;
  text-decoration: underline !important;
  outline: none !important;
  box-shadow: none !important;
}
body.black-and-white footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover .v,
body.black-and-white footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover span,
body.black-and-white footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover strong,
body.black-and-white footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible .v,
body.black-and-white footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible span,
body.black-and-white footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible strong {
  color: #fff !important;
  background: transparent !important;
}
body.black-and-white .page-header-bg,
body.black-and-white .page-header-bg::before,
body.black-and-white .page-header-wrapper::before,
body.black-and-white .page-header-wrapper::after,
body.black-and-white section.page-gallery-album::before,
body.black-and-white section.homepage-hero::before,
body.black-and-white .site-footer-design::before,
body.black-and-white .vacancy-banner__art,
body.black-and-white .vacancy-banner__eyebrow::before,
body.black-and-white h4.section-title::before,
body.black-and-white .form-manager-body .title-wrapper::before,
body.black-and-white main.page-section-komanda section.page-header .page-header-wrapper::before,
body.black-and-white main.page-section-komanda section.page-header .page-header-wrapper .col-breadcrumb nav::after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  background-image: none !important;
  border: 0 !important;
  clip-path: none !important;
}
body.black-and-white ul.mega-menu-link-grid a.mega-menu-link::before,
body.black-and-white a.mega-menu-link::before {
  background: #fff !important;
  background-color: #fff !important;
}
body.black-and-white .site-footer-design .sub-links li::before,
body.black-and-white .site-footer-design .rule::before {
  background: #fff !important;
  background-color: #fff !important;
}
body.black-and-white .site-mega-navbar .nav-link::before,
body.black-and-white .site-mega-navbar .nav-link::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  background: none !important;
  background-image: none !important;
  border: 0 !important;
}
body.black-and-white section.subpages-list .col-subpages a.subpages-link .subpages::after {
  background-color: #fff !important;
  background-image: none !important;
}
body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item):hover:hover, body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item):hover:focus-visible,
body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible:hover,
body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible:focus-visible,
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item):hover:hover,
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item):hover:focus-visible,
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item):focus-visible:hover,
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item):focus-visible:focus-visible,
body.black-and-white .breadcrumb-item a:hover:hover,
body.black-and-white .breadcrumb-item a:hover:focus-visible,
body.black-and-white .breadcrumb-item a:focus-visible:hover,
body.black-and-white .breadcrumb-item a:focus-visible:focus-visible,
body.black-and-white .vacancy-banner__link:hover:hover,
body.black-and-white .vacancy-banner__link:hover:focus-visible,
body.black-and-white .vacancy-banner__link:focus-visible:hover,
body.black-and-white .vacancy-banner__link:focus-visible:focus-visible,
body.black-and-white .blog-landing-item-link a:hover:hover,
body.black-and-white .blog-landing-item-link a:hover:focus-visible,
body.black-and-white .blog-landing-item-link a:focus-visible:hover,
body.black-and-white .blog-landing-item-link a:focus-visible:focus-visible,
body.black-and-white .custom-link-list a:hover:hover,
body.black-and-white .custom-link-list a:hover:focus-visible,
body.black-and-white .custom-link-list a:focus-visible:hover,
body.black-and-white .custom-link-list a:focus-visible:focus-visible,
body.black-and-white footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover:hover,
body.black-and-white footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover:focus-visible,
body.black-and-white footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible:hover,
body.black-and-white footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible:focus-visible {
  color: #fff !important;
  background-color: transparent !important;
  text-decoration: underline !important;
  outline: none !important;
  box-shadow: none !important;
}
body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item):hover:hover *, body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item):hover:focus-visible *,
body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible:hover *,
body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible:focus-visible *,
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item):hover:hover *,
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item):hover:focus-visible *,
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item):focus-visible:hover *,
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item):focus-visible:focus-visible *,
body.black-and-white .breadcrumb-item a:hover:hover *,
body.black-and-white .breadcrumb-item a:hover:focus-visible *,
body.black-and-white .breadcrumb-item a:focus-visible:hover *,
body.black-and-white .breadcrumb-item a:focus-visible:focus-visible *,
body.black-and-white .vacancy-banner__link:hover:hover *,
body.black-and-white .vacancy-banner__link:hover:focus-visible *,
body.black-and-white .vacancy-banner__link:focus-visible:hover *,
body.black-and-white .vacancy-banner__link:focus-visible:focus-visible *,
body.black-and-white .blog-landing-item-link a:hover:hover *,
body.black-and-white .blog-landing-item-link a:hover:focus-visible *,
body.black-and-white .blog-landing-item-link a:focus-visible:hover *,
body.black-and-white .blog-landing-item-link a:focus-visible:focus-visible *,
body.black-and-white .custom-link-list a:hover:hover *,
body.black-and-white .custom-link-list a:hover:focus-visible *,
body.black-and-white .custom-link-list a:focus-visible:hover *,
body.black-and-white .custom-link-list a:focus-visible:focus-visible *,
body.black-and-white footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover:hover *,
body.black-and-white footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover:focus-visible *,
body.black-and-white footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible:hover *,
body.black-and-white footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible:focus-visible * {
  color: #fff !important;
  background-color: transparent !important;
}
body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item):hover:hover .bi,
body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item):hover:hover i, body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item):hover:focus-visible .bi,
body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item):hover:focus-visible i,
body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible:hover .bi,
body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible:hover i,
body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible:focus-visible .bi,
body.black-and-white .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible:focus-visible i,
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item):hover:hover .bi,
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item):hover:hover i,
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item):hover:focus-visible .bi,
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item):hover:focus-visible i,
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item):focus-visible:hover .bi,
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item):focus-visible:hover i,
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item):focus-visible:focus-visible .bi,
body.black-and-white .html-content a:not(.btn):not(.landing-icon-item):focus-visible:focus-visible i,
body.black-and-white .breadcrumb-item a:hover:hover .bi,
body.black-and-white .breadcrumb-item a:hover:hover i,
body.black-and-white .breadcrumb-item a:hover:focus-visible .bi,
body.black-and-white .breadcrumb-item a:hover:focus-visible i,
body.black-and-white .breadcrumb-item a:focus-visible:hover .bi,
body.black-and-white .breadcrumb-item a:focus-visible:hover i,
body.black-and-white .breadcrumb-item a:focus-visible:focus-visible .bi,
body.black-and-white .breadcrumb-item a:focus-visible:focus-visible i,
body.black-and-white .vacancy-banner__link:hover:hover .bi,
body.black-and-white .vacancy-banner__link:hover:hover i,
body.black-and-white .vacancy-banner__link:hover:focus-visible .bi,
body.black-and-white .vacancy-banner__link:hover:focus-visible i,
body.black-and-white .vacancy-banner__link:focus-visible:hover .bi,
body.black-and-white .vacancy-banner__link:focus-visible:hover i,
body.black-and-white .vacancy-banner__link:focus-visible:focus-visible .bi,
body.black-and-white .vacancy-banner__link:focus-visible:focus-visible i,
body.black-and-white .blog-landing-item-link a:hover:hover .bi,
body.black-and-white .blog-landing-item-link a:hover:hover i,
body.black-and-white .blog-landing-item-link a:hover:focus-visible .bi,
body.black-and-white .blog-landing-item-link a:hover:focus-visible i,
body.black-and-white .blog-landing-item-link a:focus-visible:hover .bi,
body.black-and-white .blog-landing-item-link a:focus-visible:hover i,
body.black-and-white .blog-landing-item-link a:focus-visible:focus-visible .bi,
body.black-and-white .blog-landing-item-link a:focus-visible:focus-visible i,
body.black-and-white .custom-link-list a:hover:hover .bi,
body.black-and-white .custom-link-list a:hover:hover i,
body.black-and-white .custom-link-list a:hover:focus-visible .bi,
body.black-and-white .custom-link-list a:hover:focus-visible i,
body.black-and-white .custom-link-list a:focus-visible:hover .bi,
body.black-and-white .custom-link-list a:focus-visible:hover i,
body.black-and-white .custom-link-list a:focus-visible:focus-visible .bi,
body.black-and-white .custom-link-list a:focus-visible:focus-visible i,
body.black-and-white footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover:hover .bi,
body.black-and-white footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover:hover i,
body.black-and-white footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover:focus-visible .bi,
body.black-and-white footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover:focus-visible i,
body.black-and-white footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible:hover .bi,
body.black-and-white footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible:hover i,
body.black-and-white footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible:focus-visible .bi,
body.black-and-white footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible:focus-visible i {
  color: #fff !important;
}
body.black-and-white svg:not(.mega-a11y-panel__inner svg):not(#kp-cookie-v3 svg) {
  fill: #fff !important;
  stroke: #fff !important;
  color: #fff !important;
}
body.black-and-white :where(a,
.subpages-link,
.attachment-info,
.mega-menu-link,
.breadcrumb-item a):focus-visible:not(:where(#kp-cookie-v3 *)) {
  outline: none !important;
  box-shadow: none !important;
}
body.black-and-white :where(button,
input,
select,
textarea,
.btn,
.accordion-button,
.site-mega-nav__search-submit):focus-visible:not(:where(#kp-cookie-v3 *)) {
  outline: 3px solid #fff !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}
body.black-and-white .accordion-button:focus-visible {
  box-shadow: inset 0 0 0 2px #fff !important;
}
body.black-and-white .site-mega-nav__search-toggle:focus-visible {
  box-shadow: none !important;
}
body.black-and-white section.page-header {
  background-color: #000 !important;
}
body.black-and-white section.page-header .page-header-bg {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
}
body.black-and-white section.page-header .page-header-wrapper {
  background-color: #000 !important;
  background-image: none !important;
  height: auto !important;
  min-height: 0 !important;
}
body.black-and-white section.page-header .page-header-wrapper::before, body.black-and-white section.page-header .page-header-wrapper::after {
  display: none !important;
}
body.black-and-white section.page-header .page-header-wrapper .container h1,
body.black-and-white section.page-header .page-header-wrapper h1 {
  color: #fff !important;
}
body.black-and-white main.page-section-blog section.page-header .page-header-wrapper {
  background-color: #000 !important;
}
body.black-and-white main.contacts section.page-header .page-header-wrapper::after {
  display: none !important;
}
body.black-and-white section.page-gallery-album {
  background-color: #000 !important;
  background-image: none !important;
}
body.black-and-white section.page-gallery-album::before {
  display: none !important;
}
body.black-and-white section.page-gallery-album .wrapper {
  background-color: #000 !important;
}
body.black-and-white .row-page-gallery .col-page-gallery-thubnails a.lightbox {
  border: 2px solid #fff !important;
  background-color: #000 !important;
}
body.black-and-white .row-page-gallery .col-page-gallery-thubnails a.lightbox img {
  opacity: 1 !important;
}
body.black-and-white ol.breadcrumb,
body.black-and-white .breadcrumb {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-white ol.breadcrumb .breadcrumb-item,
body.black-and-white ol.breadcrumb .breadcrumb-item a,
body.black-and-white ol.breadcrumb .breadcrumb-item.active a,
body.black-and-white .breadcrumb .breadcrumb-item,
body.black-and-white .breadcrumb .breadcrumb-item a,
body.black-and-white .breadcrumb .breadcrumb-item.active a {
  color: #fff !important;
  background: transparent !important;
}
body.black-and-white ol.breadcrumb .breadcrumb-item a:hover,
body.black-and-white ol.breadcrumb .breadcrumb-item a:focus-visible,
body.black-and-white .breadcrumb .breadcrumb-item a:hover,
body.black-and-white .breadcrumb .breadcrumb-item a:focus-visible {
  color: #fff !important;
  background: transparent !important;
  text-decoration: underline !important;
  outline: none !important;
  box-shadow: none !important;
}
body.black-and-white .breadcrumb-item + .breadcrumb-item::before {
  color: #fff !important;
}
body.black-and-white h4.section-title::before {
  display: none !important;
}
body.black-and-white h4.section-title span {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
body.black-and-white h4.section-title span::after {
  background-color: #fff !important;
  background-image: none !important;
}
body.black-and-white section.blog-landing h2.blog-landing-title::before,
body.black-and-white .blog-landing h2.blog-landing-title::before {
  display: block !important;
  background-color: #fff !important;
  background-image: none !important;
}
body.black-and-white section.attachments-section .attachment-outer-body,
body.black-and-white section.attachments-section .attachment-body {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #fff !important;
}
body.black-and-white section.attachments-section .attachment-icon,
body.black-and-white section.attachments-section .file-title,
body.black-and-white section.attachments-section .file-title span,
body.black-and-white section.attachments-section .file-meta {
  color: #fff !important;
  background: transparent !important;
}
body.black-and-white section.attachments-section a.attachment-info {
  color: #fff !important;
  background: transparent !important;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}
body.black-and-white section.attachments-section a.attachment-info .file-title,
body.black-and-white section.attachments-section a.attachment-info .file-title span,
body.black-and-white section.attachments-section a.attachment-info .file-meta {
  color: #fff !important;
  background: transparent !important;
  text-decoration: none !important;
}
body.black-and-white section.attachments-section a.attachment-info:hover, body.black-and-white section.attachments-section a.attachment-info:focus-visible {
  color: #fff !important;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
body.black-and-white section.attachments-section a.attachment-info:hover .file-title,
body.black-and-white section.attachments-section a.attachment-info:hover .file-title span, body.black-and-white section.attachments-section a.attachment-info:focus-visible .file-title,
body.black-and-white section.attachments-section a.attachment-info:focus-visible .file-title span {
  text-decoration: underline !important;
}
body.black-and-white section.attachments-section a.attachment-info:hover .file-meta, body.black-and-white section.attachments-section a.attachment-info:focus-visible .file-meta {
  color: #fff !important;
  text-decoration: none !important;
}
body.black-and-white section.attachments-section a.attachment-download {
  background-color: #000 !important;
  background-image: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  text-decoration: none !important;
}
body.black-and-white section.attachments-section a.attachment-download i,
body.black-and-white section.attachments-section a.attachment-download .bi {
  color: #fff !important;
  font-size: 18px !important;
}
body.black-and-white section.attachments-section a.attachment-download:hover {
  background-color: #fff !important;
  color: #000 !important;
}
body.black-and-white section.attachments-section a.attachment-download:hover i,
body.black-and-white section.attachments-section a.attachment-download:hover .bi {
  color: #000 !important;
}
body.black-and-white section.subpages-list a.subpages-link,
body.black-and-white section.subpages-list .subpages-link {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-decoration: none !important;
}
body.black-and-white section.subpages-list a.subpages-link .subpages,
body.black-and-white section.subpages-list .subpages-link .subpages {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-white section.subpages-list a.subpages-link .subpages .wrapper h3.card-title,
body.black-and-white section.subpages-list a.subpages-link .subpages h3,
body.black-and-white section.subpages-list a.subpages-link .subpages h3.card-title,
body.black-and-white section.subpages-list .subpages-link .subpages .wrapper h3.card-title,
body.black-and-white section.subpages-list .subpages-link .subpages h3,
body.black-and-white section.subpages-list .subpages-link .subpages h3.card-title {
  color: #fff !important;
  background: transparent !important;
}
body.black-and-white section.subpages-list a.subpages-link .subpages .reade-more,
body.black-and-white section.subpages-list .subpages-link .subpages .reade-more {
  background-color: #000 !important;
  background-image: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 26px !important;
  text-align: center !important;
}
body.black-and-white section.subpages-list a.subpages-link .subpages .reade-more::before,
body.black-and-white section.subpages-list .subpages-link .subpages .reade-more::before {
  content: "→" !important;
  color: #fff !important;
  display: block !important;
  line-height: 26px !important;
}
body.black-and-white section.subpages-list a.subpages-link .subpages .reade-more,
body.black-and-white section.subpages-list .subpages-link .subpages .reade-more {
  border-radius: 0 15px 0 0 !important;
}
body.black-and-white section.subpages-list a.subpages-link .subpages::after,
body.black-and-white section.subpages-list .subpages-link .subpages::after {
  background-color: #fff !important;
  background-image: none !important;
}
body.black-and-white section.subpages-list a.subpages-link .subpages .img-wrapper,
body.black-and-white section.subpages-list .subpages-link .subpages .img-wrapper {
  background-color: #fff !important;
  border: 2px solid #fff !important;
}
body.black-and-white section.subpages-list a.subpages-link .subpages .img-wrapper:not(:has(img)),
body.black-and-white section.subpages-list .subpages-link .subpages .img-wrapper:not(:has(img)) {
  display: none !important;
}
body.black-and-white section.subpages-list a.subpages-link .subpages .img-wrapper img,
body.black-and-white section.subpages-list .subpages-link .subpages .img-wrapper img {
  filter: brightness(0) !important;
  opacity: 1 !important;
}
body.black-and-white section.subpages-list a.subpages-link:hover, body.black-and-white section.subpages-list a.subpages-link:focus-visible,
body.black-and-white section.subpages-list .subpages-link:hover,
body.black-and-white section.subpages-list .subpages-link:focus-visible {
  background-color: #000 !important;
  color: #fff !important;
}
body.black-and-white section.subpages-list a.subpages-link:hover .subpages, body.black-and-white section.subpages-list a.subpages-link:focus-visible .subpages,
body.black-and-white section.subpages-list .subpages-link:hover .subpages,
body.black-and-white section.subpages-list .subpages-link:focus-visible .subpages {
  background-color: #000 !important;
  color: #fff !important;
}
body.black-and-white section.subpages-list a.subpages-link:hover h3,
body.black-and-white section.subpages-list a.subpages-link:hover h3.card-title, body.black-and-white section.subpages-list a.subpages-link:focus-visible h3,
body.black-and-white section.subpages-list a.subpages-link:focus-visible h3.card-title,
body.black-and-white section.subpages-list .subpages-link:hover h3,
body.black-and-white section.subpages-list .subpages-link:hover h3.card-title,
body.black-and-white section.subpages-list .subpages-link:focus-visible h3,
body.black-and-white section.subpages-list .subpages-link:focus-visible h3.card-title {
  color: #fff !important;
  text-decoration: underline !important;
}
body.black-and-white section.subpages-list a.subpages-link:hover .reade-more, body.black-and-white section.subpages-list a.subpages-link:focus-visible .reade-more,
body.black-and-white section.subpages-list .subpages-link:hover .reade-more,
body.black-and-white section.subpages-list .subpages-link:focus-visible .reade-more {
  background-color: #fff !important;
  border-color: #fff !important;
}
body.black-and-white section.subpages-list a.subpages-link:hover .reade-more::before, body.black-and-white section.subpages-list a.subpages-link:focus-visible .reade-more::before,
body.black-and-white section.subpages-list .subpages-link:hover .reade-more::before,
body.black-and-white section.subpages-list .subpages-link:focus-visible .reade-more::before {
  color: #000 !important;
}
body.black-and-white section.subpages-list a.subpages-link:hover .img-wrapper img, body.black-and-white section.subpages-list a.subpages-link:focus-visible .img-wrapper img,
body.black-and-white section.subpages-list .subpages-link:hover .img-wrapper img,
body.black-and-white section.subpages-list .subpages-link:focus-visible .img-wrapper img {
  filter: brightness(0) !important;
}
body.black-and-white section.subpages-list .col-subpages-list .subpages-link {
  background-color: #000 !important;
  background-image: none !important;
  border-bottom: 2px solid #fff !important;
  color: #fff !important;
}
body.black-and-white section.subpages-list .col-subpages-list .subpages-link h3 {
  color: #fff !important;
}
body.black-and-white section.subpages-list .col-subpages-list .subpages-link::after {
  background-color: #000 !important;
  background-image: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  content: "→" !important;
  display: block !important;
  font-size: 18px !important;
  line-height: 26px !important;
  text-align: center !important;
  border-radius: 0 15px 0 0 !important;
}
body.black-and-white section.subpages-list .col-subpages-list .subpages-link:hover, body.black-and-white section.subpages-list .col-subpages-list .subpages-link:focus-visible {
  background-color: #000 !important;
  color: #fff !important;
}
body.black-and-white section.subpages-list .col-subpages-list .subpages-link:hover h3, body.black-and-white section.subpages-list .col-subpages-list .subpages-link:focus-visible h3 {
  color: #fff !important;
  text-decoration: underline !important;
}
body.black-and-white section.subpages-list .col-subpages-list .subpages-link:hover::after, body.black-and-white section.subpages-list .col-subpages-list .subpages-link:focus-visible::after {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
  content: "→" !important;
}
body.black-and-white section.subpages-list .col-subpages-list .subpages-link + .subpages-link,
body.black-and-white section.subpages-list .col-subpages-list .col-attachment-item {
  border-top: none !important;
}
body.black-and-white .row-logo-list .services-logo-list-item-inner-img,
body.black-and-white .main-html-content .row-logo-list .services-logo-list-item-inner-img,
body.black-and-white .html-content .row-logo-list .services-logo-list-item-inner-img {
  background-color: #000 !important;
  background-image: none !important;
  border: 2px solid #fff !important;
}
body.black-and-white .row-logo-list .services-logo-list-item-inner-img img,
body.black-and-white .main-html-content .row-logo-list .services-logo-list-item-inner-img img,
body.black-and-white .html-content .row-logo-list .services-logo-list-item-inner-img img {
  filter: grayscale(1) brightness(2.1) contrast(1.35) !important;
  opacity: 1 !important;
}
body.black-and-white .row-logo-list .services-logo-list-item-inner-title,
body.black-and-white .main-html-content .row-logo-list .services-logo-list-item-inner-title,
body.black-and-white .html-content .row-logo-list .services-logo-list-item-inner-title {
  color: #fff !important;
  border-color: #fff !important;
  background: transparent !important;
}
body.black-and-white .accordion-item-cenradis .accordion-button,
body.black-and-white .accordion-item-cenradis .accordion-button:not(.collapsed),
body.black-and-white .accordion-item-cenradis .accordion-button.collapsed {
  background-color: #000 !important;
  color: #fff !important;
}
body.black-and-white .accordion-item-cenradis .accordion-body-link {
  color: #fff !important;
}
body.black-and-white .accordion-item-cenradis .accordion-body-link i,
body.black-and-white .accordion-item-cenradis .accordion-body-link .bi {
  color: #fff !important;
}
body.black-and-white .site-mega-nav__a11y > .nav-link {
  background: transparent !important;
  color: #fff !important;
}
body.black-and-white .site-mega-nav__a11y > .nav-link .bi {
  color: #fff !important;
}
body.black-and-white section.vacancy-banner {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-white section.vacancy-banner .vacancy-banner__eyebrow,
body.black-and-white section.vacancy-banner .vacancy-banner__title,
body.black-and-white section.vacancy-banner .vacancy-banner__link {
  color: #fff !important;
  background: transparent !important;
}
body.black-and-white section.vacancy-banner .vacancy-banner__link {
  color: #fff !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
body.black-and-white section.vacancy-banner .vacancy-banner__art {
  display: none !important;
}
body.black-and-white .vacancy-shell,
body.black-and-white .vacancy-body,
body.black-and-white .vacancy-content {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-white .vacancy-accordion .accordion-item,
body.black-and-white .sub-accordion .accordion-item {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #fff !important;
}
body.black-and-white .vacancy-accordion .accordion-button,
body.black-and-white .vacancy-accordion .accordion-button:not(.collapsed),
body.black-and-white .vacancy-accordion .accordion-button.collapsed,
body.black-and-white .sub-accordion .accordion-button,
body.black-and-white .sub-accordion .accordion-button:not(.collapsed),
body.black-and-white .sub-accordion .accordion-button.collapsed {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  color: #fff !important;
  box-shadow: none !important;
}
body.black-and-white .vacancy-accordion .accordion-button::after,
body.black-and-white .vacancy-accordion .accordion-button:not(.collapsed)::after,
body.black-and-white .vacancy-accordion .accordion-button.collapsed::after,
body.black-and-white .sub-accordion .accordion-button::after,
body.black-and-white .sub-accordion .accordion-button:not(.collapsed)::after,
body.black-and-white .sub-accordion .accordion-button.collapsed::after {
  border-color: #fff !important;
  background-color: transparent !important;
}
body.black-and-white .vacancy-accordion .accordion-button:not(.collapsed),
body.black-and-white .sub-accordion .accordion-button:not(.collapsed) {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-white .vacancy-accordion .accordion-collapse,
body.black-and-white .vacancy-accordion .accordion-body,
body.black-and-white .sub-accordion .accordion-collapse,
body.black-and-white .sub-accordion .accordion-body {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-white .vacancy-accordion .accordion-collapse p, body.black-and-white .vacancy-accordion .accordion-collapse li, body.black-and-white .vacancy-accordion .accordion-collapse span, body.black-and-white .vacancy-accordion .accordion-collapse strong, body.black-and-white .vacancy-accordion .accordion-collapse h2, body.black-and-white .vacancy-accordion .accordion-collapse h3, body.black-and-white .vacancy-accordion .accordion-collapse h4,
body.black-and-white .vacancy-accordion .accordion-body p,
body.black-and-white .vacancy-accordion .accordion-body li,
body.black-and-white .vacancy-accordion .accordion-body span,
body.black-and-white .vacancy-accordion .accordion-body strong,
body.black-and-white .vacancy-accordion .accordion-body h2,
body.black-and-white .vacancy-accordion .accordion-body h3,
body.black-and-white .vacancy-accordion .accordion-body h4,
body.black-and-white .sub-accordion .accordion-collapse p,
body.black-and-white .sub-accordion .accordion-collapse li,
body.black-and-white .sub-accordion .accordion-collapse span,
body.black-and-white .sub-accordion .accordion-collapse strong,
body.black-and-white .sub-accordion .accordion-collapse h2,
body.black-and-white .sub-accordion .accordion-collapse h3,
body.black-and-white .sub-accordion .accordion-collapse h4,
body.black-and-white .sub-accordion .accordion-body p,
body.black-and-white .sub-accordion .accordion-body li,
body.black-and-white .sub-accordion .accordion-body span,
body.black-and-white .sub-accordion .accordion-body strong,
body.black-and-white .sub-accordion .accordion-body h2,
body.black-and-white .sub-accordion .accordion-body h3,
body.black-and-white .sub-accordion .accordion-body h4 {
  color: #fff !important;
}
body.black-and-white .vacancy-accordion h2.accordion-header,
body.black-and-white .vacancy-accordion h3.accordion-header,
body.black-and-white .vacancy-accordion h2.accordion-header button,
body.black-and-white .vacancy-accordion h3.accordion-header button,
body.black-and-white .sub-accordion h2.accordion-header,
body.black-and-white .sub-accordion h3.accordion-header,
body.black-and-white .sub-accordion h2.accordion-header button,
body.black-and-white .sub-accordion h3.accordion-header button {
  color: #fff !important;
  background: transparent !important;
}
body.black-and-white .form-manager-vacancy .title-wrapper {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-white .form-manager-vacancy .title-wrapper::before {
  background: #fff !important;
  background-image: none !important;
}
body.black-and-white .form-manager-vacancy .title-wrapper h4.widget-title {
  color: #fff !important;
}
body.black-and-white .formbuilder-file-label {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #fff !important;
}
body.black-and-white .row-contacts-header-bottom a.landing-icon-item,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item,
body.black-and-white .contacts-icon-items a.landing-icon-item,
body.black-and-white .contacts-icon-items div.contacts-icon-item {
  background: transparent !important;
  text-decoration: none !important;
}
body.black-and-white .row-contacts-header-bottom a.landing-icon-item .card-bg,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item .card-bg,
body.black-and-white .contacts-icon-items a.landing-icon-item .card-bg,
body.black-and-white .contacts-icon-items div.contacts-icon-item .card-bg {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border: 3px solid #fff !important;
  border-bottom: 3px solid #fff !important;
  transition: none !important;
}
body.black-and-white .row-contacts-header-bottom a.landing-icon-item .card-bg h2,
body.black-and-white .row-contacts-header-bottom a.landing-icon-item .card-bg h3,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item .card-bg h2,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item .card-bg h3,
body.black-and-white .contacts-icon-items a.landing-icon-item .card-bg h2,
body.black-and-white .contacts-icon-items a.landing-icon-item .card-bg h3,
body.black-and-white .contacts-icon-items div.contacts-icon-item .card-bg h2,
body.black-and-white .contacts-icon-items div.contacts-icon-item .card-bg h3 {
  color: #fff !important;
  background: transparent !important;
}
body.black-and-white .row-contacts-header-bottom a.landing-icon-item .card-bg span.link-icon,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item .card-bg span.link-icon,
body.black-and-white .contacts-icon-items a.landing-icon-item .card-bg span.link-icon,
body.black-and-white .contacts-icon-items div.contacts-icon-item .card-bg span.link-icon {
  background-color: #000 !important;
  background-image: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 26px !important;
  text-align: center !important;
}
body.black-and-white .row-contacts-header-bottom a.landing-icon-item .card-bg span.link-icon::before,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item .card-bg span.link-icon::before,
body.black-and-white .contacts-icon-items a.landing-icon-item .card-bg span.link-icon::before,
body.black-and-white .contacts-icon-items div.contacts-icon-item .card-bg span.link-icon::before {
  content: "→" !important;
  color: #fff !important;
  display: block !important;
  line-height: 26px !important;
}
body.black-and-white .row-contacts-header-bottom a.landing-icon-item .card-bg span.link-icon,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item .card-bg span.link-icon,
body.black-and-white .contacts-icon-items a.landing-icon-item .card-bg span.link-icon,
body.black-and-white .contacts-icon-items div.contacts-icon-item .card-bg span.link-icon {
  border-radius: 0 15px 0 0 !important;
  transition: none !important;
}
body.black-and-white .row-contacts-header-bottom a.landing-icon-item .card-bg::after,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item .card-bg::after,
body.black-and-white .contacts-icon-items a.landing-icon-item .card-bg::after,
body.black-and-white .contacts-icon-items div.contacts-icon-item .card-bg::after {
  display: none !important;
}
body.black-and-white .row-contacts-header-bottom a.landing-icon-item .main-icon,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item .main-icon,
body.black-and-white .contacts-icon-items a.landing-icon-item .main-icon,
body.black-and-white .contacts-icon-items div.contacts-icon-item .main-icon {
  background-color: #fff !important;
  background-image: none !important;
}
body.black-and-white .row-contacts-header-bottom a.landing-icon-item .jrsi,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item .jrsi,
body.black-and-white .contacts-icon-items a.landing-icon-item .jrsi,
body.black-and-white .contacts-icon-items div.contacts-icon-item .jrsi {
  background-color: #000 !important;
}
body.black-and-white .row-contacts-header-bottom a.landing-icon-item:hover, body.black-and-white .row-contacts-header-bottom a.landing-icon-item:focus-visible,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item:hover,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item:focus-visible,
body.black-and-white .contacts-icon-items a.landing-icon-item:hover,
body.black-and-white .contacts-icon-items a.landing-icon-item:focus-visible,
body.black-and-white .contacts-icon-items div.contacts-icon-item:hover,
body.black-and-white .contacts-icon-items div.contacts-icon-item:focus-visible {
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
body.black-and-white .row-contacts-header-bottom a.landing-icon-item:hover .card-bg, body.black-and-white .row-contacts-header-bottom a.landing-icon-item:focus-visible .card-bg,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item:hover .card-bg,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item:focus-visible .card-bg,
body.black-and-white .contacts-icon-items a.landing-icon-item:hover .card-bg,
body.black-and-white .contacts-icon-items a.landing-icon-item:focus-visible .card-bg,
body.black-and-white .contacts-icon-items div.contacts-icon-item:hover .card-bg,
body.black-and-white .contacts-icon-items div.contacts-icon-item:focus-visible .card-bg {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  border-bottom-color: #fff !important;
}
body.black-and-white .row-contacts-header-bottom a.landing-icon-item:hover .card-bg h2,
body.black-and-white .row-contacts-header-bottom a.landing-icon-item:hover .card-bg h3, body.black-and-white .row-contacts-header-bottom a.landing-icon-item:focus-visible .card-bg h2,
body.black-and-white .row-contacts-header-bottom a.landing-icon-item:focus-visible .card-bg h3,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item:hover .card-bg h2,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item:hover .card-bg h3,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item:focus-visible .card-bg h2,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item:focus-visible .card-bg h3,
body.black-and-white .contacts-icon-items a.landing-icon-item:hover .card-bg h2,
body.black-and-white .contacts-icon-items a.landing-icon-item:hover .card-bg h3,
body.black-and-white .contacts-icon-items a.landing-icon-item:focus-visible .card-bg h2,
body.black-and-white .contacts-icon-items a.landing-icon-item:focus-visible .card-bg h3,
body.black-and-white .contacts-icon-items div.contacts-icon-item:hover .card-bg h2,
body.black-and-white .contacts-icon-items div.contacts-icon-item:hover .card-bg h3,
body.black-and-white .contacts-icon-items div.contacts-icon-item:focus-visible .card-bg h2,
body.black-and-white .contacts-icon-items div.contacts-icon-item:focus-visible .card-bg h3 {
  color: #fff !important;
  background: transparent !important;
  text-decoration: underline !important;
}
body.black-and-white .row-contacts-header-bottom a.landing-icon-item:hover .card-bg span.link-icon, body.black-and-white .row-contacts-header-bottom a.landing-icon-item:focus-visible .card-bg span.link-icon,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item:hover .card-bg span.link-icon,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item:focus-visible .card-bg span.link-icon,
body.black-and-white .contacts-icon-items a.landing-icon-item:hover .card-bg span.link-icon,
body.black-and-white .contacts-icon-items a.landing-icon-item:focus-visible .card-bg span.link-icon,
body.black-and-white .contacts-icon-items div.contacts-icon-item:hover .card-bg span.link-icon,
body.black-and-white .contacts-icon-items div.contacts-icon-item:focus-visible .card-bg span.link-icon {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
  border-color: #fff !important;
  color: #fff !important;
}
body.black-and-white .row-contacts-header-bottom a.landing-icon-item:hover .card-bg span.link-icon::before, body.black-and-white .row-contacts-header-bottom a.landing-icon-item:focus-visible .card-bg span.link-icon::before,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item:hover .card-bg span.link-icon::before,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item:focus-visible .card-bg span.link-icon::before,
body.black-and-white .contacts-icon-items a.landing-icon-item:hover .card-bg span.link-icon::before,
body.black-and-white .contacts-icon-items a.landing-icon-item:focus-visible .card-bg span.link-icon::before,
body.black-and-white .contacts-icon-items div.contacts-icon-item:hover .card-bg span.link-icon::before,
body.black-and-white .contacts-icon-items div.contacts-icon-item:focus-visible .card-bg span.link-icon::before {
  color: #fff !important;
}
body.black-and-white .row-contacts-header-bottom a.landing-icon-item:hover .main-icon, body.black-and-white .row-contacts-header-bottom a.landing-icon-item:focus-visible .main-icon,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item:hover .main-icon,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item:focus-visible .main-icon,
body.black-and-white .contacts-icon-items a.landing-icon-item:hover .main-icon,
body.black-and-white .contacts-icon-items a.landing-icon-item:focus-visible .main-icon,
body.black-and-white .contacts-icon-items div.contacts-icon-item:hover .main-icon,
body.black-and-white .contacts-icon-items div.contacts-icon-item:focus-visible .main-icon {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
}
body.black-and-white .row-contacts-header-bottom a.landing-icon-item:hover .jrsi, body.black-and-white .row-contacts-header-bottom a.landing-icon-item:focus-visible .jrsi,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item:hover .jrsi,
body.black-and-white .row-contacts-header-bottom div.contacts-icon-item:focus-visible .jrsi,
body.black-and-white .contacts-icon-items a.landing-icon-item:hover .jrsi,
body.black-and-white .contacts-icon-items a.landing-icon-item:focus-visible .jrsi,
body.black-and-white .contacts-icon-items div.contacts-icon-item:hover .jrsi,
body.black-and-white .contacts-icon-items div.contacts-icon-item:focus-visible .jrsi {
  background-color: #000 !important;
}
body.black-and-white .row-contacts-header-bottom .card-bg ul.contacts-card-item-list li::before,
body.black-and-white .contacts-icon-items .card-bg ul.contacts-card-item-list li::before {
  background-color: #fff !important;
}
body.black-and-white .site-footer-design .head,
body.black-and-white h4.footer-title span {
  background-color: #000 !important;
  color: #fff !important;
}
body.black-and-white h4.footer-title span {
  background-color: #000 !important;
  color: #fff !important;
}
body.black-and-white h4.footer-title::before, body.black-and-white h4.footer-title::after {
  background-color: #fff !important;
}
body.black-and-white ul.footer-contacts li,
body.black-and-white ul.footer-contacts li span,
body.black-and-white ul.footer-contacts li a,
body.black-and-white ul.footer-contacts li i {
  color: #fff !important;
  background: transparent !important;
}
body.black-and-white ul.footer-contacts li::after,
body.black-and-white ul.footer-contacts li span::after,
body.black-and-white ul.footer-contacts li a::after,
body.black-and-white ul.footer-contacts li i::after {
  background-color: #fff !important;
}
body.black-and-white main.page-section-post section.page-header-blog-item .page-header-bg,
body.black-and-white main.page-section-blog_post section.page-header-blog-item .page-header-bg {
  background: #000 !important;
  background-image: none !important;
}
body.black-and-white main.page-section-post section.page-header-blog-item .page-header-bg::before,
body.black-and-white main.page-section-blog_post section.page-header-blog-item .page-header-bg::before {
  display: none !important;
  background: none !important;
  background-image: none !important;
}
body.black-and-white main.page-section-post section.blog-post-open-section .blog-post-postbox-thumb-img,
body.black-and-white main.page-section-post section.blog-post-open-section .blog-post-postbox-content,
body.black-and-white main.page-section-post section.blog-post-open-section .blog-post-postbox-details,
body.black-and-white main.page-section-blog_post section.blog-post-open-section .blog-post-postbox-thumb-img,
body.black-and-white main.page-section-blog_post section.blog-post-open-section .blog-post-postbox-content,
body.black-and-white main.page-section-blog_post section.blog-post-open-section .blog-post-postbox-details {
  background: transparent !important;
}
body.black-and-white main.page-section-post section.blog-post-open-section .blog-post-item-toolbar::before,
body.black-and-white main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar::before {
  background-color: #000 !important;
  background-image: none !important;
}
body.black-and-white main.page-section-post section.blog-post-open-section .blog-post-item-toolbar::after,
body.black-and-white main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar::after {
  background: #fff !important;
  background-image: none !important;
}
body.black-and-white main.page-section-post section.blog-post-open-section .blog-post-item-toolbar h1.blog-title,
body.black-and-white main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar h1.blog-title {
  color: #fff !important;
  background: transparent !important;
}
body.black-and-white main.page-section-post section.blog-post-open-section .blog-post-item-toolbar .breadcrumb,
body.black-and-white main.page-section-post section.blog-post-open-section .blog-post-item-toolbar .breadcrumb-item,
body.black-and-white main.page-section-post section.blog-post-open-section .blog-post-item-toolbar .breadcrumb-item a,
body.black-and-white main.page-section-post section.blog-post-open-section .blog-post-item-toolbar .breadcrumb-item.active,
body.black-and-white main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar .breadcrumb,
body.black-and-white main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar .breadcrumb-item,
body.black-and-white main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar .breadcrumb-item a,
body.black-and-white main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar .breadcrumb-item.active {
  color: #fff !important;
  background: transparent !important;
}
body.black-and-white .blog-share-toolbar span,
body.black-and-white .col-share .blog-share-toolbar span {
  color: #fff !important;
}
body.black-and-white .blog-share-toolbar ul.soc-share li button,
body.black-and-white .col-share .blog-share-toolbar ul.soc-share li button {
  background-color: #000 !important;
  background-image: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
body.black-and-white .blog-share-toolbar ul.soc-share li button i,
body.black-and-white .blog-share-toolbar ul.soc-share li button .bi,
body.black-and-white .col-share .blog-share-toolbar ul.soc-share li button i,
body.black-and-white .col-share .blog-share-toolbar ul.soc-share li button .bi {
  color: #fff !important;
}
body.black-and-white .blog-share-toolbar ul.soc-share li button:hover, body.black-and-white .blog-share-toolbar ul.soc-share li button:focus-visible,
body.black-and-white .col-share .blog-share-toolbar ul.soc-share li button:hover,
body.black-and-white .col-share .blog-share-toolbar ul.soc-share li button:focus-visible {
  background-color: #000 !important;
  color: #fff !important;
  text-decoration: underline !important;
}
body.black-and-white .blog-share-toolbar ul.soc-share li button:hover i,
body.black-and-white .blog-share-toolbar ul.soc-share li button:hover .bi, body.black-and-white .blog-share-toolbar ul.soc-share li button:focus-visible i,
body.black-and-white .blog-share-toolbar ul.soc-share li button:focus-visible .bi,
body.black-and-white .col-share .blog-share-toolbar ul.soc-share li button:hover i,
body.black-and-white .col-share .blog-share-toolbar ul.soc-share li button:hover .bi,
body.black-and-white .col-share .blog-share-toolbar ul.soc-share li button:focus-visible i,
body.black-and-white .col-share .blog-share-toolbar ul.soc-share li button:focus-visible .bi {
  color: #fff !important;
}
body.black-and-white main.page-section-komanda,
body.black-and-white main.page-section-blog,
body.black-and-white main.page-section-post,
body.black-and-white main.page-section-blog_post,
body.black-and-white main.contacts,
body.black-and-white main.homepage {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  background-image: none !important;
}
body.black-and-white .main-html-content blockquote,
body.black-and-white .html-content blockquote {
  background-color: #000 !important;
  border-bottom: 3px solid #fff !important;
}
body.black-and-white .main-html-content blockquote::before,
body.black-and-white .html-content blockquote::before {
  content: "“" !important;
  color: #fff !important;
  background: none !important;
  background-image: none !important;
}
body.black-and-white :not(.mega-a11y-panel__inner):not(.mega-a11y-panel__inner *).bi, body.black-and-white :not(.mega-a11y-panel__inner):not(.mega-a11y-panel__inner *)[class*=bi-],
body.black-and-white :not(.mega-a11y-panel__inner):not(.mega-a11y-panel__inner *) i.contacts-icon {
  color: #fff !important;
}
body.black-and-white .header-icons a.header-icon-link .icon i,
body.black-and-white .header-icons a.header-icon-link .icon [class*=bi-] {
  color: #000 !important;
}
body.black-and-white .header-icons a.header-icon-link .icon i.phone-icon,
body.black-and-white .header-icons a.header-icon-link .icon i.epieraksts-icon,
body.black-and-white .header-icons a.header-icon-link .icon i.contacts-icon {
  filter: brightness(0) !important;
  opacity: 1 !important;
}
body.black-and-white .site-mega-navbar .navbar-toggler {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #fff !important;
}
body.black-and-white .site-mega-navbar .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}
body.black-and-white .site-mega-nav__search-form input.form-control {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-white .error-404-page h2,
body.black-and-white .error-404-page p,
body.black-and-white .date-post .wrapper,
body.black-and-white .vacancy-banner__content {
  color: #fff !important;
}
body.black-and-white .page-bottom-toolbar {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-white .bi,
body.black-and-white [class*=" bi-"],
body.black-and-white [class^=bi-] {
  color: #fff !important;
}
body.black-and-white .icon .bi,
body.black-and-white .icon [class^=bi-],
body.black-and-white .header-icons .icon .bi,
body.black-and-white .site-mega-nav__search-toggle .bi,
body.black-and-white a.attachment-download .bi,
body.black-and-white .attachment-icon {
  color: #fff !important;
}
body.black-and-white .header-icons .icon .bi {
  color: #000 !important;
}
body.black-and-white .attachment-icon i {
  color: #fff !important;
}
body.black-and-white .header-icons a.header-icon-link .icon i.phone-icon,
body.black-and-white .header-icons a.header-icon-link .icon i.epieraksts-icon,
body.black-and-white .header-icons a.header-icon-link .icon i.contacts-icon {
  filter: brightness(0) !important;
  opacity: 1 !important;
}
body.black-and-white .header-logo img,
body.black-and-white .footer-logo,
body.black-and-white .blog-landing-item-img img,
body.black-and-white article.blog-landing-item img,
body.black-and-white .main-html-content img,
body.black-and-white .html-content img,
body.black-and-white .row-page-gallery img,
body.black-and-white img:not(#kp-cookie-v3 img),
body.black-and-white video,
body.black-and-white picture {
  filter: grayscale(1) contrast(1.15) !important;
}
body.black-and-white .row-page-gallery img {
  filter: grayscale(1) contrast(1.1) !important;
}
body.black-and-white .header-logo img {
  filter: grayscale(1) contrast(1.15) brightness(1.35) !important;
}
body.black-and-white .row-logo-list img,
body.black-and-white .main-html-content .row-logo-list img {
  filter: grayscale(1) brightness(2.2) contrast(1.4) !important;
}
body.black-and-white .header-icons a.header-icon-link .icon i.phone-icon,
body.black-and-white .header-icons a.header-icon-link .icon i.epieraksts-icon,
body.black-and-white .header-icons a.header-icon-link .icon i.contacts-icon {
  filter: brightness(0) !important;
}
body.black-and-white section.homepage-mission-widget .mission-item-icon img {
  filter: brightness(0) invert(1) !important;
}
body.black-and-white section.vacancy-banner .vacancy-banner__art::after {
  filter: brightness(0) invert(1) !important;
}
body.black-and-white .vacancy-accordion .accordion-button::after,
body.black-and-white .sub-accordion .accordion-button::after {
  filter: brightness(0) invert(1) !important;
}
body.black-and-white #kp-cookie-v3,
body.black-and-white #kp-cookie-v3 * {
  filter: none !important;
  text-shadow: none !important;
}
body.black-and-white #kp-cookie-v3.kp-cookie-v3-overlay {
  color: #000 !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 2px solid #000 !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35) !important;
}
body.black-and-white #kp-cookie-v3 h1,
body.black-and-white #kp-cookie-v3 h2,
body.black-and-white #kp-cookie-v3 h3,
body.black-and-white #kp-cookie-v3 h4,
body.black-and-white #kp-cookie-v3 h5,
body.black-and-white #kp-cookie-v3 h6,
body.black-and-white #kp-cookie-v3 p,
body.black-and-white #kp-cookie-v3 label,
body.black-and-white #kp-cookie-v3 span,
body.black-and-white #kp-cookie-v3 small,
body.black-and-white #kp-cookie-v3 li,
body.black-and-white #kp-cookie-v3 strong,
body.black-and-white #kp-cookie-v3 em,
body.black-and-white #kp-cookie-v3 td,
body.black-and-white #kp-cookie-v3 th,
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-title,
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-description,
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-cat-info h4,
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-cat-info p,
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-details-content,
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-details-content * {
  color: #000 !important;
  background-color: transparent !important;
  background-image: none !important;
  opacity: 1 !important;
}
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-description {
  opacity: 1 !important;
}
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-description a,
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-btn-settings,
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-details-toggle,
body.black-and-white #kp-cookie-v3 #kp-cookie-v3-back-btn {
  color: #555 !important;
  text-decoration: underline !important;
}
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-description a:hover, body.black-and-white #kp-cookie-v3 .kp-cookie-v3-description a:focus-visible,
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-btn-settings:hover,
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-btn-settings:focus-visible,
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-details-toggle:hover,
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-details-toggle:focus-visible,
body.black-and-white #kp-cookie-v3 #kp-cookie-v3-back-btn:hover,
body.black-and-white #kp-cookie-v3 #kp-cookie-v3-back-btn:focus-visible {
  color: #000 !important;
  background-color: transparent !important;
}
body.black-and-white #kp-cookie-v3 button,
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-btn {
  text-decoration: none !important;
  border: 2px solid transparent !important;
}
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-btn-accept {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-btn-accept:hover, body.black-and-white #kp-cookie-v3 .kp-cookie-v3-btn-accept:focus-visible {
  opacity: 0.9 !important;
  color: #fff !important;
  background-color: #000 !important;
}
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-btn-reject {
  background-color: #f2f2f2 !important;
  color: #000 !important;
  border-color: #000 !important;
}
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-btn-reject:hover, body.black-and-white #kp-cookie-v3 .kp-cookie-v3-btn-reject:focus-visible {
  color: #000 !important;
  background-color: #f2f2f2 !important;
}
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-category {
  border-color: #000 !important;
}
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-settings-view,
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-details-section {
  border-color: #000 !important;
}
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-details-content {
  background-color: #f2f2f2 !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-details-content th {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-details-content td {
  border-color: #000 !important;
  color: #000 !important;
  background-color: transparent !important;
}
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-slider {
  background-color: #555 !important;
}
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-slider::before {
  background-color: #fff !important;
}
body.black-and-white #kp-cookie-v3 input:checked + .kp-cookie-v3-slider {
  background-color: #000 !important;
}
body.black-and-white #kp-cookie-v3 input:focus-visible + .kp-cookie-v3-slider,
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-btn:focus-visible,
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-btn-settings:focus-visible,
body.black-and-white #kp-cookie-v3 .kp-cookie-v3-details-toggle:focus-visible,
body.black-and-white #kp-cookie-v3 button:focus-visible,
body.black-and-white #kp-cookie-v3 a:focus-visible {
  outline: 3px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #000 !important;
}
body.black-and-white .kp-cookie-v3-backdrop {
  background: rgba(0, 0, 0, 0.55) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}
body.black-and-white .site-topbar,
body.black-and-white .site-mega-nav__a11y .dropdown-menu,
body.black-and-white .site-mega-nav__a11y .dropdown-menu.mega-menu-panel,
body.black-and-white .site-mega-nav__a11y .mega-menu-panel,
body.black-and-white .site-mega-nav__a11y .mega-menu-panel > .container,
body.black-and-white .site-mega-nav__a11y .mega-menu-panel .container,
body.black-and-white .site-mega-nav__a11y .mega-menu-panel__head,
body.black-and-white .mega-menu-panel__body--a11y,
body.black-and-white .site-topbar-panel--a11y,
body.black-and-white .site-topbar-panel--a11y .site-topbar-panel__body,
body.black-and-white .site-topbar-panel--a11y .mega-a11y-panel__inner {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  filter: none !important;
}
body.black-and-white .site-mega-nav__a11y .mega-menu-panel__head-label {
  color: #bbb !important;
}
body.black-and-white .site-mega-nav__a11y .mega-menu-panel__head-rule {
  background-color: #fff !important;
  opacity: 0.35;
}
body.black-and-white .mega-a11y-panel__inner {
  background-color: transparent !important;
  color: #fff !important;
}
body.black-and-white .mega-a11y-panel__inner .site-settings,
body.black-and-white .mega-a11y-panel__inner .site-settings li {
  background: transparent !important;
  color: #fff !important;
}
body.black-and-white .mega-a11y-panel__inner .site-settings > li > span {
  color: #fff !important;
  font-weight: 500 !important;
}
body.black-and-white .mega-a11y-panel__inner a.btn.btn-default:not(.btn-contrast),
body.black-and-white .mega-a11y-panel__inner button.btn.btn-default:not(.btn-contrast) {
  background-color: #333 !important;
  color: #fff !important;
  border: 2px solid transparent !important;
  text-decoration: none !important;
}
body.black-and-white .mega-a11y-panel__inner a.btn.btn-default:not(.btn-contrast):hover,
body.black-and-white .mega-a11y-panel__inner button.btn.btn-default:not(.btn-contrast):hover {
  color: #fff !important;
  background-color: #333 !important;
  opacity: 1 !important;
  text-decoration: underline !important;
}
body.black-and-white .mega-a11y-panel__inner a.btn.btn-default:not(.btn-contrast):focus-visible,
body.black-and-white .mega-a11y-panel__inner button.btn.btn-default:not(.btn-contrast):focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}
body.black-and-white .mega-a11y-panel__inner a.btn.btn-default:not(.btn-contrast).active,
body.black-and-white .mega-a11y-panel__inner button.btn.btn-default:not(.btn-contrast).active {
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}
body.black-and-white .mega-a11y-panel__inner .btn.btn-default.btn-contrast {
  width: 51px;
  padding: 6px 0 !important;
  border: 2px solid transparent !important;
}
body.black-and-white .mega-a11y-panel__inner .btn.btn-default.btn-contrast i.bi {
  color: inherit !important;
}
body.black-and-white .mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-1 {
  background-color: #fff !important;
  color: #333 !important;
  border-color: #333 !important;
}
body.black-and-white .mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-1.active {
  border-color: #fff !important;
  outline: 2px solid #fff !important;
  outline-offset: 1px !important;
}
body.black-and-white .mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-2 {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}
body.black-and-white .mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-2.active {
  outline: 2px solid #fff !important;
  outline-offset: 1px !important;
}
body.black-and-white .mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-3 {
  background-color: #000 !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
}
body.black-and-white .mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-3.active {
  outline: 2px solid #fff !important;
  outline-offset: 1px !important;
}
body.black-and-white .mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-4 {
  background-color: #ffeb3b !important;
  color: #000 !important;
  border-color: #000 !important;
}
body.black-and-white .mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-4.active {
  outline: 2px solid #fff !important;
  outline-offset: 1px !important;
}
body.black-and-white .site-topbar__btn {
  color: #fff !important;
}
body.black-and-white .site-topbar__btn .bi,
body.black-and-white .site-topbar__btn span {
  color: #fff !important;
}

body.yellow-and-black {
  --bs-body-bg: #000;
  --bs-body-color: #ffeb3b;
  --bs-emphasis-color: #ffeb3b;
  --bs-secondary-color: #ffeb3b;
  --bs-secondary-bg: #000;
  --bs-tertiary-color: #ffeb3b;
  --bs-tertiary-bg: #000;
  --bs-heading-color: #ffeb3b;
  --bs-link-color: #ffeb3b;
  --bs-link-hover-color: #ffeb3b;
  --bs-border-color: #ffeb3b;
  --bs-primary: #ffeb3b;
  --bs-secondary: #ffeb3b;
  --bs-success: #ffeb3b;
  --bs-info: #ffeb3b;
  --bs-warning: #ffeb3b;
  --bs-danger: #ffeb3b;
  --bs-light: #000;
  --bs-dark: #ffeb3b;
  --bs-white: #000;
}
body.yellow-and-black .text-muted,
body.yellow-and-black .text-secondary,
body.yellow-and-black .text-body-secondary,
body.yellow-and-black .text-black-50,
body.yellow-and-black .text-white-50 {
  color: #ffeb3b !important;
  opacity: 1 !important;
}
body.yellow-and-black .text-primary,
body.yellow-and-black .text-success,
body.yellow-and-black .text-info,
body.yellow-and-black .text-warning,
body.yellow-and-black .text-danger {
  color: #ffeb3b !important;
}
body.yellow-and-black .bg-light,
body.yellow-and-black .bg-white,
body.yellow-and-black .bg-body,
body.yellow-and-black .bg-body-secondary,
body.yellow-and-black .bg-body-tertiary {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.yellow-and-black .card,
body.yellow-and-black .card-body,
body.yellow-and-black .card-header,
body.yellow-and-black .card-footer,
body.yellow-and-black .list-group-item,
body.yellow-and-black .dropdown-menu,
body.yellow-and-black .modal-content,
body.yellow-and-black .offcanvas,
body.yellow-and-black .popover,
body.yellow-and-black .toast,
body.yellow-and-black .accordion-item,
body.yellow-and-black .accordion-body {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.yellow-and-black .btn:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.yellow-and-black .btn-primary:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.yellow-and-black .btn-secondary:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.yellow-and-black .btn-success:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.yellow-and-black .btn-info:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.yellow-and-black .btn-warning:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.yellow-and-black .btn-danger:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.yellow-and-black .btn-light:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.yellow-and-black .btn-dark:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.yellow-and-black .btn-white:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.yellow-and-black .btn-third:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)) {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #ffeb3b !important;
  text-decoration: none !important;
}
body.yellow-and-black .btn:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover, body.yellow-and-black .btn:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.yellow-and-black .btn-primary:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.yellow-and-black .btn-primary:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.yellow-and-black .btn-secondary:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.yellow-and-black .btn-secondary:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.yellow-and-black .btn-success:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.yellow-and-black .btn-success:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.yellow-and-black .btn-info:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.yellow-and-black .btn-info:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.yellow-and-black .btn-warning:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.yellow-and-black .btn-warning:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.yellow-and-black .btn-danger:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.yellow-and-black .btn-danger:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.yellow-and-black .btn-light:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.yellow-and-black .btn-light:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.yellow-and-black .btn-dark:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.yellow-and-black .btn-dark:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.yellow-and-black .btn-white:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.yellow-and-black .btn-white:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.yellow-and-black .btn-third:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.yellow-and-black .btn-third:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #ffeb3b !important;
}
body.yellow-and-black .btn-outline,
body.yellow-and-black .btn-outline-primary,
body.yellow-and-black .btn-outline-secondary,
body.yellow-and-black .btn-outline-success,
body.yellow-and-black .btn-outline-info,
body.yellow-and-black .btn-outline-warning,
body.yellow-and-black .btn-outline-danger,
body.yellow-and-black .btn-outline-light,
body.yellow-and-black .btn-outline-dark,
body.yellow-and-black .btn-back {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #ffeb3b !important;
  text-decoration: none !important;
}
body.yellow-and-black .btn-outline .bi,
body.yellow-and-black .btn-outline i,
body.yellow-and-black .btn-outline-primary .bi,
body.yellow-and-black .btn-outline-primary i,
body.yellow-and-black .btn-outline-secondary .bi,
body.yellow-and-black .btn-outline-secondary i,
body.yellow-and-black .btn-outline-success .bi,
body.yellow-and-black .btn-outline-success i,
body.yellow-and-black .btn-outline-info .bi,
body.yellow-and-black .btn-outline-info i,
body.yellow-and-black .btn-outline-warning .bi,
body.yellow-and-black .btn-outline-warning i,
body.yellow-and-black .btn-outline-danger .bi,
body.yellow-and-black .btn-outline-danger i,
body.yellow-and-black .btn-outline-light .bi,
body.yellow-and-black .btn-outline-light i,
body.yellow-and-black .btn-outline-dark .bi,
body.yellow-and-black .btn-outline-dark i,
body.yellow-and-black .btn-back .bi,
body.yellow-and-black .btn-back i {
  color: #ffeb3b !important;
}
body.yellow-and-black .btn-outline:hover, body.yellow-and-black .btn-outline:focus-visible,
body.yellow-and-black .btn-outline-primary:hover,
body.yellow-and-black .btn-outline-primary:focus-visible,
body.yellow-and-black .btn-outline-secondary:hover,
body.yellow-and-black .btn-outline-secondary:focus-visible,
body.yellow-and-black .btn-outline-success:hover,
body.yellow-and-black .btn-outline-success:focus-visible,
body.yellow-and-black .btn-outline-info:hover,
body.yellow-and-black .btn-outline-info:focus-visible,
body.yellow-and-black .btn-outline-warning:hover,
body.yellow-and-black .btn-outline-warning:focus-visible,
body.yellow-and-black .btn-outline-danger:hover,
body.yellow-and-black .btn-outline-danger:focus-visible,
body.yellow-and-black .btn-outline-light:hover,
body.yellow-and-black .btn-outline-light:focus-visible,
body.yellow-and-black .btn-outline-dark:hover,
body.yellow-and-black .btn-outline-dark:focus-visible,
body.yellow-and-black .btn-back:hover,
body.yellow-and-black .btn-back:focus-visible {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-decoration: underline !important;
}
body.yellow-and-black .btn-outline:hover .bi,
body.yellow-and-black .btn-outline:hover i, body.yellow-and-black .btn-outline:focus-visible .bi,
body.yellow-and-black .btn-outline:focus-visible i,
body.yellow-and-black .btn-outline-primary:hover .bi,
body.yellow-and-black .btn-outline-primary:hover i,
body.yellow-and-black .btn-outline-primary:focus-visible .bi,
body.yellow-and-black .btn-outline-primary:focus-visible i,
body.yellow-and-black .btn-outline-secondary:hover .bi,
body.yellow-and-black .btn-outline-secondary:hover i,
body.yellow-and-black .btn-outline-secondary:focus-visible .bi,
body.yellow-and-black .btn-outline-secondary:focus-visible i,
body.yellow-and-black .btn-outline-success:hover .bi,
body.yellow-and-black .btn-outline-success:hover i,
body.yellow-and-black .btn-outline-success:focus-visible .bi,
body.yellow-and-black .btn-outline-success:focus-visible i,
body.yellow-and-black .btn-outline-info:hover .bi,
body.yellow-and-black .btn-outline-info:hover i,
body.yellow-and-black .btn-outline-info:focus-visible .bi,
body.yellow-and-black .btn-outline-info:focus-visible i,
body.yellow-and-black .btn-outline-warning:hover .bi,
body.yellow-and-black .btn-outline-warning:hover i,
body.yellow-and-black .btn-outline-warning:focus-visible .bi,
body.yellow-and-black .btn-outline-warning:focus-visible i,
body.yellow-and-black .btn-outline-danger:hover .bi,
body.yellow-and-black .btn-outline-danger:hover i,
body.yellow-and-black .btn-outline-danger:focus-visible .bi,
body.yellow-and-black .btn-outline-danger:focus-visible i,
body.yellow-and-black .btn-outline-light:hover .bi,
body.yellow-and-black .btn-outline-light:hover i,
body.yellow-and-black .btn-outline-light:focus-visible .bi,
body.yellow-and-black .btn-outline-light:focus-visible i,
body.yellow-and-black .btn-outline-dark:hover .bi,
body.yellow-and-black .btn-outline-dark:hover i,
body.yellow-and-black .btn-outline-dark:focus-visible .bi,
body.yellow-and-black .btn-outline-dark:focus-visible i,
body.yellow-and-black .btn-back:hover .bi,
body.yellow-and-black .btn-back:hover i,
body.yellow-and-black .btn-back:focus-visible .bi,
body.yellow-and-black .btn-back:focus-visible i {
  color: #ffeb3b !important;
}
body.yellow-and-black .btn-link {
  color: #ffeb3b !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
body.yellow-and-black .table,
body.yellow-and-black .table > :not(caption) > * > * {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #ffeb3b !important;
}
body.yellow-and-black .table thead th {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.yellow-and-black .form-control,
body.yellow-and-black .form-select,
body.yellow-and-black .form-check-input {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #ffeb3b !important;
}
body.yellow-and-black .form-check-input:checked {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.yellow-and-black .badge {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #ffeb3b !important;
  text-decoration: none !important;
}
body.yellow-and-black .badge:hover, body.yellow-and-black .badge:focus-visible {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #ffeb3b !important;
}
body.yellow-and-black .alert {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #ffeb3b !important;
}
body.yellow-and-black .pagination .page-link {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #ffeb3b !important;
}
body.yellow-and-black .pagination .page-link:hover, body.yellow-and-black .pagination .page-link.active {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #ffeb3b !important;
  text-decoration: none !important;
}
body.yellow-and-black .pagination .page-link:hover:hover, body.yellow-and-black .pagination .page-link:hover:focus-visible, body.yellow-and-black .pagination .page-link.active:hover, body.yellow-and-black .pagination .page-link.active:focus-visible {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #ffeb3b !important;
}
body.yellow-and-black .main-html-content,
body.yellow-and-black .html-content,
body.yellow-and-black .cke_editable {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.yellow-and-black .main-html-content p,
body.yellow-and-black .main-html-content li,
body.yellow-and-black .main-html-content td,
body.yellow-and-black .main-html-content th,
body.yellow-and-black .main-html-content small,
body.yellow-and-black .main-html-content strong,
body.yellow-and-black .main-html-content em,
body.yellow-and-black .main-html-content label,
body.yellow-and-black .main-html-content figcaption,
body.yellow-and-black .html-content p,
body.yellow-and-black .html-content li,
body.yellow-and-black .html-content td,
body.yellow-and-black .html-content th,
body.yellow-and-black .html-content small,
body.yellow-and-black .html-content strong,
body.yellow-and-black .html-content em,
body.yellow-and-black .html-content label,
body.yellow-and-black .html-content figcaption,
body.yellow-and-black .cke_editable p,
body.yellow-and-black .cke_editable li,
body.yellow-and-black .cke_editable td,
body.yellow-and-black .cke_editable th,
body.yellow-and-black .cke_editable small,
body.yellow-and-black .cke_editable strong,
body.yellow-and-black .cke_editable em,
body.yellow-and-black .cke_editable label,
body.yellow-and-black .cke_editable figcaption {
  color: #ffeb3b !important;
}
body.yellow-and-black .main-html-content span:not(.link-icon):not(.reade-more),
body.yellow-and-black .html-content span:not(.link-icon):not(.reade-more),
body.yellow-and-black .cke_editable span:not(.link-icon):not(.reade-more) {
  color: #ffeb3b !important;
  background-color: transparent !important;
}
body.yellow-and-black .main-html-content h1, body.yellow-and-black .main-html-content h2, body.yellow-and-black .main-html-content h3, body.yellow-and-black .main-html-content h4, body.yellow-and-black .main-html-content h5, body.yellow-and-black .main-html-content h6,
body.yellow-and-black .html-content h1,
body.yellow-and-black .html-content h2,
body.yellow-and-black .html-content h3,
body.yellow-and-black .html-content h4,
body.yellow-and-black .html-content h5,
body.yellow-and-black .html-content h6,
body.yellow-and-black .cke_editable h1,
body.yellow-and-black .cke_editable h2,
body.yellow-and-black .cke_editable h3,
body.yellow-and-black .cke_editable h4,
body.yellow-and-black .cke_editable h5,
body.yellow-and-black .cke_editable h6 {
  color: #ffeb3b !important;
  background: transparent !important;
}
body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item),
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item),
body.yellow-and-black .cke_editable a:not(.btn):not(.landing-icon-item) {
  color: #ffeb3b !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item):hover, body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible,
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item):hover,
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item):focus-visible,
body.yellow-and-black .cke_editable a:not(.btn):not(.landing-icon-item):hover,
body.yellow-and-black .cke_editable a:not(.btn):not(.landing-icon-item):focus-visible {
  color: #ffeb3b !important;
  background-color: transparent !important;
  text-decoration: underline !important;
  outline: none !important;
  box-shadow: none !important;
}
body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item):hover *, body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible *,
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item):hover *,
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item):focus-visible *,
body.yellow-and-black .cke_editable a:not(.btn):not(.landing-icon-item):hover *,
body.yellow-and-black .cke_editable a:not(.btn):not(.landing-icon-item):focus-visible * {
  color: #ffeb3b !important;
  background-color: transparent !important;
}
body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item):hover .bi,
body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item):hover i, body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible .bi,
body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible i,
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item):hover .bi,
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item):hover i,
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item):focus-visible .bi,
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item):focus-visible i,
body.yellow-and-black .cke_editable a:not(.btn):not(.landing-icon-item):hover .bi,
body.yellow-and-black .cke_editable a:not(.btn):not(.landing-icon-item):hover i,
body.yellow-and-black .cke_editable a:not(.btn):not(.landing-icon-item):focus-visible .bi,
body.yellow-and-black .cke_editable a:not(.btn):not(.landing-icon-item):focus-visible i {
  color: #ffeb3b !important;
}
body.yellow-and-black .main-html-content blockquote,
body.yellow-and-black .html-content blockquote,
body.yellow-and-black .cke_editable blockquote {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-bottom: 3px solid #ffeb3b !important;
}
body.yellow-and-black .main-html-content blockquote::before,
body.yellow-and-black .html-content blockquote::before,
body.yellow-and-black .cke_editable blockquote::before {
  content: "“" !important;
  display: block !important;
  position: absolute !important;
  top: 8px !important;
  left: 48px !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
  background: none !important;
  background-image: none !important;
  color: #ffeb3b !important;
  font-size: 72px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  filter: none !important;
}
body.yellow-and-black .main-html-content blockquote p,
body.yellow-and-black .main-html-content blockquote strong,
body.yellow-and-black .html-content blockquote p,
body.yellow-and-black .html-content blockquote strong,
body.yellow-and-black .cke_editable blockquote p,
body.yellow-and-black .cke_editable blockquote strong {
  color: #ffeb3b !important;
}
body.yellow-and-black .main-html-content table tbody tr th,
body.yellow-and-black .html-content table tbody tr th,
body.yellow-and-black .cke_editable table tbody tr th {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.yellow-and-black .main-html-content table tbody tr td,
body.yellow-and-black .html-content table tbody tr td,
body.yellow-and-black .cke_editable table tbody tr td {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #ffeb3b !important;
}
body.yellow-and-black .main-html-content .btn,
body.yellow-and-black .html-content .btn,
body.yellow-and-black .cke_editable .btn {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #ffeb3b !important;
  text-decoration: none !important;
}
body.yellow-and-black .main-html-content .btn:hover, body.yellow-and-black .main-html-content .btn:focus-visible,
body.yellow-and-black .html-content .btn:hover,
body.yellow-and-black .html-content .btn:focus-visible,
body.yellow-and-black .cke_editable .btn:hover,
body.yellow-and-black .cke_editable .btn:focus-visible {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #ffeb3b !important;
}
body.yellow-and-black .main-html-content a.landing-icon-item,
body.yellow-and-black .main-html-content div.contacts-icon-item,
body.yellow-and-black .html-content a.landing-icon-item,
body.yellow-and-black .html-content div.contacts-icon-item,
body.yellow-and-black .cke_editable a.landing-icon-item,
body.yellow-and-black .cke_editable div.contacts-icon-item {
  background: transparent !important;
  text-decoration: none !important;
}
body.yellow-and-black .main-html-content a.landing-icon-item .card-bg,
body.yellow-and-black .main-html-content div.contacts-icon-item .card-bg,
body.yellow-and-black .html-content a.landing-icon-item .card-bg,
body.yellow-and-black .html-content div.contacts-icon-item .card-bg,
body.yellow-and-black .cke_editable a.landing-icon-item .card-bg,
body.yellow-and-black .cke_editable div.contacts-icon-item .card-bg {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border: 3px solid #ffeb3b !important;
  border-bottom: 3px solid #ffeb3b !important;
  transition: none !important;
}
body.yellow-and-black .main-html-content a.landing-icon-item .card-bg h2,
body.yellow-and-black .main-html-content a.landing-icon-item .card-bg h3,
body.yellow-and-black .main-html-content div.contacts-icon-item .card-bg h2,
body.yellow-and-black .main-html-content div.contacts-icon-item .card-bg h3,
body.yellow-and-black .html-content a.landing-icon-item .card-bg h2,
body.yellow-and-black .html-content a.landing-icon-item .card-bg h3,
body.yellow-and-black .html-content div.contacts-icon-item .card-bg h2,
body.yellow-and-black .html-content div.contacts-icon-item .card-bg h3,
body.yellow-and-black .cke_editable a.landing-icon-item .card-bg h2,
body.yellow-and-black .cke_editable a.landing-icon-item .card-bg h3,
body.yellow-and-black .cke_editable div.contacts-icon-item .card-bg h2,
body.yellow-and-black .cke_editable div.contacts-icon-item .card-bg h3 {
  color: #ffeb3b !important;
  background: transparent !important;
}
body.yellow-and-black .main-html-content a.landing-icon-item .card-bg span.link-icon,
body.yellow-and-black .main-html-content div.contacts-icon-item .card-bg span.link-icon,
body.yellow-and-black .html-content a.landing-icon-item .card-bg span.link-icon,
body.yellow-and-black .html-content div.contacts-icon-item .card-bg span.link-icon,
body.yellow-and-black .cke_editable a.landing-icon-item .card-bg span.link-icon,
body.yellow-and-black .cke_editable div.contacts-icon-item .card-bg span.link-icon {
  background-color: #000 !important;
  background-image: none !important;
  border: 2px solid #ffeb3b !important;
  color: #ffeb3b !important;
  font-size: 18px !important;
  line-height: 26px !important;
  text-align: center !important;
}
body.yellow-and-black .main-html-content a.landing-icon-item .card-bg span.link-icon::before,
body.yellow-and-black .main-html-content div.contacts-icon-item .card-bg span.link-icon::before,
body.yellow-and-black .html-content a.landing-icon-item .card-bg span.link-icon::before,
body.yellow-and-black .html-content div.contacts-icon-item .card-bg span.link-icon::before,
body.yellow-and-black .cke_editable a.landing-icon-item .card-bg span.link-icon::before,
body.yellow-and-black .cke_editable div.contacts-icon-item .card-bg span.link-icon::before {
  content: "→" !important;
  color: #ffeb3b !important;
  display: block !important;
  line-height: 26px !important;
}
body.yellow-and-black .main-html-content a.landing-icon-item .card-bg span.link-icon,
body.yellow-and-black .main-html-content div.contacts-icon-item .card-bg span.link-icon,
body.yellow-and-black .html-content a.landing-icon-item .card-bg span.link-icon,
body.yellow-and-black .html-content div.contacts-icon-item .card-bg span.link-icon,
body.yellow-and-black .cke_editable a.landing-icon-item .card-bg span.link-icon,
body.yellow-and-black .cke_editable div.contacts-icon-item .card-bg span.link-icon {
  border-radius: 0 15px 0 0 !important;
  transition: none !important;
}
body.yellow-and-black .main-html-content a.landing-icon-item .card-bg::after,
body.yellow-and-black .main-html-content div.contacts-icon-item .card-bg::after,
body.yellow-and-black .html-content a.landing-icon-item .card-bg::after,
body.yellow-and-black .html-content div.contacts-icon-item .card-bg::after,
body.yellow-and-black .cke_editable a.landing-icon-item .card-bg::after,
body.yellow-and-black .cke_editable div.contacts-icon-item .card-bg::after {
  display: none !important;
}
body.yellow-and-black .main-html-content a.landing-icon-item .main-icon,
body.yellow-and-black .main-html-content div.contacts-icon-item .main-icon,
body.yellow-and-black .html-content a.landing-icon-item .main-icon,
body.yellow-and-black .html-content div.contacts-icon-item .main-icon,
body.yellow-and-black .cke_editable a.landing-icon-item .main-icon,
body.yellow-and-black .cke_editable div.contacts-icon-item .main-icon {
  background-color: #ffeb3b !important;
  background-image: none !important;
}
body.yellow-and-black .main-html-content a.landing-icon-item .jrsi,
body.yellow-and-black .main-html-content div.contacts-icon-item .jrsi,
body.yellow-and-black .html-content a.landing-icon-item .jrsi,
body.yellow-and-black .html-content div.contacts-icon-item .jrsi,
body.yellow-and-black .cke_editable a.landing-icon-item .jrsi,
body.yellow-and-black .cke_editable div.contacts-icon-item .jrsi {
  background-color: #000 !important;
}
body.yellow-and-black .main-html-content a.landing-icon-item:hover, body.yellow-and-black .main-html-content a.landing-icon-item:focus-visible,
body.yellow-and-black .main-html-content div.contacts-icon-item:hover,
body.yellow-and-black .main-html-content div.contacts-icon-item:focus-visible,
body.yellow-and-black .html-content a.landing-icon-item:hover,
body.yellow-and-black .html-content a.landing-icon-item:focus-visible,
body.yellow-and-black .html-content div.contacts-icon-item:hover,
body.yellow-and-black .html-content div.contacts-icon-item:focus-visible,
body.yellow-and-black .cke_editable a.landing-icon-item:hover,
body.yellow-and-black .cke_editable a.landing-icon-item:focus-visible,
body.yellow-and-black .cke_editable div.contacts-icon-item:hover,
body.yellow-and-black .cke_editable div.contacts-icon-item:focus-visible {
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
body.yellow-and-black .main-html-content a.landing-icon-item:hover .card-bg, body.yellow-and-black .main-html-content a.landing-icon-item:focus-visible .card-bg,
body.yellow-and-black .main-html-content div.contacts-icon-item:hover .card-bg,
body.yellow-and-black .main-html-content div.contacts-icon-item:focus-visible .card-bg,
body.yellow-and-black .html-content a.landing-icon-item:hover .card-bg,
body.yellow-and-black .html-content a.landing-icon-item:focus-visible .card-bg,
body.yellow-and-black .html-content div.contacts-icon-item:hover .card-bg,
body.yellow-and-black .html-content div.contacts-icon-item:focus-visible .card-bg,
body.yellow-and-black .cke_editable a.landing-icon-item:hover .card-bg,
body.yellow-and-black .cke_editable a.landing-icon-item:focus-visible .card-bg,
body.yellow-and-black .cke_editable div.contacts-icon-item:hover .card-bg,
body.yellow-and-black .cke_editable div.contacts-icon-item:focus-visible .card-bg {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  border-bottom-color: #ffeb3b !important;
}
body.yellow-and-black .main-html-content a.landing-icon-item:hover .card-bg h2,
body.yellow-and-black .main-html-content a.landing-icon-item:hover .card-bg h3, body.yellow-and-black .main-html-content a.landing-icon-item:focus-visible .card-bg h2,
body.yellow-and-black .main-html-content a.landing-icon-item:focus-visible .card-bg h3,
body.yellow-and-black .main-html-content div.contacts-icon-item:hover .card-bg h2,
body.yellow-and-black .main-html-content div.contacts-icon-item:hover .card-bg h3,
body.yellow-and-black .main-html-content div.contacts-icon-item:focus-visible .card-bg h2,
body.yellow-and-black .main-html-content div.contacts-icon-item:focus-visible .card-bg h3,
body.yellow-and-black .html-content a.landing-icon-item:hover .card-bg h2,
body.yellow-and-black .html-content a.landing-icon-item:hover .card-bg h3,
body.yellow-and-black .html-content a.landing-icon-item:focus-visible .card-bg h2,
body.yellow-and-black .html-content a.landing-icon-item:focus-visible .card-bg h3,
body.yellow-and-black .html-content div.contacts-icon-item:hover .card-bg h2,
body.yellow-and-black .html-content div.contacts-icon-item:hover .card-bg h3,
body.yellow-and-black .html-content div.contacts-icon-item:focus-visible .card-bg h2,
body.yellow-and-black .html-content div.contacts-icon-item:focus-visible .card-bg h3,
body.yellow-and-black .cke_editable a.landing-icon-item:hover .card-bg h2,
body.yellow-and-black .cke_editable a.landing-icon-item:hover .card-bg h3,
body.yellow-and-black .cke_editable a.landing-icon-item:focus-visible .card-bg h2,
body.yellow-and-black .cke_editable a.landing-icon-item:focus-visible .card-bg h3,
body.yellow-and-black .cke_editable div.contacts-icon-item:hover .card-bg h2,
body.yellow-and-black .cke_editable div.contacts-icon-item:hover .card-bg h3,
body.yellow-and-black .cke_editable div.contacts-icon-item:focus-visible .card-bg h2,
body.yellow-and-black .cke_editable div.contacts-icon-item:focus-visible .card-bg h3 {
  color: #ffeb3b !important;
  background: transparent !important;
  text-decoration: underline !important;
}
body.yellow-and-black .main-html-content a.landing-icon-item:hover .card-bg span.link-icon, body.yellow-and-black .main-html-content a.landing-icon-item:focus-visible .card-bg span.link-icon,
body.yellow-and-black .main-html-content div.contacts-icon-item:hover .card-bg span.link-icon,
body.yellow-and-black .main-html-content div.contacts-icon-item:focus-visible .card-bg span.link-icon,
body.yellow-and-black .html-content a.landing-icon-item:hover .card-bg span.link-icon,
body.yellow-and-black .html-content a.landing-icon-item:focus-visible .card-bg span.link-icon,
body.yellow-and-black .html-content div.contacts-icon-item:hover .card-bg span.link-icon,
body.yellow-and-black .html-content div.contacts-icon-item:focus-visible .card-bg span.link-icon,
body.yellow-and-black .cke_editable a.landing-icon-item:hover .card-bg span.link-icon,
body.yellow-and-black .cke_editable a.landing-icon-item:focus-visible .card-bg span.link-icon,
body.yellow-and-black .cke_editable div.contacts-icon-item:hover .card-bg span.link-icon,
body.yellow-and-black .cke_editable div.contacts-icon-item:focus-visible .card-bg span.link-icon {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
  border-color: #ffeb3b !important;
  color: #ffeb3b !important;
}
body.yellow-and-black .main-html-content a.landing-icon-item:hover .card-bg span.link-icon::before, body.yellow-and-black .main-html-content a.landing-icon-item:focus-visible .card-bg span.link-icon::before,
body.yellow-and-black .main-html-content div.contacts-icon-item:hover .card-bg span.link-icon::before,
body.yellow-and-black .main-html-content div.contacts-icon-item:focus-visible .card-bg span.link-icon::before,
body.yellow-and-black .html-content a.landing-icon-item:hover .card-bg span.link-icon::before,
body.yellow-and-black .html-content a.landing-icon-item:focus-visible .card-bg span.link-icon::before,
body.yellow-and-black .html-content div.contacts-icon-item:hover .card-bg span.link-icon::before,
body.yellow-and-black .html-content div.contacts-icon-item:focus-visible .card-bg span.link-icon::before,
body.yellow-and-black .cke_editable a.landing-icon-item:hover .card-bg span.link-icon::before,
body.yellow-and-black .cke_editable a.landing-icon-item:focus-visible .card-bg span.link-icon::before,
body.yellow-and-black .cke_editable div.contacts-icon-item:hover .card-bg span.link-icon::before,
body.yellow-and-black .cke_editable div.contacts-icon-item:focus-visible .card-bg span.link-icon::before {
  color: #ffeb3b !important;
}
body.yellow-and-black .main-html-content a.landing-icon-item:hover .main-icon, body.yellow-and-black .main-html-content a.landing-icon-item:focus-visible .main-icon,
body.yellow-and-black .main-html-content div.contacts-icon-item:hover .main-icon,
body.yellow-and-black .main-html-content div.contacts-icon-item:focus-visible .main-icon,
body.yellow-and-black .html-content a.landing-icon-item:hover .main-icon,
body.yellow-and-black .html-content a.landing-icon-item:focus-visible .main-icon,
body.yellow-and-black .html-content div.contacts-icon-item:hover .main-icon,
body.yellow-and-black .html-content div.contacts-icon-item:focus-visible .main-icon,
body.yellow-and-black .cke_editable a.landing-icon-item:hover .main-icon,
body.yellow-and-black .cke_editable a.landing-icon-item:focus-visible .main-icon,
body.yellow-and-black .cke_editable div.contacts-icon-item:hover .main-icon,
body.yellow-and-black .cke_editable div.contacts-icon-item:focus-visible .main-icon {
  background: #ffeb3b !important;
  background-color: #ffeb3b !important;
  background-image: none !important;
}
body.yellow-and-black .main-html-content a.landing-icon-item:hover .jrsi, body.yellow-and-black .main-html-content a.landing-icon-item:focus-visible .jrsi,
body.yellow-and-black .main-html-content div.contacts-icon-item:hover .jrsi,
body.yellow-and-black .main-html-content div.contacts-icon-item:focus-visible .jrsi,
body.yellow-and-black .html-content a.landing-icon-item:hover .jrsi,
body.yellow-and-black .html-content a.landing-icon-item:focus-visible .jrsi,
body.yellow-and-black .html-content div.contacts-icon-item:hover .jrsi,
body.yellow-and-black .html-content div.contacts-icon-item:focus-visible .jrsi,
body.yellow-and-black .cke_editable a.landing-icon-item:hover .jrsi,
body.yellow-and-black .cke_editable a.landing-icon-item:focus-visible .jrsi,
body.yellow-and-black .cke_editable div.contacts-icon-item:hover .jrsi,
body.yellow-and-black .cke_editable div.contacts-icon-item:focus-visible .jrsi {
  background-color: #000 !important;
}
body.yellow-and-black main,
body.yellow-and-black header,
body.yellow-and-black footer,
body.yellow-and-black section,
body.yellow-and-black article {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  --grad: none !important;
  --paper: #000 !important;
  --text: #ffeb3b !important;
  --blue: #ffeb3b !important;
  --left-gray: #000 !important;
}
body.yellow-and-black nav.site-mega-navbar {
  background-color: #000 !important;
  background-image: none !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.yellow-and-black section.homepage-hero::before,
body.yellow-and-black .site-footer-design::before {
  display: none !important;
}
body.yellow-and-black :where(main, footer, section, article, .main-html-content, .html-content) h1, body.yellow-and-black :where(main, footer, section, article, .main-html-content, .html-content) h2, body.yellow-and-black :where(main, footer, section, article, .main-html-content, .html-content) h3, body.yellow-and-black :where(main, footer, section, article, .main-html-content, .html-content) h4, body.yellow-and-black :where(main, footer, section, article, .main-html-content, .html-content) h5, body.yellow-and-black :where(main, footer, section, article, .main-html-content, .html-content) h6, body.yellow-and-black :where(main, footer, section, article, .main-html-content, .html-content) p, body.yellow-and-black :where(main, footer, section, article, .main-html-content, .html-content) span, body.yellow-and-black :where(main, footer, section, article, .main-html-content, .html-content) small, body.yellow-and-black :where(main, footer, section, article, .main-html-content, .html-content) strong, body.yellow-and-black :where(main, footer, section, article, .main-html-content, .html-content) label, body.yellow-and-black :where(main, footer, section, article, .main-html-content, .html-content) li, body.yellow-and-black :where(main, footer, section, article, .main-html-content, .html-content) td, body.yellow-and-black :where(main, footer, section, article, .main-html-content, .html-content) th {
  color: #ffeb3b !important;
}
body.yellow-and-black :where(header, nav) h1, body.yellow-and-black :where(header, nav) h2, body.yellow-and-black :where(header, nav) h3, body.yellow-and-black :where(header, nav) h4, body.yellow-and-black :where(header, nav) h5, body.yellow-and-black :where(header, nav) h6, body.yellow-and-black :where(header, nav) p, body.yellow-and-black :where(header, nav) label, body.yellow-and-black :where(header, nav) li, body.yellow-and-black :where(header, nav) td, body.yellow-and-black :where(header, nav) th {
  color: #ffeb3b !important;
}
body.yellow-and-black :where(header, nav) :not(.header-icons):not(.header-icons *):not(.mega-a11y-panel__inner):not(.mega-a11y-panel__inner *):not(.mega-menu-panel__body--a11y):not(.mega-menu-panel__body--a11y *) span, body.yellow-and-black :where(header, nav) :not(.header-icons):not(.header-icons *):not(.mega-a11y-panel__inner):not(.mega-a11y-panel__inner *):not(.mega-menu-panel__body--a11y):not(.mega-menu-panel__body--a11y *) small, body.yellow-and-black :where(header, nav) :not(.header-icons):not(.header-icons *):not(.mega-a11y-panel__inner):not(.mega-a11y-panel__inner *):not(.mega-menu-panel__body--a11y):not(.mega-menu-panel__body--a11y *) strong {
  color: #ffeb3b !important;
}
body.yellow-and-black a:not(.btn):not(.landing-icon-item):not(.header-icon-link):not(.nav-link):not(.dropdown-item):not(.mega-menu-link):not(.footer-logo):not(.header-logo a):not(.btn-font-size):not(.btn-contrast):not(.btn-reset):not(.subpages-link):not(.attachment-info):not(.attachment-download):not(.footer-logo-link):not(.social a) {
  color: #ffeb3b !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
body.yellow-and-black .site-mega-navbar .nav-link,
body.yellow-and-black .site-topbar__btn {
  color: #ffeb3b !important;
  background: transparent !important;
  text-decoration: none !important;
}
body.yellow-and-black .site-mega-navbar .nav-link:hover, body.yellow-and-black .site-mega-navbar .nav-link:focus-visible,
body.yellow-and-black .site-topbar__btn:hover,
body.yellow-and-black .site-topbar__btn:focus-visible {
  color: #ffeb3b !important;
  background-color: transparent !important;
  text-decoration: underline !important;
  outline: none !important;
  box-shadow: none !important;
}
body.yellow-and-black .mega-menu-link {
  color: #ffeb3b !important;
  background: transparent !important;
  text-decoration: none !important;
}
body.yellow-and-black .mega-menu-link:hover, body.yellow-and-black .mega-menu-link:focus-visible {
  color: #ffeb3b !important;
  background: transparent !important;
  text-decoration: underline !important;
  outline: none !important;
  box-shadow: none !important;
}
body.yellow-and-black .site-mega-navbar .nav-item.active .nav-link,
body.yellow-and-black .site-mega-navbar .nav-link.active,
body.yellow-and-black .site-mega-navbar .nav-link[aria-expanded=true] {
  color: #ffeb3b !important;
  background: transparent !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}
body.yellow-and-black .header-icons a.header-icon-link {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border: 2px solid #ffeb3b !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
body.yellow-and-black .header-icons a.header-icon-link .icon {
  background-color: #ffeb3b !important;
  background-image: none !important;
  border-right: 2px solid #ffeb3b !important;
}
body.yellow-and-black .header-icons a.header-icon-link .icon i,
body.yellow-and-black .header-icons a.header-icon-link .icon .bi {
  color: #000 !important;
}
body.yellow-and-black .header-icons a.header-icon-link .icon i.phone-icon,
body.yellow-and-black .header-icons a.header-icon-link .icon i.epieraksts-icon,
body.yellow-and-black .header-icons a.header-icon-link .icon i.contacts-icon {
  filter: brightness(0) !important;
  opacity: 1 !important;
}
body.yellow-and-black .header-icons a.header-icon-link .text {
  background-color: #000 !important;
}
body.yellow-and-black .header-icons a.header-icon-link .text strong,
body.yellow-and-black .header-icons a.header-icon-link .text small {
  color: #ffeb3b !important;
  background: transparent !important;
}
body.yellow-and-black .header-icons a.header-icon-link:hover, body.yellow-and-black .header-icons a.header-icon-link:focus, body.yellow-and-black .header-icons a.header-icon-link:focus-visible {
  background-color: #ffeb3b !important;
  color: #000 !important;
}
body.yellow-and-black .header-icons a.header-icon-link:hover .icon, body.yellow-and-black .header-icons a.header-icon-link:focus .icon, body.yellow-and-black .header-icons a.header-icon-link:focus-visible .icon {
  background-color: #000 !important;
  border-right-color: #000 !important;
}
body.yellow-and-black .header-icons a.header-icon-link:hover .icon i.phone-icon,
body.yellow-and-black .header-icons a.header-icon-link:hover .icon i.epieraksts-icon,
body.yellow-and-black .header-icons a.header-icon-link:hover .icon i.contacts-icon, body.yellow-and-black .header-icons a.header-icon-link:focus .icon i.phone-icon,
body.yellow-and-black .header-icons a.header-icon-link:focus .icon i.epieraksts-icon,
body.yellow-and-black .header-icons a.header-icon-link:focus .icon i.contacts-icon, body.yellow-and-black .header-icons a.header-icon-link:focus-visible .icon i.phone-icon,
body.yellow-and-black .header-icons a.header-icon-link:focus-visible .icon i.epieraksts-icon,
body.yellow-and-black .header-icons a.header-icon-link:focus-visible .icon i.contacts-icon {
  filter: brightness(0) invert(1) !important;
}
body.yellow-and-black .header-icons a.header-icon-link:hover .text, body.yellow-and-black .header-icons a.header-icon-link:focus .text, body.yellow-and-black .header-icons a.header-icon-link:focus-visible .text {
  background-color: transparent !important;
}
body.yellow-and-black .header-icons a.header-icon-link:hover .text strong,
body.yellow-and-black .header-icons a.header-icon-link:hover .text small, body.yellow-and-black .header-icons a.header-icon-link:focus .text strong,
body.yellow-and-black .header-icons a.header-icon-link:focus .text small, body.yellow-and-black .header-icons a.header-icon-link:focus-visible .text strong,
body.yellow-and-black .header-icons a.header-icon-link:focus-visible .text small {
  color: #000 !important;
  background: transparent !important;
}
body.yellow-and-black .site-mega-nav__search-toggle {
  background: transparent !important;
  color: #ffeb3b !important;
  border: none !important;
  box-shadow: none !important;
}
body.yellow-and-black .site-mega-nav__search-toggle .bi {
  color: #ffeb3b !important;
}
body.yellow-and-black .site-mega-nav__search-toggle:hover {
  background: transparent !important;
  color: #ffeb3b !important;
}
body.yellow-and-black .site-mega-nav__search-toggle:focus-visible {
  outline: 2px solid #ffeb3b !important;
  outline-offset: 3px !important;
  box-shadow: none !important;
  border: none !important;
}
body.yellow-and-black .site-mega-nav__search-panel,
body.yellow-and-black .site-mega-nav__search-panel .form-control {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.yellow-and-black .bg-white,
body.yellow-and-black .bg-light,
body.yellow-and-black .bg-body,
body.yellow-and-black .bg-body-tertiary {
  background-color: #000 !important;
  color: #ffeb3b !important;
}
body.yellow-and-black .site-mega-nav__search-submit,
body.yellow-and-black button:not(.btn-link):not(.btn-font-size):not(.btn-contrast):not(.btn-reset):not(.navbar-toggler):not(.site-mega-nav__search-toggle):not(.accordion-button):not([class*=kp-cookie]):not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.yellow-and-black input[type=submit],
body.yellow-and-black input[type=button] {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #ffeb3b !important;
  text-decoration: none !important;
}
body.yellow-and-black .site-mega-nav__search-submit:hover, body.yellow-and-black .site-mega-nav__search-submit:focus-visible,
body.yellow-and-black button:not(.btn-link):not(.btn-font-size):not(.btn-contrast):not(.btn-reset):not(.navbar-toggler):not(.site-mega-nav__search-toggle):not(.accordion-button):not([class*=kp-cookie]):not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.yellow-and-black button:not(.btn-link):not(.btn-font-size):not(.btn-contrast):not(.btn-reset):not(.navbar-toggler):not(.site-mega-nav__search-toggle):not(.accordion-button):not([class*=kp-cookie]):not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.yellow-and-black input[type=submit]:hover,
body.yellow-and-black input[type=submit]:focus-visible,
body.yellow-and-black input[type=button]:hover,
body.yellow-and-black input[type=button]:focus-visible {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #ffeb3b !important;
}
body.yellow-and-black .accordion-button,
body.yellow-and-black .accordion-button:not(.collapsed),
body.yellow-and-black .accordion-button.collapsed {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  color: #ffeb3b !important;
  box-shadow: none !important;
}
body.yellow-and-black section.homepage-hero a.landing-icon-item,
body.yellow-and-black section.homepage-hero div.contacts-icon-item,
body.yellow-and-black main.contacts a.landing-icon-item,
body.yellow-and-black main.contacts div.contacts-icon-item {
  background: transparent !important;
  text-decoration: none !important;
}
body.yellow-and-black section.homepage-hero a.landing-icon-item .card-bg,
body.yellow-and-black section.homepage-hero div.contacts-icon-item .card-bg,
body.yellow-and-black main.contacts a.landing-icon-item .card-bg,
body.yellow-and-black main.contacts div.contacts-icon-item .card-bg {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border: 3px solid #ffeb3b !important;
  border-bottom: 3px solid #ffeb3b !important;
  transition: none !important;
}
body.yellow-and-black section.homepage-hero a.landing-icon-item .card-bg h2,
body.yellow-and-black section.homepage-hero a.landing-icon-item .card-bg h3,
body.yellow-and-black section.homepage-hero div.contacts-icon-item .card-bg h2,
body.yellow-and-black section.homepage-hero div.contacts-icon-item .card-bg h3,
body.yellow-and-black main.contacts a.landing-icon-item .card-bg h2,
body.yellow-and-black main.contacts a.landing-icon-item .card-bg h3,
body.yellow-and-black main.contacts div.contacts-icon-item .card-bg h2,
body.yellow-and-black main.contacts div.contacts-icon-item .card-bg h3 {
  color: #ffeb3b !important;
  background: transparent !important;
}
body.yellow-and-black section.homepage-hero a.landing-icon-item .card-bg span.link-icon,
body.yellow-and-black section.homepage-hero div.contacts-icon-item .card-bg span.link-icon,
body.yellow-and-black main.contacts a.landing-icon-item .card-bg span.link-icon,
body.yellow-and-black main.contacts div.contacts-icon-item .card-bg span.link-icon {
  background-color: #000 !important;
  background-image: none !important;
  border: 2px solid #ffeb3b !important;
  color: #ffeb3b !important;
  font-size: 18px !important;
  line-height: 26px !important;
  text-align: center !important;
}
body.yellow-and-black section.homepage-hero a.landing-icon-item .card-bg span.link-icon::before,
body.yellow-and-black section.homepage-hero div.contacts-icon-item .card-bg span.link-icon::before,
body.yellow-and-black main.contacts a.landing-icon-item .card-bg span.link-icon::before,
body.yellow-and-black main.contacts div.contacts-icon-item .card-bg span.link-icon::before {
  content: "→" !important;
  color: #ffeb3b !important;
  display: block !important;
  line-height: 26px !important;
}
body.yellow-and-black section.homepage-hero a.landing-icon-item .card-bg span.link-icon,
body.yellow-and-black section.homepage-hero div.contacts-icon-item .card-bg span.link-icon,
body.yellow-and-black main.contacts a.landing-icon-item .card-bg span.link-icon,
body.yellow-and-black main.contacts div.contacts-icon-item .card-bg span.link-icon {
  border-radius: 0 15px 0 0 !important;
  transition: none !important;
}
body.yellow-and-black section.homepage-hero a.landing-icon-item .card-bg::after,
body.yellow-and-black section.homepage-hero div.contacts-icon-item .card-bg::after,
body.yellow-and-black main.contacts a.landing-icon-item .card-bg::after,
body.yellow-and-black main.contacts div.contacts-icon-item .card-bg::after {
  display: none !important;
}
body.yellow-and-black section.homepage-hero a.landing-icon-item .main-icon,
body.yellow-and-black section.homepage-hero div.contacts-icon-item .main-icon,
body.yellow-and-black main.contacts a.landing-icon-item .main-icon,
body.yellow-and-black main.contacts div.contacts-icon-item .main-icon {
  background-color: #ffeb3b !important;
  background-image: none !important;
}
body.yellow-and-black section.homepage-hero a.landing-icon-item .jrsi,
body.yellow-and-black section.homepage-hero div.contacts-icon-item .jrsi,
body.yellow-and-black main.contacts a.landing-icon-item .jrsi,
body.yellow-and-black main.contacts div.contacts-icon-item .jrsi {
  background-color: #000 !important;
}
body.yellow-and-black section.homepage-hero a.landing-icon-item:hover, body.yellow-and-black section.homepage-hero a.landing-icon-item:focus-visible,
body.yellow-and-black section.homepage-hero div.contacts-icon-item:hover,
body.yellow-and-black section.homepage-hero div.contacts-icon-item:focus-visible,
body.yellow-and-black main.contacts a.landing-icon-item:hover,
body.yellow-and-black main.contacts a.landing-icon-item:focus-visible,
body.yellow-and-black main.contacts div.contacts-icon-item:hover,
body.yellow-and-black main.contacts div.contacts-icon-item:focus-visible {
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
body.yellow-and-black section.homepage-hero a.landing-icon-item:hover .card-bg, body.yellow-and-black section.homepage-hero a.landing-icon-item:focus-visible .card-bg,
body.yellow-and-black section.homepage-hero div.contacts-icon-item:hover .card-bg,
body.yellow-and-black section.homepage-hero div.contacts-icon-item:focus-visible .card-bg,
body.yellow-and-black main.contacts a.landing-icon-item:hover .card-bg,
body.yellow-and-black main.contacts a.landing-icon-item:focus-visible .card-bg,
body.yellow-and-black main.contacts div.contacts-icon-item:hover .card-bg,
body.yellow-and-black main.contacts div.contacts-icon-item:focus-visible .card-bg {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  border-bottom-color: #ffeb3b !important;
}
body.yellow-and-black section.homepage-hero a.landing-icon-item:hover .card-bg h2,
body.yellow-and-black section.homepage-hero a.landing-icon-item:hover .card-bg h3, body.yellow-and-black section.homepage-hero a.landing-icon-item:focus-visible .card-bg h2,
body.yellow-and-black section.homepage-hero a.landing-icon-item:focus-visible .card-bg h3,
body.yellow-and-black section.homepage-hero div.contacts-icon-item:hover .card-bg h2,
body.yellow-and-black section.homepage-hero div.contacts-icon-item:hover .card-bg h3,
body.yellow-and-black section.homepage-hero div.contacts-icon-item:focus-visible .card-bg h2,
body.yellow-and-black section.homepage-hero div.contacts-icon-item:focus-visible .card-bg h3,
body.yellow-and-black main.contacts a.landing-icon-item:hover .card-bg h2,
body.yellow-and-black main.contacts a.landing-icon-item:hover .card-bg h3,
body.yellow-and-black main.contacts a.landing-icon-item:focus-visible .card-bg h2,
body.yellow-and-black main.contacts a.landing-icon-item:focus-visible .card-bg h3,
body.yellow-and-black main.contacts div.contacts-icon-item:hover .card-bg h2,
body.yellow-and-black main.contacts div.contacts-icon-item:hover .card-bg h3,
body.yellow-and-black main.contacts div.contacts-icon-item:focus-visible .card-bg h2,
body.yellow-and-black main.contacts div.contacts-icon-item:focus-visible .card-bg h3 {
  color: #ffeb3b !important;
  background: transparent !important;
  text-decoration: underline !important;
}
body.yellow-and-black section.homepage-hero a.landing-icon-item:hover .card-bg span.link-icon, body.yellow-and-black section.homepage-hero a.landing-icon-item:focus-visible .card-bg span.link-icon,
body.yellow-and-black section.homepage-hero div.contacts-icon-item:hover .card-bg span.link-icon,
body.yellow-and-black section.homepage-hero div.contacts-icon-item:focus-visible .card-bg span.link-icon,
body.yellow-and-black main.contacts a.landing-icon-item:hover .card-bg span.link-icon,
body.yellow-and-black main.contacts a.landing-icon-item:focus-visible .card-bg span.link-icon,
body.yellow-and-black main.contacts div.contacts-icon-item:hover .card-bg span.link-icon,
body.yellow-and-black main.contacts div.contacts-icon-item:focus-visible .card-bg span.link-icon {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
  border-color: #ffeb3b !important;
  color: #ffeb3b !important;
}
body.yellow-and-black section.homepage-hero a.landing-icon-item:hover .card-bg span.link-icon::before, body.yellow-and-black section.homepage-hero a.landing-icon-item:focus-visible .card-bg span.link-icon::before,
body.yellow-and-black section.homepage-hero div.contacts-icon-item:hover .card-bg span.link-icon::before,
body.yellow-and-black section.homepage-hero div.contacts-icon-item:focus-visible .card-bg span.link-icon::before,
body.yellow-and-black main.contacts a.landing-icon-item:hover .card-bg span.link-icon::before,
body.yellow-and-black main.contacts a.landing-icon-item:focus-visible .card-bg span.link-icon::before,
body.yellow-and-black main.contacts div.contacts-icon-item:hover .card-bg span.link-icon::before,
body.yellow-and-black main.contacts div.contacts-icon-item:focus-visible .card-bg span.link-icon::before {
  color: #ffeb3b !important;
}
body.yellow-and-black section.homepage-hero a.landing-icon-item:hover .main-icon, body.yellow-and-black section.homepage-hero a.landing-icon-item:focus-visible .main-icon,
body.yellow-and-black section.homepage-hero div.contacts-icon-item:hover .main-icon,
body.yellow-and-black section.homepage-hero div.contacts-icon-item:focus-visible .main-icon,
body.yellow-and-black main.contacts a.landing-icon-item:hover .main-icon,
body.yellow-and-black main.contacts a.landing-icon-item:focus-visible .main-icon,
body.yellow-and-black main.contacts div.contacts-icon-item:hover .main-icon,
body.yellow-and-black main.contacts div.contacts-icon-item:focus-visible .main-icon {
  background: #ffeb3b !important;
  background-color: #ffeb3b !important;
  background-image: none !important;
}
body.yellow-and-black section.homepage-hero a.landing-icon-item:hover .jrsi, body.yellow-and-black section.homepage-hero a.landing-icon-item:focus-visible .jrsi,
body.yellow-and-black section.homepage-hero div.contacts-icon-item:hover .jrsi,
body.yellow-and-black section.homepage-hero div.contacts-icon-item:focus-visible .jrsi,
body.yellow-and-black main.contacts a.landing-icon-item:hover .jrsi,
body.yellow-and-black main.contacts a.landing-icon-item:focus-visible .jrsi,
body.yellow-and-black main.contacts div.contacts-icon-item:hover .jrsi,
body.yellow-and-black main.contacts div.contacts-icon-item:focus-visible .jrsi {
  background-color: #000 !important;
}
body.yellow-and-black section.homepage-mission-widget,
body.yellow-and-black section.homepage-mission-widget .container,
body.yellow-and-black section.homepage-mission-widget .row,
body.yellow-and-black section.homepage-mission-widget .col-item-mission,
body.yellow-and-black section.homepage-mission-widget .mission-item {
  background-color: #000 !important;
  background-image: none !important;
}
body.yellow-and-black section.homepage-mission-widget .mission-item-icon,
body.yellow-and-black section.homepage-mission-widget .mission-item-icon.bg-1,
body.yellow-and-black section.homepage-mission-widget .mission-item-icon.bg-2,
body.yellow-and-black section.homepage-mission-widget .mission-item-icon.bg-3 {
  background-color: #000 !important;
  background-image: none !important;
  border: 3px solid #ffeb3b !important;
}
body.yellow-and-black section.homepage-mission-widget .mission-item-icon img,
body.yellow-and-black section.homepage-mission-widget .mission-item-icon.bg-1 img,
body.yellow-and-black section.homepage-mission-widget .mission-item-icon.bg-2 img,
body.yellow-and-black section.homepage-mission-widget .mission-item-icon.bg-3 img {
  opacity: 1;
  filter: brightness(0) invert(1);
}
body.yellow-and-black section.homepage-mission-widget .mission-item-content h3 {
  color: #ffeb3b !important;
  background: transparent !important;
}
body.yellow-and-black section.homepage-mission-widget .mission-item-content h3::after {
  background-image: none !important;
  background-color: #ffeb3b !important;
  width: 22px !important;
  height: 3px !important;
  bottom: -12px !important;
}
body.yellow-and-black section.homepage-mission-widget .mission-item-content p,
body.yellow-and-black section.homepage-mission-widget .mission-item-content li {
  color: #ffeb3b !important;
}
body.yellow-and-black section.blog-landing,
body.yellow-and-black .blog-landing {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.yellow-and-black section.blog-landing h2.blog-landing-title,
body.yellow-and-black section.blog-landing h3.blog-landing-title,
body.yellow-and-black .blog-landing h2.blog-landing-title,
body.yellow-and-black .blog-landing h3.blog-landing-title {
  color: #ffeb3b !important;
}
body.yellow-and-black section.blog-landing h2.blog-landing-title::before,
body.yellow-and-black .blog-landing h2.blog-landing-title::before {
  display: block !important;
  content: "" !important;
  width: 110px !important;
  height: 3px !important;
  background-color: #ffeb3b !important;
  background-image: none !important;
}
body.yellow-and-black section.blog-landing article.blog-landing-item,
body.yellow-and-black .blog-landing article.blog-landing-item {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #ffeb3b !important;
}
body.yellow-and-black section.blog-landing article.blog-landing-item .blog-landing-item-content,
body.yellow-and-black .blog-landing article.blog-landing-item .blog-landing-item-content {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.yellow-and-black section.blog-landing article.blog-landing-item .blog-landing-item-content h4,
body.yellow-and-black section.blog-landing article.blog-landing-item .blog-landing-item-content .blog-landing-item-text,
body.yellow-and-black section.blog-landing article.blog-landing-item .blog-landing-item-content p,
body.yellow-and-black .blog-landing article.blog-landing-item .blog-landing-item-content h4,
body.yellow-and-black .blog-landing article.blog-landing-item .blog-landing-item-content .blog-landing-item-text,
body.yellow-and-black .blog-landing article.blog-landing-item .blog-landing-item-content p {
  color: #ffeb3b !important;
  background: transparent !important;
}
body.yellow-and-black section.blog-landing article.blog-landing-item .blog-landing-item-link a,
body.yellow-and-black .blog-landing article.blog-landing-item .blog-landing-item-link a {
  color: #ffeb3b !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
body.yellow-and-black section.blog-landing article.blog-landing-item .blog-landing-item-date,
body.yellow-and-black .blog-landing article.blog-landing-item .blog-landing-item-date {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #ffeb3b !important;
  text-decoration: none !important;
}
body.yellow-and-black section.blog-landing article.blog-landing-item .blog-landing-item-date:hover, body.yellow-and-black section.blog-landing article.blog-landing-item .blog-landing-item-date:focus-visible,
body.yellow-and-black .blog-landing article.blog-landing-item .blog-landing-item-date:hover,
body.yellow-and-black .blog-landing article.blog-landing-item .blog-landing-item-date:focus-visible {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #ffeb3b !important;
}
body.yellow-and-black section.blog-landing article.blog-landing-item .blog-landing-item-date,
body.yellow-and-black .blog-landing article.blog-landing-item .blog-landing-item-date {
  text-decoration: none !important;
}
body.yellow-and-black footer.site-footer-design {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.yellow-and-black footer.site-footer-design .footer-main,
body.yellow-and-black footer.site-footer-design .container,
body.yellow-and-black footer.site-footer-design .row,
body.yellow-and-black footer.site-footer-design .col-item,
body.yellow-and-black footer.site-footer-design .footer-left,
body.yellow-and-black footer.site-footer-design .footer-wrapper-toolbar,
body.yellow-and-black footer.site-footer-design .navigation-footer-widget {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
}
body.yellow-and-black footer.site-footer-design a,
body.yellow-and-black footer.site-footer-design .sub-links a,
body.yellow-and-black footer.site-footer-design .meta a,
body.yellow-and-black footer.site-footer-design .made a,
body.yellow-and-black footer.site-footer-design .custom-link-list a {
  color: #ffeb3b !important;
  background: transparent !important;
  text-decoration: underline !important;
}
body.yellow-and-black footer.site-footer-design a.footer-logo-link {
  text-decoration: none !important;
  background: transparent !important;
}
body.yellow-and-black footer.site-footer-design .head,
body.yellow-and-black footer.site-footer-design .v,
body.yellow-and-black footer.site-footer-design .i,
body.yellow-and-black footer.site-footer-design li,
body.yellow-and-black footer.site-footer-design .meta,
body.yellow-and-black footer.site-footer-design .meta strong,
body.yellow-and-black footer.site-footer-design .made,
body.yellow-and-black footer.site-footer-design h4.footer-title span,
body.yellow-and-black footer.site-footer-design ul.footer-contacts li,
body.yellow-and-black footer.site-footer-design ul.footer-contacts li span {
  color: #ffeb3b !important;
  background: transparent !important;
}
body.yellow-and-black footer.site-footer-design ul.footer-contacts li i.bi,
body.yellow-and-black footer.site-footer-design .social a i.bi,
body.yellow-and-black footer.site-footer-design .social a i.bd {
  color: #ffeb3b !important;
}
body.yellow-and-black footer.site-footer-design .footer-dev-logo,
body.yellow-and-black footer.site-footer-design .footer-dev-logo span {
  color: #ffeb3b !important;
}
body.yellow-and-black footer.site-footer-design .rule::before,
body.yellow-and-black footer.site-footer-design .rule::after,
body.yellow-and-black footer.site-footer-design .sub-links li::before,
body.yellow-and-black footer.site-footer-design h4.footer-title::before,
body.yellow-and-black footer.site-footer-design h4.footer-title::after {
  background-color: #ffeb3b !important;
  background-image: none !important;
}
body.yellow-and-black footer.site-footer-design .social a {
  text-decoration: none !important;
  border: 2px solid #ffeb3b !important;
  border-radius: 4px;
  padding: 4px;
  color: #ffeb3b !important;
}
body.yellow-and-black footer.site-footer-design .social a:hover, body.yellow-and-black footer.site-footer-design .social a:focus-visible {
  background-color: #ffeb3b !important;
  color: #000 !important;
}
body.yellow-and-black footer.site-footer-design .social a:hover i.bi,
body.yellow-and-black footer.site-footer-design .social a:hover i.bd, body.yellow-and-black footer.site-footer-design .social a:focus-visible i.bi,
body.yellow-and-black footer.site-footer-design .social a:focus-visible i.bd {
  color: #000 !important;
}
body.yellow-and-black footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover,
body.yellow-and-black footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible {
  color: #ffeb3b !important;
  background-color: transparent !important;
  text-decoration: underline !important;
  outline: none !important;
  box-shadow: none !important;
}
body.yellow-and-black footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover .v,
body.yellow-and-black footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover span,
body.yellow-and-black footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover strong,
body.yellow-and-black footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible .v,
body.yellow-and-black footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible span,
body.yellow-and-black footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible strong {
  color: #ffeb3b !important;
  background: transparent !important;
}
body.yellow-and-black .page-header-bg,
body.yellow-and-black .page-header-bg::before,
body.yellow-and-black .page-header-wrapper::before,
body.yellow-and-black .page-header-wrapper::after,
body.yellow-and-black section.page-gallery-album::before,
body.yellow-and-black section.homepage-hero::before,
body.yellow-and-black .site-footer-design::before,
body.yellow-and-black .vacancy-banner__art,
body.yellow-and-black .vacancy-banner__eyebrow::before,
body.yellow-and-black h4.section-title::before,
body.yellow-and-black .form-manager-body .title-wrapper::before,
body.yellow-and-black main.page-section-komanda section.page-header .page-header-wrapper::before,
body.yellow-and-black main.page-section-komanda section.page-header .page-header-wrapper .col-breadcrumb nav::after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  background-image: none !important;
  border: 0 !important;
  clip-path: none !important;
}
body.yellow-and-black ul.mega-menu-link-grid a.mega-menu-link::before,
body.yellow-and-black a.mega-menu-link::before {
  background: #ffeb3b !important;
  background-color: #ffeb3b !important;
}
body.yellow-and-black .site-footer-design .sub-links li::before,
body.yellow-and-black .site-footer-design .rule::before {
  background: #ffeb3b !important;
  background-color: #ffeb3b !important;
}
body.yellow-and-black .site-mega-navbar .nav-link::before,
body.yellow-and-black .site-mega-navbar .nav-link::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  background: none !important;
  background-image: none !important;
  border: 0 !important;
}
body.yellow-and-black section.subpages-list .col-subpages a.subpages-link .subpages::after {
  background-color: #ffeb3b !important;
  background-image: none !important;
}
body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item):hover:hover, body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item):hover:focus-visible,
body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible:hover,
body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible:focus-visible,
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item):hover:hover,
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item):hover:focus-visible,
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item):focus-visible:hover,
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item):focus-visible:focus-visible,
body.yellow-and-black .breadcrumb-item a:hover:hover,
body.yellow-and-black .breadcrumb-item a:hover:focus-visible,
body.yellow-and-black .breadcrumb-item a:focus-visible:hover,
body.yellow-and-black .breadcrumb-item a:focus-visible:focus-visible,
body.yellow-and-black .vacancy-banner__link:hover:hover,
body.yellow-and-black .vacancy-banner__link:hover:focus-visible,
body.yellow-and-black .vacancy-banner__link:focus-visible:hover,
body.yellow-and-black .vacancy-banner__link:focus-visible:focus-visible,
body.yellow-and-black .blog-landing-item-link a:hover:hover,
body.yellow-and-black .blog-landing-item-link a:hover:focus-visible,
body.yellow-and-black .blog-landing-item-link a:focus-visible:hover,
body.yellow-and-black .blog-landing-item-link a:focus-visible:focus-visible,
body.yellow-and-black .custom-link-list a:hover:hover,
body.yellow-and-black .custom-link-list a:hover:focus-visible,
body.yellow-and-black .custom-link-list a:focus-visible:hover,
body.yellow-and-black .custom-link-list a:focus-visible:focus-visible,
body.yellow-and-black footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover:hover,
body.yellow-and-black footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover:focus-visible,
body.yellow-and-black footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible:hover,
body.yellow-and-black footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible:focus-visible {
  color: #ffeb3b !important;
  background-color: transparent !important;
  text-decoration: underline !important;
  outline: none !important;
  box-shadow: none !important;
}
body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item):hover:hover *, body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item):hover:focus-visible *,
body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible:hover *,
body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible:focus-visible *,
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item):hover:hover *,
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item):hover:focus-visible *,
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item):focus-visible:hover *,
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item):focus-visible:focus-visible *,
body.yellow-and-black .breadcrumb-item a:hover:hover *,
body.yellow-and-black .breadcrumb-item a:hover:focus-visible *,
body.yellow-and-black .breadcrumb-item a:focus-visible:hover *,
body.yellow-and-black .breadcrumb-item a:focus-visible:focus-visible *,
body.yellow-and-black .vacancy-banner__link:hover:hover *,
body.yellow-and-black .vacancy-banner__link:hover:focus-visible *,
body.yellow-and-black .vacancy-banner__link:focus-visible:hover *,
body.yellow-and-black .vacancy-banner__link:focus-visible:focus-visible *,
body.yellow-and-black .blog-landing-item-link a:hover:hover *,
body.yellow-and-black .blog-landing-item-link a:hover:focus-visible *,
body.yellow-and-black .blog-landing-item-link a:focus-visible:hover *,
body.yellow-and-black .blog-landing-item-link a:focus-visible:focus-visible *,
body.yellow-and-black .custom-link-list a:hover:hover *,
body.yellow-and-black .custom-link-list a:hover:focus-visible *,
body.yellow-and-black .custom-link-list a:focus-visible:hover *,
body.yellow-and-black .custom-link-list a:focus-visible:focus-visible *,
body.yellow-and-black footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover:hover *,
body.yellow-and-black footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover:focus-visible *,
body.yellow-and-black footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible:hover *,
body.yellow-and-black footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible:focus-visible * {
  color: #ffeb3b !important;
  background-color: transparent !important;
}
body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item):hover:hover .bi,
body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item):hover:hover i, body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item):hover:focus-visible .bi,
body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item):hover:focus-visible i,
body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible:hover .bi,
body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible:hover i,
body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible:focus-visible .bi,
body.yellow-and-black .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible:focus-visible i,
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item):hover:hover .bi,
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item):hover:hover i,
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item):hover:focus-visible .bi,
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item):hover:focus-visible i,
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item):focus-visible:hover .bi,
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item):focus-visible:hover i,
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item):focus-visible:focus-visible .bi,
body.yellow-and-black .html-content a:not(.btn):not(.landing-icon-item):focus-visible:focus-visible i,
body.yellow-and-black .breadcrumb-item a:hover:hover .bi,
body.yellow-and-black .breadcrumb-item a:hover:hover i,
body.yellow-and-black .breadcrumb-item a:hover:focus-visible .bi,
body.yellow-and-black .breadcrumb-item a:hover:focus-visible i,
body.yellow-and-black .breadcrumb-item a:focus-visible:hover .bi,
body.yellow-and-black .breadcrumb-item a:focus-visible:hover i,
body.yellow-and-black .breadcrumb-item a:focus-visible:focus-visible .bi,
body.yellow-and-black .breadcrumb-item a:focus-visible:focus-visible i,
body.yellow-and-black .vacancy-banner__link:hover:hover .bi,
body.yellow-and-black .vacancy-banner__link:hover:hover i,
body.yellow-and-black .vacancy-banner__link:hover:focus-visible .bi,
body.yellow-and-black .vacancy-banner__link:hover:focus-visible i,
body.yellow-and-black .vacancy-banner__link:focus-visible:hover .bi,
body.yellow-and-black .vacancy-banner__link:focus-visible:hover i,
body.yellow-and-black .vacancy-banner__link:focus-visible:focus-visible .bi,
body.yellow-and-black .vacancy-banner__link:focus-visible:focus-visible i,
body.yellow-and-black .blog-landing-item-link a:hover:hover .bi,
body.yellow-and-black .blog-landing-item-link a:hover:hover i,
body.yellow-and-black .blog-landing-item-link a:hover:focus-visible .bi,
body.yellow-and-black .blog-landing-item-link a:hover:focus-visible i,
body.yellow-and-black .blog-landing-item-link a:focus-visible:hover .bi,
body.yellow-and-black .blog-landing-item-link a:focus-visible:hover i,
body.yellow-and-black .blog-landing-item-link a:focus-visible:focus-visible .bi,
body.yellow-and-black .blog-landing-item-link a:focus-visible:focus-visible i,
body.yellow-and-black .custom-link-list a:hover:hover .bi,
body.yellow-and-black .custom-link-list a:hover:hover i,
body.yellow-and-black .custom-link-list a:hover:focus-visible .bi,
body.yellow-and-black .custom-link-list a:hover:focus-visible i,
body.yellow-and-black .custom-link-list a:focus-visible:hover .bi,
body.yellow-and-black .custom-link-list a:focus-visible:hover i,
body.yellow-and-black .custom-link-list a:focus-visible:focus-visible .bi,
body.yellow-and-black .custom-link-list a:focus-visible:focus-visible i,
body.yellow-and-black footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover:hover .bi,
body.yellow-and-black footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover:hover i,
body.yellow-and-black footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover:focus-visible .bi,
body.yellow-and-black footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover:focus-visible i,
body.yellow-and-black footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible:hover .bi,
body.yellow-and-black footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible:hover i,
body.yellow-and-black footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible:focus-visible .bi,
body.yellow-and-black footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible:focus-visible i {
  color: #ffeb3b !important;
}
body.yellow-and-black svg:not(.mega-a11y-panel__inner svg):not(#kp-cookie-v3 svg) {
  fill: #ffeb3b !important;
  stroke: #ffeb3b !important;
  color: #ffeb3b !important;
}
body.yellow-and-black :where(a,
.subpages-link,
.attachment-info,
.mega-menu-link,
.breadcrumb-item a):focus-visible:not(:where(#kp-cookie-v3 *)) {
  outline: none !important;
  box-shadow: none !important;
}
body.yellow-and-black :where(button,
input,
select,
textarea,
.btn,
.accordion-button,
.site-mega-nav__search-submit):focus-visible:not(:where(#kp-cookie-v3 *)) {
  outline: 3px solid #ffeb3b !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}
body.yellow-and-black .accordion-button:focus-visible {
  box-shadow: inset 0 0 0 2px #ffeb3b !important;
}
body.yellow-and-black .site-mega-nav__search-toggle:focus-visible {
  box-shadow: none !important;
}
body.yellow-and-black section.page-header {
  background-color: #000 !important;
}
body.yellow-and-black section.page-header .page-header-bg {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
}
body.yellow-and-black section.page-header .page-header-wrapper {
  background-color: #000 !important;
  background-image: none !important;
  height: auto !important;
  min-height: 0 !important;
}
body.yellow-and-black section.page-header .page-header-wrapper::before, body.yellow-and-black section.page-header .page-header-wrapper::after {
  display: none !important;
}
body.yellow-and-black section.page-header .page-header-wrapper .container h1,
body.yellow-and-black section.page-header .page-header-wrapper h1 {
  color: #ffeb3b !important;
}
body.yellow-and-black main.page-section-blog section.page-header .page-header-wrapper {
  background-color: #000 !important;
}
body.yellow-and-black main.contacts section.page-header .page-header-wrapper::after {
  display: none !important;
}
body.yellow-and-black section.page-gallery-album {
  background-color: #000 !important;
  background-image: none !important;
}
body.yellow-and-black section.page-gallery-album::before {
  display: none !important;
}
body.yellow-and-black section.page-gallery-album .wrapper {
  background-color: #000 !important;
}
body.yellow-and-black .row-page-gallery .col-page-gallery-thubnails a.lightbox {
  border: 2px solid #ffeb3b !important;
  background-color: #000 !important;
}
body.yellow-and-black .row-page-gallery .col-page-gallery-thubnails a.lightbox img {
  opacity: 1 !important;
}
body.yellow-and-black ol.breadcrumb,
body.yellow-and-black .breadcrumb {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.yellow-and-black ol.breadcrumb .breadcrumb-item,
body.yellow-and-black ol.breadcrumb .breadcrumb-item a,
body.yellow-and-black ol.breadcrumb .breadcrumb-item.active a,
body.yellow-and-black .breadcrumb .breadcrumb-item,
body.yellow-and-black .breadcrumb .breadcrumb-item a,
body.yellow-and-black .breadcrumb .breadcrumb-item.active a {
  color: #ffeb3b !important;
  background: transparent !important;
}
body.yellow-and-black ol.breadcrumb .breadcrumb-item a:hover,
body.yellow-and-black ol.breadcrumb .breadcrumb-item a:focus-visible,
body.yellow-and-black .breadcrumb .breadcrumb-item a:hover,
body.yellow-and-black .breadcrumb .breadcrumb-item a:focus-visible {
  color: #ffeb3b !important;
  background: transparent !important;
  text-decoration: underline !important;
  outline: none !important;
  box-shadow: none !important;
}
body.yellow-and-black .breadcrumb-item + .breadcrumb-item::before {
  color: #ffeb3b !important;
}
body.yellow-and-black h4.section-title::before {
  display: none !important;
}
body.yellow-and-black h4.section-title span {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
body.yellow-and-black h4.section-title span::after {
  background-color: #ffeb3b !important;
  background-image: none !important;
}
body.yellow-and-black section.blog-landing h2.blog-landing-title::before,
body.yellow-and-black .blog-landing h2.blog-landing-title::before {
  display: block !important;
  background-color: #ffeb3b !important;
  background-image: none !important;
}
body.yellow-and-black section.attachments-section .attachment-outer-body,
body.yellow-and-black section.attachments-section .attachment-body {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #ffeb3b !important;
}
body.yellow-and-black section.attachments-section .attachment-icon,
body.yellow-and-black section.attachments-section .file-title,
body.yellow-and-black section.attachments-section .file-title span,
body.yellow-and-black section.attachments-section .file-meta {
  color: #ffeb3b !important;
  background: transparent !important;
}
body.yellow-and-black section.attachments-section a.attachment-info {
  color: #ffeb3b !important;
  background: transparent !important;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}
body.yellow-and-black section.attachments-section a.attachment-info .file-title,
body.yellow-and-black section.attachments-section a.attachment-info .file-title span,
body.yellow-and-black section.attachments-section a.attachment-info .file-meta {
  color: #ffeb3b !important;
  background: transparent !important;
  text-decoration: none !important;
}
body.yellow-and-black section.attachments-section a.attachment-info:hover, body.yellow-and-black section.attachments-section a.attachment-info:focus-visible {
  color: #ffeb3b !important;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
body.yellow-and-black section.attachments-section a.attachment-info:hover .file-title,
body.yellow-and-black section.attachments-section a.attachment-info:hover .file-title span, body.yellow-and-black section.attachments-section a.attachment-info:focus-visible .file-title,
body.yellow-and-black section.attachments-section a.attachment-info:focus-visible .file-title span {
  text-decoration: underline !important;
}
body.yellow-and-black section.attachments-section a.attachment-info:hover .file-meta, body.yellow-and-black section.attachments-section a.attachment-info:focus-visible .file-meta {
  color: #ffeb3b !important;
  text-decoration: none !important;
}
body.yellow-and-black section.attachments-section a.attachment-download {
  background-color: #000 !important;
  background-image: none !important;
  border: 2px solid #ffeb3b !important;
  color: #ffeb3b !important;
  text-decoration: none !important;
}
body.yellow-and-black section.attachments-section a.attachment-download i,
body.yellow-and-black section.attachments-section a.attachment-download .bi {
  color: #ffeb3b !important;
  font-size: 18px !important;
}
body.yellow-and-black section.attachments-section a.attachment-download:hover {
  background-color: #ffeb3b !important;
  color: #000 !important;
}
body.yellow-and-black section.attachments-section a.attachment-download:hover i,
body.yellow-and-black section.attachments-section a.attachment-download:hover .bi {
  color: #000 !important;
}
body.yellow-and-black section.subpages-list a.subpages-link,
body.yellow-and-black section.subpages-list .subpages-link {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-decoration: none !important;
}
body.yellow-and-black section.subpages-list a.subpages-link .subpages,
body.yellow-and-black section.subpages-list .subpages-link .subpages {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.yellow-and-black section.subpages-list a.subpages-link .subpages .wrapper h3.card-title,
body.yellow-and-black section.subpages-list a.subpages-link .subpages h3,
body.yellow-and-black section.subpages-list a.subpages-link .subpages h3.card-title,
body.yellow-and-black section.subpages-list .subpages-link .subpages .wrapper h3.card-title,
body.yellow-and-black section.subpages-list .subpages-link .subpages h3,
body.yellow-and-black section.subpages-list .subpages-link .subpages h3.card-title {
  color: #ffeb3b !important;
  background: transparent !important;
}
body.yellow-and-black section.subpages-list a.subpages-link .subpages .reade-more,
body.yellow-and-black section.subpages-list .subpages-link .subpages .reade-more {
  background-color: #000 !important;
  background-image: none !important;
  border: 2px solid #ffeb3b !important;
  color: #ffeb3b !important;
  font-size: 18px !important;
  line-height: 26px !important;
  text-align: center !important;
}
body.yellow-and-black section.subpages-list a.subpages-link .subpages .reade-more::before,
body.yellow-and-black section.subpages-list .subpages-link .subpages .reade-more::before {
  content: "→" !important;
  color: #ffeb3b !important;
  display: block !important;
  line-height: 26px !important;
}
body.yellow-and-black section.subpages-list a.subpages-link .subpages .reade-more,
body.yellow-and-black section.subpages-list .subpages-link .subpages .reade-more {
  border-radius: 0 15px 0 0 !important;
}
body.yellow-and-black section.subpages-list a.subpages-link .subpages::after,
body.yellow-and-black section.subpages-list .subpages-link .subpages::after {
  background-color: #ffeb3b !important;
  background-image: none !important;
}
body.yellow-and-black section.subpages-list a.subpages-link .subpages .img-wrapper,
body.yellow-and-black section.subpages-list .subpages-link .subpages .img-wrapper {
  background-color: #ffeb3b !important;
  border: 2px solid #ffeb3b !important;
}
body.yellow-and-black section.subpages-list a.subpages-link .subpages .img-wrapper:not(:has(img)),
body.yellow-and-black section.subpages-list .subpages-link .subpages .img-wrapper:not(:has(img)) {
  display: none !important;
}
body.yellow-and-black section.subpages-list a.subpages-link .subpages .img-wrapper img,
body.yellow-and-black section.subpages-list .subpages-link .subpages .img-wrapper img {
  filter: brightness(0) !important;
  opacity: 1 !important;
}
body.yellow-and-black section.subpages-list a.subpages-link:hover, body.yellow-and-black section.subpages-list a.subpages-link:focus-visible,
body.yellow-and-black section.subpages-list .subpages-link:hover,
body.yellow-and-black section.subpages-list .subpages-link:focus-visible {
  background-color: #000 !important;
  color: #ffeb3b !important;
}
body.yellow-and-black section.subpages-list a.subpages-link:hover .subpages, body.yellow-and-black section.subpages-list a.subpages-link:focus-visible .subpages,
body.yellow-and-black section.subpages-list .subpages-link:hover .subpages,
body.yellow-and-black section.subpages-list .subpages-link:focus-visible .subpages {
  background-color: #000 !important;
  color: #ffeb3b !important;
}
body.yellow-and-black section.subpages-list a.subpages-link:hover h3,
body.yellow-and-black section.subpages-list a.subpages-link:hover h3.card-title, body.yellow-and-black section.subpages-list a.subpages-link:focus-visible h3,
body.yellow-and-black section.subpages-list a.subpages-link:focus-visible h3.card-title,
body.yellow-and-black section.subpages-list .subpages-link:hover h3,
body.yellow-and-black section.subpages-list .subpages-link:hover h3.card-title,
body.yellow-and-black section.subpages-list .subpages-link:focus-visible h3,
body.yellow-and-black section.subpages-list .subpages-link:focus-visible h3.card-title {
  color: #ffeb3b !important;
  text-decoration: underline !important;
}
body.yellow-and-black section.subpages-list a.subpages-link:hover .reade-more, body.yellow-and-black section.subpages-list a.subpages-link:focus-visible .reade-more,
body.yellow-and-black section.subpages-list .subpages-link:hover .reade-more,
body.yellow-and-black section.subpages-list .subpages-link:focus-visible .reade-more {
  background-color: #ffeb3b !important;
  border-color: #ffeb3b !important;
}
body.yellow-and-black section.subpages-list a.subpages-link:hover .reade-more::before, body.yellow-and-black section.subpages-list a.subpages-link:focus-visible .reade-more::before,
body.yellow-and-black section.subpages-list .subpages-link:hover .reade-more::before,
body.yellow-and-black section.subpages-list .subpages-link:focus-visible .reade-more::before {
  color: #000 !important;
}
body.yellow-and-black section.subpages-list a.subpages-link:hover .img-wrapper img, body.yellow-and-black section.subpages-list a.subpages-link:focus-visible .img-wrapper img,
body.yellow-and-black section.subpages-list .subpages-link:hover .img-wrapper img,
body.yellow-and-black section.subpages-list .subpages-link:focus-visible .img-wrapper img {
  filter: brightness(0) !important;
}
body.yellow-and-black section.subpages-list .col-subpages-list .subpages-link {
  background-color: #000 !important;
  background-image: none !important;
  border-bottom: 2px solid #ffeb3b !important;
  color: #ffeb3b !important;
}
body.yellow-and-black section.subpages-list .col-subpages-list .subpages-link h3 {
  color: #ffeb3b !important;
}
body.yellow-and-black section.subpages-list .col-subpages-list .subpages-link::after {
  background-color: #000 !important;
  background-image: none !important;
  border: 2px solid #ffeb3b !important;
  color: #ffeb3b !important;
  content: "→" !important;
  display: block !important;
  font-size: 18px !important;
  line-height: 26px !important;
  text-align: center !important;
  border-radius: 0 15px 0 0 !important;
}
body.yellow-and-black section.subpages-list .col-subpages-list .subpages-link:hover, body.yellow-and-black section.subpages-list .col-subpages-list .subpages-link:focus-visible {
  background-color: #000 !important;
  color: #ffeb3b !important;
}
body.yellow-and-black section.subpages-list .col-subpages-list .subpages-link:hover h3, body.yellow-and-black section.subpages-list .col-subpages-list .subpages-link:focus-visible h3 {
  color: #ffeb3b !important;
  text-decoration: underline !important;
}
body.yellow-and-black section.subpages-list .col-subpages-list .subpages-link:hover::after, body.yellow-and-black section.subpages-list .col-subpages-list .subpages-link:focus-visible::after {
  background-color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  color: #000 !important;
  content: "→" !important;
}
body.yellow-and-black section.subpages-list .col-subpages-list .subpages-link + .subpages-link,
body.yellow-and-black section.subpages-list .col-subpages-list .col-attachment-item {
  border-top: none !important;
}
body.yellow-and-black .row-logo-list .services-logo-list-item-inner-img,
body.yellow-and-black .main-html-content .row-logo-list .services-logo-list-item-inner-img,
body.yellow-and-black .html-content .row-logo-list .services-logo-list-item-inner-img {
  background-color: #000 !important;
  background-image: none !important;
  border: 2px solid #ffeb3b !important;
}
body.yellow-and-black .row-logo-list .services-logo-list-item-inner-img img,
body.yellow-and-black .main-html-content .row-logo-list .services-logo-list-item-inner-img img,
body.yellow-and-black .html-content .row-logo-list .services-logo-list-item-inner-img img {
  filter: grayscale(1) brightness(2.1) contrast(1.35) !important;
  opacity: 1 !important;
}
body.yellow-and-black .row-logo-list .services-logo-list-item-inner-title,
body.yellow-and-black .main-html-content .row-logo-list .services-logo-list-item-inner-title,
body.yellow-and-black .html-content .row-logo-list .services-logo-list-item-inner-title {
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  background: transparent !important;
}
body.yellow-and-black .accordion-item-cenradis .accordion-button,
body.yellow-and-black .accordion-item-cenradis .accordion-button:not(.collapsed),
body.yellow-and-black .accordion-item-cenradis .accordion-button.collapsed {
  background-color: #000 !important;
  color: #ffeb3b !important;
}
body.yellow-and-black .accordion-item-cenradis .accordion-body-link {
  color: #ffeb3b !important;
}
body.yellow-and-black .accordion-item-cenradis .accordion-body-link i,
body.yellow-and-black .accordion-item-cenradis .accordion-body-link .bi {
  color: #ffeb3b !important;
}
body.yellow-and-black .site-mega-nav__a11y > .nav-link {
  background: transparent !important;
  color: #ffeb3b !important;
}
body.yellow-and-black .site-mega-nav__a11y > .nav-link .bi {
  color: #ffeb3b !important;
}
body.yellow-and-black section.vacancy-banner {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.yellow-and-black section.vacancy-banner .vacancy-banner__eyebrow,
body.yellow-and-black section.vacancy-banner .vacancy-banner__title,
body.yellow-and-black section.vacancy-banner .vacancy-banner__link {
  color: #ffeb3b !important;
  background: transparent !important;
}
body.yellow-and-black section.vacancy-banner .vacancy-banner__link {
  color: #ffeb3b !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
body.yellow-and-black section.vacancy-banner .vacancy-banner__art {
  display: none !important;
}
body.yellow-and-black .vacancy-shell,
body.yellow-and-black .vacancy-body,
body.yellow-and-black .vacancy-content {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.yellow-and-black .vacancy-accordion .accordion-item,
body.yellow-and-black .sub-accordion .accordion-item {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #ffeb3b !important;
}
body.yellow-and-black .vacancy-accordion .accordion-button,
body.yellow-and-black .vacancy-accordion .accordion-button:not(.collapsed),
body.yellow-and-black .vacancy-accordion .accordion-button.collapsed,
body.yellow-and-black .sub-accordion .accordion-button,
body.yellow-and-black .sub-accordion .accordion-button:not(.collapsed),
body.yellow-and-black .sub-accordion .accordion-button.collapsed {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  color: #ffeb3b !important;
  box-shadow: none !important;
}
body.yellow-and-black .vacancy-accordion .accordion-button::after,
body.yellow-and-black .vacancy-accordion .accordion-button:not(.collapsed)::after,
body.yellow-and-black .vacancy-accordion .accordion-button.collapsed::after,
body.yellow-and-black .sub-accordion .accordion-button::after,
body.yellow-and-black .sub-accordion .accordion-button:not(.collapsed)::after,
body.yellow-and-black .sub-accordion .accordion-button.collapsed::after {
  border-color: #ffeb3b !important;
  background-color: transparent !important;
}
body.yellow-and-black .vacancy-accordion .accordion-button:not(.collapsed),
body.yellow-and-black .sub-accordion .accordion-button:not(.collapsed) {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.yellow-and-black .vacancy-accordion .accordion-collapse,
body.yellow-and-black .vacancy-accordion .accordion-body,
body.yellow-and-black .sub-accordion .accordion-collapse,
body.yellow-and-black .sub-accordion .accordion-body {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.yellow-and-black .vacancy-accordion .accordion-collapse p, body.yellow-and-black .vacancy-accordion .accordion-collapse li, body.yellow-and-black .vacancy-accordion .accordion-collapse span, body.yellow-and-black .vacancy-accordion .accordion-collapse strong, body.yellow-and-black .vacancy-accordion .accordion-collapse h2, body.yellow-and-black .vacancy-accordion .accordion-collapse h3, body.yellow-and-black .vacancy-accordion .accordion-collapse h4,
body.yellow-and-black .vacancy-accordion .accordion-body p,
body.yellow-and-black .vacancy-accordion .accordion-body li,
body.yellow-and-black .vacancy-accordion .accordion-body span,
body.yellow-and-black .vacancy-accordion .accordion-body strong,
body.yellow-and-black .vacancy-accordion .accordion-body h2,
body.yellow-and-black .vacancy-accordion .accordion-body h3,
body.yellow-and-black .vacancy-accordion .accordion-body h4,
body.yellow-and-black .sub-accordion .accordion-collapse p,
body.yellow-and-black .sub-accordion .accordion-collapse li,
body.yellow-and-black .sub-accordion .accordion-collapse span,
body.yellow-and-black .sub-accordion .accordion-collapse strong,
body.yellow-and-black .sub-accordion .accordion-collapse h2,
body.yellow-and-black .sub-accordion .accordion-collapse h3,
body.yellow-and-black .sub-accordion .accordion-collapse h4,
body.yellow-and-black .sub-accordion .accordion-body p,
body.yellow-and-black .sub-accordion .accordion-body li,
body.yellow-and-black .sub-accordion .accordion-body span,
body.yellow-and-black .sub-accordion .accordion-body strong,
body.yellow-and-black .sub-accordion .accordion-body h2,
body.yellow-and-black .sub-accordion .accordion-body h3,
body.yellow-and-black .sub-accordion .accordion-body h4 {
  color: #ffeb3b !important;
}
body.yellow-and-black .vacancy-accordion h2.accordion-header,
body.yellow-and-black .vacancy-accordion h3.accordion-header,
body.yellow-and-black .vacancy-accordion h2.accordion-header button,
body.yellow-and-black .vacancy-accordion h3.accordion-header button,
body.yellow-and-black .sub-accordion h2.accordion-header,
body.yellow-and-black .sub-accordion h3.accordion-header,
body.yellow-and-black .sub-accordion h2.accordion-header button,
body.yellow-and-black .sub-accordion h3.accordion-header button {
  color: #ffeb3b !important;
  background: transparent !important;
}
body.yellow-and-black .form-manager-vacancy .title-wrapper {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.yellow-and-black .form-manager-vacancy .title-wrapper::before {
  background: #ffeb3b !important;
  background-image: none !important;
}
body.yellow-and-black .form-manager-vacancy .title-wrapper h4.widget-title {
  color: #ffeb3b !important;
}
body.yellow-and-black .formbuilder-file-label {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #ffeb3b !important;
}
body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item,
body.yellow-and-black .contacts-icon-items a.landing-icon-item,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item {
  background: transparent !important;
  text-decoration: none !important;
}
body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item .card-bg,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item .card-bg,
body.yellow-and-black .contacts-icon-items a.landing-icon-item .card-bg,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item .card-bg {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border: 3px solid #ffeb3b !important;
  border-bottom: 3px solid #ffeb3b !important;
  transition: none !important;
}
body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item .card-bg h2,
body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item .card-bg h3,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item .card-bg h2,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item .card-bg h3,
body.yellow-and-black .contacts-icon-items a.landing-icon-item .card-bg h2,
body.yellow-and-black .contacts-icon-items a.landing-icon-item .card-bg h3,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item .card-bg h2,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item .card-bg h3 {
  color: #ffeb3b !important;
  background: transparent !important;
}
body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item .card-bg span.link-icon,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item .card-bg span.link-icon,
body.yellow-and-black .contacts-icon-items a.landing-icon-item .card-bg span.link-icon,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item .card-bg span.link-icon {
  background-color: #000 !important;
  background-image: none !important;
  border: 2px solid #ffeb3b !important;
  color: #ffeb3b !important;
  font-size: 18px !important;
  line-height: 26px !important;
  text-align: center !important;
}
body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item .card-bg span.link-icon::before,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item .card-bg span.link-icon::before,
body.yellow-and-black .contacts-icon-items a.landing-icon-item .card-bg span.link-icon::before,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item .card-bg span.link-icon::before {
  content: "→" !important;
  color: #ffeb3b !important;
  display: block !important;
  line-height: 26px !important;
}
body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item .card-bg span.link-icon,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item .card-bg span.link-icon,
body.yellow-and-black .contacts-icon-items a.landing-icon-item .card-bg span.link-icon,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item .card-bg span.link-icon {
  border-radius: 0 15px 0 0 !important;
  transition: none !important;
}
body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item .card-bg::after,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item .card-bg::after,
body.yellow-and-black .contacts-icon-items a.landing-icon-item .card-bg::after,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item .card-bg::after {
  display: none !important;
}
body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item .main-icon,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item .main-icon,
body.yellow-and-black .contacts-icon-items a.landing-icon-item .main-icon,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item .main-icon {
  background-color: #ffeb3b !important;
  background-image: none !important;
}
body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item .jrsi,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item .jrsi,
body.yellow-and-black .contacts-icon-items a.landing-icon-item .jrsi,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item .jrsi {
  background-color: #000 !important;
}
body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item:hover, body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item:focus-visible,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item:hover,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item:focus-visible,
body.yellow-and-black .contacts-icon-items a.landing-icon-item:hover,
body.yellow-and-black .contacts-icon-items a.landing-icon-item:focus-visible,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item:hover,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item:focus-visible {
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item:hover .card-bg, body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item:focus-visible .card-bg,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item:hover .card-bg,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item:focus-visible .card-bg,
body.yellow-and-black .contacts-icon-items a.landing-icon-item:hover .card-bg,
body.yellow-and-black .contacts-icon-items a.landing-icon-item:focus-visible .card-bg,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item:hover .card-bg,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item:focus-visible .card-bg {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  border-bottom-color: #ffeb3b !important;
}
body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item:hover .card-bg h2,
body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item:hover .card-bg h3, body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item:focus-visible .card-bg h2,
body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item:focus-visible .card-bg h3,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item:hover .card-bg h2,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item:hover .card-bg h3,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item:focus-visible .card-bg h2,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item:focus-visible .card-bg h3,
body.yellow-and-black .contacts-icon-items a.landing-icon-item:hover .card-bg h2,
body.yellow-and-black .contacts-icon-items a.landing-icon-item:hover .card-bg h3,
body.yellow-and-black .contacts-icon-items a.landing-icon-item:focus-visible .card-bg h2,
body.yellow-and-black .contacts-icon-items a.landing-icon-item:focus-visible .card-bg h3,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item:hover .card-bg h2,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item:hover .card-bg h3,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item:focus-visible .card-bg h2,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item:focus-visible .card-bg h3 {
  color: #ffeb3b !important;
  background: transparent !important;
  text-decoration: underline !important;
}
body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item:hover .card-bg span.link-icon, body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item:focus-visible .card-bg span.link-icon,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item:hover .card-bg span.link-icon,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item:focus-visible .card-bg span.link-icon,
body.yellow-and-black .contacts-icon-items a.landing-icon-item:hover .card-bg span.link-icon,
body.yellow-and-black .contacts-icon-items a.landing-icon-item:focus-visible .card-bg span.link-icon,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item:hover .card-bg span.link-icon,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item:focus-visible .card-bg span.link-icon {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
  border-color: #ffeb3b !important;
  color: #ffeb3b !important;
}
body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item:hover .card-bg span.link-icon::before, body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item:focus-visible .card-bg span.link-icon::before,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item:hover .card-bg span.link-icon::before,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item:focus-visible .card-bg span.link-icon::before,
body.yellow-and-black .contacts-icon-items a.landing-icon-item:hover .card-bg span.link-icon::before,
body.yellow-and-black .contacts-icon-items a.landing-icon-item:focus-visible .card-bg span.link-icon::before,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item:hover .card-bg span.link-icon::before,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item:focus-visible .card-bg span.link-icon::before {
  color: #ffeb3b !important;
}
body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item:hover .main-icon, body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item:focus-visible .main-icon,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item:hover .main-icon,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item:focus-visible .main-icon,
body.yellow-and-black .contacts-icon-items a.landing-icon-item:hover .main-icon,
body.yellow-and-black .contacts-icon-items a.landing-icon-item:focus-visible .main-icon,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item:hover .main-icon,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item:focus-visible .main-icon {
  background: #ffeb3b !important;
  background-color: #ffeb3b !important;
  background-image: none !important;
}
body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item:hover .jrsi, body.yellow-and-black .row-contacts-header-bottom a.landing-icon-item:focus-visible .jrsi,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item:hover .jrsi,
body.yellow-and-black .row-contacts-header-bottom div.contacts-icon-item:focus-visible .jrsi,
body.yellow-and-black .contacts-icon-items a.landing-icon-item:hover .jrsi,
body.yellow-and-black .contacts-icon-items a.landing-icon-item:focus-visible .jrsi,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item:hover .jrsi,
body.yellow-and-black .contacts-icon-items div.contacts-icon-item:focus-visible .jrsi {
  background-color: #000 !important;
}
body.yellow-and-black .row-contacts-header-bottom .card-bg ul.contacts-card-item-list li::before,
body.yellow-and-black .contacts-icon-items .card-bg ul.contacts-card-item-list li::before {
  background-color: #ffeb3b !important;
}
body.yellow-and-black .site-footer-design .head,
body.yellow-and-black h4.footer-title span {
  background-color: #000 !important;
  color: #ffeb3b !important;
}
body.yellow-and-black h4.footer-title span {
  background-color: #000 !important;
  color: #ffeb3b !important;
}
body.yellow-and-black h4.footer-title::before, body.yellow-and-black h4.footer-title::after {
  background-color: #ffeb3b !important;
}
body.yellow-and-black ul.footer-contacts li,
body.yellow-and-black ul.footer-contacts li span,
body.yellow-and-black ul.footer-contacts li a,
body.yellow-and-black ul.footer-contacts li i {
  color: #ffeb3b !important;
  background: transparent !important;
}
body.yellow-and-black ul.footer-contacts li::after,
body.yellow-and-black ul.footer-contacts li span::after,
body.yellow-and-black ul.footer-contacts li a::after,
body.yellow-and-black ul.footer-contacts li i::after {
  background-color: #ffeb3b !important;
}
body.yellow-and-black main.page-section-post section.page-header-blog-item .page-header-bg,
body.yellow-and-black main.page-section-blog_post section.page-header-blog-item .page-header-bg {
  background: #000 !important;
  background-image: none !important;
}
body.yellow-and-black main.page-section-post section.page-header-blog-item .page-header-bg::before,
body.yellow-and-black main.page-section-blog_post section.page-header-blog-item .page-header-bg::before {
  display: none !important;
  background: none !important;
  background-image: none !important;
}
body.yellow-and-black main.page-section-post section.blog-post-open-section .blog-post-postbox-thumb-img,
body.yellow-and-black main.page-section-post section.blog-post-open-section .blog-post-postbox-content,
body.yellow-and-black main.page-section-post section.blog-post-open-section .blog-post-postbox-details,
body.yellow-and-black main.page-section-blog_post section.blog-post-open-section .blog-post-postbox-thumb-img,
body.yellow-and-black main.page-section-blog_post section.blog-post-open-section .blog-post-postbox-content,
body.yellow-and-black main.page-section-blog_post section.blog-post-open-section .blog-post-postbox-details {
  background: transparent !important;
}
body.yellow-and-black main.page-section-post section.blog-post-open-section .blog-post-item-toolbar::before,
body.yellow-and-black main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar::before {
  background-color: #000 !important;
  background-image: none !important;
}
body.yellow-and-black main.page-section-post section.blog-post-open-section .blog-post-item-toolbar::after,
body.yellow-and-black main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar::after {
  background: #ffeb3b !important;
  background-image: none !important;
}
body.yellow-and-black main.page-section-post section.blog-post-open-section .blog-post-item-toolbar h1.blog-title,
body.yellow-and-black main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar h1.blog-title {
  color: #ffeb3b !important;
  background: transparent !important;
}
body.yellow-and-black main.page-section-post section.blog-post-open-section .blog-post-item-toolbar .breadcrumb,
body.yellow-and-black main.page-section-post section.blog-post-open-section .blog-post-item-toolbar .breadcrumb-item,
body.yellow-and-black main.page-section-post section.blog-post-open-section .blog-post-item-toolbar .breadcrumb-item a,
body.yellow-and-black main.page-section-post section.blog-post-open-section .blog-post-item-toolbar .breadcrumb-item.active,
body.yellow-and-black main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar .breadcrumb,
body.yellow-and-black main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar .breadcrumb-item,
body.yellow-and-black main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar .breadcrumb-item a,
body.yellow-and-black main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar .breadcrumb-item.active {
  color: #ffeb3b !important;
  background: transparent !important;
}
body.yellow-and-black .blog-share-toolbar span,
body.yellow-and-black .col-share .blog-share-toolbar span {
  color: #ffeb3b !important;
}
body.yellow-and-black .blog-share-toolbar ul.soc-share li button,
body.yellow-and-black .col-share .blog-share-toolbar ul.soc-share li button {
  background-color: #000 !important;
  background-image: none !important;
  border: 2px solid #ffeb3b !important;
  color: #ffeb3b !important;
}
body.yellow-and-black .blog-share-toolbar ul.soc-share li button i,
body.yellow-and-black .blog-share-toolbar ul.soc-share li button .bi,
body.yellow-and-black .col-share .blog-share-toolbar ul.soc-share li button i,
body.yellow-and-black .col-share .blog-share-toolbar ul.soc-share li button .bi {
  color: #ffeb3b !important;
}
body.yellow-and-black .blog-share-toolbar ul.soc-share li button:hover, body.yellow-and-black .blog-share-toolbar ul.soc-share li button:focus-visible,
body.yellow-and-black .col-share .blog-share-toolbar ul.soc-share li button:hover,
body.yellow-and-black .col-share .blog-share-toolbar ul.soc-share li button:focus-visible {
  background-color: #000 !important;
  color: #ffeb3b !important;
  text-decoration: underline !important;
}
body.yellow-and-black .blog-share-toolbar ul.soc-share li button:hover i,
body.yellow-and-black .blog-share-toolbar ul.soc-share li button:hover .bi, body.yellow-and-black .blog-share-toolbar ul.soc-share li button:focus-visible i,
body.yellow-and-black .blog-share-toolbar ul.soc-share li button:focus-visible .bi,
body.yellow-and-black .col-share .blog-share-toolbar ul.soc-share li button:hover i,
body.yellow-and-black .col-share .blog-share-toolbar ul.soc-share li button:hover .bi,
body.yellow-and-black .col-share .blog-share-toolbar ul.soc-share li button:focus-visible i,
body.yellow-and-black .col-share .blog-share-toolbar ul.soc-share li button:focus-visible .bi {
  color: #ffeb3b !important;
}
body.yellow-and-black main.page-section-komanda,
body.yellow-and-black main.page-section-blog,
body.yellow-and-black main.page-section-post,
body.yellow-and-black main.page-section-blog_post,
body.yellow-and-black main.contacts,
body.yellow-and-black main.homepage {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  background-image: none !important;
}
body.yellow-and-black .main-html-content blockquote,
body.yellow-and-black .html-content blockquote {
  background-color: #000 !important;
  border-bottom: 3px solid #ffeb3b !important;
}
body.yellow-and-black .main-html-content blockquote::before,
body.yellow-and-black .html-content blockquote::before {
  content: "“" !important;
  color: #ffeb3b !important;
  background: none !important;
  background-image: none !important;
}
body.yellow-and-black :not(.mega-a11y-panel__inner):not(.mega-a11y-panel__inner *).bi, body.yellow-and-black :not(.mega-a11y-panel__inner):not(.mega-a11y-panel__inner *)[class*=bi-],
body.yellow-and-black :not(.mega-a11y-panel__inner):not(.mega-a11y-panel__inner *) i.contacts-icon {
  color: #ffeb3b !important;
}
body.yellow-and-black .header-icons a.header-icon-link .icon i,
body.yellow-and-black .header-icons a.header-icon-link .icon [class*=bi-] {
  color: #000 !important;
}
body.yellow-and-black .header-icons a.header-icon-link .icon i.phone-icon,
body.yellow-and-black .header-icons a.header-icon-link .icon i.epieraksts-icon,
body.yellow-and-black .header-icons a.header-icon-link .icon i.contacts-icon {
  filter: brightness(0) !important;
  opacity: 1 !important;
}
body.yellow-and-black .site-mega-navbar .navbar-toggler {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #ffeb3b !important;
}
body.yellow-and-black .site-mega-navbar .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}
body.yellow-and-black .site-mega-nav__search-form input.form-control {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.yellow-and-black .error-404-page h2,
body.yellow-and-black .error-404-page p,
body.yellow-and-black .date-post .wrapper,
body.yellow-and-black .vacancy-banner__content {
  color: #ffeb3b !important;
}
body.yellow-and-black .page-bottom-toolbar {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.yellow-and-black .bi,
body.yellow-and-black [class*=" bi-"],
body.yellow-and-black [class^=bi-] {
  color: #ffeb3b !important;
}
body.yellow-and-black .icon .bi,
body.yellow-and-black .icon [class^=bi-],
body.yellow-and-black .header-icons .icon .bi,
body.yellow-and-black .site-mega-nav__search-toggle .bi,
body.yellow-and-black a.attachment-download .bi,
body.yellow-and-black .attachment-icon {
  color: #ffeb3b !important;
}
body.yellow-and-black .header-icons .icon .bi {
  color: #000 !important;
}
body.yellow-and-black .attachment-icon i {
  color: #ffeb3b !important;
}
body.yellow-and-black .header-icons a.header-icon-link .icon i.phone-icon,
body.yellow-and-black .header-icons a.header-icon-link .icon i.epieraksts-icon,
body.yellow-and-black .header-icons a.header-icon-link .icon i.contacts-icon {
  filter: brightness(0) !important;
  opacity: 1 !important;
}
body.yellow-and-black .header-logo img,
body.yellow-and-black .footer-logo,
body.yellow-and-black .blog-landing-item-img img,
body.yellow-and-black article.blog-landing-item img,
body.yellow-and-black .main-html-content img,
body.yellow-and-black .html-content img,
body.yellow-and-black .row-page-gallery img,
body.yellow-and-black img:not(#kp-cookie-v3 img),
body.yellow-and-black video,
body.yellow-and-black picture {
  filter: grayscale(1) contrast(1.15) brightness(0.9) sepia(1) saturate(6) hue-rotate(5deg) !important;
}
body.yellow-and-black .row-page-gallery img {
  filter: grayscale(1) contrast(1.1) !important;
}
body.yellow-and-black .header-icons a.header-icon-link .icon i.phone-icon,
body.yellow-and-black .header-icons a.header-icon-link .icon i.epieraksts-icon,
body.yellow-and-black .header-icons a.header-icon-link .icon i.contacts-icon {
  filter: brightness(0) !important;
}
body.yellow-and-black section.homepage-mission-widget .mission-item-icon img {
  filter: brightness(0) !important;
}
body.yellow-and-black section.vacancy-banner .vacancy-banner__art::after {
  filter: brightness(0) !important;
}
body.yellow-and-black .vacancy-accordion .accordion-button::after,
body.yellow-and-black .sub-accordion .accordion-button::after {
  filter: brightness(0) !important;
}
body.yellow-and-black #kp-cookie-v3,
body.yellow-and-black #kp-cookie-v3 * {
  filter: none !important;
  text-shadow: none !important;
}
body.yellow-and-black #kp-cookie-v3.kp-cookie-v3-overlay {
  color: #ffeb3b !important;
  background-color: #000 !important;
  background-image: none !important;
  border: 2px solid #ffeb3b !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35) !important;
}
body.yellow-and-black #kp-cookie-v3 h1,
body.yellow-and-black #kp-cookie-v3 h2,
body.yellow-and-black #kp-cookie-v3 h3,
body.yellow-and-black #kp-cookie-v3 h4,
body.yellow-and-black #kp-cookie-v3 h5,
body.yellow-and-black #kp-cookie-v3 h6,
body.yellow-and-black #kp-cookie-v3 p,
body.yellow-and-black #kp-cookie-v3 label,
body.yellow-and-black #kp-cookie-v3 span,
body.yellow-and-black #kp-cookie-v3 small,
body.yellow-and-black #kp-cookie-v3 li,
body.yellow-and-black #kp-cookie-v3 strong,
body.yellow-and-black #kp-cookie-v3 em,
body.yellow-and-black #kp-cookie-v3 td,
body.yellow-and-black #kp-cookie-v3 th,
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-title,
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-description,
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-cat-info h4,
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-cat-info p,
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-details-content,
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-details-content * {
  color: #ffeb3b !important;
  background-color: transparent !important;
  background-image: none !important;
  opacity: 1 !important;
}
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-description {
  opacity: 1 !important;
}
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-description a,
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-btn-settings,
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-details-toggle,
body.yellow-and-black #kp-cookie-v3 #kp-cookie-v3-back-btn {
  color: #ffeb3b !important;
  text-decoration: underline !important;
}
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-description a:hover, body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-description a:focus-visible,
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-btn-settings:hover,
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-btn-settings:focus-visible,
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-details-toggle:hover,
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-details-toggle:focus-visible,
body.yellow-and-black #kp-cookie-v3 #kp-cookie-v3-back-btn:hover,
body.yellow-and-black #kp-cookie-v3 #kp-cookie-v3-back-btn:focus-visible {
  color: #ffeb3b !important;
  background-color: transparent !important;
}
body.yellow-and-black #kp-cookie-v3 button,
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-btn {
  text-decoration: none !important;
  border: 2px solid transparent !important;
}
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-btn-accept {
  background-color: #ffeb3b !important;
  color: #000 !important;
  border-color: #ffeb3b !important;
}
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-btn-accept:hover, body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-btn-accept:focus-visible {
  opacity: 0.9 !important;
  color: #000 !important;
  background-color: #ffeb3b !important;
}
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-btn-reject {
  background-color: #1a1a1a !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
}
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-btn-reject:hover, body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-btn-reject:focus-visible {
  color: #ffeb3b !important;
  background-color: #1a1a1a !important;
}
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-category {
  border-color: #ffeb3b !important;
}
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-settings-view,
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-details-section {
  border-color: #ffeb3b !important;
}
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-details-content {
  background-color: #1a1a1a !important;
  border: 1px solid #ffeb3b !important;
  color: #ffeb3b !important;
}
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-details-content th {
  background-color: #ffeb3b !important;
  color: #000 !important;
  border-color: #ffeb3b !important;
}
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-details-content td {
  border-color: #ffeb3b !important;
  color: #ffeb3b !important;
  background-color: transparent !important;
}
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-slider {
  background-color: #ffeb3b !important;
}
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-slider::before {
  background-color: #000 !important;
}
body.yellow-and-black #kp-cookie-v3 input:checked + .kp-cookie-v3-slider {
  background-color: #ffeb3b !important;
}
body.yellow-and-black #kp-cookie-v3 input:focus-visible + .kp-cookie-v3-slider,
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-btn:focus-visible,
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-btn-settings:focus-visible,
body.yellow-and-black #kp-cookie-v3 .kp-cookie-v3-details-toggle:focus-visible,
body.yellow-and-black #kp-cookie-v3 button:focus-visible,
body.yellow-and-black #kp-cookie-v3 a:focus-visible {
  outline: 3px solid #ffeb3b !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #000, 0 0 0 5px #ffeb3b !important;
}
body.yellow-and-black .kp-cookie-v3-backdrop {
  background: rgba(0, 0, 0, 0.55) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}
body.yellow-and-black .site-topbar,
body.yellow-and-black .site-mega-nav__a11y .dropdown-menu,
body.yellow-and-black .site-mega-nav__a11y .dropdown-menu.mega-menu-panel,
body.yellow-and-black .site-mega-nav__a11y .mega-menu-panel,
body.yellow-and-black .site-mega-nav__a11y .mega-menu-panel > .container,
body.yellow-and-black .site-mega-nav__a11y .mega-menu-panel .container,
body.yellow-and-black .site-mega-nav__a11y .mega-menu-panel__head,
body.yellow-and-black .mega-menu-panel__body--a11y,
body.yellow-and-black .site-topbar-panel--a11y,
body.yellow-and-black .site-topbar-panel--a11y .site-topbar-panel__body,
body.yellow-and-black .site-topbar-panel--a11y .mega-a11y-panel__inner {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  filter: none !important;
}
body.yellow-and-black .site-mega-nav__a11y .mega-menu-panel__head-label {
  color: #ffeb3b !important;
}
body.yellow-and-black .site-mega-nav__a11y .mega-menu-panel__head-rule {
  background-color: #ffeb3b !important;
  opacity: 0.35;
}
body.yellow-and-black .mega-a11y-panel__inner {
  background-color: transparent !important;
  color: #ffeb3b !important;
}
body.yellow-and-black .mega-a11y-panel__inner .site-settings,
body.yellow-and-black .mega-a11y-panel__inner .site-settings li {
  background: transparent !important;
  color: #ffeb3b !important;
}
body.yellow-and-black .mega-a11y-panel__inner .site-settings > li > span {
  color: #ffeb3b !important;
  font-weight: 500 !important;
}
body.yellow-and-black .mega-a11y-panel__inner a.btn.btn-default:not(.btn-contrast),
body.yellow-and-black .mega-a11y-panel__inner button.btn.btn-default:not(.btn-contrast) {
  background-color: #1a1a1a !important;
  color: #ffeb3b !important;
  border: 2px solid transparent !important;
  text-decoration: none !important;
}
body.yellow-and-black .mega-a11y-panel__inner a.btn.btn-default:not(.btn-contrast):hover,
body.yellow-and-black .mega-a11y-panel__inner button.btn.btn-default:not(.btn-contrast):hover {
  color: #ffeb3b !important;
  background-color: #1a1a1a !important;
  opacity: 1 !important;
  text-decoration: underline !important;
}
body.yellow-and-black .mega-a11y-panel__inner a.btn.btn-default:not(.btn-contrast):focus-visible,
body.yellow-and-black .mega-a11y-panel__inner button.btn.btn-default:not(.btn-contrast):focus-visible {
  outline: 2px solid #ffeb3b !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}
body.yellow-and-black .mega-a11y-panel__inner a.btn.btn-default:not(.btn-contrast).active,
body.yellow-and-black .mega-a11y-panel__inner button.btn.btn-default:not(.btn-contrast).active {
  background-color: transparent !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
}
body.yellow-and-black .mega-a11y-panel__inner .btn.btn-default.btn-contrast {
  width: 51px;
  padding: 6px 0 !important;
  border: 2px solid transparent !important;
}
body.yellow-and-black .mega-a11y-panel__inner .btn.btn-default.btn-contrast i.bi {
  color: inherit !important;
}
body.yellow-and-black .mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-1 {
  background-color: #fff !important;
  color: #333 !important;
  border-color: #333 !important;
}
body.yellow-and-black .mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-1.active {
  border-color: #ffeb3b !important;
  outline: 2px solid #ffeb3b !important;
  outline-offset: 1px !important;
}
body.yellow-and-black .mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-2 {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}
body.yellow-and-black .mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-2.active {
  outline: 2px solid #ffeb3b !important;
  outline-offset: 1px !important;
}
body.yellow-and-black .mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-3 {
  background-color: #000 !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
}
body.yellow-and-black .mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-3.active {
  outline: 2px solid #ffeb3b !important;
  outline-offset: 1px !important;
}
body.yellow-and-black .mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-4 {
  background-color: #ffeb3b !important;
  color: #000 !important;
  border-color: #000 !important;
}
body.yellow-and-black .mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-4.active {
  outline: 2px solid #ffeb3b !important;
  outline-offset: 1px !important;
}
body.yellow-and-black .site-topbar__btn {
  color: #ffeb3b !important;
}
body.yellow-and-black .site-topbar__btn .bi,
body.yellow-and-black .site-topbar__btn span {
  color: #ffeb3b !important;
}

body.black-and-yellow {
  --bs-body-bg: #ffeb3b;
  --bs-body-color: #000;
  --bs-emphasis-color: #000;
  --bs-secondary-color: #000;
  --bs-secondary-bg: #ffeb3b;
  --bs-tertiary-color: #000;
  --bs-tertiary-bg: #ffeb3b;
  --bs-heading-color: #000;
  --bs-link-color: #000;
  --bs-link-hover-color: #000;
  --bs-border-color: #000;
  --bs-primary: #000;
  --bs-secondary: #000;
  --bs-success: #000;
  --bs-info: #000;
  --bs-warning: #000;
  --bs-danger: #000;
  --bs-light: #ffeb3b;
  --bs-dark: #000;
  --bs-white: #ffeb3b;
}
body.black-and-yellow .text-muted,
body.black-and-yellow .text-secondary,
body.black-and-yellow .text-body-secondary,
body.black-and-yellow .text-black-50,
body.black-and-yellow .text-white-50 {
  color: #000 !important;
  opacity: 1 !important;
}
body.black-and-yellow .text-primary,
body.black-and-yellow .text-success,
body.black-and-yellow .text-info,
body.black-and-yellow .text-warning,
body.black-and-yellow .text-danger {
  color: #000 !important;
}
body.black-and-yellow .bg-light,
body.black-and-yellow .bg-white,
body.black-and-yellow .bg-body,
body.black-and-yellow .bg-body-secondary,
body.black-and-yellow .bg-body-tertiary {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-yellow .card,
body.black-and-yellow .card-body,
body.black-and-yellow .card-header,
body.black-and-yellow .card-footer,
body.black-and-yellow .list-group-item,
body.black-and-yellow .dropdown-menu,
body.black-and-yellow .modal-content,
body.black-and-yellow .offcanvas,
body.black-and-yellow .popover,
body.black-and-yellow .toast,
body.black-and-yellow .accordion-item,
body.black-and-yellow .accordion-body {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-yellow .btn:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.black-and-yellow .btn-primary:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.black-and-yellow .btn-secondary:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.black-and-yellow .btn-success:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.black-and-yellow .btn-info:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.black-and-yellow .btn-warning:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.black-and-yellow .btn-danger:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.black-and-yellow .btn-light:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.black-and-yellow .btn-dark:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.black-and-yellow .btn-white:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.black-and-yellow .btn-third:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)) {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #000 !important;
  text-decoration: none !important;
}
body.black-and-yellow .btn:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover, body.black-and-yellow .btn:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.black-and-yellow .btn-primary:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.black-and-yellow .btn-primary:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.black-and-yellow .btn-secondary:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.black-and-yellow .btn-secondary:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.black-and-yellow .btn-success:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.black-and-yellow .btn-success:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.black-and-yellow .btn-info:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.black-and-yellow .btn-info:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.black-and-yellow .btn-warning:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.black-and-yellow .btn-warning:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.black-and-yellow .btn-danger:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.black-and-yellow .btn-danger:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.black-and-yellow .btn-light:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.black-and-yellow .btn-light:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.black-and-yellow .btn-dark:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.black-and-yellow .btn-dark:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.black-and-yellow .btn-white:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.black-and-yellow .btn-white:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.black-and-yellow .btn-third:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.black-and-yellow .btn-third:not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #000 !important;
}
body.black-and-yellow .btn-outline,
body.black-and-yellow .btn-outline-primary,
body.black-and-yellow .btn-outline-secondary,
body.black-and-yellow .btn-outline-success,
body.black-and-yellow .btn-outline-info,
body.black-and-yellow .btn-outline-warning,
body.black-and-yellow .btn-outline-danger,
body.black-and-yellow .btn-outline-light,
body.black-and-yellow .btn-outline-dark,
body.black-and-yellow .btn-back {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #000 !important;
  text-decoration: none !important;
}
body.black-and-yellow .btn-outline .bi,
body.black-and-yellow .btn-outline i,
body.black-and-yellow .btn-outline-primary .bi,
body.black-and-yellow .btn-outline-primary i,
body.black-and-yellow .btn-outline-secondary .bi,
body.black-and-yellow .btn-outline-secondary i,
body.black-and-yellow .btn-outline-success .bi,
body.black-and-yellow .btn-outline-success i,
body.black-and-yellow .btn-outline-info .bi,
body.black-and-yellow .btn-outline-info i,
body.black-and-yellow .btn-outline-warning .bi,
body.black-and-yellow .btn-outline-warning i,
body.black-and-yellow .btn-outline-danger .bi,
body.black-and-yellow .btn-outline-danger i,
body.black-and-yellow .btn-outline-light .bi,
body.black-and-yellow .btn-outline-light i,
body.black-and-yellow .btn-outline-dark .bi,
body.black-and-yellow .btn-outline-dark i,
body.black-and-yellow .btn-back .bi,
body.black-and-yellow .btn-back i {
  color: #000 !important;
}
body.black-and-yellow .btn-outline:hover, body.black-and-yellow .btn-outline:focus-visible,
body.black-and-yellow .btn-outline-primary:hover,
body.black-and-yellow .btn-outline-primary:focus-visible,
body.black-and-yellow .btn-outline-secondary:hover,
body.black-and-yellow .btn-outline-secondary:focus-visible,
body.black-and-yellow .btn-outline-success:hover,
body.black-and-yellow .btn-outline-success:focus-visible,
body.black-and-yellow .btn-outline-info:hover,
body.black-and-yellow .btn-outline-info:focus-visible,
body.black-and-yellow .btn-outline-warning:hover,
body.black-and-yellow .btn-outline-warning:focus-visible,
body.black-and-yellow .btn-outline-danger:hover,
body.black-and-yellow .btn-outline-danger:focus-visible,
body.black-and-yellow .btn-outline-light:hover,
body.black-and-yellow .btn-outline-light:focus-visible,
body.black-and-yellow .btn-outline-dark:hover,
body.black-and-yellow .btn-outline-dark:focus-visible,
body.black-and-yellow .btn-back:hover,
body.black-and-yellow .btn-back:focus-visible {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-decoration: underline !important;
}
body.black-and-yellow .btn-outline:hover .bi,
body.black-and-yellow .btn-outline:hover i, body.black-and-yellow .btn-outline:focus-visible .bi,
body.black-and-yellow .btn-outline:focus-visible i,
body.black-and-yellow .btn-outline-primary:hover .bi,
body.black-and-yellow .btn-outline-primary:hover i,
body.black-and-yellow .btn-outline-primary:focus-visible .bi,
body.black-and-yellow .btn-outline-primary:focus-visible i,
body.black-and-yellow .btn-outline-secondary:hover .bi,
body.black-and-yellow .btn-outline-secondary:hover i,
body.black-and-yellow .btn-outline-secondary:focus-visible .bi,
body.black-and-yellow .btn-outline-secondary:focus-visible i,
body.black-and-yellow .btn-outline-success:hover .bi,
body.black-and-yellow .btn-outline-success:hover i,
body.black-and-yellow .btn-outline-success:focus-visible .bi,
body.black-and-yellow .btn-outline-success:focus-visible i,
body.black-and-yellow .btn-outline-info:hover .bi,
body.black-and-yellow .btn-outline-info:hover i,
body.black-and-yellow .btn-outline-info:focus-visible .bi,
body.black-and-yellow .btn-outline-info:focus-visible i,
body.black-and-yellow .btn-outline-warning:hover .bi,
body.black-and-yellow .btn-outline-warning:hover i,
body.black-and-yellow .btn-outline-warning:focus-visible .bi,
body.black-and-yellow .btn-outline-warning:focus-visible i,
body.black-and-yellow .btn-outline-danger:hover .bi,
body.black-and-yellow .btn-outline-danger:hover i,
body.black-and-yellow .btn-outline-danger:focus-visible .bi,
body.black-and-yellow .btn-outline-danger:focus-visible i,
body.black-and-yellow .btn-outline-light:hover .bi,
body.black-and-yellow .btn-outline-light:hover i,
body.black-and-yellow .btn-outline-light:focus-visible .bi,
body.black-and-yellow .btn-outline-light:focus-visible i,
body.black-and-yellow .btn-outline-dark:hover .bi,
body.black-and-yellow .btn-outline-dark:hover i,
body.black-and-yellow .btn-outline-dark:focus-visible .bi,
body.black-and-yellow .btn-outline-dark:focus-visible i,
body.black-and-yellow .btn-back:hover .bi,
body.black-and-yellow .btn-back:hover i,
body.black-and-yellow .btn-back:focus-visible .bi,
body.black-and-yellow .btn-back:focus-visible i {
  color: #000 !important;
}
body.black-and-yellow .btn-link {
  color: #000 !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
body.black-and-yellow .table,
body.black-and-yellow .table > :not(caption) > * > * {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #000 !important;
}
body.black-and-yellow .table thead th {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-yellow .form-control,
body.black-and-yellow .form-select,
body.black-and-yellow .form-check-input {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #000 !important;
}
body.black-and-yellow .form-check-input:checked {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-yellow .badge {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #000 !important;
  text-decoration: none !important;
}
body.black-and-yellow .badge:hover, body.black-and-yellow .badge:focus-visible {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #000 !important;
}
body.black-and-yellow .alert {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #000 !important;
}
body.black-and-yellow .pagination .page-link {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #000 !important;
}
body.black-and-yellow .pagination .page-link:hover, body.black-and-yellow .pagination .page-link.active {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #000 !important;
  text-decoration: none !important;
}
body.black-and-yellow .pagination .page-link:hover:hover, body.black-and-yellow .pagination .page-link:hover:focus-visible, body.black-and-yellow .pagination .page-link.active:hover, body.black-and-yellow .pagination .page-link.active:focus-visible {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #000 !important;
}
body.black-and-yellow .main-html-content,
body.black-and-yellow .html-content,
body.black-and-yellow .cke_editable {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-yellow .main-html-content p,
body.black-and-yellow .main-html-content li,
body.black-and-yellow .main-html-content td,
body.black-and-yellow .main-html-content th,
body.black-and-yellow .main-html-content small,
body.black-and-yellow .main-html-content strong,
body.black-and-yellow .main-html-content em,
body.black-and-yellow .main-html-content label,
body.black-and-yellow .main-html-content figcaption,
body.black-and-yellow .html-content p,
body.black-and-yellow .html-content li,
body.black-and-yellow .html-content td,
body.black-and-yellow .html-content th,
body.black-and-yellow .html-content small,
body.black-and-yellow .html-content strong,
body.black-and-yellow .html-content em,
body.black-and-yellow .html-content label,
body.black-and-yellow .html-content figcaption,
body.black-and-yellow .cke_editable p,
body.black-and-yellow .cke_editable li,
body.black-and-yellow .cke_editable td,
body.black-and-yellow .cke_editable th,
body.black-and-yellow .cke_editable small,
body.black-and-yellow .cke_editable strong,
body.black-and-yellow .cke_editable em,
body.black-and-yellow .cke_editable label,
body.black-and-yellow .cke_editable figcaption {
  color: #000 !important;
}
body.black-and-yellow .main-html-content span:not(.link-icon):not(.reade-more),
body.black-and-yellow .html-content span:not(.link-icon):not(.reade-more),
body.black-and-yellow .cke_editable span:not(.link-icon):not(.reade-more) {
  color: #000 !important;
  background-color: transparent !important;
}
body.black-and-yellow .main-html-content h1, body.black-and-yellow .main-html-content h2, body.black-and-yellow .main-html-content h3, body.black-and-yellow .main-html-content h4, body.black-and-yellow .main-html-content h5, body.black-and-yellow .main-html-content h6,
body.black-and-yellow .html-content h1,
body.black-and-yellow .html-content h2,
body.black-and-yellow .html-content h3,
body.black-and-yellow .html-content h4,
body.black-and-yellow .html-content h5,
body.black-and-yellow .html-content h6,
body.black-and-yellow .cke_editable h1,
body.black-and-yellow .cke_editable h2,
body.black-and-yellow .cke_editable h3,
body.black-and-yellow .cke_editable h4,
body.black-and-yellow .cke_editable h5,
body.black-and-yellow .cke_editable h6 {
  color: #000 !important;
  background: transparent !important;
}
body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item),
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item),
body.black-and-yellow .cke_editable a:not(.btn):not(.landing-icon-item) {
  color: #000 !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item):hover, body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible,
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item):hover,
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item):focus-visible,
body.black-and-yellow .cke_editable a:not(.btn):not(.landing-icon-item):hover,
body.black-and-yellow .cke_editable a:not(.btn):not(.landing-icon-item):focus-visible {
  color: #000 !important;
  background-color: transparent !important;
  text-decoration: underline !important;
  outline: none !important;
  box-shadow: none !important;
}
body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item):hover *, body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible *,
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item):hover *,
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item):focus-visible *,
body.black-and-yellow .cke_editable a:not(.btn):not(.landing-icon-item):hover *,
body.black-and-yellow .cke_editable a:not(.btn):not(.landing-icon-item):focus-visible * {
  color: #000 !important;
  background-color: transparent !important;
}
body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item):hover .bi,
body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item):hover i, body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible .bi,
body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible i,
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item):hover .bi,
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item):hover i,
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item):focus-visible .bi,
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item):focus-visible i,
body.black-and-yellow .cke_editable a:not(.btn):not(.landing-icon-item):hover .bi,
body.black-and-yellow .cke_editable a:not(.btn):not(.landing-icon-item):hover i,
body.black-and-yellow .cke_editable a:not(.btn):not(.landing-icon-item):focus-visible .bi,
body.black-and-yellow .cke_editable a:not(.btn):not(.landing-icon-item):focus-visible i {
  color: #000 !important;
}
body.black-and-yellow .main-html-content blockquote,
body.black-and-yellow .html-content blockquote,
body.black-and-yellow .cke_editable blockquote {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-bottom: 3px solid #000 !important;
}
body.black-and-yellow .main-html-content blockquote::before,
body.black-and-yellow .html-content blockquote::before,
body.black-and-yellow .cke_editable blockquote::before {
  content: "“" !important;
  display: block !important;
  position: absolute !important;
  top: 8px !important;
  left: 48px !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
  background: none !important;
  background-image: none !important;
  color: #000 !important;
  font-size: 72px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  filter: none !important;
}
body.black-and-yellow .main-html-content blockquote p,
body.black-and-yellow .main-html-content blockquote strong,
body.black-and-yellow .html-content blockquote p,
body.black-and-yellow .html-content blockquote strong,
body.black-and-yellow .cke_editable blockquote p,
body.black-and-yellow .cke_editable blockquote strong {
  color: #000 !important;
}
body.black-and-yellow .main-html-content table tbody tr th,
body.black-and-yellow .html-content table tbody tr th,
body.black-and-yellow .cke_editable table tbody tr th {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-yellow .main-html-content table tbody tr td,
body.black-and-yellow .html-content table tbody tr td,
body.black-and-yellow .cke_editable table tbody tr td {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #000 !important;
}
body.black-and-yellow .main-html-content .btn,
body.black-and-yellow .html-content .btn,
body.black-and-yellow .cke_editable .btn {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #000 !important;
  text-decoration: none !important;
}
body.black-and-yellow .main-html-content .btn:hover, body.black-and-yellow .main-html-content .btn:focus-visible,
body.black-and-yellow .html-content .btn:hover,
body.black-and-yellow .html-content .btn:focus-visible,
body.black-and-yellow .cke_editable .btn:hover,
body.black-and-yellow .cke_editable .btn:focus-visible {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #000 !important;
}
body.black-and-yellow .main-html-content a.landing-icon-item,
body.black-and-yellow .main-html-content div.contacts-icon-item,
body.black-and-yellow .html-content a.landing-icon-item,
body.black-and-yellow .html-content div.contacts-icon-item,
body.black-and-yellow .cke_editable a.landing-icon-item,
body.black-and-yellow .cke_editable div.contacts-icon-item {
  background: transparent !important;
  text-decoration: none !important;
}
body.black-and-yellow .main-html-content a.landing-icon-item .card-bg,
body.black-and-yellow .main-html-content div.contacts-icon-item .card-bg,
body.black-and-yellow .html-content a.landing-icon-item .card-bg,
body.black-and-yellow .html-content div.contacts-icon-item .card-bg,
body.black-and-yellow .cke_editable a.landing-icon-item .card-bg,
body.black-and-yellow .cke_editable div.contacts-icon-item .card-bg {
  background: #ffeb3b !important;
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border: 3px solid #000 !important;
  border-bottom: 3px solid #000 !important;
  transition: none !important;
}
body.black-and-yellow .main-html-content a.landing-icon-item .card-bg h2,
body.black-and-yellow .main-html-content a.landing-icon-item .card-bg h3,
body.black-and-yellow .main-html-content div.contacts-icon-item .card-bg h2,
body.black-and-yellow .main-html-content div.contacts-icon-item .card-bg h3,
body.black-and-yellow .html-content a.landing-icon-item .card-bg h2,
body.black-and-yellow .html-content a.landing-icon-item .card-bg h3,
body.black-and-yellow .html-content div.contacts-icon-item .card-bg h2,
body.black-and-yellow .html-content div.contacts-icon-item .card-bg h3,
body.black-and-yellow .cke_editable a.landing-icon-item .card-bg h2,
body.black-and-yellow .cke_editable a.landing-icon-item .card-bg h3,
body.black-and-yellow .cke_editable div.contacts-icon-item .card-bg h2,
body.black-and-yellow .cke_editable div.contacts-icon-item .card-bg h3 {
  color: #000 !important;
  background: transparent !important;
}
body.black-and-yellow .main-html-content a.landing-icon-item .card-bg span.link-icon,
body.black-and-yellow .main-html-content div.contacts-icon-item .card-bg span.link-icon,
body.black-and-yellow .html-content a.landing-icon-item .card-bg span.link-icon,
body.black-and-yellow .html-content div.contacts-icon-item .card-bg span.link-icon,
body.black-and-yellow .cke_editable a.landing-icon-item .card-bg span.link-icon,
body.black-and-yellow .cke_editable div.contacts-icon-item .card-bg span.link-icon {
  background-color: #ffeb3b !important;
  background-image: none !important;
  border: 2px solid #000 !important;
  color: #000 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  text-align: center !important;
}
body.black-and-yellow .main-html-content a.landing-icon-item .card-bg span.link-icon::before,
body.black-and-yellow .main-html-content div.contacts-icon-item .card-bg span.link-icon::before,
body.black-and-yellow .html-content a.landing-icon-item .card-bg span.link-icon::before,
body.black-and-yellow .html-content div.contacts-icon-item .card-bg span.link-icon::before,
body.black-and-yellow .cke_editable a.landing-icon-item .card-bg span.link-icon::before,
body.black-and-yellow .cke_editable div.contacts-icon-item .card-bg span.link-icon::before {
  content: "→" !important;
  color: #000 !important;
  display: block !important;
  line-height: 26px !important;
}
body.black-and-yellow .main-html-content a.landing-icon-item .card-bg span.link-icon,
body.black-and-yellow .main-html-content div.contacts-icon-item .card-bg span.link-icon,
body.black-and-yellow .html-content a.landing-icon-item .card-bg span.link-icon,
body.black-and-yellow .html-content div.contacts-icon-item .card-bg span.link-icon,
body.black-and-yellow .cke_editable a.landing-icon-item .card-bg span.link-icon,
body.black-and-yellow .cke_editable div.contacts-icon-item .card-bg span.link-icon {
  border-radius: 0 15px 0 0 !important;
  transition: none !important;
}
body.black-and-yellow .main-html-content a.landing-icon-item .card-bg::after,
body.black-and-yellow .main-html-content div.contacts-icon-item .card-bg::after,
body.black-and-yellow .html-content a.landing-icon-item .card-bg::after,
body.black-and-yellow .html-content div.contacts-icon-item .card-bg::after,
body.black-and-yellow .cke_editable a.landing-icon-item .card-bg::after,
body.black-and-yellow .cke_editable div.contacts-icon-item .card-bg::after {
  display: none !important;
}
body.black-and-yellow .main-html-content a.landing-icon-item .main-icon,
body.black-and-yellow .main-html-content div.contacts-icon-item .main-icon,
body.black-and-yellow .html-content a.landing-icon-item .main-icon,
body.black-and-yellow .html-content div.contacts-icon-item .main-icon,
body.black-and-yellow .cke_editable a.landing-icon-item .main-icon,
body.black-and-yellow .cke_editable div.contacts-icon-item .main-icon {
  background-color: #000 !important;
  background-image: none !important;
}
body.black-and-yellow .main-html-content a.landing-icon-item .jrsi,
body.black-and-yellow .main-html-content div.contacts-icon-item .jrsi,
body.black-and-yellow .html-content a.landing-icon-item .jrsi,
body.black-and-yellow .html-content div.contacts-icon-item .jrsi,
body.black-and-yellow .cke_editable a.landing-icon-item .jrsi,
body.black-and-yellow .cke_editable div.contacts-icon-item .jrsi {
  background-color: #ffeb3b !important;
}
body.black-and-yellow .main-html-content a.landing-icon-item:hover, body.black-and-yellow .main-html-content a.landing-icon-item:focus-visible,
body.black-and-yellow .main-html-content div.contacts-icon-item:hover,
body.black-and-yellow .main-html-content div.contacts-icon-item:focus-visible,
body.black-and-yellow .html-content a.landing-icon-item:hover,
body.black-and-yellow .html-content a.landing-icon-item:focus-visible,
body.black-and-yellow .html-content div.contacts-icon-item:hover,
body.black-and-yellow .html-content div.contacts-icon-item:focus-visible,
body.black-and-yellow .cke_editable a.landing-icon-item:hover,
body.black-and-yellow .cke_editable a.landing-icon-item:focus-visible,
body.black-and-yellow .cke_editable div.contacts-icon-item:hover,
body.black-and-yellow .cke_editable div.contacts-icon-item:focus-visible {
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
body.black-and-yellow .main-html-content a.landing-icon-item:hover .card-bg, body.black-and-yellow .main-html-content a.landing-icon-item:focus-visible .card-bg,
body.black-and-yellow .main-html-content div.contacts-icon-item:hover .card-bg,
body.black-and-yellow .main-html-content div.contacts-icon-item:focus-visible .card-bg,
body.black-and-yellow .html-content a.landing-icon-item:hover .card-bg,
body.black-and-yellow .html-content a.landing-icon-item:focus-visible .card-bg,
body.black-and-yellow .html-content div.contacts-icon-item:hover .card-bg,
body.black-and-yellow .html-content div.contacts-icon-item:focus-visible .card-bg,
body.black-and-yellow .cke_editable a.landing-icon-item:hover .card-bg,
body.black-and-yellow .cke_editable a.landing-icon-item:focus-visible .card-bg,
body.black-and-yellow .cke_editable div.contacts-icon-item:hover .card-bg,
body.black-and-yellow .cke_editable div.contacts-icon-item:focus-visible .card-bg {
  background: #ffeb3b !important;
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  border-bottom-color: #000 !important;
}
body.black-and-yellow .main-html-content a.landing-icon-item:hover .card-bg h2,
body.black-and-yellow .main-html-content a.landing-icon-item:hover .card-bg h3, body.black-and-yellow .main-html-content a.landing-icon-item:focus-visible .card-bg h2,
body.black-and-yellow .main-html-content a.landing-icon-item:focus-visible .card-bg h3,
body.black-and-yellow .main-html-content div.contacts-icon-item:hover .card-bg h2,
body.black-and-yellow .main-html-content div.contacts-icon-item:hover .card-bg h3,
body.black-and-yellow .main-html-content div.contacts-icon-item:focus-visible .card-bg h2,
body.black-and-yellow .main-html-content div.contacts-icon-item:focus-visible .card-bg h3,
body.black-and-yellow .html-content a.landing-icon-item:hover .card-bg h2,
body.black-and-yellow .html-content a.landing-icon-item:hover .card-bg h3,
body.black-and-yellow .html-content a.landing-icon-item:focus-visible .card-bg h2,
body.black-and-yellow .html-content a.landing-icon-item:focus-visible .card-bg h3,
body.black-and-yellow .html-content div.contacts-icon-item:hover .card-bg h2,
body.black-and-yellow .html-content div.contacts-icon-item:hover .card-bg h3,
body.black-and-yellow .html-content div.contacts-icon-item:focus-visible .card-bg h2,
body.black-and-yellow .html-content div.contacts-icon-item:focus-visible .card-bg h3,
body.black-and-yellow .cke_editable a.landing-icon-item:hover .card-bg h2,
body.black-and-yellow .cke_editable a.landing-icon-item:hover .card-bg h3,
body.black-and-yellow .cke_editable a.landing-icon-item:focus-visible .card-bg h2,
body.black-and-yellow .cke_editable a.landing-icon-item:focus-visible .card-bg h3,
body.black-and-yellow .cke_editable div.contacts-icon-item:hover .card-bg h2,
body.black-and-yellow .cke_editable div.contacts-icon-item:hover .card-bg h3,
body.black-and-yellow .cke_editable div.contacts-icon-item:focus-visible .card-bg h2,
body.black-and-yellow .cke_editable div.contacts-icon-item:focus-visible .card-bg h3 {
  color: #000 !important;
  background: transparent !important;
  text-decoration: underline !important;
}
body.black-and-yellow .main-html-content a.landing-icon-item:hover .card-bg span.link-icon, body.black-and-yellow .main-html-content a.landing-icon-item:focus-visible .card-bg span.link-icon,
body.black-and-yellow .main-html-content div.contacts-icon-item:hover .card-bg span.link-icon,
body.black-and-yellow .main-html-content div.contacts-icon-item:focus-visible .card-bg span.link-icon,
body.black-and-yellow .html-content a.landing-icon-item:hover .card-bg span.link-icon,
body.black-and-yellow .html-content a.landing-icon-item:focus-visible .card-bg span.link-icon,
body.black-and-yellow .html-content div.contacts-icon-item:hover .card-bg span.link-icon,
body.black-and-yellow .html-content div.contacts-icon-item:focus-visible .card-bg span.link-icon,
body.black-and-yellow .cke_editable a.landing-icon-item:hover .card-bg span.link-icon,
body.black-and-yellow .cke_editable a.landing-icon-item:focus-visible .card-bg span.link-icon,
body.black-and-yellow .cke_editable div.contacts-icon-item:hover .card-bg span.link-icon,
body.black-and-yellow .cke_editable div.contacts-icon-item:focus-visible .card-bg span.link-icon {
  background: #ffeb3b !important;
  background-color: #ffeb3b !important;
  background-image: none !important;
  border-color: #000 !important;
  color: #000 !important;
}
body.black-and-yellow .main-html-content a.landing-icon-item:hover .card-bg span.link-icon::before, body.black-and-yellow .main-html-content a.landing-icon-item:focus-visible .card-bg span.link-icon::before,
body.black-and-yellow .main-html-content div.contacts-icon-item:hover .card-bg span.link-icon::before,
body.black-and-yellow .main-html-content div.contacts-icon-item:focus-visible .card-bg span.link-icon::before,
body.black-and-yellow .html-content a.landing-icon-item:hover .card-bg span.link-icon::before,
body.black-and-yellow .html-content a.landing-icon-item:focus-visible .card-bg span.link-icon::before,
body.black-and-yellow .html-content div.contacts-icon-item:hover .card-bg span.link-icon::before,
body.black-and-yellow .html-content div.contacts-icon-item:focus-visible .card-bg span.link-icon::before,
body.black-and-yellow .cke_editable a.landing-icon-item:hover .card-bg span.link-icon::before,
body.black-and-yellow .cke_editable a.landing-icon-item:focus-visible .card-bg span.link-icon::before,
body.black-and-yellow .cke_editable div.contacts-icon-item:hover .card-bg span.link-icon::before,
body.black-and-yellow .cke_editable div.contacts-icon-item:focus-visible .card-bg span.link-icon::before {
  color: #000 !important;
}
body.black-and-yellow .main-html-content a.landing-icon-item:hover .main-icon, body.black-and-yellow .main-html-content a.landing-icon-item:focus-visible .main-icon,
body.black-and-yellow .main-html-content div.contacts-icon-item:hover .main-icon,
body.black-and-yellow .main-html-content div.contacts-icon-item:focus-visible .main-icon,
body.black-and-yellow .html-content a.landing-icon-item:hover .main-icon,
body.black-and-yellow .html-content a.landing-icon-item:focus-visible .main-icon,
body.black-and-yellow .html-content div.contacts-icon-item:hover .main-icon,
body.black-and-yellow .html-content div.contacts-icon-item:focus-visible .main-icon,
body.black-and-yellow .cke_editable a.landing-icon-item:hover .main-icon,
body.black-and-yellow .cke_editable a.landing-icon-item:focus-visible .main-icon,
body.black-and-yellow .cke_editable div.contacts-icon-item:hover .main-icon,
body.black-and-yellow .cke_editable div.contacts-icon-item:focus-visible .main-icon {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
}
body.black-and-yellow .main-html-content a.landing-icon-item:hover .jrsi, body.black-and-yellow .main-html-content a.landing-icon-item:focus-visible .jrsi,
body.black-and-yellow .main-html-content div.contacts-icon-item:hover .jrsi,
body.black-and-yellow .main-html-content div.contacts-icon-item:focus-visible .jrsi,
body.black-and-yellow .html-content a.landing-icon-item:hover .jrsi,
body.black-and-yellow .html-content a.landing-icon-item:focus-visible .jrsi,
body.black-and-yellow .html-content div.contacts-icon-item:hover .jrsi,
body.black-and-yellow .html-content div.contacts-icon-item:focus-visible .jrsi,
body.black-and-yellow .cke_editable a.landing-icon-item:hover .jrsi,
body.black-and-yellow .cke_editable a.landing-icon-item:focus-visible .jrsi,
body.black-and-yellow .cke_editable div.contacts-icon-item:hover .jrsi,
body.black-and-yellow .cke_editable div.contacts-icon-item:focus-visible .jrsi {
  background-color: #ffeb3b !important;
}
body.black-and-yellow main,
body.black-and-yellow header,
body.black-and-yellow footer,
body.black-and-yellow section,
body.black-and-yellow article {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  --grad: none !important;
  --paper: #ffeb3b !important;
  --text: #000 !important;
  --blue: #000 !important;
  --left-gray: #ffeb3b !important;
}
body.black-and-yellow nav.site-mega-navbar {
  background-color: #ffeb3b !important;
  background-image: none !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-yellow section.homepage-hero::before,
body.black-and-yellow .site-footer-design::before {
  display: none !important;
}
body.black-and-yellow :where(main, footer, section, article, .main-html-content, .html-content) h1, body.black-and-yellow :where(main, footer, section, article, .main-html-content, .html-content) h2, body.black-and-yellow :where(main, footer, section, article, .main-html-content, .html-content) h3, body.black-and-yellow :where(main, footer, section, article, .main-html-content, .html-content) h4, body.black-and-yellow :where(main, footer, section, article, .main-html-content, .html-content) h5, body.black-and-yellow :where(main, footer, section, article, .main-html-content, .html-content) h6, body.black-and-yellow :where(main, footer, section, article, .main-html-content, .html-content) p, body.black-and-yellow :where(main, footer, section, article, .main-html-content, .html-content) span, body.black-and-yellow :where(main, footer, section, article, .main-html-content, .html-content) small, body.black-and-yellow :where(main, footer, section, article, .main-html-content, .html-content) strong, body.black-and-yellow :where(main, footer, section, article, .main-html-content, .html-content) label, body.black-and-yellow :where(main, footer, section, article, .main-html-content, .html-content) li, body.black-and-yellow :where(main, footer, section, article, .main-html-content, .html-content) td, body.black-and-yellow :where(main, footer, section, article, .main-html-content, .html-content) th {
  color: #000 !important;
}
body.black-and-yellow :where(header, nav) h1, body.black-and-yellow :where(header, nav) h2, body.black-and-yellow :where(header, nav) h3, body.black-and-yellow :where(header, nav) h4, body.black-and-yellow :where(header, nav) h5, body.black-and-yellow :where(header, nav) h6, body.black-and-yellow :where(header, nav) p, body.black-and-yellow :where(header, nav) label, body.black-and-yellow :where(header, nav) li, body.black-and-yellow :where(header, nav) td, body.black-and-yellow :where(header, nav) th {
  color: #000 !important;
}
body.black-and-yellow :where(header, nav) :not(.header-icons):not(.header-icons *):not(.mega-a11y-panel__inner):not(.mega-a11y-panel__inner *):not(.mega-menu-panel__body--a11y):not(.mega-menu-panel__body--a11y *) span, body.black-and-yellow :where(header, nav) :not(.header-icons):not(.header-icons *):not(.mega-a11y-panel__inner):not(.mega-a11y-panel__inner *):not(.mega-menu-panel__body--a11y):not(.mega-menu-panel__body--a11y *) small, body.black-and-yellow :where(header, nav) :not(.header-icons):not(.header-icons *):not(.mega-a11y-panel__inner):not(.mega-a11y-panel__inner *):not(.mega-menu-panel__body--a11y):not(.mega-menu-panel__body--a11y *) strong {
  color: #000 !important;
}
body.black-and-yellow a:not(.btn):not(.landing-icon-item):not(.header-icon-link):not(.nav-link):not(.dropdown-item):not(.mega-menu-link):not(.footer-logo):not(.header-logo a):not(.btn-font-size):not(.btn-contrast):not(.btn-reset):not(.subpages-link):not(.attachment-info):not(.attachment-download):not(.footer-logo-link):not(.social a) {
  color: #000 !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
body.black-and-yellow .site-mega-navbar .nav-link,
body.black-and-yellow .site-topbar__btn {
  color: #000 !important;
  background: transparent !important;
  text-decoration: none !important;
}
body.black-and-yellow .site-mega-navbar .nav-link:hover, body.black-and-yellow .site-mega-navbar .nav-link:focus-visible,
body.black-and-yellow .site-topbar__btn:hover,
body.black-and-yellow .site-topbar__btn:focus-visible {
  color: #000 !important;
  background-color: transparent !important;
  text-decoration: underline !important;
  outline: none !important;
  box-shadow: none !important;
}
body.black-and-yellow .mega-menu-link {
  color: #000 !important;
  background: transparent !important;
  text-decoration: none !important;
}
body.black-and-yellow .mega-menu-link:hover, body.black-and-yellow .mega-menu-link:focus-visible {
  color: #000 !important;
  background: transparent !important;
  text-decoration: underline !important;
  outline: none !important;
  box-shadow: none !important;
}
body.black-and-yellow .site-mega-navbar .nav-item.active .nav-link,
body.black-and-yellow .site-mega-navbar .nav-link.active,
body.black-and-yellow .site-mega-navbar .nav-link[aria-expanded=true] {
  color: #000 !important;
  background: transparent !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}
body.black-and-yellow .header-icons a.header-icon-link {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border: 2px solid #000 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
body.black-and-yellow .header-icons a.header-icon-link .icon {
  background-color: #000 !important;
  background-image: none !important;
  border-right: 2px solid #000 !important;
}
body.black-and-yellow .header-icons a.header-icon-link .icon i,
body.black-and-yellow .header-icons a.header-icon-link .icon .bi {
  color: #ffeb3b !important;
}
body.black-and-yellow .header-icons a.header-icon-link .icon i.phone-icon,
body.black-and-yellow .header-icons a.header-icon-link .icon i.epieraksts-icon,
body.black-and-yellow .header-icons a.header-icon-link .icon i.contacts-icon {
  filter: brightness(0) !important;
  opacity: 1 !important;
}
body.black-and-yellow .header-icons a.header-icon-link .text {
  background-color: #ffeb3b !important;
}
body.black-and-yellow .header-icons a.header-icon-link .text strong,
body.black-and-yellow .header-icons a.header-icon-link .text small {
  color: #000 !important;
  background: transparent !important;
}
body.black-and-yellow .header-icons a.header-icon-link:hover, body.black-and-yellow .header-icons a.header-icon-link:focus, body.black-and-yellow .header-icons a.header-icon-link:focus-visible {
  background-color: #000 !important;
  color: #ffeb3b !important;
}
body.black-and-yellow .header-icons a.header-icon-link:hover .icon, body.black-and-yellow .header-icons a.header-icon-link:focus .icon, body.black-and-yellow .header-icons a.header-icon-link:focus-visible .icon {
  background-color: #ffeb3b !important;
  border-right-color: #ffeb3b !important;
}
body.black-and-yellow .header-icons a.header-icon-link:hover .icon i.phone-icon,
body.black-and-yellow .header-icons a.header-icon-link:hover .icon i.epieraksts-icon,
body.black-and-yellow .header-icons a.header-icon-link:hover .icon i.contacts-icon, body.black-and-yellow .header-icons a.header-icon-link:focus .icon i.phone-icon,
body.black-and-yellow .header-icons a.header-icon-link:focus .icon i.epieraksts-icon,
body.black-and-yellow .header-icons a.header-icon-link:focus .icon i.contacts-icon, body.black-and-yellow .header-icons a.header-icon-link:focus-visible .icon i.phone-icon,
body.black-and-yellow .header-icons a.header-icon-link:focus-visible .icon i.epieraksts-icon,
body.black-and-yellow .header-icons a.header-icon-link:focus-visible .icon i.contacts-icon {
  filter: brightness(0) invert(1) !important;
}
body.black-and-yellow .header-icons a.header-icon-link:hover .text, body.black-and-yellow .header-icons a.header-icon-link:focus .text, body.black-and-yellow .header-icons a.header-icon-link:focus-visible .text {
  background-color: transparent !important;
}
body.black-and-yellow .header-icons a.header-icon-link:hover .text strong,
body.black-and-yellow .header-icons a.header-icon-link:hover .text small, body.black-and-yellow .header-icons a.header-icon-link:focus .text strong,
body.black-and-yellow .header-icons a.header-icon-link:focus .text small, body.black-and-yellow .header-icons a.header-icon-link:focus-visible .text strong,
body.black-and-yellow .header-icons a.header-icon-link:focus-visible .text small {
  color: #ffeb3b !important;
  background: transparent !important;
}
body.black-and-yellow .site-mega-nav__search-toggle {
  background: transparent !important;
  color: #000 !important;
  border: none !important;
  box-shadow: none !important;
}
body.black-and-yellow .site-mega-nav__search-toggle .bi {
  color: #000 !important;
}
body.black-and-yellow .site-mega-nav__search-toggle:hover {
  background: transparent !important;
  color: #000 !important;
}
body.black-and-yellow .site-mega-nav__search-toggle:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 3px !important;
  box-shadow: none !important;
  border: none !important;
}
body.black-and-yellow .site-mega-nav__search-panel,
body.black-and-yellow .site-mega-nav__search-panel .form-control {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-yellow .bg-white,
body.black-and-yellow .bg-light,
body.black-and-yellow .bg-body,
body.black-and-yellow .bg-body-tertiary {
  background-color: #ffeb3b !important;
  color: #000 !important;
}
body.black-and-yellow .site-mega-nav__search-submit,
body.black-and-yellow button:not(.btn-link):not(.btn-font-size):not(.btn-contrast):not(.btn-reset):not(.navbar-toggler):not(.site-mega-nav__search-toggle):not(.accordion-button):not([class*=kp-cookie]):not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)),
body.black-and-yellow input[type=submit],
body.black-and-yellow input[type=button] {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #000 !important;
  text-decoration: none !important;
}
body.black-and-yellow .site-mega-nav__search-submit:hover, body.black-and-yellow .site-mega-nav__search-submit:focus-visible,
body.black-and-yellow button:not(.btn-link):not(.btn-font-size):not(.btn-contrast):not(.btn-reset):not(.navbar-toggler):not(.site-mega-nav__search-toggle):not(.accordion-button):not([class*=kp-cookie]):not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):hover,
body.black-and-yellow button:not(.btn-link):not(.btn-font-size):not(.btn-contrast):not(.btn-reset):not(.navbar-toggler):not(.site-mega-nav__search-toggle):not(.accordion-button):not([class*=kp-cookie]):not(:where(.mega-a11y-panel__inner *)):not(:where(.mega-menu-panel__body--a11y *)):not(:where(.site-topbar-panel--a11y *)):focus-visible,
body.black-and-yellow input[type=submit]:hover,
body.black-and-yellow input[type=submit]:focus-visible,
body.black-and-yellow input[type=button]:hover,
body.black-and-yellow input[type=button]:focus-visible {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #000 !important;
}
body.black-and-yellow .accordion-button,
body.black-and-yellow .accordion-button:not(.collapsed),
body.black-and-yellow .accordion-button.collapsed {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  color: #000 !important;
  box-shadow: none !important;
}
body.black-and-yellow section.homepage-hero a.landing-icon-item,
body.black-and-yellow section.homepage-hero div.contacts-icon-item,
body.black-and-yellow main.contacts a.landing-icon-item,
body.black-and-yellow main.contacts div.contacts-icon-item {
  background: transparent !important;
  text-decoration: none !important;
}
body.black-and-yellow section.homepage-hero a.landing-icon-item .card-bg,
body.black-and-yellow section.homepage-hero div.contacts-icon-item .card-bg,
body.black-and-yellow main.contacts a.landing-icon-item .card-bg,
body.black-and-yellow main.contacts div.contacts-icon-item .card-bg {
  background: #ffeb3b !important;
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border: 3px solid #000 !important;
  border-bottom: 3px solid #000 !important;
  transition: none !important;
}
body.black-and-yellow section.homepage-hero a.landing-icon-item .card-bg h2,
body.black-and-yellow section.homepage-hero a.landing-icon-item .card-bg h3,
body.black-and-yellow section.homepage-hero div.contacts-icon-item .card-bg h2,
body.black-and-yellow section.homepage-hero div.contacts-icon-item .card-bg h3,
body.black-and-yellow main.contacts a.landing-icon-item .card-bg h2,
body.black-and-yellow main.contacts a.landing-icon-item .card-bg h3,
body.black-and-yellow main.contacts div.contacts-icon-item .card-bg h2,
body.black-and-yellow main.contacts div.contacts-icon-item .card-bg h3 {
  color: #000 !important;
  background: transparent !important;
}
body.black-and-yellow section.homepage-hero a.landing-icon-item .card-bg span.link-icon,
body.black-and-yellow section.homepage-hero div.contacts-icon-item .card-bg span.link-icon,
body.black-and-yellow main.contacts a.landing-icon-item .card-bg span.link-icon,
body.black-and-yellow main.contacts div.contacts-icon-item .card-bg span.link-icon {
  background-color: #ffeb3b !important;
  background-image: none !important;
  border: 2px solid #000 !important;
  color: #000 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  text-align: center !important;
}
body.black-and-yellow section.homepage-hero a.landing-icon-item .card-bg span.link-icon::before,
body.black-and-yellow section.homepage-hero div.contacts-icon-item .card-bg span.link-icon::before,
body.black-and-yellow main.contacts a.landing-icon-item .card-bg span.link-icon::before,
body.black-and-yellow main.contacts div.contacts-icon-item .card-bg span.link-icon::before {
  content: "→" !important;
  color: #000 !important;
  display: block !important;
  line-height: 26px !important;
}
body.black-and-yellow section.homepage-hero a.landing-icon-item .card-bg span.link-icon,
body.black-and-yellow section.homepage-hero div.contacts-icon-item .card-bg span.link-icon,
body.black-and-yellow main.contacts a.landing-icon-item .card-bg span.link-icon,
body.black-and-yellow main.contacts div.contacts-icon-item .card-bg span.link-icon {
  border-radius: 0 15px 0 0 !important;
  transition: none !important;
}
body.black-and-yellow section.homepage-hero a.landing-icon-item .card-bg::after,
body.black-and-yellow section.homepage-hero div.contacts-icon-item .card-bg::after,
body.black-and-yellow main.contacts a.landing-icon-item .card-bg::after,
body.black-and-yellow main.contacts div.contacts-icon-item .card-bg::after {
  display: none !important;
}
body.black-and-yellow section.homepage-hero a.landing-icon-item .main-icon,
body.black-and-yellow section.homepage-hero div.contacts-icon-item .main-icon,
body.black-and-yellow main.contacts a.landing-icon-item .main-icon,
body.black-and-yellow main.contacts div.contacts-icon-item .main-icon {
  background-color: #000 !important;
  background-image: none !important;
}
body.black-and-yellow section.homepage-hero a.landing-icon-item .jrsi,
body.black-and-yellow section.homepage-hero div.contacts-icon-item .jrsi,
body.black-and-yellow main.contacts a.landing-icon-item .jrsi,
body.black-and-yellow main.contacts div.contacts-icon-item .jrsi {
  background-color: #ffeb3b !important;
}
body.black-and-yellow section.homepage-hero a.landing-icon-item:hover, body.black-and-yellow section.homepage-hero a.landing-icon-item:focus-visible,
body.black-and-yellow section.homepage-hero div.contacts-icon-item:hover,
body.black-and-yellow section.homepage-hero div.contacts-icon-item:focus-visible,
body.black-and-yellow main.contacts a.landing-icon-item:hover,
body.black-and-yellow main.contacts a.landing-icon-item:focus-visible,
body.black-and-yellow main.contacts div.contacts-icon-item:hover,
body.black-and-yellow main.contacts div.contacts-icon-item:focus-visible {
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
body.black-and-yellow section.homepage-hero a.landing-icon-item:hover .card-bg, body.black-and-yellow section.homepage-hero a.landing-icon-item:focus-visible .card-bg,
body.black-and-yellow section.homepage-hero div.contacts-icon-item:hover .card-bg,
body.black-and-yellow section.homepage-hero div.contacts-icon-item:focus-visible .card-bg,
body.black-and-yellow main.contacts a.landing-icon-item:hover .card-bg,
body.black-and-yellow main.contacts a.landing-icon-item:focus-visible .card-bg,
body.black-and-yellow main.contacts div.contacts-icon-item:hover .card-bg,
body.black-and-yellow main.contacts div.contacts-icon-item:focus-visible .card-bg {
  background: #ffeb3b !important;
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  border-bottom-color: #000 !important;
}
body.black-and-yellow section.homepage-hero a.landing-icon-item:hover .card-bg h2,
body.black-and-yellow section.homepage-hero a.landing-icon-item:hover .card-bg h3, body.black-and-yellow section.homepage-hero a.landing-icon-item:focus-visible .card-bg h2,
body.black-and-yellow section.homepage-hero a.landing-icon-item:focus-visible .card-bg h3,
body.black-and-yellow section.homepage-hero div.contacts-icon-item:hover .card-bg h2,
body.black-and-yellow section.homepage-hero div.contacts-icon-item:hover .card-bg h3,
body.black-and-yellow section.homepage-hero div.contacts-icon-item:focus-visible .card-bg h2,
body.black-and-yellow section.homepage-hero div.contacts-icon-item:focus-visible .card-bg h3,
body.black-and-yellow main.contacts a.landing-icon-item:hover .card-bg h2,
body.black-and-yellow main.contacts a.landing-icon-item:hover .card-bg h3,
body.black-and-yellow main.contacts a.landing-icon-item:focus-visible .card-bg h2,
body.black-and-yellow main.contacts a.landing-icon-item:focus-visible .card-bg h3,
body.black-and-yellow main.contacts div.contacts-icon-item:hover .card-bg h2,
body.black-and-yellow main.contacts div.contacts-icon-item:hover .card-bg h3,
body.black-and-yellow main.contacts div.contacts-icon-item:focus-visible .card-bg h2,
body.black-and-yellow main.contacts div.contacts-icon-item:focus-visible .card-bg h3 {
  color: #000 !important;
  background: transparent !important;
  text-decoration: underline !important;
}
body.black-and-yellow section.homepage-hero a.landing-icon-item:hover .card-bg span.link-icon, body.black-and-yellow section.homepage-hero a.landing-icon-item:focus-visible .card-bg span.link-icon,
body.black-and-yellow section.homepage-hero div.contacts-icon-item:hover .card-bg span.link-icon,
body.black-and-yellow section.homepage-hero div.contacts-icon-item:focus-visible .card-bg span.link-icon,
body.black-and-yellow main.contacts a.landing-icon-item:hover .card-bg span.link-icon,
body.black-and-yellow main.contacts a.landing-icon-item:focus-visible .card-bg span.link-icon,
body.black-and-yellow main.contacts div.contacts-icon-item:hover .card-bg span.link-icon,
body.black-and-yellow main.contacts div.contacts-icon-item:focus-visible .card-bg span.link-icon {
  background: #ffeb3b !important;
  background-color: #ffeb3b !important;
  background-image: none !important;
  border-color: #000 !important;
  color: #000 !important;
}
body.black-and-yellow section.homepage-hero a.landing-icon-item:hover .card-bg span.link-icon::before, body.black-and-yellow section.homepage-hero a.landing-icon-item:focus-visible .card-bg span.link-icon::before,
body.black-and-yellow section.homepage-hero div.contacts-icon-item:hover .card-bg span.link-icon::before,
body.black-and-yellow section.homepage-hero div.contacts-icon-item:focus-visible .card-bg span.link-icon::before,
body.black-and-yellow main.contacts a.landing-icon-item:hover .card-bg span.link-icon::before,
body.black-and-yellow main.contacts a.landing-icon-item:focus-visible .card-bg span.link-icon::before,
body.black-and-yellow main.contacts div.contacts-icon-item:hover .card-bg span.link-icon::before,
body.black-and-yellow main.contacts div.contacts-icon-item:focus-visible .card-bg span.link-icon::before {
  color: #000 !important;
}
body.black-and-yellow section.homepage-hero a.landing-icon-item:hover .main-icon, body.black-and-yellow section.homepage-hero a.landing-icon-item:focus-visible .main-icon,
body.black-and-yellow section.homepage-hero div.contacts-icon-item:hover .main-icon,
body.black-and-yellow section.homepage-hero div.contacts-icon-item:focus-visible .main-icon,
body.black-and-yellow main.contacts a.landing-icon-item:hover .main-icon,
body.black-and-yellow main.contacts a.landing-icon-item:focus-visible .main-icon,
body.black-and-yellow main.contacts div.contacts-icon-item:hover .main-icon,
body.black-and-yellow main.contacts div.contacts-icon-item:focus-visible .main-icon {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
}
body.black-and-yellow section.homepage-hero a.landing-icon-item:hover .jrsi, body.black-and-yellow section.homepage-hero a.landing-icon-item:focus-visible .jrsi,
body.black-and-yellow section.homepage-hero div.contacts-icon-item:hover .jrsi,
body.black-and-yellow section.homepage-hero div.contacts-icon-item:focus-visible .jrsi,
body.black-and-yellow main.contacts a.landing-icon-item:hover .jrsi,
body.black-and-yellow main.contacts a.landing-icon-item:focus-visible .jrsi,
body.black-and-yellow main.contacts div.contacts-icon-item:hover .jrsi,
body.black-and-yellow main.contacts div.contacts-icon-item:focus-visible .jrsi {
  background-color: #ffeb3b !important;
}
body.black-and-yellow section.homepage-mission-widget,
body.black-and-yellow section.homepage-mission-widget .container,
body.black-and-yellow section.homepage-mission-widget .row,
body.black-and-yellow section.homepage-mission-widget .col-item-mission,
body.black-and-yellow section.homepage-mission-widget .mission-item {
  background-color: #ffeb3b !important;
  background-image: none !important;
}
body.black-and-yellow section.homepage-mission-widget .mission-item-icon,
body.black-and-yellow section.homepage-mission-widget .mission-item-icon.bg-1,
body.black-and-yellow section.homepage-mission-widget .mission-item-icon.bg-2,
body.black-and-yellow section.homepage-mission-widget .mission-item-icon.bg-3 {
  background-color: #ffeb3b !important;
  background-image: none !important;
  border: 3px solid #000 !important;
}
body.black-and-yellow section.homepage-mission-widget .mission-item-icon img,
body.black-and-yellow section.homepage-mission-widget .mission-item-icon.bg-1 img,
body.black-and-yellow section.homepage-mission-widget .mission-item-icon.bg-2 img,
body.black-and-yellow section.homepage-mission-widget .mission-item-icon.bg-3 img {
  opacity: 1;
  filter: brightness(0) invert(1);
}
body.black-and-yellow section.homepage-mission-widget .mission-item-content h3 {
  color: #000 !important;
  background: transparent !important;
}
body.black-and-yellow section.homepage-mission-widget .mission-item-content h3::after {
  background-image: none !important;
  background-color: #000 !important;
  width: 22px !important;
  height: 3px !important;
  bottom: -12px !important;
}
body.black-and-yellow section.homepage-mission-widget .mission-item-content p,
body.black-and-yellow section.homepage-mission-widget .mission-item-content li {
  color: #000 !important;
}
body.black-and-yellow section.blog-landing,
body.black-and-yellow .blog-landing {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-yellow section.blog-landing h2.blog-landing-title,
body.black-and-yellow section.blog-landing h3.blog-landing-title,
body.black-and-yellow .blog-landing h2.blog-landing-title,
body.black-and-yellow .blog-landing h3.blog-landing-title {
  color: #000 !important;
}
body.black-and-yellow section.blog-landing h2.blog-landing-title::before,
body.black-and-yellow .blog-landing h2.blog-landing-title::before {
  display: block !important;
  content: "" !important;
  width: 110px !important;
  height: 3px !important;
  background-color: #000 !important;
  background-image: none !important;
}
body.black-and-yellow section.blog-landing article.blog-landing-item,
body.black-and-yellow .blog-landing article.blog-landing-item {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #000 !important;
}
body.black-and-yellow section.blog-landing article.blog-landing-item .blog-landing-item-content,
body.black-and-yellow .blog-landing article.blog-landing-item .blog-landing-item-content {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-yellow section.blog-landing article.blog-landing-item .blog-landing-item-content h4,
body.black-and-yellow section.blog-landing article.blog-landing-item .blog-landing-item-content .blog-landing-item-text,
body.black-and-yellow section.blog-landing article.blog-landing-item .blog-landing-item-content p,
body.black-and-yellow .blog-landing article.blog-landing-item .blog-landing-item-content h4,
body.black-and-yellow .blog-landing article.blog-landing-item .blog-landing-item-content .blog-landing-item-text,
body.black-and-yellow .blog-landing article.blog-landing-item .blog-landing-item-content p {
  color: #000 !important;
  background: transparent !important;
}
body.black-and-yellow section.blog-landing article.blog-landing-item .blog-landing-item-link a,
body.black-and-yellow .blog-landing article.blog-landing-item .blog-landing-item-link a {
  color: #000 !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
body.black-and-yellow section.blog-landing article.blog-landing-item .blog-landing-item-date,
body.black-and-yellow .blog-landing article.blog-landing-item .blog-landing-item-date {
  background-color: #000 !important;
  background-image: none !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #000 !important;
  text-decoration: none !important;
}
body.black-and-yellow section.blog-landing article.blog-landing-item .blog-landing-item-date:hover, body.black-and-yellow section.blog-landing article.blog-landing-item .blog-landing-item-date:focus-visible,
body.black-and-yellow .blog-landing article.blog-landing-item .blog-landing-item-date:hover,
body.black-and-yellow .blog-landing article.blog-landing-item .blog-landing-item-date:focus-visible {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #000 !important;
}
body.black-and-yellow section.blog-landing article.blog-landing-item .blog-landing-item-date,
body.black-and-yellow .blog-landing article.blog-landing-item .blog-landing-item-date {
  text-decoration: none !important;
}
body.black-and-yellow footer.site-footer-design {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-yellow footer.site-footer-design .footer-main,
body.black-and-yellow footer.site-footer-design .container,
body.black-and-yellow footer.site-footer-design .row,
body.black-and-yellow footer.site-footer-design .col-item,
body.black-and-yellow footer.site-footer-design .footer-left,
body.black-and-yellow footer.site-footer-design .footer-wrapper-toolbar,
body.black-and-yellow footer.site-footer-design .navigation-footer-widget {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
}
body.black-and-yellow footer.site-footer-design a,
body.black-and-yellow footer.site-footer-design .sub-links a,
body.black-and-yellow footer.site-footer-design .meta a,
body.black-and-yellow footer.site-footer-design .made a,
body.black-and-yellow footer.site-footer-design .custom-link-list a {
  color: #000 !important;
  background: transparent !important;
  text-decoration: underline !important;
}
body.black-and-yellow footer.site-footer-design a.footer-logo-link {
  text-decoration: none !important;
  background: transparent !important;
}
body.black-and-yellow footer.site-footer-design .head,
body.black-and-yellow footer.site-footer-design .v,
body.black-and-yellow footer.site-footer-design .i,
body.black-and-yellow footer.site-footer-design li,
body.black-and-yellow footer.site-footer-design .meta,
body.black-and-yellow footer.site-footer-design .meta strong,
body.black-and-yellow footer.site-footer-design .made,
body.black-and-yellow footer.site-footer-design h4.footer-title span,
body.black-and-yellow footer.site-footer-design ul.footer-contacts li,
body.black-and-yellow footer.site-footer-design ul.footer-contacts li span {
  color: #000 !important;
  background: transparent !important;
}
body.black-and-yellow footer.site-footer-design ul.footer-contacts li i.bi,
body.black-and-yellow footer.site-footer-design .social a i.bi,
body.black-and-yellow footer.site-footer-design .social a i.bd {
  color: #000 !important;
}
body.black-and-yellow footer.site-footer-design .footer-dev-logo,
body.black-and-yellow footer.site-footer-design .footer-dev-logo span {
  color: #000 !important;
}
body.black-and-yellow footer.site-footer-design .rule::before,
body.black-and-yellow footer.site-footer-design .rule::after,
body.black-and-yellow footer.site-footer-design .sub-links li::before,
body.black-and-yellow footer.site-footer-design h4.footer-title::before,
body.black-and-yellow footer.site-footer-design h4.footer-title::after {
  background-color: #000 !important;
  background-image: none !important;
}
body.black-and-yellow footer.site-footer-design .social a {
  text-decoration: none !important;
  border: 2px solid #000 !important;
  border-radius: 4px;
  padding: 4px;
  color: #000 !important;
}
body.black-and-yellow footer.site-footer-design .social a:hover, body.black-and-yellow footer.site-footer-design .social a:focus-visible {
  background-color: #000 !important;
  color: #ffeb3b !important;
}
body.black-and-yellow footer.site-footer-design .social a:hover i.bi,
body.black-and-yellow footer.site-footer-design .social a:hover i.bd, body.black-and-yellow footer.site-footer-design .social a:focus-visible i.bi,
body.black-and-yellow footer.site-footer-design .social a:focus-visible i.bd {
  color: #ffeb3b !important;
}
body.black-and-yellow footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover,
body.black-and-yellow footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible {
  color: #000 !important;
  background-color: transparent !important;
  text-decoration: underline !important;
  outline: none !important;
  box-shadow: none !important;
}
body.black-and-yellow footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover .v,
body.black-and-yellow footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover span,
body.black-and-yellow footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover strong,
body.black-and-yellow footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible .v,
body.black-and-yellow footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible span,
body.black-and-yellow footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible strong {
  color: #000 !important;
  background: transparent !important;
}
body.black-and-yellow .page-header-bg,
body.black-and-yellow .page-header-bg::before,
body.black-and-yellow .page-header-wrapper::before,
body.black-and-yellow .page-header-wrapper::after,
body.black-and-yellow section.page-gallery-album::before,
body.black-and-yellow section.homepage-hero::before,
body.black-and-yellow .site-footer-design::before,
body.black-and-yellow .vacancy-banner__art,
body.black-and-yellow .vacancy-banner__eyebrow::before,
body.black-and-yellow h4.section-title::before,
body.black-and-yellow .form-manager-body .title-wrapper::before,
body.black-and-yellow main.page-section-komanda section.page-header .page-header-wrapper::before,
body.black-and-yellow main.page-section-komanda section.page-header .page-header-wrapper .col-breadcrumb nav::after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  background-image: none !important;
  border: 0 !important;
  clip-path: none !important;
}
body.black-and-yellow ul.mega-menu-link-grid a.mega-menu-link::before,
body.black-and-yellow a.mega-menu-link::before {
  background: #000 !important;
  background-color: #000 !important;
}
body.black-and-yellow .site-footer-design .sub-links li::before,
body.black-and-yellow .site-footer-design .rule::before {
  background: #000 !important;
  background-color: #000 !important;
}
body.black-and-yellow .site-mega-navbar .nav-link::before,
body.black-and-yellow .site-mega-navbar .nav-link::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  background: none !important;
  background-image: none !important;
  border: 0 !important;
}
body.black-and-yellow section.subpages-list .col-subpages a.subpages-link .subpages::after {
  background-color: #000 !important;
  background-image: none !important;
}
body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item):hover:hover, body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item):hover:focus-visible,
body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible:hover,
body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible:focus-visible,
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item):hover:hover,
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item):hover:focus-visible,
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item):focus-visible:hover,
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item):focus-visible:focus-visible,
body.black-and-yellow .breadcrumb-item a:hover:hover,
body.black-and-yellow .breadcrumb-item a:hover:focus-visible,
body.black-and-yellow .breadcrumb-item a:focus-visible:hover,
body.black-and-yellow .breadcrumb-item a:focus-visible:focus-visible,
body.black-and-yellow .vacancy-banner__link:hover:hover,
body.black-and-yellow .vacancy-banner__link:hover:focus-visible,
body.black-and-yellow .vacancy-banner__link:focus-visible:hover,
body.black-and-yellow .vacancy-banner__link:focus-visible:focus-visible,
body.black-and-yellow .blog-landing-item-link a:hover:hover,
body.black-and-yellow .blog-landing-item-link a:hover:focus-visible,
body.black-and-yellow .blog-landing-item-link a:focus-visible:hover,
body.black-and-yellow .blog-landing-item-link a:focus-visible:focus-visible,
body.black-and-yellow .custom-link-list a:hover:hover,
body.black-and-yellow .custom-link-list a:hover:focus-visible,
body.black-and-yellow .custom-link-list a:focus-visible:hover,
body.black-and-yellow .custom-link-list a:focus-visible:focus-visible,
body.black-and-yellow footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover:hover,
body.black-and-yellow footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover:focus-visible,
body.black-and-yellow footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible:hover,
body.black-and-yellow footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible:focus-visible {
  color: #000 !important;
  background-color: transparent !important;
  text-decoration: underline !important;
  outline: none !important;
  box-shadow: none !important;
}
body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item):hover:hover *, body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item):hover:focus-visible *,
body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible:hover *,
body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible:focus-visible *,
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item):hover:hover *,
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item):hover:focus-visible *,
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item):focus-visible:hover *,
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item):focus-visible:focus-visible *,
body.black-and-yellow .breadcrumb-item a:hover:hover *,
body.black-and-yellow .breadcrumb-item a:hover:focus-visible *,
body.black-and-yellow .breadcrumb-item a:focus-visible:hover *,
body.black-and-yellow .breadcrumb-item a:focus-visible:focus-visible *,
body.black-and-yellow .vacancy-banner__link:hover:hover *,
body.black-and-yellow .vacancy-banner__link:hover:focus-visible *,
body.black-and-yellow .vacancy-banner__link:focus-visible:hover *,
body.black-and-yellow .vacancy-banner__link:focus-visible:focus-visible *,
body.black-and-yellow .blog-landing-item-link a:hover:hover *,
body.black-and-yellow .blog-landing-item-link a:hover:focus-visible *,
body.black-and-yellow .blog-landing-item-link a:focus-visible:hover *,
body.black-and-yellow .blog-landing-item-link a:focus-visible:focus-visible *,
body.black-and-yellow .custom-link-list a:hover:hover *,
body.black-and-yellow .custom-link-list a:hover:focus-visible *,
body.black-and-yellow .custom-link-list a:focus-visible:hover *,
body.black-and-yellow .custom-link-list a:focus-visible:focus-visible *,
body.black-and-yellow footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover:hover *,
body.black-and-yellow footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover:focus-visible *,
body.black-and-yellow footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible:hover *,
body.black-and-yellow footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible:focus-visible * {
  color: #000 !important;
  background-color: transparent !important;
}
body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item):hover:hover .bi,
body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item):hover:hover i, body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item):hover:focus-visible .bi,
body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item):hover:focus-visible i,
body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible:hover .bi,
body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible:hover i,
body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible:focus-visible .bi,
body.black-and-yellow .main-html-content a:not(.btn):not(.landing-icon-item):focus-visible:focus-visible i,
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item):hover:hover .bi,
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item):hover:hover i,
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item):hover:focus-visible .bi,
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item):hover:focus-visible i,
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item):focus-visible:hover .bi,
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item):focus-visible:hover i,
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item):focus-visible:focus-visible .bi,
body.black-and-yellow .html-content a:not(.btn):not(.landing-icon-item):focus-visible:focus-visible i,
body.black-and-yellow .breadcrumb-item a:hover:hover .bi,
body.black-and-yellow .breadcrumb-item a:hover:hover i,
body.black-and-yellow .breadcrumb-item a:hover:focus-visible .bi,
body.black-and-yellow .breadcrumb-item a:hover:focus-visible i,
body.black-and-yellow .breadcrumb-item a:focus-visible:hover .bi,
body.black-and-yellow .breadcrumb-item a:focus-visible:hover i,
body.black-and-yellow .breadcrumb-item a:focus-visible:focus-visible .bi,
body.black-and-yellow .breadcrumb-item a:focus-visible:focus-visible i,
body.black-and-yellow .vacancy-banner__link:hover:hover .bi,
body.black-and-yellow .vacancy-banner__link:hover:hover i,
body.black-and-yellow .vacancy-banner__link:hover:focus-visible .bi,
body.black-and-yellow .vacancy-banner__link:hover:focus-visible i,
body.black-and-yellow .vacancy-banner__link:focus-visible:hover .bi,
body.black-and-yellow .vacancy-banner__link:focus-visible:hover i,
body.black-and-yellow .vacancy-banner__link:focus-visible:focus-visible .bi,
body.black-and-yellow .vacancy-banner__link:focus-visible:focus-visible i,
body.black-and-yellow .blog-landing-item-link a:hover:hover .bi,
body.black-and-yellow .blog-landing-item-link a:hover:hover i,
body.black-and-yellow .blog-landing-item-link a:hover:focus-visible .bi,
body.black-and-yellow .blog-landing-item-link a:hover:focus-visible i,
body.black-and-yellow .blog-landing-item-link a:focus-visible:hover .bi,
body.black-and-yellow .blog-landing-item-link a:focus-visible:hover i,
body.black-and-yellow .blog-landing-item-link a:focus-visible:focus-visible .bi,
body.black-and-yellow .blog-landing-item-link a:focus-visible:focus-visible i,
body.black-and-yellow .custom-link-list a:hover:hover .bi,
body.black-and-yellow .custom-link-list a:hover:hover i,
body.black-and-yellow .custom-link-list a:hover:focus-visible .bi,
body.black-and-yellow .custom-link-list a:hover:focus-visible i,
body.black-and-yellow .custom-link-list a:focus-visible:hover .bi,
body.black-and-yellow .custom-link-list a:focus-visible:hover i,
body.black-and-yellow .custom-link-list a:focus-visible:focus-visible .bi,
body.black-and-yellow .custom-link-list a:focus-visible:focus-visible i,
body.black-and-yellow footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover:hover .bi,
body.black-and-yellow footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover:hover i,
body.black-and-yellow footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover:focus-visible .bi,
body.black-and-yellow footer.site-footer-design a:not(.footer-logo-link):not(.social a):hover:focus-visible i,
body.black-and-yellow footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible:hover .bi,
body.black-and-yellow footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible:hover i,
body.black-and-yellow footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible:focus-visible .bi,
body.black-and-yellow footer.site-footer-design a:not(.footer-logo-link):not(.social a):focus-visible:focus-visible i {
  color: #000 !important;
}
body.black-and-yellow svg:not(.mega-a11y-panel__inner svg):not(#kp-cookie-v3 svg) {
  fill: #000 !important;
  stroke: #000 !important;
  color: #000 !important;
}
body.black-and-yellow :where(a,
.subpages-link,
.attachment-info,
.mega-menu-link,
.breadcrumb-item a):focus-visible:not(:where(#kp-cookie-v3 *)) {
  outline: none !important;
  box-shadow: none !important;
}
body.black-and-yellow :where(button,
input,
select,
textarea,
.btn,
.accordion-button,
.site-mega-nav__search-submit):focus-visible:not(:where(#kp-cookie-v3 *)) {
  outline: 3px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}
body.black-and-yellow .accordion-button:focus-visible {
  box-shadow: inset 0 0 0 2px #000 !important;
}
body.black-and-yellow .site-mega-nav__search-toggle:focus-visible {
  box-shadow: none !important;
}
body.black-and-yellow section.page-header {
  background-color: #ffeb3b !important;
}
body.black-and-yellow section.page-header .page-header-bg {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
}
body.black-and-yellow section.page-header .page-header-wrapper {
  background-color: #ffeb3b !important;
  background-image: none !important;
  height: auto !important;
  min-height: 0 !important;
}
body.black-and-yellow section.page-header .page-header-wrapper::before, body.black-and-yellow section.page-header .page-header-wrapper::after {
  display: none !important;
}
body.black-and-yellow section.page-header .page-header-wrapper .container h1,
body.black-and-yellow section.page-header .page-header-wrapper h1 {
  color: #000 !important;
}
body.black-and-yellow main.page-section-blog section.page-header .page-header-wrapper {
  background-color: #ffeb3b !important;
}
body.black-and-yellow main.contacts section.page-header .page-header-wrapper::after {
  display: none !important;
}
body.black-and-yellow section.page-gallery-album {
  background-color: #ffeb3b !important;
  background-image: none !important;
}
body.black-and-yellow section.page-gallery-album::before {
  display: none !important;
}
body.black-and-yellow section.page-gallery-album .wrapper {
  background-color: #ffeb3b !important;
}
body.black-and-yellow .row-page-gallery .col-page-gallery-thubnails a.lightbox {
  border: 2px solid #000 !important;
  background-color: #ffeb3b !important;
}
body.black-and-yellow .row-page-gallery .col-page-gallery-thubnails a.lightbox img {
  opacity: 1 !important;
}
body.black-and-yellow ol.breadcrumb,
body.black-and-yellow .breadcrumb {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-yellow ol.breadcrumb .breadcrumb-item,
body.black-and-yellow ol.breadcrumb .breadcrumb-item a,
body.black-and-yellow ol.breadcrumb .breadcrumb-item.active a,
body.black-and-yellow .breadcrumb .breadcrumb-item,
body.black-and-yellow .breadcrumb .breadcrumb-item a,
body.black-and-yellow .breadcrumb .breadcrumb-item.active a {
  color: #000 !important;
  background: transparent !important;
}
body.black-and-yellow ol.breadcrumb .breadcrumb-item a:hover,
body.black-and-yellow ol.breadcrumb .breadcrumb-item a:focus-visible,
body.black-and-yellow .breadcrumb .breadcrumb-item a:hover,
body.black-and-yellow .breadcrumb .breadcrumb-item a:focus-visible {
  color: #000 !important;
  background: transparent !important;
  text-decoration: underline !important;
  outline: none !important;
  box-shadow: none !important;
}
body.black-and-yellow .breadcrumb-item + .breadcrumb-item::before {
  color: #000 !important;
}
body.black-and-yellow h4.section-title::before {
  display: none !important;
}
body.black-and-yellow h4.section-title span {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
body.black-and-yellow h4.section-title span::after {
  background-color: #000 !important;
  background-image: none !important;
}
body.black-and-yellow section.blog-landing h2.blog-landing-title::before,
body.black-and-yellow .blog-landing h2.blog-landing-title::before {
  display: block !important;
  background-color: #000 !important;
  background-image: none !important;
}
body.black-and-yellow section.attachments-section .attachment-outer-body,
body.black-and-yellow section.attachments-section .attachment-body {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #000 !important;
}
body.black-and-yellow section.attachments-section .attachment-icon,
body.black-and-yellow section.attachments-section .file-title,
body.black-and-yellow section.attachments-section .file-title span,
body.black-and-yellow section.attachments-section .file-meta {
  color: #000 !important;
  background: transparent !important;
}
body.black-and-yellow section.attachments-section a.attachment-info {
  color: #000 !important;
  background: transparent !important;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}
body.black-and-yellow section.attachments-section a.attachment-info .file-title,
body.black-and-yellow section.attachments-section a.attachment-info .file-title span,
body.black-and-yellow section.attachments-section a.attachment-info .file-meta {
  color: #000 !important;
  background: transparent !important;
  text-decoration: none !important;
}
body.black-and-yellow section.attachments-section a.attachment-info:hover, body.black-and-yellow section.attachments-section a.attachment-info:focus-visible {
  color: #000 !important;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
body.black-and-yellow section.attachments-section a.attachment-info:hover .file-title,
body.black-and-yellow section.attachments-section a.attachment-info:hover .file-title span, body.black-and-yellow section.attachments-section a.attachment-info:focus-visible .file-title,
body.black-and-yellow section.attachments-section a.attachment-info:focus-visible .file-title span {
  text-decoration: underline !important;
}
body.black-and-yellow section.attachments-section a.attachment-info:hover .file-meta, body.black-and-yellow section.attachments-section a.attachment-info:focus-visible .file-meta {
  color: #000 !important;
  text-decoration: none !important;
}
body.black-and-yellow section.attachments-section a.attachment-download {
  background-color: #ffeb3b !important;
  background-image: none !important;
  border: 2px solid #000 !important;
  color: #000 !important;
  text-decoration: none !important;
}
body.black-and-yellow section.attachments-section a.attachment-download i,
body.black-and-yellow section.attachments-section a.attachment-download .bi {
  color: #000 !important;
  font-size: 18px !important;
}
body.black-and-yellow section.attachments-section a.attachment-download:hover {
  background-color: #000 !important;
  color: #ffeb3b !important;
}
body.black-and-yellow section.attachments-section a.attachment-download:hover i,
body.black-and-yellow section.attachments-section a.attachment-download:hover .bi {
  color: #ffeb3b !important;
}
body.black-and-yellow section.subpages-list a.subpages-link,
body.black-and-yellow section.subpages-list .subpages-link {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-decoration: none !important;
}
body.black-and-yellow section.subpages-list a.subpages-link .subpages,
body.black-and-yellow section.subpages-list .subpages-link .subpages {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-yellow section.subpages-list a.subpages-link .subpages .wrapper h3.card-title,
body.black-and-yellow section.subpages-list a.subpages-link .subpages h3,
body.black-and-yellow section.subpages-list a.subpages-link .subpages h3.card-title,
body.black-and-yellow section.subpages-list .subpages-link .subpages .wrapper h3.card-title,
body.black-and-yellow section.subpages-list .subpages-link .subpages h3,
body.black-and-yellow section.subpages-list .subpages-link .subpages h3.card-title {
  color: #000 !important;
  background: transparent !important;
}
body.black-and-yellow section.subpages-list a.subpages-link .subpages .reade-more,
body.black-and-yellow section.subpages-list .subpages-link .subpages .reade-more {
  background-color: #ffeb3b !important;
  background-image: none !important;
  border: 2px solid #000 !important;
  color: #000 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  text-align: center !important;
}
body.black-and-yellow section.subpages-list a.subpages-link .subpages .reade-more::before,
body.black-and-yellow section.subpages-list .subpages-link .subpages .reade-more::before {
  content: "→" !important;
  color: #000 !important;
  display: block !important;
  line-height: 26px !important;
}
body.black-and-yellow section.subpages-list a.subpages-link .subpages .reade-more,
body.black-and-yellow section.subpages-list .subpages-link .subpages .reade-more {
  border-radius: 0 15px 0 0 !important;
}
body.black-and-yellow section.subpages-list a.subpages-link .subpages::after,
body.black-and-yellow section.subpages-list .subpages-link .subpages::after {
  background-color: #000 !important;
  background-image: none !important;
}
body.black-and-yellow section.subpages-list a.subpages-link .subpages .img-wrapper,
body.black-and-yellow section.subpages-list .subpages-link .subpages .img-wrapper {
  background-color: #000 !important;
  border: 2px solid #000 !important;
}
body.black-and-yellow section.subpages-list a.subpages-link .subpages .img-wrapper:not(:has(img)),
body.black-and-yellow section.subpages-list .subpages-link .subpages .img-wrapper:not(:has(img)) {
  display: none !important;
}
body.black-and-yellow section.subpages-list a.subpages-link .subpages .img-wrapper img,
body.black-and-yellow section.subpages-list .subpages-link .subpages .img-wrapper img {
  filter: brightness(0) !important;
  opacity: 1 !important;
}
body.black-and-yellow section.subpages-list a.subpages-link:hover, body.black-and-yellow section.subpages-list a.subpages-link:focus-visible,
body.black-and-yellow section.subpages-list .subpages-link:hover,
body.black-and-yellow section.subpages-list .subpages-link:focus-visible {
  background-color: #ffeb3b !important;
  color: #000 !important;
}
body.black-and-yellow section.subpages-list a.subpages-link:hover .subpages, body.black-and-yellow section.subpages-list a.subpages-link:focus-visible .subpages,
body.black-and-yellow section.subpages-list .subpages-link:hover .subpages,
body.black-and-yellow section.subpages-list .subpages-link:focus-visible .subpages {
  background-color: #ffeb3b !important;
  color: #000 !important;
}
body.black-and-yellow section.subpages-list a.subpages-link:hover h3,
body.black-and-yellow section.subpages-list a.subpages-link:hover h3.card-title, body.black-and-yellow section.subpages-list a.subpages-link:focus-visible h3,
body.black-and-yellow section.subpages-list a.subpages-link:focus-visible h3.card-title,
body.black-and-yellow section.subpages-list .subpages-link:hover h3,
body.black-and-yellow section.subpages-list .subpages-link:hover h3.card-title,
body.black-and-yellow section.subpages-list .subpages-link:focus-visible h3,
body.black-and-yellow section.subpages-list .subpages-link:focus-visible h3.card-title {
  color: #000 !important;
  text-decoration: underline !important;
}
body.black-and-yellow section.subpages-list a.subpages-link:hover .reade-more, body.black-and-yellow section.subpages-list a.subpages-link:focus-visible .reade-more,
body.black-and-yellow section.subpages-list .subpages-link:hover .reade-more,
body.black-and-yellow section.subpages-list .subpages-link:focus-visible .reade-more {
  background-color: #000 !important;
  border-color: #000 !important;
}
body.black-and-yellow section.subpages-list a.subpages-link:hover .reade-more::before, body.black-and-yellow section.subpages-list a.subpages-link:focus-visible .reade-more::before,
body.black-and-yellow section.subpages-list .subpages-link:hover .reade-more::before,
body.black-and-yellow section.subpages-list .subpages-link:focus-visible .reade-more::before {
  color: #ffeb3b !important;
}
body.black-and-yellow section.subpages-list a.subpages-link:hover .img-wrapper img, body.black-and-yellow section.subpages-list a.subpages-link:focus-visible .img-wrapper img,
body.black-and-yellow section.subpages-list .subpages-link:hover .img-wrapper img,
body.black-and-yellow section.subpages-list .subpages-link:focus-visible .img-wrapper img {
  filter: brightness(0) !important;
}
body.black-and-yellow section.subpages-list .col-subpages-list .subpages-link {
  background-color: #ffeb3b !important;
  background-image: none !important;
  border-bottom: 2px solid #000 !important;
  color: #000 !important;
}
body.black-and-yellow section.subpages-list .col-subpages-list .subpages-link h3 {
  color: #000 !important;
}
body.black-and-yellow section.subpages-list .col-subpages-list .subpages-link::after {
  background-color: #ffeb3b !important;
  background-image: none !important;
  border: 2px solid #000 !important;
  color: #000 !important;
  content: "→" !important;
  display: block !important;
  font-size: 18px !important;
  line-height: 26px !important;
  text-align: center !important;
  border-radius: 0 15px 0 0 !important;
}
body.black-and-yellow section.subpages-list .col-subpages-list .subpages-link:hover, body.black-and-yellow section.subpages-list .col-subpages-list .subpages-link:focus-visible {
  background-color: #ffeb3b !important;
  color: #000 !important;
}
body.black-and-yellow section.subpages-list .col-subpages-list .subpages-link:hover h3, body.black-and-yellow section.subpages-list .col-subpages-list .subpages-link:focus-visible h3 {
  color: #000 !important;
  text-decoration: underline !important;
}
body.black-and-yellow section.subpages-list .col-subpages-list .subpages-link:hover::after, body.black-and-yellow section.subpages-list .col-subpages-list .subpages-link:focus-visible::after {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #ffeb3b !important;
  content: "→" !important;
}
body.black-and-yellow section.subpages-list .col-subpages-list .subpages-link + .subpages-link,
body.black-and-yellow section.subpages-list .col-subpages-list .col-attachment-item {
  border-top: none !important;
}
body.black-and-yellow .row-logo-list .services-logo-list-item-inner-img,
body.black-and-yellow .main-html-content .row-logo-list .services-logo-list-item-inner-img,
body.black-and-yellow .html-content .row-logo-list .services-logo-list-item-inner-img {
  background-color: #ffeb3b !important;
  background-image: none !important;
  border: 2px solid #000 !important;
}
body.black-and-yellow .row-logo-list .services-logo-list-item-inner-img img,
body.black-and-yellow .main-html-content .row-logo-list .services-logo-list-item-inner-img img,
body.black-and-yellow .html-content .row-logo-list .services-logo-list-item-inner-img img {
  filter: grayscale(1) brightness(2.1) contrast(1.35) !important;
  opacity: 1 !important;
}
body.black-and-yellow .row-logo-list .services-logo-list-item-inner-title,
body.black-and-yellow .main-html-content .row-logo-list .services-logo-list-item-inner-title,
body.black-and-yellow .html-content .row-logo-list .services-logo-list-item-inner-title {
  color: #000 !important;
  border-color: #000 !important;
  background: transparent !important;
}
body.black-and-yellow .accordion-item-cenradis .accordion-button,
body.black-and-yellow .accordion-item-cenradis .accordion-button:not(.collapsed),
body.black-and-yellow .accordion-item-cenradis .accordion-button.collapsed {
  background-color: #ffeb3b !important;
  color: #000 !important;
}
body.black-and-yellow .accordion-item-cenradis .accordion-body-link {
  color: #000 !important;
}
body.black-and-yellow .accordion-item-cenradis .accordion-body-link i,
body.black-and-yellow .accordion-item-cenradis .accordion-body-link .bi {
  color: #000 !important;
}
body.black-and-yellow .site-mega-nav__a11y > .nav-link {
  background: transparent !important;
  color: #000 !important;
}
body.black-and-yellow .site-mega-nav__a11y > .nav-link .bi {
  color: #000 !important;
}
body.black-and-yellow section.vacancy-banner {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-yellow section.vacancy-banner .vacancy-banner__eyebrow,
body.black-and-yellow section.vacancy-banner .vacancy-banner__title,
body.black-and-yellow section.vacancy-banner .vacancy-banner__link {
  color: #000 !important;
  background: transparent !important;
}
body.black-and-yellow section.vacancy-banner .vacancy-banner__link {
  color: #000 !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
body.black-and-yellow section.vacancy-banner .vacancy-banner__art {
  display: none !important;
}
body.black-and-yellow .vacancy-shell,
body.black-and-yellow .vacancy-body,
body.black-and-yellow .vacancy-content {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-yellow .vacancy-accordion .accordion-item,
body.black-and-yellow .sub-accordion .accordion-item {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #000 !important;
}
body.black-and-yellow .vacancy-accordion .accordion-button,
body.black-and-yellow .vacancy-accordion .accordion-button:not(.collapsed),
body.black-and-yellow .vacancy-accordion .accordion-button.collapsed,
body.black-and-yellow .sub-accordion .accordion-button,
body.black-and-yellow .sub-accordion .accordion-button:not(.collapsed),
body.black-and-yellow .sub-accordion .accordion-button.collapsed {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  color: #000 !important;
  box-shadow: none !important;
}
body.black-and-yellow .vacancy-accordion .accordion-button::after,
body.black-and-yellow .vacancy-accordion .accordion-button:not(.collapsed)::after,
body.black-and-yellow .vacancy-accordion .accordion-button.collapsed::after,
body.black-and-yellow .sub-accordion .accordion-button::after,
body.black-and-yellow .sub-accordion .accordion-button:not(.collapsed)::after,
body.black-and-yellow .sub-accordion .accordion-button.collapsed::after {
  border-color: #000 !important;
  background-color: transparent !important;
}
body.black-and-yellow .vacancy-accordion .accordion-button:not(.collapsed),
body.black-and-yellow .sub-accordion .accordion-button:not(.collapsed) {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-yellow .vacancy-accordion .accordion-collapse,
body.black-and-yellow .vacancy-accordion .accordion-body,
body.black-and-yellow .sub-accordion .accordion-collapse,
body.black-and-yellow .sub-accordion .accordion-body {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-yellow .vacancy-accordion .accordion-collapse p, body.black-and-yellow .vacancy-accordion .accordion-collapse li, body.black-and-yellow .vacancy-accordion .accordion-collapse span, body.black-and-yellow .vacancy-accordion .accordion-collapse strong, body.black-and-yellow .vacancy-accordion .accordion-collapse h2, body.black-and-yellow .vacancy-accordion .accordion-collapse h3, body.black-and-yellow .vacancy-accordion .accordion-collapse h4,
body.black-and-yellow .vacancy-accordion .accordion-body p,
body.black-and-yellow .vacancy-accordion .accordion-body li,
body.black-and-yellow .vacancy-accordion .accordion-body span,
body.black-and-yellow .vacancy-accordion .accordion-body strong,
body.black-and-yellow .vacancy-accordion .accordion-body h2,
body.black-and-yellow .vacancy-accordion .accordion-body h3,
body.black-and-yellow .vacancy-accordion .accordion-body h4,
body.black-and-yellow .sub-accordion .accordion-collapse p,
body.black-and-yellow .sub-accordion .accordion-collapse li,
body.black-and-yellow .sub-accordion .accordion-collapse span,
body.black-and-yellow .sub-accordion .accordion-collapse strong,
body.black-and-yellow .sub-accordion .accordion-collapse h2,
body.black-and-yellow .sub-accordion .accordion-collapse h3,
body.black-and-yellow .sub-accordion .accordion-collapse h4,
body.black-and-yellow .sub-accordion .accordion-body p,
body.black-and-yellow .sub-accordion .accordion-body li,
body.black-and-yellow .sub-accordion .accordion-body span,
body.black-and-yellow .sub-accordion .accordion-body strong,
body.black-and-yellow .sub-accordion .accordion-body h2,
body.black-and-yellow .sub-accordion .accordion-body h3,
body.black-and-yellow .sub-accordion .accordion-body h4 {
  color: #000 !important;
}
body.black-and-yellow .vacancy-accordion h2.accordion-header,
body.black-and-yellow .vacancy-accordion h3.accordion-header,
body.black-and-yellow .vacancy-accordion h2.accordion-header button,
body.black-and-yellow .vacancy-accordion h3.accordion-header button,
body.black-and-yellow .sub-accordion h2.accordion-header,
body.black-and-yellow .sub-accordion h3.accordion-header,
body.black-and-yellow .sub-accordion h2.accordion-header button,
body.black-and-yellow .sub-accordion h3.accordion-header button {
  color: #000 !important;
  background: transparent !important;
}
body.black-and-yellow .form-manager-vacancy .title-wrapper {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-yellow .form-manager-vacancy .title-wrapper::before {
  background: #000 !important;
  background-image: none !important;
}
body.black-and-yellow .form-manager-vacancy .title-wrapper h4.widget-title {
  color: #000 !important;
}
body.black-and-yellow .formbuilder-file-label {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #000 !important;
}
body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item,
body.black-and-yellow .contacts-icon-items a.landing-icon-item,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item {
  background: transparent !important;
  text-decoration: none !important;
}
body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item .card-bg,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item .card-bg,
body.black-and-yellow .contacts-icon-items a.landing-icon-item .card-bg,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item .card-bg {
  background: #ffeb3b !important;
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border: 3px solid #000 !important;
  border-bottom: 3px solid #000 !important;
  transition: none !important;
}
body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item .card-bg h2,
body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item .card-bg h3,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item .card-bg h2,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item .card-bg h3,
body.black-and-yellow .contacts-icon-items a.landing-icon-item .card-bg h2,
body.black-and-yellow .contacts-icon-items a.landing-icon-item .card-bg h3,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item .card-bg h2,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item .card-bg h3 {
  color: #000 !important;
  background: transparent !important;
}
body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item .card-bg span.link-icon,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item .card-bg span.link-icon,
body.black-and-yellow .contacts-icon-items a.landing-icon-item .card-bg span.link-icon,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item .card-bg span.link-icon {
  background-color: #ffeb3b !important;
  background-image: none !important;
  border: 2px solid #000 !important;
  color: #000 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  text-align: center !important;
}
body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item .card-bg span.link-icon::before,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item .card-bg span.link-icon::before,
body.black-and-yellow .contacts-icon-items a.landing-icon-item .card-bg span.link-icon::before,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item .card-bg span.link-icon::before {
  content: "→" !important;
  color: #000 !important;
  display: block !important;
  line-height: 26px !important;
}
body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item .card-bg span.link-icon,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item .card-bg span.link-icon,
body.black-and-yellow .contacts-icon-items a.landing-icon-item .card-bg span.link-icon,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item .card-bg span.link-icon {
  border-radius: 0 15px 0 0 !important;
  transition: none !important;
}
body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item .card-bg::after,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item .card-bg::after,
body.black-and-yellow .contacts-icon-items a.landing-icon-item .card-bg::after,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item .card-bg::after {
  display: none !important;
}
body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item .main-icon,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item .main-icon,
body.black-and-yellow .contacts-icon-items a.landing-icon-item .main-icon,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item .main-icon {
  background-color: #000 !important;
  background-image: none !important;
}
body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item .jrsi,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item .jrsi,
body.black-and-yellow .contacts-icon-items a.landing-icon-item .jrsi,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item .jrsi {
  background-color: #ffeb3b !important;
}
body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item:hover, body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item:focus-visible,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item:hover,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item:focus-visible,
body.black-and-yellow .contacts-icon-items a.landing-icon-item:hover,
body.black-and-yellow .contacts-icon-items a.landing-icon-item:focus-visible,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item:hover,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item:focus-visible {
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item:hover .card-bg, body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item:focus-visible .card-bg,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item:hover .card-bg,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item:focus-visible .card-bg,
body.black-and-yellow .contacts-icon-items a.landing-icon-item:hover .card-bg,
body.black-and-yellow .contacts-icon-items a.landing-icon-item:focus-visible .card-bg,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item:hover .card-bg,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item:focus-visible .card-bg {
  background: #ffeb3b !important;
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  border-bottom-color: #000 !important;
}
body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item:hover .card-bg h2,
body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item:hover .card-bg h3, body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item:focus-visible .card-bg h2,
body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item:focus-visible .card-bg h3,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item:hover .card-bg h2,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item:hover .card-bg h3,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item:focus-visible .card-bg h2,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item:focus-visible .card-bg h3,
body.black-and-yellow .contacts-icon-items a.landing-icon-item:hover .card-bg h2,
body.black-and-yellow .contacts-icon-items a.landing-icon-item:hover .card-bg h3,
body.black-and-yellow .contacts-icon-items a.landing-icon-item:focus-visible .card-bg h2,
body.black-and-yellow .contacts-icon-items a.landing-icon-item:focus-visible .card-bg h3,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item:hover .card-bg h2,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item:hover .card-bg h3,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item:focus-visible .card-bg h2,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item:focus-visible .card-bg h3 {
  color: #000 !important;
  background: transparent !important;
  text-decoration: underline !important;
}
body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item:hover .card-bg span.link-icon, body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item:focus-visible .card-bg span.link-icon,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item:hover .card-bg span.link-icon,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item:focus-visible .card-bg span.link-icon,
body.black-and-yellow .contacts-icon-items a.landing-icon-item:hover .card-bg span.link-icon,
body.black-and-yellow .contacts-icon-items a.landing-icon-item:focus-visible .card-bg span.link-icon,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item:hover .card-bg span.link-icon,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item:focus-visible .card-bg span.link-icon {
  background: #ffeb3b !important;
  background-color: #ffeb3b !important;
  background-image: none !important;
  border-color: #000 !important;
  color: #000 !important;
}
body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item:hover .card-bg span.link-icon::before, body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item:focus-visible .card-bg span.link-icon::before,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item:hover .card-bg span.link-icon::before,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item:focus-visible .card-bg span.link-icon::before,
body.black-and-yellow .contacts-icon-items a.landing-icon-item:hover .card-bg span.link-icon::before,
body.black-and-yellow .contacts-icon-items a.landing-icon-item:focus-visible .card-bg span.link-icon::before,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item:hover .card-bg span.link-icon::before,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item:focus-visible .card-bg span.link-icon::before {
  color: #000 !important;
}
body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item:hover .main-icon, body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item:focus-visible .main-icon,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item:hover .main-icon,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item:focus-visible .main-icon,
body.black-and-yellow .contacts-icon-items a.landing-icon-item:hover .main-icon,
body.black-and-yellow .contacts-icon-items a.landing-icon-item:focus-visible .main-icon,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item:hover .main-icon,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item:focus-visible .main-icon {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
}
body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item:hover .jrsi, body.black-and-yellow .row-contacts-header-bottom a.landing-icon-item:focus-visible .jrsi,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item:hover .jrsi,
body.black-and-yellow .row-contacts-header-bottom div.contacts-icon-item:focus-visible .jrsi,
body.black-and-yellow .contacts-icon-items a.landing-icon-item:hover .jrsi,
body.black-and-yellow .contacts-icon-items a.landing-icon-item:focus-visible .jrsi,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item:hover .jrsi,
body.black-and-yellow .contacts-icon-items div.contacts-icon-item:focus-visible .jrsi {
  background-color: #ffeb3b !important;
}
body.black-and-yellow .row-contacts-header-bottom .card-bg ul.contacts-card-item-list li::before,
body.black-and-yellow .contacts-icon-items .card-bg ul.contacts-card-item-list li::before {
  background-color: #000 !important;
}
body.black-and-yellow .site-footer-design .head,
body.black-and-yellow h4.footer-title span {
  background-color: #ffeb3b !important;
  color: #000 !important;
}
body.black-and-yellow h4.footer-title span {
  background-color: #ffeb3b !important;
  color: #000 !important;
}
body.black-and-yellow h4.footer-title::before, body.black-and-yellow h4.footer-title::after {
  background-color: #000 !important;
}
body.black-and-yellow ul.footer-contacts li,
body.black-and-yellow ul.footer-contacts li span,
body.black-and-yellow ul.footer-contacts li a,
body.black-and-yellow ul.footer-contacts li i {
  color: #000 !important;
  background: transparent !important;
}
body.black-and-yellow ul.footer-contacts li::after,
body.black-and-yellow ul.footer-contacts li span::after,
body.black-and-yellow ul.footer-contacts li a::after,
body.black-and-yellow ul.footer-contacts li i::after {
  background-color: #000 !important;
}
body.black-and-yellow main.page-section-post section.page-header-blog-item .page-header-bg,
body.black-and-yellow main.page-section-blog_post section.page-header-blog-item .page-header-bg {
  background: #ffeb3b !important;
  background-image: none !important;
}
body.black-and-yellow main.page-section-post section.page-header-blog-item .page-header-bg::before,
body.black-and-yellow main.page-section-blog_post section.page-header-blog-item .page-header-bg::before {
  display: none !important;
  background: none !important;
  background-image: none !important;
}
body.black-and-yellow main.page-section-post section.blog-post-open-section .blog-post-postbox-thumb-img,
body.black-and-yellow main.page-section-post section.blog-post-open-section .blog-post-postbox-content,
body.black-and-yellow main.page-section-post section.blog-post-open-section .blog-post-postbox-details,
body.black-and-yellow main.page-section-blog_post section.blog-post-open-section .blog-post-postbox-thumb-img,
body.black-and-yellow main.page-section-blog_post section.blog-post-open-section .blog-post-postbox-content,
body.black-and-yellow main.page-section-blog_post section.blog-post-open-section .blog-post-postbox-details {
  background: transparent !important;
}
body.black-and-yellow main.page-section-post section.blog-post-open-section .blog-post-item-toolbar::before,
body.black-and-yellow main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar::before {
  background-color: #ffeb3b !important;
  background-image: none !important;
}
body.black-and-yellow main.page-section-post section.blog-post-open-section .blog-post-item-toolbar::after,
body.black-and-yellow main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar::after {
  background: #000 !important;
  background-image: none !important;
}
body.black-and-yellow main.page-section-post section.blog-post-open-section .blog-post-item-toolbar h1.blog-title,
body.black-and-yellow main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar h1.blog-title {
  color: #000 !important;
  background: transparent !important;
}
body.black-and-yellow main.page-section-post section.blog-post-open-section .blog-post-item-toolbar .breadcrumb,
body.black-and-yellow main.page-section-post section.blog-post-open-section .blog-post-item-toolbar .breadcrumb-item,
body.black-and-yellow main.page-section-post section.blog-post-open-section .blog-post-item-toolbar .breadcrumb-item a,
body.black-and-yellow main.page-section-post section.blog-post-open-section .blog-post-item-toolbar .breadcrumb-item.active,
body.black-and-yellow main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar .breadcrumb,
body.black-and-yellow main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar .breadcrumb-item,
body.black-and-yellow main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar .breadcrumb-item a,
body.black-and-yellow main.page-section-blog_post section.blog-post-open-section .blog-post-item-toolbar .breadcrumb-item.active {
  color: #000 !important;
  background: transparent !important;
}
body.black-and-yellow .blog-share-toolbar span,
body.black-and-yellow .col-share .blog-share-toolbar span {
  color: #000 !important;
}
body.black-and-yellow .blog-share-toolbar ul.soc-share li button,
body.black-and-yellow .col-share .blog-share-toolbar ul.soc-share li button {
  background-color: #ffeb3b !important;
  background-image: none !important;
  border: 2px solid #000 !important;
  color: #000 !important;
}
body.black-and-yellow .blog-share-toolbar ul.soc-share li button i,
body.black-and-yellow .blog-share-toolbar ul.soc-share li button .bi,
body.black-and-yellow .col-share .blog-share-toolbar ul.soc-share li button i,
body.black-and-yellow .col-share .blog-share-toolbar ul.soc-share li button .bi {
  color: #000 !important;
}
body.black-and-yellow .blog-share-toolbar ul.soc-share li button:hover, body.black-and-yellow .blog-share-toolbar ul.soc-share li button:focus-visible,
body.black-and-yellow .col-share .blog-share-toolbar ul.soc-share li button:hover,
body.black-and-yellow .col-share .blog-share-toolbar ul.soc-share li button:focus-visible {
  background-color: #ffeb3b !important;
  color: #000 !important;
  text-decoration: underline !important;
}
body.black-and-yellow .blog-share-toolbar ul.soc-share li button:hover i,
body.black-and-yellow .blog-share-toolbar ul.soc-share li button:hover .bi, body.black-and-yellow .blog-share-toolbar ul.soc-share li button:focus-visible i,
body.black-and-yellow .blog-share-toolbar ul.soc-share li button:focus-visible .bi,
body.black-and-yellow .col-share .blog-share-toolbar ul.soc-share li button:hover i,
body.black-and-yellow .col-share .blog-share-toolbar ul.soc-share li button:hover .bi,
body.black-and-yellow .col-share .blog-share-toolbar ul.soc-share li button:focus-visible i,
body.black-and-yellow .col-share .blog-share-toolbar ul.soc-share li button:focus-visible .bi {
  color: #000 !important;
}
body.black-and-yellow main.page-section-komanda,
body.black-and-yellow main.page-section-blog,
body.black-and-yellow main.page-section-post,
body.black-and-yellow main.page-section-blog_post,
body.black-and-yellow main.contacts,
body.black-and-yellow main.homepage {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  background-image: none !important;
}
body.black-and-yellow .main-html-content blockquote,
body.black-and-yellow .html-content blockquote {
  background-color: #ffeb3b !important;
  border-bottom: 3px solid #000 !important;
}
body.black-and-yellow .main-html-content blockquote::before,
body.black-and-yellow .html-content blockquote::before {
  content: "“" !important;
  color: #000 !important;
  background: none !important;
  background-image: none !important;
}
body.black-and-yellow :not(.mega-a11y-panel__inner):not(.mega-a11y-panel__inner *).bi, body.black-and-yellow :not(.mega-a11y-panel__inner):not(.mega-a11y-panel__inner *)[class*=bi-],
body.black-and-yellow :not(.mega-a11y-panel__inner):not(.mega-a11y-panel__inner *) i.contacts-icon {
  color: #000 !important;
}
body.black-and-yellow .header-icons a.header-icon-link .icon i,
body.black-and-yellow .header-icons a.header-icon-link .icon [class*=bi-] {
  color: #ffeb3b !important;
}
body.black-and-yellow .header-icons a.header-icon-link .icon i.phone-icon,
body.black-and-yellow .header-icons a.header-icon-link .icon i.epieraksts-icon,
body.black-and-yellow .header-icons a.header-icon-link .icon i.contacts-icon {
  filter: brightness(0) !important;
  opacity: 1 !important;
}
body.black-and-yellow .site-mega-navbar .navbar-toggler {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 2px solid #000 !important;
}
body.black-and-yellow .site-mega-navbar .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}
body.black-and-yellow .site-mega-nav__search-form input.form-control {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-yellow .error-404-page h2,
body.black-and-yellow .error-404-page p,
body.black-and-yellow .date-post .wrapper,
body.black-and-yellow .vacancy-banner__content {
  color: #000 !important;
}
body.black-and-yellow .page-bottom-toolbar {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.black-and-yellow .bi,
body.black-and-yellow [class*=" bi-"],
body.black-and-yellow [class^=bi-] {
  color: #000 !important;
}
body.black-and-yellow .icon .bi,
body.black-and-yellow .icon [class^=bi-],
body.black-and-yellow .header-icons .icon .bi,
body.black-and-yellow .site-mega-nav__search-toggle .bi,
body.black-and-yellow a.attachment-download .bi,
body.black-and-yellow .attachment-icon {
  color: #000 !important;
}
body.black-and-yellow .header-icons .icon .bi {
  color: #ffeb3b !important;
}
body.black-and-yellow .attachment-icon i {
  color: #000 !important;
}
body.black-and-yellow .header-icons a.header-icon-link .icon i.phone-icon,
body.black-and-yellow .header-icons a.header-icon-link .icon i.epieraksts-icon,
body.black-and-yellow .header-icons a.header-icon-link .icon i.contacts-icon {
  filter: brightness(0) !important;
  opacity: 1 !important;
}
body.black-and-yellow .header-logo img,
body.black-and-yellow .footer-logo,
body.black-and-yellow .blog-landing-item-img img,
body.black-and-yellow article.blog-landing-item img,
body.black-and-yellow .main-html-content img,
body.black-and-yellow .html-content img,
body.black-and-yellow .row-page-gallery img,
body.black-and-yellow img:not(#kp-cookie-v3 img),
body.black-and-yellow video,
body.black-and-yellow picture {
  filter: grayscale(1) contrast(1.1) brightness(1.05) sepia(1) saturate(5) hue-rotate(5deg) !important;
}
body.black-and-yellow .row-page-gallery img {
  filter: grayscale(1) contrast(1.1) !important;
}
body.black-and-yellow .header-icons a.header-icon-link .icon i.phone-icon,
body.black-and-yellow .header-icons a.header-icon-link .icon i.epieraksts-icon,
body.black-and-yellow .header-icons a.header-icon-link .icon i.contacts-icon {
  filter: brightness(0) invert(1) !important;
}
body.black-and-yellow .header-icons a.header-icon-link:hover .icon i.phone-icon,
body.black-and-yellow .header-icons a.header-icon-link:hover .icon i.epieraksts-icon,
body.black-and-yellow .header-icons a.header-icon-link:hover .icon i.contacts-icon {
  filter: brightness(0) !important;
}
body.black-and-yellow section.homepage-mission-widget .mission-item-icon img {
  filter: brightness(0) sepia(1) saturate(10) hue-rotate(0deg) !important;
}
body.black-and-yellow section.vacancy-banner .vacancy-banner__art::after {
  filter: brightness(0) sepia(1) saturate(10) hue-rotate(0deg) !important;
}
body.black-and-yellow .vacancy-accordion .accordion-button::after,
body.black-and-yellow .sub-accordion .accordion-button::after {
  filter: brightness(0) !important;
}
body.black-and-yellow #kp-cookie-v3,
body.black-and-yellow #kp-cookie-v3 * {
  filter: none !important;
  text-shadow: none !important;
}
body.black-and-yellow #kp-cookie-v3.kp-cookie-v3-overlay {
  color: #000 !important;
  background-color: #ffeb3b !important;
  background-image: none !important;
  border: 2px solid #000 !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35) !important;
}
body.black-and-yellow #kp-cookie-v3 h1,
body.black-and-yellow #kp-cookie-v3 h2,
body.black-and-yellow #kp-cookie-v3 h3,
body.black-and-yellow #kp-cookie-v3 h4,
body.black-and-yellow #kp-cookie-v3 h5,
body.black-and-yellow #kp-cookie-v3 h6,
body.black-and-yellow #kp-cookie-v3 p,
body.black-and-yellow #kp-cookie-v3 label,
body.black-and-yellow #kp-cookie-v3 span,
body.black-and-yellow #kp-cookie-v3 small,
body.black-and-yellow #kp-cookie-v3 li,
body.black-and-yellow #kp-cookie-v3 strong,
body.black-and-yellow #kp-cookie-v3 em,
body.black-and-yellow #kp-cookie-v3 td,
body.black-and-yellow #kp-cookie-v3 th,
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-title,
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-description,
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-cat-info h4,
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-cat-info p,
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-details-content,
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-details-content * {
  color: #000 !important;
  background-color: transparent !important;
  background-image: none !important;
  opacity: 1 !important;
}
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-description {
  opacity: 1 !important;
}
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-description a,
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-btn-settings,
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-details-toggle,
body.black-and-yellow #kp-cookie-v3 #kp-cookie-v3-back-btn {
  color: #333 !important;
  text-decoration: underline !important;
}
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-description a:hover, body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-description a:focus-visible,
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-btn-settings:hover,
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-btn-settings:focus-visible,
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-details-toggle:hover,
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-details-toggle:focus-visible,
body.black-and-yellow #kp-cookie-v3 #kp-cookie-v3-back-btn:hover,
body.black-and-yellow #kp-cookie-v3 #kp-cookie-v3-back-btn:focus-visible {
  color: #000 !important;
  background-color: transparent !important;
}
body.black-and-yellow #kp-cookie-v3 button,
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-btn {
  text-decoration: none !important;
  border: 2px solid transparent !important;
}
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-btn-accept {
  background-color: #000 !important;
  color: #ffeb3b !important;
  border-color: #000 !important;
}
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-btn-accept:hover, body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-btn-accept:focus-visible {
  opacity: 0.9 !important;
  color: #ffeb3b !important;
  background-color: #000 !important;
}
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-btn-reject {
  background-color: #fff6b3 !important;
  color: #000 !important;
  border-color: #000 !important;
}
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-btn-reject:hover, body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-btn-reject:focus-visible {
  color: #000 !important;
  background-color: #fff6b3 !important;
}
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-category {
  border-color: #000 !important;
}
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-settings-view,
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-details-section {
  border-color: #000 !important;
}
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-details-content {
  background-color: #fff6b3 !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-details-content th {
  background-color: #000 !important;
  color: #ffeb3b !important;
  border-color: #000 !important;
}
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-details-content td {
  border-color: #000 !important;
  color: #000 !important;
  background-color: transparent !important;
}
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-slider {
  background-color: #333 !important;
}
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-slider::before {
  background-color: #ffeb3b !important;
}
body.black-and-yellow #kp-cookie-v3 input:checked + .kp-cookie-v3-slider {
  background-color: #000 !important;
}
body.black-and-yellow #kp-cookie-v3 input:focus-visible + .kp-cookie-v3-slider,
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-btn:focus-visible,
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-btn-settings:focus-visible,
body.black-and-yellow #kp-cookie-v3 .kp-cookie-v3-details-toggle:focus-visible,
body.black-and-yellow #kp-cookie-v3 button:focus-visible,
body.black-and-yellow #kp-cookie-v3 a:focus-visible {
  outline: 3px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #ffeb3b, 0 0 0 5px #000 !important;
}
body.black-and-yellow .kp-cookie-v3-backdrop {
  background: rgba(0, 0, 0, 0.55) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}
body.black-and-yellow .site-topbar,
body.black-and-yellow .site-mega-nav__a11y .dropdown-menu,
body.black-and-yellow .site-mega-nav__a11y .dropdown-menu.mega-menu-panel,
body.black-and-yellow .site-mega-nav__a11y .mega-menu-panel,
body.black-and-yellow .site-mega-nav__a11y .mega-menu-panel > .container,
body.black-and-yellow .site-mega-nav__a11y .mega-menu-panel .container,
body.black-and-yellow .site-mega-nav__a11y .mega-menu-panel__head,
body.black-and-yellow .mega-menu-panel__body--a11y,
body.black-and-yellow .site-topbar-panel--a11y,
body.black-and-yellow .site-topbar-panel--a11y .site-topbar-panel__body,
body.black-and-yellow .site-topbar-panel--a11y .mega-a11y-panel__inner {
  background-color: #ffeb3b !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  filter: none !important;
}
body.black-and-yellow .site-mega-nav__a11y .mega-menu-panel__head-label {
  color: #333 !important;
}
body.black-and-yellow .site-mega-nav__a11y .mega-menu-panel__head-rule {
  background-color: #000 !important;
  opacity: 0.35;
}
body.black-and-yellow .mega-a11y-panel__inner {
  background-color: transparent !important;
  color: #000 !important;
}
body.black-and-yellow .mega-a11y-panel__inner .site-settings,
body.black-and-yellow .mega-a11y-panel__inner .site-settings li {
  background: transparent !important;
  color: #000 !important;
}
body.black-and-yellow .mega-a11y-panel__inner .site-settings > li > span {
  color: #000 !important;
  font-weight: 500 !important;
}
body.black-and-yellow .mega-a11y-panel__inner a.btn.btn-default:not(.btn-contrast),
body.black-and-yellow .mega-a11y-panel__inner button.btn.btn-default:not(.btn-contrast) {
  background-color: #fff6b3 !important;
  color: #000 !important;
  border: 2px solid transparent !important;
  text-decoration: none !important;
}
body.black-and-yellow .mega-a11y-panel__inner a.btn.btn-default:not(.btn-contrast):hover,
body.black-and-yellow .mega-a11y-panel__inner button.btn.btn-default:not(.btn-contrast):hover {
  color: #000 !important;
  background-color: #fff6b3 !important;
  opacity: 1 !important;
  text-decoration: underline !important;
}
body.black-and-yellow .mega-a11y-panel__inner a.btn.btn-default:not(.btn-contrast):focus-visible,
body.black-and-yellow .mega-a11y-panel__inner button.btn.btn-default:not(.btn-contrast):focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}
body.black-and-yellow .mega-a11y-panel__inner a.btn.btn-default:not(.btn-contrast).active,
body.black-and-yellow .mega-a11y-panel__inner button.btn.btn-default:not(.btn-contrast).active {
  background-color: transparent !important;
  color: #000 !important;
  border-color: #000 !important;
}
body.black-and-yellow .mega-a11y-panel__inner .btn.btn-default.btn-contrast {
  width: 51px;
  padding: 6px 0 !important;
  border: 2px solid transparent !important;
}
body.black-and-yellow .mega-a11y-panel__inner .btn.btn-default.btn-contrast i.bi {
  color: inherit !important;
}
body.black-and-yellow .mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-1 {
  background-color: #fff !important;
  color: #333 !important;
  border-color: #333 !important;
}
body.black-and-yellow .mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-1.active {
  border-color: #000 !important;
  outline: 2px solid #000 !important;
  outline-offset: 1px !important;
}
body.black-and-yellow .mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-2 {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}
body.black-and-yellow .mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-2.active {
  outline: 2px solid #000 !important;
  outline-offset: 1px !important;
}
body.black-and-yellow .mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-3 {
  background-color: #000 !important;
  color: #ffeb3b !important;
  border-color: #ffeb3b !important;
}
body.black-and-yellow .mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-3.active {
  outline: 2px solid #000 !important;
  outline-offset: 1px !important;
}
body.black-and-yellow .mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-4 {
  background-color: #ffeb3b !important;
  color: #000 !important;
  border-color: #000 !important;
}
body.black-and-yellow .mega-a11y-panel__inner .btn.btn-default.btn-contrast.contrast-4.active {
  outline: 2px solid #000 !important;
  outline-offset: 1px !important;
}
body.black-and-yellow .site-topbar__btn {
  color: #000 !important;
}
body.black-and-yellow .site-topbar__btn .bi,
body.black-and-yellow .site-topbar__btn span {
  color: #000 !important;
}

body.black-and-white .admin-nav,
body.black-and-white .admin-nav *,
body.black-and-white .nav-bar-admin-3,
body.black-and-white .nav-bar-admin-3 *,
body.black-and-white .offline-alert,
body.black-and-white .offline-alert *,
body.black-and-white .debug-alert,
body.black-and-white .debug-alert *,
body.yellow-and-black .admin-nav,
body.yellow-and-black .admin-nav *,
body.yellow-and-black .nav-bar-admin-3,
body.yellow-and-black .nav-bar-admin-3 *,
body.yellow-and-black .offline-alert,
body.yellow-and-black .offline-alert *,
body.yellow-and-black .debug-alert,
body.yellow-and-black .debug-alert *,
body.black-and-yellow .admin-nav,
body.black-and-yellow .admin-nav *,
body.black-and-yellow .nav-bar-admin-3,
body.black-and-yellow .nav-bar-admin-3 *,
body.black-and-yellow .offline-alert,
body.black-and-yellow .offline-alert *,
body.black-and-yellow .debug-alert,
body.black-and-yellow .debug-alert * {
  all: revert;
}

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