* {
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

.triangle-list {
    margin-top: 30px;
}

.triangle-list li {
    padding: 0 0 15px 15px;
    position: relative;
    font-size: 16px;
    line-height: 1.3;

}

.list-check-icon {
    position: absolute;
    left: -20px;
}

img {
    max-width: 100%;
    display: block
}

fieldset {
    border: 0
}

body .wrapper {
    font: 400 16px 'Open sans', sans-serif;
    color: #1D1C29
}

h1, .h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}

.text-align-left {
    text-align: left;
}

h2 {
    font-size: 24px;
    color: #1D1C29;
    font-weight: bold;
}

h3.subtitle {
    color: #91A1AB;
    font-size: 18px;
    line-height: 1.3;
}

h4 {
    font-size: 25px
}

.content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

.page-button {
    height: 55px;
    max-width: 400px;
    width: 100%;
    border-radius: 5px;
    background-color: #7a2582;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    font-weight: 600
}

.page-button:hover {
    background-color: #bb0f16
}

.gray-bg {
    background-color: #F6F9FB;
}

.red {
    color: #7a2582
}

.right-alignment {
    text-align: right
}

.center-alignment {
    text-align: center
}

.page-button.try-to-free-button {
    height: 70px;
    font-size: 26px
}

.css-flex {
    display: flex
}

.css-flex-space-around {
    justify-content: space-around
}

.css-flex-space-between {
    justify-content: space-between
}

.css-flex-center {
    justify-content: center
}

.css-align-items-center {
    align-items: center;
}

/*
body {
    font: 400 18px/1.8em 'Open sans', sans-serif !important;
    color: #2a2a2a !important
}
*/

#main {
    padding: 0 !important
}

.main-header {
    background: url("../jpg/demo-bg.jpg") no-repeat center;
    color: #FFF;
    padding: 30px 0;
    background-position-y: 0;
    background-size: cover;
}

.logo {
    padding: 15px 0 15px
}

.logo svg {
    margin: 0 auto
}

.logo .logo__container a:hover {
    color: #7a2582 !important;
    text-decoration: none !important
}

.logo .logo__container a h1 {
    margin: 0 !important
}

/*
.main-header__content__form-container{
    float: right;
}
 */

.main-header__content__form {
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 15px 15px 35px
}

.main-header__top-section .form-arrow {
    display: none;
}

.from-header {
    text-align: center;
    color: #2a2a2a;
    margin-bottom: 30px;
}

.from-header span {
    font-size: 20px;
}

/*.main-header__content__form input, .main-header__content__form button {
    width: 100%
}*/

/*.main-header__content__form input {
    height: 40px;
    border-radius: 5px;
    background-color: #FFF;
    padding: 0 30px;
    border: 0;
    margin-bottom: 20px;
    color: #9b9b9b;
    font-size: 14px
}*/

.submit-button {
    margin-top: 10px;
    height: 50px
}

.main-header-container {
    margin-top: 20px;
    text-align: center;
}

.main-header-container p {
    font-size: 24px
}

.acx-logo {
    max-width: 350px;
    max-height: 52px;
}

.protecting__section {
    padding: 15px 0;
    background-color: #CED5DA;
}

.protecting-organizations__list {
    padding-top: 10px
}

.content-section {
    padding: 60px 0px 30px;
}

.content-section p {
    font-size: 20px;
    opacity: .5;
    margin: 25px 0
}

.content-section img {
    display: inline-block
}

.feedback-section {
    padding: 60px 0
}

.feedback-section--item-img {
    margin-top: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    height: 120px;
    align-items: center
}

.feedback-section--item--content {
    color: #1D1C29;
    max-width: 450px;
    margin: 0 auto;
    padding: 25px 0;
    margin-top: 5px;
}

.feedback-section--item-img::after {
    content: '';
    display: block;
    height: 3px;
    background-color: #7a2582;
    width: 150px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}


.get-demo-section {
    padding: 20px 0px;
}

.try-it-free-section {
    padding: 80px 0 65px;
    background-color: #EEE
}

.main-footer {
    background-color: #48484a;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    padding: 40px 0 20px
}

footer.landing-footer {
    height: auto;
    background-color: var(--color-dark);
    color: #FFF;
    text-align: center;
    font-size: 15px;
    padding: 30px;
    position: relative
}

footer.landing-footer a {
    color: #bebebe
}

.footer-clients > .container {
    display: flex;
    flex-wrap: wrap;
}

.false-positives-section--content img,
.detection-rate-img img,
.vulnerability-section--content img {
    margin-bottom: 30px;
}

.from-header h3 {
    font-weight: bold;
    font-size: 24px
}

@media (min-width: 768px) {
    .content-container > .main-header__top-section {
        display: flex;
    }

    .content-container > .main-header__top-section > .col-md-6:nth-child(1) {
        order: 2;
    }

    .order2 {
        order: 2;
    }

    .content-container > .row {
        display: flex;
    }
}

.main-header__content__form-container {
    margin-top: 30px;
}

