:root {
    --neutral-050-w: #FCFCF8;
    --neutral-300-w: #C0C3B9;
    --neutral-500-w: #666765;
    --neutral-200-c: #BFCFD9;
    --neutral-300-c: #9EB6C4;
    --neutral-400-c: #849CAE;
    --primary-100: #8EE8AA;
    --primary-200: #4BD675;
    --primary-300: #37B971;
    --primary-400: #10845D;
    --primary-500: #036D59;
    --primary-600: #085544;
    --primary-700: #11314A;
    --primary-800: #0F2333;
}

body {
    overflow-x: hidden;
}

.masthead--product--feature {
    background: #0F2333;
    padding: 50px 0;
    margin: 0;
    text-align: center;
    position: relative;
}

body.clear-theme .masthead--product--feature {
    background: #0F2333;
    padding: 50px 0;
    margin: -80px 0 0;
    text-align: center;
    position: relative;
    padding-top: 160px;
    background: url('../jpg/sap-hero-bg.jpg') no-repeat center 10%, #0F2333;
    background-size: contain;
}

.masthead--product--feature .masthead-inner:after{
    display: none!important;
}

@media screen and (max-width: 768px) {
    body.clear-theme .masthead--product--feature {
        background: url('../jpg/sap-hero-bg.jpg') no-repeat center 20%, #0F2333;
        background-size: contain;
    }
}

body.clear-theme .masthead--product--feature h1 {
    font-family: "EuclidSquare Regular", sans-serif;
    text-align: center;
    color: #ffffff;
    line-height: 1.25;
    font-size: 4rem;
    margin: 120px auto 80px;
    max-width: unset;
    width: 100%;
}

body.clear-theme .masthead--product--feature h1 strong {
    font-family: "EuclidSquare Bold", sans-serif;
    font-weight: 800;
}

body.clear-theme .masthead--product--feature p {
    font-family: "EuclidSquare Regular", sans-serif;
    text-align: center;
    color: #ffffff;
    font-size:2.2rem;
    line-height: 1.5;
    margin: 20px auto 50px;
    max-width: unset;
    width: 100%;
}

body.clear-theme .masthead--product--feature p strong {
    font-family: "EuclidSquare Bold", sans-serif;
    font-weight: 800;
}

.masthead--product--feature .container {
    max-width: 1220px;
    width: unset;
}

.masthead--product--feature .masthead-inner {
    background: transparent !important;
}

.breadcrumb-container {
    display: block;
    margin: 0;
    font-size: 16px;
    font-family: 'Inter Regular', sans-serif;
}

section.smartians .container-fluid {
    padding: 0 !important;
}

section.ceo-message {
    padding: 80px 0 100px;
    position: relative;
}

section.ceo-message h2 {
    font-family: "EuclidSquare Bold", sans-serif;
    font-size: 36px;
    line-height: 1.2;
    color: #0F2333;
    text-align: center;
}

section.ceo-message p {
    font-family: "EuclidSquare Regular", sans-serif;
    font-size: 2.2rem;
    line-height: 1.75;
    text-align: center;
}

section.ceo-message p strong {
    font-family: "EuclidSquare Bold", sans-serif;
    font-weight: 800;
}

section.ceo-message h3 {
    font-family: "EuclidSquare Regular", sans-serif;
    font-size: 20px;
    line-height: 1.35;
    text-align: left;
    color: #0F2333;
}

section.ceo-message h3 strong {
    font-family: "EuclidSquare Bold", sans-serif;
    font-weight: 800;
}

section.ceo-message img.ceo-image {
    max-width: 100%;
    border-radius: 50%;
}

section.ceo-message .bg-threads-container {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 715px;
    height: 430px;
}

section.ceo-message img.bg-threads {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: auto;
}

