.header {
    display: none
}

.sprints-wrapper {
    position: relative;
    width: 100%;
    margin: -80px 0 0;
    padding: 70px 0 0
}

.zw-product-header {
    position: relative;
    z-index: 2
}

.formSuccess .zw-product-header {
    z-index: 0
}

.sprints-wrapper:before,
.sprints-wrapper:after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1
}

.sprints-wrapper:before {
    background: #d8fecf;
    left: 0;
    top: 0
}

.sprints-wrapper:after {
    background: #f9fafa;
    right: 0
}

.sprints-wrapper .content-wrap {
    display: flex;
    justify-content: space-between
}

.spi-contact-cont,
.spi-contact-form {
    width: 50%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 90px
}

.spi-contact-cont a {
    color: #ef483d
}

.contact-expect li {
    padding: 25px 0 0 28px;
    position: relative
}

.contact-expect li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 33px;
    width: 15px;
    height: 8px;
    border-left: 3px solid #2b9a3f;
    border-bottom: 3px solid #2b9a3f;
    transform: rotate(-45deg)
}

.contact-expect li:first-child {
    padding-top: 0;
}

.contact-expect li:first-child::before {
    top: 9px;
}

.spi-contact-testi {
    background: #c8f7bd;
    padding: 30px;
    margin: 50px 0
}

.spi-contact-testi h5 {
    line-height: 1.5;
    margin: 0 0 25px
}

.testi-details {
    padding: 0 0 0 50px;
    position: relative
}

.testi-details:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    background: url(/sites/zweb/images/sprints/signup/shaun-byrnes.jpg) center / contain no-repeat;
    border-radius: 50px
}

.testi-details span {
    display: block;
    font-family: var(--zf-secondary-medium)
}

.contact-details {
    margin: 0 0 20px
}

.contact-social p {
    margin: 0
}

.contact-social ul {
    display: flex
}

.contact-social ul li {
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    margin: 0 10px 0 0;
    background: var(--common-elements) no-repeat;
    background-size: 685px auto
}

.contact-social ul li.ico-yt {
    background-position: -243px 5px;
    background-size: 670px
}

.contact-social ul li.ico-tweet {
    background-position: -178px 5px;
    width: 27px
}

.contact-social ul li.ico-in {
    background-position: -283px 3px;
    background-size: 940px auto
}

.contact-social ul li a {
    display: block;
    height: 100%;
    width: 100%
}

.form-block {
    width: 600px;
    margin: 50px auto;
    box-shadow: 0 0 20px 4px rgba(207, 207, 207, 0.3);
    background: #fff;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 5px
}

.content-sec {
    text-align: center
}

.form-group {
    position: relative;
    margin-top: 25px
}

.form-group input:not([type="checkbox"]),
.form-group textarea,
.form-group select {
    width: 100%;
    line-height: 18px !important;
    font-size: 15px !important;
    padding: 15px !important;
    border: 1px solid #d9d9d9;
    margin-bottom: 0;
    box-sizing: border-box;
    border-radius: 4px !important;
    color: #000;
    font-family: var(--primaryfont-regular)
}

.form-group textarea {
    height: 120px !important
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus,
.form-group input:active,
.form-group textarea:active,
.form-group select:active {
    outline: 0;
    box-shadow: none
}

.form-group textarea {
    height: 100px
}

label.error {
    color: #bd0000;
    font-size: 12px;
    vertical-align: top
}

.reload {
    text-decoration: none
}

.captcha-code img {
    border: 1px solid #d9d9d9;
    border-radius: 4px !important;
    margin: 20px 0 0
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.button-group {
    position: relative;
    width: fit-content
}

.button-group .button {
    line-height: 45px;
    padding: 0 60px;
    border-radius: 5px;
    border: 0;
    outline: 0
}

button.button:focus {
    outline: 0
}

.button-group.active .loading {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: .25rem solid rgba(255, 255, 255, 0.2);
    border-top-color: white;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    position: absolute;
    top: 12%;
    left: 36%;
    transform: translate(-50%, -50%)
}

.success-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000030;
    z-index: 999
}

.success-inner {
    max-width: 400px;
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 0 5px #00000052
}

.success-content {
    text-align: center
}

.success-content h3 {
    font-size: 25px
}

.success-content .button {
    padding: 5px 30px;
    line-height: 30px;
    border-radius: 2px
}

.button-group.active .button:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000038
}

.hide {
    display: none
}

.zw-global-header {
    display: none
}

@media screen and (max-width: 992px) {

    .sprints-wrapper:before,
    .sprints-wrapper:after {
        width: 100%;
        height: 50%
    }

    .sprints-wrapper:before {
        background: #b1eace;
        left: 0;
        top: 0
    }

    .sprints-wrapper:after {
        background: #f9fafa;
        bottom: 0;
        top: inherit
    }

    .sprints-wrapper .content-wrap {
        display: block
    }

    .spi-contact-cont,
    .spi-contact-form {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .sprints-wrapper {
        padding: 0
    }

    .sprints-wrapper:before,
    .sprints-wrapper:after {
        content: none
    }

    .sprints-wrapper .content-wrap {
        width: 100%
    }

    .spi-contact-cont {
        background: #b1eace;
        padding-top: 140px
    }

    .spi-contact-form {
        background: #f9fafa
    }
}

@media screen and (max-width: 560px) {

    .spi-contact-cont,
    .spi-contact-form {
        padding: 60px 7%
    }

    .spi-contact-cont {
        padding-top: 120px
    }
}

.cwf-container .cwf-button-control .cwf-button.request-demo {
    width: auto;
    padding: 12px 30px;
    text-transform: uppercase
}