.elementor-3254 .elementor-element.elementor-element-db18a25{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3254 .elementor-element.elementor-element-db18a25.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3254 .elementor-element.elementor-element-d35dd11{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3254 .elementor-element.elementor-element-f579be7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3254 .elementor-element.elementor-element-f579be7.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-3254 .elementor-element.elementor-element-db18a25{--width:59.996%;}.elementor-3254 .elementor-element.elementor-element-f579be7{--width:61.994%;}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS */.table-tandcs {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px !important;
  border: none;
  background: none; /* remove table background */
}

.table-tandcs td,
.table-tandcs th {
  text-align: justify;
  padding: 2px 6px; /* minimal padding */
  border: none;
  vertical-align: top;
  background: transparent !important; /* remove cell background */
}

.table-tandcs th {
  font-weight: bold;
}

.table-tandcs tr {
  border: none;
  background: transparent; /* remove row background */
}

/* remove alternating row backgrounds if Elementor adds them */
.table-tandcs tbody>tr:nth-child(odd)>td,
.table-tandcs tbody>tr:nth-child(even)>td {
    background-color: transparent !important;
}

.table-tandcs td:first-child {
  width: 60px; /* column for numbers */
  text-align: justify !important;
  padding-right: 10px;
}

.table-tandcs td:last-child {
  text-align: justify !important;
}

p {
    text-align:justify;
}

h5, h6 {
    font-weight: bold;
}


h5 { font-size: 1.2rem;}
h6 { font-size: 1.0rem;}/* End custom CSS */