












































.section--comparison-table .section--comparison-table--legend {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 17px 0;
}
.section--comparison-table .section--comparison-table--legend .legend--title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #111111;
  font-family: 'Roboto',sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1666666666666667em;
  color: #ffffff;
  flex: .20;
  padding: 19px 10px;
}
.section--comparison-table .section--comparison-table--legend .legend--entry--wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
  background: #EFEFEF;
}
.section--comparison-table .section--comparison-table--legend .legend--entry--wrapper .legend--entry--item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  border: 1px solid #EFEFEF;
  flex-basis: auto;
  background: #ffffff;
}
.section--comparison-table .section--comparison-table--legend .legend--entry--wrapper.has--four--or--more .legend--entry--item {
  flex-basis: 25%;
}
.section--comparison-table .section--comparison-table--legend .legend--entry--wrapper .legend--entry--item .legend--entry--item--title,
.section--comparison-table .section--comparison-table--legend .legend--entry--wrapper .legend--entry--item .legend--entry--item--operator {
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1666666666666667em;
  color: #111111;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section--comparison-table .section--comparison-table--legend .legend--title,
  .section--comparison-table .section--comparison-table--legend .legend--entry--wrapper .legend--entry--item .legend--entry--item--title,
  .section--comparison-table .section--comparison-table--legend .legend--entry--wrapper .legend--entry--item .legend--entry--item--operator {
    font-size: 14px;
  }
  .section--comparison-table .section--comparison-table--legend .legend--entry--wrapper.has--four--or--more .legend--entry--item {
    flex-basis: 33.333%;
  }
}
@media   (max-width: 767px) {
  .section--comparison-table .section--comparison-table--legend .legend--title,
  .section--comparison-table .section--comparison-table--legend .legend--entry--wrapper .legend--entry--item .legend--entry--item--title,
  .section--comparison-table .section--comparison-table--legend .legend--entry--wrapper .legend--entry--item .legend--entry--item--operator {
    font-size: 14px;
  }
  .section--comparison-table .section--comparison-table--legend .legend--entry--wrapper .legend--entry--item {
    justify-content: flex-start;
  }
  .section--comparison-table .section--comparison-table--legend .legend--entry--wrapper.has--four--or--more .legend--entry--item {
    flex-basis: 100%;
  }
}


