* {
    margin: 0;
   padding: 0;
  box-sizing: border-box;
}

body {
    font-family: Arial,sans-serif;
   line-height: 1.6;
   color: #333;
    background: #fff;
}

img {
   max-width: 100%;
    height: auto;
   display: block;
}

a {
  text-decoration: none;
   color: inherit;
   transition: all .3s ease;
}

ul {
    list-style: none;
}

.sfr_TopNavigation_thiers {
   background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,.1);
    position: sticky;
  top: 0;
    z-index: 1000;
  padding: 15px 0;
}

.sfr_NavWrap_thiers {
  max-width: 1200px;
    margin: 0 auto;
   padding: 0 20px;
   display: flex;
    justify-content: space-between;
  align-items: center;
}

.sfr_BrandZone_thiers{}

.sfr_LogoImg_thiers {
   height: 75px;
  width: auto;
}

.sfr_LinksGroup_thiers {
    display: flex;
   gap: 35px;
   align-items: center;
}

.sfr_NavItem_thiers {
    color: #2c3e50;
   font-weight: 500;
    font-size: 16px;
    position: relative;
}

.sfr_NavItem_thiers:hover {
   color: #e74c3c;
}

.sfr_NavItem_thiers:after {
  content: '';
  position: absolute;
    bottom: -5px;
    left: 0;
  width: 0;
    height: 2px;
  background: #e74c3c;
  transition: width .3s ease;
}

.sfr_NavItem_thiers:hover:after {
   width: 100%;
}

.sfr_MobileToggler_thiers {
      display: none;
  background: transparent;
    border: none;
  cursor: pointer;
   padding: 5px;
}

.sfr_BurgerIcon_thiers {
  width: 28px;
    height: 28px;
}

.sfr_HeroDisplay_thiers {
   position: relative;


}

.sfr_CoverBg_thiers {
    background-size: cover;
    background-position: center center;
   background-repeat: no-repeat;
    padding: 180px 0;
  position: relative;
}

.sfr_CoverBg_thiers:before {
  content: "";
    position: absolute;
    top: 0;
  left: 0;
  right: 0;
  bottom: 0;
    z-index: 1;
  background: rgba(0,0,0,.7);
}

.sfr_HeroContainer_thiers {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
   position: relative;
  z-index: 2;
}

.sfr_CenterRow_thiers {
   display: flex;
   align-items: center;
  justify-content: center;
   text-align: center;
}

.sfr_HeroColumn_thiers {
   max-width: 800px;
}

.sfr_HeroTextBox_thiers{}

.sfr_MainTitle_thiers {
   font-size: 48px;
    color: #fff;
   font-weight: 700;
    text-transform: uppercase;
  margin-bottom: 20px;
   letter-spacing: 1px;
}

.sfr_SubDescription_thiers {
  color: rgba(255,255,255,.9);
  font-size: 20px;
   margin-bottom: 35px;
   line-height: 1.8;
}

.sfr_ButtonArea_thiers{}

.sfr_ActionBtn_thiers {
       background: #e74c3c;
  color: #fff;
   padding: 15px 40px;
    font-size: 17px;
    font-weight: 600;
   border-radius: 4px;
   display: inline-block;
    border: 2px solid #e74c3c;

}

.sfr_ActionBtn_thiers:hover {
    background: transparent;
    color: #e74c3c;
}

.sfr_AboutDisplay_thiers {
   padding: 100px 0;
    background: #f8f9fa;
}

