.light-mode,:root{--header-bar-height:60px;--color-background:#f4f4f4;--color-border:#f0f0f0;--color-border-dark:#837f7c;--color-border-dark--rgb:131,127,124;--color-brand:#f78018;--color-brand--rgb:247,128,24;--color-success:#32cd32;--color-success--rgb:103,201,77;--color-error:#db3148;--color-error--rgb:219,49,72;--color-warning:var(--color-brand);--color-warning--rgb:var(--color-brand--rgb);--color-text:#1e1e1e;--color-text--rgb:30,30,30;--color-text-light:#837f7c;--color-light:#fff;--box-shadow:0 1px 2px rgba(10,10,10,0.11),0 6px 8px hsla(0,0%,85.1%,0.4);--box-shadow-input:0 1px 3px 0 #e6ebf1;--box-shadow-input--active:0 1px 3px 0 #cfd7df}.dark-mode,:root.dark-mode{--color-background:#15191b;--color-light:#202527;--color-border:#0e1213;--color-text:#e3e3e3;--color-text--rgb:227,227,227;--color-text-light:#858889;--box-shadow:0 1px 2px #0a0a0a;--box-shadow-input:0 1px 2px #0a0a0a;--box-shadow-input--active:0 3px 2px #0a0a0a}@media (prefers-color-scheme:dark){:root.auto-mode{--color-background:#15191b;--color-light:#202527;--color-border:#0e1213;--color-text:#e3e3e3;--color-text--rgb:227,227,227;--color-text-light:#858889;--box-shadow:0 1px 2px #0a0a0a;--box-shadow-input:0 1px 2px #0a0a0a;--box-shadow-input--active:0 3px 2px #0a0a0a}}*{-webkit-font-smoothing:antialiased;box-sizing:border-box}body,html,input,select{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:16px;line-height:1.4;color:var(--color-text)}body,html{min-height:100vh;margin:0;padding:0;background-color:var(--color-background)}h1,h2,h3,h4,h5,h6{font-weight:500;margin:0}p{margin:0}sub,sup{vertical-align:baseline;position:relative;top:-.4em}sub{top:.4em}.wrapper{width:100%;max-width:960px;padding:0 10px;margin:auto}a{color:inherit;text-decoration:inherit}.pointer,a{cursor:pointer}aside[role]{display:flex;padding:14px 20px 14px 14px;border-left:4px solid transparent}aside[role] .emoji{flex:0 0 auto;margin-right:10px}aside[role][role=error]{color:rgba(var(--color-error--rgb),.8);background-color:rgba(var(--color-error--rgb),.1);border-color:rgba(var(--color-error--rgb),.4)}aside[role][role=warning]{color:rgba(var(--color-warning--rgb),.8);background-color:rgba(var(--color-warning--rgb),.1);border-color:rgba(var(--color-warning--rgb),.4)}.flex-filler{flex-grow:1}.emoji{vertical-align:middle}.header{position:-webkit-sticky;position:sticky;z-index:1;width:100%;top:0;left:0;background-color:var(--color-light);box-shadow:var(--box-shadow);color:var(--color-text-light)}.header .toggle-menu{margin-left:20px;fill:var(--color-text-light)}.header.header--inverted{background-color:transparent;box-shadow:none;position:absolute;color:var(--color-light)}.header.header--inverted .header-bar .header-link.active,.header.header--inverted .header-bar .header-link:hover{color:var(--color-light)}.header input[type=search]{width:124px;transition:width .1s}.header input[type=search]:focus{width:200px}.header .header-bar{justify-content:space-between;height:var(--header-bar-height)}.header .header-bar,.header .header-bar nav{display:flex;flex-direction:row;align-items:center}.header .header-bar nav{align-self:stretch;flex-flow:row wrap;overflow:hidden}.header .header-bar .header-link{height:100%}.header .header-bar.header-bar--main nav .header-link.active{border-color:var(--color-brand)}.header .header-bar.header-bar--main+.header-bar{margin-top:-1px;border-top:1px solid var(--color-border)}.header .header-bar.header-bar--second nav .header-link{font-size:15px}.header-link{display:flex;flex-direction:row;align-self:stretch;align-items:center;border-bottom:2px solid transparent;margin:0 16px;font-weight:500;white-space:nowrap}.header-link.active,.header-link:hover{color:var(--color-text)}.header-link.logo{margin-left:0;margin-right:20px}.header-mobile{position:fixed;z-index:100;top:0;left:0;right:0;bottom:0;color:var(--color-text-light);opacity:0;visibility:hidden;transition:all .2s}.header-mobile .header-mobile-content{transform:translateX(100%);transition:all .2s}.header-mobile.open{opacity:1;visibility:visible}.header-mobile.open .header-mobile-content{transform:translateX(0)}.header-mobile-backdrop{position:fixed;z-index:0;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6)}.header-mobile-content{position:absolute;display:flex;flex-direction:column;overflow:auto;z-index:1;right:0;max-width:90vw;min-width:240px;height:100%;background-color:var(--color-light)}.header-mobile-content .toggle-menu{position:absolute;top:20px;right:20px;fill:var(--color-text-light)}.header-mobile-content nav{display:flex;flex:0 0 auto;flex-direction:column}.header-mobile-content .header-link,.header-mobile-content .search-form,.header-mobile-content .select--language{display:flex;flex:0 0 auto;align-items:center;margin:0;padding:0 20px;height:40px;border-left:2px solid transparent;border-bottom:none}.header-mobile-content .header-link.active,.header-mobile-content .search-form.active,.header-mobile-content .select--language.active{font-weight:500;border-color:var(--color-brand)}.header-mobile-content .header-link.logo,.header-mobile-content .search-form.logo,.header-mobile-content .select--language.logo{margin:10px 0;align-self:flex-start}.header-mobile-content .header-link input[type=search],.header-mobile-content .search-form input[type=search],.header-mobile-content .select--language input[type=search]{width:100%}.header-mobile-content .header-bar .header-link{padding-left:40px}.header-color-mode{margin:20px;padding:0;display:flex;flex-direction:column;align-items:stretch;border:none}.header-color-mode legend{text-transform:uppercase;font-weight:700;font-size:.8em;letter-spacing:.1em;color:var(--color-text-light);opacity:.3}.header-color-mode label,.header-color-mode legend{height:28px;display:flex;align-items:center}details.adsbygoogle{position:relative;overflow:hidden}details.adsbygoogle:not([open]){display:none}details.adsbygoogle summary{display:inline-flex;position:absolute;z-index:1;right:0;cursor:pointer;padding:10px 12px;list-style:none}details.adsbygoogle summary::-webkit-details-marker{display:none}details.adsbygoogle ins.adsbygoogle{max-height:200px}input[type=search]{border:none;outline:none;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=search]::-webkit-search-cancel-button{display:none}input[type=search]::-webkit-input-placeholder{color:var(--color-text-light);text-overflow:ellipsis}input[type=search]::-moz-placeholder{color:var(--color-text-light);text-overflow:ellipsis}input[type=search]:-ms-input-placeholder{color:var(--color-text-light);text-overflow:ellipsis}input[type=search]::-ms-input-placeholder{color:var(--color-text-light);text-overflow:ellipsis}input[type=search]::placeholder,input[type=search][placeholder]{color:var(--color-text-light);text-overflow:ellipsis}.search-form{position:relative;display:flex;align-items:center}.search-form svg{flex:0 0 auto;fill:var(--color-text-light);margin-right:10px}.search-form input{flex:1 1 auto}.well{background-color:var(--color-light);box-shadow:var(--box-shadow);border-radius:6px;margin:0 0 20px}.footer{padding:8px 0 30px}.footer .wrapper{display:flex;align-items:center;justify-content:center;font-size:12px;color:var(--color-text-light);font-weight:500;letter-spacing:.2px}.footer .wrapper img{margin:0 4px;opacity:.6}.pagination{list-style:none;display:flex;align-items:center;justify-content:center;padding:0 20px;margin:40px 0;font-size:22px}.pagination .first a,.pagination .last a,.pagination .next a,.pagination .page.current,.pagination .page.gap,.pagination .page a,.pagination .prev a{display:flex;align-items:center;justify-content:center;width:48px;height:48px}.pagination .first a:not(.gap):hover,.pagination .last a:not(.gap):hover,.pagination .next a:not(.gap):hover,.pagination .page.current:not(.gap):hover,.pagination .page.gap:not(.gap):hover,.pagination .page a:not(.gap):hover,.pagination .prev a:not(.gap):hover{text-decoration:underline}.pagination .first a.current,.pagination .last a.current,.pagination .next a.current,.pagination .page.current.current,.pagination .page.gap.current,.pagination .page a.current,.pagination .prev a.current{color:var(--color-brand)}.pagination .first a.gap,.pagination .last a.gap,.pagination .next a.gap,.pagination .page.current.gap,.pagination .page.gap.gap,.pagination .page a.gap,.pagination .prev a.gap{pointer-events:none;color:var(--color-text-light)}table{border-collapse:separate;border-spacing:0;font-size:14px}table td,table th{padding:0 10px;vertical-align:middle;height:36px}table td{border-top:1px solid var(--color-border)}table th[data-sortable]{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}table th[data-sortable]:hover{text-decoration:underline}table th[data-sortable]:after{font-size:.7rem;opacity:.4;margin-left:4px}table th[data-sortable][data-sorted=DESC]:after{content:"▼";opacity:.4}table th[data-sortable][data-sorted=ASC]:after{content:"▲";opacity:.4}.select{position:relative;display:inline-flex;flex-direction:row;align-self:stretch;align-items:center}.select:hover .select-label{text-decoration:underline}.select .select-caret{font-size:.7rem;opacity:.4;margin-left:4px}.select select{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;-webkit-appearance:none}.select--language{align-self:stretch;border-bottom:2px solid transparent;text-align:right}.toggle-menu{cursor:pointer}input[type=radio]{position:relative;display:inline-block;width:1em;height:1em;vertical-align:sub;margin:0 8px 0 0;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:none}input[type=radio]:after,input[type=radio]:before{content:"";position:absolute}input[type=radio]:before{width:1em;height:1em;border-radius:.5em;background-color:var(--color-border)}input[type=radio]:after{margin:.25em;width:.5em;height:.5em;border-radius:.25em;background-color:var(--color-brand);opacity:0}input[type=radio]:checked:after{opacity:1}@media (max-width:748px){table{font-size:13px}.header .header-bar .header-link{margin:0 8px}.header .header-bar .header-link.logo{margin-right:10px}.header .header-bar--second,.header .select--language{display:none}.header .toggle-menu{display:block;visibility:visible}}@media (max-width:420px){.header .header-link:nth-child(3)~.header-link{display:none}}.prices-index{display:flex;flex-direction:column}.prices-index .header{box-shadow:none;border-bottom:1px solid var(--color-border)}.prices-index footer.footer{display:none}#prices-container,.prices{position:relative;flex:1 1 100%;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch}.games-list-item{display:flex;flex-direction:row;align-items:flex-start;padding:20px 30px;border-bottom:1px solid var(--color-border);min-height:140px}.games-list-item:last-child{border-bottom:none}.games-list-item-image{flex:0 0 100px;margin-right:30px;text-align:center}.games-list-item-image picture img{display:block;margin:auto}.games-list-item-image .price{display:none}.games-list-item-content{flex:1 1 auto;display:flex;flex-direction:column;align-items:stretch;overflow:hidden}.games-list-item-title{font-weight:700;font-size:18px;white-space:nowrap}.games-list-item-description,.games-list-item-title{margin:0 0 8px;overflow:hidden;text-overflow:ellipsis}.games-list-item-description{display:-webkit-box;-webkit-box-orient:vertical;font-size:14px;color:var(--color-text-light);-webkit-line-clamp:2;line-clamp:2}.games-list-item-meta{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;font-size:14px;color:var(--color-text-light)}.games-list-item-meta .price{justify-self:flex-end}.price{position:relative;display:inline-flex;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.price .emoji{margin-right:4px}.price del{position:absolute;opacity:.4;font-size:.8em;bottom:calc(100% - .3em)}.price-tag{display:inline-flex;flex-direction:column;align-items:flex-end}.game-list-meta{display:flex;align-items:center;justify-content:space-between;color:var(--color-text-light);padding:20px 0 12px;text-transform:uppercase;font-weight:700;font-size:12px;letter-spacing:.2px;opacity:.6}.game-list-meta .padding{flex:1 1 auto}.game-list-meta .pagination-info{flex:0 1 auto;text-align:right}@media (max-width:640px){.games-list-item{min-height:120px;padding:20px}.games-list-item-image{flex-basis:80px;margin-right:10px}.games-list-item-image picture img{max-width:80px;max-height:80px;height:auto}.games-list-item-title{font-size:16px}.games-list-item-description,.games-list-item-meta{font-size:13px;-webkit-line-clamp:1;line-clamp:1}.game-list-meta{flex-direction:column;align-items:flex-start}.game-list-meta .padding,.game-list-meta .pagination-info{display:none}}@media (max-width:480px){.games-list-item-release-date span{display:none}}@media (max-width:360px){.games-list-item{min-height:100px;padding:10px}}.game-hero{position:relative;z-index:0;overflow:hidden;background:#333;color:var(--color-light);text-shadow:0 1px 2px rgba(0,0,0,.2);padding:calc(var(--header-bar-height) + 60px) 0 120px}.game-hero h2{opacity:.6;font-size:.9em;position:absolute;bottom:100%}.game-hero p{-webkit-line-clamp:3;line-clamp:3}.game-hero .hero-background{position:absolute;z-index:0;top:0;left:0;width:calc(100% + 10px);height:calc(100% + 10px);margin:-5px;background-size:cover;background-position:50%;mix-blend-mode:overlay;-webkit-filter:blur(10px);filter:blur(10px)}.game-hero .wrapper{display:flex;position:relative;z-index:1;align-items:flex-start}.game-hero .game-hero-image{flex:0 0 auto;display:flex;align-items:flex-start;justify-content:flex-end;width:240px;height:240px;margin-right:30px}.game-hero .game-hero-image img{display:block;max-width:100%;max-height:100%}.dlcs-show .main-wrapper,.games-show .main-wrapper{display:flex;flex-direction:row;align-items:flex-start;margin-top:-60px}.dlcs-show .well,.games-show .well{position:relative;z-index:1;background-color:var(--color-light);padding:20px}.dlcs-show .well h3,.games-show .well h3{text-transform:uppercase;margin:0 0 8px;line-height:1em;color:var(--color-text-light);font-size:12px;font-weight:700;letter-spacing:.1em}.dlcs-show .side-well,.games-show .side-well{margin-left:20px;min-width:30%}.dlcs-show table,.games-show table{table-layout:fixed;max-width:100%;min-width:100%;text-align:left}.dlcs-show table td,.dlcs-show table th,.games-show table td,.games-show table th{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dlcs-show table td .emoji,.dlcs-show table th .emoji,.games-show table td .emoji,.games-show table th .emoji{vertical-align:sub}.dlcs-show table.prices-table,.games-show table.prices-table{width:100%}.dlcs-show table .price-buy,.dlcs-show table .price-position,.games-show table .price-buy,.games-show table .price-position{width:30px}.dlcs-show table .price-country,.games-show table .price-country{width:100%}.dlcs-show table .price-meta,.games-show table .price-meta{width:280px}.dlcs-show table .price-value,.games-show table .price-value{position:relative;text-align:right;width:110px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dlcs-show table .price-value .discounted,.games-show table .price-value .discounted{position:relative;margin-bottom:-1em}.dlcs-show table .price-value sup,.games-show table .price-value sup{position:absolute}.dlcs-show table .price-value del,.games-show table .price-value del{position:absolute;bottom:100%;right:0;opacity:.4;font-size:.7em;-webkit-text-decoration-color:rgba(var(--color-text--rgb),.9);text-decoration-color:rgba(var(--color-text--rgb),.9);color:rgba(var(--color-text--rgb),.7)}.dlcs-show table.dlcs-table,.games-show table.dlcs-table{font-size:.9em}.dlcs-show table.dlcs-table tr:first-child td,.games-show table.dlcs-table tr:first-child td{border-top:none}.dlcs-show table .dlc-title,.games-show table .dlc-title{max-width:0;padding-left:0}.dlcs-show table .dlc-title span,.games-show table .dlc-title span{width:100%;overflow:auto;text-overflow:ellipsis}.dlcs-show table .dlc-price,.games-show table .dlc-price{width:60px;text-align:right;padding-right:0}.dlcs-show table caption,.games-show table caption{display:none}.dlcs-show table tr[data-url]:hover,.games-show table tr[data-url]:hover{background-color:rgba(var(--color-text--rgb),.05)}.game-series{display:inline-block;line-height:.9;white-space:pre-line;font-size:.4em;width:min-intrinsic;width:-webkit-min-content;width:-moz-min-content;width:min-content;opacity:.6;text-align:right}.game-score{display:inline-block;font-size:.8em;line-height:.8em;font-weight:700;padding:.4em;border-radius:.2em;color:var(--color-success);background:rgba(var(--color-success--rgb),.2);margin-right:4px}.game-score span{display:none}.game-score.game-score--success{color:var(--color-success);background:rgba(var(--color-success--rgb),.2)}.game-score.game-score--warning{color:var(--color-warning);background:rgba(var(--color-warning--rgb),.2)}.game-score.game-score--error{color:var(--color-error);background:rgba(var(--color-error--rgb),.2)}@media (max-width:640px){.game-hero{padding:calc(var(--header-bar-height) + 30px) 0 90px}.game-hero .wrapper{flex-direction:column;align-items:center}.dlcs-show .price-meta,.games-show .price-meta{display:none}.dlcs-show .game-hero-image,.games-show .game-hero-image{width:180px;height:180px;margin:0 0 30px;align-items:flex-end;justify-content:center}}@media (max-width:480px){.games-show table .price-buy{display:none}}@media (max-width:960px){.dlcs-show .main-wrapper,.games-show .main-wrapper{flex-direction:column;align-items:normal}.dlcs-show .side-well,.games-show .side-well{margin-left:0}.dlcs-show table.prices-table caption,.games-show table.prices-table caption{display:table-caption}.dlcs-show table.prices-table.expanded caption,.dlcs-show table.prices-table:not(.expanded) tbody tr:nth-child(5)~tr,.games-show table.prices-table.expanded caption,.games-show table.prices-table:not(.expanded) tbody tr:nth-child(5)~tr{display:none}}@media (min-width:768px){.dlcs-show table,.games-show table{font-size:16px}.dlcs-show table td,.dlcs-show table th,.games-show table td,.games-show table th{height:44px}}@media (max-width:480px){.dlcs-show .well,.games-show .well{padding:10px}}.wrapper--contacts{max-width:580px;font-size:18px;padding-top:60px}.wrapper--contacts a{color:var(--color-brand)}.wrapper--contacts h3{display:flex;flex-direction:row;align-items:center;margin:0 0 20px}.wrapper--contacts h3 .emoji{margin-right:8px}.wrapper--contacts p+h4,.wrapper--contacts p+p{margin-top:20px}.wrapper--contacts hr{margin:30px 0;border:none;border-bottom:1px solid rgba(var(--color-border-dark--rgb),.2)}.wrapper--contacts .address{font-size:14px;word-break:break-all;-webkit-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all}.wrapper--contacts form{font-size:16px;margin-top:30px}.wrapper--contacts form button,.wrapper--contacts form input,.wrapper--contacts form label,.wrapper--contacts form textarea{display:block}.wrapper--contacts form button,.wrapper--contacts form input,.wrapper--contacts form textarea{border:none;font-size:inherit;line-height:inherit;padding:10px 12px;border-radius:4px}.wrapper--contacts form .form-group{margin:0 0 20px}.wrapper--contacts form label{display:flex;flex-direction:row;align-items:center;font-weight:500;margin:0 0 4px}.wrapper--contacts form label small{opacity:.8;font-weight:300;margin-left:8px}.wrapper--contacts form input,.wrapper--contacts form textarea{width:100%;color:var(--color-text);box-shadow:var(--box-shadow-input);background:var(--color-light)}.wrapper--contacts form input:active,.wrapper--contacts form input:focus,.wrapper--contacts form textarea:active,.wrapper--contacts form textarea:focus{outline:none;box-shadow:var(--box-shadow-input--active)}.wrapper--contacts form input::-webkit-input-placeholder,.wrapper--contacts form textarea::-webkit-input-placeholder{color:var(--color-text-light)}.wrapper--contacts form input::-moz-placeholder,.wrapper--contacts form textarea::-moz-placeholder{color:var(--color-text-light)}.wrapper--contacts form input:-ms-input-placeholder,.wrapper--contacts form textarea:-ms-input-placeholder{color:var(--color-text-light)}.wrapper--contacts form input::-ms-input-placeholder,.wrapper--contacts form textarea::-ms-input-placeholder{color:var(--color-text-light)}.wrapper--contacts form input::placeholder,.wrapper--contacts form textarea::placeholder{color:var(--color-text-light)}.wrapper--contacts form button{display:inline-flex;flex-direction:row;align-items:center;color:var(--color-light);background-color:var(--color-brand);background:linear-gradient(#f7a118,#f77c18);box-shadow:var(--box-shadow-input);border:none;cursor:pointer}.wrapper--contacts form button:active,.wrapper--contacts form button:focus,.wrapper--contacts form button:hover{outline:none;box-shadow:var(--box-shadow-input--active)}.wrapper--contacts form button .emoji{margin-left:8px}.wrapper--faqs{max-width:580px;font-size:18px;padding-top:60px}.wrapper--faqs a{color:var(--color-brand)}.wrapper--faqs h3{display:flex;flex-direction:row;align-items:center;margin:0 0 20px}.wrapper--faqs h3 .emoji{margin-right:8px}.wrapper--faqs p+h4,.wrapper--faqs p+p{margin-top:20px}.wrapper--faqs summary{display:flex;align-items:center;margin:0 0 20px;outline:none;cursor:pointer}.wrapper--faqs summary h3{margin-bottom:0;white-space:pre-wrap}.wrapper--faqs hr{margin:30px 0;border:none;border-bottom:1px solid rgba(var(--color-border-dark--rgb),.2)}.wrapper--faqs .address{font-size:14px;word-break:break-all;-webkit-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all}.wrapper--faqs form{font-size:16px;margin-top:30px}.wrapper--faqs form button,.wrapper--faqs form input,.wrapper--faqs form label,.wrapper--faqs form textarea{display:block}.wrapper--faqs form button,.wrapper--faqs form input,.wrapper--faqs form textarea{border:none;font-size:inherit;line-height:inherit;padding:10px 12px;border-radius:4px}.wrapper--faqs form .form-group{margin:0 0 20px}.wrapper--faqs form label{display:flex;flex-direction:row;align-items:center;font-weight:500;margin:0 0 4px}.wrapper--faqs form label small{opacity:.8;font-weight:300;margin-left:8px}.wrapper--faqs form input,.wrapper--faqs form textarea{width:100%;box-shadow:0 1px 3px 0 #e6ebf1}.wrapper--faqs form input:active,.wrapper--faqs form input:focus,.wrapper--faqs form textarea:active,.wrapper--faqs form textarea:focus{outline:none;box-shadow:0 1px 3px 0 #cfd7df}.wrapper--faqs form input::-webkit-input-placeholder,.wrapper--faqs form textarea::-webkit-input-placeholder{color:#aab7c4}.wrapper--faqs form input::-moz-placeholder,.wrapper--faqs form textarea::-moz-placeholder{color:#aab7c4}.wrapper--faqs form input:-ms-input-placeholder,.wrapper--faqs form textarea:-ms-input-placeholder{color:#aab7c4}.wrapper--faqs form input::-ms-input-placeholder,.wrapper--faqs form textarea::-ms-input-placeholder{color:#aab7c4}.wrapper--faqs form input::placeholder,.wrapper--faqs form textarea::placeholder{color:#aab7c4}.wrapper--faqs form button{display:inline-flex;flex-direction:row;align-items:center;color:var(--color-light);background-color:var(--color-brand);background:linear-gradient(#f7a118,#f77c18);box-shadow:0 1px 3px 0 #e6ebf1;border:none;cursor:pointer}.wrapper--faqs form button:active,.wrapper--faqs form button:focus,.wrapper--faqs form button:hover{outline:none;box-shadow:0 1px 3px 0 #cfd7df}.wrapper--faqs form button .emoji{margin-left:8px}.wrapper--faqs .gift-card-list{display:flex;align-items:flex-start}.wrapper--faqs .gift-card-list dl{margin:20px}.wrapper--faqs .gift-card-list dl dd{margin-left:20px}@-webkit-keyframes noise-anim{0%{clip:rect(30px,9999px,20px,0)}5%{clip:rect(7px,9999px,3px,0)}10%{clip:rect(42px,9999px,15px,0)}15%{clip:rect(8px,9999px,67px,0)}20%{clip:rect(65px,9999px,27px,0)}25%{clip:rect(14px,9999px,5px,0)}30%{clip:rect(19px,9999px,30px,0)}35%{clip:rect(25px,9999px,27px,0)}40%{clip:rect(48px,9999px,4px,0)}45%{clip:rect(80px,9999px,55px,0)}50%{clip:rect(23px,9999px,66px,0)}55%{clip:rect(23px,9999px,33px,0)}60%{clip:rect(71px,9999px,55px,0)}65%{clip:rect(72px,9999px,80px,0)}70%{clip:rect(77px,9999px,61px,0)}75%{clip:rect(26px,9999px,19px,0)}80%{clip:rect(57px,9999px,62px,0)}85%{clip:rect(68px,9999px,27px,0)}90%{clip:rect(76px,9999px,9px,0)}95%{clip:rect(57px,9999px,7px,0)}to{clip:rect(53px,9999px,68px,0)}}@keyframes noise-anim{0%{clip:rect(30px,9999px,20px,0)}5%{clip:rect(7px,9999px,3px,0)}10%{clip:rect(42px,9999px,15px,0)}15%{clip:rect(8px,9999px,67px,0)}20%{clip:rect(65px,9999px,27px,0)}25%{clip:rect(14px,9999px,5px,0)}30%{clip:rect(19px,9999px,30px,0)}35%{clip:rect(25px,9999px,27px,0)}40%{clip:rect(48px,9999px,4px,0)}45%{clip:rect(80px,9999px,55px,0)}50%{clip:rect(23px,9999px,66px,0)}55%{clip:rect(23px,9999px,33px,0)}60%{clip:rect(71px,9999px,55px,0)}65%{clip:rect(72px,9999px,80px,0)}70%{clip:rect(77px,9999px,61px,0)}75%{clip:rect(26px,9999px,19px,0)}80%{clip:rect(57px,9999px,62px,0)}85%{clip:rect(68px,9999px,27px,0)}90%{clip:rect(76px,9999px,9px,0)}95%{clip:rect(57px,9999px,7px,0)}to{clip:rect(53px,9999px,68px,0)}}@-webkit-keyframes noise-anim-2{0%{clip:rect(39px,9999px,18px,0)}5%{clip:rect(18px,9999px,31px,0)}10%{clip:rect(69px,9999px,30px,0)}15%{clip:rect(52px,9999px,34px,0)}20%{clip:rect(29px,9999px,58px,0)}25%{clip:rect(5px,9999px,72px,0)}30%{clip:rect(72px,9999px,73px,0)}35%{clip:rect(71px,9999px,75px,0)}40%{clip:rect(3px,9999px,6px,0)}45%{clip:rect(80px,9999px,15px,0)}50%{clip:rect(30px,9999px,57px,0)}55%{clip:rect(14px,9999px,19px,0)}60%{clip:rect(34px,9999px,61px,0)}65%{clip:rect(63px,9999px,53px,0)}70%{clip:rect(37px,9999px,58px,0)}75%{clip:rect(22px,9999px,15px,0)}80%{clip:rect(19px,9999px,80px,0)}85%{clip:rect(43px,9999px,13px,0)}90%{clip:rect(76px,9999px,51px,0)}95%{clip:rect(42px,9999px,5px,0)}to{clip:rect(56px,9999px,45px,0)}}@keyframes noise-anim-2{0%{clip:rect(39px,9999px,18px,0)}5%{clip:rect(18px,9999px,31px,0)}10%{clip:rect(69px,9999px,30px,0)}15%{clip:rect(52px,9999px,34px,0)}20%{clip:rect(29px,9999px,58px,0)}25%{clip:rect(5px,9999px,72px,0)}30%{clip:rect(72px,9999px,73px,0)}35%{clip:rect(71px,9999px,75px,0)}40%{clip:rect(3px,9999px,6px,0)}45%{clip:rect(80px,9999px,15px,0)}50%{clip:rect(30px,9999px,57px,0)}55%{clip:rect(14px,9999px,19px,0)}60%{clip:rect(34px,9999px,61px,0)}65%{clip:rect(63px,9999px,53px,0)}70%{clip:rect(37px,9999px,58px,0)}75%{clip:rect(22px,9999px,15px,0)}80%{clip:rect(19px,9999px,80px,0)}85%{clip:rect(43px,9999px,13px,0)}90%{clip:rect(76px,9999px,51px,0)}95%{clip:rect(42px,9999px,5px,0)}to{clip:rect(56px,9999px,45px,0)}}.glitch{display:inline-block;color:inherit;font-weight:900;font-size:80px;position:relative;width:auto;margin:0 auto;white-space:nowrap;transform:skewX(-3deg) skewY(-7deg)}.glitch:after,.glitch:before{content:attr(data-text);position:absolute;top:0;bottom:0;color:inherit;background:#1d1d1d;overflow:hidden;clip:rect(0,900px,0,0)}.glitch:before{left:-2px;right:2px;text-shadow:1px 0 #00f;animation:noise-anim-2 3s linear infinite alternate-reverse}.glitch:after{left:2px;right:-2px;text-shadow:-1px 0 red;animation:noise-anim 2s linear infinite alternate-reverse}.errors-show{display:flex;flex-direction:column;background:#1d1d1d;height:100%}.error-page{position:relative;z-index:0;flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--color-light)}.error-page-background{position:absolute;z-index:1;top:0;left:0;width:calc(100% + 10px);height:calc(100% + 10px);margin:-5px;background-size:cover;background-position:50%;mix-blend-mode:overlay;-webkit-filter:blur(10px);filter:blur(10px)}.error-page-content{position:relative;z-index:2;text-align:center}.error-page-content h1{margin:16px 0 4px}.error-page-content p{margin:0 0 16px}.error-page-content form{width:100%;max-width:300px;margin:auto}.error-page-content input[type=search]{width:100%;background-color:hsla(0,0%,100%,.1);color:var(--color-light);font-size:16px;padding:10px 12px;border-radius:4px;transition:all .2s}.modal{position:fixed;z-index:1000;overflow:auto;display:flex;flex-direction:column;align-items:center;padding:40px}.modal,.modal-backdrop{top:0;left:0;right:0;bottom:0}.modal-backdrop{position:absolute;z-index:0;background:rgba(0,0,0,.6)}.modal-dialog{position:relative;z-index:1;background:var(--color-background);border-radius:6px;width:100%;max-width:640px;padding:40px;overflow:auto}.modal-dialog a{color:var(--color-brand);font-weight:700}.modal-dialog ol,.modal-dialog ul{padding-left:20px}.modal-dialog ol>li{margin:10px 0}.modal-close{position:absolute;top:20px;right:20px;fill:var(--color-text-light);cursor:pointer}@media (max-width:720px){.modal{padding:0}.modal-dialog{padding:40px 20px;border-radius:0;height:100%}}@media (pointer:coarse) and (max-width:720px){.modal{justify-content:flex-end;font-size:.8em}.modal-dialog{padding:52px 20px 20px;height:auto}}