.image-thumb {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.main-background-color-profile {
  background-color: #242D5B;
  border-color: #242D5B;
}
.main-focus-shadow {
  box-shadow: 0 0 0 0.25rem rgba(36, 45, 91, 0.25);
}
.focus-primary-box-shadow {
  box-shadow: 0 0 0 0.25rem rgba(22, 27, 54, 0.25);
}
.focus-secondary-box-shadow {
  box-shadow: 0 0 0 0.25rem rgba(53, 185, 114, 0.25);
}
.body-public .card {
  border-radius: 20px;
}
.body-public .card > .card-body {
  padding: 1.5rem;
}
.box-shadow {
  box-shadow: 0px 2px 20px 1px #24305B1A;
}
.box-shadow.card {
  border: none;
}
.input-sizing {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.company-card > .card-body > .d-flex {
  justify-content: space-between;
  gap: 24px;
}
.company-card > .card-body a:has(h2) {
  color: black;
  transition-duration: 0.3s;
}
.company-card > .card-body a:has(h2):hover {
  color: #53CE8C;
}
#homepage-image-slider img {
  width: 100%;
}
#homepage-company-slider {
  padding: 15px 24px;
  overflow: hidden;
}
#homepage-company-slider .card {
  height: 100%;
}
#homepage-company-slider .card-img-top {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
#homepage-company-slider .glide__track,
#homepage-company-slider .glide__slides {
  overflow: visible;
}
.flex-grow {
  flex-grow: 1;
}
#button-form-register {
  position: relative;
}
#form-register-description {
  list-style: none;
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  color: white;
}
#form-register-description li i,
#form-register-description li strong {
  color: #53CE8C;
}
.accented-text strong {
  color: #53CE8C;
}
.card-link {
  color: #242D5B;
  position: relative;
  float: right;
  padding-right: 1.5rem;
  margin-top: auto;
  align-self: end;
  transition-duration: 0.3s;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 25px;
}
.card-link:hover {
  color: #53CE8C;
}
.card-link:after {
  content: url("/files/images/icons/chevron.svg");
  position: absolute;
  top: 2px;
  padding-left: 8px;
}
@media (max-width: 576px) {
  .d-flex-responsive {
    flex-direction: column;
  }
}
.admin-wrapper {
  /*
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--bs-primary) !important;
    border: none !important;
    color: #fff;
    padding: 2px 8px !important;
  }

   */
}
.admin-wrapper .main-background-color-profile {
  background-color: #242D5B;
  border-color: #242D5B;
}
.admin-wrapper .company-card__tags {
  position: relative;
  top: -16px;
  display: flex;
  gap: 8px;
}
.admin-wrapper .company-card__tag {
  background-color: lightgrey;
  border: 1px solid #a0a0a0;
  min-width: 2rem;
  padding: 6px;
  display: flex;
  justify-content: center;
  border-radius: 4px;
}
.admin-wrapper .company-card__tag--google {
  background-color: #4285f4;
  border-color: #4285f4;
  color: white;
}
.admin-wrapper .company-card__tag--section-1 {
  background-color: #ffff8f;
  border-color: #ffff29;
}
.admin-wrapper .company-card__tag--section-2 {
  background-color: #8fffd6;
  border-color: #29ffb1;
}
.admin-wrapper .company-card__tag--section-3 {
  background-color: #bfbfbf;
  border-color: #8c8c8c;
}
.admin-wrapper .company-card__tag--section-4 {
  background-color: #7de1ff;
  border-color: #17c9ff;
}
.admin-wrapper .company-card__tag--section-5 {
  background-color: #ff8282;
  border-color: #ff1c1c;
}
.admin-wrapper .company-card__tag--section-6 {
  background-color: #aeff80;
  border-color: #6dff1a;
}
.admin-wrapper .company-card__tag--section-7 {
  background-color: #eb9534;
  border-color: #a86111;
}
.admin-wrapper .company-card__buttons {
  display: flex;
  gap: 8px;
}
.admin-wrapper .side-nav .accordion-button.collapsed::after {
  background-image: url("/files/admin/chevron-down.svg");
}
.admin-wrapper .side-nav .accordion-button:not(.collapsed)::after {
  background-image: url("/files/admin/chevron-down.svg");
}
.admin-wrapper .side-nav .list-group-item {
  padding: 0.2rem 1rem;
}
.admin-wrapper .side-nav .accordion-button:focus {
  box-shadow: none;
}
.admin-wrapper .side-nav .list-group-item.active {
  background-color: #242D5B;
  border-color: #242D5B;
}
.admin-wrapper .dashboard .card > .card-body {
  max-height: 500px;
  overflow-y: auto;
}
.admin-wrapper .dashboard .card > .card-body::-webkit-scrollbar {
  width: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.admin-wrapper .dashboard .card > .card-body::-webkit-scrollbar-thumb {
  background-color: #242D5B;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.admin-wrapper .file-browser .folder-top-bar {
  background-color: #242D5B;
  padding: 0.5rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.admin-wrapper .file-browser .folder-top-bar .buttons > button {
  width: 3rem;
}
.admin-wrapper .file-browser .folder-content-wrapper {
  padding: 0.5rem;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.admin-wrapper .file-browser .folder-content-wrapper .folder-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 1rem;
}
.admin-wrapper .file-browser .folder-content-wrapper .empty-content {
  color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 0;
  font-size: 1.2rem;
}
.admin-wrapper .file-browser .folder-content-wrapper .empty-content i {
  font-size: 2rem;
}
.admin-wrapper .file-browser .folder-content-wrapper .folder {
  white-space: nowrap;
}
.admin-wrapper .file-browser .folder-content-wrapper .folder a {
  text-decoration: none;
  color: black;
}
.admin-wrapper .file-browser .folder-content-wrapper .folder__item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  transition-duration: 0.3s;
}
.admin-wrapper .file-browser .folder-content-wrapper .folder__item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.admin-wrapper .file-browser .folder-content-wrapper .folder__item i {
  font-size: 1.8em;
}
.admin-wrapper .file-browser .folder-content-wrapper .folder__item > .name {
  font-size: 0.8em;
}
.admin-wrapper .file-browser .folder-content-wrapper .folder__item img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.admin-wrapper .select2-selection__choice {
  color: white;
  background-color: #242D5B !important;
  padding: 2px 8px !important;
  line-height: 28px;
}
.admin-wrapper .select2-selection__choice__remove {
  color: white !important;
  margin-right: 6px !important;
}
.admin-wrapper .btn {
  display: flex;
  align-items: center;
  gap: 8px;
}
.admin-wrapper .btn > .fi {
  display: flex;
  align-items: center;
}
.admin-wrapper .btn-primary {
  background-color: #242D5B;
  border-color: #242D5B;
}
.admin-wrapper .btn-outline-primary {
  color: #242D5B;
  border-color: #242D5B;
}
.admin-wrapper .btn-outline-primary:not(:disabled):not(.disabled).active,
.admin-wrapper .btn-outline-primary:hover {
  color: #fff;
  background-color: #242D5B;
  border-color: #242D5B;
}
.admin-wrapper .cw-drop-zone__form {
  display: none;
}
.admin-wrapper .cw-drop-zone__box {
  border: dashed 2px #ced4da;
  color: #ced4da;
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.admin-wrapper .cw-drop-zone__box--hover {
  border-color: #95999e;
}
.admin-wrapper .cw-drop-zone__box-content {
  display: none;
  padding: 20px;
  flex-grow: 1;
  pointer-events: none;
}
.admin-wrapper .cw-drop-zone__box-content--idle {
  display: block;
}
.admin-wrapper .cw-drop-zone__box-content--hover {
  color: #95999e;
}
.admin-wrapper .cw-drop-zone__preview-box--single {
  height: 100px;
  max-width: 250px;
  object-fit: contain;
}
.admin-wrapper .cw-drop-zone__preview-box--single .cw-drop-zone__preview-item img {
  height: 100px;
}
.admin-wrapper .cw-drop-zone__preview-box--multiple {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 250px));
  gap: 8px;
}
.admin-wrapper .cw-drop-zone__preview-box--multiple .cw-drop-zone__preview-item {
  border: solid 1px #ced4da;
  padding: 4px;
  border-radius: 4px;
}
.admin-wrapper .cw-drop-zone__preview-item {
  position: relative;
}
.admin-wrapper .cw-drop-zone__preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.admin-wrapper .cw-drop-zone__preview-item-controls {
  display: flex;
  gap: 8px;
  top: 8px;
  right: 8px;
  position: absolute;
}
.admin-wrapper .cw-drop-zone__preview-item-control {
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
}
.admin-wrapper .cw-drop-zone__preview-item-delete {
  color: white;
  background-color: red;
}
.admin-wrapper .cw-drop-zone__preview-item-delete:hover {
  background-color: #990000;
}
.admin-wrapper .cw-drop-zone__preview-item-star {
  color: rgba(0, 0, 0, 0.4);
}
.admin-wrapper .cw-drop-zone__preview-item-star--alt {
  color: white;
  background-color: #FFD700;
}
.admin-wrapper .cw-drop-zone__preview-item-star--alt:hover {
  background-color: #998100;
}
.admin-wrapper .datagrid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.admin-wrapper .datagrid__actions-container {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}
.admin-wrapper .datagrid__actions-container a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.admin-wrapper .datagrid__table-wrapper > table {
  margin-bottom: 8px;
}
.admin-wrapper .datagrid__table-wrapper > table tbody > tr > td,
.admin-wrapper .datagrid__table-wrapper > table thead > tr > th {
  vertical-align: middle;
  padding: 4px 12px;
  border-left-width: 1px;
}
.admin-wrapper .datagrid__table-wrapper > table tbody > tr > td:last-child {
  border-right-width: 1px;
}
.admin-wrapper .datagrid__pagination-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.admin-wrapper .datagrid__pagination-page-wrapper,
.admin-wrapper .datagrid__pagination-per-page-wrapper {
  display: flex;
  gap: 4px;
  align-items: center;
}
.admin-wrapper .datagrid__pagination-page-wrapper > a,
.admin-wrapper .datagrid__pagination-per-page-wrapper > a {
  display: flex;
  height: 25px;
  min-width: 32px;
  padding: 0;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}
