﻿body {
    --offering-gradient: linear-gradient(40.6deg, #5E19CC -16.47%, #41BBF0 76.76%);
    --offering-colour: #00338d;
    --offering-colour-light: #41BBF0;
}

.solutInfo .prose ol li:before, .solutInfoLeft .prose ol li:before {
    background: linear-gradient(217.07deg, #5E19CC -0.57%, #41BBF0 81.61%);
}

.solutionBest {
    margin-top: -3rem;
    margin-bottom: 5rem;
}

.netsuiteLanding__footer {
    padding-bottom: 0;
    margin-bottom: 10rem;
    margin-top: 2rem;
    --max-container: 1690px;
}

    .netsuiteLanding__footer p:first-child a {
        margin-left: 0.7rem;
        transition: all 0.25s;
        height: 3rem;
    }

        .netsuiteLanding__footer p:first-child a:hover {
            transform: scale(115%);
        }

    .netsuiteLanding__footer p {
        font-size: 16px;
        font-stretch: 75%;
        line-height: 19px;
        color: #254284;
    }

    .netsuiteLanding__footer a {
        font-weight: 400 !important;
        display: inline-block;
    }

.netsuiteLanding__form {
    margin-top: 5rem;
    position: relative;
}

.checkbox-group{
    
    margin-bottom: 0.75rem; 
}

/* .checkbox-group input[type=checkbox].has-error ~ label {
    color: rgb(243, 84, 68);
} */

.netsuiteLanding__form .checkbox-group {
    font-stretch: 75%;
    font-weight: 500;  
}
.netsuiteLanding__form .checkbox-group label { 
    font-size: 16px !important; 
    color: white;
    text-align: start;
    display: block;
    font-weight: 300 !important;
    margin-bottom: 0 !important;
}
.netsuiteLanding__form > .container {
    max-width: 900px;
    background: linear-gradient(108.92deg, #5D00E4 13.36%, #66C9FE 87.76%);
    padding: 2.5rem 0.5rem;
    padding-bottom: 1.85rem;
    position: relative;
}

.netsuiteLanding__form h2 {
    color: white;
    text-align: center;
    font-weight: 400;
    font-size: 3.3rem;
    line-height: 3rem;
    font-stretch: 75%;
}

.netsuiteLanding__form .checkbox-group {
    padding-top: 0 !important;
}

.netsuiteLanding__form .checkbox-group .custom-checkbox {
    align-items: center;
}
    .netsuiteLanding__form .checkbox-group .custom-checkbox input[type="checkbox"] {
        margin-top: 0;
    }

.netsuiteLanding__form .prose p {
    color: white;
    text-align: start;
    display: block;
    font-weight: 300 !important;
    font-size: 24px !important;
    line-height: 32px !important;
    margin-bottom: 0 !important;
    font-stretch: 75%;
}

@media (min-width: 768px) {
    .netsuiteLanding__form .prose p { 
        line-height: 24px !important; 
    }
}

.netsuiteLanding__form .checkbox-group label {
    margin-right: 1rem;
}

.netsuiteLanding__form .checkbox-group label a {
    color: white; 
    font-weight: 300 !important;
}


.netsuiteLanding__form .prose p {
    text-align: center !important;
}

.netsuiteLanding__form .checkbox-group label a {
    text-decoration: underline;
}

 
    .netsuiteLanding__form .prose p:before {
        display: none;
    }

.netsuiteLanding__form .leadForm {
    background: transparent;
    box-shadow: none;
    padding: 15px;
}
.netsuiteLanding__form  .blockIntro {
    padding: 0 15px;
}
.netsuiteLanding__form .leadForm .flex-1 {
    flex: 1 1 40%;
} 

    .netsuiteLanding__form .leadForm .order-lg-5,
    .netsuiteLanding__form .leadForm .order-lg-6,
    .netsuiteLanding__form .leadForm .checkbox-group,
    .netsuiteLanding__form .leadForm .submitButton {
        flex: 0 0 100%;
    }

    .netsuiteLanding__form .leadForm .form-control, .netsuiteLanding__form .leadForm .floatingLabel {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        height: 54px;
        --primary-color: white;
        color: white !important;
        font-weight: 300; 
        font-size: 24px;
        font-weight: 300;
    }

    .netsuiteLanding__form .leadForm .floatingLabel {
        transition: opacity .1s ease-in-out,transform .1s ease-in-out,font-size .1s ease-in-out;
    }

    .netsuiteLanding__form .leadForm .form-control {
        background: rgba(255, 255, 255, 0.14) !important;
        border: 1px solid #FFFFFF !important;
        border-radius: 100px;
    }

    .max-w-\[230px\] {
        max-width: 290px;
    }

/* .netsuiteLanding__form .form-floating > .form-control:focus,
.netsuiteLanding__form .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.1rem;
    padding-bottom: 0.75rem;
} */

    .netsuiteLanding__form .form-floating > .form-control:focus ~ label,
    .netsuiteLanding__form .form-floating > .form-control:not(:placeholder-shown) ~ label,
    .netsuiteLanding__form .form-floating > .form-select ~ label {
        transform: translateY(-1rem);
        font-size: 1rem;
        opacity: 0.9;
        font-weight: 400;
    }
/* 
.netsuiteLanding__form #RegisterNewsletterFormSubmit {
    background: white;
    color: #0D26A9;
    border-radius: 100px;
    height: 54px;
    line-height: 1em;
    font-weight: 500;
    transition: all 0.25s;
    font-size: 1.75rem;
    font-family: 'Open Sans', sans-serif;
    font-stretch: 75%;
    border-color: transparent !important;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

    .netsuiteLanding__form #RegisterNewsletterFormSubmit:hover {
        transform: scale(105%);
    } */

.netsuiteLanding__form .field-validation-error, .error_message {
    color: #ffb0b3;
    font-size: 16px;
    letter-spacing: .5px;
    padding: 0 20px;
    position: inherit;
    transform: none;
}

.netsuiteLanding__form .privacyNote {
    /* color: #fff;
    direction: ltr; */
    display: none;
}

.solutInfo::before,
.solutInfoLeft::before {
    display: none !important;
}
.blue-line-left::after,
.blue-line-right::before {
    display: none !important;
}

.solutInfo .blockIntro h2,
.solutInfoLeft .blockIntro h2 {
    text-transform: none;
    font-weight: 700;
}

.hover\:bg-blue-cloud:hover {
    background-color: #41BBF0;
}

/* Responsive */

@media (min-width: 768px) {
    

    .netsuiteLanding__form > .container {
        border-radius: 24px;
        padding: 3rem 3.313rem;
    }

    .netsuiteLanding__highlights .imageItem .iconPlaceHolder img {
        height: 110px;
    }

    
}
/* 768px */


@media (min-width: 1200px) {
    .netsuiteLanding__form .leadForm {
        padding: 30px;
    }

    .solutionBest h2 {
        font-size: 88px;
        font-weight: 700;
        font-stretch: 75%;
    }

    /* .netsuiteLanding__form > .container:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        width: 29.188rem;
        height: 16rem;
        transform: translate(-21rem, -5.8rem);
        z-index: -2;
        background: url(/images/purple-pluses-med.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .netsuiteLanding__form > .container:after {
        content: '';
        display: block;
        position: absolute;
        top: 90%;
        left: 0;
        width: 23.75rem;
        height: 11.25rem;
        transform: translate(-7.5rem, -12rem);
        z-index: -2;
        background: url(/images/purple-dots.png);
        background-repeat: no-repeat;
        background-position: center;
    } */

    .netsuiteLanding__form {
        margin-top: 10rem;
    }

        .netsuiteLanding__form .leadForm {
            padding: 30px 60px;
        }


    .netsuiteLanding__footer {
        margin-bottom: 2.5rem;
    }
}
/* 1200px */

@media (min-width: 1600px) {
     
    .netsuiteLanding__form h2 {
        font-size: 100px;
        line-height: 90px;
        margin-bottom: 1rem;
    }
}
/* 1600px */

@media (max-width: 768px) {
    .netsuiteLanding__form h2 { 
        font-size: 2.7rem;
        line-height: 2.5rem;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .solutInfo .prose ol li, .solutInfoLeft .prose ol li {
        font-size: 1.35rem;
        font-stretch: 75%;
        line-height: 1.25;
    }
}