.gzh-grid,.gzh-carousel,.gzh-cats{--gzh-ink:#1c1d1f;--gzh-muted:#6a6f73;--gzh-line:#e4e6ea;--gzh-accent:#2eb969;--gzh-accent-d:#229151;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--gzh-ink);box-sizing:border-box}.gzh-grid *,.gzh-carousel *,.gzh-cats *{box-sizing:border-box}.gzh-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.gzh-grid[data-cols="3"]{grid-template-columns:repeat(3,1fr)}.gzh-grid[data-cols="2"]{grid-template-columns:repeat(2,1fr)}.gzh-grid[data-cols="1"]{grid-template-columns:1fr}.gzh-carousel{position:relative}.gzh-caro-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 2px 6px;scrollbar-width:none;-ms-overflow-style:none}.gzh-caro-track::-webkit-scrollbar{display:none}.gzh-caro-track>*{flex:0 0 calc((100% - (var(--gzh-per, 5) - 1) * 20px) / var(--gzh-per, 5));scroll-snap-align:start}.gzh-caro-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;border-radius:50%;border:1px solid var(--gzh-line);background:#fff;color:var(--gzh-ink);box-shadow:0 6px 18px rgb(28 29 31 / .18);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s ease,transform .15s ease}.gzh-caro-btn:hover{background:#f6fbf8}.gzh-caro-btn[hidden]{display:none}.gzh-caro-prev{left:-14px}.gzh-caro-next{right:-14px}.gzh-caro-btn::before{content:"";width:10px;height:10px;border-right:2.5px solid currentColor;border-bottom:2.5px solid currentColor}.gzh-caro-prev::before{transform:rotate(135deg);margin-left:4px}.gzh-caro-next::before{transform:rotate(-45deg);margin-right:4px}@media (max-width:980px){.gzh-caro-track{--gzh-per:3}}@media (max-width:680px){.gzh-caro-track{--gzh-per:2}}@media (max-width:460px){.gzh-caro-track>*{flex-basis:82%}.gzh-caro-btn{display:none}}.gzh-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--gzh-line);border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.gzh-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgb(28 29 31 / .14);border-color:#d4d7dc}.gzh-cover{position:relative;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;overflow:hidden}.gzh-cover-img{display:block;width:100%!important;height:100%!important;object-fit:cover;object-position:center top}.gzh-cover-code{color:#fff;font-weight:800;font-size:clamp(1.4rem, 2.6vw, 2rem);letter-spacing:1px;text-align:center;padding:0 14px;text-shadow:0 2px 12px rgb(0 0 0 / .22);word-break:break-word}.gzh-card-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:4px;flex:1}.gzh-card-title{margin:0;font-size:1.02rem;line-height:1.3;font-weight:700;color:var(--gzh-ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gzh-card-cat{font-size:.8rem;color:var(--gzh-muted)}.gzh-instructor{font-size:.8rem;color:var(--gzh-muted)}.gzh-stars{display:inline-flex;align-items:center;gap:3px;margin-top:2px}.gzh-star{color:#e0e0e0;font-style:normal;font-size:.95rem;line-height:1}.gzh-star.is-full{color:#e59819}.gzh-star.is-half{background:linear-gradient(90deg,#e59819 50%,#e0e0e0 50%);-webkit-background-clip:text;background-clip:text;color:#fff0}.gzh-stars b{color:#59461b;font-size:.82rem;margin-left:4px}.gzh-rcount{color:var(--gzh-muted);font-size:.78rem}.gzh-card-meta{font-size:.8rem;color:var(--gzh-muted);margin-top:2px}.gzh-card-foot{margin-top:auto;padding-top:10px;display:flex;align-items:center;justify-content:space-between;gap:8px}.gzh-price{font-weight:800;font-size:1.05rem;color:var(--gzh-ink)}.gzh-price .amount{font-weight:800}.gzh-owned-tag{color:var(--gzh-accent-d);font-size:.95rem}.gzh-cta{font-weight:700;font-size:.85rem;color:#fff;background:var(--gzh-accent);padding:8px 14px;border-radius:8px;white-space:nowrap;transition:background .18s ease}.gzh-card:hover .gzh-cta{background:var(--gzh-accent-d)}.gzh-cta.gzh-owned{background:var(--gzh-ink)}.gzh-empty{padding:28px;text-align:center;color:#6a6f73;border:1px dashed #d4d7dc;border-radius:12px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.gzh-cats{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:16px}.gzh-cat-tile{position:relative;min-height:116px;border-radius:12px;padding:18px;display:flex;flex-direction:column;justify-content:flex-end;text-decoration:none;color:#fff;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.gzh-cat-tile:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgb(28 29 31 / .2)}.gzh-cat-tile::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#fff0 40%,rgb(0 0 0 / .28) 100%)}.gzh-cat-name{position:relative;z-index:1;font-weight:800;font-size:1.1rem}.gzh-cat-count{position:relative;z-index:1;font-size:.82rem;opacity:.95;margin-top:2px}.gzh-cc{--gzh-ink:#1c1d1f;--gzh-muted:#6a6f73;--gzh-line:#e4e6ea;--gzh-accent:#2eb969;--gzh-accent-d:#229151;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;max-width:820px;margin:34px auto;color:var(--gzh-ink)}.gzh-cc *{box-sizing:border-box}.gzh-cc-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}.gzh-cc-h{margin:0;font:800 1.35rem/1.2 inherit;letter-spacing:-.4px}.gzh-cc-sub{font-size:.88rem;color:var(--gzh-muted)}.gzh-cc-list{border:1px solid var(--gzh-line);border-radius:12px;overflow:hidden}.gzh-cc-row{display:flex;align-items:center;gap:14px;padding:15px 18px;text-decoration:none;color:inherit;border-top:1px solid var(--gzh-line);transition:background .15s ease}.gzh-cc-row:first-child{border-top:0}.gzh-cc-row:hover{background:#f6fbf8}.gzh-cc-row.is-locked:hover{background:#fafafa}.gzh-cc-ic{flex:none;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.gzh-cc-play{background:rgb(46 185 105 / .14);color:var(--gzh-accent-d)}.gzh-cc-lock{background:#eef0f2;color:#9099a1}.gzh-cc-main{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.gzh-cc-titrow{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.gzh-cc-title{font-weight:600;font-size:.98rem;line-height:1.3}.gzh-cc-free{font:800 10px/1 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;letter-spacing:.6px;text-transform:uppercase;color:#fff;background:#2eb969;padding:3px 7px;border-radius:5px}.gzh-cc-updated{font:800 10px/1 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;letter-spacing:.6px;text-transform:uppercase;color:#fff;background:#f59e0b;padding:3px 7px;border-radius:5px}.gzh-cc-row.is-locked .gzh-cc-title{color:#6a6f73}.gzh-cc-meta{font-size:.8rem;color:var(--gzh-muted)}.gzh-cc-cta{flex:none;font-weight:700;font-size:.82rem;padding:7px 14px;border-radius:8px;white-space:nowrap}.gzh-cc-start{background:var(--gzh-accent);color:#fff}.gzh-cc-row:hover .gzh-cc-start{background:var(--gzh-accent-d)}.gzh-cc-unlock{background:#fff0;color:var(--gzh-muted);border:1px solid var(--gzh-line)}.gzh-cc-retake{background:var(--gzh-ink);color:#fff}.gzh-cc-row:hover .gzh-cc-retake{background:#000}.gzh-cc-resume{background:#f59e0b;color:#fff}.gzh-cc-row:hover .gzh-cc-resume{background:#d97f07}.gzh-cc-score{font-size:.78rem;font-weight:700;color:var(--gzh-accent-d)}.gzh-cc-prog{display:block;height:4px;margin-top:6px;background:var(--gzh-line);border-radius:999px;overflow:hidden}.gzh-cc-prog i{display:block;height:100%;width:0;background:var(--gzh-accent);border-radius:inherit;transition:width .3s ease}.gzh-cc-prog.is-done i{background:var(--gzh-accent-d)}.gzh-cc-prog.is-progress i{background:#f59e0b}.gzh-cc-prog.is-new{opacity:.55}@media (max-width:480px){.gzh-cc-meta{display:none}.gzh-cc-row{padding:13px 14px}}.gzh-coursepage.gzh-pd-1 .gzh-cp-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:6px 0 16px;color:#6a6f73;font:600 14px/1.4 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.gzh-coursepage.gzh-pd-1 .gzh-cp-meta i{color:#c7ccd2;font-style:normal}.gzh-coursepage.gzh-pd-1 .gzh-cp-cat{background:#eef7f1;color:#229151;font-weight:700;padding:4px 11px;border-radius:999px;font-size:12px;letter-spacing:.3px}.gzh-coursepage.gzh-pd-1 .gzh-cp-includes{margin:18px 0;padding:18px 20px;border:1px solid #e4e6ea;border-radius:12px;background:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.gzh-coursepage.gzh-pd-1 .gzh-cp-includes h3{margin:0 0 12px;font:800 1.05rem/1.2 inherit;color:#1c1d1f}.gzh-coursepage.gzh-pd-1 .gzh-cp-includes ul{list-style:none;margin:0;padding:0;display:grid;gap:11px}.gzh-coursepage.gzh-pd-1 .gzh-cp-includes li{display:flex;align-items:center;gap:12px;color:#3a3d42;font:500 14px/1.4 inherit}.gzh-coursepage.gzh-pd-1 .gzh-cp-ic{flex:none;width:24px;text-align:center}.gzh-coursepage.gzh-pd-1 .product_title.entry-title{font-weight:800;letter-spacing:-.6px;color:#1c1d1f}.gzh-coursepage.gzh-pd-1 .product .price .woocommerce-Price-amount{font-weight:800;font-size:1.7rem;color:#1c1d1f}.gzh-coursepage.gzh-pd-1 .single_add_to_cart_button.button{background:#2eb969!important;color:#fff!important;border-radius:10px!important;font-weight:800!important;letter-spacing:.2px;padding:15px 30px!important}.gzh-coursepage.gzh-pd-1 .single_add_to_cart_button.button:hover{background:#229151!important}.gzh-coursepage.gzh-pd-1 .gzh-cp-startwrap{margin:18px 0;display:flex;flex-direction:column;gap:8px;align-items:flex-start}.gzh-coursepage.gzh-pd-1 .gzh-start-course.button{background:#2eb969!important;color:#fff!important;border-radius:10px!important;font-weight:800!important;letter-spacing:.2px;padding:15px 34px!important;font-size:1.02rem!important;text-decoration:none;display:inline-block}.gzh-coursepage.gzh-pd-1 .gzh-start-course.button:hover{background:#229151!important}.gzh-coursepage.gzh-pd-1 .gzh-try-free.button{margin:0!important;background:#eafaf1!important;color:#1c7a44!important;border:2px solid #2eb969!important;padding:0 18px!important;font-size:.98rem!important;white-space:nowrap}.gzh-coursepage.gzh-pd-1 .gzh-try-free.button:hover{background:#dcf5e8!important;color:#16653a!important;border-color:#229151!important}.gzh-coursepage.gzh-pd-1 form.cart:has(.gzh-try-free) .single_add_to_cart_button,.gzh-coursepage.gzh-pd-1 .gzh-try-free.button{display:inline-flex!important;align-items:center;justify-content:center;gap:9px;box-sizing:border-box;min-height:48px;line-height:1.2!important}.gzh-coursepage.gzh-pd-1 .gzh-tf-tag{flex:none;background:#2eb969;color:#fff;font-size:10px;font-weight:800;line-height:1;letter-spacing:.6px;text-transform:uppercase;padding:4px 7px;border-radius:4px}.gzh-coursepage.gzh-pd-1 .gzh-try-free.button:hover .gzh-tf-tag{background:#229151}.gzh-coursepage.gzh-pd-1 form.cart:has(.gzh-try-free){display:flex;align-items:stretch;gap:12px;flex-wrap:wrap}.gzh-coursepage.gzh-pd-1 form.cart:has(.gzh-try-free) .quantity{display:none}.gzh-coursepage.gzh-pd-1 form.cart:has(.gzh-try-free) .single_add_to_cart_button{width:auto;flex:1 1 auto;margin:0!important}.gzh-coursepage.gzh-pd-1 form.cart:has(.gzh-try-free) .gzh-try-free.button{flex:1 1 auto}.gzh-coursepage.gzh-pd-1 .gzh-cp-owned{font:700 12px/1 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;letter-spacing:.4px;text-transform:uppercase;color:#229151}.gzh-coursepage.gzh-pd-1 .woocommerce-tabs ul.tabs.wc-tabs{display:flex;flex-wrap:nowrap;gap:4px;margin:0 0 22px;padding:0;list-style:none;box-shadow:inset 0 -1px 0 var(--gzh-line,#e4e6ea);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.gzh-coursepage.gzh-pd-1 .woocommerce-tabs ul.tabs.wc-tabs::-webkit-scrollbar{display:none}.gzh-coursepage.gzh-pd-1 .woocommerce-tabs ul.tabs.wc-tabs li,.gzh-coursepage.gzh-pd-1 .woocommerce-tabs ul.tabs.wc-tabs li.active{margin:0!important;padding:0!important;background:none;border:0;border-radius:0;box-shadow:none}.gzh-coursepage.gzh-pd-1 .woocommerce-tabs ul.tabs.wc-tabs::before,.gzh-coursepage.gzh-pd-1 .woocommerce-tabs ul.tabs.wc-tabs li::before,.gzh-coursepage.gzh-pd-1 .woocommerce-tabs ul.tabs.wc-tabs li::after,.gzh-coursepage.gzh-pd-1 .woocommerce-tabs ul.tabs.wc-tabs li a::before{content:none!important;display:none!important}.gzh-coursepage.gzh-pd-1 .woocommerce-tabs ul.tabs.wc-tabs li a{position:relative;display:block!important;white-space:nowrap;font:700 15px/1 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#5f6a66!important;text-decoration:none;border:0!important;padding:14px 15px!important;border-radius:10px 10px 0 0;transition:color .15s ease,background .15s ease}.gzh-coursepage.gzh-pd-1 .woocommerce-tabs ul.tabs.wc-tabs li a:hover{color:var(--gzh-ink,#1c1d1f)!important;background:rgb(46 185 105 / .07)}.gzh-coursepage.gzh-pd-1 .woocommerce-tabs ul.tabs.wc-tabs li a:focus-visible{outline:2px solid #2eb969;outline-offset:-3px}.gzh-coursepage.gzh-pd-1 .woocommerce-tabs ul.tabs.wc-tabs li.active a,.gzh-coursepage.gzh-pd-1 .woocommerce-tabs ul.tabs.wc-tabs li.active a:hover{color:#229151!important;background:none}.gzh-coursepage.gzh-pd-1 .woocommerce-tabs ul.tabs.wc-tabs li.active a::after{content:"";position:absolute;left:12px;right:12px;bottom:-1px;height:2.5px;background:#2eb969;border-radius:3px 3px 0 0;display:block!important}@media (max-width:560px){.gzh-coursepage.gzh-pd-1 .woocommerce-tabs ul.tabs.wc-tabs li a{padding:13px 11px;font-size:14px}}.gzh-poll-section{clear:both;margin:8px 0 30px;padding-top:26px;border-top:1px solid var(--gzh-line,#e4e6ea)}.gzh-poll-section .rmqb-pc-wrap{max-width:100%}.gzh-poll-tab{max-width:820px;margin:4px auto 0}.gzh-poll-tab-mine{margin-bottom:30px}.gzh-poll-tab-public{padding-top:22px;border-top:1px solid var(--gzh-line,#e4e6ea)}.gzh-poll-tab-h{margin:0 0 12px;font:800 1.15rem/1.2 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#1f2937}#tab-poll a{text-decoration:none;box-shadow:none}#tab-course_content .gzh-cc{margin:4px auto 0}#tab-course_content .gzh-cc-row,#tab-course_content .gzh-cc-row:hover,#tab-course_content .gzh-cc-row *{text-decoration:none!important;box-shadow:none!important}.gzh-coursepage.gzh-pd-1 #tab-description,.gzh-coursepage.gzh-pd-1 #tab-reviews>.woocommerce-Reviews{max-width:820px;margin-left:auto;margin-right:auto}.gzh-coursepage.gzh-pd-1 #tab-description h2,.gzh-coursepage.gzh-pd-1 #tab-reviews .woocommerce-Reviews-title{margin:0 0 14px;font:800 1.15rem/1.2 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#1f2937}.gzh-coursepage.gzh-pd-1 #tab-description p{color:#3a3d42;line-height:1.7}.gzh-faq{max-width:820px;margin:4px auto 0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.gzh-faq-h{margin:0 0 14px;font:800 1.15rem/1.2 inherit;color:#1f2937}#tab-faq a{text-decoration:none;box-shadow:none}.gzh-faq-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--gzh-line,#e4e6ea)}.gzh-faq-item{border-bottom:1px solid var(--gzh-line,#e4e6ea)}.gzh-faq-item details{padding:0}.gzh-faq-q{list-style:none;cursor:pointer;padding:15px 34px 15px 0;position:relative;font:700 15px/1.45 inherit;color:#1c1d1f}.gzh-faq-q::-webkit-details-marker{display:none}.gzh-faq-q::after{content:"+";position:absolute;right:6px;top:50%;transform:translateY(-50%);font-size:20px;font-weight:400;color:#6a6f73;line-height:1}.gzh-faq-item details[open] .gzh-faq-q::after{content:"\2013"}.gzh-faq-item details[open] .gzh-faq-q{color:#229151}.gzh-faq-a{padding:0 34px 16px 0;color:#3a3d42;font-size:14.5px;line-height:1.7}.gzh-faq-a p{margin:0 0 10px}.gzh-faq-a p:last-child{margin-bottom:0}.gzh-qa{margin-top:34px;padding-top:26px;border-top:1px solid var(--gzh-line,#e4e6ea)}.gzh-qa-list{list-style:none;margin:0 0 24px;padding:0;display:grid;gap:16px}.gzh-qa-item{border:1px solid var(--gzh-line,#e4e6ea);border-radius:12px;padding:16px 18px;background:#fff}.gzh-qa-who{margin:0 0 6px;font:700 13px/1.3 inherit;color:#1c1d1f;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.gzh-qa-who time{font-weight:500;color:#6a6f73}.gzh-qa-body{color:#3a3d42;font-size:14.5px;line-height:1.65}.gzh-qa-body p{margin:0 0 8px}.gzh-qa-body p:last-child{margin-bottom:0}.gzh-qa-a{margin-top:14px;padding:13px 15px;border-radius:10px;background:#f6f7f9;border-left:3px solid #c7ccd2}.gzh-qa-a.is-staff{background:#eef7f1;border-left-color:#2eb969}.gzh-qa-badge{background:#2eb969;color:#fff;font:700 10px/1 inherit;letter-spacing:.5px;text-transform:uppercase;padding:4px 7px;border-radius:999px}.gzh-qa-empty{color:#6a6f73;font-size:14.5px;margin:0 0 22px}.gzh-qa-form{display:grid;gap:8px}.gzh-qa-form label{font:700 14px/1.3 inherit;color:#1c1d1f}.gzh-qa-form textarea{width:100%;border:1px solid var(--gzh-line,#e4e6ea);border-radius:10px;padding:12px 14px;font:400 14.5px/1.6 inherit;color:#1c1d1f;resize:vertical}.gzh-qa-form textarea:focus{outline:none;border-color:#2eb969;box-shadow:0 0 0 3px rgb(46 185 105 / .15)}.gzh-qa-actions{display:flex;align-items:center;gap:12px;margin:0;flex-wrap:wrap}.gzh-qa-submit.button{background:#2eb969!important;color:#fff!important;border-radius:10px!important;font-weight:800!important;padding:11px 24px!important}.gzh-qa-submit.button:hover{background:#229151!important}.gzh-qa-submit.button[disabled]{opacity:.6;cursor:default}.gzh-qa-msg{font:600 13px/1.4 inherit;color:#6a6f73}.gzh-qa-msg.is-ok{color:#229151}.gzh-qa-msg.is-error{color:#c0392b}.gzh-qa-login{color:#6a6f73;font-size:14.5px}.gzh-qa-login a{color:#229151;font-weight:700}body.gzh-modal-open{overflow:hidden}.gzh-modal{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.gzh-modal.is-open{opacity:1;visibility:visible}.gzh-modal-backdrop{position:absolute;inset:0;background:rgb(7 10 24 / .62)}.gzh-modal-box{position:relative;width:min(1040px, 94vw);height:94vh;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 30px 80px rgb(0 0 0 / .5);transform:translateY(10px) scale(.99);transition:transform .2s ease}.gzh-modal.is-open .gzh-modal-box{transform:none}.gzh-modal-frame{width:100%;height:100%;border:0;display:block;background:#f9fafb}.gzh-modal-close{position:absolute;top:10px;right:12px;z-index:2;width:38px!important;height:38px!important;min-width:0!important;padding:0!important;box-sizing:border-box!important;border:0!important;border-radius:50%!important;display:flex;align-items:center;justify-content:center;background:#dc2626;color:#fff;font-size:24px;line-height:1;cursor:pointer;transition:background .15s ease,transform .15s ease}.gzh-modal-close:hover{background:#b91c1c;transform:scale(1.05)}@media (max-width:600px){.gzh-modal{padding:0}.gzh-modal-box{width:100vw;height:100vh;border-radius:0}}@media (prefers-reduced-motion:reduce){.gzh-modal,.gzh-modal-box{transition:none}}.gzh-ml{background:#f7f9fa}.gzh-courses{position:relative}.gzh-search{display:flex;align-items:center;gap:8px;flex-wrap:wrap;max-width:560px;margin:0 0 18px}.gzh-search-in{flex:1 1 220px;min-width:0;padding:12px 15px;font-size:.95rem;line-height:1.3;color:#1c1d1f;background:#fff;border:1px solid var(--gzh-line,#e4e6ea);border-radius:10px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.gzh-search-in:focus{border-color:#2eb969;box-shadow:0 0 0 3px rgb(46 185 105 / .18)}.gzh-search-btn{flex:none;cursor:pointer;border:0;border-radius:10px;padding:12px 20px;font-weight:800;font-size:.92rem;background:#2eb969;color:#fff;transition:background .15s ease}.gzh-search-btn:hover{background:#229151}.gzh-search-status{flex:1 0 100%;margin:2px 0 0;font-size:.85rem;color:var(--gzh-muted,#6a6f73)}@media (max-width:560px){.gzh-search{max-width:none}.gzh-search-in{flex:1 1 100%}.gzh-search-btn{flex:1 1 100%}}.gzh-filters{display:flex;flex-wrap:wrap;gap:8px;margin:-6px 0 18px}.gzh-chip{flex:none;cursor:pointer;min-height:36px;padding:7px 15px!important;border-radius:999px!important;font-size:.85rem;font-weight:700;line-height:1.2;white-space:nowrap;background:#fff!important;color:var(--gzh-ink,#1c1d1f)!important;border:1px solid var(--gzh-line,#e4e6ea)!important;box-shadow:none!important;text-transform:none;letter-spacing:normal;transition:border-color .15s ease,background .15s ease,color .15s ease}.gzh-chip:hover{border-color:#2eb969!important;color:#229151!important}.gzh-chip.is-active,.gzh-chip.is-active:hover{background:#2eb969!important;border-color:#2eb969!important;color:#fff!important}.gzh-chip:focus{outline:none}.gzh-chip:focus-visible{outline:3px solid #0b5c33;outline-offset:2px}@media (max-width:680px){.gzh-filters{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:2px}.gzh-filters::-webkit-scrollbar{display:none}}@media (pointer:coarse){.gzh-chip{min-height:44px}}@media (prefers-reduced-motion:reduce){.gzh-chip{transition:none}}.gzh-ml-in{max-width:1200px;margin:0 auto;padding:52px 24px 58px}.gzh-ml-title{margin:0 0 20px;font:800 clamp(1.5rem, 3vw, 2.1rem)/1.2 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#1c1d1f;letter-spacing:-.5px}.gzh-ml-course{background:#fff;border:1px solid var(--gzh-line,#e4e6ea);border-radius:12px;margin-bottom:16px;overflow:hidden}.gzh-ml-sum{list-style:none;cursor:pointer;display:flex;align-items:center;gap:14px;padding:20px 24px;user-select:none}.gzh-ml-sum::-webkit-details-marker{display:none}.gzh-ml-cname{font:800 clamp(1.1rem, 2vw, 1.4rem)/1.2 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#2a2f5b;letter-spacing:-.3px}.gzh-ml-cmeta{margin-left:auto;color:var(--gzh-muted,#6a6f73);font-size:.85rem;white-space:nowrap}.gzh-ml-chev{flex:none;width:9px;height:9px;border-right:2px solid #9aa0a6;border-bottom:2px solid #9aa0a6;transform:rotate(45deg);transition:transform .2s ease}.gzh-ml-course[open] .gzh-ml-chev{transform:rotate(-135deg)}.gzh-ml-sum:hover .gzh-ml-cname{color:#1c1d1f}.gzh-ml-sum:hover{background:#f6fbf8}.gzh-ml-body{padding:0 24px 22px}.gzh-ml-body .gzh-cc{margin:4px auto 0}.gzh-ml-empty{color:#6a6f73;font-size:.95rem;margin:0}.gzh-ml-mod{border:1px solid var(--gzh-line,#e4e6ea);border-radius:10px;margin-top:10px;overflow:hidden;background:#fcfdfc}.gzh-ml-mod:first-child{margin-top:4px}.gzh-ml-msum{list-style:none;cursor:pointer;display:flex;align-items:center;gap:12px;padding:13px 16px;user-select:none}.gzh-ml-msum::-webkit-details-marker{display:none}.gzh-ml-msum:hover{background:#f6fbf8}.gzh-ml-mname{font-weight:700;font-size:.98rem;line-height:1.25;color:#2a2f5b}.gzh-ml-mmeta{margin-left:auto;color:var(--gzh-muted,#6a6f73);font-size:.8rem;white-space:nowrap}.gzh-ml-mchev{flex:none;width:7px;height:7px;border-right:2px solid #9aa0a6;border-bottom:2px solid #9aa0a6;transform:rotate(45deg);transition:transform .2s ease}.gzh-ml-mod[open] .gzh-ml-mchev{transform:rotate(-135deg)}.gzh-ml-mod[open] .gzh-ml-msum{border-bottom:1px solid var(--gzh-line,#e4e6ea)}.gzh-ml-mbody{padding:0 12px 14px;background:#fff}.gzh-ml-mbody .gzh-cc{margin:4px 0 0;max-width:none}@media (max-width:560px){.gzh-ml-msum{padding:12px 13px;gap:9px}.gzh-ml-mname{font-size:.92rem}.gzh-ml-mbody{padding:0 8px 12px}}@media (max-width:1024px){.gzh-grid,.gzh-grid[data-cols="4"]{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){.gzh-grid,.gzh-grid[data-cols="4"],.gzh-grid[data-cols="3"]{grid-template-columns:repeat(2,1fr)}.gzh-card-title{font-size:.95rem}}@media (max-width:460px){.gzh-grid{grid-template-columns:1fr}.gzh-cats{grid-template-columns:1fr 1fr}}@media (prefers-reduced-motion:reduce){.gzh-card,.gzh-cat-tile,.gzh-cta{transition:none}}.gzh-coursepage.gzh-pd-1 .gzh-cp-restore{margin:14px 0 4px;border:1px solid #e4e6ea;border-radius:8px;background:#fff;font-size:.9rem}.gzh-coursepage.gzh-pd-1 .gzh-cp-restore>summary{list-style:none;cursor:pointer;padding:10px 14px;color:#6a6f73;line-height:1.4}.gzh-coursepage.gzh-pd-1 .gzh-cp-restore>summary::-webkit-details-marker{display:none}.gzh-coursepage.gzh-pd-1 .gzh-cp-restore>summary span{color:#229151;font-weight:700;white-space:nowrap}.gzh-coursepage.gzh-pd-1 .gzh-cp-restore[open]>summary{border-bottom:1px solid #e4e6ea}.gzh-coursepage.gzh-pd-1 .gzh-cp-restore-body{padding:12px 14px 14px}.gzh-coursepage.gzh-pd-1 .gzh-cp-restore-body .eoss-form p{margin:0 0 10px}.gzh-coursepage.gzh-pd-1 .gzh-cp-restore-body label{color:#6a6f73;font-size:.82rem}.gzh-coursepage.gzh-pd-1 .gzh-cp-restore-body input[type="email"]{width:100%;box-sizing:border-box;padding:8px 10px;border:1px solid #e4e6ea;border-radius:6px}.gzh-coursepage.gzh-pd-1 .gzh-cp-restore-body button[type="submit"]{background:#2eb969;color:#fff;border:0;border-radius:6px;padding:9px 16px;font-weight:700;cursor:pointer}.gzh-coursepage.gzh-pd-1 .gzh-cp-restore-body button[type="submit"]:hover{background:#229151}.gzh-coursepage.gzh-pd-1 .gzh-cp-restore-body button[disabled]{opacity:.6;cursor:default}.gzh-coursepage.gzh-pd-2 div.product{position:relative;background:none;clip-path:inset(0 -100vmax);padding:34px 0 0}.gzh-coursepage.gzh-pd-2 .site-content{overflow-x:clip}.gzh-coursepage.gzh-pd-2 div.product::before{content:"";position:absolute;inset:0 -100vmax;z-index:0;pointer-events:none;background:linear-gradient(rgb(255 255 255 / .04) 1px,transparent 1px) 0 0/64px 64px,linear-gradient(90deg,rgb(255 255 255 / .04) 1px,transparent 1px) 0 0/64px 64px,radial-gradient(38% 55% at 12% 25%,rgb(46 185 105 / .22),transparent 70%),radial-gradient(32% 48% at 84% 16%,rgb(124 214 164 / .13),transparent 70%),radial-gradient(40% 60% at 72% 92%,rgb(250 204 21 / .07),transparent 70%),linear-gradient(135deg,#0e1b2e 0%,#112233 45%,#0b3b2e 100%)}.gzh-coursepage.gzh-pd-2 .gzh-poll-section,.gzh-coursepage.gzh-pd-2 .woocommerce-tabs,.gzh-coursepage.gzh-pd-2 .related.products{position:relative;z-index:1;background:#fff;box-shadow:0 0 0 100vmax #fff;clip-path:inset(0 -100vmax);margin-top:0!important;margin-bottom:0!important;padding-top:34px;padding-bottom:44px;border-top:0}.gzh-coursepage.gzh-pd-2 .woocommerce-product-gallery{position:relative;z-index:1}.gzh-coursepage.gzh-pd-2 .woocommerce-product-gallery img{border-radius:12px;border:0;box-shadow:0 18px 44px rgb(0 0 0 / .45)!important}.gzh-coursepage.gzh-pd-2 .summary.entry-summary{position:relative;z-index:1;background:#fff;border:0;border-radius:14px;padding:26px 26px 28px;box-shadow:0 24px 60px rgb(0 0 0 / .45)}.gzh-coursepage.gzh-pd-2 .summary .woocommerce-breadcrumb{font-weight:700;font-size:12px;line-height:1.4;color:#6a6f73;margin:0 0 12px}.gzh-coursepage.gzh-pd-2 .summary .woocommerce-breadcrumb a{color:#229151;text-decoration:none}.gzh-coursepage.gzh-pd-2 .summary .woocommerce-breadcrumb a:hover{text-decoration:underline}.gzh-coursepage.gzh-pd-2 .single-product-category,.gzh-coursepage.gzh-pd-2 .product_meta{display:none!important}.gzh-coursepage.gzh-pd-2 .gzh-cp-cat{display:inline-block;background:#fde68a;color:#7c5b09;font-weight:800;font-size:11px;line-height:1;letter-spacing:.6px;text-transform:uppercase;padding:6px 10px;border-radius:5px}.gzh-coursepage.gzh-pd-2 .product_title.entry-title{font-weight:800;font-size:clamp(1.7rem,2.8vw,2.3rem);line-height:1.18;letter-spacing:-1px;color:#14181a;margin:10px 0 12px}.gzh-coursepage.gzh-pd-2 .gzh-cp-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 14px;color:#6a6f73;font-weight:600;font-size:13px;line-height:1.4}.gzh-coursepage.gzh-pd-2 .gzh-cp-meta i{color:#c7ccd2;font-style:normal}.gzh-coursepage.gzh-pd-2 .price .woocommerce-Price-amount{font-weight:800;font-size:1.65rem;color:#14181a;letter-spacing:-.6px}.gzh-coursepage.gzh-pd-2 form.cart,.gzh-coursepage.gzh-pd-2 form.cart:has(.gzh-try-free){display:flex;flex-direction:column;align-items:stretch;gap:10px;margin:16px 0 6px}.gzh-coursepage.gzh-pd-2 form.cart .quantity{display:none}.gzh-coursepage.gzh-pd-2 .single_add_to_cart_button.button{width:100%!important;flex:0 0 auto;margin:0!important;background:#2eb969!important;color:#fff!important;border-radius:8px!important;font-weight:800!important;padding:15px 24px!important;font-size:1rem!important}.gzh-coursepage.gzh-pd-2 .single_add_to_cart_button.button:hover{background:#229151!important}.gzh-coursepage.gzh-pd-2 .gzh-try-free.button{width:100%;text-align:center;margin:0!important;background:#fff!important;color:#14181a!important;border:2px solid #d7dee6!important;border-radius:8px!important;font-weight:800!important;padding:13px 24px!important}.gzh-coursepage.gzh-pd-2 .gzh-try-free.button:hover{background:#f5f7f9!important;border-color:#14181a!important;color:#14181a!important}.gzh-coursepage.gzh-pd-2 .gzh-tf-tag{display:none}.gzh-coursepage.gzh-pd-2 .gzh-start-course.button:not(.gzh-try-free){display:block;width:100%;text-align:center;background:#2eb969!important;color:#fff!important;border-radius:8px!important;font-weight:800!important;padding:15px 24px!important}.gzh-coursepage.gzh-pd-2 .gzh-cp-startwrap{margin:16px 0 6px;display:block}.gzh-coursepage.gzh-pd-2 .gzh-cp-includes{margin:18px 0 0;padding:16px 0 0;border:0;border-top:1px solid #e4e6ea;border-radius:0;background:none}.gzh-coursepage.gzh-pd-2 .gzh-cp-includes h3{margin:0 0 10px;font-weight:800;font-size:.95rem;line-height:1.2;color:#14181a}.gzh-coursepage.gzh-pd-2 .gzh-cp-includes ul{list-style:none;margin:0;padding:0;display:grid;gap:9px}.gzh-coursepage.gzh-pd-2 .gzh-cp-includes li{display:flex;align-items:center;gap:11px;color:#3a3d42;font-weight:500;font-size:13.5px;line-height:1.4}.gzh-coursepage.gzh-pd-2 .gzh-cp-ic{flex:none;width:22px;text-align:center}.gzh-coursepage.gzh-pd-2 .gzh-cp-owned{font-weight:800;font-size:11px;line-height:1;letter-spacing:.4px;text-transform:uppercase;color:#229151}.gzh-coursepage.gzh-pd-2 .gzh-cp-restore{margin-top:14px;border:1px solid #e4e6ea;border-radius:10px}.gzh-coursepage.gzh-pd-2 .gzh-cp-restore>summary{padding:11px 13px;cursor:pointer;list-style:none;font-weight:600;font-size:13px;line-height:1.3;color:#3a3d42}.gzh-coursepage.gzh-pd-2 .gzh-cp-restore>summary::-webkit-details-marker{display:none}.gzh-coursepage.gzh-pd-2 .gzh-cp-restore-body{padding:12px 13px 14px}.gzh-coursepage.gzh-pd-2 .gzh-cp-restore-body button[type="submit"]{background:#2eb969;color:#fff;border:0;border-radius:6px;padding:9px 16px;font-weight:700;cursor:pointer}.gzh-coursepage.gzh-pd-2 .woocommerce-tabs ul.tabs.wc-tabs{display:flex;flex-wrap:nowrap;gap:4px;margin:0 0 24px;padding:0;list-style:none;box-shadow:inset 0 -2px 0 #e4e6ea;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.gzh-coursepage.gzh-pd-2 .woocommerce-tabs ul.tabs.wc-tabs::-webkit-scrollbar{display:none}.gzh-coursepage.gzh-pd-2 .woocommerce-tabs ul.tabs.wc-tabs li,.gzh-coursepage.gzh-pd-2 .woocommerce-tabs ul.tabs.wc-tabs li.active{margin:0!important;padding:0!important;background:none;border:0;border-radius:0;box-shadow:none}.gzh-coursepage.gzh-pd-2 .woocommerce-tabs ul.tabs.wc-tabs::before,.gzh-coursepage.gzh-pd-2 .woocommerce-tabs ul.tabs.wc-tabs li::before,.gzh-coursepage.gzh-pd-2 .woocommerce-tabs ul.tabs.wc-tabs li::after,.gzh-coursepage.gzh-pd-2 .woocommerce-tabs ul.tabs.wc-tabs li a::before{content:none!important;display:none!important}.gzh-coursepage.gzh-pd-2 .woocommerce-tabs ul.tabs.wc-tabs li a{position:relative;display:block!important;white-space:nowrap;font:800 15.5px/1 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#3a3d42!important;text-decoration:none;border:0!important;padding:15px 16px!important;border-radius:0;transition:color .15s ease}.gzh-coursepage.gzh-pd-2 .woocommerce-tabs ul.tabs.wc-tabs li a:hover{color:#14181a!important}.gzh-coursepage.gzh-pd-2 .woocommerce-tabs ul.tabs.wc-tabs li.active a,.gzh-coursepage.gzh-pd-2 .woocommerce-tabs ul.tabs.wc-tabs li.active a:hover{color:#14181a!important}.gzh-coursepage.gzh-pd-2 .woocommerce-tabs ul.tabs.wc-tabs li.active a::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:3px;background:#2eb969;display:block!important}.gzh-coursepage.gzh-pd-2 #tab-description,.gzh-coursepage.gzh-pd-2 #tab-reviews>.woocommerce-Reviews{max-width:900px;margin-left:auto;margin-right:auto}.gzh-coursepage.gzh-pd-2 #tab-description{border:1px solid #e4e6ea;border-radius:12px;padding:24px 26px}.gzh-coursepage.gzh-pd-2 #tab-description h2{margin-top:0;font-weight:800;font-size:1.25rem;line-height:1.2;color:#14181a}.gzh-coursepage.gzh-pd-2 #tab-description p{color:#3a3d42;line-height:1.7}@media (max-width:920px){.gzh-coursepage.gzh-pd-2 .summary.entry-summary{margin-top:22px}}@media (max-width:560px){.gzh-coursepage.gzh-pd-2 div.product{padding:22px 0 0}.gzh-coursepage.gzh-pd-2 .summary.entry-summary{padding:20px 18px 22px;border-radius:12px}.gzh-coursepage.gzh-pd-2 .woocommerce-tabs ul.tabs.wc-tabs li a{padding:13px 12px!important;font-size:14px}}.gzh-loop-start.button{display:block!important;width:100%!important;box-sizing:border-box;margin:4px 0 0!important;text-align:center;background:#2eb969!important;color:#fff!important;border:0!important;border-radius:10px!important;font-size:15px!important;font-weight:800!important;line-height:1.2!important;letter-spacing:.2px;padding:14px 12px!important;min-height:46px;text-decoration:none!important;box-shadow:0 6px 16px rgb(46 185 105 / .38)!important;transition:background .15s ease,box-shadow .15s ease,transform .15s ease}.gzh-loop-start.button::before{content:"\25B6";font-size:.78em;margin-right:7px}.gzh-loop-start.button:hover,.gzh-loop-start.button:focus{background:#229151!important;color:#fff!important;box-shadow:0 10px 22px rgb(34 145 81 / .45)!important;transform:translateY(-1px)}.gzh-loop-start.button:focus-visible{outline:3px solid #0b5c33;outline-offset:2px}@media (prefers-reduced-motion:reduce){.gzh-loop-start.button{transition:none}.gzh-loop-start.button:hover,.gzh-loop-start.button:focus{transform:none}}.gzh-loop-owned{display:inline-block;margin:8px 0 0;padding:3px 7px;border-radius:5px;background:#f59e0b;color:#fff;font-size:10px;font-weight:800;line-height:1;letter-spacing:.6px;text-transform:uppercase;vertical-align:middle}.gzh-loop-owned::before{content:"\2713";margin-right:5px}.gzh-loop-actions{display:flex;align-items:stretch;gap:8px;margin-top:8px;width:100%}.gzh-loop-cart.button{flex:none;display:inline-flex!important;align-items:center;justify-content:center;width:46px;min-width:46px;height:auto;min-height:46px;padding:0!important;margin:0!important;box-sizing:border-box;background:#fff!important;color:#229151!important;border:2px solid #2eb969!important;border-radius:10px!important;box-shadow:none!important;transition:background .15s ease,color .15s ease}.gzh-loop-cart.button:hover,.gzh-loop-cart.button:focus{background:#eaf8f0!important;color:#17663a!important}.gzh-loop-cart .gzh-cart-ic{display:block}.gzh-loop-practice.button{flex:1 1 auto;display:inline-flex!important;align-items:center;justify-content:center;width:auto!important;min-height:46px;box-sizing:border-box;margin:0!important;padding:12px 10px!important;text-align:center;background:#2eb969!important;color:#fff!important;border:0!important;border-radius:10px!important;font-size:14px!important;font-weight:800!important;line-height:1.2!important;letter-spacing:.2px;text-decoration:none!important;box-shadow:0 6px 16px rgb(46 185 105 / .38)!important;transition:background .15s ease,box-shadow .15s ease,transform .15s ease}.gzh-loop-practice.button:hover,.gzh-loop-practice.button:focus{background:#229151!important;color:#fff!important;box-shadow:0 10px 22px rgb(34 145 81 / .45)!important;transform:translateY(-1px)}.gzh-loop-cart.button:focus-visible,.gzh-loop-practice.button:focus-visible{outline:3px solid #0b5c33;outline-offset:2px}@media (prefers-reduced-motion:reduce){.gzh-loop-practice.button{transition:none}.gzh-loop-practice.button:hover,.gzh-loop-practice.button:focus{transform:none}}.gzh-loop-meta{margin:6px 0 0;font-size:.8rem;line-height:1.4;color:#6a6f73}.gzh-modal.gzh-announce .gzh-modal-box{width:min(560px, 94vw);height:auto;max-height:90vh;overflow:auto}.gzh-modal.gzh-announce.gzh-an-w-sm .gzh-modal-box{width:min(420px, 94vw)}.gzh-modal.gzh-announce.gzh-an-w-lg .gzh-modal-box{width:min(760px, 94vw)}.gzh-modal.gzh-announce.gzh-an-w-xl .gzh-modal-box{width:min(980px, 94vw)}.gzh-an-inner{display:block}.gzh-an-media{background:#0f1115;line-height:0}.gzh-an-media img,.gzh-an-media video{display:block;width:100%;height:auto}.gzh-an-embed{position:relative;width:100%;aspect-ratio:16 / 9}.gzh-an-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.gzh-an-text{padding:22px 24px 26px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#1c1d1f}.gzh-an-title{margin:0 0 8px;font-size:1.35rem;font-weight:800;line-height:1.25;color:#1c1d1f}.gzh-an-body{font-size:.98rem;line-height:1.6;color:#3a3d42}.gzh-an-body p{margin:0 0 10px}.gzh-an-body p:last-child{margin-bottom:0}.gzh-an-cta{display:inline-block;margin-top:16px;padding:12px 22px;background:#2eb969;color:#fff;border-radius:10px;font-weight:800;text-decoration:none;transition:background .15s ease}.gzh-an-cta:hover,.gzh-an-cta:focus{background:#229151;color:#fff}.gzh-an-cta:focus-visible{outline:3px solid #0b5c33;outline-offset:2px}@media (max-width:600px){.gzh-modal.gzh-announce{padding:16px}.gzh-modal.gzh-announce[class*="gzh-an-w-"] .gzh-modal-box{width:100%;height:auto;border-radius:14px}.gzh-an-text{padding:18px 18px 22px}.gzh-an-title{font-size:1.2rem}}.gzh-an-carousel{position:relative;overflow:hidden}.gzh-an-track{display:flex;transition:transform .3s ease;will-change:transform}.gzh-an-slide{flex:0 0 100%;min-width:100%;line-height:0}.gzh-an-slide img{display:block;width:100%;height:auto}.gzh-an-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:36px!important;height:36px!important;min-width:0!important;padding:0!important;box-sizing:border-box!important;border:0!important;border-radius:50%!important;display:flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .92);color:#1c1d1f;cursor:pointer;box-shadow:0 2px 10px rgb(0 0 0 / .25);transition:background .15s ease}.gzh-an-nav:hover{background:#fff}.gzh-an-prev{left:10px}.gzh-an-next{right:10px}.gzh-an-nav::before{content:"";width:9px;height:9px;border-right:2.5px solid currentColor;border-bottom:2.5px solid currentColor}.gzh-an-prev::before{transform:rotate(135deg);margin-left:3px}.gzh-an-next::before{transform:rotate(-45deg);margin-right:3px}.gzh-an-dots{position:absolute;left:0;right:0;bottom:10px;z-index:2;display:flex;justify-content:center;gap:7px}.gzh-an-dot{width:8px!important;height:8px!important;min-width:0!important;padding:0!important;box-sizing:border-box!important;border:0!important;border-radius:50%!important;background:rgb(255 255 255 / .55);cursor:pointer;box-shadow:0 1px 3px rgb(0 0 0 / .35);transition:background .15s ease,transform .15s ease}.gzh-an-dot.is-active{background:#fff;transform:scale(1.35)}.gzh-an-nav:focus-visible,.gzh-an-dot:focus-visible{outline:3px solid #2eb969;outline-offset:2px}@media (prefers-reduced-motion:reduce){.gzh-an-track{transition:none}.gzh-an-dot{transition:none}}.gzh-gd,.gzh-gd-launch{--gzh-ink:#1c1d1f;--gzh-muted:#6a6f73;--gzh-line:#e4e6ea;--gzh-accent:#2eb969;--gzh-accent-d:#229151;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;box-sizing:border-box}.gzh-gd *,.gzh-gd *::before,.gzh-gd *::after{box-sizing:border-box}.gzh-gd[hidden],.gzh-gd-backdrop[hidden],.gzh-gd-sec[hidden]{display:none!important}.gzh-gd-launch{position:fixed;top:50%;transform:translateY(-50%);z-index:99990;display:flex!important;flex-direction:column;align-items:center;gap:9px;margin:0!important;padding:16px 9px!important;border:0!important;border-radius:0!important;background:var(--gzh-accent-d,#229151)!important;color:#fff!important;line-height:1!important;box-shadow:0 6px 22px rgb(0 0 0 / .28)!important;cursor:pointer;transition:background .15s ease,padding .15s ease}.gzh-gd-launch.gzh-gd-left{left:0;border-radius:0 12px 12px 0!important}.gzh-gd-launch.gzh-gd-right{right:0;border-radius:12px 0 0 12px!important}.gzh-gd-launch:hover,.gzh-gd-launch:focus{background:#1b7a44!important;color:#fff!important}.gzh-gd-launch:focus-visible{outline:3px solid #0b5c33;outline-offset:3px}.gzh-gd-launch-tx{writing-mode:vertical-rl;font-size:.82rem;font-weight:800;letter-spacing:.04em;white-space:nowrap}.gzh-gd-left .gzh-gd-launch-tx{transform:rotate(180deg)}.gzh-gd-launch-ic{position:relative;width:16px;height:12px;flex:none}.gzh-gd-launch-ic::before,.gzh-gd-launch-ic::after{content:"";position:absolute;left:0;right:0;border-top:2px solid currentColor}.gzh-gd-launch-ic::before{top:0;bottom:0;border-bottom:2px solid currentColor}.gzh-gd-launch-ic::after{top:5px}.gzh-gd-backdrop{position:fixed;inset:0;z-index:99994;background:rgb(15 17 21 / .5);opacity:0;transition:opacity .25s ease}.gzh-gd-backdrop.is-open{opacity:1}.gzh-gd{position:fixed;top:0;bottom:0;z-index:99995;display:flex;flex-direction:column;width:min(360px, 88vw);background:#fff;color:var(--gzh-ink,#1c1d1f);box-shadow:0 0 40px rgb(0 0 0 / .3);transition:transform .25s ease}.gzh-gd.gzh-gd-left{left:0;transform:translateX(-100%)}.gzh-gd.gzh-gd-right{right:0;transform:translateX(100%)}.gzh-gd.is-open{transform:none}body.gzh-gd-open{overflow:hidden}.gzh-gd-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 14px 14px 18px;border-bottom:1px solid var(--gzh-line,#e4e6ea)}.gzh-gd-h{margin:0;font-size:1.05rem;font-weight:800;color:var(--gzh-ink,#1c1d1f)}.gzh-gd-close{flex:none;width:34px!important;height:34px!important;padding:0!important;margin:0!important;border:0!important;border-radius:50%!important;background:#f1f3f5!important;color:#1c1d1f!important;font-size:22px!important;line-height:34px!important;cursor:pointer}.gzh-gd-close:hover,.gzh-gd-close:focus{background:#e4e6ea!important;color:#1c1d1f!important}.gzh-gd-body{flex:1 1 auto;padding:16px 18px 26px;overflow-y:auto;overscroll-behavior:contain}.gzh-gd-sec{margin:0 0 22px}.gzh-gd-sec:last-child{margin-bottom:0}.gzh-gd-sech{margin:0 0 10px;font-size:.72rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--gzh-muted,#6a6f73)}.gzh-gd-subh{margin:14px 0 6px;font-size:.82rem;font-weight:800;color:var(--gzh-ink,#1c1d1f)}.gzh-gd-subh:first-child{margin-top:0}.gzh-gd-cats{margin:0;padding:0;list-style:none}.gzh-gd-cat{margin:0 0 4px}.gzh-gd-det{border:1px solid var(--gzh-line,#e4e6ea);border-radius:10px;overflow:hidden}.gzh-gd-det.is-sub{margin:6px 0 0;border-style:dashed}.gzh-gd-sum{display:flex;align-items:center;gap:9px;padding:10px 12px;cursor:pointer;list-style:none}.gzh-gd-sum::-webkit-details-marker{display:none}.gzh-gd-sum:hover{background:#f7f9fa}.gzh-gd-sum:focus-visible{outline:3px solid var(--gzh-accent,#2eb969);outline-offset:-3px}.gzh-gd-dot{flex:none;width:14px;height:14px;border-radius:4px}.gzh-gd-cname{flex:1 1 auto;font-size:.92rem;font-weight:700}.gzh-gd-ccount{flex:none;font-size:.72rem;color:var(--gzh-muted,#6a6f73)}.gzh-gd-chev{flex:none;width:8px;height:8px;border-right:2px solid var(--gzh-muted,#6a6f73);border-bottom:2px solid var(--gzh-muted,#6a6f73);transform:rotate(45deg);margin-top:-3px;transition:transform .15s ease}.gzh-gd-det[open] .gzh-gd-chev{transform:rotate(-135deg);margin-top:3px}.gzh-gd-catbody{padding:2px 12px 12px;border-top:1px solid var(--gzh-line,#e4e6ea)}.gzh-gd-all{display:inline-block;margin:8px 0 4px;font-size:.76rem;font-weight:700;color:var(--gzh-accent-d,#229151);text-decoration:none}.gzh-gd-all:hover{text-decoration:underline}.gzh-gd-prods{margin:4px 0 0;padding:0;list-style:none}.gzh-gd-prod{display:block;padding:7px 0;font-size:.86rem;line-height:1.35;color:var(--gzh-ink,#1c1d1f);text-decoration:none;border-bottom:1px solid #f1f3f5}.gzh-gd-prods li:last-child .gzh-gd-prod{border-bottom:0}.gzh-gd-prod:hover,.gzh-gd-prod:focus{color:var(--gzh-accent-d,#229151);text-decoration:underline}.gzh-gd-cc.gzh-cc{max-width:none;margin:0}.gzh-gd-cc .gzh-cc-row{padding:9px 10px}.gzh-gd-cc .gzh-cc-title{font-size:.86rem}.gzh-gd-searchwrap .gzh-search{max-width:none;margin:0 0 10px}.gzh-gd-searchwrap .gzh-caro-btn{display:none!important}.gzh-gd-searchwrap .gzh-caro-track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;overflow:visible;scroll-snap-type:none}.gzh-gd-searchwrap .gzh-caro-track>*{flex:none;width:auto;min-width:0}.gzh-gd-searchwrap .gzh-card{border-radius:8px}.gzh-gd-searchwrap .gzh-card:hover{transform:none;box-shadow:0 4px 12px rgb(28 29 31 / .12)}.gzh-gd-searchwrap .gzh-cover-code{font-size:1rem;padding:0 6px}.gzh-gd-searchwrap .gzh-card-body{padding:7px 8px 8px;gap:2px}.gzh-gd-searchwrap .gzh-card-title{font-size:.78rem;line-height:1.25}.gzh-gd-searchwrap .gzh-card-cat{font-size:.68rem}.gzh-gd-searchwrap .gzh-instructor,.gzh-gd-searchwrap .gzh-stars,.gzh-gd-searchwrap .gzh-card-meta{display:none}.gzh-gd-searchwrap .gzh-card-foot{flex-direction:column;align-items:stretch;gap:5px;padding-top:6px}.gzh-gd-searchwrap .gzh-price{font-size:.82rem}.gzh-gd-searchwrap .gzh-cta{font-size:.72rem;padding:5px 6px;text-align:center;border-radius:6px}@media (max-width:560px){.gzh-gd{width:100vw}.gzh-gd-prod{padding:11px 0}}@media (max-width:480px){.gzh-gd-launch-tx{display:none}.gzh-gd-launch{padding:16px 14px!important}}@media (prefers-reduced-motion:reduce){.gzh-gd,.gzh-gd-backdrop,.gzh-gd-launch,.gzh-gd-chev{transition:none}}