:root{--sans:"PP Fraktion Sans",sans-serif;--mono:"PP Fraktion Mono",monospace;--serif:"PP Editorial New",serif;--trueBlack:#000;--black:#141213;--white:#fcfcfc;--border:#e0e0e0;--white20:rgba(252,252,252,0.2);--orange:#ff9436;--orange20:rgba(255,148,54,0.2);--blackGrey:#5c5859;--whiteBorder:#e0e0e0;--blackBorder:#312c2e;--h1Scale:clamp(40px,10vw,76px);--h1ScaleLarge:clamp(40px,10vw,90px);--h1ScaleLargeSlow:clamp(48px,8vw,90px);--h2Scale:clamp(24px,6vw,60px);--h2ScaleLarge:clamp(48px,6vw,64px);--h2ScaleLargeSlow:clamp(38px,4.5vw,64px)}@font-face{font-family:PP Fraktion Sans;src:url(/fonts/subset-PPFraktionSans-Regular.woff2) format("woff2"),url(/fonts/subset-PPFraktionSans-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PP Fraktion Mono;src:url(/fonts/subset-PPFraktionMono-Bold.woff2) format("woff2"),url(/fonts/subset-PPFraktionMono-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:PP Fraktion Sans;src:url(/fonts/subset-PPFraktionSans-Bold.woff2) format("woff2"),url(/fonts/subset-PPFraktionSans-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:PP Editorial New;src:url(/fonts/subset-PPEditorialNew-Ultralight.woff2) format("woff2"),url(/fonts/subset-PPEditorialNew-Ultralight.woff) format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:PP Editorial New;src:url(/fonts/subset-PPEditorialNew-Regular.woff2) format("woff2"),url(/fonts/subset-PPEditorialNew-Regular.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:PP Fraktion Mono;src:url(/fonts/subset-PPFraktionMono-Regular.woff2) format("woff2"),url(/fonts/subset-PPFraktionMono-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-size:16px;font-weight:400;line-height:1.65;font-family:var(--sans);color:var(--black);background-color:var(--white);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.2;letter-spacing:-.03rem}a{text-decoration:none}li{list-style:none}button,input,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:rgba(0,0,0,0);outline:none;font-family:var(--sans);font-size:16px}input[type=email],input[type=password],input[type=search],input[type=text]{display:block;width:100%}a,button,input[type=checkbox],input[type=radio],input[type=submit],label{cursor:pointer}img,svg,video{display:block;max-width:100%;font-size:0}@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slideReverse{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.sr-only{display:none}.mix-blend-mode-darken{mix-blend-mode:darken}.mix-blend-mode-lighten{mix-blend-mode:lighten}.text-icon{display:inline-flex;background-color:var(--white);aspect-ratio:1/1;width:clamp(40px,12vw,100px);filter:drop-shadow(0 0 20px rgba(0,0,0,.1));vertical-align:middle;margin:-10px 10px 0;border-radius:8px;align-items:center;justify-content:center}.text-icon svg{max-width:65%}.rte{line-height:1.3}.rte>*+*{margin-top:24px}.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6{font-family:var(--serif)}.rte>*+h1,.rte>*+h2,.rte>*+h3,.rte>*+h4,.rte>*+h5,.rte>*+h6{margin-top:54px}.rte h1,.rte h2{font-size:36px}.rte h3{font-size:28px}.rte h4{font-size:24px}.rte h5{font-size:20px}.rte h6{font-size:18px}.rte img{max-width:100%}.rte li,.rte ul{font-size:18px;line-height:1.3}.rte ul li{list-style:disc}.rte ol li{list-style:decimal}.rte li{margin-left:18px}.rte li+li{margin-top:12px}.rte a:not(.simple-button){text-decoration:underline;transition:opacity .2s;color:var(--black)}.rte a:not(.simple-button):hover{text-decoration:none;opacity:.7}.rte strong{font-weight:600}.rte em{font-style:italic}.rte blockquote{padding:24px;border-radius:16px;background-color:var(--black);color:var(--white);text-align:center}.rte .simple-button{line-height:44px;border-radius:100px}.embla{overflow:hidden}.embla__container{display:flex}.embla__slide{flex:0 0 100%;min-width:0}.embla__dots{display:flex;justify-content:center;margin-top:1rem}.embla__dot{width:6px;height:6px;margin:0 6px;border-radius:50%;background-color:#000;border:none;opacity:.5;cursor:pointer;transition:opacity .2s}.embla__dot.is-selected{opacity:1}.width{width:calc(100% - 48px);max-width:1560px;margin:0 auto}.header{padding:24px 0;position:fixed;top:0;left:0;width:100%;z-index:100}.header__box{background-color:var(--black);max-width:600px;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;padding:12px;border-radius:16px;margin:0 auto}@media(min-width:600px){.header__box{padding:12px 32px}}.header__burger{height:14px;width:24px;position:relative}@media(min-width:600px){.header__burger{display:none}}.header__burger-bar{display:block;width:24px;height:2px;background-color:var(--white);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:opacity .2s,transform .2s}.header__burger-bar:first-of-type{margin-top:-6px}.header__burger-bar:last-of-type{margin-top:6px}.header.header--open .header__burger-bar:first-of-type{margin-top:0;transform:translate(-50%,-50%) rotate(45deg)}.header.header--open .header__burger-bar:nth-of-type(2){opacity:0}.header.header--open .header__burger-bar:last-of-type{margin-top:0;transform:translate(-50%,-50%) rotate(-45deg)}.header__logo{color:var(--white)}@media(min-width:600px){.header__logo{order:-1}}.header__nav{display:flex;flex-direction:column;gap:12px;font-size:18px;text-transform:uppercase;width:100%;font-family:var(--mono);align-items:center;max-height:0;overflow:hidden;transition:max-height .2s,padding .2s}@media(min-width:600px){.header__nav{flex:1 1;width:auto;flex-direction:row;justify-content:center;gap:20px;padding:0;max-height:none;font-size:14px}}.header__nav a{color:var(--white)}.header.header--open .header__nav{max-height:160px;padding-top:12px;padding-bottom:32px}.header__cart{width:24px;display:flex;align-items:center;justify-content:flex-end;color:var(--white);text-transform:uppercase;font-size:14px}@media(min-width:600px){.header__cart{width:70px}}.header__cart-text{display:none}@media(min-width:600px){.header__cart-text{display:inline}}.header__cart-count{color:var(--black);background:var(--white);display:flex;align-items:center;justify-content:center;line-height:1;min-width:24px;height:24px;padding:0 5px;margin-left:8px;border-radius:4px}.header__bag{width:calc(100% + 24px);color:var(--white);max-height:0;overflow:hidden;transition:max-height .2s;overflow:auto;margin:0 -12px;padding:0 12px;scrollbar-width:none;-ms-overflow-style:none}.header__bag::-webkit-scrollbar{display:none}@media(min-width:600px){.header__bag{width:calc(100% + 64px);margin:0 -32px;padding:0 32px}}.header__bag-inner{padding:12px 0}.header__bag-empty{text-align:center;font-family:var(--serif);padding-top:24px}.header__shop{margin-top:24px}.header__subtotal{padding-top:24px;display:flex;align-items:center;justify-content:space-between;font-family:var(--serif);font-size:32px;line-height:1}.header__shipping{font-size:14px;margin:12px 0 24px}.bag-item{display:flex;gap:24px;padding:24px 0;border-bottom:1px solid var(--blackBorder)}.bag-item__image{width:64px}@media(min-width:600px){.bag-item__image{width:80px}}.bag-item__image img{width:64px;height:64px;object-fit:cover}@media(min-width:600px){.bag-item__image img{width:80px;height:80px}}.bag-item__main{line-height:1;flex:1 1}.bag-item__main h3{font-family:var(--serif);font-size:18px}@media(min-width:600px){.bag-item__main h3{font-size:20px}}.bag-item__main span{font-size:14px;margin-top:8px;display:block}.bag-item__right{display:flex;flex-direction:column;justify-content:space-between;text-align:right}.bag-item__right h4{font-family:var(--serif);font-size:18px}@media(min-width:600px){.bag-item__right h4{font-size:20px}}.bag-item__right button{color:var(--white);font-size:14px;text-decoration:underline}.footer{background-color:var(--black);color:var(--white)}.footer--has-space{padding-bottom:250px}@media(min-width:960px){.footer--has-space{padding-bottom:0}}.footer .width{border-top:1px solid var(--blackBorder);padding:32px 0}@media(min-width:960px){.footer .width{padding:80px 0}}.footer__nav{display:flex;text-transform:uppercase;margin:64px 0;justify-content:space-between;flex-wrap:wrap}@media(min-width:600px){.footer__nav{gap:80px;justify-content:flex-start}}.footer__nav ul{min-width:35%}@media(min-width:600px){.footer__nav ul{min-width:0}}.footer__nav a{color:var(--white)}.footer__social{display:inline-flex;align-items:center;gap:24px;margin-left:auto;align-self:flex-start;width:100%;margin-top:48px}@media(min-width:600px){.footer__social{width:auto;margin-top:0}}.footer__bottom{display:flex;flex-direction:column;justify-content:space-between;color:var(--blackGrey);gap:24px}@media(min-width:600px){.footer__bottom{align-items:flex-end;flex-direction:row;gap:80px}}.footer__bottom svg{flex:1 1;max-width:500px;width:100%;color:var(--white)}@media(min-width:960px){.footer__bottom svg{width:500px}}.button{display:inline-flex;text-align:center;align-items:center;justify-content:center;gap:8px;font-size:16px;line-height:44px;padding:0 24px;transition:opacity .2s}@media(min-width:600px){.button{padding:0 32px;font-size:18px;line-height:52px}}.button:disabled{opacity:.5;pointer-events:none}.button:hover{opacity:.7}.button--full-width{display:flex;width:100%}.button--semi-large{line-height:52px;font-size:20px}@media(min-width:600px){.button--semi-large{line-height:60px;font-size:24px}}.button--large{line-height:48px;font-size:16px}@media(min-width:600px){.button--large{line-height:64px;font-size:24px}}.button--black{background-color:var(--black);color:var(--white)}.button--grey{background-color:#e8e8e8;color:var(--black)}.button--white{background-color:var(--white);color:var(--black)}.button--rounded{border-radius:100px}.button--serif{font-family:var(--serif);font-weight:700}.button--mono{font-family:var(--mono)}.badge{display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border-radius:40px;line-height:32px;text-transform:uppercase;font-size:12px;font-weight:700}@media(min-width:960px){.badge{font-size:14px;padding:0 16px}}.badge--orange{background-color:var(--orange20);color:var(--orange)}.window{box-shadow:3px 3px 0 0 #241f21}.window__inner{background-color:#f4f1ec;padding-left:8px;padding-right:8px;padding-bottom:8px}.window__body,.window__inner{border:1px solid var(--black)}.window__body{padding:16px;background-color:var(--white)}.window-header{display:flex;align-items:center;padding-top:10px;padding-bottom:10px;padding-right:6px}.window-header__icon{margin-top:1px}.window-header__title{margin-right:12px;margin-left:12px;font-size:small;font-weight:700;text-transform:uppercase;font-family:var(--mono)}.window-header__bars{flex:1 1}.window-header__bar{height:1px;width:100%;background-color:var(--black)}.window-header__bar+.window-header__bar{margin-top:2px}.fields,.form{display:flex;flex-direction:column;gap:12px}@media(min-width:500px){.fields{flex-direction:row}}.fields .field{flex:1 1}.field--checkbox{display:flex;align-items:center;gap:12px}.field label{font-size:14px;font-family:var(--mono)}.field input,.field select,.field textarea{border-radius:0;height:48px;line-height:48px;padding-left:18px;padding-right:18px;color:var(--black);width:100%;border:1px solid var(--Burner-OS-Soft-Grey,#5c5859);background:var(--Burner-OS-Light,#fcfcfc);box-shadow:inset 2px 2px 0 0 rgba(36,31,33,.2)}.field textarea{height:100px;padding:18px;line-height:1.3}.field input[type=date],.field select{line-height:1}.field input[type=checkbox]{width:16px;height:16px;padding:0;background-repeat:no-repeat;background-position:top 1px left 1px;background-size:13px}.field input[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23000'%3E%3Cpath d='M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z'/%3E%3C/svg%3E")}.field select{background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0h2v2H8V0ZM6 4h2V2H6v2ZM4 6h2V4H4v2ZM2 4h2V2H2v2ZM0 2h2V0H0v2Z' fill='%23241F21'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;background-size:8px}.blog-item{padding:24px;display:flex;flex-direction:column;gap:24px;border-bottom:1px solid var(--black);margin-bottom:-1px}.blog-item:nth-of-type(odd){border-right:1px solid var(--black)}.blog-item__image{width:100%;position:relative;padding-bottom:50%;background-color:rgba(0,0,0,.1)}.blog-item__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;font-size:0}.blog-item__meta{display:inline-flex;gap:12px}.blog-item__category{background-color:var(--black);color:var(--white);text-transform:uppercase;font-size:12px;padding:2px 10px;border-radius:20px}.blog-item__date{font-size:14px}.blog-item__title{font-size:32px;font-family:var(--serif);margin-top:10px;line-height:1.2}.blog-item__title a{color:var(--black)}.bitcoin-hero{background:var(--black);color:var(--white);overflow:hidden}.bitcoin-hero__image{object-fit:cover;mix-blend-mode:plus-lighter;width:1000px;position:relative;left:50%;transform:translateX(-50%);max-width:none;margin:-200px auto 0;aspect-ratio:1/1}@media(min-width:960px){.bitcoin-hero__image{width:1400px;margin:-300px auto 0}}@media(min-width:1400px){.bitcoin-hero__image{margin:-300px auto 0;position:static;transform:none}}.bitcoin-buy{margin-top:-60px;position:relative;z-index:2;background-color:var(--black);color:var(--white);margin-bottom:-80px}@media(min-width:960px){.bitcoin-buy{margin-top:0;padding-top:60px}}.bitcoin-buy__heading{font-family:var(--serif);font-size:clamp(50px,10vw,96px);margin:0 auto;text-align:center;font-weight:400;max-width:1200px}.bitcoin-buy__heading img{display:inline-block;vertical-align:middle;background-color:var(--white);width:clamp(50px,10vw,100px);border-radius:4px;margin-top:-6px}.bitcoin-buy__heading strong{position:relative;font-weight:400}.bitcoin-buy__heading strong:after{height:2px;width:100%;top:90%;content:"";position:absolute;left:0;background-color:var(--white)}.bitcoin-buy__phone{margin:80px auto;width:460px;max-width:80%}.bitcoin-buy__blocks{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:10px;gap:10px;max-width:880px;margin:0 auto;padding-top:40px}@media(min-width:600px){.bitcoin-buy__blocks{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.bitcoin-buy__blocks{padding-top:80px}}.bitcoin-block{border-radius:16px;padding:48px 48px 0;border:1px solid #3a374b;background:linear-gradient(180deg,rgba(20,18,19,.9),rgba(27,25,41,.9));display:flex;flex-direction:column;justify-content:space-between}@media(min-width:960px){.bitcoin-block{height:450px}}.bitcoin-block__text{text-align:center}.bitcoin-block__text h2{color:var(--orange);font-family:var(--serif);font-size:24px;margin-bottom:8px}@media(min-width:960px){.bitcoin-block__text h2{font-size:32px;margin-bottom:12px}}.bitcoin-block__text p{margin:0 auto 32px}@media(min-width:960px){.bitcoin-block__text p{font-size:20px;height:120px;margin-bottom:0}}.bitcoin-block img{margin:0 auto;width:100%}.bitcoin-block--gift img,.bitcoin-block--tap img{max-width:350px}.bitcoin-block--easy img{max-width:210px}.bitcoin-block--how img{max-width:188px}.bitcoin-marquee{overflow:hidden;padding:60px 0}@media(min-width:960px){.bitcoin-marquee{padding:80px 0}}.bitcoin-marquee__slides{white-space:nowrap;max-width:none}.bitcoin-marquee__slide{max-width:none;display:inline-block;animation:slide 35s linear infinite}@media(min-width:960px){.bitcoin-marquee__slide{animation:slide 25s linear infinite}}.bitcoin-marquee__segment{display:inline-block;align-items:center;font-size:32px;line-height:48px;vertical-align:middle;font-family:var(--serif);margin-right:32px;max-width:none}@media(min-width:960px){.bitcoin-marquee__segment{font-size:64px;line-height:80px;margin-right:64px}}.bitcoin-marquee img,.bitcoin-marquee svg{border-radius:5px;margin-right:24px;display:inline-block;max-width:none;vertical-align:middle;margin-top:-6px}@media(min-width:960px){.bitcoin-marquee img,.bitcoin-marquee svg{border-radius:8px;margin-right:32px}}.bitcoin-quotes{padding:120px 0;background-color:#ede8e3;background-image:linear-gradient(rgba(255,255,255,0),#ede8e3 80%),url(/images/bitcoin/bitcoin-pattern.png);background-repeat:repeat-x;background-size:auto 140px;overflow:hidden}@media(min-width:960px){.bitcoin-quotes{padding:200px 0;background-size:auto 200px}}.bitcoin-quote{text-align:center;margin:0 auto}.bitcoin-quote h2{font-family:var(--serif);display:inline-flex;align-items:center;font-size:56px;font-size:var(--h2Scale)}.bitcoin-quote h2 img{display:inline-flex;border-radius:50%;width:clamp(40px,10vw,80px);margin:0 12px}.bitcoin-quote blockquote{font-size:var(--h1Scale);font-family:var(--serif);line-height:1.3;margin:24px auto 32px;max-width:900px;text-wrap:balance}.bitcoin-quote blockquote a{color:var(--black);text-decoration:underline;text-wrap:balance}.bitcoin-quote__next{box-shadow:inset -1px -1px 0 0 rgba(0,0,0,.3),inset 1px 1px 0 0 #fcfcfc;background-color:#f4f1ec;padding:12px;vertical-align:middle}.bitcoin-quote__next--mobile{display:block;margin:24px auto}@media(min-width:960px){.bitcoin-quote__next--mobile{display:none}}.bitcoin-quote__next--desktop{display:none}@media(min-width:960px){.bitcoin-quote__next--desktop{display:inline-block;margin:4px 0 0 24px}}.faqs{background-color:var(--black);color:var(--white);background-image:url(/images/faq-gradient.svg);background-repeat:repeat-x;padding:100px 0}.faqs__flex{display:flex;flex-direction:column;gap:32px}@media(min-width:960px){.faqs__flex{flex-direction:row;gap:80px}}.faqs__left h2{max-width:364px;font-family:var(--serif);font-size:var(--h2ScaleLarge)}.faqs__right{flex:1 1}.faq-question+.faq-question{margin-top:48px}.faq-question__question{display:flex;justify-content:space-between;gap:24px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq-question__question h3{font-size:26px;font-family:var(--serif)}.faq-question__question svg{transition:transform .2s}.faq-question--active .faq-question__question svg{transform:rotate(180deg)}.faq-question__answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-question__answer-inner{padding:32px 0;font-size:16px}@media(min-width:960px){.faq-question__answer-inner{font-size:20px}}.faq-question__answer-inner a{color:var(--white);text-decoration:underline;transition:opacity .2s}.faq-question__answer-inner a:hover{opacity:.7}.home-hero{position:relative;overflow:hidden;padding-top:140px;height:800px}@media(min-width:960px){.home-hero{padding-top:200px;height:900px}}.home-hero--btc{background-color:var(--trueBlack);color:var(--white)}.home-hero--eth{background-color:#ece7e1}.home-hero__text{position:relative;z-index:2;padding-bottom:360px}@media(min-width:960px){.home-hero__text{padding-bottom:200px}}.home-hero__text h1{font-family:var(--serif);font-size:var(--h1ScaleLarge);margin:16px 0 8px}.home-hero__text p{margin-bottom:32px}.home-hero--btc img{position:absolute;bottom:-15%;left:50%;transform:translateX(-50%);width:1000px;max-width:none}@media(min-width:960px){.home-hero--btc img{width:1500px;bottom:-7%;margin-left:300px}}@media(min-width:1100px){.home-hero--btc img{width:1700px;bottom:-12%}}.home-hero--eth img{position:absolute;bottom:-8%;left:50%;transform:translateX(-70%);width:700px;max-width:none}@media(min-width:960px){.home-hero--eth img{width:1000px;bottom:-7%;transform:translateX(-55%)}}@media(min-width:1100px){.home-hero--eth img{width:1100px;bottom:-9%}}.home-hero-wrap{position:relative}.home-hero-dots{bottom:24px;left:0;position:absolute;left:50%;transform:translateX(-50%)}.home-hero-dots__inner{display:inline-flex;background:#323232;padding:10px;border-radius:50px}.home-hero-dots__dot{width:8px;height:8px;background:#5b5b5b;opacity:1;transition:background-color .2s}.home-hero-dots__dot--active,.home-hero-dots__dot:hover{background-color:#fcfcfc}.home-about{padding:80px 0 20px;overflow:hidden}@media(min-width:960px){.home-about{padding:160px 0}}.home-about .width{max-width:1440px}.home-about__split{display:flex;flex-direction:column;gap:32px}@media(min-width:960px){.home-about__split{justify-content:space-between;flex-direction:row;gap:48px}.home-about__split--reverse{flex-direction:row-reverse}}.home-about__split+.home-about__split{margin-top:80px}@media(min-width:960px){.home-about__split+.home-about__split{margin-top:120px}.home-about__text{width:50%;max-width:600px}}.home-about__text h2{font-size:var(--h1ScaleLargeSlow);font-family:var(--serif)}.home-about__text p{font-size:18px;margin-top:24px;font-family:var(--serif)}@media(min-width:960px){.home-about__text p{font-size:20px}}.home-about__media{position:relative}@media(min-width:960px){.home-about__media{max-width:600px;flex:1 1}}.home-about__media video{border-radius:8px;cursor:pointer}.home-about__media img{margin-left:-80px;width:calc(100% + 30px);max-width:none}@media(min-width:960px){.home-about__media img{max-width:none;position:absolute;top:50%;transform:translateY(-50%);right:0;width:700px;width:calc(100% + 80px)}}@media(min-width:1340px){.home-about__media img{width:900px;top:0;transform:none}}.home-about__buttons{display:flex;gap:12px;margin-top:36px}@media(min-width:600px){.home-about__buttons{flex-direction:row;align-items:center;margin-top:48px}}.home-blocks__grid{display:grid;grid-gap:20px;gap:20px}@media(min-width:960px){.home-blocks__grid{grid-template-columns:repeat(2,1fr)}}.home-block{height:560px;display:block;position:relative;border-radius:8px;overflow:hidden;max-width:700px;width:100%;margin:0 auto}@media(min-width:500px){.home-block{height:700px}}@media(min-width:960px){.home-block{max-width:none}}@media(min-width:1100px){.home-block{height:700px}}@media(min-width:1340px){.home-block{height:900px}}.home-block--bitcoin{background-color:var(--trueBlack);color:var(--white)}.home-block--eth{background-color:#efe2d8;color:var(--black)}.home-block__text{padding:32px;position:relative;z-index:2;display:block}@media(min-width:1100px){.home-block__text{padding:48px}}@media(min-width:1340px){.home-block__text{padding:64px}}.home-block h2{font-family:var(--serif);font-size:var(--h2ScaleLargeSlow)}.home-block p{font-family:var(--serif);font-size:16px;margin-top:12px;margin-bottom:32px}@media(min-width:1100px){.home-block p{font-size:20px}}.home-block video{position:absolute;max-width:none;left:0;border-radius:8px}.home-block--bitcoin video{width:500px;top:60px;left:50%;transform:translateX(-50%)}@media(min-width:500px){.home-block--bitcoin video{width:700px;top:0}}@media(min-width:1100px){.home-block--bitcoin video{width:760px;top:40px}}.home-block--eth video{object-fit:cover;width:100%;bottom:0;height:100%}.home-design{background-color:#141213;background-image:linear-gradient(180deg,#141213,#353542);color:var(--white);padding:80px 0}@media(min-width:960px){.home-design{padding:150px 0}}.home-design-header{margin-bottom:32px}@media(min-width:960px){.home-design-header{text-align:center}}.home-design-header h2{font-size:var(--h1ScaleLarge);font-family:var(--serif);margin-bottom:10px}@media(min-width:600px){.home-design-header h2 br{display:none}}.home-design-header p{font-size:18px}.home-design-row{display:flex;flex-wrap:wrap;padding:32px 0;border-bottom:1px solid var(--white20);max-width:900px;margin:0 auto;column-gap:64px}@media(min-width:960px){.home-design-row{flex-wrap:nowrap;padding:50px 0;font-size:18px}}.home-design-row__left{width:100%;margin-bottom:16px}@media(min-width:960px){.home-design-row__left{margin-bottom:0;width:auto;flex:1 1}}.home-design-row__left h4{font-family:var(--serif);font-size:20px}@media(min-width:960px){.home-design-row__left h4{font-size:26px}}.home-design-row__middle,.home-design-row__right{flex:1 1}.home-design-row__middle h3,.home-design-row__right h3{font-family:var(--serif);font-size:24px}@media(min-width:960px){.home-design-row__middle h3,.home-design-row__right h3{font-size:36px}}.home-design-row__head-icon{height:120px}.home-easy{padding:80px 0}@media(min-width:960px){.home-easy{padding:180px 0}}.home-easy h2{font-size:var(--h1ScaleLarge);font-family:var(--serif);text-align:center;max-width:100%;margin:0 auto}@media(min-width:600px){.home-easy h2{max-width:85%}}@media(min-width:960px){.home-easy h2{max-width:1150px}}.home-easy img,.home-easy video{display:inline-block;vertical-align:middle;margin:0 5px}.home-easy video{width:clamp(40px,10vw,85px)}.home-easy img{width:clamp(75px,12vw,150px);border-radius:8px}.home-gift{padding-bottom:80px;color:var(--white);background:#353542;text-align:center}@media(min-width:960px){.home-gift{padding-top:50px;padding-bottom:200px}}@media(min-width:1100px){.home-gift{padding-top:100px;padding-bottom:250px}}.home-gift h2{font-family:var(--serif);font-size:var(--h1ScaleLarge)}.home-gift p{font-size:18px}.home-gift__buttons{display:flex;align-items:center;justify-content:center;flex-direction:column;margin-top:32px;gap:8px}@media(min-width:600px){.home-gift__buttons{flex-direction:row}}.eth-hero{position:relative}.eth-hero__clouds{min-height:600px;height:100vh;width:100%;object-fit:cover;object-position:center center}@media(min-width:960px){.eth-hero__clouds{min-height:800px}}.eth-hero__card{position:absolute;width:60%;max-width:300px;left:50%;top:40%;transform:translate(-50%,-50%);opacity:0}@media(min-width:960px){.eth-hero__card{top:50%;max-width:350px}}@media(min-width:1100px){.eth-hero__card{max-width:400px}}.eth-hero__card--active{opacity:1}.eth-give{position:relative}.eth-give:after{position:absolute;bottom:100%;left:0;width:100%;height:300px;content:"";background:linear-gradient(rgba(255,255,255,0),#ede8e3)}.eth-give__content{max-width:450px;margin:0 auto}.eth-give__content h1{font-family:var(--serif);font-size:var(--h1ScaleLarge)}.eth-give__content h1 img{width:clamp(40px,12vw,100px);filter:drop-shadow(0 0 20px rgba(0,0,0,.1));display:inline-block;vertical-align:middle;margin:-10px 10px 0;border-radius:8px}.eth-give__content img,.eth-give__content video{width:75%;max-width:460px;margin:0 auto}@media(min-width:960px){.eth-give__content img,.eth-give__content video{width:100%}}.eth-give__content p{font-size:18px;margin:24px 0;font-family:var(--serif)}@media(min-width:960px){.eth-give__content p{font-size:20px;margin:58px 0 32px}}.eth-about__columns{max-width:1340px;margin:0 auto;display:flex;flex-direction:column}@media(min-width:960px){.eth-about__columns{justify-content:space-between;gap:80px;flex-direction:row}}.eth-about__column+.eth-about__column{margin-top:80px}@media(min-width:960px){.eth-about__column+.eth-about__column{margin-top:300px}}.eth-about__column{max-width:600px}.eth-about__column h2{font-family:var(--serif);font-size:var(--h1ScaleLargeSlow)}.eth-about__column h2 img{width:clamp(40px,12vw,100px);filter:drop-shadow(0 0 20px rgba(0,0,0,.1));display:inline-block;vertical-align:middle;margin:-10px 10px 0;border-radius:8px}.eth-about__column p{font-size:18px;margin:24px 0 60px;font-family:var(--serif)}@media(min-width:960px){.eth-about__column p{font-size:20px}}.eth-about__cards{width:500px}.eth-about__phone{width:300px;margin:0 auto}.eth-about-slide:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100px;background:linear-gradient(rgba(255,255,255,0),#ede8e3)}.eth-tweets{background:linear-gradient(180deg,#ede8e3,#a8d7f2);padding:180px 0 0;overflow:hidden}.eth-tweets h2{text-align:center;font-family:var(--serif);font-size:var(--h1ScaleLarge);max-width:940px;margin:0 auto 60px}.eth-tweets h2 img{width:clamp(40px,12vw,100px);filter:drop-shadow(0 0 20px rgba(0,0,0,.1));display:inline-block;vertical-align:middle;margin:-10px 10px 0;border-radius:8px}.eth-tweets__slides{white-space:nowrap;display:inline-flex}.eth-tweets__slide{display:inline-flex;animation:slideReverse 65s linear infinite}.eth-tweet{display:flex;flex-direction:column;background-color:var(--white);border-radius:30px;width:300px;padding:20px;white-space:normal;margin-right:20px}@media(min-width:960px){.eth-tweet{width:350px}}.eth-tweet__media{max-width:200px;border-radius:8px;margin-bottom:20px;aspect-ratio:200/150}.eth-tweet__text{font-family:var(--serif);font-size:18px;margin-bottom:40px}@media(min-width:960px){.eth-tweet__text{font-size:24px;margin-bottom:80px}}.eth-tweet__person{margin-top:auto;display:flex;align-items:center;gap:16px}.eth-tweet__person img{width:40px;border-radius:50%;aspect-ratio:1/1}.eth-tweet__person span{font-weight:700}.buy-block{position:fixed;bottom:0;left:0;width:100%;z-index:5;background-color:var(--white);color:var(--black);padding-bottom:16px}@media(min-width:960px){.buy-block{position:absolute;width:350px;left:auto;right:24px;bottom:24px;border-radius:16px;display:flex;flex-direction:column;padding-bottom:0}}.buy-block__info{display:flex;justify-content:space-between;padding:16px;align-items:center;order:-1;line-height:1}@media(min-width:960px){.buy-block__info{padding:20px 20px 32px}}.buy-block__info-left{display:flex;align-items:center;gap:12px;flex:1 1;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.buy-block__info-left svg{transform:rotate(180deg);transition:transform .2s}@media(min-width:960px){.buy-block__info-left svg{display:none}}.buy-block.buy-block--colors-active .buy-block__info-left svg{transform:none}.buy-block__info-dot{width:24px;height:24px;border-radius:50%;display:block;border-style:solid;background-color:var(--white);border-width:8px}@media(min-width:960px){.buy-block__info-dot{display:none}}.buy-block__title{font-family:var(--serif);font-size:24px;line-height:1}@media(min-width:960px){.buy-block__title{font-size:36px}}.buy-block__prices{display:flex;gap:8px;font-size:24px;font-family:var(--serif)}@media(min-width:960px){.buy-block__prices{font-size:36px}}.buy-block__prices span{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.buy-block__prices span:first-of-type{text-decoration:line-through;opacity:.5}.buy-block__colors{border-bottom:1px solid var(--whiteBorder);max-height:0;overflow:hidden;transition:max-height .2s}@media(min-width:960px){.buy-block__colors{max-height:none;border:none;padding-bottom:32px}}.buy-block.buy-block--colors-active .buy-block__colors{max-height:86px}.buy-block__colors-inner{padding:16px}@media(min-width:960px){.buy-block__colors-inner{padding:0 20px}}.buy-block__colors-label{display:none}@media(min-width:960px){.buy-block__colors-label{display:block;text-transform:uppercase;font-size:12px;font-weight:700;margin-bottom:14px}}.buy-block__radios{display:flex;justify-content:space-between;gap:8px;margin-bottom:8px;transition:opacity .2s}.buy-block__radios--desaturate{opacity:.65}.buy-block__radio{cursor:pointer;display:inline-flex;align-items:center}.buy-block__radio input{display:none}.buy-block__radio .buy-block__dot{width:24px;height:24px;border-radius:50%;display:block;border-width:12px;border-style:solid;background-color:var(--white)}.buy-block__radio .buy-block__dot:hover,.buy-block__radio input:checked+.buy-block__dot{border-width:8px}.buy-block__radios--desaturate .buy-block__radio .buy-block__dot{border-width:12px!important}.buy-block__checkbox{display:flex;align-items:center;gap:8px;font-weight:700;font-size:12px;margin-top:12px}.buy-block__checkbox input{width:16px;height:16px;margin-top:2px;border:1px solid var(--Burner-OS-Dark,#241f21);background-color:var(--white);box-shadow:inset 2px 2px 0 0 rgba(36,31,33,.2);background-position:50%;background-repeat:no-repeat}.buy-block__checkbox input:checked{background-size:10px;background-image:url("data:image/svg+xml, %3Csvg width='17' viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M8.66797 10H6.66797V8H8.66797V10ZM2.66797 8V10H4.66797V8H2.66797ZM6.66797 10H4.66797V12H6.66797V10ZM12.668 4H10.668V6H12.668V4ZM0.667969 6V8H2.66797V6H0.667969ZM10.668 6H8.66797V8H10.668V6Z' fill='%23141213' /%3E%3Cpath d='M12.668 2H14.668V4H12.668V2Z' fill='%23141213' /%3E%3Cpath d='M14.668 0H16.668V2H14.668V0Z' fill='%23141213' /%3E%3C/svg%3E")}.buy-block__middle{margin-top:-24px;padding:0 16px 12px}.buy-block__footer{display:flex;align-items:center;gap:12px;padding:0 16px}.buy-block--bitcoin .buy-block__footer{padding-bottom:16px}@media(min-width:960px){.buy-block--bitcoin .buy-block__footer{padding-bottom:20px}}.buy-block__select{height:50px;cursor:pointer;padding:0 48px 0 24px;background:#e0e0e0;border-radius:50px;color:var(--black);background-repeat:no-repeat;background-position:right 24px center;background-image:url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.0008 4V2H6.0008V0H4.0008V2H2.0008V4H0.000795432V6H10.0008V4H8.0008Z' fill='%23241F21'/%3E%3Cpath d='M2 10L2 12H4V14L6 14L6 12H8V10H10V8L1.74845e-07 8L0 10H2Z' fill='%23241F21'/%3E%3C/svg%3E%0A")}@media(min-width:960px){.buy-block__select{height:60px}}.buy-block__add{flex:1 1;height:50px;font-size:16px;background-color:var(--black);color:var(--white);border-radius:50px;display:flex;justify-content:space-between;align-items:center;padding:0 24px}@media(min-width:960px){.buy-block__add{height:60px}}.buy-block__add-price{font-family:var(--mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@media(min-width:960px){.buy-block__add-price{font-size:18px}}.buy-block__add-add{font-family:var(--serif);font-weight:700;font-size:18px}@media(min-width:960px){.buy-block__add-add{font-size:24px}}.buy-block__looking{text-align:center;font-family:var(--mono);font-size:12px;text-transform:uppercase;font-weight:700;padding:16px 0 0;display:none}@media(min-width:960px){.buy-block__looking{padding:20px;display:block}}.buy-block__looking a{color:var(--blackGrey)}.usd2-wrapper{position:relative;max-width:100vw;overflow:hidden;padding-top:140px}.usd2-gradient{width:140%;height:1600px;background:radial-gradient(107.53% 112.35% at 50% -9.45%,#0a080f 39.5%,#4c02ab 70%,#ede8e3 100%);filter:blur(5rem);position:absolute;top:-15%;left:-20%;z-index:-1}@media(min-width:960px){.usd2-gradient{top:-10%}}.usd2-hero{text-align:center;color:var(--white)}.usd2-hero__coin{width:140px;mix-blend-mode:exclusion;margin:0 auto}@media(min-width:960px){.usd2-hero__coin{width:200px}}.usd2-hero h1{max-width:210px;margin:24px auto 0}@media(min-width:960px){.usd2-hero h1{max-width:340px}}.usd2-hero h2{font-family:var(--serif);font-weight:300;font-size:24px;margin-top:24px}@media(min-width:960px){.usd2-hero h2{font-size:34px}}.usd2-hero__phone{width:100%;max-width:800px;margin:-10% auto 0}@media(min-width:960px){.usd2-hero__phone{margin:-80px auto 0}}.usd2-features h2{font-size:56px;font-family:var(--serif);text-align:center;font-weight:300;letter-spacing:-2.88px;line-height:1;margin-bottom:60px}@media(min-width:960px){.usd2-features h2{font-size:96px}}.usd2-features__blocks{display:grid;grid-gap:48px;gap:48px;max-width:500px;margin:0 auto}@media(min-width:960px){.usd2-features__blocks{grid-template-columns:repeat(3,1fr);max-width:none}}.usd2-features__block img{margin-bottom:32px}.usd2-features__block p{font-family:var(--serif);font-size:20px}.usd2-features__block p small{font-size:16px;font-style:italic}.usd2-features__block p+p{margin-top:24px}.usd2-onramp{text-align:center;margin:40px 0 0}@media(min-width:960px){.usd2-onramp{margin:40px 0}}.usd2-onramp__box{overflow:hidden;background-color:#1a1719;color:var(--white);margin:0 -24px;padding:0 24px 150px}@media(min-width:960px){.usd2-onramp__box{margin:0;border-radius:24px}}.usd2-onramp h2,.usd2-onramp p{max-width:600px;margin:0 auto}.usd2-onramp h2{font-size:56px;font-family:var(--serif);color:var(--white);margin:0 auto}@media(min-width:960px){.usd2-onramp h2{font-size:92px}}.usd2-onramp__note{text-transform:uppercase;font-weight:700;border:1px solid var(--white);display:inline-block;margin:40px 0;border-radius:12px;padding:12px 20px;font-size:18px}.usd2-onramp p{font-size:18px}.usd2-onramp p+p{margin-top:24px}.usd2-onramp__divider{width:2px;height:100px;background:var(--white);opacity:.2;margin:48px auto}.usd2-onramp__button{color:var(--white);font-size:24px;position:relative;padding:26px 44px;font-family:var(--mono)}@media(min-width:960px){.usd2-onramp__button{font-size:32px}}.usd2-onramp__button:hover{background-color:var(--white);color:var(--black)}.usd2-onramp__button:after,.usd2-onramp__button:before{position:absolute;content:"";left:0;width:100%;height:100%}.usd2-onramp__button:before{border-top:3px solid var(--white);border-bottom:3px solid var(--white);top:-3px;left:0}.usd2-onramp__button:after{top:0;left:-3px;border-left:3px solid var(--white);border-right:3px solid var(--white)}.blog-header{text-align:center;padding-top:160px;padding-bottom:70px}.blog-header h1{font-size:64px;line-height:1;margin-bottom:10px;font-family:var(--serif)}.blog-header p{font-size:1.8rem}.blog-grid{display:block;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--black);border-bottom:1px solid var(--black)}@media(min-width:960px){.blog-grid{display:grid}}.blog-pagination{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:2rem 2.4rem;border-bottom:1px solid var(--black)}.blog-pagination__next{margin-left:auto}.single{padding:0 24px}.single__header{text-align:center;padding-top:160px;padding-bottom:30px;max-width:1140px;margin:0 auto}.single__header h1{font-size:48px;line-height:1;font-family:var(--serif)}@media(min-width:960px){.single__header h1{font-size:64px}}.single__header a{color:var(--black);text-align:underline;display:inline-block;text-decoration:underline;margin-top:12px;transition:opacity .2s}.single__header a:hover{opacity:.7}.single__image-wrap{max-width:1140px;margin:0 auto}.single__image{width:100%;position:relative;padding-bottom:50%;background-color:rgba(0,0,0,.1)}.single__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.single__main{max-width:750px;margin:0 auto;padding:60px 0}.single__meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.single__meta-left{display:inline-flex;align-items:center;gap:12px}.single__category{padding:0 16px}.single__category,.single__link{background-color:var(--black);color:var(--white);text-transform:uppercase;font-size:12px;line-height:30px;border-radius:20px}.single__link{padding:0 20px;height:30px;display:inline-flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:opacity .2s}.single__link:hover{opacity:.8}.single__link .hidden{display:none}.single__link img{width:12px}.single__date{font-size:14px}.single-upsell{max-width:1140px;margin:0 auto;position:relative;display:block}.single-upsell__text{position:absolute;top:12%;left:5%}@media(min-width:700px){.single-upsell__text{top:50%;left:20px;transform:translateY(-50%)}}@media(min-width:1040px){.single-upsell__text{left:40px}}.single-upsell img{display:block;width:100%;height:350px;object-fit:cover;object-position:left -60px bottom 0}@media(min-width:600px){.single-upsell img{object-position:left bottom}}@media(min-width:700px){.single-upsell img{font-size:64px;height:auto;object-position:center center}}@media(min-width:960px){.single-upsell img{font-size:64px}}.single-upsell h2{font-size:40px;color:var(--white);font-family:var(--serif)}@media(min-width:1024px){.single-upsell h2{font-size:50px}}.single-upsell__button{background-color:var(--white);color:var(--black);font-size:18px;border-radius:18px;padding:0 24px;font-weight:700;display:inline-block;margin-top:30px;line-height:44px}@media(min-width:960px){.single-upsell__button{margin-top:50px}}.single-next{margin:60px -24px 0}.single-next__header{display:flex;align-items:center;justify-content:space-between;padding:0 24px 24px}.single-next__header h2{font-family:var(--serif);font-size:32px}.single-next__header a{color:var(--black);text-decoration:underline;transition:opacity .2s;margin:0;display:none}@media(min-width:700px){.single-next__header a{display:block}}.single-next__header a:hover{opacity:.7}.single-next__grid{display:block;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--black);border-bottom:1px solid var(--black)}@media(min-width:960px){.single-next__grid{display:grid}}.bitcoin-gradient-bg{color:var(--white);background-color:var(--black);background-image:linear-gradient(var(--black),#564e4f)}.eth-page{background-color:#ede8e3}.eth-marquee{background-color:#a8d7f2}.basic-page{padding-top:120px;padding-bottom:80px}@media(min-width:960px){.basic-page{padding-top:160px}}.basic-page__content,.basic-page__title{max-width:740px;margin:0 auto}.basic-page__title{text-align:center;font-family:var(--serif);font-size:48px;margin-bottom:32px}@media(min-width:960px){.basic-page__title{font-size:64px}}.partnerships-top{max-width:670px;margin:140px auto 0;text-align:center}@media(min-width:960px){.partnerships-top{margin-top:200px}}.partnerships-top h1{font-family:var(--serif);font-size:var(--h1ScaleLargeSlow)}.partnerships-top p{font-family:var(--serif);font-size:18px;max-width:450px;margin:20px auto 32px}@media(min-width:960px){.partnerships-top p{font-size:20px}}.partnerships-top img{max-width:240px;margin:60px auto 0}.partnerships-see{text-align:center;margin-top:140px}.partnerships-see h2{font-size:48px;font-family:var(--serif)}.partnerships-see h2+p{max-width:500px;margin:8px auto 0}.partnerships-see__grid{display:grid;grid-gap:20px;gap:20px;max-width:800px;margin:48px auto}@media(min-width:740px){.partnerships-see__grid{grid-template-columns:repeat(2,1fr)}}.partnerships-see-item{border-radius:16px;overflow:hidden}.partnerships-see-item__bottom{padding:40px 20px;color:var(--white);background:linear-gradient(180deg,rgba(20,18,19,.9),rgba(27,25,41,.9));border-bottom-left-radius:16px;border-bottom-right-radius:16px}.partnerships-see-item__bottom h3{font-size:32px;font-family:var(--serif);margin-bottom:10px}.partnerships-see-item__bottom p{font-size:18px;max-width:320px;margin:0 auto}@media(min-width:960px){.partnerships-see-item__bottom p{font-size:20px}}.partnerships-see-item img,.partnerships-see-item video{border-top-left-radius:16px;border-top-right-radius:16px}.partnerships-contact{max-width:640px;margin:140px auto}.partnerships-contact h2{font-size:48px;font-family:var(--serif);text-align:center;margin-bottom:36px}.partnerships-contact__p{margin-bottom:16px}.partnerships-form>*+*{margin-top:12px}.partnerships-form__row{display:flex;flex-direction:column;gap:12px}@media(min-width:740px){.partnerships-form__row{flex-direction:row}}.partnerships-form__row .field{flex:1 1}.partnerships-form__success-message{font-size:12px;text-align:center;margin-top:12px;opacity:.7}