@charset "UTF-8";.blog-post-detail .article-tags .tag-link,.clipboard--bubble{transition:all .25s cubic-bezier(.104,.204,.492,1)}.blog-post-detail--navigation{transition:all .25s ease}.blog-post-detail--continue{isolation:isolate;border-radius:var(--block-border-radius, 16px)}.blog-post-detail--navigation--inner{padding:0 15px;max-width:1380px;margin-left:auto;margin-right:auto}@media only screen and (min-width:768px){.blog-post-detail--navigation--inner{padding:0 50px}}.blog-post-detail .article-tags .tag-link{display:inline-flex;white-space:nowrap;font-size:.8125rem;padding:5px 15px;height:31px;border-radius:var(--button-border-radius, 6px);align-items:center;font-weight:var(--font-body-medium-weight, 500);margin:0 2px 2px 0;line-height:1;background:rgba(var(--color-body-rgb),.05);color:rgba(var(--color-body-rgb),.8)}.blog-post-detail .article-tags .tag-link:hover,.blog-post-detail .article-tags .active.tag-link{color:#fff;background:var(--color-accent)}.blog-post-detail .post-meta-wrapper{font-size:.75rem;color:var(--color-body, #2c2d2e);margin-bottom:10px}.blog-post-detail .post-meta-wrapper aside{display:inline-flex;margin:0 10px 10px 0;position:relative;align-items:center;opacity:.7}.blog-post-detail .post-meta-wrapper aside:after{content:"\2014";display:inline-block;opacity:.7;margin-left:10px;opacity:.6}.blog-post-detail .post-meta-wrapper aside:last-child:after{content:none}.blog-post-detail .post-title{width:100%;max-width:800px;padding:30px;margin:0 auto;display:flex;flex-direction:column}@media only screen and (min-width:768px){.blog-post-detail .post-title{padding:50px;width:50%}}.blog-post-detail .post-title .share-article{margin-top:auto;margin-bottom:0}.blog-post-detail .post-title-wrapper{border-radius:var(--block-border-radius, 16px);background:var(--color-article-card-bg, #fff);display:flex;overflow:hidden;width:100%;margin-bottom:30px}@media only screen and (min-width:768px){.blog-post-detail .post-title-wrapper{margin-bottom:60px}}.blog-post-detail .post-title-wrapper--border-true{border:1px solid var(--color-border, #dadce0)}.blog-post-detail .post-title-wrapper--has-img-true{flex-direction:column-reverse}@media only screen and (min-width:768px){.blog-post-detail .post-title-wrapper--has-img-true{flex-direction:row;margin-bottom:60px}}.blog-post-detail .post-title-wrapper--has-img-true .post-title{margin:0}.blog-post-detail .post-title-wrapper--has-img-false{text-align:center;justify-content:center;min-height:380px;align-items:center}@media only screen and (min-width:768px){.blog-post-detail .post-title-wrapper--has-img-false{flex-direction:row;margin-bottom:60px}}.blog-post-detail .post-title-wrapper--has-img-false .post-title{margin:0}.blog-post-detail .post-title-wrapper--has-img-false .share-article{margin:20px auto 0}.blog-post-detail .featured-image{width:100%}@media only screen and (min-width:768px){.blog-post-detail .featured-image{width:50%}}.blog-post-detail .post-content{margin-bottom:30px}.blog-post-detail .post-content p+h1,.blog-post-detail .post-content p+h2,.blog-post-detail .post-content p+h3,.blog-post-detail .post-content p+h4,.blog-post-detail .post-content p+h5,.blog-post-detail .post-content p+h6{margin-top:40px}.blog-post-detail .post-content h1,.blog-post-detail .post-content h2,.blog-post-detail .post-content h3,.blog-post-detail .post-content h4,.blog-post-detail .post-content h5,.blog-post-detail .post-content h6{letter-spacing:-.01em;line-height:1.3;margin-bottom:.75em}.blog-post-detail .post-content h1{font-size:1.875rem}.blog-post-detail .post-content h2{font-size:1.625rem}.blog-post-detail .post-content h3{font-size:1.375rem}.blog-post-detail .post-content h4{font-size:1.1875rem}.blog-post-detail .post-content h5{font-size:1.0625rem}.blog-post-detail .post-content h6{font-size:1rem;text-transform:uppercase;letter-spacing:.06em}@media only screen and (min-width:768px){.blog-post-detail .post-content h1{font-size:2.25rem}.blog-post-detail .post-content h2{font-size:1.875rem}.blog-post-detail .post-content h3{font-size:1.5rem}.blog-post-detail .post-content h4{font-size:1.25rem}.blog-post-detail .post-content h5{font-size:1.125rem}.blog-post-detail .post-content h6{font-size:1rem}}.blog-post-detail .post-content table{text-align:center;border:1px solid var(--color-border, #dadce0);border-radius:8px;overflow:hidden;margin:30px 0}.blog-post-detail .post-content table th,.blog-post-detail .post-content table td{text-align:center;vertical-align:middle;border-left:0;border-right:0;border-color:var(--color-border, #dadce0)}.blog-post-detail .post-content table thead{background:rgba(var(--color-body-rgb),.05)}.blog-post-detail .post-content table thead th{font-size:.875rem;text-transform:uppercase;letter-spacing:.04em;padding:14px 15px;color:var(--color-heading, #1a1c1d)}.blog-post-detail .post-content table tbody tr:nth-child(2n){background:rgba(var(--color-body-rgb),.025)}.blog-post-detail .post-content table tbody tr:hover{background:rgba(var(--color-body-rgb),.06)}.blog-post-detail .post-content blockquote,.blog-post-detail .post-content .callout,.blog-post-detail .post-content .fact-box{position:relative;display:block;text-align:left;background:rgba(var(--color-body-rgb),.04);border-left:4px solid var(--color-accent, #FD6262);border-radius:10px;padding:22px 26px 22px 54px;margin:32px 0;color:var(--color-body, #2c2d2e)}.blog-post-detail .post-content blockquote:before,.blog-post-detail .post-content .callout:before,.blog-post-detail .post-content .fact-box:before{content:"\1f4a1";position:absolute;top:20px;left:20px;font-size:1.25rem;line-height:1}.blog-post-detail .post-content blockquote p,.blog-post-detail .post-content blockquote span,.blog-post-detail .post-content .callout p,.blog-post-detail .post-content .fact-box p{font-size:1rem;line-height:1.6;font-weight:400;color:var(--color-body, #2c2d2e);margin-bottom:.5rem}.blog-post-detail .post-content blockquote p:last-child,.blog-post-detail .post-content .callout p:last-child,.blog-post-detail .post-content .fact-box p:last-child{margin-bottom:0}.blog-post-detail .post-content blockquote strong:first-child,.blog-post-detail .post-content .callout strong:first-child,.blog-post-detail .post-content .fact-box strong:first-child{display:block;color:var(--color-heading, #1a1c1d);font-size:.875rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}@media only screen and (min-width:768px){.blog-post-detail .post-content blockquote,.blog-post-detail .post-content .callout,.blog-post-detail .post-content .fact-box{padding:26px 30px 26px 64px}.blog-post-detail .post-content blockquote:before,.blog-post-detail .post-content .callout:before,.blog-post-detail .post-content .fact-box:before{top:24px;left:24px;font-size:1.5rem}}.blog-post-detail .post-content ul,.blog-post-detail .post-content ol{margin:0 0 1.25rem 1.5rem}.blog-post-detail .post-content li{margin-bottom:.4rem;line-height:1.65}.blog-post-detail .post-content img{border-radius:10px;margin:20px 0}.blog-post-detail .article-tags{margin-bottom:45px}.blog-post-detail .article-tags .tag-link{margin-left:0}.blog-post-detail .share-article{text-align:left}.blog-post-detail--continue{background:var(--color-article-card-bg, #fff);display:flex;flex-direction:column-reverse;overflow:hidden;width:100%;margin-bottom:45px;padding:10px}.blog-post-detail--continue--border-true{border:1px solid var(--color-border, #dadce0)}.blog-post-detail--continue-image{flex-shrink:0;overflow:hidden;border-radius:calc(var(--block-border-radius, 16px) / 2);width:190px;margin-left:auto;display:none}.blog-post-detail--continue-image a{display:block;height:100%}@media only screen and (min-width:768px){.blog-post-detail--continue-image{display:block}}.blog-post-detail--continue-title{letter-spacing:-.02em;opacity:.6;margin-bottom:15px;font-weight:var(--font-body-medium-weight, 500);line-height:1}.blog-post-detail--continue h5{margin-bottom:20px}@media only screen and (min-width:768px){.blog-post-detail--continue h5{width:80%}}.blog-post-detail--continue-content{padding:20px;display:flex;flex-direction:column}.blog-post-detail--continue-content .text-button{margin-top:auto}@media only screen and (min-width:768px){.blog-post-detail--continue{flex-direction:row}}.blog-post-detail--navigation{background:var(--bg-body, #f5f5f5);display:grid;grid-gap:40px;height:40px;align-items:center;position:fixed;top:0;right:0;left:0;z-index:10;pointer-events:none;border-bottom:1px solid var(--color-border, #dadce0);transform:translateY(calc(-100% - 4px))}.header-sticky--active .blog-post-detail--navigation{top:calc(var(--header-height, 0px) + 0px)}.blog-post-detail--navigation.navigation--sticky{pointer-events:all;transform:translateY(-1px)}@media only screen and (min-width:768px){.blog-post-detail--navigation{height:50px}}.blog-post-detail--navigation--inner{width:100%;display:grid;align-items:center;grid-template-columns:1fr 1fr}.blog-post-detail--navigation--inner .share-article{margin-bottom:0;margin-left:auto}.blog-post-detail--navigation--inner .share-article a:last-child{margin-right:0}.blog-post-detail--navigation--title{font-size:.8125rem;font-weight:var(--font-body-medium-weight, 500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1}@media only screen and (min-width:768px){.blog-post-detail--navigation--title{font-size:.9375rem}}.blog-post-detail--navigation--title>div{overflow:hidden;text-overflow:ellipsis}.blog-post-detail--navigation--bar{display:block;height:4px;position:absolute;bottom:-4px;left:0;width:100%;transform:scaleX(0);background:var(--color-accent);transform-origin:left center}.share-article{font-size:.8125rem;line-height:1;margin-bottom:25px;display:flex;align-items:center}.share-article svg{height:16px;width:auto}.share-article svg path{fill:var(--color-body, #2c2d2e)}.share-article label{display:block;font-size:.8125rem;font-weight:var(--font-body-medium-weight, 500);margin-right:10px}.share-article .social{display:inline-flex;align-items:center;margin:0 2px;padding:0 5px;width:24px;height:24px;white-space:nowrap;color:var(--color-body, #2c2d2e)}.clipboard{position:relative}.clipboard--bubble{position:absolute;left:50%;bottom:calc(100% + 6px);transform:translate(-50%);background-color:var(--color-body, #2c2d2e);color:var(--bg-body, #f5f5f5);white-space:nowrap;font-size:.75rem;padding:3px 6px;border-radius:1px;opacity:0;pointer-events:none;line-height:1.25}.clipboard--bubble:after{content:"";width:0px;height:0px;border-style:solid;border-width:3px 2.5px 0 2.5px;border-color:var(--color-body, #2c2d2e) transparent transparent transparent;transform:translate(-2.5px);position:absolute;bottom:-3px;left:50%}.clipboard-success .clipboard--bubble{opacity:1}
/*# sourceMappingURL=/cdn/shop/t/35/assets/article.css.map */
