:root {
    --page-primary-bg : #265b99;
    --page-dark-bg: #070d19;
    --white-color : #fff;
}

.spacer-xl {
    padding: 90px 0;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-70 {
    margin-bottom: 70px;
}

.w-semibold {
    font-weight: 600;
}

.page-primary-bg {
    background: var(--page-primary-bg);
}

.page-dark-bg {
    background: var(--page-dark-bg) !important;
}

.text-light {
    color: #acacac !important;
}

.link {
    color: var(--white-color) !important;
    text-decoration: underline !important;
}

.process__wrapper {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    color: var(--white-color);
    padding: 22px 22px;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
    border: 1px solid transparent;
    background-repeat: no-repeat;
}

.process__icon {
    width: 60px;
}

.process__icon img {
    width: 100%;
    max-width: 44px;
}

.process__block {
    position: relative;
    z-index: 1;
}

.process-content h5 {
    color: var(--white-color) !important;
}

.process__wrapper::before {
    content: '';
    position: absolute;
    inset: 2px 0 0;
    width: calc(100% - 2px);
    height: 100%;
    background: var(--page-primary-bg);
    margin: auto;
}

.process__wrapper:hover {
    background: transparent;
    border-color: #fff;
}

.process__wrapper:hover::before {
    height: calc(100% - 2px);
}

.process__wrapper:hover a,
.process__wrapper a:hover {
    color: var(--white-color) !important;
    text-decoration: underline !important;
}

.consulting-wrapper {
    padding: 20px 20px;
    border: 1px solid #bad3e969;
    transition: all 0.3s;
}

.consulting-wrapper:hover {
    border-color: var(--page-primary-bg);
    transform: translateY(-6px);
}

.consulting-wrapper:hover a {
    text-decoration: underline !important;
    transition: all 0.2s;
}

.cons-icon {
    width: 45px;
}

.benefit-icon {
    width: 45px;
    margin: 0 0 15px;
}

.step-wrapper span {
    color: #51555E;
    font-weight: 900;
    font-size: 34px;
    display: block;
    line-height: normal;
    margin: 0 0 15px;
}

.choose__section {
    background-color: #eef3f6;
}

.bordered-block {
    padding: 26px;
    border: 1px solid #eaf4fd;
    transition: all 0.3s;
}

.img-wrap {
    width: 100%;
    max-width: 55px;
    margin: 0 0 30px;
}

.bordered-block:hover a,
.bordered-block a:hover,
.bordered-block:hover h3 {
    text-decoration: underline !important;
    color: var(--white-color) !important;
}
.bordered-block:hover {
    border-color: #dee5fb;
    color: var(--white-color);
    background-color: #070d19;
    transition: all 0.3s;
}

.bordered-block:hover img {
    filter: invert();
    transition: all 0.3s;
}

.benefit-wrapper {
    background-size: cover;
    background-image: url(../images/whitelabel-images/benefit-bg.webp);
    position: relative;
    background-repeat: no-repeat;
}