    :root {
        --button-color: #e9142b;
        --h2-font-size: 40px;
        --h2-line-height: 52px;
        --p-line-height: 27px;
    }

    .tei .signup-form {
        min-height: 250px;
    }

    .tei h2 {
        margin: 0 0 20px;
    }

    .tei .consent_msg {
        padding-top: 10px;
        margin: 0px;
        max-width: 100%;
        font-size: 12px;
        line-height: 18px;
    }

    .tei .consent_msg a {
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    .tei .banner-content-left {
        width: 650px;
    }

    .tei.highlights .box.max-item {
        max-height: 160px;
    }

    .tei.highlights .box.min-item {
        max-height: 400px;
    }

    .tei.footer h2 {
        max-width: 900px;
        margin: 0 auto 40px;
    }

    .tei.box-wrapper .box {
        max-width: 400px;
        padding: 40px;
        border: 1px solid #CECECE;
        border-radius: 16px;
        /* text-align: left; */
    }

    .tei.box-wrapper .box img {
        height: 50px;
        margin: 0 0 25px;
        align-content: center;
        display: block;
    }

    .tei.box-wrapper .flex {
        align-items: stretch;
        justify-content: center;
        gap: 40px;
    }

    .tei .cta {
        margin: 0;
        font-size: 16px !important;
        line-height: 20px !important;
        padding: 14px 25px !important;
        display: inline-flex;
        align-items: center;
        min-width: 140px;
        text-decoration: none;
        text-align: center;
        background-color: var(--button-color) !important;
        color: var(--text-light);
        text-transform: uppercase;
        cursor: pointer;
        justify-content: center;
        border: 1px solid var(--button-color);
        border-radius: 6px !important;
        font-weight: 400;
    }

    .tei.box-wrapper .box p {
        text-align: left;
    }

    .tei.box-wrapper .box .cta {
        text-align: center;
        justify-content: center;
    }

    .tei.box-wrapper .box p:nth-child(3) {
        margin: 0 0 40px;
    }

    .tei.box-wrapper .box:nth-child(2) p:nth-child(3) {
        min-height: 55px;
    }

    .tei .banner-content-right:before {
        height: 760px;
        left: -150px;
        z-index: 0;
    }

    .tei .banner-content {
        justify-content: space-evenly;
    }

    .tei.banner {
        background: url(https://www.manageengine.com/products/desktop-central/images/tei-footer-background.png);
        background-size: 140% 160%;
        background-repeat: no-repeat;
        background-position: center;
        padding-bottom: 90px;
        overflow: visible;
    }

    .tei .banner-content-right:before {
        content: none;
    }

    .tei .tag {
        font-size: 40px;
        font-weight: 500;
        line-height: 52px;
        background: none;
    }

    .tei.highlights .box.item .content {
        width: 200px;
    }

    .tei.highlights .box.item {
        width: 329px;
    }

    .tei.highlights .box.item.six {
        width: 369px;
    }

    .tei.highlights .box.item.six .image {
        width: 150px;
    }

    .tei.highlights .box.item .image {
        width: 150px;
    }

    .tei.highlights .box.min-item .image {
        width: 190px;
    }

    .tei.footer.box-wrapper {
        padding-top: 70px;
    }

    .tei.highlights {
        background: url(https://www.manageengine.com/products/desktop-central/images/tei-footer-background.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .tei.overview .image img {
        left: -40px;
        bottom: 0px;
    }

    .tei.highlights .box {
        background-color: #FFF;
        border: none;
        filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.04));
        background-image: none;
    }

    .tei.award {
        padding: 0px;
        position: relative;
        min-height: 250px;
        overflow: visible;
    }

    .flex.recognition {
        justify-content: space-evenly;
        padding: 10px;
        border-radius: 10px;
        max-width: 1000px;
        box-shadow: 0px 0px 5px #e9e9e9;
        background: #fff;
        position: absolute;
        top: -60px;
        right: 0px;
        left: 0px;
        margin: auto;
       align-items: stretch;
    }


    .flex.recognition .image {
        width: 300px;
        height: auto;
        position: relative;
        text-align: center;
        border: solid #f1f1f1 1px;
    }

    .flex.recognition .image.batch img {
        width: 90px;
    }

    .flex.recognition .image:nth-child(1):before,
    .flex.recognition .image:nth-child(1):after {
        position: absolute;
        content: "";
        background: url(https://www.manageengine.com/ems/images/icon/award-leaf.svg);
        width: 75px;
        height: 100px;
        background-repeat: no-repeat;
        background-size: contain;
        left: 51px;
        top: -20px;
        bottom: 0;
        margin: auto;
    }

    .flex.recognition .image:nth-child(1):after {
        transform: scaleX(-1);
        right: 52px;
        left: auto;
    }

    .flex.recognition .image img {
        width: 100%;
        height: auto;
        top: 0px;
        position: relative;
        left: 0;
        right: 0;
        margin: auto;
        object-fit: contain;
    }

    .flex.recognition .content:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 140px;
        border-left: 1px solid #82efb4;
        left: -40px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .flex.recognition .learn-more-button a {
        color: #000 !important;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        position: relative;
    }

    .flex.recognition a:after {
        background-image: url(https://www.manageengine.com/ems/images/icon/arrow-icon-2.svg);
        content: '';
        width: 10px;
        height: 17px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        right: -17px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .flex.recognition .content p {
        font-size: 15px;
        font-weight: 400;
        line-height: 28px;
        margin: 0 auto 0px;
    }

    .flex.recognition .content {
        text-align: left;
        max-width: 530px;
        position: relative;
        margin: 0px;
    }

    .flex.recognition .content h2 {
        font-size: 23px;
        line-height: 35px;
        font-weight: 600;
        margin: 0px 0px 5px;
        text-align: left;
    }

    .flex.recognition .image.batch {
        display: flex;
        flex-direction: column;
    }

    .flex.recognition .image.batch h4 {
        font-weight: 500;
        line-height: normal;
        margin: 0px 0px 10px;
    }

    .flex.recognition .image:nth-child(2):after {
        content: '';
        height: 25px;
        width: 50px;
        position: absolute;
        background: url(https://www.manageengine.com/ems/images/icon/line-arrow-icon.svg);
        top: 0px;
        bottom: 0px;
        margin: auto;
        z-index: 99;
        right: -40px;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    @media(max-width:940px) {
        .flex.recognition {
            position: static;
            padding: 70px 0px;
            box-shadow: none;
        }
    }

    @media(max-width:600px) {
        .award {
            padding: 40px;
        }

        .flex.recognition .content:before {
            display: none;
        }
    }

  div#scroll {
    padding: 0px;
  }

  [data-attr="form-container"] {
    max-width: 400px;
  }

  .breadcrumb {
    display: none;
  }
[data-attr="form-field"] input#Submit {
    max-width: 100%;
    margin-bottom: 0px !important;
}
