.elementor-kit-1420{--e-global-color-primary:#76C043;--e-global-color-secondary:#1F5F1B;--e-global-color-text:#111111;--e-global-color-accent:#F5F5F5;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-letter-spacing:1px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.6px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;font-size:18px;}.elementor-kit-1420 button,.elementor-kit-1420 input[type="button"],.elementor-kit-1420 input[type="submit"],.elementor-kit-1420 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:16px;font-weight:600;letter-spacing:0.3px;color:#FFFFFF;border-style:none;border-radius:5px 5px 5px 5px;}.elementor-kit-1420 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1420 a{font-family:"Inter", Sans-serif;font-size:18px;}.elementor-kit-1420 h1{font-size:1px;}.elementor-kit-1420 h2{font-family:"Inter", Sans-serif;font-size:60px;}.elementor-kit-1420 h3{font-family:"Inter", Sans-serif;font-size:40px;}.elementor-kit-1420 h4{font-family:"Inter", Sans-serif;font-size:30px;}.elementor-kit-1420 h5{font-family:"Inter", Sans-serif;font-size:25px;}.elementor-kit-1420 h6{font-family:"Inter", Sans-serif;font-size:23px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 */<style>
.vg-table-wrapper {
  width: 100%;
  overflow-x: auto;
  padding: 24px 0;
  font-family: Arial, Helvetica, sans-serif;
}

.vg-comparison-table {
  width: 100%;
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.08);
}

/* Header */
.vg-comparison-table thead th {
  background: #101820;
  color: #ffffff;
  padding: 30px 28px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.vg-comparison-table thead th:first-child {
  background: #48a900;
  border-top-left-radius: 24px;
}

.vg-comparison-table thead th:last-child {
  border-top-right-radius: 24px;
  border-right: none;
}

/* Body cells */
.vg-comparison-table tbody td {
  padding: 28px 28px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  color: #2f4054;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #e8e8e8;
  background: #ffffff;
}

/* First column */
.vg-comparison-table tbody td:first-child {
  color: #00112b;
  font-weight: 950;
}

/* Zebra rows */
.vg-comparison-table tbody tr:nth-child(odd) td {
  background: #f7f7f7;
}

/* Last column / row cleanup */
.vg-comparison-table tbody td:last-child {
  border-right: none;
}

.vg-comparison-table tbody tr:last-child td {
  border-bottom: none;
}

/* Positive / negative text */
.vg-comparison-table .vg-yes {
  color: #41a900;
  font-weight: 950;
}

.vg-comparison-table .vg-no {
  color: #e03434;
  font-weight: 950;
}

/* Mobile */
@media (max-width: 767px) {
  .vg-table-wrapper {
    padding: 18px 0;
  }

  .vg-comparison-table {
    min-width: 760px;
    border-radius: 18px;
  }

  .vg-comparison-table thead th {
    padding: 22px 20px;
    font-size: 14px;
  }

  .vg-comparison-table tbody td {
    padding: 22px 20px;
    font-size: 16px;
  }

  .vg-comparison-table thead th:first-child {
    border-top-left-radius: 18px;
  }

  .vg-comparison-table thead th:last-child {
    border-top-right-radius: 18px;
  }
}
</style>/* End custom CSS */