@import url("breadcrumbs.css");
@import url("next-case.css");

.circles {
    left: 0;
    margin: 0 auto;
    max-width: 1920px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1;
}
.circles > .circle {
    background: radial-gradient(50% 50% at 50% 50%, #fcc51b40 0, #fcc51b00);
    border-radius: 50%;
    height: 543px;
    position: absolute;
    width: 543px;
}
.circles > .circle:first-of-type {
    left: -20px;
    top: -443px;
}
@media (max-width: 999px) {
    .circles > .circle:first-of-type {
        height: 289px;
        left: -159px;
        top: -125.6px;
        width: 289px;
    }
}
.circles > .circle:nth-child(2) {
    height: 708px;
    right: -195px;
    top: -157px;
    width: 708px;
}
@media (max-width: 999px) {
    .circles > .circle:nth-child(2) {
        display: none;
    }
}
.circles.__footer {
    top: 0;
}
.circles.__footer > .circle:first-child {
    height: 945px;
    left: -300px;
    top: -903px;
    width: 945px;
}
@media (max-width: 999px) {
    .circles.__footer > .circle:first-child {
        height: 422px;
        left: -191px;
        right: unset;
        top: -210px;
        width: 422px;
    }
}
.circles.__footer > .circle:nth-child(2) {
    height: 945px;
    right: -90px;
    top: -368px;
    width: 945px;
}
@media (max-width: 999px) {
    .circles.__footer > .circle:nth-child(2) {
        display: none;
    }
}
.cases-armhi {
    position: relative;
}
.cases-armhi > section {
    margin: 0 auto;
    max-width: 920px;
}
@media (max-width: 999px) {
    .cases-armhi > section {
        max-width: 320px;
    }
}
.cases-armhi > section [id] {
    scroll-margin-top: 100px;
}
@media (max-width: 999px) {
    .cases-armhi > section.armhi-breadcrumbs {
        margin-top: 88px;
    }
    .cases-armhi > section.armhi-breadcrumbs > .breadcrumbs {
        margin: 0;
    }
}
.cases-armhi > section.armhi-hero {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}
.cases-armhi > section.armhi-hero > .block {
    background-color: #fcc51b;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px 40px;
}
@media (max-width: 999px) {
    .cases-armhi > section.armhi-hero > .block {
        padding: 25px 30px;
    }
}
.cases-armhi > section.armhi-hero > .block > .top {
    align-items: center;
    display: flex;
    gap: 25px;
}
@media (max-width: 999px) {
    .cases-armhi > section.armhi-hero > .block > .top {
        display: grid;
        gap: 15px;
        grid-template-areas: "col1 col2" "full full";
        grid-template-columns: 80px 1fr;
        grid-template-rows: auto auto;
    }
}
.cases-armhi > section.armhi-hero > .block > .top > .image {
    border-radius: 50%;
    height: 120px;
    overflow: hidden;
    width: 120px;
}
@media (max-width: 999px) {
    .cases-armhi > section.armhi-hero > .block > .top > .image {
        grid-area: col1;
        height: 80px;
        width: 80px;
    }
}
.cases-armhi > section.armhi-hero > .block > .top > .image > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.cases-armhi > section.armhi-hero > .block > .top > .personal-info {
    display: flex;
    flex-direction: column;
}
@media (max-width: 999px) {
    .cases-armhi > section.armhi-hero > .block > .top > .personal-info {
        grid-area: col2;
    }
}
.cases-armhi > section.armhi-hero > .block > .top > .personal-info > h3 {
    color: #262626;
    font-family: Manrope;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}
@media (max-width: 999px) {
    .cases-armhi > section.armhi-hero > .block > .top > .personal-info > h3 {
        font-size: 16px;
        line-height: 20px;
    }
}
.cases-armhi > section.armhi-hero > .block > .top > .personal-info > p {
    color: #262626;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 999px) {
    .cases-armhi > section.armhi-hero > .block > .top > .personal-info > p {
        font-size: 14px;
    }
}
.cases-armhi > section.armhi-hero > .block > .top > .date {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-left: auto;
}
@media (max-width: 999px) {
    .cases-armhi > section.armhi-hero > .block > .top > .date {
        grid-area: full;
        margin-left: 0;
    }
}
.cases-armhi > section.armhi-hero > .block > .top > .date > div {
    align-items: center;
    color: #262626;
    display: flex;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 500;
    gap: 10px;
}
@media (max-width: 999px) {
    .cases-armhi > section.armhi-hero > .block > .top > .date > div {
        font-size: 14px;
    }
}
.cases-armhi > section.armhi-hero > .block > .top > .date > div > span {
    display: block;
    height: 24px;
    width: 24px;
}
@media (max-width: 999px) {
    .cases-armhi > section.armhi-hero > .block > .text {
        display: none;
    }
}
.cases-armhi > section.armhi-hero > .block > .text > p {
    color: #262626;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 500;
}
.cases-armhi > section.armhi-hero > .images {
    height: 476px;
    position: relative;
}
@media (max-width: 999px) {
    .cases-armhi > section.armhi-hero > .images {
        height: auto;
    }
}
.cases-armhi > section.armhi-hero > .images > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.cases-armhi > section.armhi-hero > .images > .logo {
    bottom: 23px;
    position: absolute;
    right: 13px;
}
@media (max-width: 999px) {
    .cases-armhi > section.armhi-hero > .images > .logo {
        bottom: 8px;
        height: 30px;
        right: 4px;
        width: 83px;
    }
}
.cases-armhi > section.armhi-hero > .images > .logo > svg {
    height: 100%;
    width: 100%;
}
.cases-armhi > section.armhi-hero > .images > .photo-cards {
    height: 442px;
    left: -105px;
    position: absolute;
    top: 233px;
    width: 654px;
}
@media (max-width: 999px) {
    .cases-armhi > section.armhi-hero > .images > .photo-cards {
        height: 154px;
        left: -40px;
        top: 100px;
        width: 228px;
    }
}
.cases-armhi > section.armhi-hero > .images > .photo-cards > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.cases-armhi > section.results {
    margin-top: 50px;
}
@media (max-width: 999px) {
    .cases-armhi > section.results {
        margin-top: 18px;
        padding-bottom: 50px;
    }
}
.cases-armhi > section.results > h3 {
    color: #000;
    font-family: Manrope;
    font-size: 48px;
    font-weight: 900;
    text-align: right;
}
@media (max-width: 999px) {
    .cases-armhi > section.results > h3 {
        font-size: 17px;
    }
}
.cases-armhi > section.results > p {
    color: #000;
    font-family: Manrope;
    font-size: 27px;
    font-weight: 400;
    line-height: 110%;
    text-align: right;
}
@media (max-width: 999px) {
    .cases-armhi > section.results > p {
        font-size: 9px;
    }
}
.cases-armhi > section.results > .block {
    position: relative;
}
.cases-armhi > section.results > .block.block_1 {
    height: 404px;
    margin-top: 30px;
}
@media (max-width: 999px) {
    .cases-armhi > section.results > .block.block_1 {
        height: 300px;
    }
}
.cases-armhi > section.results > .block.block_1 > .card_1 {
    left: 0;
    top: 94px;
    transform: rotate(-6.74deg);
    z-index: 1;
}
@media (max-width: 999px) {
    .cases-armhi > section.results > .block.block_1 > .card_1 {
        left: auto;
        right: 0;
        top: 44px;
    }
}
.cases-armhi > section.results > .block.block_1 > .card_1 > span {
    text-align: right;
}
.cases-armhi > section.results > .block.block_1 > .card_2 {
    right: 0;
    top: 15px;
    z-index: 2;
}
@media (max-width: 999px) {
    .cases-armhi > section.results > .block.block_1 > .card_2 {
        bottom: 0;
        top: auto;
        transform: rotate(5.75deg);
    }
}
.cases-armhi > section.results > .block.block_1 > .card_2 > span {
    margin-top: -20px;
    text-align: right;
}
@media (max-width: 999px) {
    .cases-armhi > section.results > .block.block_1 > .card_2 > span > sub {
        font-size: 60px;
    }
}
.cases-armhi > section.results > .block.block_2 {
    height: 559px;
}
@media (max-width: 999px) {
    .cases-armhi > section.results > .block.block_2 {
        height: 507px;
    }
}
.cases-armhi > section.results > .block.block_2 > .card_1 {
    left: 2.12px;
    top: 90px;
    transform: rotate(5.22deg);
    z-index: 1;
}
@media (max-width: 999px) {
    .cases-armhi > section.results > .block.block_2 > .card_1 {
        left: auto;
        right: 0;
        top: 60px;
        z-index: 3;
    }
}
.cases-armhi > section.results > .block.block_2 > .card_1 > span {
    font-size: 157.62px;
    margin-left: -31px;
    margin-top: -45px;
}
@media (max-width: 999px) {
    .cases-armhi > section.results > .block.block_2 > .card_1 > span {
        font-size: 88px;
        margin-top: -20px;
        text-align: center;
    }
}
.cases-armhi > section.results > .block.block_2 > .card_1 > span > sub {
    font-size: 100px;
}
@media (max-width: 999px) {
    .cases-armhi > section.results > .block.block_2 > .card_1 > span > sub {
        font-size: 60px;
    }
}
.cases-armhi > section.results > .block.block_2 > .card_2 {
    right: 6.73px;
    top: 0;
    transform: rotate(2.89deg);
    z-index: 3;
}
@media (max-width: 999px) {
    .cases-armhi > section.results > .block.block_2 > .card_2 {
        top: 200px;
        transform: rotate(-0.5deg);
        z-index: 2;
    }
}
.cases-armhi > section.results > .block.block_2 > .card_2 > span {
    margin-top: -40px;
}
@media (max-width: 999px) {
    .cases-armhi > section.results > .block.block_2 > .card_2 > span {
        margin-top: -20px;
    }
}
.cases-armhi > section.results > .block.block_2 > .card_3 {
    bottom: 40px;
    right: 27.71px;
    transform: rotate(-6.54deg);
    z-index: 2;
}
@media (max-width: 999px) {
    .cases-armhi > section.results > .block.block_2 > .card_3 {
        bottom: 0;
        z-index: 1;
    }
}
.cases-armhi > section.results > .block.block_2 > .card_3 > span {
    margin-top: -20px;
    text-align: center;
}
@media (max-width: 999px) {
    .cases-armhi > section.results > .block.block_2 > .card_3 > span {
        margin-top: -10px;
    }
}
.cases-armhi > section.results > .block > h4 {
    color: #262626;
    font-family: Playfair Display;
    font-size: 48px;
    font-style: Italic;
    font-weight: 500;
    line-height: 58px;
}
@media (max-width: 999px) {
    .cases-armhi > section.results > .block > h4 {
        font-size: 33px;
        line-height: 40px;
    }
}
.cases-armhi > section.results > .block > .card {
    background-color: #fff;
    box-shadow:
            -4.13px 10.04px 23.03px #2221631a,
            -15.94px 38.97px 42.51px #22216317,
            -36.02px 87.97px 57.27px #2221630d,
            -63.77px 156.46px 67.9px #22216303,
            -99.78px 244.44px 73.8px #22216300;
    height: 260px;
    padding: 34px 22px 0 31px;
    position: absolute;
    width: 480px;
}
@media (max-width: 999px) {
    .cases-armhi > section.results > .block > .card {
        height: 160px;
        padding: 22px 18px 0 28px;
        width: 290px;
    }
}
.cases-armhi > section.results > .block > .card > p {
    color: #000;
    font-family: Manrope;
    font-size: 27px;
    font-weight: 400;
    line-height: 110%;
}
@media (max-width: 999px) {
    .cases-armhi > section.results > .block > .card > p {
        font-size: 17px;
    }
}
.cases-armhi > section.results > .block > .card > p > b {
    font-weight: 700;
}
.cases-armhi > section.results > .block > .card > span {
    color: #fcc51b;
    display: block;
    font-family: Manrope;
    font-size: 146px;
    font-weight: 800;
    line-height: 120%;
}
@media (max-width: 999px) {
    .cases-armhi > section.results > .block > .card > span {
        font-size: 88px;
    }
}
.cases-armhi > section.results > .block > .card > span > sub {
    font-size: 90px;
    vertical-align: super;
}
@media (max-width: 999px) {
    .cases-armhi > section.results > .block > .card > span > sub {
        font-size: 40px;
    }
}
.cases-armhi > section.results > .block > .card > b {
    color: #000;
    font-family: Manrope;
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
}
@media (max-width: 999px) {
    .cases-armhi > section.results > .block > .card > b {
        font-size: 14px;
    }
}
.cases-armhi > section.list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.cases-armhi > section.list > .block {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
@media (max-width: 999px) {
    .cases-armhi > section.list > .block {
        gap: 20px;
    }
}
.cases-armhi > section.list > .block:not(:has(ul)) > .heading {
    min-height: 116px;
}
@media (max-width: 999px) {
    .cases-armhi > section.list > .block:not(:has(ul)) > .heading {
        min-height: auto;
    }
}
.cases-armhi > section.list > .block:last-child > .heading {
    min-height: auto;
}
.cases-armhi > section.list > .block > .heading {
    align-items: center;
    display: flex;
    gap: 20px;
}
@media (max-width: 999px) {
    .cases-armhi > section.list > .block > .heading {
        gap: 10px;
    }
}
.cases-armhi > section.list > .block > .heading > span {
    align-items: center;
    background-color: #fcc51b;
    border-radius: 50%;
    color: #262626;
    display: flex;
    font-family: Manrope;
    font-size: 24px;
    font-weight: 400;
    height: 57px;
    justify-content: center;
    line-height: 34px;
    width: 57px;
}
@media (max-width: 999px) {
    .cases-armhi > section.list > .block > .heading > span {
        font-size: 14px;
        height: 34px;
        max-width: 34px;
    }
}
.cases-armhi > section.list > .block > .heading > h2 {
    color: #262626;
    font-family: Manrope;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
}
@media (max-width: 999px) {
    .cases-armhi > section.list > .block > .heading > h2 {
        font-size: 20px;
        line-height: 27px;
    }
}
.cases-armhi > section.list > .block > ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding-left: 77px;
}
@media (max-width: 999px) {
    .cases-armhi > section.list > .block > ul {
        display: none;
    }
}
.cases-armhi > section.list > .block > ul > li {
    align-items: center;
    color: #b98d04;
    display: flex;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    min-height: 47.5px;
}
.cases-armhi > section.list > .block > ul > li > a {
    color: inherit;
    text-decoration: underline;
}
.cases-armhi > section.chapter {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
}
@media (max-width: 999px) {
    .cases-armhi > section.chapter {
        margin-top: 40px;
    }
}
.cases-armhi > section.chapter > .title {
    align-items: center;
    display: flex;
    gap: 20px;
}
.cases-armhi > section.chapter > .title > span {
    align-items: center;
    background-color: #fcc51b;
    border-radius: 50%;
    color: #262626;
    display: flex;
    font-family: Manrope;
    font-size: 24px;
    font-weight: 400;
    height: 57px;
    justify-content: center;
    line-height: 34px;
    width: 57px;
}
@media (max-width: 999px) {
    .cases-armhi > section.chapter > .title > span {
        min-width: 57px;
    }
}
.cases-armhi > section.chapter > .title > h2 {
    color: #262626;
    font-family: Manrope;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
}
@media (max-width: 999px) {
    .cases-armhi > section.chapter > .title > h2 {
        font-size: 24px;
        line-height: 120%;
    }
    .cases-armhi > section.chapter > .title > h2 > br {
        display: none;
    }
}
.cases-armhi > section.chapter > .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cases-armhi > section.chapter > .text > h3 {
    color: #262626;
    font-family: Manrope;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
}
@media (max-width: 999px) {
    .cases-armhi > section.chapter > .text > h3 {
        font-size: 20px;
    }
}
.cases-armhi > section.chapter > .text > p {
    color: #262626;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.01em;
}
@media (max-width: 999px) {
    .cases-armhi > section.chapter > .text > p {
        font-size: 16px;
    }
}
.cases-armhi > section.chapter > .text > p > b {
    font-weight: 700;
}
.cases-armhi > section.chapter > .text > ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding-left: 20px;
}
@media (max-width: 999px) {
    .cases-armhi > section.chapter > .text > ul {
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding-left: 10px;
    }
}
.cases-armhi > section.chapter > .text > ul > li {
    align-items: baseline;
    color: #262626;
    display: flex;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 500;
    gap: 15px;
    letter-spacing: 0.01em;
    padding: 8px 0;
    position: relative;
}
@media (max-width: 999px) {
    .cases-armhi > section.chapter > .text > ul > li {
        font-size: 16px;
    }
}
.cases-armhi > section.chapter > .text > ul > li:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBzdHJva2U9IiNGRkQ0NEQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIuNDkxIiBkPSJNNy40MjQuMzMuMzMgNy40MjRhLjI4Ny4yODcgMCAwIDAgMCAuNDA2bDcuMDk0IDcuMDk0YS4yODcuMjg3IDAgMCAwIC40MDYgMGw3LjA5NC03LjA5NGEuMjg3LjI4NyAwIDAgMCAwLS40MDZMNy44My4zM2EuMjg3LjI4NyAwIDAgMC0uNDA2IDBaIi8+PHBhdGggZmlsbD0iI0ZGRDQ0RCIgZD0iTTcuNTEgMy40NTQgMy40NTEgNy41MTFhLjE2NC4xNjQgMCAwIDAgMCAuMjMyTDcuNTEgMTEuOGEuMTY0LjE2NCAwIDAgMCAuMjMyIDBsNC4wNTctNC4wNTdhLjE2NC4xNjQgMCAwIDAgMC0uMjMyTDcuNzQgMy40NTRhLjE2NC4xNjQgMCAwIDAtLjIzMiAwIi8+PC9zdmc+);
    background-repeat: no-repeat;
    content: "";
    height: 15px;
    min-width: 15px;
}
.cases-armhi > section.chapter > .text > b {
    color: #262626;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.01em;
}
@media (max-width: 999px) {
    .cases-armhi > section.chapter > .text > b {
        font-size: 16px;
    }
}
.cases-armhi > section.chapter > .text > .image > img {
    height: 100%;
    width: 100%;
}
.cases-armhi > section.chapter > ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.cases-armhi > section.chapter > ul > li {
    color: #262626;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.01em;
    padding-left: 40px;
    position: relative;
}
@media (max-width: 999px) {
    .cases-armhi > section.chapter > ul > li {
        font-size: 16px;
    }
}
.cases-armhi > section.chapter > ul > li:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI1IDM4Ij48cGF0aCBmaWxsPSIjRkNDNTFCIiBkPSJNMTIgMjguMzEyYS40OC40OCAwIDAgMS0uMzU0LS4xNTVMMi4xMjggMTcuODYxYS40OC40OCAwIDAgMSAuMzUzLS44MDdoNC41ODFhLjQ4LjQ4IDAgMCAxIC4zNjMuMTY1bDMuMTgyIDMuNjZjLjM0My0uNzM1IDEuMDA5LTEuOTU5IDIuMTc3LTMuNDUgMS43MjYtMi4yMDQgNC45MzgtNS40NDYgMTAuNDMyLTguMzczYS40ODEuNDgxIDAgMCAxIC41MjIuODA0Yy0uMDIxLjAxNi0yLjE0IDEuNjg1LTQuNTc4IDQuNzQtMi4yNDQgMi44MTItNS4yMjYgNy40MS02LjY5NCAxMy4zNDZhLjQ4LjQ4IDAgMCAxLS40NjcuMzY1Ii8+PC9zdmc+);
    background-repeat: no-repeat;
    content: "";
    height: 37px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px;
}
.cases-armhi > section.chapter > ul > li > b {
    display: block;
    font-weight: 700;
}
.cases-armhi > section.chapter > .image > img {
    height: 100%;
    width: 100%;
}
.cases-armhi > section.chapter.chapter_1 > .title,
.cases-armhi > section.chapter.chapter_3 > .title {
    align-items: flex-start;
}
.cases-armhi > section.chapter.chapter_3 {
    position: relative;
}
.cases-armhi > section.chapter.chapter_3 > .chapter-icon {
    position: absolute;
    right: -291px;
    top: -184px;
}
@media (max-width: 999px) {
    .cases-armhi > section.chapter.chapter_3 > .chapter-icon {
        height: 103px;
        right: -29px;
        top: 60px;
        width: 103px;
        z-index: -1;
    }
    .cases-armhi > section.chapter.chapter_3 > .chapter-icon > img {
        height: 100%;
        width: 100%;
    }
}
.cases-armhi > section.chapter.chapter_4 {
    max-width: none;
}
.cases-armhi > section.chapter.chapter_4 > .image,
.cases-armhi > section.chapter.chapter_4 > .text,
.cases-armhi > section.chapter.chapter_4 > .title {
    margin: 0 auto;
    max-width: 920px;
    width: 100%;
}
@media (max-width: 999px) {
    .cases-armhi > section.chapter.chapter_4 > .image,
    .cases-armhi > section.chapter.chapter_4 > .text,
    .cases-armhi > section.chapter.chapter_4 > .title {
        max-width: 320px;
    }
}
.cases-armhi > section.chapter.chapter_4 > .image-big-wrapper {
    position: relative;
}
@media (max-width: 999px) {
    .cases-armhi > section.chapter.chapter_4 > .image-big-wrapper {
        height: 245px;
    }
}
.cases-armhi > section.chapter.chapter_4 > .image-big-wrapper > .image-big {
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    text-align: center;
}
.cases-armhi
> section.chapter.chapter_4
> .image-big-wrapper
> .image-big::-webkit-scrollbar {
    display: none;
}
.cases-armhi
> section.chapter.chapter_4
> .image-big-wrapper
> .image-big:active {
    cursor: grabbing;
}
@media (max-width: 999px) {
    .cases-armhi
    > section.chapter.chapter_4
    > .image-big-wrapper
    > .image-big
    > img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.cases-armhi > section.chapter.chapter_4 > .image-big-wrapper > .icon {
    align-items: center;
    background-color: #fcc51b;
    border-radius: 50%;
    bottom: 35px;
    display: flex;
    height: 70px;
    justify-content: center;
    left: 50%;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%);
    width: 70px;
}
@media (max-width: 999px) {
    .cases-armhi > section.chapter.chapter_4 > .image-big-wrapper > .icon {
        bottom: -25px;
        height: 50px;
        width: 50px;
    }
    .cases-armhi > section.chapter.chapter_4 > .image-big-wrapper > .icon > svg {
        height: 28px;
        width: 28px;
    }
}
.cases-armhi > section.chapter > .block-border {
    border: 4px solid #ffd44d;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}
.cases-armhi > section.chapter > .block-border > h3 {
    color: #262626;
    font-family: Manrope;
    font-size: 36px;
    font-weight: 700;
}
@media (max-width: 999px) {
    .cases-armhi > section.chapter > .block-border > h3 {
        font-size: 20px;
    }
}
.cases-armhi > section.chapter > .block-border > p {
    color: #262626;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.01em;
}
@media (max-width: 999px) {
    .cases-armhi > section.chapter > .block-border > p {
        font-size: 16px;
    }
}
.cases-armhi > section.next-case {
    margin-bottom: -120px;
    margin-top: 82px;
    max-width: 1155px;
    opacity: 0;
}
.cases-armhi > section.next-case.animate {
    animation: fadeUp 1s forwards;
}
