.home-hero {
    background-color: #0A0A0A;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    line-height: 1.33334;
    height: 620px;
    overflow: hidden;
    padding-top: 120px;
    position: relative;
    z-index: 0;
}
.home-hero .h1 {
    color: #fff;
}
.home-hero .btn {
    margin-top: 16px;
}
.home-hero-bg {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 1879px;
    z-index: -1;
}
@media (min-width: 768px) {
    .home-hero {
        padding-top: 158px;
    }
    .home-hero .h1 {
        max-width: 920px;
    }
    .home-hero .btn {
        margin-top: 32px;
    }
}
@media (min-width: 1200px) {
    .home-hero {
        font-size: 24px;
        height: 860px;
    }
    .home-hero-bg {
        width: 2827px;
        transform: translate(-50%, -2%);
    }
}

.section {
    background-color: #fff;
    border-radius: 16px 16px 0 0;
    margin-top: -16px;
    padding-bottom: 96px;
    padding-top: 64px;
    position: relative;
    z-index: 1;
}
.section-label {
    font-size: 18px;
    line-height: 1.333334;
    margin-bottom: 16px;
}
@media (min-width: 992px) {
    .section {
        padding-bottom: 196px;
        padding-top: 180px;
    }
    .section-label {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
}

.interest-item {
    background-color: #F5F5F5;
    border-radius: 12px;
    overflow: hidden;
}
.interest-item-body {
    align-items: flex-start;
    color: #525252;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 1.33334;
    justify-content: space-between;
    padding: 32px 20px;
}
.interest-item-body .btn {
    margin-top: 32px;
}
.interest-item-image {
    display: block;
    height: 220px;
}
.interest-item-image > img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
    width: 100%;
}
.interest-item + .interest-item {
    margin-top: 32px;
}
@media (max-width: 991px) and (min-width: 768px) {
    .interest-list {
        display: flex;
    }
    .interest-item + .interest-item {
        margin-left: 32px;
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .interest-item {
        display: flex;
        height: 420px;
        flex-direction: row-reverse;
    }
    .interest-item-body {
        font-size: 20px;
        line-height: 1.6;
        padding: 52px;
    }
    .interest-item-image {
        display: flex;
        flex: 0 0 50%;
        height: 100%;
        width: 50%;
    }
}

.process-list {
    counter-reset: item;
}
.process-item {
    margin-bottom: 320px;
}
.process-item .h4 {
    counter-increment: item;
    font-size: 56px;
    line-height: 1.07142;
    opacity: 0.8;
    margin-bottom: 20px;
}
.process-item .h4:before {
    content: "0" counter(item) ".";
    display: block;
    font-size: 18px;
    line-height: 1.33334;
    margin-bottom: 20px;
    opacity: 0.6;
}
.process-item-body {
    font-size: 18px;
    line-height: 1.33334;
    opacity: 0.5;
}
@media (min-width: 992px) {
    .process-item {
        margin-bottom: 566px;
    }
    .process-item .h4 {
        line-height: 1;
        margin-bottom: 0;
    }
    .process-item .h4:before {
        display: inline-block;
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 0;
        transform: translateY(-14px);
        width: 92px;
        vertical-align: super;
    }
}
@media (min-width: 1200px) {
    .process-item .h4 {
        font-size: 93px;
    }
    .process-item-body {
        font-size: 24px;
    }
}

.banner-value {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 16px;
    color: #898989;
    font-size: 20px;
    line-height: 1.4;
    margin-left: 25px;
    margin-right: 25px;
    padding: 60px 24px;
    text-align: center;
}
.banner-value .h2 {
    background: linear-gradient(120deg, #FFCA27 5.09%, #FFC81F 38.76%, #452A79 88.75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #FFCA27;
    font-size: 56px;
    line-height: 1.07142;
    margin-bottom: 32px;
    padding-bottom: 5px;
}
.banner-value .btn {
    margin-top: 24px;
}
@media (min-width: 992px) {
    .banner-value {
        margin-left: 80px;
        margin-right: 80px;
    }
}
@media (min-width: 1400px) {
    .banner-value {
        font-size: 24px;
        line-height: 1.33334;
        margin-left: 170px;
        margin-right: 170px;
        padding: 124px 190px;
        max-width: 1452px;
    }
    .banner-value .h2 {
        background: linear-gradient(90deg, #FFCA27 5.09%, #FFC81F 38.76%, #452A79 98.75%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 104px;
        line-height: 1;
        margin-bottom: 26px;
    }
    .banner-value .btn {
        margin-top: 44px;
    }
}
@media (min-width: 1740px) {
    .banner-value {
        margin-left: auto;
        margin-right: auto;
    }
}

.company-list {
    display: flex;
    border: 1px solid #C2D1D9;
    border-bottom: none;
    border-left: none;
    flex-wrap: wrap;
}
.company-item {
    align-items: center;
    border: 1px solid #C2D1D9;
    border-right: none;
    border-top: none;
    display: flex;
    flex-grow: 1;
    height: 160px;
    justify-content: center;
    width: 50%;
}
.company-item img {
    max-width: 100%;
    transform: scale(0.6);
}
@media (min-width: 992px) {
    .company-item {
        height: 415px;
        width: 25%;
    }
    .company-item img {
        transform: scale(1);
    }
}

.section-about .h2 {
    color: #0A0A0A;
}
.section-about .h4 {
    color: #0A0A0A;
}
.section-about .section-label {
    color: #737373;
}
.section-about-us .h2 {
    margin-bottom: 48px;
}
.section-about-us-image {
    display: block;
    margin-bottom: 80px;
    text-align: center;
}
@media (min-width: 992px) {
    .section-about-us .h2 {
        max-width: 870px;
        margin-bottom: 116px;
    }
    .section-about-us-image {
        margin-bottom: 180px;
    }
}

.section-our-interests {
    border-top: 1px solid #D6D5D0;
    padding-top: 24px;
}
@media (min-width: 992px) {
    .section-our-interests {
        padding-top: 36px;
    }
    .section-our-interests .h2 {
        max-width: 810px;
    }
}

.section-what-we-offer {
    background-color: #0A0A0A;
    color: #fff;
    overflow: hidden;
}
.section-what-we-offer .section-bg {
    left: 50%;
    position: absolute;
    top: 0%;
    transform: translate(-50%, -73%);
    width: 2827px;
    z-index: -1;
}
@media (min-width: 992px) {
    .section-what-we-offer .section-bg {
        transform: translate(-50%, -70%);
    }
}

.section-essential-support {
    margin-bottom: 56px;
}
.section-essential-support .col-md + .col-md {
    margin-top: 24px;
}
.section-essential-support .card {
    border-radius: 12px;
    font-size: 18px;
    height: 100%;
    line-height: 1.33334;
    margin-bottom: 24px;
    padding: 40px 24px;
}
.section-essential-support .card .icon {
    margin-bottom: 32px;
}
.section-essential-support .card .h4 {
    font-size: 48px;
    line-height: 1.0833334;
    margin-bottom: 20px;
}
.section-essential-support .card-capital {
    background-color: #FFCA27;
    color: #0A0A0A;
}
.section-essential-support .card-hands-on {
    background-color: #452A79;
}
@media (min-width: 992px) {
    .section-essential-support .card {
        font-size: 20px;
        line-height: 1.6;
    }
    .section-essential-support .card .h4 {
        font-size: 80px;
        line-height: 1;
    }
    .section-essential-support .card-hands-on {
        margin-top: 300px;
    }
}
@media (min-width: 768px) {
    .section-essential-support .col-md + .col-md {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .section-essential-support {
        margin-bottom: 180px;
    }
    .section-essential-support .h2 {
        max-width: 810px;
    }
    .section-essential-support .card {
        height: auto;
        margin-bottom: 0;
        min-height: 640px;
        padding: 52px;
    }
    .section-essential-support .card .icon {
        margin-bottom: 100px;
    }
}

.section-processes {
    border-top: 1px solid #222;
    padding-top: 24px;
}
.section-processes .h2 {
    margin-bottom: 320px;
}
@media (min-width: 992px) {
    .section-processes {
        padding-top: 28px;
    }
    .section-processes .h2 {
        max-width: 810px;
        margin-bottom: 548px;
    }
}

.section-companies {
    border-radius: 16px;
    margin-bottom: -16px;
}
.section-companies .section-label {
    color: #737373;
}
@media (min-width: 992px) {
    .section-companies .h2 {
        max-width: 810px;
    }
}