button.open-form-btn {
    background-color: #00a8da;
    border: 1px solid #00a8da;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-weight: 700;
    overflow: hidden;
    padding: 13px 48px 13px 16px;
    position: relative;
    text-decoration: none;
    text-transform: none;
}
button.open-form-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #00a8da;
}
.open-form-btn span {
    display: block;
    text-shadow: #00a8da 0 30px;
    transition: all .4s cubic-bezier(.68,0,.265,1.3);
    line-height: 1.5;
}
.open-form-btn:hover span {
    color: #fff !important;
    transform: translateY(-138%) !important;
}
.open-form-btn:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/05/Vector-1.svg);
    height: 18px;
    right: 16px;
    width: 20px;
    position: absolute;
    top: 15px;
}
.open-form-btn:hover:after{
    filter: brightness(0) saturate(100%) invert(51%) sepia(95%) saturate(2096%) hue-rotate(158deg) brightness(92%) contrast(101%);
}
.popup-active,.popup-overflow {
    overflow: hidden !important;
}

body:before {
    content: '';
    background-color: #000;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}
.popup-active::before{
    opacity: 0.8;
    visibility: visible;
}

div#side-bar-form-popup {
    /* background: #fff; */
    display: flex;
    max-width: 538px;
    overflow-y: auto;
    position: fixed;
    right: -538px;
    scrollbar-color: #00a8da #000;
    scrollbar-width: thin;
    top: 0px;
    transition: all .5s ease 0s;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}
.popup-inner {
    /* background: #1416186b; */
    height: 100vh;
    overflow: auto;
    padding-left: 73px;
    srollbar-color: #00a8da rgba(0,0,0,.2);
    scrollbar-width: thin;
}
.form-wraper {
    padding: 48px 24px;
    position: relative;
    transition: all 1s;
    width: 100%;
    background-color: #ffff;
}
.popup-active div#side-bar-form-popup {
    opacity: 1;
    visibility: visible;
    right: 0;
}
button.close-popup {
    height: 48px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50%;
    /* transform: translateY(-50%); */
    width: 48px;
    background-color: #00a8da;
    color: #fff;
}
.transparent-btn.open-form-btn {
    background-color: transparent;
    color: #00a8da;
}
.transparent-btn.open-form-btn:hover {
    background-color: #FFF;
    border-color: #FFF;
    color: #fff;
}
.transparent-btn.open-form-btn:hover span {
    color: #00a8da !important;
}
.transparent-btn.open-form-btn::after{
    filter: brightness(0) saturate(100%) invert(51%) sepia(95%) saturate(2096%) hue-rotate(158deg) brightness(92%) contrast(101%);
}
.transparent-btn.open-form-btn:hover span {
    color: #fff !important;
    transform: translateY(-150%) !important;
}
.popup-image {
    margin: 0 0 30px;
    width: 250px;
}




#side-bar-form-popup .hs-form-field label {
    color: #3d3d42;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 8px;
}
#side-bar-form-popup span.hs-form-required {
    color: #3d3d42;
}

