* {
    margin: 0;
  padding: 0;
    box-sizing: border-box;
}

body {
  font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
   line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

img {
   max-width: 100%;
  height: auto;
    display: block;
}

a {
  text-decoration: none;
    color: inherit;
}

.tflo_topNav_thiers {
  background: linear-gradient(135deg,#1a5f7a 0%,#2d8ca8 100%);
   padding: 1rem 0;
   position: sticky;
  top: 0;
   z-index: 999;
  box-shadow: 0 2px 10px rgba(0,0,0,.1);
}

.tflo_navWrap_thiers {
  max-width: 1200px;
   margin: 0 auto;
  display: flex;
   justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.tflo_brandZone_thiers img {
    height: 65px;
   width: auto;
  filter: brightness(0) invert(1);
}

.tflo_menuList_thiers {
  display: flex;
   list-style: none;
   gap: 2rem;
}

.tflo_menuList_thiers a {
   color: #fff;
  font-weight: 500;
   transition: color .3s;
    font-size: 15px;
}

.tflo_menuList_thiers a:hover {
  color: #f4a261;
}

.tflo_burger_thiers {
    display: none;
  flex-direction: column;
   cursor: pointer;
    gap: 5px;
}

.tflo_burger_thiers span {
    width: 25px;
  height: 3px;
    background: #fff;
   transition: .3s;
}

#tflo_heroSlider_thiers {
  position: relative;
    min-height: 600px;
    margin-bottom: 80px;
}

.tflo_sliderBox_thiers {
   position: relative;
    width: 100%;
    height  : 600px;
    overflow: hidden;
}

.tflo_slidesList_thiers {
  list-style: none;
    height: 100%;
}

.tflo_slidesList_thiers li {
   position: absolute;
  top: 0;
    left: 0;
   width: 100%;
    height: 100%;
  background-size: cover;
    background-position: center;
  opacity: 0;
    transition: opacity 1s ease-in-out;
}

.tflo_slidesList_thiers li:first-child {
    opacity: 1;
}

.tflo_darkOverlay_thiers {
  position: absolute;
  top: 0;
   left: 0;
  width: 100%;
    height: 100%;
  background: linear-gradient(135deg,rgba(26,95,122,.85) 0%,rgba(45,140,168,.75) 100%);
}

.tflo_fluidWrap_thiers {
   position: relative;
    z-index: 10;
  height: 100%;
}

.tflo_gridRow_thiers {
  display: flex;
  height: 100%;
    align-items: center;
    justify-content: center;
}

.tflo_slideContent_thiers {
   display: table;
	    width: 100%;
	  min-height: 500px;
	   padding: 2.5em;
}

.tflo_textInner_thiers {
    display: table-cell;
    vertical-align: middle;
    min-height: 700px;
}

.tflo_heroDesc_thiers {
   max-width: 700px;
   text-align: center;
   margin: 0 auto;
}

.tflo_heroDesc_thiers h1 {
    font-size: 48px;
  color: #fff;
    margin-bottom: 20px;
  font-weight: 700;
   line-height: 1.2;
}

.tflo_heroDesc_thiers h2 {
    font-size: 20px;
  color: #fff;
   margin-bottom: 30px;
   font-weight: 300;
}

.tflo_actionBtn_thiers {
    display: inline-block;
    padding: 14px 32px;
  background: #f4a261;
    color: #fff;
    font-weight: 600;
  border-radius: 4px;
    transition: all .3s;
  text-transform: uppercase;
  font-size: 13px;
    letter-spacing: 1px;
}

.tflo_learnMore_thiers {
  border: 1px solid #f4a261;
}

.tflo_actionBtn_thiers:hover {
    background    :  #e76f51;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(244,162,97,.4);
}

.tflo_fullHeight_thiers {
    min-height: 500px;
}

.tflo_featuresSite_thiers {
    margin-top: -120px;
  position: relative;
    z-index: 50;
    padding: 0 20px;
}

.tflo_innerWrap_thiers {
   max-width: 1200px;
   margin: 0 auto;
}

.tflo_featsRow_thiers {
   display: flex;
    gap: 30px;
}

.tflo_stretchAlign_thiers {
   align-items: stretch;
}

.tflo_overlapSect_thiers {
    margin-top: -150px;
}

.tflo_featCol_thiers {
   flex: 1;
}

.tflo_col4_thiers {
    flex: 0 0 33.33%;
  max-width: 33.33%;
}

.tflo_mb4_thiers {
   margin-bottom: 1.5rem;
}

.tflo_mbLg0_thiers {
    margin-bottom: 0;
}

.tflo_bannerBox_thiers {
   background: #2d8ca8;
  border-radius: 4px;
   height: 100%;
   transition: transform .3s;
}

.tflo_bannerBox_thiers:hover {
  transform: translateY(-5px);
}

.tflo_bannerBox_thiers a {
  padding: 30px;
   display: block;
    text-align: center;
    color: #fff;
   height: 100%;
}

.tflo_bannerBox_thiers h5 {
   font-size: 2rem;
   font-style: italic;
    margin-bottom: 10px;
  color: #fff;
}

.tflo_bannerBox_thiers p {
  color: #fff;
  font-size: 1.4rem;
}

.tflo_bannerBox_thiers strong {
    font-size: .9rem;
         display: block;
}

.tflo_bgPrimary_thiers {
   background: #1a5f7a;
}

.tflo_bgWarning_thiers {
   background: #f4a261;
}

.tflo_h100_thiers {
   height: 100%;
}

.tflo_aboutDisplay_thiers {
  padding: 100px 20px;
}

.tflo_flexLg_thiers {
 display: flex;
    gap: 60px;
    align-items: center;
}

.tflo_largeMargin_thiers {
   margin: 65px 0;
}

.tflo_videoContainer_thiers {
   flex: 0 0 50%;
   position: relative;
}

.tflo_imageFrame_thiers img {
  width: 100%;
   border-radius: 8px;
}

.tflo_videoOverlay_thiers {
    position: absolute;
   top: 50%;
    left: 50%;
  transform: translate(-50%,-50%);
    text-align: center;
}

.tflo_playButton_thiers {
   width: 80px;
   height: 80px;
  background: rgba(255,255,255,.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
   justify-content   :     center;
   margin: 0 auto 15px;
  transition: all .3s ease;
}

.tflo_playButton_thiers:hover {
  transform: scale(1.1);
}

.tflo_playButton_thiers span {
    width: 0;
   height: 0;
  border-style: solid;
   border-width :     12px 0 12px 20px;
    border-color: transparent transparent transparent #e76f51;
  margin-left: 5px;
}

.tflo_videoOverlay_thiers h4 {
  color: #fff;
   font-size: 18px;
    font-weight: 600;
}

.tflo_textBlock_thiers {
   flex: 1;
   padding: 0 50px;
}

.tflo_textBlock_thiers h3 {
   font-size: 28px;
    font-weight: 700;
   color: #1a5f7a;
  margin-bottom: 20px;
}

.tflo_textBlock_thiers p {
  font-size: 15px;
  line-height: 1.667;
   color: #777;
  margin-bottom: 15px;
}

.tflo_ctaButton_thiers {
    display: inline-block;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
    padding: 10px 22px;
    border-radius: 0;
  background-color: #e76f51;
  color:      #fff;
   transition: all .3s ease 0s;
}

.tflo_ctaButton_thiers:hover {
  background: #d35d3f;
}

.tflo_mtXl3_thiers {
   margin-top: 20px;
}

.tflo_textImageSect_thiers {
    padding: 7em 0;
  position: relative;
}

.tflo_bgLight_thiers {
  background: #f8f9fa !important;
}

.tflo_contentRow_thiers {
  display: flex;
   gap: 50px;
  align-items: center;
}

.tflo_imageCol_thiers,.tflo_textCol_thiers {
  flex: 1;
}

.tflo_col6_thiers {
   flex: 0 0 50%;
    max-width: 50%;
}

.tflo_textCol_thiers h2 {
  font-size: 32px;
  font-weight: 400;
   color: #000;
  line-height: 1.4;
}

.tflo_textCol_thiers p {
   color: gray;
    line-height: 1.8;
   font-size: 14px;
    margin-bottom: 1rem;
}

.tflo_fluidImage_thiers {
    max-width: 100%;
  height: auto;
    display: block;
   border-radius: 8px;
}

.tflo_btnPrime_thiers {
   cursor: pointer;
   border-radius: 0;
    box-shadow: none !important;
  font-size: 14px;
   text-transform: uppercase;
   font-weight: 400;
    padding: 10px 20px;
    text-decoration: none;
  display: inline-block;
    background: #f4a261;
  border: 1px solid #f4a261;
  color: #fff;
}

.tflo_btnPrime_thiers:hover {
   background: #e76f51;
  border-color: #e76f51;
}

.tflo_px4_thiers {
    padding-left: 1.5rem !important;
   padding-right: 1.5rem !important;
}

.tflo_py3_thiers {
   padding-top: 1rem !important;
   padding-bottom: 1rem !important;
}

.tflo_testimArea_thiers {
  background: url('backgrounds/horse_racing_track_aerial_view.webp') no-repeat center;
   background-size: cover;
  position: relative;
  padding: 100px 0;
}

.tflo_relativePos_thiers {
    position: relative;
}

.tflo_sectionGap_thiers {
    margin: 65px 0;
}

.tflo_bgOverlay_thiers {
  position: absolute;
   top: 0;
    left: 0;
    width: 100%;
  height: 100%;
}

.tflo_overlayBg_thiers {
  background: linear-gradient(135deg,rgba(26,95,122,.9) 0%,rgba(45,140,168,.85) 100%);
   opacity: .9;
}

.tflo_testimRow_thiers {
     position: relative;
   z-index: 2;
  max-width: 1000px;
    margin: 0 auto;
     }

.tflo_singleTestim_thiers {
  background: rgba(255,255,255,.1);
    padding: 40px;
    border-radius: 5px;
  margin-bottom: 30px;
  backdrop-filter: blur(10px);
}

.tflo_itemBox_thiers {
  display: flex;
}

.tflo_flexDisplay_thiers {
    display: flex;
    gap: 30px;
}

.tflo_rowDirection_thiers {
  flex-direction: row;
}

.tflo_thumbImage_thiers {
   flex-shrink: 0;
  margin-right: 30px;
}

.tflo_thumbImage_thiers img {
   width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.tflo_descText_thiers p:first-child {
    color: #fff;
  line-height: 1.8;
   font-size: 16px;
   margin-bottom: 20px;
}

.tflo_descText_thiers h4 {
    color: #fff;
  font-size: 20px;
   font-weight: 600;
   margin-bottom: 5px;
}

.tflo_descText_thiers p:last-child {
  color: rgba(255,255,255,.8);
    font-size: 14px;
  margin: 0;
}

.tflo_legalSect_thiers {
    background: #1a5f7a;
    padding: 40px 20px;
}

.tflo_legalWrap_thiers {
   max-width: 1200px;
  margin: 0 auto;
   display: flex;
    justify-content: center;
   gap: 40px;
   flex-wrap: wrap;
}

.tflo_legalWrap_thiers a {
    color: #fff;
    font-size: 14px;
   transition: .3s;
}

.tflo_legalWrap_thiers a:hover {
    color: #f4a261;
}

.tflo_copyrightSect_thiers {
    background: #0f3d4f;
    padding: 30px 20px;
}

.tflo_copyrightWrap_thiers {
  max-width: 1200px;
    margin: 0 auto;
   text-align: center;
}

.tflo_copyrightWrap_thiers p {
  color: rgba(255,255,255,.7);
    font-size: 13px;
}@media(min-width:1200px){.tflo_largeMargin_thiers{margin:130px 0}}
@media(min-width:600px){.tflo_ctaButton_thiers{padding:12px 42px}}
@media(min-width:1000px){.tflo_textBlock_thiers h3{font-size:36px}}

@media(max-width:991px){
    .tflo_featsRow_thiers{flex-direction:column}
    .tflo_featCol_thiers{flex:1;max-width:100%}
    .tflo_aboutDisplay_thiers{flex-direction:column}
    .tflo_flexLg_thiers{flex-direction:column}
    .tflo_videoContainer_thiers{flex:1;margin-bottom:30px}
    .tflo_textBlock_thiers{padding:0 15px}
    .tflo_contentRow_thiers{flex-direction:column}
    .tflo_col6_thiers{flex:1;max-width:100%}
    .tflo_testimArea_thiers{padding:60px 0}
    .tflo_singleTestim_thiers{flex-direction:column;text-align:center}
    .tflo_thumbImage_thiers{margin:0 auto 20px}
}

@media(max-width:768px){
    .tflo_burger_thiers{display:flex}
    .tflo_menuList_thiers{position:absolute;top:100%;left:0;width:100%;background:#1a5f7a;flex-direction:column;padding:20px;gap:15px;display:none}
    .tflo_menuList_thiers.tflo_activeMenu_thiers{display:flex}
    .tflo_heroDesc_thiers h1{font-size:32px}
    .tflo_heroDesc_thiers h2{font-size:16px}
    .tflo_textImageSect_thiers{padding:6em 0}
    .tflo_imageCol_thiers:first-child{margin-bottom:30px}
}.tflo_agePopup_thiers {
    position: fixed;
  top: 0;
	 left: 0;
  width: 100%;
  height: 100%;
    z-index: 9999;
  display: flex;
  align-items: center;
   justify-content: center;
}

.tflo_agePopup_thiers.tflo_hidden_thiers {
  display: none;
}

.tflo_popupOverlay_thiers {
  position: absolute;
  top: 0;
    left: 0;
   width: 100%;
   height: 100%;
  background: rgba(0,0,0,0.85);
  backdrop-filter: blur(5px);
}

.tflo_popupContent_thiers {
  position: relative;
   z-index: 10000;
   background: #fff;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
     padding: 40px 30px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.tflo_popupInner_thiers {
  text-align: center;
}

.tflo_popupInner_thiers h2 {
  font-size: 28px;
   color: #1a5f7a;
  margin-bottom: 20px;
    font-weight: 700;
}

.tflo_popupInner_thiers p {
  color: #555;
   font-size: 16px;
   line-height: 1.6;
    margin-bottom: 15px;
}

.tflo_popupButtons_thiers {
  display: flex;
  gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
   justify-content: center;
}

.tflo_btnConfirm_thiers,.tflo_btnDecline_thiers {
  padding: 14px 30px;
   border: none;
   border-radius: 6px;
  font-size: 15px;
   font-weight: 600;
   cursor: pointer;
  transition: all 0.3s;
  flex: 1;
     min-width: 150px;
}

.tflo_btnConfirm_thiers {
  background: #2d8ca8;
   color: #fff;
}

.tflo_btnConfirm_thiers:hover {
    background: #1a5f7a;
  transform: translateY(-2px);
}

.tflo_btnDecline_thiers {
	background: #e74c3c;
   color: #fff;
}

.tflo_btnDecline_thiers:hover {
  background: #c0392b;
  transform: translateY(-2px);
}

.tflo_footerZone_thiers {
  background: linear-gradient(135deg,#0f3d4f 0%,#1a5f7a 100%);
  padding: 60px 20px 20px;
  margin-top: 80px;
}

.tflo_footerWrap_thiers {
   max-width: 1200px;
   margin: 0 auto;
}

.tflo_footerGrid_thiers {
   display: grid;
  grid-template-columns: repeat(4,1fr);
    gap: 40px;
  margin-bottom: 40px;
}

.tflo_footerCol_thiers h3 {
	 color: #f4a261;
   font-size: 18px;
   margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tflo_footerCol_thiers p {
  color: rgba(255,255,255,0.8);
   font-size: 14px;
   line-height: 1.7;
   margin-bottom: 15px;
}

.tflo_contactInfo_thiers p {
  display: flex;
  align-items: center;
   gap: 10px;
  margin-bottom: 12px;
}

.tflo_contactInfo_thiers img {
   width: 18px;
  height: 18px;
  filter: invert(1);
}

.tflo_footerLinks_thiers {
   list-style: none;
  padding: 0;
}

.tflo_footerLinks_thiers li {
  margin-bottom: 12px;
}

.tflo_footerLinks_thiers a {
  color: rgba(255,255,255,0.8);
   font-size: 14px;
    transition: color 0.3s;
}

.tflo_footerLinks_thiers a:hover {
   color: #f4a261;
}

.tflo_regulators_thiers {
   display: flex;
    flex-wrap: wrap;
  gap: 15px;
   align-items: center;
}

.tflo_regulators_thiers a {
  display: block;
   padding: 10px;
   border-radius: 6px;
   transition: transform 0.3s;
}

.tflo_regulators_thiers a:hover {
  transform: scale(1.05);
}

.tflo_regulators_thiers img {
   height: 40px;
    width: auto;
  display: block;
}

.tflo_disclaimer_thiers {
    margin: 40px 0 30px;
  padding: 0 10px;
}

.tflo_disclaimerBox_thiers {
  background: rgba(244,162,97,0.15);
  border: 2px solid #f4a261;
   border-radius: 8px;
  padding: 25px 30px;
  position: relative;
}

.tflo_disclaimerBox_thiers::before {
  content: '';
   position: absolute;
    top: -2px;
    left: -2px;
   right: -2px;
   bottom: -2px;
  background: linear-gradient(45deg,#f4a261,#e76f51);
  border-radius: 8px;
   z-index: -1;
    opacity: 0.3;
}

.tflo_disclaimerBox_thiers h4 {
  color: #f4a261;
  font-size: 20px;
   font-weight: 700;
   margin-bottom: 15px;
 text-transform: uppercase;
    letter-spacing: 1px;
}

.tflo_disclaimerBox_thiers p {
   color: #fff;
  font-size   :        14px;
    line-height: 1.8;
  margin: 0;
}

.tflo_disclaimerBox_thiers a {
  color: #f4a261;
    text-decoration: underline;
   font-weight: 600;
}

.tflo_disclaimerBox_thiers a:hover {
  color: #e76f51;
}

.tflo_copyright_thiers {
  border-top: 1px solid rgba(255,255,255,0.1);
   padding-top: 25px;
   text-align: center;
}

.tflo_copyright_thiers p {
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  margin: 0;
}@media(max-width:992px){
    .tflo_footerGrid_thiers{grid-template-columns:repeat(2,1fr);gap:30px}
}

@media(max-width:768px){
    .tflo_footerGrid_thiers{grid-template-columns:1fr;gap:30px}
    .tflo_popupContent_thiers{padding:30px 20px}
    .tflo_popupInner_thiers h2{font-size:24px}
    .tflo_popupButtons_thiers{flex-direction:column}
    .tflo_btnConfirm_thiers,.tflo_btnDecline_thiers{width:100%}
    .tflo_disclaimerBox_thiers{padding:20px}
    .tflo_regulators_thiers{justify-content:center}
}.tflo_catalogZone_thiers {
    padding: 80px 20px;
   background: #f8f9fa;
}

.tflo_catalogHeader_thiers {
    text-align: center;
    margin-bottom: 50px;
}

.tflo_catalogHeader_thiers h2 {
   font-size: 36px;
   color: #1a5f7a;
    margin-bottom: 15px;
  font-weight: 700;

}

.tflo_catalogHeader_thiers p {
  color: #666;
  font-size: 16px;
   line-height: 1.6;
}

.tflo_catalogList_thiers {
   display: flex;
    flex-direction: column;
     gap: 30px;
    max-width: 1200px;
   margin: 0 auto;
}

.tflo_operatorCard_thiers {
   background: #fff;
    border-radius: 12px;
  padding: 30px;
  display: flex;
  align-items: center;
   gap: 25px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.3s;
    border: 2px solid transparent;
}

.tflo_operatorCard_thiers:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    border-color: #2d8ca8;
}

.tflo_cardSection_thiers

{
   display: flex;
  flex-direction: column;
}

.tflo_logoSection_thiers {
    flex: 0 0 180px;
  align-items: center;
    text-align: center;
  gap: 15px;
}

.tflo_operatorLogo_thiers {
    background: #f8f9fa;
  padding: 20px;
   border-radius: 8px;
   margin-bottom: 10px;
   min-height: 100px;
  display: flex;
   align-items: center;
   justify-content: center;
}

.tflo_operatorLogo_thiers img {
  max-width: 140px;
  max-height: 70px;
    width: auto;
   height: auto;
}

.tflo_logoSection_thiers h3 {
    font-size: 22px;
  color: #1a5f7a;
   font-weight: 700;
   margin: 0;
}

.tflo_ratingSection_thiers {
	    flex: 0 0 140px;
   align-items: center;
   text-align: center;
   justify-content: center;
    gap: 10px;
}

.tflo_ratingBox_thiers {
   margin-bottom: 10px;
}

.tflo_ratingScore_thiers {
  font-size: 32px;
  font-weight: 700;
  color: #f4a261;
    margin-bottom: 8px;
}

.tflo_starRating_thiers {
   display: flex;
   gap: 4px;
   justify-content: center;
}

.tflo_starRating_thiers img {
    width: 18px;
  height: 18px;
  filter: invert(72%) sepia(54%) saturate(500%) hue-rotate(340deg);
}

.tflo_ratingLabel_thiers {
  font-size: 14px;
    color: #666;
    font-weight: 600;
}

.tflo_bonusSection_thiers {
    flex: 1;
	  min-width: 250px;
}

.tflo_bonusSection_thiers h4 {
   font-size: 16px;
    color: #1a5f7a;
    margin-bottom: 12px;
  font-weight: 600;
}

.tflo_bonusList_thiers {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tflo_bonusList_thiers li {
   display: flex;
    align-items: flex-start;
   gap: 8px;
    margin-bottom: 10px;
  font-size: 14px;
   color: #555;
    line-height: 1.5;
}

.tflo_bonusList_thiers img {
   width: 16px;
    height: 16px;
  flex-shrink: 0;
   margin-top: 2px;
  filter: invert(72%) sepia(54%) saturate(500%) hue-rotate(340deg);
}

.tflo_featuresSection_thiers {
   flex: 1;
  min-width: 220px;
}

.tflo_featuresSection_thiers h4 {

  font-size: 16px;
   color: #1a5f7a;
    margin-bottom: 12px;
   font-weight: 600;


}

.tflo_featuresList_thiers {
  list-style: none;
    padding: 0;
  margin: 0;
}

.tflo_featuresList_thiers li {
   display: flex;
   align-items: center;
    gap: 8px;
   margin-bottom: 10px;
    font-size: 14px;
    color: #555;
}

.tflo_featuresList_thiers img {
   width: 16px;
  height: 16px;
  flex-shrink: 0;
  filter: invert(48%) sepia(13%) saturate(1000%) hue-rotate(130deg);
}

.tflo_ctaSection_thiers {
  flex: 0 0 180px;
	display: flex;
    align-items: center;
   justify-content: center;
}

.tflo_bonusBtn_thiers {
   display: inline-flex;
  align-items: center;
    gap: 10px;
  padding: 16px 28px;
  background: linear-gradient(135deg,#2d8ca8 0%,#1a5f7a 100%);
   color: #fff;
	 border-radius: 8px;
  font-weight: 600;
   font-size: 15px;
  text-align: center;
    transition: all 0.3s;
   text-decoration: none;
  box-shadow: 0 4px 15px rgba(45,140,168,0.3);
}

.tflo_bonusBtn_thiers:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(45,140,168,0.4);
  background: linear-gradient(135deg,#1a5f7a 0%,#0f3d4f 100%);
}

.tflo_bonusBtn_thiers img {
  width: 18px;
   height: 18px;
  filter: invert(1);
  transition: transform 0.3s;
}

.tflo_bonusBtn_thiers:hover img {
  transform: translateX(4px);
}@media(max-width:1200px){
    .tflo_operatorCard_thiers{flex-wrap:wrap;gap:20px}
    .tflo_logoSection_thiers{flex:0 0 140px}
    .tflo_ratingSection_thiers{flex:0 0 120px}
    .tflo_bonusSection_thiers,.tflo_featuresSection_thiers{flex:1 1 calc(50% - 10px);min-width:200px}
    .tflo_ctaSection_thiers{flex:0 0 100%;justify-content:stretch}
    .tflo_bonusBtn_thiers{width:100%;justify-content:center}
}

@media(max-width:768px){
    .tflo_operatorCard_thiers{padding:20px}
    .tflo_logoSection_thiers,.tflo_ratingSection_thiers{flex:0 0 100%;margin-bottom:20px}
    .tflo_bonusSection_thiers,.tflo_featuresSection_thiers{flex:0 0 100%;min-width:100%;margin-bottom:15px}
    .tflo_catalogHeader_thiers h2{font-size:28px}
    .tflo_ratingScore_thiers{font-size:28px}
}