.elementor-kit-14{--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;background-color:#181818;color:#FFEFE2;font-family:"Tahoma", Sans-serif;font-size:16px;}.elementor-kit-14 button,.elementor-kit-14 input[type="button"],.elementor-kit-14 input[type="submit"],.elementor-kit-14 .elementor-button{background-color:transparent;font-weight:bold;text-transform:uppercase;text-shadow:0px 3px 2px rgba(0, 0, 0, 0.21);color:#FFFFFF;background-image:linear-gradient(180deg, #9C2602 0%, #FF5500 100%);box-shadow:0px 4px 0px 0px #CB4008;border-style:solid;border-width:1.5px 1.5px 1.5px 1.5px;border-color:#FF9D00;border-radius:12px 12px 12px 12px;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-kit-14 a{color:#FF5500;}.elementor-kit-14 h1{font-size:48px;font-weight:bold;}.elementor-kit-14 h2{font-size:34px;font-weight:bold;}.elementor-kit-14 h3{font-size:30px;font-weight:bold;}.elementor-kit-14 h4{font-size:26px;font-weight:bold;}.elementor-kit-14 h5{font-size:24px;font-weight:bold;}.elementor-kit-14 h6{font-size:20px;font-weight:bold;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-14 h1{font-size:38px;}.elementor-kit-14 h2{font-size:32px;}.elementor-kit-14 h3{font-size:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-14 h1{font-size:32px;}.elementor-kit-14 h2{font-size:28px;}.elementor-kit-14 h3{font-size:24px;}.elementor-kit-14 h4{font-size:20px;}.elementor-kit-14 h5{font-size:18px;}.elementor-kit-14 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.dual-heading span{
    color: #FF9D00;
}

.table-g img.emoji{
  filter: brightness(0) invert(1);
}
.table-g{
  width:100%;
  min-width:700px;
  border-collapse:collapse;
}

.table-g th,
.table-g td{
  border:2px solid #222;
  padding:14px 18px;
  text-align:left;
}

.table-g th{
  font-weight:700;
  background:#FF5500;
  color: #181818;
 
}
.table-g thead:first-child tr:first-child th {
    border-block-start: 2px solid #222;
}
.table-g tbody tr:nth-child(even){
  
}
@media (max-width:768px){

  .table-g{
    min-width:100%;
  }

  .table-g thead{
    display:none;
  }

  .table-g,
  .table-g tbody,
  .table-g tr{
    display:block;
    width:100%;
  }

  .table-g tr{
    margin-bottom:14px;
    border:2px solid #222;
    border-radius:12px;
    overflow: hidden;
  }

  .table-g tr:last-child{
    margin-bottom:0;
  }

  .table-g td{
    display:block;
    border:none;
    padding:12px 12px;
    text-align:left;
  }

  .table-g td:not(:last-child){
    border-bottom:1px solid #222;
  }

  .table-g td::before{
    content:attr(data-label);
    display:block;
    font-weight:700;
    color:#FF5500;
    margin-bottom:6px;
  }
}

.table-g td.status{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
}

.btn--primary{
    cursor: pointer;
}/* End custom CSS */