.section--comparison-table--table.column-count--1 .section--comparison-table--table--headers--title,
.section--comparison-table--table.column-count--1 .section--comparison-table--table--headers--wrapper,
.section--comparison-table--table.column-count--1 .section--comparison-table--table--row--wrapper,
.section--comparison-table--table.column-count--1 .section--comparison-table--table--row--label,
.section--comparison-table--table.column-count--1 .section--comparison-table--table--row--value,
.section--comparison-table--table.column-count--1 .section--comparison-table--table--headers--header {
  width: 100%;
}


  

  
    .section--comparison-table--table.column-count--2 .section--comparison-table--table--headers--title,
    .section--comparison-table--table.column-count--2 .section--comparison-table--table--row--label {
      width: 40%;
    }
    .section--comparison-table--table.column-count--2 .section--comparison-table--table--headers--wrapper,
    .section--comparison-table--table.column-count--2 .section--comparison-table--table--row--wrapper {
      width: 60%;
    }
    .section--comparison-table--table.column-count--2 .section--comparison-table--table--headers--header,
    .section--comparison-table--table.column-count--2 .section--comparison-table--table--row--value {
      width: 50.0%;
    }
  

  
    .section--comparison-table--table.column-count--3 .section--comparison-table--table--headers--title,
    .section--comparison-table--table.column-count--3 .section--comparison-table--table--row--label {
      width: 25%;
    }
    .section--comparison-table--table.column-count--3 .section--comparison-table--table--headers--wrapper,
    .section--comparison-table--table.column-count--3 .section--comparison-table--table--row--wrapper {
      width: 75%;
    }
    .section--comparison-table--table.column-count--3 .section--comparison-table--table--headers--header,
    .section--comparison-table--table.column-count--3 .section--comparison-table--table--row--value {
      width: 33.333333333333336%;
    }
  

  
    .section--comparison-table--table.column-count--4 .section--comparison-table--table--headers--title,
    .section--comparison-table--table.column-count--4 .section--comparison-table--table--row--label {
      width: 25%;
    }
    .section--comparison-table--table.column-count--4 .section--comparison-table--table--headers--wrapper,
    .section--comparison-table--table.column-count--4 .section--comparison-table--table--row--wrapper {
      width: 75%;
    }
    .section--comparison-table--table.column-count--4 .section--comparison-table--table--headers--header,
    .section--comparison-table--table.column-count--4 .section--comparison-table--table--row--value {
      width: 25.0%;
    }
  

  
    .section--comparison-table--table.column-count--5 .section--comparison-table--table--headers--title,
    .section--comparison-table--table.column-count--5 .section--comparison-table--table--row--label {
      width: 25%;
    }
    .section--comparison-table--table.column-count--5 .section--comparison-table--table--headers--wrapper,
    .section--comparison-table--table.column-count--5 .section--comparison-table--table--row--wrapper {
      width: 75%;
    }
    .section--comparison-table--table.column-count--5 .section--comparison-table--table--headers--header,
    .section--comparison-table--table.column-count--5 .section--comparison-table--table--row--value {
      width: 20.0%;
    }
  

  
    .section--comparison-table--table.column-count--6 .section--comparison-table--table--headers--title,
    .section--comparison-table--table.column-count--6 .section--comparison-table--table--row--label {
      width: 25%;
    }
    .section--comparison-table--table.column-count--6 .section--comparison-table--table--headers--wrapper,
    .section--comparison-table--table.column-count--6 .section--comparison-table--table--row--wrapper {
      width: 75%;
    }
    .section--comparison-table--table.column-count--6 .section--comparison-table--table--headers--header,
    .section--comparison-table--table.column-count--6 .section--comparison-table--table--row--value {
      width: 16.666666666666668%;
    }
  

  
    .section--comparison-table--table.column-count--7 .section--comparison-table--table--headers--title,
    .section--comparison-table--table.column-count--7 .section--comparison-table--table--row--label {
      width: 20%;
    }
    .section--comparison-table--table.column-count--7 .section--comparison-table--table--headers--wrapper,
    .section--comparison-table--table.column-count--7 .section--comparison-table--table--row--wrapper {
      width: 80%;
    }
    .section--comparison-table--table.column-count--7 .section--comparison-table--table--headers--header,
    .section--comparison-table--table.column-count--7 .section--comparison-table--table--row--value {
      width: 14.285714285714286%;
    }
  

  
    .section--comparison-table--table.column-count--8 .section--comparison-table--table--headers--title,
    .section--comparison-table--table.column-count--8 .section--comparison-table--table--row--label {
      width: 20%;
    }
    .section--comparison-table--table.column-count--8 .section--comparison-table--table--headers--wrapper,
    .section--comparison-table--table.column-count--8 .section--comparison-table--table--row--wrapper {
      width: 80%;
    }
    .section--comparison-table--table.column-count--8 .section--comparison-table--table--headers--header,
    .section--comparison-table--table.column-count--8 .section--comparison-table--table--row--value {
      width: 12.5%;
    }
  

  
    .section--comparison-table--table.column-count--9 .section--comparison-table--table--headers--title,
    .section--comparison-table--table.column-count--9 .section--comparison-table--table--row--label {
      width: 20%;
    }
    .section--comparison-table--table.column-count--9 .section--comparison-table--table--headers--wrapper,
    .section--comparison-table--table.column-count--9 .section--comparison-table--table--row--wrapper {
      width: 80%;
    }
    .section--comparison-table--table.column-count--9 .section--comparison-table--table--headers--header,
    .section--comparison-table--table.column-count--9 .section--comparison-table--table--row--value {
      width: 11.11111111111111%;
    }
  

  
    .section--comparison-table--table.column-count--10 .section--comparison-table--table--headers--title,
    .section--comparison-table--table.column-count--10 .section--comparison-table--table--row--label {
      width: 10%;
    }
    .section--comparison-table--table.column-count--10 .section--comparison-table--table--headers--wrapper,
    .section--comparison-table--table.column-count--10 .section--comparison-table--table--row--wrapper {
      width: 90%;
    }
    .section--comparison-table--table.column-count--10 .section--comparison-table--table--headers--header,
    .section--comparison-table--table.column-count--10 .section--comparison-table--table--row--value {
      width: 10.0%;
    }
  

  
    .section--comparison-table--table.column-count--11 .section--comparison-table--table--headers--title,
    .section--comparison-table--table.column-count--11 .section--comparison-table--table--row--label {
      width: 10%;
    }
    .section--comparison-table--table.column-count--11 .section--comparison-table--table--headers--wrapper,
    .section--comparison-table--table.column-count--11 .section--comparison-table--table--row--wrapper {
      width: 90%;
    }
    .section--comparison-table--table.column-count--11 .section--comparison-table--table--headers--header,
    .section--comparison-table--table.column-count--11 .section--comparison-table--table--row--value {
      width: 9.090909090909092%;
    }
  

  
    .section--comparison-table--table.column-count--12 .section--comparison-table--table--headers--title,
    .section--comparison-table--table.column-count--12 .section--comparison-table--table--row--label {
      width: 10%;
    }
    .section--comparison-table--table.column-count--12 .section--comparison-table--table--headers--wrapper,
    .section--comparison-table--table.column-count--12 .section--comparison-table--table--row--wrapper {
      width: 90%;
    }
    .section--comparison-table--table.column-count--12 .section--comparison-table--table--headers--header,
    .section--comparison-table--table.column-count--12 .section--comparison-table--table--row--value {
      width: 8.333333333333334%;
    }
  




  .section--comparison-table--table.column-count--1 .section--comparison-table--table--headers:before {
    left: 50%;
  }

  .section--comparison-table--table.column-count--2 .section--comparison-table--table--headers:before {
    left: 40%;
  }

  .section--comparison-table--table.column-count--3 .section--comparison-table--table--headers:before {
    left: 25%;
  }

  .section--comparison-table--table.column-count--4 .section--comparison-table--table--headers:before {
    left: 25%;
  }

  .section--comparison-table--table.column-count--5 .section--comparison-table--table--headers:before {
    left: 25%;
  }

  .section--comparison-table--table.column-count--6 .section--comparison-table--table--headers:before {
    left: 25%;
  }

  .section--comparison-table--table.column-count--7 .section--comparison-table--table--headers:before {
    left: 20%;
  }

  .section--comparison-table--table.column-count--8 .section--comparison-table--table--headers:before {
    left: 20%;
  }

  .section--comparison-table--table.column-count--9 .section--comparison-table--table--headers:before {
    left: 20%;
  }

  .section--comparison-table--table.column-count--10 .section--comparison-table--table--headers:before {
    left: 10%;
  }

  .section--comparison-table--table.column-count--11 .section--comparison-table--table--headers:before {
    left: 10%;
  }

  .section--comparison-table--table.column-count--12 .section--comparison-table--table--headers:before {
    left: 10%;
  }