.sfr_AboutContainer_thiers {
   max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.sfr_AboutRow_thiers {
  display: flex;
    align-items: center;
    gap: 50px;
}

.sfr_ImageHalf_thiers {
    flex: 1;
  background-size: cover;
   background-position: center center;
  background-repeat: no-repeat;
    min-height: 500px;
    border-radius: 8px;
}

.sfr_ContentHalf_thiers {
  flex: 1;
    position  :      relative;
}

.sfr_HeadingZone_thiers {
    margin-bottom: 25px;
}

.sfr_LabelTag_thiers {
    display: block;
    font-size: 14px;
   color: #e74c3c;
  text-transform: uppercase;
  letter-spacing: 2px;
    margin-bottom: 12px;
  font-weight: 600;
}

.sfr_AboutTitle_thiers {
    font-size: 36px;
   font-weight: 700;
   color: #2c3e50;
    margin-bottom: 15px;
}

.sfr_ContentHalf_thiers p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
    margin-bottom: 18px;
}

.sfr_ServicesRow_thiers {
  display: flex;
    gap: 30px;
    margin-top: 35px;

}

.sfr_ServiceCol_thiers {
    flex: 1;
}

.sfr_ServiceBox_thiers {
    display: flex;
  gap: 15px;
  align-items: flex-start;
}

.sfr_IconPlace_thiers {
  flex-shrink: 0;
}

.sfr_ServiceIcon_thiers {
    width: 52px;
   height: 52px;
  filter: invert(45%) sepia(70%) saturate(2500%) hue-rotate(340deg) brightness(95%);
}

.sfr_TextPlace_thiers h3 {
   font-weight: 500;
   margin-bottom: 8px;
    color: #2c3e50;
    font-size: 20px;
}

.sfr_TextPlace_thiers p {
    font-size: 14px;
   color: #666;
  line-height: 1.6;
}

.sfr_TextImageDisplay_thiers {
  padding: 120px 0;
   background: #fff;
}

.sfr_TextImgContainer_thiers {
  max-width: 1200px;
  margin: 0 auto;
    padding: 0 20px;
}

.sfr_AlignRow_thiers {
    display: flex;
    align-items: center;
    gap: 60px;
}

.sfr_LeftTextCol_thiers {
   flex: 1;
}

.sfr_TextBox_thiers{}

.sfr_MiniTag_thiers {
   font-size: 16px;
   color: #e74c3c;
   font-weight: 500;
    text-transform: uppercase;
   letter-spacing: 2px;
    margin-bottom: 15px;
   display: block;
}

.sfr_TextBox_thiers h3 {
    font-size: 40px;
  font-weight: 700;
   color: #191d34;
   margin-bottom: 25px;
   line-height: 1.3;
}

.sfr_TextBox_thiers p {
  font-size: 16px;
  font-weight: 400;
   line-height: 28px;
    color: #7A838B;
   margin-bottom: 20px;
}

.sfr_BtnBox_thiers {
   margin-top: 35px;
}

.sfr_StyledBtn_thiers {
   background: #e74c3c;
	color: #fff;
    display: inline-block;
   padding: 13px 35px;
  font-size: 16px;
  font-weight: 500;
    border: 1px solid transparent;
    border-radius: 5px;
  text-transform: capitalize;
  transition: .3s;
    cursor: pointer;
}

.sfr_StyledBtn_thiers:hover {
  color: #e74c3c;
   border: 1px solid #e74c3c;
   background: transparent;
}

.sfr_RightImgCol_thiers {
   flex: 1;
}

.sfr_ImgBox_thiers {
   position: relative;
}

.sfr_ImgBox_thiers img {
   width: 100%;
   border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,.1);
}

.sfr_ProcessDisplay_thiers {
  padding: 120px 0;
    text-align: center;
  background: #f8f9fa;
}

.sfr_ProcessContainer_thiers {
  max-width: 1200px;
   margin: 0 auto;
   padding: 0 20px;
}

.sfr_TitleZone_thiers {
  margin-bottom: 75px;
}

.sfr_TitleZone_thiers h2 {
    font-family: Raleway,sans-serif;
  font-size: 36px;
   color: #000;
    font-weight: 700;
   margin-bottom: 15px;
}

.sfr_TitleZone_thiers p {
   font-size: 16px;
    font-family: Raleway,sans-serif;
   line-height: 26px;
   color: #666;
   margin-bottom: 0;
    max-width: 690px;
   font-weight: 400;
    margin-left: auto;
  margin-right: auto;
}

