.container{
    max-width: 1440px;
    padding: 0;
}

.global-component-spacer {
    padding: 0;
    display: flex;
    flex-direction: row;
    min-height: 1240px;
}

.left-container {
    flex: 1;
    background-color: #FFFFFF;
    padding-top: 64px;
    position: relative;
    max-width: 810px;
    display: none;
}

.left-container .content {
    padding-right: 120px;
    padding-left: 120px;
    box-sizing: border-box;
    max-width: 720px;
}

.left-container .content .eyebrow {
    color:#1B1C1D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.left-container .content h1 {
    color: #1B1C1D;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -1px;
    margin: 16px 0 12px 0;
    max-width: 530px;
}

.left-container .content .subtitle {
    color: #1B1C1D;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 24px;
}

.left-container .content ul {
    margin-top: 48px;
    padding-left: 20px;
}

.left-container .content ul li {
    color:  #1B1C1D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
    list-style-type: disc;
}

.left-container .content hr {
    margin-top: 48px;
    width: 48px;
    float: left;
    border: solid 1px #D6D6D6;
}

.demo-graphic {
    position: absolute;
    bottom: 200px;
    left: 150px;
    scale: 1.3;
}

.right-container {
    flex: 1;
    background-color: #E2E2E2;
    max-width: 630px;
    display: none;
}

.form-container {
    padding: 48px 48px;
    margin: 64px 0 64px -80px;
    width: 588px;
    height: auto;
    background-color: #FFFFFF;
    box-shadow: -5px 0px 20px -7px #a0a0a0;
    position: relative;
}

.mktoFormRow{
    margin-bottom: 48px;
}

.mktoLabel strong {
    font-weight: 400 !important;
    padding: 0 !important;
}

#FirstName, #LastName, #Company, #Email, #Phone, #Company_Size__c, #Industry, #Mailing_Country_SFDC_Sync__c, #Mailing_Zip_Postal_Code_SFDC_Sync__c, #Mailing_State_Province_SFDC_Sync__c {
    height: 56px;
    border: 1px solid #D6D6D6;
    border-radius: 8px;
    margin: 0 0 48px 0;
    padding: 0 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 24px;
    background-color: #FFFFFF;
    appearance: none;
    -webkit-appearance: none;
}

#FirstName, #LastName {
    width: 492px;
}

#FirstName {
    margin-right: 20px;
}

#Company, #Email, #Phone, #Company_Size__c, #Industry, #Mailing_Country_SFDC_Sync__c, #Mailing_Zip_Postal_Code_SFDC_Sync__c, #Mailing_State_Province_SFDC_Sync__c {
    width: 492px;
}

.mktoForm .mktoRequiredField label.mktoLabel {
    color: #606162;    
    font-size: 14px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 20px;
    background-color: #FFFFFF;
    margin-bottom: -10px;
    margin-left: 20px;
    padding: 0 8px;
    position: relative;
    z-index: 9999999;
}

.dead_space {
    width: 0;
}

.mops_42, .mktoHtmlText {
    color: #1B1C1D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
}

#em-label {
    color: #1B1C1D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 20px;
    letter-spacing: 0.2px;
    margin: 24px 0 0 40px;
}

#LblMarketingOptInRequest {
    margin-left: 32px;
}

#MarketingOptInRequest {
    margin: 0;
    position: absolute;
    top: -15px;
    left: 0;
}

.mktoCaptchaDisclaimer {
    font-size: 10px !important;
    line-height: 18px !important;
    color: #707070 !important;
    margin-bottom: 10px !important;
}

.form-container .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    text-align: center;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase !important;
    width: 210px;
    height: 53px;

    color: #FFF !important;
    background-color: #0D5CBD !important;
    border: 1px solid #0D5CBD !important;

}

.form-container .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
    color: #0D5CBD !important;
    background-color: #FFF !important;
    border: 1px solid #0D5CBD !important;
}

.mktoForm .mktoError {
    z-index: 999999999999999 !important;
    bottom: 0 !important;
    left: 0 !important;
}

.loading-icon {
    display: block;
    position: absolute;
    top: 15%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #0D5CBD;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 9999;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.g-recaptcha {
    display: none;
}

/* Responsive styles */
@media (max-width: 1350px) {
    .demo-graphic {
        position: absolute;
        bottom: 200px;
        left: 50px;
        scale: 1;
    }
}

@media (max-width: 1200px) {
    .demo-graphic {
        display: none;
    }
}

@media (max-width: 1024px) {
    .global-component-spacer {
        flex-direction: column;
        min-height: 400px;
    }

    .left-container, .right-container {
        width: 100%;
        max-width: unset;
        padding-bottom: 70px;
    }

    .left-container .content {
        padding-right: 10px;
        padding-left: 10px;
    }

    .right-container {
        /* background-color: #FFFFFF; */
    }

    .demo-graphic {
        display: none;
    }

    .form-container {
        padding: 36px 36px;
        margin: -50px auto 0 auto;
        width: 90%;
        max-width: 588px;
        /* box-shadow: 0px -5px 20px 0px #E8E8E8; */
        box-shadow: 0px 0px 20px -5px #a0a0a0;
    }

    .left-container .content hr {
        display: none;
    }
}

@media (max-width: 768px) {
    .left-container .content {
        padding-right: 5px;
        padding-left: 5px;
    }

    h1 {
        font-size: 32px !important;
        font-style: normal !important;;
        font-weight: 600 !important;;
        line-height: 40px !important;;
    }

    .mktoForm .mktoOffset, .dead_space {
        height: 0;
    }

    #FirstName, #LastName, #Company, #Email, #Phone, #Company_Size__c, #Industry, #Mailing_Country_SFDC_Sync__c, #Mailing_Zip_Postal_Code_SFDC_Sync__c, #Mailing_State_Province_SFDC_Sync__c {
        width: 100%;
    }

    .mktoForm .mktoFormRow {
        display: flex;
        flex-direction: column;
    }

    .mktoForm .mktoFieldWrap {
        width: 100%;
    }

    .mktoForm .mktoFormCol .mktoLabel {
        width: unset !important;
    }

    .mops_42 {
        font-weight: normal !important;
        max-width: 450px;
        width: 100%;
        text-align: left !important;
    }

    .mops_42 a, .mktoCaptchaDisclaimer a{
        padding: 0 !important;
    }

    #LblMarketingOptInRequest {
        float: left;
        margin-left: 32px;
        margin-bottom: 1em;
    }

    .subtitle {
        cursor: pointer;
        color: #0070D2 !important;
        display: block;
        margin: 24px 0;
    }
    .subtitle + ul {
        display: none;
        list-style-type: none;
        padding: 0;
    }

    .subtitle.active + ul {
        display: block;
    }

    .subtitle::after {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><path d="M25 50 L75 100 L125 50" fill="none" stroke="%230070D2" stroke-width="10"/></svg>');
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 2px;
        vertical-align: middle;
    }

    .subtitle.active::after {
        content: '';
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><path d="M25 100 L75 50 L125 100" fill="none" stroke="%230070D2" stroke-width="10"/></svg>');
        vertical-align: middle;
    }

    .mktoLabel strong {
        font-weight: 400 !important;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    #em-label {
        padding: 0 !important;
        margin: 24px 0 0 30px;
    }
}