*


{
               margin: 0;
  padding: 0;
   box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #0a0e1a 0%, #1a1f35 100%);
  color    :       #fff;
    overflow-x: hidden;
    min-height  : 100vh;
}

.btl_rules_wrapper_cuba {
	 max-width: 1320px;
   margin: 0 auto;
	padding:   120px 24px 80px;
}

.btl_rules_hero_wellington {
      margin-bottom: 72px;
	  text-align: center;
}

.btl_rules_hero_title_aleixo {
  font-family: 'Cinzel', serif;
    font-size: 56px;
   color: #ffffff;
                    margin-bottom :   18px;
  text-shadow: 2px 2px 8px rgba(220, 53, 69, 0.5);
}

.btl_rules_hero_subtitle_cuba {
   font-size:      20px;
  color: rgba(255, 255, 255, 0.7);
    max-width: 700px;
   margin: 0 auto;
  line-height: 1.6;
}

.btl_rules_content_section_wellington{
  background: linear-gradient(135deg, #1a1f35 0%, #2d1b2e 100%);
  border: 3px solid rgba(220, 53, 69, 0.4);
    border-radius: 24px;
    padding: 58px 48px;
   margin-bottom: 52px;
  box-shadow: 0 24px 64px rgba(220, 53, 69, 0.2);
}

.btl_rules_layout_aleixo 
 {

		 display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 58px;
			align-items: center;
     }

.btl_rules_text_container_cuba  {


	padding-right:        24px;


}

.btl_rules_section_heading_wellington {
  font-family: 'Cinzel', serif;
   font-size: 38px;
	 color: #dc3545;
   margin-bottom: 28px;
         font-weight    :    600;
     line-height: 1.3;
}

.btl_rules_description_aleixo {

   font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
    line-height :  1.8;
    margin-bottom  :   32px;
	}

.btl_rules_list_cuba {
  list-style: none;
     padding: 0;
   margin: 0 0 28px 0;
}

.btl_rules_list_item_wellington
{
  background: rgba(220, 53, 69, 0.08);
   border-left: 4px solid #dc3545;
  padding: 18px 24px;
  margin-bottom   : 16px;
  border-radius: 8px;
   transition: all 0.3s ease;
}

.btl_rules_list_item_wellington:hover {
	  background: rgba(220, 53, 69, 0.15);
  transform: translateX(6px);

}

.btl_rules_item_title_aleixo {
  font-size: 18px;
	 font-weight: 600;
	color: #dc3545;
   margin-bottom: 8px;
	 display: flex;
  align-items: center;
    gap: 12px;
}

.btl_rules_item_icon_cuba
	{
    width: 24px;
   height: 24px;
  filter: brightness(0) saturate(100%) invert(34%) sepia(89%) saturate(2245%) hue-rotate(340deg) brightness(93%) contrast(86%);
}


.btl_rules_item_text_wellington


{
   font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
}

.btl_rules_image_container_aleixo {
    position: relative;
   border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(220, 53, 69, 0.3);

}

.btl_rules_featured_img_cuba
	{
       width     :      100%;
   display: block;
   border-radius: 16px;
       height: auto;
    transition: transform 0.4s ease;

}

.btl_rules_image_container_aleixo:hover .btl_rules_featured_img_cuba {
  transform: scale(1.05);
}

.btl_points_highlight_wellington {
     background: linear-gradient(135deg, rgba(220, 53, 69, 0.2) 0%, rgba(220, 53, 69, 0.05) 100%);
   			border: 2px solid #dc3545;
           border-radius: 16px;
       padding: 32px;
      margin-top: 38px;}

.btl_points_title_aleixo


{


  font-family: 'Cinzel', serif;
   font-size: 24px;
	 color: #dc3545;
  margin-bottom: 18px;
    font-weight: 600;

}

.btl_points_grid_cuba {
     display: grid;
  grid-template-columns: repeat(3, 1fr);
   gap: 24px;
    margin-top  : 24px;
}

.btl_points_card_wellington {
  background: rgba(255, 255, 255, 0.05);
    border-radius:   12px;
                    padding   :   22px 18px;
  text-align: center;
	transition: all 0.3s ease;
}

.btl_points_card_wellington:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-4px);
} 

.btl_points_value_aleixo
{
    font-size: 32px;
    font-weight: 700;
    color: #dc3545;
   display: block;
  margin-bottom: 8px;
}

.btl_points_label_cuba {
	font-size    : 13px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
	letter-spacing: 1px;
}

