:root{--font-jakarta: "Plus Jakarta Sans", sans-serif;--white: #FFFFFF;--light-blue: #EDF9FA;--blue: #009AAF;--dark-blue: #0E223D;--red: #FF4B40;--system-blue: #0056C9;--top-bottom-padding-xl: 100px;--top-bottom-padding-l: 80px;--top-bottom-padding-m: 64px;--top-bottom-padding-s: 40px;--top-bottom-padding-none: 0;--section-width: 1440px;--left-right-margins: 80px;--header-content: 40px;--boreder-radius-m: 32px;--boreder-radius-s: 16px;--distance-between-elements-xxl: 80px;--distance-between-elements-xl: 64px;--distance-between-elements-l: 40px;--distance-between-elements-m: 32px;--distance-between-elements-s: 24px;--distance-between-elements-xs: 16px;--distance-between-elements-xxs: 8px}@media screen and (width <= 1024px){:root{--top-bottom-padding-xl: 80px;--top-bottom-padding-l: 64px;--top-bottom-padding-m: 40px;--top-bottom-padding-s: 32px;--left-right-margins: 16px;--header-content: 24px;--boreder-radius-m: 16px;--boreder-radius-s: 8px;--distance-between-elements-xxl: 56px;--distance-between-elements-xl: 40px;--distance-between-elements-l: 32px;--distance-between-elements-m: 24px;--distance-between-elements-s: 16px}}@media screen and (width <= 576px){:root{--top-bottom-padding-xl: 64px;--top-bottom-padding-l: 40px;--top-bottom-padding-m: 32px;--top-bottom-padding-s: 24px;--distance-between-elements-xxl: 40px;--distance-between-elements-xl: 32px;--distance-between-elements-l: 24px;--distance-between-elements-m: 16px;--distance-between-elements-xs: 8px}}.features-overview{--section-bg: var(--light-blue);--section-heading-color: var(--dark-blue);--section-text-color: var(--dark-blue);--section-accent-color: var(--blue);padding-top:var(--padding-top, 64px);padding-bottom:var(--padding-bottom, 64px)}@media screen and (width <= 1024px){.features-overview{padding-top:var(--padding-top-mobile, 32px);padding-bottom:var(--padding-bottom-mobile, 64px)}}.features-overview.background-color--white{--cards-bg: var(--light-blue);--cards-text-color: var(--dark-blue);--cards-hover-bg: var(--dark-blue);--cards-hover-text-color: var(--white)}.features-overview.background-color--light-blue{--cards-bg: var(--white);--cards-text-color: var(--dark-blue);--cards-hover-bg: var(--dark-blue);--cards-hover-text-color: var(--white)}.features-overview.background-color--dark-blue{--cards-bg: var(--light-blue);--cards-text-color: var(--dark-blue);--cards-hover-bg: var(--white);--cards-hover-text-color: var(--dark-blue)}.features-overview__container{gap:10px}@media screen and (width <= 1024px){.features-overview__container{gap:24px}}.features-overview__content{display:flex;align-items:center}@media screen and (width <= 1024px){.features-overview__content{display:contents}}.features-overview__heading{display:block}.features-overview__title{color:var(--section-heading-color);text-align:center}.features-overview__title br{display:none}@media screen and (width <= 576px){.features-overview__title br{display:block}}.features-overview__media{display:flex;align-items:center;max-width:568px;-webkit-mask-image:linear-gradient(to bottom, black 65%, transparent 98%);mask-image:linear-gradient(to bottom, black 65%, transparent 98%)}@media screen and (width <= 1024px){.features-overview__media{max-width:480px;margin:0 auto}}.features-overview__media img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.features-overview__list{--vertical-offset: 55px;--position: 6vw;display:flex;flex-direction:column;gap:64px;flex:1;padding-left:calc(var(--position)*2);position:relative}@media screen and (width <= 1024px){.features-overview__list{padding-left:0;gap:12px}}.features-overview__list:before{content:"";position:absolute;top:50%;transform:translateY(-50%);left:0;width:var(--position);height:1px;background:var(--red)}@media screen and (width <= 1024px){.features-overview__list:before{display:none}}.features-overview__list:after{content:"";position:absolute;height:calc(100% - var(--vertical-offset)*2);width:1px;top:50%;left:var(--position);transform:translateY(-50%);background:var(--red)}@media screen and (width <= 1024px){.features-overview__list:after{display:none}}.features-overview__item{overflow:hidden;border:1px solid rgba(0,0,0,0);background:var(--section-bg);box-shadow:var(--box-shadow)}.features-overview__item:has(.active),.features-overview__item:hover{border-color:var(--section-accent-color)}@media screen and (width <= 1024px){.features-overview__item{border:none;padding:16px 0}.features-overview__item:has(.active){box-shadow:none}.features-overview__item:hover{border-color:unset}}.features-overview__item-wrapper{position:relative;padding-left:8px;max-width:512px}@media screen and (width <= 1024px){.features-overview__item-wrapper{max-width:100%;padding-left:0}}.features-overview__item-wrapper:before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:100%;width:var(--position);height:1px;background:var(--red)}@media screen and (width <= 1024px){.features-overview__item-wrapper:before{display:none}}.features-overview__item-wrapper:first-child:before{top:var(--vertical-offset)}.features-overview__item-wrapper:last-child:before{top:auto;bottom:var(--vertical-offset)}.features-overview__item__content{display:flex;width:200%;transform:translateX(0);transition:all .3s ease}@media screen and (width <= 1024px){.features-overview__item__content{width:100%;display:grid;grid-template-columns:100%;grid-template-rows:max-content 0fr}}.features-overview__item__content:hover{transform:translateX(-50%)}@media screen and (width <= 1024px){.features-overview__item__content:hover{transform:unset}}@media screen and (width <= 1024px){.features-overview__item__content.active{transform:none;grid-template-rows:max-content 1fr}.features-overview__item__content.active .features-overview__item__features{opacity:1}}.features-overview__item__content>*{width:50%}@media screen and (width <= 1024px){.features-overview__item__content>*{width:100%}}.features-overview__item__features{display:flex;gap:12px;padding:18px 24px}@media screen and (width <= 1024px){.features-overview__item__features{min-height:0px;opacity:0;padding:0px;position:relative;flex-direction:column;gap:24px}.features-overview__item__features:before{content:""}}.features-overview__item__icon{width:67px;height:67px;padding:10px}@media screen and (width <= 1024px){.features-overview__item__icon{width:48px;height:48px;padding:8px}}.features-overview__item__icon img{width:100% !important;height:100% !important;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.features-overview__item__heading{display:flex;gap:var(--distance-between-elements-s);align-items:center;position:relative;padding:16px 48px}@media screen and (width <= 1024px){.features-overview__item__heading{padding:0 12px}}.features-overview__item__heading:after{content:"";background-color:var(--section-heading-color);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 32' fill='none'%3E%3Cpath d='M6.12354 15.9912H27.4569M27.4569 15.9912L19.4569 7.99121M27.4569 15.9912L19.4569 23.9912' stroke='%230E223D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 32' fill='none'%3E%3Cpath d='M6.12354 15.9912H27.4569M27.4569 15.9912L19.4569 7.99121M27.4569 15.9912L19.4569 23.9912' stroke='%230E223D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;width:33px;height:32px;align-self:center;cursor:pointer}@media screen and (width <= 1024px){.features-overview__item__heading:after{transform:rotate(90deg);transition:all .23s ease}.active .features-overview__item__heading:after{transform:rotate(-90deg)}}.features-overview__item__title{flex:1}.features-overview__item__description{display:flex;flex-direction:column;gap:12px;color:var(--section-text-color)}@media screen and (width <= 1024px){.features-overview__item__description{gap:8px}}.features-overview__item__description :is(p,span,a,li){--line-height: 21px;font-family:var(--font-jakarta);font-size:1rem;font-style:normal;font-weight:400;line-height:var(--line-height);margin:0 !important}.features-overview__item__description :is(p,span,a,li):not([class])+.features-overview__item__description :is(p,span,a,li):not([class]){margin-top:var(--line-height)}@media screen and (width <= 768px){.features-overview__item__description :is(p,span,a,li){--line-height: 1.125rem;font-size:.875rem}}.features-overview__item__description :is(p,span,a,li) a{color:inherit;font-weight:inherit}.features-overview__item__description :is(p,span,a,li) a:hover{color:var(--red)}.features-overview__item__description b{--line-height: 21px;font-family:var(--font-jakarta);font-size:1rem;font-style:normal;font-weight:700;line-height:var(--line-height)}.features-overview__item__description b:not([class])+.features-overview__item__description b:not([class]){margin-top:var(--line-height)}@media screen and (width <= 768px){.features-overview__item__description b{--line-height: 1.125rem;font-size:.875rem}}.features-overview__item__description b a{color:inherit;font-weight:inherit}.features-overview__item__description b a:hover{color:var(--red)}.features-overview__feature{min-height:63px;flex:1;display:flex;align-items:center;gap:8px;background:var(--cards-bg);padding:12px;position:relative;transition:all .23s ease;color:var(--cards-text-color)}.features-overview__feature:has(a):hover{background-color:var(--cards-hover-bg);color:var(--cards-hover-text-color)}.features-overview__feature__text{--line-height: 20px;font-family:var(--font-jakarta);font-size:.875rem;font-style:normal;font-weight:400;line-height:var(--line-height)}.features-overview__feature__text:not([class])+.features-overview__feature__text:not([class]){margin-top:var(--line-height)}@media screen and (width <= 768px){.features-overview__feature__text{font-size:.75rem}}.features-overview__feature__text a{color:inherit;font-weight:inherit}.features-overview__feature__text a:hover{color:var(--red)}.features-overview__feature__icon{max-height:20px;min-width:16px;min-height:16px}.features-overview__feature__icon img{width:100% !important;height:100% !important;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.features-overview__feature__link{font-size:0;position:absolute;inset:0;z-index:1}