.price-card{border-radius:14px}.price-card .price-limitations{list-style:none;padding-left:0}.price-card .price-limitations li{position:relative;padding-left:30px}.price-card .price-limitations li:before{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHdpZHRoPSIyNCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgweiIvPjxwYXRoIGQ9Ik0yMiA1LjE4TDEwLjU5IDE2LjZsLTQuMjQtNC4yNCAxLjQxLTEuNDEgMi44MyAyLjgzIDEwLTEwTDIyIDUuMTh6bS0yLjIxIDUuMDRjLjEzLjU3LjIxIDEuMTcuMjEgMS43OCAwIDQuNDItMy41OCA4LTggOHMtOC0zLjU4LTgtOCAzLjU4LTggOC04YzEuNTggMCAzLjA0LjQ2IDQuMjggMS4yNWwxLjQ0LTEuNDRBOS45IDkuOSAwIDAwMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMCAxMC00LjQ4IDEwLTEwYzAtMS4xOS0uMjItMi4zMy0uNi0zLjM5bC0xLjYxIDEuNjF6Ii8+PC9zdmc+);background-size:contain;width:24px;height:24px;position:absolute;left:0;top:50%;transform:translateY(-50%)}.limits-table{margin-left:-20px;margin-right:-20px;width:calc(100% + 40px)}.limits-table .bg-vertical{background:var(--light);text-align:center;width:16%}.limits-table th.bg-vertical{border-radius:14px 14px 0 0;border-bottom:2px solid var(--lightdarkened)}.limits-table tr:last-of-type:hover td.bg-vertical{border-radius:0}.limits-table tr:last-of-type td.bg-vertical{border-radius:0 0 14px 14px}.limits-table td:last-of-type,.limits-table th:last-of-type{width:20px;padding-left:0;padding-right:20px}.limits-table thead th{border:none;padding:30px 20px;text-transform:uppercase}.limits-table td{border-top:none;padding:20px}.limits-table td:first-of-type{padding-left:20px;border-radius:14px 0 0 14px}.limits-table td:last-of-type{border-radius:0 14px 14px 0}.limits-table tr:hover td{background:var(--light)}.limits-table tr:hover td.bg-vertical{background:var(--lightdarkened)}.toggle__button{vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;max-width:100%;width:700px}.toggle__button input[type=checkbox]{opacity:0;position:absolute;width:1px;height:1px}.toggle__button .toggle__switch{height:60px;width:700px;max-width:100%;border-radius:50vh;background:var(--light);position:relative;transition:all .25s;display:flex;align-items:center;justify-content:space-between;font-weight:700;padding:5px}.toggle__button .toggle__switch:before{content:"";position:absolute;display:block;height:50px;width:calc(50% - 5px);border-radius:50vh;left:5px;top:5px;transition:all .3s ease-in-out;background:var(--primary)}.toggle__button .toggle__label{z-index:1;transition:color .3s ease-in-out;width:50%;text-align:center}.toggle__button .toggle__label.active{color:var(--white)}.toggle__button.active .toggle__switch:before{left:50%}