*{box-sizing:border-box}
body{font-family:'Ubuntu',sans-serif;font-size:16px;line-height:1.7;color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;background:#fff;overflow-x:hidden}
::selection{background:#fc33701f}
.hdr{position:relative;background:#fff;border-bottom:1px solid #eee;overflow:hidden}
.hdr-accent-bar{height:4px;background:linear-gradient(90deg,#FC3370 0%,#FFDC93 55%,#008057 100%)}
.hdr-top{background:#f9f9f9;border-bottom:1px solid #eee}
.hdr-top-inner{max-width:1140px;margin:0 auto;padding:8px 24px;display:flex;align-items:center;justify-content:flex-end;gap:24px}
.hdr-contact-item{display:flex;align-items:center;gap:4px;font-family:'IBM Plex Mono',monospace;font-size:14px;color:#444;text-decoration:none;letter-spacing:.03em;transition:color .18s ease-out}
.hdr-contact-item:hover{color:#FC3370}
.hdr-contact-item .material-symbols-rounded{font-size:16px;color:#008057}
.hdr-main{max-width:1140px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo-wrap{display:flex;align-items:center;gap:16px;padding:16px 0;border-right:3px solid #FC3370;padding-right:24px;flex-shrink:0}
.logo-box{width:78px;height:78px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 3px 4px -1px #fc337012;padding:8px}
.logo-box img{width:100%;height:100%;object-fit:contain;display:block}
.brand-txt{display:flex;flex-direction:column;gap:4px}
.brand-name{font-family:'IBM Plex Mono',monospace;font-size:20px;font-weight:700;color:#1a1a1a;line-height:1.2;letter-spacing:-.02em}
.brand-tag{font-family:'Ubuntu',sans-serif;font-size:14px;color:#008057;font-weight:400;letter-spacing:.04em;line-height:1.2}
.nvgtn{display:flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:flex-end}
.nvgtn a{font-family:'Ubuntu',sans-serif;font-size:16px;font-weight:400;color:#2a2a2a;text-decoration:none;padding:8px 16px;border-radius:6px;letter-spacing:.01em;transition:background .15s ease-out,color .15s ease-out;white-space:nowrap}
.nvgtn a:hover{background:#fc337012;color:#FC3370}
.nvgtn a.active-lnk{color:#FC3370;background:#fc337014;font-weight:700}
.nvgtn a:focus{outline:none;box-shadow:0 0 0 3px #fc337038}
.hdr-cta-wrap{flex-shrink:0;padding-left:16px}
.hdr-bttn{display:inline-flex;align-items:center;gap:8px;font-family:'IBM Plex Mono',monospace;font-size:14px;font-weight:700;color:#fff;background:#1a1a1a;border:none;border-radius:6px;padding:12px 24px;cursor:pointer;text-decoration:none;letter-spacing:.04em;transition:background .18s ease-out,box-shadow .18s ease-out;box-shadow:0 3px 4px -1px #fc337012}
.hdr-bttn:hover{background:#333;box-shadow:0 7px 14px -1px #fc33701a}
.hdr-bttn:focus{outline:none;box-shadow:0 0 0 3px #fc337040}
@media (max-width: 1024px) {
.hdr-main{flex-direction:column;align-items:flex-start;padding-bottom:16px;gap:16px}
.nvgtn{justify-content:flex-start}
.hdr-cta-wrap{padding-left:0}
}
@media (max-width: 768px) {
.hdr-top-inner{flex-direction:column;align-items:flex-start;gap:8px}
.nvgtn a{font-size:14px;padding:8px 12px}
.brand-name{font-size:16px}
}
@media (max-width: 320px) {
.logo-wrap{border-right:none;padding-right:0}
.brand-name{font-size:14px}
}
.ftr{position:relative;background:#111;color:#ccc;overflow:hidden}
.ftr-wave{display:block;width:100%;overflow:hidden;line-height:0}
.ftr-wave svg{display:block;width:100%}
.ftr-upper{max-width:1140px;margin:0 auto;padding:48px 24px 24px;display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:start}
.ftr-logo-col{display:flex;flex-direction:column;gap:16px}
.ftr-logo-box{width:78px;height:78px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;border:2px solid #333;box-shadow:0 3px 4px -1px #fc337012;padding:8px}
.ftr-logo-box img{width:100%;height:100%;object-fit:contain;display:block}
.ftr-brand{font-family:'IBM Plex Mono',monospace;font-size:16px;font-weight:700;color:#fff;letter-spacing:-.01em}
.ftr-desc{font-size:14px;color:#999;line-height:1.7}
.ftr-links-col{display:flex;flex-wrap:wrap;gap:48px}
.ftr-col{display:flex;flex-direction:column;gap:8px;min-width:160px}
.ftr-col a{font-size:14px;color:#aaa;text-decoration:none;letter-spacing:.02em;transition:color .15s ease-out;padding:4px 0}
.ftr-col a:hover{color:#FFDC93}
.ftr-col a:focus{outline:none;box-shadow:0 0 0 2px #ffdc9366;border-radius:2px}
.ftr-contacts{display:flex;flex-direction:column;gap:8px}
.ftr-contact-row{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:#999}
.ftr-contact-row a{color:#aaa;text-decoration:none;transition:color .15s ease-out}
.ftr-contact-row a:hover{color:#FFDC93}
.ftr-contact-row .material-symbols-rounded{font-size:16px;color:#008057;flex-shrink:0;margin-top:2px}
.ftr-mid{border-top:1px solid #222;max-width:1140px;margin:0 auto;padding:24px 24px 0}
.ftr-mid-rule{border:none;border-top:1px solid #2a2a2a;margin:0 0 24px}
.ftr-lower{max-width:1140px;margin:0 auto;padding:16px 24px 48px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}
.ftr-copy{font-family:'IBM Plex Mono',monospace;font-size:14px;color:#666;letter-spacing:.02em}
.ftr-legal-lnks{display:flex;gap:16px;flex-wrap:wrap}
.ftr-legal-lnks a{font-size:14px;color:#666;text-decoration:none;letter-spacing:.02em;transition:color .15s ease-out}
.ftr-legal-lnks a:hover{color:#FFDC93}
.ftr-legal-lnks a:focus{outline:none;box-shadow:0 0 0 2px #ffdc9366;border-radius:2px}
@media (max-width: 768px) {
.ftr-upper{grid-template-columns:1fr;gap:24px}
.ftr-lower{flex-direction:column;align-items:flex-start}
}
.ckpanel{display:none;position:fixed;top:0;left:0;width:100%;z-index:1500;transform:translateX(-100%);transition:transform .38s cubic-bezier(0.4,0,0.6,1)}
.ckpanel.in{transform:translateX(0)}
.ckpanel .row{background:#1a1a1a;border-bottom:3px solid #FC3370;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;box-shadow:0 8px 40px -1px #fc337024}
.ckpanel .notice{font-family:'Ubuntu',sans-serif;font-size:14px;color:#ddd;line-height:1.7;flex:1;min-width:200px}
.ckpanel .notice a{color:#FFDC93;text-decoration:underline}
.ckpanel .actions{display:flex;gap:8px;flex-wrap:wrap;flex-shrink:0}
.ckpanel .choice{font-family:'IBM Plex Mono',monospace;font-size:14px;font-weight:700;padding:12px 16px;border-radius:6px;border:1px solid #555;cursor:pointer;background:#2a2a2a;color:#ddd;min-width:100px;text-align:center;transition:background .18s ease-out,color .18s ease-out}
.ckpanel .choice:hover{background:#333;color:#fff}
.ckpanel .choice.primary{background:#FC3370;color:#fff;border-color:#FC3370}
.ckpanel .choice.primary:hover{background:#e02060}
.legal-container{max-width:1140px;margin:0 auto;padding:48px 24px;color:#1a1a1a;font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
.legal-container ul,.legal-container ol{margin:16px 0;padding-left:24px}
.legal-container ul{list-style-type:disc}
.legal-container ol{list-style-type:decimal}
.legal-container ul ul,.legal-container ol ol,.legal-container ul ol,.legal-container ol ul{margin:8px 0;padding-left:24px}
.legal-container li{margin-bottom:8px;line-height:1.7;font-size:16px;color:#2a2a2a}
.legal-container li:last-child{margin-bottom:0}
.legal-container em,.legal-container i{font-style:italic;color:#3a3a3a}
.legal-container a{color:#008057;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .18s ease-out,text-decoration-color .18s ease-out}
.legal-container a:hover{color:#FC3370;text-decoration-color:#FC3370}
.legal-container a:visited{color:#005a3d}
.legal-container hr{border:none;border-top:1px solid #e0e0e0;margin:48px 0;box-shadow:inset 0 2px 4px #00805712}
.legal-container div{margin-bottom:16px}
@media (max-width: 768px) {
.legal-container{padding:24px 16px;font-size:16px}
.legal-container ul,.legal-container ol{padding-left:16px}
}
@media (max-width: 320px) {
.legal-container{padding:16px 8px}
}
.jrnl-pg{background:#fff;color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overflow-x:hidden}
.jrnl-pg ::selection{background:#fc33701f}
.jrnl-pg ::-webkit-input-placeholder{font-style:italic;opacity:.55}
.jrnl-pg ::placeholder{font-style:italic;opacity:.55}
.jrnl-pg .pgwrap{max-width:1140px;margin:0 auto;padding:0 24px}
.jrnl-pg .hero-blk{padding-top:48px;padding-bottom:72px;background:#fafafa;border-bottom:1px solid #eee}
.jrnl-pg .hero-inner{display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:end;max-width:1140px;margin:0 auto;padding:0 24px}
.jrnl-pg .hero-imgzone{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:8px}
.jrnl-pg .hero-img-main{grid-column:1 / 3;border-radius:12px;overflow:hidden;box-shadow:0 7px 14px -1px #fc33701a}
.jrnl-pg .hero-img-main img{width:100%;display:block;image-rendering:-webkit-optimize-contrast;filter:contrast(1.04) saturate(1.06);border-radius:12px}
.jrnl-pg .hero-img-sm{border-radius:6px;overflow:hidden;background:#f0f0f0;height:80px}
.jrnl-pg .hero-img-sm img{width:100%;height:100%;object-fit:cover;border-radius:6px;filter:contrast(1.04) saturate(1.06)}
.jrnl-pg .hero-txtzone{display:flex;flex-direction:column;gap:16px}
.jrnl-pg .art-tag{display:inline-block;background:#FFDC93;color:#1a1a1a;font-size:14px;font-weight:700;letter-spacing:.06em;padding:4px 16px;border-radius:40px;align-self:flex-start}
.jrnl-pg .hero-h1{font-size:50px;line-height:1.2;letter-spacing:-.02em;color:#111;margin:0;font-weight:800}
.jrnl-pg .art-meta-row{display:flex;flex-direction:row;align-items:center;gap:16px;flex-wrap:wrap}
.jrnl-pg .meta-sep{width:4px;height:4px;border-radius:40px;background:#ccc;display:inline-block;flex-shrink:0}
.jrnl-pg .meta-lbl{font-size:14px;color:#666;letter-spacing:.03em;display:flex;flex-direction:row;align-items:center;gap:4px}
.jrnl-pg .meta-lbl .material-symbols-rounded{font-size:16px;color:#008057}
.jrnl-pg .meta-author-name{font-size:14px;font-weight:600;color:#1a1a1a;letter-spacing:.01em}
.jrnl-pg .art-body-wrap{max-width:1140px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 2fr;gap:48px;padding-top:48px;padding-bottom:48px}
.jrnl-pg .art-sidebar{position:sticky;top:24px;align-self:start}
.jrnl-pg .sidebar-card{background:#f7f7f7;border-radius:12px;padding:24px;box-shadow:0 3px 4px -1px #fc337012}
.jrnl-pg .sidebar-card-head{font-size:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 16px;display:flex;flex-direction:row;align-items:center;gap:8px}
.jrnl-pg .sidebar-card-head .material-symbols-rounded{font-size:18px;color:#FC3370}
.jrnl-pg .sdbar-divline{border:none;border-top:1px solid #e0e0e0;margin:16px 0}
.jrnl-pg .sdbar-stat-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px 0}
.jrnl-pg .sdbar-stat-lbl{font-size:14px;color:#555;letter-spacing:.02em}
.jrnl-pg .sdbar-stat-val{font-size:16px;font-weight:700;color:#1a1a1a}
.jrnl-pg .sdbar-accent-line{display:block;width:100%;height:1px;background:linear-gradient(90deg,#FC3370 0%,transparent 100%);margin:4px 0 8px}
.jrnl-pg .views-bar-wrap{margin-top:8px}
.jrnl-pg .views-bar-track{background:#e8e8e8;border-radius:40px;height:6px;overflow:hidden;margin-top:8px}
.jrnl-pg .views-bar-fill{height:100%;width:72%;background:linear-gradient(90deg,#FC3370 0%,#008057 100%);border-radius:40px;transition:width .18s cubic-bezier(0.4,0,0.6,1)}
.jrnl-pg .tag-chip{display:inline-block;background:#0080571a;color:#008057;font-size:14px;font-weight:600;padding:4px 16px;border-radius:40px;margin-top:8px;letter-spacing:.03em}
.jrnl-pg .back-btn{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:#1a1a1a;color:#fff;font-size:14px;font-weight:600;padding:8px 24px;border-radius:6px;text-decoration:none;margin-top:16px;letter-spacing:.03em;transition:background .15s ease-out,box-shadow .15s ease-out;box-shadow:0 3px 4px -1px #fc337012}
.jrnl-pg .back-btn:hover{background:#333;box-shadow:0 7px 14px -1px #fc33701a}
.jrnl-pg .back-btn .material-symbols-rounded{font-size:18px}
.jrnl-pg .art-content{min-width:0}
.jrnl-pg .art-content .art-p{font-size:16px;line-height:1.7;color:#2a2a2a;margin:0 0 24px;letter-spacing:.01em}
.jrnl-pg .art-content .art-p:first-of-type::first-letter{font-size:50px;font-weight:800;color:#FC3370;float:left;line-height:1;margin-right:8px;margin-top:4px}
.jrnl-pg .art-content .art-h2{font-size:36px;line-height:1.2;font-weight:800;color:#111;letter-spacing:-.01em;margin:48px 0 16px;display:flex;flex-direction:row;align-items:center;gap:16px}
.jrnl-pg .art-content .art-h2::before{content:'';display:inline-block;width:12px;height:12px;border-radius:2px;background:#FFDC93;flex-shrink:0;transform:rotate(45deg)}
.jrnl-pg .art-content .art-strong{font-weight:700;color:#111}
.jrnl-pg .art-content .art-small{font-size:14px;color:#777;letter-spacing:.02em}
.jrnl-pg .art-content .art-ol{margin:0 0 24px;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px;counter-reset:art-counter}
.jrnl-pg .art-content .art-ol .art-li{counter-increment:art-counter;background:#f7f7f7;border-radius:6px;padding:16px 16px 16px 56px;font-size:16px;line-height:1.7;color:#2a2a2a;position:relative;box-shadow:0 3px 4px -1px #fc337012}
.jrnl-pg .art-content .art-ol .art-li::before{content:counter(art-counter);position:absolute;left:16px;top:16px;width:24px;height:24px;border-radius:6px;background:#FC3370;color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}
.jrnl-pg .art-content .art-blockquote{margin:24px 0;padding:24px;background:linear-gradient(135deg,#fc33700f 0%,transparent 80%);border-radius:12px;box-shadow:inset 0 2px 6px #fc337012;position:relative}
.jrnl-pg .art-content .art-blockquote::before{content:'';display:block;width:4px;height:100%;position:absolute;left:0;top:0;border-radius:2px 0 0 2px;background:linear-gradient(180deg,#FC3370 0%,#FFDC93 100%)}
.jrnl-pg .art-content .art-blockquote p{font-size:20px;line-height:1.7;font-weight:600;color:#111;margin:0 0 8px;letter-spacing:-.01em}
.jrnl-pg .art-content .art-cite{font-size:14px;color:#888;font-style:normal;letter-spacing:.03em}
.jrnl-pg .rdprog-bar{position:fixed;top:0;left:0;width:100%;height:3px;background:#eee;z-index:100}
.jrnl-pg .rdprog-fill{height:100%;background:linear-gradient(90deg,#FC3370 0%,#008057 100%);width:0;transition:width .12s ease-out;border-radius:0 2px 2px 0}
.jrnl-pg .exp-toggle{display:none}
.jrnl-pg .exp-box{overflow:hidden;max-height:0;transition:max-height .22s cubic-bezier(0.4,0,0.6,1),opacity .18s ease-out;opacity:0}
.jrnl-pg .exp-toggle:checked ~ .exp-box{max-height:400px;opacity:1}
.jrnl-pg .exp-lbl{display:inline-flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer;font-size:14px;font-weight:600;color:#008057;letter-spacing:.02em;padding:8px 0;border-bottom:2px solid #008057;transition:color .15s ease-out,border-color .15s ease-out;user-select:none}
.jrnl-pg .exp-lbl:hover{color:#005c3e;border-color:#005c3e}
.jrnl-pg .exp-lbl .material-symbols-rounded{font-size:18px;transition:transform .18s ease-out}
.jrnl-pg .exp-toggle:checked ~ .exp-lbl .material-symbols-rounded{transform:rotate(180deg)}
.jrnl-pg .exp-inner{padding:16px 0 8px;font-size:14px;line-height:1.7;color:#444}
.jrnl-pg .metrics-strip{background:#1a1a1a;padding:24px 0}
.jrnl-pg .metrics-inner{max-width:1140px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}
.jrnl-pg .metric-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px 8px;border-radius:6px;background:#ffffff0a;transition:background .15s ease-out}
.jrnl-pg .metric-item:hover{background:#ffffff14}
.jrnl-pg .metric-item .material-symbols-rounded{font-size:24px;color:#FFDC93}
.jrnl-pg .metric-val{font-size:20px;font-weight:800;color:#fff;letter-spacing:-.01em;line-height:1.2}
.jrnl-pg .metric-desc{font-size:14px;color:#999;letter-spacing:.03em;text-align:center}
@media (max-width: 768px) {
.jrnl-pg .hero-inner{grid-template-columns:1fr;gap:24px}
.jrnl-pg .hero-h1{font-size:36px}
.jrnl-pg .hero-img-sm{display:none}
.jrnl-pg .art-body-wrap{grid-template-columns:1fr;gap:24px}
.jrnl-pg .art-sidebar{position:static}
.jrnl-pg .art-content .art-h2{font-size:20px}
}
@media (max-width: 320px) {
.jrnl-pg .hero-h1{font-size:20px}
.jrnl-pg .pgwrap{padding:0 16px}
}
.pg-home{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overflow-x:clip;background:#fff}
.pg-home ::selection{background:#fc33701f}
.pg-home input::placeholder,.pg-home textarea::placeholder{font-style:italic;opacity:.55}
.pg-home .wrap{max-width:1140px;margin:0 auto;padding:0 24px}
.pg-home .hero{position:relative;padding:48px 0;background:#f7f7f5;overflow:hidden}
.pg-home .hero-noise{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/feTurbulence%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none}
.pg-home .hero-diag{position:absolute;inset:0;background-image:repeating-linear-gradient(-48deg,transparent,transparent 18px,#fc337008 18px,#fc337008 19px);pointer-events:none}
.pg-home .hero-inner{display:flex;flex-direction:row;align-items:center;gap:48px;position:relative}
.pg-home .hero-txt{flex:1 1 0}
.pg-home .hero-tag{display:inline-block;background:#FFDC93;color:#1a1a1a;font-size:14px;letter-spacing:.06em;padding:4px 16px;border-radius:2px;margin-bottom:16px}
.pg-home .hero-h1{font-size:66px;line-height:1.2;letter-spacing:-.03em;color:#111;margin:0 0 16px}
.pg-home .hero-h1 span{color:#FC3370}
.pg-home .hero-sub{font-size:20px;line-height:1.7;color:#444;margin:0 0 24px;max-width:480px}
.pg-home .hero-link{display:inline-flex;align-items:center;gap:8px;background:#111;color:#fff;font-size:16px;padding:16px 24px;border-radius:6px;text-decoration:none;transition:background .18s ease-out,box-shadow .15s ease-out;box-shadow:0 3px 4px -1px #fc337012}
.pg-home .hero-link:hover{background:#FC3370;box-shadow:0 7px 14px -1px #fc33701a}
.pg-home .hero-img-wrap{flex:0 0 420px}
.pg-home .hero-img{width:100%;height:320px;object-fit:cover;border-radius:12px;filter:saturate(0.6) brightness(1.05);display:block}
.pg-home .dbl-border-wrap{display:inline-block;padding:4px;border:2px solid #FC3370;border-radius:12px;box-shadow:0 0 0 2px #FFDC93,0 8px 40px -1px #fc337024}
.pg-home .div-curve svg{display:block;width:100%}
.pg-home .whatwedo{background:#fff;padding:48px 0}
.pg-home .sec-label{display:flex;align-items:center;gap:8px;margin-bottom:16px}
.pg-home .sec-diamond{width:10px;height:10px;background:#008057;transform:rotate(45deg);border-radius:2px;flex-shrink:0}
.pg-home .sec-title-sm{font-size:14px;letter-spacing:.1em;color:#008057;text-transform:uppercase}
.pg-home .wwd-h2{font-size:36px;line-height:1.2;letter-spacing:-.02em;color:#111;margin:0 0 24px;max-width:540px}
.pg-home .wwd-grid{display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:start}
.pg-home .wwd-left p{font-size:16px;line-height:1.7;color:#444;margin:0 0 16px;padding-left:16px;text-indent:-16px}
.pg-home .wwd-left p::first-letter{font-size:20px;color:#FC3370;font-weight:700;line-height:1}
.pg-home .wwd-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}
.pg-home .wwd-card{background:#f9f9f7;border:1px solid #ececea;border-radius:12px;padding:24px 16px;transition:box-shadow .15s ease-out,border-color .15s ease-out;box-shadow:0 3px 4px -1px #00805712}
.pg-home .wwd-card:hover{border-color:#008057;box-shadow:0 7px 14px -1px #0080571a}
.pg-home .wwd-card-icon{font-size:28px;color:#008057;margin-bottom:8px;display:block}
.pg-home .wwd-card h4{font-size:16px;line-height:1.2;color:#111;margin:0 0 8px}
.pg-home .wwd-card p{font-size:14px;line-height:1.7;color:#555;margin:0}
.pg-home .div-flat{height:2px;background:linear-gradient(90deg,transparent,#FFDC93 30%,#FC3370 60%,transparent);margin:0}
.pg-home .pgm-teaser{background:#111;padding:48px 0;position:relative;overflow:hidden}
.pg-home .pgm-wavy{position:absolute;inset:0;pointer-events:none;opacity:.07;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='80'%3E%3Cpath d='M0 40 Q50 10 100 40 Q150 70 200 40 Q250 10 300 40 Q350 70 400 40' stroke='%23FFDC93' stroke-width='2' fill='none'/%3E%3C/svg%3E");background-repeat:repeat}
.pg-home .pgm-inner{display:flex;flex-direction:row;gap:48px;align-items:center}
.pg-home .pgm-txt{flex:1 1 0}
.pg-home .pgm-badge{display:inline-block;background:#FC3370;color:#fff;font-size:14px;letter-spacing:.05em;padding:4px 16px;border-radius:2px;margin-bottom:16px}
.pg-home .pgm-h2{font-size:50px;line-height:1.2;letter-spacing:-.025em;color:#fff;margin:0 0 16px}
.pg-home .pgm-p{font-size:16px;line-height:1.7;color:#bbb;margin:0 0 24px}
.pg-home .pgm-cta{display:inline-flex;align-items:center;gap:8px;background:#FC3370;color:#fff;font-size:16px;padding:16px 24px;border-radius:6px;text-decoration:none;transition:background .18s ease-out}
.pg-home .pgm-cta:hover{background:#e02060}
.pg-home .pgm-img-side{flex:0 0 380px}
.pg-home .pgm-img{width:100%;height:280px;object-fit:cover;border-radius:12px;filter:saturate(0.55) brightness(0.9);display:block}
.pg-home .pgm-stats{display:flex;flex-direction:row;gap:24px;margin-top:24px}
.pg-home .pgm-stat{border-left:3px solid #FC3370;padding-left:16px}
.pg-home .pgm-stat-num{font-size:36px;line-height:1.2;color:#fff;letter-spacing:-.02em}
.pg-home .pgm-stat-lbl{font-size:14px;color:#888;line-height:1.7}
.pg-home .jrnl{background:#f4f9f7;padding:48px 0;position:relative}
.pg-home .jrnl-inner{display:flex;flex-direction:row;gap:48px;align-items:start}
.pg-home .jrnl-img-col{flex:0 0 340px}
.pg-home .jrnl-img{width:100%;height:260px;object-fit:cover;border-radius:12px;display:block;box-shadow:0 8px 40px -1px #00805724}
.pg-home .jrnl-txt{flex:1 1 0}
.pg-home .jrnl-h2{font-size:36px;line-height:1.2;letter-spacing:-.02em;color:#111;margin:0 0 16px}
.pg-home .jrnl-p{font-size:16px;line-height:1.7;color:#444;margin:0 0 24px}
.pg-home .jrnl-topics{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}
.pg-home .jrnl-topic{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #d8ede6;border-radius:6px;padding:8px 16px;font-size:14px;color:#333;transition:border-color .14s ease-out}
.pg-home .jrnl-topic:hover{border-color:#008057}
.pg-home .jrnl-topic-dot{width:8px;height:8px;border-radius:2px;background:#008057;flex-shrink:0;transform:rotate(45deg)}
.pg-home .jrnl-link{display:inline-flex;align-items:center;gap:8px;color:#008057;font-size:16px;text-decoration:none;border-bottom:2px solid #008057;padding-bottom:4px;transition:color .14s ease-out}
.pg-home .jrnl-link:hover{color:#005c3d;border-color:#005c3d}
.pg-home .ctct{background:#fff;padding:48px 0}
.pg-home .ctct-inner{display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:center}
.pg-home .ctct-left h2{font-size:36px;line-height:1.2;letter-spacing:-.02em;color:#111;margin:0 0 16px}
.pg-home .ctct-left p{font-size:16px;line-height:1.7;color:#555;margin:0}
.pg-home .ctct-form{background:#f9f9f7;border:1px solid #e8e8e6;border-radius:12px;padding:24px;box-shadow:0 3px 4px -1px #fc337012}
.pg-home .ctct-row{display:flex;flex-direction:row;gap:16px;margin-bottom:16px}
.pg-home .ctct-field{flex:1 1 0;display:flex;flex-direction:column;gap:4px}
.pg-home .ctct-field label{font-size:14px;color:#555;letter-spacing:.02em}
.pg-home .ctct-field input,.pg-home .ctct-field textarea{border:1px solid #ddd;border-radius:6px;padding:8px 16px;font-size:16px;color:#111;background:#fff;outline:none;transition:border-color .14s ease-out,box-shadow .14s ease-out;box-shadow:inset 0 2px 4px #0080570a;width:100%;box-sizing:border-box}
.pg-home .ctct-field input:focus,.pg-home .ctct-field textarea:focus{border-color:#008057;box-shadow:inset 0 2px 6px #00805714}
.pg-home .ctct-field textarea{resize:vertical;min-height:80px}
.pg-home .ctct-submit{background:#111;color:#fff;border:none;border-radius:6px;padding:16px 24px;font-size:16px;cursor:pointer;transition:background .18s ease-out,box-shadow .15s ease-out;box-shadow:0 3px 4px -1px #fc337012;width:100%}
.pg-home .ctct-submit:hover{background:#FC3370;box-shadow:0 7px 14px -1px #fc33701a}
@keyframes shake-once {
0%,100%{transform:translateX(0)}
20%{transform:translateX(-6px)}
40%{transform:translateX(6px)}
60%{transform:translateX(-4px)}
80%{transform:translateX(4px)}
}
.pg-home .ctct-submit.shaking{animation:shake-once .38s cubic-bezier(0.4,0,0.6,1)}
.pg-home .abt{background:linear-gradient(135deg,#ffdc932e 0%,transparent 60%);padding:48px 0}
.pg-home .abt-inner{display:flex;flex-direction:row;gap:48px;align-items:center}
.pg-home .abt-visual{flex:0 0 320px;position:relative}
.pg-home .abt-img{width:100%;height:280px;object-fit:cover;border-radius:12px;display:block;box-shadow:0 7px 14px -1px #fc33701a}
.pg-home .abt-accent{position:absolute;bottom:-8px;right:-8px;width:80px;height:80px;background:#FFDC93;border-radius:12px;z-index:-1}
.pg-home .abt-txt{flex:1 1 0}
.pg-home .abt-h2{font-size:36px;line-height:1.2;letter-spacing:-.02em;color:#111;margin:0 0 16px}
.pg-home .abt-p{font-size:16px;line-height:1.7;color:#444;margin:0 0 16px}
.pg-home .abt-info{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}
.pg-home .abt-info-row{display:flex;align-items:center;gap:8px;font-size:14px;color:#444}
.pg-home .abt-info-row span.material-symbols-rounded{font-size:18px;color:#FC3370}
.pg-home .abt-link{display:inline-flex;align-items:center;gap:8px;background:#fff;border:2px solid #111;color:#111;font-size:16px;padding:16px 24px;border-radius:6px;text-decoration:none;transition:background .18s ease-out,color .18s ease-out}
.pg-home .abt-link:hover{background:#111;color:#fff}
@media (max-width: 1024px) {
.pg-home .hero-h1{font-size:50px}
.pg-home .hero-img-wrap{flex:0 0 320px}
.pg-home .pgm-inner{flex-direction:column}
.pg-home .pgm-img-side{flex:unset;width:100%}
.pg-home .pgm-img{height:220px}
.pg-home .jrnl-inner{flex-direction:column}
.pg-home .jrnl-img-col{flex:unset;width:100%}
.pg-home .abt-inner{flex-direction:column}
.pg-home .abt-visual{flex:unset;width:100%}
}
@media (max-width: 768px) {
.pg-home .hero-inner{flex-direction:column}
.pg-home .hero-img-wrap{flex:unset;width:100%}
.pg-home .hero-h1{font-size:36px}
.pg-home .wwd-grid{grid-template-columns:1fr;gap:24px}
.pg-home .ctct-inner{grid-template-columns:1fr}
.pg-home .ctct-row{flex-direction:column}
.pg-home .pgm-h2{font-size:36px}
.pg-home .pgm-stats{flex-direction:column;gap:16px}
.pg-home .pgm-stat-num{font-size:20px}
}
@media (max-width: 320px) {
.pg-home .wrap{padding:0 8px}
.pg-home .hero-h1{font-size:20px}
.pg-home .wwd-h2{font-size:20px}
}
.pgwrap{background:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
.pgwrap ::selection{background:#fc33701f}
.pgwrap input::placeholder,.pgwrap textarea::placeholder{font-style:italic;opacity:.55}
.pgwrap .ttl-blk{max-width:1140px;margin:0 auto;padding:48px 24px;position:relative}
.pgwrap .ttl-strip{width:100%;height:120px;overflow:hidden;margin-bottom:48px}
.pgwrap .ttl-strip img{width:100%;height:120px;object-fit:cover;filter:grayscale(100%);display:block}
.pgwrap .ttl-edge{position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#FC3370,transparent);border-radius:2px}
.pgwrap .ttl-pre{font-size:16px;line-height:1.7;color:#444;letter-spacing:.02em;margin-bottom:16px;max-width:680px}
.pgwrap .ttl-h1{font-size:66px;line-height:1.2;color:#111;letter-spacing:-.03em;margin:0 0 24px;max-width:820px}
.pgwrap .ttl-h1 span{color:#FC3370}
.pgwrap .ttl-sub{font-size:20px;line-height:1.7;color:#333;max-width:600px}
.pgwrap .dvd1{height:6px;background:linear-gradient(to right,#FC3370,#FFDC93,transparent)}
.pgwrap .prog-sect{background:#fafafa;padding:48px 0}
.pgwrap .prog-inner{max-width:1140px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:start}
.pgwrap .prog-anchor{position:sticky;top:24px}
.pgwrap .prog-anchor img{width:100%;height:auto;object-fit:cover;border-radius:6px;display:block;box-shadow:0 7px 14px -1px #fc33701a}
.pgwrap .prog-label{font-size:14px;letter-spacing:.08em;color:#008057;text-transform:uppercase;margin-bottom:16px;display:flex;flex-direction:row;align-items:center;gap:8px}
.pgwrap .prog-shape{width:10px;height:10px;background:#008057;border-radius:2px;display:inline-block;flex-shrink:0}
.pgwrap .prog-h2{font-size:36px;line-height:1.2;color:#111;letter-spacing:-.02em;margin:0 0 24px}
.pgwrap .prog-txt{font-size:16px;line-height:1.7;color:#333;margin-bottom:24px;text-indent:-16px;padding-left:16px}
.pgwrap .prog-txt::first-letter{font-size:20px;color:#FC3370;font-weight:700;line-height:1}
.pgwrap .steps-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}
.pgwrap .step-item{display:flex;flex-direction:row;align-items:flex-start;gap:16px;background:#fff;border-radius:12px;padding:16px;box-shadow:0 3px 4px -1px #fc337012;transition:box-shadow .18s ease-out}
.pgwrap .steps-list:hover .step-item{opacity:.6;transition:opacity .15s ease-out}
.pgwrap .steps-list:hover .step-item:hover{opacity:1;box-shadow:0 7px 14px -1px #fc33701a}
.pgwrap .step-icon{width:40px;height:40px;border-radius:40px;background:#FC3370;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:20px}
.pgwrap .step-num{font-size:14px;font-weight:700;color:#fff;line-height:1}
.pgwrap .step-body h5{font-size:16px;line-height:1.2;color:#111;margin:0 0 4px;letter-spacing:-.01em}
.pgwrap .step-body p{font-size:14px;line-height:1.7;color:#555;margin:0}
.pgwrap .dvd2{height:4px;background:linear-gradient(to right,transparent,#008057,#FFDC93,transparent)}
.pgwrap .inv-sect{background:#111;padding:48px 0}
.pgwrap .inv-inner{max-width:1140px;margin:0 auto;padding:0 24px}
.pgwrap .inv-label{font-size:14px;letter-spacing:.08em;color:#FFDC93;text-transform:uppercase;margin-bottom:16px;display:flex;flex-direction:row;align-items:center;gap:8px}
.pgwrap .inv-shape{width:10px;height:10px;background:#FFDC93;border-radius:2px;display:inline-block}
.pgwrap .inv-h2{font-size:36px;line-height:1.2;color:#fff;letter-spacing:-.02em;margin:0 0 24px;max-width:700px}
.pgwrap .inv-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-top:24px}
.pgwrap .inv-card{background:#ffffff0f;border-radius:12px;padding:24px 16px;border:1px solid #ffffff1a;transition:background .15s ease-out}
.pgwrap .inv-card:hover{background:#ffffff1c}
.pgwrap .inv-card-icon{font-size:28px;color:#FFDC93;margin-bottom:16px;display:block}
.pgwrap .inv-card h5{font-size:16px;line-height:1.2;color:#fff;margin:0 0 8px}
.pgwrap .inv-card p{font-size:14px;line-height:1.7;color:#ffffffa6;margin:0}
.pgwrap .inv-badge{display:inline-block;background:#FFDC93;color:#111;font-size:14px;border-radius:40px;padding:4px 16px;margin-top:8px;font-weight:600}
.pgwrap .dvd3{height:6px;background:linear-gradient(to right,#FFDC93,#FC3370,transparent)}
.pgwrap .frm-sect{padding:48px 0;background:#fff}
.pgwrap .frm-inner{max-width:1140px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:start}
.pgwrap .frm-info h2{font-size:36px;line-height:1.2;color:#111;letter-spacing:-.02em;margin:0 0 16px}
.pgwrap .frm-info p{font-size:16px;line-height:1.7;color:#444;margin:0 0 16px}
.pgwrap .frm-info .frm-detail{font-size:14px;line-height:1.7;color:#666}
.pgwrap .frm-box{background:#fafafa;border-radius:12px;padding:24px;box-shadow:inset 0 4px 6px #fc33700d}
.pgwrap .frm-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.pgwrap .frm-fld{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}
.pgwrap .frm-fld label{font-size:14px;color:#333;letter-spacing:.01em}
.pgwrap .frm-fld input[type="text"],.pgwrap .frm-fld input[type="email"],.pgwrap .frm-fld input[type="tel"]{border:1px solid #ddd;border-radius:6px;padding:8px 16px;font-size:16px;color:#111;background:#fff;outline:none;transition:border-color .15s ease-out,box-shadow .15s ease-out;width:100%;box-sizing:border-box}
.pgwrap .frm-fld input:focus{border-color:#FC3370;box-shadow:0 0 0 3px #fc33701a}
.pgwrap .chk-grp-lbl{font-size:14px;color:#333;margin-bottom:8px;display:block}
.pgwrap .chk-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px}
.pgwrap .chk-item{display:flex;flex-direction:row;align-items:flex-start;gap:8px;background:#fff;border-radius:6px;padding:8px;border:1px solid #eee;cursor:pointer;transition:border-color .12s ease-out}
.pgwrap .chk-item:hover{border-color:#FC3370}
.pgwrap .chk-item input[type="checkbox"]{accent-color:#FC3370;margin-top:2px;flex-shrink:0}
.pgwrap .chk-item span{font-size:14px;line-height:1.7;color:#333}
.pgwrap .prv-row{display:flex;flex-direction:row;align-items:flex-start;gap:8px;margin-bottom:24px}
.pgwrap .prv-row input[type="checkbox"]{accent-color:#FC3370;margin-top:3px;flex-shrink:0}
.pgwrap .prv-row span{font-size:14px;line-height:1.7;color:#555}
.pgwrap .prv-row a{color:#FC3370;text-decoration:underline}
.pgwrap .btn-submit{background:#111;color:#fff;border:none;border-radius:6px;padding:16px 48px;font-size:16px;cursor:pointer;letter-spacing:.01em;transition:background .18s ease-out,color .18s ease-out;display:inline-block}
.pgwrap .btn-submit:hover{background:#FC3370}
.pgwrap .btn-submit:focus{outline:3px solid #fc337066;outline-offset:2px}
.pgwrap .btn-submit.shaking{animation:shakebtn .22s cubic-bezier(0.4,0,0.6,1)}
@keyframes shakebtn {
0%{transform:translateX(0)}
20%{transform:translateX(-6px)}
50%{transform:translateX(6px)}
75%{transform:translateX(-4px)}
100%{transform:translateX(0)}
}
.pgwrap .flip-load{animation:flipin .22s cubic-bezier(0.4,0,0.6,1) both}
@keyframes flipin {
0%{opacity:0;transform:rotateX(8deg) translateY(16px)}
100%{opacity:1;transform:rotateX(0deg) translateY(0)}
}
@media (max-width: 768px) {
.pgwrap .ttl-h1{font-size:36px}
.pgwrap .prog-inner{grid-template-columns:1fr}
.pgwrap .prog-anchor{position:static}
.pgwrap .frm-inner{grid-template-columns:1fr}
.pgwrap .frm-row{grid-template-columns:1fr}
.pgwrap .chk-grid{grid-template-columns:1fr}
.pgwrap .inv-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 320px) {
.pgwrap .ttl-h1{font-size:20px}
.pgwrap .inv-grid{grid-template-columns:1fr}
}
.jrnl-pg{display:block;width:100%;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;background:#fafafa;color:#1a1a1a}
::selection{background:#fc33701f}
.jrnl-pg ::placeholder{font-style:italic;opacity:.55}
.jrnl-inner{max-width:1140px;margin:0 auto;padding:0 24px}
.jrnl-hero{background:#fff;padding:48px 0 24px;border-bottom:1px dashed #d4d4d4}
.jrnl-hero-grid{display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:center}
.jrnl-hero-label{font-size:14px;letter-spacing:.08em;color:#008057;text-transform:uppercase;margin-bottom:16px;display:flex;align-items:center;gap:8px}
.jrnl-hero-label-dot{width:8px;height:8px;border-radius:40px;background:#008057;display:inline-block}
.jrnl-hero-h1{font-size:50px;line-height:1.2;letter-spacing:-.02em;color:#111;margin:0 0 16px;font-weight:800}
.jrnl-hero-h1 span{color:#FC3370}
.jrnl-hero-desc{font-size:16px;line-height:1.7;color:#444;margin:0}
.jrnl-hero-img-wrap{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 40px -1px #fc337024}
.jrnl-hero-img-wrap::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at top left,#fc33701a 0%,transparent 60%);z-index:1;pointer-events:none}
.jrnl-hero-img-wrap img{display:block;width:100%;height:320px;object-fit:cover;border-radius:12px}
.jrnl-hero-img-border{position:absolute;top:8px;left:8px;right:-8px;bottom:-8px;border:2px solid #fc33702e;border-radius:12px;pointer-events:none;z-index:0}
.jrnl-stats-band{background:#111;padding:24px 0;border-bottom:1px dashed #333}
.jrnl-stats-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.jrnl-stat-item{display:flex;flex-direction:column;align-items:center;gap:4px}
.jrnl-stat-num{font-size:36px;line-height:1.2;letter-spacing:-.03em;color:#fff;font-weight:800}
.jrnl-stat-num em{color:#FC3370;font-style:normal}
.jrnl-stat-lbl{font-size:14px;color:#888;letter-spacing:.04em}
.jrnl-stat-div{width:1px;height:40px;background:#333}
.jrnl-cards-sec{padding:48px 0;background:#fafafa}
.jrnl-cards-hdr{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:24px;gap:16px}
.jrnl-cards-title{font-size:20px;line-height:1.2;font-weight:700;color:#111;margin:0;display:flex;align-items:center;gap:8px}
.jrnl-cards-title-shape{width:14px;height:14px;background:#FFDC93;border-radius:2px;display:inline-block;flex-shrink:0}
.jrnl-cards-count{font-size:14px;color:#888}
.jrnl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}
.jrnl-card{background:#fff;border-radius:12px;box-shadow:0 3px 4px -1px #fc337012;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .18s ease-out,transform .15s ease-out;border:1px solid #f0f0f0}
.jrnl-card:hover{box-shadow:0 8px 40px -1px #fc337024;transform:translateY(-2px)}
.jrnl-card-img-wrap{width:100%;overflow:hidden;flex-shrink:0}
.jrnl-card-img-wrap img{display:block;width:100%;height:180px;object-fit:cover;transition:transform .22s cubic-bezier(0.4,0,0.6,1)}
.jrnl-card:hover .jrnl-card-img-wrap img{transform:scale(1.03)}
.jrnl-card-img-placeholder{width:100%;height:180px;background:linear-gradient(135deg,#f5f5f5 0%,#e8e8e8 100%);display:flex;align-items:center;justify-content:center}
.jrnl-card-img-placeholder span{font-size:36px;color:#ccc}
.jrnl-card-body{padding:16px;display:flex;flex-direction:column;flex:1;gap:8px}
.jrnl-card-meta{display:flex;flex-direction:row;align-items:center;gap:8px;flex-wrap:wrap}
.jrnl-tag{font-size:14px;padding:4px 8px;border-radius:40px;background:#FFDC93;color:#5a3e00;font-weight:600;letter-spacing:.02em;line-height:1.2}
.jrnl-readtime{font-size:14px;color:#999;display:flex;align-items:center;gap:4px}
.jrnl-readtime span.material-symbols-rounded{font-size:16px;color:#bbb}
.jrnl-card-title{font-size:16px;line-height:1.7;font-weight:700;color:#111;margin:0}
.jrnl-card-desc{font-size:14px;line-height:1.7;color:#555;margin:0;flex:1}
.jrnl-card-footer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:8px;padding-top:8px;border-top:1px dashed #eee}
.jrnl-author{font-size:14px;color:#666;display:flex;align-items:center;gap:4px}
.jrnl-author-icon{width:20px;height:20px;border-radius:40px;background:#0080571f;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.jrnl-author-icon span{font-size:14px;color:#008057}
.jrnl-views{font-size:14px;color:#999;display:flex;align-items:center;gap:4px}
.jrnl-views span.material-symbols-rounded{font-size:15px;color:#bbb}
.jrnl-card-link{display:block;text-decoration:none;color:inherit}
.jrnl-card-read-btn{display:inline-flex;align-items:center;gap:4px;font-size:14px;color:#008057;font-weight:600;text-decoration:none;margin-top:8px;padding:4px 0;border-bottom:1px solid transparent;transition:border-color .15s ease-out,color .15s ease-out}
.jrnl-card-read-btn:hover{border-color:#008057;color:#005c3e}
.jrnl-card-read-btn span.material-symbols-rounded{font-size:16px;transition:transform .15s ease-out}
.jrnl-card:hover .jrnl-card-read-btn span.material-symbols-rounded{transform:translateX(3px)}
.jrnl-about-sec{background:#fff;border-top:1px dashed #d4d4d4;border-bottom:1px dashed #d4d4d4;padding:48px 0}
.jrnl-about-3col{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}
.jrnl-about-col{padding:24px;border-radius:12px;background:#fafafa;box-shadow:0 3px 4px -1px #00805712;display:flex;flex-direction:column;gap:8px;position:relative;overflow:hidden}
.jrnl-about-col::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:#FC3370;border-radius:2px 2px 0 0}
.jrnl-about-col:nth-child(2)::before{background:#008057}
.jrnl-about-col:nth-child(3)::before{background:#FFDC93}
.jrnl-about-icon{width:40px;height:40px;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;flex-shrink:0}
.jrnl-about-icon span.material-symbols-rounded{font-size:22px}
.jrnl-about-col:nth-child(1) .jrnl-about-icon{background:#fc33701a}
.jrnl-about-col:nth-child(1) .jrnl-about-icon span{color:#FC3370}
.jrnl-about-col:nth-child(2) .jrnl-about-icon{background:#0080571a}
.jrnl-about-col:nth-child(2) .jrnl-about-icon span{color:#008057}
.jrnl-about-col:nth-child(3) .jrnl-about-icon{background:#ffdc934d}
.jrnl-about-col:nth-child(3) .jrnl-about-icon span{color:#a07000}
.jrnl-about-col-h{font-size:16px;font-weight:700;color:#111;margin:0;display:flex;align-items:center;gap:8px}
.jrnl-about-col-p{font-size:14px;line-height:1.7;color:#555;margin:0}
.jrnl-steps-sec{padding:48px 0;background:#fafafa}
.jrnl-steps-wrap{display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:start}
.jrnl-steps-left h2{font-size:36px;line-height:1.2;letter-spacing:-.02em;font-weight:800;color:#111;margin:0 0 16px}
.jrnl-steps-left h2 em{font-style:normal;color:#FC3370}
.jrnl-steps-left p{font-size:16px;line-height:1.7;color:#555;margin:0}
.jrnl-steps-list{display:flex;flex-direction:column;gap:0;position:relative}
.jrnl-step-item{display:flex;flex-direction:row;gap:16px;align-items:flex-start;position:relative;padding-bottom:24px}
.jrnl-step-item:last-child{padding-bottom:0}
.jrnl-step-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0}
.jrnl-step-num{width:36px;height:36px;border-radius:40px;background:#111;color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:1;flex-shrink:0}
.jrnl-step-item:nth-child(1) .jrnl-step-num{background:#FC3370}
.jrnl-step-item:nth-child(2) .jrnl-step-num{background:#008057}
.jrnl-step-item:nth-child(3) .jrnl-step-num{background:#FC3370}
.jrnl-step-item:nth-child(4) .jrnl-step-num{background:#008057}
.jrnl-step-line{width:2px;flex:1;background:#e0e0e0;margin-top:4px;min-height:24px}
.jrnl-step-item:last-child .jrnl-step-line{display:none}
.jrnl-step-content{padding-top:4px;flex:1}
.jrnl-step-h{font-size:16px;font-weight:700;color:#111;margin:0 0 4px}
.jrnl-step-p{font-size:14px;line-height:1.7;color:#666;margin:0}
@media (max-width: 1024px) {
.jrnl-hero-grid{grid-template-columns:1fr;gap:24px}
.jrnl-hero-img-wrap{order:-1}
.jrnl-steps-wrap{grid-template-columns:1fr;gap:24px}
.jrnl-about-3col{grid-template-columns:1fr 1fr}
}
@media (max-width: 768px) {
.jrnl-hero-h1{font-size:36px}
.jrnl-grid{grid-template-columns:1fr}
.jrnl-about-3col{grid-template-columns:1fr}
.jrnl-stats-row{justify-content:center}
.jrnl-stat-div{display:none}
.jrnl-cards-hdr{flex-direction:column;align-items:flex-start}
}
@media (max-width: 320px) {
.jrnl-inner{padding:0 16px}
.jrnl-hero-h1{font-size:20px}
}
.jrnl-pg .material-symbols-rounded{font-family:'Material Symbols Rounded';font-weight:400;font-style:normal;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr}
.pgcnt{background:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
.pgcnt ::selection{background:#fc337026}
.pgcnt input::placeholder,.pgcnt textarea::placeholder{font-style:italic;opacity:.55}
.pgcnt .maxw{max-width:1140px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}
.pgcnt .ttl-blk{position:relative;padding-top:48px;padding-bottom:48px;background:#fafafa;overflow:hidden}
.pgcnt .ttl-blk-inner{display:grid;grid-template-columns:1fr 2fr 1fr;gap:24px;align-items:center}
.pgcnt .ttl-shape-l,.pgcnt .ttl-shape-r{position:relative;height:160px;display:flex;align-items:center;justify-content:center}
.pgcnt .ttl-shape-l::before{content:'';position:absolute;width:120px;height:120px;background:radial-gradient(circle at 0% 0%,#fc33702e 0%,transparent 70%);border-radius:12px;transform:rotate(-12deg);inset:0;margin:auto}
.pgcnt .ttl-shape-l::after{content:'';position:absolute;width:80px;height:80px;border:2px solid #fc337038;border-radius:12px;transform:rotate(8deg);inset:0;margin:auto}
.pgcnt .ttl-shape-r::before{content:'';position:absolute;width:110px;height:110px;background:radial-gradient(circle at 0% 0%,#00805729 0%,transparent 70%);border-radius:40px;transform:rotate(15deg);inset:0;margin:auto}
.pgcnt .ttl-shape-r::after{content:'';position:absolute;width:70px;height:70px;border:2px solid #00805733;border-radius:6px;transform:rotate(-10deg);inset:0;margin:auto}
.pgcnt .ttl-txt{text-align:center;position:relative;z-index:1}
.pgcnt .ttl-geo{display:inline-block;width:8px;height:8px;background:#FC3370;border-radius:2px;margin-bottom:16px;transform:rotate(45deg)}
.pgcnt .ttl-h1{font-size:50px;line-height:1.2;letter-spacing:-.03em;color:#111;margin:0;font-weight:800}
.pgcnt .dvdr-tri{display:block;width:100%;line-height:0;background:#fafafa}
.pgcnt .dvdr-tri svg{display:block;width:100%}
.pgcnt .cntct-info{padding-top:48px;padding-bottom:48px;background:#fff;position:relative}
.pgcnt .cntct-info-grid{display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:start}
.pgcnt .info-lft{position:relative}
.pgcnt .info-lft-head{font-size:36px;line-height:1.2;letter-spacing:-.02em;color:#111;font-weight:700;margin:0 0 24px;position:relative}
.pgcnt .info-lft-head::before{content:'';display:block;width:28px;height:4px;background:#FC3370;border-radius:2px;margin-bottom:16px}
.pgcnt .info-lft p{font-size:16px;line-height:1.7;color:#444;margin:0 0 24px;text-indent:-16px;padding-left:16px}
.pgcnt .info-lft p::first-letter{font-size:20px;color:#FC3370;font-weight:700;line-height:1}
.pgcnt .crd-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}
.pgcnt .crd-list li{background:#fff;border:1px solid #00000014;border-radius:12px;padding:16px;display:flex;flex-direction:row;align-items:flex-start;gap:16px;box-shadow:0 3px 4px -1px #fc337012;transition:box-shadow .18s ease-out,border-color .15s ease-out}
.pgcnt .crd-list li:hover{box-shadow:0 7px 14px -1px #fc33701a;border-color:#fc337033}
.pgcnt .crd-icn{width:40px;height:40px;background:#fc337014;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#FC3370}
.pgcnt .crd-icn .material-symbols-rounded{font-size:20px}
.pgcnt .crd-lbl{font-size:14px;color:#888;letter-spacing:.04em;display:block;margin-bottom:4px}
.pgcnt .crd-val{font-size:16px;color:#111;font-weight:600;line-height:1.2;word-break:break-word}
.pgcnt .crd-val a{color:#111;text-decoration:none;transition:color .15s ease-out}
.pgcnt .crd-val a:hover{color:#FC3370}
.pgcnt .chvr-wrap{position:relative}
.pgcnt .chvr-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.pgcnt .chvr-bg svg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.04}
.pgcnt .frm-blk{padding-top:48px;padding-bottom:48px;background:#f4f4f5;position:relative}
.pgcnt .dvdr-tri2{display:block;width:100%;line-height:0;background:#fff}
.pgcnt .dvdr-tri2 svg{display:block;width:100%}
.pgcnt .frm-inner{display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:start}
.pgcnt .frm-aside{position:relative}
.pgcnt .frm-aside-head{font-size:36px;line-height:1.2;letter-spacing:-.02em;font-weight:700;color:#111;margin:0 0 16px}
.pgcnt .frm-aside-head::before{content:'';display:block;width:20px;height:20px;background:#FFDC93;border-radius:6px;margin-bottom:16px;transform:rotate(12deg)}
.pgcnt .frm-aside p{font-size:16px;line-height:1.7;color:#555;margin:0 0 24px}
.pgcnt .frm-aside-tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}
.pgcnt .ftag{font-size:14px;padding:4px 16px;border-radius:40px;font-weight:600;letter-spacing:.02em}
.pgcnt .ftag-p{background:#fc33701a;color:#b81549}
.pgcnt .ftag-s{background:#0080571a;color:#005a3d}
.pgcnt .ftag-t{background:#ffdc9380;color:#7a5800}
.pgcnt .cntct-frm{background:#fff;border-radius:12px;padding:48px;box-shadow:0 8px 40px -1px #fc337024}
.pgcnt .fld-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.pgcnt .fld-grp{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}
.pgcnt .fld-lbl{font-size:14px;font-weight:700;color:#111;letter-spacing:.03em}
.pgcnt .fld-inp{font-size:16px;padding:16px;border:1.5px solid #ddd;border-radius:6px;background:#fafafa;color:#111;outline:none;transition:border-color .18s ease-out,box-shadow .15s ease-out;width:100%;box-sizing:border-box;font-weight:600}
.pgcnt .fld-inp:focus{border-color:#FC3370;box-shadow:0 0 0 3px #fc33701a;background:#fff}
.pgcnt .fld-inp:invalid:not(:placeholder-shown){border-color:#e53e3e}
.pgcnt .cnd-tgl{display:none}
.pgcnt .cnd-lbl-wrap{margin-bottom:16px}
.pgcnt .cnd-lbl-btn{display:inline-flex;align-items:center;gap:8px;cursor:pointer;padding:8px 16px;border-radius:6px;border:1.5px solid #ddd;font-size:14px;font-weight:700;color:#555;background:#fafafa;transition:border-color .18s ease-out,color .15s ease-out;user-select:none}
.pgcnt .cnd-lbl-btn:hover{border-color:#FC3370;color:#FC3370}
.pgcnt .cnd-tgl:checked + .cnd-lbl-wrap .cnd-lbl-btn{border-color:#FC3370;color:#FC3370;background:#fc33700d}
.pgcnt .cnd-panel{display:none;flex-direction:column;gap:8px;margin-bottom:16px}
.pgcnt .cnd-tgl:checked ~ .cnd-panel{display:flex}
.pgcnt .sel-inp{font-size:16px;padding:16px;border:1.5px solid #ddd;border-radius:6px;background:#fafafa;color:#111;outline:none;width:100%;box-sizing:border-box;font-weight:600;transition:border-color .18s ease-out;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}
.pgcnt .sel-inp:focus{border-color:#FC3370;box-shadow:0 0 0 3px #fc33701a}
.pgcnt .prv-row{display:flex;flex-direction:row;align-items:flex-start;gap:16px;margin-bottom:24px;padding:16px;background:#ffdc9333;border-radius:6px;border:1px solid #ffdc9380}
.pgcnt .prv-chk{width:20px;height:20px;accent-color:#FC3370;flex-shrink:0;margin-top:2px;cursor:pointer}
.pgcnt .prv-txt{font-size:14px;color:#555;line-height:1.7;margin:0}
.pgcnt .prv-txt a{color:#FC3370;text-decoration:underline;text-underline-offset:2px}
.pgcnt .prv-txt a:hover{color:#b81549}
.pgcnt .sbmt-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 48px;background:#111;color:#fff;font-size:16px;font-weight:700;border:none;border-radius:6px;cursor:pointer;letter-spacing:.02em;transition:background .18s ease-out,box-shadow .15s ease-out;box-shadow:0 3px 4px -1px #fc337012;width:100%}
.pgcnt .sbmt-btn:hover{background:#FC3370;box-shadow:0 7px 14px -1px #fc33701a}
.pgcnt .sbmt-btn:active{background:#d42660}
.pgcnt .sbmt-btn:focus-visible{outline:2px solid #FC3370;outline-offset:2px}
@keyframes shk {
0%,100%{transform:translateX(0)}
20%{transform:translateX(-6px)}
40%{transform:translateX(6px)}
60%{transform:translateX(-4px)}
80%{transform:translateX(4px)}
}
.pgcnt .sbmt-btn:invalid{animation:shk .4s cubic-bezier(0.4,0,0.6,1)}
@media (max-width: 768px) {
.pgcnt .ttl-blk-inner{grid-template-columns:1fr;gap:16px}
.pgcnt .ttl-shape-l,.pgcnt .ttl-shape-r{display:none}
.pgcnt .ttl-h1{font-size:36px}
.pgcnt .cntct-info-grid{grid-template-columns:1fr;gap:24px}
.pgcnt .frm-inner{grid-template-columns:1fr;gap:24px}
.pgcnt .cntct-frm{padding:24px}
.pgcnt .fld-row{grid-template-columns:1fr}
}
@media (max-width: 320px) {
.pgcnt .ttl-h1{font-size:36px}
.pgcnt .maxw{padding-left:16px;padding-right:16px}
}
.pgabout{background:#fff;color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overflow-x:clip}
.pgabout ::selection{background:#fc33701f}
.pgabout .wrp{max-width:1140px;margin:0 auto;padding:0 24px}
.pgabout .hero-blk{position:relative;padding:48px 0;background:linear-gradient(140deg,#fc337017 0%,#00805712 55%,#ffdc9321 100%);overflow:hidden}
.pgabout .hero-stripe{position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#FC3370 0%,#008057 60%,#FFDC93 100%)}
.pgabout .hero-inner{display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:center}
.pgabout .hero-img-wrap{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 40px -1px #fc337024}
.pgabout .hero-img-wrap img{width:100%;height:420px;object-fit:cover;display:block;border-radius:12px;filter:none;transition:filter .18s ease-out;animation:imgfadein .22s ease-out both}
@keyframes imgfadein {
from{opacity:0}
to{opacity:1}
}
.pgabout .hero-img-wrap:hover img{filter:grayscale(1)}
.pgabout .hero-label{display:inline-block;background:#FFDC93;color:#1a1a1a;font-size:14px;letter-spacing:.08em;padding:4px 16px;border-radius:40px;margin-bottom:16px;font-weight:600}
.pgabout .hero-h1{font-size:50px;line-height:1.2;letter-spacing:-.02em;margin:0 0 24px;color:#111}
.pgabout .hero-h1 span{color:#FC3370}
.pgabout .hero-p{font-size:16px;line-height:1.7;margin:0 0 16px;color:#333}
.pgabout .hero-p::first-letter{font-size:36px;line-height:1.2;float:left;margin-right:8px;color:#FC3370;font-weight:700}
.pgabout .team-blk{padding:48px 0;background:#fff}
.pgabout .sec-head{margin-bottom:48px}
.pgabout .sec-shape{width:16px;height:16px;background:#008057;border-radius:2px;transform:rotate(45deg);display:inline-block;margin-bottom:16px}
.pgabout .sec-h2{font-size:36px;line-height:1.2;letter-spacing:-.01em;margin:0 0 16px;color:#111}
.pgabout .sec-sub{font-size:16px;line-height:1.7;color:#555;max-width:600px;margin:0}
.pgabout .team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px}
.pgabout .team-card{border-radius:12px;overflow:hidden;box-shadow:0 3px 4px -1px #00805712;transition:box-shadow .16s ease-out,transform .16s ease-out;background:#fff;border:1px solid #0080571a}
.pgabout .team-card:hover{box-shadow:0 7px 14px -1px #0080571a;transform:translateY(-2px)}
.pgabout .team-card-img{width:100%;height:220px;object-fit:cover;display:block;filter:saturate(1);transition:filter .2s cubic-bezier(0.4,0,0.6,1)}
.pgabout .team-card:hover .team-card-img{filter:grayscale(1)}
.pgabout .team-card-body{padding:16px}
.pgabout .team-name{font-size:20px;line-height:1.2;margin:0 0 4px;color:#111;font-weight:700}
.pgabout .team-role{font-size:14px;color:#008057;font-weight:600;margin:0 0 8px;letter-spacing:.04em}
.pgabout .team-bio{font-size:14px;line-height:1.7;color:#555;margin:0}
.pgabout .vals-blk{padding:48px 0;background:linear-gradient(135deg,#0080570d 0%,transparent 60%);position:relative}
.pgabout .vals-blk::before{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#008057,transparent);pointer-events:none}
.pgabout .vals-layout{display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:start}
.pgabout .vals-h2{font-size:36px;line-height:1.2;letter-spacing:-.01em;margin:0 0 16px;color:#111}
.pgabout .vals-intro{font-size:16px;line-height:1.7;color:#444;margin:0 0 24px}
.pgabout .vals-img-wrap{border-radius:12px;overflow:hidden;box-shadow:0 7px 14px -1px #fc33701a}
.pgabout .vals-img-wrap img{width:100%;height:280px;object-fit:cover;display:block;transition:filter .18s ease-out}
.pgabout .vals-img-wrap:hover img{filter:grayscale(1) brightness(1.05)}
.pgabout .vals-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}
.pgabout .vals-item{background:#fff;border-radius:12px;padding:24px;box-shadow:0 3px 4px -1px #fc337012;display:flex;flex-direction:row;align-items:flex-start;gap:16px;border:1px solid #fc337012;transition:box-shadow .14s ease-out}
.pgabout .vals-item:hover{box-shadow:0 7px 14px -1px #fc33701a}
.pgabout .vals-icon{flex-shrink:0;width:40px;height:40px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:20px}
.pgabout .vals-icon svg{width:22px;height:22px}
.pgabout .ic-pink{background:#fc33701a}
.pgabout .ic-green{background:#0080571a}
.pgabout .ic-yellow{background:#ffdc9366}
.pgabout .vals-item-h{font-size:16px;font-weight:700;color:#111;margin:0 0 4px}
.pgabout .vals-item-p{font-size:14px;line-height:1.7;color:#555;margin:0}
.pgabout .wave-div{line-height:0;overflow:hidden}
.pgabout .wave-div svg{display:block;width:100%}
@media (max-width: 768px) {
.pgabout .hero-inner{grid-template-columns:1fr;gap:24px}
.pgabout .hero-h1{font-size:36px}
.pgabout .vals-layout{grid-template-columns:1fr;gap:24px}
.pgabout .team-grid{grid-template-columns:1fr}
.pgabout .hero-img-wrap img{height:260px}
.pgabout .vals-img-wrap img{height:200px}
}
@media (max-width: 320px) {
.pgabout .hero-h1{font-size:20px}
.pgabout .sec-h2{font-size:20px}
.pgabout .vals-h2{font-size:20px}
}
.pgsucc{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 16px;background:#fafafa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
.pgsucc .succ-card{max-width:560px;width:100%;background:#fff;border-radius:12px;padding:48px;box-shadow:0 8px 40px -1px #fc337024;text-align:center}
.pgsucc .succ-icon{width:64px;height:64px;border-radius:40px;background:#f4fff9;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;box-shadow:inset 0 4px 6px #0080571a}
.pgsucc .succ-icon svg{display:block}
.pgsucc .succ-hdng{font-size:36px;line-height:1.2;letter-spacing:-.02em;color:#111;margin:0 0 16px}
.pgsucc .succ-hdng span{color:#008057}
.pgsucc .succ-txt{font-size:16px;line-height:1.7;color:#444;margin:0 0 24px}
.pgsucc .succ-divider{height:2px;border-radius:2px;background:linear-gradient(90deg,#FFDC93 0%,#ffdc9300 100%);margin:0 0 24px}
.pgsucc .succ-meta{font-size:14px;line-height:1.7;color:#666;margin:0 0 48px;letter-spacing:.01em}
.pgsucc .succ-meta strong{color:#222}
.pgsucc .succ-back{display:inline-block;background:#008057;color:#fff;font-size:16px;font-weight:600;letter-spacing:.01em;padding:16px 48px;border-radius:6px;text-decoration:none;transition:background .18s ease-out,box-shadow .15s ease-out;box-shadow:0 3px 4px -1px #00805712}
.pgsucc .succ-back:hover{background:#064;box-shadow:0 7px 14px -1px #0080572e}
.pgsucc .succ-back:focus{outline:3px solid #FFDC93;outline-offset:3px}
.pgsucc .succ-footer-note{margin-top:24px;font-size:14px;color:#888;line-height:1.7}
.pgsucc .succ-footer-note a{color:#008057;text-decoration:none;border-bottom:1px solid #0080574d;transition:border-color .14s ease-out}
.pgsucc .succ-footer-note a:hover{border-color:#008057}
@media (max-width: 768px) {
.pgsucc .succ-card{padding:48px 24px}
.pgsucc .succ-hdng{font-size:36px}
}
@media (max-width: 320px) {
.pgsucc .succ-card{padding:24px 16px}
.pgsucc .succ-hdng{font-size:20px}
.pgsucc .succ-back{padding:16px 24px;width:100%;text-align:center}
}