#side-bar-form-popup form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://144238368.fs1.hubspotusercontent-eu1.net/hubfs/144238368/cent_lp_2024/images/Vector.png);
    background-position: calc(100% - 20px);
    background-repeat: no-repeat;
    background-size: 14px;
}
#side-bar-form-popup fieldset.form-columns-2 {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#side-bar-form-popup .form-columns-2>div:first-child {
    float: left!important;
}
#side-bar-form-popup .form-columns-2>div {
    width: 49%!important;
}
#side-bar-form-popup form .hs-form-field {
    position: relative;
}
#side-bar-form-popup .form-columns-2>div .input {
    margin-top: auto!important;
}
#side-bar-form-popup form legend {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 5px;
}
#side-bar-form-popup form ul.hs-error-msgs.inputs-list>li>label {
    color: red;
    font-weight: 500;
    position: relative;
    z-index: 9;
}
#side-bar-form-popup form .inputs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#side-bar-form-popup form .inputs-list>li {
    display: block;
    margin: .7rem 0;
}
#side-bar-form-popup .hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display,#side-bar-form-popup .hs-form-checkbox label.hs-form-checkbox-display {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
#side-bar-form-popup .hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display input+span, #side-bar-form-popup .hs-form-checkbox label.hs-form-checkbox-display input+span {
    cursor: pointer;
    display: inline-block;
    margin-left: 0!important;
    padding-left: 35px;
    position: relative;
}
#side-bar-form-popup .hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display input+span:before, #side-bar-form-popup .hs-form-checkbox label.hs-form-checkbox-display input+span:before {
    background-color: #fff;
    border: 1px solid #bdbdc1;
    content: "";
    display: inline-block;
    height: 24px;
    left: 0;
    margin-right: 0;
    position: absolute;
    top: 5px;
    transition: all .5s ease;
    width: 24px;
}
#side-bar-form-popup  a {
    color: #00a8da;
} 
#side-bar-form-popup form .inputs-list input,#side-bar-form-popup form .inputs-list span {
    vertical-align: middle;
}
#side-bar-form-popup span.hs-form-required {
    color: #3d3d42;
}
#side-bar-form-popup form .actions {
    background-color: #00a8da;
    border: 1px #00a8da;
    cursor: pointer;
    display: inline-block;
    padding-right: 0;
    position: relative;
    width: auto;
}
#side-bar-form-popup form .actions input.hs-button.primary.large:hover {
    background: transparent;
}
#side-bar-form-popup form .actions input.hs-button.primary.large {
    padding-right: 48px;
}
#side-bar-form-popup form input[type=email],#side-bar-form-popup form input[type=file],#side-bar-form-popup form input[type=number], #side-bar-form-popup form input[type=password], #side-bar-form-popup form input[type=search], #side-bar-form-popup form input[type=tel], #side-bar-form-popup form input[type=text], #side-bar-form-popup form select, #side-bar-form-popup form textarea {
    background-color: #f5f5f5;
    border: 1px solid #bdbdc1;
    border-radius: 0;
    color: #3d3d42;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    line-height: 1.5;
    padding: 12px 16px;
    width: 100%!important;
}
#side-bar-form-popup form .hs-button, #side-bar-form-popup form input[type=submit] {
    background-color: #00a8da;
    border: 1px #00a8da;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    height: 48px;
    line-height: 1.53;
    padding: 14px 16px;
    text-transform: none;
    margin-top: 0;
}
#side-bar-form-popup form .hs-button:active, #side-bar-form-popup form .hs-button:focus, #side-bar-form-popup form .hs-button:hover, #side-bar-form-popup form input[type=submit]:active, #side-bar-form-popup form input[type=submit]:focus, #side-bar-form-popup form input[type=submit]:hover {
    background-color: #009bc9;
    color: #fff;
}
#side-bar-form-popup form .actions:after {
    background-color: #fff;
    content: "";
    height: 19px;
    -webkit-mask-image: url(/wp-content/uploads/2025/05/Vector-1.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 18px 19px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
}
#side-bar-form-popup .form-columns-1, #side-bar-form-popup .form-columns-2 {
    max-width: 100%!important;
}
#side-bar-form-popup form .hs-form-field {
    margin-bottom: 32px;
}
#side-bar-form-popup .hs-form-booleancheckbox-display .hs-input, #side-bar-form-popup .hs-form-checkbox-display .hs-input {
    display: none;
}
#side-bar-form-popup .hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:before,#side-bar-form-popup .hs-form-checkbox label.hs-form-checkbox-display input:checked+span:before {
    background-color: #00a8da;
    border-color: #00a8da;
}
#side-bar-form-popup h3 {
    color: #3d3d42;
    margin: 0 0 32px;
}
#side-bar-form-popup .hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after,#side-bar-form-popup .hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after {
    background-color: transparent;
    background-image: url(https://144238368.fs1.hubspotusercontent-eu1.net/hubfs/144238368/cent_lp_2024/images/Vector-Nov-08-2024-02-29-33-9258-PM.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    content: "";
    height: 13px;
    left: 5px;
    position: absolute;
    top: 11px;
    transition: all .5s ease;
    width: 18px;
}


.multi-download-btn-wraper {
    display: flex;
    flex-wrap: wrap;
}
.multi-open-form-btn {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: calc(50% - 24px);
    margin: 0 12px 16px;
    align-items: center;
    background-color: #f2f2f2;
    flex-wrap: wrap;
    padding: 16px 24px 20px;
    position: relative;
    cursor: pointer;
}
.multi-open-form-btn span {
    width: 100%;
    text-align: start;
    color: #1f1f21;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    /* margin: 0 0 8px; */
}
.multi-open-form-btn label {
    width: 100%;
    text-align: start;
    margin: 0;
    cursor: pointer;
}
.multi-open-form-btn label span {
    color: #67676f;
    font-size: 11px;
    font-weight: 600;
    line-height: 1px;
}
button.multi-open-form-btn:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/05/Vector-1.svg);
    height: 18px;
    right: 25px;
    width: 20px;
    position: absolute;
    top: 30px;
    filter: brightness(0) saturate(100%) invert(51%) sepia(95%) saturate(2096%) hue-rotate(158deg) brightness(92%) contrast(101%);
}

@media (max-width:767px) {
.multi-download-btn-wraper {
    flex-direction: column;
}
.multi-open-form-btn {
    width: 100%;
    margin: 0 0px 16px;
}
.popup-inner {
    padding-left: 0;
}
.form-wraper {
    padding: 80px 20px 120px;
}
button.close-popup {
    right: 0;
    top: 0;
    left: unset;
    z-index: 1;
}
}