.sfr_ProcessRow_thiers {
  margin-left:      -15px;
    margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}

.sfr_ProcessCol_thiers {
	width: 25%;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
}

.sfr_ProcessCard_thiers {
    padding: 0 15px;
  margin-bottom: 30px;
}

.sfr_CardImgZone_thiers {
  margin-bottom: 15px;
  display: inline-block;
}

.sfr_CardImgZone_thiers img {
  max-width: 100%;
  width: 60px;
  height: 60px;
  filter: invert(45%) sepia(70%) saturate(2500%) hue-rotate(340deg) brightness(95%);
}

.sfr_ProcessCard_thiers h4 {
  color: #000;
   text-transform: uppercase;
    font-size: 18px;
  font-weight: 600;
    margin-top: 25px;
  margin-bottom: 15px;
  transition: color .3s ease;
}

.sfr_ProcessCard_thiers h4:hover {
  color: #e74c3c;
}

.sfr_ProcessCard_thiers p {
    font-size: 14px;
  line-height: 24px;
  color: #666;
   font-weight: 300;
}

.sfr_FaqDisplay_thiers {
  padding: 80px 0;
  background: #fff;
}

.sfr_FaqContainer_thiers {
   max-width: 1200px;
    margin: 0 auto;
   padding: 0 20px;
}

.sfr_FaqHeader_thiers {
    margin-bottom: 50px;
}

.sfr_HeaderCenter_thiers {
   text-align: center;
    max-width: 750px;
	margin: 0 auto;
}

.sfr_FaqLabel_thiers {
  display: block;
   font-size: 14px;
   color: #e74c3c;
  text-transform: uppercase;
               letter-spacing: 2px;
  margin-bottom: 10px;
    font-weight: 600;
}

.sfr_FaqTitle_thiers {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
  margin-bottom: 15px;
}

.sfr_FaqDesc_thiers {
  font-size: 16px;
  color: #666;
}

.sfr_FaqMain_thiers {
    display: flex;
    justify-content: center;
}

.sfr_FaqBox_thiers {
  width: 100%;
  max-width: 900px;
}

.sfr_AccordionList_thiers {
  margin-top: 30px;
}

.sfr_FaqCard_thiers {
  margin-bottom: 15px;
  background-color: #f8f9fa;
   border-radius: 8px;
   overflow: hidden;
  border: 1px solid #e9ecef;
   transition: all .3s ease;
}