@media (min-width: 992px) {

    body .wrapper {
        font: 400 18px 'Open sans', sans-serif;
        color: #1D1C29
    }

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 36px;
    }

    h3.subtitle {
        font-size: 22px;
    }

    .main-header__top-section .form-arrow {
        display: block;
        position: absolute;
        top: 16px;
        left: -108px;
    }

    .content-container > .main-header__top-section .main-header__content__form-container {
        width: 460px;
        float: right;
        position: relative;
        margin-top: 50px;
    }

    .main-header__content__form {
        padding: 15px 30px 35px;
        margin-bottom: 30px;
    }

    .from-header span {
        font-size: 24px;
    }

    .from-header h3 {
        font-size: 36px;
    }

    .main-header-container {
        text-align: left;
    }

    .triangle-list li {
        font-size: 18px;
    }

    .main-header__top-section__list .triangle-list li {
        font-size: 24px;
        padding: 0 0 35px 15px;
    }

    .main-header__top-section__list .triangle-list li .list-check-icon {
        left: -25px;
    }

    .main-header__top-section__list .triangle-list li .icon-svg.icon-red {
        width: 26px;
        height: 20px;
    }

    .protecting__section .footer-clients {
        padding: 0px;
    }

    .protecting__section .footer-clients > .container {
        flex-wrap: nowrap;
    }

    .protecting__section .footer-clients .aws {
        height: 74px;
        width: 84px;
    }

    .protecting__section .footer-clients .us-air-force {
        width: 83px;
        height: 73px;
    }

    .protecting__section .footer-clients .avg {
        width: 105px;
        height: 74px;
    }

    .protecting__section .footer-clients .nasa {
        width: 77px;
        height: 73px;
    }

    .protecting__section .footer-clients .hsbc {
        width: 130px;
        height: 74px;
    }

    .protecting__section .footer-clients .lilly {
        width: 74px;
        height: 40px;
    }

    .protecting__section .footer-clients .american-express {
        width: 69px;
        height: 74px;
    }
}

body {
    margin-bottom: 0
}

p {
    margin: 0
}

footer {
    margin-top: 0
}

#download-form div.checkbox {
    display: none
}

#download-form .help-block {
    font-size: 14px;
    margin-top: 0;
    padding-left: 11px
}

#download-form .btn {
    border-radius: 5px;
    font-size: 16px
}

.try-to-free-button {
    line-height: 23px;
    text-decoration: none;
    color: #FFF;
    transition: none
}

.try-to-free-button:hover, .try-to-free-button:focus {
    color: #FFF;
    text-decoration: none
}

#main-header .logo {
    text-align: center;
    padding: 0px 20px 10px;
}

#main-header .logo img {
    max-height: 70px;
    display: inline;
}

#carousel-default .item {
    height: auto
}

/*.main-header__content__form input {
    margin-bottom: 0;
    padding-left: 12px
}

.main-header__content__form div.has-warning {
    margin-bottom: 0
}

.main-header__content__form span.help-block {
    margin-bottom: 0
}
*/


.css-flex-vertical-align-center {
    align-items: center
}

.content-container header h2 {
    margin-top: 0
}

.dotted-list li {
    position: relative;
    padding: 0 0 0 30px;
    font-size: 15px
}


#main-content .content-section {
    padding: 50px 0 50px
}

#main-header .main-header__top-section .main-header__top-section__list {
    margin-top: 30px
}

#main-content ul.dotted-list {
    padding-left: 0
}

/*********** Hub spot form ***************/


.form-control::-moz-placeholder {
    color: #91A1AB;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #91A1AB;
}

.form-control::-webkit-input-placeholder {
    color: #91A1AB;
}

.hs-form input.hs-input, .hs-form select.hs-input {
    color: #1D1C29 !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.1) !important;
    padding: 12px 15px 11px 15px !important;
    border: 1px solid #CED5DA !important;
    height: auto !important;
    font-size: 16px !important;
    font-family: Helvetica !important;
}

.hs-form .hs-button.primary.large {
    border-radius: 4px !important;
    border: none !important;
    background-color: #7a2582 !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

.hs-form input.hs-input::-moz-placeholder {
    color: #91A1AB;
    opacity: 1;
}

.hs-form input.hs-input:-ms-input-placeholder {
    color: #91A1AB;
}

.hs-form input.hs-input::-webkit-input-placeholder {
    color: #91A1AB;
}

p.privacy {
    font-size: 14px;
    color: #333;
    text-align: center
}

p.privacy sub {
    font-size: 12px;
    top: 15px;
}

.protecting__section .footer-clients {
    background-color: #CED5DA;
}

footer > .footer-clients > .container > .row:first-child {
    width: 100%;
}


/*   New forms   **/

.form-control {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    color: #1D1C29;
    padding: 12px 15px 11px 15px;
    border: 1px solid #CED5DA;
    height: auto;
    font-size: 15px;
}

@media (min-width: 992px) {
    .form-control {
        font-size: 16px;
    }
}

/*#Country.form-control {
    height: 47px;
}*/

.form-control::-moz-placeholder {
    color: #91A1AB;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #91A1AB;
}

.form-control::-webkit-input-placeholder {
    color: #91A1AB;
}

.form-group span.error > label.error {
    color: #000;
    font-size: 14px;
    margin: 6px 0px 0px 0px;
}

select {
    padding-right: 2em;
}

select:invalid {
    color: #91A1AB;
}

select [disabled] {
    color: #91A1AB;
}

.btn {
    transition: all .2s ease-in;
}
