
.custom_container{
    min-height: 650px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding:20rem 13.2rem;
    margin: 0 auto;
    overflow-x: hidden;
}
.ud_events_bg{
    position: relative;
    background-image: none;
}
.bck_overlay_events{
    width: 100%;
    max-height: max-content;
    position: absolute;
    top: 7%;
    left: 0;
    background-image: url("../images/sensibilizzazione_overlay.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*---------------------*/

/*
* Events Section
*/

.ud_events_bg.slick-slide.slick-current.slick-active{
    width: 100% !important;
}
.slick-slide{
    width: 100vw;
    /* max-width: 1366px; */
}

h3 {
    margin:0.5rem 0; 
}

.sliderContainer {
    position: relative;
}

.slider {
    width: 100%;
}
.slick-list,
.slick-track{
    z-index: 0;
}
.slider .btn-ud-basicBlue{
    display: block;
    width: 30%;
    margin-top:1.6rem;
    padding:1.8rem;
    text-align: center;
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.4rem;
}
.slider .btn-ud-basicBlue:hover{
    background: #3E98A7;
    color:var(--white);
}
.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-dots {
    bottom: -3rem;
}

.slick-slide:nth-child(odd) {
    background: transparent;
}
.slick-current.slick-active img{
    animation: fadezoom 2s 0s backwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
 
.progressBarContainer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -50px;
    max-height: 15.5rem;
}
  
.progressBarContainer div {
    display: block;
    width: 35%;
    padding: 0;
    cursor: pointer;
    float: left;
    background-color: var(--white);
}
.progressBarContainer .item:not(.disabled) span.progressBar{
    display: none;
}
.progressBarContainer .item:not(.disabled){
    min-height: 155px;
    border-bottom: 5px solid var(--white);
}
.progressBarContainer div h4,
.progressBarContainer div p{
    font-family: barlow_condensedmedium;
    font-style: normal;
    color:var(--text);
}

.progressBarContainer .item.disabled h4,
.progressBarContainer .item.disabled p,
.progressBarContainer .item.disabled p span,
.progressBarContainer .item.disabled p span a{
    color:var(--lightGrey);
    pointer-events: all !important;
}
.progressBarContainer div h4{
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-left:1.9rem;
    margin-right:1.9rem;
    margin-bottom: 4rem;
    min-height: 58px;

}
.progressBarContainer div p{
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 2rem;
    margin: 2.9rem 1.9rem 0.8rem 1.9rem;
}

.progressBarContainer div:last-child {
    margin-right: 0;
}
  
.progressBarContainer div span.progressBar {
    width: 100%;
    height: 5px;
    background-color: var(--blueHover2);
    display: block;
}
  
.progressBarContainer div span.progressBar .inProgress {
   background-color: var(--basicBlue);
   width: 0%;
   height: 4px;
}
.slick-slide{
    z-index: 0;
}

#ud_first_static_block{
    min-height: 680px;
    background-color: #F5FAFB;
    padding:19.6rem 0 5.5rem 0;
    margin-top:-11rem;
    margin-bottom: 5.7rem;
}
#ud_first_static_block h3,
#ud_first_static_block h3 span{
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 4rem;
    line-height: 5.2rem;
}

#ud_first_static_block p{
    font-family:  barlowregular;
    font-style: normal;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 30px;
    color:var(--text);
}

.ud_first_block_box_images{
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ud_first_block_box_images .overlay{
    position: absolute;
    bottom: 7%;
    right: 1%;
}
.ud_first_block_box_images .second_image{
    position: absolute;
    top: 29px;
    right: -13%;
}
.ud_first_block_box_images .third_image{
    position: absolute;
    bottom: -22%;
    left: 0;
}
.ud_first_block_box_images .second_image,
.ud_first_block_box_images .third_image{
    border:5px solid var(--white);
}
.ud_box_data h3{
    margin-bottom: 0.8rem;
}
.border-r{
    border-right: 1px solid var(--lightGrey);
}
#ud_first_static_block .btn-ud-transparent{
    width: 33.4%;
}
.ud_box_data p{
    line-height: 2.2rem;
}
#ud_first_static_block .btn-ud-transparent:hover{
    background: #F0F2F8;
    border: 1px solid #53AFBE;
    box-sizing: border-box;
    color: var(--basicBlue);
}
#ud_first_static_block  a.btn-ud-transparent::after{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../icons/arrowRight_dark.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding:0.2rem 0;
}
.mb-24{
    margin-bottom:24px;
}

 .ud_events_caption h2{
    margin-top:0;
}
.ud_events_caption p{
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 24px;
    color: var(--white);
}
.ud_events_caption p span{
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 24px;
}
.ud_events_caption p span a{
    font-family: barlow_condensed;
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 24px;
}
.ud_events_caption{
    display: inline-block;
    width: 60%;
    z-index: 99;
    margin-bottom: 3rem;
}
.slick-active .ud_events_caption,
.slick-active .box_video{
    position: relative;
    animation: myfirst 3s;
    animation-direction: alternate;
}
@keyframes myfirst {
    0%   {top: 200px;}
    50%  {top: 0px;}
    100% {top: 0px;}
}