.sfr_FaqCard_thiers:hover {
  border-color: #e74c3c;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

.sfr_QuestionBar_thiers {
   padding  :  20px 25px;
  cursor: pointer;
    display: flex;
   justify-content: space-between;
  align-items: center;
  background-color: #fff;
   transition: all .3s ease;
}

.sfr_QuestionBar_thiers:hover {
  background-color: #f8f9fa;
}

.sfr_FaqCard_thiers.sfr_ActiveFaq_thiers .sfr_QuestionBar_thiers {
   background-color: #e74c3c;
}

.sfr_QuestionBar_thiers h4 {
    font-size: 18px;
    font-weight: 600;
   color: #2c3e50;
  margin: 0;
    flex: 1;
    padding-right: 20px;
    transition: color .3s ease;
}

.sfr_FaqCard_thiers.sfr_ActiveFaq_thiers .sfr_QuestionBar_thiers h4 {
   color: #fff;
}

.sfr_ToggleSign_thiers {
  width: 30px;
    height: 30px;
   display: flex;
   align-items: center;
    justify-content: center;
    font-size: 24px;
   font-weight: 300;
    color: #e74c3c;
  background-color: #f0f0f0;
   border-radius: 50%;
   flex-shrink: 0;
   transition: all .3s ease;
}

.sfr_FaqCard_thiers.sfr_ActiveFaq_thiers .sfr_ToggleSign_thiers {
  transform: rotate(45deg);
	  background-color: #fff;
	  color: #e74c3c;
}

.sfr_AnswerBox_thiers {
  max-height: 0;
  overflow: hidden;
    transition: max-height .3s ease;
}

.sfr_FaqCard_thiers.sfr_ActiveFaq_thiers .sfr_AnswerBox_thiers {
  max-height: 500px;
}

.sfr_AnswerBox_thiers p {
   padding: 20px 25px;
    margin: 0;
   font-size: 15px;
  line-height: 1.8;
   color: #666;
    background-color: #fff;
}

.sfr_FooterDisplay_thiers {
  padding: 6em 0;
   background: #2c3e50;
  color: #ecf0f1;
}

.sfr_FooterContainer_thiers {
   max-width: 1200px;
  margin: 0 auto;
   padding: 0 20px;
}

.sfr_FooterGrid_thiers {
    display: flex;
  gap: 50px;
   margin-bottom     :      50px;
}

.sfr_FooterBlock_thiers {
   flex: 1;
}

.sfr_Block7_thiers{}

.sfr_FooterHead_thiers {
   font-size: 1.2rem;
  color: #000;
    margin-bottom: 1rem;
}

.sfr_Block7_thiers p {
    font-size: 15px;
    line-height: 1.7;
   color: #bdc3c7;
}

.sfr_LinksList_thiers {
    list-style: none;
    padding: 0;
   margin: 0;
}

.sfr_LinksList_thiers li {
    margin-bottom: 10px;
}

.sfr_LinksList_thiers li a {
  color: #5c626e;
}

.sfr_LinksList_thiers li a:hover {
    color: #e74c3c;
}

.sfr_Block5_thiers{}

.sfr_ContactList_thiers {
    list-style: none;
    padding: 0;
   margin: 0;
  line-height: 1.5;
}

.sfr_ContactList_thiers li {
    padding-left: 30px;
   position: relative;
    margin-bottom: 15px;
   color: #25262a;
}

.sfr_ContactList_thiers li:before {
  top: 0;
  content: "";
    position: absolute;
   left: 0;
    font-size: 20px;
   line-height: 1;
    color: #e74c3c;
	
}

.sfr_AddressLine_thiers:before {
  content: "\e8b4";
}

.sfr_EmailLine_thiers:before {
  content: "\f0e0";
}

.sfr_PhoneLine_thiers:before  {
  content: "\f095";
}

.sfr_ContactList_thiers li a {
    color: #bdc3c7;
}

.sfr_ContactList_thiers li a:hover {
  color: #e74c3c;
}

.sfr_CopyrightZone_thiers {
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,.1);
    text-align: center;
}

.sfr_CopyrightRow_thiers{}

.sfr_CopyrightRow_thiers p {
    font-size: 14px;
      margin-bottom: 8px;
  color: #95a5a6;
}@media (max-width:991px){
    .sfr_AboutRow_thiers{flex-direction:column}
    .sfr_ImageHalf_thiers{min-height:300px;margin-bottom:40px}
    .sfr_AboutTitle_thiers{font-size:28px}
    .sfr_ServicesRow_thiers{flex-direction:column}
    .sfr_AlignRow_thiers{flex-direction:column;gap:40px}
    .sfr_TextImageDisplay_thiers{padding:80px 0}
    .sfr_TextBox_thiers h3{font-size:32px}
    .sfr_ProcessDisplay_thiers{padding:80px 0}
    .sfr_TitleZone_thiers h2{font-size:28px}
    .sfr_ProcessCol_thiers{width:50%}
}