.admin-wrapper .datagrid__controls-row {
  display: flex;
}
.admin-wrapper .datagrid__controls-row button {
  height: 32px;
}
.admin-wrapper .datagrid__filters {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  border-radius: 0.25rem;
}
.admin-wrapper .datagrid .xcms-filters__wrapper > form {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.admin-wrapper .datagrid .xcms-filters__filter-label > label {
  margin-bottom: 0;
}
.admin-wrapper .datagrid .xcms-filters__controls {
  width: 100%;
  display: flex;
  gap: 0.5rem;
}
.admin-wrapper .datagrid .xcms-filters__controls button {
  display: flex;
  align-items: center;
  gap: 8px;
}
.admin-wrapper .nav-link,
.admin-wrapper .page-link {
  color: #4d4d4d;
}
.admin-wrapper .accordion-button:not(.collapsed) {
  background-color: #242D5B;
  border-color: #242D5B;
  color: white;
}
.admin-wrapper .accordion-button:focus,
.admin-wrapper .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(36, 45, 91, 0.25);
}
.admin-wrapper .accordion-button:not(.collapsed)::after {
  filter: brightness(100);
}
.admin-wrapper .navbar.bg-primary {
  background-color: #242D5B !important;
}
.admin-wrapper .form-check-input:checked {
  background-color: #242D5B;
  border-color: #242D5B;
}
.admin-wrapper .page-item.active .page-link {
  background-color: #242D5B;
  border-color: #242D5B;
}
.admin-wrapper .mvh-100 {
  min-height: 100vh;
}
.admin-wrapper .note {
  background-color: #fbfbf8;
  border-left: 4px solid #d7d7b8;
  color: rgba(0, 0, 0, 0.6);
}
.admin-wrapper #opening-hours .btn-group > .btn-check:not(:checked) + .btn {
  background-color: #999999;
  border-color: #999999;
}
.admin-wrapper span.select2 {
  display: block;
}
.admin-wrapper #gallery-drop-zone {
  width: 100%;
  padding: 2em;
  text-align: center;
  background-color: var(--bs-gray-100);
  border-radius: 0.25rem;
}
.admin-wrapper #gallery-drop-zone:hover {
  background-color: var(--bs-gray-200);
}
.admin-wrapper #gallery-drop-zone > p {
  margin: 0;
}
.admin-wrapper #gallery-preview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5em;
}
.admin-wrapper #gallery-item {
  height: initial;
}
.admin-wrapper #gallery-preview img {
  width: 100%;
}
.admin-wrapper #gallery-preview a:hover {
  cursor: pointer;
}
.admin-wrapper .delete-gallery-image {
  right: 4px;
  top: 4px;
  background-color: white;
}
.admin-wrapper #search-result-container {
  right: 0;
  width: initial;
}
.admin-wrapper .dataTable img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.admin-wrapper .dataTable tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.admin-wrapper .navbar .navbar-brand {
  flex-grow: 1;
  margin-left: 1rem;
}
.admin-wrapper .navbar .btn-primary:hover {
  background-color: #161b36;
  border-color: #161b36;
}
.admin-wrapper .reviews__rating-star {
  color: #ededed;
}
.admin-wrapper .reviews__rating-star--filled {
  color: gold;
}
.public-body * {
  font-family: "DM Sans", sans-serif;
}
.public-body > section {
  margin: 3rem 0;
}
@media (max-width: 576px) {
  .public-body > section {
    margin: 1rem 0;
  }
}
.public-body .flex-sections {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-bottom: 5rem;
}
.public-body .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(83, 206, 140, 0.25);
}
.public-body .badges {
  font-size: 0;
}
.public-body .badges__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.public-body .badges__wrapper.max-2-rows {
  overflow: hidden;
  max-height: 56px;
}
.public-body .badges__link {
  color: black;
  font-weight: 500;
  display: inline-block;
}
.public-body .badges__badge {
  border-radius: 5rem;
  padding: 6px 10px;
  background-color: #EDEFF8;
  font-size: 0.7rem;
  line-height: 0.75rem;
  display: block;
  color: #242D5B;
  transition-duration: 0.3s;
  white-space: nowrap;
}
.public-body .badges__badge--large {
  padding: 8px 12px;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
}
.public-body .badges__badge:hover {
  background-color: #C8CFE9;
}
.public-body .badges__align-right {
  justify-content: right;
}
.public-body .badges__align-left {
  justify-content: left;
}
.public-body .breadcrumbs {
  font-weight: 500;
  margin-bottom: 8px;
}
.public-body .breadcrumbs__item {
  position: relative;
  line-height: 16px;
  padding-right: 22px;
}
.public-body .breadcrumbs__item:hover {
  color: #a2a2a2;
}
.public-body .breadcrumbs__item:not(:last-child)::after {
  position: absolute;
  right: 0;
  top: 2px;
  content: url("/files/images/icons/ui/breadcrumbs-chevron.svg");
}
.public-body .breadcrumbs span {
  color: #a2a2a2;
}
.public-body .breadcrumbs a {
  color: #BBBBBB;
}
.public-body .btn {
  border-radius: 2rem;
}
.public-body .btn-primary {
  color: white;
  background-color: #242D5B;
  border-color: #242D5B;
}
.public-body .btn-primary .darkened-border-and-backgroud {
  background-color: #161b36;
  border-color: #161b36;
}
.public-body .btn-primary:hover {
  background-color: #161b36;
  border-color: #161b36;
}
.public-body .btn-primary:focus {
  background-color: #161b36;
  border-color: #161b36;
  box-shadow: 0 0 0 0.25rem rgba(22, 27, 54, 0.25);
}
.public-body .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.25rem rgba(22, 27, 54, 0.25);
}
.public-body .btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.25rem rgba(22, 27, 54, 0.25);
}
.public-body .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #161b36;
  border-color: #161b36;
}
.public-body .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #161b36;
  border-color: #161b36;
}
.public-body .btn-secondary {
  color: black;
  background-color: #53CE8C;
  border-color: #53CE8C;
}
.public-body .btn-secondary .darkened-border-and-backgroud {
  background-color: #35b972;
  border-color: #35b972;
}
.public-body .btn-secondary:hover {
  background-color: #35b972;
  border-color: #35b972;
}
.public-body .btn-secondary:focus {
  background-color: #35b972;
  border-color: #35b972;
  box-shadow: 0 0 0 0.25rem rgba(53, 185, 114, 0.25);
}
.public-body .btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.25rem rgba(53, 185, 114, 0.25);
}
.public-body .btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.25rem rgba(53, 185, 114, 0.25);
}
.public-body .btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #35b972;
  border-color: #35b972;
}
.public-body .btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #35b972;
  border-color: #35b972;
}
.public-body .btn-outline-primary {
  display: none;
  color: red;
  border-color: #242D5B;
}
.public-body .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(22, 27, 54, 0.25);
}
.public-body .btn-outline-primary:hover {
  background-color: #242D5B;
}
.public-body .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #242D5B;
  box-shadow: 0 0 0 0.25rem rgba(22, 27, 54, 0.25);
}
.public-body .btn-outline-secondary {
  color: #53CE8C;
  border-color: #53CE8C;
}
.public-body .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(53, 185, 114, 0.25);
}
.public-body .btn-outline-secondary:hover {
  background-color: #53CE8C;
}
.public-body .btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #53CE8C;
  box-shadow: 0 0 0 0.25rem rgba(53, 185, 114, 0.25);
}
.public-body .btn--with-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  padding-left: 0.3rem;
}
.public-body .btn__icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  width: 1.8em;
  height: 1.8em;
  flex-shrink: 0;
}
.public-body .btn__icon-circle img {
  width: 1em;
  height: 1em;
  display: block;
}
.public-body .card {
  border-radius: 16px;
}
.public-body .card > .card-header {
  padding: 1rem 1.5rem;
}
.public-body .card > .card-body {
  display: flex;
  flex-direction: column;
}
.public-body .card > .card-body p {
  font-weight: 400;
  color: #667085;
}
.public-body .card > .card-body > .card-link {
  color: #242D5B;
  position: relative;
  float: right;
  padding-right: 1.5rem;
  margin-top: auto;
  align-self: end;
  transition-duration: 0.3s;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 25px;
}
.public-body .card > .card-body > .card-link:hover {
  color: #53CE8C;
}
.public-body .card > .card-body > .card-link:after {
  content: url("/files/images/icons/chevron.svg");
  position: absolute;
  top: 2px;
  padding-left: 8px;
}
.public-body .categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, auto));
  gap: 16px;
}
.public-body .categories-grid a {
  color: black;
}
.public-body .categories-grid__category-card {
  border: none;
  box-shadow: 4px 2px 20px 1px #24305B1A;
  padding: 16px;
  border-radius: 6px;
}
.public-body .categories-grid__category-card > .d-flex {
  align-items: center;
  margin-bottom: 1rem;
}
.public-body .categories-grid__category-card .title {
  font-size: 1.4rem;
  line-height: 32px;
  font-weight: 600;
  color: #53CE8C;
}
.public-body .categories-grid__category-card .card-body {
  padding: 0;
}
.public-body .categories-grid__icon {
  height: 2rem;
  width: 2rem;
  margin-right: 0.8rem;
}
.public-body .categories-grid__more-link {
  display: block;
}
.public-body .categories-grid__more-link > .d-flex {
  align-items: center;
  justify-content: end;
}
.public-body .categories-grid__more-text {
  font-weight: 500;
  margin-right: 0.5rem;
}
.public-body .categories-grid__more-icon {
  font-size: 1.4rem;
  color: #53CE8C;
}
.public-body .categories-grid .badges__wrapper {
  margin-top: 16px;
  margin-bottom: calc(16px/4);
}
.public-body .categories-grid .badges__link {
  margin-right: calc(16px / 4);
  margin-bottom: calc(16px / 4);
}
.public-body .companies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, auto));
  gap: 16px;
}
.public-body .companies-grid > a {
  height: 100%;
}
.public-body .companies-grid > a > div {
  height: 100%;
}
.public-body .company {
  margin-top: 0;
}
.public-body .company__header {
  background-color: #f9fafb;
  border-bottom: #e7ecef solid 1px;
}
.public-body .company__header-info {
  padding: 2rem 0;
}
.public-body .company__header-flex {
  gap: 2rem;
}
.public-body .company__contacts-card {
  color: #4d4d4d;
  border-radius: 6px;
  background-color: #EDEFF8;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.public-body .company__contacts-card__title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  min-width: 300px;
}
.public-body .company__contacts-card__opening-hours {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
.public-body .company__contacts-card__opening-hours li {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.public-body .company__contacts-card__opening-hours li.active {
  font-weight: 700;
}
.public-body .company__contacts-card__opening-hours li > div {
  white-space: nowrap;
}
.public-body .company__contacts-card a {
  color: #4d4d4d;
}
.public-body .company__contacts-card tr > td:first-child {
  text-align: center;
  padding-right: 10px;
  font-size: 0.8rem;
  vertical-align: middle;
}
.public-body .company__description {
  font-weight: 400;
  color: #667085;
}
.public-body .company__description .card {
  border-radius: 6px;
  border-color: #EAECF0;
}
.public-body .company__description .card-header {
  font-weight: 500;
  font-size: 1.2rem;
  background-color: transparent;
  border-color: #EAECF0;
}
.public-body .company__contacts table tr > td {
  padding-bottom: 5px;
}
.public-body .company__contacts table tr:last-child > td {
  padding-bottom: 0;
}
.public-body .company > .d-flex {
  gap: 5rem;
  margin-bottom: 3rem;
  justify-content: space-between;
}
.public-body .company > .d-flex:last-child {
  margin-bottom: 0;
}
.public-body .company > .d-flex > div:first-child {
  min-width: 50%;
}
.public-body .company .badges__badge {
  padding: 8px 12px;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
}
.public-body .company__title-group {
  gap: 1em;
  align-items: center;
  margin-bottom: 2rem;
}
.public-body .company__logo {
  width: 160px;
  height: 160px;
  object-fit: contain;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
  background-color: white;
}
.public-body .company .socials {
  padding-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 30px);
  grid-gap: 8px;
}
.public-body .company .socials__item img {
  width: 30px;
}
.public-body .company__subtitle {
  color: #4d4d4d;
  font-weight: 500;
  margin-bottom: 1rem;
}
.public-body .company__map {
  height: 250px;
  border-radius: 6px;
}
.public-body .company__tabs .nav-link {
  padding: 0.5rem 1.5rem;
  border-bottom: 0.25rem solid transparent;
  letter-spacing: 0.8px;
  font-weight: bold;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #667085;
}
.public-body .company__tabs .nav-link.active {
  border-color: #242D5B;
  color: #242D5B;
}
.public-body .company__tabs .nav-link .fa {
  font-size: 0.8rem;
}
.public-body .company figure.media > div,
.public-body .company figure.media > div > div {
  max-width: 100%;
}
@media (max-width: 576px) {
  .public-body .company > .d-flex {
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .public-body .company__title-group {
    flex-direction: column;
  }
  .public-body .gallery {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .public-body .gallery {
    grid-template-columns: 1fr 1fr;
  }
}
.public-body .cookie-bar {
  max-width: 992px;
  left: initial;
}
@media screen and (min-width: 992px) {
  .public-body .cookie-bar {
    border-top-left-radius: calc(200px / 2 + 1.5rem);
    border-bottom-left-radius: calc(200px / 2 + 1.5rem);
  }
}
.public-body .cookie-bar__body {
  padding: 1.5rem;
}
.public-body .cookie-bar__content-wrapper {
  background-color: white;
  position: relative;
  align-self: center;
}
@media screen and (min-width: 992px) {
  .public-body .cookie-bar__content-wrapper {
    padding-left: 2rem;
  }
  .public-body .cookie-bar__content-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: -5rem;
    right: 0;
    width: 5rem;
    height: 100%;
    background: linear-gradient(to right, transparent, white);
  }
}
.public-body .cookie-bar__image {
  border-radius: calc(200px / 2 + 1.5rem);
  height: 200px;
  width: 200px;
  object-fit: contain;
}
.public-body .cookie-bar__image-wrapper {
  display: none;
}
@media screen and (min-width: 992px) {
  .public-body .cookie-bar__image-wrapper {
    display: block;
  }
}
.public-body .cookie-bar__buttons {
  margin-bottom: 1rem;
}
.public-body .cookie-bar__switch-bar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.public-body .cookie-bar__switch-bar-item .form-check-input {
  margin-left: -20px;
}
.public-body .cookie-bar__switch-bar-item label {
  width: initial;
  padding-left: 1.5rem;
}
.public-body .counters__wrapper {
  color: white;
  background-color: #242D5B;
}
.public-body .counters__wrapper .container {
  padding: 2rem 0;
}
.public-body .counters__wrapper .d-flex {
  gap: 5rem;
  justify-content: center;
}
.public-body .counters__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.public-body .counters__item .icon {
  font-size: 3rem;
}
.public-body .counters__item .count {
  font-size: 2rem;
  font-weight: bold;
}
.public-body .filters {
  min-width: 350px;
  margin-right: 5rem;
  background-color: #F7F8FC;
  border-radius: 16px;
}
.public-body .filters .d-flex > button {
  width: 100%;
}
.public-body .filters .accordion-item {
  border: none;
  background-color: transparent;
}
.public-body .filters .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.public-body .filters .accordion-item:last-of-type .accordion-body {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.public-body .filters .accordion-item .accordion-header .accordion-button {
  background-color: #F7F8FC;
  color: #53CE8C;
  font-weight: 600;
  font-size: 1.25rem;
  box-shadow: none;
}
.public-body .filters .accordion-item .accordion-header .accordion-button::not(.collapsed) {
  box-shadow: none;
}
.public-body .filters .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(53, 185, 114, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.public-body .filters .accordion-item .accordion-header .accordion-button::after {
  background-image: url("/files/images/icons/ui/filters-chevron-down.svg");
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  margin-left: 0.3rem;
}
.public-body .filters .accordion-item .accordion-body {
  border-top: 1px solid #53CE8C;
  background-color: #F7F8FC;
}
.public-body .filters__range {
  position: relative;
  font-weight: 500;
}
.public-body .filters__range::before {
  position: absolute;
  content: "0 km";
  top: 40px;
}
.public-body .filters__range::after {
  position: absolute;
  content: "50 km";
  right: 0;
  top: 40px;
}
.public-body .filters__filter-line {
  min-height: 2rem;
  font-weight: 500;
}
.public-body .filters__filter-line a {
  color: black;
}
.public-body .filters .form-range {
  height: 50px;
}
.public-body .filters .form-check {
  font-weight: 500;
  padding-left: 0;
}
.public-body .filters .form-check .form-check-input {
  border-width: 2px;
  border-color: black;
  background-color: transparent;
}
.public-body .active-filters .badge {
  padding: 8px 12px;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
}
.public-body footer {
  background-color: #242D5B;
  padding: 5rem 0 0 0;
  color: white;
}
.public-body footer a {
  color: #F4F4F5;
}
.public-body footer a:hover {
  color: white;
}
.public-body footer li {
  margin-bottom: 0.6rem;
}
.public-body footer li:last-child {
  margin-bottom: 0;
}
.public-body footer .footer-copyright {
  font-size: 0.8rem;
  color: #CBD5E1;
}
.public-body footer .footer-copyright a {
  color: #CBD5E1;
}
.public-body footer .footer-copyright a:hover {
  color: white;
}
.public-body footer .row {
  align-items: center;
}
.public-body .footer__links {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 0;
}
.public-body .footer__links li {
  margin-bottom: 0;
}
.public-body .form-wrapper {
  background-color: #242D5B;
  border-radius: 20px;
  padding: 4rem;
  text-align: center;
  color: white;
}
.public-body .form-wrapper .form__stars {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.public-body .form-wrapper .form__stars span {
  cursor: pointer;
  font-size: 2rem;
}
.public-body .form-wrapper .form__stars span.active {
  color: gold;
}
.public-body .form-wrapper .sub-title {
  color: #53CE8C;
}
.public-body .form-wrapper .title {
  font-size: 2.5em;
  margin-bottom: 0.6rem;
}
.public-body .form-wrapper form {
  max-width: 500px;
  margin: auto;
  margin-top: 3rem;
  text-align: left;
}
.public-body .form-wrapper form label {
  font-size: 0.8em;
  text-align: left;
}
.public-body .form-wrapper form label a {
  color: #53CE8C;
  text-decoration: underline !important;
}
.public-body .form-wrapper form label .form-control {
  font-size: 0.9rem;
  padding: 1.2rem 0.75rem;
  margin-top: 4px;
}
.public-body .form-wrapper form .form-section-heading {
  font-weight: 500;
  font-size: 1.8rem;
  display: block;
}
.public-body .form-wrapper .alert {
  width: min(725px, 100%);
  margin: 3rem auto;
}
.public-body .form-wrapper .alert.alert-danger {
  background-color: #FBAFAF;
  border-color: #FF5631;
}
.public-body .form-wrapper .alert.alert-success {
  background-color: #53CE8C;
  border-color: white;
  color: white;
  min-height: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.public-body .form-wrapper .alert.alert-success + form {
  display: none;
}
.public-body .form-check:not(.form-switch) {
  padding-left: 1.5rem;
}
.public-body .form-check:not(.form-switch) .form-check-input {
  width: 1.2em;
  height: 1.2em;
}
.public-body .form-check:not(.form-switch) .form-check-input:focus {
  border-color: #53CE8C;
  box-shadow: 0 0 0 0.25rem rgba(83, 206, 140, 0.25);
}
.public-body .form-check:not(.form-switch) .form-check-input:checked {
  border-color: #53CE8C;
  background-color: #53CE8C;
}
.public-body .form-range {
  height: 4px;
}
.public-body .form-range::-webkit-slider-runnable-track {
  height: 4px;
}
.public-body .form-range::-webkit-slider-thumb {
  background: #35b972;
  margin-top: -6px;
  box-shadow: 0px 1px 3px 1px #00000026;
  box-shadow: 0px 1px 2px 0px #0000004D;
}
.public-body .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.25rem rgba(53, 185, 114, 0.25);
}
.public-body header {
  position: relative;
  padding: 4rem 0;
  background-color: #242D5B;
}
.public-body header > img {
  position: absolute;
  height: -webkit-fill-available;
  top: 0;
}
.public-body header > img:not(.stars) {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.public-body header :has(#registrace) {
  padding-bottom: 0;
}
.public-body header .d-flex {
  justify-content: center;
  gap: 1rem;
}
.public-body header .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  padding: 0.5rem 2rem;
}
.public-body header .search-input-group__input {
  min-height: calc(1.5em + 1rem + 2px);
}
.public-body header .section#registrace {
  margin: 0;
  padding: 0;
}
.public-body header .form-wrapper {
  padding: 0 4rem;
}
.public-body header .header-content {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 1rem;
  position: relative;
  z-index: 2;
  color: white;
}
.public-body header .header-content__heading-container {
  max-width: 600px;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-end;
}
.public-body header .header-content__heading {
  font-size: 3rem;
}
.public-body header .header-content__description {
  font-size: 1.2rem;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .public-body header .header-content__description {
    white-space: normal;
  }
}
.public-body header .header-content__buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
.public-body header .header-content__buttons .btn {
  margin-right: 0;
}
.public-body header .header-content__search {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.public-body header .header-content__contacts {
  width: 500px;
  text-align: center;
}
.public-body header .header-content__contacts #registrace {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.public-body header .header-content__contacts #registrace ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.public-body header .header-content__contacts .form-wrapper {
  position: absolute;
  padding: 2rem 4rem;
}
.public-body header .header-content__contacts .form-wrapper > form {
  margin-top: 0;
}
.public-body header .header-content__404-container {
  width: 700px;
  color: white;
}
.public-body header .header-content__404-container .cw-green {
  color: #53CE8C;
}
.public-body header .header-content__404-container h1 {
  margin-bottom: 1rem;
}
.public-body header .header-content__404-container p {
  font-size: 1.2rem;
}
@media screen and (max-width: 1300px) {
  .public-body header .header-content {
    padding-right: 4rem;
    align-items: flex-end;
  }
  .public-body header .header-content__search {
    flex-direction: column;
    width: 500px;
  }
  .public-body header .header-content__contacts {
    width: 500px;
  }
  .public-body header .header-content__404-container {
    width: 500px;
  }
}
@media screen and (max-width: 900px) {
  .public-body header {
    padding-top: 14rem;
  }
  .public-body header > img {
    height: initial;
    width: 100%;
    object-fit: contain;
  }
  .public-body header > img:not(.stars) {
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  }
  .public-body header .header-content {
    padding: 0 2rem;
  }
  .public-body header .header-content__search {
    align-items: center;
    width: 100%;
  }
  .public-body header .header-content__contacts {
    width: 100%;
  }
}
.public-body .navbar {
  z-index: 10;
  background-color: #161b36;
  color: white;
  padding: 0 32px;
  height: 62px;
}
@media (max-width: 576px) {
  .public-body .navbar {
    padding: 24px;
    height: initial;
  }
}
.public-body .navbar__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 576px) {
  .public-body .navbar__container {
    flex-direction: column;
    gap: 20px;
  }
}
.public-body .navbar__left {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 576px) {
  .public-body .navbar__left {
    width: 100%;
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  .public-body .navbar__right {
    width: 100%;
  }
}
.public-body .navbar__brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .public-body .navbar__brand {
    width: 100%;
  }
}
.public-body .navbar__logo {
  padding: 6px 0;
}
.public-body .navbar__link {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.5rem 0.25rem;
  border-bottom: solid 0.25rem transparent;
  color: white;
}
.public-body .navbar__link:hover,
.public-body .navbar__link.active {
  border-bottom-color: #53CE8C;
  color: #e6e6e6;
}
.public-body .navbar__search {
  display: flex;
}
@media (max-width: 576px) {
  .public-body .navbar__search {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
}
.public-body .navbar__search .search-input-group__input {
  height: -webkit-fill-available;
  padding-left: 20px;
  border-radius: 0;
  border-right: none;
  -webkit-appearance: none;
}
@media (max-width: 576px) {
  .public-body .navbar__search .search-input-group__input {
    border-radius: 100px;
    border: solid white 1px;
    height: 36px;
  }
}
.public-body .navbar__search .search-input-group__button {
  border: 1px solid white;
  border-radius: 0 2rem 2rem 0;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .public-body .navbar__search .search-input-group__button {
    border-radius: 100px;
    border: solid white 1px;
    width: fit-content;
    padding: 0.5rem 2rem;
  }
}
.public-body .navbar__search .search-input-group__button-text {
  color: white;
  margin-left: 10px;
  display: none;
}
@media (max-width: 576px) {
  .public-body .navbar__search .search-input-group__button-text {
    display: inline;
  }
}
.public-body .navbar__search .search-input-group__icon {
  position: relative;
  top: 0;
  left: -2px;
}
.public-body .navbar__search .search-input-group #search-input-company {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  min-width: 270px;
}
.public-body .navbar__container,
.public-body .navbar__left,
.public-body .navbar__link,
.public-body .navbar .navbar-collapse,
.public-body .navbar .navbar-nav,
.public-body .navbar .nav-item {
  height: inherit;
}
.public-body .navbar img {
  height: 40px;
}
.public-body .navbar .btn {
  padding: 0.5rem 1rem;
}
.public-body .navbar .navbar-nav {
  width: 100%;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}
.public-body .navbar .navbar-toggler {
  color: white;
}
.public-body .navbar .main-logo {
  color: white;
}
.public-body .navbar .main-logo h1 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.public-body .navbar .main-logo__white {
  color: white;
}
.public-body .navbar .main-logo__orange {
  color: #242D5B;
}
@media (max-width: 576px) {
  .public-body .navbar > .container {
    padding: 0 1rem;
  }
  .public-body .navbar > .container .main-logo img {
    width: 260px;
    object-fit: contain;
  }
}
.public-body .pagination {
  background-color: transparent;
}
.public-body .pagination .page-link {
  border: none;
  font-weight: 500;
  color: #24305B80;
  padding: 0.4rem;
}
.public-body .pagination .page-link.active {
  background-color: transparent;
  color: black;
}
.public-body .pagination .page-link:hover {
  background-color: transparent;
  color: black;
}
.public-body .pagination .page-link:focus {
  background-color: transparent;
  color: black;
  box-shadow: none;
}
.public-body .pagination__chevron-left:before {
  content: url("/files/images/icons/ui/pagination-chevron-left.svg");
}
.public-body .pagination__chevron-right:before {
  content: url("/files/images/icons/ui/pagination-chevron-right.svg");
}
.public-body .pagination__chevron-left.disabled:before {
  content: url("/files/images/icons/ui/pagination-chevron-left-muted.svg");
}
.public-body .pagination__chevron-right.disabled:before {
  content: url("/files/images/icons/ui/pagination-chevron-right-muted.svg");
}
.public-body .search-input-group {
  box-shadow: 0 0 0 0.25rem rgba(53, 185, 114, 0.25);
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}
.public-body .search-input-group__icon {
  position: absolute;
  top: 14px;
  left: 15px;
  font-size: 15px;
  color: white;
}
.public-body .search-input-group__input {
  padding-left: 40px;
  border-radius: 100px;
  border: 1px solid white;
  color: white;
  z-index: 2;
}
.public-body .search-input-group__input#search-input-company {
  min-width: 400px;
}
@media (max-width: 576px) {
  .public-body .search-input-group__input#search-input-company {
    min-width: initial;
  }
}
.public-body .search-input-group__input#search-input-region {
  min-width: 200px;
}
.public-body .search-input-group__input:focus {
  border-color: #53CE8C;
  color: white;
}
.public-body .search-input-group__input:focus + .public-body .search-input-group__icon {
  color: #53CE8C;
}
.public-body .search-input-group__autocomplete-list {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: white;
  box-shadow: 4px 2px 20px 1px #24305B1A;
  list-style: none;
  padding: 0;
  z-index: 10000;
}
.public-body .search-input-group__autocomplete-item {
  padding: 0.6rem 0.8rem;
}
.public-body .search-input-group__autocomplete-item:not(:first-child) {
  border-top: 1px solid #DADFF1;
}
.public-body .search-input-group__autocomplete-item .name {
  font-weight: 500;
}
.public-body .search-input-group__autocomplete-item .desc {
  font-size: 0.8rem;
}
.public-body .search-input-group__autocomplete-item a:not(:hover) .name {
  color: #7F90CC;
}
.public-body .search-input-group__autocomplete-item a:not(:hover) .desc {
  color: #A4B0DB;
}
.public-body .search-input-group__autocomplete-item:hover > .name {
  color: #5B70BE;
}
.public-body .search-input-group__autocomplete-item:hover > .desc {
  color: #5B70BE;
}
@media screen and (max-width: 900px) {
  .public-body .search-input-group {
    width: -webkit-fill-available;
    max-width: 400px;
  }
}
.public-body .support-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr min-content;
  gap: 1rem;
}
.public-body .support-box img {
  height: 4rem;
  width: 4rem;
  border-radius: 2rem;
  object-fit: cover;
  background-color: white;
}
.public-body .support-box__bubble {
  width: 100%;
  background-color: white;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  color: black;
  padding: 1.5rem;
  text-align: left;
}
.public-body .support-box__bubble > .title {
  margin-bottom: 0.4rem;
  font-weight: 600;
}
.public-body .support-box__bubble > .description {
  color: #6F6C90;
}
.public-body .support-box__image {
  align-self: end;
}
.public-body .support-box-small {
  grid-template-columns: auto;
  grid-template-rows: initial;
  align-items: center;
  width: fit-content;
}
.public-body .support-box-small__bubble {
  display: flex;
  border-radius: 100px;
  padding: 2px;
  gap: 1rem;
  align-items: center;
  background-color: white;
}
.public-body .support-box-small__bubble > img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.public-body .support-box-small button {
  white-space: nowrap;
}
.public-body .top-companies__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.public-body .top-companies__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media (min-width: 576px) {
  .public-body .top-companies__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .public-body .top-companies__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.public-body .top-companies__item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.public-body .top-companies__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.public-body .top-companies__item-bg {
  height: 110px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background: linear-gradient(135deg, #242D5B, #0e1224) center;
}
.public-body .top-companies__item-bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 10px 10px;
}
.public-body .top-companies__item-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #fff;
  position: relative;
}
.public-body .top-companies__item-logo {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -65px;
  left: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-body .top-companies__item-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.public-body .top-companies__item-logo-placeholder {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-body .top-companies__item-logo-placeholder:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ddd;
  border-radius: 50%;
}
.public-body .top-companies__item-info {
  margin-top: 20px;
  flex-grow: 1;
}
.public-body .top-companies__item-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}
.public-body .top-companies__item-address {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
}
.public-body .top-companies__item-address i {
  margin-right: 8px;
  margin-top: 3px;
  color: #999;
}
.public-body .top-companies__item-description {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 15px;
}
.public-body .top-companies__item-link {
  display: inline-flex;
  align-items: center;
  color: #242D5B;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  margin-top: auto;
}
.public-body .top-companies__item-link i {
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.public-body .top-companies__item-link:hover {
  text-decoration: underline;
}
.public-body .top-companies__item-link:hover i {
  transform: translateX(3px);
}
.public-body .hero-companies__container {
  max-width: 1200px;
  margin: 0 auto;
}
.public-body .hero-companies__content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 20px;
}
@media (min-width: 768px) {
  .public-body .hero-companies__content {
    flex-direction: row;
    height: 500px;
  }
}
.public-body .hero-companies__slider {
  flex: 1;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .public-body .hero-companies__slider {
    width: 65%;
  }
}
.public-body .hero-companies__slider .glide {
  height: 100%;
}
.public-body .hero-companies__slider .glide__track,
.public-body .hero-companies__slider .glide__slides {
  height: 100%;
}
.public-body .hero-companies__slider .glide__slide {
  height: 100%;
}
.public-body .hero-companies__slider .glide__arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
}
.public-body .hero-companies__slider .glide__arrows .glide__arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  color: #242D5B;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-body .hero-companies__slider .glide__arrows .glide__arrow:hover {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.public-body .hero-companies__slider .glide__arrows .glide__arrow--left {
  left: 20px;
}
.public-body .hero-companies__slider .glide__arrows .glide__arrow--right {
  right: 20px;
}
.public-body .hero-companies__slider .glide__bullets {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 10;
}
.public-body .hero-companies__slider .glide__bullets .glide__bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.public-body .hero-companies__slider .glide__bullets .glide__bullet:hover,
.public-body .hero-companies__slider .glide__bullets .glide__bullet--active {
  background-color: #fff;
  transform: scale(1.2);
}
.public-body .hero-companies__slide {
  position: relative;
  height: 100%;
}
.public-body .hero-companies__slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background: linear-gradient(135deg, #242D5B, #0e1224) center;
}
.public-body .hero-companies__slide-bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
}
.public-body .hero-companies__slide-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}
.public-body .hero-companies__slide-content .reviews__link a {
  color: white;
}
.public-body .hero-companies__slide-identity {
  display: flex;
  align-items: center;
  gap: 20px;
}
.public-body .hero-companies__slide-title {
  flex-grow: 1;
}
.public-body .hero-companies__slide-logo {
  width: 80px;
  height: 80px;
  background-color: #fff;
  padding: 5px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  overflow: hidden;
}
.public-body .hero-companies__slide-logo-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.public-body .hero-companies__slide-logo-placeholder {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-body .hero-companies__slide-logo-placeholder:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ddd;
  border-radius: 50%;
}
.public-body .hero-companies__slide-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.public-body .hero-companies__slide-address {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
}
.public-body .hero-companies__slide-address i {
  margin-right: 8px;
}
.public-body .hero-companies__slide-link {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  color: #242D5B;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.public-body .hero-companies__slide-link i {
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.public-body .hero-companies__slide-link:hover {
  background-color: #f2f2f2;
}
.public-body .hero-companies__slide-link:hover i {
  transform: translateX(3px);
}
.public-body .hero-companies__panel {
  background-color: #F7F8FC;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .public-body .hero-companies__panel {
    width: 35%;
  }
}
.public-body .hero-companies__panel-header {
  margin-bottom: 20px;
}
.public-body .hero-companies__panel-title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.public-body .hero-companies__panel-subtitle {
  font-size: 16px;
  color: #666;
}
.public-body .hero-companies__panel-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.public-body .hero-companies__panel-description {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 30px;
}
.public-body .hero-companies__panel-features {
  margin-bottom: 30px;
}
.public-body .hero-companies__panel-feature {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.public-body .hero-companies__panel-feature i {
  width: 36px;
  height: 36px;
  background-color: #4151a4;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.public-body .hero-companies__panel-feature span {
  font-size: 15px;
  color: #444;
}
.public-body .hero-companies__panel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #242D5B;
  color: #fff;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.2s ease;
  margin-top: auto;
}
.public-body .hero-companies__panel-button i {
  margin-left: 10px;
  transition: transform 0.2s ease;
}
.public-body .hero-companies__panel-button:hover {
  background-color: #161b36;
}
.public-body .hero-companies__panel-button:hover i {
  transform: translateX(3px);
}
.public-body .reviews {
  display: flex;
  gap: 10px;
}
.public-body .reviews__rating-star {
  color: #EDEFF8;
}
.public-body .reviews__rating-star--filled {
  color: gold;
}
.public-body .reviews__rating-star--half-filled {
  background: -webkit-linear-gradient(0deg, gold 0 50%, #EDEFF8 50% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.public-body .site-reviews__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.public-body .site-reviews__item {
  border: 1px solid #eceef8;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.5rem;
}
.public-body .site-reviews__header {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.public-body .site-reviews__header-logo img {
  height: 64px;
  width: 64px;
  object-fit: cover;
  border-radius: 50%;
}
.public-body .site-reviews__header-info-name {
  font-size: 1.2rem;
  font-weight: bold;
}
.public-body .site-reviews__header-info-position {
  font-size: 0.9rem;
}
.public-body .glide__slide {
  height: initial;
}
.public-body .glide__bullet--active {
  background-color: #242D5B;
}
.public-body .glide__arrow {
  background-color: #53CE8C;
  border-radius: 50%;
  border: none;
}
.public-body .glide__arrow:hover {
  background-color: #2fa566;
  transition-duration: 0.3s;
}
.public-body .company-sigle-row-slide {
  border: none;
  box-shadow: 4px 2px 20px 1px #24305B1A;
  padding: 6px;
  border-radius: 6px;
}
.public-body .company-sigle-row-slide__company {
  display: flex;
  gap: 1rem;
}
.public-body .company-sigle-row-slide__logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.public-body .company-sigle-row-slide__address {
  font-size: 0.8em;
}
.public-body .category-slide {
  background-color: midnightblue;
  color: white;
  min-height: 384px;
  padding: 8px;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center;
}
.public-body .category-slide__header {
  padding: 24px;
  flex-grow: 1;
}
.public-body .category-slide__header > a {
  color: white;
}
.public-body .category-slide__title {
  font-weight: 600;
  font-size: 1.8rem;
}
.public-body .category-slide__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 12px;
}
.public-body .category-slide__badge {
  color: black;
  padding: 8px 12px;
  background-color: white;
  border-radius: 0.5rem;
  font-weight: 600;
}
.public-body .category-slide__badge:hover {
  background-color: black;
  color: white;
}
.public-body .articles {
  --row-count: 2;
}
.public-body .articles__flex {
  display: grid;
  grid-template-columns: repeat(var(--row-count), 1fr);
  gap: 8px;
}
@media (max-width: 1200px) {
  .public-body .articles__flex {
    --row-count: 1;
  }
}
@media (max-width: 900px) {
  .public-body .articles__flex {
    --row-count: 1;
  }
}
.public-body .articles--4-cols {
  --row-count: 4;
}
@media (max-width: 900px) {
  .public-body .articles--4-cols {
    --row-count: 2;
  }
}
.public-body .articles__card {
  overflow: hidden;
  min-height: 250px;
}
.public-body .articles__card .card-img {
  height: 100%;
  object-fit: cover;
}
.public-body .articles__card .card-img-overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.public-body .articles__card .card-img-overlay .card-title,
.public-body .articles__card .card-img-overlay .card-text {
  color: white;
}
.public-body .articles__card-img-darkener {
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  opacity: 0.3;
}
.public-body .articles__card-text-wrapper {
  overflow-x: hidden;
  padding-right: 12px;
}
.public-body .articles__card-text-wrapper::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
}
.public-body .articles__card-text-wrapper::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}
.public-body .articles__card-text-wrapper::-webkit-scrollbar-thumb {
  background-color: white;
}
.public-body .articles__card-link {
  color: white;
  position: relative;
  float: right;
  padding-right: 1.5rem;
  margin-top: auto;
  align-self: end;
  transition-duration: 0.3s;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 25px;
}
.public-body .articles__card-link::after {
  content: url(/files/images/icons/chevron.svg);
  position: absolute;
  top: 2px;
  padding-left: 8px;
}
.public-body .category-header {
  padding: 16px 20px;
  background-color: #F7F8FC;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.public-body .category-header__title {
  color: #53CE8C;
  font-weight: 600;
  font-size: 1.25rem;
}
.public-body .category-header__descriptions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-height: 64px;
  overflow: hidden;
  transition: max-height 0.4s ease;
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}
.public-body .priority-box {
  font-size: 16px;
  line-height: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 576px) {
  .public-body .priority-box {
    grid-template-columns: 1fr;
  }
}
.public-body .priority-box__item {
  display: flex;
  gap: 16px;
}
.public-body .priority-box__icon img {
  width: 40px;
  height: 40px;
}
.public-body .priority-box__title {
  font-weight: 700;
  font-size: 1rem;
}
.public-body .priority-box__text {
  margin-bottom: 0;
  font-size: 1rem;
}
.public-body .priority-box__icon-circle-1,
.public-body .priority-box__icon-circle-2 {
  background-color: #53CE8C;
  border-radius: 50%;
}
.public-body .priority-box__icon-circle-1 {
  position: relative;
  width: 52px;
  height: 52px;
}
.public-body .priority-box__icon-circle-2 {
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: #242D5B;
  width: 48px;
  height: 48px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.public-body .implemented-deals__header {
  display: flex;
  padding: 0 2rem 12px 2rem;
}
.public-body .implemented-deals__header-column {
  color: #24305B80;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .public-body .implemented-deals__header {
    display: none;
  }
}
.public-body .implemented-deals__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.public-body .implemented-deals__record {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #F7F8FC;
  border-radius: 20px;
  padding: 1.25rem 2rem;
}
@media (max-width: 576px) {
  .public-body .implemented-deals__record {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.public-body .implemented-deals__record-date {
  color: #29925a;
}
.public-body .implemented-deals__record-text {
  font-weight: bold;
}
.public-body .implemented-deals__record-category {
  color: #3a4892;
}
.public-body .implemented-deals--width-date {
  min-width: 100px;
}
.public-body .implemented-deals--width-text {
  flex-grow: 1;
}
.public-body .implemented-deals--width-category {
  min-width: 200px;
}
/*# sourceMappingURL=main.css.map */