@font-face{font-display:swap;font-family:"Lato";font-style:normal;font-weight:400;src:url(../fonts/lato-v25-latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Lato";font-style:normal;font-weight:700;src:url(../fonts/lato-v25-latin-700.woff2) format("woff2")}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}:root{--white:#fff;--black:#000;--headerbg:#edebe3;--accent-1:#fdb913;--text-on-light:#2b2b2b;--text-on-dark:#e8e9f2;--footerbg:#151515;--tableheader:#262626;--yellow-gradient:linear-gradient(180deg, rgba(253, 185, 19, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);--font-family:"Lato", sans-serif}*{padding:0;margin:0;font-optical-sizing:auto;font-style:normal}button{border:none;outline:none;margin:0;cursor:pointer}a{text-decoration:none}a:hover,footer .nav a:hover{color:var(--accent-1)}body{background:var(--white);font-family:var(--font-family);color:var(--black);font-size:.875rem;line-height:1.375rem;text-wrap:wrap;overflow-wrap:break-word;transition:all 0.5s}.container,.cont{max-width:80rem;margin:0 auto}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:normal}h1{font-size:1.875rem}h1+p{margin-top:1.875rem}h2{position:relative;font-size:2.25rem;padding-bottom:.625rem;margin-bottom:1.875rem}h2::after{content:"";position:absolute;bottom:0;left:0;width:6.25rem;height:.375rem;background-color:var(--accent-1)}h3{font-size:1.25rem;margin-bottom:.9375rem}h4{font-size:1.125rem}.dark-bg h2,.dark-bg h3,.dark-bg h4,.alert strong,footer,.dark-bg{color:var(--text-on-dark)}header{background-color:var(--headerbg);padding:3.125rem .625rem}header.fast,header.best,header.how,header.home{background-image:url(/assets/images/fastbg.webp);background-position:center right;background-repeat:no-repeat}header.best{background-image:url(/assets/images/bestbg.webp)}header.how{background-image:url(/assets/images/howbg.webp)}header.home{background-image:url(/assets/images/homebg.webp)}nav{position:sticky;top:0;right:0;z-index:10}nav a{color:inherit}#navbar{background-color:var(--white)}#navbar .d-flex{padding:.875rem 0}#navbar .branding{margin-top:.3125rem}#navbar .d-flex a{border-bottom:.125rem solid #fff0}#navbar .d-flex a:hover{border-color:var(--accent-1)}#tocmain{position:sticky;z-index:2;overflow:hidden;height:3rem;border-bottom:.0625rem solid var(--text-on-dark)}#toc{background:var(--white);overflow:hidden;overflow-x:scroll;scroll-behavior:smooth}.toc .cont{display:flex;gap:2.5rem;padding:0 .9375rem}.toc a{color:var(--black);padding:.75rem 0;font-weight:700;flex-grow:1;flex-shrink:0;border-bottom:.125rem solid #fff0}.toc a:hover,.toc a.active{border-color:var(--accent-1)}.toc a:last-of-type{padding-right:.0625rem}section,footer{padding:2.5rem .625rem;scroll-margin-top:3.75rem}ul,ol{list-style:none;padding-left:0;margin-top:.625rem}section ul li,section ol li{padding:.625rem;position:relative;line-height:1;margin-bottom:.5em}section ul li{padding-left:1em}section ul li::before{content:"";position:absolute;width:.3125rem;height:100%;left:0;background-color:var(--accent-1);border-radius:.625rem;top:0;margin:auto}section ol,.steps{counter-reset:ol-li-counter}section ol li,.steps h3{counter-increment:ol-li-counter;padding-left:3em}section ol li strong{display:block;margin-bottom:.625rem}section ol li::before{content:counter(ol-li-counter);position:absolute;width:1.875rem;height:1.875rem;left:0;background-color:var(--accent-1);border-radius:.625rem;font-weight:700;text-align:center;line-height:1.875rem;top:0;bottom:0;margin:auto}.steps h3{position:relative;padding-left:4em}.steps h3::before{content:"Step " counter(ol-li-counter);position:absolute;width:4.125rem;height:1.8125rem;left:0;background-color:var(--accent-1);border-radius:.375rem;font-size:1rem;font-weight:700;text-align:center;line-height:1.8125rem;top:0;bottom:0;margin:auto}.tablerounededCorner{overflow:hidden;margin-top:.625rem}table{border:1px solid rgb(0 0 0 / .1);background-color:var(--white);width:100%;border-spacing:0;border-collapse:separate;overflow:hidden;border-radius:.9375rem;font-size:1rem;line-height:1}tbody tr:first-of-type{background-color:var(--tableheader);color:var(--white);font-weight:700}tbody tr:first-of-type td{border-color:rgb(255 255 255 / .1)}tbody tr td{padding:.625rem .9375rem;border-right:1px solid rgb(0 0 0 / .1);border-bottom:1px solid rgb(0 0 0 / .1)}tbody tr:last-child td{border-bottom:0}details{margin-bottom:.9375rem}details[open]{background-color:var(--white);border-radius:.75rem;transition:max-height 0.35s ease,padding 0.35s ease}details[open] .open-border{border:.125rem solid var(--accent-1);border-top:0;border-radius:0 0 .75rem .75rem}summary{display:block;cursor:pointer;padding:1.25rem;background-color:#f6f6f6;font-weight:700;border-radius:.5rem;user-select:none;font-size:1.25rem;transition:background-color 0.3s;color:var(--black);border:.125rem solid var(--text-on-dark)}details[open] summary{background-color:var(--white);border-radius:.5rem .5rem 0 0;border:.125rem solid var(--accent-1);border-bottom:0}summary::after{content:"";border:solid;border-width:0 3px 3px 0;display:inline-block;padding:.3125rem;transition:0.3s;transform:rotate(45deg);float:right;margin-top:.1875rem;border-radius:.25rem}details[open]>summary::after{transform:rotate(-135deg);margin-top:.5rem}summary:hover,.white-block:hover{border-color:var(--accent-1)}.dark-bg,footer,.alert{background-color:var(--footerbg)}.top-deal{border:.125rem solid #e8e9f2}.top-deal .d-flex:first-of-type{padding:.5rem;align-items:stretch}.top-deal .nr{width:1.4375rem;height:1.1875rem;line-height:1.1875rem;font-size:.6875rem;font-weight:700;text-align:center;color:var(--white);background-color:var(--black);border-radius:.1875rem}.top-deal .title{font-weight:700;font-size:.875rem;margin-bottom:.625rem;line-height:1.1875rem}.top-deal .rating{position:relative;display:inline-block;font-weight:700;background-color:var(--black);color:var(--white);padding:.25rem .3125rem;padding-left:2em;font-size:.75rem;border-radius:.25rem;line-height:1}.top-deal .rating::before{position:absolute;content:"";background-image:url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23a)"><path d="M11.208 4.677a.76.76 0 0 0-.6-.512L7.913 3.75 6.705 1.188a.744.744 0 0 0-1.355 0L4.142 3.752l-2.696.413a.76.76 0 0 0-.6.512.78.78 0 0 0 .18.8l1.96 2.017-.463 2.855c-.049.3.073.594.318.766a.74.74 0 0 0 .782.042L6.02 9.819l2.412 1.338a.73.73 0 0 0 .781-.042.78.78 0 0 0 .318-.766l-.464-2.854 1.962-2.018a.78.78 0 0 0 .178-.8" fill="%23fff"/></g><defs><clipPath id="a"><path fill="%23fff" d="M0 0h12v12H0z"/></clipPath></defs></svg>');width:.75rem;height:.75rem;top:.25rem;left:.3125rem}.top-deal .tags{display:flex;gap:.625rem}.top-deal .tag{display:inline-block;padding:.1875rem .375rem;font-size:.6875rem;line-height:1;border-radius:.1875rem;font-weight:700;color:var(--black)}.top-deal .offer .type{background-color:var(--accent-1);padding:.4375rem .625rem;font-size:.75rem;line-height:0;font-weight:700;border-radius:.3125rem;display:inline-block}.top-deal .offer .deal{font-size:1.125rem;font-weight:700}.top-deal:first-of-type .nr{color:var(--black);background-color:var(--accent-1)}.top-deal:first-of-type{border-color:var(--accent-1)}.top-deal:nth-of-type(2){border-color:#6f7df9}.top-deal:nth-of-type(3){border-color:#c98f8f}.top-deal .bullet{background-color:var(--white);border-color:var(--black);color:var(--black);padding:0;font-size:.75rem;margin-bottom:.3125rem;padding-left:2em;line-height:1rem;margin-bottom:.625rem}.top-deal .bullet::before{background-color:#fff0;background-image:url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.743 3.766c.28.245.306.672.056.948l-7.009 7.78a.667.667 0 0 1-.952.04l-4.056-3.82a.672.672 0 0 1 .91-.99l3.147 2.83a.667.667 0 0 0 .941-.048l6.03-6.685a.667.667 0 0 1 .933-.055" fill="%23009d2f"/></svg>');width:1rem;height:1rem}.tc{margin-top:.3125rem;background-color:#f3f3f3;font-size:.5625rem;padding:.625rem;line-height:1;border-radius:0 0 .5rem .5rem;color:#5d5d5d}.tc a{text-decoration:underline}.grid-1,.grid-2{margin-bottom:0;flex-grow:1;flex-shrink:0;flex-basis:30%}.grid-1{flex-basis:15%}.grid-1:first-of-type{flex-basis:10%}.top-deal .white-block{margin:0!important;padding:.6875rem .9375rem}.best-deal,.best-deal img,.top-deal,.top-deal img{background-color:var(--white);border-radius:.5rem}.best-deal img,.top-deal img{max-height:6.25rem;max-width:6.25rem;aspect-ratio:1/1}.best-deal h3,.best-deal .link{padding:.9375rem 1.25rem;background-color:#f3f3f3}.best-deal .link{padding:1.25rem 1.25rem;text-align:center}.best-deal:first-of-type h3,.best-deal:first-of-type .link{background-color:#fff0cc}.best-deal:nth-of-type(2) h3,.best-deal:nth-of-type(2) .link{background-color:#eff0f6}.best-deal:nth-of-type(3) h3,.best-deal:nth-of-type(3) .link{background-color:#f4e7df}footer .nav a{font-weight:700;color:inherit;border-bottom:.125rem solid #fff0}footer .nav a:hover{color:var(--white);border-color:var(--accent-1)}.pros h3{position:relative;padding-left:2em;line-height:1.875rem}.pros h3::before{position:absolute;content:"";background-image:url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23a)"><path d="M15 30c8.284 0 15-6.716 15-15S23.284 0 15 0 0 6.716 0 15s6.716 15 15 15" fill="%230db561"/><path d="M20.81 12.608h-3.418V9.189a2.393 2.393 0 0 0-4.784 0v3.419H9.189a2.393 2.393 0 0 0 0 4.784h3.419v3.419a2.393 2.393 0 0 0 4.784 0v-3.419h3.419a2.393 2.393 0 0 0 0-4.784" fill="%23fff"/></g><defs><clipPath id="a"><path fill="%23fff" d="M0 0h30v30H0z"/></clipPath></defs></svg>');width:1.875rem;height:1.875rem;top:0;left:0}.pros.cons h3::before{background-image:url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23a)"><path d="M15 30c8.284 0 15-6.716 15-15S23.284 0 15 0 0 6.716 0 15s6.716 15 15 15" fill="%23cf0000"/><path d="M23.203 15a2.39 2.39 0 0 0-2.392-2.392H9.189a2.392 2.392 0 1 0 0 4.785h11.622a2.39 2.39 0 0 0 2.392-2.392" fill="%23fff"/></g><defs><clipPath id="a"><path fill="%23fff" d="M0 0h30v30H0z"/></clipPath></defs></svg>')}.btn,#cookies-policy .cookiesBtn__link{display:inline-flex;background-color:var(--accent-1);border-radius:.375rem;padding:.9375rem 1.5625rem;color:var(--black);font-size:1.125rem;font-weight:700;line-height:1;align-items:end;gap:.625rem}.btn::after{display:inline-block;content:"";background-color:var(--black);mask-size:contain;mask-image:url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 13.5a.499.499 0 0 1-.353-.854L9.793 8 5.147 3.353a.5.5 0 1 1 .707-.707l5 5a.5.5 0 0 1 0 .707l-5 5a.5.5 0 0 1-.354.147" fill="%23000"/></svg>');width:1rem;height:1rem;mask-repeat:no-repeat}.btn:hover,#cookies-policy .cookiesBtn__link:hover{color:var(--white);background-color:var(--black)}.btn:hover::after{background-color:var(--white)}.bullet{position:relative;border-radius:.3125rem;background-color:#e8f4ec;padding:.4375rem;padding-left:2.5em;font-size:.75rem;line-height:1}.bullet::before{position:absolute;content:"";border-radius:.3125rem 0 0 .3125rem;background-color:#009d2f;background-image:url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.7432 3.76606C14.0231 4.01101 14.0485 4.43773 13.7995 4.71409L6.79025 12.4939C6.53996 12.7717 6.11021 12.7894 5.83796 12.5331L1.78194 8.71475C1.529 8.47661 1.50478 8.07981 1.7218 7.80855C1.96127 7.50921 2.40721 7.46801 2.6922 7.72435L5.83913 10.5549C6.11261 10.8009 6.53366 10.7789 6.78005 10.5058L12.8091 3.82121C13.053 3.5507 13.4691 3.52618 13.7432 3.76606Z" fill="white"/></svg>');background-repeat:no-repeat;background-position:center;width:1.625rem;height:100%;top:0;left:0}.text-center{text-align:center}.d-flex{display:flex}.d-flex h3 img{max-width:2.5rem}.flex-wrap{flex-wrap:wrap}.position-relative{position:relative}.align-center{align-items:center}.justify-center{justify-content:center}.full-center{align-items:center!important;height:100%;justify-content:center}.g-1{gap:.625rem}.g-2{gap:1.25rem}.g-5{gap:3.125rem}.p-2{padding:1.25rem}.pb-0{padding-bottom:0}.mt-1{margin-top:.625rem}.mt-2{margin-top:1.25rem}.mb-1{margin-bottom:.625rem}.my-2{margin:1.25rem 0}.pt-h{padding-top:6.875rem}.p-0{padding:0!important}.w-100{width:100%}.alert{position:relative;border-radius:.75rem;padding:.9375rem;padding-left:3.125rem;color:var(--white)}.alert::before{position:absolute;content:"";background-image:url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.188 19.688v4.173c0 .622.414 1.155.978 1.338.18.86.931 1.52 1.834 1.52s1.653-.66 1.834-1.52c.564-.183.979-.716.979-1.338v-4.174h-5.626" fill="%23d8dde2"/><path d="M15 3.281c-4.137 0-7.5 3.364-7.5 7.5a7.5 7.5 0 0 0 3.758 6.497l-.008 1.47a1.41 1.41 0 0 0 1.406 1.408h4.688c.77 0 1.401-.636 1.406-1.403l.008-1.486A7.5 7.5 0 0 0 22.5 10.78c0-4.136-3.363-7.5-7.5-7.5m-10.96.235a.469.469 0 0 0-.235.874L6.24 5.796a.469.469 0 1 0 .469-.811L4.274 3.58a.5.5 0 0 0-.235-.063m21.92 0a.5.5 0 0 0-.234.063L23.29 4.985a.469.469 0 0 0 .469.811l2.436-1.406a.469.469 0 0 0-.234-.874M2.345 9.844a.469.469 0 0 0 0 .937h2.812a.469.469 0 1 0 0-.937zm22.5 0a.469.469 0 1 0 0 .937h2.812a.469.469 0 1 0 0-.937zm-18.37 4.922a.5.5 0 0 0-.234.063l-2.435 1.406a.469.469 0 1 0 .469.811L6.71 15.64a.469.469 0 0 0-.234-.874m17.051 0a.47.47 0 0 0-.285.096.468.468 0 0 0 .05.778l2.436 1.406a.469.469 0 0 0 .47-.811l-2.437-1.406a.5.5 0 0 0-.234-.063" fill="%23f2d539"/><path d="m17.813 20.053-.562.112-4.687.938-.377.075v.956l.56-.112 4.688-.937.378-.076zm0 1.875-.562.112-4.687.938-.377.075v.956l.56-.112 4.688-.937.378-.076z" fill="%23999b9c"/><path d="M13.156 10.782a1.404 1.404 0 0 0-1.33 1.944c.216.524.731.868 1.298.868h.47v6.562h.937v-6.562h.937v6.562h.938v-6.562h.469a1.41 1.41 0 0 0 1.299-.868 1.41 1.41 0 0 0-1.025-1.917 1.407 1.407 0 0 0-1.68 1.378v.47h-.938v-.47a1.41 1.41 0 0 0-1.375-1.405m-.055.937a.47.47 0 0 1 .492.468v.47h-.469a.47.47 0 0 1-.433-.29.467.467 0 0 1 .41-.648m3.763 0a.47.47 0 0 1 .342.137.47.47 0 0 1 .102.51.47.47 0 0 1-.433.29h-.47v-.469a.466.466 0 0 1 .46-.468" fill="%23f39f33"/></svg>');height:1.875rem;width:1.875rem;left:.9375rem;top:0;bottom:0;margin:auto 0}.bg-yellow{background:var(--yellow-gradient)}.white-block:first-of-type,.rows2,.rows3{margin-top:1.25rem}.white-block,.bg-yellow ol li{background-color:var(--white);border:.125rem solid var(--text-on-dark);border-radius:.5rem}.bg-yellow ol li{padding:.9375rem;padding-left:3.5em}.bg-yellow ol li::before{left:.625rem}.white-block{padding:1.25rem;margin-bottom:1.25rem}.gray-block{background:#f8f8f9;padding:.75rem;border-radius:.5rem;margin-top:1.25rem}.gray-block p:first-of-type{font-weight:700}hr{display:block;border-color:rgb(255 255 255 / .1);border-width:.0625rem;margin:1.875rem 1em}.rows2 .white-block,.rows3 .white-block{margin:0}.rows2,.rows3{margin-bottom:1.25rem}.rows2,.rows3,.rows3 ul,.rows2 ul{--min:60ch;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%, var(--min)),1fr));gap:.625rem}.rows3 ul,.rows3{--min:40ch;gap:1.25rem}.rows3 ul li{padding:0 1rem}#cookies-policy.cookies{top:0;height:100%;width:100%;overflow:auto;position:fixed;right:0;transition:transform 0.2s ease-out,opacity 0.2s ease-out;z-index:9999;background:rgb(0 0 0 / .8)}#cookies-policy.cookies--closing{opacity:0;transform:translateY(10px)}#cookies-policy.cookies--show .cookies__btn--customize{background:#f5f0e4;color:#424242;border-bottom:1px solid rgb(0 0 0 / .1);border-top:none}#cookies-policy.cookies--show .cookies__btn svg{transform:rotate(180deg)}#cookies-policy.cookies--no-js .cookies__expandable:target,#cookies-policy.cookies--no-js .cookies__section .cookies__expandable{height:auto;opacity:1;transition:height 0.3s ease-out,opacity 0.3s ease-out;visibility:visible}#cookies-policy.cookies--no-js .cookies__details{display:none}#cookies-policy.cookies--no-js .cookies__sections{max-height:-moz-fit-content;max-height:fit-content}#cookies-policy.cookies--no-js svg{display:none}#cookies-policy .cookies__expandable{display:block;height:0;opacity:0;overflow:hidden;transition:height 0.3s ease-out,opacity 0.3s ease-out,visibility 0s linear 0.3s;visibility:hidden}#cookies-policy .cookies__expandable--open{height:auto;opacity:1;transition:height 0.3s ease-out,opacity 0.3s ease-out;visibility:visible}#cookies-policy .cookies__alert{background:var(--white);overflow:hidden;color:var(--black);border-radius:.9375rem;box-shadow:0 12px 12px -8px rgb(0 0 0 / .08),0 0 4px rgb(0 0 0 / .04);max-height:90%;max-width:31.25rem;width:100%;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#cookies-policy .cookies__container{display:block;height:auto;opacity:1;overflow:hidden;transition:height 0.3s ease-out,opacity 0.3s ease-out,visibility 0s linear 0.1s;visibility:visible}#cookies-policy .cookies__container--hide{height:0;opacity:0;transition:height 0.3s ease-out,opacity 0.3s ease-out,visibility 0s linear 0.3s;visibility:hidden}#cookies-policy .cookies__wrapper{padding:.9375rem}#cookies-policy .cookies__title{line-height:1.4em;margin-bottom:.8em;font-size:1.125rem}#cookies-policy .cookies__intro{color:var(--color-text-color-1);font-size:.875em;font-weight:450;line-height:1.4em}#cookies-policy .cookies__intro p{margin-top:1em}#cookies-policy .cookies__intro p:first-child{margin-top:0}#cookies-policy .cookies__intro a{color:inherit;text-decoration:underline;transition:color 0.2s ease-out}#cookies-policy .cookies__intro a:focus,#cookies-policy .cookies__intro a:hover{color:var(--color-white)}#cookies-policy .cookies__actions{display:flex;flex-direction:row;gap:.625rem;justify-content:center;margin-top:1em}#cookies-policy .cookies__btn--customize{align-items:center;border-top:.0625rem solid rgb(0 0 0 / .1);background:#f5f0e4;color:#424242;display:flex;font-size:.875rem;font-weight:600;justify-content:space-between;line-height:1.5rem;padding:.625rem 1.25rem;position:relative;text-decoration:none}#cookies-policy .cookies__btn svg{fill:var(--color-red-main);transition:transform 0.2s ease-out}#cookies-policy.cookies--show .cookies__btn--customize svg{fill:var(--color-black)}#cookies-policy .cookies__sections{max-height:450px;overflow-y:scroll}#cookies-policy .cookies__section{padding:0 1.5em}#cookies-policy .cookies__section+.cookies__section{border-top:1px solid var(--color-text-color-1)}#cookies-policy .cookies__box,#cookies-policy .cookies__category{display:block;overflow:hidden;position:relative;color:var(--text-on-light)}#cookies-policy .cookies__category input{display:block;margin:0;padding:0;position:absolute;right:105%;top:0}#cookies-policy .cookies__box{cursor:pointer;line-height:1.4em;padding:1em 3em 1em 0}#cookies-policy .cookies__box:after,#cookies-policy .cookies__box:before{border-radius:1.4em;content:"";display:block;position:absolute;top:50%}#cookies-policy .cookies__box:after{background:var(--white);height:1.4em;margin-top:-.8em;right:0;transition:background 0.2s ease-out,opacity 0.2s ease-out;width:2.5em;z-index:0;border:.0625rem solid var(--text-on-light)}#cookies-policy .cookies__box:before{background:var(--black);height:1em;margin-top:-.5em;right:.75em;transform:translateX(-.55em);transition:transform 0.2s ease-out;width:1em;z-index:1}#cookies-policy .cookies__category input:checked+.cookies__box:after{background:var(--accent-1);opacity:1;border-color:#fff0}#cookies-policy .cookies__category input:disabled+.cookies__box:after{opacity:.6}#cookies-policy .cookies__category input:checked+.cookies__box:before{background:var(--black);transform:translateX(.55em)}#cookies-policy .cookies__label{font-size:.875rem;color:var(--text-on-light)}#cookies-policy .cookies__info{font-size:.75rem;font-weight:400;line-height:1.25rem}#cookies-policy .cookies__details{color:#6d1313;text-decoration:underline;display:block;font-size:.875em;margin:.625em 0 .9em;transition:color 0.2s ease-out}#cookies-policy .cookies__details:focus,#cookies-policy .cookies__details:hover{color:var(--accent-1)}#cookies-policy .cookies__definitions .cookies__cookie{color:var(--text-on-light);font-size:.875em;line-height:1.2em;border:.0625rem solid var(--text-on-dark);border-radius:.625rem;padding:.625rem}#cookies-policy .cookies__cookie+.cookies__cookie{margin-top:1em}#cookies-policy .cookies__name{color:var(--text-on-light);display:inline;font-weight:600;line-height:22px}#cookies-policy .cookies__duration{color:var(--text-on-light);display:inline;text-align:right}#cookies-policy .cookies__description{color:var(--text-on-light);display:block;line-height:120%;padding-top:.3em;text-align:left;width:100%}#cookies-policy .cookies__save{border-top:1px solid var(--color-black-30);display:flex;justify-content:flex-end;margin-top:.4em;padding:.75em 1.5em}#cookies-policy .cookiesBtn__link{cursor:pointer;display:inline-block;font:inherit;border-radius:.75rem;padding:.875rem;font-size:1rem;font-weight:600;line-height:1em;margin:0;overflow:hidden;padding:.86em 1em;text-align:center;text-decoration:none;text-overflow:ellipsis;transition:opacity 0.2s ease-out;white-space:nowrap;width:100%}#cookies-policy .cookiesBtn--essentials .cookiesBtn__link{color:var(--black);background-color:var(--white);border:.0625rem solid #eee}.topnav{overflow:hidden}.topnav .d-flex{line-height:1.875rem;justify-content:flex-end}.topnav a{float:left;display:block}.topnav .icon{display:none}.responsible{justify-self:flex-end;max-width:8.9375rem;width:100%}.responsible .responsible-btn{display:inline-block;color:#6e5119;background:#fbf5ef;border:.0625rem solid #d9cdb7;cursor:pointer;padding:.625rem 1rem;font-size:.6875rem;font-weight:700;border-radius:.25rem}.responsible .responsible-btn:hover{color:var(--black);background-color:#e4d4c5;border-color:#e4d4c5}.responsible .responsible-text{display:none}.responsible .responsible-btn:hover+.responsible-text{display:block;position:absolute;right:0;max-width:37.6875rem;width:100%;background:var(--black);color:var(--white);padding:.9375rem;font-size:.6875rem;line-height:1rem;border-radius:.25rem;margin-top:.25rem;z-index:3}@media screen and (max-width:80.9375rem){#navbar{padding:.9375rem}#navbar .d-flex{padding:0}}@media screen and (max-width:68.4375rem){.tablerounededCorner{overflow-x:scroll}.home img{width:30%}.offer .d-flex div:first-child{margin-bottom:0;flex-grow:1;flex-shrink:0;flex-basis:40%}}@media screen and (max-width:51.25rem){.responsible .responsible-btn:hover+.responsible-text{max-width:23.75rem}.offer .d-flex div:first-child{flex-basis:60%}.best-deal .d-flex,footer .nav{flex-wrap:wrap;justify-content:center}.home img{display:none}.home{padding-bottom:.9375rem}.topnav .g-2,footer .nav{gap:.625rem}.topnav a{display:none}nav .logo{width:100%}nav .branding{display:block}.topnav a.icon{float:right;display:block;margin-top:.9375rem;font-size:1.875rem}.topnav.responsive{position:relative}.topnav.responsive .d-flex,.topnav .container{display:flex;flex-direction:column;text-align:left}.topnav.responsive .d-flex a{float:none;display:block}.top-deal .d-flex:first-child{gap:.625rem}.top-deal .grid-1:first-of-type,.top-deal .grid-1{flex-basis:70%}.responsible-header{flex-wrap:wrap}h2:first-of-type{margin-bottom:0}.responsible{margin-bottom:.625rem}.responsible .responsible-btn:hover+.responsible-text{left:0}}::-webkit-scrollbar{width:.25rem}::-webkit-scrollbar-track{background:var(--white);border-radius:.1875rem}::-webkit-scrollbar-thumb{background:var(--text-on-light);border-radius:.1875rem}::-webkit-scrollbar-thumb:hover{background-color:var(--black)}