.elementor-kit-5{--e-global-color-primary:#1D1D1B;--e-global-color-secondary:#A52A21;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-1877a96e:#4054B2;--e-global-color-51856b71:#000;--e-global-color-73d5b5df:#FFF;--e-global-color-79dd15a:#052851;--e-global-color-41413de:#A22C1B;--e-global-color-79faf5c:#F7F7F7;--e-global-color-5dec774:#444655;--e-global-color-c861045:#FFFFFFB3;--e-global-typography-primary-font-size:38px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a:hover{font-weight:var( --e-global-typography-accent-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1366px;}.e-con{--container-max-width:1366px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}@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 */table {
  border-collapse: collapse;
}

td, th {
  border: 1px solid #A52A21;
  text-align: left;
  font-size: 14px;
  color: #1D1D1B;
  font-family: "Gotham Pro Regular";
}

.check-list li {
  position: relative;
  list-style-type: none;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
}

.check-list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #A52A21;
    transform-origin: bottom left;
    transform: rotate(315deg);
}/* End custom CSS */