.elementor-kit-2{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-2 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1270px;}.e-con{--container-max-width:1270px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
    font-family:'Segoe UI','Apple SD Gothic Neo',sans-serif;
    background:#ffffff;
    padding:50px 20px;
    color:#181c62;
  }
  h2{
    text-align:center;
    color:#d71440;
    font-size:32px;
    margin-bottom:40px;
    letter-spacing:-0.5px;
  }
  .sponsor-table{
    width:100%;
    max-width:1100px;
    margin:0 auto;
    border-collapse:separate;
    border-spacing:0;
    table-layout:fixed;
    box-shadow:0 8px 24px rgba(0,0,0,0.08);
    border-radius:16px;
    overflow:hidden;
  }
  thead th{
    padding:20px 15px;
    font-size:18px;
    font-weight:600;
    color:#fff;
    width:20%;
  }
  thead th small{
    display:block;
    font-size:14px;
    font-weight:400;
    color:#ddd;
    margin-top:6px;
  }
  .tier-v{background:#d71440;}
  .tier-i{background:#181c62;}
  .tier-c{background:#555555;}
  .tier-p{background:#9e9e9e;}

  tbody td{
    padding:20px 15px;
    background:#fff;
    border-bottom:1px solid #eee;
    text-align:center;
    vertical-align:top;
    font-size:16px;
    width:20%;
    word-wrap:break-word;
  }
  tbody td:first-child{
    background:#f7f8fc;
    font-weight:600;
    text-align:left;
    color:#181c62;
    width:20%;
    min-width:180px;
  }
  tr:last-child td{border-bottom:none;}

  /* Responsive */
  @media (max-width:768px){
    .sponsor-table, thead, tbody, th, td, tr{display:block; width:100%;}
    thead{display:none;}
    tbody tr{
      margin-bottom:20px;
      border-radius:12px;
      box-shadow:0 2px 10px rgba(0,0,0,0.05);
      overflow:hidden;
    }
    tbody td{
      text-align:left;
      padding:12px 16px;
      border:none;
      border-bottom:1px solid #eee;
      position:relative;
      width:100% !important;
    }
    tbody td:first-child{
      background:#f7f8fc;
      font-weight:700;
      font-size:17px;
    }
    tbody td::before{
      content: attr(data-label);
      font-weight:700;
      color:#888;
      display:block;
      margin-bottom:6px;
    }
  }
</style>/* End custom CSS */