.dipl_button_item .dipl_button_horizontal_shutter_fill:hover .dipl_background_effect_wrap:after,
.dipl_button_item .dipl_button_horizontal_shutter_fill:hover .dipl_background_effect_wrap:before,
.dipl_button_item .dipl_button_link,
.dipl_button_item .dipl_button_vertical_shutter_fill:hover .dipl_background_effect_wrap:after,
.dipl_button_item .dipl_button_vertical_shutter_fill:hover .dipl_background_effect_wrap:before{
    background-size: cover;
    background-repeat: no-repeat;
}
.dipl_button_wrapper{line-height:1}
.dipl_button_item .dipl_button_link{
    display:inline-block;
    position:relative;
    background-position:center;
    overflow:hidden;
    padding:10px;
    border: 0 solid #333;
    text-decoration: none;
    transition: background-image .3s linear, background-color .3s linear, border .3s linear;
}
.dipl_button_item .dipl_background_effect_wrap{
    position: absolute;
    top: 0;
    left :0;
    width: 100%;
    height: 100%;
}
.dipl_button .dipl_button_item .dipl_button_link:before,
.dipl_button .dipl_button_item .dipl_button_link:after {
    display: none;
}
.dipl_button_item .dipl_button_secondary_text,
.dipl_button_item .dipl_button_text{
    position: relative;
    z-index: 2;
}
.dipl_button_item .dipl_button_text{
    font-size: 18px;
    line-height: 1.5;
}
.dipl_button_item .dipl_button_secondary_text{
    font-size: 14px;
    line-height: 1.5;
}
.dipl_button_icon{
    display: inline-block;
    position: relative;
}
.dipl_button_icon:after,.dipl_button_icon:before{
    display: inline-block;
    position: relative;
    z-index: -1;
    font-family: ETModules;
    font-size: inherit;
    line-height: inherit;
    vertical-align: middle;
}
.dipl_button_icon_left .dipl_button_icon:before{
    left: 0;
    padding-right: 6px;
    content: attr(data-icon);
}
.dipl_button_icon_right .dipl_button_icon:after{
    right: 0;
    padding-left: 6px;
    content: attr(data-icon);
}
@keyframes diplChangeIcon{
    0%{
        opacity: 0;
        visibility: 0;
        content: attr(data-icon);
    }
    100%{
        opacity: 1;
        visibility: visible;
        content: attr(data-icon-hover);
    }
}
.dipl_button_no_text,.dipl_button_no_text .dipl_button_text{line-height:0}
.dipl_button_no_text .dipl_button_icon:after,
.dipl_button_no_text .dipl_button_icon:before{
    line-height: 1;
    padding: 0;
}
.dipl_button_icon_on_hover .dipl_button_icon:after,
.dipl_button_icon_on_hover .dipl_button_icon:before{
    visibility: hidden;
    opacity: 0;
    transition: .3s linear;
}
.dipl_button_icon_on_hover .dipl_button_secondary_text:after,
.dipl_button_icon_on_hover .dipl_button_secondary_text:before{
    display: inline-block;
    content: "";
    visibility: hidden;
    opacity: 0;
    width: 0;
    transition: .3s linear;
}
.dipl_button_item .dipl_button_icon_on_hover:hover .dipl_button_icon{
    transform: translateX(0) !important;
}
.dipl_button_icon_on_hover:hover .dipl_button_icon:after,
.dipl_button_icon_on_hover:hover .dipl_button_icon:before{
    visibility: visible;
    opacity: 1;
}
.dipl_button_item .dipl_button_icon_on_hover.dipl_button_icon_left:hover .dipl_button_icon:before{
    left: 0 !important;
}
.dipl_button_item .dipl_button_icon_on_hover.dipl_button_icon_right:hover .dipl_button_icon:after{
    right: 0 !important;
}
.dipl_button_secondary_text{
    display: block;
}
.dipl_button_item .dipl_background_effect_wrap:after,
.dipl_button_item .dipl_background_effect_wrap:before{
    position: absolute;
    content: "";
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s linear;
}
.dipl_button_item .dipl_button_wipe_fill .dipl_background_effect_wrap:before{
    top :0;
    left :0;
    width: 100%;
    height: 100%;
    transform: translate(-100%,0) skew(-45deg);
    transform-origin: 0 0;
}
.dipl_button_item .dipl_button_wipe_fill:hover .dipl_background_effect_wrap:before{
    transform: translate(0,0);
}
.dipl_button_item .dipl_button_slide_down_fill .dipl_background_effect_wrap:before,
.dipl_button_item .dipl_button_slide_up_fill .dipl_background_effect_wrap:before,
.dipl_button_item .dipl_button_vertical_shutter_fill .dipl_background_effect_wrap:after,
.dipl_button_item .dipl_button_vertical_shutter_fill .dipl_background_effect_wrap:before{
    left: 0;
    width: 100%;
    height: 100%;
}
.dipl_button_item .dipl_button_slide_up_fill .dipl_background_effect_wrap:before,
.dipl_button_item .dipl_button_vertical_shutter_fill .dipl_background_effect_wrap:after{
    bottom: -100%;
}
.dipl_button_item .dipl_button_slide_up_fill:hover .dipl_background_effect_wrap:before{
    bottom: 0;
}
.dipl_button_item .dipl_button_slide_down_fill .dipl_background_effect_wrap:before,
.dipl_button_item .dipl_button_vertical_shutter_fill .dipl_background_effect_wrap:before{
    top: -100%;
}
.dipl_button_item .dipl_button_slide_down_fill:hover .dipl_background_effect_wrap:before{
    top: 0;
}
.dipl_button_item .dipl_button_slide_left_fill .dipl_background_effect_wrap:before,
.dipl_button_item .dipl_button_slide_right_fill .dipl_background_effect_wrap:before{
    top: 0;
    width: 100%;
    height: 100%;
}
.dipl_button_item .dipl_button_horizontal_shutter_fill .dipl_background_effect_wrap:after,
.dipl_button_item .dipl_button_slide_left_fill .dipl_background_effect_wrap:before{
    right: -100%;
}
.dipl_button_item .dipl_button_slide_left_fill:hover .dipl_background_effect_wrap:before{
    right: 0;
}
.dipl_button_item .dipl_button_horizontal_shutter_fill .dipl_background_effect_wrap:before,
.dipl_button_item .dipl_button_slide_right_fill .dipl_background_effect_wrap:before{
    left: -100%;
}
.dipl_button_item .dipl_button_slide_right_fill:hover .dipl_background_effect_wrap:before{
    left: 0;
}
.dipl_button_item .dipl_button_vertical_shutter_fill:hover .dipl_background_effect_wrap:before{
    top: -50%;
}
.dipl_button_item .dipl_button_vertical_shutter_fill:hover .dipl_background_effect_wrap:after{
    bottom: -50%;
}
.dipl_button_item .dipl_button_horizontal_shutter_fill .dipl_background_effect_wrap:after,
.dipl_button_item .dipl_button_horizontal_shutter_fill .dipl_background_effect_wrap:before{
    top: 0;
    height: 100%;
    width: 100%;
}
.dipl_button_item .dipl_button_horizontal_shutter_fill:hover .dipl_background_effect_wrap:before{
    left: -50%;
}
.dipl_button_item .dipl_button_horizontal_shutter_fill:hover .dipl_background_effect_wrap:after{
    right: -50%;
}.dipl_text_wrapper h1,.dipl_text_wrapper h2,.dipl_text_wrapper h3,.dipl_text_wrapper h4,.dipl_text_wrapper h5,.dipl_text_wrapper h6{padding-bottom:0;font-size:1.75rem;line-height:1.5;word-wrap:break-word}.dipl_double_color_heading .dipl_text_wrapper .dipl_text_stack{display:block}.et-pb-parallax-wrapper{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0}.et-pb-parallax-background{background-repeat:no-repeat;background-position:top;background-size:cover;position:absolute;bottom:0;left:0;width:100%;height:100%;display:block}.et-pb-parallax-background_widescreen,.et-pb-parallax-background_tabletWide,.et-pb-parallax-background_tablet,.et-pb-parallax-background_phoneWide,.et-pb-parallax-background_phone{display:none}.et-pb-parallax-background__hover{visibility:hidden}.et-pb-parallax-background--css{background-attachment:fixed}.et_pb_section:hover>.et-pb-parallax-wrapper .et-pb-parallax-background__hover,.et_pb_section:hover>.et_pb_parallax_css_wrap .et-pb-parallax-background__hover,.et_pb_row:hover>.et-pb-parallax-wrapper .et-pb-parallax-background__hover,.et_pb_row:hover>.et_pb_parallax_css_wrap .et-pb-parallax-background__hover,.et_pb_column:hover>.et-pb-parallax-wrapper .et-pb-parallax-background__hover,.et_pb_column:hover>.et_pb_parallax_css_wrap .et-pb-parallax-background__hover,.et_pb_module:hover>.et-pb-parallax-wrapper .et-pb-parallax-background__hover,.et_pb_module:hover>.et_pb_parallax_css_wrap .et-pb-parallax-background__hover{visibility:visible}.et_vb_hover>.et-pb-parallax-wrapper .et-pb-parallax-background__hover,.et_vb_hover>.et_pb_parallax_css_wrap .et-pb-parallax-background__hover{visibility:visible}.et_pb_section_parallax>.et-pb-parallax-content{position:relative;z-index:1}.et_pb_section_parallax .et_pb_team_member_description{z-index:2}.et_pb_section_parallax .et-pb-icon,.et_pb_section_parallax .et_pb_icon_list_text{z-index:1}@media only screen and (min-width:1440px){.et-pb-parallax-background:not(.et-pb-parallax-background_widescreen):not(.et-pb-parallax-background_tabletWide):not(.et-pb-parallax-background_tablet):not(.et-pb-parallax-background_phoneWide):not(.et-pb-parallax-background_phone):not(.et-pb-parallax-background__hover){display:block}.et-pb-parallax-background.et-pb-parallax-background_ultraWide:not(.et-pb-parallax-background__hover){display:block}}@media only screen and (min-width:1280px)and (max-width:1439px){.et-pb-parallax-background.et_parallax_bg_widescreen_exist:not(.et-pb-parallax-background__hover){display:none}.et-pb-parallax-background.et-pb-parallax-background_widescreen:not(.et-pb-parallax-background__hover){display:block}}@media only screen and (min-width:1025px)and (max-width:1279px){.et-pb-parallax-background.et_parallax_bg_desktop_exist:not(.et-pb-parallax-background__hover){display:none}.et-pb-parallax-background:not(.et-pb-parallax-background_tabletWide):not(.et-pb-parallax-background_tablet):not(.et-pb-parallax-background_phoneWide):not(.et-pb-parallax-background_phone):not(.et-pb-parallax-background__hover){display:block}}@media only screen and (min-width:981px)and (max-width:1024px){.et-pb-parallax-background.et_parallax_bg_tabletWide_exist:not(.et-pb-parallax-background__hover){display:none}.et-pb-parallax-background.et-pb-parallax-background_tabletWide:not(.et-pb-parallax-background__hover){display:block}}@media only screen and (max-width:980px){.et-pb-parallax-background.et_parallax_bg_tablet_exist:not(.et-pb-parallax-background__hover){display:none}.et-pb-parallax-background.et-pb-parallax-background_tablet:not(.et-pb-parallax-background__hover){display:block}.et-pb-parallax-wrapper:not(:has(.et_parallax_bg_tablet_exist)) .et-pb-parallax-background.et_parallax_bg_tabletWide_exist:not([class*=et-pb-parallax-background_]):not(.et-pb-parallax-background__hover),.et_pb_parallax_css_wrap:not(:has(.et_parallax_bg_tablet_exist)) .et-pb-parallax-background.et_parallax_bg_tabletWide_exist:not([class*=et-pb-parallax-background_]):not(.et-pb-parallax-background__hover){display:none}.et-pb-parallax-wrapper:not(:has(.et_parallax_bg_tablet_exist)) .et-pb-parallax-background.et-pb-parallax-background_tabletWide:not(.et-pb-parallax-background__hover),.et_pb_parallax_css_wrap:not(:has(.et_parallax_bg_tablet_exist)) .et-pb-parallax-background.et-pb-parallax-background_tabletWide:not(.et-pb-parallax-background__hover){display:block}}@media only screen and (max-width:860px){.et-pb-parallax-background.et_parallax_bg_phoneWide_exist:not(.et-pb-parallax-background__hover){display:none}.et-pb-parallax-background.et-pb-parallax-background_phoneWide:not(.et-pb-parallax-background__hover){display:block}}@media only screen and (max-width:767px){.et-pb-parallax-background.et_parallax_bg_phone_exist:not(.et-pb-parallax-background__hover){display:none}.et-pb-parallax-background.et-pb-parallax-background_phone:not(.et-pb-parallax-background__hover){display:block}}.et_pb_section:hover:has(.et-pb-parallax-background__hover)>.et-pb-parallax-wrapper .et-pb-parallax-background:not(.et-pb-parallax-background__hover):not([class*=__sticky]),.et_pb_section:hover:has(.et-pb-parallax-background__hover)>.et_pb_parallax_css_wrap .et-pb-parallax-background:not(.et-pb-parallax-background__hover):not([class*=__sticky]),.et_pb_row:hover:has(.et-pb-parallax-background__hover)>.et-pb-parallax-wrapper .et-pb-parallax-background:not(.et-pb-parallax-background__hover):not([class*=__sticky]),.et_pb_row:hover:has(.et-pb-parallax-background__hover)>.et_pb_parallax_css_wrap .et-pb-parallax-background:not(.et-pb-parallax-background__hover):not([class*=__sticky]),.et_pb_column:hover:has(.et-pb-parallax-background__hover)>.et-pb-parallax-wrapper .et-pb-parallax-background:not(.et-pb-parallax-background__hover):not([class*=__sticky]),.et_pb_column:hover:has(.et-pb-parallax-background__hover)>.et_pb_parallax_css_wrap .et-pb-parallax-background:not(.et-pb-parallax-background__hover):not([class*=__sticky]),.et_pb_module:hover:has(.et-pb-parallax-background__hover)>.et-pb-parallax-wrapper .et-pb-parallax-background:not(.et-pb-parallax-background__hover):not([class*=__sticky]),.et_pb_module:hover:has(.et-pb-parallax-background__hover)>.et_pb_parallax_css_wrap .et-pb-parallax-background:not(.et-pb-parallax-background__hover):not([class*=__sticky]){visibility:hidden}.et_vb_hover:has(.et-pb-parallax-background__hover)>.et-pb-parallax-wrapper .et-pb-parallax-background:not(.et-pb-parallax-background__hover):not([class*=__sticky]),.et_vb_hover:has(.et-pb-parallax-background__hover)>.et_pb_parallax_css_wrap .et-pb-parallax-background:not(.et-pb-parallax-background__hover):not([class*=__sticky]){visibility:hidden}@media only screen and (max-width:767px){.et-pb-parallax-hidden-phone{display:none!important}}@media only screen and (max-width:980px){.et-pb-parallax-hidden-tablet{display:none!important}}.et-fb-form__toggle[data-name=timeline_time] .ui-timepicker-div{
    display: none !important;
}
#et-fb-app .dipl_timeline_left .dipl_date_tree .dipl_stem_center,
#et-fb-app .dipl_timeline_right .dipl_date_tree .dipl_stem_center{
    width: 200px;
}
#et-fb-app .dipl_timeline_left_stem.dipl_date_tree_stem .dipl_stem_wrapper{
    right: 100px;
    transform: translateX(50%);
}
#et-fb-app .dipl_timeline_right_stem.dipl_date_tree_stem .dipl_stem_wrapper{
    left: 100px;
    transform: translateX(-50%);
}
.dipl_timeline .dipl_timeline_wrapper{display:flex;flex-direction:column}
.dipl_timeline .dipl_icon_wrapper{line-height:1;margin-bottom:12px}
.dipl_timeline .dipl_date_tree .dipl_icon_wrapper{z-index:1}
.dipl_timeline .dipl_date_tree .dipl_time_wrapper{text-align:center}
.dipl_timeline .dipl_item_icon.et-pb-icon{font-size:32px}
.dipl_timeline .dipl_icon_tree .et-pb-icon{background:#fff}
.dipl_timeline .dipl_item_content_inner{
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center;
}
.dipl_timeline .dipl_item_time{margin-bottom:8px}
.dipl_timeline .dipl_timeline_left .dipl_timeline_item .dipl_timeline_item_wrapper,
.dipl_timeline .dipl_timeline_right .dipl_timeline_item .dipl_timeline_item_wrapper{width:100%}
.dipl_timeline .dipl_item_content{position:relative;z-index:1}
.dipl_timeline .dipl_stem_center{z-index:1}
.dipl_timeline .dipl_stem_wrapper{width:2px;background:#eee;position:absolute;top:0;z-index:-1}
.dipl_timeline_alternate_stem .dipl_stem_wrapper{left:50%;right:auto;transform:translateX(-50%)}
.dipl_timeline_left_stem .dipl_stem_wrapper{right:0}
.dipl_timeline_right_stem .dipl_stem_wrapper{left:0}
.dipl_timeline .dipl_item_circle{
    width: 32px;
    height: 32px;
    border: 4px solid #eee;
    display: block;
    border-radius: 50%;
    background: #fff;
}
.dipl_timeline .dipl_border_fill,.dipl_timeline .dipl_icon_fill{transition:ease 1s}
.dipl_timeline .dipl_timeline_alternate .dipl_timeline_item:nth-child(odd) .dipl_timeline_item_wrapper{
    flex-direction: row-reverse;
}
.dipl_timeline .dipl_timeline_alternate .dipl_timeline_item .dipl_item_content_inner{padding:20px}
.dipl_timeline .dipl_timeline_alternate .dipl_timeline_item:nth-child(even) .dipl_item_content_inner{text-align:right}
.dipl_timeline .dipl_timeline_alternate .dipl_timeline_item .dipl_item_content .dipl_triangle{
    display:block;height:20px;width:20px;background:inherit;border:inherit;
    position:absolute;clip-path:polygon(0px 0px,20px 20px,0px 20px);top:calc(50% - 15px)
}
.dipl_timeline .dipl_timeline_alternate .dipl_timeline_item:nth-child(odd) .dipl_item_content .dipl_triangle{
    left:-9px;transform:rotate(45deg)
}
.dipl_timeline .dipl_timeline_alternate .dipl_timeline_item:nth-child(even) .dipl_item_content .dipl_triangle{
    right:-9px;transform:rotate(225deg)
}
.dipl_timeline .dipl_timeline_right .dipl_timeline_item .dipl_timeline_item_wrapper{
    flex-direction: row;
    float: right;
}
.dipl_timeline .dipl_timeline_right .dipl_item_content_inner{padding:20px}
.dipl_timeline .dipl_timeline_right .dipl_item_content{margin-left:20px}
.dipl_timeline .dipl_timeline_right_stem .dipl_stem_wrapper{transform:translateX(-50%)}
.dipl_timeline .dipl_timeline_right .dipl_item_content .dipl_triangle{
    display:block;
    height:20px;
    width:20px;
    background:inherit;
    border:inherit;
    position:absolute;
    left:-9px;
    clip-path:polygon(0px 0px,20px 20px,0px 20px);
    transform:rotate(45deg);top:calc(50% - 15px);
}
.dipl_timeline .dipl_timeline_left .dipl_timeline_item .dipl_timeline_item_wrapper{flex-direction:row-reverse}
.dipl_timeline .dipl_timeline_left .dipl_item_content_inner{padding:20px}
.dipl_timeline .dipl_timeline_left .dipl_item_content{margin-right:20px;text-align:right}
.dipl_timeline .dipl_timeline_left .dipl_item_content .dipl_triangle{
    display:block;height:20px;width:20px;background:inherit;border:inherit;
    position:absolute;right:-9px;clip-path:polygon(0px 0px,20px 20px,0px 20px);transform:rotate(225deg);
    top:calc(50% - 15px)
}
.dipl_timeline .dipl_timeline_left_stem .dipl_stem_wrapper{transform:translateX(50%)}

@media only screen and (max-width:767px){
    .dipl_timeline .dipl_timeline_item .dipl_icon_tree .dipl_stem_center{margin-left:0;margin-right:15px}
    .dipl_timeline .dipl_timeline_alternate .dipl_timeline_item:nth-child(even) .dipl_item_content_inner{text-align:left}
    .dipl_timeline .dipl_timeline_alternate .dipl_timeline_item:nth-child(even) .dipl_icon_tree{flex-direction:row-reverse}
    .dipl_timeline .dipl_timeline_alternate .dipl_timeline_item:nth-child(even) .dipl_icon_tree .dipl_item_content .dipl_triangle{
        display:block;height:20px;width:20px;background:inherit;border:inherit;position:absolute;
        left:-9px;clip-path:polygon(0px 0px,20px 20px,0px 20px);transform:rotate(45deg);top:calc(50% - 15px)
    }
    .dipl_timeline .dipl_timeline_left .dipl_timeline_item .dipl_date_tree.dipl_timeline_item_wrapper{flex-direction:column}
    .dipl_timeline .dipl_timeline_left .dipl_item_content{margin-right:0}
    .dipl_timeline .dipl_timeline_right .dipl_timeline_item .dipl_date_tree.dipl_timeline_item_wrapper{flex-direction:column}
    .dipl_timeline .dipl_timeline_right .dipl_item_content{margin-left:0}
    .dipl_timeline .dipl_timeline_alternate .dipl_timeline_item .dipl_date_tree.dipl_timeline_item_wrapper{
        flex-direction: column-reverse
    }
    .dipl_timeline .dipl_timeline_alternate .dipl_timeline_item .dipl_date_tree .dipl_stem_center{margin:0 0 30px}
    .dipl_timeline .dipl_date_tree_stem .dipl_stem_wrapper{top:0!important;height:100%!important}
    .dipl_timeline .dipl_timeline_alternate_stem.dipl_date_tree_stem .dipl_stem_wrapper,
    .dipl_timeline .dipl_timeline_left_stem.dipl_date_tree_stem .dipl_stem_wrapper,
    .dipl_timeline .dipl_timeline_right_stem.dipl_date_tree_stem .dipl_stem_wrapper{
        left: 50%!important;
        transform: translateX(-50%);
    }
    .dipl_timeline .dipl_date_tree .dipl_item_content{margin:0}
    .dipl_timeline .dipl_date_tree .dipl_item_content .dipl_triangle{display:none!important}
    .dipl_timeline .dipl_timeline_alternate .dipl_date_container{display:none}
}

/* Timeline Item. */
.et-fb-form__toggle[data-name=timeline_time] .ui-timepicker-div{display:none!important}
.dipl_timeline_item .dipl_timeline_item_wrapper{display:flex;align-items:center}
.dipl_timeline_item .dipl_stem_center{
    display:flex;justify-content:center;align-items:center;flex-grow:0;flex-shrink:0;max-width:300px;width:auto
}
.dipl_timeline_alternate .dipl_timeline_item .dipl_stem_center{order:1;margin:0 20px}
.dipl_timeline_alternate .dipl_date_container,
.dipl_timeline_alternate .dipl_item_content{
    flex-basis:50%;max-width:100%;position:relative;flex-grow:1
}
.dipl_timeline_alternate .dipl_date_container{order:2}
.dipl_timeline_item .dipl_item_content .dipl_triangle,
.dipl_timeline_item .dipl_item_content_inner{border-style:solid}
.dipl_timeline_item .dipl_item_time{font-size:18px;line-height:1.5em}
.dipl_timeline_item .dipl_date_tree .dipl_item_time{
    padding:12px 20px;display:inline-block;width:100%;word-wrap:anywhere
}
.dipl_timeline_item .dipl_item_title{word-wrap:anywhere}
.dipl_timeline_item .dipl_time_wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    border:5px solid #000;
    border-radius:50%;
    background:#fff;
}
.dipl_timeline_item .dipl_time_wrapper:before{content:'';display:block;padding-top:100%}
.dipl_timeline_item .dipl_date_tree .dipl_image_wrapper{display:flex}
.dipl_timeline_item:nth-child(odd) .dipl_date_tree .dipl_image_wrapper{justify-content:flex-start}
.dipl_timeline_item:nth-child(even) .dipl_date_tree .dipl_image_wrapper{justify-content:flex-end}
.dipl_timeline_item .dipl_icon_tree .dipl_image_wrapper{display:inline-block}
.dipl_timeline .dipl_timeline_item .dipl_item_content{overflow:visible!important}