html, body { margin: 0; padding: 0; scroll-behavior: smooth;}
body {
    background-color: #FFFFFF;
    color: #1F1F1F;

    font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 150%;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin:0;
    padding:0;
}

.btn-cta {
    padding:16px 27px;
    border:none;
    border-radius: 50px;
    background: linear-gradient(180deg, #9450E0 0%, #332444 100%);
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.btn-cta:hover {
    color: #FFFFFF;
    text-decoration: none;
}
small.with-errors ul {
    margin:0;
}
small.with-errors li {
    font-size: 9px;
    font-weight: 400;
    color: red;
    margin: 0;
    text-align: left;
}
.hbspt-form {
    display: none;
}

header {

}
header section.branding {
    padding-top: 17px;
    padding-bottom: 13px;
    border-bottom: 1px solid #D9D9D9;
}
header section.branding img.logo {
    width:257px;
}

main {

}
main section.replay {
    padding-top: 47px;
}
main section.replay .section-header {
    padding-bottom: 42px;
}
main section.replay .section-header h1 {
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 113%;
}
main section.replay .section-header h2 {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 113%;
    margin-top:45px;
}
main section.replay .btn-cta-wrapper {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 100px;
}

footer {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
footer .footer-wrapper {
    border-top: 2px solid #D9D9D9;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer .footer-wrapper .social a {
    margin-right: 11px;
}
footer .footer-wrapper .social a:last-child {
    margin-right:0;
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    header section.branding {
        padding-top: 17px;
        padding-bottom: 13px;
        border-bottom: 1px solid #D9D9D9;
    }



    footer .footer-wrapper {
        margin-bottom: 95px;
    }
    footer .footer-wrapper .social {
        padding-top: 13px;
    }
    footer .footer-wrapper .social img {
        width: 20px;
    }
}

/* POPUP */
#optin-pop {

}
#optin-pop .modal-content {
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.10);
}
#optin-pop .modal-body {
    padding:0;
}
#optin-pop .close-btn {
    position: absolute;
    right: 14px;
    top: 14px;
}
#optin-pop .modal-body .section-header {
    padding: 20px;
    border-bottom: 1px solid #D6D6D6;
}
#optin-pop .modal-body .section-header h1 {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 113%;
}
#optin-pop .modal-body .section-header h2 {
    color: #F00;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 113%;
    margin-bottom: 3px;
}
#optin-pop .modal-body .section-form {
    padding: 21px 32px 13px;
    background: #FFFFFF;
}
#optin-pop .modal-body .section-form h1 {
    color: #332444;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 113%;
    margin-bottom:21px;
}
#optin-pop .modal-body label {
    color: #414141;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 3px;
    margin-left: 17px;
}
#optin-pop .form-group {
    margin-bottom: 11px;
}
#optin-pop .form-control {
    height: 55px;
    padding: 19px 21px 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    border-radius: 8px;
    border: 1px solid #A7A9AC;
    background: #FFF;
}
#optin-pop ::placeholder {
    color: #332444;
    opacity: 0.3;
}
#optin-pop ::-ms-input-placeholder {
    color: #332444;
    opacity: 0.3;
}
#optin-pop .btn-cta-wrapper {
    padding-top: 13px;
}
#optin-pop .has-error input, #optin-pop .has-error select {
    border: red 1px solid!important;
}
#optin-pop  .form-group.has-error {
    margin-bottom:0;
}
#optin-pop small ul {
    margin: 0;
    padding:0;
}
#optin-pop small li {
    font-size: 11px;
    font-weight: 400;
    color: red;
    margin: 0;
    text-align: left;
}
#optin-pop .section-footer {
    padding: 0 25px 14px;
}
#optin-pop .section-footer > h1 {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 113%;
    margin-bottom: 13px;
}
#optin-pop .section-footer .stars {
    text-align: center;
    padding-bottom: 9px;
}
#optin-pop .section-footer > h2 {
    text-align: center;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#optin-pop .section-footer .stars img {
    margin-right: 4px;
}
#optin-pop .section-footer .stars img:last-of-type {
    margin-right: 0;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 360px;
        margin: 1.75rem auto;
    }
}
@media (max-width: 991.98px) {
    #optin-pop .modal-body .section-header {
        padding: 19px 16px 12px;
    }
    #optin-pop .close-btn {
        right: 9px;
        top: -29px;
    }
    #optin-pop .close-btn img {
        width: 12px;
    }
    #optin-pop .modal-body .section-form {
        padding: 15px 16px 10px;
    }
    #optin-pop .modal-body label {
        font-size: 16px;
        margin-bottom: 3px;
        margin-left: 14px;
    }
    #optin-pop .form-control {
        height: 48px;
        padding: 16px 14px 17px;
        font-size: 16px;
    }
    #optin-pop .btn-cta-wrapper {
        padding-top: 9px;
    }
    #optin-pop .btn-cta {
    }
}