html{font-family:"Exo", sans-serif;overflow-x:hidden;font-size:17px}body{background-color:#f6f6f6;margin:0;color:white;min-height:100vh;display:flex;flex-direction:column;overflow:hidden}body>main{flex:1;display:flex;flex-direction:column}a{text-decoration:none;transition:color 0.4s;color:inherit}h1{font-weight:300;font-size:2.5rem;text-transform:uppercase;line-height:1.45;margin:0}header,footer,section{position:relative;padding:16px 32px}@media screen and (max-width: 749px){header,footer,section{padding:16px 16px}}header .header-wrapper,footer .header-wrapper,section .header-wrapper{margin:0 auto;max-width:1200px;position:relative}header .section-wrapper,footer .section-wrapper,section .section-wrapper{margin:0 auto;max-width:1400px;position:relative}header{z-index:20}header .main-nav{padding:20px 0}@media screen and (min-width: 1400px){header .main-nav{margin:0 -104px}}section:last-child{flex:1}@media (max-width: 1200px){.container{padding-left:0px}}.section-background{position:absolute;pointer-events:none;top:-900px;bottom:-500px;left:0;right:0;overflow:hidden;padding-top:500px}section:first-child .section-background{top:-200px;padding-top:200px}section:last-child .section-background{bottom:-300px}footer .section-background{bottom:0}footer .section-background,section:not(:first-child):nth-child(2n) .section-background{-webkit-mask:url(./bg-even.svg) no-repeat center top;mask:url(./bg-even.svg) no-repeat center top}section:not(:first-child):nth-child(2n+1) .section-background{-webkit-mask:url(./bg-odd.svg) no-repeat center top;mask:url(./bg-odd.svg) no-repeat center top}@media screen and (max-width: 749px){.section-background{-webkit-mask-size:2500px !important;mask-size:2500px !important;-webkit-mask-position-y:220px !important;mask-position-y:220px !important}}section:nth-child(7n+1) .section-background{background:linear-gradient(100deg, #1B1549, #448ccb)}section:nth-child(7n+2) .section-background{background:linear-gradient(100deg, #2d4d9c, #1c2f55) !important}section:nth-child(7n+3) .section-background{background:linear-gradient(100deg, #1d1840, #3c71a0)}section:nth-child(7n+4) .section-background{background:linear-gradient(100deg, #2d4d9c, #1c2f55) !important}section:nth-child(7n+5) .section-background{background:linear-gradient(100deg, #1d1840, #3c71a0)}section:nth-child(7n+6) .section-background{background:linear-gradient(100deg, #2d4d9c, #1c2f55) !important}section:nth-child(7n) .section-background{background:linear-gradient(100deg, #2d4d9c, #1c2f55)}footer .section-background{background:linear-gradient(95deg, #1b154a, #448ccb)}.section-background .left-vector{position:absolute;background:url(./left-vector.png) no-repeat;background-size:contain;top:-203px;left:calc(700px - 50vw);height:500px;width:100%;opacity:0.1}@media (max-width: 1400px){.section-background .left-vector{left:0px}}.section-background .right-vector{position:absolute;background:url(./right-vector.png) no-repeat;background-size:contain;top:-203px;right:-49vw;height:840px;width:100%;opacity:0.3}.section-background .hexagon{position:absolute;pointer-events:none;background:url(./hexa.svg) no-repeat;background-size:contain;opacity:0.1}.section-background .hexagon-1{width:1600px;height:600px;top:230px;right:-5%}.section-background .hexagon-2{transform:rotate(180deg);opacity:0.07;width:1600px;height:820px;top:0px;left:32%}.section-background .hexagon-3{width:1600px;height:600px;top:200px;right:140px}.section-background .hexagon-4{transform:rotate(180deg);opacity:0.07;width:1600px;height:740px;top:134px;left:53%}.section-background .hexagon-5{transform:rotate(180deg);opacity:0.02;filter:invert(1);width:1600px;height:740px;top:-19px;left:-17%}.section-background .hexagon-6{opacity:0.07;width:1600px;height:620px;top:340px;right:37%}.section-background .hexagon-7{transform:rotate(180deg);filter:invert(1);opacity:0.03;width:1800px;height:870px;top:-10px;left:-14%}.section-background .hexagon-8{opacity:0.07;width:1600px;height:620px;top:250px;right:35%}.section-background .hexagon-9{width:1600px;height:370px;top:540px;right:-80%}.section-background .hexagon-10{width:1600px;height:410px;top:325px;right:10%}.section-background .hexagon-11{transform:rotate(180deg);opacity:0.05;width:1600px;height:730px;top:-149px;left:83%}.dim-border{border:1px solid rgba(44,8,123,0.95)}.accent-border{border:1px solid #3c7e9b}.border-corners{position:relative}.border-corners::before{content:"";pointer-events:none;position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;border-style:solid;border-image-source:url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3 3"><rect x="0" y="0" width="3" height="3" fill="transparent" stroke="white" stroke-width="1" /></svg>');border-image-slice:51%;border-image-width:3px}.border-corners.big-corners::before{border-image-source:url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5 5"><rect x="0" y="0" width="5" height="5" fill="transparent" stroke="white" stroke-width="1" /></svg>');border-image-slice:51%;border-image-width:5px}.article-grid{max-width:1200px;margin:80px auto;display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:auto;grid-column-gap:60px;grid-row-gap:60px}@media screen and (max-width: 999px){.article-grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 749px){.article-grid{max-width:400px;width:100%;grid-template-columns:repeat(1, 1fr)}}#article{display:none}.article-card{background:white}.article-card img{width:100%;height:300px;object-fit:cover;margin-bottom:-5px}.article-card .text-part{padding:30px;padding-bottom:90px;position:relative;height:calc(100% - 420px)}.article-card .code-and-button{position:absolute;text-align:left;bottom:30px;right:30px}.article-card .code-and-button .button{color:#2c4c99;width:200px !important;border-color:#bfc9e0;font-weight:400;box-shadow:inset 0 0 25px rgba(191,201,224,0.7),0 0 30px rgba(0,0,0,0.2)}.article-card .code-and-button .border-corners::before{border-image-source:url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3 3"><rect x="0" y="0" width="3" height="3" fill="transparent" stroke="rgba(44, 76, 153, 1)" stroke-width="1" /></svg>')}.text-card{margin:2rem 0}.post-date{font-size:12px;color:#959595;text-transform:uppercase;margin:15px 0}.post-title{font-size:24px;color:#2c4c99;font-weight:bold}.post-description{font-size:18px;color:#464646;line-height:1.5;margin:20px 0}.section-title{font-size:35px;font-weight:800;color:#ffffff;text-align:center;text-transform:uppercase}.align-center{text-align:center}.card{display:grid;grid-template-columns:1fr 2fr;grid-template-rows:auto auto;grid-column-gap:80px;align-items:center}.card .card-left{min-width:500px;align-self:center}.card .card-left ~ .card-left{align-self:start}.card .card-right{align-self:center;z-index:2;min-width:0;grid-column:2;grid-row:1}.card .image-wrapper{padding:20px 20px 15px}.card .image-wrapper img{width:100%;box-shadow:0px 5px 20px #1d1d1d}.card .logo-text{font-size:16px;font-style:italic;font-weight:200;margin:30px 0}.card .logo-text img{width:300px}.card .logo-text span{margin-left:10px}@media screen and (max-width: 999px){.card{grid-template-columns:1fr;grid-template-rows:auto}.card .card-right{grid-column:auto;grid-row:auto}.card .card-left{text-align:center;min-width:300px}}.card p{line-height:1.6;font-weight:300;font-size:1.2rem;margin:40px 0}.card code{padding:14px 28px;box-sizing:border-box;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;padding:21px 40px;font-family:monospace;font-size:1.2rem;background-color:rgba(0,0,0,0.3);text-align:left}.card .code-and-button{width:100%}.card .code-and-button a{width:360px}.card .code-block{display:block;line-height:2}.inner-shadows{box-shadow:inset 0 0 25px rgba(84,167,255,0.7),0 0 30px rgba(0,0,0,0.2);background:url(./noise-20.png)}.dim-inner-shadows{box-shadow:inset 0 0 25px rgba(84,167,255,0.3),0 0 30px rgba(0,0,0,0.2);background:url(./noise-10.png)}.big-inner-shadows{box-shadow:inset 0 0 100px rgba(84,167,255,0.4),0 0 30px rgba(0,0,0,0.2);background:url(./noise-05.png)}.button{display:inline-block;padding:14px 28px;box-sizing:border-box;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:0.8rem;font-weight:800;letter-spacing:1.6px;text-transform:uppercase;transition:border 0.4s, box-shadow 0.4s}.button.big{padding:14px 28px;box-sizing:border-box;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;padding:21px 40px}.button:hover{border:1px solid white;box-shadow:inset 0 0 35px #54a7ff,0 0 30px rgba(0,0,0,0.2)}.main-nav{display:flex;justify-content:space-between;align-items:center}.main-nav .logo-link img{display:block}.main-nav .doc-links a{position:relative;display:inline-block;padding:14px 28px;box-sizing:border-box;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}@media (min-width: 1000px){.menu .menu-button{display:none}.menu .menu-content{display:flex}.menu .menu-content .button{margin-left:16px}.menu .doc-links .current::before{content:"";position:absolute;left:28px;right:28px;bottom:0;border-bottom:1px solid currentColor}}@media screen and (max-width: 999px){.menu .menu-button{display:block;position:fixed;top:40px;right:32px;background-color:rgba(72,2,169,0.7)}}@media screen and (max-width: 999px) and (max-width: 749px){.menu .menu-button{right:16px}}@media screen and (max-width: 999px){.menu .menu-icon{position:relative;margin:6px -12px}.menu .menu-icon,.menu .menu-icon::after,.menu .menu-icon::before{height:5px;background-color:white;width:24px;border-radius:1px}.menu .menu-icon::after,.menu .menu-icon::before{content:"";display:block;position:absolute}.menu .menu-icon::before{top:-10px}.menu .menu-icon::after{bottom:-10px}.menu .menu-overlay{position:fixed;top:0;bottom:0;left:0;right:0;z-index:10;transition:background-color 0.5s;-webkit-tap-highlight-color:transparent}#menu:not(:target) .menu .menu-overlay{background-color:transparent;pointer-events:none}#menu:target .menu .menu-overlay{background-color:rgba(0,0,0,0.6)}.menu .menu-content{position:fixed;display:flex;flex-direction:column;background-color:#130140;padding:16px;top:0;right:0;bottom:0;max-width:80vw;z-index:11;transition:transform 0.5s}#menu:not(:target) .menu .menu-content{transform:translate(100%)}.menu .menu-content .doc-links{display:flex;flex-direction:column}.menu .menu-content .button{margin-top:16px}}table{border-collapse:collapse;width:100%}table th{background:#111033;color:white}table th,table td{border:1px solid #ccc;padding:8px}table tr:nth-child(even){background:#efefef}.section-big-msg .section-wrapper{margin-top:-200px;margin-bottom:600px}.section-big-msg .section-wrapper h2{font-size:37px;font-weight:normal}@media screen and (max-width: 999px){.section-big-msg .section-wrapper{margin-top:0px}}.section-big-msg .section-wrapper .card{max-width:1400px;margin:auto}.section-big-msg .section-wrapper .card .card-right{position:relative}.section-big-msg .section-wrapper .card .card-right::before{position:absolute;opacity:0.4;content:"";top:0;right:0;width:100%;height:100%;background:url(./card-left-vector.png) no-repeat;background-size:contain;transform:rotate(180deg)}@media screen and (max-width: 999px){.section-big-msg .section-wrapper .card{grid-template-columns:1fr;grid-template-rows:auto;grid-row-gap:20px}}.section-404 .card-right{text-align:center}.section-404 .card-right img{margin-bottom:-20px;max-width:100%}@media screen and (max-width: 999px){.section-404 .card-right img{margin-bottom:-80px}}@media screen and (max-width: 749px){.section-404 .card-right img{margin-bottom:-40px}}.section-intro h1{font-size:40px}.section-intro .container{margin-bottom:220px}.section-intro .section-wrapper{margin:80px auto 330px;padding-bottom:50px}.section-intro .card-right img{width:100%;box-shadow:0px 10px 35px #1d1d1d}@media screen and (max-width: 999px){.section-intro .card-right img{margin-top:60px}}@media screen and (max-width: 999px){.section-intro h1{margin-top:54px}.section-intro p{margin-top:20px;margin-bottom:60px}}.section-solutions .metric-kpi{font-size:25px}.section-solutions a{color:blue;text-decoration:underline}.section-solutions .section-wrapper{margin-top:130px;margin-bottom:255px}@media screen and (max-width: 999px){.section-solutions .section-wrapper{margin-top:90px;margin-bottom:171px}}.section-solutions .logos{width:100%;text-align:center;color:#959595;font-size:19px}.section-solutions .logos .logos-list{width:100%;max-width:800px;margin:30px auto;display:grid;align-items:center;grid-template-columns:repeat(4, auto);grid-template-rows:auto auto;grid-column-gap:100px}@media screen and (max-width: 999px){.section-solutions .logos .logos-list{grid-column-gap:50px}}@media screen and (max-width: 749px){.section-solutions .logos .logos-list{width:80%;grid-template-columns:repeat(2, auto);grid-column-gap:50px}}@media (max-width: 580px){.section-solutions .logos .logos-list .logo{max-width:100px;margin:auto}.section-solutions .logos .logos-list .logo img{max-width:100%;max-height:45px}}.section-solutions .solutions{margin-top:70px}.section-solutions .solutions h1{font-size:35px;font-weight:800;color:#252525;text-align:center;transition:uppercase}.section-solutions .solutions .solution-grid{max-width:1200px;margin:80px auto;margin-top:40px;display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:auto auto;grid-column-gap:calc((100% - 975px)/2)}.section-solutions .solutions .solution-grid .solution-card{background:white;width:325px;text-align:center;box-shadow:0px 0px 15px #999}.section-solutions .solutions .solution-grid .solution-card .card-header{background:linear-gradient(to bottom right, #203047, #393e7e);padding:50px}.section-solutions .solutions .solution-grid .solution-card .card-header img{max-width:220px;width:100%}.section-solutions .solutions .solution-grid .solution-card .card-header .header-text{max-width:220px;margin:auto;padding-bottom:20px;color:#ebecf0;text-align:right;font-style:italic}.section-solutions .solutions .solution-grid .solution-card .card-header .header-text .blue-line{width:140px;display:inline-block;margin-bottom:5px;border-bottom:3px solid #388ac3}.section-solutions .solutions .solution-grid .solution-card .card-header .header-text .green-line{width:170px;display:inline-block;margin-bottom:5px;border-bottom:3px solid #0da693}.section-solutions .solutions .solution-grid .solution-card .card-header .header-text .purple-line{width:125px;display:inline-block;margin-bottom:5px;border-bottom:3px solid #777fe7}.section-solutions .solutions .solution-grid .solution-card .digonal-border{border-bottom:50px solid white;border-left:325px solid transparent;margin-top:-49px;max-width:300px}.section-solutions .solutions .solution-grid .solution-card .card-text{padding:50px;padding-top:15px;font-size:18px;color:#636363}@media screen and (max-width: 999px){.section-solutions .solutions .solution-grid{grid-template-columns:1fr;grid-template-rows:auto;grid-row-gap:100px}.section-solutions .solutions .solution-grid .solution-card{margin:auto}}.section-features .section-wrapper{margin-top:-50px;margin-bottom:250px}@media screen and (max-width: 999px){.section-features .section-wrapper{margin-top:90px;margin-bottom:171px}}.section-features .section-wrapper .card{max-width:1200px;margin:auto;margin-top:105px;grid-template-columns:2fr 1fr}.section-features .section-wrapper .card .card-left{position:relative}.section-features .section-wrapper .card .card-left::before{position:absolute;opacity:0.4;content:"";top:0;left:0;width:100%;height:100%;background-size:contain}@media screen and (max-width: 999px){.section-features .section-wrapper .card{grid-template-columns:1fr;grid-template-rows:auto;grid-row-gap:20px;text-align:center}}.section-eagle-detect .section-wrapper{margin-top:-150px;margin-bottom:600px}.section-eagle-detect .section-wrapper .metrics-dd{margin-top:30px}.section-eagle-detect .section-wrapper .metrics-dd .mtrc{font-size:34px}@media screen and (max-width: 999px){.section-eagle-detect .section-wrapper{margin-top:-100px;margin-bottom:400px}}.section-eagle-detect .section-wrapper h1{font-size:35px}.section-eagle-detect .section-wrapper .card{max-width:1400px;margin:auto}.section-eagle-detect .section-wrapper .card .card-right{position:relative}.section-eagle-detect .section-wrapper .card .card-right::before{position:absolute;opacity:0.4;content:"";top:0;right:0;width:100%;height:100%;background:url(./card-left-vector.png) no-repeat;background-size:contain;transform:rotate(180deg)}@media screen and (max-width: 999px){.section-eagle-detect .section-wrapper .card{grid-template-columns:1fr;grid-template-rows:auto;grid-row-gap:20px}}.section-trackerrors .section-wrapper{margin-top:-50px;margin-bottom:350px}@media screen and (max-width: 999px){.section-trackerrors .section-wrapper{margin-top:0px;margin-bottom:171px}}.section-trackerrors .section-wrapper .card{max-width:1200px;margin:auto;margin-top:105px;grid-template-columns:2fr 1fr}.section-trackerrors .section-wrapper .card .card-left{position:relative}.section-trackerrors .section-wrapper .card .card-left::before{position:absolute;opacity:0.4;content:"";top:0;left:0;width:100%;height:100%;background:url(./card-left-vector.png) no-repeat;background-size:contain}@media screen and (max-width: 999px){.section-trackerrors .section-wrapper .card{grid-template-columns:1fr;grid-template-rows:auto;grid-row-gap:20px;text-align:center}}.section-hero .section-wrapper{margin:10px auto 850px}.section-hero h1{text-align:center;font-size:35px}.section-hero p{color:#a0c8f0;text-align:center}@media screen and (max-width: 999px){.section-hero h1{margin-top:54px}.section-hero p{margin-top:20px;margin-bottom:60px}}.section-register .section-wrapper{margin-top:-150px;margin-bottom:550px}@media screen and (max-width: 999px){.section-register .section-wrapper{margin-top:-240px;margin-bottom:271px}}.section-register .section-wrapper h1{max-width:700px;margin:auto;text-align:center;font-size:45px;text-transform:none}.section-register .section-wrapper p{margin:50px auto;max-width:1000px;text-align:center}.section-register .section-wrapper .code-and-button{text-align:center}.section-register .section-wrapper .code-and-button .button{max-width:380px;width:100%;margin:auto}.section-doc{--lateral-gutter: 3rem}.section-doc .section-wrapper{margin-bottom:360px}@media screen and (max-width: 749px){.section-doc .section-wrapper{margin-bottom:650px}}@media screen and (max-width: 749px){.section-doc{--lateral-gutter: 1rem}}.section-doc>.section-wrapper::before{content:"";position:absolute;bottom:-380px;left:0;width:680px;height:600px;background-size:contain}@media screen and (max-width: 749px){.section-doc>.section-wrapper::before{bottom:-520px}}@media screen and (max-width: 749px){.section-doc>.section-wrapper>h1{display:none}}.section-doc .doc-nav-and-content{position:relative;display:flex;color:#252525;font-family:Roboto, Arial, sans-serif;margin-top:16px;z-index:10}@media screen and (max-width: 749px){.section-doc .doc-nav-and-content{flex-direction:column}}.section-doc nav{background:#f2f2f2;box-shadow:0 10px 20px rgba(0,0,0,0.3)}@media (min-width: 750px){.section-doc nav{align-self:flex-start;max-width:355px;min-width:200px;flex:1;--lateral-gutter: 1.5rem}}@media screen and (max-width: 749px){.section-doc nav{margin-bottom:68px}}.section-doc nav .search-field{height:90px;background-image:linear-gradient(to right, #7401fe, #448ccb);position:relative}.section-doc nav .search-field i{position:absolute;pointer-events:none;display:flex;top:0;bottom:0;right:var(--lateral-gutter);align-items:center;color:#fff}@media screen and (max-width: 749px){.section-doc nav .search-field i{font-size:1.7rem}}.section-doc nav .search-field>input{display:none}.section-doc nav .search-field .algolia-autocomplete{width:100%;height:100%;display:flex !important}.section-doc nav .search-field .algolia-autocomplete input{background:transparent;border:none;font-family:"Exo", sans-serif;font-weight:300;font-size:1.2rem;color:#fff;flex:1;padding:0 38px 0 var(--lateral-gutter);min-width:0}.section-doc nav .search-field .algolia-autocomplete input::placeholder{color:inherit}.section-doc nav .ds-dropdown-menu{max-width:calc(100vw - 32px);min-width:0;width:500px}.section-doc nav ul{padding:0;margin:0}.section-doc nav li{list-style-type:none}.section-doc nav>ul{transition:height 0.5s}.section-doc nav .nav-mobile-title{display:flex;justify-content:space-between;align-items:center;padding:28px var(--lateral-gutter);font-size:1.7rem;font-weight:bold;color:#230061;cursor:pointer;user-select:none}@media (min-width: 750px){.section-doc nav .nav-mobile-title{display:none}}.section-doc nav .nav-mobile-title i{transition:transform 0.5s}.collapsed .section-doc nav .nav-mobile-title i{transform:rotate(180deg)}.section-doc nav .nav-section{margin-bottom:23px;letter-spacing:1px}@media screen and (max-width: 749px){.section-doc nav .nav-section{border-top:1px solid #e2e6eb}}.section-doc nav .nav-section+.nav-section{border-top:1px solid #e2e6eb}.section-doc nav a{transition:0.4s background-color}.section-doc nav a:hover{background-color:rgba(0,0,0,0.05)}.section-doc nav .nav-section-title{font-weight:600;font-size:1.3rem;display:block;padding:14px var(--lateral-gutter);margin-top:16px;color:#230061}.section-doc nav .nav-section-entry{text-transform:uppercase;font-size:0.85rem}.section-doc nav .nav-section-entry a{display:block;padding:9px var(--lateral-gutter)}.section-doc nav .nav-section-entry.active a{background-color:rgba(0,0,0,0.05);font-weight:bold;border-left:9px solid #0074ff;margin-left:-9px}.section-doc .doc-content{flex:1.5;background-color:#f2f2f2;min-width:0;padding:0.9rem var(--lateral-gutter);line-height:1.6;box-shadow:0 40px 40px rgba(0,0,0,0.3)}.section-doc .doc-content h2{font-size:1.7rem;border-bottom:1px solid #e2e6eb}.section-doc .doc-content h2:not(:first-child){margin-top:40px}.section-doc .doc-content h3{font-size:1.5rem}.section-doc .doc-content h4{font-size:1.3rem}.section-doc .doc-content h2 a,.section-doc .doc-content h3 a,.section-doc .doc-content h4 a{display:inline-block;padding:11px 0;border-bottom:1px solid currentColor;margin-bottom:-1px}.section-doc .doc-content h2 a:hover,.section-doc .doc-content h3 a:hover,.section-doc .doc-content h4 a:hover{text-decoration:none}.section-doc .doc-content h2 a:hover::before,.section-doc .doc-content h3 a:hover::before,.section-doc .doc-content h4 a:hover::before{opacity:1}.section-doc .doc-content h2 a::before,.section-doc .doc-content h3 a::before,.section-doc .doc-content h4 a::before{content:"¶";width:0.8em;display:inline-block;margin-left:-0.8em;opacity:0;transition:opacity 0.2s}.section-doc .doc-content a,.section-doc .doc-content h2,.section-doc .doc-content h3,.section-doc .doc-content h4{color:#30519d;font-weight:bold}.section-doc .doc-content a:hover{text-decoration:underline}.section-doc .doc-content h2,.section-doc .doc-content h3,.section-doc .doc-content h4,.section-doc .doc-content p,.section-doc .doc-content div.highlighter-rouge{margin:0 0 25px}.section-doc .doc-content :not(pre)>code{background-color:#111033;color:#d0d0d0;padding:3px 8px}.section-doc .doc-content img{max-width:100%}.section-doc .doc-content .edit-page-button{display:flex;align-items:center;margin:100px auto;background-color:#0492da;color:white;text-transform:uppercase;max-width:max-content;padding:16px 30px;font-weight:bold}.section-doc .doc-content .edit-page-button i{margin-right:30px}.highlighter-rouge pre{padding:17px 24px;margin:0;line-height:1.8;background-color:#111033;overflow:auto}.highlight table td{padding:5px}.highlight table pre{margin:0}.highlight,.highlight .w{color:#d0d0d0}.highlight .err{color:#151515;background-color:#ac4142}.highlight .c,.highlight .cd,.highlight .cm,.highlight .c1,.highlight .cs{color:#888}.highlight .cp{color:#f4bf75}.highlight .nt{color:#f4bf75}.highlight .o,.highlight .ow{color:#d0d0d0}.highlight .p,.highlight .pi{color:#d0d0d0}.highlight .gi{color:#90a959}.highlight .gd{color:#ac4142}.highlight .gh{color:#6a9fb5;font-weight:bold}.highlight .k,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kv{color:#aa759f}.highlight .kc{color:#d28445}.highlight .kt{color:#d28445}.highlight .kd{color:#d28445}.highlight .s,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .sh,.highlight .sx,.highlight .s1{color:#90a959}.highlight .sr{color:#75b5aa}.highlight .si{color:#8f5536}.highlight .se{color:#8f5536}.highlight .nn{color:#f4bf75}.highlight .nc{color:#f4bf75}.highlight .no{color:#f4bf75}.highlight .na{color:#6a9fb5}.highlight .m,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .il,.highlight .mo,.highlight .mb,.highlight .mx{color:#90a959}.highlight .ss{color:#90a959}.section-contributors .section-wrapper{margin-bottom:200px}.section-contributors h1{margin-bottom:48px}.section-contributors .contributors{display:flex;flex-wrap:wrap;--margin: 16px;margin-right:calc(-1 * var(--margin))}.section-contributors .contributors .contributor,.section-contributors .contributors .contributor-filler{max-width:300px;min-width:200px;flex:1;margin-right:var(--margin)}.section-contributors .contributors .contributor{position:relative;display:block;margin-bottom:var(--margin)}.section-contributors .contributors .contributor .contributor-ratio{padding-bottom:100%}.section-contributors .contributors .contributor .contributor-hover,.section-contributors .contributors .contributor img{position:absolute;top:0;left:0;right:0;bottom:0}.section-contributors .contributors .contributor .contributor-hover{background-color:rgba(0,0,0,0.8);display:flex;flex-direction:column;justify-content:center;align-items:center;transition:opacity 0.5s;opacity:0}.section-contributors .contributors .contributor .contributor-hover:hover{opacity:1}.section-contributors .contributors .contributor .contributor-hover p{margin:8px 0}.section-contributors .contributors .contributor img{display:block;width:100%}.section-users .section-wrapper{margin-bottom:200px}.section-users h1{margin-bottom:48px}.section-users .users{display:flex;flex-wrap:wrap;margin-right:calc(-1 * var(--margin));--margin: 32px}.section-users .users .user-filler,.section-users .users .user{max-width:600px;min-width:300px;flex:1;margin-right:var(--margin)}.section-users .users .user{background-color:#fff;position:relative;margin-bottom:var(--margin)}.section-users .users .user .user-ratio{padding-top:56%}.section-users .users .user .user-image{position:absolute;top:var(--margin);bottom:var(--margin);left:var(--margin);right:var(--margin);display:flex;justify-content:center;align-items:center}.section-users .users .user .user-image img{display:block;max-width:100%;max-height:100%}.pricing .sticky{position:fixed;top:0;width:693px}.pricing section:nth-child(7n+2) .section-background{background:linear-gradient(100deg, #2d4d9c, #1c2f55) !important}.pricing section:nth-child(7n+2) .section-wrapper{padding:50px 0 550px;margin-top:-750px}.pricing section:nth-child(7n+2) .section-wrapper .price-container{max-width:1200px;width:100%;margin:auto}.pricing section:nth-child(7n+2) .section-wrapper .mobile-price-container{display:none}.pricing section:nth-child(7n+2) .section-wrapper .features{background:#f7f7f7;width:calc(100% - 692px);display:inline-block;color:#464646;padding:30px 0;padding-top:100px;position:relative}.pricing section:nth-child(7n+2) .section-wrapper .features::before{position:absolute;opacity:0.2;content:"";top:0;left:0;width:100%;height:100%;background:url(./card-left-vector.png) no-repeat;background-size:contain}.pricing section:nth-child(7n+2) .section-wrapper .features .header{font-size:18px;color:#acacac;padding:30px;padding-bottom:34px}.pricing section:nth-child(7n+2) .section-wrapper .features div{padding:10px 30px;height:23px;overflow:hidden;line-height:1.7}.pricing section:nth-child(7n+2) .section-wrapper .features div:nth-child(2n+1){background:#f2f2f2}.pricing section:nth-child(7n+2) .section-wrapper .price-check{width:690px;display:inline-block;vertical-align:top;margin-top:-100px;margin-left:-3.5px}.pricing section:nth-child(7n+2) .section-wrapper .price-check .checks{text-align:center;padding-bottom:30px;color:#464646}.pricing section:nth-child(7n+2) .section-wrapper .price-check .checks div{padding:10px 30px;height:23px}.pricing section:nth-child(7n+2) .section-wrapper .price-check .checks div:nth-child(2n){background:#f2f2f2}.pricing section:nth-child(7n+2) .section-wrapper .price-check .check-mark{content:"";display:inline-block;width:20px;height:100%;background:url(./checkmark.png) no-repeat;background-size:contain}.pricing section:nth-child(7n+2) .section-wrapper .three-columns{display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:1px}.pricing section:nth-child(7n+2) .section-wrapper .three-columns .price-card{background:white;text-align:center;box-shadow:0 0 1px #eee}.pricing section:nth-child(7n+2) .section-wrapper .three-columns .price-card .card-header{background:linear-gradient(to bottom right, #203047, #393e7e);padding:20px;padding-bottom:40px}.pricing section:nth-child(7n+2) .section-wrapper .three-columns .price-card .card-header img{max-width:220px;width:100%}.pricing section:nth-child(7n+2) .section-wrapper .three-columns .price-card .card-header p{height:100px;padding:10px 0}.pricing section:nth-child(7n+2) .section-wrapper .three-columns .price-card .card-header .header-text{max-width:220px;margin:auto;color:#ebecf0;font-style:italic}.pricing section:nth-child(7n+2) .section-wrapper .three-columns .price-card .card-header .header-text .blue-line{width:calc(100% - 80px);display:inline-block;margin-bottom:5px;border-bottom:3px solid #388ac3}.pricing section:nth-child(7n+2) .section-wrapper .three-columns .price-card .card-header .header-text .green-line{width:calc(100% - 50px);display:inline-block;margin-bottom:5px;border-bottom:3px solid #0da693}.pricing section:nth-child(7n+2) .section-wrapper .three-columns .price-card .card-header .header-text .purple-line{width:calc(100% - 95px);display:inline-block;margin-bottom:5px;border-bottom:3px solid #777fe7}.pricing section:nth-child(7n+2) .section-wrapper .three-columns .price-card .card-bottom{position:relative;height:120px;background:#153256;padding:20px}.pricing section:nth-child(7n+2) .section-wrapper .three-columns .price-card .card-bottom .bottom-text{position:relative;top:20%;transform:translateY(-50%)}.pricing section:nth-child(7n+2) .section-wrapper .three-columns .price-card .card-bottom .bottom-text h3{font-size:20px;margin:3px 0;text-transform:uppercase;color:#fff799}.pricing section:nth-child(7n+2) .section-wrapper .three-columns .price-card .card-bottom a{width:190px;position:absolute;bottom:20px;left:20px}.pricing section:nth-child(7n+2) .section-wrapper .three-columns .price-card .card-bottom .triangle{position:relative;box-sizing:border-box;box-shadow:rgba(0,0,0,0.4) 0px 3px 3px 0px;background:#153256}.pricing section:nth-child(7n+2) .section-wrapper .three-columns .price-card .card-bottom .triangle::after{content:"";position:absolute;width:0px;height:0px;margin-left:-0.5em;margin-top:-5px;left:calc(50% + 20px);top:-14px;box-sizing:border-box;transform-origin:0px 0px;transform:rotate(135deg);box-shadow:rgba(0,0,0,0.1) -3px 3px 4px -2px;border-width:0.5em;border-style:solid;border-image:initial;border-color:transparent transparent #153256 #153256}@media screen and (max-width: 999px){.pricing section:nth-child(7n+2) .section-wrapper .three-columns{grid-template-columns:repeat(1, 1fr);grid-template-rows:auto;grid-row-gap:20px}}.pricing section:nth-child(7n+2) .section-wrapper .digonal-border{border-bottom:50px solid white;margin-top:-49px;border-left:230px solid transparent}@media screen and (max-width: 999px){.pricing section:nth-child(7n+2) .section-wrapper .sticky{display:none !important}.pricing section:nth-child(7n+2) .section-wrapper .price-container{display:none}.pricing section:nth-child(7n+2) .section-wrapper .price-check{margin-left:0px}.pricing section:nth-child(7n+2) .section-wrapper .price-check .check-mark{float:left}.pricing section:nth-child(7n+2) .section-wrapper .mobile-price-container{display:block}.pricing section:nth-child(7n+2) .section-wrapper .features{display:none}.pricing section:nth-child(7n+2) .section-wrapper .price-check{width:100%}.pricing section:nth-child(7n+2) .section-wrapper .price-card .card-bottom a{width:180px !important;left:calc(50% - 90px) !important}.pricing section:nth-child(7n+2) .section-wrapper .price-card .card-bottom .triangle::after{left:calc(50% + 30px)}.pricing section:nth-child(7n+2) .section-wrapper .digonal-border{border-left-width:calc(100vw - 65px)}}@media screen and (max-width: 750px){.pricing section:nth-child(7n+2) .section-wrapper .digonal-border{border-left-width:calc(100vw - 32px)}.pricing section:nth-child(7n+2) .section-wrapper .price-check .checks div{padding:10px 10px;font-size:16px}}.pricing section:nth-child(7n+3) .section-background{background:linear-gradient(to bottom, #1f3c80, #111f35) !important}.pricing section:nth-child(7n+3) .section-wrapper{padding-top:-300px;padding-bottom:400px}.pricing section:nth-child(7n+3) .section-wrapper .questions-list{max-width:1200px;margin:80px auto;z-index:10}.pricing section:nth-child(7n+3) .section-wrapper .questions-list .two-columns{display:grid;grid-template-columns:repeat(2, 1fr)}.pricing section:nth-child(7n+3) .section-wrapper .questions-list .question{padding:10px 50px}.pricing section:nth-child(7n+3) .section-wrapper .questions-list .question h4{font-size:20px;text-transform:uppercase}.pricing section:nth-child(7n+3) .section-wrapper .questions-list .question p{font-size:18px;color:#a0c8f0;margin:30px 0}.pricing section:nth-child(7n+3) .section-wrapper .questions-list .question:hover{background:linear-gradient(to right, #1078a7, rgba(24,45,90,0.1));box-shadow:-12px 0 15px 0px rgba(31,73,125,0.8),-12px 0 0px 0px rgba(24,45,90,0.8)}@media screen and (max-width: 749px){.pricing section:nth-child(7n+3) .section-wrapper .questions-list .two-columns{grid-template-columns:repeat(1, 1fr);grid-template-row:auto}.pricing section:nth-child(7n+3) .section-wrapper .questions-list .question{padding:0 10px}}.blog section:nth-child(7n+2) .section-background{background:linear-gradient(to bottom, #1b154a 30%, #448ccb 60%, #172b54 80%, #111f35 100%) !important}.blog section:nth-child(7n+2) .section-wrapper{padding-bottom:100px}.blog .container-post{display:flex;flex-wrap:wrap;justify-content:space-between}.blog .container-post .blog-post{flex:0.48;background-color:white;min-width:40%;padding:40px;margin-bottom:20px}.blog .container-post .blog-post a:hover{opacity:0.6}.blog .recent-articles{max-width:1120px;margin:auto;margin-top:-800px;margin-bottom:400px;padding:40px;background:#f6f6f6;color:black}.blog .recent-articles .grid-two{display:grid;grid-template-columns:1.5fr 1fr;grid-column-gap:80px;align-items:center}@media screen and (max-width: 999px){.blog .recent-articles .grid-two{grid-template-columns:1fr 1fr;grid-column-gap:30px}}@media screen and (max-width: 749px){.blog .recent-articles{padding:40px 10px}.blog .recent-articles .grid-two{max-width:400px;padding:40px 0px;margin:auto;width:100%;grid-template-columns:repeat(1, 1fr);grid-template-rows:auto;grid-row-gap:50px}}.blog .code-and-button{text-align:center}.blog .code-and-button .button{max-width:380px;width:100%;margin:auto}.post{background:linear-gradient(to bottom, #1b154a, #448ccb) !important}.post section:nth-child(7n+2) .section-background{background:linear-gradient(to bottom, #1b154a, #448ccb) !important}.post section:nth-child(7n+2) .section-wrapper{padding-bottom:500px}.post section:nth-child(7n+2) .content{max-width:1200px;margin:auto;margin-top:-800px;padding-bottom:50px;background:#f6f6f6;padding-top:50px}.post section:nth-child(7n+2) .content .container{padding:0 50px}.post section:nth-child(7n+2) .content .left-padding-container{padding:50px 0;padding-left:50px;background:#f4f8f9}.post section:nth-child(7n+2) .content .right-padding-container{padding:50px 0;padding-right:50px}.post section:nth-child(7n+2) .content h1{font-size:42px}.post section:nth-child(7n+2) .content h1 strong{font-size:65px;font-weight:800;color:#4974f1;vertical-align:top}.post section:nth-child(7n+2) .content h1 span{font-size:28px;font-weight:800;color:#4974f1;vertical-align:text-bottom}.post section:nth-child(7n+2) .content h1,.post section:nth-child(7n+2) .content h2,.post section:nth-child(7n+2) .content h3,.post section:nth-child(7n+2) .content h4,.post section:nth-child(7n+2) .content h5{color:#2c4c99;text-transform:uppercase;padding:0 25px}.post section:nth-child(7n+2) .content strong{text-transform:uppercase;color:#252525}.post section:nth-child(7n+2) .content p{padding:0 25px;color:#464646;font-size:18px}.post section:nth-child(7n+2) .content img{width:100%}.post section:nth-child(7n+2) .content .three-columns{margin:80px 0;display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:10%}.post section:nth-child(7n+2) .content .two-columns{display:grid;align-items:center;grid-template-columns:repeat(2, 1fr);grid-column-gap:10%}@media screen and (max-width: 749px){.post section:nth-child(7n+2) .content .container{padding:50px 10px 0px}.post section:nth-child(7n+2) .content .left-padding-container{padding:50px 10px;text-align:center}.post section:nth-child(7n+2) .content .right-padding-container{padding:50px 10px;text-align:center}.post section:nth-child(7n+2) .content .three-columns{grid-template-columns:1fr;grid-template-rows:auto;grid-row-gap:50px}.post section:nth-child(7n+2) .content .two-columns{grid-template-columns:1fr;grid-template-rows:auto;grid-row-gap:50px}}.post section:nth-child(7n+3) .section-wrapper{margin-top:-450px}.post section:nth-child(7n+3) .section-background{background:linear-gradient(to bottom, #172b54, #111f35) !important}.post section:nth-child(7n+3) .article-grid{margin-bottom:150px}.page section:nth-child(7n+2) .section-background{background:linear-gradient(to bottom, #1b154a, #448ccb) !important}.page section:nth-child(7n+2) .section-wrapper{padding-bottom:500px}.page section:nth-child(7n+2) .content{max-width:1200px;margin:auto;margin-top:-400px;background:#f6f6f6;padding-top:50px}.page section:nth-child(7n+2) .content .container{padding:0 50px}.page section:nth-child(7n+2) .content .left-padding-container{padding:50px 0;padding-left:50px;background:#f4f8f9}.page section:nth-child(7n+2) .content .right-padding-container{padding:50px 0;padding-right:50px}.page section:nth-child(7n+2) .content h1{font-size:42px}.page section:nth-child(7n+2) .content h1 strong{font-size:65px;font-weight:800;color:#4974f1;vertical-align:top}.page section:nth-child(7n+2) .content h1 span{font-size:28px;font-weight:800;color:#4974f1;vertical-align:text-bottom}.page section:nth-child(7n+2) .content h1,.page section:nth-child(7n+2) .content h2,.page section:nth-child(7n+2) .content h3,.page section:nth-child(7n+2) .content h4,.page section:nth-child(7n+2) .content h5{color:#2c4c99;text-transform:uppercase}.page section:nth-child(7n+2) .content strong{text-transform:uppercase;color:#252525}.page section:nth-child(7n+2) .content p{color:#464646;font-size:18px}.page section:nth-child(7n+2) .content img{width:100%}.page section:nth-child(7n+2) .content .three-columns{margin:80px 0;display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:10%}.page section:nth-child(7n+2) .content .two-columns{display:grid;align-items:center;grid-template-columns:repeat(2, 1fr);grid-column-gap:10%}@media screen and (max-width: 749px){.page section:nth-child(7n+2) .content .container{padding:50px 10px 0px}.page section:nth-child(7n+2) .content .left-padding-container{padding:50px 10px;text-align:center}.page section:nth-child(7n+2) .content .right-padding-container{padding:50px 10px;text-align:center}.page section:nth-child(7n+2) .content .three-columns{grid-template-columns:1fr;grid-template-rows:auto;grid-row-gap:50px}.page section:nth-child(7n+2) .content .two-columns{grid-template-columns:1fr;grid-template-rows:auto;grid-row-gap:50px}}.page section:nth-child(7n+3) .section-wrapper{margin-top:-400px}.page section:nth-child(7n+3) .section-background{background:linear-gradient(to bottom, #172b54, #111f35) !important}.page section:nth-child(7n+3) .article-grid{margin-bottom:150px}.contact .success-message{color:#28a745 !important;text-align:center;display:none;margin-bottom:20px}.contact .error-message{text-align:center;color:#dc3545 !important;display:none;margin-bottom:20px}.contact .active{display:block}.contact .button-sub{margin-bottom:24px;background-color:#4CAF50;border:none;color:white;padding:15px 32px;text-align:center;text-decoration:none;display:inline-block;font-size:16px}.contact section:nth-child(7n+1) .section-wrapper{margin-bottom:750px !important}.contact section:nth-child(7n+2) .section-background{background:linear-gradient(100deg, #2d4d9c, #1c2f55) !important}.contact section:nth-child(7n+2) .section-wrapper{margin-bottom:600px !important}.contact .form-wrapper{max-width:640px;background:#f7f7f7;padding:5px 30px;margin:auto;margin-top:-650px}.contact .form-field{margin:30px 0}.contact .form-field input,.contact .form-field select,.contact .form-field textarea{padding:10px 20px;font-size:18px}.contact .form-field textarea{width:calc(100% - 45px);min-height:140px}.contact .form-field input[type="email"],.contact .form-field input[name="organizationName"]{width:calc(100% - 45px)}.contact .form-field #firstName{margin-right:20px}.contact .form-field #firstName,.contact .form-field #lastName{width:calc(50% - 57px)}.contact .form-field select{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(255,255,255,0.1);border-radius:0px}.contact .form-field select:invalid{color:gray}.contact .form-field img{float:right;margin-top:-25px;margin-right:10px}@media screen and (max-width: 749px){.contact .form-wrapper{padding:5px 10px}.contact .form-field #firstName{margin-bottom:30px}.contact .form-field #firstName,.contact .form-field #lastName{width:calc(100% - 45px)}}.contact .code-and-button button{width:100%;max-width:700px;margin-top:30px}footer .section-wrapper{max-width:1200px;margin:auto;margin-top:-250px}footer .doc-links{color:rgba(255,255,255,0.5);width:50%;display:grid;grid-template-columns:repeat(3, auto);justify-content:space-between;grid-column-gap:5%}footer .doc-links .items-header{font-size:17px;font-weight:bold;text-transform:uppercase;margin-bottom:20px;color:white}footer .doc-links a{padding-left:0px !important}footer .doc-links a:hover{color:#fff}@media screen and (max-width: 999px){footer .doc-links{width:100%;margin:60px 0}}footer .social-links{border-top:1px solid rgba(255,255,255,0.15);border-bottom:1px solid rgba(255,255,255,0.15);margin:25px 0;padding:15px 0 10px 0;display:grid;grid-template-columns:repeat(4, auto);justify-content:space-between;align-items:center}@media (min-width: 1000px){footer .button-border{border-bottom:1px solid rgba(255,255,255,0.5);padding-bottom:40px;margin-bottom:-41px}}footer .main-nav{padding-bottom:40px}@media screen and (max-width: 999px){footer .main-nav{flex-direction:column}}@media screen and (max-width: 749px){footer .main-nav .doc-links a{padding-left:16px;padding-right:16px}}
