@charset "UTF-8";
/**
 * Document: MTT ROW SCSS
 * DESC:
 */
.sgr-mtt v1 .staff-member {
    position: relative;
}
.sgr-mtt v1 .staff-member:hover .staff-text, .sgr-mtt v1 .staff-member:focus .staff-text {
    opacity: 1;
}
@media (min-width: 576px) {
    .sgr-mtt v1 .staff-member img {
        width: 100%;
    }
}
.sgr-mtt v1 .staff-member .staff-text {
    top: 0;
    align-items: center;
    align-items: center;
    justify-content: center;
    background: #000000b3;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    position: absolute;
    opacity: 0;
    transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.2s;
    white-space: normal;
}
.sgr-mtt v1 .text-muted {
    color: #fff !important;
    margin-bottom: 30px;
}

.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 6 Pro";
    font-size: 30px;
    line-height: 1;
    color: #025996 !important;
    z-index: 1000;
    content: "\f054";
    padding: 10px;
}

.slick-next {
    right: 25px;
    z-index: 1000;
}

.slick-prev {
    left: 25px;
    z-index: 1000;
    transform: rotate(180deg);
}