.uc-header-navigation .t396__artboard {
    background-color: transparent;
    transition: 0.5s;
}

.uc-header-navigation .t282__menu__container {
    overflow: hidden;
    top: 60px !important;
}

.uc-header-navigation .t282__menu__container.t282__closed {
    top: 0px !important;
}

.uc-header-navigation .t282__logo__img {
    width: 119px;
    height: unset !important;
}

.people4cap-header-logo {
    opacity: 0;
    transition: 0.5s;
}

#allrecords a:hover {
    text-decoration: underline;
}

.uc-intro-image .t-cover__arrow-svg:hover {
    fill: #FBAB18;
}

.uc-home-map .t554__card {
    box-shadow: 0px 15px 30px -10px rgba(0,11,48,0.2);
}

.uc-demonstrationCase .t668__textwrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
}

.uc-demonstrationCase .t668__textwrapper .t668__img {
    max-height: 250px;
}

.uc-demos-table .t431__td {
    padding: 10px;
}

.uc-demo-goBack .t374__link {
    text-decoration-color: #fbab18 !important;
}

.uc-demo-goBack .t-text:hover {
    text-decoration: underline;
    text-decoration-color: #fbab18 !important;
}

.uc-demos-tags {
    pointer-events: none;
}

@media only screen and (max-width: 960px) {
  .uc-home-map .t554__card {
    box-shadow: none;
  }
}