@keyframes wave{0%{transform:translateX(200px)}50%{transform:translateX(1000px)}100%{transform:translateX(200px)}}@keyframes glow-pulse{0%,100%{filter:blur(1px)}50%{filter:blur(6px)}}@keyframes rotate-slow{0%{transform:translate(-50%,-50%) rotate(-20deg)}100%{transform:translate(-50%,-50%) rotate(20px)}}@keyframes rotate-reverse{0%{transform:rotate(-20deg)}100%{transform:rotate(20deg)}}@keyframes icon-float{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-3px) rotate(3deg)}}.wave{transform:translateX(200px)}.section-features{overflow:hidden;position:relative;z-index:1;margin-top:calc(-1*min(230px, 15vw))}.feature-svg__top{width:140%;height:min(230px, 20vw);display:block}.feature-svg__bottom{width:100%;display:block}.rotating-container{position:absolute;top:0;left:50%;width:100%;height:100%;transform:translate(-50%,0%);transform-origin:center center;z-index:0;will-change:transform}.rotating-container::before{content:'';background:#087A26;filter:blur(104px);width:34%;height:70%;border-radius:100%;position:absolute;transform:translate(-50%,-50%);top:50%;left:50%;z-index:1}.background-shape{height:auto;top:50%;transform:translate(-50%,-50%);position:absolute;left:50%;bottom:0;width:100%;max-width:100%;opacity:.6;z-index:0}.background-shape path{filter:blur(1px);animation:glow-pulse 3s ease-in-out infinite}.wave-svg.top-wave{position:absolute;top:0;z-index:-1}.wave-svg.bottom-wave{position:absolute;bottom:0;z-index:-1}.features-inner{background:#07651f;position:relative;padding:85px 0 40px}.features-grid{display:grid;gap:48px}.feature-item{display:flex;align-items:center;padding:0;position:relative;gap:16px;flex-direction:column}.feature-item .title{font-size:clamp(24px, 2vw, 30px);line-height:1.6;margin-bottom:11px;color:#FFF;font-family:var(--bold_font)}.feature-img{flex-shrink:0;max-width:76%}.feature-item .desc{font-size:16px;color:#FFF;line-height:28px}.feature-title{text-align:center}.feature-content .feature-title{text-align:right}.feature-title i{color:#FFF;font-size:40px;margin-bottom:16px}.feature-title img{max-width:40px;filter:brightness(0) invert(1);margin-bottom:16px}.animated-icon{display:inline-block;transform-origin:center}.icon-top{animation:icon-float 3s ease-in-out infinite;transform-origin:center}@media screen and (min-width:992px){.feature-item{display:flex;align-items:center;padding:0 120px;position:relative;gap:80px;flex-direction:row}.features-grid .feature-item:nth-child(2n){flex-direction:row-reverse}.feature-img{max-width:34%}.features-inner{padding:0}.feature-svg__top{width:100%;height:min(230px, 15vw)}.feature-svg__bottom{height:238px}.background-shape{height:100%;top:0;transform:translate(-50%,0%)}}@media screen and (min-width:1400px){.features-grid{gap:48px}}