:root{--background:#fff;--foreground:#f6f6f6;--primary-text:#001545;--navbar-height:64px;--navbar-btn-bg:#0015451f;--primary:#2570ff;--primary-hover:#225ed9;--navbar-btn-hover:rgba(0,21,69,.05);--border-color:#e5e5e5;--card-background:#f4f6f9;--white:#fff;--black:#000;--icon-filter:invert(0);--input-border-color:#d1d8e2;--error:#dc143c}.dark-mode{--primary-text:#fff;--background:#091124;--foreground:#020a1c;--navbar-btn-bg:hsla(0,0%,100%,.1);--navbar-btn-hover:hsla(0,0%,100%,.05);--border-color:#393e48;--card-background:#020a1c;--white:#000;--black:#fff;--icon-filter:invert(1);--input-border-color:#80848d}html{min-height:100vh;font-family:var(--font-inter,"Arial"),Arial,Helvetica,sans-serif;text-size-adjust:none}body,html{max-width:100vw;overflow-x:hidden}body{display:flex;flex-direction:column;min-height:100vh;color:var(--primary-text);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{flex:1 1;padding-top:var(--navbar-height)}main.no-padding{padding-top:0}blockquote,body,dd,dl,figure,h1,h2,h3,h4,p{-webkit-margin-after:0;margin-block-end:0}ol[role=list],ul[role=list]{list-style:none}*,:after,:before{box-sizing:border-box;margin:0;padding:0}h1,h2,h3,h4{text-wrap:balance}a{color:inherit;text-decoration:none}img,picture{display:block;max-width:100%}:target{scroll-margin-block:5ex}.container-fluid{position:relative;width:100%;padding:0 32px}@media(max-width:1024px){.container-fluid{padding:0 20px}}@media(max-width:600px){.container-fluid{padding:0 16px}}@media(max-width:374px){.container-fluid{padding:0 10px}}.container{position:relative;width:100%;max-width:1280px;margin:0 auto;padding:0 32px}@media(max-width:1024px){.container{padding:0 20px}}@media(max-width:600px){.container{padding:0 16px}}@media(max-width:374px){.container{padding:0 10px}}.section{padding:40px 0;background:var(--background)}.section--alt{background:var(--foreground)}.section h1,.section h2{margin-bottom:40px;font-size:42px;font-weight:700;text-align:center}.section__description{margin-top:-22px;margin-bottom:32px;font-size:20px;font-weight:500;color:#a1a6c4;text-align:center}@media(max-width:1024px){.section h1,.section h2{margin-bottom:36px;font-size:36px}.section__description{margin-top:-20px;margin-bottom:24px;font-size:18px}}@media(max-width:768px){.section{padding:24px 0}.section h1,.section h2{margin-bottom:24px;font-size:30px}.section__description{margin-top:-16px;margin-bottom:16px;font-size:16px}}.skeleton{--loaders-card-secondary-bg:#e3e8f0;--loaders-card-secondary-blink:rgba(40,112,255,.2);position:relative;width:100%;height:100%;overflow:hidden;color:transparent;background:linear-gradient(100deg,var(--loaders-card-secondary-bg) 0 50%,var(--loaders-card-secondary-blink) 50%,var(--loaders-card-secondary-bg) 0 60%) var(--loaders-card-secondary-bg);border-radius:100px}.skeleton a{color:transparent!important}.skeleton:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent 25%,var(--loaders-card-secondary-blink) 50%,transparent 75%);transform:translateX(-100%);animation:loading 1s ease-in-out infinite}@keyframes loading{to{transform:translateX(100%)}}.dark-mode .skeleton{--loaders-card-secondary-bg:#394151;--loaders-card-secondary-blink:rgba(40,112,255,.35)}.numbers-table{--header-bg:#f6f9fc;--header-color:#5b6273;width:100%;font-size:14px;border-collapse:collapse}.numbers-table thead{background:var(--header-bg)}.numbers-table thead th{padding:14px 6px;color:var(--header-color);text-align:left;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.numbers-table tbody{background:var(--background)}.numbers-table tbody td{padding:14px 6px;border-bottom:1px solid var(--border-color)}.numbers-table .country-img{min-width:22px;border-radius:50%}@media(max-width:600px){.numbers-table .country-img{width:20px;min-width:20px;height:20px}}@media(max-width:374px){.numbers-table .country-img{width:18px;min-width:18px;height:18px}}.numbers-table .capabilities{display:flex;align-items:center;gap:4px}.numbers-table .capabilities svg{color:var(--primary)}.numbers-table.centered tbody td,.numbers-table.centered thead th{text-align:center}.numbers-table.centered tbody td>button,.numbers-table.centered tbody td>div,.numbers-table.centered tbody td>img,.numbers-table.centered thead th>button,.numbers-table.centered thead th>div,.numbers-table.centered thead th>img{margin:0 auto}.numbers-table.centered .capabilities{justify-content:center}.dark-mode .numbers-table{--header-bg:var(--background);--header-color:#fff}@media(max-width:768px){.numbers-table tbody td,.numbers-table thead th{padding:12px 5px}.numbers-table tbody td:first-child,.numbers-table thead th:first-child{padding-left:12px}.numbers-table tbody td:last-child,.numbers-table thead th:last-child{padding-right:12px}}@media(max-width:600px){.numbers-table{font-size:13px}}@media(max-width:500px){.numbers-table tbody td,.numbers-table thead th{padding:10px 3px}.numbers-table tbody td:first-child,.numbers-table thead th:first-child{padding-left:6px}.numbers-table tbody td:last-child,.numbers-table thead th:last-child{padding-right:6px}}