* {
   margin: 0;
    padding: 0;
   box-sizing: border-box;
}

body {
    font-family: Roboto,sans-serif;
    font-size: 14px;
  font-weight: 400;
  color: #777;
  line-height: 1.6;
}

h3 {
  color: #131230;
  font-family: 'Playfair Display',serif;
    font-size: 36px !important;
    font-weight: 700;
}

.sgn_navigation_clercs {
  background: rgba(20,20,20,0.96);
   position: fixed;
    top: 0;
   left: 0;
   right: 0;
  z-index: 1000;
    padding: 16px 0;
  box-shadow: 0 3px 18px rgba(0,0,0,0.15);
}

.sgn_navwrap_clercs {
   max-width: 1280px;
  margin: 0 auto;
    padding: 0 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sgn_logo_clercs {
    flex: 0 0 170px;
}

.sgn_logo_clercs img {
    height: 65px;
  width: auto;
   display: block;
  filter: brightness(0) invert(1);
}

.sgn_menuburger_clercs {
   display: none;
    flex-direction: column;
   cursor: pointer;
  gap: 5px;
}

.sgn_menuburger_clercs span {
   width: 26px;
   height: 3px;
    background: #fff;
  transition: all 0.3s;
    border-radius: 2px;
}

.sgn_navlinks_clercs {
  display: flex;
   list-style: none;
  gap: 32px;
   align-items: center;
}

.sgn_navlinks_clercs li a {
   color: #e5e5e5;
    text-decoration: none;
   font-size: 14px;
  font-weight: 500;
   transition: color 0.3s;
  letter-spacing: 0.6px;
}

.sgn_navlinks_clercs li a:hover {
    color: #c62828;
}

.sgn_heroblock_clercs.sgn_herocover_clercs {
   background-size: cover;
   background-position: top center;
    position: relative;
  padding: 7em 0;
}

.sgn_heroblock_clercs.sgn_overlayed_clercs:before {
  background: rgba(0,0,0,0.62);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
   right: 0;
  bottom: 0;
}

.sgn_heroblock_clercs .sgn_sameheight_clercs {
    padding: 7em 0;
}

.sgn_heroblock_clercs .sgn_heropost_clercs {
    position: relative;
   z-index: 1;
}

.sgn_heroblock_clercs .sgn_heropost_clercs .sgn_herocategory_clercs {
    display: inline-block;
   padding: 2px 10px;
  border-radius: 4px;
  letter-spacing: .2em;
  font-weight: 700;
   font-size: .6rem;
    text-transform: uppercase;
}

.sgn_heroblock_clercs .sgn_heropost_clercs h2 {
  font-family: "Muli",Arial,sans-serif;
   font-size: 2rem;
  line-height: 1.2;
    color: #fff;
}

.sgn_heroblock_clercs .sgn_heropost_clercs h2 a {
   color: #fff;
  text-decoration: none;
}

.sgn_heroblock_clercs .sgn_heropost_clercs .sgn_herometa_clercs {
   color: #fff;
    font-size: 13px;
}

.sgn_heroblock_clercs .sgn_heropost_clercs .sgn_herometa_clercs .sgn_authorfig_clercs img {
    width: 30px;
    border-radius: 50%;
}

.sgn_herocontainer_clercs {
	  max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;}

.sgn_bgsuccess_clercs {
   background-color: #b71c1c !important;
}

.sgn_textwhite_clercs {
   color: #fff;
}

.sgn_mb3_clercs {
    margin-bottom: 1rem;
}

.sgn_mb4_clercs {
   margin-bottom: 1.5rem;
}

.sgn_mb0_clercs {
    margin-bottom: 0;
}

.sgn_mr3_clercs {
  margin-right: 1rem;
}

.sgn_floatleft_clercs {
    float: left;
}

.sgn_dinlineblock_clercs {
  display: inline-block;
}

.sgn_mt1_clercs {
  margin-top: 0.25rem;
}

.sgn_alignitems_clercs {
  align-items: center;
}

.sgn_textleft_clercs {
    text-align: left;
}

.sgn_imgfluid_clercs {
    max-width: 100%;
    height: auto;
}

.sgn_serviceszone_clercs {
    padding: 0 0 5em 0;
}@media (min-width:768px){.sgn_serviceszone_clercs{margin-top:-50px}}.sgn_serviceszone_clercs .sgn_serviceitem_clercs {
  display: block;
  width: 100%;
   position: relative;
   transition: all 0.3s ease;
   background: #c62828;
}

.sgn_serviceszone_clercs .sgn_serviceitem_clercs:nth-child(even) {
   background: #b71c1c;
}

.sgn_serviceszone_clercs .sgn_serviceitem_clercs:nth-child(even) .sgn_iconwrap_clercs {
    background: #c62828 !important;
}

.sgn_serviceszone_clercs .sgn_serviceitem_clercs .sgn_iconwrap_clercs {
  line-height: 1.3;
  position: relative;
    width: 80px;
  height: 80px;
  background: #d32f2f;
	 margin: 0 auto;
  border-radius: 50%;
}

.sgn_serviceszone_clercs .sgn_serviceitem_clercs .sgn_iconwrap_clercs .sgn_iconimg_clercs img {
       width: 50px;
  height: 50px;
  filter: brightness(0) invert(1);


}

.sgn_serviceszone_clercs .sgn_serviceitem_clercs .sgn_mediabody_clercs {
  color: rgba(255,255,255,0.8);
}

.sgn_serviceszone_clercs .sgn_serviceitem_clercs .sgn_mediabody_clercs h3 {
    font-weight: 500;
  font-size: 22px;
    color: #fff;
}

.sgn_nopaddingbottom_clercs {
    padding-bottom: 0 !important;
}

.sgn_block6_clercs {
    display: block;
   text-align: center;
}

.sgn_dflex_clercs {
   display: flex;
}

.sgn_dblock_clercs {
    display: block;
}

.sgn_textcenter_clercs {
  text-align: center;
}

.sgn_justifycenter_clercs {
  justify-content: center;
}

.sgn_aligncenter_clercs {
  align-items: center; 

}

.sgn_p2_clercs {
    padding: 0.5rem;
}

.sgn_p4_clercs {
   padding: 1.5rem;
}

.sgn_mt3_clercs {
  margin-top: 1rem;
}

.sgn_alignstretch_clercs {
    align-self: stretch;
}

.sgn_servicecontainer_clercs {
    max-width: 1280px;
  margin: 0 auto;
    padding: 0 20px;
}

.sgn_servicerow_clercs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.sgn_nogutters_clercs {
    margin: 0;
}

.sgn_servicecol_clercs {
   flex: 0 0 25%;
  max-width: 25%;
    padding: 0 12px;
}

.sgn_welcomezone_clercs.sgn_sectionpadding2_clercs {
  padding-top: 130px;
}

.sgn_containerfluid_clercs {
    max-width: 100%;
   padding: 0 20px;
}

.sgn_welcomerow_clercs {
    display: flex;
  flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}

.sgn_welcomecolimg_clercs {
    flex: 0 0 50%;
   max-width: 50%;
    padding: 0 15px;
}

.sgn_welcomecoltxt_clercs {
  flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.sgn_alignselfcenter_clercs {
  align-self    :    center;
}

.sgn_welcomezone_clercs .sgn_welcomeimg_clercs {
   padding-left: 10%;
}@media (min-width:576px) and (max-width:767.98px){.sgn_welcomezone_clercs .sgn_welcomeimg_clercs{padding:0}}
@media (max-width:575.98px){.sgn_welcomezone_clercs .sgn_welcomeimg_clercs{padding:0}}.sgn_welcomezone_clercs .sgn_welcometext_clercs {
  padding-right: 50%;
}@media (min-width:1200px) and (max-width:1440px){.sgn_welcomezone_clercs .sgn_welcometext_clercs{padding-right:30%}}
@media (min-width:992px) and (max-width:1199.98px){.sgn_welcomezone_clercs .sgn_welcometext_clercs{padding-right:10%}}
@media (min-width:768px) and (max-width:991.98px){.sgn_welcomezone_clercs .sgn_welcometext_clercs{padding-right:10%}}
@media (min-width:576px) and (max-width:767.98px){.sgn_welcomezone_clercs .sgn_welcometext_clercs{padding:0 5%}}
@media (max-width:575.98px){.sgn_welcomezone_clercs .sgn_welcometext_clercs{padding:0 5%}}.sgn_welcomezone_clercs .sgn_stylechange_clercs {
    color: #b71c1c;
    font-style: italic;
}

.sgn_mt5_clercs {
    margin-top: 3rem;
}

.sgn_mtmd0_clercs {
  margin-top: 0;
}

.sgn_pt3_clercs {
	padding-top: 1rem;
}

.sgn_templatebtn_clercs {
    color: #131230;
    background: #b71c1c;
    font-family: Roboto,sans-serif;
   text-transform: uppercase;
    font-size: 14px;
   font-weight: 500;
   border: 1px solid transparent;
  display: inline-block;
  padding: 12px 30px !important;
    transition: all 0.5s;
}

.sgn_templatebtn_clercs:hover {
   color: #131230;
  background: transparent;
   border: 1px solid #b71c1c;
}

.sgn_bgimage_clercs {
   background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
   background-attachment: fixed;
}

.sgn_bgimage_clercs.sgn_overlay_clercs {
   position: relative;
}

.sgn_bgimage_clercs.sgn_overlay_clercs:after {
   position: absolute;
  content: "";
  top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  z-index: 0;
    width: 100%;
  background: rgba(33,50,59,0.9);
}

.sgn_bgimage_clercs > .sgn_whycontainer_clercs {
  position: relative;
  z-index: 1;
}

.sgn_sitesection_clercs {
  padding: 7em 0;
}

.sgn_whycontainer_clercs    {
  max-width: 1200px;
   margin: 0 auto;
    padding: 0 20px;
}

.sgn_whyrow_clercs {
  display: flex;
  flex-wrap: wrap;
   margin: 0 -15px;
}

.sgn_whycol12_clercs {
  flex: 0 0 100%;
  max-width: 100%;
   padding: 0 15px;
}

.sgn_whycol7_clercs


{
    flex: 0 0 58.33%;
    max-width: 58.33%;
  padding: 0 15px;
}

.sgn_whycol6_clercs {
   flex: 0 0 50%;
   max-width: 50%;
  padding:     0 15px;
}

.sgn_mb5_clercs {
    margin-bottom: 3rem;
}

.sgn_mb4_clercs {
   margin-bottom: 1.5rem;
}

.sgn_mr4_clercs {
   margin-right: 1.5rem; 
	
}

.sgn_heading20219_clercs .sgn_titletxt_clercs {
    font-size: 2.5rem;
   line-height: 1.2;
}

.sgn_textcursive_clercs {
  font-family: 'Playfair Display',serif;
  font-style: italic;
}

.sgn_feature29012_clercs .sgn_numberwrap_clercs {
  flex: 0 0 80px;
  height: 80px;
    border: 2px solid #fff;
   position: relative;
   display: block;
    font-size: 1.5rem;
  color: #fff;
}

.sgn_feature29012_clercs .sgn_numberwrap_clercs > span {
   position: absolute;
   top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.sgn_feature29012_clercs h3 {
  font-size: 20px;
    color: #fff;
}

.sgn_feature29012_clercs p {
   font-size: 1rem;
  color: rgba(255,255,255,0.5);
}@media (max-width:991px){
    .sgn_menuburger_clercs{display:flex}
    .sgn_navlinks_clercs{position:absolute;top:75px;left:0;right:0;background:rgba(20,20,20,0.98);flex-direction:column;padding:22px;gap:0;max-height:0;overflow:hidden;transition:max-height 0.3s}
    .sgn_navlinks_clercs.active{max-height:380px}
    .sgn_navlinks_clercs li{width:100%;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.1)}
    .sgn_servicecol_clercs{flex:0 0 50%;max-width:50%;margin-bottom:18px}
    .sgn_welcomecolimg_clercs,.sgn_welcomecoltxt_clercs{flex:0 0 100%;max-width:100%;margin-bottom:35px}
    .sgn_welcomezone_clercs .sgn_welcomeimg_clercs{padding-left:0}
    .sgn_welcomezone_clercs .sgn_welcometext_clercs{padding-right:0}
    .sgn_whycol6_clercs{flex:0 0 100%;max-width:100%}
}

@media (max-width:767px){
    .sgn_heroblock_clercs .sgn_heropost_clercs h2{font-size:1.5rem}
    .sgn_servicecol_clercs{flex:0 0 100%;max-width:100%}
    .sgn_whycol7_clercs{flex:0 0 100%;max-width:100%}
}

@media (min-width:992px){.sgn_heroblock_clercs .sgn_heropost_clercs h2{font-size:3rem}}.sgn_footerzone_clercs {
   background: #1a1a1a;
}

.sgn_footertop_clercs {
    padding: 85px 0 65px;
    background: #232323;
}

.sgn_footercontainer_clercs {
   max-width: 1280px;
    margin: 0 auto;
  padding: 0 22px;
}

.sgn_footerrow_clercs {
    display: flex;
   flex-wrap: wrap;
    margin: 0 -15px;
}

.sgn_footercol_main_clercs {
   flex: 0 0 35%;
    max-width: 35%;
   padding: 0 15px;
}

.sgn_footercol_links_clercs,.sgn_footercol_legal_clercs,.sgn_footercol_contact_clercs {
    flex: 0 0 21.66%;
    max-width: 21.66%;
  padding: 0 15px;
}

.sgn_footerwidget_clercs {
  margin-bottom: 28px;
}

.sgn_footerlogo_clercs img {
    height: 122px;
   width: auto;
    margin-bottom: 20px;
  filter: brightness(0) invert(1);
}  

.sgn_footertext_clercs {
   color: #b5b5b5;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 26px;
}

.sgn_socialmedia_clercs ul {
  padding: 0;
   display: flex;
   list-style: none;
   gap: 10px;
   margin: 0;
}

.sgn_socialmedia_clercs ul li a {
    width: 40px;
    height: 40px;
    background: #2e2e2e;
  border-radius: 50%;
  display: flex;
  align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.sgn_socialmedia_clercs ul li a img {
    width: 18px;
    height: 18px;
  filter: brightness(0) invert(1);
}

.sgn_socialmedia_clercs ul li a:hover {
    background: #b71c1c;
  transform: translateY(-3px);
}

.sgn_footertitle_clercs {
  font-size: 19px;
  color: #fff;
  font-weight: 600;
    margin-bottom: 22px;
   text-transform: capitalize;
}

.sgn_footerwidget_clercs ul {
  list-style: none;
   padding: 0;
  margin: 0;
}

.sgn_footerwidget_clercs ul li {
    margin-bottom: 9px;
}

.sgn_footerwidget_clercs ul li a {
  color: #b5b5b5;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
  display: inline-block;
}

.sgn_footerwidget_clercs ul li a:hover {
    color: #b71c1c;
   padding-left: 3px;
}

.sgn_footercontact_clercs p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
    color: #b5b5b5;
    font-size: 14px;
   margin-bottom: 13px;
   line-height: 1.6;


}

.sgn_footercontact_clercs p img {
  width: 16px;
   height: 16px;
  filter: brightness(0) invert(1);
  margin-top: 3px;
   flex-shrink: 0;
}

.sgn_authorities_clercs {
  background: #2a2a2a;
    padding: 40px 0;
  border-top: 1px solid #3a3a3a;
  border-bottom: 3px solid #b71c1c;
}

.sgn_authoritiesrow_clercs {
   display: flex;
    justify-content: center;
}

.sgn_authoritiescol_clercs {
    text-align: center;
  max-width: 850px;
}

.sgn_authoritiestitle_clercs {
   font-size: 17px;
  color: #fff;
  font-weight: 600;
   margin-bottom: 24px;
   text-transform: uppercase;
  letter-spacing: 0.8px;
}

.sgn_authoritieslogos_clercs {
  display: flex;
  gap: 35px;
    justify-content: center;
   align-items: center;
    flex-wrap: wrap;
}

.sgn_authoritieslogos_clercs a {
    display: block;
   padding: 12px 22px;
   border-radius: 6px;
    transition: all 0.3s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.sgn_authoritieslogos_clercs a:hover {

  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(183,28,28,0.3);


}

.sgn_authoritieslogos_clercs a img {
   height: 65px;
   width: auto;
   display: block;
  filter: grayscale(0);
}

.sgn_disclaimer_clercs {
  background: #1f1f1f;
  padding: 35px 0;
}

.sgn_disclaimerbox_clercs {
  background: linear-gradient(135deg,#b71c1c 0%,#8b0000 100%);
  padding: 28px 35px;
    border-radius: 8px;
    border: 2px solid #ff5252;
  box-shadow: 0 4px 20px rgba(183,28,28,0.4);
}

.sgn_disclaimertitle_clercs {
    font-size: 20px;
   color: #fff;
  font-weight: 700;
   margin-bottom: 14px;
  text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
   align-items: center;
  gap: 10px;
}

.sgn_disclaimertitle_clercs:before {
  content: "⚠";
  font-size: 24px;
}

.sgn_disclaimertext_clercs {
  color: #fff;
    font-size: 14px;
    line-height: 1.8;
       margin: 0;
   font-weight: 500;
}

.sgn_footerbottom_clercs {
   background: #0f0f0f;
   padding: 22px 0;
}

.sgn_footercopyright_clercs {
   text-align: center;
}

.sgn_copyrighttext_clercs {
    color: #888;
    font-size: 13px;
  margin: 0;
}

.sgn_popup18_clercs {
    position: fixed;
    top: 0;
    left: 0;
  right: 0;
   bottom: 0;
   z-index: 9999;
   display: flex;
  align-items: center;
    justify-content: center;
}

.sgn_popup18_clercs.sgn_hidden_clercs {
    display: none;
}

.sgn_popupoverlay_clercs {
   position: absolute;
  top: 0;
   left: 0;
  right: 0;
   bottom: 0;
  background: rgba(0,0,0,0.92);
  backdrop-filter: blur(4px);
}

.sgn_popupbox_clercs {
   position: relative;
   z-index: 1;
   background: #fff;
  max-width: 520px;
  width: 90%;
   padding: 45px 35px;
    border-radius: 12px;
  box-shadow: 0 10px 50px rgba(0,0,0,0.5);
  text-align: center;
    border: 3px solid #b71c1c;
}

.sgn_popupicon_clercs {
  width: 80px;
    height: 80px;
   margin: 0 auto 20px;
  background: #b71c1c;
    border-radius: 50%;
    display: flex;
  align-items: center;
    justify-content: center;
}

.sgn_popupicon_clercs img {
  width: 45px;
    height: 45px;
  filter: brightness(0) invert(1);
}

.sgn_popuptitle_clercs {
  font-size: 28px;
  color: #1a1a1a;
  font-weight: 700;
   margin-bottom: 16px;
  font-family: 'Playfair Display',serif;
	}

.sgn_popuptext_clercs {
    font-size: 16px;
   color: #555;
   margin-bottom: 12px;
  line-height: 1.6;
}

.sgn_popupsubtext_clercs {
    font-size: 18px;
    color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 28px;
}

.sgn_popupbuttons_clercs {
   display: flex;
  gap: 15px;
   margin-bottom: 20px;
    flex-wrap: wrap;
}

.sgn_popupbtn_yes_clercs,.sgn_popupbtn_no_clercs {
  flex: 1;
   min-width: 180px;
   padding: 14px 25px;
    border: none;
  border-radius: 6px;
   font-size: 15px;
   font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
  display: flex;
    align-items: center;
  justify-content: center;
   gap: 8px;
}

.sgn_popupbtn_yes_clercs img,.sgn_popupbtn_no_clercs img {
    width: 20px;
   height: 20px;
}

.sgn_popupbtn_yes_clercs {
    background: #b71c1c;
    color: #fff;
}

.sgn_popupbtn_yes_clercs img {
  filter: brightness(0) invert(1);
}

.sgn_popupbtn_yes_clercs:hover {
   background: #8b0000;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(183,28,28,0.4);
}

.sgn_popupbtn_no_clercs {
   color: #333;
   background: #e0e0e0;
}

.sgn_popupbtn_no_clercs:hover {
   background: #bdbdbd;
  transform: translateY(-2px);
}

.sgn_popupdisclaimer_clercs {
   font-size: 12px;
    color: #888;
  margin: 0;
    font-style: italic;
}@media (max-width:991px){
    .sgn_footercol_main_clercs,.sgn_footercol_links_clercs,.sgn_footercol_legal_clercs,.sgn_footercol_contact_clercs{flex:0 0 50%;max-width:50%;margin-bottom:28px}
    .sgn_authoritieslogos_clercs{gap:20px}
    .sgn_authoritieslogos_clercs a img{height:38px}
    .sgn_disclaimerbox_clercs{padding:22px 25px}
}

@media (max-width:767px){
    .sgn_footercol_main_clercs,.sgn_footercol_links_clercs,.sgn_footercol_legal_clercs,.sgn_footercol_contact_clercs{flex:0 0 100%;max-width:100%}
    .sgn_popupbox_clercs{padding:32px 22px}
    .sgn_popupbuttons_clercs{flex-direction:column}
    .sgn_popupbtn_yes_clercs,.sgn_popupbtn_no_clercs{min-width:100%}
    .sgn_authoritieslogos_clercs a img{height:32px}
    .sgn_disclaimertitle_clercs{font-size:17px}
    .sgn_disclaimertext_clercs{font-size:13px}
}.sgn_catalogzone_clercs {
    background: #f5f5f5;
   padding: 90px 0;
}

.sgn_catalogcontainer_clercs {
    max-width: 1280px;
  margin: 0 auto;
   padding : 0 22px;
}

.sgn_catalogheader_clercs {
  text-align: center;
   margin-bottom: 55px;
}

.sgn_catalogtitle_clercs {
  font-size: 38px;
   color: #1a1a1a;
       font-weight: 700;
    margin-bottom: 16px;
  font-family: 'Playfair Display',serif;
}

.sgn_catalogdesc_clercs {
    font-size: 16px;
  color: #666;
   max-width: 820px;
  margin: 0 auto;
    line-height: 1.7;
}

.sgn_cataloglist_clercs {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.sgn_catalogcard_clercs {
   background: #fff;
   border-radius: 10px;
  box-shadow: 0 3px 20px rgba(0,0,0,0.08);
    display: flex;
    padding: 28px;
   gap: 22px;
    transition: all 0.3s;
   border: 2px solid transparent;
  position: relative;
    overflow: hidden;
}

.sgn_catalogcard_clercs:hover {
  box-shadow: 0 6px 35px rgba(183,28,28,0.15);

	  border-color: #b71c1c;

	  transform: translateY(-3px);
}

.sgn_catalogcard_clercs:before {
  content: "";
  position: absolute;
  top: 0;
    left: 0;
   width: 4px;
   height: 100%;
  background: linear-gradient(180deg,#b71c1c 0%,#8b0000 100%);
}

.sgn_cardlogosection_clercs {
  flex: 0 0 180px;
   display: flex;
  flex-direction: column;
   align-items: center;
    text-align: center;
    gap: 12px;
   border-right: 1px solid #e8e8e8;
	padding-right: 22px;
}

.sgn_cardlogobox_clercs {
    width: 140px;
  height: 80px;
   display: flex;
    align-items: center;
   justify-content: center;
    background: #f9f9f9;
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #e0e0e0;
}

.sgn_cardlogo_clercs {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.sgn_cardname_clercs {
    font-size: 20px;
  color: #1a1a1a;
  font-weight: 700;
    margin: 0;
}

.sgn_cardbadge_clercs {
    display: inline-flex;
   align-items: center;
   gap: 6px;
    background: #b71c1c;
  color: #fff;
  padding: 4px 12px;
   border-radius: 20px;
  font-size: 12px;
    font-weight: 600;
}

.sgn_cardbadge_clercs img {
   width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}

.sgn_badgepopular_clercs {
    background: #ff6f00;
}

.sgn_badgetop_clercs {
    background: #2e7d32;
}

.sgn_cardratesection_clercs {
   flex: 0 0 140px;
   display: flex;
    flex-direction: column;
   gap  :       14px;
    padding: 0 18px;
  border-right: 1px solid #e8e8e8;
}

.sgn_ratingbox_clercs {
    text-align: center;
  background: linear-gradient(135deg,#b71c1c 0%,#8b0000 100%);
    padding: 14px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(183,28,28,0.2);
}

.sgn_ratingnumber_clercs {
  font-size: 32px;
  color: #fff;
    font-weight: 700;
    line-height: 1;
}

.sgn_ratingtext_clercs {
   font-size: 14px;
  color: rgba(255,255,255,0.9);
    font-weight: 500;
}

.sgn_ratingdetails_clercs {
    display: flex;
    flex-direction: column;
   gap: 8px;
}

.sgn_ratingitem_clercs {
    display: flex;
   align-items: center;
   gap: 6px;
   font-size: 13px;
  color: #555;
}

.sgn_ratingitem_clercs img {
    width: 16px;
    height: 16px;
  filter: brightness(0) saturate(100%) invert(20%);
}

.sgn_cardbonussection_clercs {
	   flex: 0 0 200px;
   display: flex;
   flex-direction: column;
  gap: 10px;
    padding: 0 18px;
  border-right: 1px solid #e8e8e8;
}

.sgn_bonustitle_clercs {
    font-size: 13px;
   color: #777;
    font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sgn_bonusvalue_clercs {
    display: flex;
   flex-direction: column;
   gap: 4px;
}

.sgn_bonusamount_clercs {
   font-size: 14px;
   color: #555;
   font-weight: 500;
}

.sgn_bonusreward_clercs {
   font-size: 20px;
  color: #b71c1c;
    font-weight: 700;
    line-height: 1.2;
}

.sgn_bonusnote_clercs {
   display: flex;
   align-items: center;
   gap: 6px;
  font-size: 11px;
  color: #888;
  margin-top: auto;
}

.sgn_bonusnote_clercs img {
   width: 14px;
	  height: 14px;
	  filter: brightness(0) saturate(100%) invert(60%);
}

.sgn_cardfeaturessection_clercs {
   flex: 1;
  padding: 0 18px;
    border-right: 1px solid #e8e8e8;
}

.sgn_featurestitle_clercs {
    font-size: 13px;
    color: #777;
  font-weight: 600;
    text-transform: uppercase;
   letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.sgn_featureslist_clercs {
   list-style: none;
    padding: 0;
    margin: 0;
  display: flex;
    flex-direction: column;
  gap: 8px;
}

.sgn_featureslist_clercs li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
    line-height: 1.4;
}

.sgn_featureslist_clercs li img {
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(15%) sepia(98%) saturate(5479%) hue-rotate(357deg) brightness(87%) contrast(117%);
    flex-shrink: 0;
}

.sgn_cardactionsection_clercs {
  flex: 0 0 180px;
  display: flex;
    flex-direction: column;
   justify-content: center;
   align-items: center;
    gap: 12px;
  padding: 0 18px;
}

.sgn_cardbtn_clercs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  background: linear-gradient(135deg,#b71c1c 0%,#8b0000 100%);
  color: #fff;
  padding: 14px 24px;
   border-radius: 8px;
    text-decoration: none;
  font-weight: 700;
   font-size: 15px;
  transition: all 0.3s;
  box-shadow: 0 3px 12px rgba(183,28,28,0.3);
   text-align: center;
  width: 100%;
}

.sgn_cardbtn_clercs img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.sgn_cardbtn_clercs:hover {
  background: linear-gradient(135deg,#8b0000 0%,#6a0000 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 18px rgba(183,28,28,0.4);
}

.sgn_cardterms_clercs {
    font-size: 11px;
  color: #888;
  text-align: center;
  font-weight: 600;
}

.sgn_catalogfootnote_clercs {
  margin-top: 40px;
   padding: 20px 25px;
  background: #fff3cd;
  border-left: 4px solid #ff6f00;
  border-radius: 6px;
}

.sgn_catalogfootnote_clercs p {
   margin: 0;
  font-size: 14px;
    color: #555;
   line-height: 1.6;
}

.sgn_catalogfootnote_clercs strong {
  color: #1a1a1a;
}@media (max-width:1199px){
    .sgn_catalogcard_clercs{flex-wrap:wrap}
    .sgn_cardlogosection_clercs{flex:0 0 100%;border-right:none;border-bottom:1px solid #e8e8e8;padding-right:0;padding-bottom:18px}
    .sgn_cardratesection_clercs,.sgn_cardbonussection_clercs,.sgn_cardfeaturessection_clercs,.sgn_cardactionsection_clercs{border-right:none;flex:0 0 calc(50% - 11px)}
    .sgn_cardactionsection_clercs{flex:0 0 100%;border-top:1px solid #e8e8e8;padding-top:18px}
}

@media (max-width:767px){
    .sgn_catalogtitle_clercs{font-size:28px}
    .sgn_catalogcard_clercs{padding:20px;gap:16px}
    .sgn_cardratesection_clercs,.sgn_cardbonussection_clercs,.sgn_cardfeaturessection_clercs{flex:0 0 100%;border-bottom:1px solid #e8e8e8;padding-bottom:16px}
    .sgn_cardlogosection_clercs{flex-direction:row;justify-content:space-between;align-items:center}
    .sgn_cardlogobox_clercs{width:100px;height:60px}
    .sgn_ratingbox_clercs{display:inline-block}
    .sgn_cardbtn_clercs{font-size:14px;padding:12px 20px}
}.sgn_legalzone_clercs {
  background: #f8f9fa;
   padding: 120px 0 80px;
  min-height: calc(100vh - 400px);
}

.sgn_legalcontainer_clercs {
  max-width: 920px;
  margin: 0 auto;
   padding: 0 22px;
}

.sgn_legalheader_clercs {
  text-align: center;
  margin-bottom: 45px;
}

.sgn_legaltitle_clercs {
  font-size: 42px;
   color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 12px;
  font-family: 'Playfair Display',serif;
}

.sgn_legalupdated_clercs {
  font-size: 14px;
  color: #888;
  font-style: italic;
}

.sgn_legalcontent_clercs {
  background: #fff;
   padding: 45px;
   border-radius: 10px;
  box-shadow: 0 3px 20px rgba(0,0,0,0.08);
  border-left: 4px solid #b71c1c;
}

.sgn_legalsection_clercs {
  margin-bottom: 32px;
}

.sgn_legalsection_clercs:last-child {
  margin-bottom: 0;
}

.sgn_legalsection_clercs h2 {
  font-size: 24px;
   color: #b71c1c;
   font-weight: 700;
  margin-bottom: 16px;
  font-family: 'Playfair Display',serif;
}

.sgn_legalsection_clercs p {
    font-size: 15px;
    color: #555;
  line-height: 1.8;
  text-align: justify;
}@media (max-width:767px){
    .sgn_legaltitle_clercs{font-size:32px}
    .sgn_legalcontent_clercs{padding:28px 22px}
    .sgn_legalsection_clercs h2{font-size:20px}
}

.dk {
    filter: brightness(1) invert(1);
}