.section--comparison-table--table--headers--title > *,
.section--comparison-table--table--headers--header > *,
.section--comparison-table--table--row--label > *,
.section--comparison-table--table--row--value > * {
  max-width: 100%;
}
.section--comparison-table--table--headers,
.section--comparison-table--table--headers--wrapper,
.section--comparison-table--table--row--wrapper,
.section--comparison-table--table--row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-align-self: stretch;
  align-self: stretch;
}
.section--comparison-table--table--headers--title {
  align-self: stretch;
  position: relative;
}
.section--comparison-table .section--comparison-table--table {
  display: flex;
}
.section--comparison-table .section--comparison-table--table--wrapper {
  display: inline-block;
  flex: 1;
}
.section--comparison-table .vertical--axis--label.h6 {
  display: inline-block;
  writing-mode: vertical-lr;
  color: #CB2626;
  transform: rotate(180deg);
  flex:0;
  margin:0;
  padding: 0 10px;
  border: 1px solid #F6F6F6;
  vertical-align: middle;
}
.section--comparison-table .horizontal--axis--label.h6 {
  color: #CB2626;
  margin:0;
  padding: 10px 0;
  border: 1px solid #F6F6F6;
}
.section--comparison-table--table--headers--header {
  padding: 20px;
  position: relative;
  -ms-justify-content: center;
  justify-content: center;
}
.section--comparison-table--table--row:after{
  content:'';
  min-height:inherit;
  font-size:0;
}
.section--comparison-table--table--shadow:after {
  content:'';
  position: absolute;
  top:5%;
  left:0;
  right:0;
  bottom:0;
  background-color: #ffffff;
  -moz-box-shadow:0 10px 15px 0 rgba(0,0,0,0.17);
-webkit-box-shadow:0 10px 15px 0 rgba(0,0,0,0.17);
box-shadow:0 10px 15px 0 rgba(0,0,0,0.17);
}
.section--comparison-table--table--row {
  background-color: #ffffff;
}
.section--comparison-table--table--row:nth-child(2n) {
  background-color: #F6F6F6;
}
.section--comparison-table--table--headers--title,
.section--comparison-table--table--headers--header {
  font-size: 18px;
  font-weight: 700;
  line-height; 1.1666666666666667em;
  font-family: 'Roboto',sans-serif;
}
.section--comparison-table--table--row * {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1666666666666667em;
  font-family: 'Roboto',sans-serif;
}
@media   (max-width: 1023px) {
  .section--comparison-table .vertical--axis--label.h6 {
    font-size: 18px;
  }
  .section--comparison-table .horizontal--axis--label.h6 {
    font-size: 18px;
  }
  .section--comparison-table--table--headers--title,
  .section--comparison-table--table--headers--header {
    font-size: 18px;
  }
  .section--comparison-table--table--row * {
    font-size: 16px;
  }
}
.section--comparison-table--table--headers--title,
.section--comparison-table--table--headers--header,
.section--comparison-table--table--row--label,
.section--comparison-table--table--row--value {
  border: 1px solid #EFEFEF;
}
.section--comparison-table--table--headers--title,
.section--comparison-table--table--headers--header,
.section--comparison-table--table--row--label,
.section--comparison-table--table--row--value {
  padding: 10px 20px;
  -ms-align-self:stretch;
  align-self:stretch;
  display:-ms-flexbox;
  display:flex;
  -ms-align-items:center;
  align-items:center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-justify-content: center;
  justify-content: center;
}
.section--comparison-table--table--row--value.table--row--value--type--icon {
  flex-direction: row;
  gap: 10px;
}
.section--comparison-table--table--headers--title,
.section--comparison-table--table--row--label {
  -ms-align-items:flex-start;
  align-items:flex-start;
}
.section--comparison-table--table--row--value {
  -ms-justify-content:center;
  justify-content:center;
}