.ud_events_bg .box_video{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    background-color:#696a75 ;
}

.ud_events_caption p span a{
    margin-left: 0.3rem;
    color:var(--white);
}
/*---------------------*/

/*
    * Campagna Section
*/
#ud_tv .ud_tv_content{
    min-height: 450px;
}
.ud_tv_content_image{
    position: relative;
    float:right;
    text-align: right;
}
.ud_tv_content_image img{
    -webkit-box-shadow: -31px 20px 15px 0px #F5FAFB; 
    box-shadow: -31px 20px 15px 0px #F5FAFB;
    position: relative;
}
.ud_tv_content_image .btn_play_video{
    position: absolute;
    top: 163px;
    left: 45%;
    width: 70px;
    height:70px;
    border-radius: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-appearance:none;
    display: flex;
    align-items: center;
    
}
.ud_tv_content_image .box_video{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0%;
}
.ud_tv_content_image .box_video iframe{
    min-height: 100%;
    min-width: 100%;
}
.ud_tv_content_title,
.ud_tv_content_text{
    float:left;
}
.ud_tv_content_title{
    max-width: 25%;
    padding-left: 2.4rem;
    border-left: 1px solid var(--basicBlue);
    margin-bottom:25px;
}
.ud_tv_content_title h3,
.ud_tv_content_title h3 span{
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 4rem;
    line-height: 48px;
}
.ud_tv_content_text{
    max-width:35%;
}
.ud_tv_content_text p{
    font-family: barlowregular;
    font-style: normal;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 30px;
}
/*---------------------*/

/*
    * Counter Section
*/
#ud_counter_banner{
    min-height: 250px;
    position: relative;
    z-index: 99;
}

.ud_counter_back{
    background-color: var(--basicBlue);
    padding:50px 116px;
}
.ud_counter_back h2{
    font-family: barlow_condensedmedium;
    font-style: Medium;
    font-size: 6rem;
    line-height: 72px;
    color: var(--white);
}
.ud_counter_back h3{
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 29px;
    color: var(--white);
}
.ud_counter_back p{
    font-family: barlow_condensedmedium;
    font-style: regular;
    font-size: 2rem;
    line-height: 24px;
    color: var(--white);
}
.ud_counter_back .ud_single_count{
    background-image: url('../images/icons/leaf.svg');
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: left top;
}
.ud_counter_back .btn_ud_counter{
    width: 95%;
}
.ud_counter_back .btn_ud_counter:hover{
    background: #3E98A7;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    color:var(--white);
}
.ud_counter_back .btn_ud_counter::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../icons/arrowRight_white.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding:0.2rem 0;
}
.ud_counter_back .progress-bar{
    background-color: var(--orange);
}
/*---------------------*/

/*
    * Donate Section
*/
#ud_choose_donate{
    min-height: 670px;
    margin-top: -50px;
    margin-bottom: 100px;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: hidden;
}
#ud_choose_donate .row:first-child{
    border-bottom: 1px solid #e5e5e5;
}
#ud_choose_donate .ud_choose_box_image{
    width: 632px;
}
#ud_choose_donate .ud_choose_donate_box{
    position: relative;
}
#ud_choose_donate .ud_choose_donate_box .ud_choose_quote{
    width: 600px;
    margin-top:-135px;
}
#ud_choose_donate .ud_choose_donate_box .ud_choose_quote .slick-track{
    max-width: 600px;
}
#ud_choose_donate .ud_choose_donate_box .ud_choose_quote .slick-track .slick-slide{
    display: flex;
    flex-direction: column;
    float:none;
}
#ud_choose_donate .ud_choose_donate_box .ud_choose_quote  h3{
    font-family: barlowregular;
    font-style: normal;
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 30px;
    margin-bottom: 0.8rem;
    text-align: center;

}
#ud_choose_donate .ud_choose_donate_box .ud_choose_quote  p{
    font-family: barlowregular;
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 30px;
    width: 55%;
    text-align: right;
}
#ud_choose_donate .ud_choose_card .ud_donate_form form .acf-fields{
    max-height: 355px;
}
#ud_choose_donate .ud_choose_card .ud_donate_form form .acf-form-submit{
    margin: 0;
}
#ud_choose_donate .ud_choose_donate_box .ud_choose_donate_overlay{
    min-height: 744px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#ud_choose_donate .ud_choose_donate_box h5{
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 1.2rem;
}
#ud_choose_donate .ud_choose_donate_box_carousel{
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 208px;
    background-color: #F5FAFB;
    padding: 3.8rem 0 4.8rem 0;
}
#ud_choose_donate .ud_choose_donate_box_carousel .carousel .carousel-caption{
    text-align: left;
    position: inherit;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
}
#ud_choose_donate .ud_choose_donate_box .carousel .carousel-inner .carousel-item{
    opacity: 0;
    transition: opacity .8s ease-out;
    transition-property: opacity;
}
#ud_choose_donate .ud_choose_donate_box .carousel .carousel-inner .carousel-item.active{
    opacity: 1;
    min-height: 170px;
    z-index: 99999;
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}
#ud_choose_donate .ud_choose_donate_box .carousel .carousel-inner{
    padding:0 13.1rem;
}

