.inner_banner{
    position: relative;
}
.inner_banner .container {
    width: 1720px;
}
.inner_banner__image {
    position: relative;
    display: block;
    overflow: hidden;
}
.inner_banner__image::after {
    content: '';
    display: block;
    padding-bottom: 35.86%;
    padding-bottom: 688px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.7) 100%), linear-gradient(270.04deg, rgba(0, 11, 31, 0) 34.82%, rgba(0, 11, 31, 0.826923) 67.08%, #000B1F 99.96%);
}
.inner_banner__image.imageSmall::after {
    padding-bottom: 29.17%;
}
.inner_banner__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
    object-position: right 60%;
}
.inner_banner__content {
    position: absolute;
    left: 0;
    bottom: 11%;
    width: 100%;
}
.inner_banner__content .content {
    max-width: 1010px;
}
.inner_banner__content .heading {
    color: #FFF;
    margin-bottom: 24px;
    font-size: 92px;
    line-height: 1.1;
}
.inner_banner__content .heading span {
    color: #C10039;
}
.inner_banner__content .button_list {
    margin-top: 24px;
    display: flex;
    gap: 24px;
}
.inner_banner__content .text {
    color: #FFF;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.58;
}
.inner_banner__content.bannerSmall .text {
    font-weight: 700;
}
.inner_banner__content .button {
    margin-left: 0;
    line-height: 1.22;
    padding: 16px 30px;
}
.inner_banner .breadcrumb {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 11%;
    width: 100%;
    z-index: 1;
}
.inner_banner .fbc-page .fbc-wrap .fbc-items li a {
    color: #C1C7D0;
}
.inner_banner .breadcrumb .fbc-page .fbc-wrap .fbc-items li .fbc-separator:before {
    margin: 0 10px;
}
@media (max-width: 1440px) {
    .inner_banner__image::after { 
        padding-bottom: 648px;
    }
    .inner_banner__image.imageSmall::after {
        padding-bottom: 560px;
    }
    .inner_banner__image img {
        object-position: 80% center;
    }
    .inner_banner__content .heading {
        font-size: 80px;
    }
    .inner_banner__content .content {
        max-width: 750px;
    }
}
@media (max-width: 1199px) {
    .inner_banner__content .heading {
        margin-bottom: 20px;
        font-size: 68px;
    }
    .inner_banner__content .button_list {
        margin-top: 20px;
    }
    .inner_banner__content .content {
        max-width: 610px;
    }
    .inner_banner__content .text {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .inner_banner__content {
        position: static;
        background-color: #000b1f;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .inner_banner__content .content {
        max-width: initial;
    }
    .inner_banner .breadcrumb {
        top: 6%;
    }
    .inner_banner__content .heading {     
        font-size: 48px;
    }
    .inner_banner__content .text {
        font-size: 18px;
    }
    .inner_banner__image::after,
    .inner_banner__image.imageSmall::after {
        background: none;
        padding-bottom: 56.25%;
    }
}
@media (max-width: 767px) {
    .inner_banner__content .heading {
        font-size: 32px;
    }
    .inner_banner .breadcrumb {
        position: static;
        background-color: #000b1f;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .inner_banner .breadcrumb .fbc-page .fbc-wrap {
        padding-bottom: 5px;
    }
    .inner_banner__image img{
        transform: translate(-50%, -50%) scale(1.1);
    }
    .inner_banner__content .text {
        font-size: 16px;
    }
    .inner_banner__content .button_list {
        flex-direction: column;
        gap: 10px;
    }
    .inner_banner__content .text br {
        display: none;
    }
}