.benefits-timeline{width:100%;font-family:Urbano,sans-serif;display:flex;justify-content:center;align-items:center;min-height:100vh;position:relative;overflow:visible}.benefits-timeline__container{margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center;max-width:100%;overflow:visible}.benefits-timeline__main-title{text-align:center;font-size:60px;font-weight:400;color:#000;margin-bottom:80px}.benefits-timeline__timeline{position:relative;margin:0 auto;padding:40px 0;width:100%;max-width:1545px;min-height:500px;left:50%;transform:translate(-50%)}@media (max-width: 1600px){.benefits-timeline__timeline{left:0;transform:none;max-width:100%}}.benefits-timeline__line{position:absolute;top:0;bottom:0;background-color:#768c99!important;left:50%;width:5px;transform:translate(-50%);z-index:1}.benefits-timeline__moving-circle{position:absolute;left:50%;top:0;transform:translate(-50%);width:24px;height:24px;border-radius:50%;z-index:3;transition:top .1s ease-out;background-color:transparent;border:4px solid #F7931D;background-color:#fff!important;box-shadow:none}.benefits-timeline__item{position:relative;margin-bottom:100px;z-index:2;transition:opacity .3s ease;width:100%}.benefits-timeline__item:last-child{margin-bottom:0}.benefits-timeline__content-wrapper{display:flex;justify-content:space-between;align-items:center;width:100%;margin:0 auto}.benefits-timeline__item--even .benefits-timeline__content-wrapper{flex-direction:row}.benefits-timeline__item--odd .benefits-timeline__content-wrapper{flex-direction:row-reverse}.benefits-timeline__content{width:100%;max-width:507px;padding-left:82px;transition:transform .3s ease}.benefits-timeline__image-container{width:100%;padding-right:72px;display:flex;justify-content:center;align-items:center}.benefits-timeline__image{width:100%;max-width:637px;max-height:543px;height:auto;border-radius:25px}.benefits-timeline__item--standardized .benefits-timeline__image-container{display:flex;justify-content:center;align-items:center}.benefits-timeline__item--standardized .benefits-timeline__image{width:auto;max-width:none;max-height:none;height:auto;border-radius:25px}.benefits-timeline__placeholder-image{background-color:#fff;width:100%;height:100%;border-radius:25px;max-width:637px;max-height:543px;display:flex;justify-content:center;align-items:center}.benefits-timeline__placeholder-image:after{content:"Image";color:#0970b8;font-size:18px}.benefits-timeline__reason-number{font-size:20px;font-weight:600;color:#f7931d;margin-bottom:20px;text-transform:uppercase}.benefits-timeline__title{font-size:45px;font-weight:400;margin-top:0;line-height:55px;color:#000;margin-bottom:20px}.benefits-timeline__description{color:#000;font-size:20px;line-height:35px}.benefits-timeline__description ul,.benefits-timeline__description ol{margin:15px 0;padding-left:25px}.benefits-timeline__description ul{list-style-type:none;padding-left:0}.benefits-timeline__description ol{list-style-type:decimal;padding-left:20px}.benefits-timeline__description li{margin-bottom:12px;line-height:35px;font-size:20px;color:#000;position:relative}.benefits-timeline__description ul li{padding-left:30px}.benefits-timeline__description ul li:before{content:"•";color:#f7931d;font-size:24px;font-weight:700;position:absolute;left:0;top:0;line-height:35px}.benefits-timeline__description ul li.checkmark:before,.benefits-timeline__description ul li:is([data-checkmark],[class*=checkmark]):before,.benefits-timeline__description ul li[class*=check]:before{content:"✓";color:#f7931d;font-size:20px;font-weight:700;position:absolute;left:0;top:0;line-height:35px}.benefits-timeline__description ul li:is([data-content^=✓],[data-content^=✔],[data-content^=☑],[data-content^=✅]):before,.benefits-timeline__description ul li:first-child:is(:contains("✓"),:contains("✔"),:contains("☑"),:contains("✅")):before{content:"✓";color:#f7931d}.benefits-timeline__description .checkmark-list,.benefits-timeline__description ul.checkmark-list{list-style-type:none;padding-left:0}.benefits-timeline__description .checkmark-list li,.benefits-timeline__description ul.checkmark-list li{padding-left:30px}.benefits-timeline__description .checkmark-list li:before,.benefits-timeline__description ul.checkmark-list li:before{content:"✓";color:#f7931d;font-size:20px;font-weight:700;position:absolute;left:0;top:0;line-height:35px}.benefits-timeline__description strong,.benefits-timeline__description b{font-weight:600;color:#000}.benefits-timeline__description em,.benefits-timeline__description i{font-style:italic}.benefits-timeline__description a{color:#f7931d;text-decoration:none}.benefits-timeline__description a:hover{text-decoration:underline}.benefits-timeline__description p{margin-bottom:15px}.benefits-timeline__description p:last-child{margin-bottom:0}.benefits-timeline__marker{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:24px;height:24px;border-radius:50%;background-color:#f7931d;z-index:3;opacity:0;transition:opacity .3s ease}.benefits-timeline__item .pre-animation{opacity:0;transform:translateY(50px)}.benefits-timeline__content.pre-animation{transform:translate(-50px)}.benefits-timeline__image-container.pre-animation{transform:scale(.8)}.benefits-timeline__reason-number.pre-animation{transform:translate(-30px)}.benefits-timeline__title.pre-animation{transform:translateY(30px)}.fade-in-up{animation:slideInFromBottom .8s ease-out forwards}.fade-in-left{animation:slideInFromLeft .8s ease-out forwards}.fade-in-scale{animation:scaleInWithBounce .8s ease-out forwards}.scale-in{animation:fadeInWithBlur .6s ease-out forwards}.benefits-timeline__item.active .benefits-timeline__content{transform:translate(0)}.benefits-timeline__item.in-view .benefits-timeline__image{transform:scale(1.02)}.benefits-timeline__item.in-view .benefits-timeline__image:hover{transform:scale(1.05)}.benefits-timeline__reason-number.fade-in-left{animation-delay:.2s}.benefits-timeline__title.fade-in-left{animation-delay:.4s}.benefits-timeline__description.fade-in-up{animation-delay:.6s}.benefits-timeline__image-container.fade-in-scale{animation-delay:.3s}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleInWithBounce{0%{opacity:0;transform:scale(.8)}50%{opacity:.8;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes fadeInWithBlur{0%{opacity:0;filter:blur(5px);transform:scale(.95)}50%{opacity:.7;filter:blur(2px)}to{opacity:1;filter:blur(0);transform:scale(1)}}@media (prefers-reduced-motion: reduce){.benefits-timeline__item .pre-animation,.benefits-timeline__content.pre-animation,.benefits-timeline__image-container.pre-animation,.benefits-timeline__reason-number.pre-animation,.benefits-timeline__title.pre-animation{opacity:1;transform:none}.benefits-timeline__item.animated .benefits-timeline__image,.benefits-timeline__item.animated .benefits-timeline__description{transition:none}}.benefits-timeline__placeholder{text-align:center;padding:40px;background-color:#f8f9fa;border-radius:10px;color:#0970b8}@media (max-width: 991px){.benefits-timeline{min-height:auto;padding:40px 0}.benefits-timeline__container{padding:0 15px;box-sizing:border-box}.benefits-timeline__main-title{font-size:40px;margin-bottom:60px}.benefits-timeline__content,.benefits-timeline__image-container{width:100%}.benefits-timeline__content{padding-left:40px}.benefits-timeline__image-container{padding-right:40px}.benefits-timeline__title{font-size:32px;line-height:40px}.benefits-timeline__description{font-size:18px;line-height:28px}.benefits-timeline__description ul,.benefits-timeline__description ol{margin:12px 0}.benefits-timeline__description li{margin-bottom:8px;line-height:28px;font-size:18px}.benefits-timeline__description ul li:before{line-height:28px}.benefits-timeline__description ul li.checkmark:before,.benefits-timeline__description ul li:is([data-checkmark],[class*=checkmark]):before,.benefits-timeline__description ul li[class*=check]:before,.benefits-timeline__description .checkmark-list li:before,.benefits-timeline__description ul.checkmark-list li:before{line-height:28px}.benefits-timeline__description p{margin-bottom:12px}.benefits-timeline__item--standardized .benefits-timeline__image{max-width:100%;width:auto!important;height:auto!important;-o-object-fit:contain!important;object-fit:contain!important}}@media (max-width: 767px){.benefits-timeline{min-height:auto;padding:20px 0;overflow-x:hidden}.benefits-timeline__main-title{font-size:clamp(28px,6vw,36px);line-height:1.2;margin-bottom:40px}.benefits-timeline__timeline{padding:20px 0;max-width:100%;left:0;transform:none;position:relative;width:100%}.benefits-timeline__line{left:30px;transform:none}.benefits-timeline__moving-circle{left:30px;transform:translate(-50%)}.benefits-timeline__marker{left:30px;transform:translate(-50%,-50%)}.benefits-timeline__content-wrapper{flex-direction:column;align-items:flex-start;padding-left:60px;padding-right:20px;box-sizing:border-box;display:flex}.benefits-timeline__item--even .benefits-timeline__content-wrapper,.benefits-timeline__item--odd .benefits-timeline__content-wrapper{flex-direction:column;display:flex}.benefits-timeline__content,.benefits-timeline__image-container{width:100%;max-width:100%;padding:0;margin-bottom:20px;box-sizing:border-box}.benefits-timeline__image-container{order:1;margin-bottom:20px}.benefits-timeline__content{order:2;margin-bottom:0}.benefits-timeline__image{width:100%;max-width:100%;height:auto;border-radius:15px;-o-object-fit:contain;object-fit:contain}.benefits-timeline__reason-number{font-size:16px;margin-bottom:15px}.benefits-timeline__title{font-size:clamp(24px,5vw,28px);line-height:1.3;margin-bottom:15px}.benefits-timeline__description{font-size:17px!important;line-height:1.6}.benefits-timeline__description ul,.benefits-timeline__description ol{margin:10px 0}.benefits-timeline__description li{margin-bottom:6px;line-height:1.6;font-size:17px!important}.benefits-timeline__description ul li{padding-left:25px}.benefits-timeline__description ul li:before{line-height:1.6}.benefits-timeline__description ul li.checkmark,.benefits-timeline__description ul li:is([data-checkmark],[class*=checkmark]),.benefits-timeline__description ul li[class*=check]{padding-left:25px}.benefits-timeline__description ul li.checkmark:before,.benefits-timeline__description ul li:is([data-checkmark],[class*=checkmark]):before,.benefits-timeline__description ul li[class*=check]:before,.benefits-timeline__description .checkmark-list li:before,.benefits-timeline__description ul.checkmark-list li:before{line-height:1.6}.benefits-timeline__description p{margin-bottom:10px;font-size:17px!important}.benefits-timeline__item{margin-bottom:60px}.benefits-timeline__item:last-child{margin-bottom:0}.benefits-timeline__item--standardized .benefits-timeline__image{width:100%!important;max-width:100%!important;height:auto!important;-o-object-fit:cover!important;object-fit:cover!important}}@media (max-width: 480px){.benefits-timeline{overflow-x:hidden}.benefits-timeline__main-title{font-size:24px;line-height:1.2;padding:0 15px;word-wrap:break-word}.benefits-timeline__line{width:3px}.benefits-timeline__moving-circle,.benefits-timeline__marker{width:18px;height:18px}.benefits-timeline__content-wrapper{padding-left:50px;padding-right:15px}.benefits-timeline__reason-number{font-size:14px}.benefits-timeline__title{font-size:22px}.benefits-timeline__description,.benefits-timeline__description p{font-size:17px!important}}.benefits-timeline__item .pre-animation{opacity:0;transform:translateY(30px)}.benefits-timeline__reason-number.pre-animation,.benefits-timeline__title.pre-animation{transform:translate(-20px)}.benefits-timeline__image-container.pre-animation{transform:scale(.9)}.benefits-timeline__item.animated .benefits-timeline__image{transition:transform .3s ease}.benefits-timeline__item.animated .benefits-timeline__description{transition:opacity .3s ease}@media (max-width: 480px){.benefits-timeline__item.animated .benefits-timeline__description{transition:none}}@media (max-width: 767px){body.has-benefits-timeline{overflow-x:hidden!important}.benefits-timeline{overflow:visible!important;width:100%!important;max-width:100%!important}.benefits-timeline__timeline{position:relative!important;left:0!important;transform:none!important;width:calc(100% - 30px)!important;margin:0 15px!important;max-width:none!important}.benefits-timeline__content-wrapper{width:100%!important;max-width:100%!important;padding-left:45px!important;padding-right:0!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important}.benefits-timeline__item--even .benefits-timeline__content-wrapper,.benefits-timeline__item--odd .benefits-timeline__content-wrapper{display:flex!important;flex-direction:column!important}.benefits-timeline__image-container{width:calc(100% + -0px)!important;max-width:100%!important;margin:0 0 20px!important;padding:0!important;overflow:hidden!important;order:1!important}.benefits-timeline__content{width:100%!important;max-width:100%!important;word-wrap:break-word!important;overflow-wrap:break-word!important;order:2!important;margin-bottom:0!important}.benefits-timeline__image,.benefits-timeline__item--standardized .benefits-timeline__image{width:100%!important;max-width:100%!important;height:auto!important;display:block!important;-o-object-fit:cover!important;object-fit:cover!important}.benefits-timeline__title{word-break:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important}.benefits-timeline__description{word-break:break-word!important;overflow-wrap:break-word!important}}@media (max-width: 480px){.benefits-timeline__timeline{margin:0 10px!important;width:calc(100% - 20px)!important}.benefits-timeline__content-wrapper{padding-left:45px!important}}
