.help-center{position:relative}.help-center__container{display:grid;grid-template-columns:1fr;gap:2rem}@media screen and (min-width:990px){.help-center__container{grid-template-columns:30rem 1fr;gap:4rem}}.help-center__sidebar{border-radius:.8rem}@media screen and (min-width:990px){.help-center__sidebar{position:sticky;top:2rem;align-self:start;max-height:calc(100vh - 4rem);overflow-y:auto;display:flex;flex-direction:column;width:fit-content;background:#fff;border-radius:14px;filter:drop-shadow(2px 2px 8px rgba(0,0,0,.15))}}.help-center__sidebar-title{font-size:2rem;font-weight:600;line-height:1.2;color:#fff;background:#000;padding:14px;text-align:center;font-family:var(--font-family-secondary)}@media screen and (min-width:750px){.help-center__sidebar-title{font-size:2.4rem}}.help-center__nav{width:100%;padding:2.4rem}.help-center__nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.help-center__nav-item{margin:0}.help-center__nav-link{width:100%;padding:1.2rem 1.6rem;text-align:left;background:transparent;border:none;border-radius:.4rem;font-size:1.4rem;font-weight:400;color:rgba(var(--color-foreground),.75);cursor:pointer;transition:all .2s ease;display:block;text-decoration:none;font-family:inherit;line-height:1.5}.help-center__nav-link:hover{background-color:rgba(var(--color-foreground),.05);color:rgb(var(--color-foreground))}.help-center__nav-link--active,.help-center__nav-link--active:hover{background-color:rgb(var(--color-foreground));color:#fff;font-weight:500}.help-center__nav-link:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.2rem}.help-center__content{min-height:20rem}.help-center__content-panel{display:none;animation:fadeIn .3s ease-in}.help-center__content-panel--active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.help-center__content-title{font-size:2.4rem;font-weight:600;margin:0 0 1.6rem;line-height:1.2;color:rgb(var(--color-foreground));font-family:var(--font-family-secondary)}@media screen and (min-width:750px){.help-center__content-title{font-size:3.2rem}}.help-center__content-subtitle{font-size:2rem;font-weight:500;margin:0 0 1.6rem;line-height:1.3;color:rgb(var(--color-foreground))}@media screen and (min-width:750px){.help-center__content-subtitle{font-size:2.4rem}}.help-center__content-text{font-size:1.4rem;line-height:1.6;color:var(--c-gray-4);margin-top:2.4rem;font-family:var(--font-family-primary)}.help-center__content-text p{margin:0 0 1.6rem}.help-center__content-text p:last-child{margin-bottom:0}.help-center__content-text h1,.help-center__content-text h2,.help-center__content-text h3,.help-center__content-text h4,.help-center__content-text h5,.help-center__content-text h6{margin-top:2.4rem;margin-bottom:1.2rem;color:rgb(var(--color-foreground))}.help-center__content-text h1:first-child,.help-center__content-text h2:first-child,.help-center__content-text h3:first-child{margin-top:0}.help-center__content-text ul,.help-center__content-text ol{margin:1.6rem 0;padding-left:2.4rem}.help-center__content-text li{margin-bottom:.8rem}.help-center__content-text a{color:rgb(var(--color-link));text-decoration:underline;text-underline-offset:.3rem}.help-center__content-text a:hover{text-decoration-thickness:.2rem}.help-center__back-button{display:none;align-items:center;gap:.8rem;padding:1.2rem 1.6rem;background-color:rgb(var(--color-foreground));color:#fff;border:none;border-radius:.4rem;font-size:1.4rem;font-weight:500;cursor:pointer;margin-bottom:2.4rem;font-family:inherit;transition:background-color .2s ease;width:100%;justify-content:center}.help-center__back-button:hover{background-color:rgba(var(--color-foreground),.9)}.help-center__back-icon{font-size:1.8rem;line-height:1}@media screen and (max-width:989px){.help-center__container{grid-template-columns:1fr;gap:0;position:relative}.help-center__sidebar{margin-bottom:0;position:relative;z-index:1;transition:transform .3s ease,opacity .3s ease}.help-center__content{position:relative;z-index:2;transition:transform .3s ease,opacity .3s ease;display:none;opacity:0}.help-center__container.help-center__container--content-view .help-center__sidebar{position:absolute;left:-100%;opacity:0;pointer-events:none;width:100%}.help-center__container.help-center__container--content-view .help-center__content{display:block;width:100%;max-width:100%;opacity:1}.help-center__back-button{display:flex}.help-center__container:not(.help-center__container--content-view) .help-center__back-button{display:none}.help-center__nav-list{flex-direction:column;gap:.4rem;overflow:visible;padding-bottom:0}.help-center__nav-item{flex-shrink:1}.help-center__nav-link{white-space:normal;padding:1.2rem 1.6rem;width:100%}}.help-center__accordion-section{margin-top:0}.help-center__accordion-section-title{font-size:2rem;line-height:1.2;display:flex;align-items:center;justify-content:space-between;width:100%;border:none;cursor:pointer;text-align:left;font-family:inherit;transition:background-color .2s ease;background:#fff;border-top:1px solid #ddd;padding:1.6rem 2rem 1.6rem .5rem;color:#313131}.help-center__accordion-section-title:hover{color:#fff;background-color:rgba(var(--color-foreground),.9)}.help-center__accordion-section-title:hover path{fill:#fff}.help-center__accordion-section-title span:first-child{flex:1}.help-center__accordion-arrow{flex-shrink:0;margin-left:1.6rem;font-size:1.2rem;transition:transform .3s ease;display:inline-block}.help-center__accordion-section-title[aria-expanded=true] .help-center__accordion-arrow{transform:rotate(180deg)}.help-center__accordion-wrapper{overflow:hidden;transition:max-height .3s ease,opacity .3s ease,margin .3s ease,padding .3s ease;max-height:0;opacity:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.help-center__accordion-wrapper:not([data-accordion-collapsed=true]){max-height:5000px;opacity:1;margin-top:0;margin-bottom:2.4rem;padding-top:0;padding-bottom:0}.help-center__accordion-content-item{margin-bottom:2.4rem}.help-center__accordion-content-item:last-child{margin-bottom:0;padding-top:1.5rem}.help-center__accordion-item-title{font-size:1.8rem;font-weight:600;margin:0 0 1.2rem;line-height:1.3;color:rgb(var(--color-foreground))}.help-center__accordion-item-content{font-size:1.6rem;line-height:1.6;color:rgba(var(--color-foreground),.85)}.help-center__accordion-item-content p{margin:0 0 1.6rem}.help-center__accordion-item-content p:last-child{margin-bottom:0}.help-center__accordion-wrapper{margin-top:0}
/*# sourceMappingURL=/cdn/shop/t/40/assets/section-help-center.css.map */
