@import url('https://www.sefiles.net/files/library/site/ws_pw_general_styles_root.css');
@import url('https://www.sefiles.net/files/library/site/ws_pw_general_styles_main.css');
#PageMain { margin-top: 0; }
#PageFooter { margin-top: 0; }

.sePage .sePageLayout .se-section-card .editContent .content-block-content .btn {
 margin-bottom: 0px;
}

.seResponsive .content-block-column h1, .seResponsive .content-block-column h2, .seResponsive .content-block-column h3, .seResponsive .content-block-column h4, .seResponsive .content-block-column h5, .seResponsive .content-block-column h6 {
 margin-top: 22px;
 margin-bottom: 22px;
}

/*DIVIDER*/
.ws-divider-style {
display: inline-block;
 position: relative;
 z-index: 0;
 margin: 0;
 padding: 13px 0;
 color: #fff !important;
 font-weight: 900;
font-style: normal;
 line-height: 1;
 text-align: center;
 font-size: 30px !important;
}

.ws-divider-style::before {
 content: "";
 display: block;
 position: absolute;
 top: -5px;
 right: -45px;
 bottom: -5px;
 left: -45px;
 z-index: -1;
 background-color: #92001b;
border-radius: 40px;
}