.progress-wrap {
    margin: 0 auto;
    width: 73%;
}
.directors-region-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.progress-container {
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 50px 0 25px;
    transition: all 0.5s;
}
.banner-section .banner-hero-block {
    margin-top: 40px;
}
.stickyNav .progress-container {
    padding: 120px 0 25px;
}

.carousal {
    position: relative;
}

.page-template-template-directors-page .banner-section {
    margin-bottom: 0;
}

.multiple-flags {
    flex-direction: column-reverse;
}

.dir-name {
    color: var(--Power-Black, #000);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.director-country {
    color: var(--Granite-Grey, #64666A);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-self: center;
    justify-content: center;
    gap: 7px;
    margin: 5px 0 0;
}

.director-img img {
    max-width: 150px;
}
.director-img{
    text-align: center;
    margin: 0 auto 40px;
}

.directors-region {
    color: var(--Red, #CF2030);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 100px 0 30px;
}

.nationality-text p {
    color: var(--Granite-Grey, #64666A);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 10px;
}

.nationality-text.completed p {
    color: var(--Red, #CF2030);
}

.dir-flag img {
    width: 25px;
}

.directors-region-links a {
    color: var(--Granite-Grey, #64666A);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    display: block;
}

.directors-region-links a::after, .directors-region-links a::before {
    content: '';
    display: block;
    width: 100%;
    max-width: 180px;
    height: 5px;
    border-radius: 25px;
    background-color: var(--Granite-Grey, #C8C8C8);
    transition: all 1s;
}

.director-col {
    width: calc(100% / 5);
}

.directors-region-links a::before {
    position: absolute;
    bottom: 0;
    left: -100%;
    overflow: hidden;
}

.directors-region-links a.active {
    color: #CF2030;
}

.directors-region-links a.active::before {
    left: 0;
    background-color: #CF2030;
    border-radius: 25px;
    z-index: 1;
}

.director-dp img {
    border-radius: 100%;
}

@media only screen and (max-width: 991px) {
    .director-col {
        width: calc(100% / 3);
    }

    .directors-region {
        font-size: 24px;
    }

    .directors-region-links a {
        font-size: 16px;
    }

    .director-country {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .director-col {
        width: calc(100% / 2);
    }

    .progress-wrap {
        width: 100%;
    }

    .directors-region-links a {
        font-size: 16px;
        /* display: flex; */
        /* height: 100%; */
        padding: 0 0 10px;
        width: calc(100%/3);
    }

    .directors-region-links a::after, .directors-region-links a::before {
        max-width: 70px;
        position: absolute;
        bottom: 1px;
    }

    .directors-region-links {
        min-width: 120px;
        position: relative;
    }

    .directors-region {
        font-size: 24px;
    }

    .director-country {
        font-size: 14px;
    }

    .stickyNav .progress-container {
        padding: 85px 0 15px;
    }
}

@media only screen and (max-width: 389px) {
    .directors-region-links {
        margin: 0 0 15px;
    }

    .progress-wrap {
        flex-wrap: wrap;
    }
}