.results__announcement--box {
    background: #F4F3F1;
    padding-top: 135px;
    padding-bottom: 97px;
}

.latest-results-announcement {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 137px;
}

.results__announcement--box h2 {
    font-family: 'Simplifica', sans-serif;
    font-weight: 400;
    font-size: 55px;
    line-height: 100px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #F0509C;
    margin-top: 0;
    margin-bottom: 67px;
    text-align: center;
}

.results-archive-announcement h2 {
    font-family: 'Simplifica', sans-serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 100px;
    letter-spacing: 2.54545px;
    text-transform: uppercase;
    margin-top: 96px;
    margin-bottom: 30px;
}

.latest-results-announcement .announcement-list-info .announcement-date-start {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    color: #ABABAB;
}

.latest-results-announcement .announcement-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.announcement-list-info .announcement-item:not(.active) {
    display: none;
}

.latest-results-announcement .announcement-list-info {
    width: 59%;
    padding-right: 50px;
    border-right: 1px solid #CBCBCB;
}

.announcement-list-info .announcement-item a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 55px;
    line-height: 100px;
    color: #464649;
    margin: 0;
    text-transform: inherit;
    letter-spacing: 0;
}

.latest-results-announcement .announcement-list-info .announcement-date-end {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #464649;
    margin-top: 7px;
    padding-left: 4px;
}

.latest-results-announcement .announcement-list-item .announcement-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 25px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.announcement-list-item .announcement-item h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    text-transform: capitalize;
    color: #464649;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-basis: 280px;
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    letter-spacing: 0;
}

.latest-results-announcement .announcement-list-item .announcement-item .icon {
    width: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.latest-results-announcement .announcement-list-item .announcement-item:hover h3,
.latest-results-announcement .announcement-list-item .announcement-item.active h3 {
    color: #F0509C;
}

.latest-results-announcement .announcement-list-item .announcement-item:not(.link):hover svg path,
.latest-results-announcement .announcement-list-item .announcement-item.active:not(.link) svg path {
    fill: #F0509C;
}

.latest-results-announcement .announcement-list-item .announcement-item.link:hover svg path,
.latest-results-announcement .announcement-list-item .announcement-item.active.link svg path {
    stroke: #F0509C;
}

.latest-results-announcement .announcement-list-item .announcement-item:not(:last-child) {
    margin-bottom: 65px;
}

.latest-results-announcement .announcement-list-item {
    padding-left: 148px;
    width: 41%;
}

.announcement-list-item .announcement-date-start {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    color: #ABABAB;
}

.results-archive-announcement {
    max-width: 1062px;
    margin: 0 auto;
}

.archive-list .archive--list-swiper {
    max-width: 982px;
}

.results-archive-announcement .archive-item {
    max-width: 157px;
    padding: 16px 40px;
    background: #E9E7E7;
    color: #ABABAB;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.results-archive-announcement .archive-item:hover,
.results-archive-announcement .archive-item.current--active {
    background: #F0509C;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    color: #fff;
}

.results-archive-announcement .archive-item h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ABABAB;
    margin: 0;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.results-archive-announcement .archive-item:hover h3,
.results-archive-announcement .archive-item.current--active h3 {
    color: #fff;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.results-archive-announcement .swiper--button-action {
    margin-top: 47px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 150px;
}

.results-archive-announcement .archive--list-item h4 {
    font-family: 'Simplifica', sans-serif;
    font-weight: 400;
    font-size: 55px;
    line-height: 60px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #464649;
    margin: 0;
    padding-top: 48px;
    padding-bottom: 57px;
}

.results-archive-announcement .archive--list-item .archive--tab-interim h4 {
    padding-top: 68px;
    padding-bottom: 53px;
}

.results-archive-announcement .archive-post-item p,
.results-archive-announcement .archive-post-item .title--item {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #464649;
    margin: 0;
    text-transform: initial;
}

.results-archive-announcement .archive-post-item {
    padding: 31px 0;
    border-bottom: 1px solid #CBCBCB;
}

.results-archive-announcement .archive-post-item-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 40px;
    cursor: pointer;
}

.announcement-list-info .announcement-item a:hover,
.results-archive-announcement .archive-post-item-content:hover .title--item {
    color: #F0509C;
}

.archive--posts-annual .archive-post-item.annual:first-child {
    padding-top: 0;
}

.archive--posts-interim .archive-post-item.interim:first-child {
    padding-top: 5px;
}

.button__download a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #F0509C;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 3px;
}

.button__download a:hover {
    opacity: 0.7;
}

.results-archive-announcement .archive--list-item {
    margin: 0 auto;
    position: relative;
    max-width: 982px;
}

.load__data {
    min-height: 400px;
}

.load__data .archive--tab-data {
    opacity: 0;
}

