.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}.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_highlighter_wrapper span{
	line-height: 1.7em;
	display: inline-block;
}
.dipl_text_highlighter_inner_wrapper,
.dipl_text_highlighter_wrapper{
	position: relative;
}
.dipl_text_highlighter_wrapper svg{
	position: absolute;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	overflow: visible;
}
.dipl_text_highlighter_wrapper.dipl_highlight_curly_line svg,
.dipl_text_highlighter_wrapper.dipl_highlight_double_underline svg,
.dipl_text_highlighter_wrapper.dipl_highlight_underline svg,
.dipl_text_highlighter_wrapper.dipl_highlight_zigzag svg{top:100%}
.dipl_text_highlighter_wrapper.dipl_highlight_diagonal svg{top:50%}
.dipl_text_highlighter_wrapper.dipl_highlight_circle svg{top:45%}
.dipl_text_highlighter_wrapper.dipl_highlight_cross svg{top:55%}

.dipl_text_highlighter_wrapper svg path{
	animation-name: dipl-dash-animation;
	animation-duration: 3s;
	animation-delay: 0s;
	animation-fill-mode: forwards;
	opacity: 0;
	fill: none;
	stroke-dasharray: 1500;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.dipl_text_highlighter_stack .dipl_text_highlighter_post_inner_wrapper,
.dipl_text_highlighter_stack .dipl_text_highlighter_pre_inner_wrapper{
	display:block;
}
@keyframes dipl-dash-animation{
	0%{ stroke-dasharray: 0 1500;opacity: 1; }
	100%{ stroke-dasharray: 1500 1500;opacity: 1; }
}
.dipl_text_highlighter_wrapper.dipl_highlighter_text.dipl_text_highlighter_stack span{ text-align: left; }
.dipl_text_highlighter_wrapper.dipl_highlighter_text span{
	padding: 0 2px;
}
/* This creates an issue, when there is no image. */
/* .dipl_image_card{
    overflow: hidden;
} */
.dipl_image_card .dipl_image_card_wrapper .dipl_image_card_inner_content_wrapper .et_pb_button {
	display: inline-block;
}

.dipl_image_card_image_wrapper {
    line-height: 0;
}
.dipl_image_card_image_wrapper img {
    width: 100%;
}
.dipl_image_card_content_wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.dipl_image_card .dipl_image_card_content + .et_pb_button_wrapper {
    margin-top: 20px;
}
.dipl_image_card .et_pb_button {
    display: inline-block;
    text-decoration: none;
}
.dipl_icon_shape_circle {
    border-radius: 50%;
    padding: 12px;
}
.dipl_icon_shape_square {
    padding: 12px;
}
.dipl_icon_shape_hexagon {
    position: relative;
    z-index: 99;
    margin-left: -40.25%;
    padding: 12px;
    transform: rotate(-30deg);
}
.dipl_icon_hexagon_wrapper {
    display: inline-block;
    position: relative;
}
.dipl_icon_hexagon_wrapper .dipl_icon_hexagon_inner_wrap {
    backface-visibility: hidden;
    transform: rotate(30deg);
}
.dipl_icon_hexagon_wrapper .dipl_icon_hexagon {
    width: 57.735%;
    height: 100%;
    margin: auto;
}
.dipl_icon_hexagon_wrapper .dipl_icon_hexagon:before {
    transform: rotate(60deg) translateZ(0);
}
.dipl_icon_hexagon_wrapper .dipl_icon_hexagon:after,
.dipl_icon_hexagon_wrapper .dipl_icon_hexagon:before {
    position: absolute;
    top: 0;
    right: 21.1325%;
    background-color: inherit;
    width: inherit;
    height: inherit;
    box-sizing: border-box;
    backface-visibility: hidden;
    content: "";
}
.dipl_icon_hexagon_wrapper .dipl_icon_hexagon:after {
    transform: rotate(-60deg) translateZ(0);
}
.dipl_image_card_lightbox.mfp-bg{ opacity: 1; filter: alpha(opacity=100); }
.dipl_image_card_lightbox .mfp-img { padding: 0; }
.dipl_separator .dipl_separator_container{display:flex;align-items:center;width:100%}.dipl_separator .dipl_line{border-color:#ccc;border-top-width:3px}.dipl_separator .dipl_shadow{height:3px}.dipl_separator .et-pb-icon{font-size:32px}.dipl_separator .dipl_separator_container .dipl-text-wrapper{max-width:80%}.dipl_separator .dipl_separator_container.align_center .dipl_line_after,.dipl_separator .dipl_separator_container.align_center .dipl_line_before,.dipl_separator .dipl_separator_container.align_justify .dipl_line_after,.dipl_separator .dipl_separator_container.align_justify .dipl_line_before,.dipl_separator .dipl_separator_container.align_left .dipl_line_after,.dipl_separator .dipl_separator_container.align_none .dipl_line_before,.dipl_separator .dipl_separator_container.align_right .dipl_line_before{flex-grow:1}.dipl_separator .dipl_separator_container.align_center .dipl_line_after,.dipl_separator .dipl_separator_container.align_justify .dipl_line_after,.dipl_separator .dipl_separator_container.align_left .dipl_line_after{margin-left:10px}.dipl_separator .dipl_separator_container.align_center .dipl_line_before,.dipl_separator .dipl_separator_container.align_justify .dipl_line_before,.dipl_separator .dipl_separator_container.align_right .dipl_line_before{margin-right:10px}.dipl_separator .dipl_separator_image{width:42px}.dipl_separator .dipl-icon-circle{padding:16px;border-radius:50%}.dipl_separator .dipl-icon-square{padding:16px}.dipl_separator .dipl-icon-shape-border{border:2px solid}.dipl_separator .et-pb-icon.dipl-icon-hexagon{position:relative;z-index:99;margin-left:-40.25%;padding:15px;-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.dipl_separator .hexagon-wrapper{display:inline-block;position:relative}.dipl_separator .hexagon-wrapper .hex{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.dipl_separator .hexagon{width:57.735%;height:100%;margin:auto}.dipl_separator .hexagon:before{-webkit-transform:rotate(60deg) translateZ(0);transform:rotate(60deg) translateZ(0)}.dipl_separator .hexagon:after,.dipl_separator .hexagon:before{position:absolute;top:0;right:21.1325%;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:inherit;width:inherit;height:inherit;content:"";-webkit-backface-visibility:hidden;backface-visibility:hidden}.dipl_separator .hexagon:after{-webkit-transform:rotate(-60deg) translateZ(0);transform:rotate(-60deg) translateZ(0)}.dipl_separator .hexagon.dipl-icon-shape-border:after,.dipl_separator .hexagon.dipl-icon-shape-border:before{border-top:2px solid;border-bottom:2px solid;border-color:inherit}.dipl_separator .hex .hexagon.dipl-icon-shape-border{border-left-color:transparent!important;border-right-color:transparent!important}.dipl_image_mask{overflow:hidden}.dipl_image_mask .dipl_image_mask_container{position:relative;display:flex}.dipl_image_mask_inner{background-size:cover;background-position:center;background-repeat:no-repeat}.dipl_image_mask .dipl_image_mask_container .dipl_image_mask_inner{display:block;float:left;width:100%;-webkit-mask-repeat:no-repeat;-moz-mask-repeat:no-repeat;mask-repeat:no-repeat;line-height:1}
.et_divi_builder #et_builder_outer_content .dipl_image_mask{overflow:hidden}.et_divi_builder #et_builder_outer_content .dipl_image_mask .dipl_image_mask_container{position:relative;display:flex}.et_divi_builder #et_builder_outer_content .dipl_image_mask_inner{background-size:cover;background-position:center;background-repeat:no-repeat}.et_divi_builder #et_builder_outer_content .dipl_image_mask .dipl_image_mask_container .dipl_image_mask_inner{display:block;float:left;width:100%;-webkit-mask-repeat:no-repeat;-moz-mask-repeat:no-repeat;mask-repeat:no-repeat;line-height:1}

.dipl_image_mask .dipl_image_mask_item{position:absolute!important;top:0;left:0}.dipl_image_mask_element svg{width:50px;height:50px}
.et_divi_builder #et_builder_outer_content .dipl_image_mask .dipl_image_mask_item{position:absolute!important;top:0;left:0}.et_divi_builder #et_builder_outer_content .dipl_image_mask_element svg{width:50px;height:50px}.dipl_floating_image .dipl_floating_images_wrapper .dipl_floating_image_item {
    position: absolute !important;
}
.dipl_floating_image_item {
    display: inline-block;
    line-height: 0;
    top: 0;
    left: 0;
    margin: 0;
    will-change: transform;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.dipl_floating_image .dipl_floating_image_item img{
    width: auto;
}
@-webkit-keyframes dipl_float_vertical {
    from {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@keyframes dipl_float_vertical {
    from {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@-webkit-keyframes dipl_float_horizontal {
    from {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    to {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}
@keyframes dipl_float_horizontal {
    from {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    to {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}
.dipl_faq_page_schema {
	display: flex;
	overflow: hidden;
	flex-direction: column;
	transition: all 0.5s linear;
}
.dipl_faq_page_schema .dipl_faq_wrapper {
	display: table;
	position: relative;
}
.dipl_faq_page_schema .dipl_faq_wrapper,
.et-fb-post-content .dipl_faq_page_schema > div:not(.et-vb-module-options) {
	width: 100%;
}
.dipl_faq_page_schema_item {
	border: 0 solid #d9d9d9;
	overflow: hidden;
}
.dipl_faq_page_schema .dipl_faq_accordion .dipl_question_wrapper {
	padding: 20px 10px;
}
.dipl_faq_page_schema .dipl_faq_accordion .dipl_faq_page_schema_item:not(.dipl_active) .dipl_question_wrapper,
.dipl_faq_page_schema .dipl_faq_toggle .dipl_faq_page_schema_item .dipl_question_wrapper{
	cursor: pointer;
}

.dipl_faq_page_schema .dipl_faq_accordion .dipl_answer_wrapper {
	padding: 10px;
}

.dipl_faq_page_schema .dipl_faq_accordion .dipl_answer_wrapper {
	display: none;
}/*  */
.dipl_faq_page_schema .dipl_faq_accordion .dipl_question_wrapper {
	display: flex;
}
.dipl_faq_page_schema .dipl_faq_accordion .dipl_question_wrapper h1,
.dipl_faq_page_schema .dipl_faq_accordion .dipl_question_wrapper h2,
.dipl_faq_page_schema .dipl_faq_accordion .dipl_question_wrapper h3,
.dipl_faq_page_schema .dipl_faq_accordion .dipl_question_wrapper h4,
.dipl_faq_page_schema .dipl_faq_accordion .dipl_question_wrapper h5,
.dipl_faq_page_schema .dipl_faq_accordion .dipl_question_wrapper h6 {
	width: 100%;
	padding: 0;
}
.dipl_faq_page_schema .dipl_faq_accordion .dipl_question_wrapper:after {
	font-family: ETmodules;
	font-size: 16px;
	/* line-height: 1; */
	color: #aaa;
}
.dipl_faq_page_schema .dipl_faq_grid .dipl_question_wrapper {
	padding: 20px 10px 10px 10px;
}
.dipl_faq_page_schema .dipl_faq_grid .dipl_answer_wrapper {
	padding: 10px;
}
.dipl_faq_page_schema .dipl_faq_col_1 .dipl_faq_page_schema_item,
.dipl_faq_page_schema
	.dipl_faq_masonry_container.dipl_faq_col_1
	.dipl_faq_masonry_item {
	width: 100%;
}
.dipl_faq_page_schema .dipl_faq_col_2 .dipl_faq_page_schema_item {
	width: 47.25%;
	margin-right: 2.75%;
	float: left;
}
.dipl_faq_page_schema
	.dipl_faq_col_2
	.dipl_faq_page_schema_item:nth-child(2n + 2) {
	margin-right: 0;
}
.dipl_faq_page_schema
	.dipl_faq_col_2
	.dipl_faq_page_schema_item:nth-child(2n + 1) {
	clear: left;
}
.dipl_faq_page_schema .dipl_faq_col_3 .dipl_faq_page_schema_item {
	width: 31.5%;
	margin-right: 2.75%;
	float: left;
}
.dipl_faq_page_schema
	.dipl_faq_col_3
	.dipl_faq_page_schema_item:nth-child(3n + 3) {
	margin-right: 0;
}
.dipl_faq_page_schema
	.dipl_faq_col_3
	.dipl_faq_page_schema_item:nth-child(3n + 1) {
	clear: left;
}
.dipl_faq_page_schema .dipl_faq_col_4 .dipl_faq_page_schema_item {
	width: 22.25%;
	margin-right: 2.75%;
	float: left;
}
.dipl_faq_page_schema
	.dipl_faq_col_4
	.dipl_faq_page_schema_item:nth-child(4n + 4) {
	margin-right: 0;
}
.dipl_faq_page_schema
	.dipl_faq_col_4
	.dipl_faq_page_schema_item:nth-child(4n + 1) {
	clear: left;
}
.dipl_faq_page_schema
	.dipl_faq_masonry_container.dipl_faq_col_2
	.dipl_faq_masonry_item,
.dipl_faq_page_schema
	.dipl_faq_masonry_container.dipl_faq_col_2
	.dipl_faq_page_schema_item {
	width: 48%;
}
.dipl_faq_page_schema
	.dipl_faq_masonry_container.dipl_faq_col_3
	.dipl_faq_masonry_item,
.dipl_faq_page_schema
	.dipl_faq_masonry_container.dipl_faq_col_3
	.dipl_faq_page_schema_item {
	width: 31.33%;
}
.dipl_faq_page_schema
	.dipl_faq_masonry_container.dipl_faq_col_4
	.dipl_faq_masonry_item,
.dipl_faq_page_schema
	.dipl_faq_masonry_container.dipl_faq_col_4
	.dipl_faq_page_schema_item {
	width: 23%;
}
.et-fb-root-ancestor
	.dipl_faq_page_schema
	.dipl_faq_masonry_container.dipl_faq_col_2
	.dipl_faq_page_schema_item,
.et-fb-root-ancestor
	.dipl_faq_page_schema
	.dipl_faq_masonry_container.dipl_faq_col_3
	.dipl_faq_page_schema_item,
.et-fb-root-ancestor
	.dipl_faq_page_schema
	.dipl_faq_masonry_container.dipl_faq_col_4
	.dipl_faq_page_schema_item {
	width: 100%;
}
.dipl_faq_page_schema .dipl_faq_masonry_container .dipl_faq_masonry_item {
	margin: 1%;
}
.dipl_faq_page_schema .dipl_faq_masonry_container .dipl_faq_page_schema_item {
	margin-right: 0 !important;
	clear: none !important;
	margin: 1% !important;
}
.et-fb-root-ancestor
	.dipl_faq_page_schema
	.dipl_faq_masonry_container
	.dipl_faq_page_schema_item {
	margin: 0 !important;
}
@media only screen and (max-width: 767px) {
	.dipl_faq_page_schema .dipl_faq_col_2 .dipl_faq_page_schema_item,
	.dipl_faq_page_schema .dipl_faq_col_3 .dipl_faq_page_schema_item,
	.dipl_faq_page_schema .dipl_faq_col_4 .dipl_faq_page_schema_item,
	.dipl_faq_page_schema
		.dipl_faq_masonry_container.dipl_faq_col_2
		.dipl_faq_masonry_item,
	.dipl_faq_page_schema
		.dipl_faq_masonry_container.dipl_faq_col_2
		.dipl_faq_page_schema_item,
	.dipl_faq_page_schema
		.dipl_faq_masonry_container.dipl_faq_col_3
		.dipl_faq_masonry_item,
	.dipl_faq_page_schema
		.dipl_faq_masonry_container.dipl_faq_col_3
		.dipl_faq_page_schema_item,
	.dipl_faq_page_schema
		.dipl_faq_masonry_container.dipl_faq_col_4
		.dipl_faq_masonry_item,
	.dipl_faq_page_schema
		.dipl_faq_masonry_container.dipl_faq_col_4
		.dipl_faq_page_schema_item {
		width: 100% !important;
		margin: 2.75% 0 !important;
		clear: none !important;
	}
	.et-fb-root-ancestor
		.dipl_faq_page_schema
		.dipl_faq_masonry_container.dipl_faq_col_2
		.dipl_faq_page_schema_item,
	.et-fb-root-ancestor
		.dipl_faq_page_schema
		.dipl_faq_masonry_container.dipl_faq_col_3
		.dipl_faq_page_schema_item,
	.et-fb-root-ancestor
		.dipl_faq_page_schema
		.dipl_faq_masonry_container.dipl_faq_col_4
		.dipl_faq_page_schema_item {
		margin: 0 !important;
	}
}