.section--comparison-table--table--row--label--tooltip {
  display:inline-block;
  position:relative;
  z-index:2;
  bottom:0px;
  left:4px;
  line-height:16px;
  font-size:14px;
}
.section--comparison-table--table--row--label--tooltip .fa {
  bottom:2px;
  font-size:14px!important;
}
.section--comparison-table--table--row--label--tooltip .section--comparison-table--table--row--label--tooltip--inner {
  display:none;
  position:absolute;
  bottom:100%;
  left:-25px;
  margin-bottom:15px;
  width:220px;
  background:#fff;
  border:1px solid #F6F6F6;
  padding:10px;
  border-radius:3px;
  box-shadow:0 0 3px 0 rgba(0,0,0,.2);
  font-size:14px;
  text-align:left!important;
  line-height:1.35em
}
.section--comparison-table--table--row--label--tooltip .section--comparison-table--table--row--label--tooltip--inner:before {
  content:"";
  display:block;
  position:absolute;
  top:100%;
  left:30px;
  margin-left:-10px;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-top:10px solid #fff;
  z-index:2
}
.section--comparison-table--table--row--label--tooltip .section--comparison-table--table--row--label--tooltip--inner:after {
  content:"";
  display:block;
  position:absolute;
  top:100%;
  left:30px;
  margin-left:-11px;
  border-left:11px solid transparent;
  border-right:11px solid transparent;
  border-top:11px solid #e0e4e9;
  z-index:1
}
.section--comparison-table--table--row--label--tooltip.tooltip-hover .section--comparison-table--table--row--label--tooltip--inner,
.section--comparison-table--table--row--label--tooltip:hover .section--comparison-table--table--row--label--tooltip--inner {
  display:block
}



