@property --bg-background{syntax: "<color>";
    initial-value: #171717;
    inherits: false;
}@property --bg-gradient-size{syntax: "<percentage>";
    initial-value: 0%;
    inherits: false;
}@property --bg-gradient-opacity{syntax: "<number>";
    initial-value: 0;
    inherits: false;
}:root{--color-bg-brand:#218753;--color-bg-primary:#1c1c1e;--color-bg-dark:#161618;--color-bg-darker:#171717;--color-border-default:#2a2a2a;--color-text-primary:#fff;--color-text-secondary:#d9d9d9;--color-text-tertiary:#97a4b5;--color-text-inverse:#1c1c1e;--color-text-brand:#218753;--text-small-size:12px;--text-regular-size:14px;--text-medium-size:16px;--text-large-size:18px;--color-bg-btn-outline:#fdfdfd0f;--color-bg-btn-success:#218753;--color-border-btn-success:#218753;--color-border-btn-dark:#44484a}.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{--bs-gutter-x:48px}*{box-sizing:border-box;padding:0;margin:0;scrollbar-width:thin;scrollbar-color:#171717 rgba(255,255,255,.1)}html{scrollbar-color:#040803 #242425}body{font-family:gt america;font-style:normal;font-weight:300;color:var(--color-text-tertiary);background-color:var(--color-bg-primary);padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}h1{font-family:gt america;font-style:normal;font-weight:400;font-size:60px;line-height:72px;letter-spacing:-4.32px;color:var(--color-text-primary);margin-bottom:0;span { color: #25995d; }}h2{margin:0;color:var(--color-text-tertiary);text-align:center;font-family:gt america,sans-serif;font-size:22px;line-height:30px;font-weight:300;letter-spacing:0;text-wrap:balance}h3{font-family:gt america;font-style:normal;font-weight:300;font-size:44px;line-height:48px;letter-spacing:-2.2px;color:var(--color-text-primary);@media(max-width:600px){font-size: 36px; letter-spacing: -1.8px; line-height: 39.6px;}}h4{color:var(--color-text-primary);font-size:20px;font-weight:300;line-height:24px;margin-bottom:8px;letter-spacing:-.4px}img{max-width:100%}a{text-decoration-thickness:1px;text-underline-offset:4px}.btn{color:var(--color-text-primary);text-align:center;font-size:var(--text-medium-size);font-family:gt america;font-weight:300;line-height:24px;letter-spacing:-.16px;padding:10px 16px;border-radius:8px;transition:all .16s ease;&:has(svg) { display:inline-flex; align-items:center; gap:8px; } svg { transition:transform 0.2s ease; } &:hover svg,&:focus svg { transform:translateX(3px); } &:hover,&:focus { text-decoration:none; } &.btn-sm { font-size:var(--text-regular-size); line-height:14px; padding:6px 10px; background:transparent; } &.btn-legal-download { color:var(--color-text-primary); padding:8px 12px; font-size:var(--text-regular-size); &:hover,&:focus { text-decoration:none; } } &.btn-success { border:1px solid var(--color-border-btn-success); background:var(--color-bg-btn-success); &:hover { background-color:#259c5f; } } &.btn-dark { border:1px solid #2e3133; background-color:#212124; color:var(--color-text-primary); transition:all 0.15s ease; i { color:#2fc177; font-size:var(--text-small-size); margin-left:5px; } &:hover { background-color:#29292c; } } &.btn-outline-light { &:hover,&:focus { text-decoration:none; background-color:var(--color-bg-btn-outline); color:inherit; } } .fa-angles-right { font-size:var(--text-small-size); margin-left:5px; }}.custom_container{padding:0 80px}.text_white{color:#fff}.flex-1{flex:1}.bg_black{background-color:#1c1c1e}.bg_gradient_black{background:linear-gradient(90deg,#1c1c1e 0%,#242425 50%,#1c1c1e 100%)}.py_100{padding:100px 0}.mb-20{margin-bottom:20px}.mb-40{margin-bottom:40px}.mb-100{margin-bottom:100px}.bg_gradient{position:relative;width:100%;height:1050px;margin-bottom:-1050px;overflow-x:hidden;pointer-events:none}.bg_gradient::before{background:radial-gradient( ellipse closest-side at 50% 50%,rgba(65,232,141,.1) 0%,rgba(65,232,141,0) 100% );width:1500px;height:1300px;position:absolute;top:-250px;left:-600px;display:block;content:""}.bg_black .bg_gradient::before{background:radial-gradient( ellipse closest-side at 50% 50%,rgba(65,232,141,.15) 0%,rgba(65,232,141,0) 100% )}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{border-radius:10px;background-color:#1c1c1e}.header_wrap{position:fixed;top:0;left:0;right:0;z-index:1030;transition:background-color .3s ease,backdrop-filter .3s ease;background-color:transparent;backdrop-filter:blur(0);&.nav-fixed { background: rgba(28, 28, 30, 0.8); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255, 255, 255, 0.05); .navbar { padding: 10px 80px; @media (max-width: 991px) { padding-left: 0; padding-right: 0; } } .header-logo { width: 160px; height: 32px; } } .navbar { padding: 16px 80px; transition: padding 0.3s ease; max-width: 1600px; margin: 0 auto; } .header-logo { width: 190px; height: 38px; transition: width 0.3s ease, height 0.3s ease; } .navbar-expand-lg .navbar-nav .nav-link { color: var(--color-text-tertiary); font-size: var(--text-regular-size); padding: 0px 15.7px; letter-spacing: 0.07px; text-transform: uppercase; &:hover, &:focus { color: var(--color-text-primary); text-decoration: none; } &:focus-visible { box-shadow: none; outline: none; } i { color: #2fc177; margin-left: 2px; } } .dropdown-toggle { &::after { display: none; } i { transition: all 0.3s ease; } &.show i { transform: rotate(180deg); } } .header_menu1 { width: 540px; &.dropdown-menu { padding: 24px 30px; left: 50%; margin-top: 8px; transform: translateX(-50%); border-radius: 8px; background: var(--color-bg-primary); border-color: hsl(0deg 0% 100% / 8%); &.show { animation: headerMenuOpen 0.2s ease both; } } .header_menu_list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; li a { padding: 10px 0; display: flex; align-items: center; gap: 8px; cursor: pointer; color: var(--color-text-primary); font-size: var(--text-medium-size); font-family: "GT America"; font-weight: 300; line-height: 150%; text-decoration: none; transition: color 0.3s ease; &:hover, &.active { color: var(--color-text-tertiary); } } } } .header_menu2 { width: 720px; }}@keyframes headerMenuOpen{from{opacity:0;transform:translateX(-50%)translateY(-6px)}to{opacity:1;transform:translateX(-50%)translateY(0)}}.api_docs_page{padding:100px 80px;display:flex;gap:50px;.title { font-weight: 500; font-size: var(--text-medium-size); font-weight: 500; line-height: normal; letter-spacing: 1.6px; text-transform: uppercase; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 10px; width: fit-content; }}.hero_container{overflow:hidden}.pt_80{padding-top:80px}.py_160{padding:160px 0}.mb_20{margin-bottom:20px}.mb_40{margin-bottom:40px}.mb_60{margin-bottom:60px}.mb_100{margin-bottom:100px}.mt_60{margin-top:60px}.gap_5{column-gap:5px;row-gap:10px}.mb_10{margin-bottom:10px}.py_214{padding:214px 0}.footer{background-color:var(--color-bg-primary);background-image:url(/images/footer-bg.png);background-repeat:no-repeat;background-size:cover;background-position:50% 100%;padding:140px 0 60px;border-top:1px solid rgba(255,255,255,.1);h5 { color: var(--color-text-primary); font-size: var(--text-medium-size); line-height: 21px; letter-spacing: 1.28px; margin-bottom: 20px; } ul { padding-left: 0; list-style: none; } .footer-link { color: var(--color-text-tertiary); font-size: var(--text-medium-size); line-height: 21px; letter-spacing: 0.24px; text-decoration: none; display: block; margin-bottom: 10px; transition: color 0.3s ease; &:hover { color: var(--color-text-primary); text-decoration: none; } } .footer-logo { width: 190px; height: 38px; }}.text-brand{color:var(--color-text-brand)}.footer-cta{display:flex;flex-direction:column;align-items:center;text-align:center;padding-bottom:60px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:60px;gap:32px}.footer-cta-title{color:var(--color-text-primary);margin-bottom:0;max-width:590px}.footer-cta-checks{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;gap:24px}@media only screen and (max-width:768px){.footer-cta-checks{flex-direction:column;gap:12px}}.footer-nav{padding-bottom:60px}.footer-brand{display:flex;flex-direction:column;gap:20px}.footer-brand-logo{display:inline-block}.footer-brand-tagline{color:var(--color-text-tertiary);font-size:var(--text-small-size);line-height:18px;letter-spacing:.24px;margin-bottom:0;max-width:240px}.footer-badges{display:flex;gap:16px;align-items:center;img { height: 60px; width: auto; }}.footer-status{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid rgba(255,255,255,.15);border-radius:100px;font-size:var(--text-small-size);color:var(--color-text-tertiary);text-decoration:none;width:fit-content;transition:border-color .2s ease;&:hover { border-color:rgba(255,255,255,0.3); color:var(--color-text-primary); text-decoration:none; }}.footer-status-dot{width:8px;height:8px;border-radius:50%;background-color:#22c55e;flex-shrink:0;animation:status-dot-pulse 2.5s ease-in-out infinite}@keyframes status-dot-pulse{0%,100%{opacity:1;box-shadow:0 0 4px 1px rgba(34,197,94,.5)}50%{opacity:.3;box-shadow:0 0 2px rgba(34,197,94,0)}}.bottom-line{display:flex;justify-content:space-between;align-items:center;color:var(--color-text-tertiary);font-size:var(--text-regular-size);line-height:21px;letter-spacing:.5%;border-top:1px solid rgba(255,255,255,.1);margin-top:30px;padding-top:30px}.social-icons{display:flex;align-items:center;gap:0;font-size:var(--text-regular-size);color:var(--color-text-tertiary);a { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; text-decoration: none; color: var(--color-text-tertiary); transition: all 0.15s ease; &:hover { color: var(--color-text-primary); } }}.gap-20{gap:20px}.left_sidebar{width:260px;position:sticky;top:120px;max-height:calc(100vh - 200px);overflow-y:auto}.feature_list .menu{color:#fff;font-family:gt america;font-weight:500;font-size:20px;font-weight:500;line-height:30px;text-decoration:none}.sub_menu{margin-top:20px;display:flex;flex-direction:column;gap:20px;transition:all ease .3s}.sub_menu .nav{display:flex;align-items:center;gap:10px;color:#97a4b5;font-family:gt america;font-weight:500;font-size:16px;font-weight:500;line-height:30px;text-decoration:none;transition:color .3s ease}.sub_menu .nav.active{color:#fff}.sub_menu .nav .icon{width:28px;height:28px;display:flex;justify-content:center;align-items:center;border-radius:6px;border:1px solid rgba(255,255,255,.1);background:radial-gradient(64.29% 64.29% at 50% 50%,var(--bg-background) 0%,rgba(33,135,83,0) 100%);padding:4px;transition:--bg-gradient-opacity .3s ease}.sub_menu .nav.active .icon{--bg-gradient-opacity:1}.sub_menu .nav .icon .main{display:block}.sub_menu .nav .icon .active{display:none}.sub_menu .nav.active .icon .main{display:none}.sub_menu .nav.active .icon .active{display:block}.title.color-green{background:linear-gradient(91deg,#218753 12.5%,#31e085 88.88%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.color-green .sub_menu .nav .icon{--bg-background:rgba(33, 135, 83, var(--bg-gradient-opacity))}.bg-color-line{width:100%;height:1px;background:linear-gradient( 270deg,rgba(47,193,119,0) 28.87%,#218753 45.39%,#218753 53.54%,rgba(33,135,83,0) 70.06% )}.p-32{padding:32px}.mb-30{margin-bottom:30px!important}table{color:#fff;width:100%}table thead,table thead tr{position:relative}table .sub-header td{position:relative}table .sub-header td::before{position:absolute;content:"";left:0;right:0;top:0;bottom:0;border-radius:8px;border:1px solid #2a2a2a;background:#171717}table .sub-header td span{position:relative}table tbody tr{border-top:1px solid rgba(255,255,255,.1)}table tbody tr:first-child,table tbody .sub-header,table tbody .sub-header+tr{border-top:none}table tr th,table tr td{padding:20px;font-size:16px;font-weight:400;line-height:24px}.table-responsive::-webkit-scrollbar{width:6px;height:6px}.table-responsive::-webkit-scrollbar-thumb{border-radius:10px;background-color:#fff}.g-recaptcha{margin:20px 0}.btn-close{filter:var(--bs-btn-close-white-filter)}.beta::after{content:"beta";font-size:12px;text-transform:uppercase;color:#fff;border:1px solid #1d1d1f;background:rgba(255,255,255,.15);padding:4px 4px 3px;border-radius:4px;vertical-align:middle}.dynamic-content h2{font-size:40px;line-height:44px;color:var(--color-text-primary);text-align:center;margin:1rem 0 3rem;scroll-margin-top:calc(100px + 4rem)}.api_docs_page .dynamic-content h2{text-align:left}.dynamic-content h3{font-weight:400;text-align:left;margin:4rem 0 2rem;scroll-margin-top:calc(80px + 4rem);font-size:24px;line-height:31px;letter-spacing:-.8px}.dynamic-content h4{font-weight:400;text-align:left;margin:3rem 0 1rem;scroll-margin-top:calc(80px + 4rem);font-size:20px;line-height:26px}.dynamic-content h5{font-size:1.25rem;font-weight:600;line-height:38px;letter-spacing:.21px;text-align:left;margin:3rem 0 0;color:#fff;scroll-margin-top:calc(80px + 3rem)}.dynamic-content h6{text-align:left;margin:3rem 0 0;font-weight:800;scroll-margin-top:calc(80px + 3rem)}.dynamic-content p{color:#fff;font-size:18px;font-weight:400;line-height:28px;text-align:left;margin-bottom:2rem}.api_docs_page .dynamic-content p{font-size:var(--text-medium-size);line-height:var(--bs-body-line-height)}.dynamic-content a{text-decoration:underline;color:var(--color-text-primary);text-underline-offset:4px;text-decoration-color:var(--color-text-primary);&:hover,&:focus { text-decoration:underline; color:rgba(255,255,255,0.8); text-decoration-color:rgba(255,255,255,0.8); }}.dynamic-content .bd-callout,.dynamic-content .blog-quote{margin-bottom:2rem}.dynamic-content .blog-quote h4,.dynamic-content .blog-quote h6{margin-top:0}.dynamic-content code{color:inherit;padding:2px 4px;border:1px solid #1d1d1f;background:rgba(255,255,255,.15);border-radius:4px}.dynamic-content blockquote,.dynamic-content .bd-callout{padding:16px;border-radius:8px;border:1px solid #1d1d1f;background:#242425}.api_docs_page .dynamic-content blockquote,.api_docs_page .dynamic-content .bd-callout{padding:6px 14px}.dynamic-content pre{padding:16px;border-radius:8px;border:1px solid #353535;background:#262628}.dynamic-content pre code{background:0 0;padding:0;border:none}.api_docs_page .dynamic-content pre{font-size:12px}.dynamic-content pre>*:first-child,.dynamic-content blockquote>*:first-child,.dynamic-content .bd-callout>*:first-child{margin-top:0}.dynamic-content pre>*:last-child,.dynamic-content blockquote>*:last-child,.dynamic-content .bd-callout>*:last-child{margin-bottom:0}.dynamic-content .bd-callout{position:relative}.api_docs_page .dynamic-content .bd-callout{font-size:14px}.dynamic-content{.bd-callout { position: relative; margin-bottom: 2rem; padding: 16px; border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.15); color: var(--color-text-primary); } .bd-callout-info { box-shadow: inset 0 0 40px rgba(0, 182, 255, 0.1); background: linear-gradient(160deg, rgba(0, 182, 255, 0) 50%, rgba(0, 182, 255, 0.1) 100%), #242425; &::before { position: absolute; content: ""; display: block; top: 0px; left: -1px; width: 10px; height: 100%; border-left: 1px solid; border-image: linear-gradient( 0deg, rgba(0, 182, 255, 0) 8px, rgba(0, 182, 255, 1) 50%, rgba(0, 182, 255, 0) calc(100% - 8px) ) 1 100%; background: radial-gradient( 100% 50% at 0% 50%, rgba(0, 182, 255, 0.4) 0%, rgba(0, 182, 255, 0.2) 25%, rgba(0, 182, 255, 0) 100% ); } } .bd-callout-warning { box-shadow: inset 0 0 40px rgba(245, 180, 74, 0.1); background: linear-gradient(160deg, rgba(245, 180, 74, 0) 50%, rgba(245, 180, 74, 0.1)) 100%, #242425; &::before { position: absolute; content: ""; display: block; top: 0px; left: -1px; width: 10px; height: 100%; border-left: 1px solid; border-image: linear-gradient( 0deg, rgba(245, 180, 74, 0) 8px, rgba(245, 180, 74, 1) 50%, rgba(245, 180, 74, 0) calc(100% - 8px) ) 1 100%; background: radial-gradient( 100% 50% at 0% 50%, rgba(245, 180, 74, 0.4) 0%, rgba(245, 180, 74, 0.2) 25%, rgba(245, 180, 74, 0) 100% ); } }}.dynamic-content blockquote *:last-child{margin-bottom:0}.dynamic-content figure,.dynamic-content video,.dynamic-content .app-store-badges{margin:0 0 2rem}.platform-details img,.platform-details video,.dynamic-content figure img,.dynamic-content video{border-radius:8px}.dynamic-content .badge{background:#171717;border:1px solid #2a2a2a}.dynamic-content figure figcaption p{text-align:center;font-size:.75rem;font-style:italic;margin-bottom:0}.dynamic-content figure figcaption .figure-source{position:relative}.dynamic-content hr{margin:3rem 0;opacity:1;width:100%;height:1px;background:linear-gradient( 270deg,rgba(47,193,119,0) 28.87%,#218753 45.39%,#218753 53.54%,rgba(33,135,83,0) 70.06% );border:none}.api_docs_page .dynamic-content hr{background:rgba(255,255,255,.1)}.api_docs_page .dynamic-content hr:last-of-type{display:none}.dynamic-content ul,.dynamic-content ol,.dynamic-content dl{margin-bottom:2rem}.dynamic-content li{color:#fff;font-size:18px;font-weight:400;line-height:28px;text-align:left}.api_docs_page .dynamic-content li{font-size:14px}.dynamic-content li::marker{font:18px/28px gt america}.dynamic-content li input[type=checkbox]:first-child{margin-left:-22px}.dynamic-content input[type=checkbox]{appearance:none;width:14px;height:14px;background:#171717;border:1px solid #2a2a2a;border-radius:4px}.dynamic-content input[type=checkbox][checked]:after{content:"";display:block;width:10px;height:10px;margin:1px;background-image:url(../../images-v2/icon/checklist.svg);background-size:contain;background-repeat:no-repeat}.dynamic-content details *:last-child,.dynamic-content li *:last-child{margin-bottom:0}.dynamic-content details{margin-bottom:1rem}.dynamic-content details summary{list-style:none;font-size:24px;font-weight:600;letter-spacing:.12px}.dynamic-content details summary::before{content:"";display:inline-block;width:24px;height:24px;margin-right:4px;margin-bottom:-2px;background-image:url(../../images-v2/pricing/comparision-btn.svg);background-size:contain;background-repeat:no-repeat;transform:rotate(90deg);transition:transform ease-in-out .1s}.dynamic-content details[open] summary{margin-bottom:1rem}.dynamic-content details[open] summary::before{transform:rotate(180deg)}.dynamic-content .table-wrapper{width:100%;overflow-x:auto}.dynamic-content table:not(.lntable){margin-bottom:2rem}.dynamic-content table:not(.lntable) thead th{font-weight:600}.dynamic-content table:not(.lntable) thead::before{display:none}.dynamic-content table:not(.lntable) tbody,.dynamic-content table:not(.lntable) tbody tr{position:relative}.dynamic-content table:not(.lntable) tbody::before{position:absolute;content:"";display:block;width:100%;height:100%;border:1px solid rgba(255,255,255,.1);border-radius:8px}.api_docs_page .dynamic-content table:not(.lntable) th,.api_docs_page .dynamic-content table:not(.lntable) td{font-size:14px;padding:6px 14px}.dynamic-content div.chroma{border-radius:8px;border:1px solid #2a2a2a;background:#171717;margin-bottom:2rem}.dynamic-content div.chroma pre{border-radius:0;border:none;background:0 0;margin-bottom:0}.dynamic-content .endpoint{display:flex;gap:50px;margin-top:3rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1);word-break:break-word}.dynamic-content .endpoint .explanation{width:calc(50% - 25px)}.dynamic-content .endpoint .code{width:calc(50% - 25px);padding-top:65px}.dynamic-content .endpoint .explanation *:first-child,.dynamic-content .endpoint .code *:first-child{margin-top:0}.dynamic-content .endpoint .code p{margin-bottom:1rem}.dynamic-content .endpoint .code pre{margin-bottom:2rem}.docs-nav{position:sticky;top:100px;max-height:calc(100vh - 200px);min-width:250px;z-index:1;display:flex;flex-direction:column}.docs-nav.collapse:not(.show){display:flex}.docs-nav-toggle-btn{display:none;background:#242425;border:none;outline:none;padding:8px 0;color:#fff;width:100%}.docs-nav-toggle-btn i{transition:all .3s ease}.docs-nav.collapse.show .docs-nav-toggle-btn i{transform:rotate(180deg)}.docs-nav-content{display:flex;flex-direction:column;max-height:100%;flex:1}.docs-search{position:relative}.input-docs-search{width:100%;background:#242425;border:1px solid #1d1d1f;outline:none;padding:8px 10px;border-radius:4px;color:#fff;font-family:gt america;font-size:14px;margin-bottom:16px}.input-docs-search::placeholder{color:#97a4b5}.input-docs-search::-webkit-search-cancel-button{display:none}.docs-search--results{display:none;position:absolute;background:#242425;border:1px solid #1d1d1f;padding:10px;border-radius:4px;color:var(--color-text-primary);max-height:50vh;width:450px;overflow-y:auto;list-style:none;font-size:var(--text-regular-size);margin-top:-14px;a { color: var(--color-text-primary); text-decoration: none; } p { color: var(--color-text-tertiary); } li:last-child { p { margin-bottom: 0; } }}.docs-nav-list{list-style:none;flex:1;padding:0;padding-right:10px;overflow-y:auto}.docs-nav-list a{color:var(--color-text-primary);text-decoration:none;display:flex;align-items:center;gap:10px;margin-bottom:14px;font-size:var(--text-regular-size);&:hover,&:focus { color:var(--color-text-secondary); }}.docs-nav-list li:not(.api-external) a img{width:20px;height:20px}.docs-nav-list .api-external a{padding-top:14px;border-top:1px solid rgba(255,255,255,.1)}.js-toc-main .toc-list,.js-toc .toc-list{list-style:none;margin:10px 0 0 38px;padding-left:0}.js-toc-main .toc-list{margin:0}.is-collapsible .toc-list-item{a { font-size: var(--text-regular-size); color: var(--color-text-tertiary); } &.is-active-li a { color: var(--color-text-primary); }}.js-toc-main .toc-list .toc-list{margin-left:38px}.js-toc-main .toc-list.is-collapsed{display:none}.js-toc-main .toc-list-item a,.js-toc .toc-list-item a{font-size:14px}.docs_content{overflow:hidden}@media only screen and (max-width:1299px){.custom_container{padding:0 40px}}@media only screen and (max-width:1199px){.custom_container{padding:0 16px}.py_160{padding:60px 0}}@media(min-width:992px) and (max-width:1199px){.header_wrap .navbar{padding:16px}.header_wrap .navbar-expand-lg .navbar-nav .nav-link{padding:0 12px}.header_wrap .header_menu1{width:500px}.header_wrap .header_menu2{width:600px}}@media only screen and (max-width:991px){.header_wrap .navbar{padding:16px 0}.header_wrap .navbar-expand-lg .navbar-nav .nav-link{color:#fff}.header_wrap .dropdown-menu.header_menu1:before{display:none}.header_wrap .dropdown-menu.header_menu1{left:0;transform:none;margin-top:10px;padding:20px}.header_wrap .header_menu2{width:100%}.py_160{padding:0}.py_100{padding:70px 0}.py_214{padding:100px 0}.api_docs_page{flex-direction:column;padding:0}.docs-nav{width:100%;height:calc(100vh - 80px);max-height:none;top:80px;background:#171717;transition:none;overflow:hidden}.docs-nav .js-toc{display:none}.docs-nav .toc-list .toc-list{display:none}.docs-nav.collapse:not(.show){display:flex;height:40px}.docs-nav-toggle-btn{display:block}.docs-nav-content{padding:20px}.docs-search--results{width:100%}.docs_content{padding:100px 40px}}@media only screen and (max-width:768px){.pt_80{padding-top:40px}}@media only screen and (max-width:575px){.header_wrap .header_menu1,.header_wrap .header_menu2{width:100%}.header_wrap .dropdown-menu.header_menu1{padding:16px}.header_wrap .header_menu1 .header_menu_list{gap:12px}.py_100{padding:50px 0}.mb_40{margin-bottom:30px}.footer{padding:87px 0 30px}.left_sidebar{position:relative;top:0}.p-32{padding:24px}.api_docs_page .dynamic-content .endpoint{flex-direction:column}.api_docs_page .dynamic-content .endpoint .explanation,.api_docs_page .dynamic-content .endpoint .code{width:auto}}@media only screen and (max-width:425px){.p-32{padding:16px}}@font-face{font-family:gt america;src:url("./fonts/GT America/GT-America-Standard-Ultra-Light-Italic.woff2");font-weight:100;font-style:italic}@font-face{font-family:gt america;src:url("./fonts/GT America/GT-America-Standard-Ultra-Light.woff2");font-weight:100;font-style:normal}@font-face{font-family:gt america;src:url("./fonts/GT America/GT-America-Standard-Thin-Italic.woff2");font-weight:200;font-style:italic}@font-face{font-family:gt america;src:url("./fonts/GT America/GT-America-Standard-Thin.woff2");font-weight:200;font-style:normal}@font-face{font-family:gt america;src:url("./fonts/GT America/GT-America-Standard-Light-Italic.woff2");font-weight:300;font-style:italic}@font-face{font-family:gt america;src:url("./fonts/GT America/GT-America-Standard-Light.woff2");font-weight:300;font-style:normal}@font-face{font-family:gt america;src:url("./fonts/GT America/GT-America-Standard-Regular-Italic.woff2");font-weight:400;font-style:italic}@font-face{font-family:gt america;src:url("./fonts/GT America/GT-America-Standard-Regular.woff2");font-weight:400;font-style:normal}@font-face{font-family:gt america;src:url("./fonts/GT America/GT-America-Standard-Medium-Italic.woff2");font-weight:500;font-style:italic}@font-face{font-family:gt america;src:url("./fonts/GT America/GT-America-Standard-Medium.woff2");font-weight:500;font-style:normal}@font-face{font-family:gt america;src:url("./fonts/GT America/GT-America-Standard-Bold-Italic.woff2");font-weight:700;font-style:italic}@font-face{font-family:gt america;src:url("./fonts/GT America/GT-America-Standard-Bold.woff2");font-weight:700;font-style:normal}@font-face{font-family:gt america;src:url("./fonts/GT America/GT-America-Standard-Black-Italic.woff2");font-weight:900;font-style:italic}@font-face{font-family:gt america;src:url("./fonts/GT America/GT-America-Standard-Black.woff2");font-weight:900;font-style:normal}@font-face{font-family:"alliance no.2";src:url("./fonts/Alliance No 2/AllianceNo2-LightItalic.woff2");font-weight:300;font-style:italic}@font-face{font-family:"alliance no.2";src:url("./fonts/Alliance No 2/AllianceNo2-Light.woff2");font-weight:300;font-style:normal}@font-face{font-family:"alliance no.2";src:url("./fonts/Alliance No 2/AllianceNo2-Medium.woff2");font-weight:500;font-style:normal}@font-face{font-family:"alliance no.2";src:url("./fonts/Alliance No 2/AllianceNo2-SemiBoldItalic.woff2");font-weight:600;font-style:italic}@font-face{font-family:"alliance no.2";src:url("./fonts/Alliance No 2/AllianceNo2-MediumItalic.woff2");font-weight:500;font-style:italic}@font-face{font-family:"alliance no.2";src:url("./fonts/Alliance No 2/AllianceNo2-Regular.woff2");font-weight:400;font-style:normal}@font-face{font-family:"alliance no.2";src:url("./fonts/Alliance No 2/AllianceNo2-BlackItalic.woff2");font-weight:900;font-style:italic}@font-face{font-family:"alliance no.2";src:url("./fonts/Alliance No 2/AllianceNo2-Bold.woff2");font-weight:700;font-style:normal}@font-face{font-family:"alliance no.2";src:url("./fonts/Alliance No 2/AllianceNo2-BoldItalic.woff2");font-weight:700;font-style:italic}@font-face{font-family:"alliance no.2";src:url("./fonts/Alliance No 2/AllianceNo2-RegularItalic.woff2");font-weight:400;font-style:italic}@font-face{font-family:"alliance no.2";src:url("./fonts/Alliance No 2/AllianceNo2-ExtraBoldItalic.woff2");font-weight:800;font-style:italic}@font-face{font-family:"alliance no.2";src:url("./fonts/Alliance No 2/AllianceNo2-Black.woff2");font-weight:900;font-style:normal}@font-face{font-family:"alliance no.2";src:url("./fonts/Alliance No 2/AllianceNo2-SemiBold.woff2");font-weight:600;font-style:normal}@font-face{font-family:"alliance no.2";src:url("./fonts/Alliance No 2/AllianceNo2-ExtraBold.woff2");font-weight:800;font-style:normal}