.ud_choose_donate_overlay .carousel .carousel-item .carousel-caption h5{
    font-family: barlowregular;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3rem;
}
.ud_choose_donate_overlay .carousel .carousel-item .carousel-caption span{
    font-family: barlowregular;
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 3rem;
}

#ud_choose_donate .ud_choose_donate_box_carousel .carousel .carousel-caption h5{
    font-family: barlowregular;
    font-style: normal;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3rem;
    margin-top: 2.4rem;
    margin-bottom: 1rem;
}
#ud_choose_donate .ud_choose_donate_box_carousel .carousel .carousel-caption span{
    font-family: barlowregular;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 3rem;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

.ud_choose_card{
    padding:0 4.6rem 0 6.6rem;
}
.ud_choose_card div.acf-fields.acf-form-fields.-top div.acf-field.acf-field-radio.acf-field-6089a99d56f5c div.acf-input ul{
    padding:0;
    margin:0;
}

.ud_choose_donate_title{
    margin:10rem 0 4rem 0;
}

.ud_choose_donate_single_card{
    min-height: 224px;
    border-right:24px solid var(--white);
    background-color: #F0F2F8;
    cursor:pointer;
}
.ud_choose_donate_single_card.active{
    background-color:var(--basicBlue);
    color:var(--white);
}

.ud_choose_donate_single_card h2{
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 4.8rem;
    line-height: 58px;
    padding:25px 35px;
}
.ud_choose_donate_text p{
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 30px;
    margin-bottom: 2.4rem;
}
.form-control.import{
    max-width: 87%;
    min-height: 7rem;
    font-family: barlowregular;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 2.4rem;
}
.home .ud_choose_card .acf-form{
    width: 100%;
    padding: 0 1.5rem;
}
.home .ud_choose_card .acf-form-submit::after{
    position: absolute;
    right: 14%;
    bottom: 13.7%;
}

/*---------------------*/


/*
    * Quote Section
*/
#ud_last_stories{
    margin-bottom: 6rem;
    border-bottom: 1px solid #E5E5E5;
}
#ud_last_stories .ud_last_stories_title h3, 
#ud_last_stories .ud_last_stories_title h3 span{
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 4rem;
    line-height: 4.8rem;
}
#ud_last_stories .ud_last_stories_title a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.4rem;
    padding: 0.8rem;
    color:var(--basicBlue);
}
#ud_last_stories .ud_last_stories_title a:hover{
    background-color: #F0F2F8;
}
#ud_last_stories .ud_last_stories_title a::after{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../icons/arrowRight_dark.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding:0.2rem 0;
}
#ud_last_stories .ud_single_storie{
    margin-bottom: 4.8rem;
    overflow: hidden;
}
#ud_last_stories .ud_single_storie .stories_animation{
    display: block;
    max-height: 220px;
    overflow: hidden;
}
.ud_single_storie a img,
.ud_archive_single_archive_image a img{
    /* -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; */
    max-width: 100%;
    transition: transform .8s cubic-bezier(.29,.86,.29,.86);
    overflow: hidden;
}
.ud_single_storie:hover a img,
.ud_archive_single_archive_image:hover a img{
    transform: scale(1.15);
}
#ud_last_stories .ud_single_storie p{    
    margin-bottom:0.8rem;
}
#ud_last_stories .ud_single_storie p span a{
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 2rem;
}
#ud_last_stories .ud_single_storie span{
    margin-right: 1rem;
}
/*---------------------*/
/*
    * Quote Section
*/
.blockquote{
    margin-bottom: 81px;
}
.blockquote p{
    font-family: barlow_condensedmedium;
    font-style: normal;
    font-weight: normal;
    font-size: 4rem;
    line-height: 4.8rem;
    text-align: center;
    color:var(--secondaryBlue);
}
.blockquote span{
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 3rem;
    color:var(--secondaryBlue);
}