.btl_disclaimer_box_wellington     {
  background: linear-gradient(135deg, #1a0a0f 0%, #2d1b2e 100%);
  border: 3px solid rgba(220, 53, 69, 0.5);
  border-radius: 20px;
	padding  :   48px 42px;
       margin-bottom: 52px;
   text-align: center;

}

.btl_disclaimer_icon_wrapper_aleixo {
  width: 72px;
   height  :     72px;
   margin: 0 auto 24px;
  background: rgba(220, 53, 69, 0.15);
	 border-radius: 50%;
  display: flex;
    align-items: center;
    justify-content: center;
   border: 2px solid #dc3545;
}

.btl_disclaimer_icon_svg_cuba {
   width: 36px;
     height    :       36px;
     filter: brightness(0) saturate(100%) invert(34%) sepia(89%) saturate(2245%) hue-rotate(340deg) brightness(93%) contrast(86%);
}

.btl_disclaimer_heading_wellington {
  font-family: 'Cinzel', serif;
    font-size: 32px;
    color: #dc3545;
    margin-bottom: 22px;
    font-weight: 700;
}

.btl_disclaimer_text_aleixo {
  font-size :   16px; 
  color: rgba(255, 255, 255, 0.85); 
               line-height: 1.9; 
  max-width: 800px; 
    margin: 0 auto 32px;
}

.btl_disclaimer_cta_cuba {
	  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: #fff;
  padding: 18px 48px;
   border-radius: 50px;
          font-size :   18px;
    font-weight: 600;
    text-decoration: none;
         display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(220, 53, 69, 0.4);
}

.btl_disclaimer_cta_cuba:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(220, 53, 69, 0.6);
}

.btl_footer_realm_cuba {
  background: linear-gradient(135deg, #0a0e1a 0%, #1a1f35 100%);
       padding: 72px 0 32px;
     border-top: 3px solid rgba(220, 53, 69, 0.4);
}

.btl_footer_wrapper_wellington {
  max-width: 1320px;
  margin: 0 auto;
   padding: 0 24px;
}

.btl_footer_top_aleixo {
	 display   :       grid;
   grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
   margin-bottom: 58px;
}

.btl_footer_logo_img_wellington {
   height: 48px;
  margin-bottom :     18px;


}

.btl_footer_tagline_aleixo {
  color: rgba(255, 255, 255, 0.6);
   font-size: 14px;
   line-height: 1.6;
   margin-top: 12px;
}

.btl_footer_heading_wellington {
    font-weight     :    600;
  font-family: 'Cinzel', serif;
  font-size: 18px;
   margin-bottom: 22px;
   color: #dc3545;


}

.btl_footer_menu_aleixo {
    list-style :        none;
    padding: 0;
    margin     :     0;
}

.btl_footer_menu_aleixo li {
   margin-bottom: 12px;
}

.btl_footer_menu_aleixo a {
  color: rgba(255, 255, 255, 0.7); 
		 text-decoration: none; 
   font-size: 15px; 
					transition: color 0.3s ease;
}

.btl_footer_menu_aleixo a:hover


{
   color: #dc3545;
}

.btl_footer_address_aleixo,
.btl_footer_phone_wellington {
  color: rgba(255, 255, 255, 0.7);
                    font-size: 14px;
   line-height:    1.8;
    margin-bottom   :      12px;
}

.btl_footer_phone_wellington a {


   color: #dc3545;
	 text-decoration: none;

}

.btl_footer_regulators_cuba {
     background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(220, 53, 69, 0.2);
  border-radius: 12px;
	 padding: 38px 32px;
    margin-bottom :   42px;
  text-align: center;
     }

.btl_regulators_title_wellington  {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  color: #ffffff;
    margin-bottom: 28px;
  font-weight: 600;
}

.btl_regulators_logos_aleixo {
    display: flex;
    justify-content: center;
                    align-items: center;
  gap    :   42px;
  flex-wrap: wrap;
}

.btl_regulator_link_cuba {
	display: block;

  transition: transform 0.3s ease;
}

.btl_regulator_link_cuba:hover {
  transform: translateY(-4px);
}

.btl_regulator_img_wellington


{
  height :56px;
    width: auto;
}

.btl_footer_legal_wellington {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top  :   32px;
	 text-align: center;

}

.btl_legal_text_aleixo {
  color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    line-height: 1.8;
    max-width: 900px;
	margin: 0 auto 22px; 

}

.btl_copyright_cuba   {
  color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}@media (max-width: 991px) {
    .btl_rules_wrapper_cuba {
        padding: 100px 18px 60px;
    }

    .btl_rules_hero_title_aleixo {
        font-size: 42px;
    }

    .btl_rules_content_section_wellington {
        padding: 42px 32px;
    }

    .btl_rules_layout_aleixo {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .btl_rules_text_container_cuba {
        padding-right: 0;
    }

    .btl_points_grid_cuba {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .btl_footer_top_aleixo {
        grid-template-columns: 1fr 1fr;
        gap: 38px;
    }
}

@media (max-width: 767px) {
    .btl_rules_hero_title_aleixo {
        font-size: 32px;
    }

    .btl_rules_hero_subtitle_cuba {
        font-size: 16px;
    }

    .btl_rules_content_section_wellington {
        padding: 32px 24px;
    }

    .btl_rules_section_heading_wellington {
        font-size: 28px;
    }

    .btl_disclaimer_box_wellington {
        padding: 38px 28px;
    }

    .btl_disclaimer_heading_wellington {
        font-size: 26px;
    }

    .btl_footer_top_aleixo {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .btl_regulators_logos_aleixo {
        flex-direction: column;
        gap: 24px;
    }
}