<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.groups {
  margin-top: 32px;
}

.group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.group-header {
  display: flex;
  height: 200px;
  padding: 38px 0px 128px 0px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;

  border-radius: 24px;
  background: var(--Brand-VTE-srga);

  align-self: center;
}

.group-header h2 {
  text-align: center;
  color: var(--Brand-VTE-szrke, #404040);

  /* VTE/H3 28 pt bold */
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;
}

.group-header.items-1, .group-header.items-2 {
  width: 51%;
}

.group-header.items-3 {
  width: 76%;
}

.group-header.items-4 {
  width: 100%;
}

.group-content {
  position: relative;
  top: -92px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 20px;
  width: 1076px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.group-content.items-1 {
  width: 254px;
}

.group-content.items-2 {
  width: 528px;
}

.group-content.items-3 {
  width: 802px;
}

.group-content .item {
  position: relative;
  display: flex;
  width: 254px;
  height: 396px;
  padding: 16px;
  flex-direction: column;
  align-items: center;

  border-radius: 28px;
  background: var(--Brand-Fehr);

  box-shadow: 0px 16px 32px 0px rgba(64, 64, 64, 0.04), 0px 8px 16px 0px rgba(64, 64, 64, 0.10), 0px 2px 4px 0px rgba(64, 64, 64, 0.08), 0px 1px 2px 0px rgba(64, 64, 64, 0.12);
}

.item {
  transition: all .3s ease-in-out;
}

.item-img {
  height: 254px;
  flex-shrink: 0;
  align-self: stretch;

  border-radius: 18px 18px 70px 18px;
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.item:hover {
  box-shadow: 0px 16px 32px 0px rgba(242, 168, 60, 0.02), 0px 8px 16px 0px rgba(242, 168, 60, 0.10), 0px 1px 10px 0px rgba(242, 168, 60, 0.20), 0px 1px 1px 0px rgba(242, 168, 60, 0.25);
}

.item:hover .item-img {
  height: 230px;
}

.item-name {
  display: flex;
  max-height: 48px;
  padding: 0px 4px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 6px 10px;
  flex-shrink: 0;
  align-self: stretch;
  flex-wrap: wrap;
  margin-top: 8px;

  overflow: hidden;
  color: var(--Brand-VTE-szrke);
  text-align: center;
  text-overflow: ellipsis;

  /* VTE/H5 20 pt bold */
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  letter-spacing: -0.2px;

  transition: all .3s ease-in-out;
}

.item:hover .item-name {
  color: var(--Brand-VTE-srga);
}

.item-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;

  color: var(--Brand-VTE-vilgos-szrke);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 125% */
}

.item-contacts {
  position: absolute;
  bottom: 16px;
}

.item-contacts-sm {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
  overflow: hidden;
  transition: all .3s ease-in-out;
  height: 16px;
}

.item-contacts-lg {
  height: 0;
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.item:hover .item-contacts-sm {
  height: 0px;
}

.item:hover .item-contacts-lg {
  height: 36px;
}

.tel-lg {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;

  color: #252525;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
}

.mail-lg {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 4px 8px;
  align-self: stretch;
  flex-wrap: wrap;

  color: #252525;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
}

@media (min-width: 1200px) and (max-width: 1399px) {

}

@media (min-width: 992px) and (max-width: 1199px) {
  .group-header.items-1, .group-header.items-2 {
    width: 75%;
  }

  .group-header.items-3 {
    width: 100%;
  }

  .group-header.items-4 {
    width: 100%;
  }

  .group-content.items-4 {
    width: 802px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .group-header.items-1, .group-header.items-2 {
    width: 100%;
  }

  .group-header.items-3 {
    width: 100%;
  }

  .group-header.items-4 {
    width: 100%;
  }

  .group-content.items-4, .group-content.items-3 {
    width: 582px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .group-header.items-1, .group-header.items-2 {
    width: 100%;
  }

  .group-header.items-3 {
    width: 100%;
  }

  .group-header.items-4 {
    width: 100%;
  }

  .group-content.items-1 {
    width: 476px;
  }

  .group-content.items-2, .group-content.items-3, .group-content.items-4 {
    width: 508px;
  }

  .group-content  {
    column-gap: 0;
  }


  .item {
    transform: scale(.9);
  }
}

@media (max-width: 575px) {

  .group-header h2 {
    font-size: 20px;
    line-height: 24px; /* 120% */
    max-width: 80%;
  }

  .group-header.items-1, .group-header.items-2 {
    width: 100%;
  }

  .group-header.items-3 {
    width: 100%;
  }

  .group-header.items-4 {
    width: 100%;
  }

  .group-content {
    width: 480px !important;
  }

  .group-content  {
    column-gap: 0;
  }
}
</pre></body></html>