/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.container {
    width: 100%;
    max-width: 1160px;
    padding: 0 15px;
    margin: 0 auto;
}
.cta-btn {
    display: inline-block;
    text-decoration: none;
    background: #D01C32;
    color: #fff;
    font-weight: 300;
    border: solid 1px #D01C32;
    font-size: 21.72px;
    line-height: normal;
    letter-spacing: 0;
    border-radius: 50px;
    font-family: Arial, Helvetica, sans-serif !important;
    padding: 9px 22px;
    transition: all 0.35s ease-in-out;
}
.cta-btn:hover {
    background: #fff;
    color: #D01C32;
    border: solid 1px #D01C32;
}
.inner-banner-content {
    position: relative !important;
    transform: none !important;
    top: 0 !important;
    max-width: 1160px !important;
}
.automation-vs-banner-sec {
    background-position: center center !important;
    min-height: 0 !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.automation-vs-banner-sec .top-banner-content .header-logo-automation {
    max-width: 187px;
}
.automation-vs-banner-sec .top-banner-content {
    position: absolute;
    left: 0;
    top: 73px;
    z-index: 3;
}
.automation-vs-banner-sec .banner-flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.automation-vs-banner-sec .col-md-7 {
    width: 63%;
    margin-left: -60px;
    padding: 0;
}
.automation-vs-banner-sec .col-md-7 .left-content {
    background: #000;
    padding: 160px 60px 50px;
    width: 100%;
}
.automation-vs-banner-sec .col-md-7 .left-content h1 {
    font-weight: 500;
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: 2px;
    color: #fff;
    max-width: 350px;
    margin: 100px 0 0;
}
.automation-vs-banner-sec .col-md-7 .left-content h4 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 100;
    font-size: 42px;
    line-height: 1.15;
    letter-spacing: 0;
    margin: 22px 0 26px;
    max-width: 520px;
}
.automation-vs-col-sec {
    padding: 70px 0 60px;
}
.automation-vs-col-sec .top-content h3 {
    color: #D92036;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0 0 65px;
}
.automation-vs-col-sec ul.automation-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    gap: 30px 60px;
}
.automation-vs-col-sec ul.automation-list li {
    width: calc(100% / 3 - 120px / 3);
}
.automation-vs-col-sec ul.automation-list li p {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 1.4;
}
.automation-vs-col-sec ul.automation-list li .automation-img {
    text-align: center;
    margin: 0 0 25px;
}
body .automation-vs-red-sec {
    margin: 0 !important;
    max-width: 100% !important;
    padding: 20px 0 !important;
    background: #CC092F;
}
body .automation-vs-red-sec .r-row {
    margin: 0 auto;
    max-width: 1160px;
    width: 100%;
    padding: 0 15px;
}
body .automation-vs-red-sec .r-row .col-sm-12 {
    padding: 0;
    float: none;
}
body .automation-vs-red-sec .r-row .the-column {
    background: none !important;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
body .automation-vs-red-sec h5 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 500;
    font-size: 29px;
    line-height: 1.15;
    max-width: 1100px;
    margin: 0;
}
.expend-repeat-sec {
    padding: 100px 0 0;
}
.expend-repeat-sec .two-col-content {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}
.expend-repeat-sec .two-col-content .left-sec {
    width: 39%;
    position: relative;
    padding-top: 15px;
    padding-right: 8px;
        display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
}
.expend-repeat-sec .two-col-content .right-repeat-content {
    width: 61%;
    padding-bottom: 44px;
}
.expend-repeat-sec .two-col-content .left-sec h2 {
    color: #CC092F;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 500;
    font-size: 72px;
    line-height: 1.18;
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: 2px;
}
.expend-repeat-sec .two-col-content .left-sec img {
    width: 366px;
    margin: 0 0 0 auto;
    display: block;
    max-width: 100%;
}
.expend-repeat-sec .two-col-content .right-repeat-content ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: all .35s ease-in-out;
}
.expend-repeat-sec .two-col-content .right-repeat-content a.view-more-agenda.btn {
    font-family: Arial, Helvetica, sans-serif !important;
    background: #CC092F;
    box-shadow: 0px 0px 12px 0px #00043D33;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    border: solid 1px #CC092F;
    padding: 14px 20px 13px;
    display: inline-block;
    border-radius: 50px;
    transition: all 0.35s ease-in-out;
    margin-top: 42px;
    cursor: pointer;
}
.expend-repeat-sec .two-col-content .right-repeat-content a.view-more-agenda.btn:hover {
    background: #fff;
    color: #CC092F;
    border: solid 1px #CC092F;
}
.expend-repeat-sec .two-col-content .right-repeat-content ul li h4 {
    color: #CC092F;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 2px;
}
.expend-repeat-sec .two-col-content .right-repeat-content ul li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    margin: 0;
}
.expend-repeat-sec .two-col-content .right-repeat-content ul li p + p{
    margin-top: 15px;
}
.expend-repeat-sec .two-col-content .right-repeat-content ul li {
    padding-top: 25px;
}
.expend-repeat-sec .two-col-content .right-repeat-content ul li em {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 1.3;
    display: block;
    margin: 0 0 17px;
}
/*Form Sec*/

