html{margin:0;padding:0;box-sizing:border-box}
body{margin:0;padding:0;font-family:'Noto Serif',serif;background:#fff;color:#1a1a1a;font-size:17px;line-height:1.8;-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility}
:focus-visible{outline:2px solid #8144A7;outline-offset:2px}
:focus:not(:focus-visible){outline:none}
::selection{background:#006640;color:#fff}
.hdr{background:linear-gradient(135deg,#FFFADE 0%,#fff 100%);border-bottom:3px solid #8144A7;padding:40px 20px 20px;position:relative}
.hdr::before{content:'';position:absolute;top:0;left:0;right:0;height:8px;background:linear-gradient(90deg,#8144A7 0%,#006640 100%)}
.hdr-inner{max-width:1170px;margin:0 auto}
.logo-box{width:90px;height:90px;margin-bottom:20px;background:#fff;padding:10px;border-radius:16px;box-shadow:0 5px 22px 0 #8144a717}
.logo-box img{width:100%;height:100%;object-fit:contain}
.logo-divider{height:2px;background:linear-gradient(90deg,#8144A7 0%,transparent 100%);margin-bottom:20px;max-width:400px}
.nav-main{display:flex;flex-wrap:wrap;gap:10px 20px;align-items:center}
.nav-main a{color:#1a1a1a;text-decoration:none;padding:10px 20px;background:#8144a70d;border-radius:8px;font-size:17px;font-weight:400;transition:background-color .3s cubic-bezier(0.4,0,0.2,1),color .28s ease-in-out;border:1px solid #8144a726;min-height:44px;display:flex;align-items:center}
.nav-main a:hover{background:#8144A7;color:#fff;border-color:#8144A7}
.hdr-accent{position:absolute;top:40px;right:20px;width:60px;height:60px;border-radius:28px;background:linear-gradient(135deg,#8144a71a 0%,#0066401a 100%);border:2px solid #8144a733}
@media (max-width: 768px) {
.hdr-accent{display:none}
.nav-main a{font-size:13px;padding:10px 20px}
}
.ftr{background:linear-gradient(180deg,#1a1a1a 0%,#2d2d2d 100%);color:#fff;padding:80px 20px 40px;margin-top:80px}
.ftr-inner{max-width:1170px;margin:0 auto}
.ftr-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:40px;margin-bottom:80px}
.ftr-col h3{font-size:28px;line-height:1.2;margin:0 0 20px;color:#FFFADE;font-weight:700}
.ftr-logo-holder{width:100px;height:100px;background:#fff;padding:10px;border-radius:16px;margin-bottom:20px;box-shadow:0 8px 40px 0 #8144a724}
.ftr-logo-holder img{width:100%;height:100%;object-fit:contain}
.ftr-contact{list-style:none;padding:0;margin:0}
.ftr-contact li{margin-bottom:10px;font-size:17px;line-height:1.8;display:flex;align-items:flex-start;gap:10px}
.ftr-contact .material-icons{font-size:20px;color:#8144A7;flex-shrink:0;margin-top:2px}
.ftr-contact a{color:#fff;text-decoration:none;transition:color .27s ease-in-out}
.ftr-contact a:hover{color:#FFFADE}
.ftr-links{list-style:none;padding:0;margin:0}
.ftr-links li{margin-bottom:10px}
.ftr-links a{color:#fff;text-decoration:none;font-size:17px;line-height:1.8;transition:color .3s cubic-bezier(0.4,0,0.2,1);display:inline-block;position:relative;padding-left:20px}
.ftr-links a::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#8144A7;border-radius:3px;transition:background-color .3s cubic-bezier(0.4,0,0.2,1)}
.ftr-links a:hover{color:#FFFADE}
.ftr-links a:hover::before{background:#006640}
.ftr-info p{font-size:17px;line-height:1.8;margin:0 0 10px}
.ftr-info strong{color:#FFFADE;font-weight:700}
.ftr-bottom{border-top:2px solid #fffade33;padding-top:40px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px}
.ftr-copyright{font-size:13px;line-height:1.8;color:#ffffffb3}
.ftr-badge{display:flex;align-items:center;gap:10px;background:#8144a71a;padding:10px 20px;border-radius:8px;border:1px solid #8144a74d}
.ftr-badge .material-icons{color:#8144A7;font-size:24px}
.ftr-badge span{font-size:13px;line-height:1.2;color:#fff}
@media (max-width: 768px) {
.ftr-grid{grid-template-columns:1fr}
.ftr-bottom{flex-direction:column;text-align:center}
}
.ckpop{position:fixed;bottom:20px;right:20px;background:#fff;border:2px solid #8144A7;border-radius:16px;padding:20px;max-width:380px;z-index:1200;box-shadow:0 8px 40px 0 #8144a724;display:none}
.ckpop-ttl{font-size:17px;line-height:1.2;font-weight:700;margin:0 0 10px;color:#1a1a1a}
.ckpop-txt{font-size:13px;line-height:1.8;margin:0 0 20px;color:#1a1a1a}
.ckpop-btns{display:flex;gap:10px}
.ckbtn{flex:1;padding:10px 20px;border:2px solid #8144A7;background:transparent;color:#8144A7;font-family:'Noto Serif',serif;font-size:13px;font-weight:700;cursor:pointer;border-radius:8px;transition:background-color .32s ease-in-out,color .27s cubic-bezier(0.4,0,0.2,1);min-height:44px}
.ckbtn:hover{background:#8144A7;color:#fff}
.ckbtn-alt{border-color:#006640;color:#006640}
.ckbtn-alt:hover{background:#006640;color:#fff}
@media (max-width: 768px) {
.ckpop{left:20px;right:20px;max-width:none}
.ckpop-btns{flex-direction:column}
}
.info-legal{max-width:1170px;margin:0 auto;padding:80px 20px;background:#fff}
.info-legal h1{font-size:50px;line-height:1.2;color:#1a1a1a;margin:0 0 40px;-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility}
.info-legal h2{font-size:38px;line-height:1.2;color:#2a2a2a;margin:80px 0 20px;-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility}
.info-legal h3{font-size:28px;line-height:1.2;color:#3a3a3a;margin:40px 0 20px;-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility}
.info-legal h4{font-size:17px;line-height:1.2;color:#4a4a4a;margin:40px 0 10px;font-weight:600;-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility}
.info-legal h5{font-size:17px;line-height:1.2;color:#5a5a5a;margin:20px 0 10px;font-weight:500;-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility}
.info-legal h6{font-size:13px;line-height:1.2;color:#6a6a6a;margin:20px 0 10px;font-weight:600;text-transform:uppercase;-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility}
.info-legal p{font-size:17px;line-height:1.8;color:#2a2a2a;margin:0 0 20px;-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility}
.info-legal ul,.info-legal ol{font-size:17px;line-height:1.8;color:#2a2a2a;margin:0 0 20px;padding:0 0 0 40px;-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility}
.info-legal li{margin:0 0 10px}
.info-legal li:last-child{margin-bottom:0}
.info-legal ul ul,.info-legal ol ol,.info-legal ul ol,.info-legal ol ul{margin:10px 0 0}
.info-legal em,.info-legal i{font-style:italic;color:#3a3a3a}
.info-legal hr{border:none;height:1px;background:#8144a726;margin:80px 0}
.info-legal div{margin:0 0 20px}
.info-legal h1 + p,.info-legal h2 + p,.info-legal h3 + p,.info-legal h4 + p,.info-legal h5 + p,.info-legal h6 + p{margin-top:0}
.info-legal h1 + ul,.info-legal h2 + ul,.info-legal h3 + ul,.info-legal h4 + ul,.info-legal h5 + ul,.info-legal h6 + ul,.info-legal h1 + ol,.info-legal h2 + ol,.info-legal h3 + ol,.info-legal h4 + ol,.info-legal h5 + ol,.info-legal h6 + ol{margin-top:10px}
.info-legal ::selection{background:#006640;color:#fff}
@media (max-width: 768px) {
.info-legal{padding:40px 20px}
.info-legal h1{font-size:38px;margin-bottom:20px}
.info-legal h2{font-size:28px;margin-top:40px}
.info-legal h3{font-size:17px;margin-top:20px}
.info-legal hr{margin:40px 0}
.info-legal ul,.info-legal ol{padding-left:20px}
}
.pdcstpg{background:#fff;color:#1a1a1a;min-height:100vh}
.pdcstpg .ttlsct{position:relative;padding:80px 20px 160px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.pdcstpg .ttlwrp{max-width:1170px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.pdcstpg .ttltxt{z-index:2;position:relative}
.pdcstpg .ttltxt::before{content:'';position:absolute;top:0;left:0;width:80px;height:3px;background:#8144A7}
.pdcstpg .mnhd{font-size:50px;line-height:1.2;margin:40px 0 0;font-weight:700}
.pdcstpg .mnhd::first-letter{font-size:80px;color:#8144A7;float:left;line-height:.8;margin:10px 8px 0 0}
.pdcstpg .thss{margin:40px 0 0;font-size:17px;line-height:1.8}
.pdcstpg .thss p{margin:0 0 20px}
.pdcstpg .imghldr{position:relative;overflow:hidden;border-radius:16px}
.pdcstpg .ftrimg{width:100%;height:480px;object-fit:cover;display:block}
.pdcstpg .imghldr::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#8144a7b3 0%,#00664066 100%);pointer-events:none}
.pdcstpg .epsdssct{padding:80px 20px;background:linear-gradient(180deg,#fafafa 0%,#fff 100%)}
.pdcstpg .cntnrwdth{max-width:1170px;margin:0 auto}
.pdcstpg .scthd{font-size:38px;line-height:1.2;margin:0 0 10px;font-weight:700;position:relative;padding-top:20px}
.pdcstpg .scthd::before{content:'';position:absolute;top:0;left:0;width:60px;height:2px;background:#006640}
.pdcstpg .scthd::after{content:'';position:absolute;top:6px;left:0;width:60px;height:2px;background:#006640}
.pdcstpg .sctdsc{font-size:17px;line-height:1.8;margin:20px 0 0;max-width:720px}
.pdcstpg .epsdgrd{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:40px;margin:80px 0 0}
.pdcstpg .epsdbx{background:#fff;border-radius:8px;padding:40px;box-shadow:0 3px 2px 0 #8144a714 0 5px 22px 0 #8144a717;transition:transform .32s cubic-bezier(0.4,0,0.2,1),box-shadow .32s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden}
.pdcstpg .epsdbx:hover{transform:translateY(-8px);box-shadow:0 8px 40px 0 #8144a724}
.pdcstpg .epsdnmbr{font-size:50px;line-height:1.2;font-weight:700;color:#8144A7;margin:0 0 20px}
.pdcstpg .epsdttl{font-size:28px;line-height:1.2;margin:0 0 20px;font-weight:700}
.pdcstpg .epsddsc{font-size:17px;line-height:1.8;margin:0}
.pdcstpg .plybtn{margin:20px 0 0;display:inline-flex;align-items:center;gap:10px;background:#8144A7;color:#fff;padding:10px 20px;border-radius:28px;font-size:13px;text-decoration:none;font-weight:700;position:relative;overflow:hidden;transition:transform .28s ease-in-out}
.pdcstpg .plybtn::before{content:'';position:absolute;top:-100%;left:-100%;width:300%;height:300%;background:linear-gradient(135deg,transparent 40%,#fff3 50%,transparent 60%);transition:transform .36s cubic-bezier(0.4,0,0.2,1)}
.pdcstpg .plybtn:hover::before{transform:translate(50%,50%)}
.pdcstpg .plybtn:hover{transform:scale(1.05)}
.pdcstpg .plycn{width:0;height:0;border-left:10px solid #fff;border-top:6px solid transparent;border-bottom:6px solid transparent}
.pdcstpg .hstssct{padding:80px 20px;background:#FFFADE;position:relative}
.pdcstpg .hstsgrd{max-width:1170px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:80px}
.pdcstpg .hstsinfo{flex:1}
.pdcstpg .hstshd{font-size:38px;line-height:1.2;margin:0 0 40px;font-weight:700}
.pdcstpg .hstslst{list-style:none;padding:0;margin:0}
.pdcstpg .hstslst li{margin:0 0 40px;position:relative;padding-left:60px;font-size:17px;line-height:1.8}
.pdcstpg .hstslst li::before{content:'';position:absolute;left:0;top:0;width:40px;height:40px;background:#8144A7;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:28px;line-height:1.2;color:#fff;font-weight:700}
.pdcstpg .hstslst li:nth-child(1)::before{content:'1';display:flex;align-items:center;justify-content:center;padding-top:5px}
.pdcstpg .hstslst li:nth-child(2)::before{content:'2';display:flex;align-items:center;justify-content:center;padding-top:5px}
.pdcstpg .hstslst li:nth-child(3)::before{content:'3';display:flex;align-items:center;justify-content:center;padding-top:5px}
.pdcstpg .hstslst li:nth-child(4)::before{content:'4';display:flex;align-items:center;justify-content:center;padding-top:5px}
.pdcstpg .hstsnm{font-weight:700;display:block;margin:0 0 10px}
.pdcstpg .hstsxprtis{flex:1;position:relative}
.pdcstpg .mskhldr{position:relative;width:100%;height:480px;overflow:hidden;border-radius:16px;background:#f0f0f0}
.pdcstpg .mskcntnt{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;background:linear-gradient(135deg,#8144A7 0%,#006640 100%);color:#fff;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);transition:clip-path .38s cubic-bezier(0.4,0,0.2,1)}
.pdcstpg .mskhldr:hover .mskcntnt{clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%)}
.pdcstpg .mskstat{font-size:50px;line-height:1.2;font-weight:700;margin:0 0 10px;text-align:center}
.pdcstpg .msklbl{font-size:17px;line-height:1.8;text-align:center;opacity:.9}
@media (max-width: 1024px) {
.pdcstpg .ttlwrp{grid-template-columns:1fr;gap:40px}
.pdcstpg .ftrimg{height:360px}
.pdcstpg .hstsgrd{flex-direction:column;gap:40px}
}
@media (max-width: 768px) {
.pdcstpg .ttlsct{padding:40px 20px 80px}
.pdcstpg .mnhd{font-size:38px}
.pdcstpg .scthd{font-size:28px}
.pdcstpg .hstshd{font-size:28px}
.pdcstpg .epsdgrd{grid-template-columns:1fr;gap:40px}
.pdcstpg .epsdssct{padding:40px 20px}
.pdcstpg .hstssct{padding:40px 20px}
.pdcstpg .ftrimg{height:280px}
.pdcstpg .mskhldr{height:360px}
}
@media (max-width: 360px) {
.pdcstpg .ttlsct{padding:40px 10px 80px}
.pdcstpg .epsdbx{padding:20px}
.pdcstpg .epsdssct{padding:40px 10px}
.pdcstpg .hstssct{padding:40px 10px}
}
.cntctpg{background:#fff;color:#1a1a1a;font-size:17px;line-height:1.8;-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility}
.cntctpg ::selection{background:#006640;color:#fff}
.cntctpg .ttlblck{max-width:1170px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 380px;gap:80px;align-items:center;position:relative}
.cntctpg .ttltxt{position:relative;z-index:2}
.cntctpg .ttltxt h1{font-size:50px;line-height:1.2;margin:0 0 20px;position:relative;padding-left:40px}
.cntctpg .ttltxt h1::before{content:'';position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#8144A7 0%,#006640 100%)}
.cntctpg .ttltxt p{font-size:17px;line-height:1.8;margin:0;max-width:540px}
.cntctpg .ttlimg{position:relative;height:320px;background:linear-gradient(135deg,#8144a726 0%,#00664026 100%);border-radius:16px;overflow:hidden}
.cntctpg .ttlimg::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 0%,#0006 100%);z-index:1}
.cntctpg .shpdcr{position:absolute;width:180px;height:180px;border:2px solid #8144a74d;border-radius:28px;top:-40px;right:-40px;z-index:0;transform:rotate(15deg)}
.cntctpg .shpdcr2{position:absolute;width:220px;height:220px;border:2px solid #00664040;border-radius:3px;bottom:-60px;left:20px;z-index:0;transform:rotate(-8deg)}
.cntctpg .dvdr{height:20px;overflow:hidden}
.cntctpg .dvdr svg{display:block;width:100%;height:100%}
.cntctpg .frmsctn{background:#f8f8f8;padding:80px 20px;position:relative}
.cntctpg .frmsctn::before{content:'';position:absolute;top:0;right:0;width:420px;height:420px;background:radial-gradient(circle at top right,#8144a714 0%,transparent 70%);animation:rttnggrdnt 18s linear infinite;pointer-events:none}
@keyframes rttnggrdnt {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
.cntctpg .frmwrp{max-width:1170px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.cntctpg .cntctinfblck h2{font-size:38px;line-height:1.2;margin:0 0 10px;position:relative;display:inline-block}
.cntctpg .cntctinfblck h2::before{content:'';position:absolute;top:-10px;left:0;width:60px;height:2px;background:#8144A7}
.cntctpg .cntctinfblck p{font-size:17px;line-height:1.8;margin:0 0 40px;max-width:480px}
.cntctpg .infgrd{display:grid;gap:40px}
.cntctpg .infitm{display:grid;grid-template-columns:48px 1fr;gap:20px;align-items:start}
.cntctpg .inficn{width:48px;height:48px;border-radius:8px;background:linear-gradient(135deg,#8144A7 0%,#006640 100%);display:flex;align-items:center;justify-content:center;transition:transform .32s cubic-bezier(0.4,0,0.2,1)}
.cntctpg .infitm:hover .inficn{transform:scale(1.1)}
.cntctpg .inficn svg{width:24px;height:24px;fill:#fff}
.cntctpg .infcntnt h3{font-size:17px;line-height:1.2;margin:0 0 10px;color:#8144A7}
.cntctpg .infcntnt p{margin:0;font-size:17px;line-height:1.8}
.cntctpg .infcntnt a{color:#1a1a1a;text-decoration:none;transition:color .28s ease-in-out}
.cntctpg .infcntnt a:hover{color:#006640}
.cntctpg .frmhldr{background:#fff;border-radius:16px;padding:40px;box-shadow:0 5px 22px 0 #8144a717}
.cntctpg .frmhldr h2{font-size:28px;line-height:1.2;margin:0 0 20px}
.cntctpg .frmhldr form{display:grid;gap:20px}
.cntctpg .fldgrp{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.cntctpg .flddbl{display:grid;gap:10px}
.cntctpg .flddbl label{font-size:13px;line-height:1.2;font-weight:600;color:#006640;text-transform:uppercase;letter-spacing:.5px}
.cntctpg .flddbl input{padding:10px 20px;border:2px solid #e0e0e0;border-radius:8px;font-size:17px;transition:border-color .26s ease-in-out,box-shadow .26s ease-in-out;background:#fff}
.cntctpg .flddbl input::placeholder{color:#8144a766}
.cntctpg .flddbl input:focus{outline:none;border-color:#8144A7;box-shadow:0 3px 2px 0 #8144a714}
.cntctpg .rdogrp{display:grid;gap:10px}
.cntctpg .rdogrp > label{font-size:13px;line-height:1.2;font-weight:600;color:#006640;text-transform:uppercase;letter-spacing:.5px}
.cntctpg .rdoopts{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.cntctpg .rdolbl{position:relative;display:flex;align-items:center;cursor:pointer}
.cntctpg .rdolbl input{position:absolute;opacity:0;pointer-events:none}
.cntctpg .rdocstm{width:20px;height:20px;border:2px solid #e0e0e0;border-radius:999px;margin-right:10px;position:relative;transition:border-color .28s ease-in-out}
.cntctpg .rdolbl input:checked + .rdocstm{border-color:#8144A7}
.cntctpg .rdocstm::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:10px;height:10px;border-radius:999px;background:#8144A7;transition:transform .26s cubic-bezier(0.4,0,0.2,1)}
.cntctpg .rdolbl input:checked + .rdocstm::after{transform:translate(-50%,-50%) scale(1)}
.cntctpg .rdotxt{font-size:17px;line-height:1.8}
.cntctpg .chckgrp{display:flex;align-items:start;gap:10px;margin-top:10px}
.cntctpg .chckgrp input[type="checkbox"]{width:20px;height:20px;margin:2px 0 0;cursor:pointer;flex-shrink:0}
.cntctpg .chckgrp label{font-size:13px;line-height:1.8;cursor:pointer}
.cntctpg .chckgrp label a{color:#8144A7;text-decoration:none;transition:color .28s ease-in-out}
.cntctpg .chckgrp label a:hover{color:#006640}
.cntctpg .sbmtbtn{padding:10px 40px;background:linear-gradient(135deg,#8144A7 0%,#006640 100%);color:#fff;border:none;border-radius:8px;font-size:17px;font-weight:600;cursor:pointer;position:relative;overflow:hidden;transition:transform .28s ease-in-out,box-shadow .28s ease-in-out;justify-self:start}
.cntctpg .sbmtbtn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#fff3 0%,#fff0 100%);transition:left .38s cubic-bezier(0.4,0,0.2,1)}
.cntctpg .sbmtbtn:hover::before{left:100%}
.cntctpg .sbmtbtn:hover{transform:translateY(-2px);box-shadow:0 8px 40px 0 #8144a724}
.cntctpg .sbmtbtn:active{transform:translateY(0)}
@media (max-width: 1024px) {
.cntctpg .ttlblck{grid-template-columns:1fr;gap:40px;padding:40px 20px}
.cntctpg .ttlimg{height:280px}
.cntctpg .frmwrp{grid-template-columns:1fr;gap:40px}
.cntctpg .frmsctn{padding:40px 20px}
}
@media (max-width: 768px) {
.cntctpg .ttltxt h1{font-size:38px}
.cntctpg .cntctinfblck h2{font-size:28px}
.cntctpg .fldgrp{grid-template-columns:1fr}
.cntctpg .rdoopts{grid-template-columns:1fr}
.cntctpg .frmhldr{padding:20px}
.cntctpg .shpdcr{width:120px;height:120px}
.cntctpg .shpdcr2{width:160px;height:160px}
}
@media (max-width: 360px) {
.cntctpg .ttltxt h1{font-size:28px}
.cntctpg .ttltxt{padding-left:0}
.cntctpg .infitm{grid-template-columns:1fr}
}
.fnncl-mstr{background:#fff;color:#1a1a1a;max-width:100%;overflow-x:clip}
.fnncl-mstr .txt-slctn::selection{background:#006640;color:#fff}
.fnncl-mstr .txt-slctn ::selection{background:#006640;color:#fff}
.fnncl-mstr .wrp-mx{max-width:1170px;margin:0 auto;padding:0 20px}
.fnncl-mstr .hro-zlk{padding:120px 20px 80px;background:linear-gradient(135deg,#f8f8f8 0%,#fff 100%);position:relative;overflow:hidden}
.fnncl-mstr .hro-zlk::before{content:'"';position:absolute;font-size:380px;color:#8144a70a;top:-60px;right:80px;line-height:1;font-family:Georgia,serif;pointer-events:none}
.fnncl-mstr .hro-grd{max-width:1170px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.fnncl-mstr .hro-txt{z-index:1}
.fnncl-mstr .hro-txt h1{font-size:50px;line-height:1.2;margin:0 0 40px;color:#1a1a1a}
.fnncl-mstr .hro-lnk{display:inline-block;padding:20px 40px;background:#8144A7;color:#fff;text-decoration:none;border-radius:8px;font-size:17px;position:relative;overflow:hidden;transition:transform .28s cubic-bezier(0.4,0,0.2,1)}
.fnncl-mstr .hro-lnk::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:#ffffff26;transform:skewX(-20deg);transition:left .35s ease-in-out}
.fnncl-mstr .hro-lnk:hover::before{left:100%}
.fnncl-mstr .hro-lnk:hover{transform:translateY(-2px)}
.fnncl-mstr .hro-msc{display:grid;grid-template-columns:1fr 1fr;gap:10px;z-index:1}
.fnncl-mstr .hro-msc img{width:100%;height:220px;object-fit:cover;border-radius:16px;filter:saturate(0.7) brightness(1.05)}
.fnncl-mstr .hro-msc img:first-child{grid-column:1 / 2;grid-row:1 / 2}
.fnncl-mstr .hro-msc img:nth-child(2){grid-column:2 / 3;grid-row:1 / 3;height:450px}
.fnncl-mstr .hro-msc img:last-child{grid-column:1 / 2;grid-row:2 / 3}
.fnncl-mstr .intro-wrp{padding:80px 20px;background:#fff}
.fnncl-mstr .intro-cntnt{max-width:1170px;margin:0 auto}
.fnncl-mstr .intro-cntnt h2{font-size:38px;line-height:1.2;margin:0 0 40px;color:#1a1a1a}
.fnncl-mstr .intro-cntnt h2::before{content:'';display:block;width:60px;height:3px;background:#8144A7;margin-bottom:20px}
.fnncl-mstr .intro-cntnt p{font-size:17px;line-height:1.8;margin:0 0 20px;max-width:820px}
.fnncl-mstr .intro-cntnt p:first-of-type::first-letter{font-size:68px;float:left;line-height:.9;margin:8px 12px 0 0;color:#8144A7;font-weight:700}
.fnncl-mstr .ftr-block{padding:80px 20px;background:linear-gradient(135deg,#8144a708 0%,#00664008 100%);border-top:1px solid #8144a71f}
.fnncl-mstr .ftr-grd{max-width:1170px;margin:0 auto;display:grid;grid-template-columns:420px 1fr;gap:80px;align-items:start}
.fnncl-mstr .ftr-grd h2{font-size:38px;line-height:1.2;margin:0 0 20px;color:#1a1a1a}
.fnncl-mstr .ftr-txt p{font-size:17px;line-height:1.8;margin:0 0 20px}
.fnncl-mstr .ftr-img-wrp{position:relative}
.fnncl-mstr .ftr-img-wrp img{width:100%;height:380px;object-fit:cover;border-radius:28px;filter:saturate(0.75) brightness(1.03);box-shadow:0 8px 40px 0 #8144a724}
.fnncl-mstr .crds-sctn{padding:80px 20px;background:#fff;border-top:1px solid #0066401a}
.fnncl-mstr .crds-sctn h2{font-size:38px;line-height:1.2;margin:0 auto 40px;text-align:center;max-width:1170px;color:#1a1a1a}
.fnncl-mstr .crds-grd{max-width:1170px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:40px}
.fnncl-mstr .crd-itm{background:#f9f9f9;padding:40px;border-radius:16px;border:1px solid #8144a714;transition:transform .32s cubic-bezier(0.4,0,0.2,1),box-shadow .32s cubic-bezier(0.4,0,0.2,1);position:relative}
.fnncl-mstr .crd-itm::before{content:'';position:absolute;top:20px;left:20px;width:8px;height:8px;background:#8144A7;border-radius:999px}
.fnncl-mstr .crd-itm:hover{transform:translateY(-6px);box-shadow:0 8px 40px 0 #8144a724}
.fnncl-mstr .crd-itm h3{font-size:28px;line-height:1.2;margin:0 0 20px;color:#1a1a1a}
.fnncl-mstr .crd-itm p{font-size:17px;line-height:1.8;margin:0}
.fnncl-mstr .nmbr-sctn{padding:80px 20px;background:linear-gradient(135deg,#FFFADE 0%,#fffade4d 100%);border-top:1px solid #0066401a}
.fnncl-mstr .nmbr-wrp{max-width:1170px;margin:0 auto}
.fnncl-mstr .nmbr-wrp h2{font-size:38px;line-height:1.2;margin:0 0 40px;color:#1a1a1a}
.fnncl-mstr .nmbr-wrp h2::before{content:'';display:block;width:60px;height:3px;background:#006640;margin-bottom:20px}
.fnncl-mstr .nmbr-lst{list-style:none;padding:0;margin:0;counter-reset:step-counter}
.fnncl-mstr .nmbr-lst li{counter-increment:step-counter;margin-bottom:40px;display:grid;grid-template-columns:80px 1fr;gap:20px;align-items:start}
.fnncl-mstr .nmbr-lst li::before{content:counter(step-counter);font-size:50px;line-height:1;color:#006640;font-weight:700}
.fnncl-mstr .nmbr-lst li h4{font-size:28px;line-height:1.2;margin:0 0 10px;color:#1a1a1a}
.fnncl-mstr .nmbr-lst li p{font-size:17px;line-height:1.8;margin:0}
.fnncl-mstr .anim-sctn{padding:80px 20px;background:linear-gradient(135deg,#8144A7 0%,#006640 100%);position:relative;animation:clrwsh 8s ease-in-out infinite}
@keyframes clrwsh {
0%,100%{background:linear-gradient(135deg,#8144A7 0%,#006640 100%)}
50%{background:linear-gradient(135deg,#006640 0%,#8144A7 100%)}
}
.fnncl-mstr .anim-cntnt{max-width:1170px;margin:0 auto;text-align:center;color:#fff}
.fnncl-mstr .anim-cntnt h2{font-size:38px;line-height:1.2;margin:0 0 20px}
.fnncl-mstr .anim-cntnt p{font-size:17px;line-height:1.8;margin:0 0 40px;max-width:720px;margin-left:auto;margin-right:auto}
.fnncl-mstr .anim-prcnt{font-size:80px;font-weight:700;line-height:1;margin-bottom:20px;display:block}
.fnncl-mstr .frm-sctn{padding:80px 20px;background:#fff;border-top:1px solid #8144a71a}
.fnncl-mstr .frm-wrp{max-width:1170px;margin:0 auto}
.fnncl-mstr .frm-wrp h2{font-size:38px;line-height:1.2;margin:0 0 40px;text-align:center;color:#1a1a1a}
.fnncl-mstr .frm-wrp h2::before{content:'';display:block;width:60px;height:3px;background:#8144A7;margin:0 auto 20px}
.fnncl-mstr .frm-actv{max-width:620px;margin:0 auto}
.fnncl-mstr .frm-actv label{display:block;font-size:17px;margin-bottom:10px;color:#1a1a1a}
.fnncl-mstr .frm-actv input,.fnncl-mstr .frm-actv textarea{width:100%;padding:20px;margin-bottom:20px;border:1px solid #8144a733;border-radius:8px;font-size:17px;transition:border-color .26s ease-in-out,box-shadow .26s ease-in-out}
.fnncl-mstr .frm-actv input::placeholder,.fnncl-mstr .frm-actv textarea::placeholder{color:#8144a759}
.fnncl-mstr .frm-actv input:focus,.fnncl-mstr .frm-actv textarea:focus{outline:none;border-color:#8144A7;box-shadow:0 3px 2px 0 #8144a714}
.fnncl-mstr .frm-actv textarea{resize:vertical;min-height:140px}
.fnncl-mstr .frm-actv button{width:100%;padding:20px;background:#006640;color:#fff;border:none;border-radius:8px;font-size:17px;cursor:pointer;transition:background .3s cubic-bezier(0.4,0,0.2,1),transform .3s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden}
.fnncl-mstr .frm-actv button::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:#ffffff26;transform:skewX(-20deg);transition:left .38s ease-in-out}
.fnncl-mstr .frm-actv button:hover::before{left:100%}
.fnncl-mstr .frm-actv button:hover{background:#005536;transform:translateY(-2px)}
@media (max-width: 1024px) {
.fnncl-mstr .hro-grd{grid-template-columns:1fr;gap:40px}
.fnncl-mstr .hro-txt h1{font-size:38px}
.fnncl-mstr .ftr-grd{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.fnncl-mstr .hro-zlk{padding:80px 20px 40px}
.fnncl-mstr .hro-txt h1{font-size:28px;margin-bottom:20px}
.fnncl-mstr .hro-msc{grid-template-columns:1fr}
.fnncl-mstr .hro-msc img:nth-child(2){grid-column:1 / 2;grid-row:2 / 3;height:220px}
.fnncl-mstr .hro-msc img:last-child{grid-row:3 / 4}
.fnncl-mstr .intro-wrp,.fnncl-mstr .ftr-block,.fnncl-mstr .crds-sctn,.fnncl-mstr .nmbr-sctn,.fnncl-mstr .anim-sctn,.fnncl-mstr .frm-sctn{padding:40px 20px}
.fnncl-mstr .intro-cntnt h2,.fnncl-mstr .ftr-grd h2,.fnncl-mstr .crds-sctn h2,.fnncl-mstr .nmbr-wrp h2,.fnncl-mstr .anim-cntnt h2,.fnncl-mstr .frm-wrp h2{font-size:28px;margin-bottom:20px}
.fnncl-mstr .crds-grd{grid-template-columns:1fr;gap:20px}
.fnncl-mstr .crd-itm{padding:20px}
.fnncl-mstr .crd-itm h3{font-size:17px}
.fnncl-mstr .nmbr-lst li{grid-template-columns:60px 1fr;gap:10px;margin-bottom:20px}
.fnncl-mstr .nmbr-lst li::before{font-size:38px}
.fnncl-mstr .nmbr-lst li h4{font-size:17px}
.fnncl-mstr .anim-prcnt{font-size:50px}
.fnncl-mstr .ftr-img-wrp img{height:280px}
}
.prgpage{background:#FFF;color:#1a1a1a;min-height:100vh}
.prgpage .hroblck{position:relative;padding:80px 20px;background:radial-gradient(circle at center,#8144a726,#fffade4d,#FFF);overflow:hidden}
.prgpage .hroblck::before{content:'';position:absolute;top:40px;right:40px;width:80px;height:80px;background:linear-gradient(90deg,#8144A7 0%,#8144A7 2px,transparent 2px),linear-gradient(90deg,#8144A7 0%,#8144A7 2px,transparent 2px),linear-gradient(90deg,#8144A7 0%,#8144A7 2px,transparent 2px);background-size:100% 3px;background-position:0 0,0 10px,0 20px;background-repeat:no-repeat;opacity:.4}
.prgpage .hrowrap{max-width:1170px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.prgpage .hrotxt h1{font-size:50px;line-height:1.2;margin:0 0 20px;color:#1a1a1a}
.prgpage .hrotxt h1::first-letter{font-size:80px;color:#8144A7;float:left;line-height:.8;margin:10px 10px 0 0}
.prgpage .hrotxt p{font-size:17px;line-height:1.8;margin:0;max-width:480px}
.prgpage .hroimgbox{position:relative;width:100%;height:520px}
.prgpage .hroimgbox img{width:100%;height:100%;object-fit:cover;border-radius:16px}
.prgpage .hroimgbox::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#8144a74d,#00664033);border-radius:16px;pointer-events:none}
.prgpage .mdlsec{max-width:1170px;margin:80px auto;padding:0 20px}
.prgpage .ovrlnwrap{position:relative;padding:40px 0 0}
.prgpage .ovrlnwrap::before{content:'';position:absolute;top:0;left:0;width:60px;height:3px;background:#006640}
.prgpage .ovrlnwrap h2{font-size:38px;line-height:1.2;margin:0 0 20px;color:#1a1a1a}
.prgpage .txtflowimg{display:grid;grid-template-columns:2fr 1fr;gap:40px;align-items:start}
.prgpage .txtflowimg p{font-size:17px;line-height:1.8;margin:0 0 20px}
.prgpage .txtflowimg p:last-child{margin:0}
.prgpage .numlist{list-style:none;padding:0;margin:40px 0 0;counter-reset:itemcount}
.prgpage .numlist li{counter-increment:itemcount;position:relative;padding:20px 0 20px 80px;margin:0 0 20px;font-size:17px;line-height:1.8}
.prgpage .numlist li::before{content:counter(itemcount);position:absolute;left:0;top:10px;font-size:38px;line-height:1;color:#8144A7;font-weight:700}
.prgpage .fullclrblck{background:#006640!important;color:#FFF;padding:80px 20px;margin:80px 0}
.prgpage .fullclrblck h2{color:#FFF;text-align:center;font-size:38px;line-height:1.2;margin:0 0 40px;max-width:1170px;margin-left:auto;margin-right:auto}
.prgpage .fullclrblck p{color:#FFF;font-size:17px;line-height:1.8}
.prgpage .gridwrap{max-width:1170px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}
.prgpage .metricard{background:#ffffff1a;border-radius:8px;padding:40px;box-shadow:0 3px 2px 0 #8144a714;transition:transform .35s cubic-bezier(0.4,0,0.2,1)}
.prgpage .metricard:hover{transform:translateY(-4px)}
.prgpage .metricard h3{font-size:28px;line-height:1.2;margin:0 0 10px;color:#FFF}
.prgpage .metricard .bigval{font-size:50px;line-height:1.2;color:#FFFADE;margin:0 0 10px;font-weight:700}
.prgpage .bottomblck{max-width:1170px;margin:80px auto;padding:0 20px}
.prgpage .bottomblck h2{font-size:38px;line-height:1.2;margin:0 0 40px;color:#1a1a1a;text-align:center}
.prgpage .twoclmngap{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.prgpage .twoclmngap p{font-size:17px;line-height:1.8;margin:0}
.prgpage .wavdiv{position:relative;height:40px;margin:80px 0}
.prgpage .wavdiv::before,.prgpage .wavdiv::after{content:'';position:absolute;left:0;width:100%;height:2px;background:repeating-linear-gradient(90deg,#8144A7 0px,#8144A7 20px,transparent 20px,transparent 30px)}
.prgpage .wavdiv::before{top:10px}
.prgpage .wavdiv::after{top:20px}
@media (max-width: 1024px) {
.prgpage .hrowrap{grid-template-columns:1fr}
.prgpage .hroimgbox{height:400px}
.prgpage .txtflowimg{grid-template-columns:1fr}
.prgpage .twoclmngap{grid-template-columns:1fr;gap:20px}
}
@media (max-width: 768px) {
.prgpage .hrotxt h1{font-size:38px}
.prgpage .hrotxt h1::first-letter{font-size:60px}
.prgpage .ovrlnwrap h2,.prgpage .fullclrblck h2,.prgpage .bottomblck h2{font-size:28px}
.prgpage .hroblck{padding:40px 20px}
.prgpage .mdlsec,.prgpage .bottomblck{margin:40px auto}
.prgpage .fullclrblck{padding:40px 20px;margin:40px 0}
.prgpage .numlist li{padding:10px 0 10px 60px}
.prgpage .numlist li::before{font-size:28px}
.prgpage .metricard{padding:20px}
.prgpage .metricard .bigval{font-size:38px}
}
.prgpage ::selection{background:#006640;color:#FFF}
.prgpage ::-webkit-input-placeholder{color:#8144a766}
.prgpage ::-moz-placeholder{color:#8144a766}
.prgpage :-ms-input-placeholder{color:#8144a766}
.prgpage ::placeholder{color:#8144a766}
.abtpg{background:#fff;color:#1a1a1a;max-width:100%;overflow-x:clip}
.abtpg .hdrspc{padding:80px 20px;background:linear-gradient(135deg,#8144a70d 0%,#0066400d 100%);position:relative;overflow:hidden}
.abtpg .hdrspc::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 35px,#8144a708 35px,#8144a708 70px);pointer-events:none}
.abtpg .hdrcntnr{max-width:1170px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center;position:relative;z-index:1}
.abtpg .hdrtxt h1{font-size:50px;line-height:1.2;margin:0 0 20px;color:#8144A7}
.abtpg .hdrtxt p{font-size:17px;line-height:1.8;color:#2a2a2a;margin:0}
.abtpg .hdrimg{position:relative;border-radius:16px;overflow:hidden;padding:60px 40px}
.abtpg .hdrimg img{width:100%;height:420px;object-fit:cover;border-radius:8px;display:block;position:relative;z-index:1}
.abtpg .hdrimg::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 30% 30%,#8144a726,transparent 70%),radial-gradient(circle at 70% 70%,#00664026,transparent 70%);border-radius:16px;pointer-events:none}
.abtpg .stryblck{max-width:1170px;margin:0 auto;padding:80px 20px}
.abtpg .stryblck h2{font-size:38px;line-height:1.2;margin:0 0 40px;color:#1a1a1a;text-align:center}
.abtpg .strycrd{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:40px}
.abtpg .crditem{background:#fff;border-right:4px solid #8144A7;padding:40px;border-radius:8px;box-shadow:0 3px 2px 0 #8144a714;transition:transform .28s cubic-bezier(0.4,0,0.2,1),box-shadow .28s cubic-bezier(0.4,0,0.2,1)}
.abtpg .crditem:hover{transform:translateY(-4px);box-shadow:0 8px 40px 0 #8144a724}
.abtpg .crditem h3{font-size:28px;line-height:1.2;margin:0 0 20px;color:#006640}
.abtpg .crditem p{font-size:17px;line-height:1.8;margin:0;color:#3a3a3a}
.abtpg .tmpln{background:#FFFADE;padding:80px 20px;position:relative}
.abtpg .tmpln::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:repeating-linear-gradient(90deg,#8144A7 0,#8144A7 20px,transparent 20px,transparent 40px)}
.abtpg .tmplnwrp{max-width:1170px;margin:0 auto}
.abtpg .tmplnwrp h2{font-size:38px;line-height:1.2;margin:0 0 10px;color:#1a1a1a}
.abtpg .tmplnwrp h2::before{content:'';display:block;width:80px;height:3px;background:#006640;margin-bottom:20px}
.abtpg .tmpgrd{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;margin-top:40px}
.abtpg .tmpcard{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 5px 22px 0 #00664017;transition:box-shadow .32s ease-in-out}
.abtpg .tmpcard:first-child{grid-column:span 2}
.abtpg .tmpcard:hover{box-shadow:0 8px 40px 0 #00664024}
.abtpg .tmpimghldr{position:relative;overflow:hidden;height:280px}
.abtpg .tmpimghldr img{width:100%;height:100%;object-fit:cover;transition:transform .38s cubic-bezier(0.4,0,0.2,1)}
.abtpg .tmpcard:hover .tmpimghldr img{transform:scale(1.05)}
.abtpg .tmpcard:hover .tmpimghldr::after{opacity:1}
.abtpg .tmpimghldr::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#8144a7b3 0%,#006640b3 100%);opacity:0;transition:opacity .38s cubic-bezier(0.4,0,0.2,1);pointer-events:none}
.abtpg .tmpbdy{padding:40px}
.abtpg .tmpbdy h3{font-size:28px;line-height:1.2;margin:0 0 20px;color:#1a1a1a}
.abtpg .tmpbdy p{font-size:17px;line-height:1.8;margin:0;color:#3a3a3a}
.abtpg .frmblck{max-width:1170px;margin:0 auto;padding:80px 20px}
.abtpg .frmblck h2{font-size:38px;line-height:1.2;margin:0 0 40px;color:#8144A7;text-align:center}
.abtpg .frmcntnr{max-width:720px;margin:0 auto;background:#fff;padding:40px;border-radius:28px;box-shadow:0 5px 22px 0 #8144a717 inset 0 1px 0 #ffffff80 inset 0 -1px 0 #0000000d}
.abtpg .fldgrp{margin-bottom:40px}
.abtpg .fldgrp label{display:block;font-size:17px;line-height:1.2;margin-bottom:10px;color:#1a1a1a;font-weight:500}
.abtpg .fldgrp input[type="text"],.abtpg .fldgrp input[type="email"]{width:100%;padding:20px;font-size:17px;border:2px solid #8144a733;border-radius:8px;background:#fff;transition:border-color .25s ease-in-out,box-shadow .25s ease-in-out}
.abtpg .fldgrp input[type="text"]:focus,.abtpg .fldgrp input[type="email"]:focus{outline:none;border-color:#8144A7;box-shadow:0 0 0 3px #8144a71a}
.abtpg .fldgrp input::placeholder{color:#8144a766}
.abtpg .fldgrp input::selection{background:#006640;color:#fff}
.abtpg .chkgrp{margin-bottom:40px}
.abtpg .chkgrp legend{font-size:17px;line-height:1.2;margin-bottom:20px;color:#1a1a1a;font-weight:500}
.abtpg .chkitm{display:flex;align-items:center;margin-bottom:20px}
.abtpg .chkitm input[type="checkbox"]{width:24px;height:24px;margin:0 10px 0 0;cursor:pointer;accent-color:#8144A7}
.abtpg .chkitm label{font-size:17px;line-height:1.2;color:#1a1a1a;cursor:pointer}
.abtpg .prvcy{margin-bottom:40px;display:flex;align-items:flex-start;gap:10px}
.abtpg .prvcy input[type="checkbox"]{width:24px;height:24px;margin:2px 0 0;flex-shrink:0;cursor:pointer;accent-color:#8144A7}
.abtpg .prvcy label{font-size:13px;line-height:1.8;color:#3a3a3a;cursor:pointer}
.abtpg .prvcy a{color:#8144A7;text-decoration:none;border-bottom:1px solid #8144a74d;transition:border-color .25s ease-in-out}
.abtpg .prvcy a:hover{border-bottom-color:#8144A7}
.abtpg .sbmthldr{text-align:center}
.abtpg .sbmtbtn{background:linear-gradient(135deg,#8144A7 0%,#006640 100%);color:#fff;padding:20px 80px;font-size:17px;border:none;border-radius:16px;cursor:pointer;position:relative;overflow:hidden;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}
.abtpg .sbmtbtn::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,transparent 0%,#fff3 100%);transform:translateX(-100%) translateY(-100%) rotate(45deg);transition:transform .35s cubic-bezier(0.4,0,0.2,1)}
.abtpg .sbmtbtn:hover::before{transform:translateX(0) translateY(0) rotate(45deg)}
.abtpg .sbmtbtn:hover{transform:translateY(-2px);box-shadow:0 8px 40px 0 #8144a724}
.abtpg .sbmtbtn:active{transform:translateY(0)}
@media (max-width: 1024px) {
.abtpg .hdrcntnr{grid-template-columns:1fr;gap:40px}
.abtpg .hdrimg{padding:40px 20px}
.abtpg .hdrimg img{height:340px}
.abtpg .tmpgrd{grid-template-columns:1fr}
.abtpg .tmpcard:first-child{grid-column:span 1}
}
@media (max-width: 768px) {
.abtpg .hdrspc{padding:40px 20px}
.abtpg .hdrtxt h1{font-size:38px}
.abtpg .stryblck{padding:40px 20px}
.abtpg .stryblck h2{font-size:28px;margin-bottom:40px}
.abtpg .strycrd{gap:40px}
.abtpg .crditem{padding:40px 20px}
.abtpg .tmpln{padding:40px 20px}
.abtpg .tmplnwrp h2{font-size:28px}
.abtpg .tmpgrd{gap:40px}
.abtpg .tmpbdy{padding:20px}
.abtpg .frmblck{padding:40px 20px}
.abtpg .frmblck h2{font-size:28px}
.abtpg .frmcntnr{padding:40px 20px}
.abtpg .sbmtbtn{padding:20px 40px;width:100%}
}
@media (max-width: 360px) {
.abtpg .hdrtxt h1{font-size:28px}
.abtpg .stryblck h2,.abtpg .tmplnwrp h2,.abtpg .frmblck h2{font-size:28px}
.abtpg .crditem h3,.abtpg .tmpbdy h3{font-size:28px}
}
.sccs{background:#fff;color:#1a1a1a;line-height:1.8;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}
.sccs .cnfrm{max-width:580px;text-align:center}
.sccs .icnwrp{width:90px;height:90px;margin:0 auto 40px;position:relative}
.sccs .chckcrv{width:90px;height:90px;border:4px solid #8144A7;border-radius:50%;position:relative;animation:sclepls .35s cubic-bezier(0.4,0,0.2,1)}
@keyframes sclepls {
0%{transform:scale(0.8);opacity:0}
100%{transform:scale(1);opacity:1}
}
.sccs .chckcrv::before{content:'';position:absolute;width:20px;height:38px;border:4px solid #006640;border-top:none;border-left:none;top:50%;left:50%;transform:translate(-50%,-58%) rotate(45deg);animation:drwchck .4s .25s cubic-bezier(0.4,0,0.2,1) forwards;opacity:0}
@keyframes drwchck {
0%{height:0;opacity:0}
100%{height:38px;opacity:1}
}
.sccs .hdln{font-size:38px;line-height:1.2;margin:0 0 20px;color:#8144A7}
.sccs .msgblck{font-size:17px;line-height:1.8;margin:0 0 40px;color:#333}
.sccs .dtlgrd{background:linear-gradient(135deg,#8144a70a 0%,#0066400f 100%);border:1px solid #8144a71f;border-radius:16px;padding:40px;margin:0 0 40px;text-align:left}
.sccs .dtlgrd .rw{display:flex;justify-content:space-between;align-items:baseline;padding:10px 0;border-bottom:1px solid #8144a714}
.sccs .dtlgrd .rw:last-child{border-bottom:none;padding-bottom:0}
.sccs .dtlgrd .rw:first-child{padding-top:0}
.sccs .dtlgrd .lbl{font-size:13px;color:#666;text-transform:uppercase;letter-spacing:.5px}
.sccs .dtlgrd .vl{font-size:17px;color:#1a1a1a;font-weight:600}
.sccs .actnblck{display:flex;flex-direction:column;gap:20px}
.sccs .btnprm{background:#8144A7;color:#fff;border:none;border-radius:8px;padding:20px 40px;font-size:17px;cursor:pointer;text-decoration:none;display:inline-block;position:relative;overflow:hidden;transition:transform .28s cubic-bezier(0.4,0,0.2,1);box-shadow:0 5px 22px 0 #8144a717}
.sccs .btnprm::before{content:'';position:absolute;top:-100%;left:-100%;width:300%;height:300%;background:linear-gradient(135deg,transparent,#fff3,transparent);transition:top .35s cubic-bezier(0.4,0,0.2,1),left .35s cubic-bezier(0.4,0,0.2,1)}
.sccs .btnprm:hover::before{top:100%;left:100%}
.sccs .btnprm:hover{transform:translateY(-2px);box-shadow:0 8px 40px 0 #8144a724}
.sccs .btnsec{background:transparent;color:#006640;border:2px solid #006640;border-radius:8px;padding:20px 40px;font-size:17px;cursor:pointer;text-decoration:none;display:inline-block;transition:background .32s cubic-bezier(0.4,0,0.2,1),color .32s cubic-bezier(0.4,0,0.2,1)}
.sccs .btnsec:hover{background:#006640;color:#fff}
.sccs .ftnt{font-size:13px;color:#999;margin:40px 0 0;line-height:1.8}
@media (max-width: 768px) {
.sccs{padding:40px 20px}
.sccs .hdln{font-size:28px}
.sccs .dtlgrd{padding:20px}
.sccs .actnblck{gap:10px}
.sccs .btnprm,.sccs .btnsec{padding:20px}
}