.dipl_background_switcher_wrap{
position: relative;
overflow: hidden;
}
.dipl_background_switcher_inner{
display: flex;
} .dipl_background_switcher .dipl_background_switcher_wrap .dipl_background_switcher_item{
margin-bottom: 0;
}
.dipl_background_switcher_item{
position: relative;
overflow: hidden;
flex: 1;
flex-grow: 1;
flex-shrink: 1;
flex-basis: 0;
z-index: 3;
transition: 300ms;
}
.dipl_background_switcher_item > div,
.dipl_background_switcher_item > .et_pb_module_inner{
height: 100%;
}
.dipl_bg_switcher_item_wrap{
position: relative;
height: 100%;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.dipl_bg_switcher_content{
padding: 20px;
}
.dipl-bg-switcher-btn-wrap{
margin-top: 10px;
}
.dipl-bg-switcher-btn-wrap .et_pb_button{
display: inline-block;
}
.dipl_bg_switcher_hover_content{
overflow: hidden;
scrollbar-width: none;
transform-origin: bottom;  display: none;
}
.dipl_background_switcher_item:hover .dipl_bg_switcher_hover_content{
overflow: auto;
scrollbar-width: none;
} .dipl_background_switcher_image{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: 0;
z-index: 1;
overflow: hidden;
transition-duration: 300ms;
}
.dipl_background_switcher_item.dipl-bg-switcher-hover + .dipl_background_switcher_image{
opacity: 1;
transform: scale(1.05);
}  .dipl_background_switcher_image img,
.dipl_background_switcher_image .dipl_switcher_item_background{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
background-color: #aaa;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}.dipl_table_of_contents{
background-color: #fafafa;
}
.dipl-table-of-contents-wrapper{
border: 1px solid #dddddd;
}
.dipl-table-of-contents-title{
padding: 20px;
font-size: 20px;
background-color: #101010;
color: #ffffff;
}
.dipl-table-of-contents-content{
padding: 20px;
}
.dipl-table-of-contents-content tableofcontents{
display: block;
} .dipl-table-of-contents-content tocsecentry{
position: relative;
display: block;
margin: 10px 0;
font-size: 16px;
} .dipl-table-of-contents-content sectionnum{
margin-right: 8px;
color: #000000;
} .dipl-table-of-contents-content tocsecentry tableofcontents{
display: block;
margin-left: 1rem;
} .dipl-table-of-contents-content sectionsubject{
cursor: pointer;
color: #0073aa;
}