.theme-gc{--paper:#fff;--paper-2:#f5f5f3;--ink:#141519;--ink-2:#41444c;--ink-soft:#76798094;--ink-soft-solid:#767980;--line:#14151921;--line-soft:#14151912;--orange:#f5811e;--orange-deep:#d96c0c;--red:#ee3a26;--red-deep:#cf2c1a;--pink:#f23b34;--pink-deep:#d62920;--dark:#141519;--font-en:var(--font-display-en);color:var(--ink);background:var(--paper);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;word-break:keep-all;overflow-wrap:anywhere;line-break:strict;overflow-x:clip}.theme-gc .gc-shell{width:100%;max-width:72rem;margin-inline:auto;padding-inline:1.25rem}@media (width>=768px){.theme-gc .gc-shell{padding-inline:2.5rem}}.theme-gc .gc-section{padding-block:clamp(6rem,12vw,10.5rem);position:relative}@media (width<=640px){.theme-gc .gc-shell{padding-inline:clamp(1.5rem,7vw,1.9rem)}}.theme-gc .gc-voice{font-family:var(--font-display);letter-spacing:-.025em;color:var(--ink);text-wrap:balance;font-size:clamp(2rem,5vw,3.6rem);font-weight:900;line-height:1.14}.theme-gc .gc-voice-on{color:#fff}.theme-gc .gc-em{color:var(--orange)}.theme-gc .gc-voice-on .gc-em{color:#fff}.theme-gc .gc-mark{isolation:isolate;display:inline;position:relative}.theme-gc .gc-mark:before{content:"";z-index:-1;filter:url(#marker-wobble);mix-blend-mode:multiply;background:linear-gradient(100deg,#ffd333c7,#ffde59e6 50%,#ffd333d1);border-radius:.12em .18em .1em .16em;position:absolute;inset:38% -.12em -4%;transform:rotate(-1.6deg)}.theme-gc .gc-proof{max-width:38rem;color:var(--ink-2);margin-top:1.8rem;font-size:1rem;line-height:1.95}.theme-gc .gc-proof-on{color:#ffffffe6}.theme-gc .gc-split{gap:2.5rem 2rem;display:grid}@media (width>=880px){.theme-gc .gc-split{grid-template-columns:minmax(0,1.02fr) minmax(27rem,.9fr);align-items:center;column-gap:clamp(3rem,7vw,6rem);max-width:76rem}}.theme-gc .gc-split-head{font-size:clamp(2.5rem,7vw,5.2rem);line-height:1.12}@media (width>=880px){.theme-gc .gc-split-head{justify-self:end}}.theme-gc .gc-split-head-sm{letter-spacing:var(--tracking-tight);color:var(--ink-2);margin-bottom:.25em;font-size:.72em;display:block}.theme-gc .gc-split-head-end{white-space:nowrap}.theme-gc .gc-split-body{width:100%;max-width:32rem}@media (width>=880px){.theme-gc .gc-split-body{justify-self:start;margin-top:clamp(3.5rem,7vw,5.8rem)}}.theme-gc .gc-split-text{color:var(--ink-2);font-size:1rem;line-height:2}.theme-gc .gc-split-text+.gc-split-text{margin-top:1.6rem}.theme-gc .gc-split-pains span{display:block}.theme-gc .gc-split-pains span+span{margin-top:.5rem}.theme-gc .gc-split-body .gc-more{margin-top:2.4rem}.theme-gc .gc-header{z-index:40;background:color-mix(in srgb, var(--paper) 84%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line-soft);position:sticky;top:0}.theme-gc .gc-header-inner{justify-content:space-between;align-items:center;gap:1rem;padding-block:.85rem;display:flex}.theme-gc .gc-brand{font-family:var(--font-en);letter-spacing:var(--tracking-tight);color:var(--ink);align-items:center;gap:.8rem;font-size:1.28rem;font-weight:900;text-decoration:none;display:inline-flex}.theme-gc .gc-brand img{object-fit:contain;width:2.375rem;height:2.375rem}.theme-gc .gc-nav{color:var(--ink-2);gap:1.7rem;font-size:.88rem;font-weight:500;display:none}@media (width>=1024px){.theme-gc .gc-nav{display:flex}}.theme-gc .gc-nav a{color:inherit;padding-block:.2rem;text-decoration:none;position:relative}.theme-gc .gc-nav a:after{content:"";background:var(--orange);width:0;height:2px;transition:width .3s var(--ease-brand);position:absolute;bottom:0;left:0}.theme-gc .gc-nav a:hover:after{width:100%}.theme-gc .gc-cta-row{flex-wrap:wrap;gap:.85rem;margin-top:clamp(2.4rem,5vw,3rem);display:flex}.theme-gc .gc-btn{font-family:var(--font-display);border-radius:var(--radius-pill);transition:transform .25s var(--ease-brand), background .2s ease, border-color .2s ease, color .2s ease, box-shadow .25s ease;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.6rem;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.theme-gc .gc-btn svg{transition:transform .3s var(--ease-brand)}.theme-gc .gc-btn:hover svg{transform:translate(3px)}.theme-gc .gc-btn-ink{background:var(--ink);color:#fff;padding-block:.62rem}.theme-gc .gc-btn-ink:hover{transform:translateY(var(--hover-lift));box-shadow:0 14px 30px -16px #1415198c}.theme-gc .gc-btn-ghost{color:var(--ink);box-shadow:inset 0 0 0 1.5px var(--line);background:0 0;padding-block:.62rem}.theme-gc .gc-btn-ghost:hover{box-shadow:inset 0 0 0 1.5px var(--ink);transform:translateY(var(--hover-lift))}.theme-gc .gc-btn-orange{background:var(--orange);color:#fff}.theme-gc .gc-btn-orange:hover{background:var(--orange-deep);transform:translateY(var(--hover-lift));box-shadow:0 14px 30px -16px #d96c0c99}.theme-gc .gc-btn-light{color:var(--orange-deep);background:#fff}.theme-gc .gc-btn-light:hover{transform:translateY(var(--hover-lift));box-shadow:0 16px 34px -14px #0006}.theme-gc .gc-btn-line{color:var(--ink);border:1.5px solid var(--ink);background:0 0}.theme-gc .gc-btn-line:hover{background:var(--ink);color:#fff;transform:translateY(var(--hover-lift))}.theme-gc .gc-btn-cream{color:var(--red-deep);background:#fff}.theme-gc .gc-btn-cream:hover{background:var(--ink);color:#fff;transform:translateY(var(--hover-lift))}.theme-gc .gc-hero{align-items:center;min-height:min(88vh,56rem);padding-block:clamp(4.5rem,10vw,8rem) clamp(3.5rem,7vw,6rem);display:flex;position:relative;overflow:clip}.theme-gc .gc-hero-grid{z-index:1;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(2rem,5vw,5rem);width:100%;display:grid;position:relative}.theme-gc .gc-hero-lead{flex-direction:column;align-items:flex-start;display:flex}.theme-gc .gc-hero-cta{flex-wrap:wrap;gap:.75rem;margin-top:clamp(1.6rem,3vw,2.2rem);display:flex}.theme-gc .gc-hero-stage{aspect-ratio:1;width:100%;position:relative}.theme-gc .gc-photos{position:absolute;inset:0}.theme-gc .gc-photo{background:var(--paper-2);border-radius:.45rem;margin:0;position:absolute;overflow:hidden;box-shadow:0 30px 60px -28px #14151973}.theme-gc .gc-photo img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity 1.1s;position:absolute;inset:0;transform:scale(1.12)}.theme-gc .gc-photo img[data-on]{opacity:1;animation:4.6s ease-out forwards gc-kenburns}.theme-gc .gc-photo-lead{aspect-ratio:4/5;z-index:2;width:74%;top:4%;left:6%;transform:rotate(-3deg)}.theme-gc .gc-photo-sub{aspect-ratio:1;z-index:3;border:4px solid var(--paper);width:50%;bottom:2%;right:0;transform:rotate(4deg)}.theme-gc .gc-photos-tie{z-index:1;border-bottom:2px dashed var(--orange);border-right:2px dashed var(--orange);opacity:.5;border-bottom-right-radius:1.6rem;width:34%;height:30%;position:absolute;top:38%;left:40%}@media (width<=880px){.theme-gc .gc-hero{min-height:0}.theme-gc .gc-hero-grid{grid-template-columns:1fr;gap:clamp(1.5rem,6vw,2.5rem)}.theme-gc .gc-hero-stage{order:-1;justify-self:center;width:min(74%,18rem)}}.theme-gc .gc-flag{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);font-size:clamp(2.8rem,7.5vw,6rem);font-weight:900;line-height:1.06}.theme-gc .gc-flag-hit{isolation:isolate;white-space:nowrap;color:#fff;transform-origin:50%;border-radius:.03em;margin-top:.16em;padding:.04em .3em;display:inline-block;position:relative;overflow:hidden;transform:rotate(-1.4deg)}.theme-gc .gc-flag-hit:before{content:"";z-index:-1;border-radius:inherit;background:var(--orange);transform-origin:0;will-change:transform;animation:.86s cubic-bezier(.19,1,.22,1) .52s forwards gc-hit-swipe;position:absolute;inset:0;transform:scaleX(0)}.theme-gc .gc-flag-en{border-bottom:2px solid var(--orange);font-family:var(--font-en);letter-spacing:.04em;text-transform:uppercase;color:var(--ink);margin-top:clamp(1.3rem,2.6vw,1.8rem);padding-bottom:.45rem;font-size:clamp(.9rem,1.7vw,1.25rem);font-weight:800;line-height:1;display:inline-block}.theme-gc .gc-landing{padding-block:clamp(3rem,7vw,5.5rem) clamp(5rem,10vw,8rem)}.theme-gc .gc-landing-inner{text-align:center;max-width:44rem;margin-inline:auto}.theme-gc .gc-landing-strong{font-family:var(--font-display);letter-spacing:var(--tracking-tight);color:var(--ink);font-size:clamp(1.2rem,2.4vw,1.6rem);font-weight:800;line-height:1.55}.theme-gc .gc-landing-lead{color:var(--ink-2);margin-top:.55rem;font-size:1rem;line-height:1.95}.theme-gc .gc-pains{gap:0;margin-top:clamp(3rem,6vw,4.5rem);padding:0;list-style:none;display:grid}.theme-gc .gc-pain{border-top:1px solid var(--line);gap:.7rem 1.6rem;padding-block:clamp(1.8rem,3.5vw,2.6rem);display:grid}@media (width>=760px){.theme-gc .gc-pain{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:start}}.theme-gc .gc-pain:last-child{border-bottom:1px solid var(--line)}.theme-gc .gc-pain-q{font-family:var(--font-display);letter-spacing:var(--tracking-tight);color:var(--ink);font-size:clamp(1.2rem,2.4vw,1.55rem);font-weight:800;line-height:1.5}.theme-gc .gc-pain-q:before{content:"「";color:var(--orange)}.theme-gc .gc-pain-q:after{content:"」";color:var(--orange)}.theme-gc .gc-pain p{color:var(--ink-soft-solid);max-width:34rem;font-size:.97rem;line-height:1.95}.theme-gc .gc-field{background:var(--orange);color:#fff;clip-path:polygon(0 4.5vw,100% 0,100% 100%,0 100%);margin-top:-2vw;padding-block:clamp(8rem,15vw,13rem) clamp(16rem,22vw,22rem);position:relative}@media (width>=760px){.theme-gc .gc-field{clip-path:polygon(0 5vw,100% 0,100% 100%,0 100%)}}.theme-gc .gc-field .gc-voice{font-size:clamp(2rem,4.6vw,3.4rem)}.theme-gc .gc-sticky-grid{gap:2.5rem;display:grid}@media (width>=880px){.theme-gc .gc-sticky-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);align-items:start;gap:4rem}.theme-gc .gc-sticky-head{grid-column:2;align-self:start;position:sticky;top:7rem}}.theme-gc .gc-sticky-flow{gap:0;display:grid}@media (width>=880px){.theme-gc .gc-sticky-flow{grid-area:1/1;margin-top:clamp(3.5rem,8vw,7rem)}}.theme-gc .gc-sticky-head .gc-more{margin-top:clamp(2rem,4vw,2.6rem)}.theme-gc .gc-service-more-flow{display:none}.theme-gc .gc-offer{border-top:1.5px solid #ffffff59;padding-block:clamp(2rem,4vw,3rem)}.theme-gc .gc-offer:first-child{border-top:none;padding-top:0}.theme-gc .gc-offer h3{font-family:var(--font-display);letter-spacing:var(--tracking-tight);color:#fff;font-size:1.35rem;font-weight:800}.theme-gc .gc-offer-lead{font-size:2.4em;font-weight:900;line-height:1}.theme-gc .gc-offer-num{display:none}.theme-gc .gc-offer-body{color:#ffffffeb;margin-top:.9rem;font-size:.93rem;line-height:1.95}.theme-gc .gc-track-sec{padding-top:clamp(12rem,22vw,19rem);position:relative;overflow:hidden}.theme-gc .gc-track-sec:before{content:"";z-index:0;opacity:.68;filter:saturate(1.05);border-radius:var(--radius-pill);pointer-events:none;background:linear-gradient(270deg,#fff0,#ffffff9e 76%,#fff),linear-gradient(#fff0,#ffffff75 82%,#fff),url(/images/goracrew-team-kv-v1.png) 50%/cover no-repeat;width:clamp(32rem,54vw,44rem);height:clamp(32rem,54vw,44rem);position:absolute;top:clamp(19rem,25vw,24rem);right:max(-8rem,-10vw)}.theme-gc .gc-track-sec .gc-ghost-en{top:clamp(3rem,5vw,4.5rem);left:auto;right:clamp(1.2rem,4vw,4rem)}.theme-gc .gc-ghost-en{z-index:0;font-family:var(--font-en);letter-spacing:.02em;color:var(--ink);opacity:.04;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:clamp(4rem,13vw,12rem);font-weight:900;line-height:1;position:absolute;top:clamp(-2.5rem,-4vw,-4.5rem);left:clamp(1.2rem,4vw,4rem)}.theme-gc .gc-ghost-en-light{color:#fff;opacity:.1}.theme-gc .gc-field .gc-ghost-en{top:auto;bottom:clamp(3rem,5vw,4.5rem);left:clamp(1.2rem,4vw,4rem)}.theme-gc .gc-field .gc-shell,.theme-gc .gc-track-sec .gc-shell{z-index:1;position:relative}.theme-gc .gc-track-sec .gc-voice,.theme-gc .gc-track-sec .gc-proof{text-align:left;margin-right:auto}.theme-gc .gc-track{grid-template-columns:repeat(4,1fr);gap:clamp(.8rem,1.6vw,1.2rem);margin-top:clamp(2.6rem,5vw,3.6rem);display:grid}.theme-gc .gc-track-sec .gc-more{width:fit-content;margin-right:auto;display:flex}.theme-gc .gc-track-cell{background:var(--paper);border:1px solid var(--line);aspect-ratio:1;border-radius:8px;flex-direction:column;min-width:0;padding:clamp(1.3rem,2.2vw,1.7rem);display:flex}@media (width<=959px){.theme-gc .gc-track{grid-template-columns:1fr 1fr}}@media (width<=767px){.theme-gc .gc-track-sec:before{opacity:.38;width:24rem;height:24rem;top:clamp(14rem,42vw,18rem);right:8vw}.theme-gc .gc-track-sec .gc-ghost-en{top:clamp(1.5rem,8vw,3rem)}.theme-gc .gc-track-sec .gc-voice,.theme-gc .gc-track-sec .gc-proof{text-align:left;margin-right:0}.theme-gc .gc-track-sec .gc-more{margin-right:0}}@media (width<=559px){.theme-gc .gc-track{grid-template-columns:1fr}.theme-gc .gc-track-cell{aspect-ratio:auto}}.theme-gc .gc-track dt{min-width:0;font-family:var(--font-display);letter-spacing:var(--tracking-tight);color:var(--ink);flex-direction:column;align-items:flex-start;gap:.6rem;font-size:1.05rem;font-weight:800;display:flex}.theme-gc .gc-track dt svg{color:var(--orange)}.theme-gc .gc-track dd{min-width:0;color:var(--ink-soft-solid);margin-top:.7rem;font-size:.9rem;line-height:1.8}.theme-gc .gc-advisor-sec{padding-top:clamp(6rem,18vw,9rem);padding-bottom:clamp(4rem,8vw,6.5rem);position:relative;overflow:hidden}.theme-gc .gc-advisor-sec .gc-ghost-en{inset:clamp(2rem,5vw,4.5rem) auto auto clamp(1.2rem,4vw,4rem)}.theme-gc .gc-advisor-grid{z-index:1;justify-items:center;gap:clamp(2rem,5vw,3.5rem);display:grid;position:relative}@media (width>=860px){.theme-gc .gc-advisor-sec{padding-top:clamp(16rem,26vw,23rem)}.theme-gc .gc-advisor-grid{grid-template-columns:auto minmax(0,32rem);justify-content:center;align-items:start;gap:clamp(5.5rem,10vw,9rem);max-width:74rem;margin-inline:auto}.theme-gc .gc-advisor-media{margin-top:clamp(3rem,6vw,5rem)}}.theme-gc .gc-advisor-main{width:min(100%,32rem)}.theme-gc .gc-advisor-media{text-align:center;flex-direction:column;align-items:center;gap:1.3rem;display:flex}.theme-gc .gc-advisor-portrait{border-radius:var(--radius-pill);object-fit:cover;background:var(--paper-2);border:1px solid var(--line);width:clamp(9rem,24vw,14rem);height:clamp(9rem,24vw,14rem)}.theme-gc .gc-advisor-id{flex-direction:column;align-items:center;gap:.4rem;display:flex}.theme-gc .gc-advisor-label{font-family:var(--font-mono);letter-spacing:.16em;color:var(--orange-deep);font-size:.72rem}.theme-gc .gc-advisor-name{font-family:var(--font-display);letter-spacing:var(--tracking-tight);color:var(--ink);flex-direction:column;gap:.15rem;font-size:1.45rem;font-weight:900;display:flex}.theme-gc .gc-advisor-name-en{font-family:var(--font-en);letter-spacing:.01em;color:var(--ink-soft-solid);font-size:.9rem;font-weight:600}.theme-gc .gc-advisor-x{font-family:var(--font-mono);color:var(--ink-2);align-items:center;gap:.4rem;font-size:.8rem;text-decoration:none;transition:color .2s;display:inline-flex}.theme-gc .gc-advisor-x:hover{color:var(--ink)}.theme-gc .gc-advisor-lead{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);font-size:clamp(1.9rem,4vw,2.7rem);font-weight:900;line-height:1.25}.theme-gc .gc-advisor-lead-em{white-space:nowrap;font-size:1.18em}.theme-gc .gc-advisor-mobile-copy{display:none}@media (width>=641px){.theme-gc .gc-advisor-after{margin-left:-.14em}}@media (width<=640px){.theme-gc .gc-advisor-desktop-copy{display:none}.theme-gc .gc-advisor-mobile-copy{display:inline}}.theme-gc .gc-advisor-text{max-width:30rem;color:var(--ink-2);word-break:normal;margin-top:1.3rem;font-size:.95rem;line-height:1.95}.theme-gc .gc-advisor-text strong{color:var(--ink);font-weight:700}.theme-gc .gc-advisor-more{margin-top:1.6rem}.theme-gc .gc-advisor-links{flex-direction:column;align-items:flex-start;gap:.85rem;margin-top:1.6rem;display:flex}@media (width>=641px){.theme-gc .gc-advisor-links{flex-flow:wrap;gap:1rem 2rem}}.theme-gc .gc-advisor-links .gc-advisor-more{margin-top:0}.theme-gc .gc-advisor-facts{border-top:1px solid var(--line-soft);grid-template-columns:1fr;gap:0;margin-top:2rem;display:grid}@media (width>=560px){.theme-gc .gc-advisor-facts{grid-template-columns:1fr 1fr}}.theme-gc .gc-advisor-fact{border-bottom:1px solid var(--line-soft);flex-direction:column;gap:.3rem;padding:.95rem 0;display:flex}@media (width>=560px){.theme-gc .gc-advisor-fact:nth-child(odd){padding-right:1.5rem}}.theme-gc .gc-advisor-fact dt{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--orange-deep);font-size:.72rem}.theme-gc .gc-advisor-fact dd{color:var(--ink);font-size:.88rem;font-weight:600;line-height:1.6}.theme-gc .gc-training{background:radial-gradient(120% 140% at 85% 50%, var(--orange) 0%, var(--orange-deep) 100%);color:#fff;padding-block:clamp(4.5rem,9vw,6.5rem);position:relative;overflow:hidden}@media (width>=820px){.theme-gc .gc-training{padding-block:clamp(2.4rem,4vw,3.4rem)}}.theme-gc .gc-training:after{content:"";z-index:1;pointer-events:none;background-image:repeating-linear-gradient(-45deg,#ffffff0f 0 2px,#0000 2px 18px);position:absolute;inset:0}.theme-gc .gc-training-inner{z-index:1;gap:1.8rem;display:grid}@media (width>=820px){.theme-gc .gc-training-inner{grid-template-columns:minmax(0,.88fr) minmax(20rem,1fr);align-items:center;gap:clamp(3rem,7vw,6rem);min-height:clamp(13.5rem,18vw,16rem)}}.theme-gc .gc-training-copy{z-index:2;position:relative}.theme-gc .gc-training-h2{font-family:var(--font-display);letter-spacing:-.02em;color:#fff;font-size:clamp(1.7rem,3.8vw,2.5rem);font-weight:900}.theme-gc .gc-training-body{color:#ffffffe6;max-width:34rem;margin-top:.9rem;font-size:.98rem;line-height:1.95}.theme-gc .gc-training-cta{flex-shrink:0;margin-top:clamp(1.7rem,3vw,2.4rem);padding:1.05rem 2rem;font-size:1.02rem;box-shadow:0 18px 40px -18px #00000080}.theme-gc .gc-training-media{display:none}@media (width>=820px){.theme-gc .gc-training-media{z-index:0;pointer-events:none;width:min(58vw,56rem);display:block;position:absolute;top:0;bottom:0;right:0;overflow:hidden}.theme-gc .gc-training-media:before{content:"";z-index:1;background:linear-gradient(90deg, var(--orange) 0%, #f5811eb8 20%, #f5811e33 52%, #f5811e05 82%), linear-gradient(180deg, #f5811e0f, #d96c0c29);position:absolute;inset:0}.theme-gc .gc-training-media img{object-fit:cover;object-position:center;opacity:.95;filter:saturate(1.08)contrast(1.04);width:100%;height:100%}}.theme-gc .gc-belief{padding-block:clamp(5rem,10vw,8rem)}.theme-gc .gc-belief-grid{gap:2.5rem;display:grid}@media (width>=900px){.theme-gc .gc-belief-grid{grid-template-columns:1.15fr .85fr;gap:0}}.theme-gc .gc-belief-shout{padding-right:clamp(0rem,3vw,2.5rem)}.theme-gc .gc-belief-en{font-family:var(--font-en);letter-spacing:-.035em;text-transform:uppercase;color:var(--ink);font-size:clamp(2.8rem,8vw,6rem);font-weight:900;line-height:.88}.theme-gc .gc-belief-en .gc-em{color:var(--orange)}.theme-gc .gc-belief-title{font-family:var(--font-display);letter-spacing:-.025em;color:var(--ink);margin-top:clamp(1.4rem,3vw,2rem);font-size:clamp(1.5rem,3.4vw,2.3rem);font-weight:900;line-height:1.3}.theme-gc .gc-belief-lead{max-width:30rem;color:var(--ink-2);margin-top:1.6rem;font-size:.98rem;line-height:1.95}.theme-gc .gc-belief-aside{position:relative}@media (width>=900px){.theme-gc .gc-belief-aside{border-left:1px solid var(--line);padding-left:clamp(2rem,4vw,3.5rem)}}.theme-gc .gc-reveal{color:var(--ink-soft-solid);font-size:.96rem;line-height:1.95}.theme-gc .gc-reveal strong{color:var(--ink);font-weight:700}.theme-gc .gc-axis{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);margin-top:1.8rem;font-size:clamp(1.2rem,2.6vw,1.6rem);font-weight:900;line-height:1.4}.theme-gc .gc-recruit{isolation:isolate;padding-block:clamp(5.5rem,13vw,10rem);position:relative;overflow:hidden}.theme-gc .gc-recruit-photo{object-fit:cover;object-position:center;z-index:-2;width:100%;height:100%;position:absolute;inset:0}.theme-gc .gc-recruit-scrim{z-index:-1;background:linear-gradient(#14151980 0%,#1415199e 100%),linear-gradient(115deg,#f5811e80 0%,#0000 60%);position:absolute;inset:0}.theme-gc .gc-recruit-inner{flex-direction:column;align-items:flex-start;display:flex}.theme-gc .gc-recruit-en{font-family:var(--font-en);letter-spacing:-.035em;text-transform:uppercase;color:#fff;font-size:clamp(2.6rem,8.5vw,7rem);font-weight:900;line-height:.92}.theme-gc .gc-recruit-en .gc-em{color:var(--orange)}.theme-gc .gc-recruit-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--orange);margin-top:clamp(1.2rem,3vw,1.8rem);font-size:clamp(1.4rem,3.4vw,2.3rem);font-weight:900}.theme-gc .gc-recruit-cta{margin-top:clamp(2rem,4vw,2.8rem)}.theme-gc .gc-footer{background:var(--ink);color:#fff9;padding-block:3.2rem}.theme-gc .gc-footer-inner{flex-direction:column;justify-content:space-between;gap:1.5rem;display:flex}@media (width>=760px){.theme-gc .gc-footer-inner{flex-direction:row;align-items:flex-end}}.theme-gc .gc-footer-logo{object-fit:contain;filter:invert();width:4rem;height:4rem}.theme-gc .gc-footer-brand{align-items:center;gap:1.35rem;display:flex}.theme-gc .gc-footer-copy{min-width:0}.theme-gc .gc-footer-tagline{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;font-size:1.2rem;font-weight:900}.theme-gc .gc-footer-note{color:#ffffff6b;margin-top:.65rem;font-size:.82rem}.theme-gc .gc-footer-sections{flex-wrap:wrap;gap:2rem 3rem;display:flex}.theme-gc .gc-footer-section{flex-direction:column;gap:.55rem;display:flex}.theme-gc .gc-footer-section-title{letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;margin-bottom:.2rem;font-size:.68rem;font-weight:700}.theme-gc .gc-footer-sections a{color:#ffffffa6;font-size:.84rem;font-weight:500;text-decoration:none}.theme-gc .gc-footer-sections a:hover{color:var(--orange)}.theme-gc .gc-footer-bottom{color:#ffffff47;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding-top:1rem;font-size:.72rem;display:flex}.theme-gc .gc-footer-bottom a{color:#ffffff47;text-decoration:none}.theme-gc .gc-footer-bottom a:hover{color:#fff9}.theme-gc .gc-copyright-link{color:inherit;cursor:default}.theme-gc .gc-copyright-link:hover{color:inherit}.theme-gc [data-reveal]{opacity:0;transition:opacity .7s var(--ease-brand), translate .7s var(--ease-brand);translate:0 1.4rem}.theme-gc [data-reveal][data-in]{opacity:1;translate:0}.theme-gc .gc-split-stagger .gc-split-pains span:first-child{transition-delay:0s}.theme-gc .gc-split-stagger .gc-split-pains span:nth-child(2){transition-delay:.14s}.theme-gc .gc-split-stagger .gc-split-pains span:nth-child(3){transition-delay:.28s}.theme-gc .gc-split-stagger>.gc-split-text[data-reveal]{transition-delay:.46s}.theme-gc .gc-split-stagger>.gc-more{transition-delay:.62s}@media (prefers-reduced-motion:reduce){.theme-gc [data-reveal]{opacity:1;transition:none;translate:0}.theme-gc .gc-flag-hit{background:var(--orange);color:#fff;animation:none;transform:rotate(-1.4deg)}.theme-gc .gc-flag-hit:before{animation:none;transform:scaleX(1)}.theme-gc .gc-photo img[data-on]{animation:none;transform:scale(1)}}.theme-gc a:focus-visible,.theme-gc button:focus-visible{outline:2px solid var(--orange);outline-offset:3px;border-radius:4px}.theme-gc .gc-more{font-family:var(--font-display);color:var(--ink);border-bottom:2px solid var(--orange);transition:gap .25s var(--ease-brand);align-items:center;gap:.5rem;margin-top:clamp(2.4rem,5vw,3.2rem);padding-bottom:.3rem;font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex}.theme-gc .gc-more svg{color:var(--orange);transition:transform .3s var(--ease-brand)}.theme-gc .gc-more:hover{gap:.8rem}.theme-gc .gc-more:hover svg{transform:translate(3px)}.theme-gc .gc-more-nudge[data-in] svg{animation:1.8s ease-in-out infinite gc-arrow-nudge}.theme-gc .gc-more-nudge:hover svg{animation:none}@media (prefers-reduced-motion:reduce){.theme-gc .gc-more-nudge[data-in] svg{animation:none}}.theme-gc .gc-more-on{color:#fff;border-bottom-color:#fff;margin-top:clamp(2.6rem,5vw,3.4rem)}.theme-gc .gc-more-on svg{color:#fff}.theme-gc .gc-more.gc-service-more-flow{display:none}@media (width<=640px){.theme-gc .gc-more.gc-service-more-flow{display:inline-flex}}.theme-gc .gcs-hero{padding-top:clamp(2.5rem,6vw,4rem)}.theme-gc .gcs-back{font-family:var(--font-mono);letter-spacing:.04em;color:var(--ink-soft-solid);align-items:center;gap:.45rem;margin-bottom:clamp(1.6rem,4vw,2.6rem);font-size:.74rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.theme-gc .gcs-back:hover{color:var(--ink)}.theme-gc .gcs-back svg{transition:transform .25s var(--ease-brand)}.theme-gc .gcs-back:hover svg{transform:translate(-3px)}.theme-gc .gcs-flag{font-size:clamp(3.2rem,11vw,8rem)}.theme-gc .gcs-hero-lead{max-width:40rem;color:var(--ink-2);margin-top:clamp(1.8rem,4vw,2.6rem);font-size:1.02rem;line-height:1.95}.theme-gc .gcs-strong{color:var(--orange-deep);font-weight:800}.theme-gc .gcs-pains{margin-top:clamp(2.6rem,5vw,3.6rem)}.theme-gc .gcs-wheels{gap:0;margin-top:clamp(3rem,6vw,4.5rem);display:grid}@media (width>=800px){.theme-gc .gcs-wheels{grid-template-columns:repeat(3,1fr)}}.theme-gc .gcs-wheel{border-top:1.5px solid #ffffff59;padding-block:clamp(1.8rem,3vw,2.4rem)}@media (width>=800px){.theme-gc .gcs-wheel{padding-inline:clamp(1.6rem,3vw,2.6rem)}.theme-gc .gcs-wheel:first-child{padding-left:0}.theme-gc .gcs-wheel:last-child{padding-right:0}.theme-gc .gcs-wheel+.gcs-wheel{border-left:1.5px solid #ffffff59}}.theme-gc .gcs-wheel-title{font-family:var(--font-display);letter-spacing:var(--tracking-tight);color:#fff;font-size:1.5rem;font-weight:800}.theme-gc .gcs-wheel-lead{font-size:2em;font-weight:900;line-height:1}.theme-gc .gcs-wheel-sub{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:#ffffffb3;margin-top:.3rem;font-size:.7rem;font-weight:500}.theme-gc .gcs-wheel-body{color:#ffffffeb;margin-top:1.1rem;font-size:.95rem;line-height:1.95}.theme-gc .gcs-wheel-list{gap:.7rem;margin-top:1.4rem;padding:0;list-style:none;display:grid}.theme-gc .gcs-wheel-list li{color:#fff;padding-left:1.2rem;font-size:.9rem;line-height:1.65;position:relative}.theme-gc .gcs-wheel-list li:before{content:"";border-radius:var(--radius-pill);background:#fff;width:.45rem;height:.45rem;position:absolute;top:.6em;left:0}.theme-gc .gcs-cross{gap:0;margin-top:clamp(3rem,6vw,4.5rem);display:grid}@media (width>=760px){.theme-gc .gcs-cross{grid-template-columns:repeat(3,1fr)}}.theme-gc .gcs-cross-item{padding-block:clamp(1.6rem,3vw,2.2rem);border-top:1px solid var(--ink);padding-right:1.6rem}.theme-gc .gcs-cross-icon{color:var(--orange)}.theme-gc .gcs-cross-label{font-family:var(--font-display);letter-spacing:var(--tracking-tight);color:var(--ink);margin-top:.9rem;font-size:1.25rem;font-weight:800}.theme-gc .gcs-cross-body{color:var(--ink-soft-solid);margin-top:.7rem;font-size:.94rem;line-height:1.85}.theme-gc .gcs-steps{counter-reset:none;margin-top:clamp(3rem,6vw,4.5rem);padding:0;list-style:none}.theme-gc .gcs-step{border-top:1px solid var(--line);grid-template-columns:3.5rem 1fr;gap:1rem 1.4rem;padding-block:clamp(1.6rem,3vw,2.2rem);display:grid}.theme-gc .gcs-step:last-child{border-bottom:1px solid var(--line)}.theme-gc .gcs-step-no{font-family:var(--font-en);color:var(--orange);font-size:1.6rem;font-weight:900;line-height:1}.theme-gc .gcs-step-title{font-family:var(--font-display);letter-spacing:var(--tracking-tight);color:var(--ink);font-size:1.25rem;font-weight:800}.theme-gc .gcs-step-text{color:var(--ink-soft-solid);max-width:38rem;margin-top:.7rem;font-size:.95rem;line-height:1.95}.theme-gc .gcs-training{background:var(--paper-2)}.theme-gc .gcs-courses{background:var(--line);border:1px solid var(--line);gap:1px;margin-top:clamp(3rem,6vw,4.5rem);display:grid}@media (width>=820px){.theme-gc .gcs-courses{grid-template-columns:repeat(3,1fr)}}.theme-gc .gcs-course{background:var(--paper);flex-direction:column;padding:clamp(1.6rem,3vw,2rem);display:flex}.theme-gc .gcs-course-tag{font-family:var(--font-mono);letter-spacing:.14em;color:var(--orange);font-size:.68rem;font-weight:600}.theme-gc .gcs-course-title{font-family:var(--font-display);letter-spacing:var(--tracking-tight);color:var(--ink);margin-top:.7rem;font-size:1.2rem;font-weight:800}.theme-gc .gcs-course-body{color:var(--ink-soft-solid);margin-top:.8rem;font-size:.92rem;line-height:1.85}.theme-gc .gcs-course-meta{border-top:1px solid var(--line);gap:.7rem;margin-top:1.4rem;padding-top:1.2rem;display:grid}.theme-gc .gcs-course-meta div{grid-template-columns:3rem 1fr;align-items:baseline;gap:.6rem;display:grid}.theme-gc .gcs-course-meta dt{font-family:var(--font-mono);letter-spacing:.06em;color:var(--ink-soft-solid);font-size:.68rem}.theme-gc .gcs-course-meta dd{color:var(--ink-2);font-size:.85rem;line-height:1.6}.theme-gc .gcs-close{text-align:center}.theme-gc .gcs-close-inner{flex-direction:column;align-items:center;display:flex}.theme-gc .gcs-close-h{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);font-size:clamp(2rem,5vw,3.4rem);font-weight:900;line-height:1.15}.theme-gc .gcs-close-lead{max-width:34rem;color:var(--ink-2);margin-top:1.4rem;font-size:1rem;line-height:1.95}.theme-gc .gcs-close .gc-cta-row{justify-content:center}.theme-gc .gcw-ind-tags{flex-wrap:wrap;gap:.7rem;margin-top:clamp(2.4rem,5vw,3.4rem);padding:0;list-style:none;display:flex}.theme-gc .gcw-ind-tag{font-family:var(--font-display);color:var(--ink);border:1.5px solid var(--line);border-radius:var(--radius-pill);padding:.55rem 1.1rem;font-size:.92rem;font-weight:700}.theme-gc .gcw-cat-sec{padding-top:clamp(2rem,4vw,3rem)}.theme-gc .gcw-cat{border-top:1px solid var(--line);gap:1.8rem clamp(2rem,5vw,3rem);padding-block:clamp(2.8rem,5vw,4rem);display:grid}.theme-gc .gcw-cat:last-child{border-bottom:1px solid var(--line)}@media (width>=900px){.theme-gc .gcw-cat{grid-template-columns:minmax(22rem,.9fr) minmax(0,1fr);align-items:start}}.theme-gc .gcw-cat-en{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ink-soft-solid);font-size:.7rem;font-weight:500}.theme-gc .gcw-cat-title{font-family:var(--font-display);letter-spacing:0;white-space:nowrap;color:var(--ink);margin-top:.6rem;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:900;line-height:1.18}@media (width<=520px){.theme-gc .gcw-cat-title{white-space:normal}}.theme-gc .gcw-cat-lead{max-width:19rem;color:var(--ink-soft-solid);margin-top:1rem;font-size:.93rem;line-height:1.85}.theme-gc .gcw-cases{gap:0;padding:0;list-style:none;display:grid}.theme-gc .gcw-case{border-top:1px solid var(--line-soft);padding-block:1.5rem}.theme-gc .gcw-case:first-child{border-top:none;padding-top:0}@media (width>=900px){.theme-gc .gcw-case:first-child{padding-top:.2rem}}.theme-gc .gcw-case-top{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.theme-gc .gcw-case-title{font-family:var(--font-display);letter-spacing:var(--tracking-tight);color:var(--ink);font-size:1.1rem;font-weight:800}.theme-gc .gcw-case-ind{font-family:var(--font-mono);letter-spacing:.04em;color:var(--ink-soft-solid);flex-shrink:0;font-size:.68rem}.theme-gc .gcw-case-body{color:var(--ink-soft-solid);margin-top:.7rem;font-size:.94rem;line-height:1.85}.theme-gc .gcw-case-tags{flex-wrap:wrap;gap:.5rem;margin-top:.9rem;display:flex}.theme-gc .gcw-tech{font-family:var(--font-mono);letter-spacing:.02em;color:var(--ink-2);background:var(--paper-2);border-radius:5px;padding:.25rem .6rem;font-size:.7rem;font-weight:500}.theme-gc .gcw-stack{flex-wrap:wrap;gap:.6rem;margin-top:clamp(2.4rem,5vw,3.4rem);padding:0;list-style:none;display:flex}.theme-gc .gcw-stack-item{font-family:var(--font-mono);color:var(--ink);border:1px solid var(--line);border-radius:6px;padding:.4rem .85rem;font-size:.8rem;font-weight:500}@media (width<=640px){.theme-gc .gc-section{padding-block:clamp(4.5rem,18vw,6.5rem)}.theme-gc .gc-voice{text-align:center;text-wrap:balance;font-size:clamp(2.65rem,13vw,4.2rem);line-height:1.04}.theme-gc .gc-proof{text-align:center;margin-inline:auto;font-size:1.05rem}.theme-gc .gc-hero{padding-block:clamp(2.5rem,10vw,4rem) 0;overflow:visible}.theme-gc .gc-hero-lead{text-align:center;order:-1;align-items:center}.theme-gc .gc-hero-cta{justify-content:center}.theme-gc .gc-flag{font-size:clamp(2.6rem,12vw,3.6rem);line-height:1.04}.theme-gc .gc-flag-hit{overflow:visible}.theme-gc .gc-hero-stage{aspect-ratio:3/2;order:0;width:100%;margin-top:1rem;overflow:visible}.theme-gc .gc-photo-lead{aspect-ratio:3/4;width:70%;top:2%;left:-3%;transform:rotate(-5deg)}.theme-gc .gc-photo-sub{aspect-ratio:4/5;width:54%;bottom:-8%;right:-5%;transform:rotate(6deg)}.theme-gc .gc-photos-tie{opacity:.6;width:30%;height:40%;top:26%;left:44%}.theme-gc .gc-landing{padding-block:clamp(9rem,36vw,13rem) 3.5rem}.theme-gc .gc-landing-lead{font-size:.95rem}.theme-gc #challenge{position:relative}.theme-gc #challenge:before{content:"";border-radius:var(--radius-pill);background:var(--orange);width:2.5rem;height:3px;position:absolute;top:0;left:50%;transform:translate(-50%)}.theme-gc .gc-split{text-align:center;justify-items:center}.theme-gc .gc-split-head{font-size:clamp(2.9rem,14.5vw,4.2rem);line-height:1.03}.theme-gc .gc-split-head-sm{margin-bottom:.28em;font-size:.62em}.theme-gc .gc-split-body{text-align:center;max-width:23rem;margin-inline:auto}.theme-gc .gc-split-text{font-size:1.02rem;line-height:1.95}.theme-gc .gc-split-body .gc-more{text-align:left;width:fit-content;margin-inline:auto}.theme-gc .gc-field{padding-block:clamp(5.5rem,18vw,7rem)}.theme-gc .gc-field .gc-ghost-en{top:clamp(1.5rem,8vw,2.5rem);bottom:auto;left:50%;transform:translate(-50%)}.theme-gc .gc-sticky-grid{text-align:center;flex-direction:column;gap:clamp(3.2rem,12vw,4.5rem);display:flex}.theme-gc .gc-sticky-head{text-align:center;order:-1;grid-area:auto;align-items:center;min-height:0;position:relative;top:auto}.theme-gc .gc-field .gc-voice{font-size:clamp(2.35rem,10.5vw,3.2rem);line-height:1.1}.theme-gc .gc-sticky-flow{grid-area:auto;gap:.85rem}.theme-gc .gc-offer{text-align:left;background:#ffffff14;border:1.5px solid #ffffff59;border-radius:.35rem;padding:1.1rem 1rem 1.15rem}.theme-gc .gc-offer:first-child{border-top:1.5px solid #ffffff59;padding-top:1.1rem}.theme-gc .gc-offer-num{font-family:var(--font-mono);letter-spacing:.1em;color:#ffffffa8;margin-bottom:.75rem;font-size:.75rem;display:block}.theme-gc .gc-offer h3{font-size:1.45rem;line-height:1.25}.theme-gc .gc-offer-lead{font-size:1em;font-weight:inherit;line-height:inherit}.theme-gc .gc-offer-body{margin-top:.75rem;margin-inline:0;font-size:.95rem;line-height:1.85}.theme-gc .gc-field .gc-more{margin-inline:auto}.theme-gc .gc-service-more-head{display:none}.theme-gc .gc-service-more-flow{width:fit-content;margin:clamp(2.4rem,10vw,3.6rem) auto 0;display:inline-flex}.theme-gc .gc-track-sec{padding-top:clamp(6rem,22vw,8rem)}.theme-gc .gc-track-sec:before{opacity:.28;top:clamp(12rem,50vw,19rem);right:-54vw}.theme-gc .gc-track-sec .gc-ghost-en{text-align:center;left:50%;right:auto;transform:translate(-50%)}.theme-gc .gc-track-sec .gc-voice,.theme-gc .gc-track-sec .gc-proof{text-align:center;margin-inline:auto}.theme-gc .gc-track-sec .gc-voice{font-size:clamp(2.35rem,10.5vw,3.2rem);line-height:1.1}.theme-gc .gc-track-sec .gc-mark{display:inline-block}.theme-gc .gc-track-sec .gc-more{margin-inline:auto}.theme-gc .gc-track-cell{text-align:center;align-items:center}.theme-gc .gc-track dt{align-items:center;font-size:1.35rem}.theme-gc .gc-track dd{font-size:.98rem}.theme-gc .gc-advisor-sec .gc-ghost-en{text-align:center;left:50%;transform:translate(-50%)}.theme-gc .gc-training-inner{text-align:center}.theme-gc .gc-training-h2{font-size:clamp(2.3rem,11vw,3.4rem);line-height:1.12}.theme-gc .gc-training-body{margin-inline:auto;font-size:1.03rem}.theme-gc .gc-training-cta{width:min(100%,20rem);margin-inline:auto}.theme-gc .gc-belief{padding-bottom:clamp(2.8rem,12vw,4rem)}.theme-gc .gc-belief-grid,.theme-gc .gc-belief-shout,.theme-gc .gc-belief-aside{text-align:left}.theme-gc .gc-belief-en{letter-spacing:-.04em;overflow-wrap:normal;word-break:normal;font-size:clamp(3.9rem,16vw,5rem);line-height:.9}.theme-gc .gc-belief-title{text-align:left;margin-top:clamp(1.4rem,6vw,2rem);font-size:clamp(1.35rem,6.5vw,1.9rem);line-height:1.28}.theme-gc .gc-axis{text-align:left;font-size:clamp(1.35rem,6.5vw,1.9rem);line-height:1.28}.theme-gc .gc-belief-lead,.theme-gc .gc-reveal{text-align:left;margin-inline:0}.theme-gc .gc-belief-action{border-left:3px solid var(--orange);justify-items:start;gap:.95rem;margin-top:clamp(1.7rem,8vw,2.4rem);padding-left:1rem;display:grid}.theme-gc .gc-belief-lead{margin-top:0;font-size:.94rem}.theme-gc .gc-belief-aside .gc-cta-row{justify-content:flex-start}.theme-gc .gc-belief-aside .gc-reveal,.theme-gc .gc-belief-aside .gc-axis{display:none}.theme-gc .gc-training-h2,.theme-gc .gc-advisor-lead{text-wrap:balance}.theme-gc .gc-advisor-lead-em{white-space:nowrap}.theme-gc .gc-ghost-en{opacity:.03;font-size:clamp(3rem,17vw,5rem)}.theme-gc .gc-ghost-en-light{opacity:.07}.theme-gc .gcs-hero{min-height:0;padding-block:clamp(2.6rem,12vw,4rem) clamp(3.6rem,14vw,5rem);display:block;overflow:hidden}.theme-gc .gcs-back{margin-bottom:clamp(1.3rem,6vw,2rem)}.theme-gc .gcs-flag{text-align:left;font-size:clamp(3.6rem,18vw,5rem);line-height:.98}.theme-gc .gcs-flag .gc-flag-hit{display:inline-block}.theme-gc .gcs-hero .gc-flag-en{margin-top:1.25rem;font-size:clamp(1.05rem,5vw,1.45rem);line-height:1.25}.theme-gc .gcs-hero-lead{text-align:left;max-width:none;margin-top:1.8rem;font-size:.98rem}.theme-gc .gcs-pains{gap:.9rem;margin-top:2.2rem;display:grid}.theme-gc .gcs-pains .gc-pain{border:1px solid var(--line);text-align:left;border-radius:.5rem;padding:1.15rem 1rem}.theme-gc .gcs-pains .gc-pain:last-child{transform:none}.theme-gc .gcs-pains .gc-pain-q{font-size:1.02rem;line-height:1.45}.theme-gc .gcs-wheels{gap:.85rem;margin-top:2.2rem}.theme-gc .gcs-wheel{background:#ffffff14;border:1.5px solid #ffffff59;border-radius:.45rem;padding:1.15rem 1rem}.theme-gc .gcs-wheel-title{font-size:1.35rem;line-height:1.25}.theme-gc .gcs-wheel-lead{font-size:1.55em}.theme-gc .gcs-wheel-body{font-size:.94rem;line-height:1.8}.theme-gc .gcs-cross{gap:.85rem;margin-top:2rem}.theme-gc .gcs-cross-item{border:1px solid var(--line);border-radius:.5rem;padding:1.1rem 1rem}.theme-gc .gcs-cross-label{margin-top:.7rem;font-size:1.12rem}.theme-gc .gcs-steps{margin-top:2rem}.theme-gc .gcs-step{grid-template-columns:1fr;gap:.7rem;padding:1.15rem 0}.theme-gc .gcs-step-no{font-size:1.05rem}.theme-gc .gcs-step-title{font-size:1.14rem;line-height:1.45}.theme-gc .gcs-step-text{margin-top:.55rem;font-size:.94rem;line-height:1.8}.theme-gc .gcs-courses{background:0 0;border:0;gap:.85rem;margin-top:2rem}.theme-gc .gcs-course{border:1px solid var(--line);border-radius:.5rem;padding:1.15rem 1rem}.theme-gc .gcs-course-meta div{grid-template-columns:3.2rem 1fr}.theme-gc .gcs-advisor-sec{padding-block:clamp(4.5rem,18vw,6rem)}.theme-gc .gcs-close{padding-block:clamp(4rem,16vw,5.5rem)}.theme-gc .gcs-close-h{font-size:clamp(2.1rem,11vw,3.1rem);line-height:1.12}.theme-gc .gcs-close-lead{font-size:.98rem;line-height:1.85}.theme-gc .gcs-close .gc-cta-row{flex-direction:column;width:100%}.theme-gc .gcs-close .gc-btn{border-radius:.55rem;width:100%;min-height:3.35rem}}@keyframes gc-kenburns{0%{transform:scale(1.12)}to{transform:scale(1)}}@keyframes gc-hit-swipe{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes gc-hit-text{0%,34%{color:#0000}35%,to{color:#fff}}@keyframes gc-arrow-nudge{0%,to{transform:translate(0)}50%{transform:translate(5px)}}.theme-gc .gcc-shell{max-width:44rem}.theme-gc .gcc-head{margin-top:clamp(1.6rem,4vw,2.6rem)}.theme-gc .gcc-title{margin-top:.6rem}.theme-gc .gcc-lead{color:var(--ink-2);margin-top:1rem;font-size:1rem;line-height:1.9}.theme-gc .gcc-form{gap:1.4rem;margin-top:clamp(2.4rem,5vw,3.4rem);display:grid}.theme-gc .gcc-row{gap:1.4rem;display:grid}@media (width>=640px){.theme-gc .gcc-row{grid-template-columns:1fr 1fr}}.theme-gc .gcc-field{gap:.5rem;display:grid}.theme-gc .gcc-label{font-family:var(--font-display);letter-spacing:-.01em;color:var(--ink);font-size:.9rem;font-weight:700}.theme-gc .gcc-input{width:100%;font-family:var(--font-body);color:var(--ink);background:var(--paper-2);border:1.5px solid var(--line);border-radius:.7rem;padding:.85rem 1rem;font-size:1rem;transition:border-color .2s,background .2s,box-shadow .2s}.theme-gc .gcc-input::placeholder{color:var(--ink-soft-solid)}.theme-gc .gcc-input:focus{background:var(--paper);border-color:var(--orange);outline:none;box-shadow:0 0 0 3px #f5811e29}.theme-gc .gcc-textarea{resize:vertical;min-height:8rem;line-height:1.7}.theme-gc .gcc-hp{opacity:0;width:0;height:0;position:absolute;left:-9999px}.theme-gc .gcc-submit{cursor:pointer;border:none;justify-self:start;margin-top:.4rem}.theme-gc .gcc-submit:disabled{opacity:.6;cursor:progress}.theme-gc .gcc-error{color:var(--red-deep);font-size:.92rem;line-height:1.7}.theme-gc .gcc-error a{color:inherit;text-decoration:underline}.theme-gc .gcc-done{text-align:center;padding-block:clamp(2rem,6vw,4rem)}.theme-gc .gcc-done-mark{margin-inline:auto;color:#fff;background:var(--orange);border-radius:var(--radius-pill);justify-content:center;align-items:center;width:3.4rem;height:3.4rem;margin-bottom:1.4rem;display:flex}.theme-gc .gcc-done-en{margin-top:0}.theme-gc .gcc-done .gcc-lead{max-width:32rem;margin-inline:auto}.theme-gc .gcc-back-btn{cursor:pointer;margin-top:2rem}
