@import "https://cdn.jsdelivr.net/npm/@fontsource/red-hat-display@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/red-hat-display@latest/400-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/red-hat-display@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/red-hat-display@latest/700-italic.css";
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Red Hat Display',sans-serif}
:focus-visible{outline:2px solid #B36747;outline-offset:3px}
:focus:not(:focus-visible){outline:none}
.site_header{position:relative;background:linear-gradient(135deg,#B36747 0%,#c47a58 50%,#D5B5C6 100%);overflow:hidden}
.site_header::before{content:'';position:absolute;inset:0;background:repeating-linear-gradient(45deg,transparent,transparent 18px,#fbf5f40a 18px,#fbf5f40a 19px);pointer-events:none}
.hdr_top_bar{display:flex;align-items:center;justify-content:space-between;max-width:1500px;margin:0 auto;padding:16px 32px 8px;gap:32px;position:relative;z-index:10}
.hdr_contact_strip{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.hdr_contact_item{display:flex;align-items:center;gap:8px;font-size:16px;color:#FBF5F4;line-height:1.2;text-decoration:none;opacity:.88;transition:opacity .1s ease-out}
.hdr_contact_item:hover{opacity:1}
.hdr_contact_icon{width:16px;height:16px;fill:none;stroke:#FBF5F4;stroke-width:2;flex-shrink:0}
.hdr_lang_badge{font-size:16px;font-weight:700;color:#B36747;background:#FBF5F4;padding:4px 12px;border-radius:46px;letter-spacing:.05em;text-transform:uppercase;box-shadow:2px 2px 5px -2px #b367470f}
.hdr_main_row{display:flex;align-items:center;justify-content:space-between;max-width:1500px;margin:0 auto;padding:8px 32px 0;gap:32px;position:relative;z-index:10}
.hdr_nav_left{display:flex;align-items:center;gap:4px;flex-wrap:wrap;flex:1;justify-content:flex-end}
.hdr_logo_block{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 16px;border-radius:18px;background:#fbf5f41f;border:1px solid #fbf5f447;box-shadow:2px 7px 14px -2px #b3674714}
.hdr_logo_img{width:68px;height:68px;object-fit:contain;display:block}
.hdr_tagline{font-size:16px;color:#FBF5F4;line-height:1.2;opacity:.82;white-space:nowrap;font-style:italic}
.hdr_nav_right{display:flex;align-items:center;gap:4px;flex-wrap:wrap;flex:1;justify-content:flex-start}
.hdr_nav_link{font-size:16px;font-weight:700;color:#FBF5F4;text-decoration:none;padding:8px 12px;border-radius:6px;line-height:1.2;white-space:nowrap;transition:background-color .12s ease-out,color .12s ease-out;min-height:44px;display:inline-flex;align-items:center}
.hdr_nav_link:hover{background:#fbf5f42e;color:#FBF5F4}
.hdr_nav_link.active{background:#fbf5f43d;box-shadow:inset 2px 2px 5px -2px #b367470f}
.hdr_divider{height:2px;background:linear-gradient(90deg,transparent,#fbf5f44d,#d5b5c680,#fbf5f44d,transparent);max-width:1500px;margin:12px auto 0;border-radius:46px}
@media (max-width: 1024px) {
.hdr_main_row{flex-direction:column;padding:8px 32px 16px;gap:16px}
.hdr_nav_left,.hdr_nav_right{justify-content:center;flex:unset;width:100%}
.hdr_top_bar{justify-content:center}
}
@media (max-width: 768px) {
.hdr_top_bar{padding:12px 16px 8px;gap:12px}
.hdr_main_row{padding:8px 16px 12px}
.hdr_contact_strip{justify-content:center}
}
@media (max-width: 640px) {
.hdr_contact_item span{display:none}
}
.site_footer{background:#2a1810;position:relative;overflow:hidden}
.site_footer::before{content:'';position:absolute;inset:0;background:repeating-linear-gradient(-45deg,transparent,transparent 22px,#b367470a 22px,#b367470a 23px);pointer-events:none}
.ftr_logo_row{display:flex;flex-direction:column;align-items:center;padding:48px 32px 32px;max-width:1500px;margin:0 auto;position:relative;z-index:2}
.ftr_logo_wrap{padding:12px 16px;border-radius:18px;background:#fbf5f40f;border:1px solid #fbf5f424;box-shadow:2px 7px 14px -2px #b3674714;display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px}
.ftr_logo_img{width:68px;height:68px;object-fit:contain;display:block}
.ftr_copy{font-size:16px;color:#D5B5C6;line-height:1.2;opacity:.7;margin-top:8px}
.ftr_brand_name{font-size:21px;font-weight:700;color:#FBF5F4;line-height:1.2;letter-spacing:.04em;text-transform:uppercase;margin-top:4px}
.ftr_sep{height:1px;background:linear-gradient(90deg,transparent,#d5b5c640,transparent);max-width:1500px;margin:0 auto;position:relative;z-index:2}
.ftr_cols{display:flex;gap:32px;max-width:1500px;margin:0 auto;padding:32px 32px 48px;position:relative;z-index:2;flex-wrap:wrap;justify-content:space-between}
.ftr_col{display:flex;flex-direction:column;gap:8px;min-width:180px}
.ftr_col_label{font-size:16px;font-weight:700;color:#B36747;line-height:1.2;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}
.ftr_link{font-size:16px;color:#D5B5C6;text-decoration:none;line-height:1.7;transition:color .1s ease-out;display:inline-block;min-height:44px;display:flex;align-items:center}
.ftr_link:hover{color:#FBF5F4}
.ftr_contact_val{font-size:16px;color:#d5b5c6bf;line-height:1.7}
.ftr_bottom{border-top:1px solid #d5b5c61a;max-width:1500px;margin:0 auto;padding:16px 32px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;position:relative;z-index:2}
.ftr_legal_links{display:flex;gap:16px;flex-wrap:wrap}
.ftr_legal_link{font-size:16px;color:#d5b5c68c;text-decoration:none;line-height:1.2;transition:color .09s linear;min-height:44px;display:inline-flex;align-items:center}
.ftr_legal_link:hover{color:#D5B5C6}
.ftr_bottom_copy{font-size:16px;color:#d5b5c673;line-height:1.2}
@media (max-width: 768px) {
.ftr_cols{flex-direction:column;gap:32px;padding:32px 16px 48px}
.ftr_bottom{flex-direction:column;align-items:flex-start;padding:16px}
.ftr_logo_row{padding:48px 16px 32px}
}
.cookie_bar{position:fixed;bottom:0;left:0;right:0;z-index:4000;background:#2a1810;border-top:2px solid #B36747;box-shadow:2px 9px 44px -2px #b3674721;padding:16px 32px;display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}
.cookie_text_block{display:flex;flex-direction:column;gap:4px;flex:1;min-width:220px}
.cookie_headline{font-size:18px;font-weight:700;color:#FBF5F4;line-height:1.2}
.cookie_desc{font-size:16px;color:#D5B5C6;line-height:1.7}
.cookie_btns{display:flex;gap:12px;flex-wrap:wrap}
.cookie_btn{font-family:'Red Hat Display',sans-serif;font-size:16px;font-weight:700;padding:12px 24px;border-radius:6px;border:2px solid #B36747;cursor:pointer;line-height:1.2;min-height:44px;min-width:120px;transition:box-shadow .12s ease-out,background-color .1s ease-out}
.cookie_btn.accept{background:#B36747;color:#FBF5F4}
.cookie_btn.accept:hover{box-shadow:2px 7px 14px -2px #b3674714}
.cookie_btn.decline{background:transparent;color:#D5B5C6}
.cookie_btn.decline:hover{box-shadow:2px 2px 5px -2px #b367470f;background:#d5b5c614}
@media (max-width: 640px) {
.cookie_bar{flex-direction:column;align-items:flex-start;padding:16px;gap:16px}
.cookie_btns{width:100%}
.cookie_btn{flex:1}
}
.doc-body{max-width:1500px;margin:0 auto;padding:48px 32px;color:#2a1f1a}
.doc-body p{font-size:18px;line-height:1.7;margin-top:0;margin-bottom:16px}
.doc-body ul,.doc-body ol{font-size:18px;line-height:1.7;margin-bottom:16px;padding-left:32px}
.doc-body li{margin-bottom:8px}
.doc-body li:last-child{margin-bottom:0}
.doc-body strong,.doc-body b{font-weight:700;color:#1a0f0a}
.doc-body a{color:#B36747;text-decoration:underline;text-underline-offset:3px;transition:color .1s ease-out,text-decoration-color .08s linear}
.doc-body a:hover{color:#8a4e36;text-decoration-color:#D5B5C6}
.doc-body table{width:100%;border-collapse:collapse;margin-bottom:32px;font-size:16px;line-height:1.7;box-shadow:2px 7px 14px -2px #b3674714;border-radius:6px;overflow:hidden}
.doc-body thead{background-color:#FBF5F4}
.doc-body tbody tr{border-top:1px solid #e8ddd9;transition:background-color .08s ease-out}
.doc-body tbody tr:hover{background-color:#FBF5F4}
.doc-body th{padding:12px 16px;text-align:left;font-size:16px;font-weight:700;color:#1a0f0a;letter-spacing:.04em;text-transform:uppercase}
.doc-body td{padding:12px 16px;color:#2a1f1a;vertical-align:top}
.doc-body hr{border:none;border-top:1px solid #D5B5C6;margin-top:32px;margin-bottom:32px;opacity:.6}
.doc-body div{margin-bottom:16px}
@media (max-width: 768px) {
.doc-body{padding:32px 16px}
.doc-body p,.doc-body ul,.doc-body ol{font-size:16px}
.doc-body table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.doc-body th,.doc-body td{padding:8px 12px}
}
@media (max-width: 640px) {
.doc-body{padding:32px 12px}
.doc-body ul,.doc-body ol{padding-left:16px}
}
.opn{max-width:1500px;margin:0 auto;overflow-x:clip}
.opn .drift-bg{position:absolute;width:320px;height:320px;border-radius:46px;background:#b3674721;filter:blur(60px);animation:drift-move 8s ease-in-out infinite alternate;pointer-events:none;z-index:0}
@keyframes drift-move {
from{transform:translate(0,0) rotate(0deg)}
to{transform:translate(60px,40px) rotate(12deg)}
}
.opn .dot-field{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}
.opn .dot-field::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,#d5b5c62e 1px,transparent 1px);background-size:28px 28px}
.opn .t-block{position:relative;background:#1e1410;color:#FBF5F4;padding:48px;display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:start}
.opn .t-left{position:relative;z-index:1;display:flex;flex-direction:column;gap:32px}
.opn .t-eyebrow{font-size:16px;line-height:1.7;color:#D5B5C6;letter-spacing:.12em;text-transform:uppercase}
.opn .t-h1{font-size:68px;line-height:1.2;color:#FBF5F4;margin:0}
.opn .t-h1 span{color:#B36747}
.opn .t-sub{font-size:18px;line-height:1.7;color:#fbf5f4b8;max-width:340px}
.opn .t-right{position:relative;z-index:1}
.opn .t-img-wrap{position:relative;border-radius:18px;overflow:hidden;box-shadow:2px 9px 44px -2px #b3674721}
.opn .t-img-wrap::after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 60% 40%,transparent 40%,#1e141073 100%);pointer-events:none}
.opn .t-img-wrap img{width:100%;height:480px;object-fit:cover;display:block}
.opn .t-dbl-border{position:absolute;top:24px;right:-10px;bottom:-10px;left:24px;border:2px solid #B36747;border-radius:18px;pointer-events:none;z-index:0}
.opn .t-dbl-border-inner{position:absolute;top:16px;right:-4px;bottom:-4px;left:16px;border:2px solid #d5b5c64d;border-radius:18px;pointer-events:none;z-index:0}
.opn .divider-atm{height:2px;background:linear-gradient(247deg,transparent 0%,#D5B5C6 30%,#B36747 50%,#D5B5C6 70%,transparent 100%);opacity:.4;margin:0}
.opn .who-block{padding:48px;background:#FBF5F4;display:grid;grid-template-columns:2fr 1fr;gap:48px;align-items:start}
.opn .who-left{display:flex;flex-direction:column;gap:32px}
.opn .strip-head{display:inline-block;background:#D5B5C6;padding:4px 16px;border-radius:6px;font-size:21px;line-height:1.2;color:#1e1410;text-align:center}
.opn .who-body{display:flex;flex-direction:column;gap:16px}
.opn .who-body p{font-size:18px;line-height:1.7;color:#2c1f18;margin:0}
.opn .who-body blockquote{margin:0;padding:16px;background:#b3674712;border-radius:6px;box-shadow:inset 2px 2px 5px -2px #b367470f;font-size:21px;line-height:1.7;color:#B36747}
.opn .who-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.opn .who-list li{font-size:16px;line-height:1.7;color:#2c1f18;padding-left:20px;position:relative}
.opn .who-list li::before{content:"▸";position:absolute;left:0;color:#B36747}
.opn .who-right{display:flex;flex-direction:column;gap:16px}
.opn .who-img-wrap{border-radius:18px;overflow:hidden;box-shadow:2px 7px 14px -2px #b3674714;border-top:4px solid #B36747}
.opn .who-img-wrap img{width:100%;height:320px;object-fit:cover;display:block}
.opn .who-tag{display:inline-block;background:#B36747;color:#FBF5F4;font-size:16px;line-height:1.2;padding:4px 12px;border-radius:46px}
.opn .divider-space{height:2px;background:linear-gradient(247deg,#D5B5C6 0%,transparent 50%,#D5B5C6 100%);opacity:.3}
.opn .scale-block{position:relative;background:#2c1f18;color:#FBF5F4;padding:48px;overflow:hidden}
.opn .scale-drift{top:-60px;left:-60px}
.opn .scale-inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:48px}
.opn .scale-head-wrap{text-align:center}
.opn .scale-h2{font-size:52px;line-height:1.2;margin:0 0 8px;color:#FBF5F4}
.opn .scale-h2 span{color:#D5B5C6}
.opn .scale-sub{font-size:18px;line-height:1.7;color:#fbf5f4a6}
.opn .metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.opn .metric-card{background:#fbf5f40d;border-radius:18px;padding:32px 16px;text-align:center;border-top:3px solid #B36747;box-shadow:inset 2px 2px 5px -2px #b367470f;transition:background .12s ease-out}
.opn .metric-card:hover{background:#b367471f;box-shadow:2px 7px 14px -2px #b3674721 inset 2px 2px 5px -2px #b367470f}
.opn .metric-num{font-size:52px;line-height:1.2;color:#B36747;display:block}
.opn .metric-label{font-size:16px;line-height:1.7;color:#fbf5f4b8;margin-top:8px}
.opn .scale-img-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.opn .scale-img-wrap{border-radius:18px;overflow:hidden;box-shadow:2px 9px 44px -2px #b3674721;border-top:3px solid #D5B5C6}
.opn .scale-img-wrap img{width:100%;height:240px;object-fit:cover;display:block;transition:transform .15s ease-out}
.opn .scale-img-wrap:hover img{transform:scale(1.03)}
.opn .divider-solid{height:1px;background:linear-gradient(247deg,transparent 0%,#d5b5c680 40%,#b3674766 60%,transparent 100%)}
.opn .gap-block{padding:48px;background:#FBF5F4;display:flex;flex-direction:column;gap:32px}
.opn .gap-top{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.opn .gap-head{display:flex;flex-direction:column;gap:16px}
.opn .gap-h2{font-size:37px;line-height:1.2;color:#1e1410;margin:0}
.opn .gap-h2 span{color:#B36747}
.opn .gap-strip{display:inline-block;background:#D5B5C6;padding:4px 12px;border-radius:6px;font-size:16px;color:#1e1410}
.opn .gap-text{display:flex;flex-direction:column;gap:12px}
.opn .gap-text p{font-size:18px;line-height:1.7;color:#2c1f18;margin:0}
.opn .gap-steps{display:flex;flex-direction:column;gap:12px}
.opn .gap-step{background:#fff;border-radius:18px;padding:16px;display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:start;box-shadow:2px 2px 5px -2px #b367470f;border-top:3px solid #B36747;transition:box-shadow .1s ease-out}
.opn .gap-step:hover{box-shadow:2px 7px 14px -2px #b3674714}
.opn .step-num{width:48px;height:48px;background:#B36747;border-radius:46px;display:flex;align-items:center;justify-content:center;color:#FBF5F4;font-size:21px;line-height:1.2;flex-shrink:0}
.opn .step-body{display:flex;flex-direction:column;gap:4px}
.opn .step-title{font-size:16px;line-height:1.7;color:#1e1410;font-weight:700}
.opn .step-desc{font-size:16px;line-height:1.7;color:#4a3328;margin:0}
.opn .disclosure-wrap{border-radius:18px;overflow:hidden;box-shadow:2px 7px 14px -2px #b3674714}
.opn .disc-item{border-bottom:1px solid #b367471f}
.opn .disc-item:last-child{border-bottom:none}
.opn .disc-summary{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#fff;cursor:pointer;font-size:18px;line-height:1.7;color:#1e1410;list-style:none;transition:background .1s ease-out;gap:12px}
.opn .disc-summary:hover{background:#b367470f}
.opn details[open] .disc-summary{background:#b3674714;color:#B36747}
.opn .disc-summary::-webkit-details-marker{display:none}
.opn .disc-arrow{width:20px;height:20px;flex-shrink:0;border-right:2px solid #B36747;border-bottom:2px solid #B36747;transform:rotate(45deg);transition:transform .1s ease-out;margin-top:-4px}
.opn details[open] .disc-arrow{transform:rotate(-135deg);margin-top:4px}
.opn .disc-body{padding:12px 16px 16px;background:#fff;font-size:16px;line-height:1.7;color:#4a3328}
@media (max-width: 1024px) {
.opn .t-block{grid-template-columns:1fr;padding:32px;gap:32px}
.opn .t-h1{font-size:52px}
.opn .who-block{grid-template-columns:1fr;padding:32px;gap:32px}
.opn .metrics-grid{grid-template-columns:repeat(2,1fr)}
.opn .scale-block{padding:32px}
.opn .scale-h2{font-size:37px}
.opn .gap-block{padding:32px}
.opn .gap-top{grid-template-columns:1fr;gap:32px}
.opn .scale-img-row{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.opn .t-block{padding:16px;gap:16px}
.opn .t-h1{font-size:37px}
.opn .t-img-wrap img{height:280px}
.opn .who-block{padding:16px;gap:16px}
.opn .metrics-grid{grid-template-columns:1fr 1fr;gap:8px}
.opn .metric-num{font-size:37px}
.opn .scale-block{padding:16px}
.opn .gap-block{padding:16px;gap:16px}
.opn .gap-h2{font-size:21px}
}
@media (max-width: 640px) {
.opn .metrics-grid{grid-template-columns:1fr}
.opn .t-h1{font-size:37px}
.opn .gap-step{grid-template-columns:1fr}
}
.opn :focus-visible{outline:3px solid #B36747!important;outline-offset:2px!important;border-radius:6px!important}
.lrn-prog{max-width:1500px;margin:0 auto;overflow-x:clip}
.lrn-prog .dot-border{position:absolute;pointer-events:none;overflow:hidden}
.lrn-prog .fade-in{animation:lpFadeBlur .7s ease-out both}
.lrn-prog .fade-in-delay{animation:lpFadeBlur .7s .18s ease-out both}
.lrn-prog .fade-in-delay2{animation:lpFadeBlur .7s .34s ease-out both}
@keyframes lpFadeBlur {
from{opacity:0;filter:blur(8px)}
to{opacity:1;filter:blur(0)}
}
@keyframes gradAngle {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.lrn-prog ::selection{background:#b367472e;color:#2a1a0e}
.lrn-prog .strip-band{display:block;background:linear-gradient(247deg,#d5b5c659 0%,#b3674721 60%,transparent 100%);padding:4px 12px;border-radius:6px;width:fit-content;margin:0 auto 8px}
.lrn-prog .accent-word{color:#B36747}
.lrn-prog .dot-pattern{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden;border-radius:inherit}
.lrn-prog .dot-pattern svg{width:100%;height:100%;opacity:.13}
.lrn-prog .title-strip{position:relative;padding:32px 48px 16px;background:#FBF5F4;display:flex;flex-direction:row;align-items:center;gap:48px;min-height:unset}
.lrn-prog .title-strip .ts-text{flex:1 1 0;min-width:0;z-index:1}
.lrn-prog .title-strip .ts-img{flex:0 0 340px;width:340px;height:260px;border-radius:18px;overflow:hidden;box-shadow:2px 9px 44px -2px #b3674721;position:relative;z-index:1}
.lrn-prog .title-strip .ts-img img{width:100%;height:100%;object-fit:cover;display:block;filter:sepia(0.22) saturate(1.3) brightness(0.97)}
.lrn-prog .title-strip .ts-img::after{content:"";position:absolute;inset:0;background:linear-gradient(247deg,#b3674738 0%,#d5b5c624 100%);border-radius:18px}
.lrn-prog .ts-label{display:inline-flex;align-items:center;gap:8px;background:#d5b5c661;border-radius:46px;padding:4px 16px;font-size:16px;color:#7a3e22;margin-bottom:12px}
.lrn-prog .ts-label .circ{width:8px;height:8px;border-radius:46px;background:#B36747;display:inline-block;flex-shrink:0}
.lrn-prog .ts-h1{font-size:52px;line-height:1.2;color:#2a1a0e;margin:0 0 16px;letter-spacing:0}
.lrn-prog .ts-sub{font-size:18px;line-height:1.7;color:#4a3020;margin:0 0 16px;max-width:520px}
.lrn-prog .ts-shapes{position:absolute;top:0;right:0;width:220px;height:220px;pointer-events:none;overflow:hidden}
.lrn-prog .ts-shapes svg{width:100%;height:100%;opacity:.09}
.lrn-prog .ts-cta{display:inline-block;background:#B36747;color:#FBF5F4;border-radius:6px;padding:12px 32px;font-size:16px;text-decoration:none;box-shadow:2px 7px 14px -2px #b3674714;transition:box-shadow .1s ease-out,background .1s ease-out;border:none;cursor:pointer}
.lrn-prog .ts-cta:hover{background:#9a5438;box-shadow:2px 9px 44px -2px #b3674738}
.lrn-prog .wave-div{display:block;width:100%;line-height:0;overflow:hidden}
.lrn-prog .prog-struct{position:relative;background:linear-gradient(0deg,#FBF5F4 0%,#e8d5cc 100%);padding:48px 48px 32px}
.lrn-prog .prog-struct .ps-head{text-align:center;margin-bottom:32px}
.lrn-prog .prog-struct .ps-h2{font-size:37px;line-height:1.2;color:#2a1a0e;margin:0 0 8px}
.lrn-prog .prog-struct .ps-sub{font-size:18px;line-height:1.7;color:#4a3020;text-align:left;max-width:580px;margin:0}
.lrn-prog .four-col{display:grid;grid-template-columns:1fr 2.2fr 1fr 2.2fr;gap:16px;align-items:start}
.lrn-prog .col-label{background:#d5b5c66b;border-radius:18px;padding:16px 12px;text-align:center;box-shadow:2px 2px 5px -2px #b367470f}
.lrn-prog .col-label .lbl-icon{width:36px;height:36px;margin:0 auto 8px;display:flex;align-items:center;justify-content:center}
.lrn-prog .col-label .lbl-icon svg{width:28px;height:28px}
.lrn-prog .col-label .lbl-txt{font-size:16px;color:#7a3e22;line-height:1.2;font-weight:600}
.lrn-prog .col-para{background:#fff;border-radius:18px;padding:24px 20px;box-shadow:2px 7px 14px -2px #b3674714 inset 0 2px 8px -4px #b367471a;font-size:16px;line-height:1.7;color:#2a1a0e}
.lrn-prog .col-para blockquote{font-size:18px;line-height:1.7;color:#B36747;border-radius:6px;background:#b3674712;padding:8px 12px;margin:0 0 12px;font-style:italic}
.lrn-prog .metrics-block{position:relative;padding:48px 48px 32px;background:#2a1a0e}
.lrn-prog .metrics-block .mb-head{text-align:center;margin-bottom:32px}
.lrn-prog .metrics-block .mb-h2{font-size:37px;line-height:1.2;color:#FBF5F4;margin:0 0 8px}
.lrn-prog .metrics-block .mb-sub{font-size:18px;line-height:1.7;color:#D5B5C6;text-align:left;max-width:560px;margin:0}
.lrn-prog .mini-infog{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap;justify-content:center;margin-bottom:32px}
.lrn-prog .inf-item{background:#fbf5f40f;border-radius:18px;padding:24px 20px;flex:1 1 160px;max-width:200px;text-align:center;box-shadow:2px 7px 14px -2px #b3674721;transition:background .12s ease-out}
.lrn-prog .inf-item:hover{background:#b367472e}
.lrn-prog .inf-item .inf-icon{width:40px;height:40px;margin:0 auto 8px;display:flex;align-items:center;justify-content:center}
.lrn-prog .inf-item .inf-icon svg{width:32px;height:32px}
.lrn-prog .inf-item .inf-val{font-size:37px;line-height:1.2;color:#B36747;font-weight:700}
.lrn-prog .inf-item .inf-desc{font-size:16px;line-height:1.7;color:#D5B5C6;margin-top:4px}
.lrn-prog .chart-wrap{max-width:700px;margin:0 auto}
.lrn-prog .chart-wrap .ch-label{font-size:16px;color:#D5B5C6;text-align:center;margin-bottom:12px}
.lrn-prog .charts-css.bar{--color:#B36747}
.lrn-prog .charts-css tbody tr td{color:#FBF5F4}
.lrn-prog .chart-legend{display:flex;flex-direction:row;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:12px}
.lrn-prog .chart-legend .leg-item{display:flex;flex-direction:row;align-items:center;gap:8px;font-size:16px;color:#D5B5C6}
.lrn-prog .chart-legend .leg-dot{width:12px;height:12px;border-radius:46px;flex-shrink:0}
.lrn-prog .cta-details{position:relative;padding:48px;background:#FBF5F4}
.lrn-prog .cta-details .cd-inner{display:flex;flex-direction:row;gap:48px;align-items:flex-start}
.lrn-prog .cta-details .cd-left{flex:1.4 1 0;min-width:0}
.lrn-prog .cta-details .cd-right{flex:1 1 0;min-width:0}
.lrn-prog .cta-details .cd-h2{font-size:37px;line-height:1.2;color:#2a1a0e;margin:0 0 16px}
.lrn-prog .cta-details .cd-body{font-size:16px;line-height:1.7;color:#4a3020;margin:0 0 16px}
.lrn-prog .cta-details .cd-quote{font-size:18px;line-height:1.7;color:#B36747;background:#b3674714;border-radius:6px;padding:12px 16px;margin:0 0 16px;font-style:italic}
.lrn-prog .offer-card{background:#fff;border-radius:18px;padding:32px 24px;box-shadow:2px 9px 44px -2px #b3674721 inset 0 2px 10px -5px #b367471a;background-image:linear-gradient(247deg,#d5b5c621 0%,transparent 70%);background-size:200% 200%;animation:gradAngle 8s ease-in-out infinite}
.lrn-prog .offer-card .oc-h4{font-size:21px;line-height:1.2;color:#2a1a0e;margin:0 0 16px}
.lrn-prog .offer-card .oc-list{list-style:none;padding:0;margin:0 0 24px}
.lrn-prog .offer-card .oc-list li{font-size:16px;line-height:1.7;color:#4a3020;padding:4px 0;display:flex;align-items:flex-start;gap:8px}
.lrn-prog .offer-card .oc-list li::before{content:"";display:inline-block;width:8px;height:8px;border-radius:46px;background:#B36747;margin-top:8px;flex-shrink:0}
.lrn-prog .offer-card .oc-price{font-size:37px;line-height:1.2;color:#B36747;font-weight:700;margin-bottom:4px}
.lrn-prog .offer-card .oc-price-note{font-size:16px;color:#7a3e22;margin-bottom:16px}
.lrn-prog .offer-card .oc-btn{display:block;width:100%;background:#B36747;color:#FBF5F4;border-radius:6px;padding:16px 32px;font-size:18px;text-align:center;text-decoration:none;box-shadow:2px 7px 14px -2px #b3674714;transition:box-shadow .1s ease-out,background .12s linear;border:none;cursor:pointer}
.lrn-prog .offer-card .oc-btn:hover{background:#9a5438;box-shadow:2px 9px 44px -2px #b3674738}
.lrn-prog .offer-card .oc-btn:focus{outline:3px solid #B36747;outline-offset:2px}
.lrn-prog .dots-deco{position:absolute;pointer-events:none;overflow:hidden}
@media (max-width: 1024px) {
.lrn-prog .title-strip{flex-direction:column;padding:32px 32px 16px;gap:32px}
.lrn-prog .title-strip .ts-img{flex:0 0 auto;width:100%;height:220px}
.lrn-prog .four-col{grid-template-columns:1fr 2fr}
.lrn-prog .prog-struct{padding:32px 32px 24px}
.lrn-prog .metrics-block{padding:32px 32px 24px}
.lrn-prog .cta-details{padding:32px}
.lrn-prog .cta-details .cd-inner{flex-direction:column;gap:32px}
}
@media (max-width: 768px) {
.lrn-prog .ts-h1{font-size:37px}
.lrn-prog .four-col{grid-template-columns:1fr}
.lrn-prog .title-strip{padding:24px 16px 16px}
.lrn-prog .prog-struct{padding:24px 16px 16px}
.lrn-prog .metrics-block{padding:24px 16px 16px}
.lrn-prog .cta-details{padding:24px 16px}
.lrn-prog .mini-infog{gap:12px}
.lrn-prog .inf-item{max-width:100%}
}
@media (max-width: 640px) {
.lrn-prog .ts-h1{font-size:37px}
.lrn-prog .prog-struct .ps-h2,.lrn-prog .metrics-block .mb-h2,.lrn-prog .cta-details .cd-h2{font-size:21px}
.lrn-prog .offer-card .oc-price{font-size:21px}
}
.abt_pg{max-width:1500px;margin:0 auto;overflow-x:clip}
.abt_pg .flip_reveal{animation:flipIn .13s ease-out both}
@keyframes flipIn {
from{transform:rotateX(90deg);opacity:0}
to{transform:rotateX(0deg);opacity:1}
}
.abt_pg .identity_band{position:relative;background:linear-gradient(247deg,#FBF5F4 0%,#D5B5C6 38%,#B36747 100%);padding:48px;display:flex;flex-direction:row;align-items:stretch;gap:48px;min-height:0}
.abt_pg .identity_band::before{content:'';position:absolute;top:-60px;right:-60px;width:320px;height:320px;border-radius:46px;background:#b3674714;pointer-events:none}
.abt_pg .identity_band::after{content:'';position:absolute;bottom:-40px;left:120px;width:180px;height:180px;border-radius:46px;background:#d5b5c621;pointer-events:none}
.abt_pg .id_text_zone{flex:2;display:flex;flex-direction:column;gap:16px;padding:32px 16px 32px 0}
.abt_pg .id_deco_zone{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;position:relative}
.abt_pg .id_label{font-size:16px;line-height:1.2;letter-spacing:.12em;text-transform:uppercase;color:#B36747;background:#fbf5f4b3;display:inline-block;padding:4px 12px;border-radius:6px}
.abt_pg .id_h1{font-size:68px;line-height:1.2;color:#2a1a10;margin:0}
.abt_pg .id_h1 .accent_word{color:#B36747;background:#fbf5f48c;border-radius:6px;padding:0 8px}
.abt_pg .id_sub{font-size:21px;line-height:1.7;color:#3d2416;max-width:520px}
.abt_pg .circle_deco{position:relative;width:260px;height:260px}
.abt_pg .circle_deco .c_outer{position:absolute;inset:0;border-radius:46px;border:2px solid #b367472e}
.abt_pg .circle_deco .c_mid{position:absolute;inset:24px;border-radius:46px;background:#d5b5c638;box-shadow:inset 2px 2px 5px -2px #b367470f}
.abt_pg .circle_deco .c_inner{position:absolute;inset:48px;border-radius:46px;background:#b3674721}
.abt_pg .num_badge{display:flex;flex-direction:row;align-items:center;gap:12px;margin-top:16px}
.abt_pg .num_circle{width:48px;height:48px;border-radius:46px;background:#B36747;color:#FBF5F4;font-size:21px;line-height:1.2;display:flex;align-items:center;justify-content:center;font-weight:700;box-shadow:2px 7px 14px -2px #b3674714;flex-shrink:0}
.abt_pg .num_label{font-size:16px;line-height:1.7;color:#3d2416}
.abt_pg .divider_line{height:1px;background:#b3674726;margin:0 48px}
.abt_pg .team_orbit{padding:48px;background:#FBF5F4;position:relative}
.abt_pg .team_orbit::before{content:'';position:absolute;top:32px;right:48px;width:140px;height:140px;border-radius:46px;background:#d5b5c62e;pointer-events:none}
.abt_pg .orbit_top{display:flex;flex-direction:row;align-items:flex-start;gap:48px;margin-bottom:48px}
.abt_pg .orbit_heading_col{flex:1.2}
.abt_pg .orbit_heading_col .strip_head{display:inline-block;background:#D5B5C6;border-radius:6px;padding:4px 16px;font-size:37px;line-height:1.2;color:#2a1a10;margin-bottom:16px}
.abt_pg .orbit_heading_col .strip_head .accent_word{color:#B36747}
.abt_pg .orbit_para{font-size:18px;line-height:1.7;color:#3d2416;max-width:480px}
.abt_pg .orbit_metrics_col{flex:1;display:flex;flex-direction:column;gap:16px}
.abt_pg .metric_row{display:flex;flex-direction:row;align-items:center;gap:12px;background:#fff;border-radius:18px;padding:12px 16px;box-shadow:2px 2px 5px -2px #b367470f inset 2px 2px 5px -2px #b367470f}
.abt_pg .metric_num{font-size:37px;line-height:1.2;color:#B36747;font-weight:700;min-width:72px}
.abt_pg .metric_desc{font-size:16px;line-height:1.7;color:#3d2416}
.abt_pg .central_img_ring{display:flex;flex-direction:row;align-items:flex-start;gap:32px}
.abt_pg .central_img_wrap{flex:1.4;position:relative;border-radius:18px;overflow:hidden;box-shadow:2px 9px 44px -2px #b3674721}
.abt_pg .central_img_wrap img{width:100%;height:380px;object-fit:cover;display:block;border-radius:18px}
.abt_pg .central_img_wrap .img_tint{position:absolute;inset:0;background:#b367471f;border-radius:18px;mix-blend-mode:multiply;pointer-events:none}
.abt_pg .ring_cards{flex:1;display:flex;flex-direction:column;gap:16px}
.abt_pg .ring_card{background:#fff;border-radius:18px;padding:16px;box-shadow:2px 7px 14px -2px #d5b5c614 inset 2px 2px 5px -2px #b367470f;display:flex;flex-direction:row;align-items:flex-start;gap:12px;transition:box-shadow .09s ease-out}
.abt_pg .ring_card:hover{box-shadow:2px 9px 44px -2px #b3674721}
.abt_pg .ring_card_num{width:36px;height:36px;border-radius:46px;background:#B36747;color:#FBF5F4;font-size:16px;line-height:1.2;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}
.abt_pg .ring_card_body{flex:1}
.abt_pg .ring_card_body h5{font-size:18px;line-height:1.2;color:#2a1a10;margin:0 0 4px}
.abt_pg .ring_card_body p{font-size:16px;line-height:1.7;color:#5a3a28;margin:0}
.abt_pg .team_grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px;margin-top:48px}
.abt_pg .team_card{border-radius:18px;overflow:hidden;box-shadow:2px 7px 14px -2px #b3674714;background:#fff;transition:box-shadow .11s linear}
.abt_pg .team_card:hover{box-shadow:2px 9px 44px -2px #b3674721}
.abt_pg .team_card img{width:100%;height:220px;object-fit:cover;display:block}
.abt_pg .team_card.dominant img{height:320px}
.abt_pg .team_card_info{padding:16px}
.abt_pg .team_card_info h4{font-size:21px;line-height:1.2;color:#2a1a10;margin:0 0 4px}
.abt_pg .team_card_info .role_tag{display:inline-block;background:#D5B5C6;border-radius:6px;padding:4px 8px;font-size:16px;line-height:1.2;color:#2a1a10;margin-bottom:8px}
.abt_pg .team_card_info p{font-size:16px;line-height:1.7;color:#5a3a28;margin:0}
.abt_pg .blockquote_para{border-radius:18px;background:linear-gradient(247deg,#FBF5F4 60%,#D5B5C6 100%);padding:32px;font-size:21px;line-height:1.7;color:#2a1a10;box-shadow:inset 2px 9px 44px -2px #b367470f;margin:48px 0 0;position:relative}
.abt_pg .blockquote_para::before{content:'';position:absolute;top:16px;left:16px;width:8px;height:48px;background:#B36747;border-radius:6px}
@media (max-width: 1024px) {
.abt_pg .identity_band{flex-direction:column;padding:32px;gap:32px}
.abt_pg .id_h1{font-size:52px}
.abt_pg .orbit_top{flex-direction:column;gap:32px}
.abt_pg .central_img_ring{flex-direction:column}
.abt_pg .team_grid{grid-template-columns:1fr 1fr}
.abt_pg .team_grid .team_card.dominant{grid-column:1 / -1}
.abt_pg .team_orbit{padding:32px}
}
@media (max-width: 768px) {
.abt_pg .identity_band{padding:32px 16px}
.abt_pg .id_h1{font-size:37px}
.abt_pg .id_sub{font-size:18px}
.abt_pg .team_grid{grid-template-columns:1fr}
.abt_pg .team_orbit{padding:32px 16px}
.abt_pg .divider_line{margin:0 16px}
.abt_pg .orbit_heading_col .strip_head{font-size:21px}
.abt_pg .metric_num{font-size:21px}
}
@media (max-width: 640px) {
.abt_pg .id_h1{font-size:37px}
.abt_pg .blockquote_para{font-size:18px;padding:16px 16px 16px 32px}
}
.srvs_pg{max-width:1500px;margin:0 auto;overflow-x:clip}
.srvs_pg .blk_one{padding:48px 32px;background:linear-gradient(247deg,#D5B5C6 0%,#FBF5F4 38%,#fff 100%);position:relative}
.srvs_pg .blk_one_inner{display:flex;flex-direction:row;gap:48px;align-items:flex-start;max-width:1200px;margin:0 auto}
.srvs_pg .blk_one_text{flex:1 1 0;min-width:0}
.srvs_pg .blk_one_label{display:inline-block;background:#B36747;color:#fff;font-size:16px;letter-spacing:.12em;text-transform:uppercase;padding:4px 16px;border-radius:6px;margin-bottom:16px}
.srvs_pg .blk_one_h1{font-size:52px;line-height:1.2;color:#1b1410;margin:0 0 16px}
.srvs_pg .blk_one_h1 .acc{color:#B36747}
.srvs_pg .blk_one_sub{font-size:18px;line-height:1.7;color:#3a2e28;margin:0 0 32px;max-width:540px}
.srvs_pg .blk_one_img_col{flex:0 0 420px;max-width:420px}
.srvs_pg .blk_one_img_wrap{border-radius:18px;overflow:hidden;box-shadow:2px 9px 44px -2px #b3674721;position:relative}
.srvs_pg .blk_one_img_wrap img{width:100%;height:320px;object-fit:cover;display:block}
.srvs_pg .blk_one_img_wrap::after{content:"";position:absolute;top:0;left:0;right:0;height:60%;background:linear-gradient(to bottom,#b3674738,transparent);pointer-events:none}
.srvs_pg .stat_row{display:flex;flex-direction:row;gap:32px;flex-wrap:wrap}
.srvs_pg .stat_item{display:flex;flex-direction:column;gap:4px}
.srvs_pg .stat_num{font-size:37px;line-height:1.2;color:#B36747;font-weight:700}
.srvs_pg .stat_num sup{font-size:18px;color:#B36747;vertical-align:super}
.srvs_pg .stat_desc{font-size:16px;color:#5a4035;line-height:1.2}
.srvs_pg .blk_two{padding:48px 32px;background:#fff;background-image:radial-gradient(circle at 30px 52px,#d5b5c62e 22px,transparent 23px),radial-gradient(circle at 90px 52px,#d5b5c62e 22px,transparent 23px),radial-gradient(circle at 60px 0px,#d5b5c62e 22px,transparent 23px),radial-gradient(circle at 120px 0px,#d5b5c62e 22px,transparent 23px);background-size:120px 104px}
.srvs_pg .blk_two_inner{max-width:1200px;margin:0 auto}
.srvs_pg .blk_two_head{text-align:center;margin-bottom:48px}
.srvs_pg .blk_two_h2{font-size:37px;line-height:1.2;color:#1b1410;margin:0 0 8px;display:inline-block;background:#FBF5F4;padding:4px 16px;border-radius:6px}
.srvs_pg .blk_two_h2 .acc{color:#B36747}
.srvs_pg .blk_two_sub{font-size:18px;line-height:1.7;color:#3a2e28;text-align:left;max-width:640px;margin:8px auto 0}
.srvs_pg .srv_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.srvs_pg .srv_card{background:#FBF5F4;border-radius:18px;padding:32px;box-shadow:2px 7px 14px -2px #b3674714;box-shadow:inset 0 2px 8px -2px #b3674712 2px 7px 14px -2px #b3674714;border:1.5px dashed #D5B5C6;transition:transform .12s ease-out,box-shadow .09s linear;position:relative}
.srvs_pg .srv_card:hover{transform:translateY(-6px);box-shadow:inset 0 2px 8px -2px #b3674712 2px 9px 44px -2px #b3674721}
.srvs_pg .srv_card.featured{grid-column:span 2;display:flex;flex-direction:row;gap:32px;align-items:flex-start;background:linear-gradient(247deg,#D5B5C6 0%,#FBF5F4 80%)}
.srvs_pg .srv_card_icon{width:48px;height:48px;border-radius:18px;background:#B36747;display:flex;align-items:center;justify-content:center;margin-bottom:16px;flex-shrink:0}
.srvs_pg .srv_card_icon svg{width:26px;height:26px;fill:#fff}
.srvs_pg .srv_card_h{font-size:21px;line-height:1.2;color:#1b1410;margin:0 0 8px}
.srvs_pg .srv_card_p{font-size:16px;line-height:1.7;color:#3a2e28;margin:0 0 16px}
.srvs_pg .srv_card_list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.srvs_pg .srv_card_list li{font-size:16px;line-height:1.7;color:#3a2e28;padding-left:20px;position:relative}
.srvs_pg .srv_card_list li::before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;border-radius:46px;background:#B36747}
.srvs_pg .srv_card_img_wrap{flex:0 0 220px;border-radius:18px;overflow:hidden;box-shadow:2px 9px 44px -2px #b3674721}
.srvs_pg .srv_card_img_wrap img{width:220px;height:200px;object-fit:cover;display:block}
.srvs_pg .srv_card_text_col{flex:1 1 0;min-width:0}
.srvs_pg .srv_tag{display:inline-block;background:#D5B5C6;color:#3a2e28;font-size:16px;border-radius:6px;padding:4px 12px;margin-bottom:12px}
.srvs_pg .chart_wrap{margin-top:32px;background:#fff;border-radius:18px;padding:32px;box-shadow:2px 2px 5px -2px #b367470f}
.srvs_pg .chart_label_row{display:flex;flex-direction:row;gap:32px;margin-bottom:16px;flex-wrap:wrap}
.srvs_pg .chart_label_h{font-size:21px;line-height:1.2;color:#1b1410;margin:0 0 4px}
.srvs_pg .chart_label_p{font-size:16px;line-height:1.7;color:#3a2e28;margin:0}
.srvs_pg .charts-css.bar{--color:#B36747}
.srvs_pg .chart_table_wrap{overflow:hidden;border-radius:6px}
.srvs_pg table.charts-css{height:180px}
.srvs_pg .chart_legend{display:flex;flex-direction:row;gap:16px;margin-top:8px;flex-wrap:wrap}
.srvs_pg .chart_legend_item{display:flex;flex-direction:row;align-items:center;gap:8px;font-size:16px;color:#3a2e28}
.srvs_pg .chart_legend_dot{width:12px;height:12px;border-radius:46px;flex-shrink:0}
.srvs_pg .line_draw_row{display:flex;flex-direction:row;align-items:flex-start;gap:0;margin-top:32px;position:relative}
.srvs_pg .line_step{flex:1 1 0;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}
.srvs_pg .line_step_dot{width:20px;height:20px;border-radius:46px;background:#B36747;border:3px solid #fff;box-shadow:2px 2px 5px -2px #b367470f;flex-shrink:0}
.srvs_pg .line_step_label{font-size:16px;color:#3a2e28;text-align:center;margin-top:8px;line-height:1.2;padding:0 8px}
.srvs_pg .line_connector{flex:1 1 0;height:3px;margin-top:9px;background:linear-gradient(90deg,#B36747 0%,#D5B5C6 100%);border-radius:46px;animation:line_grow .9s ease-out both;transform-origin:left center}
@keyframes line_grow {
from{transform:scaleX(0);opacity:0}
to{transform:scaleX(1);opacity:1}
}
.srvs_pg .line_step:nth-child(1) .line_connector{animation-delay:.08s}
.srvs_pg .line_step:nth-child(3) .line_connector{animation-delay:.22s}
.srvs_pg .line_step:nth-child(5) .line_connector{animation-delay:.36s}
@media (max-width: 1024px) {
.srvs_pg .blk_one_inner{flex-direction:column;gap:32px}
.srvs_pg .blk_one_img_col{flex:none;max-width:100%;width:100%}
.srvs_pg .blk_one_img_wrap img{height:240px}
.srvs_pg .srv_grid{grid-template-columns:repeat(2,1fr)}
.srvs_pg .srv_card.featured{grid-column:span 2;flex-direction:column}
.srvs_pg .srv_card_img_wrap{flex:none;width:100%}
.srvs_pg .srv_card_img_wrap img{width:100%;height:180px}
}
@media (max-width: 768px) {
.srvs_pg .blk_one_h1{font-size:37px}
.srvs_pg .srv_grid{grid-template-columns:1fr}
.srvs_pg .srv_card.featured{grid-column:span 1}
.srvs_pg .blk_two_h2{font-size:21px}
.srvs_pg .stat_row{gap:16px}
.srvs_pg .line_draw_row{flex-direction:column;align-items:flex-start;gap:8px}
.srvs_pg .line_connector{width:3px;height:32px;margin-top:0;margin-left:9px;background:linear-gradient(180deg,#B36747 0%,#D5B5C6 100%)}
.srvs_pg .line_step{flex-direction:row;align-items:center;gap:12px}
.srvs_pg .line_step_label{text-align:left;margin-top:0}
}
@media (max-width: 640px) {
.srvs_pg .blk_one,.srvs_pg .blk_two{padding:32px 16px}
.srvs_pg .blk_one_h1{font-size:21px}
.srvs_pg .stat_num{font-size:21px}
.srvs_pg .chart_label_row{flex-direction:column;gap:8px}
}
.cont_us{max-width:1500px;margin:0 auto;overflow:hidden}
.cont_us .reach_band{position:relative;background:#FBF5F4;padding:48px 32px;display:grid;grid-template-columns:1fr 420px;gap:48px;align-items:start}
.cont_us .reach_band::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(247deg,#b3674712 0%,transparent 55%);pointer-events:none}
.cont_us .reach_band .drift_spot{position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#d5b5c62e 0%,transparent 70%);top:-80px;right:60px;animation:spot_move 12s ease-in-out infinite alternate;pointer-events:none}
@keyframes spot_move {
0%{transform:translate(0,0)}
100%{transform:translate(-40px,60px)}
}
.cont_us .reach_band .left_col{position:relative;z-index:1}
.cont_us .reach_band .left_col .dash_word{display:inline-flex;align-items:center;gap:8px;font-size:16px;color:#B36747;text-transform:uppercase;letter-spacing:.12em;margin-bottom:16px}
.cont_us .reach_band .left_col .dash_word::before{content:'';display:inline-block;width:24px;height:2px;background:#B36747}
.cont_us .reach_band .left_col .pg_head{font-size:52px;line-height:1.2;color:#2a1f1a;margin:0 0 16px}
.cont_us .reach_band .left_col .pg_head .accent_w{color:#B36747}
.cont_us .reach_band .left_col .pg_sub{font-size:18px;line-height:1.7;color:#4a3830;max-width:520px;margin:0 0 32px}
.cont_us .reach_band .left_col .info_grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.cont_us .reach_band .left_col .info_item{background:#fff;border-radius:18px;padding:16px;box-shadow:2px 7px 14px -2px #b3674714}
.cont_us .reach_band .left_col .info_item .item_lbl{font-size:16px;color:#B36747;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;display:block}
.cont_us .reach_band .left_col .info_item .item_val{font-size:16px;line-height:1.7;color:#2a1f1a;margin:0}
.cont_us .reach_band .left_col .info_item .item_val a{color:#2a1f1a;text-decoration:none;transition:color .1s ease-out}
.cont_us .reach_band .left_col .info_item .item_val a:hover{color:#B36747}
.cont_us .reach_band .img_col{position:relative;z-index:1}
.cont_us .reach_band .img_col .img_frame{position:relative;border-radius:18px;overflow:hidden}
.cont_us .reach_band .img_col .img_frame img{width:100%;height:480px;object-fit:cover;display:block;filter:grayscale(100%) contrast(1.15);box-shadow:2px 9px 44px -2px #b3674721}
.cont_us .reach_band .img_col .shape_a{position:absolute;width:120px;height:120px;border:2px solid #b3674740;border-radius:46px;top:-16px;left:-16px;pointer-events:none}
.cont_us .reach_band .img_col .shape_b{position:absolute;width:80px;height:80px;background:#d5b5c64d;border-radius:18px;bottom:-12px;right:-12px;pointer-events:none}
.cont_us .form_strip{background:#fff;padding:48px 32px;position:relative}
.cont_us .form_strip::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#B36747 40%,#D5B5C6 70%,transparent)}
.cont_us .form_strip .form_head_wrap{text-align:center;margin-bottom:32px}
.cont_us .form_strip .form_head_wrap .strip_label{display:inline-block;background:#B36747;color:#fff;font-size:16px;padding:4px 16px;border-radius:6px;margin-bottom:12px}
.cont_us .form_strip .form_head_wrap .form_h{font-size:37px;line-height:1.2;color:#2a1f1a;margin:0}
.cont_us .form_strip .form_body{max-width:760px;margin:0 auto}
.cont_us .form_strip .form_body form{display:flex;flex-direction:column;gap:16px}
.cont_us .form_strip .form_body .field_row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.cont_us .form_strip .form_body .field_wrap{position:relative;display:flex;flex-direction:column}
.cont_us .form_strip .form_body .field_wrap input,.cont_us .form_strip .form_body .field_wrap select{background:#FBF5F4;border:1.5px solid #b3674733;border-radius:6px;padding:20px 16px 8px;font-size:16px;color:#2a1f1a;outline:none;transition:border-color .12s ease-out,box-shadow .12s ease-out;box-shadow:inset 2px 2px 5px -2px #b367470f;width:100%;box-sizing:border-box}
.cont_us .form_strip .form_body .field_wrap input:focus,.cont_us .form_strip .form_body .field_wrap select:focus{border-color:#B36747;box-shadow:inset 2px 2px 5px -2px #b367470f 0 0 0 3px #b367471a}
.cont_us .form_strip .form_body .field_wrap label{position:absolute;top:14px;left:16px;font-size:16px;color:#8a6a5e;pointer-events:none;transition:top .1s ease-out,font-size .1s ease-out,color .1s ease-out}
.cont_us .form_strip .form_body .field_wrap input:focus + label,.cont_us .form_strip .form_body .field_wrap input:not(:placeholder-shown) + label{top:6px;font-size:16px;color:#B36747;font-size:12px}
.cont_us .form_strip .form_body .field_wrap select{padding:14px 16px;appearance:none;cursor:pointer}
.cont_us .form_strip .form_body .field_wrap .sel_lbl{position:static;font-size:16px;color:#4a3830;margin-bottom:8px;pointer-events:none}
.cont_us .form_strip .form_body .checks_group{display:flex;flex-direction:column;gap:8px}
.cont_us .form_strip .form_body .checks_group .grp_lbl{font-size:16px;color:#4a3830;margin-bottom:4px;display:block}
.cont_us .form_strip .form_body .checks_group .chk_item{display:flex;align-items:center;gap:12px;background:#FBF5F4;border-radius:6px;padding:12px 16px;cursor:pointer;transition:background .09s ease-out}
.cont_us .form_strip .form_body .checks_group .chk_item:hover{background:#d5b5c64d}
.cont_us .form_strip .form_body .checks_group .chk_item input[type="checkbox"]{width:18px;height:18px;accent-color:#B36747;cursor:pointer;flex-shrink:0}
.cont_us .form_strip .form_body .checks_group .chk_item span{font-size:16px;color:#2a1f1a;line-height:1.7}
.cont_us .form_strip .form_body .privacy_row{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#d5b5c626;border-radius:6px}
.cont_us .form_strip .form_body .privacy_row input[type="checkbox"]{width:18px;height:18px;accent-color:#B36747;cursor:pointer;flex-shrink:0;margin-top:2px}
.cont_us .form_strip .form_body .privacy_row .prv_txt{font-size:16px;line-height:1.7;color:#4a3830;margin:0}
.cont_us .form_strip .form_body .privacy_row .prv_txt a{color:#B36747;text-decoration:underline;text-underline-offset:2px}
.cont_us .form_strip .form_body .submit_btn{background:#B36747;color:#fff;border:none;border-radius:46px;padding:16px 48px;font-size:18px;cursor:pointer;align-self:flex-start;box-shadow:2px 7px 14px -2px #b3674714;transition:box-shadow .13s ease-out,background .09s ease-out}
.cont_us .form_strip .form_body .submit_btn:hover{box-shadow:2px 9px 44px -2px #b3674738;background:#9a5538}
.cont_us .form_strip .form_body .submit_btn:focus{outline:3px solid #b3674766;outline-offset:3px}
.cont_us .extra_bar{background:#FBF5F4;padding:48px 32px;position:relative;display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;align-items:start}
.cont_us .extra_bar::before{content:'';position:absolute;top:0;left:5%;right:5%;height:1px;background:linear-gradient(90deg,transparent,#b3674733,transparent)}
.cont_us .extra_bar .diag_line{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none}
.cont_us .extra_bar .diag_line::after{content:'';position:absolute;width:1px;height:200%;background:linear-gradient(247deg,transparent 0%,#b367471a 50%,transparent 100%);top:-50%;left:60%;transform:rotate(247deg)}
.cont_us .extra_bar .stat_card{background:#fff;border-radius:18px;padding:32px;box-shadow:2px 7px 14px -2px #b3674714;position:relative;z-index:1;transition:box-shadow .13s ease-out}
.cont_us .extra_bar .stat_card:hover{box-shadow:2px 9px 44px -2px #b3674721}
.cont_us .extra_bar .stat_card .card_num{font-size:52px;line-height:1.2;color:#B36747;margin:0 0 8px}
.cont_us .extra_bar .stat_card .card_desc{font-size:16px;line-height:1.7;color:#4a3830;margin:0}
.cont_us .extra_bar .stat_card .card_h{font-size:21px;line-height:1.2;color:#2a1f1a;margin:0 0 8px}
@media (max-width: 1024px) {
.cont_us .reach_band{grid-template-columns:1fr;gap:32px}
.cont_us .reach_band .img_col .img_frame img{height:320px}
.cont_us .extra_bar{grid-template-columns:1fr 1fr}
}
@media (max-width: 768px) {
.cont_us .reach_band .left_col .pg_head{font-size:37px}
.cont_us .reach_band .left_col .info_grid{grid-template-columns:1fr}
.cont_us .form_strip .form_body .field_row{grid-template-columns:1fr}
.cont_us .extra_bar{grid-template-columns:1fr}
.cont_us .form_strip .form_body .submit_btn{align-self:stretch;text-align:center}
}
@media (max-width: 640px) {
.cont_us .reach_band,.cont_us .form_strip,.cont_us .extra_bar{padding:32px 16px}
.cont_us .reach_band .left_col .pg_head{font-size:37px}
}
.faq_pg{background:#fff;overflow-x:clip}
.faq_pg .slide_up{animation:slideUp .12s ease-out both}
@keyframes slideUp {
from{opacity:0;transform:translateY(28px)}
to{opacity:1;transform:translateY(0)}
}
.faq_pg .slide_up:nth-child(2){animation-delay:.06s}
.faq_pg .slide_up:nth-child(3){animation-delay:.1s}
.faq_pg .slide_up:nth-child(4){animation-delay:.13s}
.faq_pg .top_area{max-width:1500px;margin:0 auto;padding:48px 32px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:32px}
.faq_pg .top_img_wrap{width:220px;height:220px;border-radius:18px;overflow:hidden;box-shadow:2px 9px 44px -2px #b3674721;position:relative}
.faq_pg .top_img_wrap img{width:100%;height:100%;object-fit:cover;filter:saturate(1.15) brightness(0.96) sepia(0.12);display:block}
.faq_pg .top_img_wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(247deg,#b367472e 0%,transparent 60%);pointer-events:none}
.faq_pg .top_text{max-width:680px}
.faq_pg .top_label{display:inline-block;font-size:16px;letter-spacing:.12em;text-transform:uppercase;color:#B36747;background:#FBF5F4;border-radius:46px;padding:4px 16px;margin-bottom:16px}
.faq_pg .top_h1{font-size:68px;line-height:1.2;color:#1e1410;margin:0 0 16px}
.faq_pg .top_h1 .accent{color:#B36747}
.faq_pg .top_sub{font-size:18px;line-height:1.7;color:#4a3728;margin:0;text-align:left}
.faq_pg .top_deco_line{width:64px;height:3px;background:linear-gradient(247deg,#B36747,#D5B5C6);border-radius:6px;margin:8px 0 0}
.faq_pg .qa_area{background:#FBF5F4;padding:48px 32px;position:relative}
.faq_pg .qa_area::before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(247deg,transparent,transparent 18px,#b367470a 18px,#b367470a 20px);pointer-events:none}
.faq_pg .qa_inner{max-width:860px;margin:0 auto;position:relative}
.faq_pg .qa_heading_wrap{margin-bottom:32px}
.faq_pg .qa_h2{font-size:37px;line-height:1.2;color:#1e1410;margin:0 0 8px;display:inline-block;background:linear-gradient(247deg,#D5B5C6 60%,transparent 100%);padding:4px 12px;border-radius:6px}
.faq_pg .qa_h2 .accent{color:#B36747}
.faq_pg .qa_sub{font-size:16px;line-height:1.7;color:#5a3f30;margin:0}
.faq_pg .qa_item{background:#fff;border-radius:18px;margin-bottom:12px;box-shadow:2px 2px 5px -2px #b367470f inset 0 2px 8px -4px #b3674714;border:1.5px solid #d5b5c659;overflow:hidden}
.faq_pg .qa_item summary{font-size:18px;line-height:1.7;color:#1e1410;padding:16px 32px 16px 16px;cursor:pointer;list-style:none;position:relative;font-weight:600;transition:background .09s ease-out,color .09s ease-out}
.faq_pg .qa_item summary::-webkit-details-marker{display:none}
.faq_pg .qa_item summary::after{content:"";position:absolute;right:16px;top:50%;transform:translateY(-50%) rotate(0deg);width:10px;height:10px;border-right:2px solid #B36747;border-bottom:2px solid #B36747;transform:translateY(-65%) rotate(45deg);transition:transform .1s ease-out}
.faq_pg .qa_item[open] summary::after{transform:translateY(-35%) rotate(-135deg)}
.faq_pg .qa_item summary:hover{background:#FBF5F4;color:#B36747}
.faq_pg .qa_item[open] summary{color:#B36747;background:#FBF5F4}
.faq_pg .qa_body{font-size:16px;line-height:1.7;color:#4a3728;padding:0 16px 16px}
.faq_pg .qa_body p{margin:0 0 8px}
.faq_pg .qa_body p:last-child{margin-bottom:0}
.faq_pg .check_area{max-width:1500px;margin:0 auto;padding:48px 32px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.faq_pg .check_col_left{display:flex;flex-direction:column;gap:16px}
.faq_pg .check_h3{font-size:37px;line-height:1.2;color:#1e1410;margin:0}
.faq_pg .check_h3 .accent{color:#B36747}
.faq_pg .check_desc{font-size:16px;line-height:1.7;color:#4a3728;margin:0}
.faq_pg .check_quote{background:#FBF5F4;border-radius:18px;padding:16px;font-size:18px;line-height:1.7;color:#1e1410;font-style:italic;box-shadow:2px 7px 14px -2px #b3674714;position:relative}
.faq_pg .check_quote::before{content:"";position:absolute;top:0;right:0;width:32px;height:32px;background:#B36747;border-radius:0 18px 0 18px}
.faq_pg .check_col_right{display:flex;flex-direction:column;gap:12px}
.faq_pg .progress_label{font-size:16px;color:#5a3f30;margin-bottom:4px}
.faq_pg .progress_count{font-size:21px;font-weight:700;color:#B36747}
.faq_pg .progress_bar_track{height:8px;background:#d5b5c666;border-radius:46px;overflow:hidden;margin-bottom:16px}
.faq_pg .progress_bar_fill{height:100%;width:71%;background:linear-gradient(247deg,#B36747,#D5B5C6);border-radius:46px;transition:width .13s ease-out}
.faq_pg .chk_list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.faq_pg .chk_list li{display:flex;flex-direction:row;align-items:center;gap:12px;font-size:16px;line-height:1.7;color:#4a3728;background:#fff;border-radius:6px;padding:8px 12px;border:1.5px solid #d5b5c64d;box-shadow:2px 2px 5px -2px #b367470f}
.faq_pg .chk_list li.done{color:#1e1410}
.faq_pg .chk_dot{width:18px;height:18px;border-radius:6px;border:2px solid #d5b5c699;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.faq_pg .chk_list li.done .chk_dot{background:#B36747;border-color:#B36747}
.faq_pg .chk_list li.done .chk_dot::after{content:"";width:6px;height:10px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg) translate(-1px,-1px);display:block}
.faq_pg .support_area{background:linear-gradient(247deg,#2a1a10 0%,#3d2415 60%,#2a1a10 100%);padding:48px 32px}
.faq_pg .support_inner{max-width:1500px;margin:0 auto;display:flex;flex-direction:row;gap:48px;align-items:center}
.faq_pg .support_text{flex:1 1 0;display:flex;flex-direction:column;gap:16px}
.faq_pg .support_h2{font-size:52px;line-height:1.2;color:#FBF5F4;margin:0;display:inline-block;background:linear-gradient(247deg,#b367474d 0%,transparent 80%);padding:4px 12px;border-radius:6px}
.faq_pg .support_h2 .accent{color:#D5B5C6}
.faq_pg .support_desc{font-size:16px;line-height:1.7;color:#fbf5f4d1;margin:0}
.faq_pg .support_cards{flex:1 1 0;display:flex;flex-direction:column;gap:12px}
.faq_pg .sup_card{background:#fbf5f412;border-radius:18px;padding:16px;display:flex;flex-direction:row;gap:16px;align-items:center;border:1.5px solid #d5b5c626;box-shadow:2px 7px 14px -2px #b3674714;transition:background .1s linear}
.faq_pg .sup_card:hover{background:#fbf5f41f}
.faq_pg .sup_icon{width:44px;height:44px;border-radius:18px;background:#B36747;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.faq_pg .sup_icon svg{width:22px;height:22px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.faq_pg .sup_card_text{display:flex;flex-direction:column;gap:4px}
.faq_pg .sup_card_label{font-size:16px;color:#fbf5f48c;text-transform:uppercase;letter-spacing:.1em}
.faq_pg .sup_card_val{font-size:18px;color:#FBF5F4;font-weight:600}
.faq_pg .sup_card_val a{color:#D5B5C6;text-decoration:none;transition:color .09s ease-out}
.faq_pg .sup_card_val a:hover{color:#fff}
@media (max-width: 1024px) {
.faq_pg .check_area{grid-template-columns:1fr;gap:32px}
.faq_pg .support_inner{flex-direction:column;gap:32px}
.faq_pg .top_h1{font-size:52px}
.faq_pg .support_h2{font-size:37px}
}
@media (max-width: 768px) {
.faq_pg .top_h1{font-size:37px}
.faq_pg .top_area{padding:32px 16px}
.faq_pg .qa_area{padding:32px 16px}
.faq_pg .check_area{padding:32px 16px}
.faq_pg .support_area{padding:32px 16px}
.faq_pg .qa_item summary{font-size:16px;padding:12px 32px 12px 12px}
}
@media (max-width: 640px) {
.faq_pg .top_img_wrap{width:160px;height:160px}
.faq_pg .support_h2{font-size:21px}
}
.success_page{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 16px;background-color:#FBF5F4}
.success_page .success_card{background:#fff;border-radius:18px;box-shadow:2px 9px 44px -2px #b3674721;padding:48px 32px;max-width:540px;width:100%;text-align:center}
.success_page .icon_wrap{width:64px;height:64px;margin:0 auto 32px;display:flex;align-items:center;justify-content:center}
.success_page .icon_wrap svg{width:64px;height:64px;display:block}
.success_page .success_heading{font-size:37px;line-height:1.2;color:#2a1a10;margin:0 0 16px}
.success_page .success_heading span{color:#B36747}
.success_page .success_msg{font-size:18px;line-height:1.7;color:#3d2a1f;margin:0 0 32px}
.success_page .success_badge{display:inline-block;background:#D5B5C6;color:#2a1a10;font-size:16px;line-height:1.2;border-radius:46px;padding:8px 16px;margin-bottom:32px}
.success_page .back_btn{display:inline-block;background:#B36747;color:#fff;font-size:18px;line-height:1.2;border:none;border-radius:6px;padding:12px 32px;cursor:pointer;text-decoration:none;box-shadow:2px 7px 14px -2px #b3674714;transition:box-shadow .1s ease-out,background .08s linear}
.success_page .back_btn:hover{background:#9a5538;box-shadow:2px 9px 44px -2px #b3674721}
.success_page .back_btn:focus{outline:2px solid #B36747;outline-offset:4px}
@media (max-width: 640px) {
.success_page .success_card{padding:32px 16px}
.success_page .success_heading{font-size:21px}
.success_page .success_msg{font-size:16px}
}