@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}@keyframes zoomIn{0%{transform:scale(1);opacity:0}50%{opacity:1;transform:scale(1.1)}100%{opacity:1;transform:scale(1)}}@keyframes zoomOut{0%{opacity:1;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}100%{transform:scale(1);opacity:0}}@keyframes revealLeft{0%{clip-path:inset(0 100% 0 0)}100%{clip-path:inset(0 0 0 0)}}@keyframes revealRight{0%{clip-path:inset(0 0 0 100%)}100%{clip-path:inset(0 0 0 0)}}@keyframes blink{to{visibility:hidden}}@media(max-width: 768px){.subheader{margin-top:clamp(20px,20px + 10*(100vw - 320px)/448,30px)}}.subheader .subheader__inner{position:relative;border-radius:24px;overflow:hidden}.subheader .subheader__inner .subheader__bg{width:100%;height:auto;display:block}@media(max-width: 768px){.subheader .subheader__inner .subheader__bg{height:clamp(200px,200px + 50*(100vw - 320px)/448,250px);object-fit:cover;object-position:center right}}.subheader .subheader__inner .subheader__content{position:absolute;inset:0;display:flex;align-items:center;padding-left:clamp(14px,14px + 62*(100vw - 320px)/1600,76px);padding-right:clamp(14px,14px + 16*(100vw - 320px)/1600,30px)}.subheader .subheader__inner .subheader__content .subheader__title{font-family:"Manrope",sans-serif;font-weight:600;font-style:normal;line-height:1.3;font-size:clamp(24px,24px + 20*(100vw - 320px)/1600,44px);color:var(--c-invert);text-transform:uppercase}.steps{background:var(--c-frame)}.steps .steps__header{display:grid;grid-template-columns:2.13fr 2.44fr 1fr;align-items:center;gap:clamp(20px,20px + 22*(100vw - 320px)/1600,42px);margin-bottom:clamp(32px,32px + 16*(100vw - 320px)/1600,48px)}@media(max-width: 1024px){.steps .steps__header{grid-template-columns:1fr;gap:clamp(16px,16px + 8*(100vw - 320px)/1600,24px);text-align:center}}.steps .steps__header .steps__title{max-width:clamp(450px,450px + 80*(100vw - 320px)/1600,530px)}@media(max-width: 1024px){.steps .steps__header .steps__title{margin-inline:auto}}.steps .steps__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:clamp(20px,20px + 12*(100vw - 320px)/1600,32px)}@media(max-width: 768px){.steps .steps__list{grid-template-columns:repeat(4, 1fr)}.steps .steps__list .steps__item{grid-column:span 2}.steps .steps__list .steps__item:nth-child(3){grid-column:2/span 2}}@media(max-width: 576px){.steps .steps__list{grid-template-columns:1fr}.steps .steps__list .steps__item,.steps .steps__list .steps__item:nth-child(3){grid-column:unset}}.steps .steps__list .steps__item{background:var(--c-bg);border-radius:24px;padding:clamp(32px,32px + 16*(100vw - 320px)/1600,48px) clamp(20px,20px + 12*(100vw - 320px)/1600,32px) 0;display:flex;flex-direction:column;overflow:hidden}.steps .steps__list .steps__item .steps__item-label{display:inline-flex;background:var(--c-prime);color:var(--c-bg);border:1px solid rgba(0,0,0,0);border-radius:24px;padding:5px 16px;align-self:flex-start;transition:all .3s ease-in-out}.steps .steps__list .steps__item .steps__item-heading{margin:clamp(20px,20px + 22*(100vw - 320px)/1600,42px) 0 clamp(8px,8px + 4*(100vw - 320px)/1600,12px);transition:all .3s ease-in-out}.steps .steps__list .steps__item .steps__item-text{flex:1;transition:all .3s ease-in-out}.steps .steps__list .steps__item .steps__item-img{margin-top:clamp(16px,16px + 8*(100vw - 320px)/1600,24px)}.steps .steps__list .steps__item .steps__item-img img{width:100%;display:block;border-radius:12px 12px 0 0}.steps .steps__list .steps__item{transition:all .3s ease-in-out}.steps .steps__list .steps__item:hover{background:var(--c-prime)}.steps .steps__list .steps__item:hover .steps__item-label{background:rgba(0,0,0,0);color:var(--c-frame);border:1px solid var(--c-frame)}.steps .steps__list .steps__item:hover .steps__item-heading{color:var(--c-frame)}.steps .steps__list .steps__item:hover .steps__item-text{color:var(--c-l-grey)}.security-reliability-page .protection{overflow:hidden}.security-reliability-page .protection .protection__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:clamp(24px,24px + 32*(100vw - 320px)/1600,56px);gap:20px}@media(max-width: 768px){.security-reliability-page .protection .protection__header{flex-direction:column;margin-bottom:16px}}.security-reliability-page .protection .protection__info{max-width:clamp(550px,550px + 110*(100vw - 320px)/1600,660px)}@media(max-width: 768px){.security-reliability-page .protection .protection__info{text-align:center}}.security-reliability-page .protection .protection__info .protection__subtitle{margin-top:clamp(10px,10px + 6*(100vw - 320px)/1600,16px)}.security-reliability-page .protection .protection__nav{display:flex;gap:10px;flex-shrink:0}@media(max-width: 768px){.security-reliability-page .protection .protection__nav{margin-top:16px;margin-left:auto}}.security-reliability-page .protection .protection__btn{background:none;border:none;padding:0;cursor:pointer;display:block;line-height:0;transition:transform .18s ease;width:clamp(70px,70px + 22*(100vw - 320px)/1600,92px)}.security-reliability-page .protection .protection__btn:hover{transform:scale(1.08)}.security-reliability-page .protection .protection__btn:active{transform:scale(0.92)}.security-reliability-page .protection .protection__btn.swiper-button-disabled{opacity:.35;cursor:default}.security-reliability-page .protection .protection__slider{overflow:visible}.security-reliability-page .protection .protection__slider .swiper-wrapper{list-style:none;padding:0;margin:0;align-items:stretch}.security-reliability-page .protection .protection__slider .swiper-slide{height:auto}.security-reliability-page .protection .protection__card{background-color:var(--c-frame);border-radius:clamp(16px,16px + 8*(100vw - 320px)/1600,24px);padding:clamp(20px,20px + 14*(100vw - 320px)/1600,34px) clamp(16px,16px + 22*(100vw - 320px)/1600,38px) 0;height:100%;display:flex;flex-direction:column;transition:all .3s ease-in-out}.security-reliability-page .protection .protection__card:hover{background-color:var(--c-prime)}.security-reliability-page .protection .protection__card:hover .protection__card-title{color:var(--c-frame)}.security-reliability-page .protection .protection__card:hover .protection__card-text{color:var(--c-l-grey)}.security-reliability-page .protection .protection__card .protection__card-title{color:var(--c-invert);transition:all .3s ease-in-out}.security-reliability-page .protection .protection__card .protection__card-text{margin:clamp(10px,10px + 8*(100vw - 320px)/1600,18px) 0 clamp(16px,16px + 8*(100vw - 320px)/1600,24px);flex:1;text-wrap:initial;transition:all .3s ease-in-out}.security-reliability-page .protection .protection__card .protection__card-picture{line-height:0}.security-reliability-page .protection .protection__card .protection__card-picture img{width:100%;max-width:342px;height:auto;display:block;margin-inline:auto}.security-reliability-page .security-why .security-why__title,.security-reliability-page .security-why .security-why__subtitle{text-align:center;max-width:clamp(550px,550px + 70*(100vw - 320px)/1600,620px);margin-inline:auto}.security-reliability-page .security-why .security-why__subtitle{margin-top:clamp(16px,16px + 14*(100vw - 320px)/1600,30px)}.security-reliability-page .security-why .security-why__list{margin-top:clamp(40px,40px + 24*(100vw - 320px)/1600,64px);display:grid;grid-template-columns:repeat(3, 1fr);gap:clamp(30px,30px + 20*(100vw - 320px)/1600,50px)}@media(max-width: 1024px){.security-reliability-page .security-why .security-why__list{grid-template-columns:repeat(4, 1fr)}.security-reliability-page .security-why .security-why__list .security-why__item{grid-column:span 2}.security-reliability-page .security-why .security-why__list .security-why__item:nth-child(3){grid-column:2/span 2}}@media(max-width: 768px){.security-reliability-page .security-why .security-why__list{grid-template-columns:unset;max-width:clamp(300px,300px + 300*(100vw - 320px)/448,600px);margin-inline:auto}.security-reliability-page .security-why .security-why__list .security-why__item,.security-reliability-page .security-why .security-why__list .security-why__item:nth-child(3){grid-column:unset}}.security-reliability-page .security-why .security-why__list .security-why__item{display:flex;gap:clamp(16px,16px + 8*(100vw - 320px)/1600,24px)}.security-reliability-page .security-why .security-why__list .security-why__item .security-why__item-icon{width:62px;flex-shrink:0}.security-reliability-page .security-why .security-why__list .security-why__item .security-why__item-text{margin-top:clamp(10px,10px + 6*(100vw - 320px)/1600,16px);text-wrap:initial}
