.custom-section--legacy-hero{position:relative;width:100%}.custom-section--legacy-hero__media{display:block;width:100%}.custom-section--legacy-hero__image{width:100%;height:500px;object-fit:cover;object-position:50% 100%;display:block}.custom-section--legacy-hero__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding:100px var(--padding-md, 1rem) var(--padding-xs, .5rem);pointer-events:none}.custom-section--legacy-hero__content .button{pointer-events:auto}.custom-section--legacy-hero__heading{margin:0 0 var(--margin-sm, .75rem)}.custom-section--legacy-hero__subheading{margin:0 0 var(--margin-md, 1.25rem)}@media screen and (min-width:750px){.custom-section--legacy-hero__image{height:800px}.custom-section--legacy-hero__content{padding:300px var(--padding-md, 1rem) var(--padding-xs, .5rem)}}@media screen and (max-width:749px){.section .custom-section--legacy-hero__heading{font-size:var(--legacy-hero-heading-font-mobile, 32px)}.section .custom-section--legacy-hero__subheading{font-size:var(--legacy-hero-subheading-font-mobile, 16px)}}.custom-section--media-with-text{display:grid;grid-template-columns:var(--cmwt-media-width, 40%) 1fr;grid-template-areas:"media text";gap:var(--cmwt-gap, 2rem);align-items:var(--cmwt-text-valign, center);width:100%}.custom-section--media-with-text .cmwt__media{grid-area:media}.custom-section--media-with-text .cmwt__text{grid-area:text}.custom-section--media-with-text[data-media-position=right]{grid-template-columns:1fr var(--cmwt-media-width, 40%);grid-template-areas:"text media"}@media screen and (max-width:749px){.custom-section--media-with-text,.custom-section--media-with-text[data-media-position=right]{grid-template-columns:1fr;grid-template-areas:"media" "text";gap:var(--cmwt-mobile-gap, 12px)}.custom-section--media-with-text .cmwt__media{padding-top:var(--cmwt-mobile-media-top, 0px)}}.cmwt__media-inner{width:100%;overflow:hidden}.cmwt__media-inner--fixed-ratio .cmwt__image,.cmwt__media-inner--fixed-ratio .cmwt__video{width:100%;height:100%;object-fit:cover}.cmwt__image{display:block;width:100%;height:auto}.cmwt__video{display:block;width:100%;height:auto;clip-path:inset(1px)}.cmwt__media-inner--scroll-zoom .cmwt__image{transform-origin:center center}.cmwt__media-inner--fixed-ratio .cmwt__video{object-fit:contain}.cmwt__text{display:flex;flex-direction:column;justify-content:var(--cmwt-text-valign, center);padding:1.5rem}.cmwt__heading{margin:0 0 1rem}.cmwt__body{margin:0 0 1.5rem}.cmwt__body:last-child{margin-bottom:0}.cmwt__cta{align-self:flex-start}@media screen and (max-width:749px){.cmwt__text{padding:0 .5rem 1.5rem}.section .custom-section--media-with-text .cmwt__heading{font-size:var(--cmwt-heading-font-mobile, 26px)}.section .custom-section--media-with-text .cmwt__body{font-size:var(--cmwt-body-font-mobile, 15px)}.section .custom-section--media-with-text .cmwt__body :is(p,li,a){font-size:inherit}}.cmwt__video-modal{display:none;position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;background-color:#000000d9;animation:cmwt-modal-fade .3s ease}.cmwt__video-modal--active{display:flex;align-items:center;justify-content:center}.cmwt__video-modal-content{position:relative;width:90%;max-width:900px;background-color:#000;border-radius:8px;overflow:hidden;animation:cmwt-modal-scale .3s ease}.cmwt__video-modal-close{position:absolute;top:-40px;right:0;color:#fff;font-size:32px;font-weight:700;cursor:pointer;z-index:10000;background:none;border:none;padding:5px 10px;line-height:1;transition:opacity .2s ease}.cmwt__video-modal-close:hover{opacity:.7}.cmwt__video-modal-player video{width:100%;height:auto;display:block}@keyframes cmwt-modal-fade{0%{opacity:0}to{opacity:1}}@keyframes cmwt-modal-scale{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@media screen and (max-width:749px){.cmwt__video-modal-content{width:95%}.cmwt__video-modal-close{top:-35px;font-size:28px}}.custom-section--reviews-grid__header{text-align:center;max-width:var(--header-max-width, 600px);margin:0 auto;padding:var(--header-padding-top, 25px) 20px var(--header-padding-bottom, 10px)}.custom-section--reviews-grid__heading{line-height:1.15;letter-spacing:-.01em;margin-bottom:8px}.custom-section--reviews-grid__subheading{margin:0}@media screen and (max-width:749px){.section.custom-section--reviews-grid .custom-section--reviews-grid__heading{font-size:var(--reviews-heading-font-mobile, 28px)}.section.custom-section--reviews-grid .custom-section--reviews-grid__subheading{font-size:var(--reviews-subheading-font-mobile, 16px)}.section.custom-section--reviews-grid .custom-section--reviews-grid__item-heading{font-size:var(--card-heading-font-size-mobile, 16px)}}.custom-section--reviews-grid__grid-container{position:relative}.custom-section--reviews-grid__grid{display:grid;grid-template-columns:1fr;gap:10px;max-width:1350px;margin:0 auto;padding:20px 20px 5px}@media screen and (min-width:600px){.custom-section--reviews-grid__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:960px){.custom-section--reviews-grid__grid{grid-template-columns:repeat(3,1fr)}}.custom-section--reviews-grid__item{display:flex;flex-direction:column;background-color:#fff;border:1px solid #cdd4d8;border-radius:7px;margin:0;padding:var(--card-padding-top, 10px) var(--card-padding-sides, 20px) var(--card-padding-bottom, 16px)}.custom-section--reviews-grid__item-top{flex:1}.custom-section--reviews-grid__item-footer{margin-top:auto;padding-top:12px}.custom-section--reviews-grid__item-heading{font-size:var(--card-heading-font-size, 1.15rem);line-height:1.3;letter-spacing:-.01em;margin:0 0 var(--card-heading-padding-bottom, 6px)}.custom-section--reviews-grid__stars{height:20px;width:auto;display:block;margin-bottom:var(--card-stars-padding-bottom, 10px)}.custom-section--reviews-grid__item-body{margin-bottom:var(--card-body-padding-bottom, 4px)}.custom-section--reviews-grid__item-body p{margin:0;font-style:normal;font-size:var(--card-body-font-size, inherit);color:var(--card-body-color, currentColor)}.custom-section--reviews-grid__verified-badge{display:inline-flex;align-items:center;background-color:var(--badge-bg, #d6f0dd);color:var(--badge-color, #1a6b31);border-radius:20px;padding:var(--badge-padding-block, 3px) var(--badge-padding-inline, 10px);font-size:var(--badge-font-size, 11px);font-weight:600;letter-spacing:.05em;line-height:1;text-transform:uppercase;margin-bottom:10px}.custom-section--reviews-grid__item-author{display:flex;align-items:center;gap:10px}.custom-section--reviews-grid__reviewer-image{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.custom-section--reviews-grid__fade{position:absolute;bottom:0;left:0;right:0;height:var(--reviews-fade-height, 160px);background:linear-gradient(to bottom,transparent,var(--reviews-fade-color, #F8F6F4));pointer-events:none;z-index:1}.custom-section--reviews-grid__cta-row{display:flex;justify-content:center;background-color:var(--reviews-cta-bg, transparent);padding:10px 20px var(--section-bottom-pad, 30px);position:relative;z-index:2}.section.custom-section--reviews-grid .custom-section--reviews-grid__cta-button{--button-color: #333;--button-background-color: transparent;--button-border-color: #858585;--button-border-width: 1px;min-height:0;padding-block:.6125rem;padding-inline:1.25rem;font-size:.9rem;font-weight:500;line-height:1.25;letter-spacing:.01em;text-transform:none;border-radius:var(--style-border-radius-buttons-secondary, 4px);box-shadow:inset 0 0 0 var(--button-border-width) var(--button-border-color)}.section.custom-section--reviews-grid .custom-section--reviews-grid__cta-button:hover{--button-color: var(--color-foreground);--button-background-color: var(--color-background);--button-border-color: #858585}.section.custom-section--reviews-grid .custom-section--reviews-grid__cta-button:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.custom-section--blog-post-carousel{width:100%;box-sizing:border-box}.custom-section--blog-post-carousel__header-row{width:100%;max-width:none;margin:0;padding:0 var(--blog-carousel-track-pad-x, 16px) 12px;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px}.custom-section--blog-post-carousel__header-main{flex:1 1 auto;min-width:0;text-align:left}.custom-section--blog-post-carousel__heading{line-height:1.15;letter-spacing:-.01em;margin:0;padding:0;text-align:left}@media screen and (max-width:749px){.custom-section--blog-post-carousel .custom-section--blog-post-carousel__heading{font-size:var(--blog-carousel-heading-font-mobile, 22px)}}.custom-section--blog-post-carousel__nav{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:2px;flex:0 0 auto;margin-left:auto}.custom-section--blog-post-carousel__nav-btn{box-sizing:border-box;min-width:48px;min-height:48px;padding:0;margin:0;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:10px;background:transparent;color:#252a32;line-height:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.custom-section--blog-post-carousel__nav-btn:hover:not(:disabled){background:#252a3212;color:#111}.custom-section--blog-post-carousel__nav-btn:focus-visible{outline:2px solid currentColor;outline-offset:2px}.custom-section--blog-post-carousel__nav-btn:disabled{opacity:.3;cursor:not-allowed}.custom-section--blog-post-carousel__nav-icon{display:block;flex-shrink:0}.custom-section--blog-post-carousel__viewport{position:relative}.custom-section--blog-post-carousel__fade{position:absolute;top:0;bottom:0;width:var(--blog-carousel-fade-width, 36px);pointer-events:none;z-index:2;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){.custom-section--blog-post-carousel__fade{transition:none}}.custom-section--blog-post-carousel__fade--left{left:0;background:linear-gradient(to right,var(--blog-carousel-fade-color, #f8f6f4) 0%,rgba(255,255,255,0) 100%);opacity:0}.custom-section--blog-post-carousel__viewport.is-scrolled .custom-section--blog-post-carousel__fade--left{opacity:1}.custom-section--blog-post-carousel__fade--right{right:0;background:linear-gradient(to left,var(--blog-carousel-fade-color, #f8f6f4) 0%,rgba(255,255,255,0) 100%);opacity:1}.custom-section--blog-post-carousel__viewport.is-at-end .custom-section--blog-post-carousel__fade--right{opacity:0;pointer-events:none}.custom-section--blog-post-carousel__track{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:var(--blog-carousel-gap, 16px);padding-left:var(--blog-carousel-track-pad-x, 16px);padding-right:var(--blog-carousel-track-pad-x, 16px);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scroll-padding-inline:var(--blog-carousel-track-pad-x, 16px);scrollbar-width:none;-webkit-overflow-scrolling:touch;outline:none}.custom-section--blog-post-carousel__track::-webkit-scrollbar{display:none}.custom-section--blog-post-carousel__track.is-dragging{scroll-snap-type:none}.custom-section--blog-post-carousel[data-drag-enabled=true] .custom-section--blog-post-carousel__track{cursor:grab}.custom-section--blog-post-carousel[data-drag-enabled=true] .custom-section--blog-post-carousel__track.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.custom-section--blog-post-carousel[data-drag-enabled=true] .custom-section--blog-post-carousel__track.is-dragging *{-webkit-user-select:none;user-select:none}.custom-section--blog-post-carousel__card{flex:0 0 auto;width:min(var(--blog-carousel-card-width, 280px),calc(100vw - 2 * var(--blog-carousel-track-pad-x, 16px) - 24px));aspect-ratio:9 / 16;scroll-snap-align:start;background-color:#fff;border:1px solid #cdd4d8;border-radius:7px;overflow:hidden;display:flex;flex-direction:column}@media screen and (max-width:749px){.custom-section--blog-post-carousel__card{width:min(var(--blog-carousel-card-width-mobile, 268px),calc(100vw - 2 * var(--blog-carousel-track-pad-x, 16px) - 24px))}}.custom-section--blog-post-carousel__card-link{display:flex;flex-direction:column;flex:1;min-height:0;color:inherit;text-decoration:none}.custom-section--blog-post-carousel__card-link:hover{text-decoration:none}.custom-section--blog-post-carousel__media{flex:1;min-height:0;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;background:#f0f0f0}.custom-section--blog-post-carousel__img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(var(--blog-carousel-image-scale, 1.15));transform-origin:center center;display:block}.custom-section--blog-post-carousel__media-placeholder{width:100%;height:100%;min-height:120px;background:linear-gradient(145deg,#e8e8e8,#f5f5f5)}.custom-section--blog-post-carousel__body{flex-shrink:0;box-sizing:border-box;height:var(--blog-carousel-body-height, 108px);min-height:var(--blog-carousel-body-height, 108px);max-height:var(--blog-carousel-body-height, 108px);padding:10px var(--blog-carousel-card-pad-x, 16px) var(--blog-carousel-card-pad-y, 14px);overflow:hidden}.custom-section--blog-post-carousel__title-wrap{min-height:0;overflow:hidden;padding-top:var(--blog-carousel-title-pad-top, 0)}.section.custom-section--blog-post-carousel h3.custom-section--blog-post-carousel__title{font-size:var(--blog-carousel-title-size, 15px);line-height:1.25;letter-spacing:-.01em;font-weight:600;margin:0;color:#252a32;overflow:hidden;overflow-wrap:anywhere;word-break:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--blog-carousel-title-line-clamp, 5);line-clamp:var(--blog-carousel-title-line-clamp, 5)}@media screen and (max-width:749px){.section.custom-section--blog-post-carousel h3.custom-section--blog-post-carousel__title{font-size:var(--blog-carousel-title-size-mobile, 14px)!important}}.custom-section--faq{width:100%}.custom-section--faq__card{width:100%;box-sizing:border-box}.custom-section--faq__header{margin-block-end:var(--margin-lg, 1.5rem)}@media screen and (min-width:750px){.custom-section--faq__header{margin-block-end:var(--cfq-heading-gap-desktop, var(--margin-lg, 1.5rem))}}.custom-section--faq__caption{margin:0 0 var(--margin-xs, .5rem);opacity:.85}.custom-section--faq__heading{margin:0}.custom-section--faq__grid{display:flex;flex-direction:column;gap:var(--cfq-mobile-gap, 1.5rem)}@media screen and (min-width:750px){.custom-section--faq--has-image .custom-section--faq__grid{display:grid;grid-template-columns:var(--cfq-media-col, 45%) minmax(0,1fr);gap:var(--cfq-column-gap, 2rem);align-items:center}.custom-section--faq--has-image[data-desktop-layout=image_second] .custom-section--faq__media{order:2}.custom-section--faq--has-image[data-desktop-layout=image_second] .custom-section--faq__main{order:1}}.custom-section--faq__media{min-width:0}.custom-section--faq__media-inner{overflow:hidden}.custom-section--faq__media-inner--ratio .custom-section--faq__image{width:100%;height:100%;object-fit:cover;display:block}.custom-section--faq__media-inner:not(.custom-section--faq__media-inner--ratio) .custom-section--faq__image{width:100%;height:auto;display:block}.custom-section--faq__main{min-width:0}.custom-metafield-faq{width:100%}.custom-metafield-faq__header{margin-block-end:var(--margin-lg, 1.5rem)}@media screen and (min-width:750px){.custom-metafield-faq__header{margin-block-end:var(--cfq-heading-gap-desktop, var(--margin-lg, 1.5rem))}}.custom-metafield-faq__caption{margin:0 0 var(--margin-xs, .5rem);opacity:.85}.custom-metafield-faq__heading{margin:0;font-size:inherit}.custom-metafield-faq__question :first-child{margin-block-start:0}.custom-metafield-faq__question :last-child{margin-block-end:0}.custom-metafield-faq .details__header .custom-metafield-faq__question{flex:1;text-align:start}.custom-metafield-faq .accordion.accordion--dividers accordion-custom:first-child .details{border-block-start:var(--style-border-width) solid var(--color-border)}.custom-metafield-faq .accordion.accordion--dividers accordion-custom:last-child .details{border-block-end:var(--style-border-width) solid var(--color-border)}.custom-metafield-faq .accordion.accordion--dividers{--summary-font-weight: var(--cfq-question-weight, 700)}@media screen and (min-width:750px){.custom-metafield-faq .accordion .details__header{font-size:var(--cfq-question-size-desktop, 14px)}}@media screen and (max-width:749px){.custom-metafield-faq .accordion .details__header{font-size:var(--cfq-question-size-mobile, 14px)}}.custom-metafield-faq .details__header .custom-metafield-faq__question,.custom-metafield-faq .details__header .custom-metafield-faq__question :where(p,span,strong,b,em,a){font-weight:var(--cfq-question-weight, 700)}.custom-metafield-faq .details-content.rte{color:var(--cfq-answer-color, inherit)}.custom-metafield-faq .details-content.rte :where(a){color:var(--cfq-answer-color, inherit)}.custom-section--footer-main__grid{display:grid;grid-template-columns:repeat(var(--cfm-cols, 1),minmax(0,1fr));column-gap:var(--cfm-col-gap, 24px);row-gap:var(--cfm-col-gap, 24px);align-items:start}.custom-section--footer-main .cfm-menu{min-width:0}.custom-section--footer-main .cfm-menu__heading{color:var(--cfm-menu-heading, inherit);margin-block-end:var(--cfm-menu-heading-space-below, 8px);font-size:var(--cfm-menu-heading-fs-desktop, 1.125rem)}.custom-section--footer-main .cfm-menu__heading :where(p,span,strong,b,em,i){margin:0;font-size:inherit}.custom-section--footer-main .cfm-menu__item.paragraph,.custom-section--footer-main .cfm-menu__item.paragraph a{font-size:var(--cfm-menu-link-fs-desktop, .875rem)}.custom-section--footer-main .cfm-menu__item a{color:var(--cfm-menu-link, inherit);text-decoration:none;word-break:break-word}.custom-section--footer-main .cfm-menu__link--has-soon{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.35em;column-gap:6px}.custom-section--footer-main .cfm-soon-tag{display:inline-block;flex-shrink:0;background-color:#d6f5df;color:#2c7a43;font-size:.65em;font-weight:600;line-height:1.1;padding-top:2px;padding-bottom:2px;padding-inline:5px;margin-bottom:0;border-radius:4px;vertical-align:middle;text-transform:uppercase;letter-spacing:.5px;border:1px solid #2c7a43;text-decoration:none}.custom-section--footer-main .cfm-menu__item a:hover{text-decoration:none}.custom-section--footer-main .cfm-menu__item a:hover .cfm-menu__link-label{text-decoration:underline}.custom-section--footer-main .cfm-menu__list:not(.cfm-menu__list--split-mobile) .cfm-menu__item+.cfm-menu__item{margin-block-start:var(--cfm-link-gap, 12px)}.custom-section--footer-main .cfm-newsletter{min-width:0;scroll-margin-block-start:1rem}@keyframes cfm-footer-shake{0%{transform:translate(0)}20%{transform:translate(-5px)}40%{transform:translate(5px)}60%{transform:translate(-5px)}80%{transform:translate(5px)}to{transform:translate(0)}}.custom-section--footer-main #footer-subscribe.cfm-footer-shake{animation:cfm-footer-shake .5s ease-in-out}.custom-section--footer-main .cfm-newsletter__title{color:var(--cfm-newsletter-heading, inherit);font-size:var(--cfm-menu-heading-fs-desktop, 1.125rem)}.custom-section--footer-main .cfm-newsletter__title :where(p,h1,h2,h3,h4,h5,h6){margin:0;color:var(--cfm-newsletter-heading, inherit);font-size:inherit}.custom-section--footer-main .cfm-newsletter__body{color:var(--cfm-newsletter-text, inherit);margin-block-start:.5rem;font-size:var(--cfm-menu-link-fs-desktop, .875rem)}.custom-section--footer-main .cfm-newsletter__body :where(p){margin:0;font-size:var(--cfm-menu-link-fs-desktop, .875rem)}.custom-section--footer-main .cfm-newsletter__body :where(a){color:var(--cfm-newsletter-text, inherit)}.custom-section--footer-main .cfm-newsletter__body.paragraph,.custom-section--footer-main .cfm-newsletter__body.rte{color:var(--cfm-newsletter-text, inherit);font-size:var(--cfm-menu-link-fs-desktop, .875rem)}.custom-section--footer-main .cfm-newsletter__body.paragraph>*,.custom-section--footer-main .cfm-newsletter__body.rte :where(p,ul,ol,li,span,strong,b,em,i,a,div){color:var(--cfm-newsletter-text, inherit);font-size:var(--cfm-menu-link-fs-desktop, .875rem)}.custom-section--footer-main .cfm-newsletter__form-wrap{margin-block-start:.75rem;--arrow-button-size: 58px;--arrow-button-size-integrated: 42px;--arrow-button-size-small: 20px;--arrow-icon-size: 32px;--arrow-icon-size-small: 24px}.custom-section--footer-main .cfm-newsletter .email-signup__form{display:flex;flex-direction:column}.custom-section--footer-main .cfm-newsletter .email-signup__input-group{display:flex;align-items:stretch;background-color:transparent}.custom-section--footer-main .cfm-newsletter .email-signup__input-group--underline{--box-shadow-color: var(--color-input-border);--box-shadow-multiplier: 1;--box-shadow-focused-multiplier: 1.75;box-shadow:0 calc(var(--border-width, 1px) * var(--box-shadow-multiplier)) 0 var(--box-shadow-color);transition:box-shadow var(--animation-values, .2s ease);margin-block-end:calc(var(--border-width, 1px) * var(--box-shadow-focused-multiplier))}.custom-section--footer-main .cfm-newsletter .email-signup__input-group--underline:focus-within{--box-shadow-multiplier: var(--box-shadow-focused-multiplier);--box-shadow-color: var(--color-input-text)}.custom-section--footer-main .cfm-newsletter .email-signup__input-group--underline .email-signup__input--underline{color:var(--color-input-text);background-color:transparent;padding:12px 0;border:none;border-radius:0;flex:1;min-width:0}.custom-section--footer-main .cfm-newsletter .email-signup__input-group--underline .email-signup__input--underline:focus-visible{outline:none}.custom-section--footer-main .cfm-newsletter .email-signup__input::placeholder{color:rgb(var(--color-input-text-rgb) / var(--opacity-70, .7))}.custom-section--footer-main .cfm-newsletter .email-signup__button{white-space:nowrap;padding:0}.custom-section--footer-main .cfm-newsletter .email-signup__button--integrated{align-self:center;margin:0;flex-shrink:0}.custom-section--footer-main .cfm-newsletter .email-signup__button--arrow.email-signup__button--integrated{width:var(--arrow-button-size-integrated);height:var(--arrow-button-size-integrated);display:flex;align-items:center;justify-content:center}.custom-section--footer-main .cfm-newsletter .email-signup__button--arrow.email-signup__button--integrated .email-signup__button-icon{width:var(--arrow-icon-size-small);height:var(--arrow-icon-size-small);padding:0}.custom-section--footer-main .cfm-newsletter .email-signup__button.button-unstyled{background-color:transparent;color:var(--color-input-text)}.custom-section--footer-main .cfm-newsletter .email-signup__button.button-unstyled:hover{color:rgb(var(--color-input-text-rgb) / var(--opacity-70, .7));cursor:pointer}.custom-section--footer-main .cfm-newsletter .email-signup__message{display:flex;align-items:center;gap:var(--gap-xs, 8px);margin-block-start:var(--gap-xs, 8px)}.custom-section--footer-main .cfm-newsletter .email-signup__message-text{margin:0}@media screen and (max-width:749px){.custom-section--footer-main__grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:var(--cfm-mobile-row-gap, var(--cfm-col-gap, 24px))}.custom-section--footer-main__grid>.cfm-newsletter{grid-column:1 / -1;margin-block-start:var(--cfm-newsletter-pad-top-mobile, 0)}.custom-section--footer-main__grid>.cfm-menu--split-row{grid-column:1 / -1}.custom-section--footer-main .cfm-menu__list--split-mobile{display:grid;grid-auto-flow:column;grid-template-rows:repeat(var(--cfm-split-rows, 2),auto);grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:var(--cfm-col-gap, 24px);row-gap:var(--cfm-link-gap, 12px)}.custom-section--footer-main .cfm-menu__list--split-mobile .cfm-menu__item+.cfm-menu__item{margin-block-start:0}.custom-section--footer-main .cfm-menu__heading{font-size:var(--cfm-menu-heading-fs-mobile, var(--cfm-menu-heading-fs-desktop, 1rem))}.custom-section--footer-main .cfm-menu__item.paragraph,.custom-section--footer-main .cfm-menu__item.paragraph a{font-size:var(--cfm-menu-link-fs-mobile, var(--cfm-menu-link-fs-desktop, .875rem))}.custom-section--footer-main .cfm-newsletter__title{font-size:var(--cfm-menu-heading-fs-mobile, var(--cfm-menu-heading-fs-desktop, 1rem))}.custom-section--footer-main .cfm-newsletter__body,.custom-section--footer-main .cfm-newsletter__body.paragraph,.custom-section--footer-main .cfm-newsletter__body.rte,.custom-section--footer-main .cfm-newsletter__body.paragraph>*,.custom-section--footer-main .cfm-newsletter__body.rte :where(p,ul,ol,li,span,strong,b,em,i,a,div){font-size:var(--cfm-menu-link-fs-mobile, var(--cfm-menu-link-fs-desktop, .875rem))}}@media screen and (min-width:750px){.custom-section--footer-main .cfm-menu__list--split-mobile{display:block}.custom-section--footer-main .cfm-menu__list--split-mobile .cfm-menu__item+.cfm-menu__item{margin-block-start:var(--cfm-link-gap, 12px)}}.custom-section--affiliate-promo{width:100%}.custom-section--affiliate-promo__inner{display:grid;grid-template-columns:1fr;grid-template-areas:"gallery" "info";gap:var(--ap-info-gallery-gap, 32px);width:100%}.custom-section--affiliate-promo__info{grid-area:info;background:var(--ap-info-bg, #eeeae6);border-radius:var(--ap-info-radius, 16px);padding:var(--ap-info-pad, 40px);display:flex;flex-direction:column;justify-content:center}.custom-section--affiliate-promo__heading{margin:0 0 1.5rem;line-height:1.2;letter-spacing:-.01em;font-weight:400}.custom-section--affiliate-promo__heading strong{font-weight:700}.custom-section--affiliate-promo__features{list-style:none;margin:0;padding:0;padding-block-start:var(--ap-features-padding-block-start, 0px);padding-block-end:var(--ap-features-padding-block-end, 0px);display:grid;grid-template-columns:1fr;gap:1rem 1.25rem}.custom-section--affiliate-promo__feature{display:flex;align-items:flex-start;gap:.75rem}.custom-section--affiliate-promo__feature-icon{flex:0 0 auto;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;color:currentColor}.custom-section--affiliate-promo__feature-icon svg{width:100%;height:100%;display:block}.custom-section--affiliate-promo__feature-text{display:flex;flex-direction:column;gap:2px;min-width:0}.custom-section--affiliate-promo__feature-title{margin:0;font-weight:700;font-size:1rem;line-height:1.3}.custom-section--affiliate-promo__feature-subtitle{margin:0;font-size:.875rem;line-height:1.4;opacity:.8}.custom-section--affiliate-promo__cta{align-self:flex-start;margin:0;display:inline-flex;align-items:center;gap:.5rem}.custom-section--affiliate-promo__cta-arrow{width:18px;height:18px;flex:0 0 auto}.custom-section--affiliate-promo__login{margin:1rem 0 0;font-size:.875rem;opacity:.85}.custom-section--affiliate-promo__login a{color:inherit;text-decoration:underline;text-underline-offset:2px}.custom-section--affiliate-promo__gallery{grid-area:gallery;position:relative;display:grid;grid-template-columns:1fr 1fr;gap:var(--ap-column-gap, 16px);height:var(--ap-gallery-h-mobile, 260px);overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 8%,#000 92%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0,#000 8%,#000 92%,transparent 100%)}.custom-section--affiliate-promo__col-wrap{position:relative;overflow:hidden;height:100%}.custom-section--affiliate-promo__col{display:flex;flex-direction:column;gap:var(--ap-image-gap, 16px);will-change:transform}.custom-section--affiliate-promo__col--up{animation:ap-scroll-up var(--ap-speed, 40s) linear infinite}.custom-section--affiliate-promo__col--down{animation:ap-scroll-down var(--ap-speed, 40s) linear infinite}@keyframes ap-scroll-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes ap-scroll-down{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.custom-section--affiliate-promo__image-wrap{width:100%;border-radius:var(--ap-image-radius, 12px);overflow:hidden;background:#0000000a;flex:0 0 auto;aspect-ratio:var(--ap-image-aspect, 4 / 5)}.custom-section--affiliate-promo__image{display:block;width:100%;height:100%;object-fit:cover}@media(prefers-reduced-motion:reduce){.custom-section--affiliate-promo__col--up,.custom-section--affiliate-promo__col--down{animation:none}}@media screen and (max-width:749px){.custom-section--affiliate-promo__info{padding:max(20px,calc(var(--ap-info-pad, 40px) * .6))}}@media screen and (min-width:750px){.custom-section--affiliate-promo__inner{grid-template-columns:minmax(0,var(--ap-info-max-width, 460px)) minmax(0,1fr);grid-template-areas:"info gallery";align-items:stretch}.custom-section--affiliate-promo__gallery{height:var(--ap-gallery-h, 560px)}.custom-section--affiliate-promo__features{grid-template-columns:1fr 1fr;gap:1.25rem 1.5rem}}.custom-section--blog-index__empty-config{padding:2rem 1.25rem;text-align:center}.custom-section--blog-index__inner{max-width:1200px;margin:0 auto;padding-inline:clamp(16px,4vw,20px);padding-block-end:clamp(40px,6vw,60px)}.custom-section--blog-index__title{text-align:center;margin:0 0 2.5rem;color:var(--color-foreground)}.custom-section--blog-index__layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:clamp(24px,4vw,50px)}.custom-section--blog-index__sidebar{position:sticky;top:calc(var(--header-height, 80px) + 1.25rem);align-self:start}.custom-section--blog-index__filter-block{margin-bottom:1.25rem}.custom-section--blog-index__filter-summary{font-size:.875rem;font-weight:600;color:var(--color-foreground);cursor:pointer;padding:.5rem 0;list-style:none;display:flex;justify-content:space-between;align-items:center}.custom-section--blog-index__filter-summary::-webkit-details-marker{display:none}.custom-section--blog-index__filter-summary:after{content:"";width:8px;height:8px;border-right:1.5px solid rgb(var(--color-foreground-rgb) / .45);border-bottom:1.5px solid rgb(var(--color-foreground-rgb) / .45);transform:rotate(45deg);transition:transform .2s;margin-top:-2px}.custom-section--blog-index__filter-block[open] .custom-section--blog-index__filter-summary:after{transform:rotate(-135deg);margin-top:2px}.custom-section--blog-index__filter-block[open] .custom-section--blog-index__filter-summary{margin-bottom:.25rem}.custom-section--blog-index__filter-list{list-style:none;padding:0;margin:.5rem 0 0}.custom-section--blog-index__filter-list li{margin:0}.custom-section--blog-index__filter-link{display:flex;justify-content:space-between;align-items:center;padding:.35rem 0;font-size:.875rem;color:rgb(var(--color-foreground-rgb) / .72);text-decoration:none;transition:color .15s}.custom-section--blog-index__filter-link:hover{color:var(--color-foreground)}.custom-section--blog-index__filter-link--active{color:var(--color-foreground);font-weight:500}.custom-section--blog-index__filter-count{font-size:.75rem;color:rgb(var(--color-foreground-rgb) / .5);font-weight:400}.custom-section--blog-index__filter-link--active .custom-section--blog-index__filter-count{color:rgb(var(--color-foreground-rgb) / .75)}.custom-section--blog-index__browse-all{display:block;margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgb(var(--color-foreground-rgb) / .12);font-size:.875rem;font-weight:600;color:var(--color-foreground);text-decoration:none;transition:color .15s}.custom-section--blog-index__browse-all:hover{color:rgb(var(--color-foreground-rgb) / .85)}.custom-section--blog-index__reset{width:100%;margin-top:1rem}.custom-section--blog-index__reset--hidden{display:none}.custom-section--blog-index__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,3vw,30px)}.custom-section--blog-index__card{background-color:#fff;border:1px solid #cdd4d8;border-radius:7px;overflow:hidden;transition:border-color .15s,box-shadow .15s}.custom-section--blog-index__card:hover{border-color:#b5bec4;box-shadow:0 2px 8px #0000000f}.custom-section--blog-index__card--hidden{display:none}.custom-section--blog-index__card-link{text-decoration:none;color:inherit;display:block}.custom-section--blog-index__card-image-wrap{aspect-ratio:1 / 1;overflow:hidden;background-color:#fff}.custom-section--blog-index__card-image{width:100%;height:100%;object-fit:contain}.custom-section--blog-index h3.custom-section--blog-index__card-title{margin:-10px 0 0;padding:0 1.125rem 1.25rem;color:var(--color-foreground);line-height:1.3;font-family:var(--font-heading--family, inherit);font-weight:600;letter-spacing:normal;text-transform:none}.custom-section--blog-index__filtered-empty{grid-column:1 / -1;text-align:center;padding:2.5rem 1.25rem;color:rgb(var(--color-foreground-rgb) / .72)}.custom-section--blog-index__card--load-more{display:none}.custom-section--blog-index__load-more-wrap{grid-column:1 / -1;display:flex;justify-content:center;width:100%;margin-top:2.5rem}.custom-section--blog-index__load-more-wrap--hidden{display:none}.custom-section--blog-index__load-more-btn.button-secondary{font-size:.8125rem;line-height:1.25}.custom-section--blog-index__load-more-btn.button-secondary:hover:not([disabled]){--button-background-color: #edeae7;--button-border-color: rgb(var(--color-foreground-rgb) / .25);--button-color: var(--color-foreground)}.custom-section--blog-index__no-articles{text-align:center;margin:0}@media screen and (min-width:750px){#MainContent .custom-section--blog-index h3.custom-section--blog-index__card-title{font-size:var(--blog-index-card-title-size, 18px)}}@media screen and (max-width:1100px){.custom-section--blog-index__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}}@media screen and (max-width:900px){.custom-section--blog-index__title{margin-bottom:1.875rem}.custom-section--blog-index__layout{grid-template-columns:1fr;gap:1.875rem}.custom-section--blog-index__sidebar{position:static;order:-1}.custom-section--blog-index__browse-all{margin-top:1rem;padding-top:.75rem}}@media screen and (max-width:749px){.custom-section--blog-index__grid{gap:1rem}#MainContent .custom-section--blog-index h3.custom-section--blog-index__card-title{font-size:var(--blog-index-card-title-size-mobile, 15px)}.custom-section--blog-index h3.custom-section--blog-index__card-title{margin:-10px 0 0;padding:0 .875rem 1rem}}.custom-section--content-directory{width:100%;margin-inline:auto;padding-block-end:1rem}.custom-section--content-directory__header{text-align:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgb(var(--color-foreground-rgb) / .12)}.custom-section--content-directory__title{margin:0 0 .5rem;color:var(--color-foreground)}.custom-section--content-directory__subtitle{margin:0;color:rgb(var(--color-foreground-rgb) / .72);font-size:.9375rem}.custom-section--content-directory__block{margin-bottom:2.5rem}.custom-section--content-directory__block-title{margin:0 0 1rem;padding-bottom:.625rem;border-bottom:2px solid rgb(var(--color-foreground-rgb) / .35);color:var(--color-foreground)}.custom-section--content-directory__group{margin-bottom:.375rem;background-color:#fff;border:1px solid #cdd4d8;border-radius:7px;overflow:hidden;transition:border-color .15s ease}.custom-section--content-directory__group:hover{border-color:#b5bec4}.custom-section--content-directory__group[open]{box-shadow:0 2px 6px #0000000d}.custom-section--content-directory__summary{display:flex;align-items:center;gap:.5rem;padding:.75rem .875rem;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none;background-color:#fff;transition:background-color .15s ease}.custom-section--content-directory__summary::-webkit-details-marker{display:none}.custom-section--content-directory__summary:before{content:"";width:6px;height:6px;border-right:1.5px solid rgb(var(--color-foreground-rgb) / .45);border-bottom:1.5px solid rgb(var(--color-foreground-rgb) / .45);transform:rotate(-45deg);transition:transform .2s ease;flex-shrink:0;margin-top:-2px}.custom-section--content-directory__group[open] .custom-section--content-directory__summary:before{transform:rotate(45deg);margin-top:0}.custom-section--content-directory__group-name{font-size:.875rem;font-weight:600;color:var(--color-foreground);line-height:1.3}.custom-section--content-directory__group-count{font-size:.75rem;color:rgb(var(--color-foreground-rgb) / .55);font-weight:400}.custom-section--content-directory__list{list-style:none;margin:0;padding:.5rem .875rem .75rem;background-color:#fff}.custom-section--content-directory__item{margin:0;padding:0}.custom-section--content-directory__link{display:block;padding:.5rem .625rem;font-size:.875rem;color:var(--color-foreground);text-decoration:none;border-radius:4px;transition:color .15s ease,text-decoration .15s ease}.custom-section--content-directory__link:hover{text-decoration:underline;color:rgb(var(--color-foreground-rgb) / .85)}.custom-section--content-directory__list--grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:.625rem}.custom-section--content-directory__empty{text-align:center;padding:3rem 1rem;color:rgb(var(--color-foreground-rgb) / .72)}.custom-section--content-directory__footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;padding-top:1.875rem;margin-top:1.25rem;border-top:1px solid rgb(var(--color-foreground-rgb) / .12)}.custom-section--content-directory__footer--share-only{justify-content:flex-end}.custom-section--content-directory__footer-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;letter-spacing:.06em;text-transform:none;text-decoration:none;color:var(--color-foreground);padding:.5rem .75rem;border-radius:4px}.custom-section--content-directory__footer-link:hover{opacity:.8}.custom-section--content-directory__footer-link--as-button{-webkit-appearance:none;appearance:none;border:none;background:none;margin:0;cursor:pointer}.custom-section--content-directory__footer-link--as-button:focus-visible{outline:2px solid rgb(var(--color-foreground-rgb) / .35);outline-offset:2px}.custom-section--content-directory__icon{flex-shrink:0}@media screen and (max-width:600px){.custom-section--content-directory__list--grid{grid-template-columns:1fr}.custom-section--content-directory__header{margin-bottom:1.5rem}.custom-section--content-directory__summary{padding:.625rem .75rem}.custom-section--content-directory__list{padding:.375rem .75rem .625rem}}.custom-section--404-content{width:100%}.custom-section--404-content__media{text-align:center;margin-block-end:var(--custom-404-image-overlap, -50px)}.custom-section--404-content__image{width:min(100%,535px);max-width:300px;height:auto;margin-inline:auto;display:block}.custom-section--404-content__inner{text-align:center;display:flex;flex-direction:column;align-items:center;gap:var(--gap-md, 1rem)}.custom-section--404-content__heading{margin:0}.custom-section--404-content__text{margin:0;max-width:42rem}.custom-section--404-content__actions{display:flex;flex-direction:column;align-items:stretch;gap:1rem;margin-block-start:.25rem;width:100%;max-width:400px;margin-inline:auto}.custom-section--404-content__actions .button{width:100%;margin:0;box-sizing:border-box}.custom-section--blog-post-puzzery{--pzbp-primary-color: #4c7c7d;--pzbp-secondary-color: #d6f5df;--pzbp-light-bg: #edeae7;--pzbp-callout-bg: #d6f5df;--pzbp-border-radius: 0;--pzbp-box-shadow: 0 4px 6px rgba(0, 0, 0, .1);--pzbp-transition: all .3s ease;--font-heading-scale: 1;--primary-color: var(--pzbp-primary-color);--secondary-color: var(--pzbp-secondary-color);--light-bg: var(--pzbp-light-bg);--callout-bg: var(--pzbp-callout-bg);--border-radius: var(--pzbp-border-radius);--box-shadow: var(--pzbp-box-shadow);--transition: var(--pzbp-transition)}.custom-section--blog-post-puzzery__measure{max-width:var(--normal-content-width);margin-inline:auto;width:100%;box-sizing:border-box}.custom-section--blog-post-puzzery__app-blocks{width:100%}.custom-section--blog-post-puzzery .puzzery-blog-header{max-width:1200px;margin:0 auto;padding:20px;text-align:center}.custom-section--blog-post-puzzery .puzzery-featured-image{position:relative;padding-top:75%;width:100%;overflow:hidden;border-radius:12px;margin-bottom:2rem}.custom-section--blog-post-puzzery .puzzery-featured-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center var(--pzbp-featured-focus-y, 42%);opacity:0;transition:opacity .5s ease}.custom-section--blog-post-puzzery .puzzery-featured-image img.loaded{opacity:1}.custom-section--blog-post-puzzery .puzzery-loading-spinner{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#f5f5f5}.custom-section--blog-post-puzzery .puzzery-spinner{width:50px;height:50px;border:5px solid rgba(76,124,125,.2);border-radius:50%;border-top-color:#4c7c7d;animation:pzbp-spin 1s ease-in-out infinite}@keyframes pzbp-spin{to{transform:rotate(360deg)}}.custom-section--blog-post-puzzery .article-container{display:flex;max-width:1000px;margin:0 auto;gap:50px;position:relative}.custom-section--blog-post-puzzery .article-main{flex:1;max-width:800px;line-height:1.65}#MainContent .custom-section--blog-post-puzzery .article-main .rte :where(p,li){font-size:var(--pzbp-font-body-d, 15px);line-height:1.62;color:#444}#MainContent .custom-section--blog-post-puzzery .article-main .rte>:where(p){margin-block:0 .55em}#MainContent .custom-section--blog-post-puzzery .article-main .rte>:where(p):last-child{margin-block-end:0}#MainContent .custom-section--blog-post-puzzery .article-main .rte>:first-child{margin-block-start:0}#MainContent .custom-section--blog-post-puzzery .article-main .rte :where(h2,h3,h4){margin-block-start:1.1em;margin-block-end:.42em;line-height:1.32}#MainContent .custom-section--blog-post-puzzery .article-main .rte>:where(h2,h3,h4):first-child{margin-block-start:0}#MainContent .custom-section--blog-post-puzzery .article-main .rte :where(h2){font-size:var(--pzbp-font-heading-d, 20px);font-weight:700;margin-block-start:3em}#MainContent .custom-section--blog-post-puzzery .article-main .rte :where(h3,h4){font-size:var(--pzbp-font-subheading-d, 17px);font-weight:600}#MainContent .custom-section--blog-post-puzzery .article-main .rte :where(ul,ol):not(:where(ul,ol) :where(ul,ol)){margin-block-start:.35em;margin-block-end:.55em}#MainContent .custom-section--blog-post-puzzery .article-main .rte :where(li){margin-block-end:.45em}#MainContent .custom-section--blog-post-puzzery .article-main .rte :where(li):last-child{margin-block-end:0}#MainContent .custom-section--blog-post-puzzery .faq-section>h2{font-size:var(--pzbp-font-faq-section-d, 20px);line-height:1.3;margin-block-end:.65em;font-weight:700}#MainContent .custom-section--blog-post-puzzery .cta-section h2{font-size:calc(var(--pzbp-font-heading-d, 20px) * 1.1);line-height:1.25;font-weight:700}#MainContent .custom-section--blog-post-puzzery .author-text h3{font-size:var(--pzbp-font-subheading-d, 17px);font-weight:600}@media screen and (max-width:768px){#MainContent .custom-section--blog-post-puzzery .article-main .rte :where(p,li){font-size:var(--pzbp-font-body-m, 15px)}#MainContent .custom-section--blog-post-puzzery .article-main .rte :where(h2){font-size:var(--pzbp-font-heading-m, 18px)}#MainContent .custom-section--blog-post-puzzery .article-main .rte :where(h3,h4){font-size:var(--pzbp-font-subheading-m, 16px)}#MainContent .custom-section--blog-post-puzzery .faq-section>h2{font-size:var(--pzbp-font-faq-section-m, 18px)}#MainContent .custom-section--blog-post-puzzery .cta-section h2{font-size:calc(var(--pzbp-font-heading-m, 18px) * 1.1)}.custom-section--blog-post-puzzery .faq-item summary{font-size:var(--pzbp-font-faq-q-m, 14px)}.custom-section--blog-post-puzzery .faq-content{font-size:var(--pzbp-font-faq-a-m, 13px)}#MainContent .custom-section--blog-post-puzzery .author-text h3{font-size:var(--pzbp-font-subheading-m, 16px)}.custom-section--blog-post-puzzery .pzry-blog-toc-header h3,.custom-section--blog-post-puzzery .pzry-blog-checklist-title,.custom-section--blog-post-puzzery .pzry-blog-callout-title{font-size:var(--pzbp-font-heading-m, 18px)}#MainContent .custom-section--blog-post-puzzery .article-main .rte .pzry-blog-section :where(h2,h3,h4){font-size:var(--pzbp-font-heading-m, 18px)}#MainContent .custom-section--blog-post-puzzery .article-main .rte .pzry-blog-section p:not(.pzry-blog-section-tagline){font-size:var(--pzbp-font-body-m, 15px);margin-bottom:10px}.custom-section--blog-post-puzzery .pzry-blog-section-tagline{font-size:.9375rem}.custom-section--blog-post-puzzery .pzry-blog-section{padding:1.1rem 1.15rem 1rem}.custom-section--blog-post-puzzery .pzry-blog-insight-title{font-size:var(--pzbp-font-heading-m, 18px)}.custom-section--blog-post-puzzery .pzry-blog-section-grid{grid-template-columns:1fr}.custom-section--blog-post-puzzery .pzry-blog-section-illustration img{max-width:140px}.custom-section--blog-post-puzzery .pzry-blog-section-illustration--large img{max-width:100%}.custom-section--blog-post-puzzery .pzry-blog-section-related{display:flex;flex-direction:column;gap:.25rem}.custom-section--blog-post-puzzery .pzry-blog-section-related-label{display:block;margin-bottom:.15rem}.custom-section--blog-post-puzzery .pzry-blog-section-related a{margin-right:0;line-height:1.3}}.custom-section--blog-post-puzzery .article-sidebar{padding:15px 30px 10px;background-color:#edeae7;font-size:var(--pzbp-font-sidebar-card-d, 13px);border-top:6px solid #4c7c7e;border-radius:0 0 8px 8px;margin-bottom:40px;width:300px;position:sticky;top:100px;height:fit-content;align-self:flex-start;color:#333}#MainContent .custom-section--blog-post-puzzery .article-sidebar .sidebar-title{font-size:var(--pzbp-font-sidebar-h-d, 14px);font-weight:600;line-height:1.25;margin-block:0 15px}#MainContent .custom-section--blog-post-puzzery .featured-product-title{font-size:var(--pzbp-font-sidebar-card-d, 13px);font-weight:600;line-height:1.25}#MainContent .custom-section--blog-post-puzzery .sidebar-article-title{font-size:var(--pzbp-font-sidebar-card-d, 13px);font-weight:600}@media screen and (max-width:768px){.custom-section--blog-post-puzzery .article-sidebar{font-size:var(--pzbp-font-sidebar-card-m, 13px)}#MainContent .custom-section--blog-post-puzzery .article-sidebar .sidebar-title{font-size:var(--pzbp-font-sidebar-h-m, 14px)}#MainContent .custom-section--blog-post-puzzery .featured-product-title,#MainContent .custom-section--blog-post-puzzery .sidebar-article-title{font-size:var(--pzbp-font-sidebar-card-m, 13px)}}.custom-section--blog-post-puzzery .article-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.custom-section--blog-post-puzzery .author-bio{background-color:#edeae7;border-radius:14px;display:flex;flex-direction:column;align-items:center;padding:20px;margin:50px 0}.custom-section--blog-post-puzzery .author-image{width:90px;margin-top:-50px;height:auto;border-radius:50%;margin-bottom:0}.custom-section--blog-post-puzzery .author-text{text-align:center;padding-top:10px}#MainContent .custom-section--blog-post-puzzery .author-text{font-size:14.5px;line-height:1.55}.custom-section--blog-post-puzzery .sidebar-section{margin-bottom:30px}.custom-section--blog-post-puzzery .sidebar-section-divider{padding-bottom:20px;border-bottom:3px solid #4c7c7e}.custom-section--blog-post-puzzery .sidebar-title{margin-bottom:15px}.custom-section--blog-post-puzzery .sidebar-article-card{display:block;text-decoration:none;color:inherit;margin-bottom:35px;transition:transform .2s ease}.custom-section--blog-post-puzzery .sidebar-article-card:hover{transform:translateY(-2px)}.custom-section--blog-post-puzzery .sidebar-article-image{width:100%;height:auto;border-radius:8px;margin-bottom:10px}.custom-section--blog-post-puzzery .sidebar-article-title{margin:0 15px;line-height:1.3;color:#333}.custom-section--blog-post-puzzery .featured-product-card{display:block;text-decoration:none;color:inherit;margin-bottom:25px;transition:transform .2s ease}.custom-section--blog-post-puzzery .featured-product-card:hover{transform:translateY(-2px)}.custom-section--blog-post-puzzery .featured-product-image{width:100%;height:auto;border-radius:8px;margin-bottom:10px;margin-top:-15px}.custom-section--blog-post-puzzery .featured-product-title{margin:-30px 0 5px 15px}.custom-section--blog-post-puzzery .featured-product-price{display:block;margin-bottom:15px;color:#555;margin-left:15px}.custom-section--blog-post-puzzery .original-price{margin-inline-end:.35em}.custom-section--blog-post-puzzery .sale-price{color:#a71414}.custom-section--blog-post-puzzery .star-rating{display:inline-flex;flex-wrap:nowrap;align-items:center;gap:.35rem;max-width:100%;color:#555;font-size:var(--pzbp-font-sidebar-card-d, 13px);margin-left:15px;margin-bottom:0;letter-spacing:normal}@media screen and (max-width:768px){.custom-section--blog-post-puzzery .star-rating{font-size:var(--pzbp-font-sidebar-card-m, 13px)}}.custom-section--blog-post-puzzery .star-image{flex-shrink:0;height:14px;width:auto;vertical-align:middle}.custom-section--blog-post-puzzery .review-count{flex-shrink:0;white-space:nowrap;font-size:11px;letter-spacing:normal;color:#666}.custom-section--blog-post-puzzery .back-link,.custom-section--blog-post-puzzery .share-link{display:flex;align-items:center;gap:.5rem;color:inherit;text-decoration:none;font-size:12px;border:0 solid rgb(var(--color-foreground-rgb) / .75);background:none;cursor:pointer;padding:8px 12px;height:35px;border-radius:4px;letter-spacing:.1rem}.custom-section--blog-post-puzzery .back-link:hover,.custom-section--blog-post-puzzery .share-link:hover{opacity:.8}.custom-section--blog-post-puzzery .cta-section{background-color:#d6f5df;border-radius:8px;padding:40px;text-align:center;margin:40px 0;display:flex;flex-direction:column;align-items:center}.custom-section--blog-post-puzzery .cta-section h2{width:100%;line-height:1.15;letter-spacing:-.01em;margin-bottom:20px}.custom-section--blog-post-puzzery .faq-section{margin:40px auto 10px}.custom-section--blog-post-puzzery .faq-section>.faq-item{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.custom-section--blog-post-puzzery .faq-section>.faq-item~.faq-item{border-top:none}.custom-section--blog-post-puzzery .faq-item summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:1rem 0;font-size:var(--pzbp-font-faq-q-d, 15px);font-weight:600;list-style:none}.custom-section--blog-post-puzzery .faq-item summary::-webkit-details-marker{display:none}.custom-section--blog-post-puzzery .faq-item summary:after{content:"+";font-size:1.5em;line-height:1;transition:transform .3s ease}.custom-section--blog-post-puzzery .faq-item[open] summary:after{transform:rotate(45deg)}.custom-section--blog-post-puzzery .faq-content{padding:0 0 2rem;font-size:var(--pzbp-font-faq-a-d, 14px);line-height:1.55;color:var(--pzbp-faq-answer-color, #444);animation:pzbp-slide-down .3s ease-out forwards}@keyframes pzbp-slide-down{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.custom-section--blog-post-puzzery .faq-item:not([open]) .faq-content{animation:pzbp-slide-up .3s ease-out forwards}@keyframes pzbp-slide-up{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.custom-section--blog-post-puzzery .pzry-blog-toc{background-color:var(--light-bg);border-radius:var(--border-radius);margin:2.25rem 0;overflow:hidden;border-top:5px solid var(--primary-color);padding:14px 18px}.custom-section--blog-post-puzzery .pzry-blog-toc-header{margin-bottom:8px}.custom-section--blog-post-puzzery .pzry-blog-toc-header h3{margin:0;font-size:var(--pzbp-font-heading-d, 20px);line-height:1.3;font-weight:600;color:#333}.custom-section--blog-post-puzzery .pzry-blog-toc-content{padding:0 0 0 5px}.custom-section--blog-post-puzzery .pzry-blog-toc-content ul{margin:0;padding-left:0;list-style-type:none}.custom-section--blog-post-puzzery .pzry-blog-toc-content ul ul{padding-left:20px}.custom-section--blog-post-puzzery .pzry-blog-toc-content li{margin-bottom:2px;line-height:1.35}.custom-section--blog-post-puzzery .pzry-blog-toc-content li:last-child{margin-bottom:4px}.custom-section--blog-post-puzzery .pzry-blog-toc-content a{color:inherit;text-decoration:none}.custom-section--blog-post-puzzery .pzry-blog-toc-content a:hover{text-decoration:underline}.custom-section--blog-post-puzzery .pzry-blog-quote{padding:2rem 1rem;margin:2.5rem 0;position:relative;color:#335858;font-family:Kalam,cursive;font-size:1.5rem;line-height:1.6;text-align:center;font-style:italic}.custom-section--blog-post-puzzery .pzry-blog-quote p{position:relative;margin:0;font-size:2.2rem;line-height:2.5rem;color:#335858}#MainContent .custom-section--blog-post-puzzery .article-main .rte blockquote.pzry-blog-quote{margin-inline:auto;padding-inline-start:1rem;border-inline-start:none;font-weight:400}#MainContent .custom-section--blog-post-puzzery .article-main .rte .pzry-blog-quote,#MainContent .custom-section--blog-post-puzzery .article-main .rte .pzry-blog-quote p{font-family:Kalam,cursive;font-style:italic;color:#335858;text-align:center}#MainContent .custom-section--blog-post-puzzery .article-main .rte .pzry-blog-quote p{font-size:2.2rem;line-height:2.5rem}@media screen and (max-width:768px){#MainContent .custom-section--blog-post-puzzery .article-main .rte .pzry-blog-quote p{font-size:clamp(1.65rem,6.5vw,2.2rem);line-height:1.2}}.custom-section--blog-post-puzzery .rte blockquote{border:none}.custom-section--blog-post-puzzery .rte blockquote.pzry-blog-quote{border-inline-start:none}.custom-section--blog-post-puzzery .pzry-blog-checklist-block{background-color:var(--light-bg);border-radius:var(--border-radius);padding:1.25rem 1.5rem;margin:2rem 0 2.5rem;border-top:5px solid var(--primary-color)}.custom-section--blog-post-puzzery .pzry-blog-checklist-title{margin-top:.35rem;margin-bottom:.85rem;font-size:var(--pzbp-font-heading-d, 20px);line-height:1.3;font-weight:600}.custom-section--blog-post-puzzery .pzry-blog-checklist{list-style:none;padding:6px 0!important;margin:0}.custom-section--blog-post-puzzery .pzry-blog-checklist li{display:flex;align-items:flex-start;margin-bottom:.85rem;line-height:1.38}.custom-section--blog-post-puzzery .pzry-blog-checklist li:last-child{margin-bottom:0}.custom-section--blog-post-puzzery .pzry-blog-checklist-icon{flex-shrink:0;width:24px;height:24px;margin-right:.75rem}.custom-section--blog-post-puzzery .pzry-blog-checklist-content{flex-grow:1}.custom-section--blog-post-puzzery .pzry-blog-callout{background-color:var(--callout-bg);border-radius:var(--border-radius);padding:1.25rem 1.5rem;margin:1.5rem 0}.custom-section--blog-post-puzzery .pzry-blog-callout-title{margin-top:.35rem;margin-bottom:.85rem;font-size:var(--pzbp-font-heading-d, 20px);line-height:1.3;font-weight:600}.custom-section--blog-post-puzzery .pzry-blog-callout-content p{margin-top:0;line-height:1.4}.custom-section--blog-post-puzzery .pzry-blog-list{padding-left:1.5rem;margin:1.5rem 0}.custom-section--blog-post-puzzery .pzry-blog-list li{margin-bottom:.75rem;line-height:1.4}.custom-section--blog-post-puzzery .pzry-blog-list li:last-child{margin-bottom:0}.custom-section--blog-post-puzzery .pzry-blog-inline-checklist{list-style:none;padding:0;margin:1.5rem 0}.custom-section--blog-post-puzzery .pzry-blog-inline-checklist li{display:flex;align-items:center;margin-bottom:.75rem;line-height:1.4}.custom-section--blog-post-puzzery .pzry-blog-inline-check-icon{flex-shrink:0;width:16px;height:16px;margin-right:.5rem}.custom-section--blog-post-puzzery .pzry-blog-image-row{display:flex;gap:1.5rem;margin:2rem 0}.custom-section--blog-post-puzzery .pzry-blog-image-col{flex:1;margin:0}.custom-section--blog-post-puzzery .pzry-blog-image-col img,.custom-section--blog-post-puzzery .pzry-blog-image-full img{width:100%;height:auto;border-radius:var(--border-radius)}.custom-section--blog-post-puzzery figure.pzry-blog-image-full>figcaption.pzry-blog-figcaption,.custom-section--blog-post-puzzery .pzry-blog-image-col figcaption.pzry-blog-figcaption,.custom-section--blog-post-puzzery .pzry-blog-figcaption,#MainContent .custom-section--blog-post-puzzery .article-main .rte figure figcaption.pzry-blog-figcaption,#MainContent .custom-section--blog-post-puzzery .article-main .rte .pzry-blog-figcaption{margin-top:.8rem;font-size:14px;font-weight:400;color:#333;text-align:left;line-height:1.4;display:flex;align-items:center;justify-content:center;padding:0 15px}.custom-section--blog-post-puzzery .pzry-blog-figcaption :where(p,li),#MainContent .custom-section--blog-post-puzzery .article-main .rte .pzry-blog-figcaption :where(p,li){font-size:inherit;line-height:inherit;color:inherit;margin-block:0}.custom-section--blog-post-puzzery .pzry-blog-icon{width:20px;height:20px;min-width:20px;margin-right:8px;display:inline-block;vertical-align:middle}.custom-section--blog-post-puzzery .pzry-blog-image-full{margin:3rem 0}.custom-section--blog-post-puzzery .pzry-blog-image-full img{width:100%;height:auto;border-radius:var(--border-radius)}.custom-section--blog-post-puzzery .pzry-blog-card-grid{display:flex;flex-wrap:wrap;justify-content:space-between;margin:2rem 0}.custom-section--blog-post-puzzery .pzry-blog-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:var(--box-shadow);margin-bottom:20px;width:calc(50% - 10px)}.custom-section--blog-post-puzzery .pzry-blog-card-image{width:100%;height:auto;display:block;border-radius:0!important}.custom-section--blog-post-puzzery .pzry-blog-card-content{padding:10px 15px 15px}.custom-section--blog-post-puzzery .pzry-blog-card-title{margin-top:0;margin-bottom:.5rem}.custom-section--blog-post-puzzery .pzry-blog-card-title a{color:inherit;text-decoration:none}.custom-section--blog-post-puzzery .pzry-blog-card-text{margin:0;color:#333;line-height:1.4}.custom-section--blog-post-puzzery .pzry-blog-section{background-color:#f2eeeb;padding:1.25rem 1.35rem 1.15rem;border-radius:8px;margin:1rem 0}.custom-section--blog-post-puzzery .pzry-blog-section--highlight{border-top:6px solid var(--pzbp-primary-color, #4c7c7d);border-radius:0 0 8px 8px}.custom-section--blog-post-puzzery .pzry-blog-section-tagline{font-family:Kalam,cursive;font-size:1rem;line-height:1.35;color:#335858;margin:0 0 .35rem;font-style:italic}.custom-section--blog-post-puzzery .pzry-blog-section p:last-of-type{margin-bottom:0}#MainContent .custom-section--blog-post-puzzery .article-main .rte .pzry-blog-section :where(h2,h3,h4){margin-top:0;margin-bottom:.45rem;font-size:var(--pzbp-font-heading-d, 20px);line-height:1.28;font-weight:600;color:#111}#MainContent .custom-section--blog-post-puzzery .article-main .rte .pzry-blog-section p:not(.pzry-blog-section-tagline){font-size:var(--pzbp-font-body-d, 15px);line-height:1.55;color:#444;margin-top:0;margin-bottom:10px}.custom-section--blog-post-puzzery .pzry-blog-section-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin:1.5rem 0}.custom-section--blog-post-puzzery .pzry-blog-section-grid .pzry-blog-section{margin:0;display:flex;flex-direction:column;min-height:100%}.custom-section--blog-post-puzzery .pzry-blog-section-grid .pzry-blog-section:last-child:nth-child(odd){grid-column:1 / -1}.custom-section--blog-post-puzzery .pzry-blog-section-grid .pzry-blog-section-related{margin-top:auto}.custom-section--blog-post-puzzery .pzry-blog-section-illustration{display:flex;justify-content:center;margin-bottom:.75rem;text-align:center}.custom-section--blog-post-puzzery .pzry-blog-section-illustration img{width:100%;max-width:200px;height:auto;border-radius:4px;margin-inline:auto}.custom-section--blog-post-puzzery .pzry-blog-section-illustration--medium img{max-width:400px}.custom-section--blog-post-puzzery .pzry-blog-section-illustration--large img{max-width:100%}.custom-section--blog-post-puzzery .pzry-blog-section--highlight .pzry-blog-section-illustration--large img{filter:drop-shadow(10px 10px 18px #9c9591)}.custom-section--blog-post-puzzery .pzry-blog-section-illustration--rotate-1 img{transform:rotate(-2deg)}.custom-section--blog-post-puzzery .pzry-blog-section-illustration--rotate-2 img{transform:rotate(-1deg)}.custom-section--blog-post-puzzery .pzry-blog-section-illustration--rotate-3 img{transform:rotate(1deg)}.custom-section--blog-post-puzzery .pzry-blog-section-illustration--rotate-4 img{transform:rotate(2deg)}.custom-section--blog-post-puzzery .pzry-blog-section-illustration--rotate-5 img{transform:rotate(-1.5deg)}.custom-section--blog-post-puzzery .pzry-blog-section-illustration--rotate-6 img{transform:rotate(1.5deg)}.custom-section--blog-post-puzzery .pzry-blog-section-illustration--saturate img{filter:saturate(125%)}.custom-section--blog-post-puzzery .pzry-blog-section-cta{margin:1.25rem 0 1.5rem;text-align:left}.custom-section--blog-post-puzzery .pzry-blog-section-cta .button--primary,.custom-section--blog-post-puzzery .pzry-blog-section-cta .button--primary:visited,.custom-section--blog-post-puzzery .pzry-blog-section-cta .button--primary:hover,.custom-section--blog-post-puzzery .pzry-blog-section-cta .button--primary:active{color:#fff}.custom-section--blog-post-puzzery .pzry-blog-section-related{margin-top:1.25rem;padding-top:.55rem;border-top:1px dashed #ccc}.custom-section--blog-post-puzzery .pzry-blog-section-related-label{color:#555;margin-right:.5rem;font-weight:500;font-size:var(--pzbp-font-related-label-m, 10px)}.custom-section--blog-post-puzzery .pzry-blog-section-related-label:after{content:" "}.custom-section--blog-post-puzzery .pzry-blog-section-related a{color:var(--pzbp-primary-color, #4c7c7d);margin-right:0;text-decoration:none;font-size:var(--pzbp-font-related-link-m, 10px);white-space:nowrap}.custom-section--blog-post-puzzery .pzry-blog-section-related a:hover{text-decoration:underline}.custom-section--blog-post-puzzery .pzry-blog-pull{font-size:1.08em;text-align:center;margin:1.25rem auto;max-width:88%;line-height:1.55}.custom-section--blog-post-puzzery .pzry-blog-pull blockquote,#MainContent .custom-section--blog-post-puzzery .article-main .rte .pzry-blog-pull blockquote{margin-block:0;margin-inline:auto;padding:0;padding-inline-start:0;border:none;border-inline-start:none;font-style:italic;font-weight:400;max-width:100%}.custom-section--blog-post-puzzery .pzry-blog-pull-cite{display:block;font-size:14px;color:#7a7a7a;font-style:italic;margin-top:.5em}.custom-section--blog-post-puzzery .pzry-blog-pull-cite a{color:#7a7a7a}.custom-section--blog-post-puzzery .pzry-blog-pull-cite a:hover{color:var(--pzbp-primary-color, #4c7c7d)}.custom-section--blog-post-puzzery .pzry-blog-insight-block{background-color:var(--light-bg);padding:1.35rem 1.5rem;margin:1.5rem 0;border-radius:8px}.custom-section--blog-post-puzzery .pzry-blog-insight-block--highlight{border-top:6px solid var(--pzbp-primary-color, #4c7c7d);border-radius:0 0 8px 8px}.custom-section--blog-post-puzzery .pzry-blog-insight-title{margin:0 0 .85rem;font-size:var(--pzbp-font-heading-d, 20px);font-weight:700;line-height:1.3;color:#111}.custom-section--blog-post-puzzery .pzry-blog-related-footer{margin-top:1.5rem;padding:.85rem 1rem;background-color:#f8f8f6;border-radius:8px}.custom-section--blog-post-puzzery .pzry-blog-related-label{font-size:var(--pzbp-font-related-label-m, 10px);color:#666;font-weight:500;display:block;margin-bottom:.35rem}.custom-section--blog-post-puzzery .pzry-blog-related-list{margin:0;padding:0;list-style:none}.custom-section--blog-post-puzzery .pzry-blog-related-list li{margin-bottom:.2rem}.custom-section--blog-post-puzzery .pzry-blog-related-list a{font-size:var(--pzbp-font-related-link-m, 10px);color:var(--pzbp-primary-color, #4c7c7d);text-decoration:none;white-space:nowrap}#MainContent .custom-section--blog-post-puzzery .article-main .rte .pzry-blog-related-footer .pzry-blog-related-list a,#MainContent .custom-section--blog-post-puzzery .article-main .rte .pzry-blog-section-related a{font-size:var(--pzbp-font-related-link-m, 10px);white-space:nowrap}.custom-section--blog-post-puzzery .pzry-blog-related-list a:hover{text-decoration:underline}@media screen and (min-width:769px){.custom-section--blog-post-puzzery .pzry-blog-related-label,.custom-section--blog-post-puzzery .pzry-blog-section-related-label{font-size:var(--pzbp-font-related-label-d, 11px)}.custom-section--blog-post-puzzery .pzry-blog-section-related a{font-size:var(--pzbp-font-related-link-d, 11px);margin-right:1.25rem}.custom-section--blog-post-puzzery .pzry-blog-related-list a,#MainContent .custom-section--blog-post-puzzery .article-main .rte .pzry-blog-related-footer .pzry-blog-related-list a,#MainContent .custom-section--blog-post-puzzery .article-main .rte .pzry-blog-section-related a{font-size:var(--pzbp-font-related-link-d, 11px)}}.custom-section--blog-post-puzzery .pzry-blog-insight-list{margin:0;padding-left:1.25rem}.custom-section--blog-post-puzzery .pzry-blog-insight-list li{margin-bottom:.65rem;line-height:1.45}.custom-section--blog-post-puzzery .pzry-blog-insight-list li:last-child{margin-bottom:0}.custom-section--blog-post-puzzery .pzry-blog-insight-list strong{color:#292929}.custom-section--blog-post-puzzery .pzry-blog-insight-block:has(.pzry-blog-section){background-color:transparent;padding:0;margin:1rem 0;border-radius:0;box-shadow:none}.custom-section--blog-post-puzzery .pzry-blog-insight-block--highlight:has(.pzry-blog-section){border-top:none}.custom-section--blog-post-puzzery .puzzery-blog-quote{padding:30px 30px 40px;position:relative;border-radius:14px;font-family:Georgia,serif;color:#1e3232;z-index:2;font-style:italic;line-height:1.5;font-size:20px}.custom-section--blog-post-puzzery .puzzery-blog-quote:before{position:absolute;content:'"';font-family:Georgia,sans-serif;font-size:100px;color:#c9d8d8;top:-30px;left:0;z-index:-1}.custom-section--blog-post-puzzery .puzzery-blog-meta{margin-bottom:2rem}.custom-section--blog-post-puzzery .puzzery-meta-details{margin-top:.5rem;font-size:var(--pzbp-font-meta-d, 13px);letter-spacing:.06em;text-align:center;color:#757575}.custom-section--blog-post-puzzery .puzzery-divider{margin:0 10px;color:#666}#MainContent .custom-section--blog-post-puzzery .puzzery-blog-meta h1{margin:0;font-size:var(--pzbp-font-title-d, 32px);line-height:1.2;font-weight:700;text-align:center;color:#222}.custom-section--blog-post-puzzery .blog-post-comments-container{width:100%;max-width:var(--normal-content-width);margin:0 auto}.custom-section--blog-post-puzzery .blog-post-comments{display:flex;flex-direction:column;gap:var(--gap-3xl)}.custom-section--blog-post-puzzery .blog-post-comment__author{display:flex;align-items:center;gap:var(--gap-2xs);margin-top:var(--margin-md);font-size:var(--font-size--body-sm);color:rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text))}.custom-section--blog-post-puzzery .blog-post-comments-pagination{display:flex;justify-content:center;gap:var(--gap-2xs)}.custom-section--blog-post-puzzery .blog-post-comments-pagination,.custom-section--blog-post-puzzery .blog-post-comments-pagination a,.custom-section--blog-post-puzzery .blog-post-comments-pagination .current{color:var(--color-foreground)}.custom-section--blog-post-puzzery .blog-post-comments-pagination .current,.custom-section--blog-post-puzzery .blog-post-comments-pagination a{display:block;padding:var(--padding-2xs) var(--padding-xs)}.custom-section--blog-post-puzzery .blog-post-comments-pagination .current,.custom-section--blog-post-puzzery .blog-post-comments-pagination a:hover{border-bottom:1px solid var(--color-foreground)}@media(max-width:768px){.custom-section--blog-post-puzzery .puzzery-blog-header{padding:15px}.custom-section--blog-post-puzzery .article-container{flex-direction:column}.custom-section--blog-post-puzzery .article-sidebar{display:none}.custom-section--blog-post-puzzery .article-main{max-width:100%}.custom-section--blog-post-puzzery .author-bio{margin:50px 15px}.custom-section--blog-post-puzzery .article-navigation{padding:0 15px}.custom-section--blog-post-puzzery .pzry-blog-card{width:100%}.custom-section--blog-post-puzzery .pzry-blog-image-row{flex-direction:column}.custom-section--blog-post-puzzery .pzry-blog-image-col{margin-bottom:2.5rem;width:100%}.custom-section--blog-post-puzzery .pzry-blog-image-col:last-child{margin-bottom:0}.custom-section--blog-post-puzzery figure figcaption.pzry-blog-figcaption,#MainContent .custom-section--blog-post-puzzery .article-main .rte figure figcaption.pzry-blog-figcaption{font-size:13px}.custom-section--blog-post-puzzery .puzzery-meta-details{font-size:var(--pzbp-font-meta-m, 13px)}#MainContent .custom-section--blog-post-puzzery .puzzery-blog-meta h1{font-size:var(--pzbp-font-title-m, 28px)}}@media(max-width:1000px){.custom-section--blog-post-puzzery .pzry-image-container{width:100%;margin-left:0%}.custom-section--blog-post-puzzery .pzry-grid-block-cards{width:100%}.custom-section--blog-post-puzzery .pzry-image-block{flex:auto;margin-bottom:10px}}@media(hover:none){.custom-section--blog-post-puzzery .share-link:active,.custom-section--blog-post-puzzery .share-link:focus,.custom-section--blog-post-puzzery .back-link:active,.custom-section--blog-post-puzzery .back-link:focus{opacity:1;-webkit-tap-highlight-color:transparent;outline:none}}.custom-section--card-with-badge{display:flex;justify-content:center;width:100%}.custom-section--card-with-badge--has-badge{padding-bottom:calc(var(--ccb-badge-offset-y, 16px) + var(--ccb-badge-size-desktop, 120px) * .25)}.custom-section--card-with-badge .ccb__card{position:relative;width:100%;max-width:var(--ccb-max-width, 640px);border-radius:var(--ccb-radius, 16px);overflow:visible;background-color:#fff;border:1px solid #cdd4d8;box-shadow:0 6px 24px rgb(var(--color-foreground-rgb) / .06)}.custom-section--card-with-badge .ccb__image{overflow:hidden;border-radius:var(--ccb-radius, 16px) var(--ccb-radius, 16px) 0 0}.custom-section--card-with-badge .ccb__card--has-image:not(.ccb__card--has-text) .ccb__image{border-radius:var(--ccb-radius, 16px)}.custom-section--card-with-badge .ccb__image-el{display:block;width:100%;height:auto;vertical-align:middle}.custom-section--card-with-badge .ccb__content{padding:clamp(1.25rem,4vw,2rem);border-radius:0 0 var(--ccb-radius, 16px) var(--ccb-radius, 16px)}.custom-section--card-with-badge .ccb__card:not(.ccb__card--has-image) .ccb__content{border-radius:var(--ccb-radius, 16px)}.custom-section--card-with-badge .ccb__heading{margin:0 0 1rem}.custom-section--card-with-badge .ccb__body{margin:0}.custom-section--card-with-badge .ccb__body>*:first-child{margin-top:0}.custom-section--card-with-badge .ccb__body>*:last-child{margin-bottom:0}.custom-section--card-with-badge .ccb__badge{position:absolute;right:calc(var(--ccb-badge-offset-x, 16px) * -1);bottom:calc(var(--ccb-badge-offset-y, 16px) * -1);width:var(--ccb-badge-size-desktop, 120px);aspect-ratio:1 / 1;pointer-events:none;z-index:2}.custom-section--card-with-badge .ccb__badge-el{width:100%;height:100%;object-fit:contain;display:block}@media(min-width:750px){.section .custom-section--card-with-badge .ccb__heading.h2{font-size:var(--ccb-heading-desktop, 32px)}.section .custom-section--card-with-badge .ccb__body{font-size:var(--ccb-body-desktop, 16px)}.section .custom-section--card-with-badge .ccb__body :is(p,li,a){font-size:inherit}}@media(max-width:749px){.custom-section--card-with-badge--has-badge{padding-bottom:calc(var(--ccb-badge-offset-y, 16px) + var(--ccb-badge-size-mobile, 95px) * .25)}.custom-section--card-with-badge .ccb__badge{width:var(--ccb-badge-size-mobile, 95px)}.section .custom-section--card-with-badge .ccb__heading{font-size:var(--ccb-heading-mobile, 22px)}.section .custom-section--card-with-badge .ccb__body{font-size:var(--ccb-body-mobile, 15px)}.section .custom-section--card-with-badge .ccb__body :is(p,li,a){font-size:inherit}}.custom-section--rich-text-blocks{display:flex;justify-content:center;width:100%}.custom-section--rich-text-blocks__inner{width:100%;max-width:var(--crtfb-max-width, 680px);display:flex;flex-direction:column;gap:var(--crtfb-gap, 24px)}.custom-section--rich-text-blocks .crtfb__block--align-left{text-align:left}.custom-section--rich-text-blocks .crtfb__block--align-center{text-align:center}.custom-section--rich-text-blocks .crtfb__block--align-right{text-align:right}.custom-section--rich-text-blocks .crtfb__block--align-justify{text-align:justify}.custom-section--rich-text-blocks .crtfb__heading,.custom-section--rich-text-blocks .crtfb__body{margin:0}@media(min-width:750px){.custom-section--rich-text-blocks .crtfb__block--paragraph .crtfb__body.rte h1{font-size:var(--crtfb-h1-d, 40px)}.custom-section--rich-text-blocks .crtfb__block--paragraph .crtfb__body.rte h2{font-size:var(--crtfb-h2-d, 32px)}.custom-section--rich-text-blocks .crtfb__block--paragraph .crtfb__body.rte h3{font-size:var(--crtfb-h3-d, 26px)}.custom-section--rich-text-blocks .crtfb__block--paragraph .crtfb__body.rte h4{font-size:var(--crtfb-h4-d, 22px)}.custom-section--rich-text-blocks .crtfb__block--paragraph .crtfb__body.rte h5{font-size:var(--crtfb-h5-d, 18px)}.custom-section--rich-text-blocks .crtfb__block--paragraph .crtfb__body.rte h6{font-size:var(--crtfb-h6-d, 16px)}.custom-section--rich-text-blocks .crtfb__block--paragraph .crtfb__body.rte p{font-size:var(--crtfb-p-d, 16px)}.custom-section--rich-text-blocks .crtfb__block--paragraph .crtfb__body.rte li{font-size:var(--crtfb-li-d, 16px)}.custom-section--rich-text-blocks .crtfb__block--paragraph .crtfb__body.rte :is(blockquote,td,th){font-size:var(--crtfb-p-d, 16px)}}@media(max-width:749px){.custom-section--rich-text-blocks .crtfb__block--paragraph .crtfb__body.rte h1{font-size:var(--crtfb-h1-m, 32px)}.custom-section--rich-text-blocks .crtfb__block--paragraph .crtfb__body.rte h2{font-size:var(--crtfb-h2-m, 28px)}.custom-section--rich-text-blocks .crtfb__block--paragraph .crtfb__body.rte h3{font-size:var(--crtfb-h3-m, 22px)}.custom-section--rich-text-blocks .crtfb__block--paragraph .crtfb__body.rte h4{font-size:var(--crtfb-h4-m, 20px)}.custom-section--rich-text-blocks .crtfb__block--paragraph .crtfb__body.rte h5{font-size:var(--crtfb-h5-m, 17px)}.custom-section--rich-text-blocks .crtfb__block--paragraph .crtfb__body.rte h6{font-size:var(--crtfb-h6-m, 15px)}.custom-section--rich-text-blocks .crtfb__block--paragraph .crtfb__body.rte p{font-size:var(--crtfb-p-m, 15px)}.custom-section--rich-text-blocks .crtfb__block--paragraph .crtfb__body.rte li{font-size:var(--crtfb-li-m, 15px)}.custom-section--rich-text-blocks .crtfb__block--paragraph .crtfb__body.rte :is(blockquote,td,th){font-size:var(--crtfb-p-m, 15px)}}.custom-section--rich-text-blocks .crtfb__body.rte>*:first-child{margin-top:0}.custom-section--rich-text-blocks .crtfb__body.rte>*:last-child{margin-bottom:0}.custom-section--help-center-form{max-width:700px;margin:0 auto}.custom-section--help-center-form .hcf__entry{text-align:center;margin-bottom:30px}.custom-section--help-center-form .hcf__entry-text{font-size:1.25rem;color:var(--color-foreground, #333);margin-bottom:12px}.custom-section--help-center-form .hcf__entry-button{background:#fff;border:1px solid var(--color-foreground, #333);border-radius:6px;padding:12px 28px;font-size:14px;cursor:pointer;transition:background .2s ease,color .2s ease;color:var(--color-foreground, #333);min-width:200px;text-align:center}.custom-section--help-center-form .hcf__entry-button:hover{background:var(--color-foreground, #333);color:var(--color-background, #fff)}.custom-section--help-center-form .hcf__entry-button:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.custom-section--help-center-form .hcf__form-wrapper{animation:hcf-slideDown .3s ease-out}@keyframes hcf-slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.custom-section--help-center-form .hcf__form-card{background:#fff;border:1px solid #cdd4d8;border-radius:7px;padding:30px}.custom-section--help-center-form .hcf__title{font-size:1.75rem;font-weight:600;margin:0 0 8px;color:var(--color-foreground, #333)}.custom-section--help-center-form .hcf__subtitle{font-size:1.1rem;color:#666;margin:0 0 25px}.custom-section--help-center-form .hcf__row{display:flex;gap:15px}.custom-section--help-center-form .hcf__row .hcf__field{flex:1}.custom-section--help-center-form .hcf__field{margin-bottom:20px}.custom-section--help-center-form .hcf__field label{display:block;font-size:14px;font-weight:500;color:var(--color-foreground, #333);margin-bottom:6px}.custom-section--help-center-form .hcf__required{color:var(--color-foreground, #333)}.custom-section--help-center-form .hcf__field input[type=text],.custom-section--help-center-form .hcf__field input[type=email],.custom-section--help-center-form .hcf__field textarea,.custom-section--help-center-form .hcf__field select{width:100%;padding:10px 12px;font-size:16px;border:1px solid #cdd4d8;border-radius:6px;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit;background:#fff;color:var(--color-foreground, #333)}.custom-section--help-center-form .hcf__field select{-webkit-text-fill-color:var(--color-foreground, #333);opacity:1}.custom-section--help-center-form .hcf__field input:focus,.custom-section--help-center-form .hcf__field textarea:focus,.custom-section--help-center-form .hcf__field select:focus{outline:none;border-color:#4c7c7d;box-shadow:0 0 0 2px #4c7c7d33}.custom-section--help-center-form .hcf__field textarea{resize:vertical;min-height:100px}.custom-section--help-center-form .hcf__select-wrapper{position:relative}.custom-section--help-center-form .hcf__select-wrapper select{appearance:none;-webkit-appearance:none;padding-right:35px;cursor:pointer}.custom-section--help-center-form .hcf__select-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none}.custom-section--help-center-form .hcf__hp{position:absolute;left:-9999px;opacity:0;pointer-events:none}.custom-section--help-center-form .hcf__note{display:flex;gap:12px;padding:14px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;line-height:1.55;border:1px solid}.custom-section--help-center-form .hcf__note--info{background:#eef6fb;border-color:#3b82c4;color:#1e3a5f}.custom-section--help-center-form .hcf__note--info .hcf__note-icon{color:#3b82c4}.custom-section--help-center-form .hcf__note--warning{background:#fef9e7;border-color:#d4a017;color:#5c4813}.custom-section--help-center-form .hcf__note--warning .hcf__note-icon{color:#d4a017}.custom-section--help-center-form .hcf__note--caution{background:#fdecea;border-color:#d63031;color:#611a1a}.custom-section--help-center-form .hcf__note--caution .hcf__note-icon{color:#d63031}.custom-section--help-center-form .hcf__note-icon{flex-shrink:0;display:flex;align-items:flex-start;padding-top:1px}.custom-section--help-center-form .hcf__note-content{flex:1;min-width:0}.custom-section--help-center-form .hcf__note-content :first-child{margin-top:0}.custom-section--help-center-form .hcf__note-content :last-child{margin-bottom:0}.custom-section--help-center-form .hcf__note-content a{color:inherit;text-decoration:underline}.custom-section--help-center-form .hcf__upload-zone{border:2px dashed #cdd4d8;border-radius:6px;padding:30px 20px;text-align:center;transition:border-color .2s ease,background .2s ease;cursor:pointer}.custom-section--help-center-form .hcf__upload-zone:hover,.custom-section--help-center-form .hcf__upload-zone.dragover{border-color:#4c7c7d;background:#4c7c7d08}.custom-section--help-center-form .hcf__upload-icon{margin-bottom:15px;display:flex;justify-content:center}.custom-section--help-center-form .hcf__upload-btn{background:var(--color-foreground, #333);color:var(--color-background, #fff);border:none;border-radius:4px;padding:10px 20px;font-size:12px;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:background .2s ease}.custom-section--help-center-form .hcf__upload-btn:hover{opacity:.85}.custom-section--help-center-form .hcf__upload-hint{font-size:12px;color:#999;margin:10px 0 0}.custom-section--help-center-form .hcf__upload-previews{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.custom-section--help-center-form .hcf__preview-item{position:relative;width:80px;height:80px;border-radius:6px;overflow:hidden;border:1px solid #cdd4d8}.custom-section--help-center-form .hcf__preview-item img{width:100%;height:100%;object-fit:cover}.custom-section--help-center-form .hcf__preview-item.uploading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fffc}.custom-section--help-center-form .hcf__preview-item.uploading:before{content:"";position:absolute;top:50%;left:50%;width:24px;height:24px;margin:-12px 0 0 -12px;border:2px solid #4c7c7d;border-top-color:transparent;border-radius:50%;animation:hcf-spin .8s linear infinite;z-index:1}@keyframes hcf-spin{to{transform:rotate(360deg)}}.custom-section--help-center-form .hcf__preview-remove{position:absolute;top:4px;right:4px;width:20px;height:20px;background:#0009;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s ease}.custom-section--help-center-form .hcf__preview-remove:hover{background:#000c}.custom-section--help-center-form .hcf__preview-remove svg{width:10px;height:10px}.custom-section--help-center-form .hcf__preview-remove svg path{stroke:#fff}.custom-section--help-center-form .hcf__upload-zone.disabled{opacity:.5;pointer-events:none;cursor:not-allowed;background:#f5f5f5}.custom-section--help-center-form .hcf__upload-zone.disabled .hcf__upload-btn{background:#999}.custom-section--help-center-form .hcf__suggestions{margin-bottom:20px}.custom-section--help-center-form .hcf__suggestions-title{font-size:13px;font-weight:500;color:#666;margin:0 0 10px}.custom-section--help-center-form .hcf__suggestions-list{display:flex;flex-direction:column;gap:8px}.custom-section--help-center-form .hcf__suggestion-item{border:1px solid #cdd4d8;border-radius:6px;overflow:hidden;transition:border-color .2s ease}.custom-section--help-center-form .hcf__suggestion-item:hover{border-color:#4c7c7d}.custom-section--help-center-form .hcf__suggestion-question{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 15px;background:#fff;border:none;width:100%;text-align:left;font-size:14px;color:var(--color-foreground, #333);cursor:pointer;transition:background .2s ease}.custom-section--help-center-form .hcf__suggestion-question:hover{background:#f9f9f9}.custom-section--help-center-form .hcf__suggestion-question span{flex:1}.custom-section--help-center-form .hcf__suggestion-arrow{flex-shrink:0;transition:transform .2s ease}.custom-section--help-center-form .hcf__suggestion-item.expanded .hcf__suggestion-arrow{transform:rotate(180deg)}.custom-section--help-center-form .hcf__suggestion-answer{display:none;padding:0 15px 15px;font-size:14px;color:#666;line-height:1.6;background:#fafafa;border-top:1px solid #eee}.custom-section--help-center-form .hcf__suggestion-item.expanded .hcf__suggestion-answer{display:block;padding:10px 15px 15px}.custom-section--help-center-form .hcf__suggestion-answer a{color:#4c7c7d;text-decoration:underline}.custom-section--help-center-form .hcf__submit{width:100%;padding:14px 20px;background:#4c7c7d;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.custom-section--help-center-form .hcf__submit:hover:not(:disabled){background:#3e6566}.custom-section--help-center-form .hcf__submit:disabled{opacity:.7;cursor:not-allowed}.custom-section--help-center-form .hcf__submit:focus-visible{outline:2px solid #4c7c7d;outline-offset:2px}.custom-section--help-center-form .hcf__spinner{animation:hcf-spin 1s linear infinite}.custom-section--help-center-form .hcf__success{text-align:center;padding:40px 20px}.custom-section--help-center-form .hcf__success-icon{width:60px;height:60px;background:#edeae7;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 20px}.custom-section--help-center-form .hcf__success-title{font-size:1.5rem;margin:0 0 10px;color:var(--color-foreground, #333)}.custom-section--help-center-form .hcf__success-text{color:#666;margin:0 0 8px}.custom-section--help-center-form .hcf__success-ticket{font-size:14px;color:#666;margin:0 0 25px}.custom-section--help-center-form .hcf__success-ticket code{font-weight:600;color:var(--color-foreground, #333);background:#edeae7;padding:2px 8px;border-radius:4px}.custom-section--help-center-form .hcf__success-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.custom-section--help-center-form .hcf__btn{padding:12px 24px;border-radius:6px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s ease;display:inline-block}.custom-section--help-center-form .hcf__btn--primary{background:#4c7c7d;color:#fff;border:1px solid #4c7c7d}.custom-section--help-center-form .hcf__btn--primary:hover{background:#3e6566}.custom-section--help-center-form .hcf__btn--primary:focus-visible{outline:2px solid #4c7c7d;outline-offset:2px}.custom-section--help-center-form .hcf__field.error input,.custom-section--help-center-form .hcf__field.error textarea,.custom-section--help-center-form .hcf__field.error select{border-color:#e74c3c}.custom-section--help-center-form .hcf__field .hcf__error-msg{color:#e74c3c;font-size:12px;margin-top:4px}.custom-section--help-center-form .hcf__upload-zone.error{border-color:#e74c3c}.custom-section--help-center-form .hcf__validation-summary{margin-top:12px;border-radius:6px;color:#e74c3c;font-size:14px;text-align:center}.custom-section--help-center-form .hcf__server-error{margin-top:12px;padding:12px 15px;border-radius:6px;background:#fdecea;border:1px solid #e74c3c;color:#c0392b;font-size:14px;text-align:center}@media screen and (max-width:749px){.custom-section--help-center-form .hcf__row{flex-direction:column;gap:0}.custom-section--help-center-form .hcf__form-card{padding:20px}}.custom-section--help-center-faq{max-width:1200px;margin:0 auto}.custom-section--help-center-faq .hcfaq__search-wrapper{position:relative;max-width:700px;margin:0 auto 40px}.custom-section--help-center-faq .hcfaq__search-input{width:100%;padding:15px 40px 15px 20px;font-size:16px;border:1px solid #cdd4d8;border-radius:6px;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit;background:#fff;color:var(--color-foreground, #333)}.custom-section--help-center-faq .hcfaq__search-input:focus{outline:none;border-color:#4c7c7d;box-shadow:0 0 0 2px #4c7c7d33}.custom-section--help-center-faq .hcfaq__search-clear{position:absolute;top:50%;right:15px;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:5px;display:flex;opacity:.6;transition:opacity .2s ease}.custom-section--help-center-faq .hcfaq__search-clear:hover{opacity:1}.custom-section--help-center-faq .hcfaq__search-clear--hidden{display:none!important}.custom-section--help-center-faq .hcfaq__no-results{display:none;text-align:center;padding:40px 20px;font-size:1.1rem;color:#666}.custom-section--help-center-faq .hcfaq__layout{display:flex;gap:30px}.custom-section--help-center-faq .hcfaq__side-nav{width:25%;flex-shrink:0;margin-bottom:30px}.custom-section--help-center-faq .hcfaq__side-nav-title{font-size:1.5rem;font-weight:600;margin-bottom:15px;color:var(--color-foreground, #333)}.custom-section--help-center-faq .hcfaq__side-nav-list{list-style:none;padding:0;margin:0}.custom-section--help-center-faq .hcfaq__side-nav-item{margin-bottom:8px}.custom-section--help-center-faq .hcfaq__side-nav-button{display:block;width:100%;padding:12px 15px;text-align:left;background:#fff;border:1px solid #cdd4d8;border-radius:6px;cursor:pointer;font-size:16px;transition:all .2s ease;color:var(--color-foreground, #333);font-family:inherit}.custom-section--help-center-faq .hcfaq__side-nav-button:hover{background:#f9f9f9}.custom-section--help-center-faq .hcfaq__side-nav-button:focus-visible{outline:2px solid #4c7c7d;outline-offset:2px}.custom-section--help-center-faq .hcfaq__side-nav-button.active{border-color:#4c7c7d;font-weight:500}.custom-section--help-center-faq .hcfaq__mobile-nav{display:none;margin-bottom:30px}.custom-section--help-center-faq .hcfaq__content{width:75%}.custom-section--help-center-faq .hcfaq__group{display:none;margin-bottom:40px}.custom-section--help-center-faq .hcfaq__group.active{display:block}.custom-section--help-center-faq .hcfaq__group-header{margin-bottom:20px}.custom-section--help-center-faq .hcfaq__group-title{font-size:1.5rem;font-weight:600;margin-bottom:8px}.custom-section--help-center-faq .hcfaq__group-description{font-size:1rem;color:#666;margin:0}.custom-section--help-center-faq .hcfaq__items-container{width:100%;column-count:2;column-gap:20px}.custom-section--help-center-faq .pzry-hc-faq-item{display:inline-block;width:100%;break-inside:avoid;margin-bottom:10px;border:1px solid #cdd4d8;border-radius:6px;transition:border-color .2s ease}.custom-section--help-center-faq .pzry-hc-faq-item:hover{border-color:#4c7c7d}.custom-section--help-center-faq .pzry-hc-faq-question{position:relative;background-color:#fff;color:var(--color-foreground, #333);cursor:pointer;padding:14px 40px;width:100%;text-align:left;border:none;outline:none;transition:background-color .2s ease;font-size:16px;display:flex;align-items:center;letter-spacing:-.02em;font-family:inherit;border-radius:6px;min-height:48px}.custom-section--help-center-faq .pzry-hc-faq-question:hover{background-color:#f9f9f9}.custom-section--help-center-faq .pzry-hc-faq-question:focus-visible{outline:2px solid #4c7c7d;outline-offset:-2px}.custom-section--help-center-faq .hcfaq__link-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);opacity:0;transition:opacity .2s ease;cursor:pointer;padding:31px 10px 10px;margin:-10px;z-index:2}.custom-section--help-center-faq .pzry-hc-faq-question:hover .hcfaq__link-icon{opacity:.5}.custom-section--help-center-faq .pzry-hc-faq-question:after{content:"\2795";font-size:13px;color:#777;position:absolute;right:18px;top:50%;transform:translateY(-50%)}.custom-section--help-center-faq .pzry-hc-faq-question.hcfaq__active:after{content:"\2796"}.custom-section--help-center-faq .pzry-hc-faq-question.hcfaq__active{background-color:#f9f9f9}.custom-section--help-center-faq .pzry-hc-faq-answer{background-color:#fff;max-height:0;overflow:hidden;padding:0 18px;opacity:0;transition:all .3s ease-out;border-top:1px solid #cdd4d8}.custom-section--help-center-faq .pzry-hc-faq-answer.hcfaq__answer-active{padding:18px;opacity:1;color:#575757;line-height:22px}.custom-section--help-center-faq .metafield-rich_text_field a{color:#367172;text-decoration:underline}.custom-section--help-center-faq .metafield-rich_text_field>h4{background-color:#333;margin-bottom:0;padding:8px 8px 4px;border-radius:6px 6px 0 0;color:#eee;font-weight:400;font-size:.8em;max-width:400px}.custom-section--help-center-faq .metafield-rich_text_field>h4+ul{background-color:#fff;border-radius:0 0 6px 6px;border:1px solid #333;margin-top:0;padding-top:4px;padding-bottom:4px;max-width:400px}.custom-section--help-center-faq .metafield-rich_text_field>h4+ul>li{font-size:.8em;color:#333}.custom-section--help-center-faq .hcfaq__search-results{margin-bottom:40px}@media screen and (max-width:749px){.custom-section--help-center-faq .hcfaq__layout{display:block}.custom-section--help-center-faq .hcfaq__side-nav{display:none}.custom-section--help-center-faq .hcfaq__mobile-nav{display:block}.custom-section--help-center-faq .hcfaq__content{width:100%}.custom-section--help-center-faq .hcfaq__items-container{column-count:1}.custom-section--help-center-faq .pzry-hc-faq-item{display:block}.custom-section--help-center-faq .hcfaq__link-icon{opacity:.5;padding:40px 15px 10px;margin:-15px}}.custom-section--community{max-width:600px;margin:0 auto}.custom-section--community .comm__header{text-align:center;margin-bottom:10px}.custom-section--community .comm__title{margin:0 0 10px}.custom-section--community .comm__loading{display:none;justify-content:center;padding:40px 0;color:#999}.custom-section--community.comm--loading .comm__loading{display:flex}.custom-section--community.comm--loading .comm__header,.custom-section--community.comm--loading .comm__forms-container,.custom-section--community.comm--loading .comm__update-form,.custom-section--community.comm--loading .comm__thanks,.custom-section--community.comm--loading .comm__unsub{display:none!important}.custom-section--community .comm__hp{position:absolute;left:-9999px;opacity:0;pointer-events:none}.custom-section--community .comm__signup-form{max-width:400px;margin:0 auto;padding:0}.custom-section--community .comm__signup-fields{display:flex;flex-direction:column;gap:12px}.custom-section--community .comm__signup-input{width:100%;padding:10px 16px;font-size:16px;border:1px solid #cdd4d8;border-radius:6px;box-sizing:border-box;font-family:inherit;color:var(--color-foreground, #333);background:#fff}.custom-section--community .comm__signup-preferences{padding-top:8px}.custom-section--community .comm__signup-preferences-label{display:block;font-weight:500;font-size:14px;color:var(--color-foreground, #333);margin-bottom:10px}.custom-section--community .comm__signup-radio{display:flex;align-items:center;margin-bottom:8px}.custom-section--community .comm__signup-radio input[type=radio]{margin-right:10px}.custom-section--community .comm__signup-radio label{font-size:14px;color:var(--color-foreground, #333);cursor:pointer}.custom-section--community .comm__signup-input:focus{outline:none;border-color:#4c7c7d;box-shadow:0 0 0 2px #4c7c7d33}.custom-section--community .comm__signup-submit{width:100%;padding:12px 20px;background-color:#4c7c7d;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;font-family:inherit;transition:background-color .2s ease}.custom-section--community .comm__signup-submit:hover{background-color:#3e6566}.custom-section--community .comm__signup-submit:focus-visible{outline:2px solid #4c7c7d;outline-offset:2px}.custom-section--community .comm__signup-success{text-align:center;padding:20px 0}.custom-section--community .comm__signup-success-text{color:var(--color-foreground, #333);font-size:16px}.custom-section--community .comm__signup-hint{font-size:12px;color:#888;text-align:center;margin:12px 0 0;line-height:1.4}.custom-section--community .comm__signup-error{color:#e02229;font-size:14px;text-align:center;margin-top:10px}.custom-section--community .comm__subtitle{text-align:center;margin:10px 20px}.custom-section--community .comm__forms-container{padding:0 10px}.custom-section--community .comm__update-form{max-width:500px;margin:30px auto;padding:0 20px}.custom-section--community .comm__preferences-form{background-color:#fff;border:1px solid #cdd4d8;border-radius:7px;padding:25px}.custom-section--community .comm__form-field{margin-bottom:20px}.custom-section--community .comm__form-field label{display:block;font-weight:500;color:var(--color-foreground, #333)}.custom-section--community .comm__form-input{width:100%;padding:10px 12px;border:1px solid #cdd4d8;border-radius:6px;font-size:16px;font-family:inherit;box-sizing:border-box;color:var(--color-foreground, #333);background:#fff}.custom-section--community .comm__form-input:focus{outline:none;border-color:#4c7c7d;box-shadow:0 0 0 2px #4c7c7d33}.custom-section--community .comm__radio-group-label{font-weight:500;margin-bottom:12px;display:block}.custom-section--community .comm__email-preferences{border-top:1px solid #eee;padding-top:20px}.custom-section--community .comm__radio-option{margin-bottom:10px;display:flex;align-items:center}.custom-section--community .comm__radio-option input[type=radio]{margin-right:10px}.custom-section--community .comm__submit-button{background-color:#4c7c7d;color:#fff;border:none;border-radius:6px;padding:12px 20px;font-size:16px;font-weight:500;cursor:pointer;width:100%;transition:background-color .2s ease;font-family:inherit}.custom-section--community .comm__submit-button:hover{background-color:#3e6566}.custom-section--community .comm__submit-button:focus-visible{outline:2px solid #4c7c7d;outline-offset:2px}.custom-section--community .comm__thanks{text-align:center;margin:30px auto;max-width:500px;padding:0 20px}.custom-section--community .comm__thanks-buttons{display:flex;flex-direction:column;align-items:center;gap:15px}.custom-section--community .comm__thanks-buttons .button{width:100%;max-width:300px}.custom-section--community .comm__unsub{text-align:center;margin:30px auto;max-width:500px;padding:0 20px}.custom-section--community .comm__unsub-gif{max-width:200px;margin:20px auto;display:block}.custom-section--community .comm__unsub-buttons{display:flex;flex-direction:column;align-items:center;gap:15px}.custom-section--community .comm__unsub-buttons .button{width:100%;max-width:300px}.custom-section--community .comm__text-link{color:#666;text-decoration:none;font-size:14px;margin-top:10px;cursor:pointer;background:none;border:none;padding:0;font-family:inherit}.custom-section--community .comm__text-link:hover{color:var(--color-foreground, #333);text-decoration:underline}.custom-section--community .comm__holiday-callout{background:linear-gradient(135deg,#f8f4e8,#fff9e6);border:2px solid #d4a853;border-radius:12px;padding:20px;margin-bottom:20px;text-align:center}.custom-section--community .comm__holiday-callout-title{font-size:18px;font-weight:600;color:var(--color-foreground, #333);margin-bottom:8px}.custom-section--community .comm__holiday-callout-text{font-size:14px;color:#666;margin-bottom:15px;line-height:1.5}.custom-section--community .comm__holiday-callout .button{width:100%}.custom-section--community .comm__error{color:#e02229;text-align:center;margin:20px auto;max-width:500px;padding:15px;background-color:#fff8f8;border:1px solid #e02229;border-radius:8px}.custom-section--community .comm__review{max-width:480px;margin:20px auto;padding:0 20px}.custom-section--community .comm__review-card{background:#fff;border:1px solid #cdd4d8;border-radius:12px;padding:30px;text-align:left}.custom-section--community .comm__review-signature-img{display:block;margin:0 0 20px;max-width:180px;height:auto}.custom-section--community .comm__review-title{font-size:1.3rem;font-weight:600;margin:0 0 8px;color:var(--color-foreground, #333)}.custom-section--community .comm__review-subtitle{font-size:.95rem;color:#666;margin:0 0 6px;line-height:1.5}.custom-section--community .comm__review-signature{font-size:.85rem;color:#999;font-style:italic;margin:0 0 24px}.custom-section--community .comm__review-thumbs{display:flex;justify-content:center;gap:16px}.custom-section--community .comm__review-thumb-btn{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;border:2px solid #cdd4d8;background:#fff;cursor:pointer;transition:all .2s ease;font-size:24px}.custom-section--community .comm__review-thumb-btn:hover{transform:scale(1.1)}.custom-section--community .comm__review-thumb-btn--up:hover{border-color:#4c7c7d;background:#eef8f5}.custom-section--community .comm__review-thumb-btn--neutral:hover{border-color:#d4a017;background:#fef9e7}.custom-section--community .comm__review-thumb-btn--down:hover{border-color:#c0392b;background:#fdecea}.custom-section--community .comm__review-thumb-btn:focus-visible{outline:2px solid #4c7c7d;outline-offset:2px}.custom-section--community .comm__review-form{margin-top:24px;text-align:left;animation:hcf-slideDown .3s ease-out}.custom-section--community .comm__review-form-intro{font-size:.9rem;color:#555;margin:0 0 16px;text-align:left;line-height:1.5}.custom-section--community .comm__review-form .comm__form-field{margin-bottom:14px}.custom-section--community .comm__review-form .comm__form-input,.custom-section--community .comm__review-form textarea{width:100%;padding:10px 12px;border:1px solid #cdd4d8;border-radius:6px;font-size:16px;font-family:inherit;box-sizing:border-box;color:var(--color-foreground, #333);background:#fff}.custom-section--community .comm__review-form textarea{resize:vertical;min-height:100px}.custom-section--community .comm__review-form .comm__form-input::placeholder,.custom-section--community .comm__review-form textarea::placeholder{color:#aaa}.custom-section--community .comm__review-form .comm__form-input:focus,.custom-section--community .comm__review-form textarea:focus{outline:none;border-color:#4c7c7d;box-shadow:0 0 0 2px #4c7c7d33}.custom-section--community .comm__review-upload-label{display:block;font-size:14px;font-weight:500;color:var(--color-foreground, #333);margin-bottom:8px}.custom-section--community .hcf__upload-zone{border:2px dashed #cdd4d8;border-radius:6px;padding:24px 16px;text-align:center;cursor:pointer;transition:border-color .2s ease,background .2s ease}.custom-section--community .hcf__upload-zone:hover,.custom-section--community .hcf__upload-zone.dragover{border-color:#4c7c7d;background:#4c7c7d08}.custom-section--community .hcf__upload-icon{display:flex;justify-content:center;margin-bottom:8px}.custom-section--community .hcf__upload-hint{font-size:12px;color:#aaa;margin:0}.custom-section--community .hcf__upload-previews{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.custom-section--community .hcf__preview-item{position:relative;width:70px;height:70px;border-radius:6px;overflow:hidden;border:1px solid #cdd4d8}.custom-section--community .hcf__preview-item img{width:100%;height:100%;object-fit:cover}.custom-section--community .hcf__preview-item.uploading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fffc}.custom-section--community .hcf__preview-item.uploading:before{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #4c7c7d;border-top-color:transparent;border-radius:50%;animation:hcf-spin .8s linear infinite;z-index:1}.custom-section--community .hcf__preview-remove{position:absolute;top:4px;right:4px;width:18px;height:18px;background:#0009;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.custom-section--community .hcf__preview-remove svg{width:9px;height:9px}.custom-section--community .hcf__preview-remove svg path{fill:#fff}.custom-section--community .comm__review-submit{width:100%;padding:12px 20px;background-color:#4c7c7d;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;font-family:inherit;transition:background-color .2s ease;margin-top:4px}.custom-section--community .comm__review-submit:hover{background-color:#3e6566}.custom-section--community .comm__review-submit:disabled{opacity:.7;cursor:not-allowed}.custom-section--community .comm__review-success{text-align:left;padding:20px 0;animation:hcf-slideDown .3s ease-out}.custom-section--community .comm__review-success-text{font-size:.95rem;color:#555;line-height:1.5}.custom-section--community .comm__review-redirect{text-align:left;padding:20px 0;color:#666;font-size:.95rem}.custom-section--popup{position:fixed;z-index:9999;pointer-events:none}.custom-section--popup .popup__teaser{position:fixed;bottom:var(--popup-bottom-desktop, 20px);right:20px;background:var(--color-foreground, #333);color:var(--color-background, #fff);padding:10px 18px;border-radius:30px;font-size:14px;font-weight:600;cursor:pointer;pointer-events:auto;box-shadow:0 4px 12px #00000026;animation:popup-teaser-in .4s ease-out;transition:transform .2s ease,box-shadow .2s ease;display:none}.custom-section--popup .popup__teaser:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.custom-section--popup .popup__teaser--left{right:auto;left:20px}.custom-section--popup .popup__teaser--visible{display:block}.custom-section--popup .popup__teaser-close{position:absolute;top:-6px;right:-6px;width:18px;height:18px;background:#666;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;opacity:0;transition:opacity .2s ease}.custom-section--popup .popup__teaser:hover .popup__teaser-close{opacity:1}.custom-section--popup .popup__teaser-close svg{width:8px;height:8px}@keyframes popup-teaser-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.custom-section--popup .popup__overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;pointer-events:auto;z-index:10000;animation:popup-fade-in .2s ease-out}.custom-section--popup .popup__overlay--visible{display:flex;align-items:center;justify-content:center;padding:20px}@keyframes popup-fade-in{0%{opacity:0}to{opacity:1}}.custom-section--popup .popup__modal{background:#fff;border-radius:12px;max-width:420px;width:100%;padding:30px;position:relative;box-shadow:0 20px 60px #0000004d;animation:popup-modal-in .3s ease-out}@keyframes popup-modal-in{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.custom-section--popup .popup__close{position:absolute;top:12px;right:12px;width:32px;height:32px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease;color:#666;pointer-events:auto}.custom-section--popup .popup__close:hover{background:#f0f0f0;color:#333}.custom-section--popup .popup__title{font-size:1.5rem;font-weight:600;margin:0 0 6px;color:var(--color-foreground, #333);text-align:center}.custom-section--popup .popup__subtitle{font-size:.95rem;color:#666;margin:0 0 20px;text-align:center}.custom-section--popup .popup__form-fields{display:flex;flex-direction:column;gap:12px}.custom-section--popup .popup__input{width:100%;padding:10px 14px;font-size:16px;border:1px solid #cdd4d8;border-radius:6px;box-sizing:border-box;font-family:inherit;color:var(--color-foreground, #333);background:#fff}.custom-section--popup .popup__input:focus{outline:none;border-color:#4c7c7d;box-shadow:0 0 0 2px #4c7c7d33}.custom-section--popup .popup__preferences{padding-top:4px}.custom-section--popup .popup__preferences-label{display:block;font-weight:500;font-size:14px;color:var(--color-foreground, #333);margin-bottom:8px}.custom-section--popup .popup__radio{display:flex;align-items:center;margin-bottom:6px}.custom-section--popup .popup__radio input[type=radio]{margin-right:8px}.custom-section--popup .popup__radio label{font-size:14px;color:var(--color-foreground, #333);cursor:pointer}.custom-section--popup .popup__submit{width:100%;padding:12px 20px;background-color:#4c7c7d;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;font-family:inherit;transition:background-color .2s ease;margin-top:4px}.custom-section--popup .popup__submit:hover{background-color:#3e6566}.custom-section--popup .popup__legal{font-size:11px;color:#999;text-align:center;margin:12px 0 0;line-height:1.4}.custom-section--popup .popup__hp{position:absolute;left:-9999px;opacity:0;pointer-events:none}.custom-section--popup .popup__error{color:#e02229;font-size:13px;text-align:center;margin-top:8px}.custom-section--popup .popup__success{text-align:center;padding:10px 0}.custom-section--popup .popup__success-title{font-size:var(--popup-success-title-size, 20px);font-weight:600;color:var(--color-foreground, #333);margin:0 0 4px}.custom-section--popup .popup__success-subtitle{font-size:var(--popup-success-subtitle-size, 15px);color:#666;margin:0 0 16px}.custom-section--popup .popup__discount-row{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:10px}.custom-section--popup .popup__discount-code{font-size:var(--popup-success-code-size, 21px);font-weight:700;color:#4c7c7d;letter-spacing:.5px}.custom-section--popup .popup__discount-copy{background:none;border:1px solid #cdd4d8;border-radius:4px;padding:4px 6px;cursor:pointer;color:#888;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.custom-section--popup .popup__discount-copy:hover{color:#4c7c7d;border-color:#4c7c7d}.custom-section--popup .popup__discount-desc{font-size:var(--popup-success-desc-size, 13px);color:#666;margin:0;line-height:1.4}@media screen and (max-width:749px){.custom-section--popup .popup__modal{padding:24px 20px;border-radius:10px}.custom-section--popup .popup__teaser{bottom:var(--popup-bottom-mobile, 16px);right:16px}.custom-section--popup .popup__teaser--left{right:auto;left:16px}}.topic-page__secondary-product{display:flex;gap:1.5rem;align-items:flex-start}.topic-page__secondary-image{flex-shrink:0;width:150px}.topic-page__secondary-image img{width:100%;height:auto;border-radius:8px}.topic-page__secondary-content{flex:1}.topic-page__secondary-content h3{margin-top:0;margin-bottom:.5rem}.topic-page__secondary-content p{margin-bottom:1rem;font-size:.95rem}.topic-page__secondary-price{margin-bottom:1rem;font-weight:600}.topic-page__secondary-price .original-price{color:#999;margin-right:.5rem}@media screen and (max-width:749px){.topic-page__secondary-product{flex-direction:column}.topic-page__secondary-image{width:100%;max-width:200px;margin:0 auto}}.custom-section--bulk-calculator{width:100%}.custom-section--bulk-calculator .bcalc__title{text-align:center;margin-bottom:10px}.custom-section--bulk-calculator .bcalc__toggle-container{display:flex;flex-direction:column;align-items:center;margin-bottom:30px}.custom-section--bulk-calculator .bcalc__toggle-description{text-align:center;font-size:14px;color:#666;max-width:600px;margin-bottom:15px}.custom-section--bulk-calculator .bcalc__toggle{display:flex;justify-content:center;border-radius:6px;overflow:hidden;background-color:#fff;width:400px;max-width:100%;border:1px solid #cdd4d8}.custom-section--bulk-calculator .bcalc__toggle-btn{flex:1;padding:10px 15px;border:none;background:none;cursor:pointer;font-size:15px;transition:background-color .2s ease,color .2s ease;font-family:inherit;color:inherit}.custom-section--bulk-calculator .bcalc__toggle-btn.active{background-color:var(--color-foreground, #333);color:var(--color-background, #fff);font-weight:500}.custom-section--bulk-calculator .bcalc__toggle-btn:focus-visible{outline:2px solid var(--color-foreground);outline-offset:-2px}.custom-section--bulk-calculator .bcalc__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.custom-section--bulk-calculator .bcalc__card{background-color:#edeae7;border-radius:12px;padding:20px;display:flex;flex-direction:column}.custom-section--bulk-calculator .bcalc__card-title{font-size:18px;font-weight:600;margin:0 0 15px;text-align:center;text-transform:none}.custom-section--bulk-calculator .bcalc__table-container{flex-grow:1;overflow:hidden}.custom-section--bulk-calculator .bcalc__table{width:100%;border-collapse:collapse;display:none;font-size:14px}.custom-section--bulk-calculator .bcalc__table.active{display:table}.custom-section--bulk-calculator .bcalc__table th{text-align:left;padding:8px 5px;border-bottom:2px solid #d0ccc8;font-weight:600}.custom-section--bulk-calculator .bcalc__table td{padding:8px 5px;border-bottom:1px solid #d0ccc8}.custom-section--bulk-calculator .bcalc__table tr:last-child td{border-bottom:none}.custom-section--bulk-calculator .bcalc__table th.bcalc__center-col,.custom-section--bulk-calculator .bcalc__table td.bcalc__center-col,.custom-section--bulk-calculator .bcalc__table th.bcalc__right-col,.custom-section--bulk-calculator .bcalc__table td.bcalc__right-col{text-align:right}.custom-section--bulk-calculator .bcalc__highlight{background-color:#ffffff80;font-weight:600}.custom-section--bulk-calculator .bcalc__desktop-label,.custom-section--bulk-calculator .bcalc__desktop-date{display:inline}.custom-section--bulk-calculator .bcalc__mobile-label,.custom-section--bulk-calculator .bcalc__mobile-date{display:none}.custom-section--bulk-calculator .bcalc__holiday-note{font-size:11px;font-style:italic;margin-top:10px;color:#666;text-align:center}.custom-section--bulk-calculator .bcalc__multi-note{font-size:12px;color:#777;margin-top:12px;line-height:1.5;font-style:italic;text-align:center}.custom-section--bulk-calculator .bcalc__calculator{display:flex;flex-direction:column;gap:15px}.custom-section--bulk-calculator .bcalc__form-row{display:flex;gap:15px}.custom-section--bulk-calculator .bcalc__form-group{display:flex;flex-direction:column;gap:5px;flex:1}.custom-section--bulk-calculator .bcalc__form-group label{font-size:14px;font-weight:500}.custom-section--bulk-calculator .bcalc__select-wrapper{position:relative;width:100%}.custom-section--bulk-calculator .bcalc__select{padding:10px 12px;border:1px solid #cdd4d8;border-radius:6px;font-size:16px;background-color:#fff;width:100%;appearance:none;-webkit-appearance:none;font-family:inherit;color:inherit}.custom-section--bulk-calculator .bcalc__select-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:7px solid #333;pointer-events:none}.custom-section--bulk-calculator .bcalc__input{padding:10px 12px;border:1px solid #cdd4d8;border-radius:6px;font-size:16px;background-color:#fff;width:100%;appearance:none;-webkit-appearance:none;font-family:inherit;color:inherit;box-sizing:border-box}.custom-section--bulk-calculator .bcalc__input::-webkit-outer-spin-button,.custom-section--bulk-calculator .bcalc__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.custom-section--bulk-calculator .bcalc__checkbox-group{display:flex;flex-direction:column;gap:8px}.custom-section--bulk-calculator .bcalc__checkbox-label{display:flex;align-items:center;gap:8px;font-size:14px;cursor:pointer}.custom-section--bulk-calculator .bcalc__checkbox-label input[type=checkbox]{accent-color:#4c7c7d;width:16px;height:16px}.custom-section--bulk-calculator .bcalc__free-tag{color:#777;font-size:12px;font-weight:400}.custom-section--bulk-calculator .bcalc__results{background-color:#fff;padding:15px;border-radius:8px;margin-top:10px}.custom-section--bulk-calculator .bcalc__result-row{display:flex;justify-content:space-between;padding:6px 0;font-size:14px}.custom-section--bulk-calculator .bcalc__result-row--total{border-top:1px solid #d0ccc8;margin-top:5px;padding-top:10px;font-weight:600;font-size:16px}.custom-section--bulk-calculator .bcalc__discount-amount{color:#903939}@media screen and (max-width:992px){.custom-section--bulk-calculator .bcalc__cards{grid-template-columns:1fr}}@media screen and (max-width:749px){.custom-section--bulk-calculator .bcalc__desktop-label,.custom-section--bulk-calculator .bcalc__desktop-date{display:none}.custom-section--bulk-calculator .bcalc__mobile-label,.custom-section--bulk-calculator .bcalc__mobile-date{display:inline}.custom-section--bulk-calculator .bcalc__form-row{flex-direction:column;gap:12px}.custom-section--bulk-calculator .bcalc__toggle{width:100%}.custom-section--bulk-calculator .bcalc__results{padding:12px}}
/*# sourceMappingURL=/cdn/shop/t/50/assets/CUSTOM-bundle.css.map */