.hs-form-sec h2 {
    color: #CC092F;
    font-weight: 500;
    font-size: 71px;
    letter-spacing: 0.01rem;
    text-align: center;
    line-height: 1.18;
    margin: 0 0 40px;
    position: relative;
    z-index: 2;
}
.hs-form-sec h2 + p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    max-width: 790px;
    margin: 0 auto 51px;
    position: relative;
    z-index: 2;
}
.automation-vs-form-sec .hs-form form {
    margin: 0 auto;
    max-width: 660px;
    position: relative;
    z-index: 2;
}
.automation-vs-form-sec .hs-form form fieldset .hs-form-field input, .automation-vs-form-sec .hs-form form fieldset .hs-form-field select {
    width: 100% !important;
    border: solid 1px #fff;
    background: #fff;
    height: 48px;
    border-radius: 4px;
    color: #000;
    padding: 0px 15px;
}
.automation-vs-form-sec .hs-form form fieldset .hs-form-field textarea {
    width: 100% !important;
    border: solid 1px #fff;
    background: #fff;
    height: 110px;
    border-radius: 4px;
    color: #000;
    padding: 10px 15px;
    font-family: Arial,Helvetica,sans-serif!important;
}
.automation-vs-form-sec .hs-form form fieldset .hs-form-field > label {
    color: #fff;
    font-size: 12px;
    line-height: 15.6px;
    text-align: left;
    display: block;
    letter-spacing: 1px;
    margin: 0 0 7px;
}
.automation-vs-form-sec .hs-form form fieldset .field.hs-form-field {
    margin: 0 0 26px;
}
.automation-vs-form-sec .hs-form form fieldset {
    max-width: 100%;
}
.automation-vs-form-sec .hs-form form fieldset.form-columns-2 {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}
.automation-vs-form-sec .hs-form form fieldset .input {
    margin: 0;
}
.automation-vs-form-sec .hs-form form fieldset.form-columns-2 > .hs-form-field {
    width: calc(50% - 16px);
}
.automation-vs-form-sec .hs-form form .legal-consent-container p {
    color: #fff;
    font-size: 11px;
    font-style: italic;
    font-weight: 325;
    line-height: 14.3px;
    letter-spacing: 0.02em;
    text-align: left;
}
.automation-vs-form-sec .hs-form form .legal-consent-container p a {
    color: #00FFFF;
}
.automation-vs-form-sec .hs-form form .legal-consent-container {
    margin: 0;
}
.automation-vs-form-sec .hs-form form .hs_submit.hs-submit {
    padding: 30px 0 0;
}
.automation-vs-form-sec .hs-form form .hs_submit.hs-submit input.hs-button {
    background-color: #CC092F;
    border-radius: 72px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05rem;
    line-height: normal;
    margin: 10px 0 0;
    padding: 14px 20px 13px;
    text-align: center;
    border: solid 1px #CC092F;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .35s ease-in-out;
}
.automation-vs-form-sec .hs-form form .hs_submit.hs-submit input.hs-button:hover {
    background: #fff;
    color: #CC092F;
    border: solid 1px #CC092F;
}
.automation-vs-form-sec .hs-form form ul.no-list.hs-error-msgs {
    list-style: none;
    color: #f00;
    margin: 10px 0 0;
}
.automation-vs-form-sec .hs-form span.hs_cos_wrapper_type_form .submitted-message {
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.hs-form-sec.automation-vs-form-sec {
    background: #000;
    padding: 90px 0 120px;
    position: relative;
    overflow: hidden;
}
.hs-form-sec.automation-vs-form-sec:after{
    position: absolute;
    right: 15px;
    bottom: -10px;
    z-index: 0;
    background: url(https://www.software.broadcom.com/hubfs/form-bg-img.png) no-repeat;
    background-size: 100% auto;
    background-position: right bottom;
    width: 360px;
    height: 450px;
    content: "";
}

.automation-vs-form-sec .hs-form form .p1 {
    color: #fff;
    font-size: 11px;
    font-style: italic;
    font-weight: 325;
    letter-spacing: .02em;
    line-height: 14.3px;
    text-align: left;
    position: relative;
    z-index: 2;
}
.automation-vs-form-sec .hs-form form .p1 a {
    color: #00FFFF;
}
.copyright-text {
    font-family: Arial, Helvetica, sans-serif !important;
    padding: 7px 0;
}
.row-fluid [class*=span]{
    min-height: 0 !important;
}
.automation-vs-banner-sec .black-logo,
.automation-vs-banner-sec .top-banner-content .mobile-banner{
    display: none;
}


/*TYP*/
.r-container.automation-vs-ty-sec {
    border-top: solid 40px #CC092F;
    max-width: 100% !important;
    padding: 40px 0 110px;
    margin: 0 !important;
}
.automation-vs-ty-sec > .r-row {
    margin: 0 auto;
    max-width: 1160px;
    width: 100%;
    padding: 0 15px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
}
.automation-vs-ty-sec .col-sm-6:nth-child(1) {
    padding: 0 30px;
    width: 40.6%;
}
.automation-vs-ty-sec .col-sm-6:nth-child(2) {
    width: 59.4%;
    padding: 0;
}
.automation-vs-ty-sec .the-column {
    padding: 0;
    border-radius: 0;
}
.automation-vs-ty-sec .the-column p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #1B1D36;
    max-width: 610px;
    margin: 0 0 18px;
}
.automation-vs-ty-sec .the-column h2 {
    font-weight: 500;
    font-size: 65px;
    letter-spacing: 0.01rem;
    color: #000;
    line-height: 1.08;
    margin: 0 0 24px;
}
.automation-typ-banner a.cta-btn,
.automation-vs-ty-sec .the-column a.cta-btn {
    text-transform: uppercase;
    font-size: 18px;
    padding: 14px 24px 12px;
}
.countdown-banner-sec a.cta-btn {
    display: none;
}
.countdown-banner-sec.automation-vs-banner-sec .col-md-7 .left-content h4 {
    margin-bottom: 0;
}
.countdown-banner-sec.automation-vs-banner-sec .col-md-7 .left-content h5 + h1 {
    margin-top: 0;
}
.countdown-banner-sec.automation-vs-banner-sec .top-banner-content .header-logo-automation {
    max-width: 240px;
}
.countdown-banner-sec .inner-banner-content {
    max-width: 1230px !important;
}
.countdown-banner-sec .left-content h5 {
    color: #CC092F;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.18;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif !important;
    margin-top: 50px;
}
.countdown-banner-sec.automation-vs-banner-sec .col-md-5 .right-content > div > div> div:nth-child(1) {
    font-size: 69px !important;
    color: #fff;
    line-height: 72px;
    font-family: Arial, sans-serif;
    font-weight: normal !important;
}
.countdown-banner-sec.automation-vs-banner-sec .col-md-5 .right-content > div > div> div:nth-child(2) {
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-family: Arial, sans-serif;
}
.countdown-banner-sec.automation-vs-banner-sec .col-md-7 {
    padding: 0;
    width: 50%;
}
.countdown-banner-sec.automation-vs-banner-sec .col-md-5 .right-content > div > div {
    padding: 0 5px;
}
.countdown-banner-sec.automation-vs-banner-sec .col-md-5 {
    margin-bottom: 48px;
    margin-left: auto;
    background: #000;
    padding: 51px 30px;
    border-radius: 26px;
    margin-right: 10px;
}
.countdown-banner-sec.automation-vs-banner-sec .banner-flexbox {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    position: relative;
}
.interior-banner-wrapper.automation-vs-banner-sec.countdown-banner-sec {
    background: #fff !important;
    position: relative;
}
.interior-banner-wrapper.automation-vs-banner-sec.countdown-banner-sec:before{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 324px;
    background: url(https://www.software.broadcom.com/hubfs/countdown-banner.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.countdown-right-img {
    position: absolute;
    right: -73px;
    bottom: 59px;
}

.r-container.automation-typ-bottom-sec .r-row .col-sm-12 {
    padding: 0;
}
.r-container.automation-typ-bottom-sec .r-row {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 20px;
}
.r-container.automation-typ-bottom-sec .the-column {
    background: none !important;
    padding: 0;
    border-radius: 0;
}
.r-container.automation-typ-bottom-sec .the-column p {
    color: #fff;
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.0rem;
}
.r-container.automation-typ-bottom-sec .the-column p a {
    color: #CC092F;
}
.r-container.automation-typ-bottom-sec {
    margin: 0 !important;
    padding: 30px 0 60px;
    max-width: 100% !important;
    background: #000 !important;
    display: none;
}



@media (min-width: 1221px){
.countdown-banner-sec.automation-vs-banner-sec .col-md-7 .left-content h4 {
    margin-bottom: 0;
    font-size: 32px;
    max-width: 410px;
}
.countdown-banner-sec.automation-vs-banner-sec .col-md-7 .left-content h5 + h1 {
    margin-top: 0;
    font-size: 80px;
    max-width: 440px;
}
}
@media (max-width: 1220px){
.automation-vs-banner-sec .col-md-7 .left-content {
    padding: 160px 30px 50px;
}
.automation-vs-banner-sec .top-banner-content {
    left: 45px;
}
.automation-vs-banner-sec .col-md-7 {
    margin-left: 0;
    max-width: 600px;
}
.automation-vs-banner-sec .col-md-7 .left-content h1 {
    font-size: 50px;
    margin: 100px 0 0;
    max-width: 330px;
}
.automation-vs-banner-sec .col-md-7 .left-content h4 {
    font-size: 35px;
    max-width: 450px;
}
.automation-vs-col-sec ul.automation-list {
    gap: 30px 30px;
}
.automation-vs-col-sec ul.automation-list li {
    width: calc(100% / 3 - 60px / 3);
}
.automation-vs-col-sec .top-content h3{
    font-size: 35px;
}
.hs-form-sec h2,
.expend-repeat-sec .two-col-content .left-sec h2{
    font-size: 55px;
}
.hs-form-sec.automation-vs-form-sec:after{
    display: none;
}
.automation-vs-ty-sec .the-column h2 {
    font-size: 55px;
}
.countdown-banner-sec .left-content h5{
    font-size: 35px;
}
.countdown-banner-sec.automation-vs-banner-sec .col-md-5 .right-content > div > div> div:nth-child(1) {
    font-size: 55px !important;
    line-height: 62px;
}
.countdown-banner-sec.automation-vs-banner-sec .col-md-5 .right-content > div > div> div:nth-child(2){
    font-size: 22px;
}
.countdown-banner-sec.automation-vs-banner-sec .col-md-5 {
    margin-bottom: 48px;
    padding: 49px 20px;
    margin-right: 20px;
}


}
@media (max-width: 991px){
.automation-vs-banner-sec .top-banner-content {
    left: 30px;
    top: 40px;
}
.automation-vs-banner-sec .col-md-7 {
    max-width: 420px;
}
.automation-vs-banner-sec .col-md-7 .left-content {
 padding: 130px 20px 50px;
}
.automation-vs-banner-sec .col-md-7 .left-content h1 {
    font-size: 40px;
    margin: 80px 0 0;
    max-width: 270px;
}
    .automation-vs-banner-sec .col-md-7 .left-content h4 {
        font-size: 28px;
        max-width: 370px;
    }
.automation-vs-col-sec .top-content h3 {
    font-size: 28px;
    margin: 0 0 45px;
}
body .automation-vs-red-sec h5{
    font-size: 22px;
}
    .hs-form-sec h2, .expend-repeat-sec .two-col-content .left-sec h2 {
        font-size: 45px;
    }
.expend-repeat-sec .two-col-content .right-repeat-content ul li h4{
    font-size: 22px;
}
.automation-vs-ty-sec .the-column h2 {
    font-size: 45px;
}
    .countdown-banner-sec .left-content h5 {
        font-size: 27px;
        margin-top: 200px;
    }
.countdown-banner-sec.automation-vs-banner-sec .col-md-5 {
        margin-bottom: 48px;
        margin-right: 0;
        padding: 38px 20px;
    }
    .countdown-banner-sec.automation-vs-banner-sec .col-md-5 .right-content>div>div>div:first-child {
        font-size: 45px !important;
        line-height: 52px;
    }
    .countdown-banner-sec.automation-vs-banner-sec .col-md-5 .right-content>div>div>div:nth-child(2) {
        font-size: 16px;
    }
        .countdown-banner-sec.automation-vs-banner-sec .col-md-5 .right-content>div>div {
        padding: 0;
    }
.interior-banner-wrapper.automation-vs-banner-sec.countdown-banner-sec:before{
    height: 306px;
}
.countdown-right-img {
    bottom: 85px;
    position: absolute;
    right: -73px;
    max-width: 400px;
}
}
@media (max-width: 767px){
.automation-vs-banner-sec{
    background: none !important;
}
.automation-vs-banner-sec .inner-banner-content {
    padding: 0 !important;
}
    .automation-vs-banner-sec .col-md-7 {
        max-width: 100%;
        width: 100%;
    }
    .automation-vs-banner-sec .col-md-7 .left-content {
        padding: 35px 20px 43px;
    }
.automation-vs-banner-sec .col-md-7 .left-content .logo img{
    max-width: 170px;
    margin: 0 !important;
}
    .automation-vs-banner-sec .top-banner-content {
        left: 0;
        top: 0;
        width: 100%;
        position: relative;
    }
.automation-vs-banner-sec .top-banner-content .mobile-banner {
    display: block;
    width: 100%;
}
.automation-vs-banner-sec .top-banner-content .mobile-banner img {
    max-width: 100%;
    margin: 0 !important;
}
.automation-vs-banner-sec .top-banner-content .header-logo-automation {
    max-width: 105px;
    position: absolute;
    left: 20px;
    top: 30px;
    z-index: 2;
}
.automation-vs-banner-sec .white-logo{
    display: none;
}
.automation-vs-banner-sec .black-logo{
    display: block;
}
.automation-vs-banner-sec .col-md-7 .left-content h1 {
    font-size: 41px;
    margin: 17px 0 0;
    max-width: 270px;
    line-height: 1.12;
}
.automation-vs-banner-sec .col-md-7 .left-content h4 {
    font-size: 23px;
    max-width: 290px;
    line-height: 1.15;
    margin: 10px 0 36px;
}
.cta-btn {
    font-size: 14.72px;
    padding: 7px 18px;
}
.automation-vs-col-sec {
    padding: 36px 0 73px;
}
    .automation-vs-col-sec .top-content h3 {
        font-size: 44px;
        margin: 0 0 45px;
        max-width: 100%;
    }
    .automation-vs-col-sec ul.automation-list li {
        width: 100%;
    }
.automation-vs-col-sec ul.automation-list li .automation-img {
    margin: 0 0 23px;
    text-align: left;
}
    .automation-vs-col-sec ul.automation-list {
        gap: 42px 0;
    }
body .automation-vs-red-sec .r-row,
.container{
    padding: 0 20px;
}
body .automation-vs-red-sec {
    padding: 26px 0 30px !important;
}
.expend-repeat-sec .two-col-content .left-sec {
    padding-right: 0;
    padding-top: 0;
    width: 100%;
    margin: 0 0 41px;
}
.expend-repeat-sec .two-col-content .left-sec h2{
    font-size: 44px;
}
.expend-repeat-sec .two-col-content .left-sec h2 {
    position: relative;
    top: 0;
}
.expend-repeat-sec .two-col-content .left-sec img{
    display: none;
}
.expend-repeat-sec .two-col-content .right-repeat-content {
    padding-bottom: 80px;
    width: 100%;
}
.expend-repeat-sec .two-col-content .right-repeat-content ul:before {
    background: #CC092F;
    content: "";
    height: calc(100% - 10px);
    left: 8px;
    position: absolute;
    top: 10px;
    width: 2px;
}
.expend-repeat-sec .two-col-content .right-repeat-content ul {
    padding: 0 0 0 10px;
    position: relative;
}
.expend-repeat-sec .two-col-content .right-repeat-content ul li {
    padding: 0 0 0 26px;
}
.expend-repeat-sec .two-col-content .right-repeat-content ul li + li {
    padding-top: 41px;
}
.expend-repeat-sec .two-col-content .right-repeat-content ul li h4 {
    position: relative;
    margin: 0 0 10px;
}
.expend-repeat-sec .two-col-content .right-repeat-content ul li h4:before {
    background: #cc092f;
    border: 3px solid #000;
    border-radius: 100%;
    content: "";
    display: block;
    height: 12px;
    left: -36px;
    position: absolute;
    top: 4px;
    width: 12px;
}
.expend-repeat-sec {
    padding: 70px 0 0;
}
.expend-repeat-sec .container {
    padding: 0 15px;
}
.expend-repeat-sec .two-col-content .right-repeat-content ul li em {
    margin: 0 0 10px;
}
.expend-repeat-sec .two-col-content .right-repeat-content a.view-more-agenda.btn{
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 20px;
    padding: 10px 15px 9px;
}
.hs-form-sec h2+p {
    text-align: left;
    margin: 0 auto 30px;
}
.hs-form-sec.automation-vs-form-sec {
    padding: 37px 0 50px;
}
.hs-form-sec h2 {
    margin: 0 0 25px;
    font-size: 41px;
    line-height: 1.2;
    text-align: left;
}
.automation-vs-form-sec .hs-form form fieldset.form-columns-2>.hs-form-field {
    width: 100%
}
.automation-vs-form-sec .hs-form form .hs_submit.hs-submit input.hs-button {
    font-size: 12px;
    margin: 0px 0 0;
    padding: 10px 16px 9px;
}
.automation-vs-banner-sec .col-md-5{
    display: none;
}
.automation-vs-ty-sec .col-sm-6:first-child {
    padding: 0;
    width: 100%;
}
.automation-vs-ty-sec .col-sm-6:first-child img {
    width: 200px !important;
}
.automation-vs-ty-sec .col-sm-6:nth-child(2) {
    padding: 0;
    width: 100%;
    position: static;
}
.automation-vs-ty-sec>.r-row {
    padding: 0 20px 70px;
    flex-direction: column-reverse;
    position: relative;
}
.automation-vs-ty-sec .the-column h2 {
    font-size: 36px;
    margin: 0 0 21px;
}
.automation-vs-ty-sec .the-column p {
    font-size: 16px;
    margin: 0 0 20px;
    max-width: 100%;
}
.automation-vs-ty-sec .the-column a.cta-btn {
    position: absolute;
    left: 20px;
    bottom: 0;
}
.r-container.automation-vs-ty-sec {
    border-top: 20px solid #cc092f;
    padding: 30px 0 35px;
}
.automation-typ-banner.automation-vs-banner-sec .col-md-7 .left-content {
    padding-top: 85px;
    padding-bottom: 21px;
}
.automation-typ-banner a.cta-btn{
    display: none;
}
.automation-typ-banner.automation-vs-banner-sec .col-md-7 .left-content h4{
    margin-bottom: 0;
}
.countdown-right-img{
    display: none;
}
.countdown-banner-sec.automation-vs-banner-sec .col-md-7{
    width: 100%;
}
.countdown-banner-sec.automation-vs-banner-sec .col-md-5 .right-content>div:not(.countdown-right-img) {
    display: block !important;
}
    .countdown-banner-sec.automation-vs-banner-sec .col-md-5 .right-content>div>div>div:first-child {
        font-size: 34px !important;
        line-height: 43px;
    }
        .countdown-banner-sec.automation-vs-banner-sec .col-md-5 .right-content>div>div>div:nth-child(2) {
        font-size: 12px;
    }
    .countdown-banner-sec.automation-vs-banner-sec .col-md-5 .right-content>div>div {
        padding: 14px 0;
        margin: 0 !important;
    }
    .countdown-banner-sec.automation-vs-banner-sec .col-md-5 {
        padding: 0px 20px 9px;
        display: block;
        margin: 30px auto;
        width: 100%;
        max-width: 140px;
    }   
        .interior-banner-wrapper.automation-vs-banner-sec.countdown-banner-sec:before {
        height: 100%;
    } 
.countdown-banner-sec.automation-vs-banner-sec .top-banner-content .header-logo-automation {
    max-width: 111px;
}
    .countdown-banner-sec .left-content h5 {
        font-size: 20px;
        margin-top: 70px;
        margin-bottom: 5px;
    }
.r-container.automation-typ-bottom-sec {
    display: block;
}
.interior-banner-wrapper.automation-vs-banner-sec.countdown-banner-sec {
    min-height: 100vh !important;
}
.countdown-banner-sec.automation-vs-banner-sec .col-md-7 {
        width: 100%;
        align-self: flex-start;
    }
    .countdown-banner-sec.automation-vs-banner-sec .banner-flexbox {
    min-height: 100vh;
}
.countdown-banner-sec.automation-vs-banner-sec .col-md-5{
    align-self: flex-start;
}
.expend-repeat-sec .two-col-content .left-sec {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}