@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;1,300;0,400;1,400;0,500;1,500;0,700;1,700&display=swap";
html,body{margin:0;padding:0;font-family:'Montserrat',sans-serif;color:#0D161B;background:#fff}
.hdr-wrp{background:linear-gradient(135deg,#E5FFFB 0%,#fff 100%);border-bottom:3px solid #13FBE5;box-shadow:0 4px 6px #0d161b14}
.hdr-cntnr{max-width:1400px;margin:0 auto;padding:20px 30px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.hdr-lft{display:flex;align-items:center;gap:20px;border-right:2px solid #13fbe54d;padding-right:40px}
.lg-wrp{width:90px;height:90px;background:#fff;border-radius:24px;padding:12px;box-shadow:0 4px 8px #13fbe533;flex-shrink:0}
.lg-wrp img{width:100%;height:100%;object-fit:contain}
.cmpny-txt{font-size:28px;font-weight:700;color:#0D161B;line-height:1.2}
.hdr-rght{display:flex;flex-direction:column;gap:16px}
.tglne{font-size:14px;color:#0D161B;font-weight:500;opacity:.8}
.nvgtn{display:flex;gap:8px;flex-wrap:wrap}
.nvgtn a{padding:12px 20px;background:#fff;border:2px solid #E5FFFB;border-radius:20px;color:#0D161B;text-decoration:none;font-weight:500;font-size:15px;transition:all .2s ease}
.nvgtn a:hover{background:#13FBE5;border-color:#13FBE5;color:#0D161B}
.ftr-wrp{background:linear-gradient(180deg,#0D161B 0%,#1a2930 100%);color:#E5FFFB;padding:50px 30px 30px;margin-top:80px}
.ftr-cntnr{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr 1fr;gap:50px;align-items:start}
.ftr-lg-sctn{display:flex;align-items:center;gap:15px}
.ftr-lg{width:70px;height:70px;background:#fff;border-radius:18px;padding:10px}
.ftr-lg img{width:100%;height:100%;object-fit:contain}
.ftr-cmpny{font-size:20px;font-weight:700;color:#13FBE5}
.ftr-nv{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.ftr-nv a{color:#E5FFFB;text-decoration:none;font-size:14px;padding:8px 16px;border-radius:16px;background:#13fbe51a;transition:background .2s ease}
.ftr-nv a:hover{background:#13fbe533}
.ftr-cntcts{text-align:right}
.cntct-itm{margin-bottom:12px;font-size:14px;line-height:1.6}
.cntct-itm i{color:#13FBE5;margin-right:8px}
.cntct-itm a{color:#E5FFFB;text-decoration:none}
.cntct-itm a:hover{color:#13FBE5}
.cpyrght{text-align:center;margin-top:40px;padding-top:25px;border-top:1px solid #13fbe533;font-size:13px;opacity:.7}
.ckie-pnl{position:fixed;top:33.33%;left:30px;background:#fff;border:3px solid #13FBE5;border-radius:24px;padding:30px;box-shadow:0 8px 24px #0d161b4d;max-width:480px;z-index:10000;display:none;opacity:0;transition:opacity .3s ease}
.ckie-pnl.shw{display:block;opacity:1}
.ckie-ttl{font-size:22px;font-weight:700;margin-bottom:15px;color:#0D161B}
.ckie-txt{font-size:14px;line-height:1.6;margin-bottom:20px;color:#0D161B}
.ckie-ctgrs{margin-bottom:20px}
.ckie-ctgr{margin-bottom:12px;padding:12px;background:#E5FFFB;border-radius:16px}
.ckie-ctgr label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;font-weight:500}
.ckie-ctgr input[type="checkbox"]{width:20px;height:20px;cursor:pointer}
.ckie-ctgr input[type="checkbox"]:disabled{cursor:not-allowed}
.ckie-btns{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:15px}
.ckie-btn{padding:14px;border:2px solid #0D161B;border-radius:20px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;background:#fff;color:#0D161B}
.ckie-btn:hover{background:#E5FFFB}
.ckie-btn.ccpt{background:#13FBE5;border-color:#13FBE5;color:#0D161B}
.ckie-btn.ccpt:hover{background:#0D161B;color:#13FBE5}
.ckie-pt-wrp{display:flex;gap:12px}
.ckie-pt-btn{flex:1;padding:12px;border:2px solid #0D161B;border-radius:18px;font-size:13px;cursor:pointer;background:#fff;color:#0D161B;font-weight:500;transition:all .2s ease}
.ckie-pt-btn:hover{background:#E5FFFB}
.ckie-lnks{margin-top:15px;font-size:12px;text-align:center}
.ckie-lnks a{color:#0D161B;text-decoration:underline;margin:0 8px}
.ckie-bdg{position:fixed;bottom:30px;left:30px;background:#13FBE5;border:2px solid #0D161B;border-radius:20px;padding:12px 20px;cursor:pointer;box-shadow:0 4px 12px #0d161b33;display:none;font-weight:600;font-size:14px;color:#0D161B;z-index:9999}
.ckie-bdg:hover{background:#0D161B;color:#13FBE5}
@media (max-width: 1024px) {
.hdr-cntnr{grid-template-columns:1fr;gap:25px}
.hdr-lft{border-right:none;border-bottom:2px solid #13fbe54d;padding-right:0;padding-bottom:20px}
.nvgtn{justify-content:flex-start}
.ftr-cntnr{grid-template-columns:1fr;gap:30px;text-align:center}
.ftr-lg-sctn{justify-content:center}
.ftr-nv{justify-content:center}
.ftr-cntcts{text-align:center}
.ckie-pnl{left:15px;right:15px;top:20%;max-width:none}
.ckie-bdg{left:15px;bottom:15px}
}
@media (max-width: 640px) {
.hdr-lft{flex-direction:column;text-align:center}
.nvgtn{flex-direction:column}
.nvgtn a{width:100%;text-align:center}
.ckie-btns{grid-template-columns:1fr}
.ckie-pt-wrp{flex-direction:column}
}
.titleWrp{position:relative;min-height:580px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:80px}
.titleWrp::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#E5FFFB 0%,#13FBE5 50%,#0D161B 100%);background-size:200% 200%;animation:grdntShft 8s ease infinite;opacity:.15}
@keyframes grdntShft {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.titleBg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.12;filter:contrast(1.1) brightness(0.95)}
.titleCntnr{position:relative;z-index:2;max-width:1400px;width:90%;margin:0 auto;background:#ffffffeb;padding:60px 70px;border-radius:24px;box-shadow:0 4px 2px #0d161b14}
.titleCntnr h1{font-size:48px;color:#0D161B;margin:0 0 24px;line-height:1.2}
.titleSubtxt{font-size:20px;color:#0D161B;margin:0 0 32px;line-height:1.6;opacity:.85}
.titleFtrs{display:flex;gap:40px;flex-wrap:wrap}
.ftrItm{display:flex;align-items:center;gap:12px}
.ftrItm i{font-size:28px;color:#13FBE5}
.ftrItm span{font-size:16px;color:#0D161B}
.prblmSctn{max-width:1400px;margin:0 auto 100px;padding:0 20px}
.prblmHdr{text-align:center;margin-bottom:60px}
.prblmHdr h2{font-size:38px;color:#0D161B;margin:0 0 16px}
.prblmHdr p{font-size:18px;color:#0D161B;opacity:.75;max-width:700px;margin:0 auto}
.prblmGrd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.prblmCrd{background:#fff;padding:40px 32px;border-radius:20px;box-shadow:0 3px 1px #0d161b0f;transition:transform 0.3s,box-shadow .3s}
.prblmCrd:hover{transform:translateY(-6px);box-shadow:0 6px 2px #0d161b1f}
.prblmCrd i{font-size:42px;color:#13FBE5;display:block;margin-bottom:20px}
.prblmCrd h3{font-size:22px;color:#0D161B;margin:0 0 12px}
.prblmCrd p{font-size:16px;color:#0D161B;opacity:.75;line-height:1.6;margin:0}
.crrrSctn{background:linear-gradient(180deg,#E5FFFB 0%,#fff 100%);padding:90px 20px;margin-bottom:100px}
.crrrInr{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.crrrTxt h2{font-size:36px;color:#0D161B;margin:0 0 24px}
.crrrTxt p{font-size:17px;color:#0D161B;opacity:.8;line-height:1.7;margin:0 0 32px}
.crrrLst{list-style:none;padding:0;margin:0}
.crrrLst li{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px;font-size:16px;color:#0D161B}
.crrrLst li::before{content:'';width:8px;height:8px;background:#13FBE5;border-radius:50%;flex-shrink:0;margin-top:6px}
.crrrImg{width:100%;height:100%;object-fit:cover;border-radius:24px;box-shadow:0 5px 2px #0d161b1a}
.cntntSctn{max-width:1400px;margin:0 auto 100px;padding:0 20px}
.cntntHdr{text-align:center;margin-bottom:50px}
.cntntHdr h2{font-size:38px;color:#0D161B;margin:0 0 18px;position:relative;display:inline-block}
.cntntHdr h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#13FBE5,#0D161B);border-radius:2px}
.cntntHdr p{font-size:18px;color:#0D161B;opacity:.75;max-width:650px;margin:20px auto 0}
.cntntFlx{display:flex;gap:40px}
.cntntCol{flex:1}
.cntntBx{background:#fff;padding:36px 32px;border-radius:20px;margin-bottom:28px;border:2px solid #E5FFFB;transition:border-color .3s}
.cntntBx:hover{border-color:#13FBE5}
.cntntBx h4{font-size:20px;color:#0D161B;margin:0 0 12px;display:flex;align-items:center;gap:10px}
.cntntBx h4 i{color:#13FBE5;font-size:24px}
.cntntBx p{font-size:16px;color:#0D161B;opacity:.75;line-height:1.6;margin:0}
.bznsSctn{background:#0D161B;padding:90px 20px;margin-bottom:100px;position:relative;overflow:hidden}
.bznsSctn::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#13fbe526 0%,transparent 70%);border-radius:50%}
.bznsInr{max-width:1400px;margin:0 auto;position:relative;z-index:1}
.bznsHdr{text-align:center;margin-bottom:60px}
.bznsHdr h2{font-size:38px;color:#fff;margin:0 0 16px}
.bznsHdr p{font-size:18px;color:#E5FFFB;opacity:.85;max-width:700px;margin:0 auto}
.bznsGrd{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.bznsCrd{background:#ffffff0f;padding:40px 36px;border-radius:20px;border:1px solid #13fbe533;transition:background 0.3s,border-color .3s}
.bznsCrd:hover{background:#ffffff1a;border-color:#13FBE5}
.bznsCrd h3{font-size:24px;color:#13FBE5;margin:0 0 16px}
.bznsCrd p{font-size:16px;color:#E5FFFB;opacity:.85;line-height:1.6;margin:0 0 20px}
.bznsCrd ul{list-style:none;padding:0;margin:0}
.bznsCrd ul li{font-size:15px;color:#E5FFFB;opacity:.8;padding-left:24px;position:relative;margin-bottom:10px}
.bznsCrd ul li::before{content:'→';position:absolute;left:0;color:#13FBE5;font-weight:700}
.cmprsSctn{max-width:1400px;margin:0 auto 100px;padding:0 20px}
.cmprsHdr{text-align:center;margin-bottom:50px}
.cmprsHdr h2{font-size:38px;color:#0D161B;margin:0 0 16px}
.cmprsHdr p{font-size:18px;color:#0D161B;opacity:.75;max-width:680px;margin:0 auto}
.cmprsTbl{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 4px 2px #0d161b14}
.cmprsTblHdr{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;background:linear-gradient(135deg,#0D161B 0%,#13FBE5 100%);padding:24px 28px}
.cmprsTblHdr span{font-size:18px;font-weight:600;color:#fff}
.cmprsTblRw{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;padding:24px 28px;border-bottom:1px solid #E5FFFB;transition:background .3s}
.cmprsTblRw:last-child{border-bottom:none}
.cmprsTblRw:hover{background:#E5FFFB}
.cmprsTblRw span{font-size:16px;color:#0D161B;display:flex;align-items:center}
.cmprsTblRw .chckMrk{color:#13FBE5;font-size:20px;justify-content:center}
.cmprsTblRw .crss{color:#0D161B;opacity:.3;font-size:20px;justify-content:center}
.aftrSctn{background:linear-gradient(180deg,#fff 0%,#E5FFFB 100%);padding:90px 20px}
.aftrInr{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}
.aftrImg{width:100%;height:100%;object-fit:cover;border-radius:24px;box-shadow:0 5px 2px #0d161b1a}
.aftrTxt h2{font-size:36px;color:#0D161B;margin:0 0 24px}
.aftrTxt p{font-size:17px;color:#0D161B;opacity:.8;line-height:1.7;margin:0 0 28px}
.aftrBnfts{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}
.bnftItm{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#fff;border-radius:16px;box-shadow:0 2px 1px #0d161b0d}
.bnftItm i{font-size:28px;color:#13FBE5;flex-shrink:0}
.bnftItm span{font-size:16px;color:#0D161B;line-height:1.6}
.aftrBtn{display:inline-block;padding:16px 40px;background:#0D161B;color:#fff;font-size:17px;text-decoration:none;border-radius:16px;transition:background 0.3s,transform .3s;box-shadow:0 3px 1px #0d161b26}
.aftrBtn:hover{background:#13FBE5;color:#0D161B;transform:translateY(-2px);box-shadow:0 5px 2px #0d161b33}
@media (max-width: 1024px) {
.titleCntnr{padding:50px 40px}
.titleCntnr h1{font-size:38px}
.prblmGrd{grid-template-columns:repeat(2,1fr)}
.crrrInr{grid-template-columns:1fr;gap:40px}
.cntntFlx{flex-direction:column}
.bznsGrd{grid-template-columns:1fr}
.cmprsTblHdr,.cmprsTblRw{grid-template-columns:1.5fr 1fr 1fr 1fr}
.aftrInr{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.titleWrp{min-height:480px;margin-bottom:60px}
.titleCntnr{padding:40px 28px}
.titleCntnr h1{font-size:32px}
.titleSubtxt{font-size:18px}
.titleFtrs{flex-direction:column;gap:20px}
.prblmSctn,.cntntSctn,.cmprsSctn{margin-bottom:70px}
.prblmHdr h2,.cntntHdr h2,.cmprsHdr h2,.bznsHdr h2{font-size:30px}
.prblmGrd{grid-template-columns:1fr;gap:24px}
.crrrSctn,.bznsSctn,.aftrSctn{padding:60px 20px}
.crrrTxt h2,.aftrTxt h2{font-size:28px}
.cmprsTbl{overflow-x:auto}
.cmprsTblHdr,.cmprsTblRw{grid-template-columns:200px 100px 100px 100px;min-width:600px}
}
@media (max-width: 480px) {
.titleCntnr h1{font-size:26px}
.titleSubtxt{font-size:16px}
.prblmCrd,.cntntBx,.bznsCrd{padding:28px 24px}
.aftrBtn{width:100%;text-align:center}
}
.cntctPg{width:100%;max-width:1400px;margin:0 auto;padding:0}
.hrSct{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:80px;border-radius:24px;padding:60px 20px}
.hrSct::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0D161B 0%,#13FBE5 100%);opacity:.85;z-index:1}
.hrSct img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hrSct::after{content:'';position:absolute;top:-20%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#13fbe566 0%,transparent 70%);filter:blur(80px);z-index:2}
.hrCntnt{position:relative;z-index:3;text-align:center;max-width:800px}
.hrCntnt h1{font-size:54px;font-weight:700;color:#E5FFFB;margin:0 0 20px;line-height:1.2}
.hrCntnt p{font-size:20px;color:#E5FFFB;margin:0;line-height:1.6}
.frmSct{max-width:1200px;margin:0 auto 100px;padding:0 20px;display:grid;grid-template-columns:1fr 1.3fr;gap:80px;align-items:start}
.cntctInf{background:linear-gradient(145deg,#E5FFFB 0%,#fff 100%);padding:50px 40px;border-radius:28px;box-shadow:0 6px 0 #0d161b14}
.cntctInf h2{font-size:32px;font-weight:700;color:#0D161B;margin:0 0 30px}
.infItm{display:flex;align-items:flex-start;margin-bottom:28px;padding-bottom:28px;border-bottom:2px solid #13fbe533}
.infItm:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.infItm i{font-size:24px;color:#13FBE5;margin-right:18px;margin-top:4px;flex-shrink:0}
.infDtls h3{font-size:18px;font-weight:600;color:#0D161B;margin:0 0 8px}
.infDtls p{font-size:16px;color:#0D161B;margin:0;line-height:1.6}
.infDtls a{color:#0D161B;text-decoration:none;transition:color .3s ease}
.infDtls a:hover{color:#13FBE5}
.frmWrp{background:#fff;padding:50px;border-radius:28px;box-shadow:0 6px 0 #0d161b14;border:2px solid #E5FFFB}
.frmWrp h2{font-size:36px;font-weight:700;color:#0D161B;margin:0 0 12px}
.frmWrp .sbttl{font-size:17px;color:#0D161B;margin:0 0 40px;line-height:1.5}
.frmGrp{margin-bottom:28px}
.frmGrp label{display:block;font-size:15px;font-weight:600;color:#0D161B;margin-bottom:10px}
.frmGrp input,.frmGrp textarea,.frmGrp select{width:100%;padding:16px 20px;font-size:16px;color:#0D161B;background:#E5FFFB;border:2px solid transparent;border-radius:18px;outline:none;transition:all .3s ease;font-family:inherit}
.frmGrp input:focus,.frmGrp textarea:focus,.frmGrp select:focus{background:#fff;border-color:#13FBE5;box-shadow:0 4px 0 #13fbe533}
.frmGrp textarea{min-height:140px;resize:vertical}
.frmGrp select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%230D161B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:48px}
.grdLyt{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.chkbxWrp{display:flex;align-items:start;margin-bottom:32px;margin-top:8px}
.chkbxWrp input[type="checkbox"]{width:22px;height:22px;min-width:22px;margin-right:12px;margin-top:2px;cursor:pointer;accent-color:#13FBE5}
.chkbxWrp label{font-size:14px;color:#0D161B;line-height:1.5;cursor:pointer;margin:0}
.chkbxWrp label a{color:#13FBE5;text-decoration:none;font-weight:600}
.chkbxWrp label a:hover{text-decoration:underline}
.sbmtBttn{width:100%;padding:18px 40px;font-size:18px;font-weight:700;color:#0D161B;background:linear-gradient(135deg,#13FBE5 0%,#E5FFFB 100%);border:none;border-radius:20px;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 0 #0d161b26;position:relative;z-index:1}
.sbmtBttn:hover{transform:translateY(-3px);box-shadow:0 8px 0 #0d161b26}
.sbmtBttn:active{transform:translateY(0);box-shadow:0 3px 0 #0d161b26}
@media (max-width: 968px) {
.frmSct{grid-template-columns:1fr;gap:50px;margin-bottom:70px}
.hrSct{min-height:400px;margin-bottom:60px;padding:40px 20px}
.hrCntnt h1{font-size:42px}
.hrCntnt p{font-size:18px}
.cntctInf{padding:40px 30px}
.frmWrp{padding:40px 30px}
.frmWrp h2{font-size:30px}
}
@media (max-width: 640px) {
.hrSct{min-height:350px;border-radius:18px;margin-bottom:50px}
.hrCntnt h1{font-size:34px}
.hrCntnt p{font-size:16px}
.cntctInf{padding:30px 24px;border-radius:22px}
.cntctInf h2{font-size:26px}
.frmWrp{padding:30px 24px;border-radius:22px}
.frmWrp h2{font-size:26px}
.frmWrp .sbttl{font-size:16px;margin-bottom:30px}
.grdLyt{grid-template-columns:1fr;gap:20px}
.infItm{margin-bottom:24px;padding-bottom:24px}
.sbmtBttn{font-size:17px;padding:16px 36px}
}
.abtWrp{max-width:1400px;margin:0 auto;padding:0 20px}
.hdBlck{display:flex;gap:60px;align-items:center;margin:80px 0 100px;position:relative}
.hdBlck::before{content:'';position:absolute;left:-40px;top:50%;transform:translateY(-50%);width:2px;height:70%;background:linear-gradient(180deg,#E5FFFB 0%,#13FBE5 50%,#E5FFFB 100%)}
.hdCntnt{flex:1.5}
.hdTtl{font-size:52px;font-weight:700;color:#0D161B;margin:0 0 24px;line-height:1.2}
.hdDsc{font-size:18px;line-height:1.7;color:#0D161B;margin:0 0 32px}
.hdBtn{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#13FBE5 0%,#0D161B 100%);color:#E5FFFB;text-decoration:none;border-radius:24px;font-weight:600;font-size:16px;box-shadow:0 4px 12px #13fbe54d;transition:all .3s ease;z-index:10;position:relative}
.hdBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #13fbe566}
.hdImgWrp{flex:1;position:relative}
.hdImgWrp::after{content:'';position:absolute;inset:-12px;background:linear-gradient(45deg,#E5FFFB,transparent);border-radius:20px;z-index:-1;filter:blur(16px)}
.hdImg{width:100%;height:400px;object-fit:cover;border-radius:20px;filter:brightness(1.05)}
.strySctn{background:linear-gradient(135deg,#E5FFFB 0%,#fff 100%);padding:80px 0;margin:0 0 100px}
.stryCntnr{max-width:1400px;margin:0 auto;padding:0 20px}
.stryGrd{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.stryLft{position:relative}
.stryLft::before{content:'';position:absolute;left:-30px;top:0;width:4px;height:100%;background:#13FBE5;border-radius:4px}
.stryHdng{font-size:42px;font-weight:700;color:#0D161B;margin:0 0 28px;line-height:1.3}
.stryTxt{font-size:17px;line-height:1.8;color:#0D161B;margin:0 0 20px}
.stryRght{display:flex;flex-direction:column;gap:32px}
.stryBx{background:#fff;padding:32px;border-radius:20px;border:2px solid #E5FFFB;position:relative;transition:all .3s ease}
.stryBx:hover{border-color:#13FBE5;box-shadow:0 8px 24px #13fbe526;transform:translateX(8px)}
.stryBxTtl{font-size:24px;font-weight:700;color:#0D161B;margin:0 0 16px}
.stryBxTxt{font-size:16px;line-height:1.7;color:#0D161B;margin:0}
.vsnSctn{margin:0 0 100px}
.vsnWrp{max-width:1400px;margin:0 auto;padding:0 20px}
.vsnLyt{display:flex;gap:60px;align-items:center}
.vsnImgSd{flex:1;position:relative}
.vsnImg{width:100%;height:450px;object-fit:cover;border-radius:28px;box-shadow:0 12px 40px #0d161b33}
.vsnCntntSd{flex:1.3}
.vsnTtl{font-size:44px;font-weight:700;color:#0D161B;margin:0 0 32px;line-height:1.2;position:relative;display:inline-block}
.vsnTtl::after{content:'';position:absolute;bottom:-8px;left:0;width:60%;height:4px;background:linear-gradient(90deg,#13FBE5,transparent);border-radius:4px}
.vsnLst{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:24px}
.vsnItm{display:flex;gap:20px;align-items:start}
.vsnIcn{width:48px;height:48px;background:linear-gradient(135deg,#13FBE5,#0D161B);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #13fbe540}
.vsnIcn i{font-size:24px;color:#E5FFFB}
.vsnItmCntnt h3{font-size:22px;font-weight:600;color:#0D161B;margin:0 0 8px}
.vsnItmCntnt p{font-size:16px;line-height:1.7;color:#0D161B;margin:0}
.mthdSctn{background:#0D161B;padding:90px 0;margin:0 0 100px;position:relative;overflow:hidden}
.mthdSctn::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#13fbe51a 0%,transparent 70%);border-radius:50%}
.mthdWrp{max-width:1400px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.mthdHdr{text-align:center;margin:0 0 60px}
.mthdHdrTtl{font-size:46px;font-weight:700;color:#E5FFFB;margin:0 0 20px;line-height:1.2}
.mthdHdrTxt{font-size:18px;line-height:1.7;color:#E5FFFB;margin:0;max-width:700px;margin:0 auto}
.mthdGrd{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.mthdCrd{background:#e5fffb0d;padding:40px 32px;border-radius:24px;border:2px solid #13fbe533;transition:all .3s ease;position:relative}
.mthdCrd::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#13FBE5,transparent);border-radius:24px 24px 0 0;opacity:0;transition:opacity .3s ease}
.mthdCrd:hover{border-color:#13FBE5;transform:translateY(-8px);box-shadow:0 12px 32px #13fbe533}
.mthdCrd:hover::before{opacity:1}
.mthdCrdNmbr{font-size:56px;font-weight:700;color:#13FBE5;margin:0 0 20px;line-height:1}
.mthdCrdTtl{font-size:24px;font-weight:600;color:#E5FFFB;margin:0 0 16px}
.mthdCrdTxt{font-size:16px;line-height:1.7;color:#E5FFFB;margin:0}
.cmmtmntSctn{margin:0 0 100px}
.cmmtmntCntnr{max-width:1400px;margin:0 auto;padding:0 20px}
.cmmtmntFlex{display:flex;gap:70px;align-items:center}
.cmmtmntTxtSd{flex:1.4}
.cmmtmntTtl{font-size:48px;font-weight:700;color:#0D161B;margin:0 0 28px;line-height:1.2}
.cmmtmntDsc{font-size:17px;line-height:1.8;color:#0D161B;margin:0 0 20px}
.cmmtmntImgSd{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:24px}
.cmmtmntImgBx{position:relative;overflow:hidden;border-radius:20px}
.cmmtmntImgBx:nth-child(1){grid-column:1 / 2;grid-row:1 / 2}
.cmmtmntImgBx:nth-child(2){grid-column:2 / 3;grid-row:1 / 3}
.cmmtmntImgBx img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.cmmtmntImgBx:hover img{transform:scale(1.08)}
.cmmtmntImg1{height:280px}
.cmmtmntImg2{height:584px}
@media (max-width: 1024px) {
.hdBlck{flex-direction:column;gap:40px;margin:60px 0 80px}
.hdBlck::before{display:none}
.hdTtl{font-size:42px}
.stryGrd{grid-template-columns:1fr;gap:50px}
.vsnLyt{flex-direction:column;gap:40px}
.mthdGrd{grid-template-columns:1fr;gap:30px}
.cmmtmntFlex{flex-direction:column;gap:50px}
.cmmtmntImgSd{width:100%}
}
@media (max-width: 768px) {
.hdTtl{font-size:36px}
.hdDsc{font-size:16px}
.hdImg{height:300px}
.stryHdng{font-size:34px}
.stryBx{padding:24px}
.vsnTtl{font-size:36px}
.vsnImg{height:350px}
.mthdHdrTtl{font-size:36px}
.mthdCrd{padding:32px 24px}
.cmmtmntTtl{font-size:38px}
.cmmtmntImgSd{grid-template-columns:1fr}
.cmmtmntImgBx:nth-child(2){grid-column:1 / 2;grid-row:2 / 3}
.cmmtmntImg2{height:300px}
}
@media (max-width: 480px) {
.hdBlck{margin:40px 0 60px}
.hdTtl{font-size:30px}
.hdBtn{padding:14px 32px;font-size:15px}
.strySctn{padding:60px 0;margin:0 0 60px}
.stryHdng{font-size:28px}
.stryBxTtl{font-size:20px}
.vsnSctn{margin:0 0 60px}
.vsnTtl{font-size:30px}
.vsnImg{height:280px}
.mthdSctn{padding:60px 0;margin:0 0 60px}
.mthdHdrTtl{font-size:30px}
.mthdCrdNmbr{font-size:44px}
.cmmtmntSctn{margin:0 0 60px}
.cmmtmntTtl{font-size:30px}
}
.prtnrHdr{background:linear-gradient(135deg,#E5FFFB 0%,#fff 50%,#E5FFFB 100%);padding:80px 20px 70px;position:relative;overflow:hidden}
.prtnrHdr::before{content:'';position:absolute;top:0;left:0;width:2px;height:100px;background:#13FBE5}
.prtnrHdr::after{content:'';position:absolute;bottom:0;right:0;width:100px;height:2px;background:#13FBE5}
.hdWrpr{max-width:1400px;margin:0 auto;text-align:center}
.hdWrpr h1{font-size:48px;color:#0D161B;margin:0 0 20px;font-weight:700}
.hdWrpr .subttl{font-size:20px;color:#0D161B;max-width:700px;margin:0 auto;line-height:1.6}
.imgBx{max-width:1400px;margin:40px auto 0;width:100%;height:400px;border-radius:24px;overflow:hidden;box-shadow:0 6px 0 #0d161b26}
.imgBx img{width:100%;height:100%;object-fit:cover}
.vlSec{padding:100px 20px;background:#fff}
.vlCntr{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.txtArea h2{font-size:38px;color:#0D161B;margin:0 0 30px;font-weight:700;position:relative}
.txtArea h2::before{content:'';position:absolute;left:-20px;top:50%;transform:translateY(-50%);width:6px;height:60px;background:linear-gradient(180deg,#13FBE5,#0D161B);border-radius:16px}
.txtArea p{font-size:17px;color:#0D161B;line-height:1.7;margin:0 0 20px}
.imgArea{position:relative}
.imgArea img{width:100%;height:auto;border-radius:28px;box-shadow:0 8px 0 #13fbe54d}
.bnfts{padding:90px 20px;background:linear-gradient(180deg,#E5FFFB 0%,#fff 100%)}
.bnftWrpr{max-width:1400px;margin:0 auto}
.bnftWrpr h2{font-size:40px;color:#0D161B;text-align:center;margin:0 0 60px;font-weight:700}
.crdGrd{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.bnftCrd{background:#fff;padding:45px 35px;border-radius:24px;box-shadow:0 4px 0 #0d161b1a;transition:transform .3s ease,box-shadow .3s ease;position:relative}
.bnftCrd::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#13FBE5,#0D161B);border-radius:24px 24px 0 0}
.bnftCrd:hover{transform:translateY(-8px);box-shadow:0 12px 0 #13fbe566}
.icnWrp{width:70px;height:70px;background:linear-gradient(135deg,#13FBE5,#E5FFFB);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 0 25px}
.icnWrp i{font-size:32px;color:#0D161B}
.bnftCrd h3{font-size:24px;color:#0D161B;margin:0 0 15px;font-weight:600}
.bnftCrd p{font-size:16px;color:#0D161B;line-height:1.6;margin:0}
.prcssSec{padding:90px 20px;background:#fff}
.prcssCntr{max-width:1400px;margin:0 auto}
.prcssCntr h2{font-size:38px;color:#0D161B;text-align:center;margin:0 0 70px;font-weight:700}
.stpsWrp{display:flex;flex-direction:column;gap:0}
.stpItm{display:grid;grid-template-columns:120px 1fr;gap:40px;align-items:flex-start;padding:40px 0;position:relative}
.stpItm:not(:last-child)::after{content:'';position:absolute;left:60px;top:120px;width:2px;height:calc(100% - 40px);background:linear-gradient(180deg,#13FBE5,#E5FFFB)}
.stpNmbr{width:120px;height:120px;background:linear-gradient(135deg,#0D161B,#13FBE5);border-radius:28px;display:flex;align-items:center;justify-content:center;font-size:48px;color:#E5FFFB;font-weight:700;box-shadow:0 6px 0 #0d161b33;flex-shrink:0}
.stpCntnt h3{font-size:28px;color:#0D161B;margin:0 0 15px;font-weight:600}
.stpCntnt p{font-size:17px;color:#0D161B;line-height:1.7;margin:0}
.ctaBlck{padding:80px 20px;background:linear-gradient(135deg,#0D161B 0%,#13FBE5 100%);text-align:center}
.ctaWrpr{max-width:900px;margin:0 auto}
.ctaWrpr h2{font-size:42px;color:#E5FFFB;margin:0 0 25px;font-weight:700}
.ctaWrpr p{font-size:19px;color:#E5FFFB;line-height:1.6;margin:0 0 40px}
.btnGrp{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.btnPrmry{background:#E5FFFB;color:#0D161B;padding:18px 45px;border-radius:24px;text-decoration:none;font-size:18px;font-weight:600;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 4px 0 #e5fffb4d}
.btnPrmry:hover{transform:translateY(-4px);box-shadow:0 8px 0 #e5fffb80}
.btnScndry{background:transparent;color:#E5FFFB;padding:18px 45px;border-radius:24px;text-decoration:none;font-size:18px;font-weight:600;border:3px solid #E5FFFB;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease}
.btnScndry:hover{background:#e5fffb1a;transform:translateY(-4px)}
@media (max-width: 1024px) {
.vlCntr{grid-template-columns:1fr;gap:40px}
.crdGrd{grid-template-columns:repeat(2,1fr);gap:30px}
.stpItm{grid-template-columns:100px 1fr;gap:30px}
.stpNmbr{width:100px;height:100px;font-size:40px}
.stpItm:not(:last-child)::after{left:50px;top:100px}
}
@media (max-width: 768px) {
.prtnrHdr{padding:60px 20px 50px}
.hdWrpr h1{font-size:36px}
.hdWrpr .subttl{font-size:18px}
.imgBx{height:300px;border-radius:20px}
.vlSec{padding:70px 20px}
.txtArea h2{font-size:30px}
.txtArea h2::before{left:-15px;height:50px}
.crdGrd{grid-template-columns:1fr;gap:25px}
.bnfts{padding:70px 20px}
.bnftWrpr h2{font-size:32px;margin:0 0 40px}
.prcssSec{padding:70px 20px}
.prcssCntr h2{font-size:30px;margin:0 0 50px}
.stpItm{grid-template-columns:80px 1fr;gap:20px}
.stpNmbr{width:80px;height:80px;font-size:32px;border-radius:20px}
.stpItm:not(:last-child)::after{left:40px;top:80px}
.stpCntnt h3{font-size:24px}
.ctaBlck{padding:60px 20px}
.ctaWrpr h2{font-size:32px}
.ctaWrpr p{font-size:17px}
.btnGrp{flex-direction:column;align-items:center}
.btnPrmry,.btnScndry{width:100%;max-width:300px;justify-content:center}
}
.intl-hdr{max-width:1400px;margin:3rem auto;padding:0 1.5rem;display:flex;gap:3rem;align-items:center}
.intl-hdr .txt-blck{flex:1}
.intl-hdr .img-crd{width:380px;flex-shrink:0;border-radius:24px;overflow:hidden;box-shadow:0 4px 0 #13fbe533;position:relative}
.intl-hdr .img-crd::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#13fbe514,#0d161b0d);pointer-events:none}
.intl-hdr .img-crd img{width:100%;height:420px;object-fit:cover;display:block;filter:saturate(0.9) brightness(1.02)}
.intl-hdr h1{font-size:2.8rem;color:#0D161B;margin:0 0 1.2rem;line-height:1.2;font-weight:700}
.intl-hdr .subttl{font-size:1.15rem;color:#0D161B;opacity:.75;line-height:1.6;margin:0}
.intl-hdr .dcrtn-ln{width:60px;height:3px;background:linear-gradient(90deg,#13FBE5,#0D161B);margin:1.5rem 0;border-radius:3px}
.aplctn-wrp{background:linear-gradient(180deg,#E5FFFB 0%,#fff 100%);padding:5rem 0;margin:4rem 0}
.aplctn-wrp .cntnr{max-width:1400px;margin:0 auto;padding:0 1.5rem}
.aplctn-wrp h2{font-size:2.2rem;color:#0D161B;margin:0 0 3rem;text-align:center;font-weight:600}
.stps-grd{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.stp-crd{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 6px 0 #0d161b14;position:relative;transition:all .3s ease}
.stp-crd:hover{transform:translateY(-4px);box-shadow:0 10px 0 #13fbe540}
.stp-crd .nmbr{font-size:3rem;font-weight:700;color:#13FBE5;margin:0 0 1rem;line-height:1}
.stp-crd h3{font-size:1.3rem;color:#0D161B;margin:0 0 .8rem;font-weight:600}
.stp-crd p{font-size:.95rem;color:#0D161B;opacity:.7;line-height:1.6;margin:0}
.stp-crd::after{content:'→';position:absolute;right:-1rem;top:50%;transform:translateY(-50%);font-size:1.5rem;color:#13FBE5;opacity:0;transition:all .3s ease}
.stp-crd:not(:last-child)::after{opacity:.3}
.spprt-sctn{max-width:1400px;margin:5rem auto;padding:0 1.5rem}
.spprt-sctn .hdr-txt{text-align:center;max-width:720px;margin:0 auto 3.5rem}
.spprt-sctn h2{font-size:2.2rem;color:#0D161B;margin:0 0 1rem;font-weight:600}
.spprt-sctn .intro-txt{font-size:1.05rem;color:#0D161B;opacity:.75;line-height:1.7}
.ftr-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.ftr-bx{background:#fff;padding:2.5rem;border-radius:24px;border:2px solid #E5FFFB;position:relative;overflow:hidden}
.ftr-bx::before{content:'';position:absolute;top:-50%;right:-50%;width:200px;height:200px;background:radial-gradient(circle,#13fbe51a,transparent);pointer-events:none}
.ftr-bx .icn-wrp{width:60px;height:60px;background:linear-gradient(135deg,#13FBE5,#0D161B);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 0 1.5rem}
.ftr-bx .icn-wrp i{font-size:1.8rem;color:#fff}
.ftr-bx h3{font-size:1.4rem;color:#0D161B;margin:0 0 1rem;font-weight:600}
.ftr-bx p{font-size:.95rem;color:#0D161B;opacity:.7;line-height:1.7;margin:0}
.rqrmnt-blck{background:#0D161B;padding:5rem 0;margin:5rem 0;position:relative}
.rqrmnt-blck::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,#13FBE5,transparent)}
.rqrmnt-blck .cntnr{max-width:1400px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}
.rqrmnt-blck h2{font-size:2.2rem;color:#13FBE5;margin:0 0 1.5rem;font-weight:600}
.rqrmnt-blck .intro-p{font-size:1.05rem;color:#E5FFFB;opacity:.85;line-height:1.7;margin:0}
.chklst-wrp{display:flex;flex-direction:column;gap:1rem}
.chk-itm{background:#e5fffb0d;padding:1.5rem;border-radius:16px;border-left:4px solid #13FBE5;display:flex;align-items:flex-start;gap:1rem;transition:all .3s ease}
.chk-itm:hover{background:#e5fffb1a;transform:translateX(8px)}
.chk-itm .chk-icn{width:28px;height:28px;background:#13FBE5;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.chk-itm .chk-icn i{font-size:.9rem;color:#0D161B}
.chk-itm .chk-txt{font-size:1.05rem;color:#E5FFFB;line-height:1.6;margin:0}
.cta-sctn{max-width:1000px;margin:5rem auto;padding:0 1.5rem;text-align:center}
.cta-bx{background:linear-gradient(135deg,#E5FFFB,#fff);padding:4rem 3rem;border-radius:32px;box-shadow:0 8px 0 #0d161b0f;position:relative}
.cta-bx::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60%;height:3px;background:linear-gradient(90deg,transparent,#13FBE5,transparent)}
.cta-bx h2{font-size:2rem;color:#0D161B;margin:0 0 1rem;font-weight:600}
.cta-bx .cta-txt{font-size:1.05rem;color:#0D161B;opacity:.75;line-height:1.7;margin:0 0 2rem;max-width:640px;margin-left:auto;margin-right:auto}
.btn-grp{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.btn-prm{background:#0D161B;color:#13FBE5;padding:1rem 2.5rem;border-radius:16px;text-decoration:none;font-size:1.05rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 0 #0d161b33;position:relative;z-index:10}
.btn-prm:hover{background:linear-gradient(135deg,#0D161B,#1a2830);transform:translateY(-2px);box-shadow:0 6px 0 #13fbe54d}
.btn-scnd{background:transparent;color:#0D161B;padding:1rem 2.5rem;border-radius:16px;text-decoration:none;font-size:1.05rem;font-weight:600;border:2px solid #0D161B;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;position:relative;z-index:10}
.btn-scnd:hover{background:#0D161B;color:#13FBE5;transform:translateY(-2px)}
@media (max-width: 1024px) {
.intl-hdr{flex-direction:column-reverse}
.intl-hdr .img-crd{width:100%;max-width:450px}
.stps-grd{grid-template-columns:repeat(2,1fr)}
.ftr-grd{grid-template-columns:1fr}
.rqrmnt-blck .cntnr{grid-template-columns:1fr;gap:3rem}
}
@media (max-width: 768px) {
.intl-hdr h1{font-size:2.2rem}
.stps-grd{grid-template-columns:1fr}
.stp-crd::after{display:none}
.aplctn-wrp,.rqrmnt-blck{padding:3rem 0}
.cta-bx{padding:3rem 2rem}
.btn-grp{flex-direction:column}
.btn-prm,.btn-scnd{width:100%;justify-content:center}
}
.ckPlcyWrp{max-width:1400px;margin:0 auto;padding:80px 20px}
.ckPlcyHdr{background:linear-gradient(135deg,#E5FFFB 0%,#13FBE5 100%);border-radius:24px;padding:60px 40px;margin-bottom:60px;position:relative;overflow:hidden}
.ckPlcyHdr::before{content:'';position:absolute;width:300px;height:300px;background:radial-gradient(circle,#0d161b14 0%,transparent 70%);border-radius:50%;top:-100px;right:-50px}
.ckPlcyHdr::after{content:'';position:absolute;width:200px;height:200px;background:radial-gradient(circle,#13fbe526 0%,transparent 70%);border-radius:50%;bottom:-80px;left:60px}
.ckPlcyHdr h1{font-size:48px;color:#0D161B;margin:0 0 16px;position:relative;z-index:2}
.ckPlcyHdr .subttl{font-size:18px;color:#0D161B;opacity:.8;margin:0;position:relative;z-index:2}
.cntntBlk{background:#fff;border-radius:20px;padding:50px 45px;box-shadow:0 4px 12px #0d161b14;margin-bottom:40px}
.cntntBlk h2{font-size:32px;color:#0D161B;margin:0 0 24px;padding-bottom:16px;border-bottom:3px solid #13FBE5;display:inline-block}
.cntntBlk h3{font-size:24px;color:#0D161B;margin:32px 0 16px;position:relative;padding-left:20px}
.cntntBlk h3::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#13FBE5;border-radius:50%}
.cntntBlk h4{font-size:20px;color:#0D161B;margin:24px 0 12px;font-weight:600}
.txtPrgrph{font-size:16px;line-height:1.7;color:#0D161B;margin:0 0 20px}
.lstWrp{margin:20px 0 20px 20px}
.lstWrp li{font-size:16px;line-height:1.7;color:#0D161B;margin-bottom:12px;position:relative;padding-left:24px}
.lstWrp li::before{content:'';position:absolute;left:0;top:10px;width:6px;height:6px;background:#13FBE5;border-radius:50%}
.infoBx{background:linear-gradient(135deg,#E5FFFB 0%,#13fbe526 100%);border-left:4px solid #13FBE5;padding:24px 30px;border-radius:16px;margin:32px 0}
.infoBx p{margin:0;font-size:16px;line-height:1.7;color:#0D161B}
.tblWrp{overflow-x:auto;margin:32px 0}
.dtTbl{width:100%;border-collapse:separate;border-spacing:0;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0d161b14}
.dtTbl th{background:linear-gradient(135deg,#0D161B 0%,#13FBE5 100%);color:#fff;padding:18px 20px;text-align:left;font-size:16px;font-weight:600}
.dtTbl td{padding:16px 20px;border-bottom:1px solid #E5FFFB;font-size:15px;color:#0D161B}
.dtTbl tr:last-child td{border-bottom:none}
.dtTbl tr:nth-child(even){background:#E5FFFB}
.cntctInfo{background:#0D161B;border-radius:20px;padding:40px;margin-top:50px;text-align:center}
.cntctInfo h3{color:#13FBE5;font-size:28px;margin:0 0 20px}
.cntctInfo h3::before{display:none}
.cntctInfo p{color:#E5FFFB;font-size:16px;margin:0 0 12px;line-height:1.6}
.cntctInfo a{color:#13FBE5;text-decoration:none;transition:opacity .3s ease}
.cntctInfo a:hover{opacity:.7}
@media (max-width: 768px) {
.ckPlcyWrp{padding:40px 15px}
.ckPlcyHdr{padding:40px 24px;margin-bottom:40px}
.ckPlcyHdr h1{font-size:32px}
.ckPlcyHdr .subttl{font-size:16px}
.cntntBlk{padding:30px 24px;margin-bottom:30px}
.cntntBlk h2{font-size:26px}
.cntntBlk h3{font-size:20px}
.cntntBlk h4{font-size:18px}
.txtPrgrph,.lstWrp li{font-size:15px}
.dtTbl th,.dtTbl td{padding:12px 14px;font-size:14px}
.cntctInfo{padding:30px 24px}
.cntctInfo h3{font-size:24px}
}
.prvcy-wrp{background:linear-gradient(165deg,#E5FFFB 0%,#fff 45%,#E5FFFB 100%);position:relative;overflow:hidden}
.prvcy-wrp::before{content:'';position:absolute;width:600px;height:600px;background:radial-gradient(circle,#13fbe51f 0%,transparent 70%);top:-200px;right:-100px;border-radius:50%}
.prvcy-wrp::after{content:'';position:absolute;width:450px;height:450px;background:radial-gradient(circle,#0d161b0d 0%,transparent 70%);bottom:-150px;left:-100px;border-radius:50%}
.hdr-cntnr{max-width:1400px;margin:0 auto;padding:80px 24px 60px;position:relative;z-index:2}
.hdr-flx{display:flex;flex-direction:row;align-items:center;gap:60px}
.hdr-txt-sd{flex:1}
.hdr-ttl{font-size:52px;font-weight:700;color:#0D161B;margin:0 0 20px;line-height:1.2}
.hdr-sbttl{font-size:18px;color:#0D161B;opacity:.75;line-height:1.6;margin:0}
.hdr-vsl-sd{flex:0 0 280px;position:relative}
.vsl-shp{width:280px;height:280px;background:linear-gradient(135deg,#13FBE5 0%,#0D161B 100%);border-radius:28px;position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px #0d161b26}
.vsl-shp::before{content:'';position:absolute;width:140px;height:140px;background:#ffffff26;border-radius:50%;top:30px;left:30px}
.vsl-shp::after{content:'';position:absolute;width:80px;height:80px;background:#ffffff40;border-radius:50%;bottom:40px;right:40px}
.vsl-icn{font-size:96px;color:#E5FFFB;z-index:2}
.plcy-cntnt-wrp{background:#fff}
.plcy-cntnt-cntnr{max-width:1400px;margin:0 auto;padding:80px 24px}
.plcy-grd{display:grid;grid-template-columns:280px 1fr;gap:60px}
.nvgtn-sd{position:sticky;top:24px;height:fit-content}
.nvgtn-bx{background:linear-gradient(135deg,#E5FFFB 0%,#fff 100%);border-radius:24px;padding:32px 24px;border:2px solid #13fbe533;box-shadow:0 4px 16px #0d161b14}
.nvgtn-ttl{font-size:16px;font-weight:700;color:#0D161B;margin:0 0 20px;padding-bottom:16px;border-bottom:2px solid #13FBE5}
.nvgtn-lst{list-style:none;margin:0;padding:0}
.nvgtn-itm{margin-bottom:12px}
.nvgtn-lnk{display:block;color:#0D161B;text-decoration:none;font-size:14px;padding:10px 16px;border-radius:16px;transition:all .3s ease;position:relative;padding-left:36px}
.nvgtn-lnk::before{content:'→';position:absolute;left:16px;color:#13FBE5;font-weight:700;opacity:0;transform:translateX(-4px);transition:all .3s ease}
.nvgtn-lnk:hover{background:#13fbe526;color:#0D161B;padding-left:36px}
.nvgtn-lnk:hover::before{opacity:1;transform:translateX(0)}
.cntnt-sd{max-width:900px}
.plcy-sctn{margin-bottom:56px}
.sctn-hdr{font-size:32px;font-weight:700;color:#0D161B;margin:0 0 24px;padding-left:20px;border-left:6px solid #13FBE5;line-height:1.3}
.sctn-txtblck{margin-bottom:20px}
.sctn-prgrph{font-size:16px;color:#0D161B;line-height:1.7;margin:0 0 16px}
.sctn-prgrph:last-child{margin-bottom:0}
.hghlght-trm{color:#13FBE5;font-weight:600;background:linear-gradient(120deg,#13fbe526 0%,transparent 100%);padding:2px 6px;border-radius:6px}
.sctn-lst{list-style:none;margin:20px 0;padding:0}
.sctn-lst-itm{font-size:16px;color:#0D161B;line-height:1.7;margin-bottom:14px;padding-left:32px;position:relative}
.sctn-lst-itm::before{content:'';position:absolute;left:0;top:8px;width:18px;height:18px;background:linear-gradient(135deg,#13FBE5 0%,#0D161B 100%);border-radius:6px}
.sctn-sbhdr{font-size:22px;font-weight:600;color:#0D161B;margin:32px 0 16px;position:relative;padding-left:24px}
.sctn-sbhdr::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:12px;height:12px;background:#13FBE5;border-radius:50%}
.infobox{background:linear-gradient(135deg,#13fbe514 0%,#e5fffb80 100%);border-left:5px solid #13FBE5;border-radius:16px;padding:24px 28px;margin:28px 0}
.infobox-ttl{font-size:18px;font-weight:700;color:#0D161B;margin:0 0 12px;display:flex;align-items:center;gap:10px}
.infobox-icn{font-size:24px;color:#13FBE5}
.infobox-txt{font-size:15px;color:#0D161B;line-height:1.6;margin:0}
.cntct-sctn{background:linear-gradient(135deg,#0D161B 0%,#13FBE5 100%);border-radius:24px;padding:40px;margin-top:60px;box-shadow:0 6px 24px #0d161b33}
.cntct-hdr{font-size:28px;font-weight:700;color:#E5FFFB;margin:0 0 20px}
.cntct-txt{font-size:16px;color:#E5FFFB;line-height:1.6;margin:0 0 28px}
.cntct-dtls{display:flex;flex-direction:column;gap:16px}
.cntct-itm{display:flex;align-items:center;gap:14px;color:#E5FFFB;font-size:16px}
.cntct-icn{font-size:24px;color:#13FBE5}
.cntct-lnk{color:#E5FFFB;text-decoration:none;transition:color .3s ease}
.cntct-lnk:hover{color:#13FBE5}
@media (max-width: 1024px) {
.plcy-grd{grid-template-columns:1fr;gap:40px}
.nvgtn-sd{position:relative;top:0}
.hdr-flx{gap:40px}
.hdr-vsl-sd{flex:0 0 220px}
.vsl-shp{width:220px;height:220px}
.vsl-icn{font-size:72px}
.hdr-ttl{font-size:42px}
}
@media (max-width: 768px) {
.hdr-cntnr{padding:60px 20px 40px}
.plcy-cntnt-cntnr{padding:60px 20px}
.hdr-flx{flex-direction:column;gap:32px;text-align:center}
.hdr-vsl-sd{flex:0 0 auto}
.vsl-shp{width:200px;height:200px}
.vsl-icn{font-size:64px}
.hdr-ttl{font-size:36px}
.hdr-sbttl{font-size:16px}
.sctn-hdr{font-size:26px}
.sctn-sbhdr{font-size:20px}
.cntct-sctn{padding:32px 24px}
}
.scssWrp{background:linear-gradient(135deg,#E5FFFB 0%,#fff 100%);padding:80px 20px;display:flex;justify-content:center;align-items:center;min-height:85vh}
.sccssCntnr{max-width:900px;width:100%;margin:0 auto;background:#fff;border-radius:28px;padding:60px 50px;box-shadow:0 4px 8px #0d161b14;text-align:center;position:relative}
.sccssCntnr::before{content:'';position:absolute;top:-8px;left:50%;transform:translateX(-50%);width:120px;height:8px;background:linear-gradient(90deg,#13FBE5 0%,#0D161B 100%);border-radius:16px 16px 0 0}
.chckIcnWrp{width:140px;height:140px;margin:0 auto 40px;position:relative;display:flex;align-items:center;justify-content:center}
.chckIcnWrp svg{width:100%;height:100%}
.chckCircle{fill:none;stroke:#E5FFFB;stroke-width:4}
.chckPath{fill:none;stroke:#13FBE5;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100;animation:drawCheck .8s ease-in-out .3s forwards}
@keyframes drawCheck {
to{stroke-dashoffset:0}
}
.sccsHdng{font-size:42px;font-weight:700;color:#0D161B;margin:0 0 20px;line-height:1.2}
.sccsTxt{font-size:18px;color:#0D161B;line-height:1.6;margin:0 0 35px;opacity:.85}
.sccsMta{background:#E5FFFB;border-radius:20px;padding:30px;margin:40px 0;border:2px solid #13FBE5}
.mtaRw{display:flex;justify-content:space-between;flex-wrap:wrap;gap:25px}
.mtaItm{flex:1;min-width:200px;text-align:left}
.mtaLbl{font-size:13px;color:#0D161B;opacity:.6;margin:0 0 6px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}
.mtaVl{font-size:20px;color:#0D161B;font-weight:700;margin:0}
.btnGrp{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-top:40px}
.btnPrmry{background:linear-gradient(135deg,#0D161B 0%,#13FBE5 100%);color:#fff;padding:16px 40px;border-radius:24px;text-decoration:none;font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:10px;transition:transform 0.2s,box-shadow .2s;box-shadow:0 4px 6px #0d161b26;border:none;cursor:pointer}
.btnPrmry:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0d161b40}
.btnScndry{background:transparent;color:#0D161B;padding:16px 40px;border-radius:24px;text-decoration:none;font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:10px;transition:all .2s;border:2px solid #0D161B;cursor:pointer}
.btnScndry:hover{background:#0D161B;color:#fff}
.nxtStps{margin-top:50px;padding-top:40px;border-top:2px dashed #E5FFFB}
.nxtHdng{font-size:24px;font-weight:700;color:#0D161B;margin:0 0 30px}
.stpLst{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px;text-align:left}
.stpCrd{background:#fff;border:2px solid #E5FFFB;border-radius:20px;padding:25px;transition:all .3s;position:relative;overflow:hidden}
.stpCrd::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#13FBE5 0%,#0D161B 100%);transform:scaleY(0);transition:transform .3s;transform-origin:top}
.stpCrd:hover{border-color:#13FBE5;box-shadow:0 4px 8px #13fbe526}
.stpCrd:hover::before{transform:scaleY(1)}
.stpNmbr{width:40px;height:40px;background:linear-gradient(135deg,#13FBE5 0%,#0D161B 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;margin-bottom:15px}
.stpTtl{font-size:18px;font-weight:700;color:#0D161B;margin:0 0 10px}
.stpDsc{font-size:15px;color:#0D161B;opacity:.75;margin:0;line-height:1.5}
@media (max-width: 768px) {
.scssWrp{padding:50px 15px}
.sccssCntnr{padding:40px 25px;border-radius:20px}
.chckIcnWrp{width:100px;height:100px;margin-bottom:30px}
.sccsHdng{font-size:32px}
.sccsTxt{font-size:16px}
.sccsMta{padding:20px}
.mtaRw{flex-direction:column;gap:20px}
.mtaItm{min-width:100%}
.btnGrp{flex-direction:column;gap:15px}
.btnPrmry,.btnScndry{width:100%;justify-content:center}
.stpLst{grid-template-columns:1fr;gap:20px}
.nxtHdng{font-size:20px}
}
@media (max-width: 480px) {
.sccsHdng{font-size:28px}
.mtaVl{font-size:18px}
.stpTtl{font-size:16px}
}