@import "https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;700&display=swap";
html{box-sizing:border-box}
body{margin:0;min-height:100dvh;overflow-x:hidden}
.pg-hdr{position:relative;background:#09485E;font-family:'Cabin',sans-serif;z-index:100}
.pg-hdr__accent{background:#FA9B00;height:4px;width:100%}
.pg-hdr__body{max-width:1500px;margin:0 auto;padding:0 48px;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:90px}
.pg-hdr__brand-box{display:flex;align-items:center;gap:12px;flex-shrink:0;margin-left:6px}
.pg-hdr__logo-box{background:#fff;border-radius:6px;padding:6px;width:80px;height:80px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 6px 0 #fa9b000d 0 7px 28px 0 #fa9b0017;flex-shrink:0}
.pg-hdr__logo-box img{width:65px;height:65px;object-fit:contain;display:block}
.pg-hdr__brand-name{font-size:23px;font-weight:700;color:#fff;line-height:1.15;letter-spacing:0}
.pg-hdr__brand-sub{font-size:15px;font-weight:400;color:#ffffffb3;line-height:1.4;margin-top:6px}
.pg-hdr__nav{display:flex;align-items:center;justify-content:center;flex:1}
.pg-hdr__menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:center}
.pg-hdr__menu-item{display:flex}
.pg-hdr__menu-lnk{display:block;font-family:'Cabin',sans-serif;font-size:15px;font-weight:500;color:#ffffffd9;text-decoration:none;padding:12px 18px;border-radius:6px;line-height:1.4;transition:color .5s ease-in-out,background .55s cubic-bezier(0.25,0.46,0.45,0.94)}
.pg-hdr__menu-lnk:hover,.pg-hdr__menu-lnk:focus{color:#272727;background:#FA9B00;outline:none;box-shadow:0 3px 6px 0 #fa9b000d}
.pg-hdr__menu-lnk:focus-visible{box-shadow:0 0 0 3px #fa9b00b3;outline:none}
.pg-hdr__action-box{display:flex;align-items:center;gap:12px;flex-shrink:0}
.pg-hdr__contact-line{display:flex;flex-direction:column;align-items:flex-end;gap:6px}
.pg-hdr__phone{font-family:'Cabin',sans-serif;font-size:15px;font-weight:700;color:#FA9B00;text-decoration:none;line-height:1.4;transition:color .48s ease-in-out}
.pg-hdr__phone:hover,.pg-hdr__phone:focus{color:#fff;outline:none}
.pg-hdr__phone:focus-visible{box-shadow:0 0 0 3px #fa9b00b3;border-radius:6px}
.pg-hdr__phone-label{font-size:15px;color:#ffffff8c;line-height:1.4;font-weight:400}
.pg-hdr__cta-btn{display:inline-flex;align-items:center;gap:6px;font-family:'Cabin',sans-serif;font-size:15px;font-weight:700;color:#272727;background:#FA9B00;border:none;border-radius:18px;padding:12px 24px;text-decoration:none;line-height:1.4;cursor:pointer;box-shadow:0 7px 28px 0 #fa9b0017;transition:background .5s cubic-bezier(0.25,0.46,0.45,0.94),transform .48s cubic-bezier(0.25,0.46,0.45,0.94),box-shadow .5s ease-in-out}
.pg-hdr__cta-btn:hover,.pg-hdr__cta-btn:focus{background:#fff;color:#09485E;transform:scale(1.04);box-shadow:0 12px 40px 0 #fa9b0021;outline:none}
.pg-hdr__cta-btn:focus-visible{box-shadow:0 0 0 3px #fa9b00b3 0 12px 40px 0 #fa9b0021}
@media (max-width: 1024px) {
.pg-hdr__body{padding:0 24px;flex-wrap:wrap;min-height:auto;padding-top:12px;padding-bottom:12px}
.pg-hdr__nav{order:3;flex-basis:100%;padding-bottom:12px}
.pg-hdr__menu{gap:6px}
}
@media (max-width: 768px) {
.pg-hdr__body{padding:12px;gap:12px}
.pg-hdr__contact-line{display:none}
.pg-hdr__brand-sub{display:none}
.pg-hdr__menu-lnk{padding:12px;font-size:15px}
}
@media (max-width: 480px) {
.pg-hdr__logo-box{width:60px;height:60px}
.pg-hdr__logo-box img{width:50px;height:50px}
.pg-hdr__brand-name{font-size:18px}
.pg-hdr__cta-btn{padding:12px 18px;font-size:15px}
}
.pg-ftr{background:#272727;font-family:'Cabin',sans-serif;border-top:4px solid #FA9B00}
.pg-ftr__grid{max-width:1500px;margin:0 auto;padding:48px 48px 24px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}
.pg-ftr__brand-col{display:flex;flex-direction:column;gap:24px}
.pg-ftr__logo-row{border-top:2px solid #fa9b0066;padding-top:24px;display:flex;align-items:center;gap:12px}
.pg-ftr__logo-box{background:#fff;border-radius:6px;padding:6px;width:72px;height:72px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 6px 0 #09485e0d;flex-shrink:0}
.pg-ftr__logo-box img{width:60px;height:60px;object-fit:contain;display:block}
.pg-ftr__brand-id{display:flex;flex-direction:column;gap:6px}
.pg-ftr__brand-nm{font-size:23px;font-weight:700;color:#fff;line-height:1.15}
.pg-ftr__brand-tagline{font-size:15px;color:#ffffff8c;line-height:1.4}
.pg-ftr__about-text{font-size:15px;color:#fff9;line-height:1.6}
.pg-ftr__contact-details{display:flex;flex-direction:column;gap:12px}
.pg-ftr__contact-item{display:flex;align-items:flex-start;gap:12px}
.pg-ftr__contact-icon{color:#FA9B00;font-size:18px;flex-shrink:0;margin-top:2px}
.pg-ftr__contact-txt{font-size:15px;color:#ffffffb3;line-height:1.4}
.pg-ftr__contact-lnk{color:#ffffffb3;text-decoration:none;transition:color .5s ease-in-out}
.pg-ftr__contact-lnk:hover,.pg-ftr__contact-lnk:focus{color:#FA9B00;outline:none}
.pg-ftr__contact-lnk:focus-visible{box-shadow:0 0 0 3px #fa9b0080;border-radius:6px}
.pg-ftr__col-heading{font-size:15px;font-weight:700;color:#FA9B00;line-height:1.15;text-transform:uppercase;letter-spacing:0;margin:0 0 24px;padding-bottom:12px;border-bottom:1px solid #fa9b0040}
.pg-ftr__link-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.pg-ftr__link-item{display:flex}
.pg-ftr__link{font-size:15px;color:#ffffffa6;text-decoration:none;line-height:1.4;transition:color .52s cubic-bezier(0.25,0.46,0.45,0.94)}
.pg-ftr__link:hover,.pg-ftr__link:focus{color:#FA9B00;outline:none}
.pg-ftr__link:focus-visible{box-shadow:0 0 0 3px #fa9b0080;border-radius:6px}
.pg-ftr__bottom{max-width:1500px;margin:0 auto;padding:24px 48px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid #ffffff1a;flex-wrap:wrap}
.pg-ftr__copy{font-size:15px;color:#fff6;line-height:1.4}
.pg-ftr__legal-links{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.pg-ftr__legal-lnk{font-size:15px;color:#fff6;text-decoration:none;line-height:1.4;transition:color .5s ease-in-out}
.pg-ftr__legal-lnk:hover,.pg-ftr__legal-lnk:focus{color:#FA9B00;outline:none}
.pg-ftr__legal-lnk:focus-visible{box-shadow:0 0 0 3px #fa9b0080;border-radius:6px}
@media (max-width: 1024px) {
.pg-ftr__grid{grid-template-columns:1fr 1fr;gap:48px 24px;padding:48px 24px 24px}
.pg-ftr__brand-col{grid-column:1 / -1}
}
@media (max-width: 768px) {
.pg-ftr__grid{grid-template-columns:1fr;padding:48px 24px 24px;gap:48px}
.pg-ftr__bottom{padding:24px;flex-direction:column;align-items:flex-start;gap:12px}
}
@media (max-width: 480px) {
.pg-ftr__grid{padding:24px 12px 12px;gap:24px}
.pg-ftr__bottom{padding:24px 12px}
.pg-ftr__legal-links{gap:12px}
}
.ck-toast{position:fixed;bottom:24px;left:24px;max-width:340px;background:#fff;border-radius:18px;padding:24px;box-shadow:0 12px 40px 0 #09485e21;z-index:1000;font-family:'Cabin',sans-serif;opacity:0;transition:opacity 380ms ease-in-out;display:none}
.ck-toast.visible{opacity:1}
.ck-toast__desc{font-size:15px;color:#272727;line-height:1.6;margin-bottom:12px}
.ck-toast__title{font-size:15px;font-weight:700;color:#09485E;line-height:1.4;margin-top:12px}
.ck-toast__actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.ck-toast__accept{font-size:15px;font-weight:700;color:#09485E;background:none;border:none;padding:0;cursor:pointer;text-decoration:underline;font-family:'Cabin',sans-serif;line-height:1.4;transition:color .5s ease-in-out}
.ck-toast__accept:hover,.ck-toast__accept:focus{color:#FA9B00;outline:none}
.ck-toast__accept:focus-visible{box-shadow:0 0 0 3px #fa9b0080;border-radius:6px}
.ck-toast__decline{font-size:15px;color:#27272799;background:none;border:none;padding:0;cursor:pointer;text-decoration:underline;font-family:'Cabin',sans-serif;line-height:1.4;transition:color .52s cubic-bezier(0.25,0.46,0.45,0.94)}
.ck-toast__decline:hover,.ck-toast__decline:focus{color:#272727;outline:none}
.ck-toast__decline:focus-visible{box-shadow:0 0 0 3px #fa9b0080;border-radius:6px}
.agreement-section-xu{max-width:1500px;margin:0 auto;padding:48px 24px;color:#272727}
.agreement-section-xu h1{font-size:72px;line-height:1.15;color:#09485E;margin-bottom:48px;margin-top:0}
.agreement-section-xu h2{font-size:31px;line-height:1.15;color:#09485E;margin-top:48px;margin-bottom:24px}
.agreement-section-xu h3{font-size:23px;line-height:1.4;color:#272727;margin-top:48px;margin-bottom:12px}
.agreement-section-xu h4{font-size:18px;line-height:1.4;color:#272727;margin-top:24px;margin-bottom:12px}
.agreement-section-xu h5{font-size:15px;line-height:1.4;color:#272727;margin-top:24px;margin-bottom:6px}
.agreement-section-xu h6{font-size:15px;line-height:1.4;color:#FA9B00;margin-top:24px;margin-bottom:6px}
.agreement-section-xu p{font-size:18px;line-height:1.6;color:#272727;margin-top:0;margin-bottom:24px;max-width:80ch}
.agreement-section-xu a{color:#09485E;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .5s ease-in-out,text-decoration-color .45s cubic-bezier(0.25,0.46,0.45,0.94)}
.agreement-section-xu a:hover{color:#FA9B00;text-decoration-color:#FA9B00}
.agreement-section-xu hr{border:none;border-top:2px solid #FA9B00;opacity:.25;margin-top:48px;margin-bottom:48px}
.agreement-section-xu div{font-size:18px;line-height:1.6}
@media (max-width: 1024px) {
.agreement-section-xu h1{font-size:31px}
.agreement-section-xu h2{font-size:23px}
.agreement-section-xu h3{font-size:18px}
}
@media (max-width: 768px) {
.agreement-section-xu{padding:24px 12px}
.agreement-section-xu h1{font-size:23px;margin-bottom:24px}
.agreement-section-xu h2{font-size:18px;margin-top:24px}
.agreement-section-xu h3,.agreement-section-xu h4,.agreement-section-xu h5,.agreement-section-xu h6{font-size:15px;margin-top:24px}
.agreement-section-xu p,.agreement-section-xu div{font-size:15px}
.agreement-section-xu hr{margin-top:24px;margin-bottom:24px}
}
@media (max-width: 480px) {
.agreement-section-xu{padding:24px 6px}
}
.acrd{display:flex;flex-direction:column;width:100%;max-width:100%;overflow-x:hidden}
.acrd ::selection{background:linear-gradient(90deg,#FA9B00,#09485E);color:#fff}
.acrd .tb{display:grid;grid-template-columns:1fr 1fr;min-width:0;background:#fff}
.acrd .tb__img-col{position:relative;overflow:hidden}
.acrd .tb__img{width:100%;height:100%;object-fit:cover;filter:none;display:block;transition:transform .55s cubic-bezier(0.25,0.46,0.45,0.94)}
.acrd .tb__img-col:hover .tb__img{transform:scale(1.04)}
.acrd .tb__text-col{display:flex;flex-direction:column;justify-content:center;padding:48px;background:#fff}
.acrd .tb__num{font-size:72px;line-height:1.15;font-weight:800;background:linear-gradient(120deg,#FA9B00,transparent 60%,#09485E);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block;margin-bottom:24px}
.acrd .tb__h1{font-size:31px;line-height:1.4;font-weight:700;color:#272727;margin:0 0 24px}
.acrd .tb__desc{font-size:18px;line-height:1.6;color:#3a3a3a;margin:0 0 24px}
.acrd .tb__badge-row{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap}
.acrd .badge{display:inline-flex;align-items:center;gap:6px;padding:6px 18px;border:2px solid #09485E;border-radius:6px;font-size:15px;line-height:1.4;color:#09485E;font-weight:600;transition:background .5s ease-in-out,color .5s ease-in-out}
.acrd .badge:hover{background:#09485E;color:#fff}
.acrd .badge svg{flex-shrink:0}
.acrd .detail{background:#f4f6f7;padding:48px 0}
.acrd .detail__inner{max-width:1500px;margin:0 auto;padding:0 48px}
.acrd .detail__head{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:48px}
.acrd .detail__h2{font-size:31px;line-height:1.4;font-weight:700;color:#272727;margin:0 0 12px;background:linear-gradient(110deg,#09485E,transparent 55%,#FA9B00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.acrd .detail__sub{font-size:18px;line-height:1.6;color:#3a3a3a;margin:0;max-width:640px}
.acrd .detail__divider{display:flex;align-items:center;justify-content:center;margin:0 0 48px;width:100%}
.acrd .detail__divider svg{display:block}
.acrd .detail__cols{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:24px;align-items:start}
.acrd .dcol{background:#fff;border-radius:18px;padding:24px;box-shadow:0 7px 28px 0 #09485e17;transition:box-shadow .5s ease-in-out,transform .5s ease-in-out}
.acrd .dcol:hover{box-shadow:0 12px 40px 0 #09485e21;transform:translateY(-4px)}
.acrd .dcol--accent{background:#09485E;border-radius:30px;padding:24px;box-shadow:0 12px 40px 0 #09485e21}
.acrd .dcol--accent .dcol__label{color:#ffffffb3}
.acrd .dcol--accent .dcol__val{color:#FA9B00}
.acrd .dcol--accent .dcol__p{color:#fff}
.acrd .dcol--accent .dcol__h{color:#fff}
.acrd .dcol__icon-box{width:48px;height:48px;border:2px solid #FA9B00;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;flex-shrink:0}
.acrd .dcol--accent .dcol__icon-box{border-color:#fff6}
.acrd .dcol__label{font-size:15px;line-height:1.4;color:#09485E;font-weight:600;text-transform:uppercase;letter-spacing:0;margin-bottom:6px;display:block}
.acrd .dcol__val{font-size:31px;line-height:1.15;font-weight:800;color:#FA9B00;margin-bottom:12px;display:block}
.acrd .dcol__h{font-size:18px;line-height:1.4;font-weight:700;color:#272727;margin:0 0 12px}
.acrd .dcol__p{font-size:15px;line-height:1.6;color:#444;margin:0}
.acrd .detail__list{list-style:none;padding:0;margin:24px 0 0;display:flex;flex-direction:column;gap:12px}
.acrd .detail__list li{display:flex;align-items:flex-start;gap:12px;font-size:15px;line-height:1.6;color:#3a3a3a}
.acrd .detail__list li svg{flex-shrink:0;margin-top:3px}
.acrd .dots-border{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px;padding:12px 0;justify-content:center;pointer-events:none}
.acrd .dot{border-radius:46px;background:#FA9B00;opacity:.18;flex-shrink:0}
.acrd .dot--sm{width:6px;height:6px}
.acrd .dot--md{width:10px;height:10px}
.acrd .dot--lg{width:14px;height:14px}
.acrd .row-reveal{opacity:0;transform:translateY(18px);animation:rowReveal .55s cubic-bezier(0.25,0.46,0.45,0.94) forwards}
.acrd .row-reveal--d1{animation-delay:.1s}
.acrd .row-reveal--d2{animation-delay:.25s}
.acrd .row-reveal--d3{animation-delay:.4s}
.acrd .row-reveal--d4{animation-delay:.55s}
@keyframes rowReveal {
to{opacity:1;transform:translateY(0)}
}
.acrd .tb__text-col .tb__h1 span{text-decoration:underline;text-decoration-color:#FA9B00;text-underline-offset:4px;transition:text-decoration-thickness .5s ease-in-out,text-decoration-color .5s ease-in-out;text-decoration-thickness:2px;cursor:default}
.acrd .tb__text-col .tb__h1 span:hover{text-decoration-color:#09485E;text-decoration-thickness:4px}
@media (max-width: 1024px) {
.acrd .detail__cols{grid-template-columns:1fr 1fr}
.acrd .dcol--accent{grid-column:1 / -1}
.acrd .tb{grid-template-columns:1fr}
.acrd .tb__img-col{height:320px}
.acrd .tb__text-col{padding:48px 24px}
}
@media (max-width: 768px) {
.acrd .detail__cols{grid-template-columns:1fr}
.acrd .dcol--accent{grid-column:auto}
.acrd .detail__inner{padding:0 24px}
.acrd .tb__num{font-size:48px}
.acrd .tb__h1{font-size:23px}
}
@media (max-width: 480px) {
.acrd .tb__text-col{padding:24px}
.acrd .detail{padding:24px 0}
.acrd .detail__inner{padding:0 12px}
.acrd .tb__badge-row{flex-direction:column}
}
.ld{display:block;width:100%;overflow-x:hidden}
.ld ::selection{background:linear-gradient(90deg,#FA9B00,#09485E);color:#fff}
.ld .pg-schema{display:none}
@keyframes trace-top {
from{width:0}
to{width:100%}
}
@keyframes trace-right {
from{height:0}
to{height:100%}
}
@keyframes trace-bottom {
from{width:0}
to{width:100%}
}
@keyframes trace-left {
from{height:0}
to{height:100%}
}
.ld .ttl{position:relative;text-align:center;padding:48px 24px}
.ld .ttl__img-wrap{position:relative;display:inline-block;max-width:900px;width:100%}
.ld .ttl__img{display:block;width:100%;object-fit:cover;object-position:center}
.ld .ttl__tint{position:absolute;inset:0;background:#fa9b002e;pointer-events:none}
.ld .ttl__text{max-width:900px;margin:24px auto 0;padding:0 12px}
.ld .ttl__h1{font-size:72px;line-height:1.15;color:#272727}
.ld .ttl__h1 span{background:linear-gradient(120deg,#09485E,transparent 55%,#FA9B00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.ld .crew{max-width:1500px;margin:0 auto;padding:48px 24px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.ld .crew__side{display:flex;flex-direction:column;gap:24px}
.ld .crew__label{font-size:15px;line-height:1.4;color:#FA9B00;text-transform:uppercase;letter-spacing:.08em}
.ld .crew__h2{font-size:31px;line-height:1.15;background:linear-gradient(110deg,#09485E,transparent 50%,#FA9B00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.ld .crew__portraits{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.ld .crew__portrait{display:flex;flex-direction:column;gap:12px}
.ld .crew__img-box{overflow:hidden;border-radius:6px;box-shadow:0 7px 28px 0 #09485e17}
.ld .crew__img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;object-position:top}
.ld .crew__name{font-size:18px;line-height:1.4;color:#272727}
.ld .crew__role{font-size:15px;line-height:1.6;color:#09485E}
.ld .crew__bio{font-size:15px;line-height:1.6;color:#272727}
.ld .crew__facts{display:flex;flex-direction:column;gap:24px;margin-top:12px}
.ld .crew__fact{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:start}
.ld .crew__num{width:40px;height:40px;border-radius:46px;background:#FA9B00;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1.15;color:#fff;flex-shrink:0}
.ld .crew__fact-text{font-size:15px;line-height:1.6;color:#272727;padding-top:6px}
.ld .val{background:#EFF6F8;padding:48px 0;position:relative}
.ld .val::before{content:'';display:block;width:100%;height:60px;background:linear-gradient(to bottom right,#fff 50%,#EFF6F8 50%);margin-top:-60px}
.ld .val__inner{max-width:1500px;margin:0 auto;padding:0 24px}
.ld .val__grid{display:grid;grid-template-columns:2fr 1fr 2fr;gap:48px;align-items:center}
.ld .val__img-wrap{position:relative;border-radius:18px;overflow:hidden;box-shadow:0 12px 40px 0 #fa9b0021}
.ld .val__img{display:block;width:100%;object-fit:cover;object-position:center}
.ld .val__img-overlay{position:absolute;inset:0;background:#09485e38;pointer-events:none}
.ld .val__mid{display:flex;flex-direction:column;gap:24px;align-items:center}
.ld .val__divider{width:2px;height:120px;background:linear-gradient(to bottom,#FA9B00,#09485E);border-radius:6px}
.ld .val__icon-circ{width:48px;height:48px;border-radius:46px;background:#09485E;display:flex;align-items:center;justify-content:flex-end;align-items:center;justify-content:center}
.ld .val__icon-circ svg{display:block}
.ld .val__text{display:flex;flex-direction:column;gap:24px}
.ld .val__h2{font-size:31px;line-height:1.15;background:linear-gradient(110deg,#FA9B00,transparent 50%,#09485E);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.ld .val__p{font-size:15px;line-height:1.6;color:#272727}
.ld .stays{max-width:1500px;margin:0 auto;padding:48px 24px}
.ld .stays__h2{font-size:31px;line-height:1.15;background:linear-gradient(115deg,#09485E,transparent 45%,#FA9B00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:48px;max-width:600px}
.ld .stays__cols{display:grid;grid-template-columns:60px 1fr 60px 1fr;gap:24px;align-items:start}
.ld .stays__lbl{font-size:15px;line-height:1.4;color:#FA9B00;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);align-self:center}
.ld .stays__block{display:flex;flex-direction:column;gap:12px;border:1.5px dashed #FA9B00;border-radius:18px;padding:24px;box-shadow:0 3px 6px 0 #fa9b000d}
.ld .stays__block-h{font-size:18px;line-height:1.4;color:#09485E}
.ld .stays__block-p{font-size:15px;line-height:1.6;color:#272727}
.ld .stays__img-wrap{grid-column:1 / -1;margin-top:24px;border-radius:18px;overflow:hidden;position:relative;box-shadow:0 7px 28px 0 #09485e17}
.ld .stays__img{display:block;width:100%;object-fit:cover;object-position:center;max-height:360px}
.ld .stays__img-tint{position:absolute;inset:0;background:#fa9b001f;pointer-events:none}
.ld .exp{background:#272727;padding:48px 0;position:relative}
.ld .exp::before{content:'';display:block;width:100%;height:50px;background:linear-gradient(to bottom left,#272727 50%,#fff 50%);margin-top:-50px}
.ld .exp__inner{max-width:1500px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.ld .exp__quote-side{display:flex;flex-direction:column;gap:24px}
.ld .exp__tag{display:inline-block;background:#fa9b002e;border-radius:6px;padding:6px 12px;font-size:15px;line-height:1.4;color:#FA9B00}
.ld .exp__h2{font-size:31px;line-height:1.15;background:linear-gradient(110deg,#FA9B00,transparent 55%,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.ld .exp__quotes{display:flex;flex-direction:column;gap:24px}
.ld .exp__q{border-radius:18px;padding:24px;background:#ffffff0a;box-shadow:0 3px 6px 0 #09485e0d;transition:background .55s ease-in-out}
.ld .exp__q:hover{background:#fa9b001f}
.ld .exp__q-text{font-size:15px;line-height:1.6;color:#e8e8e8;margin-bottom:12px}
.ld .exp__q-who{font-size:15px;line-height:1.4;color:#FA9B00}
.ld .exp__visual{display:flex;flex-direction:column;gap:24px}
.ld .exp__stat-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.ld .exp__stat{border-radius:18px;padding:24px;background:#09485e59;display:flex;flex-direction:column;gap:6px;box-shadow:0 7px 28px 0 #09485e17}
.ld .exp__stat-num{font-size:31px;line-height:1.15;color:#FA9B00}
.ld .exp__stat-desc{font-size:15px;line-height:1.6;color:#e8e8e8}
.ld .gap-sec{max-width:1500px;margin:0 auto;padding:48px 24px}
.ld .gap-sec__h2{font-size:31px;line-height:1.15;background:linear-gradient(115deg,#FA9B00,transparent 50%,#09485E);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:48px}
.ld .gap-sec__split{display:grid;grid-template-columns:1fr 80px 1fr;gap:24px;align-items:start}
.ld .gap-sec__side{display:flex;flex-direction:column;gap:24px}
.ld .gap-sec__side-lbl{font-size:15px;line-height:1.4;color:#FA9B00;padding:6px 12px;background:#fa9b001a;border-radius:6px;display:inline-block}
.ld .gap-sec__side-lbl--b{background:#09485e1a;color:#09485E}
.ld .gap-sec__list{display:flex;flex-direction:column;gap:12px;list-style:none;padding:0;margin:0}
.ld .gap-sec__list li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;font-size:15px;line-height:1.6;color:#272727}
.ld .gap-sec__list li svg{flex-shrink:0;margin-top:3px}
.ld .gap-sec__arrow{display:flex;align-items:center;justify-content:center;padding-top:48px}
.ld .gap-sec__cta{margin-top:48px;text-align:center}
.ld .gap-sec__btn{display:inline-block;padding:24px 48px;background:#FA9B00;color:#fff;border-radius:30px;font-size:18px;line-height:1.4;text-decoration:none;box-shadow:0 7px 28px 0 #fa9b0021;transition:transform .5s cubic-bezier(0.25,0.46,0.45,0.94),background .55s ease-in-out}
.ld .gap-sec__btn:hover{transform:scale(1.045);background:#09485E}
.ld .gap-sec__btn:focus{outline:3px solid #FA9B00;outline-offset:3px}
.ld .cond{background:#EFF6F8;padding:48px 0;position:relative}
.ld .cond::before{content:'';display:block;width:100%;height:50px;background:linear-gradient(to bottom right,#fff 50%,#EFF6F8 50%);margin-top:-50px}
.ld .cond__inner{max-width:1500px;margin:0 auto;padding:0 24px}
.ld .cond__h2{font-size:31px;line-height:1.15;background:linear-gradient(110deg,#09485E,transparent 50%,#FA9B00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:48px;max-width:700px}
.ld .cond__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.ld .cond__card{border-radius:18px;padding:24px;background:#fff;box-shadow:0 3px 6px 0 #09485e0d;position:relative;transition:box-shadow .5s cubic-bezier(0.25,0.46,0.45,0.94)}
.ld .cond__card:hover{box-shadow:0 12px 40px 0 #09485e21}
.ld .cond__card-num{width:36px;height:36px;border-radius:46px;background:#09485E;display:flex;align-items:center;justify-content:center;font-size:15px;line-height:1.15;color:#fff;margin-bottom:12px}
.ld .cond__card-h{font-size:18px;line-height:1.4;color:#09485E;margin-bottom:6px}
.ld .cond__card-p{font-size:15px;line-height:1.6;color:#272727}
.ld .cond__card{overflow:hidden}
.ld .cond__card::before,.ld .cond__card::after{content:'';position:absolute;background:#FA9B00;pointer-events:none}
.ld .cond__card::before{top:0;left:0;height:2px;width:0;animation:trace-top .65s ease-in-out .2s forwards}
.ld .cond__card::after{bottom:0;right:0;height:2px;width:0;animation:trace-bottom .65s ease-in-out .5s forwards}
.ld .cond__note{margin-top:48px;padding:24px;border-radius:18px;background:#09485e14;font-size:15px;line-height:1.6;color:#272727;max-width:700px}
.ld .cond__note a{color:#09485E;text-decoration:underline;transition:color .5s ease-in-out}
.ld .cond__note a:hover{color:#FA9B00}
@media (max-width: 1024px) {
.ld .crew{grid-template-columns:1fr}
.ld .val__grid{grid-template-columns:1fr}
.ld .val__mid{flex-direction:row}
.ld .val__divider{width:80px;height:2px}
.ld .stays__cols{grid-template-columns:1fr 1fr}
.ld .stays__lbl{display:none}
.ld .gap-sec__split{grid-template-columns:1fr 48px 1fr}
.ld .cond__grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 768px) {
.ld .ttl__h1{font-size:31px}
.ld .crew__portraits{grid-template-columns:1fr}
.ld .stays__cols{grid-template-columns:1fr}
.ld .exp__inner{grid-template-columns:1fr}
.ld .exp__stat-row{grid-template-columns:1fr}
.ld .gap-sec__split{grid-template-columns:1fr}
.ld .gap-sec__arrow{display:none}
.ld .cond__grid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.ld .ttl{padding:24px 12px}
.ld .crew{padding:24px 12px;gap:24px}
.ld .val__inner{padding:0 12px}
.ld .stays{padding:24px 12px}
.ld .exp__inner{padding:0 12px}
.ld .gap-sec{padding:24px 12px}
.ld .cond__inner{padding:0 12px}
.ld .gap-sec__btn{padding:12px 24px;font-size:15px}
}
.lp{position:relative;overflow-x:hidden;background:#fff}
.lp__texture{position:fixed;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 40px,#09485e06 40px,#09485e06 41px),repeating-linear-gradient(90deg,transparent,transparent 40px,#09485e06 40px,#09485e06 41px);pointer-events:none;z-index:0}
.lp__divider{width:100%;height:2px;background:radial-gradient(ellipse at 50% 50%,#FA9B00 0%,#fa9b0066 40%,transparent 70%);border:none;margin:0}
.lp__divider--secondary{background:radial-gradient(ellipse at 50% 50%,#09485E 0%,#09485e4d 45%,transparent 72%)}
.ttl{position:relative;z-index:1;max-width:1500px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;min-height:560px;padding:48px 48px 48px 0}
.ttl__img-col{position:relative;overflow:hidden;border-radius:0 18px 18px 0}
.ttl__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;animation:imgZoom 8s ease-in-out infinite alternate}
@keyframes imgZoom {
from{transform:scale(1)}
to{transform:scale(1.06)}
}
.ttl__vignette{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 50%,transparent 35%,#09485e73 100%);pointer-events:none}
.ttl__deco-line{position:absolute;top:0;right:-2px;width:3px;height:100%;background:linear-gradient(180deg,transparent 0%,#FA9B00 35%,#fa9b004d 70%,transparent 100%);pointer-events:none}
.ttl__text-col{display:flex;flex-direction:column;justify-content:flex-end;padding:48px 24px 24px 48px}
.ttl__label{font-size:15px;line-height:1.4;color:#FA9B00;font-weight:700;letter-spacing:0;margin-bottom:12px;opacity:0;animation:fadeUp .55s cubic-bezier(0.25,0.46,0.45,0.94) .1s forwards}
.ttl__h1{font-size:72px;line-height:1.15;font-weight:900;background:linear-gradient(110deg,#09485E 0%,transparent 50%,#FA9B00 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:24px;opacity:0;animation:fadeUp .6s cubic-bezier(0.25,0.46,0.45,0.94) .25s forwards}
.ttl__desc{font-size:18px;line-height:1.6;color:#272727;max-width:480px;opacity:0;animation:fadeUp .65s cubic-bezier(0.25,0.46,0.45,0.94) .4s forwards}
.ttl__desc-extra{font-size:15px;line-height:1.6;color:#09485E;max-width:480px;margin-top:12px;opacity:0;animation:fadeUp .65s cubic-bezier(0.25,0.46,0.45,0.94) .55s forwards}
.ttl__arrow-deco{width:40px;height:40px;margin-top:24px;opacity:0;animation:fadeUp .55s cubic-bezier(0.25,0.46,0.45,0.94) .7s forwards}
@keyframes fadeUp {
from{opacity:0;transform:translateY(18px)}
to{opacity:1;transform:translateY(0)}
}
.cur{position:relative;z-index:1;background:#09485e0a;padding:48px 0}
.cur__offset{max-width:1500px;margin:0 auto;padding:0 48px;margin-left:48px}
.cur__head{margin-bottom:48px}
.cur__eyebrow{font-size:15px;line-height:1.4;color:#09485E;font-weight:700;margin-bottom:12px}
.cur__h2{font-size:31px;line-height:1.15;font-weight:800;background:linear-gradient(110deg,#FA9B00 0%,transparent 55%,#09485E 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;max-width:600px}
.cur__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.cur__card{background:#fff;border-radius:18px;padding:24px;box-shadow:0 7px 28px 0 #09485e17;position:relative;transition:box-shadow .5s ease-in-out,transform .5s ease-in-out}
.cur__card:hover{box-shadow:0 12px 40px 0 #09485e21;transform:translateY(-4px)}
.cur__card-num{font-size:72px;line-height:1.15;font-weight:900;color:#fa9b001a;position:absolute;top:12px;right:18px;pointer-events:none}
.cur__card-icon{width:36px;height:36px;margin-bottom:12px}
.cur__card-h{font-size:18px;line-height:1.4;font-weight:700;color:#09485E;margin-bottom:6px}
.cur__card-sep{width:32px;height:2px;background:#FA9B00;margin-bottom:12px;border-radius:6px}
.cur__card-p{font-size:15px;line-height:1.6;color:#272727}
.cur__img-strip{margin-top:48px;border-radius:18px;overflow:hidden;box-shadow:0 7px 28px 0 #09485e17;max-height:320px}
.cur__img-strip img{width:100%;height:320px;object-fit:cover;object-position:center;display:block;transition:transform .65s ease-in-out}
.cur__img-strip:hover img{transform:scale(1.04)}
.team{position:relative;z-index:1;padding:48px 0;background:#fff}
.team__offset{max-width:1500px;margin:0 auto;padding:0 48px;margin-right:48px}
.team__head{margin-bottom:48px;text-align:right}
.team__eyebrow{font-size:15px;line-height:1.4;color:#FA9B00;font-weight:700;margin-bottom:12px}
.team__h2{font-size:31px;line-height:1.15;font-weight:800;background:linear-gradient(110deg,#09485E 0%,transparent 55%,#FA9B00 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}
.team__row{display:flex;flex-direction:row;gap:24px;align-items:flex-start}
.team__member{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px;border-radius:18px;background:#fa9b000a;box-shadow:0 3px 6px 0 #fa9b000d;transition:background .5s ease-in-out,box-shadow .5s ease-in-out}
.team__member:hover{background:#09485e0d;box-shadow:0 7px 28px 0 #09485e17}
.team__portrait{width:120px;height:160px;border-radius:18px;object-fit:cover;object-position:top;margin-bottom:12px;box-shadow:0 7px 28px 0 #09485e17}
.team__name{font-size:18px;line-height:1.4;font-weight:700;color:#09485E;margin-bottom:6px}
.team__role-sep{width:28px;height:2px;background:#FA9B00;border-radius:6px;margin:0 auto 6px}
.team__role{font-size:15px;line-height:1.4;color:#FA9B00;font-weight:600;margin-bottom:12px}
.team__bio{font-size:15px;line-height:1.6;color:#272727}
.team__noimg{width:120px;height:160px;border-radius:18px;background:linear-gradient(135deg,#fa9b0026 0%,#09485e26 100%);margin-bottom:12px;display:flex;align-items:center;justify-content:center}
.team__noimg-svg{width:48px;height:48px;opacity:.4}
.team__dashed{border:none;border-top:2px dashed #09485e33;width:80%;margin:24px auto 0}
@media (max-width: 1024px) {
.ttl{grid-template-columns:1fr;padding:24px}
.ttl__img-col{height:300px;border-radius:18px}
.ttl__text-col{padding:24px 0}
.ttl__h1{font-size:31px}
.cur__grid{grid-template-columns:1fr 1fr}
.cur__offset{margin-left:0}
.team__offset{margin-right:0}
}
@media (max-width: 768px) {
.ttl{padding:12px}
.ttl__text-col{padding:24px 0}
.ttl__h1{font-size:31px}
.cur__offset{padding:0 24px;margin-left:0}
.cur__grid{grid-template-columns:1fr}
.team__offset{padding:0 24px;margin-right:0}
.team__head{text-align:left}
.team__row{flex-direction:column}
}
@media (max-width: 480px) {
.ttl__h1{font-size:23px}
.cur__h2,.team__h2{font-size:23px}
.cur__offset{padding:0 12px}
.team__offset{padding:0 12px}
.lp .cur{padding:24px 0}
.team{padding:24px 0}
}
.ctc-us{background:#fff;overflow-x:clip}
.ctc-us .pg-num{display:flex;align-items:center;gap:24px;justify-content:center;padding:48px 24px 0}
.ctc-us .pg-num span{display:block;height:1px;flex:1;max-width:200px;background:#09485E;opacity:.18}
.ctc-us .pg-num em{font-style:normal;font-size:15px;color:#09485E;opacity:.45;letter-spacing:.18em}
.ctc-us .reach{padding:48px 24px;max-width:1500px;margin:0 auto}
.ctc-us .reach__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.ctc-us .reach__left{padding:48px;background:#09485E;border-radius:18px;box-shadow:0 12px 40px 0 #09485e21;position:relative;overflow:hidden}
.ctc-us .reach__left::before{content:"";position:absolute;top:-40px;right:-40px;width:160px;height:160px;border:2px dashed #fa9b004d;border-radius:46px;pointer-events:none}
.ctc-us .reach__bg-num{position:absolute;bottom:-24px;left:-12px;font-size:160px;font-weight:900;color:#fa9b0012;line-height:1.15;pointer-events:none;user-select:none}
.ctc-us .reach__label{display:inline-block;font-size:15px;letter-spacing:.22em;color:#FA9B00;text-transform:uppercase;margin-bottom:24px;line-height:1.4}
.ctc-us .reach__label::after{content:"";display:block;height:1px;width:48px;background:#FA9B00;margin-top:6px;opacity:.5}
.ctc-us .reach__heading{font-size:31px;line-height:1.15;color:#fff;margin-bottom:24px;background:linear-gradient(120deg,#fff 0%,#fa9b00cc 60%,#FA9B00 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.ctc-us .reach__desc{font-size:15px;line-height:1.6;color:#ffffffb8;margin-bottom:48px}
.ctc-us .reach__detail{display:flex;flex-direction:column;gap:24px}
.ctc-us .reach__item{display:flex;flex-direction:row;align-items:flex-start;gap:12px}
.ctc-us .reach__icon{width:40px;height:40px;border-radius:6px;background:#fa9b0026;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ctc-us .reach__icon svg{width:18px;height:18px}
.ctc-us .reach__item-body{display:flex;flex-direction:column;gap:6px}
.ctc-us .reach__item-lbl{font-size:15px;color:#ffffff73;line-height:1.4;letter-spacing:.08em}
.ctc-us .reach__item-val{font-size:15px;color:#fff;line-height:1.4;text-decoration:none;transition:color .55s cubic-bezier(0.25,0.46,0.45,0.94)}
.ctc-us .reach__item-val:hover{color:#FA9B00}
.ctc-us .reach__right{padding:48px;border-radius:18px;border:2px dashed #09485e26;background:#fff;box-shadow:0 7px 28px 0 #fa9b0017}
.ctc-us .form__head{margin-bottom:24px}
.ctc-us .form__title{font-size:23px;line-height:1.15;background:linear-gradient(135deg,#09485E 0%,#fa9b0099 55%,#FA9B00 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:6px}
.ctc-us .form__sub{font-size:15px;color:#2727278c;line-height:1.4;letter-spacing:.14em}
.ctc-us .frm{display:flex;flex-direction:column;gap:24px}
.ctc-us .frm__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ctc-us .frm__field{display:flex;flex-direction:column;gap:6px}
.ctc-us .frm__field--full{grid-column:1 / -1}
.ctc-us .frm__lbl{font-size:15px;color:#272727;line-height:1.4;font-weight:600}
.ctc-us .frm__inp{padding:12px 18px;border-radius:6px;border:1.5px solid #09485e2e;background:#fff;font-size:15px;color:#272727;line-height:1.4;outline:none;box-shadow:inset 0 2px 4px 0 #09485e0d;transition:border-color .5s ease-in-out,box-shadow .5s ease-in-out;width:100%;box-sizing:border-box}
.ctc-us .frm__inp::placeholder{color:#27272759;font-weight:300}
.ctc-us .frm__inp:focus{border-color:#FA9B00;box-shadow:inset 0 2px 4px 0 #09485e0d 0 0 0 3px #fa9b001f}
.ctc-us .frm__sel{padding:12px 18px;border-radius:6px;border:1.5px solid #09485e2e;background:#fff;font-size:15px;color:#272727;line-height:1.4;outline:none;box-shadow:inset 0 2px 4px 0 #09485e0d;transition:border-color .5s ease-in-out,box-shadow .5s ease-in-out;width:100%;box-sizing:border-box;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%2309485E' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}
.ctc-us .frm__sel:focus{border-color:#FA9B00;box-shadow:inset 0 2px 4px 0 #09485e0d 0 0 0 3px #fa9b001f}
.ctc-us .frm__textarea{padding:12px 18px;border-radius:6px;border:1.5px solid #09485e2e;background:#fff;font-size:15px;color:#272727;line-height:1.6;outline:none;box-shadow:inset 0 2px 4px 0 #09485e0d;transition:border-color .5s ease-in-out,box-shadow .5s ease-in-out;width:100%;box-sizing:border-box;resize:vertical;min-height:100px}
.ctc-us .frm__textarea::placeholder{color:#27272759;font-weight:300}
.ctc-us .frm__textarea:focus{border-color:#FA9B00;box-shadow:inset 0 2px 4px 0 #09485e0d 0 0 0 3px #fa9b001f}
.ctc-us .frm__privacy{display:flex;flex-direction:row;align-items:flex-start;gap:12px}
.ctc-us .frm__checkbox{width:18px;height:18px;flex-shrink:0;margin-top:2px;accent-color:#FA9B00;cursor:pointer}
.ctc-us .frm__privacy-txt{font-size:15px;color:#272727a6;line-height:1.6}
.ctc-us .frm__privacy-txt a{color:#09485E;text-decoration:underline;text-underline-offset:2px;transition:color .48s ease-in-out}
.ctc-us .frm__privacy-txt a:hover{color:#FA9B00}
.ctc-us .frm__btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:18px 48px;background:#FA9B00;color:#fff;font-size:15px;font-weight:700;border:none;border-radius:6px;cursor:pointer;letter-spacing:.08em;box-shadow:0 7px 28px 0 #fa9b0021;transition:background .52s ease-in-out,transform .45s cubic-bezier(0.25,0.46,0.45,0.94),box-shadow .52s ease-in-out;position:relative;overflow:hidden;align-self:flex-start}
.ctc-us .frm__btn::before{content:"";position:absolute;inset:0;background:#09485E;transform:scaleX(0);transform-origin:left;border-radius:6px;transition:transform .55s cubic-bezier(0.25,0.46,0.45,0.94);z-index:0}
.ctc-us .frm__btn:hover::before{transform:scaleX(1)}
.ctc-us .frm__btn:hover{transform:scale(1.03);box-shadow:0 12px 40px 0 #fa9b002e}
.ctc-us .frm__btn span{position:relative;z-index:1}
.ctc-us .frm__btn:focus-visible{outline:3px solid #FA9B00;outline-offset:3px}
.ctc-us .divider--2{display:flex;align-items:center;gap:24px;justify-content:center;padding:0 24px}
.ctc-us .divider--2 span{display:block;height:1px;flex:1;max-width:200px;background:#FA9B00;opacity:.2}
.ctc-us .divider--2 em{font-style:normal;font-size:15px;color:#FA9B00;opacity:.5;letter-spacing:.18em}
.ctc-us .img-strip{padding:48px 0;position:relative}
.ctc-us .img-strip__bg{position:absolute;inset:0;overflow:hidden;border-radius:0}
.ctc-us .img-strip__bg img{width:100%;height:100%;object-fit:cover;filter:blur(6px) brightness(0.38);transform:scale(1.06)}
.ctc-us .img-strip__body{position:relative;z-index:1;max-width:1500px;margin:0 auto;padding:48px 24px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:48px;align-items:center}
.ctc-us .img-strip__metric{display:flex;flex-direction:column;gap:6px;padding:24px;border-radius:18px;background:#ffffff0f;border:1px solid #ffffff1f;box-shadow:0 7px 28px 0 #09485e17;transition:background .58s ease-in-out,border-color .58s ease-in-out}
.ctc-us .img-strip__metric:hover{background:#fa9b001f;border-color:#fa9b004d}
.ctc-us .img-strip__num{font-size:72px;line-height:1.15;font-weight:900;background:linear-gradient(120deg,#FA9B00 0%,#ffffffb3 60%,#fff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.ctc-us .img-strip__mlbl{font-size:15px;color:#fff9;line-height:1.4;letter-spacing:.1em}
.ctc-us .img-strip__txt{display:flex;flex-direction:column;gap:12px}
.ctc-us .img-strip__q{font-size:23px;line-height:1.4;color:#fff;font-weight:600}
.ctc-us .img-strip__p{font-size:15px;color:#ffffffa6;line-height:1.6}
.ctc-us .divider--3{display:flex;align-items:center;gap:24px;justify-content:center;padding:0 24px}
.ctc-us .divider--3 span{display:block;height:1px;flex:1;max-width:220px;background:#09485E;opacity:.12}
.ctc-us .divider--3 em{font-style:normal;font-size:15px;color:#09485E;opacity:.35;letter-spacing:.18em}
.ctc-us .expect{padding:48px 24px;max-width:1500px;margin:0 auto}
.ctc-us .expect__top{display:flex;flex-direction:column;gap:6px;margin-bottom:48px;max-width:640px}
.ctc-us .expect__h{font-size:31px;line-height:1.15;background:linear-gradient(115deg,#09485E 0%,#fa9b0080 55%,#FA9B00 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.ctc-us .expect__cap{font-size:15px;color:#27272773;letter-spacing:.18em;line-height:1.4}
.ctc-us .expect__list{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;list-style:none;padding:0;margin:0}
.ctc-us .expect__item{padding:24px;border-radius:18px;background:#fff;box-shadow:0 3px 6px 0 #fa9b000d 0 7px 28px 0 #09485e17;display:flex;flex-direction:column;gap:12px;position:relative;transition:box-shadow .55s ease-in-out,transform .5s cubic-bezier(0.25,0.46,0.45,0.94)}
.ctc-us .expect__item:hover{box-shadow:0 12px 40px 0 #fa9b0021;transform:translateY(-4px)}
.ctc-us .expect__ico{width:44px;height:44px;border-radius:6px;background:#09485e12;display:flex;align-items:center;justify-content:center}
.ctc-us .expect__ico svg{width:20px;height:20px}
.ctc-us .expect__ititle{font-size:15px;font-weight:700;color:#272727;line-height:1.4}
.ctc-us .expect__idesc{font-size:15px;color:#27272799;line-height:1.6}
.ctc-us .expect__item--accent{background:#09485E}
.ctc-us .expect__item--accent .expect__ititle{color:#fff}
.ctc-us .expect__item--accent .expect__idesc{color:#ffffff9e}
.ctc-us .expect__item--accent .expect__ico{background:#fa9b002e}
@keyframes col-reveal {
from{opacity:0;transform:translateY(18px)}
to{opacity:1;transform:translateY(0)}
}
.ctc-us .reach__left{animation:col-reveal .6s cubic-bezier(0.25,0.46,0.45,0.94) both}
.ctc-us .reach__right{animation:col-reveal .65s cubic-bezier(0.25,0.46,0.45,0.94) .12s both}
@media (max-width: 1024px) {
.ctc-us .reach__grid{grid-template-columns:1fr;gap:24px}
.ctc-us .expect__list{grid-template-columns:1fr 1fr}
.ctc-us .img-strip__body{grid-template-columns:1fr 1fr}
.ctc-us .img-strip__txt{grid-column:1 / -1}
}
@media (max-width: 768px) {
.ctc-us .reach__left,.ctc-us .reach__right{padding:24px}
.ctc-us .frm__row{grid-template-columns:1fr}
.ctc-us .frm__row .frm__field--full{grid-column:1}
.ctc-us .expect__list{grid-template-columns:1fr}
.ctc-us .img-strip__body{grid-template-columns:1fr;padding:24px}
.ctc-us .img-strip__num{font-size:48px}
.ctc-us .frm__btn{width:100%;justify-content:center}
}
@media (max-width: 480px) {
.ctc-us .reach{padding:24px 12px}
.ctc-us .expect{padding:24px 12px}
.ctc-us .reach__heading{font-size:23px}
}
.abt{width:100%;max-width:100%;overflow-x:hidden}
.abt *{box-sizing:border-box}
.abt ::selection{background:linear-gradient(90deg,#FA9B00,#09485E);color:#fff}
.abt .pg-band{width:100%;height:4px;background:linear-gradient(90deg,#FA9B00,transparent 50%,#09485E)}
.abt .ttl-blk{position:relative;padding:72px 48px;background:linear-gradient(180deg,transparent 0%,#09485e12 60%,#09485e2e 100%);overflow:hidden}
.abt .ttl-blk__bg{position:absolute;inset:0;background-image:url(./product_images/hero17-web.jpg);background-size:cover;background-position:center;z-index:0;animation:bgdrift 18s ease-in-out infinite alternate;filter:brightness(0.22) saturate(0.7)}
@keyframes bgdrift {
from{background-position:center 55%}
to{background-position:center 45%}
}
.abt .ttl-blk__grain{position:absolute;inset:0;z-index:1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");opacity:.35;pointer-events:none}
.abt .ttl-blk__dots{position:absolute;top:48px;right:72px;z-index:2;display:flex;flex-direction:column;gap:12px;pointer-events:none}
.abt .ttl-blk__dots-row{display:flex;flex-direction:row;gap:12px}
.abt .ttl-blk__dot{width:6px;height:6px;border-radius:46px;background:#fa9b0059}
.abt .ttl-blk__dot--bright{background:#fa9b00b3}
.abt .ttl-blk__body{position:relative;z-index:3;max-width:1500px;margin:0 auto}
.abt .ttl-blk__eyebrow{display:inline-block;font-size:15px;line-height:1.4;color:#FA9B00;letter-spacing:.08em;text-transform:uppercase;margin-bottom:24px;padding:6px 18px;border:1.5px solid #fa9b0066;border-radius:30px}
.abt .ttl-blk__h1{font-size:72px;line-height:1.15;margin:0 0 24px;background:linear-gradient(135deg,#FA9B00,#fa9b0066 45%,#09485E);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;max-width:820px}
.abt .ttl-blk__sub{font-size:23px;line-height:1.6;color:#ffffffd1;max-width:560px;margin:0}
.abt .ttl-blk__meta{margin-top:48px;display:flex;flex-direction:row;gap:24px;flex-wrap:wrap}
.abt .ttl-blk__stat{display:flex;flex-direction:column;gap:6px;padding:18px 24px;background:#ffffff0f;border:1px solid #fa9b0038;border-radius:18px}
.abt .ttl-blk__stat-num{font-size:31px;line-height:1.15;color:#FA9B00}
.abt .ttl-blk__stat-lbl{font-size:15px;line-height:1.4;color:#fff9}
.abt .band-divider{width:100%;height:6px;background:#FA9B00}
.abt .abt-main{background:#fff;padding:72px 48px}
.abt .abt-main__inner{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:48px;align-items:start}
.abt .abt-main__left{display:flex;flex-direction:column;gap:48px}
.abt .abt-main__story{display:flex;flex-direction:column;gap:24px}
.abt .abt-main__h2{font-size:31px;line-height:1.15;margin:0;background:linear-gradient(135deg,#09485E,#09485e80 45%,#FA9B00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.abt .abt-main__p{font-size:18px;line-height:1.6;color:#272727;margin:0}
.abt .abt-main__imgs{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.abt .abt-main__img-wrap{overflow:hidden;border-radius:18px;position:relative}
.abt .abt-main__img-wrap::after{content:'';position:absolute;inset:0;background:#09485e00;transition:background .55s cubic-bezier(0.25,0.46,0.45,0.94);border-radius:18px}
.abt .abt-main__img-wrap:hover::after{background:#09485e61}
.abt .abt-main__img-wrap img{width:100%;height:220px;object-fit:cover;display:block;transition:transform .65s ease-in-out}
.abt .abt-main__img-wrap:hover img{transform:scale(1.04)}
.abt .abt-main__img-wide{grid-column:span 2}
.abt .abt-main__img-wide img{height:300px}
.abt .abt-main__right{display:flex;flex-direction:column;gap:24px;position:sticky;top:48px}
.abt .radar-card{background:#fff;border:1.5px solid #09485e1f;border-radius:18px;padding:24px;box-shadow:0 7px 28px 0 #09485e17}
.abt .radar-card__h3{font-size:18px;line-height:1.4;color:#09485E;margin:0 0 24px;background:linear-gradient(135deg,#09485E,#09485e80 45%,#FA9B00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.abt .radar-wrap{width:100%;display:flex;flex-direction:column;align-items:center}
.abt .radar-wrap svg{width:100%;max-width:260px;height:auto}
.abt .radar-legend{margin-top:24px;display:flex;flex-direction:column;gap:12px;width:100%}
.abt .radar-legend__item{display:flex;flex-direction:row;align-items:center;gap:12px}
.abt .radar-legend__dot{width:10px;height:10px;border-radius:6px;background:#FA9B00;flex-shrink:0}
.abt .radar-legend__lbl{font-size:15px;line-height:1.4;color:#272727}
.abt .person-card{background:linear-gradient(160deg,#09485e0d 0%,#fa9b000d 100%);border:1.5px solid #fa9b0033;border-radius:18px;padding:24px;display:flex;flex-direction:row;gap:18px;align-items:flex-start;box-shadow:0 3px 6px 0 #fa9b000d}
.abt .person-card__img-wrap{flex-shrink:0;width:72px;height:90px;overflow:hidden}
.abt .person-card__img-wrap img{width:72px;height:90px;object-fit:cover;object-position:top;display:block}
.abt .person-card__info{display:flex;flex-direction:column;gap:6px}
.abt .person-card__name{font-size:18px;line-height:1.4;color:#09485E;margin:0}
.abt .person-card__role{font-size:15px;line-height:1.4;color:#FA9B00;margin:0}
.abt .person-card__quote{font-size:15px;line-height:1.6;color:#272727;margin:6px 0 0}
.abt .approach-list{display:flex;flex-direction:column;gap:24px;margin:0;padding:0;list-style:none}
.abt .approach-list__item{display:flex;flex-direction:row;gap:18px;align-items:flex-start;padding:18px 24px;background:#fff;border-radius:18px;border:1.5px solid #09485e1a;box-shadow:0 3px 6px 0 #09485e0d;transition:border-color .5s ease-in-out,box-shadow .5s ease-in-out}
.abt .approach-list__item:hover{border-color:#fa9b0080;box-shadow:0 7px 28px 0 #fa9b0017}
.abt .approach-list__icon{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center}
.abt .approach-list__text{display:flex;flex-direction:column;gap:6px}
.abt .approach-list__h4{font-size:18px;line-height:1.4;color:#09485E;margin:0}
.abt .approach-list__p{font-size:15px;line-height:1.6;color:#272727;margin:0}
.abt .band-divider--secondary{width:100%;height:6px;background:#09485E}
.abt .form-sec{background:linear-gradient(170deg,#09485e0f 0%,#fa9b000f 100%);padding:72px 48px}
.abt .form-sec__inner{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:5fr 7fr;gap:48px;align-items:start}
.abt .form-sec__aside{display:flex;flex-direction:column;gap:24px}
.abt .form-sec__h2{font-size:31px;line-height:1.15;margin:0;background:linear-gradient(135deg,#FA9B00,#fa9b0066 45%,#09485E);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.abt .form-sec__desc{font-size:18px;line-height:1.6;color:#272727;margin:0}
.abt .contact-info{display:flex;flex-direction:column;gap:12px;margin-top:12px}
.abt .contact-info__row{display:flex;flex-direction:row;gap:12px;align-items:center;font-size:15px;line-height:1.4;color:#272727}
.abt .contact-info__icon{flex-shrink:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center}
.abt .frm{background:#fff;border-radius:18px;padding:48px;box-shadow:0 12px 40px 0 #09485e21;display:flex;flex-direction:column;gap:24px}
.abt .frm__row{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.abt .frm__grp{display:flex;flex-direction:column;gap:6px}
.abt .frm__grp--full{grid-column:span 2}
.abt .frm__lbl{font-size:15px;line-height:1.4;color:#09485E}
.abt .frm__input{font-size:15px;line-height:1.6;color:#272727;padding:12px 18px;border:1.5px solid #09485e33;border-radius:6px;background:#fff;outline:none;box-shadow:inset 0 2px 4px 0 #09485e0d;transition:border-color .5s cubic-bezier(0.25,0.46,0.45,0.94),box-shadow .5s cubic-bezier(0.25,0.46,0.45,0.94);width:100%}
.abt .frm__input::placeholder{color:#27272766;font-weight:300}
.abt .frm__input:focus{border-color:#FA9B00;box-shadow:inset 0 2px 4px 0 #fa9b0014 0 0 0 3px #fa9b0026}
.abt .frm__select{font-size:15px;line-height:1.6;color:#272727;padding:12px 18px;border:1.5px solid #09485e33;border-radius:6px;background:#fff;outline:none;box-shadow:inset 0 2px 4px 0 #09485e0d;transition:border-color .5s cubic-bezier(0.25,0.46,0.45,0.94);width:100%;appearance:none}
.abt .frm__select:focus{border-color:#FA9B00}
.abt .frm__checks{display:flex;flex-direction:column;gap:12px}
.abt .frm__check-row{display:flex;flex-direction:row;align-items:flex-start;gap:12px}
.abt .frm__check-row input[type="checkbox"]{width:18px;height:18px;flex-shrink:0;margin-top:2px;accent-color:#FA9B00;cursor:pointer}
.abt .frm__check-lbl{font-size:15px;line-height:1.6;color:#272727}
.abt .frm__check-lbl a{color:#09485E;text-decoration:underline;transition:color .45s ease-in-out}
.abt .frm__check-lbl a:hover{color:#FA9B00}
.abt .frm__btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:18px 48px;background:#FA9B00;color:#fff;font-size:18px;line-height:1.4;border:none;border-radius:30px;cursor:pointer;box-shadow:0 7px 28px 0 #fa9b0017;transition:background .5s cubic-bezier(0.25,0.46,0.45,0.94),transform .45s ease-in-out;align-self:flex-start}
.abt .frm__btn:hover{background:#09485E;transform:scale(1.04)}
.abt .frm__btn:focus{outline:3px solid #fa9b0099;outline-offset:3px}
.abt .frm__btn:active{transform:scale(0.98)}
@media (max-width: 1024px) {
.abt .abt-main__inner{grid-template-columns:1fr}
.abt .abt-main__right{position:static}
.abt .form-sec__inner{grid-template-columns:1fr}
.abt .ttl-blk__h1{font-size:48px}
}
@media (max-width: 768px) {
.abt .ttl-blk{padding:48px 24px}
.abt .ttl-blk__dots{display:none}
.abt .ttl-blk__h1{font-size:31px}
.abt .ttl-blk__sub{font-size:18px}
.abt .ttl-blk__meta{gap:12px}
.abt .abt-main{padding:48px 24px}
.abt .abt-main__imgs{grid-template-columns:1fr}
.abt .abt-main__img-wide{grid-column:span 1}
.abt .frm{padding:24px}
.abt .frm__row{grid-template-columns:1fr}
.abt .frm__grp--full{grid-column:span 1}
.abt .form-sec{padding:48px 24px}
.abt .person-card{flex-direction:column}
}
@media (max-width: 480px) {
.abt .ttl-blk__h1{font-size:23px}
.abt .abt-main__h2,.abt .form-sec__h2{font-size:23px}
.abt .frm__btn{width:100%}
}
.succ-pg{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;background:#fff}
.succ-pg .succ-card{max-width:560px;width:100%;background:#fff;border:1.5px solid #09485e1f;border-radius:18px;padding:48px;box-shadow:0 7px 28px 0 #fa9b0017;text-align:center}
.succ-pg .succ-card__icon{width:64px;height:64px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center}
.succ-pg .succ-card__icon svg{width:64px;height:64px}
.succ-pg .succ-card__title{font-size:31px;line-height:1.15;color:#09485E;margin:0 0 12px;background:linear-gradient(120deg,#09485E,#09485e66,#FA9B00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.succ-pg .succ-card__text{font-size:18px;line-height:1.6;color:#272727;margin:0 0 24px}
.succ-pg .succ-card__sub{font-size:15px;line-height:1.4;color:#09485E;margin:0 0 48px;opacity:.75}
.succ-pg .succ-card__btn{display:inline-block;padding:12px 48px;background:#FA9B00;color:#fff;font-size:18px;line-height:1.4;border-radius:6px;text-decoration:none;border:none;cursor:pointer;transition:background-color .55s ease-in-out,transform .5s cubic-bezier(0.25,0.46,0.45,0.94),box-shadow .5s ease-in-out;box-shadow:0 3px 6px 0 #fa9b000d}
.succ-pg .succ-card__btn:hover{background:#09485E;transform:scale(1.04);box-shadow:0 12px 40px 0 #fa9b0021}
.succ-pg .succ-card__btn:focus{outline:2px solid #FA9B00;outline-offset:3px}
.succ-pg .succ-card__btn:active{transform:scale(0.98)}
@media (max-width: 480px) {
.succ-pg .succ-card{padding:24px}
.succ-pg .succ-card__title{font-size:23px}
.succ-pg .succ-card__text{font-size:15px}
}