.elementor-kit-15{--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:#2E1616;color:#FFFFFF;font-family:"Tahoma", Sans-serif;font-size:18px;line-height:1.5em;}.elementor-kit-15 button,.elementor-kit-15 input[type="button"],.elementor-kit-15 input[type="submit"],.elementor-kit-15 .elementor-button{background-color:#FF9D00;font-family:"Tahoma", Sans-serif;font-size:16px;font-weight:900;text-transform:uppercase;line-height:1.4em;text-shadow:0px 2px 0px #D38304;color:#4b230b;box-shadow:0px -7px 0px 0px #D38304 inset;border-style:solid;border-width:1.5px 1.5px 1.5px 1.5px;border-color:#4E2326;border-radius:8px 8px 8px 8px;padding:12px 24px 12px 24px;}.elementor-kit-15 button:hover,.elementor-kit-15 button:focus,.elementor-kit-15 input[type="button"]:hover,.elementor-kit-15 input[type="button"]:focus,.elementor-kit-15 input[type="submit"]:hover,.elementor-kit-15 input[type="submit"]:focus,.elementor-kit-15 .elementor-button:hover,.elementor-kit-15 .elementor-button:focus{background-color:#D38304;}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-kit-15 a{color:#FF9D00;}.elementor-kit-15 a:hover{color:#FFBB00;}.elementor-kit-15 h1{font-size:clamp(2rem, 1.8043rem + 0.8696vw, 2.5rem);font-weight:bold;text-transform:uppercase;}.elementor-kit-15 h2{font-size:clamp(1.625rem, 1.3804rem + 1.087vw, 2.25rem);font-weight:bold;text-transform:uppercase;}.elementor-kit-15 h3{font-size:clamp(1.5rem, 1.3043rem + 0.8696vw, 2rem);font-weight:bold;text-transform:uppercase;}.elementor-kit-15 h4{font-size:clamp(1.25rem, 1.0543rem + 0.8696vw, 1.75rem);font-weight:bold;text-transform:uppercase;}.elementor-kit-15 h5{font-weight:600;}.elementor-kit-15 h6{font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--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-15{font-size:16px;}.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 */.h-span span{
    color: #FF9D00;
}

.c-table {
    width: 100%;
    border-collapse: collapse;
    border: 3px solid #ff3c00;
    margin-bottom: 0;
     text-align: left;
      overflow-x: auto;
      
}

.c-table thead th {
    background-color: #501300;
    color: #f5c48c;
  
}

.c-table tbody td,
.c-table tbody th {
    color: #ffffff;
}

.c-table tbody tr:nth-child(odd) {
    background-color: #501300;
}
.c-table tbody tr:nth-child(even) {
    background-color: #9C2602;
}
.c-table tbody tr:hover {
    background-color: #c33205;
}

.c-table th,
.c-table td {
    border: none !important;
}

@media (max-width:768px){

.c-table thead{
  display:none;
}
.c-table{
    border: 1px;
}
.c-table,
.c-table tbody,
.c-table tr,
.c-table th,
.c-table td{
  display:block;
  width:100%;
}

.c-table tr{
  margin-bottom:16px;
  border:2px solid #ff3c00;
  padding:12px;
  text-align: right;
  gap: 10px;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
    background: transparent;
}

.c-table th,
.c-table td{
  display:flex;
  justify-content:space-between;
  padding:6px 0;
}

.c-table th::before,
.c-table td::before{
  content:attr(data-label);
  font-weight:700;
  color:#f5c48c;
  text-align: left;
}

}


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