:root{--cmp-teal:#08af7d;--cmp-teal-dark:#0f6e56;--cmp-navy:#202437;--cmp-off-white:#f7faf9}.tlp-cmp{font-family:Manrope,Inter,Helvetica,sans-serif}.cmp-hero{align-items:center;background-color:#ededed;background-position:right 60% top;background-repeat:no-repeat;background-size:cover;display:flex;min-height:500px}@media (max-width:992px){.cmp-hero{background-position:50%;min-height:360px}}.cmp-hero__inner{animation:cmp-fade-up .6s ease both;margin:0 auto;max-width:1200px;padding:0 120px;text-align:left;width:100%}@media (max-width:992px){.cmp-hero__inner{padding:0 30px}}.cmp-hero__title{color:#09222b;font-size:50px;font-weight:700;line-height:1.2;margin:0 0 16px}@media (max-width:980px){.cmp-hero__title{font-size:36px}}@media (max-width:768px){.cmp-hero__title{font-size:26px}}.cmp-hero__subtitle{color:#09222b;font-size:16px;font-weight:500;line-height:1.5;margin:0;max-width:520px}.cmp-safe{background:var(--cmp-off-white);padding:80px 120px}@media (max-width:992px){.cmp-safe{padding:60px 30px}}.cmp-safe__grid{align-items:center;display:grid;gap:56px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}@media (max-width:900px){.cmp-safe__grid{gap:40px;grid-template-columns:1fr}}.cmp-safe__title{color:var(--cmp-navy);font-size:32px;font-weight:600;line-height:1.25;margin:0 0 20px}@media (max-width:768px){.cmp-safe__title{font-size:26px}}.cmp-safe__text p{color:var(--cmp-navy);font-size:17px;line-height:1.7;margin:0 0 18px}.cmp-safe__text a{color:var(--cmp-teal);text-decoration:none}.cmp-safe__text a:hover{color:var(--cmp-teal-dark);text-decoration:underline}.cmp-safe__media{text-align:center}.cmp-safe__media img{border-radius:12px;box-shadow:0 12px 32px rgba(13,27,42,.12);display:inline-block;height:auto;max-width:290px;width:100%}@keyframes cmp-fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}