.results-archive-announcement .archive--list-item .loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: #F4F3F1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.loader {
    width: 100px;
    height: 40px;
    --g: radial-gradient(farthest-side, #F0509C calc(95% - 3px), #F4F3F1 calc(100% - 3px) 98%, transparent 101%) no-repeat;
    background: var(--g), var(--g), var(--g);
    background-size: 30px 30px;
    -webkit-animation: l9 1s infinite alternate;
    -moz-animation: l9 1s infinite alternate;
    -o-animation: l9 1s infinite alternate;
    animation: l9 1s infinite alternate;
}

.results-archive-announcement .swiper--button-action .button--action {
    width: 40px;
}

.results-archive-announcement .swiper--button-action .swiper--next .arrow,
.results-archive-announcement .swiper--button-action .swiper--prev .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.66px 0 8.66px 8px;
    border-color: transparent transparent transparent #ABABAB;
}

.results-archive-announcement .swiper--button-action .swiper--prev .arrow {
    border-width: 8.66px 8px 8.66px 0;
    border-color: transparent #ABABAB transparent transparent;
}

.results-archive-announcement .swiper--button-action .swiper--next {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    cursor: pointer;
}

.results-archive-announcement .swiper--button-action .swiper--prev {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    cursor: pointer;
}

.results-archive-announcement .swiper--button-action .swiper--next:hover .arrow {
    border-color: transparent transparent transparent #F0509C;
}

.results-archive-announcement .swiper--button-action .swiper--prev:hover .arrow {
    border-color: transparent #F0509C transparent transparent;
}

@keyframes l9 {
    0% {
        background-position: 0 50%, 50% 50%, 100% 50%;
    }

    20% {
        background-position: 0 0, 50% 50%, 100% 50%;
    }

    40% {
        background-position: 0 100%, 50% 0, 100% 50%;
    }

    60% {
        background-position: 0 50%, 50% 100%, 100% 0;
    }

    80% {
        background-position: 0 50%, 50% 50%, 100% 100%;
    }

    100% {
        background-position: 0 50%, 50% 50%, 100% 50%;
    }
}

@media screen and (max-width: 1170px) {
    .latest-results-announcement .announcement-list-item {
        padding-left: 10vw;
    }

    .latest-results-announcement .announcement-list-info {
        padding-right: 80px;
    }

    .announcement-list-item .announcement-item h3 {
        -webkit-flex-basis: initial;
        -ms-flex-preferred-size: initial;
        flex-basis: initial;
        -webkit-flex-shrink: initial;
        -ms-flex-negative: initial;
        flex-shrink: initial;
    }
}

@media screen and (max-width: 767.98px) {

    .results__announcement--box .container {
        padding: 0 30px;
    }

    .results__announcement--box {
        padding: 80px 0;
        overflow: hidden;
    }

    .latest-results-announcement .announcement-list-info .announcement-date-start {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
    }

    .announcement-list-info .announcement-item a {
        font-weight: 400;
        font-size: 45px;
        line-height: 53px;
        margin-top: 10px;
    }

    .latest-results-announcement .announcement-list-info .announcement-date-end {
        font-size: 18px;
        font-weight: 400;
        line-height: 32px;
        padding-left: 0;
        margin-top: 11px;
    }

    .results__announcement--box h2 {
        font-size: 45px;
        font-weight: 400;
        line-height: 45px;
        letter-spacing: 1px;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .announcement-list-item .announcement-item h3 {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
    }

    .latest-results-announcement .announcement-list-info {
        padding-right: 0;
        border-right: 0;
        padding-bottom: 45px;
        border-bottom: 1px solid #CBCBCB;
        width: 100%;
    }

    .latest-results-announcement .announcement-list-item {
        padding-left: 0;
        width: 100%;
        margin-top: 45px;
    }

    .latest-results-announcement .announcement-wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .latest-results-announcement .announcement-list-item .announcement-item:not(:last-child) {
        margin-bottom: 40px;
    }

    .latest-results-announcement {
        padding-bottom: 83px;
    }

    .results-archive-announcement h2 {
        font-size: 45px;
        line-height: 45px;
        text-align: center;
        letter-spacing: 1px;
        margin-bottom: 42px;
    }

    .results-archive-announcement .swiper--button-action {
        margin-top: 36px;
    }

    .results-archive-announcement .archive--list-item h4 {
        font-size: 45px;
        font-weight: 400;
        line-height: 45px;
        letter-spacing: 1px;
        padding: 40px 0;
    }

    .archive--posts-interim .archive-post-item.interim,
    .archive--posts-annual .archive-post-item.annual {
        padding: 20px 0;
    }

    .archive--posts-annual,
    .archive--posts-interim {
        padding-top: 20px;
    }

    .results-archive-announcement .archive-post-item-content {
        row-gap: 20px;
    }

    .archive-list .archive--list-swiper {
        overflow: initial;
    }

    .archive--posts-interim .archive-post-item:not(:last-child),
    .archive--posts-annual .archive-post-item:not(:last-child) {
        margin-bottom: 15px;
    }

    .results-archive-announcement .archive--list-item .archive--tab-interim h4 {
        padding-top: 40px;
        padding-bottom: 35px;
    }

    .results-archive-announcement .archive-post-item .title--item {
        max-width: 70%;
        width: 100%;
    }
}