/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/compare-two-app/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.comparison-table-section {
  overflow-x: auto;
  padding: 2.5rem 0;
}
.comparison-table-section .comparison-table-wrapper {
  position: relative;
  padding-bottom: 20px;
}
.comparison-table-section .comparison-table-wrapper table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
}
.comparison-table-section .comparison-table-wrapper table colgroup col:first-child {
  width: 50%;
}
.comparison-table-section .comparison-table-wrapper table colgroup col:not(:first-child) {
  width: 25%;
}
.comparison-table-section .comparison-table-wrapper table tbody .header-row td {
  border: none;
}
.comparison-table-section .comparison-table-wrapper table tbody .header-row td:first-child {
  padding-left: 0;
}
.comparison-table-section .comparison-table-wrapper table tbody .header-row td:first-child .header-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}
.comparison-table-section .comparison-table-wrapper table tbody .header-row td:first-child .header-content h5 {
  color: #1d1d1d;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -1.5%;
  font-family: Poppins, sans-serif;
  margin: 0;
  white-space: normal;
}
.comparison-table-section .comparison-table-wrapper table tbody .header-row td:first-child .header-content span {
  color: #1d1d1d;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -1.5%;
  font-family: Poppins, sans-serif;
  white-space: normal;
}
.comparison-table-section .comparison-table-wrapper table tbody .header-row .logo-cell img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.comparison-table-section .comparison-table-wrapper table tbody .divider-row td {
  background-color: #ededed;
  padding: 1.25rem 0.75rem;
}
.comparison-table-section .comparison-table-wrapper table tbody .divider-row td .section-label {
  color: #272727;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -1.5%;
  font-family: Poppins, sans-serif;
}
.comparison-table-section .comparison-table-wrapper table tbody .divider-row td:not(:first-child) {
  background-color: #ededed;
}
.comparison-table-section .comparison-table-wrapper table tbody .divider-row td:first-child {
  border-left: 1px solid #f1f1f1;
}
.comparison-table-section .comparison-table-wrapper table tbody .divider-row td:last-child {
  border-right: 1px solid #f1f1f1;
}
.comparison-table-section .comparison-table-wrapper table tbody tr:not(.header-row):not(.divider-row) .feature-label {
  border: 1px solid #ededed;
  padding: 0.5rem 0.75rem;
}
.comparison-table-section .comparison-table-wrapper table tbody tr:not(.header-row):not(.divider-row) .feature-label .label-text {
  color: #1d1d1d;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -1.5%;
  font-family: "Open Sans", sans-serif;
  white-space: normal;
}
.comparison-table-section .comparison-table-wrapper table tbody tr:not(.header-row):not(.divider-row) .feature-value {
  border: 1px solid #ededed;
  padding: 0.5rem 0.75rem;
  text-align: center;
}
.comparison-table-section .comparison-table-wrapper table tbody tr:not(.header-row):not(.divider-row) .feature-value .value-text {
  color: #1d1d1d;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -1.5%;
  font-family: "Open Sans", sans-serif;
  white-space: normal;
}
.comparison-table-section .comparison-table-wrapper table tbody tr:not(.header-row):not(.divider-row) .feature-value .value-text .icon-size {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comparison-table-section .comparison-table-wrapper table tbody tr:not(.header-row):not(.divider-row) .feature-value .value-text .image-size {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.comparison-table-section .comparison-table-wrapper table tbody tr:not(.header-row):not(.divider-row) .feature-value.highlighted {
  background-color: rgba(224, 255, 217, 0.2);
}
.comparison-table-section .comparison-table-wrapper table tbody tr:not(.header-row):not(.divider-row) .feature-value.special-highlight {
  border: 1px solid #12992d;
  background-color: rgba(224, 255, 217, 0.2);
  box-shadow: 0px 4px 22px 0px rgba(107, 255, 81, 0.25);
  border-radius: 20px;
  position: relative;
}
.comparison-table-section .comparison-table-wrapper table tbody tr:not(.header-row):not(.divider-row) .feature-value .icon-container {
  display: flex;
  justify-content: center;
}
.comparison-table-section .comparison-table-wrapper table tbody tr:not(.header-row):not(.divider-row) .feature-value .icon-container img {
  width: 20px;
  height: 20px;
}
.comparison-table-section .comparison-table-wrapper .highlight-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 25%;
  border-radius: 20px;
  border: 1px solid #12992d;
  background-color: rgba(224, 255, 217, 0.2);
  box-shadow: 0 4px 22px 0 rgba(107, 255, 81, 0.25);
}
.comparison-table-section .comparison-table-wrapper .highlight-overlay.highlight-overlay-app-a {
  right: 25%;
}
.comparison-table-section .comparison-table-wrapper .highlight-overlay.highlight-overlay-app-b {
  right: 0;
}
@media screen and (max-width: 768px) {
  .comparison-table-section {
    padding: 1.5rem 0;
  }
  .comparison-table-section .comparison-table-wrapper {
    display: inline-block;
  }
  .comparison-table-section .comparison-table-wrapper table {
    min-width: 600px;
  }
  .comparison-table-section .comparison-table-wrapper table .header-row td:first-child .header-content .table-title {
    font-size: 18px;
  }
  .comparison-table-section .comparison-table-wrapper table .header-row td:first-child .header-content .table-subtitle {
    font-size: 12px;
  }
  .comparison-table-section .comparison-table-wrapper table .divider-row td {
    padding: 1rem 0.5rem;
  }
  .comparison-table-section .comparison-table-wrapper table .divider-row td .section-label {
    font-size: 12px;
  }
  .comparison-table-section .comparison-table-wrapper table tr:not(.header-row):not(.divider-row) .feature-label,
  .comparison-table-section .comparison-table-wrapper table tr:not(.header-row):not(.divider-row) .feature-value {
    padding: 0.4rem 0.5rem;
  }
  .comparison-table-section .comparison-table-wrapper table tr:not(.header-row):not(.divider-row) .feature-label .label-text,
  .comparison-table-section .comparison-table-wrapper table tr:not(.header-row):not(.divider-row) .feature-label .value-text,
  .comparison-table-section .comparison-table-wrapper table tr:not(.header-row):not(.divider-row) .feature-value .label-text,
  .comparison-table-section .comparison-table-wrapper table tr:not(.header-row):not(.divider-row) .feature-value .value-text {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style-index.css.map*/