.elementor-kit-18687{--e-global-color-primary:#00A5B5;--e-global-color-secondary:#53575A;--e-global-color-text:#53575A;--e-global-color-accent:#FF8300;--e-global-color-30972b7:#FFFFFF;--e-global-color-9506eec:#000000;--e-global-color-c131816:#DDFDFC;--e-global-color-f7294e5:#F7B334;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-size:20px;line-height:1.72em;}.elementor-kit-18687 e-page-transition{background-color:#FFBC7D;}.elementor-kit-18687 a{color:var( --e-global-color-accent );}.elementor-kit-18687 h2{font-size:30px;font-weight:700;text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.elementor-lightbox{--lightbox-ui-color:var( --e-global-color-30972b7 );--lightbox-ui-color-hover:var( --e-global-color-primary );}.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 */.elementor-image-box-description a.btn {
    cursor: pointer;
    display: inline-block;
    padding: 15px 20px;
    margin: 30px 0 0;
    border: none;
    -webkit-box-shadow: inset 0 0 0 3px #00a5b5;
    box-shadow: inset 0 0 0 3px #00a5b5;
    border-radius: 10px;
    font-family: Montserrat, Tahoma, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #00a5b5;
    color: #fff;
    }

.custom-image-box-wrapper .elementor-widget-image-box {
    position: relative;
    border: 5px solid #00a5b5;
    border-radius: 22px;
    padding: 60px 33px 42px;
    background: #fff;
}

.custom-image-box-wrapper .elementor-image-box-img {
    padding: 0 23px;
    position: absolute;
    top: -60px;
    left: 20px;
    background: #fff;
}

.hs-cta-embed a {
    border-bottom: none;
}

.block--logoslider.no-padding {
    padding: 0px;
}

.block--logoslider.no-padding img
 {
    height: 200px;
    width: 200px;
    max-width: 200px;
 }
 .block--logoslider .logoSlider__wrapper .slick-track {
    margin-bottom: 0px;
}


@media (min-width: 767px) {
    .shrunken .block--compareTable {
        height: 600px;
    }
    .shrunken .block--compareTable .container, .shrunken .block--customContent .container {
        padding: 0px;
    }
    .shrunken .block--customContent .p1 {
      font-size: 15px;
  }
    .shrunken .block--customContent {
        padding-top: 0px;
    }
    .shrunken .block--customContent .customContent__item {
        margin-top: 0px;
    }
  .shrunken .block--compareTable .table__item {
    transform: scale(.5);
    transform-origin: top left;
    width: 200%; /* counteract scale so table fits */
  }

  /* Optional: tighten spacing while scaled */
  .shrunken .block--compareTable th,
  .shrunken .block--compareTable td {
    padding: .5em;
    font-size: .9em;
  }
}

/* --- Comparison table base --- */
.comp-table { --yes:#ff7a22; --no:#6b7280; --text:#2f3439; --muted:#6b7280; --rowbg:#f6f7f8; }

.comp-table__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,.05);
}

/* Table structure */
.comp-table__table {
  width: 100%;
  min-width: 780px;              /* force scroll on small screens */
  border-collapse: separate;
  border-spacing: 0;
  color: var(--text);
  font-size: 1rem;
}

.comp-table__table thead th,
.comp-table__table tbody td,
.comp-table__table tbody th {
  padding: 18px 16px;
  text-align: center;
  vertical-align: middle;
  border: 0 !important;
}

/* Sticky header */
.comp-table__table thead th {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #fff;
}

/* Sticky first column (row headings) */
.comp-table__rowhead {
  text-align: left;
  font-weight: 700;
  width: 280px;
  min-width: 240px;
  position: sticky;
  left: 0;
  z-index: 4;
  background: #fff;
}

.comp-table__table tbody tr:nth-child(odd) td,
.comp-table__table tbody tr:nth-child(odd) .comp-table__rowhead {
  background: var(--rowbg);
}

/* Brand logos */
.comp-table__brand img {
  display: block;
  height: auto;
  width: auto;
  margin: 2px auto;
}

/* Subtext under a row title */
.subtitle {
  display: block;
  font-weight: 400;
  color: var(--muted);
  margin-top: 6px;
  font-size: .92em;
}

/* --- Icons (pure CSS circles) --- */
.icon-check,
.icon-x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 0;
  line-height: 1;
}

td.yes .icon-check {
  background: var(--yes);
}
td.yes .icon-check::before {
  content: "✓";
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

td.no .icon-x {
  border: 2px solid var(--no);
}
td.no .icon-x::before {
  content: "×";
  color: var(--no);
  font-size: 18px;
  font-weight: 700;
}

/* Screen-reader helper */
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

/* Footnotes */
.comp-table__notes {
  margin-top: 14px;
  color: var(--muted);
  font-style: italic;
  font-size: .98rem;
}
.comp-table__notes p { margin: 0 0 8px; }

/* --- Responsive tweaks --- */
@media (max-width: 900px) {
  .comp-table__rowhead { width: 220px; min-width: 200px; font-size: .98rem; }
  .comp-table__brand img { height: 42px; }
  .icon-check, .icon-x { width: 28px; height: 28px; }
  td.yes .icon-check::before, td.no .icon-x::before { font-size: 16px; }
}

@media (max-width: 600px) {
  .comp-table__rowhead { width: 190px; min-width: 180px; }
  .comp-table__table { min-width: 660px; }
}/* End custom CSS */