:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#ff8312;
}

.vc-catalogs-list {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1023px) {
  .vc-catalogs-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .vc-catalogs-list {
    grid-template-columns: 1fr;
  }
}

.vc-catalog.vc-catalog--view-mode-tile {
  display: grid;
  grid-template-columns: auto 1fr;
  position: relative;
  background-color: #ffffff;
  row-gap: 12px;
  column-gap: 24px;
}
.vc-catalog.vc-catalog--view-mode-tile:hover {
  background-color: #ffffff;
}
.vc-catalog.vc-catalog--view-mode-tile .field-image {
  grid-row: 1/3;
}
.vc-catalog.vc-catalog--view-mode-tile .field-description {
  grid-row: 2;
  grid-column: 2;
  align-self: baseline;
}
.vc-catalog.vc-catalog--view-mode-tile .field-title {
  grid-row: 1;
  align-self: end;
}
.vc-catalog.vc-catalog--view-mode-tile .field-title a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.vc-catalog.vc-catalog--view-mode-full {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog.vc-catalog--view-mode-tile {
  grid-row: 1;
  grid-column: 1/-1;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list .list-wrapper > ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list .list-wrapper > ul > li {
  margin: 12px 0;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul {
  margin-top: 14px;
  margin-bottom: 14px;
  padding: 0;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li {
  margin: 24px 0;
  list-style: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li:last-child {
  margin-bottom: 0;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li:first-child {
  margin-top: 0;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li a {
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 2px;
  color: #262626;
  display: flex;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope";
  font-weight: 800;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li a:hover {
  color: #8c8c8c;
  box-shadow: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a:hover:first-child {
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a:hover::before {
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a::before {
  content: "\e92f";
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #262626;
  margin: 0;
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a:hover:hover:first-child {
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a:hover:hover::before {
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a:hover::before {
  content: "\e92f";
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  margin: 0;
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > ul {
  display: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a:hover:first-child {
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a:hover::before {
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a::before {
  content: "\e930";
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #262626;
  margin: 0;
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a:hover:hover:first-child {
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a:hover:hover::before {
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a:hover::before {
  content: "\e930";
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  margin: 0;
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a, .vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a {
  display: flex;
  align-items: center;
  justify-content: start;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a:hover, .vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a:hover {
  display: flex;
  align-items: center;
  justify-content: start;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul.list-level-1 li a {
  padding-left: 24px;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul.list-level-2 li a {
  padding-left: 48px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope";
  font-weight: 400;
  color: #262626;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul.list-level-2 li a:hover {
  color: #8c8c8c;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-term-scheme-preview {
  position: relative;
}

.vc-catalog-term.vc-catalog-term--view-mode-full {
  display: grid;
  gap: 24px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme {
  height: 0;
  width: 0;
  border: 0 solid #ffffff;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme #Image {
  cursor: grab;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller {
  position: absolute;
  display: grid;
  align-items: center;
  cursor: default;
  grid-template-columns: 38px 1fr 38px;
  left: 24px;
  bottom: 24px;
  background-color: #eaeaea;
  border: 0 solid #ffffff;
  gap: 12px;
  color: #262626;
  padding: 5px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope";
  font-weight: 400;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button {
  cursor: pointer;
  width: 38px;
  height: 38px;
  background-color: #ffffff;
  border: 0 solid #ffffff;
  border-radius: 2px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button:hover {
  background-color: #fafafa;
  border-color: #ffffff;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:hover:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:hover::before {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up::before {
  content: "\e931";
  text-indent: 0;
  font-family: "icon-base";
  font-size: "font-300-regular";
  line-height: "font-300-regular";
  color: #434343;
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:hover:hover:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:hover:hover::before {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:hover:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:hover::before {
  content: "\e931";
  text-indent: 0;
  font-family: "icon-base";
  font-size: "font-300-regular";
  line-height: "font-300-regular";
  color: #8c8c8c;
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:hover:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:hover::before {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down::before {
  content: "\e932";
  text-indent: 0;
  font-family: "icon-base";
  font-size: "font-300-regular";
  line-height: "font-300-regular";
  color: #434343;
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:hover:hover:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:hover:hover::before {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:hover:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:hover::before {
  content: "\e932";
  text-indent: 0;
  font-family: "icon-base";
  font-size: "font-300-regular";
  line-height: "font-300-regular";
  color: #8c8c8c;
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content {
  display: flex;
  gap: 5px;
  background: #eaeaea;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .trashcan.delete-vc-button, .vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .create-vc-area {
  width: 20px;
  height: 20px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .trashcan.delete-vc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .trashcan.delete-vc-button:hover:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .trashcan.delete-vc-button:hover::before {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .trashcan.delete-vc-button:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .trashcan.delete-vc-button::before {
  content: "\e907";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .trashcan.delete-vc-button:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .trashcan.delete-vc-button:hover:hover:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .trashcan.delete-vc-button:hover:hover::before {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .trashcan.delete-vc-button:hover:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .trashcan.delete-vc-button:hover::before {
  content: "\e907";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #595959;
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .create-vc-area {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .create-vc-area:hover:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .create-vc-area:hover::before {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .create-vc-area:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .create-vc-area::before {
  content: "\e925";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .create-vc-area:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .create-vc-area:hover:hover:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .create-vc-area:hover:hover::before {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .create-vc-area:hover:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-content .create-vc-area:hover::before {
  content: "\e925";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #595959;
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .tippy-arrow {
  color: #eaeaea;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-position, .vc-catalog-term.vc-catalog-term--view-mode-full .nactiveLabel a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 24px;
  min-width: 24px;
  padding-left: 0;
  padding-right: 0;
  border: 0 solid #ffffff;
  border-radius: 12px;
  color: #ffffff;
  background-color: #8c8c8c;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-position:hover, .vc-catalog-term.vc-catalog-term--view-mode-full .nactiveLabel a:hover {
  border: 0 solid #ffffff;
  color: #ffffff;
  background-color: #bfbfbf;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-position.active, .vc-catalog-term.vc-catalog-term--view-mode-full .nactiveLabel a.active {
  border: 0 solid #ffffff;
  background-color: #faad14;
  color: #ffffff;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-position, .vc-catalog-term.vc-catalog-term--view-mode-full .nactiveLabel {
  font-size: 0;
  line-height: 0;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-unit.vc-catalog-unit--view-mode-teaser.is-active .field-position {
  border: 0 solid #ffffff;
  background-color: #faad14;
  color: #ffffff;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .nactiveLabel {
  position: absolute;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .nactiveLabel:hover {
  z-index: 1;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list {
  display: flex;
  flex-direction: column;
  border: 0 solid #ffffff;
  background-color: #ffffff;
  gap: 12px;
  padding: 12px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit-wrapper {
  display: grid;
  gap: 8px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit-wrapper .field-items {
  display: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit-wrapper .vc-catalog-unit.vc-catalog-unit--view-mode-teaser.is-open + .field-items {
  display: block;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser {
  display: grid;
  align-items: center;
  background-color: #ffffff;
  gap: 24px;
  grid-template-columns: 20px 170px 1fr 110px 170px;
}
@media (max-width: 767px) {
  .vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser {
    grid-template-columns: 1fr;
  }
}

.vc-btn-animation {
  animation: shimmer 1s 100;
}

@keyframes shimmer {
  0% {
    background-color: #687F94;
  }
  50% {
    background-color: #A36B6C;
  }
  100% {
    background-color: #EF4B4C;
  }
}
.vc-catalogs-list {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1023px) {
  .vc-catalogs-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .vc-catalogs-list {
    grid-template-columns: 1fr;
  }
}

.vc-catalog.vc-catalog--view-mode-tile {
  display: grid;
  grid-template-columns: auto 1fr;
  position: relative;
  background-color: #ffffff;
  row-gap: 12px;
  column-gap: 24px;
  padding: 16px;
}
.vc-catalog.vc-catalog--view-mode-tile:hover {
  background-color: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(30, 41, 117, 0.1);
}
.vc-catalog.vc-catalog--view-mode-tile .field-image {
  grid-row: 1/3;
}
.vc-catalog.vc-catalog--view-mode-tile .field-description {
  grid-row: 2;
  grid-column: 2;
  align-self: baseline;
}
.vc-catalog.vc-catalog--view-mode-tile .field-title {
  grid-row: 1;
  align-self: end;
  font-size: 18px;
  line-height: 26px;
  font-family: "Manrope";
  font-weight: 400;
  word-break: break-word;
}
.vc-catalog.vc-catalog--view-mode-tile .field-title a {
  color: #262626;
}
.vc-catalog.vc-catalog--view-mode-tile .field-title a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.vc-catalog.vc-catalog--view-mode-full {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 767px) {
  .vc-catalog.vc-catalog--view-mode-full {
    grid-template-columns: 1fr;
  }
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog.vc-catalog--view-mode-tile {
  grid-row: 1;
  grid-column: 1/-1;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog.vc-catalog--view-mode-tile:hover {
  box-shadow: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list .list-wrapper > ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list .list-wrapper > ul > li {
  margin: 12px 0;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul {
  margin-top: 14px;
  margin-bottom: 14px;
  padding: 0;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li {
  margin: 24px 0;
  list-style: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li:last-child {
  margin-bottom: 0;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li:first-child {
  margin-top: 0;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li a {
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 2px;
  color: #262626;
  display: flex;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope";
  font-weight: 800;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li a:hover {
  color: #8c8c8c;
  box-shadow: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a:hover:first-child {
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a:hover::before {
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a::before {
  content: "\e92f";
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #262626;
  margin: 0;
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a:hover:hover:first-child {
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a:hover:hover::before {
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a:hover::before {
  content: "\e92f";
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  margin: 0;
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > ul {
  display: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a:hover:first-child {
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a:hover::before {
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a::before {
  content: "\e930";
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #262626;
  margin: 0;
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a:hover:hover:first-child {
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a:hover:hover::before {
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a:hover::before {
  content: "\e930";
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  margin: 0;
  text-decoration: none;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a, .vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a {
  display: flex;
  align-items: center;
  justify-content: start;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.collapsed > .list__title a:hover, .vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul li.expanded > .list__title a:hover {
  display: flex;
  align-items: center;
  justify-content: start;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul.list-level-1 li a {
  padding-left: 24px;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul.list-level-2 li a {
  padding-left: 48px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope";
  font-weight: 400;
  color: #262626;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-terms-list ul.list-level-2 li a:hover {
  color: #8c8c8c;
}
.vc-catalog.vc-catalog--view-mode-full .vc-catalog-term-scheme-preview {
  position: relative;
}

.vc-catalog-term.vc-catalog-term--view-mode-full {
  display: grid;
  gap: 24px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme {
  height: 0;
  width: 0;
  border: 0 solid #ffffff;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller {
  position: absolute;
  display: grid;
  align-items: center;
  cursor: default;
  grid-template-columns: 38px 1fr 38px;
  left: 24px;
  bottom: 24px;
  background-color: #eaeaea;
  border: 0 solid #ffffff;
  gap: 12px;
  color: #262626;
  padding: 5px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope";
  font-weight: 400;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button {
  cursor: pointer;
  width: 38px;
  height: 38px;
  background-color: #ffffff;
  border: 0 solid #ffffff;
  border-radius: 2px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button:hover {
  background-color: #fafafa;
  border-color: #ffffff;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:hover:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:hover::before {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up::before {
  content: "\e931";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 18px;
  line-height: 18px;
  color: #262626;
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:hover:hover:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:hover:hover::before {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:hover:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-up:hover::before {
  content: "\e931";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 18px;
  line-height: 18px;
  color: #8c8c8c;
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:hover:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:hover::before {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down::before {
  content: "\e932";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 18px;
  line-height: 18px;
  color: #434343;
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:hover:hover:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:hover:hover::before {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:hover:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-term-scheme .vc-scheme-controller .vc-scheme-controller-button.vc-scheme-controller-down:hover::before {
  content: "\e932";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 18px;
  line-height: 18px;
  color: #434343;
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-position, .vc-catalog-term.vc-catalog-term--view-mode-full .nactiveLabel a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 24px;
  min-width: 24px;
  padding-left: 0;
  padding-right: 0;
  border: 0 solid #ffffff;
  border-radius: 12px;
  color: #ffffff;
  background-color: #8c8c8c;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-position:hover, .vc-catalog-term.vc-catalog-term--view-mode-full .nactiveLabel a:hover {
  border: 0 solid #ffffff;
  color: #ffffff;
  background-color: #bfbfbf;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-position.active, .vc-catalog-term.vc-catalog-term--view-mode-full .nactiveLabel a.active {
  border: 0 solid #ffffff;
  background-color: #faad14;
  color: #ffffff;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-position, .vc-catalog-term.vc-catalog-term--view-mode-full .nactiveLabel {
  font-size: 0;
  line-height: 0;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .nactiveLabel {
  position: absolute;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list {
  display: flex;
  flex-direction: column;
  border: 0 solid #ffffff;
  background-color: #ffffff;
  gap: 12px;
  padding: 12px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit-wrapper {
  display: grid;
  gap: 8px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit-wrapper .field-items {
  display: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit-wrapper .vc-catalog-unit.vc-catalog-unit--view-mode-teaser.is-open + .field-items {
  display: block;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser {
  display: grid;
  align-items: center;
  background-color: #ffffff;
  gap: 24px;
  grid-template-columns: 20px 170px 1fr 110px 170px;
}
@media (max-width: 767px) {
  .vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser {
    grid-template-columns: 1fr;
  }
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-short-title {
  font-size: 14px;
  line-height: 20px;
  font-family: "Manrope";
  font-weight: 400;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-amount-in-catalog {
  color: #8c8c8c;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-amount-in-catalog .label {
  font-size: 14px;
  line-height: 20px;
  font-family: "Manrope";
  font-weight: 400;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-amount-in-catalog .label:after {
  content: ":";
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-amount-in-catalog .value {
  font-size: 14px;
  line-height: 20px;
  font-family: "Manrope";
  font-weight: 400;
  display: flex;
  gap: 8px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-amount-in-catalog .value .suffix {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-amount-in-catalog .value .suffix:hover:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-amount-in-catalog .value .suffix:hover::before {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-amount-in-catalog .value .suffix:first-child {
  text-decoration: none;
}
.vc-catalog-term.vc-catalog-term--view-mode-full .vc-catalog-units-list .vc-catalog-unit.vc-catalog-unit--view-mode-teaser .field-amount-in-catalog .value .suffix::before {
  content: "\e933";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  text-decoration: none;
}

.field-leave-application {
  text-align: end;
}