.elementor-kit-14{--e-global-color-primary:#16456A;--e-global-color-secondary:#55A700;--e-global-color-text:#131313;--e-global-color-accent:#EF3D9A;--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:#FDFDFD;color:var( --e-global-color-text );font-size:1rem;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-kit-14 h1{font-size:clamp(3rem, 1.7309rem + 1.813vw, 4rem);}.elementor-kit-14 h2{font-size:clamp(2.6rem, 1.7309rem + 1.813vw, 3rem);}.elementor-kit-14 h3{font-size:clamp(2.2rem, 1.5482rem + 1.3598vw, 2.5rem);}.elementor-kit-14 h4{font-size:clamp(1.8rem, 1.3654rem + 0.9065vw, 2rem);}.elementor-kit-14 h5{font-size:clamp(1.6rem, 1.2741rem + 0.6799vw, 1.75rem);}.elementor-kit-14 h6{font-size:clamp(1.4rem, 1.1827rem + 0.4533vw, 1.5rem);}.elementor-kit-14 button,.elementor-kit-14 input[type="button"],.elementor-kit-14 input[type="submit"],.elementor-kit-14 .elementor-button{font-family:"Roboto", Sans-serif;font-size:1rem;font-weight:500;border-radius:3px 3px 3px 3px;}.elementor-kit-14 img{border-radius:3px 3px 3px 3px;}.elementor-kit-14 label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-14 input:not([type="button"]):not([type="submit"]),.elementor-kit-14 textarea,.elementor-kit-14 .elementor-field-textual{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );border-style:solid;border-width:1px 1px 1px 1px;border-color:#D3D3D3;border-radius:3px 3px 3px 3px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//*:::::Global Variables:::::*/

:root {
  --fwa-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}

.fwa-p-no-bottom-margin{
    margin-bottom: 0;
}

/*:::::Tables:::::*/

table {
  border-collapse: collapse;
  width: 100%;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  font-size: 1rem;
  color: #333;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: var(--fwa-box-shadow);
}

table td, table th {
    padding: 10px;
    border: none;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: hsl(0deg 0% 90% / 7.06%);
}


/* Style the table header */
th {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 1.1rem;
  background-color: #333;
  text-align: left;
  padding: 10px;
  color: #fff;
}

/* Style the table body */
td {
  padding: 10px;
  text-align: left;
}

/* Style alternate rows */
tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* Style table row on hover */
tr:hover {
  background-color: #e6e6e6;
}

/* Style the first column */
td:first-child {
  font-weight: bold;
  padding-left: 10px;
  width: 40%;
  text-align: left;
}

/* Style the last column */
td:last-child {
  text-align: left;
  width: 20%;
}

/* Style the other columns */
td:not(:first-child):not(:last-child) {
  width: calc(60% / (var(--column-count) - 1));
  text-align: left;
}

/* Add class "column-3" to set the number of columns to 3 */
.column-3 {
  --column-count: 3;
}

/* Add class "column-4" to set the number of columns to 4 */
.column-4 {
  --column-count: 4;
}

/* Style the second, third, and fourth columns */
td:nth-child(2),
td:nth-child(3),
td:nth-child(4) {
  text-align: left;
  width: 25%;
}

/* Style the second, third, and fourth columns in the last row */
td:nth-child(2):last-child,
td:nth-child(3):last-child,
td:nth-child(4):last-child {
  border-bottom: none;
}

/* Style the fifth column */
td:nth-child(5) {
  text-align: left;
  width: 5%;
  color: red;
}

/* Style the fifth column in the last row */
td:nth-child(5):last-child {
  border-bottom: none;
}/* End custom CSS */