:root {
    --bs-info-rgb: 2, 216, 162;
}

.btn-info {
    --bs-btn-bg: #06FFC0;
}

html, body {
    font-family: 'PP Neue Montreal', sans-serif;
    font-size: 20px;
    background-color: #0C1114;
    color:white;

}

.text-onesans {
    font-family: "AR One Sans", sans-serif !important;
}

.text-neuemontreal {
    font-family: 'PP Neue Montreal', sans-serif !important;
}

.gradient-dark-to-green {
    background: linear-gradient(180deg, #0C1114 36%, #101C28 87%, #0E3A39 100%);
}

#hero-section {
    position: relative;
    overflow: hidden;
    border: 1px solid #535353;
    border-radius: 30px;
}



#hero-section .headline {
    font-size: 90px;
    line-height: 100%;
}

#hero-section p {
    font-size: 31px;
    line-height: 120%;
}

.bg-img {
    position: absolute;
    top:0;left:0;
    width:100%; height:100%;
    z-index: 0;
}

.bg-img:after {
    content: '';
    background: linear-gradient(282.94deg, rgba(12, 17, 20, 0) 40.3%, rgba(12, 17, 20, 0.6) 80.84%);
    position:absolute;
    top:0; left: 0;
    width: 100%;
    height: 100%;

}

.bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.step-box {
    background: linear-gradient(180deg, #070707 27.41%, #12202B 74.52%, #073F3C 100%);
    border: 1px solid #55585B;
}

.benefit-box {
    background: linear-gradient(180deg, #070707 27.41%, #12202B 74.52%, #073F3C 100%);
}

.benefit-box .benefit-icon {
    right: 0;
    top: -8vw;
}

.benefit-box .benefit-icon-bottom {
    right: 0;
    bottom: -4vw;
}