.section--comparison-table--table .section--comparison-table--table--headers--header.featured:before,
.section--comparison-table--table .section--comparison-table--table--row--value.featured:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #111111;
  background-color: transparent;
  pointer-events: none;
}
.section--comparison-table--table.featured-border--all .section--comparison-table--table--headers--header.featured:before {
  border-width: 2px 2px 0px 2px!important;
}
.section--comparison-table--table.featured-border--all .section--comparison-table--table--row--value.featured:before {
  border-width: 0px 2px 0px 2px !important;
}
.section--comparison-table--table.featured-border--all .section--comparison-table--table--row:last-child .section--comparison-table--table--row--value.featured:before {
  border-width: 0px 2px 2px 2px!important;
}
.section--comparison-table--table.featured-border--left-right .section--comparison-table--table--headers--header.featured:before {
  border-width: 0px 2px 0px 2px!important;
}
.section--comparison-table--table.featured-border--left-right .section--comparison-table--table--row .section--comparison-table--table--row--value.featured:before {
  border-width: 0px 2px 0px 2px!important;
}
.section--comparison-table--table.featured-border--left-right .section--comparison-table--table--row:last-child .section--comparison-table--table--row--value.featured:before {
  border-width: 0px 2px 0px 2px!important;
}
.section--comparison-table--table--headers--header.featured,
.section--comparison-table--table--row--value.featured {
  background-color: rgba(17, 17, 17,0.1)!important;
}
.section--comparison-table--table--row--label--text {
  text-align: left!important;
}

.section--comparison-table--table--row--label.all--color--white .section--comparison-table--table--row--label--text {
  font-size: 18px;
  font-weight: 700;
}


@media (min-width: 1024px)   {
  .mobile-column {
    opacity: 1!important;
    transform: translateX(0)!important;
  }
}

@media   (max-width: 1023px) {
  .section--comparison-table--table--headers--title,
  .section--comparison-table--table--row--label,
  .section--comparison-table--table--headers--header,
  .section--comparison-table--table--row--value {
    flex: 1 0 auto;
  }
  .section--comparison-table--table--headers--title.has--title,
  .section--comparison-table--table--row--label {
    border-right: 1px solid rgba(0,0,0,0.1);
  }
  .section--comparison-table .mobile-column {
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
  }
  .table--controls--container {
    display: inline-block;
    text-align: center;
    padding: 20px 0px 0px;
    margin:0px;
  }
  .table--controls {
    display: block;
    text-align: center;
    padding: 20px 0px 0px;
    margin:0px;
  }
  .table--controls li {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0px 8px;
    background: #7c7c7c;
    opacity: 1;
    filter: alpha(opacity=70);
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .table--controls li:hover, .table--controls li.active {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
  }
  .section--comparison-table .table--controls li {
    display: inline-block;
    border-radius: 50%;
    width:14px;
    height:14px;
    margin:0px 8px;
    background:#EFEFEF;
    transform:scale(.8);
    -webkit-transition: background .3s ease-in-out, transform .3s ease-in-out;
-moz-transition: background .3s ease-in-out, transform .3s ease-in-out;
-ms-transition: background .3s ease-in-out, transform .3s ease-in-out;
-o-transition: background .3s ease-in-out, transform .3s ease-in-out;
transition: background .3s ease-in-out, transform .3s ease-in-out;;
  }
  .section--comparison-table .table--controls li.active {
    background:#111111;
    transform:scale(1);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .section--comparison-table--table--headers--title,
  .section--comparison-table--table--headers--header,
  .section--comparison-table--table--row--label,
  .section--comparison-table--table--row--value {
    padding: 10px 20px;
  }
  .section--comparison-table .table--controls li.active + li  {
    background:#111111;
    transform:scale(1);
  }
  .section--comparison-table--table--headers--title,
  .section--comparison-table--table--row--label {
    width: 40%!important;
  }
  .section--comparison-table--table--headers--wrapper,
  .section--comparison-table--table--row--wrapper,
  .section--comparison-table .table--controls--container {
    width: 60%!important;
  }
  .section--comparison-table--table--headers--header,
  .section--comparison-table--table--row--value {
    width: 50%!important;
  }
  .section--comparison-table--table--headers:before {
    left: 40%!important;
  }
}

@media   (max-width: 767px) {
  .section--comparison-table--table--headers--title,
  .section--comparison-table--table--headers--header,
  .section--comparison-table--table--row--label,
  .section--comparison-table--table--row--value {
    padding: 10px 10px;
  }
  .section--comparison-table--table--headers--title,
  .section--comparison-table--table--row--label {
    width: 50%!important;
  }
  .section--comparison-table--table--headers--wrapper,
  .section--comparison-table--table--row--wrapper,
  .section--comparison-table .table--controls--container {
    width: 50%!important;
  }
  .section--comparison-table--table--headers--header,
  .section--comparison-table--table--row--value {
    width: 100%!important;
  }
  .section--comparison-table--table--headers:before {
    left: 50%!important;
  }
}