@media (max-width:768px){
    .sfr_MobileToggler_thiers{display:block}
    .sfr_LinksGroup_thiers{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:20px;box-shadow:0 4px 10px rgba(0,0,0,.1);gap:15px}
    .sfr_LinksGroup_thiers.sfr_MenuActive_thiers{display:flex}
    .sfr_MainTitle_thiers{font-size:32px}
    .sfr_SubDescription_thiers{font-size:17px}
    .sfr_CoverBg_thiers{padding:100px 0}
    .sfr_TextBox_thiers h3{font-size:26px}
    .sfr_FaqTitle_thiers{font-size:28px}
    .sfr_QuestionBar_thiers h4{font-size:16px}
    .sfr_QuestionBar_thiers,.sfr_AnswerBox_thiers p{padding:15px 20px}
    .sfr_FooterGrid_thiers{flex-direction:column;gap:35px}
    .sfr_ProcessCol_thiers{width:100%}
}.sfr_AgePopup_thiers {

  position: fixed;
   top: 0;
  left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
	}

.sfr_PopupOverlay_thiers {
    position: fixed;
  top: 0;
   left: 0;
    width: 100%;
  height: 100%;
  background: rgba(0,0,0,.85);
   display: flex;
   align-items: center;
    justify-content: center;
}

.sfr_PopupBox_thiers {
   position: relative;
  z-index: 10000;
	background: #fff;
    border-radius: 12px;
    padding: 40px;
  max-width: 450px;
  width: 90%;
  margin: 0 auto;
  box-shadow: 0 10px 40px rgba(0,0,0,.3);
  text-align: center;
}

.sfr_PopupContent_thiers h2 {
  font-size: 28px;
  color: #2c3e50;
  margin-bottom: 20px;
    font-weight: 700;
}

.sfr_PopupContent_thiers p {
   font-size: 16px;
    color: #555;
    line-height: 1.6;
   margin-bottom: 15px;
}

.sfr_PopupButtons_thiers {
  display: flex;
  gap: 15px;
    margin-top: 30px;
   justify-content: center;
}

.sfr_BtnYes_thiers,.sfr_BtnNo_thiers {
    padding: 14px 35px;
   font-size: 16px;
    font-weight: 600;
   border: none;
   border-radius: 6px;
    cursor: pointer;
    transition: all .3s ease;
}

.sfr_BtnYes_thiers		{
  background: #27ae60;
   color: #fff;
}

.sfr_BtnYes_thiers:hover {
   background: #229954;
}

.sfr_BtnNo_thiers {
   background: #e74c3c;
  color: #fff;
}

.sfr_BtnNo_thiers:hover {
    background: #c0392b;
}

.sfr_AgePopup_thiers.sfr_HiddenPopup_thiers {
   display: none;
}

.sfr_RegulatorsZone_thiers {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,.15);
    text-align: center;
}

.sfr_RegTitle_thiers {
  font-size: 18px;
  color: #fff;
  margin-bottom: 25px;
    font-weight: 600;
}