.what-this-means {
    background: radial-gradient(circle at bottom left,#1E6849 0%,#0F2333 50%);
    color: white;
    padding: 100px 0;
}

.what-this-means h2 {
    margin: 0 auto 50px;
    line-height: 1.25;
    font-size: 4rem;
}

.what-this-means a.cta.cta-primary.btn {
    padding: 15px 30px;
    width: fit-content;
    max-width: unset;
    margin: 30px 0 0 0;
    color: #0F2333;
}

.what-this-means .container .row {
    margin: 100px auto;
    color: #fff;
}

.what-this-means p {
    color: #fff;
    font-family: "EuclidSquare Regular", sans-serif;
    line-height: 1.5;
    font-size: 2rem;
}

.what-this-means p strong {
    color: #fff;
    font-weight: 800;
    font-family: "EuclidSquare Bold", sans-serif;
}

.what-this-means img.info-icon {
    width: 50px;
    margin-bottom: 20px;
}

.inline-faq h2,
.inline-faq h4 {
    text-align: center;
    color: #0F2333;
}

.inline-faq h4 {
    font-family: "EuclidSquare Regular", sans-serif;
    font-size: 3.5rem;
    margin: 0 auto 20px;
}

/* Responsive Views */

@media screen and (max-width:1315px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1070px) {}

@media screen and (max-width:950px) {}

@media screen and (max-width:767px) {
    .masthead--product--feature h1,
    .masthead--product--feature p,
    .inline-faq h4,
    section.ceo-message h2,
    section.ceo-message p,
    section.ceo-message h3,
    .what-this-means h2,
    .what-this-means p,
    .inline-promos h3 {
        font-size: 2rem !important;
    }

    .masthead--product--feature h1 {
        margin: 60px auto 40px;
    }

    section.ceo-message h2 {
        font-size: 2rem !important;
    }

    section.ceo-message p {
        font-size: 1.75rem !important;
    }

    section.ceo-message h3 {
        font-size: 1.25rem !important;
    }

    .inline-faq h4 {
        font-size: 2rem !important;
    }

    .what-this-means h2 {
        font-size: 2.5rem !important;
        margin-bottom:20px;
    }

    .what-this-means p {        
        font-size: 1.75rem !important;
    }

    .inline-promos h3 {
        font-size: 1.2rem !important;
    }
    .container--customerQuoteTop img {
        margin: 20px auto;
    }

    .masthead--product--feature .masthead-inner {
        padding: 5px 0;
    }

    .masthead--product--feature .masthead-inner .masthead-title {
        text-align: center;
        font-size: 70px;
        padding: 0 0 5px 0;
        margin: 0 auto;
    }

    .page-template-product-pages .masthead--product--feature .masthead-inner .masthead-title--sub {
        padding: 0;
        text-align: center;
        font-size: 18px;
    }

    .masthead--product--feature .masthead-inner .mktgButton {
        display: block;
        width: 100%;
        max-width: unset;
        margin: 20px auto;
    }

    .masthead--product--feature a.reverse-btn {
        display: block;
        width: 100%;
        max-width: unset;
        margin: 20px auto;
    }

    section.smartians .row .col-12{
        padding:0;
        margin:0;
    }

    .intro-block {
        padding: 30px 15px;
    }

    .inline-promos .inline-promo-module a {
        display: block;
        width: 100%;
        max-width: unset;
        margin: 20px auto;
    }

    .inline-faq .ui-accordion .ui-accordion-header {
        padding: 20px 50px 10px 20px;
        line-height: 1.25;
    }

    .inline-faq .ui-accordion .ui-accordion-content {
        padding: 3rem;
    }

    .inline-promos h3 {
        font-size: 2rem;
        line-height: 1.25;
        margin: 0 auto;
    }
}

/* Mobile Header Hot Fixes */
@media all and (max-width: 768px) {
    body.clear-theme .masthead--product--feature {
        margin: -60px 0 0;
    }

    body.clear-theme.page-template-page-SAP-acquisition-2025 header {
        background: #08544A;
    }

    body.clear-theme.page-template-page-SAP-acquisition-2025 header.stickyHeader {
        background: #fff;
    }

    body.clear-theme.page-template-page-SAP-acquisition-2025 header .mobile-menu::after {
        filter: brightness(0) invert(1);
    }

    body.clear-theme.page-template-page-SAP-acquisition-2025 header.stickyHeader .mobile-menu::after {
        filter: brightness(0) invert(0);
    }

    body.clear-theme header .nav-ct {
        background: transparent;
    }

    .cta.cta-secondary {
        margin-left: 0;
    }

    .accordion-section h2.section-header {
        font-size: 25px;
        line-height: 1.25;
    }

    .accordion-section p {
        font-size: 16px;
    }
    .inline-faq .ui-accordion .ui-accordion-header {
        line-height: 1.5;
    }

    section.faqs .faq-answer {
        font-size: 14px;
        line-height: 1.45;
    }

    .footer a.btn.btn-outline {
        margin: 30px auto;
    }
}