.comparison-section{display:flex;flex-direction:column;align-items:center;justify-content:space-around;margin-bottom:96px;padding:40px 0}

.comparison-table{display:table;table-layout:fixed;border-spacing:0;text-align:center;font-size:14px;line-height:22px;font-style:normal;font-stretch:normal;border-collapse:separate;padding:40px 0}
.comparison-table td{text-align:center;vertical-align:middle;min-width:340px;padding:0 16px;min-height:72px;}
.comparison-table td:first-child{text-align:left}
.comparison-table thead td{background:transparent; border:none; height:42px}
.comparison-table thead th{
  vertical-align:middle;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
.comparison-table thead th{
  border-top-left-radius:16px;
  border-top-right-radius:16px;
}
.comparison-table tbody tr:last-child .comparison-highlight,
.comparison-table tbody tr:last-child td:last-child{
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
}
/*
.comparison-table tbody tr:last-child td:last-child{
  background-color:lightgrey;
}
*/

.comparison-table thead th.comparison-highlight .comparison-main-names{color: #fff;}
.comparison-table thead th .comparison-main-names{font-weight: bold;}
.comparison-table thead th:last-child,
.comparison-table tbody td:last-child{background-color: #ebebeb;}
.comparison-table tbody td:first-child{font-family: 'Inter'; font-size: 22px; font-weight: bold; color: #414342;}
.comparison-table tbody{padding:40px;border-radius:16px}
.comparison-table tbody td{text-align:center;min-width:340px;max-width:250px;}
.comparison-table tbody tr td:first-child{display:flex;align-items:center;left:0;min-width:340px;width:100%;text-align:left;padding-left:16px}

/*
.comparison-table tbody tr:first-child td:first-child{border-top-left-radius:8px; border-left:1px solid #000;}
.comparison-table tbody tr:first-child td:last-child{border-top-right-radius:8px; border-left:1px solid #000;}
.comparison-table tbody tr:last-child td{border-bottom:none}
.comparison-table tbody tr:last-child td:first-child{border-bottom-left-radius:8px; border-left:1px solid red;}
.comparison-table tbody tr:last-child td:last-child{border-bottom-right-radius:8px; border-left:1px solid red;}
*/
.comparison-table .comparison-highlight{min-width:340px;max-width:370px;background-color:#009CBB;color:#fff;}
.comparison-table th.comparison-highlight{position:relative;height:45px;}
.comparison-table th.comparison-highlight:before{height:16px;width:100%;position:absolute;background-color:var(--theme-main);left:0;top:-12px;border-radius:8px 8px 0 0}

.comparison-table .comparison-main-names{width:100%;height:45px;box-sizing:border-box;position:relative;display:flex;align-items:center;justify-content:center}
/*.comparison-table .comparison-main-names:after{
  position:absolute;
  color: #414342;
  /*background-color:#fff;
  background-color: blue;*
  height:45px;
  width:100%;
  left:0
}
.comparison-table th:first-child:after{display:none}
.comparison-table th:last-child>div:after{width:calc(100% - .875rem);border-radius:0 8px 0 0}
.comparison-table th:first-child div:after{background-color:var(--theme-main)}
.comparison-table .comparison-features{display:flex;align-items:center;height:100%}
*/

@media  screen and (max-width:1024px){
  .comparison-container{width:96%;height:100%;overflow-x:auto;box-sizing:content-box;margin-left:16px;display:flex;align-items:center;justify-content:center}
  .comparison-container::-webkit-scrollbar{-webkit-appearance:none;appearance:none;height:8px}
  .comparison-container::-webkit-scrollbar-thumb{background:var(--theme-semi-light);border-radius:16px}
  .comparison-table{padding:16px 0}
  .comparison-table td{min-width:180px;max-width:210px}
  .comparison-table thead td{background:var(--theme-lighter)}
  .comparison-table thead td:first-child{position:-webkit-sticky;position:sticky;z-index:3;min-width:140px;max-width:180px;left:0}
  .comparison-table thead th{vertical-align:bottom;padding-top:0}
  .comparison-table tbody{box-shadow:none}
  .comparison-table tbody td{min-width:200px}
  .comparison-table tbody tr td:first-child{font-size: 14px;position:-webkit-sticky;position:sticky;z-index:3;left:0;min-width:140px;max-width:180px; background-color: #FAFAFA;}
  /*.comparison-table tbody tr:first-child td:first-child{border-top-left-radius:0;}
  .comparison-table tbody tr:first-child td:last-child{border-top-right-radius:0}
  .comparison-table tbody tr:last-child td{border-bottom:none}
  .comparison-table tbody tr:last-child td:first-child{border-bottom-left-radius:0}
  .comparison-table tbody tr:last-child td:last-child{border-bottom-right-radius:0}*/
  .comparison-table .comparison-highlight{min-width:200px}
  .comparison-table th.comparison-highlight{border-radius:8px 8px 0 0;border-bottom:1px solid var(--theme-semi-light);padding-top:0}
  .comparison-table th.comparison-highlight:before{display:none}
  .comparison-table th.comparison-highlight .comparison-main-names{align-items:center}
  .comparison-table .comparison-main-names{
    /*color: #414342;
    background-color:#fff;*/
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center
  }
  .comparison-table .comparison-main-names:after,.comparison-table tfoot{display:none}
}
@media  screen and (max-width:767px){
  .comparison-section .comparison-container{display:block;margin-left:0}
  .comparison-section .comparison-container .comparison-table{margin:0}
}
@media screen and (max-width:320px){
  .comparison-section{padding:16px 0;min-height:120vh}
}