.animated-title-container{display:flex;flex-direction:column;align-items:center}.animated-title{display:flex;justify-content:center;font-family:var(--font-heading);font-weight:800;line-height:1.2;flex-wrap:wrap;align-items:center;gap:.4em}.stacked{gap:0!important}.layout-fixed-left .animated-title,.layout-fixed-right .animated-title{flex-direction:row}.layout-stacked-bottom .animated-title,.layout-stacked-up .animated-title{flex-direction:column}.fixed-text-container{display:flex;justify-content:center;align-items:center;text-align:center}.fixed-text{color:var(--color-charcoal);margin:0}.animated-words-container.vertical{position:relative;height:1.2em;overflow:hidden;display:flex;align-items:center;justify-content:center}.animated-word.vertical{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:translateY(50px);transition:opacity .5s,transform .5s;text-align:center;display:flex;align-items:center;justify-content:center}.animated-word.vertical.active{opacity:1;transform:translateY(0)}.animated-words-container.horizontal{position:relative;height:1.2em;overflow:hidden;min-width:200px;display:flex;align-items:center;justify-content:center}.animated-word.horizontal{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:translateX(-50px);transition:opacity .5s,transform .5s;text-align:center;display:flex;align-items:center;justify-content:center;white-space:nowrap}.animated-word.horizontal.active{opacity:1;transform:translateX(0)}.animated-subtitle{width:100%;margin-top:var(--spacing-md);font-size:var(--text-lg);line-height:var(--leading-relaxed);color:var(--color-slate);text-align:center}.size-small .animated-title{font-size:var(--text-2xl)}.size-medium .animated-title{font-size:var(--text-4xl)}.size-large .animated-title{font-size:var(--text-5xl)}.size-xlarge .animated-title{font-size:var(--text-6xl)}@media (max-width:768px){.animated-title{flex-direction:column;align-items:center;gap:var(--spacing-sm)}.fixed-text{text-align:center}.animated-subtitle{font-size:var(--text-base)}.size-large .animated-title{font-size:var(--text-4xl)}.size-xlarge .animated-title{font-size:var(--text-5xl)}.layout-fixed-left .animated-title,.layout-fixed-right .animated-title{flex-direction:column}}@media (max-width:480px){.animated-words-container.vertical{height:1.4em;min-width:150px}.animated-words-container.horizontal{height:1.4em;min-width:150px;max-width:100%}.fixed-text{text-align:center}.size-large .animated-title{font-size:var(--text-3xl)}.size-xlarge .animated-title{font-size:var(--text-4xl)}}@media (min-width:640px){.size-large .animated-title{font-size:var(--text-6xl)}.size-xlarge .animated-title{font-size:var(--text-7xl)}.animated-subtitle{font-size:var(--text-xl)}}.mountain-divider{display:flex;justify-content:center;padding-bottom:var(--spacing-2xl);padding-top:var(--spacing-2xl);border:none}.mountain-divider svg{max-width:100%;height:auto}.mountain-divider--small svg{width:120px;height:20px}.mountain-divider--medium svg{width:240px;height:40px}.mountain-divider--large svg{width:360px;height:60px}@media (max-width:768px){.mountain-divider{padding-bottom:var(--spacing-3xl);padding-top:var(--spacing-3xl)}.mountain-divider--small svg{width:90px;height:15px}.mountain-divider--medium svg{width:180px;height:30px}.mountain-divider--large svg{width:270px;height:45px}}@media (max-width:480px){.mountain-divider{padding-bottom:var(--spacing-2xl);padding-top:var(--spacing-2xl)}.mountain-divider--small svg{width:75px;height:12px}.mountain-divider--medium svg{width:150px;height:25px}.mountain-divider--large svg{width:225px;height:37px}}.guarantee-chip{display:flex;justify-content:center}.guarantee-chip-content{display:inline-flex;gap:var(--spacing-sm);background-color:rgba(44,89,52,.1);padding:var(--spacing-sm) var(--spacing-lg);border-radius:var(--radius-full);font-size:var(--text-sm);font-weight:500;border:1px solid rgba(44,89,52,.2)}.guarantee-chip-content,.guarantee-chip-icon{align-items:center;color:var(--color-forest-green)}.guarantee-chip-icon{display:flex;justify-content:center;width:16px;height:16px}.guarantee-chip-content span{white-space:nowrap}