#t-header #rec154927712 .t396__artboard {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}

#t-header #rec155972832 .t396__artboard {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
  transition: 0.4s;
}

.sticky-header #t-header #rec155972832 .t396__artboard {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.custom-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .custom-container {
    max-width: 300px;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  .custom-container {
    max-width: 460px;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .custom-container {
    max-width: 620px;
  }
}
@media (min-width: 690px) and (max-width: 1199px) {
  .custom-container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .custom-container {
    max-width: calc(1200px - 20px * 2);
  }
}

.work-team {
  padding-top: 52px;
  padding-bottom: 52px;
  background-color: #f5f5f5;
}

.work-team__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 40px;
}

.work-job__label {
  margin: 0;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.55;
  font-family: "Gilroy", Arial, sans-serif;
  text-transform: lowercase;
  color: #000000;
}

.work-job__employees {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.work-job__employees li {
  font-weight: 400;
  font-size: 16px;
  font-family: "Gilroy", Arial, sans-serif;
  line-height: 1.55;
}

#allrecords .t-feed__parts-switch-btn a {
  color: #000000 !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

#allrecords .t-feed__parts-switch-btn.t-active span,
#allrecords .t-feed__parts-switch-btn.t-active a {
  opacity: 1 !important;
}