.sfr_RegLogos_thiers {
  display: flex;
  gap: 30px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sfr_RegLink_thiers {
  display: inline-block;
    padding: 15px 20px;
  background: rgba(255,255,255,.1);
  border-radius: 8px;
   transition: all .3s ease;
  border: 2px solid transparent;
}

.sfr_RegLink_thiers:hover {
  background: rgba(255,255,255,.15);
  border-color: rgba(255,255,255,.3);
  transform: translateY(-3px);
}

.sfr_RegLogo_thiers {
   height  :       50px;
    width: auto;
  max-width: 140px;
    display: block;
  filter: brightness(0) invert(1);
 opacity: .85;
}

.sfr_RegLink_thiers:hover .sfr_RegLogo_thiers {
  opacity: 1;
}

.sfr_DisclaimerZone_thiers {
   margin-top: 40px;
   padding-top: 35px;
  border-top: 1px solid rgba(255,255,255,.15);
}

.sfr_DisclaimerBox_thiers {
  background: rgba(231,76,60,.15);
    border: 2px solid #e74c3c;
    border-radius: 10px;
  padding: 25px 30px;
	max-width: 900px;
    margin: 0 auto;
}

.sfr_DisclaimerTitle_thiers {
   font-size: 20px;
  color: #e74c3c;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
}

.sfr_DisclaimerText_thiers {
    font-size: 14px;
   color: #ecf0f1;
  line-height: 1.8;
  text-align: center;
  margin: 0;
}@media (max-width:768px){
    .sfr_PopupBox_thiers{padding:30px 25px}
    .sfr_PopupContent_thiers h2{font-size:24px}
    .sfr_PopupButtons_thiers{flex-direction:column}
    .sfr_BtnYes_thiers,.sfr_BtnNo_thiers{width:100%}
    .sfr_RegLogos_thiers{gap:20px}
    .sfr_RegLogo_thiers{height:40px;max-width:120px}
    .sfr_DisclaimerBox_thiers{padding:20px}
    .sfr_DisclaimerTitle_thiers{font-size:18px}
}.sfr_ContactList_thiers li {
   color: #fff;
}

.sfr_CatalogDisplay_thiers {
   padding: 100px 0;
   background: #fff;
}

.sfr_CatalogContainer_thiers {
   max-width: 1200px;
   margin: 0 auto;
   padding: 0 20px;
}

.sfr_CatalogHead_thiers {
    text-align: center;
    margin-bottom: 60px;
}

.sfr_CatalogLabel_thiers {
    display: block;
   font-size: 14px;
    color: #e74c3c;
  text-transform: uppercase;
    letter-spacing: 2px;
   margin-bottom: 12px;
    font-weight: 600;
}

.sfr_CatalogTitle_thiers {
  font-size: 36px;
     font-weight: 700;
  color: #2c3e50;
   margin-bottom: 15px;
}

.sfr_CatalogDesc_thiers {
   font-size: 16px;
  color: #666;
   max-width: 650px;
   margin: 0 auto;
}

.sfr_CardsWrapper_thiers {
    display: flex;
   flex-direction: column;
  gap: 25px;
}

.sfr_PlatformCard_thiers {
  display: flex;
    align-items: center;
    background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 12px;
   padding: 25px 30px;
    transition: all .3s ease;
   gap: 30px;
}

.sfr_PlatformCard_thiers:hover {
   border-color: #e74c3c;
  box-shadow: 0 5px 20px rgba(231,76,60,.1);
  transform: translateY(-3px);
}

.dk {
  filter: brightness(1) invert(1);
}

.sfr_CardLogoSection_thiers {
  flex: 0 0 180px;
    text-align: center;
}

.sfr_LogoHolder_thiers {
  background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid #e9ecef;
}

.sfr_SiteLogo_thiers {
  width: 100%;
   height: auto;
  max-height: 60px;
    object-fit: contain;
}

.sfr_SiteName_thiers {
  font-size: 20px;
  font-weight: 700;
  color: #2c3e50;
   margin: 0;
}

.sfr_CardRatingSection_thiers {
    flex: 0 0 120px;
   text-align: center;
   padding: 0 20px;
  border-left: 1px solid #dee2e6;
   border-right: 1px solid #dee2e6;
}

.sfr_RatingBox_thiers {
    display: flex;
  align-items: baseline;
  justify-content: center;
         margin-bottom: 10px;
}

.sfr_ScoreNumber_thiers {
    font-size: 36px;
   font-weight: 700;
    color: #e74c3c;
   line-height: 1;
}

.sfr_ScoreMax_thiers {
    font-size: 18px;
   color: #999;
   margin-left: 3px;
}

.sfr_RatingStars_thiers {
  display: flex;
   align-items: center;
  justify-content: center;
  gap: 8px;
}

.sfr_StarIcon_thiers {
    width: 20px;
   height: 20px;
  filter: invert(45%) sepia(70%) saturate(2500%) hue-rotate(340deg) brightness(95%);
}

.sfr_RatingText_thiers {
    font-size: 13px;
   color: #666;
    font-weight: 600;
}

.sfr_CardBonusSection_thiers {
   flex: 1;
   padding: 0 20px;
}

.sfr_BonusTitle_thiers {
  font-size: 14px;
   font-weight: 700;
  color: #2c3e50;
    margin-bottom: 12px;
    text-transform: uppercase;
   letter-spacing: 1px;
}

.sfr_BonusList_thiers {
   list-style: none;
    padding: 0;
   margin: 0;
}

.sfr_BonusList_thiers li {
   font-size: 14px;
   color: #555;
    line-height: 1.8;
  padding-left: 20px;
  position: relative;
    margin-bottom: 8px;
}

.sfr_BonusList_thiers li:before {
  content: "•";
   position: absolute;
   left: 0;
    color: #e74c3c;
   font-weight: 700;
  font-size: 18px;
}

.sfr_CardFeaturesSection_thiers {
   flex: 0 0 200px;
   padding: 0 20px;
   border-left: 1px solid #dee2e6;
}

.sfr_FeatureTitle_thiers {
  font-size: 14px;
    font-weight: 700;
  color: #2c3e50;
   margin-bottom: 12px;
   text-transform: uppercase;
    letter-spacing: 1px;
}

.sfr_FeatureItems_thiers {
   display: flex;
  flex-direction: column;
  gap: 8px;
}

.sfr_FeatureTag_thiers {
   display: flex;
   align-items: center;
  gap: 8px;
    font-size: 13px;
   color: #555;
    background: #fff;
    padding: 8px 12px;
   border-radius: 6px;
   border: 1px solid #e9ecef;
}

.sfr_FeatureIconSmall_thiers {
    width: 16px;
  height: 16px;
  filter: invert(45%) sepia(70%) saturate(2500%) hue-rotate(340deg) brightness(95%);
}

.sfr_CardButtonSection_thiers {
    flex: 0 0 180px;
    text-align: center;
}

.sfr_GetBonusBtn_thiers {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
   background: #e74c3c;
   color: #fff;
    padding: 16px 30px;
  font-size: 16px;
    font-weight: 700;
  border-radius: 8px;
   transition: all .3s ease;
    border: 2px solid #e74c3c;
    white-space: nowrap;
}

.sfr_GetBonusBtn_thiers:hover {
    background: transparent;
  color: #e74c3c;
  transform: scale(1.05);
}

.sfr_BtnArrow_thiers {
    width: 18px;
    height: 18px;
  filter: brightness(0) invert(1);
    transition: filter .3s ease;
}

.sfr_GetBonusBtn_thiers:hover .sfr_BtnArrow_thiers {
  filter: invert(45%) sepia(70%) saturate(2500%) hue-rotate(340deg) brightness(95%); 
	
}@media (max-width:1024px){
    .sfr_PlatformCard_thiers{flex-wrap:wrap;gap:20px}
    .sfr_CardLogoSection_thiers{flex:0 0 140px}
    .sfr_CardRatingSection_thiers{flex:0 0 100px;border-left:none;border-right:none;border-top:1px solid #dee2e6;border-bottom:1px solid #dee2e6;padding:15px 0}
    .sfr_CardBonusSection_thiers{flex:1 1 100%;padding:15px 0;border-top:1px solid #dee2e6}
    .sfr_CardFeaturesSection_thiers{flex:1 1 100%;padding:15px 0;border-left:none;border-top:1px solid #dee2e6}
    .sfr_CardButtonSection_thiers{flex:0 0 100%;padding-top:10px}
    .sfr_GetBonusBtn_thiers{width:100%}
}

@media (max-width:768px){
    .sfr_CatalogDisplay_thiers{padding:60px 0}
    .sfr_CatalogTitle_thiers{font-size:28px}
    .sfr_PlatformCard_thiers{padding:20px}
    .sfr_CardLogoSection_thiers{flex:0 0 100%;text-align:center}
    .sfr_LogoHolder_thiers{max-width:200px;margin:0 auto 15px}
    .sfr_CardRatingSection_thiers{flex:0 0 100%}
    .sfr_ScoreNumber_thiers{font-size:32px}
}
