*{margin:0;padding:0;box-sizing:border-box}
html{font-family:'Noto Serif',serif;font-size:16px;line-height:1.6;color:#19191B;scroll-behavior:smooth}
body{background:linear-gradient(135deg,#fff 0%,#f8f9fb 50%,#E6E8F0 100%);min-height:100vh;display:flex;flex-direction:column}
body::-webkit-scrollbar{width:14px}
body::-webkit-scrollbar-track{background:#E6E8F0;border-radius:20px}
body::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#FF645B 0%,#ff8a84 100%);border-radius:20px;box-shadow:0 4px 8px #ff645b4d}
body::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ff4d43 0%,#FF645B 100%)}
.hdr-main{background:#e6e8f0f2;box-shadow:0 6px 24px #19191b14;position:relative;z-index:100}
.hdr-top-v3{padding:24px 0;position:relative;z-index:3;background:linear-gradient(to right,#ffffffe6,#e6e8f0b3)}
.cntnr-hdr{max-width:1280px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;gap:48px}
.hdr-logo-wrp{flex-shrink:0}
.lg-lnk{display:block;text-decoration:none}
.lg-img{height:110px;width:110px;display:block;transition:transform .3s ease;border-radius:24px;box-shadow:0 4px 12px #19191b1a}
.lg-lnk:hover .lg-img{transform:translateY(-3px)}
.nv-primary{display:flex;gap:40px;align-items:center;flex-wrap:wrap}
.nv-itm{color:#19191B;text-decoration:none;font-size:17px;font-weight:400;padding:10px 18px;border-radius:20px;transition:background .2s ease,color .2s ease;white-space:nowrap}
.nv-itm:hover{background:#ff645b1f;color:#FF645B}
.hdr-btm-layer{padding:16px 0;background:#19191b0a;position:relative;z-index:1}
.cmpny-nm-display{text-align:center}
.cmpny-txt{font-size:42px;font-weight:700;color:#19191b14;letter-spacing:4px;text-transform:uppercase}
main{flex:1}
.ftr-base{background:linear-gradient(135deg,#19191B 0%,#2d2d30 100%);color:#E6E8F0;padding:64px 0 32px;margin-top:80px}
.ftr-cntnr{max-width:1280px;margin:0 auto;padding:0 32px}
.ftr-grid-v2{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:64px;margin-bottom:48px}
.ftr-col-v1,.ftr-col-v2,.ftr-col-v3{display:flex;flex-direction:column;gap:20px}
.ftr-hdng{font-size:28px;font-weight:700;color:#FF645B;margin-bottom:8px}
.ftr-hdng-sm{font-size:20px;font-weight:700;color:#E6E8F0;margin-bottom:4px}
.ftr-txt-v2{font-size:15px;line-height:1.7;color:#e6e8f0d9}
.ftr-contact-v1{display:flex;flex-direction:column;gap:12px}
.ftr-info{font-size:14px;display:flex;align-items:center;gap:10px;color:#e6e8f0e6}
.ftr-info i{font-size:18px;color:#FF645B}
.ftr-nv{display:flex;flex-direction:column;gap:12px}
.ftr-lnk-v1{color:#e6e8f0d9;text-decoration:none;font-size:15px;padding:8px 16px;border-radius:16px;transition:background .2s ease,color .2s ease;display:inline-block;width:fit-content}
.ftr-lnk-v1:hover{background:#ff645b26;color:#FF645B}
.ftr-txt-sm{font-size:14px;line-height:1.7;color:#e6e8f0bf}
.ftr-btm-v1{border-top:1px solid #e6e8f033;padding-top:32px;text-align:center}
.ftr-cprght{font-size:14px;color:#e6e8f0b3}
.ckkie-popup-v7{position:fixed;top:0;left:0;width:100%;height:100%;background:#19191bb3;display:flex;justify-content:center;align-items:center;z-index:9999}
.ckkie-card-v2{background:linear-gradient(135deg,#fff 0%,#f8f9fb 100%);border-radius:28px;box-shadow:0 12px 48px #19191b40;max-width:560px;width:90%;padding:48px}
.ckkie-content-v1{display:flex;flex-direction:column;gap:24px}
.ckkie-ttl-v1{font-size:26px;font-weight:700;color:#19191B;text-align:center}
.ckkie-txt-v2{font-size:16px;line-height:1.7;color:#19191bcc;text-align:center}
.ckkie-btns-v3{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.ckkie-btn-accept,.ckkie-btn-decline{padding:14px 36px;border-radius:50px;font-size:16px;font-weight:700;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;font-family:'Noto Serif',serif}
.ckkie-btn-accept{background:linear-gradient(135deg,#FF645B 0%,#ff8a84 100%);color:#fff;box-shadow:0 6px 16px #ff645b4d}
.ckkie-btn-accept:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff645b66}
.ckkie-btn-decline{background:#E6E8F0;color:#19191B;box-shadow:0 4px 12px #19191b1a}
.ckkie-btn-decline:hover{transform:translateY(-2px);box-shadow:0 6px 16px #19191b26}
@keyframes slideInTop-v7 {
from{transform:translateY(-100%);opacity:0}
to{transform:translateY(0);opacity:1}
}
@keyframes slideOutTop-v7 {
from{transform:translateY(0);opacity:1}
to{transform:translateY(-100%);opacity:0}
}
@media (max-width: 1024px) {
.cntnr-hdr{flex-direction:column;gap:24px;padding:0 24px}
.nv-primary{justify-content:center;gap:24px}
.ftr-grid-v2{grid-template-columns:1fr;gap:48px}
.cmpny-txt{font-size:32px}
}
@media (max-width: 768px) {
.lg-img{height:80px;width:80px}
.nv-primary{flex-direction:column;gap:12px;width:100%}
.nv-itm{width:100%;text-align:center;padding:12px 20px}
.cmpny-txt{font-size:24px;letter-spacing:2px}
.ftr-base{padding:48px 0 24px}
.ckkie-card-v2{padding:32px 24px}
.ckkie-ttl-v1{font-size:22px}
.ckkie-btns-v3{flex-direction:column}
.ckkie-btn-accept,.ckkie-btn-decline{width:100%}
}
@media (max-width: 480px) {
.cntnr-hdr{padding:0 16px}
.ftr-cntnr{padding:0 16px}
.lg-img{height:70px;width:70px}
.hdr-top-v3{padding:16px 0}
.nv-itm{font-size:16px}
}
.legal-section{max-width:1280px;margin:0 auto;padding:80px 24px;background:#fff}
.legal-section h1{font-size:48px;font-weight:700;color:#19191B;margin:0 0 40px;line-height:1.2;letter-spacing:-.02em}
.legal-section h2{font-size:36px;font-weight:700;color:#19191B;margin:64px 0 24px;line-height:1.3;letter-spacing:-.01em}
.legal-section h3{font-size:28px;font-weight:600;color:#19191B;margin:48px 0 20px;line-height:1.4}
.legal-section h4{font-size:22px;font-weight:600;color:#19191B;margin:40px 0 16px;line-height:1.4}
.legal-section h5{font-size:18px;font-weight:600;color:#19191B;margin:32px 0 12px;line-height:1.5}
.legal-section h6{font-size:16px;font-weight:600;color:#19191B;margin:24px 0 12px;line-height:1.5}
.legal-section p{font-size:17px;line-height:1.8;color:#19191B;margin:0 0 24px;opacity:.87}
.legal-section ul{margin:0 0 24px;padding:0 0 0 24px;list-style:none}
.legal-section ul li{font-size:17px;line-height:1.8;color:#19191B;margin:0 0 12px;padding-left:20px;position:relative;opacity:.87}
.legal-section ul li::before{content:'';position:absolute;left:0;top:12px;width:6px;height:6px;background:#FF645B;border-radius:50%}
.legal-section ol{margin:0 0 24px;padding:0 0 0 24px;counter-reset:policy-counter;list-style:none}
.legal-section ol li{font-size:17px;line-height:1.8;color:#19191B;margin:0 0 12px;padding-left:32px;position:relative;counter-increment:policy-counter;opacity:.87}
.legal-section ol li::before{content:counter(policy-counter) ".";position:absolute;left:0;top:0;font-weight:600;color:#FF645B}
.legal-section strong,.legal-section b{font-weight:600;color:#19191B;opacity:1}
.legal-section em,.legal-section i{font-style:italic}
.legal-section a{color:#FF645B;text-decoration:none;border-bottom:1px solid #ff645b4d;transition:all .3s ease}
.legal-section a:hover{border-bottom-color:#FF645B;opacity:.8}
.legal-section table{width:100%;margin:32px 0;border-collapse:collapse;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #19191b14}
.legal-section thead{background:#E6E8F0}
.legal-section thead tr{border-bottom:2px solid #19191b1a}
.legal-section thead th{padding:20px 24px;text-align:left;font-size:15px;font-weight:600;color:#19191B;letter-spacing:.02em;text-transform:uppercase}
.legal-section tbody{background:#fff}
.legal-section tbody tr{border-bottom:1px solid #19191b14;transition:background .2s ease}
.legal-section tbody tr:last-child{border-bottom:none}
.legal-section tbody tr:hover{background:#e6e8f04d}
.legal-section tbody td{padding:20px 24px;font-size:16px;line-height:1.6;color:#19191B;opacity:.87}
.legal-section th{vertical-align:middle}
.legal-section td{vertical-align:top}
.legal-section hr{border:none;height:2px;background:linear-gradient(to right,#e6e8f000,#E6E8F0,#e6e8f000);margin:48px 0}
@media (max-width: 1024px) {
.legal-section{padding:64px 20px}
.legal-section h1{font-size:40px;margin-bottom:32px}
.legal-section h2{font-size:32px;margin-top:56px}
.legal-section h3{font-size:24px;margin-top:40px}
}
@media (max-width: 768px) {
.legal-section{padding:48px 16px}
.legal-section h1{font-size:32px;margin-bottom:24px}
.legal-section h2{font-size:26px;margin-top:48px}
.legal-section h3{font-size:22px;margin-top:32px}
.legal-section h4{font-size:20px}
.legal-section p,.legal-section ul li,.legal-section ol li{font-size:16px}
.legal-section table{font-size:14px;margin:24px -16px;width:calc(100% + 32px);border-radius:0}
.legal-section thead th,.legal-section tbody td{padding:16px 12px;font-size:14px}
}
@media (max-width: 480px) {
.legal-section{padding:40px 12px}
.legal-section h1{font-size:28px}
.legal-section h2{font-size:24px;margin-top:40px}
.legal-section h3{font-size:20px}
.legal-section thead th{font-size:13px;padding:12px 10px}
.legal-section tbody td{font-size:13px;padding:12px 10px}
}
.pg-mn{background:#FFF}
.ttl-wrp{max-width:1280px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 2fr 1fr;gap:40px;align-items:center;position:relative}
.ttl-wrp::before{content:'';position:absolute;width:320px;height:320px;border-radius:50%;background:#ff645b14;top:-80px;left:10%;z-index:1}
.ttl-wrp::after{content:'';position:absolute;width:240px;height:240px;border-radius:50%;background:#19191b0d;bottom:-60px;right:15%;z-index:1}
.ttl-img-lft{position:relative;z-index:2}
.ttl-img-lft img{width:100%;height:420px;object-fit:cover;border-radius:24px;box-shadow:0 12px 32px #19191b26;filter:grayscale(0.2) contrast(1.1)}
.ttl-ctr{text-align:center;position:relative;z-index:2;padding:0 20px}
.ttl-ctr h1{font-size:56px;line-height:1.15;color:#19191B;margin:0 0 40px;font-weight:700}
.ttl-btn{display:inline-block;padding:18px 48px;background:#FF645B;color:#FFF;text-decoration:none;border-radius:28px;font-size:18px;font-weight:600;transition:all .3s ease;box-shadow:0 8px 24px #ff645b4d}
.ttl-btn:hover{background:#19191B;transform:translateY(-3px);box-shadow:0 12px 32px #19191b59}
.ttl-img-rgt{position:relative;z-index:2}
.ttl-img-rgt img{width:100%;height:420px;object-fit:cover;border-radius:24px;box-shadow:0 12px 32px #19191b26;filter:grayscale(0.2) contrast(1.1)}
.crs-vw{background:linear-gradient(135deg,#F8F9FC 0%,#E6E8F0 100%);padding:100px 20px;position:relative;overflow:hidden}
.crs-vw::before{content:'';position:absolute;width:600px;height:600px;background:radial-gradient(circle,#ff645b1f 0%,transparent 70%);top:-200px;right:-150px;border-radius:50%}
.crs-ctnr{max-width:1280px;margin:0 auto;position:relative;z-index:2}
.crs-hdr{margin-bottom:60px}
.crs-hdr h2{font-size:44px;color:#19191B;margin:0 0 24px;font-weight:700;position:relative;display:inline-block}
.crs-hdr h2::after{content:'';position:absolute;bottom:-8px;left:0;width:120px;height:5px;background:linear-gradient(90deg,#FF645B 0%,transparent 100%);border-radius:3px}
.crs-hdr p{font-size:19px;line-height:1.7;color:#4A4A4F;max-width:820px;margin:0}
.crs-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.crs-crd{background:#FFF;padding:36px;border-radius:20px;box-shadow:0 4px 16px #19191b14;transition:all .4s ease;position:relative}
.crs-crd::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:#FF645B;border-radius:20px 0 0 20px;transition:height .4s ease}
.crs-crd:hover{transform:translateY(-8px);box-shadow:0 12px 36px #19191b24}
.crs-crd:hover::before{height:100%}
.crs-icn{width:64px;height:64px;background:linear-gradient(135deg,#ff645b26 0%,#ff645b0d 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.crs-icn i{font-size:32px;color:#FF645B}
.crs-crd h3{font-size:22px;color:#19191B;margin:0 0 16px;font-weight:700}
.crs-crd p{font-size:16px;line-height:1.6;color:#5A5A62;margin:0}
.pth-sct{max-width:1280px;margin:0 auto;padding:100px 20px}
.pth-wrp{display:flex;gap:80px;align-items:flex-start}
.pth-lft{flex:1;position:sticky;top:40px}
.pth-lft h2{font-size:42px;color:#19191B;margin:0 0 28px;font-weight:700;line-height:1.2}
.pth-lft p{font-size:18px;line-height:1.75;color:#4A4A4F;margin:0 0 36px}
.pth-mtr{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px}
.pth-stt{background:linear-gradient(135deg,#F8F9FC 0%,#FFF 100%);padding:24px;border-radius:18px;border:2px solid #E6E8F0;transition:all .3s ease}
.pth-stt:hover{border-color:#FF645B;transform:scale(1.03)}
.pth-nmbr{font-size:36px;font-weight:800;color:#FF645B;margin:0 0 8px;line-height:1}
.pth-lbl{font-size:15px;color:#5A5A62;margin:0;font-weight:600}
.pth-rgt{flex:1.3}
.pth-stps{display:flex;flex-direction:column;gap:0}
.pth-stpitm{position:relative;padding-left:60px;padding-bottom:48px}
.pth-stpitm:last-child{padding-bottom:0}
.pth-stpitm::before{content:'';position:absolute;left:19px;top:48px;width:2px;height:calc(100% - 48px);background:linear-gradient(180deg,#FF645B 0%,#E6E8F0 100%)}
.pth-stpitm:last-child::before{display:none}
.pth-nm{position:absolute;left:0;top:0;width:40px;height:40px;background:#FF645B;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#FFF;box-shadow:0 4px 12px #ff645b4d}
.pth-stpitm h4{font-size:20px;color:#19191B;margin:0 0 12px;font-weight:700}
.pth-stpitm p{font-size:16px;line-height:1.65;color:#5A5A62;margin:0}
.cmpr-wrp{background:#19191B;padding:100px 20px;position:relative}
.cmpr-wrp::before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="2" cy="2" r="1" fill="#ff645b14"/></svg>');background-size:40px 40px;opacity:.4}
.cmpr-ctn{max-width:1280px;margin:0 auto;position:relative;z-index:2}
.cmpr-hd{text-align:center;margin-bottom:70px}
.cmpr-hd h2{font-size:46px;color:#FFF;margin:0 0 20px;font-weight:700}
.cmpr-hd p{font-size:19px;color:#E6E8F0;margin:0;line-height:1.7}
.cmpr-tbl{background:#ffffff08;border-radius:24px;padding:48px;backdrop-filter:blur(10px);border:1px solid #ffffff14}
.cmpr-rw{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:24px;padding:28px 0;border-bottom:1px solid #ffffff14;align-items:center}
.cmpr-rw:first-child{border-bottom:2px solid #ff645b66;padding-bottom:20px}
.cmpr-rw:last-child{border-bottom:none}
.cmpr-hdr{font-size:16px;color:#FF645B;font-weight:700;text-transform:uppercase;letter-spacing:1px}
.cmpr-ftrnm{font-size:17px;color:#FFF;font-weight:600}
.cmpr-chk{text-align:center}
.cmpr-chk i{font-size:24px;color:#FF645B}
.cmpr-chk.dsbl i{color:#fff3}
@media (max-width: 1024px) {
.ttl-wrp{grid-template-columns:1fr;gap:32px;padding:60px 20px}
.ttl-img-lft,.ttl-img-rgt{display:none}
.ttl-ctr h1{font-size:42px}
.crs-grd{grid-template-columns:repeat(2,1fr)}
.pth-wrp{flex-direction:column;gap:50px}
.pth-lft{position:static}
.pth-mtr{grid-template-columns:repeat(2,1fr)}
.cmpr-rw{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:16px}
.cmpr-tbl{padding:32px 24px}
}
@media (max-width: 768px) {
.ttl-ctr h1{font-size:34px;margin-bottom:28px}
.ttl-btn{padding:15px 36px;font-size:16px}
.crs-vw{padding:70px 20px}
.crs-hdr h2{font-size:34px}
.crs-grd{grid-template-columns:1fr}
.pth-sct{padding:70px 20px}
.pth-lft h2{font-size:32px}
.pth-mtr{grid-template-columns:1fr}
.cmpr-wrp{padding:70px 20px}
.cmpr-hd h2{font-size:34px}
.cmpr-rw{grid-template-columns:1fr;gap:12px;padding:20px 0}
.cmpr-chk{text-align:left}
.cmpr-hdr{display:none}
.cmpr-ftrnm::before{content:attr(data-label);display:block;font-size:13px;color:#FF645B;margin-bottom:4px;font-weight:700;text-transform:uppercase}
}
@media (max-width: 480px) {
.ttl-wrp{padding:40px 16px}
.ttl-ctr h1{font-size:28px}
.crs-vw{padding:50px 16px}
.pth-sct{padding:50px 16px}
.cmpr-wrp{padding:50px 16px}
.cmpr-tbl{padding:24px 16px}
}
.mn-cntnt{width:100%;max-width:1280px;margin:0 auto}
.hr-wrppr{position:relative;display:flex;align-items:center;gap:48px;padding:120px 24px;overflow:hidden}
.hr-wrppr::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#E6E8F0 0%,#e6e8f066 100%);opacity:.8;z-index:-1}
.hr-wrppr::after{content:'';position:absolute;top:0;right:0;width:60%;height:100%;background-image:repeating-linear-gradient(90deg,#19191b05 0px,#19191b05 1px,transparent 1px,transparent 3px),repeating-linear-gradient(0deg,#19191b05 0px,#19191b05 1px,transparent 1px,transparent 3px);pointer-events:none;z-index:1}
.hr-txt{flex:1;max-width:640px;z-index:2}
.hr-txt .lbl{display:inline-block;padding:8px 20px;background:#ff645b1f;color:#FF645B;font-size:14px;font-weight:600;letter-spacing:.5px;border-radius:20px;margin-bottom:24px}
.hr-txt h1{font-size:56px;line-height:1.15;color:#19191B;margin:0 0 24px;font-weight:700}
.hr-txt h1 .nmbr{color:#FF645B;font-weight:800}
.hr-txt .dsc{font-size:18px;line-height:1.7;color:#19191bbf;margin-bottom:40px}
.hr-txt .btn-grp{display:flex;gap:16px;flex-wrap:wrap}
.hr-txt .btn-grp .btn-prmry{padding:16px 36px;background:#FF645B;color:#fff;font-size:16px;font-weight:600;border:none;border-radius:24px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #ff645b40}
.hr-txt .btn-grp .btn-prmry:hover{background:#e5574f;transform:translateY(-2px);box-shadow:0 6px 20px #ff645b59}
.hr-txt .btn-grp .btn-scndry{padding:16px 36px;background:transparent;color:#19191B;font-size:16px;font-weight:600;border:2px solid #19191B;border-radius:24px;text-decoration:none;transition:all .3s ease}
.hr-txt .btn-grp .btn-scndry:hover{background:#19191B;color:#fff;transform:translateY(-2px)}
.hr-img{flex:1;position:relative;z-index:2}
.hr-img img{width:100%;height:480px;object-fit:cover;border-radius:28px;box-shadow:0 12px 40px #19191b26;filter:brightness(1.05) contrast(1.05)}
.mssn-sctn{padding:100px 24px;background:#fff}
.mssn-sctn .cntnr{max-width:1280px;margin:0 auto}
.mssn-sctn h2{font-size:42px;line-height:1.25;color:#19191B;margin:0 0 16px;font-weight:700;text-align:center}
.mssn-sctn h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#FF645B 0%,#ff645b4d 100%);margin:24px auto 0;border-radius:2px}
.mssn-sctn .sbtl{font-size:18px;line-height:1.6;color:#19191ba6;text-align:center;max-width:720px;margin:0 auto 64px}
.mssn-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.mssn-crd{padding:40px 32px;background:linear-gradient(145deg,#E6E8F0 0%,#e6e8f080 100%);border-radius:24px;transition:all .35s ease;position:relative;overflow:hidden}
.mssn-crd::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:#FF645B;transition:height .35s ease}
.mssn-crd:hover{transform:translateY(-8px);box-shadow:0 16px 32px #19191b1a}
.mssn-crd:hover::before{height:100%}
.mssn-crd .icn{width:64px;height:64px;background:#ff645b26;border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.mssn-crd .icn i{font-size:32px;color:#FF645B}
.mssn-crd h3{font-size:22px;line-height:1.3;color:#19191B;margin:0 0 16px;font-weight:700}
.mssn-crd p{font-size:16px;line-height:1.7;color:#19191bb3;margin:0}
.pltfrm-sctn{padding:100px 24px;background:linear-gradient(180deg,#19191b05 0%,#e6e8f04d 100%);position:relative}
.pltfrm-sctn::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:1px;height:100%;background:linear-gradient(180deg,transparent 0%,#ff645b33 50%,transparent 100%)}
.pltfrm-sctn .cntnr{max-width:1280px;margin:0 auto;position:relative}
.pltfrm-hdr{text-align:center;margin-bottom:72px}
.pltfrm-hdr h2{font-size:42px;line-height:1.25;color:#19191B;margin:0 0 20px;font-weight:700}
.pltfrm-hdr .lnr{width:120px;height:3px;background:#FF645B;margin:0 auto 24px;border-radius:2px}
.pltfrm-hdr p{font-size:18px;line-height:1.65;color:#19191bb3;max-width:680px;margin:0 auto}
.pltfrm-lst{display:flex;flex-direction:column;gap:48px}
.pltfrm-tm{display:flex;gap:48px;align-items:center}
.pltfrm-tm:nth-child(even){flex-direction:row-reverse}
.pltfrm-tm .img-wrp{flex:1;position:relative}
.pltfrm-tm .img-wrp img{width:100%;height:380px;object-fit:cover;border-radius:24px;box-shadow:0 8px 28px #19191b1f}
.pltfrm-tm .txt-wrp{flex:1}
.pltfrm-tm .txt-wrp h3{font-size:32px;line-height:1.3;color:#19191B;margin:0 0 20px;font-weight:700;position:relative;padding-left:24px}
.pltfrm-tm .txt-wrp h3::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:48px;background:#FF645B;border-radius:3px}
.pltfrm-tm .txt-wrp p{font-size:17px;line-height:1.75;color:#19191bbf;margin:0 0 24px}
.pltfrm-tm .txt-wrp .ftr-lst{display:flex;flex-direction:column;gap:12px}
.pltfrm-tm .txt-wrp .ftr-tm{display:flex;align-items:center;gap:12px;font-size:16px;color:#19191bcc}
.pltfrm-tm .txt-wrp .ftr-tm i{color:#FF645B;font-size:20px}
.schdl-sctn{padding:100px 24px;background:#fff}
.schdl-sctn .cntnr{max-width:1280px;margin:0 auto}
.schdl-hdr{margin-bottom:64px}
.schdl-hdr h2{font-size:42px;line-height:1.25;color:#19191B;margin:0 0 24px;font-weight:700}
.schdl-hdr p{font-size:18px;line-height:1.7;color:#19191bb3;max-width:820px}
.schdl-cntnt{display:grid;grid-template-columns:1fr 1fr;gap:56px}
.schdl-blck{background:linear-gradient(135deg,#e6e8f066 0%,#e6e8f01a 100%);padding:48px 40px;border-radius:28px;border:2px solid #19191b0f;position:relative}
.schdl-blck::after{content:'';position:absolute;bottom:0;right:0;width:100px;height:100px;background:radial-gradient(circle,#ff645b14 0%,transparent 70%);border-radius:28px 0 28px 0;pointer-events:none}
.schdl-blck h3{font-size:28px;line-height:1.3;color:#19191B;margin:0 0 28px;font-weight:700;display:flex;align-items:center;gap:16px}
.schdl-blck h3 i{color:#FF645B;font-size:36px}
.schdl-blck .pnt-lst{display:flex;flex-direction:column;gap:20px}
.schdl-blck .pnt-tm{padding-left:28px;position:relative;font-size:16px;line-height:1.7;color:#19191bcc}
.schdl-blck .pnt-tm::before{content:'';position:absolute;left:0;top:8px;width:12px;height:12px;background:#FF645B;border-radius:50%}
.schdl-img-blck{position:relative;border-radius:28px;overflow:hidden;box-shadow:0 12px 36px #19191b1f}
.schdl-img-blck img{width:100%;height:100%;object-fit:cover;min-height:460px}
.schdl-img-blck::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#19191b26 0%,transparent 60%);z-index:1}
@media (max-width: 1024px) {
.hr-wrppr{flex-direction:column;padding:80px 24px;gap:32px}
.hr-txt{max-width:100%}
.hr-txt h1{font-size:44px}
.hr-img img{height:360px}
.mssn-grd{grid-template-columns:1fr;gap:24px}
.pltfrm-tm{flex-direction:column!important;gap:32px}
.pltfrm-tm .img-wrp img{height:300px}
.schdl-cntnt{grid-template-columns:1fr;gap:40px}
.schdl-img-blck img{min-height:320px}
}
@media (max-width: 768px) {
.hr-wrppr{padding:60px 20px}
.hr-txt h1{font-size:36px}
.hr-txt .dsc{font-size:16px}
.hr-txt .btn-grp{flex-direction:column}
.hr-txt .btn-grp .btn-prmry,.hr-txt .btn-grp .btn-scndry{width:100%;text-align:center}
.hr-img img{height:280px}
.mssn-sctn,.pltfrm-sctn,.schdl-sctn{padding:60px 20px}
.mssn-sctn h2,.pltfrm-hdr h2,.schdl-hdr h2{font-size:32px}
.mssn-crd{padding:32px 24px}
.pltfrm-tm .txt-wrp h3{font-size:26px}
.schdl-blck{padding:36px 28px}
.schdl-blck h3{font-size:24px;flex-direction:column;align-items:flex-start}
.schdl-img-blck img{min-height:260px}
}
@media (max-width: 480px) {
.hr-txt h1{font-size:28px}
.hr-img img{height:220px}
.mssn-sctn h2,.pltfrm-hdr h2,.schdl-hdr h2{font-size:26px}
.pltfrm-tm .img-wrp img{height:240px}
.schdl-blck h3{font-size:20px}
.schdl-img-blck img{min-height:200px}
}
.scrlbr-stl::-webkit-scrollbar{width:12px}
.scrlbr-stl::-webkit-scrollbar-track{background:#e6e8f066;border-radius:6px}
.scrlbr-stl::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#FF645B 0%,#ff645bb3 100%);border-radius:6px;box-shadow:0 2px 6px #0000001a}
.scrlbr-stl::-webkit-scrollbar-thumb:hover{background:#e5574f}
.cntct_hro{position:relative;padding:80px 20px;background:linear-gradient(135deg,#E6E8F0 0%,#fff 100%);overflow:hidden}
.cntct_hro::before{content:'';position:absolute;top:-50%;right:-20%;width:100%;height:200%;background:linear-gradient(135deg,#ff645b14 0%,transparent 60%);border-radius:50%;transform:rotate(-15deg);z-index:1}
.cntct_hro::after{content:'';position:absolute;bottom:-30%;left:-15%;width:80%;height:150%;background:linear-gradient(225deg,#19191b0d 0%,transparent 70%);border-radius:50%;transform:rotate(25deg);z-index:1}
.cntct_hro_wrap{max-width:1280px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.cntct_hro_txt h1{font-size:48px;color:#19191B;margin:0 0 40px;line-height:1.2;font-weight:700}
.qa_blk{margin-bottom:32px}
.qa_blk:last-child{margin-bottom:0}
.qa_q{font-size:18px;color:#FF645B;font-weight:600;margin:0 0 8px}
.qa_a{font-size:16px;color:#19191B;line-height:1.6;margin:0;opacity:.85}
.cntct_hro_vsl{position:relative;height:400px;background:linear-gradient(45deg,#FF645B 0%,#19191B 100%);border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #19191b26}
.cntct_hro_vsl::before{content:'';position:absolute;top:20%;left:10%;width:200px;height:200px;background:#e6e8f026;border-radius:50%;filter:blur(40px)}
.cntct_hro_vsl::after{content:'';position:absolute;bottom:15%;right:15%;width:150px;height:150px;background:#ffffff1a;border-radius:50%;filter:blur(30px)}
.frm_sctn{padding:100px 20px;background:#fff;position:relative}
.frm_sctn::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;height:4px;background:linear-gradient(90deg,transparent 0%,#FF645B 50%,transparent 100%)}
.frm_wrap{max-width:720px;margin:0 auto}
.frm_wrap h2{font-size:36px;color:#19191B;margin:0 0 16px;text-align:center;font-weight:700}
.frm_wrap .sbttl{font-size:18px;color:#19191B;opacity:.7;text-align:center;margin:0 0 48px;line-height:1.6}
.frm_grd{display:grid;gap:24px}
.fld_wrap{position:relative}
.fld_wrap label{display:block;font-size:14px;font-weight:600;color:#19191B;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}
.fld_wrap input[type="text"],.fld_wrap input[type="email"],.fld_wrap textarea{width:100%;padding:16px 20px;font-size:16px;color:#19191B;background:#E6E8F0;border:2px solid transparent;border-radius:16px;transition:all .3s ease;box-sizing:border-box}
.fld_wrap input[type="text"]:focus,.fld_wrap input[type="email"]:focus,.fld_wrap textarea:focus{outline:none;border-color:#FF645B;background:#fff;box-shadow:0 8px 24px #ff645b26}
.fld_wrap textarea{min-height:140px;resize:vertical;font-family:inherit}
.prvc_chk{display:flex;align-items:flex-start;gap:12px;margin-top:32px}
.prvc_chk input[type="checkbox"]{width:20px;height:20px;margin-top:2px;accent-color:#FF645B;cursor:pointer;flex-shrink:0}
.prvc_chk label{font-size:14px;color:#19191B;opacity:.8;line-height:1.5;cursor:pointer}
.prvc_chk label a{color:#FF645B;text-decoration:none;font-weight:600;transition:opacity .3s ease}
.prvc_chk label a:hover{opacity:.8;text-decoration:underline}
.sbmt_btn{margin-top:32px;width:100%;padding:18px 40px;font-size:18px;font-weight:700;color:#fff;background:linear-gradient(135deg,#FF645B 0%,#19191B 100%);border:none;border-radius:20px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;box-shadow:0 12px 32px #ff645b4d;position:relative;z-index:10}
.sbmt_btn:hover{transform:translateY(-3px);box-shadow:0 16px 40px #ff645b66}
.sbmt_btn:active{transform:translateY(-1px)}
.inf_sctn{padding:100px 20px;background:linear-gradient(180deg,#E6E8F0 0%,#fff 100%)}
.inf_wrap{max-width:1280px;margin:0 auto}
.inf_wrap h2{font-size:36px;color:#19191B;margin:0 0 48px;text-align:center;font-weight:700}
.inf_grd{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.inf_crd{background:#fff;padding:40px 32px;border-radius:24px;box-shadow:0 8px 24px #19191b14;transition:all .3s ease;text-align:center}
.inf_crd:hover{transform:translateY(-8px);box-shadow:0 16px 40px #19191b1f}
.inf_crd .icn{width:60px;height:60px;margin:0 auto 24px;background:linear-gradient(135deg,#FF645B 0%,#19191B 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff}
.inf_crd h3{font-size:20px;color:#19191B;margin:0 0 12px;font-weight:700}
.inf_crd p{font-size:16px;color:#19191B;opacity:.7;margin:0 0 8px;line-height:1.6}
.inf_crd p:last-child{margin-bottom:0}
.inf_crd a{color:#FF645B;text-decoration:none;font-weight:600;transition:opacity .3s ease}
.inf_crd a:hover{opacity:.8}
.tm_sctn{padding:100px 20px;background:#19191B;position:relative;overflow:hidden}
.tm_sctn::before{content:'';position:absolute;top:-50%;left:-20%;width:80%;height:200%;background:radial-gradient(circle,#ff645b1a 0%,transparent 70%);border-radius:50%}
.tm_wrap{max-width:900px;margin:0 auto;position:relative;z-index:2;text-align:center}
.tm_wrap h2{font-size:36px;color:#fff;margin:0 0 24px;font-weight:700}
.tm_wrap p{font-size:18px;color:#E6E8F0;line-height:1.7;margin:0 0 20px;opacity:.9}
.tm_wrap p:last-child{margin-bottom:0}
.tm_hrs{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:48px}
.hr_blk{background:#e6e8f00d;padding:24px;border-radius:16px;border:1px solid #ff645b33}
.hr_blk h3{font-size:18px;color:#FF645B;margin:0 0 12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}
.hr_blk p{font-size:16px;color:#E6E8F0;margin:0}
@media (max-width: 1024px) {
.cntct_hro_wrap{grid-template-columns:1fr;gap:40px}
.cntct_hro_txt h1{font-size:40px}
.inf_grd{grid-template-columns:1fr;gap:32px}
.tm_hrs{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.cntct_hro{padding:60px 20px}
.cntct_hro_txt h1{font-size:32px;margin-bottom:32px}
.qa_blk{margin-bottom:24px}
.cntct_hro_vsl{height:300px}
.frm_sctn{padding:80px 20px}
.frm_wrap h2{font-size:28px}
.frm_wrap .sbttl{font-size:16px}
.inf_sctn{padding:80px 20px}
.inf_wrap h2{font-size:28px}
.tm_sctn{padding:80px 20px}
.tm_wrap h2{font-size:28px}
.tm_wrap p{font-size:16px}
}
@media (max-width: 480px) {
.cntct_hro_txt h1{font-size:28px}
.qa_q{font-size:16px}
.qa_a{font-size:15px}
.frm_wrap h2{font-size:24px}
.sbmt_btn{font-size:16px;padding:16px 32px}
.inf_wrap h2,.tm_wrap h2{font-size:24px}
}
.pg-mn{background:#E6E8F0}
.ttl-wrp{position:relative;overflow:hidden;background:linear-gradient(135deg,#19191bf2 0%,#19191bd9 100%);padding:0;margin:0}
.ttl-wrp .img-hldr{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.ttl-wrp .img-hldr img{width:100%;height:100%;object-fit:cover;opacity:.3;filter:sepia(0.15) hue-rotate(-5deg)}
.ttl-wrp .cntnt-zn{position:relative;z-index:2;max-width:1280px;margin:0 auto;padding:120px 40px 100px}
.ttl-wrp .hdng-mn{font-size:3.2rem;line-height:1.2;color:#E6E8F0;margin:0 0 24px;font-weight:700}
.ttl-wrp .hdng-mn .undrlnd{position:relative;display:inline-block}
.ttl-wrp .hdng-mn .undrlnd::after{content:'';position:absolute;bottom:-6px;left:0;width:100%;height:4px;background:#FF645B;border-radius:2px}
.ttl-wrp .sb-txt{font-size:1.25rem;line-height:1.7;color:#e6e8f0e6;max-width:700px;margin:0}
.ttl-wrp .dcrtv-ln{width:80px;height:3px;background:linear-gradient(90deg,#FF645B 0%,transparent 100%);margin:32px 0 0;border-radius:2px}
.tp-grd{max-width:1280px;margin:0 auto;padding:80px 40px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;background:#fff}
.tp-crd{background:#E6E8F0;border-radius:24px;padding:40px 32px;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.tp-crd:hover{transform:translateY(-8px);box-shadow:0 12px 32px #19191b26}
.tp-crd .icn-wrp{width:56px;height:56px;background:#FF645B;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 0 24px}
.tp-crd .icn-wrp i{font-size:28px;color:#fff}
.tp-crd .crd-hdng{font-size:1.5rem;font-weight:600;color:#19191B;margin:0 0 16px;line-height:1.3}
.tp-crd .crd-txt{font-size:1rem;line-height:1.7;color:#19191bbf;margin:0}
.chlng-sctn{background:linear-gradient(165deg,#19191B 0%,#19191beb 100%);padding:100px 40px;position:relative;overflow:hidden}
.chlng-sctn::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#ff645b1a 0%,transparent 70%);border-radius:50%;pointer-events:none}
.chlng-sctn .wrp-cntr{max-width:1280px;margin:0 auto;position:relative;z-index:2}
.chlng-sctn .sc-hdng{font-size:2.5rem;font-weight:700;color:#E6E8F0;margin:0 0 48px;line-height:1.2;text-align:center}
.chlng-lst{display:flex;flex-direction:column;gap:20px}
.chlng-itm{background:#e6e8f00f;border:1px solid #e6e8f01f;border-radius:20px;padding:32px 40px;display:flex;align-items:flex-start;gap:24px;transition:background .3s ease,border-color .3s ease}
.chlng-itm:hover{background:#e6e8f01a;border-color:#ff645b66}
.chlng-itm .nmbr{font-size:2.5rem;font-weight:700;color:#FF645B;line-height:1;min-width:60px}
.chlng-itm .cntnt{flex:1}
.chlng-itm .itm-hdng{font-size:1.4rem;font-weight:600;color:#E6E8F0;margin:0 0 12px;line-height:1.3}
.chlng-itm .itm-txt{font-size:1rem;line-height:1.7;color:#e6e8f0cc;margin:0}
.strtg-sctn{max-width:1280px;margin:0 auto;padding:90px 40px;background:#fff}
.strtg-sctn .sc-hdng-v2{font-size:2.5rem;font-weight:700;color:#19191B;margin:0 0 20px;line-height:1.2}
.strtg-sctn .sc-hdng-v2::before{content:'';display:block;width:60px;height:4px;background:#FF645B;margin:0 0 24px;border-radius:2px}
.strtg-sctn .intro-prgrph{font-size:1.1rem;line-height:1.8;color:#19191bbf;margin:0 0 56px;max-width:900px}
.strtg-grd{display:grid;grid-template-columns:repeat(2,1fr);gap:48px 40px}
.strtg-blck{display:flex;gap:20px}
.strtg-blck .icn-crcl{width:48px;height:48px;background:linear-gradient(135deg,#FF645B 0%,#ff7d77 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #ff645b40}
.strtg-blck .icn-crcl i{font-size:22px;color:#fff}
.strtg-blck .txt-zn{flex:1}
.strtg-blck .blck-ttl{font-size:1.35rem;font-weight:600;color:#19191B;margin:0 0 12px;line-height:1.3}
.strtg-blck .blck-dsc{font-size:1rem;line-height:1.7;color:#19191bb3;margin:0}
@media (max-width: 1024px) {
.ttl-wrp .cntnt-zn{padding:100px 32px 80px}
.ttl-wrp .hdng-mn{font-size:2.5rem}
.tp-grd{grid-template-columns:1fr 1fr;padding:60px 32px;gap:28px}
.chlng-sctn{padding:80px 32px}
.chlng-sctn .sc-hdng{font-size:2rem}
.strtg-sctn{padding:70px 32px}
.strtg-grd{gap:40px 32px}
}
@media (max-width: 768px) {
.ttl-wrp .cntnt-zn{padding:80px 24px 60px}
.ttl-wrp .hdng-mn{font-size:2rem}
.ttl-wrp .sb-txt{font-size:1.1rem}
.tp-grd{grid-template-columns:1fr;padding:50px 24px;gap:24px}
.tp-crd{padding:32px 28px}
.chlng-sctn{padding:60px 24px}
.chlng-sctn .sc-hdng{font-size:1.75rem;margin:0 0 36px}
.chlng-itm{padding:24px 20px;gap:16px}
.chlng-itm .nmbr{font-size:2rem;min-width:50px}
.strtg-sctn{padding:60px 24px}
.strtg-sctn .sc-hdng-v2{font-size:2rem}
.strtg-grd{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 480px) {
.ttl-wrp .cntnt-zn{padding:60px 20px 50px}
.ttl-wrp .hdng-mn{font-size:1.75rem}
.tp-crd .icn-wrp{width:48px;height:48px;margin:0 0 20px}
.tp-crd .icn-wrp i{font-size:24px}
.tp-crd .crd-hdng{font-size:1.3rem}
.chlng-itm{flex-direction:column;gap:12px}
.chlng-itm .nmbr{font-size:1.75rem}
.strtg-sctn .sc-hdng-v2{font-size:1.75rem}
}
.sccs_wrpr{background:linear-gradient(135deg,#E6E8F0 0%,#fff 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:48px 24px;position:relative;overflow:hidden}
.sccs_wrpr::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#ff645b14 0%,transparent 70%);border-radius:50%}
.sccs_wrpr::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#19191b0a 0%,transparent 70%);border-radius:50%}
.sccs_cntnr{max-width:720px;width:100%;margin:0 auto;position:relative;z-index:2}
.sccs_bx{background:#fff;border-radius:28px;padding:64px 48px;box-shadow:0 8px 32px #19191b14 0 2px 8px #19191b0a;text-align:center;position:relative;overflow:hidden}
.sccs_bx::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#FF645B 0%,#ff645b4d 100%)}
.sccs_bx::after{content:'';position:absolute;top:0;right:0;width:80px;height:80px;border-top:3px solid #E6E8F0;border-right:3px solid #E6E8F0;border-radius:0 28px 0 0}
.icn_hld{width:96px;height:96px;margin:0 auto 32px;background:linear-gradient(135deg,#ff645b1f 0%,#ff645b0a 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}
.icn_hld::before{content:'';position:absolute;width:110px;height:110px;border:2px dashed #ff645b33;border-radius:50%;animation:rtt 20s linear infinite}
@keyframes rtt {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
.icn_hld .las{font-size:48px;color:#FF645B}
.sccs_bx .mn_ttl{font-size:42px;font-weight:700;color:#19191B;margin:0 0 16px;line-height:1.2}
.sccs_bx .sb_txt{font-size:18px;color:#19191B;opacity:.7;margin:0 0 40px;line-height:1.6}
.msg_crd{background:linear-gradient(135deg,#e6e8f066 0%,#e6e8f01a 100%);border-radius:20px;padding:32px;margin:0 0 40px;border:1px solid #19191b0f}
.msg_crd p{font-size:16px;color:#19191B;opacity:.8;line-height:1.7;margin:0}
.actn_grp{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btn_prm{display:inline-flex;align-items:center;gap:8px;background:#FF645B;color:#fff;padding:16px 32px;border-radius:24px;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 16px #ff645b33;position:relative;z-index:1}
.btn_prm:hover{background:#e5574f;box-shadow:0 6px 24px #ff645b4d;transform:translateY(-2px)}
.btn_scnd{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#19191B;padding:16px 32px;border-radius:24px;text-decoration:none;font-size:16px;font-weight:600;border:2px solid #19191B;transition:all .3s ease}
.btn_scnd:hover{background:#19191B;color:#fff;transform:translateY(-2px)}
.dcr_lns{position:absolute;bottom:0;left:0;width:80px;height:80px;border-bottom:3px solid #E6E8F0;border-left:3px solid #E6E8F0;border-radius:0 0 0 28px}
.inf_tgs{display:flex;gap:12px;justify-content:center;margin-top:32px;flex-wrap:wrap}
.tg_itm{display:inline-flex;align-items:center;gap:6px;background:#ff645b14;color:#19191B;padding:8px 16px;border-radius:16px;font-size:14px;font-weight:500}
.tg_itm .las{font-size:18px;color:#FF645B}
@media (max-width: 768px) {
.sccs_wrpr{padding:32px 20px;min-height:75vh}
.sccs_bx{padding:48px 28px;border-radius:24px}
.sccs_bx .mn_ttl{font-size:32px}
.sccs_bx .sb_txt{font-size:16px}
.msg_crd{padding:24px}
.actn_grp{flex-direction:column}
.btn_prm,.btn_scnd{width:100%;justify-content:center}
.icn_hld{width:80px;height:80px;margin-bottom:24px}
.icn_hld .las{font-size:40px}
.icn_hld::before{width:94px;height:94px}
}
@media (max-width: 480px) {
.sccs_wrpr{padding:24px 16px}
.sccs_bx{padding:36px 20px;border-radius:20px}
.sccs_bx .mn_ttl{font-size:28px;margin-bottom:12px}
.sccs_bx .sb_txt{font-size:15px;margin-bottom:32px}
.msg_crd{padding:20px;margin-bottom:32px}
.msg_crd p{font-size:15px}
.btn_prm,.btn_scnd{padding:14px 24px;font-size:15px}
.inf_tgs{margin-top:24px}
.tg_itm{font-size:13px;padding:6px 12px}
}