.compare-bar{position:fixed;bottom:6em;left:1.5rem;right:1.5rem;z-index:99;transform:translateY(100%);transition:transform var(--duration) ease}@media screen and (min-width: 768px){.compare-bar{bottom:1em}.compare-bar svg{display:none}}.compare-bar.active{transform:translateY(-1.5rem)}.compare-bar .button span.short-text{display:inline}@media screen and (min-width: 768px){.compare-bar .button span.short-text{display:none}}.compare-bar .button span.long-text{display:none}@media screen and (min-width: 768px){.compare-bar .button span.long-text{display:inline}}.compare-bar .button span.loading-state{display:none}.compare-bar .button[disabled] span.short-text,.compare-bar .button[disabled] span.long-text{display:none}.compare-bar .button[disabled] span.loading-state{display:inline}.compare-bar-content{box-shadow:var(--shadow-action-bar);background:var(--footer_bg);border-radius:var(--radius-l);max-width:120rem;margin:0 auto;padding:2rem;display:flex;align-items:center;gap:2rem}@media screen and (max-width: 767px){.compare-bar-content{gap:.8rem;padding:1rem 1.5rem}}.compare-bar-logos{display:none}@media screen and (min-width: 768px){.compare-bar-logos{flex:1;display:flex;flex-wrap:wrap}}.compare-bar-logos .compare-logo{display:none}.compare-bar-logos .compare-logo+.compare-logo{margin-left:-2.2rem}@media screen and (min-width: 768px){.compare-bar-logos .compare-logo{display:flex;position:relative;width:6rem;height:auto;aspect-ratio:1/1;align-items:center;justify-content:center;box-shadow:var(--shadow)}.compare-bar-logos .compare-logo img{max-width:100%;max-height:100%;object-fit:cover;aspect-ratio:1/1;overflow:hidden;border-radius:var(--radius)}}.compare-bar-logos .compare-logo-remove{position:absolute;top:-0.8rem;left:-0.8rem;background:var(--warning);color:var(--white);border:.2rem solid var(--background);border-radius:50%;width:2.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center;font-size:1.6rem;cursor:pointer;transition:background .2s ease,transform .2s ease;line-height:1;padding:1px 2px 3px 3px}.compare-bar-logos .compare-logo-remove:hover{background:var(--warning);transform:scale(1.1);opacity:.85}@media screen and (max-width: 767px){.compare-bar-logos .compare-logo-remove{width:2rem;height:2rem;font-size:1.4rem;top:-0.6rem;right:-0.6rem}}.compare-bar-info{display:flex;align-items:center;gap:1rem;overflow:hidden;text-overflow:ellipsis}.compare-bar-info span{overflow:hidden;text-overflow:ellipsis}.compare-bar-count{font-size:1.6rem;font-weight:600;color:var(--text);white-space:nowrap}@media screen and (max-width: 767px){.compare-bar-count{font-size:1.4rem}}.compare-bar-actions{display:flex;gap:1.2rem;margin-left:auto}@media screen and (max-width: 767px){.compare-bar-actions{gap:1rem}}.compare-bar-actions .button:not(.user):not(.author).outline,.compare-bar-actions .button.outline{outline:1px solid var(--secondary);color:var(--text)}.compare-bar-actions .button:not(.user):not(.author):not(.cat){margin-right:0}@media screen and (max-width: 767px){.compare-bar-actions .button:not(.user):not(.author):not(.cat){width:min-content;font-size:1.4rem;padding:.9rem 2rem}}.compare-bar-clear{background:rgba(0,0,0,0);border-radius:.6rem;padding:1rem 2rem;font-size:1.4rem;cursor:pointer;transition:background .2s ease,border-color .2s ease;white-space:nowrap}@media screen and (max-width: 767px){.compare-bar-clear{flex:1;padding:1rem 1.6rem;font-size:1.3rem}}.compare-bar-trigger{border:none;border-radius:.6rem;padding:1rem 2.4rem;font-size:1.4rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease;white-space:nowrap}@media screen and (max-width: 767px){.compare-bar-trigger{flex:1;padding:1rem 1.6rem;font-size:1.3rem}}.compare-bar-logos:has(>:nth-child(2))~.compare-bar-actions .button:not(.user):not(.author).primary.compare-bar-trigger{opacity:1;pointer-events:unset}.primary.compare-bar-trigger{opacity:.3;pointer-events:none}#compare-popover{position:fixed;inset:0;z-index:9999;align-items:center;justify-content:center;pointer-events:none;border:none;display:block;background:none;width:100%;height:100%;padding:0}@media screen and (min-width: 768px){#compare-popover{padding-bottom:3rem;border:none;margin:auto auto 0 auto;background:var(--background);width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 1rem 4rem var(--overlay-medium);opacity:0}}#compare-popover::backdrop{background:var(--overlay);backdrop-filter:blur(0.5rem)}#compare-popover .compare-table-wrapper div.swipeable-handle,#compare-popover .compare-table-wrapper div.swipeable-handle h2{background:var(--koers-popup-bg)}#compare-popover .swipeable-handle{position:sticky;top:0;width:100vw;left:0;z-index:2}@media screen and (min-width: 768px){#compare-popover .swipeable-handle h2{display:none}}@media screen and (min-width: 768px){#compare-popover .compare-table-wrapper button.close{top:.5rem;right:.5rem}}#compare-popover::backdrop{display:none}#compare-popover.active{opacity:1}#compare-popover.active::backdrop{display:block}#compare-popover.active .swipeable-content{transform:translateY(0);visibility:visible;overflow:clip auto;pointer-events:auto}@media screen and (min-width: 768px){#compare-popover.active .swipeable-content{display:contents}}#compare-popover.active button{opacity:1;pointer-events:auto}@media screen and (max-width: 767px){#compare-popover{padding:2rem 0}}#compare-popover h2{margin:0;color:var(--title);font-size:1.6rem}@media screen and (min-width: 768px){#compare-popover h2{font-size:2.8rem}}#compare-popover .compare-popover-close{--icon-color: var(--title);background:none;position:fixed;right:0;top:14dvh;border:none;cursor:pointer;height:3.2rem;display:flex;align-items:center;justify-content:center;aspect-ratio:1;z-index:501;opacity:0;transform:translateX(0)}@media screen and (min-width: 768px){#compare-popover .compare-popover-close{margin-left:auto;position:sticky;top:0;right:0}}#compare-popover .compare-popover-close:hover{--icon-color: var(--primary)}#compare-popover .compare-popover-close .icon-close svg{width:3rem;height:3rem;opacity:1;transform:translateY(0);transition:opacity .3s .3s ease,transform .3s .3s ease}@starting-style{#compare-popover .compare-popover-close .icon-close svg{opacity:0;transform:translateY(20px);transition:.3s ease}}@media screen and (max-width: 767px){#compare-popover .compare-table-wrapper.add-thead-shadow .compare-table thead{box-shadow:var(--shadow-thead)}#compare-popover .compare-table thead{position:sticky;top:8.8rem;background:var(--koers-popup-bg);z-index:1;box-shadow:var(--shadow-none);transition:box-shadow var(--duration) ease-in-out}}.compare-table{--shadow-offset: 0.7rem;--column-width: 50vw;width:100%;border-collapse:collapse;font-size:1.4rem;color:var(--text)}@media screen and (min-width: 768px){.compare-table{--column-width: 30rem}}.compare-table th,.compare-table td{padding:2rem 1rem;text-align:left;border-bottom:.1rem solid var(--border-koersen)}@media screen and (min-width: 768px){.compare-table th,.compare-table td{box-sizing:content-box}}.compare-table th:not(:first-of-type),.compare-table td:not(:first-of-type){min-width:var(--column-width)}.compare-table[data-active-column="1"] td:nth-of-type(1) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="2"] td:nth-of-type(2) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="3"] td:nth-of-type(3) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="4"] td:nth-of-type(4) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="5"] td:nth-of-type(5) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="6"] td:nth-of-type(6) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="7"] td:nth-of-type(7) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="8"] td:nth-of-type(8) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="9"] td:nth-of-type(9) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="10"] td:nth-of-type(10) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="11"] td:nth-of-type(11) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="12"] td:nth-of-type(12) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="13"] td:nth-of-type(13) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="14"] td:nth-of-type(14) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="15"] td:nth-of-type(15) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="16"] td:nth-of-type(16) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="17"] td:nth-of-type(17) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="18"] td:nth-of-type(18) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="19"] td:nth-of-type(19) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="20"] td:nth-of-type(20) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="21"] td:nth-of-type(21) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="22"] td:nth-of-type(22) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="23"] td:nth-of-type(23) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="24"] td:nth-of-type(24) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="25"] td:nth-of-type(25) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="26"] td:nth-of-type(26) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="27"] td:nth-of-type(27) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="28"] td:nth-of-type(28) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="29"] td:nth-of-type(29) span.th-for-mob{opacity:1;cursor:auto}.compare-table[data-active-column="30"] td:nth-of-type(30) span.th-for-mob{opacity:1;cursor:auto}.compare-table .th-for-mob{display:block;white-space:nowrap;margin-bottom:.5rem;font-size:1.4rem;font-weight:600;opacity:0;cursor:initial;width:fit-content;transition:opacity .1s ease-in-out}@media screen and (min-width: 768px){.compare-table .th-for-mob{display:none}}.compare-table .exchange-color path{--icon-color: var(--exchange-color)}.compare-table .compare-exchange-meta{max-width:350px}.compare-table .compare-exchange-meta ul{padding-left:0;list-style:none}.compare-table .compare-exchange-meta ul li svg{fill:none;color:var(--border-color)}@media screen and (min-width: 768px){.compare-table .circle-cross-icon,.compare-table .circle-minus-icon,.compare-table .circle-check-icon{width:2rem;height:2rem}}.compare-table .circle-cross-icon{fill:none;color:var(--warning)}.compare-table .circle-minus-icon{fill:none;color:var(--warning)}.compare-table thead tr th{position:relative;font-weight:600;vertical-align:top;padding:0 1.2rem 1rem 1.2rem}@media screen and (min-width: 768px){.compare-table thead tr th{padding:6rem 1rem 1rem 1rem}}.compare-table thead tr th:first-of-type{display:none;padding:1rem 3rem 1rem 0;position:sticky;left:0;background:var(--background);z-index:5;opacity:1;transform:translateX(0);transition:.3s .3s ease-out}@media screen and (min-width: 768px){.compare-table thead tr th:first-of-type{padding:6rem 3rem 1rem 3rem}.compare-table thead tr th:first-of-type:last-child{padding:6rem 5rem 1rem 1rem}}@starting-style{.compare-table thead tr th:first-of-type{opacity:0;transform:translateX(-100px)}}.compare-table thead tr th:first-of-type::before{width:100vw;right:100%;background:inherit}.compare-table thead tr th:first-of-type::after{width:var(--shadow-offset);background:linear-gradient(90deg, var(--subtile-shadow-gradient), transparent);right:calc(-1*var(--shadow-offset))}.compare-table thead tr th:first-of-type::before,.compare-table thead tr th:first-of-type::after{content:"";height:100%;display:block;position:absolute;top:0;z-index:0}@media screen and (min-width: 768px){.compare-table thead tr th:first-of-type{display:table-cell}}.compare-table thead tr th .rating-container{justify-content:flex-start;display:flex;align-items:center;min-height:3.6rem}@media screen and (min-width: 768px){.compare-table thead tr th .rating-container{justify-content:start;min-height:initial}}.compare-table thead tr th .compare-exchange-meta{display:flex;flex-direction:column;max-width:270px;gap:0}@media screen and (min-width: 768px){.compare-table thead tr th .compare-exchange-meta{gap:1rem}}.compare-table thead tr th .compare-exchange-meta .button-container a.primary.exchange-button{margin-right:0;text-align:center;justify-content:center;font-size:1.1rem;gap:4px;opacity:1;transform:translateY(0px);transition:opacity .3s .75s ease-out}@starting-style{.compare-table thead tr th .compare-exchange-meta .button-container a.primary.exchange-button{opacity:0;transform:translateY(-20px)}}@media screen and (min-width: 768px){.compare-table thead tr th .compare-exchange-meta .button-container a.primary.exchange-button{font-size:1.3rem;font-weight:700;padding:1.2rem 2.4rem}}.compare-table thead tr th .compare-exchange-meta .button-container a.primary.exchange-button strong{font-weight:800}.compare-table thead tr th .compare-exchange-meta .heading-info-logo{display:flex;flex-direction:row;gap:10px;opacity:1;transform:translateY(0);transition:opacity .3s ease-in-out,transform .5s ease-in-out}@starting-style{.compare-table thead tr th .compare-exchange-meta .heading-info-logo{opacity:0;transform:translateY(-60px);transition:.3s ease}}.compare-table thead tr th .compare-exchange-meta .exchange-result-heading{align-items:start;display:flex;max-width:270px;flex-wrap:wrap;gap:5px}@media screen and (min-width: 768px){.compare-table thead tr th .compare-exchange-meta .exchange-result-heading{height:fit-content;align-items:center}}.compare-table thead tr th .compare-exchange-meta .exchange-result-heading h3:not(.small):not(.smallest):not(.light):not(.h2){display:inline;line-height:1}@media screen and (min-width: 768px){.compare-table thead tr th .compare-exchange-meta .exchange-result-heading h3:not(.small):not(.smallest):not(.light):not(.h2){font-size:2.4rem}}.compare-table thead tr th .compare-exchange-meta .exchange-result-heading .exclusive-deal{--icon-color: var(--buy-cta-text);align-items:center;width:min-content;display:inline-flex;gap:4px;padding:.2rem .6rem;border-radius:100px;white-space:nowrap;background:var(--buy-cta-bg);color:var(--buy-cta-text);font-size:1rem;font-weight:600;line-height:1.2}@media screen and (min-width: 768px){.compare-table thead tr th .compare-exchange-meta .exchange-result-heading .exclusive-deal{font-size:1.1rem;padding:5px 9px}}.compare-table thead tr th .compare-exchange-meta .exchange-result-heading .exclusive-deal svg{width:1.2rem;height:1.2rem}@media screen and (min-width: 768px){.compare-table thead tr th .compare-exchange-meta .exchange-result-heading .exclusive-deal svg{width:1.4rem;height:1.4rem}}.compare-table thead tr th .compare-exchange-meta .exchange-result-heading .exclusive-deal span.icon+span{display:none}@media screen and (min-width: 768px){.compare-table thead tr th .compare-exchange-meta .exchange-result-heading .exclusive-deal span.icon+span{display:block}}.compare-table thead tr th .compare-exchange-meta .exchange-result-heading .tag{color:var(--background);background:var(--primary);padding:.4rem 1.2rem;border-radius:10rem}.compare-table thead tr th .compare-exchange-meta .exchange-result-heading span.single-tag{display:none;color:var(--background);font-size:1rem;font-weight:700;border-radius:2rem;padding:.2rem .6rem;background:var(--primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:max-content}@media screen and (min-width: 768px){.compare-table thead tr th .compare-exchange-meta .exchange-result-heading span.single-tag{display:inline;padding:.5rem 1.2rem;font-size:1.15rem;overflow:initial;text-overflow:initial}}.compare-table thead tr th .compare-exchange-meta span.desc{display:none;grid-column:span 2;max-width:25rem;font-weight:500;font-size:1.2rem;color:var(--text-grey);opacity:1;transform:translateY(0px);transition:.3s .6s ease-out}@media screen and (min-width: 768px){.compare-table thead tr th .compare-exchange-meta span.desc{display:block}}@starting-style{.compare-table thead tr th .compare-exchange-meta span.desc{opacity:0;transform:translateY(-20px)}}.compare-table thead tr th .compare-usps{display:none;padding-left:0;list-style:none;flex-direction:column;gap:10px}@media screen and (min-width: 768px){.compare-table thead tr th .compare-usps{display:flex}}.compare-table thead tr th .compare-usps li span{display:flex;gap:10px}.compare-table thead tr th .compare-usps .streamline.icon svg path{stroke:var(--border-color)}.compare-table thead tr th img{width:5rem;height:5rem;object-fit:cover;margin:0;display:block;border-radius:var(--radius)}@media screen and (min-width: 768px){.compare-table thead tr th img{width:8rem;height:8rem;border-radius:var(--radius-xl)}}.compare-table thead tr th h3{margin:0;font-size:1.6rem}.compare-table thead tr th .compare-qualities{padding-left:0;list-style:none;margin:2rem 0 0;flex-direction:column;gap:1rem;opacity:1;transform:translateY(0px);transition:.3s .7s ease-out;display:none}@media screen and (min-width: 768px){.compare-table thead tr th .compare-qualities{display:flex}}@starting-style{.compare-table thead tr th .compare-qualities{opacity:0;transform:translateY(-20px)}}.compare-table thead tr th .compare-qualities li{display:flex;gap:.6rem;font-size:1.2rem;font-weight:700}@media screen and (min-width: 768px){.compare-table thead tr th .compare-qualities li{font-size:1.4rem;gap:1rem}}.compare-table thead tr th .compare-qualities li svg{width:14px;height:14px}@media screen and (min-width: 768px){.compare-table thead tr th .compare-qualities li svg{width:17px;height:17px}}.compare-table thead tr th .compare-exchange-title-wrapper{display:grid;grid-template-columns:6rem 1fr;gap:1rem}@media screen and (min-width: 768px){.compare-table thead tr th .compare-exchange-title-wrapper{grid-template-columns:8rem 1fr;gap:1.5rem}}.compare-table thead tr th .compare-exchange-title-wrapper img{grid-column:1;grid-row:1}.compare-table thead tr th .compare-exchange-title-wrapper h3{grid-column:2;grid-row:1;height:fit-content}.compare-table thead tr th .compare-exchange-title-wrapper ul{list-style:none;padding-left:0;grid-column:2;margin:0}.compare-table thead tr th .compare-exchange-title-wrapper ul li{color:var(--secondary);font-weight:600}.compare-table tbody tr th{display:none;position:sticky;left:0;background:var(--background);font-weight:700;vertical-align:middle;z-index:5;opacity:1;transform:translateX(0);transition:.3s .3s ease-out;font-size:1.6rem;padding:1rem 1rem 1rem 0;max-width:initial;word-wrap:initial}@media screen and (min-width: 768px){.compare-table tbody tr th{display:table-cell;padding:1rem 1rem 1rem 3rem}}@starting-style{.compare-table tbody tr th{opacity:0;transform:translateX(-100px)}}.compare-table tbody tr td:first-child::before,.compare-table tbody tr th:first-child::before,.compare-table tbody tr td:first-child::after,.compare-table tbody tr th:first-child::after{content:"";height:100%;display:block;position:absolute;top:0;z-index:0}.compare-table tbody tr td:first-child::before,.compare-table tbody tr th:first-child::before{width:100vw;right:100%;background:inherit}.compare-table tbody tr td:first-child::after,.compare-table tbody tr th:first-child::after{background:linear-gradient(90deg, var(--subtile-shadow-gradient), transparent);right:calc(-1*var(--shadow-offset));width:var(--shadow-offset)}@media screen and (max-width: 767px){.compare-table tbody tr:last-child td{padding-bottom:3rem}}.compare-table tbody tr td{position:relative;vertical-align:middle;transform:translateY(0px);transition:transform .3s .9s ease-out,opacity .3s .9s ease-out}@starting-style{.compare-table tbody tr td{opacity:0;transform:translateY(-20px)}}.compare-table tbody tr td.platform-icons .th-for-mob{margin-bottom:1rem}.compare-table tbody tr td span{opacity:1}.compare-table tbody tr td span.icon+span.icon+span.icon{margin-left:2rem}.compare-table tbody tr td span.icon+span.icon{margin-left:2rem}.compare-table tbody tr td span.icon.exchange-color+span{margin-left:1rem;vertical-align:middle}.compare-table tbody tr td p{font-size:1.4rem}@media screen and (min-width: 768px){.compare-table tbody tr td p{font-size:1.6rem}}.compare-table tbody tr td p a:not(.user):not(.author):not(.not-link){text-underline-offset:2px;font-size:1.2rem}@media screen and (min-width: 768px){.compare-table tbody tr td p a:not(.user):not(.author):not(.not-link){text-underline-offset:6px;font-size:1.4rem}}.compare-table tbody tr td p a:not(.user):not(.author):not(.not-link):hover{color:var(--primary)}.compare-table tbody tr td .tag{display:inline-block;padding:.4rem .8rem;background:var(--secondary);border-radius:.4rem;font-size:1.2rem;margin-right:.5rem;margin-bottom:.5rem}.compare-table tbody tr td svg{--icon-color: var(--border-color);color:var(--buy-cta);fill:none;width:1.8rem;height:1.8rem}@media screen and (min-width: 768px){.compare-table tbody tr td svg{width:1.7rem;height:1.7rem}}.compare-table tbody tr td p{margin:0;line-height:initial}.compare-table tbody .rating-container{justify-content:start}@media screen and (max-width: 767px){.compare-table{font-size:1.2rem}.compare-table th,.compare-table td{padding:1.5rem 1.2rem}.compare-table thead th img{align-self:center;width:6rem;height:6rem}}@media screen and (max-width: 767px)and (min-width: 768px){.compare-table thead th img{align-self:unset}}@media screen and (max-width: 767px){.compare-table thead th h3{font-size:1.4rem}}.compare-table .platform-icon{font-size:2rem;margin:0 .5rem;display:inline-block}.compare-table .flag-icon{display:inline-block}.compare-table .check-text-item{margin:1rem 0;display:flex;align-items:center;gap:.8rem}@media screen and (min-width: 768px){.compare-table .check-text-item{gap:1rem}}.compare-table .check-text-item:first-child{margin-top:0}.compare-table .check-text-item:last-child{margin-bottom:0}.scroll-previous-column{left:1em}@media screen and (min-width: 768px){.scroll-previous-column{left:14em}}.scroll-previous-column svg[alt]{rotate:90deg}.scroll-next-column{right:1em}.scroll-previous-column,.scroll-next-column{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;position:fixed;bottom:1rem;background:var(--primary);width:4.8rem;height:4.8rem;border-radius:100%;z-index:501;opacity:0;box-shadow:var(--shadow-tooltip);transition:all .3s ease;transform:scale(0)}@media screen and (min-width: 768px){.scroll-previous-column,.scroll-next-column{bottom:1em;top:50dvh}}.scroll-previous-column span,.scroll-next-column span{visibility:hidden;display:none}.scroll-previous-column svg,.scroll-next-column svg{color:var(--background);rotate:-90deg;transform:scale(1);transition:scale .3s ease}.scroll-previous-column svg use,.scroll-next-column svg use{fill:#fff}.scroll-previous-column:hover svg,.scroll-next-column:hover svg{transition:scale .3s ease;transform:scale(1.1)}#compare-popover.active .compare-table-wrapper.is-not-scrollable~button[class*=scroll],.compare-table-wrapper.start-of-scroll~button[class*=scroll-previous-column],.compare-table-wrapper.end-of-scroll~button[class*=scroll-next-column]{transition:.3s ease;opacity:0;background:var(--secondary);pointer-events:none}#compare-popover.active .compare-table-wrapper.is-scrollable:not(.start-of-scroll)~button[class*=scroll-previous-column],#compare-popover.active .compare-table-wrapper.is-scrollable:not(.end-of-scroll)~button[class*=scroll-next-column]{opacity:1;pointer-events:auto;transform:scale(1)}@media screen and (min-width: 768px){#compare-popover .is-not-scrollable table.compare-table thead tr th:first-of-type::after,#compare-popover .is-not-scrollable table.compare-table tbody tr td:first-child::after,#compare-popover .is-not-scrollable table.compare-table tbody tr th:first-child::after,#compare-popover .is-scrollable.start-of-scroll table.compare-table thead tr th:first-of-type::after,#compare-popover .is-scrollable.start-of-scroll table.compare-table tbody tr td:first-child::after,#compare-popover .is-scrollable.start-of-scroll table.compare-table tbody tr th:first-child::after{opacity:0;transition:opacity var(--duration) ease-in-out}#compare-popover .is-scrollable table.compare-table thead tr th:first-of-type::after,#compare-popover .is-scrollable table.compare-table tbody tr td:first-child::after,#compare-popover .is-scrollable table.compare-table tbody tr th:first-child::after{opacity:1}}html.color-scheme--dark .compare-table .exchange-color path,html.color-scheme--dark .compare-table thead tr th .compare-qualities{--icon-color: #ffffff}/*# sourceMappingURL=crypto-exchange-compare.css.map */
