.national-header-image-container {
    position: relative;
    z-index: 1;
}
.national-header-image {
    position: relative;
    padding-top: 149%;
    z-index: 1;
}
.national-team-header-paragraph h1,
.national-team-header-paragraph h2,
.national-team-header-paragraph h3,
.national-team-header-paragraph h4,
.national-team-header-paragraph h5,
.national-team-header-paragraph h6 {
    font-size: calc(1em - 2px);
    font-weight: 800;
}
.national-team-header-paragraph p:not(:last-child) {
    margin-bottom: 4em;
}
.national-team-members-section {
    position: relative;
    z-index: 1;
}
.national-team-members-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40%;
    background-color: var(--primary);
    z-index: -1;
}
.national-team-members-section .member-res-meet-me {
    background-color: var(--primary);
    color: var(--white);
}
.national-team-members-swiper .swiper-scrollbar.swiper-scrollbar-lock {
    display: block !important;
}
.national-team-members-swiper .swiper-scrollbar.swiper-scrollbar-lock .swiper-scrollbar-drag {
    display: none !important;
}
.national-team-members-swiper .swiper-scrollbar {
    background: var(--primary);
}
.national-team-members-swiper .swiper-scrollbar-drag {
    height: 6px;
    background: var(--website-blue);
    top: -2px;
}
.national-team-members-swiper .swiper-scrollbar-drag:hover {
    height: 10px;
    background: var(--website-green);
    top: -4px;
}
.uniform-results-carousel-container {
    position: relative;
}
.uniform-results-carousel-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 13%;
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    z-index: 1;
    min-width: 50px;
    pointer-events: none;
}
.uniform-res-image {
    position: relative;
    padding-top: 100%;
}
.uniform-res-timeline {
    border-top: 2px solid var(--default);
    position: relative;
}
.uniform-res-item:not(:last-child) .uniform-res-timeline {
    margin-right: -100px;
}
.uniform-res-timeline::before,
.uniform-res-item:last-child .uniform-res-timeline::after {
    content: "";
    position: absolute;
    top: -9px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--default);
}
.uniform-res-timeline::before {
    left: 0;
}
.uniform-res-item:last-child .uniform-res-timeline::after {
    right: 0;
}
/*Responsive - Mobile First*/
/* sm */
@media (min-width: 576px) {
    .national-header-image {
        padding-top: 185%;
    }
}
/* md */
@media (min-width: 768px) {
    .national-team-header-paragraph h1,
    .national-team-header-paragraph h2,
    .national-team-header-paragraph h3,
    .national-team-header-paragraph h4,
    .national-team-header-paragraph h5,
    .national-team-header-paragraph h6 {
        font-size: 1em;
    }
}
/* lg */
@media (min-width: 992px) {
    .national-header-image-wrap {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }
}
/*Responsive - Desktop First*/
/* xs */
@media (max-width: 575.98px) {
    .national-team-members-swiper .member-res-item,
    .uniform-swiper .uniform-res-item {
        width: auto;
    }
    .national-team-members-swiper .member-res-wrap,
    .uniform-swiper .uniform-res-wrap {
        width: 82vw;
    }
}