.cta--button--container{
    position: relative;
    padding: 6px;
    border-radius: 30px;
}
.cta--button{
    border-radius: 30px;
    padding:10px 30px;
    color: #ffffff;
    background-color: #000000;
}
.text-white{
    color: #ffffff;
}
.text-black{
    color: #000000;
}


.d-inline-block{
    display: inline-block;
}

.inner-block-500 {
    max-width: 500px;
}

.inner-block-1120 {
    max-width: 1120px;
}


.inner-block-1000 {
    max-width: 1000px;
}

.accent--gradient {
    height: auto !important;
}

.btn--submit{
    background-color: #000000;
}

.my-3.cboxes .wpcf7-form-control-wrap {
    display: inline-block;
    margin-bottom: 10px;
}

.field-row {
    margin-bottom: 25px;
}
.field-row label {
    margin-bottom: 10px;
}
.form .form-field-container {
    padding: 2px !important;
}

.calendly-badge-content{
    opacity: 0 !important;
}

.ti-cursor{
    display: none !important;
}

.form-field-container textarea  {
    width: 100%;
    background-color: #000;
    color: #ffffff;
    padding: 10px;
}

@media (max-width: 767px) {


    .sso-section img {
        max-width: 36% !important;
    }

    .oxy-header-center {
        justify-content: end !important;
    }
    .oxy-header-container{
        width:100%;
        max-width: 100%;
    }


    #contact-form-section .accent--gradient--animated,
    #contact-form-section .accent--gradient--animated label,
    #contact-form-section .accent--gradient--animated label input
    {
        max-width: 100%;
    }

    #contact-form-section .ct-fancy-icon{
        display: none !important;
    }

    #tagline{
        position: absolute;
        left: 25px;
    }
}


@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(0.9); opacity: 0.7; }
    50% { -webkit-transform: scale(1); opacity: 1; }
    100% { -webkit-transform: scale(0.9); opacity: 0.7; }
}

@keyframes pulse {
    0% { transform: scale(0.9); opacity: 0.7; }
    50% { transform: scale(1); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.7; }
}

.pulse-container img{
    -webkit-animation: pulse 2s infinite ease-in-out;
    -o-animation: pulse 2s infinite ease-in-out;
    -ms-animation: pulse 2s infinite ease-in-out;
    -moz-animation: pulse 2s infinite ease-in-out;
    animation: pulse 2s infinite ease-in-out;
}

.chklist{
    color: #fff;
    font-size: 1.2rem;
}
.chklist li{
    margin-bottom:20px;
}

.b-block {
    border-radius: 10px;
    padding: 10px !important;
    height: 100%;
    color: #aaaaaa;
    cursor: pointer;
}

.b-block {
    background: #ffffff;
    box-shadow: -10px -10px 15px rgba(255,255,255,0.5),
    10px 10px 15px rgba(70,70,70,0.12);
}

.shrink-bg {
    animation: shrink 15s infinite alternate;
}


@keyframes shrink {
    0% {
        background-size: 130% 130%;
    }
    100% {
        background-size: 100% 100%;
    }
}

#tagline {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 1rem;
    width: 100%
}
.tagline-text {
    display: inline-block;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    white-space: nowrap;
    left: 12px;
    font-weight: 600;
}
.dc-contact-form p {
    margin: 0;
}
.dc-contact-form input {
    border: 0;
}

.wpcf7-submit{
    border-radius: 30px;
    padding: 10px 30px;
    color: #ffffff;
    background-color: #000000;
}
.slick-track {
    display: flex;
    align-items: center;
}

.slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

#ndisp{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    transform: translate(-50%, -50%);
}

.slick-slide
{
    margin: 20px;
}


#customer_logo_section img{
    max-width: 180px;
    height: auto;
}

.iubenda-cs-brand-badge, .go4269172405{
    display: none !important;
}


.landing-btn:hover{
    color: #fff;
}


.page #iubenda-cs-banner .iubenda-cs-close-btn,
.page #iubenda-cs-banner .iubenda-cs-close-btn:hover {
    color: #fff !important;
    opacity: 0.1 !important;
}


#iubenda-cs-banner, .iubenda-tp-btn-container{
    display:none !important;
    height: 0 !important;
    opacity: 0 !important;
}
#vantaggi-section .row.gy-4:hover .text-secondary{
    opacity: 1;
}


.site-content .ast-single-post-featured-section img {
    display: none !important;
}

body a {
    color: #000000;
    text-decoration: none;
}


.dc-adotta-link {
    color: #ffffff;
    background-color: #42b9d7;
    border-radius: 20px;
    max-height: 40px;
    line-height: 20px;
    padding: 10px 25px;
}

li.dropdown-header, .dropdown-divider {
    display: none;
    height: 0;
    padding: 0;
    margin: 0;
}

.pmpro_form_field-password {
    width: 48% !important;
}