/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2025 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.bottom-category-title {
	font-size: 28px;
	text-transform: none;
	color: black;
	background: white;
	display: inline-block;
	padding: 0 10px 0 33px;
	position: relative;
	font-weight: 600;
}
.keyfacts-item{
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}
.keyfacts-content {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
}


.category-faq-content{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.keyfacts-item{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  text-align: left;
  transition: transform .16s,box-shadow .16s;
  width: calc(33.33% - 14px);
  font-size: 14.5px;
  color: var(--ink-soft);
}
.keyfacts-item h3 {
  font-family: 'Archivo';
  font-size: 20px;
  color: var(--char);
  margin-bottom: 8px;
}
.keyfacts-item p{
	line-height: 1.55;
}
.category_faq:before {
	content: '';
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: absolute;
  top: 0;
  left: -50%;
  width: 150vw;
  height: 100%;
  z-index: -1;
}
.bottom-cat-info-item {
	padding: 50px 0;
	position: relative;
}
.bottom-info-category-title{
	font-size: clamp(26px,3.2vw,44px) !important;
	font-weight: 900;
  color: var(--char);
  letter-spacing: -.025em;
  margin: 0 auto 46px;
  text-align: center;
  font-family: 'Archivo',sans-serif;
}
.bottom-info-category-title span{
	color: var(--terra);
}
.choosetheright-item-title {
	font-family: 'Archivo';
  font-size: 20px;
  color: var(--char);
  margin-bottom: 8px;
  font-weight: bold;
}
/*.choosetheright-item {
	margin-bottom: 20px;
  color: #63656b;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 20px;
}
.choosetheright-item:last-child{
	margin-bottom: 0;
	border: none;
	padding-bottom: 0px;
}*/
.category-faq-item{
	font-size: 15.5px;
  color: var(--ink-soft);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px;
  box-shadow: var(--shadow);
  text-align: left;
  width: calc(50% - 10px);
}
.category-faq-question{
	font-family: 'Archivo';
  font-size: 18px;
  color: var(--char);
  margin-bottom: 10px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line-2);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.05;
}
/*.category-faq-question:before {
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	position: absolute;
	left: 0;
	background: #22A2AF;
	color: #fff;
	padding: 5px;
	border-radius: 3px;
	top: calc(50% - 15px);
}*/
.rating-category{
	padding-top: 60px;
}
.br{
	margin-bottom: 12px;
}
.bottom-category-content p{
	margin: 0;
	padding: 0;
}
.bottom-category-content, .category-faq-answer{
	font-weight: 400;
}
.category-faq-answer{
	line-height: 26px;
}
.bottom-info-category-desc{
	text-align: center;
  margin-top: -20px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #304161;
}
#comparisontable {
	position: relative;
}
#comparisontable:before {
	content: '';
  background: var(--cream-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: absolute;
  top: 0;
  left: -50%;
  width: 150vw;
  height: 100%;
  z-index: -1;
}
.comparisontable-content table{
	border: none;
	min-width: 800px;
	width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  font-size: 14px;
}
.comparisontable-content tr:first-child{
	background: var(--char);
  color: #fff;
  font-family: 'Archivo';
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.comparisontable-content tr:first-child td{
	color: #fff !important; 
}
.comparisontable-content tr:last-child {
	border: none;
}
.comparisontable-content tr:first-child td{
	color: #fff;
}
.comparisontable-content tr{
	border-bottom: 1px solid #ccc;
}
.comparisontable-content tr td{
	padding: 15px;
	border: none;
}
.comparisontable-content tr td:first-child {
	font-weight: bold;
}
.comparisontable-content tr td:last-child {
	font-weight: 800;
  color: var(--terra-deep);
}
.choosetheright-content {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.choosetheright-item {
	width: calc(33.33% - 14px);
	background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  text-align: left;
  transition: transform .16s,box-shadow .16s;
}
@media only screen and (max-width: 991px) {
	.comparisontable-content{
		overflow: auto;
	}
}

@media only screen and (max-width: 600px) {
	.keyfacts-item{
		width: 100%;
	}
	.category-faq-item {
		width: 100%;
	}
}