.vf-text-293 {
    font-size: 293rem;
}

.stroke-text {
    line-height: .9;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 6rem white;
    text-stroke: 6rem white;
}

.pt-650 {
    padding-top: 650rem;
}

.pt-140 {
    padding-top: 140rem;
}

.vf-top-banner .vf-gartner-logo-wrap p {
    max-width: 70%;
}

.vf-five-pillar-section {
    padding-top: 250rem;
    padding-bottom: 700rem;
    background-position: bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #000;
}

.vf-gartner-network-services-container {
    position: relative;
}

.vf-gartner-service-item-wrapper {
    position: relative;
    border-bottom: 1rem solid #C1C7CF;
}

.vf-gartner-service-item-wrapper:first-child {
    border-top: 1rem solid #C1C7CF;
}

.vf-gartner-service-item {
    padding: 100rem 0;
    transition: background-color 0.3s ease;
}

.vf-gartner-cards-section {
    background-color: #010101;
    background: linear-gradient(0deg, #000 4.92%, #141313 63.8%, #25282B 98.15%);
}

.vf-gartner-arrow-icon {
    transition: transform 0.3s ease;
    width: 90rem;
}

.vf-gartner-service-item:hover .vf-gartner-arrow-icon {
    transform: translateX(20rem);
}

.vf-gartner-image-container {
    overflow: hidden;
}

.vf-gartner-image-container img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
    object-fit: cover;
}

.vf-gartner-service-item:hover .vf-gartner-image-container img {
    transform: scale(1.1);
}

.vf-gartner-placeholder-image {
    width: 100%;
    padding-bottom: 66.66%;
    /* 3:2 aspect ratio */
    background-color: #ddd;
    border-radius: 8rem;
}

.vf-gartner-arrow-icon svg {
    width: 100%;
    height: auto;
}

.vf-gartner-service-content {
    padding-left: 60rem;
}

.vf-gartner-service-item-wrapper a {
    text-decoration: none;
}

span.gradient-text {
    background: linear-gradient(90deg, #E60000 29.64%, #303336 100.12%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.section-heading {
    padding-bottom: 200rem;
}

.section-heading h2 .gradient-text {
    font-size: 400rem;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
}

.section-heading h2 {
    padding-left: 150rem;
    position: relative;
}

.vf-gartner-service-content h2 .gradient-text {
    font-size: 270rem;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
}

.section-heading h2 span.text {
    position: relative;
    z-index: 1;
}

.vf-text-128 {
    font-size: 128rem;
}

.vf-gartner-service-content h2 {
    padding-left: 90rem;
    margin-bottom: 40rem;
}

.vf-gartner-service-content h2 .text {
    position: relative;
}

.vf-gartner-service-item-wrapper:last-child {
    border-bottom: none;
}