.hero-wrapper{max-width:var(--container-max-width,1800px);margin:40px auto}.hero-wrapper.hero-fullscreen{max-width:100%;margin:0}.hero-grid{gap:16px;display:grid}.hero-grid--2{grid-template-columns:repeat(2,1fr)}.hero-grid--3{grid-template-columns:repeat(3,1fr)}.hero-grid--4{grid-template-columns:repeat(4,1fr)}.hero-section{align-items:center;display:flex;position:relative;overflow:hidden}.hero-wrapper:not(.hero-grid) .hero-section{width:100%}.hero-small .hero-section{min-height:300px}.hero-medium .hero-section{min-height:450px}.hero-large .hero-section{min-height:600px}.hero-fullscreen .hero-section{min-height:100vh}.hero-grid .hero-section{min-height:0}.hero-grid.hero-small .hero-section{aspect-ratio:16/9}.hero-grid.hero-medium .hero-section{aspect-ratio:4/3}.hero-grid.hero-large .hero-section{aspect-ratio:3/4}.hero-grid .hero-title{font-size:clamp(1.2rem,3vw,2.5rem)}.hero-grid .hero-subtitle{margin-bottom:1rem;font-size:clamp(.85rem,1.5vw,1.15rem)}.hero-grid .hero-cta-button{padding:.75rem 1.8rem;font-size:.9rem}@media (max-width:992px){.hero-grid--3,.hero-grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.hero-grid{grid-template-columns:1fr}.hero-wrapper{margin:20px auto}.hero-grid.hero-wrapper{gap:12px}.hero-grid .hero-section{aspect-ratio:unset}}.hero-background-image,.hero-background-video{object-fit:cover;background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.hero-youtube-video{pointer-events:none;width:100vw;min-width:177.77vh;height:56.25vw;min-height:100vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-youtube-facade{z-index:1;background:linear-gradient(160deg,#1a1a1a 0%,#2c2c2c 100%);justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.hero-youtube-facade__btn{color:#fff;cursor:pointer;font:inherit;background:#00000073;border:1px solid #ffffff59;border-radius:.5rem;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1.75rem;display:inline-flex}.hero-youtube-facade__btn:hover{outline-offset:2px;background:#000000a6;outline:2px solid #fff}.hero-youtube-facade__btn:focus-visible{outline-offset:2px;background:#000000a6;outline:2px solid #fff}.hero-youtube-facade__icon{font-size:1.75rem;line-height:1}.hero-youtube-facade__label{font-weight:600}.hero-youtube-facade__hint{opacity:.8;font-size:.8rem}.hero-overlay{background:#000;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.hero-content{z-index:2;color:#fff;box-sizing:border-box;flex-direction:column;justify-content:center;width:100%;min-width:0;max-width:100%;padding:2rem;display:flex;position:relative;overflow:hidden}.text-left .hero-content{text-align:left;align-items:flex-start}.text-center .hero-content{text-align:center;align-items:center}.text-right .hero-content{text-align:right;align-items:flex-end}.hero-title{text-shadow:0 4px 20px #00000080;overflow-wrap:break-word;word-break:break-word;margin-bottom:1rem;font-size:clamp(2rem,5vw,4rem);font-weight:800;line-height:1.2}.hero-subtitle{opacity:.95;text-shadow:0 2px 10px #0000004d;overflow-wrap:break-word;word-break:break-word;margin-bottom:1.5rem;font-size:clamp(1rem,2vw,1.5rem);line-height:1.5}a.hero-section--clickable{color:inherit;cursor:pointer;width:100%;min-height:inherit;text-decoration:none;display:flex}.hero-section--clickable .hero-overlay{transition:opacity .3s}.hero-section--clickable:hover .hero-overlay{opacity:.25!important}.hero-cta-button{background:var(--primary-color,#2563eb);color:#fff;box-shadow:0 4px 12px var(--primary-alpha-25,#2563eb40);pointer-events:none;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;border:2px solid #0000;border-radius:30px;max-width:100%;padding:1rem 2.5rem;font-weight:700;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-block;overflow:hidden}.hero-section--clickable:hover .hero-cta-button{background:var(--primary-color-hover,#1d4ed8)}@media (hover:hover){.hero-section--clickable:hover .hero-cta-button{transform:translateY(-2px)}}.banner-slider .swiper-slide{box-sizing:border-box;height:auto!important}.banner-item{aspect-ratio:1.6;width:100%;box-shadow:0 4px 12px var(--gray-900-alpha-15,#00000026);cursor:pointer;-webkit-user-drag:none;-webkit-tap-highlight-color:transparent;background-position:50%;background-size:cover;border-radius:16px;position:relative;overflow:hidden}@supports not (aspect-ratio:1 / 1){.banner-item{height:0;padding-top:62.5%}}@media (max-width:768px){.banner-item{aspect-ratio:4/3;border-radius:12px}@supports not (aspect-ratio:1 / 1){.banner-item{padding-top:75%}}}@media (max-width:480px){.banner-item{aspect-ratio:3/2;border-radius:10px}@supports not (aspect-ratio:1 / 1){.banner-item{padding-top:66.6667%}}}.cta-buttons-section{width:100%;max-width:var(--container-max-width,1800px);margin-inline-start:auto;margin-inline-end:auto}.cta-buttons-section .items-header{margin-bottom:1rem}.cta-buttons-section .items-header__title{font-size:1.25rem}.cta-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:0 10px;display:grid}@media (min-width:900px){.cta-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.cta-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:900px) and (max-width:1199px){.cta-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}.cta-card{--cta-accent:var(--cta-bg,var(--primary-color,#2563eb));background:var(--bg-surface,#fff);min-width:0;color:inherit;border:1px solid var(--border-color,#e5e7eb);border-left:3px solid var(--cta-accent);-webkit-tap-highlight-color:transparent;border-radius:12px;flex-direction:row;align-items:center;gap:.85rem;padding:.65rem .9rem .65rem .65rem;text-decoration:none;transition:box-shadow .2s,border-color .2s;display:flex;box-shadow:0 1px 3px #0f172a0f}.cta-card:focus-visible{outline:3px solid var(--primary-color,#2563eb);outline-offset:3px}.cta-card__visual{background:var(--cta-accent);border-radius:9px;flex:0 0 5.75rem;width:5.75rem;height:5.75rem;position:relative;overflow:hidden}.cta-card__visual img{object-fit:cover;width:100%;height:100%;display:block}.cta-card--plain .cta-card__visual:after{content:"";background:linear-gradient(135deg,#ffffff2e,#0000 55%);position:absolute;top:0;bottom:0;left:0;right:0}.cta-card--icon .cta-card__visual{place-items:center;display:grid}.cta-card--icon .cta-card__visual>i{z-index:1;color:#fff;font-size:2.4rem;line-height:1;position:relative}.cta-card__body{flex-direction:column;justify-content:center;gap:.18rem;min-width:0;display:flex}.cta-card__label{color:var(--text-primary,#1f2937);overflow-wrap:anywhere;font-size:.98rem;font-weight:800;line-height:1.25}.cta-card__subtitle{color:var(--text-secondary,#64748b);font-size:.8rem;line-height:1.35}.cta-card__action{color:var(--cta-accent);align-items:center;gap:.3rem;margin-top:.15rem;font-size:.82rem;font-weight:700;display:inline-flex}.cta-card__action i{font-size:.9rem;transition:transform .18s}@media (hover:hover) and (pointer:fine){.cta-card:hover{border-color:var(--cta-accent);color:inherit;text-decoration:none;box-shadow:0 4px 14px #0f172a1a}.cta-card:hover .cta-card__label{color:var(--cta-accent)}.cta-card:hover .cta-card__action i{transform:translate(3px)}}@media (max-width:720px){.cta-grid{gap:.7rem}.cta-card{border-left-width:1px;border-top:3px solid var(--cta-accent);flex-direction:column;align-items:stretch;gap:0;padding:0;overflow:hidden}.cta-card__visual{aspect-ratio:16/9;border-radius:0;flex:none;width:100%;height:auto}.cta-card__body{gap:.25rem;padding:.7rem .75rem .8rem}.cta-card__label{font-size:.9rem}.cta-card__subtitle{font-size:.75rem}}@media (prefers-reduced-motion:reduce){.cta-card,.cta-card__action i{transition:none}.cta-card:hover .cta-card__action i{transform:none}}