.masthead-innerpage {
    position: relative;
    margin-top: 90px;
    background-color: #FFF;
}

.masthead-innerpage__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.masthead-innerpage__image img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.masthead-innerpage__container {
    padding: 137px 0 65px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
}

.masthead-innerpage__title {
    font-size: 85px;
    text-transform: uppercase;
    color: #043364;
    font-family: 'Rajdhani', sans-serif;
    letter-spacing: 0.03em;
}

.masthead-innerpage__title i {
    display: inline-block;
    vertical-align: bottom;
    width: 56px;
    height: 37px;
    position: relative;
    -webkit-transform: scale(-1);
            transform: scale(-1);
    margin-bottom: 20px;
    display: none;
}

.masthead-innerpage__title span {
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
}

.masthead-innerpage__title i:last-child {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
}

.masthead-innerpage__title i svg {
    display: block;
    width: 100%;
    height: 100%;
}

.masthead-innerpage__breadcrumbs {
    list-style-type: none;
    margin: 15px 0 0;
    padding: 0;
}

.masthead-innerpage__breadcrumbs__item {
    display: inline-block;
    vertical-align: middle;
}

.masthead-innerpage__breadcrumbs a {
    margin-right: 10px;
}

.masthead-innerpage__breadcrumbs__item:not(:last-child) a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 15px;
    width: 10px;
    height: 10px;
    background-image: url("/source/c750f9314c26de57e45f4a1ed7ee4144/icon-star-gray.svg");
    background-position: center;
    background-size: cover;
    position: relative;
    top: -1px;
}

.masthead-innerpage__breadcrumbs__item:last-child a {
    color: #971515;
    pointer-events: none;
}

.masthead-innerpage__breadcrumbs span,
.masthead-innerpage__breadcrumbs a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.masthead-innerpage__breadcrumbs li span {
    color: #971515;
}

.masthead-innerpage__title span {
    display: inline-block;
    vertical-align: middle;
}

.masthead-innerpage__title span:before,
.masthead-innerpage__title span:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-top: 18px;
    width: 56px;
    height: 40px;
    background-image: url("/source/0684871eb6f69a9aa09dcd699089e156/icon-flag.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.masthead-innerpage__title span:before {
    margin-right: 10px;
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
}

.masthead-innerpage__title span:after {
    margin-left: 10px;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
}

/*
* Responsive
*/

@media (max-width: 1025px) {
    .masthead-innerpage {
        margin-top: 85px;
    }
    
    .masthead-innerpage__title {
        font-size: 65px;
        line-height: 55px;
    }

    .masthead-innerpage__container {
        padding: 77px 0 63px;
    }
}

@media (max-width: 600px) {
    .masthead-innerpage__breadcrumbs {
        display: none;
    }

    .masthead-innerpage {
        margin-top: 0;
    }

    .masthead-innerpage__container {
        padding: 55px 0 50px;
    }

    .masthead-innerpage__title i {
        display: none;
    }
	
	.masthead-innerpage__title span:before,
    .masthead-innerpage__title span:after {
        display: none;
    }

    .masthead-innerpage__title {
        font-size: 33px;
        line-height: 32px;
        font-weight: 400;
    }
}