.schema-grid{padding:60px 0;font-family:"Satoshi", sans-serif}@media only screen and (max-width:767px){.schema-grid{padding:40px 0}}.schema-grid__inner{width:100%}.schema-grid__content{display:flex;flex-direction:column;gap:64px;width:100%;max-width:100%;margin:0 auto}@media only screen and (max-width:767px){.schema-grid__content{gap:40px}}.schema-grid__content-header{display:flex;flex-direction:column;text-align:center;gap:16px}@media only screen and (max-width:767px){.schema-grid__content-header{gap:12px;text-align:left}}.schema-grid--scroll-animate .schema-grid__content-header{opacity:0;transform:translateY(24px);transition:opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1)}.schema-grid--scroll-animate.schema-grid--in-view .schema-grid__content-header{opacity:1;transform:translateY(0)}.schema-grid__title h2{margin:0;font-size:40px;font-weight:500;line-height:48px;color:#061C37;background:linear-gradient(89deg, #061C37 26.2%, #3F11F7 91.7%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline}@media only screen and (max-width:767px){.schema-grid__title h2{font-size:28px;line-height:116%;background:linear-gradient(89deg, #061C37 10.2%, #3F11F7 61.7%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}}.schema-grid__description{margin:0 auto;font-size:18px;font-weight:400;line-height:1.65;color:#061C37;width:100%;max-width:800px}.schema-grid__description ul,.schema-grid__description ol{margin:0 0 1em;padding-left:1.25em}.schema-grid__description li{margin-bottom:0.5em}@media only screen and (max-width:767px){.schema-grid__description{font-size:16px;line-height:1.55}}.schema-grid__diagram{flex-shrink:0}@media only screen and (max-width:767px){.schema-grid__diagram{width:100%;min-height:auto}}.schema-grid--scroll-animate .schema-grid__diagram{opacity:0;transform:translateY(24px);transition:opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1)}.schema-grid--scroll-animate.schema-grid--in-view .schema-grid__diagram{opacity:1;transform:translateY(0)}.schema-grid__items{display:flex;flex-direction:column;gap:100px}@media only screen and (max-width:767px){.schema-grid__items{grid-template-columns:1fr}}.schema-grid__item{display:flex;gap:24px;border-radius:12px;background:rgba(255, 255, 255, 0.9);text-align:left;align-items:center;justify-content:space-between}@media only screen and (max-width:767px){.schema-grid__item{flex-direction:column-reverse;gap:48px}}.schema-grid--scroll-animate .schema-grid__item{opacity:0;transform:translateY(16px);transition:opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1)}.schema-grid--scroll-animate.schema-grid--in-view .schema-grid__item{opacity:1;transform:translateY(0)}.schema-grid--scroll-animate .schema-grid__item:nth-child(1){transition-delay:0.1s}.schema-grid--scroll-animate .schema-grid__item:nth-child(2){transition-delay:0.16s}.schema-grid--scroll-animate .schema-grid__item:nth-child(3){transition-delay:0.22s}.schema-grid--scroll-animate .schema-grid__item:nth-child(4){transition-delay:0.28s}.schema-grid--scroll-animate .schema-grid__item:nth-child(5){transition-delay:0.34s}.schema-grid--scroll-animate .schema-grid__item:nth-child(6){transition-delay:0.4s}.schema-grid--scroll-animate .schema-grid__item:nth-child(7){transition-delay:0.46s}.schema-grid--scroll-animate .schema-grid__item:nth-child(8){transition-delay:0.52s}.schema-grid--scroll-animate .schema-grid__item:nth-child(9){transition-delay:0.58s}.schema-grid--scroll-animate .schema-grid__item:nth-child(10){transition-delay:0.64s}.schema-grid--scroll-animate .schema-grid__item:nth-child(11){transition-delay:0.7s}.schema-grid--scroll-animate .schema-grid__item:nth-child(12){transition-delay:0.76s}.schema-grid__item-content{display:flex;flex-direction:column;gap:16px;width:100%;max-width:478px}@media only screen and (max-width:767px){.schema-grid__item-content{max-width:100%}}.schema-grid__item-image{width:100%;max-width:580px;height:100%;max-height:460px;border-radius:24px;display:flex}@media only screen and (max-width:767px){.schema-grid__item-image{max-height:100%;border-radius:12px}}.schema-grid__item-image img{width:100%;height:auto;object-fit:cover;border-radius:24px}@media only screen and (max-width:767px){.schema-grid__item-image img{border-radius:12px}}.schema-grid__item-title h3{font-size:40px;font-weight:500;line-height:48px;margin:0;background:linear-gradient(89deg, #061C37 53.88%, #3F11F7 99.21%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-wrap:balance;display:inline-block}@media only screen and (max-width:767px){.schema-grid__item-title h3{font-size:28px;line-height:1.16}}.schema-grid__item-description{font-size:18px;font-weight:400;line-height:1.65;color:#061C37;margin:0}@media only screen and (max-width:767px){.schema-grid__item-description{font-size:16px;line-height:1.55}}.schema-grid__item-description p:last-child{margin-bottom:0}.schema-grid__item-description b,.schema-grid__item-description strong{font-weight:700}@media only screen and (max-width:767px){.schema-grid__item-description p{margin-bottom:12px}.schema-grid__item-description p:last-child{margin-bottom:0}.schema-grid__item-description p+p{margin-top:12px}}.schema-grid__item-description ul{list-style:none}.schema-grid__item-description ul li{position:relative}.schema-grid__item-description ul li::before{content:"";position:absolute;left:-16px;top:14px;width:5px;height:5px;background-color:currentColor;border-radius:50%}@media only screen and (max-width:767px){.schema-grid__item-description ul li::before{left:-15px;top:9px}}.schema-grid__item-description ul,.schema-grid__item-description ol{padding-left:17px;display:flex;flex-direction:column;gap:16px}@media only screen and (max-width:767px){.schema-grid__item-description ul,.schema-grid__item-description ol{padding-left:14px;gap:4px}}.schema-grid__item-cta{margin-top:auto}.schema-grid__button{margin-top:24px}@media only screen and (max-width:767px){.schema-grid__button{margin-top:16px}}/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22http%3A%2F%2Foxsecurity.local%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Foxsecurity%2Fscss%2Fblock-schema-grid.scss%22%2C%22wp-content%2Fthemes%2Foxsecurity%2Fscss%2F_variable.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAOA%2CaAAA%2CgDAAA%2CCC6EC%2CyCAAA%2CaAAA%2CcAAA%2CCAAA%2CCDrEG%2CoBAAA%2CUAAA%2CCAIA%2CsBAAA%2CmFAAA%2CCCiEH%2CyCAAA%2CsBAAA%2CQAAA%2CCAAA%2CCDvDO%2C6BAAA%2C6DAAA%2CCCuDP%2CyCAAA%2C6BAAA%2CwBAAA%2CCAAA%2CCD9CW%2C0DAAA%2C0IAAA%2CCAMA%2C%2BEAAA%2CiCAAA%2CCAQJ%2CuBAAA%2C2OAAA%2CCCgCP%2CyCAAA%2CuBAAA%2C0MAAA%2CCAAA%2CCDTG%2C0BAAA%2CsGAAA%2CCAQI%2C0DAAA%2CkCAAA%2CCAIA%2C6BAAA%2CmBAAA%2CCCHP%2CyCAAA%2C0BAAA%2C%2BBAAA%2CCAAA%2CCDYG%2CsBAAA%2CaAAA%2CCCZH%2CyCAAA%2CsBAAA%2C0BAAA%2CCAAA%2CCDkBO%2CmDAAA%2C0IAAA%2CCAMA%2CwEAAA%2CiCAAA%2CCAMJ%2CoBAAA%2C4CAAA%2CCC9BH%2CyCAAA%2CoBAAA%2CyBAAA%2CCAAA%2CCDuCG%2CmBAAA%2C6IAAA%2CCCvCH%2CyCAAA%2CmBAAA%2CsCAAA%2CCAAA%2CCDmDO%2CgDAAA%2C0IAAA%2CCAMA%2CqEAAA%2CiCAAA%2CCAMQ%2C6DAAA%2CqBAAA%2CCAAA%2C6DAAA%2CsBAAA%2CCAAA%2C6DAAA%2CsBAAA%2CCAAA%2C6DAAA%2CsBAAA%2CCAAA%2C6DAAA%2CsBAAA%2CCAAA%2C6DAAA%2CqBAAA%2CCAAA%2C6DAAA%2CsBAAA%2CCAAA%2C6DAAA%2CsBAAA%2CCAAA%2C6DAAA%2CsBAAA%2CCAAA%2C8DAAA%2CsBAAA%2CCAAA%2C8DAAA%2CqBAAA%2CCAAA%2C8DAAA%2CsBAAA%2CCAKR%2C2BAAA%2CsEAAA%2CCCpEP%2CyCAAA%2C2BAAA%2CcAAA%2CCAAA%2CCD8EO%2CyBAAA%2CuFAAA%2CCC9EP%2CyCAAA%2CyBAAA%2CkCAAA%2CCAAA%2CCDyFW%2C6BAAA%2C0DAAA%2CCCzFX%2CyCAAA%2C6BAAA%2CkBAAA%2CCAAA%2CCDqGW%2C4BAAA%2CuPAAA%2CCCrGX%2CyCAAA%2C4BAAA%2C%2BBAAA%2CCAAA%2CCDuHO%2C%2BBAAA%2CsEAAA%2CCCvHP%2CyCAAA%2C%2BBAAA%2C%2BBAAA%2CCAAA%2CCDiIW%2C4CAAA%2CeAAA%2CCAGA%2CuEAAA%2CeAAA%2CCCpIX%2CyCAAA%2CiCAAA%2CkBAAA%2CCD0ImB%2C4CAAA%2CeAAA%2CCAGA%2CmCAAA%2CeAAA%2CCAAA%2CCAKR%2CkCAAA%2CeAAA%2CCAEI%2CqCAAA%2CiBAAA%2CCAEI%2C6CAAA%2CqHAAA%2CCCtJnB%2CyCAAA%2C6CAAA%2CkBAAA%2CCAAA%2CCDuKW%2CoEAAA%2C6DAAA%2CCCvKX%2CyCAAA%2CoEAAA%2CyBAAA%2CCAAA%2CCDmLO%2CuBAAA%2CeAAA%2CCAKJ%2CqBAAA%2CeAAA%2CCCxLH%2CyCAAA%2CqBAAA%2CeAAA%2CCAAA%22%7D */