*{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;outline:0;padding:0}:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}img{font-style:italic;height:auto;max-width:100%}img:not([src]):not([srcset]){visibility:hidden}table img{max-width:none}dl,ol,ul{margin:0;padding:0}ul li{list-style:none}a{color:#1d4ed8;text-decoration:none}a:focus,a:hover{color:#173eab;text-decoration:none}svg{fill:currentColor;height:1em;pointer-events:none;width:1em}button{cursor:pointer;outline:0}button:focus{outline:0}hr{border:0;border-top:1px solid rgba(0,0,0,.15);margin:6rem 0}@media screen and (max-width:767.98px){hr{margin:4rem 0}}html{font-size:10px}html.no-scroll{overflow:hidden}body{color:#0f172a;font-family:Inter,sans-serif;font-size:1.4rem;letter-spacing:.037em;line-height:1.5;min-width:320px;position:relative}p{margin-bottom:2rem}.wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:100vh}html.is-ie .wrap{display:block}.container,.container-fluid{margin:0 auto;max-width:100%;padding:0 1.5rem;width:100%}@media screen and (max-width:575.98px){.container,.container-fluid{padding-left:2rem;padding-right:2rem}}@media screen and (min-width:576px){.container{max-width:540px}}@media screen and (min-width:768px){.container{max-width:720px}}@media screen and (min-width:992px){.container{max-width:960px}}@media screen and (min-width:1200px){.container{max-width:1230px}}@media screen and (min-width:1440px){.container-fluid{max-width:calc(100% - 30px)}}.main{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}.icon{display:inline-block;position:relative;vertical-align:middle}.icon--arrow-left{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:transparent;border:none;border-radius:.4rem;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:inherit;font-size:1.6rem;font-weight:600;justify-content:center;line-height:1.25;outline:none;padding:1.08rem 2.5rem;position:relative;text-align:center;text-decoration:none;-webkit-transition:.3s;transition:.3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.btn:focus,.btn:hover{text-decoration:none}.btn[disabled]{opacity:.6;pointer-events:none}.btn__loader{-webkit-animation:btnSpinner 1s linear infinite;animation:btnSpinner 1s linear infinite;display:none;height:2.2rem;left:50%;margin-left:-1.1rem;margin-top:-1.1rem;position:absolute;top:50%;width:2.2rem}.btn__loader-in,.btn__loader-in:before{height:100%;position:absolute;top:0;width:100%}.btn__loader-in{left:50%;overflow:hidden}.btn__loader-in:before{border-radius:100%;-webkit-box-shadow:inset 0 0 0 2px currentColor;box-shadow:inset 0 0 0 2px currentColor;content:"";left:-50%}.btn.is-loading{pointer-events:none}.btn.is-loading>:not(.btn__loader){opacity:0}.btn.is-loading .btn__loader{display:block}@media screen and (min-width:1200px){.btn{font-size:1.8rem;padding:1.08rem 2.5rem}}.btn--primary{background-color:#0f172a;color:#fff}.btn--primary:focus,.btn--primary:hover{background-color:#182544;color:#fff}.btn--primary[disabled]{background-color:#e5e7eb;color:#6b7280;opacity:1}.btn--outline-primary{background-color:transparent;-webkit-box-shadow:inset 0 0 0 1px #0f172a;box-shadow:inset 0 0 0 1px #0f172a;color:#0f172a}.btn--outline-primary:focus,.btn--outline-primary:hover{background-color:rgba(15,23,42,.05);color:#0f172a}.btn--w-280{min-width:280px}.btn-main-wrap{margin-bottom:6rem;margin-top:6rem;text-align:center}@media screen and (max-width:767.98px){.btn-main-wrap{margin-bottom:4rem;margin-top:4rem}}.btn-up{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#374151;border:none;border-radius:50%;bottom:0;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.07),0 2px 2px rgba(0,0,0,.07),0 4px 4px rgba(0,0,0,.07),0 8px 8px rgba(0,0,0,.07),0 16px 16px rgba(0,0,0,.07);box-shadow:0 1px 1px rgba(0,0,0,.07),0 2px 2px rgba(0,0,0,.07),0 4px 4px rgba(0,0,0,.07),0 8px 8px rgba(0,0,0,.07),0 16px 16px rgba(0,0,0,.07);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:64px;justify-content:center;position:fixed;right:0;-webkit-transform:translate(150%,-50%);-ms-transform:translate(150%,-50%);transform:translate(150%,-50%);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:background,-webkit-transform;transition-property:background,-webkit-transform;transition-property:background,transform;transition-property:background,transform,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(.645,.045,.355,1);transition-timing-function:cubic-bezier(.645,.045,.355,1);width:64px;z-index:1030}.btn-up .icon{fill:none;height:24px;width:24px}.btn-up.is-active{-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.btn-up:hover{background:#1f2937;-webkit-transform:translate(-50%,calc(-50% - 10px));-ms-transform:translate(-50%,calc(-50% - 10px));transform:translate(-50%,calc(-50% - 10px))}@media screen and (max-width:767.98px){.btn-up{height:55px;width:55px}.btn-up .icon{height:20px;width:20px}}@-webkit-keyframes btnSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes btnSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1.5rem;margin-right:-1.5rem}[class*=col]{padding-left:1.5rem;padding-right:1.5rem;position:relative}.col-1{-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-1,.col-2{-webkit-box-flex:0}.col-2{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-3,.col-4{-webkit-box-flex:0}.col-4{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-5,.col-6{-webkit-box-flex:0}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-7,.col-8{-webkit-box-flex:0}.col-8{-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10,.col-9{-webkit-box-flex:0}.col-10{-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-11,.col-12{-webkit-box-flex:0}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media (min-width:576px){.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:768px){.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:992px){.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:1200px){.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:1440px){.col-2xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-2xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-2xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-2xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-2xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-2xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-2xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-2xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-2xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-2xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-2xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.select{position:relative}.select:after{background:url(/site/images/icon/icon-arrow-select.svg) no-repeat;background-size:contain;content:"";height:.8rem;margin-top:-.4rem;position:absolute;right:2rem;top:50%;width:1.5rem;z-index:1}.select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(29,29,27,.05);border:1px solid transparent;border-radius:.5rem;color:#0f172a;display:block;font-size:1.4rem;font-weight:400;height:50px;max-width:100%;outline:none;padding:0 5.5rem 0 2rem;-webkit-transition:.2s;transition:.2s;width:100%}.select select:focus{background:#fff;border-color:rgba(29,29,27,.3)}@media screen and (min-width:1440px){.select select{font-size:1.8rem}}@media screen and (min-width:1200px){.select select{font-size:1.6rem}}.input,.textarea{background:#fff;border:1px solid #e2e8f0;border-radius:.4rem;color:#0f172a;display:block;font-size:1.4rem;font-weight:400;letter-spacing:.037em;max-width:100%;outline:none;padding:0 1.5rem;-webkit-transition:.2s;transition:.2s;width:100%}.input[disabled],.textarea[disabled]{opacity:.6;pointer-events:none}.input:focus,.textarea:focus{border-color:#1d4ed8}.input::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:#64748b}.input::-moz-placeholder,.textarea::-moz-placeholder{color:#64748b}.input:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:#64748b}.input:-moz-placeholder,.textarea:-moz-placeholder{color:#64748b}@media screen and (min-width:1200px){.input,.textarea{font-size:1.6rem}}.input{height:34px}.textarea{height:110px;min-height:100px;padding-bottom:1rem;padding-top:1rem}.input-count{color:#6b7280;font-size:1.2rem;font-weight:500;margin-top:1rem;text-align:right}.form-group{margin-bottom:2.4rem;position:relative}.form-group__error{color:#ef1212;display:none;font-size:1.2rem;font-weight:500;margin-top:1rem}.form-group__error:empty{display:none}.form-group.has-error .form-group__error{display:block}.form-group.has-error .input,.form-group.has-error .textarea,.form-group.has-error select{border-color:#ef1212}.form-check{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.form-check__input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.form-check__mark{-ms-flex-negative:0;border:1px solid #e2e8f0;border-radius:4px;flex-shrink:0;height:24px;margin-right:4rem;-webkit-transition:.3s;transition:.3s;width:24px}.form-check__mark:hover{-webkit-box-shadow:0 1px 5px 0 #a5b4fc,0 1px 5px 0 #a5b4fc;box-shadow:0 1px 5px 0 #a5b4fc,0 1px 5px 0 #a5b4fc}.form-check__mark .icon--check{fill:#fff;height:100%;opacity:0;width:100%}.form-check__input:checked+.form-check__mark{background-color:#1d4ed8;border-color:#1d4ed8}.form-check__input:checked+.form-check__mark .icon--check{opacity:1}@media screen and (max-width:1199.98px){.form-check__mark{margin-right:2rem}}.form-check__label{line-height:2}@media screen and (min-width:1200px){.form-check__label{font-size:1.6rem}}.tabs__pane{display:none}.loader{background:hsla(0,0%,100%,.5);height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.loader__spinner{-webkit-animation:loaderSpinner 1s linear infinite;animation:loaderSpinner 1s linear infinite;height:32px;left:50%;margin-left:-16px;margin-top:-16px;position:absolute;top:50%;width:32px}.loader__circle,.loader__circle:before{height:100%;position:absolute;top:0;width:100%}.loader__circle{left:50%;overflow:hidden}.loader__circle:before{border-radius:100%;-webkit-box-shadow:inset 0 0 0 2px #0f172a;box-shadow:inset 0 0 0 2px #0f172a;content:"";left:-50%}@-webkit-keyframes loaderSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loaderSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.title-primary{color:#0f172a;font-size:4.8rem;font-weight:700;line-height:1.6;margin-bottom:3rem;margin-top:0}@media screen and (max-width:1439.98px){.title-primary{font-size:4rem}}@media screen and (max-width:767.98px){.title-primary{font-size:3rem}}.title-primary--mb-lg{margin-bottom:6rem}@media screen and (max-width:1199.98px){.title-primary--mb-lg{margin-bottom:4rem}}.formatted{letter-spacing:.02em;line-height:2}@media screen and (min-width:768px){.formatted{font-size:1.6rem}}.formatted>:first-child{margin-top:0}.formatted>:last-child{margin-bottom:0}.formatted p,.formatted table{margin-bottom:2rem}.formatted b,.formatted strong{color:#0f172a;font-weight:700}.formatted p{min-height:1px}.formatted p:last-child{margin-bottom:0}.formatted h1,.formatted h2,.formatted h3,.formatted h4,.formatted h5,.formatted h6{color:#0f172a;font-weight:700;margin-bottom:2rem;margin-top:2rem}.formatted h2{color:#0f172a;font-size:3rem;font-weight:700;line-height:1.35;margin-bottom:4rem;margin-top:4rem}@media screen and (max-width:767.98px){.formatted h2{font-size:2.5rem;margin-bottom:3rem;margin-top:3rem}}.formatted h3{color:#1d1d1b;font-size:2.4rem;font-weight:700;line-height:1.35;margin-bottom:4rem;margin-top:4rem}@media screen and (max-width:991.98px){.formatted h3{font-size:2.2rem}}@media screen and (max-width:767.98px){.formatted h3{font-size:2rem;margin-bottom:3rem;margin-top:3rem}}.formatted h4{color:#0f172a;font-size:2rem}@media screen and (max-width:767.98px){.formatted h4{font-size:1.8rem}}.formatted table,.formatted td,.formatted th{border-collapse:collapse}.formatted table{margin-bottom:3rem;margin-top:3rem}.formatted table td:first-child{border-bottom-left-radius:5px;border-top-left-radius:5px}.formatted table td:last-child{border-bottom-right-radius:5px;border-top-right-radius:5px}.formatted table tr:nth-child(odd){background-color:#f7f3ff}.formatted table td,.formatted table th{padding:.2rem 1rem}.formatted table td>:first-child,.formatted table th>:first-child{margin-top:0}.formatted table td>:last-child,.formatted table th>:last-child{margin-bottom:0}.formatted table th{background-color:#0f172a;color:#fff;font-weight:400}.formatted table p{margin-bottom:1rem}.formatted table p:last-child{margin-bottom:0}.formatted ol,.formatted ul{margin:0 0 2rem 2.5rem}.formatted ol li,.formatted ul li{margin-bottom:.5rem}.formatted ol ol,.formatted ol ul,.formatted ul ol,.formatted ul ul{margin-bottom:0;margin-top:.5rem}.formatted ul{margin-left:0}.formatted ul li{margin-bottom:0;padding-left:3rem;position:relative}.formatted ul li:before{background-color:#1d1d1b;border-radius:50%;content:"";height:.6rem;left:1rem;position:absolute;top:.5555555556em;width:.6rem}.formatted ul ul{margin-top:.5rem}.formatted blockquote{background-color:rgba(29,29,27,.05);margin:3rem 0 3rem 4rem;overflow-wrap:break-word;padding:3rem;position:relative;word-break:break-word}.formatted blockquote>:first-child{margin-top:0}.formatted blockquote>:last-child{margin-bottom:0}.formatted iframe{display:block;margin-bottom:3rem;margin-top:3rem;max-width:100%;overflow:hidden}.formatted hr{border-color:rgba(0,0,0,.2)}@media screen and (max-width:1199.98px){.formatted img{height:auto!important}.formatted hr{margin-bottom:4rem;margin-top:4rem}}.formatted--mb{margin-bottom:4rem}@media screen and (max-width:991.98px){.formatted--mb{margin-bottom:3rem}}.section{padding-bottom:14rem;padding-top:14rem;position:relative;scroll-margin-top:10rem}.section__description{line-height:2;margin-bottom:4rem;margin-top:4rem}.section--bg-dl,.section--bg-gray{background-color:#f8fafc}.section--bg-dl{min-height:800px}.section--bg-dl:after,.section--bg-dl:before{background-repeat:no-repeat;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.section--bg-dl:before{background-image:url(/site/images/common/double-light.svg);background-size:100% 100%;z-index:1}.section--bg-dl:after{background-position:100% 50%}.section--bg-dl .container{position:relative;z-index:2}.section--bg-dl-hss:after{background-image:url(/site/images/common/hss-bg.svg)}.section--bg-dl-security:after{background-image:url(/site/images/common/security-bg.svg)}.section--bg-white{background-color:#fff}@media screen and (max-width:1439.98px){.section{padding-bottom:10rem;padding-top:10rem}}@media screen and (max-width:767.98px){.section{padding-bottom:6rem;padding-top:6rem}.section__description{margin-bottom:3rem;margin-top:3rem}}.ratio{background-color:#f8fafc;display:block;overflow:hidden;position:relative}.ratio>:not(.icon):not(.swiper-lazy-preloader){bottom:0;left:0;position:absolute;right:0;top:0}.ratio img:not(.icon){height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ratio img:not(.icon):not([src]){visibility:hidden}.ratio iframe{height:100%;width:100%}.w-100{width:100%!important}.mw-610{max-width:610px}.mw-400{max-width:400px}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.overflow-hidden{overflow:hidden!important}.link{-webkit-transition:.3s;transition:.3s}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-left{text-align:left!important}.header{background-color:#fff;padding-bottom:2rem;padding-top:4rem;position:fixed;width:100%;z-index:1020}.header__inner{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.header__logo-image{display:inline-block;vertical-align:middle}.header__nav-mob{display:none}@media screen and (max-width:1199.98px){.header{padding-bottom:2rem;padding-top:2rem}.header__nav{background:#f8fafc;left:0;max-height:calc(100vh - 90px);max-width:100%;opacity:0;overflow:auto;padding:3rem 2rem;pointer-events:none;position:absolute;top:100%;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:.7s;transition:.7s;width:100%}.header__nav.is-active{opacity:1;pointer-events:auto;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.header__action-contact{display:none}.header__nav-mob{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:3rem}.header__nav-mob-action{min-width:200px}}.header-toggle{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-negative:0;align-items:center;background:none;border:0;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;height:50px;justify-content:center;position:relative;width:50px}.header-toggle__in{display:block;height:18px;position:relative;width:100%}.header-toggle__in:after,.header-toggle__in:before{background-color:#1d1d1b;content:"";height:4px;left:0;position:absolute;width:100%}.header.is-sticky .header-toggle__in:after,.header.is-sticky .header-toggle__in:before{background-color:#0f172a}.header-toggle__in:before{top:0;-webkit-transition-duration:.22s;transition-duration:.22s;-webkit-transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.header-toggle__in:after{bottom:0;-webkit-transition:bottom .1s ease-in .25s,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s ease-in .25s,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19),-webkit-transform .22s cubic-bezier(.55,.055,.675,.19)}.header-toggle.is-active .header-toggle__in:before{margin-top:-2.5px;top:50%;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);-webkit-transition-delay:.12s;transition-delay:.12s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.header-toggle.is-active .header-toggle__in:after{bottom:50%;margin-bottom:-2.5px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);-webkit-transition:bottom .1s ease-out,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s;transition:bottom .1s ease-out,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s}@media screen and (min-width:1200px){.header-toggle{display:none}}.nav{--nav-link-color:#0f172a;--nav-link-color-active:#1d1d1b}.nav__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6rem}.nav__item{position:relative}.nav__item.has-subnav.is-open>.nav-subnav{display:block}.nav__link{color:var(--nav-link-color);display:inline-block;font-size:1.8rem;font-weight:400;line-height:1.25;-webkit-transition:.3s;transition:.3s;vertical-align:middle}.nav__item.is-active>.nav__link,.nav__item:focus>.nav__link,.nav__item:hover>.nav__link{color:var(--nav-link-color-active)}@media screen and (max-width:1199.98px){.nav__list{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:center;-ms-flex-direction:column;flex-direction:column;gap:0;row-gap:2rem}.nav__item{padding:0;text-align:center;width:100%}.nav__link{font-size:2rem;padding:1.2rem 0;position:relative;width:100%}.nav__link:after{background-color:#0f172a;content:"";height:1.5px;left:50%;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:60px}}.nav-subnav{display:none}.intro{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:top/cover no-repeat #fff;height:100vh;min-height:800px}.intro,.intro__inner{display:-webkit-box;display:-ms-flexbox;display:flex}.intro__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-direction:column;flex-direction:column;justify-content:center;row-gap:6rem;text-align:center;width:100%}.intro__title{color:#0f172a;font-size:9.6rem;font-weight:700;line-height:1.25;margin:0}.intro__more-btn{min-width:234px}@media screen and (max-width:1199.98px){.intro__title{font-size:8.6rem}}@media screen and (max-width:991.98px){.intro__title{font-size:6.7rem}}@media screen and (max-width:767.98px){.intro{min-height:500px}.intro__inner{row-gap:4rem}.intro__title{font-size:5rem}}@media screen and (max-width:575.98px){.intro__title{font-size:4.2rem}}.about{background:url(/site/images/common/double-light.svg) no-repeat #fff;background-size:100% 100%;min-height:100vh}.about__header{margin-bottom:7rem}@media screen and (max-width:991.98px){.about__header{margin-bottom:5rem}}.about-cards{display:grid;gap:3rem;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:991.98px){.about-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:575.98px){.about-cards{grid-template-columns:1fr}}.about-card{position:relative}.about-card__link{display:block;height:100%}.about-card__image-wrap{padding-top:105.2631578947%;position:relative}.about-card__image-wrap:after{background:-webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),color-stop(.01%,transparent),to(#0f172a));background:linear-gradient(180deg,transparent,transparent .01%,#0f172a);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.about-card__image{-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(.645,.045,.355,1);transition-timing-function:cubic-bezier(.645,.045,.355,1)}.about-card__link:hover .about-card__image{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.about-card__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;left:0;padding:4rem 3rem;position:absolute;top:0;width:100%;z-index:2}.about-card__more{margin-bottom:2rem;text-align:right}.about-card__more-link{color:#fff;font-size:1.6rem;text-decoration:underline}.about-card__title{color:#fff;font-size:1.8rem;font-weight:600;margin-top:auto}@media screen and (max-width:1199.98px){.about-card__content{padding:3rem 2rem}.about-card__more-link{font-size:1.4rem}.about-card__title{font-size:1.6rem}}.digital-indicators{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-column-gap:16rem;-moz-column-gap:16rem;column-gap:16rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;row-gap:9rem}.digital-indicators__item{-ms-flex-negative:0;border-top:1px solid #cbd5e1;flex-shrink:0;padding-top:2rem;width:calc(50% - 80px)}.digital-indicators__number{font-size:9.6rem;font-weight:700;line-height:1;margin-bottom:3rem}.digital-indicators__text{font-size:1.6rem}@media screen and (max-width:1199.98px){.digital-indicators{-webkit-column-gap:8rem;-moz-column-gap:8rem;column-gap:8rem;row-gap:6rem}.digital-indicators__item{width:calc(50% - 40px)}.digital-indicators__number{font-size:7rem}}@media screen and (max-width:991.98px){.digital-indicators{-webkit-column-gap:6rem;-moz-column-gap:6rem;column-gap:6rem;row-gap:4rem}.digital-indicators__item{width:calc(50% - 30px)}.digital-indicators__number{font-size:5rem}.digital-indicators__text{font-size:1.4rem}}@media screen and (max-width:575.98px){.digital-indicators{-webkit-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem}.digital-indicators__item{width:calc(50% - 20px)}}.products{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:100vh;overflow-x:auto;padding-left:max(20px,(100% - 1200px)/2);padding-right:max(20px,(100% - 1200px)/2)}.products__left{-ms-flex-negative:0;flex-shrink:0;margin-right:5rem;margin-top:5rem;width:290px}@media screen and (max-width:991.98px){.products__left{margin-right:3rem;width:240px}}@media screen and (max-width:767.98px){.products{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.products__left{margin:0;text-align:center;width:100%}}.products-list{-webkit-column-gap:1.6rem;-moz-column-gap:1.6rem;column-gap:1.6rem;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:767.98px){.products-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0;-ms-flex-direction:column;flex-direction:column;row-gap:1.6rem}}.product-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-negative:0;background-color:#f8fafc;background-repeat:no-repeat;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-shrink:0;gap:230px;min-height:600px;padding:7rem 2.4rem 4rem;width:382px}.product-card:first-child{background-image:url(/site/images/common/product-card-top.svg)}.product-card:nth-child(2){background-image:url(/site/images/common/product-card-center.svg);background-size:cover}.product-card:nth-child(3){background-image:url(/site/images/common/product-card-bottom.svg);background-position:100% 100%}.product-card__header{text-align:center}.product-card__icon{margin-bottom:1.6rem}.product-card__icon img{display:inline-block;max-height:80px;max-width:80px}.product-card__title{font-size:1.8rem;font-weight:600}.product-card__text{line-height:2}@media screen and (max-width:1199.98px){.product-card{gap:40px;min-height:0}}@media screen and (max-width:767.98px){.product-card{gap:30px;max-width:100%;padding:4rem 2rem}}.product-links{display:grid;gap:3rem;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:991.98px){.product-links{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:575.98px){.product-links{grid-template-columns:1fr}}.product-link{position:relative}.product-link__link{background-color:#f8fafc;background-image:url(/site/images/common/product-card-top.svg);background-repeat:no-repeat;display:block;height:100%;padding:7rem 2.4rem 4rem}.product-link__header{margin-bottom:7rem;text-align:center}.product-link__icon{margin-bottom:1.6rem}.product-link__icon img{display:inline-block;max-height:80px;max-width:80px}.product-link__title{color:#0f172a;font-size:1.8rem;font-weight:600}.product-link__more{text-align:center}.product-link__more-link{color:#1d4ed8;font-size:1.6rem;text-decoration:underline}.product-info{background-position:100% 50%;background-repeat:no-repeat}.product-info__list{display:grid;gap:3rem;grid-template-columns:repeat(2,1fr)}.product-info__item{border-left:2px solid #bfdbfe;padding:3rem;position:relative}.product-info__item-header{margin-bottom:3rem}.product-info__item-header,.product-info__item-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.product-info__item-icon{-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-negative:0;background-color:#bfdbfe;border-radius:50%;flex-shrink:0;height:48px;justify-content:center;margin-right:2rem;width:48px}.product-info__item-icon .icon{fill:none;height:24px;width:24px}.product-info__item-title{font-size:1.8rem;font-weight:600}.product-info--tiny{background-position:100% 0}@media screen and (max-width:991.98px){.product-info__list{grid-template-columns:1fr}.product-info__item{padding:3rem 2rem}.product-info__item-header{margin-bottom:2rem}}.platforms{background:url(/site/images/common/platforms.svg) no-repeat #f8fafc;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:100vh;overflow-x:auto;padding-left:max(20px,(100% - 1200px)/2);padding-right:max(20px,(100% - 1200px)/2)}.platforms__left{-ms-flex-negative:0;flex-shrink:0;margin-right:5rem;margin-top:5rem;width:290px}@media screen and (max-width:991.98px){.platforms__left{margin-right:3rem;width:240px}}@media screen and (max-width:767.98px){.platforms{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.platforms__left{margin:0;text-align:center;width:100%}}.platforms-list{-webkit-column-gap:1.6rem;-moz-column-gap:1.6rem;column-gap:1.6rem;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:767.98px){.platforms-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0;-ms-flex-direction:column;flex-direction:column;row-gap:1.6rem}}.platform-card{-ms-flex-negative:0;flex-shrink:0;height:600px;width:382px}.platform-card__link{display:block;height:100%;overflow:hidden;width:100%}.platform-card__image{height:100%;-webkit-transition:.4s;transition:.4s;width:100%}.platform-card__link:hover .platform-card__image{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}@media screen and (max-width:767.98px){.platform-card{height:auto;max-width:100%}}.our-partners{padding-bottom:0}.our-partners__intro{padding-bottom:6rem}.our-partners .section__description{margin-bottom:0;max-width:600px}.our-partners__main{background-color:#f8fafc;padding-bottom:9rem;padding-top:6rem}.our-partners__list{-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:6rem}.our-partners__item,.our-partners__list{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.our-partners__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:160px;width:300px}.our-partners__image{max-height:100%;max-width:100%}@media screen and (max-width:767.98px){.our-partners__intro{text-align:center}.our-partners__main{padding-bottom:6rem}.our-partners__list{-webkit-column-gap:3rem;-moz-column-gap:3rem;column-gap:3rem;row-gap:3rem}.our-partners__item{height:120px;width:220px}}@media screen and (max-width:575.98px){.our-partners__list{-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem;row-gap:2rem}.our-partners__item{height:80px;width:160px}}.be-partner{background:url(/site/images/common/be-partner-bg.png);background-size:cover;padding-bottom:10rem;padding-top:11rem}.be-partner__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;text-align:center}.be-partner__title{margin-bottom:0}.be-partner__description{font-size:1.4rem;max-width:520px}.be-partner__more-btn{min-width:230px}@media screen and (max-width:991.98px){.be-partner{padding-bottom:7rem;padding-top:8rem}}@media screen and (max-width:767.98px){.be-partner{padding-bottom:6rem;padding-top:6rem}}.feedback{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:0;padding-top:0}.feedback__title{margin-bottom:6rem}.feedback__faq,.feedback__form{min-height:100vh;padding-bottom:12rem;padding-top:12rem}.feedback__form{padding-left:max(20px,(100% - 1200px)/2);padding-right:11.7rem}.feedback__form-inner{max-width:100%;width:592px}.feedback__faq{background-color:#eff6ff;padding-left:4rem;padding-right:max(20px,(100% - 1200px)/2)}@media screen and (max-width:1439.98px){.feedback__faq,.feedback__form{padding-bottom:10rem;padding-top:10rem}.feedback__form{padding-right:8rem}}@media screen and (max-width:1199.98px){.feedback__title{margin-bottom:4rem}.feedback__form{padding-right:4rem}.feedback__form-inner{max-width:100%;width:500px}}@media screen and (max-width:991.98px){.feedback{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.feedback__title{text-align:center}.feedback__form{padding-right:20px}.feedback__faq{padding-left:20px}.feedback__form-inner{margin:auto;width:500px}}@media screen and (max-width:767.98px){.feedback__faq,.feedback__form{padding-bottom:6rem;padding-top:6rem}}.feedback-form.is-success .feedback-form__fields{display:none}.feedback-form.is-success .feedback-form__response{display:block}.feedback-form__check{padding-bottom:1.5rem;padding-top:1.5rem}.feedback-form__action{margin-top:6rem}.feedback-form__recaptcha{display:-webkit-box;display:-ms-flexbox;display:flex}.feedback-form__submit{width:100%}.feedback-form__response{display:none;font-size:1.8rem;font-weight:500;line-height:2}@media screen and (max-width:991.98px){.feedback-form__check{padding-bottom:1rem;padding-top:1rem}.feedback-form__action{margin-top:3rem}}.accordion{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;row-gap:4rem}.accordion__item{border-bottom:1px solid #cbd5e1}.accordion__head{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;line-height:1.25;padding:1rem 1.2rem 1rem .8rem}.accordion__head-icon{-ms-flex-negative:0;flex-shrink:0;height:14px;position:relative;width:14px}.accordion__head-icon:after,.accordion__head-icon:before{background-color:#000;border-radius:10px;content:"";position:absolute;-webkit-transition:.3s;transition:.3s}.accordion__head-icon:before{height:1.5px;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%}.accordion__head-icon:after{height:100%;left:50%;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:1.5px}.accordion__item.is-active .accordion__head-icon:after{opacity:0}.accordion__body{max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease;transition:max-height .3s ease}.accordion__item.is-active .accordion__body{max-height:10000px}.accordion__content{font-size:1.4rem;padding:1.4rem .8rem}@media screen and (max-width:991.98px){.accordion{row-gap:3rem}}.intro-page{margin-bottom:0;padding:0}.intro-page__inner{border-top:3px solid #f7f3ff;padding-top:3rem}.intro-page__title{color:#0f172a;font-size:4rem;font-weight:700;line-height:1.35;margin:0;text-transform:uppercase}@media screen and (max-width:1439.98px){.intro-page__title{font-size:3.5rem}}@media screen and (max-width:1199.98px){.intro-page__title{font-size:3rem}}@media screen and (max-width:767.98px){.intro-page__title{font-size:2.5rem}}.page-404{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100vh;justify-content:center;padding:0 2rem;text-align:center}.page-404 h1{color:#0f172a;font-size:28.8rem;font-weight:700;line-height:1.2;margin:3rem 0}@media screen and (max-width:767.98px){.page-404 h1{font-size:15rem}}.page-404 p{font-size:1.6rem;margin-bottom:6rem}.page{padding-top:25rem}.page__title{margin-bottom:4rem}@media screen and (max-width:1199.98px){.page{padding-top:15rem}}@media screen and (max-width:767.98px){.page{padding-top:12rem}}.page-back{margin-top:10rem}@media screen and (max-width:1439.98px){.page-back{margin-top:8rem}}@media screen and (max-width:767.98px){.page-back{margin-top:6rem}}.post__infographic{margin-top:4rem;text-align:-webkit-center}.post__infographic-image{display:block;width:80%}@media screen and (max-width:991.98px){.post__left{-webkit-box-ordinal-group:2;-ms-flex-order:1;margin-top:4rem;order:1}}.post-images{border-radius:5px;-webkit-box-shadow:inset 0 0 0 3px #f7f3ff;box-shadow:inset 0 0 0 3px #f7f3ff;overflow:hidden}.post-images__inner{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:570px;justify-content:center;padding:6rem 8rem;position:relative}.post-images__link{display:block;height:100%}.post-images__image{max-height:100%;max-width:100%}.post-images .swiper-pagination{--swiper-theme-color:rgba(0,0,0,.4);--swiper-pagination-bullet-inactive-color:#000;--swiper-pagination-bullet-inactive-opacity:.2;bottom:3rem;z-index:2}.post-images .swiper-pagination-bullet{border-radius:50px;-webkit-transition:.4s;transition:.4s}.post-images .swiper-pagination-bullet.swiper-pagination-bullet-active{border-radius:5px;width:70px}@media screen and (max-width:991.98px){.post-images__inner{height:450px}.post-images .swiper-pagination{bottom:2rem}}@media screen and (max-width:767.98px){.post-images__inner{height:400px;padding:4rem}}.systems{display:grid;gap:3rem;grid-template-columns:repeat(6,1fr);margin-bottom:6rem;margin-top:6rem}.systems__item{background-color:#eff6ff;border-radius:4px;height:100%;padding:4rem}@media screen and (min-width:992px){.systems__item{grid-column:span 2}.systems__item--wide{grid-column:span 3}}.systems__item-header{margin-bottom:2rem}.systems__item-icon{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#bfdbfe;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;height:48px;justify-content:center;width:48px}.systems__item-icon .icon{fill:none;height:24px;width:24px}.systems__item-title{font-size:1.8rem;font-weight:600;margin-top:2rem}@media screen and (max-width:991.98px){.systems{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:767.98px){.systems{margin-bottom:4rem;margin-top:4rem}.systems__item{padding:3rem 2rem}}.systems__item--ext{text-align:center}.systems__item--ext .systems__item-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:3rem}@media screen and (max-width:767.98px){.systems__item--ext .systems__item-header{margin-bottom:2rem}}.idea-platform{overflow:hidden}.idea-platform__image-wrap{height:530px;position:relative}.idea-platform__image{position:absolute}.idea-platform__image--prev{height:413px;left:-90px;top:60px;width:620px}.idea-platform__image--main{border-radius:20px;-webkit-box-shadow:0 -10px 40px 0 rgba(0,0,0,.3);box-shadow:0 -10px 40px 0 rgba(0,0,0,.3);height:100%;left:50%;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:820px;z-index:3}.idea-platform__image--next{height:404px;right:-100px;top:60px;width:620px}@media screen and (max-width:991.98px){.idea-platform__image-wrap{height:auto}.idea-platform__image--next,.idea-platform__image--prev{display:none}.idea-platform__image--main{height:auto;max-width:100%;position:static;-webkit-transform:none;-ms-transform:none;transform:none}}.platform-hero{min-height:100vh}.platform-hero__list{display:grid;gap:3rem;grid-template-columns:repeat(2,1fr)}.platform-hero__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;background-color:#eff6ff;border-radius:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;min-height:540px;padding:4rem}.platform-hero__item-body{text-align:center}.platform-hero__item-icon{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#bfdbfe;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;height:80px;justify-content:center;margin:0 auto 3rem;width:80px}.platform-hero__item-icon .icon{height:48px;width:48px}.platform-hero__item-icon .icon--system{fill:none}.platform-hero__item-title{font-size:4.8rem;font-weight:700}@media screen and (max-width:1439.98px){.platform-hero__item-title{font-size:4rem}}@media screen and (max-width:1199.98px){.platform-hero__item{min-height:400px}.platform-hero__item-title{font-size:3rem}}@media screen and (max-width:991.98px){.platform-hero__item{min-height:300px}.platform-hero__item-title{font-size:2.8rem}}@media screen and (max-width:767.98px){.platform-hero__list{grid-template-columns:1fr}.platform-hero__item{border-radius:30px;padding:3rem 2rem}}.every-ca__inner{display:grid;gap:7rem;grid-template-columns:repeat(2,1fr)}.every-ca__left{padding-bottom:10rem;padding-top:10rem}.every-ca__image{display:block}@media screen and (max-width:1199.98px){.every-ca__left{padding-bottom:6rem;padding-top:6rem}}@media screen and (max-width:991.98px){.every-ca__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:4rem}.every-ca__left{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding:0}.every-ca__image{max-width:100%;width:400px}}.orca{background-position:100% 100%;background-repeat:no-repeat;min-height:900px}.orca__content{max-width:860px}.ecosystem{display:grid;gap:3rem;grid-template-columns:repeat(3,1fr)}.ecosystem__item{background-color:#eff6ff;border-radius:4px;padding:5.6rem 3.2rem}.ecosystem__item,.ecosystem__item-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.ecosystem__item-icon{-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-negative:0;background-color:#bfdbfe;border-radius:50%;flex-shrink:0;height:48px;justify-content:center;margin-right:2rem;width:48px}.ecosystem__item-icon .icon{fill:none;height:24px;width:24px}.ecosystem__item-title{font-size:1.8rem;font-weight:600}@media screen and (max-width:991.98px){.ecosystem{grid-template-columns:repeat(1,1fr)}.ecosystem__item{padding:4rem 2rem}.ecosystem__item-title{font-size:1.6rem}}.ecosystem--compact{gap:1.6rem;grid-template-columns:repeat(2,1fr)}.ecosystem--compact .ecosystem__item{padding:2.8rem 1.6rem}.ecosystem--compact .ecosystem__item-icon{margin-right:1.6rem}@media screen and (max-width:991.98px){.ecosystem--compact{grid-template-columns:repeat(1,1fr)}.ecosystem--compact__item-title{font-size:1.6rem}}.partner__inner{display:grid;gap:7rem;grid-template-columns:repeat(2,1fr)}.partner__image{display:block}@media screen and (max-width:991.98px){.partner__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:4rem}.partner__image{max-width:100%;width:400px}}.footer{background-color:#0f172a;color:#fff;padding-bottom:4rem;padding-top:6rem}.footer__main{display:grid;grid-template-columns:25% 58.3333333333% 16.6666666667%;margin-bottom:4rem}.footer__nav{display:-webkit-box;display:-ms-flexbox;display:flex}.footer__links{margin-left:8rem}.footer__links li{margin-bottom:3rem}.footer__links a{color:#94a3b8;font-size:1.8rem;-webkit-transition:.3s;transition:.3s}.footer__links a:focus,.footer__links a:hover{color:#fff}.footer__contacts{text-align:right}.footer__contacts li{margin-bottom:2rem}.footer__contacts a{color:#fff;font-size:1.6rem;-webkit-transition:.3s;transition:.3s}.footer__contacts a:focus,.footer__contacts a:hover{color:#94a3b8}.footer__bottom{-webkit-box-align:end;-ms-flex-align:end;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;gap:3rem;justify-content:space-between}.footer__copyright{color:#94a3b8;font-size:1.8rem}.footer__address{font-size:1.6rem;text-align:right}@media screen and (max-width:1199.98px){.footer__nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:3rem}.footer__links{margin-left:0}.footer__links a{font-size:1.6rem}.footer__contacts a{font-size:1.4rem}.footer__copyright{font-size:1.6rem}.footer__address{font-size:1.4rem}}@media screen and (max-width:991.98px){.footer__main{grid-template-columns:1fr}.footer__logo{margin-bottom:4rem}.footer__contacts{text-align:left}.footer__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;gap:2rem}.footer__address,.footer__copyright{font-size:1.4rem;text-align:center;width:100%}}.footer-nav{width:320px}.footer-nav ul{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:3rem;-moz-column-gap:3rem;column-gap:3rem}.footer-nav li{-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:3rem}.footer-nav a{color:#fff;font-size:1.8rem;-webkit-transition:.3s;transition:.3s}.footer-nav a:focus,.footer-nav a:hover{color:#94a3b8}@media screen and (max-width:1199.98px){.footer-nav{width:100%}.footer-nav a{font-size:1.6rem}}
