.hero-tabs{overflow:hidden;padding:var(--s-8) 0;position:relative}.hero-tabs__container{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:var(--module-max-width);overflow:visible;padding:0}@media(max-width:720px){.hero-tabs__container{padding:0 1rem}}.hero-tabs__nav{background-color:#eef3ef;border:1px solid var(--clr-grey-400);border-bottom:none;border-radius:var(--border-radius-lg) var(--border-radius-lg) 0 0;display:inline-flex;gap:0;justify-content:center;list-style:none;margin:0 auto;max-width:100%;padding:var(--s-2) 0;position:relative;width:100%}.hero-tabs__nav-item{background:transparent;border:none;color:var(--clr-grey-700);cursor:pointer;flex:1;font-family:var(--font-family-body);font-size:var(--fs-caption);font-weight:var(--fw-bold);letter-spacing:.05em;padding:var(--s-4) var(--s-6);position:relative;text-transform:uppercase;transition:color .3s ease;white-space:nowrap}.hero-tabs__nav-item:after{background-color:#4a9462;content:"";height:8px;left:50%;position:absolute;top:100%;transform:translateX(-50%);transition:width .4s ease;width:0}.hero-tabs__nav-item:focus,.hero-tabs__nav-item:hover{color:var(--clr-grey-900);outline:none}.hero-tabs__nav-item[aria-selected=true]{color:var(--clr-green-700)}.hero-tabs__nav-item[aria-selected=true]:after{width:100%}.hero-tabs__panels{margin-bottom:calc(var(--s-6)*-1);min-height:400px;overflow:hidden;padding-bottom:var(--s-6);position:relative;transition:height .5s cubic-bezier(.4,0,.2,1);width:100%}.hero-tabs__panel{background:inherit;left:0;opacity:1;position:absolute;top:0;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1);width:100%;will-change:transform,opacity;z-index:1}.hero-tabs__panel[hidden]{display:block;opacity:0;pointer-events:none}.hero-tabs__panel[aria-hidden=false]{z-index:2}.hero-tabs__panel--slide-out-left{opacity:0;transform:translateX(-30%)}.hero-tabs__panel--slide-out-right{opacity:0;transform:translateX(30%)}.hero-tabs__panel--slide-in-left{opacity:0;transform:translateX(-100%)}.hero-tabs__panel--slide-in-right{opacity:0;transform:translateX(100%)}.hero-tabs__content{background:var(--clr-white);border:1px solid var(--clr-grey-400);border-radius:0 0 var(--border-radius-xl) var(--border-radius-xl);margin:0 auto;padding:var(--s-10);text-align:center}.hero-tabs__main{align-items:center;display:flex;flex-direction:column;width:100%}.hero-tabs__text{width:100%}.hero-tabs__disclaimer{font-size:var(--fs-small);margin-top:2rem;text-align:center}@media (min-width:992px){.hero-tabs--text-left .hero-tabs__content{text-align:left}.hero-tabs--text-left .hero-tabs__main{align-items:center;flex-direction:row;gap:var(--s-12)}.hero-tabs--text-left .hero-tabs__text{flex:1 1 0;min-width:0}.hero-tabs--text-left .hero-tabs__subtext{margin-bottom:0;margin-left:0;margin-right:0;max-width:36rem}.hero-tabs--text-left .hero-tabs__image-wrapper{flex:1 1 0;justify-content:center;margin:0;min-width:0}.hero-tabs--text-left .hero-tabs__main:not(:has(.hero-tabs__text)){justify-content:center}.hero-tabs--text-left .hero-tabs__main:not(:has(.hero-tabs__text)) .hero-tabs__image-wrapper{flex:0 1 auto;max-width:100%}}.hero-tabs__title{color:var(--clr-grey-800);line-height:var(--lh-tight);margin:0 0 var(--s-6)}.hero-tabs__subtext{color:var(--clr-grey-700);font-family:var(--font-family-body);line-height:var(--lh-normal);margin:0 auto var(--s-10);max-width:800px}.hero-tabs--subtext-large .hero-tabs__subtext,.hero-tabs__subtext{font-size:var(--fs-s2)}.hero-tabs__subtext>:last-child{margin-bottom:0}.hero-tabs__subtext li,.hero-tabs__subtext p,.hero-tabs__subtext td,.hero-tabs__subtext th{font-size:inherit}.hero-tabs__image-wrapper{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:100%}.hero-tabs__image{border-radius:var(--border-radius-lg);display:block;height:auto;max-width:100%}.hero-tabs__dots{align-items:center;display:flex;gap:var(--s-2);justify-content:center;margin-top:var(--s-12);padding:0}.hero-tabs__dot{background-color:#8fc49f;border:none;border-radius:4px;cursor:pointer;height:8px;padding:0;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);width:24px}.hero-tabs__dot:focus,.hero-tabs__dot:hover{background-color:#4a9462;outline:none}.hero-tabs__dot--active,.hero-tabs__dot[aria-selected=true]{background-color:#225d38;width:48px}.hero-tabs--empty{align-items:center;display:flex;justify-content:center;min-height:300px}@media (max-width:991px){.hero-tabs--text-left .hero-tabs__content{text-align:center}.hero-tabs--text-left .hero-tabs__main{align-items:center;flex-direction:column;gap:0;justify-content:flex-start}.hero-tabs--text-left .hero-tabs__text{flex:none;width:100%}.hero-tabs--text-left .hero-tabs__subtext{margin-left:auto;margin-right:auto;max-width:800px}.hero-tabs--text-left .hero-tabs__image-wrapper{flex:none;justify-content:center;margin:0 auto;width:100%}.hero-tabs--text-left .hero-tabs__main:not(:has(.hero-tabs__text)){justify-content:center}.hero-tabs--text-left .hero-tabs__main:not(:has(.hero-tabs__text)) .hero-tabs__image-wrapper{flex:none;max-width:100%}.hero-tabs{padding:var(--s-16) 0}.hero-tabs__container{text-align:center}.hero-tabs__nav{margin-bottom:var(--s-10);overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;max-width:calc(100vw - var(--s-8))}.hero-tabs__nav::-webkit-scrollbar{display:none}.hero-tabs__nav-item{font-size:var(--fs-small);padding:var(--s-3) var(--s-5)}.hero-tabs__content{padding:var(--s-8)}.hero-tabs__title{font-size:var(--fs-h2)}.hero-tabs__subtext{font-size:var(--fs-s3);margin-bottom:var(--s-8)}}@media (max-width:767px){.hero-tabs{padding:var(--s-12) 0}.hero-tabs__nav{margin-bottom:var(--s-8)}.hero-tabs__nav-item{font-size:.7rem;padding:var(--s-3) var(--s-4)}.hero-tabs__nav-item:after{height:6px}.hero-tabs__panels{min-height:300px}.hero-tabs__content{padding:var(--s-6)}.hero-tabs__title{font-size:var(--fs-h3);margin-bottom:var(--s-4)}.hero-tabs__subtext{font-size:var(--fs-body);margin-bottom:var(--s-6)}.hero-tabs__dots{gap:var(--s-2);margin-top:var(--s-8)}.hero-tabs__dot{height:6px;width:20px}.hero-tabs__dot--active,.hero-tabs__dot[aria-selected=true]{height:6px;width:40px}}.hero-tabs__mobile-nav{display:none;margin:0 auto;position:relative;width:100%;z-index:10}.hero-tabs__select{align-items:center;background-color:var(--clr-white);border:1px solid var(--clr-grey-400);border-bottom:none;border-radius:var(--border-radius-lg) var(--border-radius-lg) 0 0;color:var(--clr-grey-800);cursor:pointer;display:flex;font-family:var(--font-family-body);font-size:var(--fs-small);font-weight:var(--fw-bold);justify-content:space-between;letter-spacing:.05em;padding:var(--s-4) var(--s-5);text-transform:uppercase;transition:all .2s ease;width:100%}.hero-tabs__select:focus,.hero-tabs__select:hover{background-color:var(--clr-grey-100);outline:none}.hero-tabs__select[aria-expanded=true]{background-color:var(--clr-grey-100)}.hero-tabs__select-value{flex:1;text-align:left}.hero-tabs__select-icon{color:var(--clr-grey-600);flex-shrink:0;transition:transform .2s ease}.hero-tabs__select[aria-expanded=true] .hero-tabs__select-icon{transform:rotate(180deg)}.hero-tabs__select-dropdown{background-color:var(--clr-white);border-top:1px solid var(--clr-grey-400);border:1px solid var(--clr-grey-400);border-top-color:var(--clr-grey-200);box-shadow:0 4px 12px rgba(0,0,0,.08);left:0;list-style:none;margin:0;opacity:0;padding:0;position:absolute;right:0;top:100%;transform:translateY(-4px);transition:all .2s ease;visibility:hidden;z-index:20}.hero-tabs__select[aria-expanded=true]+.hero-tabs__select-dropdown{opacity:1;transform:translateY(0);visibility:visible}.hero-tabs__select-option{color:var(--clr-grey-700);cursor:pointer;font-family:var(--font-family-body);font-size:var(--fs-small);font-weight:var(--fw-medium);letter-spacing:.05em;padding:var(--s-3) var(--s-5);text-transform:uppercase;transition:all .15s ease}.hero-tabs__select-option--active,.hero-tabs__select-option:focus,.hero-tabs__select-option:hover{background-color:var(--clr-grey-100);color:var(--clr-grey-900)}.hero-tabs__select-option--active{font-weight:var(--fw-bold)}.hero-tabs__select-option:last-child{border-radius:0 0 var(--border-radius-md) var(--border-radius-md)}@media (max-width:720px){.hero-tabs__nav{display:none}.hero-tabs__mobile-nav{display:block}.hero-tabs__content{border:1px solid var(--clr-grey-400);border-radius:0 0 var(--border-radius-xl) var(--border-radius-xl)}}