From 1de30f07a8668c5eae3419a826a295e80c472421 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Tue, 30 Sep 2025 14:38:11 -0700 Subject: [PATCH] Refactor use-case end cards to use bg images --- docs/use-cases/payments/index.page.tsx | 6 +- .../tokenization/real-world-assets.page.tsx | 1 + .../developer-resources-section.tsx | 8 +-- static/css/devportal2024-v1.css | 2 +- .../community/bug-bounty-card-bg-2-mobile.png | Bin 46934 -> 37093 bytes static/img/community/bug-bounty-card-bg-2.png | Bin 44042 -> 32659 bytes static/img/community/bug-bounty-card-bg.png | Bin 20505 -> 12129 bytes styles/_pages.scss | 62 +++++++++++------- 8 files changed, 46 insertions(+), 33 deletions(-) diff --git a/docs/use-cases/payments/index.page.tsx b/docs/use-cases/payments/index.page.tsx index c9d5d001a0..34fce078b5 100644 --- a/docs/use-cases/payments/index.page.tsx +++ b/docs/use-cases/payments/index.page.tsx @@ -185,7 +185,8 @@ const PaymentsPage: React.FC = () => { text: "Share Your Work", url: "https://discord.gg/sfX3ERAMjH" } - ] + ], + backgroundClass: "developer-spotlight" }, { title: "Learn & Stay Updated", @@ -199,7 +200,8 @@ const PaymentsPage: React.FC = () => { text: "Sign up for the Newsletter", url: "https://xrplresources.org/subscribe" } - ] + ], + backgroundClass: "learn-stay-updated" } ]; diff --git a/docs/use-cases/tokenization/real-world-assets.page.tsx b/docs/use-cases/tokenization/real-world-assets.page.tsx index 7ae81656a2..3c69f8941b 100644 --- a/docs/use-cases/tokenization/real-world-assets.page.tsx +++ b/docs/use-cases/tokenization/real-world-assets.page.tsx @@ -467,6 +467,7 @@ export default function RwaTokenization() { url: "https://xrplresources.org/subscribe", }, ], + backgroundClass: "learn-stay-updated" }, ]; diff --git a/shared/components/developer-resources-section.tsx b/shared/components/developer-resources-section.tsx index 2927f185ea..88aa24bdd5 100644 --- a/shared/components/developer-resources-section.tsx +++ b/shared/components/developer-resources-section.tsx @@ -27,14 +27,10 @@ export const DeveloperResourcesSection: React.FC const isSingleCard = cards.length === 1; return ( -
+
{cards.map((card, index) => ( -
- {`${card.title} +
{translate(card.title)}

diff --git a/static/css/devportal2024-v1.css b/static/css/devportal2024-v1.css index 45888374c6..a4870ed1a6 100644 --- a/static/css/devportal2024-v1.css +++ b/static/css/devportal2024-v1.css @@ -3,4 +3,4 @@ * Copyright 2011-2022 The Bootstrap Authors * Copyright 2011-2022 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - */:root{--blue: #19A3FF;--indigo: #6610f2;--purple: #9A52FF;--pink: #FF198B;--red: #dc3545;--orange: #FF6719;--yellow: #FAFF19;--green: #32E685;--teal: #20c997;--cyan: #17a2b8;--white: #FFFFFF;--gray: #454549;--gray-dark: #232325;--primary: #9A52FF;--secondary: #E0E0E1;--success: #32E685;--info: #19A3FF;--warning: #FAFF19;--danger: #FF198B;--light: #FFFFFF;--dark: #111112;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--font-family-monospace: "Space Mono", monospace}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#e0e0e1;text-align:left;background-color:#111112}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:#fff;text-decoration:none;background-color:transparent}a:hover{color:#9a52ff;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:"Space Mono",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#e0e0e1;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:.5rem;font-weight:500;line-height:1.2;color:#fff}h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.75rem}h4,.h4{font-size:1.5rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}small,.small{font-size:0.875em;font-weight:400}mark,.mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:0.875em;color:#454549}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#111112;border:1px solid #c1c1c2;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.075);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#454549}code{font-size:87.5%;color:#e0e0e1;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#111112;border-radius:4px;box-shadow:inset 0 -0.1rem 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none}pre{display:block;font-size:87.5%;color:#111112}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media(min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media(min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media(min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media(min-width: 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.table{width:100%;margin-bottom:1rem;color:#e0e0e1}.table th,.table td{padding:.75rem;vertical-align:top;border-top:1px solid #c1c1c2}.table thead th{vertical-align:bottom;border-bottom:2px solid #c1c1c2}.table tbody+tbody{border-top:2px solid #c1c1c2}.table-sm th,.table-sm td{padding:.3rem}.table-bordered{border:1px solid #c1c1c2}.table-bordered th,.table-bordered td{border:1px solid #c1c1c2}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#e0e0e1;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>th,.table-primary>td{background-color:#e3cfff}.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:#caa5ff}.table-hover .table-primary:hover{background-color:#d4b6ff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#d4b6ff}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#f6f6f7}.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody{border-color:#efefef}.table-hover .table-secondary:hover{background-color:#e9e9eb}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#e9e9eb}.table-success,.table-success>th,.table-success>td{background-color:#c6f8dd}.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody{border-color:#94f2c0}.table-hover .table-success:hover{background-color:#aff5cf}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#aff5cf}.table-info,.table-info>th,.table-info>td{background-color:#bfe5ff}.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:#87cfff}.table-hover .table-info:hover{background-color:#a6dbff}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#a6dbff}.table-warning,.table-warning>th,.table-warning>td{background-color:#feffbf}.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:#fcff87}.table-hover .table-warning:hover{background-color:#feffa6}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#feffa6}.table-danger,.table-danger>th,.table-danger>td{background-color:#ffbfdf}.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border-color:#ff87c3}.table-hover .table-danger:hover{background-color:#ffa6d2}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#ffa6d2}.table-light,.table-light>th,.table-light>td{background-color:#fff}.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:#fff}.table-hover .table-light:hover{background-color:#f2f2f2}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#f2f2f2}.table-dark,.table-dark>th,.table-dark>td{background-color:#bcbcbd}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#838384}.table-hover .table-dark:hover{background-color:#afafb0}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#afafb0}.table-active,.table-active>th,.table-active>td{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#232325;border-color:#363639}.table .thead-light th{color:#343437;background-color:#e0e0e1;border-color:#c1c1c2}.table-dark{color:#fff;background-color:#232325}.table-dark th,.table-dark td,.table-dark thead th{border-color:#363639}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media(max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media(max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media(max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media(max-width: 1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.25em + 2rem + 2px);padding:1rem 1.5rem;font-size:1rem;font-weight:400;line-height:1.25;color:#fff;background-color:#232325;background-clip:padding-box;border:1px solid transparent;border-radius:4px;box-shadow:none;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#fff;background-color:#232325;border-color:#e4d2ff;outline:0;box-shadow:0 0 0 .2rem rgba(154,82,255,.25)}.form-control::placeholder{color:#a2a2a4;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#454549;opacity:1}input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #fff}select.form-control:focus::-ms-value{color:#fff;background-color:#232325}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(1rem + 1px);padding-bottom:calc(1rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.25}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:1rem 0;margin-bottom:0;font-size:1rem;line-height:1.25;color:#e0e0e1;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + 0.5rem + 2px);padding:.25rem .5rem;font-size:0.875rem;line-height:1.5;border-radius:4px}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:8px}select.form-control[size],select.form-control[multiple]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{color:#e0e0e1}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#32e685}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;line-height:1.5;color:#111112;background-color:rgba(50,230,133,.9);border-radius:4px}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#32e685;padding-right:calc(1.25em + 2rem) !important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2332E685' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.3125em + 0.5rem) center;background-size:calc(0.625em + 1rem) calc(0.625em + 1rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#32e685;box-shadow:0 0 0 .2rem rgba(50,230,133,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:6rem !important;background-position:right 3rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.25em + 2rem);background-position:top calc(0.3125em + 0.5rem) right calc(0.3125em + 0.5rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#32e685;padding-right:calc(0.75em + 4rem) !important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23232325' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.5rem center/8px 10px no-repeat,#232325 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2332E685' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 2.5rem/calc(0.625em + 1rem) calc(0.625em + 1rem) no-repeat}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#32e685;box-shadow:0 0 0 .2rem rgba(50,230,133,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#32e685}.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip{display:block}.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label{color:#32e685}.was-validated .custom-control-input:valid~.custom-control-label::before,.custom-control-input.is-valid~.custom-control-label::before{border-color:#32e685}.was-validated .custom-control-input:valid:checked~.custom-control-label::before,.custom-control-input.is-valid:checked~.custom-control-label::before{border-color:#5feca0;background-color:#5feca0}.was-validated .custom-control-input:valid:focus~.custom-control-label::before,.custom-control-input.is-valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(50,230,133,.25)}.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before{border-color:#32e685}.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label{border-color:#32e685}.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label{border-color:#32e685;box-shadow:0 0 0 .2rem rgba(50,230,133,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#ff198b}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;line-height:1.5;color:#fff;background-color:rgba(255,25,139,.9);border-radius:4px}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#ff198b;padding-right:calc(1.25em + 2rem) !important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF198B' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF198B' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.3125em + 0.5rem) center;background-size:calc(0.625em + 1rem) calc(0.625em + 1rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#ff198b;box-shadow:0 0 0 .2rem rgba(255,25,139,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:6rem !important;background-position:right 3rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.25em + 2rem);background-position:top calc(0.3125em + 0.5rem) right calc(0.3125em + 0.5rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#ff198b;padding-right:calc(0.75em + 4rem) !important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23232325' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.5rem center/8px 10px no-repeat,#232325 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF198B' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF198B' stroke='none'/%3e%3c/svg%3e") center right 2.5rem/calc(0.625em + 1rem) calc(0.625em + 1rem) no-repeat}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#ff198b;box-shadow:0 0 0 .2rem rgba(255,25,139,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#ff198b}.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label{color:#ff198b}.was-validated .custom-control-input:invalid~.custom-control-label::before,.custom-control-input.is-invalid~.custom-control-label::before{border-color:#ff198b}.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,.custom-control-input.is-invalid:checked~.custom-control-label::before{border-color:#ff4ca5;background-color:#ff4ca5}.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,.custom-control-input.is-invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(255,25,139,.25)}.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before{border-color:#ff198b}.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label{border-color:#ff198b}.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label{border-color:#ff198b;box-shadow:0 0 0 .2rem rgba(255,25,139,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media(min-width: 576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#e0e0e1;text-align:center;vertical-align:middle;user-select:none;background-color:transparent;border:1px solid transparent;padding:1rem 1.5rem;font-size:0.875rem;line-height:1.25;border-radius:4px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:#e0e0e1;text-decoration:none}.btn:focus,.btn.focus{outline:0;box-shadow:none}.btn.disabled,.btn:disabled{opacity:.65;box-shadow:none}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled):active,.btn:not(:disabled):not(.disabled).active{box-shadow:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#9a52ff;border-color:#9a52ff;box-shadow:none}.btn-primary:hover{color:#fff;background-color:#842cff;border-color:#7c1fff}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#842cff;border-color:#7c1fff;box-shadow:0 0 0 .2rem rgba(169,108,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#9a52ff;border-color:#9a52ff}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#7c1fff;border-color:#7512ff}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(169,108,255,.5)}.btn-secondary{color:#111112;background-color:#e0e0e1;border-color:#e0e0e1;box-shadow:none}.btn-secondary:hover{color:#111112;background-color:#cdcdce;border-color:#c6c6c8}.btn-secondary:focus,.btn-secondary.focus{color:#111112;background-color:#cdcdce;border-color:#c6c6c8;box-shadow:0 0 0 .2rem rgba(193,193,194,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#111112;background-color:#e0e0e1;border-color:#e0e0e1}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#111112;background-color:#c6c6c8;border-color:#c0c0c2}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(193,193,194,.5)}.btn-success{color:#111112;background-color:#32e685;border-color:#32e685;box-shadow:none}.btn-success:hover{color:#fff;background-color:#1ad772;border-color:#19cc6c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#1ad772;border-color:#19cc6c;box-shadow:0 0 0 .2rem rgba(45,198,116,.5)}.btn-success.disabled,.btn-success:disabled{color:#111112;background-color:#32e685;border-color:#32e685}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#19cc6c;border-color:#18c166}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(45,198,116,.5)}.btn-info{color:#fff;background-color:#19a3ff;border-color:#19a3ff;box-shadow:none}.btn-info:hover{color:#fff;background-color:#0091f2;border-color:#0089e5}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#0091f2;border-color:#0089e5;box-shadow:0 0 0 .2rem rgba(60,177,255,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#19a3ff;border-color:#19a3ff}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#0089e5;border-color:#0082d8}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(60,177,255,.5)}.btn-warning{color:#111112;background-color:#faff19;border-color:#faff19;box-shadow:none}.btn-warning:hover{color:#111112;background-color:#ecf200;border-color:#e0e500}.btn-warning:focus,.btn-warning.focus{color:#111112;background-color:#ecf200;border-color:#e0e500;box-shadow:0 0 0 .2rem rgba(215,219,24,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#111112;background-color:#faff19;border-color:#faff19}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#111112;background-color:#e0e500;border-color:#d4d800}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(215,219,24,.5)}.btn-danger{color:#fff;background-color:#ff198b;border-color:#ff198b;box-shadow:none}.btn-danger:hover{color:#fff;background-color:#f20078;border-color:#e50072}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#f20078;border-color:#e50072;box-shadow:0 0 0 .2rem rgba(255,60,156,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#ff198b;border-color:#ff198b}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#e50072;border-color:#d8006b}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,60,156,.5)}.btn-light{color:#111112;background-color:#fff;border-color:#fff;box-shadow:none}.btn-light:hover{color:#111112;background-color:#ececec;border-color:#e6e6e6}.btn-light:focus,.btn-light.focus{color:#111112;background-color:#ececec;border-color:#e6e6e6;box-shadow:0 0 0 .2rem rgba(219,219,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#111112;background-color:#fff;border-color:#fff}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#111112;background-color:#e6e6e6;border-color:#dfdfdf}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(219,219,219,.5)}.btn-dark{color:#fff;background-color:#111112;border-color:#111112;box-shadow:none}.btn-dark:hover{color:#fff;background-color:#000;border-color:#000}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#000;border-color:#000;box-shadow:0 0 0 .2rem rgba(53,53,54,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#111112;border-color:#111112}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#000;border-color:#000}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(53,53,54,.5)}.btn-outline-primary{color:#9a52ff;border-color:#9a52ff}.btn-outline-primary:hover{color:#fff;background-color:#9a52ff;border-color:#9a52ff}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(154,82,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#9a52ff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#9a52ff;border-color:#9a52ff}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(154,82,255,.5)}.btn-outline-secondary{color:#e0e0e1;border-color:#e0e0e1}.btn-outline-secondary:hover{color:#111112;background-color:#e0e0e1;border-color:#e0e0e1}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 .2rem rgba(224,224,225,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#e0e0e1;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#111112;background-color:#e0e0e1;border-color:#e0e0e1}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(224,224,225,.5)}.btn-outline-success{color:#32e685;border-color:#32e685}.btn-outline-success:hover{color:#111112;background-color:#32e685;border-color:#32e685}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 .2rem rgba(50,230,133,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#32e685;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#111112;background-color:#32e685;border-color:#32e685}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(50,230,133,.5)}.btn-outline-info{color:#19a3ff;border-color:#19a3ff}.btn-outline-info:hover{color:#fff;background-color:#19a3ff;border-color:#19a3ff}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 .2rem rgba(25,163,255,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#19a3ff;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#19a3ff;border-color:#19a3ff}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(25,163,255,.5)}.btn-outline-warning{color:#faff19;border-color:#faff19}.btn-outline-warning:hover{color:#111112;background-color:#faff19;border-color:#faff19}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 .2rem rgba(250,255,25,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#faff19;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#111112;background-color:#faff19;border-color:#faff19}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(250,255,25,.5)}.btn-outline-danger{color:#ff198b;border-color:#ff198b}.btn-outline-danger:hover{color:#fff;background-color:#ff198b;border-color:#ff198b}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 .2rem rgba(255,25,139,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#ff198b;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#ff198b;border-color:#ff198b}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,25,139,.5)}.btn-outline-light{color:#fff;border-color:#fff}.btn-outline-light:hover{color:#111112;background-color:#fff;border-color:#fff}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#fff;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#111112;background-color:#fff;border-color:#fff}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-outline-dark{color:#111112;border-color:#111112}.btn-outline-dark:hover{color:#fff;background-color:#111112;border-color:#111112}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 .2rem rgba(17,17,18,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#111112;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#111112;border-color:#111112}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(17,17,18,.5)}.btn-link{font-weight:400;color:#fff;text-decoration:none}.btn-link:hover{color:#9a52ff;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline}.btn-link:disabled,.btn-link.disabled{color:#454549;pointer-events:none}.btn-lg,.btn-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:8px}.btn-sm,.btn-group-sm>.btn{padding:.25rem .5rem;font-size:0.875rem;line-height:1.5;border-radius:4px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.width{transition:none}}.dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.34em;vertical-align:.34em;content:"";border-top:.4em solid;border-right:.4em solid transparent;border-bottom:0;border-left:.4em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#e0e0e1;text-align:left;list-style:none;background-color:#111112;background-clip:padding-box;border:1px solid #111112;border-radius:4px;box-shadow:0px 5px 40px #000}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media(min-width: 576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media(min-width: 768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media(min-width: 992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media(min-width: 1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.34em;vertical-align:.34em;content:"";border-top:0;border-right:.4em solid transparent;border-bottom:.4em solid;border-left:.4em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.34em;vertical-align:.34em;content:"";border-top:.4em solid transparent;border-right:0;border-bottom:.4em solid transparent;border-left:.4em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.34em;vertical-align:.34em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.34em;vertical-align:.34em;content:"";border-top:.4em solid transparent;border-right:.4em solid;border-bottom:.4em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=top],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #000}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#fff;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#9a52ff;text-decoration:none;background-color:#111112}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:transparent}.dropdown-item.disabled,.dropdown-item:disabled{color:#838386;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:0.875rem;color:#454549;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#fff}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:1.125rem;padding-left:1.125rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group.show .dropdown-toggle{box-shadow:none}.btn-group.show .dropdown-toggle.btn-link{box-shadow:none}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-1px}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.form-control:not(:last-child),.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-prepend,.input-group-append{display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn:focus,.input-group-append .btn:focus{z-index:3}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:1rem 1.5rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.25;color:#fff;text-align:center;white-space:nowrap;background-color:#454549;border:1px solid transparent;border-radius:4px}.input-group-text input[type=radio],.input-group-text input[type=checkbox]{margin-top:0}.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select{height:calc(1.5em + 1rem + 2px)}.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:8px}.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select{height:calc(1.5em + 0.5rem + 2px)}.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:.25rem .5rem;font-size:0.875rem;line-height:1.5;border-radius:4px}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:2.5rem}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;print-color-adjust:exact}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#9a52ff;background-color:#9a52ff}.custom-control-input:focus~.custom-control-label::before{box-shadow:none,0 0 0 .2rem rgba(154,82,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#e4d2ff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#fff;border-color:#fff}.custom-control-input[disabled]~.custom-control-label,.custom-control-input:disabled~.custom-control-label{color:#454549}.custom-control-input[disabled]~.custom-control-label::before,.custom-control-input:disabled~.custom-control-label::before{background-color:#454549}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#232325;border:1px solid #838386;box-shadow:none}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label::before{border-radius:4px}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#9a52ff;background-color:#9a52ff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(154,82,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(154,82,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(154,82,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(0.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#838386;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#232325;transform:translateX(0.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(154,82,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.25em + 2rem + 2px);padding:1rem 2.5rem 1rem 1.5rem;font-size:1rem;font-weight:400;line-height:1.25;color:#fff;vertical-align:middle;background:#232325 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23232325' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.5rem center/8px 10px no-repeat;border:1px solid transparent;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.075);appearance:none}.custom-select:focus{border-color:#e4d2ff;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 0 .2rem rgba(154,82,255,.25)}.custom-select:focus::-ms-value{color:#fff;background-color:#232325}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:1.5rem;background-image:none}.custom-select:disabled{color:#454549;background-color:#e0e0e1}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #fff}.custom-select-sm{height:calc(1.5em + 0.5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.25em + 2rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.25em + 2rem + 2px);margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#e4d2ff;box-shadow:0 0 0 .2rem rgba(154,82,255,.25)}.custom-file-input[disabled]~.custom-file-label,.custom-file-input:disabled~.custom-file-label{background-color:#454549}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.25em + 2rem + 2px);padding:1rem 1.5rem;overflow:hidden;font-weight:400;line-height:1.25;color:#fff;background-color:#232325;border:1px solid transparent;border-radius:4px;box-shadow:none}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.25em + 2rem);padding:1rem 1.5rem;line-height:1.25;color:#fff;content:"Browse";background-color:#454549;border-left:inherit;border-radius:0 4px 4px 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #111112,0 0 0 .2rem rgba(154,82,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #111112,0 0 0 .2rem rgba(154,82,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #111112,0 0 0 .2rem rgba(154,82,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#9a52ff;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#fff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#c1c1c2;border-color:transparent;border-radius:1rem;box-shadow:inset 0 .25rem .25rem rgba(0,0,0,.1)}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#9a52ff;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#fff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#c1c1c2;border-color:transparent;border-radius:1rem;box-shadow:inset 0 .25rem .25rem rgba(0,0,0,.1)}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#9a52ff;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#fff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem;box-shadow:inset 0 .25rem .25rem rgba(0,0,0,.1)}.custom-range::-ms-fill-lower{background-color:#c1c1c2;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#c1c1c2;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#838386}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#838386}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#838386}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:1rem 2rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#454549;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #c1c1c2}.nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:4px;border-top-right-radius:4px}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:#e0e0e1 #e0e0e1 #c1c1c2}.nav-tabs .nav-link.disabled{color:#454549;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#343437;background-color:#111112;border-color:#c1c1c2 #c1c1c2 #111112}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:4px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#9a52ff}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:1.25rem;padding-bottom:1.25rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:1rem;padding-bottom:1rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:4px}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width: 575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:2rem;padding-left:2rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media(max-width: 767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:2rem;padding-left:2rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media(max-width: 991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:2rem;padding-left:2rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media(max-width: 1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:2rem;padding-left:2rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:2rem;padding-left:2rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:#454549}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:#454549;border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23454549' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:#454549}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#fff}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:#9a52ff}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:#fff;border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:#fff}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#232325;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:8px}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:7px;border-top-right-radius:7px}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:7px;border-bottom-left-radius:7px}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:2rem}.card-title{margin-bottom:2rem}.card-subtitle{margin-top:-1rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:2rem}.card-header{padding:2rem 2rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:7px 7px 0 0}.card-footer{padding:2rem 2rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 7px 7px}.card-header-tabs{margin-right:-1rem;margin-bottom:-2rem;margin-left:-1rem;border-bottom:0}.card-header-pills{margin-right:-1rem;margin-left:-1rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:7px}.card-img,.card-img-top,.card-img-bottom{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:7px;border-top-right-radius:7px}.card-img,.card-img-bottom{border-bottom-right-radius:7px;border-bottom-left-radius:7px}.card-deck .card{margin-bottom:1.25rem}@media(min-width: 576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-1.25rem;margin-left:-1.25rem}.card-deck .card{flex:1 0 0%;margin-right:1.25rem;margin-bottom:0;margin-left:1.25rem}}.card-group>.card{margin-bottom:15px}@media(min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:2rem}@media(min-width: 576px){.card-columns{column-count:3;column-gap:2rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#111112;border-radius:4px}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#454549;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#a2a2a4}.pagination{display:flex;padding-left:0;list-style:none;border-radius:4px}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#fff;background-color:#fff;border:1px solid #c1c1c2}.page-link:hover{z-index:2;color:#9a52ff;text-decoration:none;background-color:#e0e0e1;border-color:#c1c1c2}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(154,82,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.page-item:last-child .page-link{border-top-right-radius:4px;border-bottom-right-radius:4px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#9a52ff;border-color:#9a52ff}.page-item.disabled .page-link{color:#454549;pointer-events:none;cursor:auto;background-color:#fff;border-color:#c1c1c2}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:8px;border-bottom-left-radius:8px}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:8px;border-bottom-right-radius:8px}.pagination-sm .page-link{padding:.25rem .5rem;font-size:0.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:4px;border-bottom-right-radius:4px}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:4px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.badge{transition:none}}a.badge:hover,a.badge:focus{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#9a52ff}a.badge-primary:hover,a.badge-primary:focus{color:#fff;background-color:#7c1fff}a.badge-primary:focus,a.badge-primary.focus{outline:0;box-shadow:0 0 0 .2rem rgba(154,82,255,.5)}.badge-secondary{color:#111112;background-color:#e0e0e1}a.badge-secondary:hover,a.badge-secondary:focus{color:#111112;background-color:#c6c6c8}a.badge-secondary:focus,a.badge-secondary.focus{outline:0;box-shadow:0 0 0 .2rem rgba(224,224,225,.5)}.badge-success{color:#111112;background-color:#32e685}a.badge-success:hover,a.badge-success:focus{color:#111112;background-color:#19cc6c}a.badge-success:focus,a.badge-success.focus{outline:0;box-shadow:0 0 0 .2rem rgba(50,230,133,.5)}.badge-info{color:#fff;background-color:#19a3ff}a.badge-info:hover,a.badge-info:focus{color:#fff;background-color:#0089e5}a.badge-info:focus,a.badge-info.focus{outline:0;box-shadow:0 0 0 .2rem rgba(25,163,255,.5)}.badge-warning{color:#111112;background-color:#faff19}a.badge-warning:hover,a.badge-warning:focus{color:#111112;background-color:#e0e500}a.badge-warning:focus,a.badge-warning.focus{outline:0;box-shadow:0 0 0 .2rem rgba(250,255,25,.5)}.badge-danger{color:#fff;background-color:#ff198b}a.badge-danger:hover,a.badge-danger:focus{color:#fff;background-color:#e50072}a.badge-danger:focus,a.badge-danger.focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,25,139,.5)}.badge-light{color:#111112;background-color:#fff}a.badge-light:hover,a.badge-light:focus{color:#111112;background-color:#e6e6e6}a.badge-light:focus,a.badge-light.focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.badge-dark{color:#fff;background-color:#111112}a.badge-dark:hover,a.badge-dark:focus{color:#fff;background-color:#000}a.badge-dark:focus,a.badge-dark.focus{outline:0;box-shadow:0 0 0 .2rem rgba(17,17,18,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e0e0e1;border-radius:8px}@media(min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:4px}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#502b85;background-color:#ebdcff;border-color:#e3cfff}.alert-primary hr{border-top-color:#d4b6ff}.alert-primary .alert-link{color:#391f5e}.alert-secondary{color:#747475;background-color:#f9f9f9;border-color:#f6f6f7}.alert-secondary hr{border-top-color:#e9e9eb}.alert-secondary .alert-link{color:#5b5b5b}.alert-success{color:#1a7845;background-color:#d6fae7;border-color:#c6f8dd}.alert-success hr{border-top-color:#aff5cf}.alert-success .alert-link{color:#114e2d}.alert-info{color:#0d5585;background-color:#d1edff;border-color:#bfe5ff}.alert-info hr{border-top-color:#a6dbff}.alert-info .alert-link{color:#083757}.alert-warning{color:#82850d;background-color:#feffd1;border-color:#feffbf}.alert-warning hr{border-top-color:#feffa6}.alert-warning .alert-link{color:#555708}.alert-danger{color:#850d48;background-color:#ffd1e8;border-color:#ffbfdf}.alert-danger hr{border-top-color:#ffa6d2}.alert-danger .alert-link{color:#57082f}.alert-light{color:#858585;background-color:#fff;border-color:#fff}.alert-light hr{border-top-color:#f2f2f2}.alert-light .alert-link{color:#6c6c6c}.alert-dark{color:#090909;background-color:#cfcfd0;border-color:#bcbcbd}.alert-dark hr{border-top-color:#afafb0}.alert-dark .alert-link{color:#000}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:flex;height:1rem;overflow:hidden;line-height:0;font-size:0.75rem;background-color:#111112;border-radius:4px;box-shadow:inset 0 .1rem .1rem rgba(0,0,0,.1)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#9a52ff;transition:width .6s ease}@media(prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.media{display:flex;align-items:flex-start}.media-body{flex:1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:4px}.list-group-item-action{width:100%;color:#343437;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#343437;text-decoration:none;background-color:#f5f5f7}.list-group-item-action:active{color:#e0e0e1;background-color:#e0e0e1}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#111112;border:1px solid #232325}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#e0e0e1;pointer-events:none;background-color:#111112}.list-group-item.active{z-index:2;color:#fff;background-color:#9a52ff;border-color:#9a52ff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width: 1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#502b85;background-color:#e3cfff}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#502b85;background-color:#d4b6ff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#502b85;border-color:#502b85}.list-group-item-secondary{color:#747475;background-color:#f6f6f7}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#747475;background-color:#e9e9eb}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#747475;border-color:#747475}.list-group-item-success{color:#1a7845;background-color:#c6f8dd}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#1a7845;background-color:#aff5cf}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#1a7845;border-color:#1a7845}.list-group-item-info{color:#0d5585;background-color:#bfe5ff}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#0d5585;background-color:#a6dbff}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0d5585;border-color:#0d5585}.list-group-item-warning{color:#82850d;background-color:#feffbf}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#82850d;background-color:#feffa6}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#82850d;border-color:#82850d}.list-group-item-danger{color:#850d48;background-color:#ffbfdf}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#850d48;background-color:#ffa6d2}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#850d48;border-color:#850d48}.list-group-item-light{color:#858585;background-color:#fff}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#858585;background-color:#f2f2f2}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#858585;border-color:#858585}.list-group-item-dark{color:#090909;background-color:#bcbcbd}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#090909;background-color:#afafb0}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#090909;border-color:#090909}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#ff198b;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#ff198b;text-decoration:none}.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{flex-basis:350px;max-width:350px;font-size:0.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#454549;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#000;background-clip:padding-box;border:1px solid #e0e0e1;border-radius:8px;box-shadow:0 .25rem .5rem rgba(0,0,0,.5);outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #c1c1c2;border-top-left-radius:7px;border-top-right-radius:7px}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #c1c1c2;border-bottom-right-radius:7px;border-bottom-left-radius:7px}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:min-content}.modal-content{box-shadow:0 .5rem 1rem rgba(0,0,0,.5)}.modal-sm{max-width:300px}}@media(min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width: 1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^=top]{padding:.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^=top] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^=top] .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^=right]{padding:0 .4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^=right] .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^=right] .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^=bottom]{padding:.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^=bottom] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^=bottom] .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^=left]{padding:0 .4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^=left] .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^=left] .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:4px}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:8px;box-shadow:0 .25rem .5rem rgba(0,0,0,.2)}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 8px}.popover .arrow::before,.popover .arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^=top]{margin-bottom:.5rem}.bs-popover-top>.arrow,.bs-popover-auto[x-placement^=top]>.arrow{bottom:calc(-0.5rem - 1px)}.bs-popover-top>.arrow::before,.bs-popover-auto[x-placement^=top]>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-top>.arrow::after,.bs-popover-auto[x-placement^=top]>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^=right]{margin-left:.5rem}.bs-popover-right>.arrow,.bs-popover-auto[x-placement^=right]>.arrow{left:calc(-0.5rem - 1px);width:.5rem;height:1rem;margin:8px 0}.bs-popover-right>.arrow::before,.bs-popover-auto[x-placement^=right]>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-right>.arrow::after,.bs-popover-auto[x-placement^=right]>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^=bottom]{margin-top:.5rem}.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^=bottom]>.arrow{top:calc(-0.5rem - 1px)}.bs-popover-bottom>.arrow::before,.bs-popover-auto[x-placement^=bottom]>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-bottom>.arrow::after,.bs-popover-auto[x-placement^=bottom]>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^=bottom] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-0.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^=left]{margin-right:.5rem}.bs-popover-left>.arrow,.bs-popover-auto[x-placement^=left]>.arrow{right:calc(-0.5rem - 1px);width:.5rem;height:1rem;margin:8px 0}.bs-popover-left>.arrow::before,.bs-popover-auto[x-placement^=left]>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-left>.arrow::after,.bs-popover-auto[x-placement^=left]>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:#fff;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:7px;border-top-right-radius:7px}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#e0e0e1}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion: reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-0.125em;border:.25em solid currentcolor;border-right-color:transparent;border-radius:50%;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-0.125em;background-color:currentcolor;border-radius:50%;opacity:0;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:#9a52ff !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#7c1fff !important}.bg-secondary{background-color:#e0e0e1 !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#c6c6c8 !important}.bg-success{background-color:#32e685 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#19cc6c !important}.bg-info{background-color:#19a3ff !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#0089e5 !important}.bg-warning{background-color:#faff19 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#e0e500 !important}.bg-danger{background-color:#ff198b !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#e50072 !important}.bg-light{background-color:#fff !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#e6e6e6 !important}.bg-dark{background-color:#111112 !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#000 !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.border{border:1px solid #c1c1c2 !important}.border-top{border-top:1px solid #c1c1c2 !important}.border-right{border-right:1px solid #c1c1c2 !important}.border-bottom{border-bottom:1px solid #c1c1c2 !important}.border-left{border-left:1px solid #c1c1c2 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#9a52ff !important}.border-secondary{border-color:#e0e0e1 !important}.border-success{border-color:#32e685 !important}.border-info{border-color:#19a3ff !important}.border-warning{border-color:#faff19 !important}.border-danger{border-color:#ff198b !important}.border-light{border-color:#fff !important}.border-dark{border-color:#111112 !important}.border-white{border-color:#fff !important}.rounded-sm{border-radius:4px !important}.rounded{border-radius:4px !important}.rounded-top{border-top-left-radius:4px !important;border-top-right-radius:4px !important}.rounded-right{border-top-right-radius:4px !important;border-bottom-right-radius:4px !important}.rounded-bottom{border-bottom-right-radius:4px !important;border-bottom-left-radius:4px !important}.rounded-left{border-top-left-radius:4px !important;border-bottom-left-radius:4px !important}.rounded-lg{border-radius:8px !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media(min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media(min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media(min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media(min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.85714286%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media(min-width: 576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media(min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media(min-width: 992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media(min-width: 1200px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media(min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media(min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media(min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media(min-width: 1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports(position: sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important}.shadow-none{box-shadow:none !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.min-vw-100{min-width:100vw !important}.min-vh-100{min-height:100vh !important}.vw-100{width:100vw !important}.vh-100{height:100vh !important}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-n1{margin:-0.25rem !important}.mt-n1,.my-n1{margin-top:-0.25rem !important}.mr-n1,.mx-n1{margin-right:-0.25rem !important}.mb-n1,.my-n1{margin-bottom:-0.25rem !important}.ml-n1,.mx-n1{margin-left:-0.25rem !important}.m-n2{margin:-0.5rem !important}.mt-n2,.my-n2{margin-top:-0.5rem !important}.mr-n2,.mx-n2{margin-right:-0.5rem !important}.mb-n2,.my-n2{margin-bottom:-0.5rem !important}.ml-n2,.mx-n2{margin-left:-0.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media(min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-n1{margin:-0.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-0.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-0.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-0.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-0.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-0.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-0.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-0.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media(min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-n1{margin:-0.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-0.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-0.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-0.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-0.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-0.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-0.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-0.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media(min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-n1{margin:-0.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-0.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-0.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-0.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-0.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-0.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-0.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-0.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media(min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-n1{margin:-0.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-0.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-0.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-0.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-0.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-0.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-0.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-0.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:"Space Mono",monospace !important}.text-justify{text-align:justify !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media(min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-lighter{font-weight:lighter !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-weight-bolder{font-weight:bolder !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#9a52ff !important}a.text-primary:hover,a.text-primary:focus{color:#6d06ff !important}.text-secondary{color:#e0e0e1 !important}a.text-secondary:hover,a.text-secondary:focus{color:#b9b9bb !important}.text-success{color:#32e685 !important}a.text-success:hover,a.text-success:focus{color:#16b560 !important}.text-info{color:#19a3ff !important}a.text-info:hover,a.text-info:focus{color:#007acc !important}.text-warning{color:#faff19 !important}a.text-warning:hover,a.text-warning:focus{color:#c7cc00 !important}.text-danger{color:#ff198b !important}a.text-danger:hover,a.text-danger:focus{color:#cc0065 !important}.text-light{color:#fff !important}a.text-light:hover,a.text-light:focus{color:#d9d9d9 !important}.text-dark{color:#111112 !important}a.text-dark:hover,a.text-dark:focus{color:#000 !important}.text-body{color:#e0e0e1 !important}.text-muted{color:#e0e0e1 !important}.text-black-50{color:rgba(0,0,0,.5) !important}.text-white-50{color:rgba(255,255,255,.5) !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none !important}.text-break{word-break:break-word !important;word-wrap:break-word !important}.text-reset{color:inherit !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media print{*,*::before,*::after{text-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:1px solid #838386;page-break-inside:avoid}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px !important}.container{min-width:992px !important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #c1c1c2 !important}.table-dark{color:inherit}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#c1c1c2}.table .thead-dark th{color:inherit;border-color:#c1c1c2}}body{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}pre,code{font-feature-settings:"liga" 0;font-variant-ligatures:none}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:bold}h1,.h1{font-size:3.875rem;line-height:70px}@media(max-width: 480px){h1,.h1{font-size:2.625rem;line-height:48px}}h2,.h2{font-size:3.5rem;line-height:62px}@media(max-width: 767.98px){h2,.h2{font-size:1.75rem;line-height:34px}}@media(max-width: 767.98px){h2-sm,.h2-sm{font-size:1.75rem !important;line-height:34px !important}}h3,.h3{font-size:3rem;line-height:52px}@media(max-width: 767.98px){h3,.h3{font-size:1.5rem;line-height:28px}}@media(max-width: 767.98px){h3-sm,.h3-sm{font-size:1.5rem;line-height:28px}}h4,.h4{font-size:2rem;line-height:38px}@media(max-width: 767.98px){h4,.h4{font-size:1.25rem;line-height:26px}}h5,.h5{font-size:1.5rem;line-height:32px}@media(max-width: 767.98px){h5,.h5{font-size:1.125rem;line-height:26px}}h6,.h6{font-size:1.25rem;line-height:26px}@media(max-width: 767.98px){h6,.h6{font-size:1rem;line-height:24px}}.longform{font-size:1.5rem;line-height:32px;color:#f5f5f7;font-weight:500}@media(max-width: 767.98px){.longform{font-size:1.25rem;line-height:26px}}.numbers{font-size:6rem;line-height:104px;font-weight:bold;color:#fff}@media(max-width: 767.98px){.numbers{font-size:3.875rem;line-height:70px}}p{font-size:1rem;line-height:24px}.fs-base{font-size:1rem}.fs-3{font-size:.75rem;line-height:1rem}.fs-4-5{font-size:1.125rem}.fs-5{font-size:1.25rem}.fs-5-5{font-size:1.375rem}.fs-6{font-size:1.5rem}.normal{font-weight:normal}.bold{font-weight:bold}.text-largest{font-size:1.5rem;font-weight:normal}.text-large{font-size:1.125rem}.text-small{font-size:.875rem}.text-smaller{font-size:.75rem}.text-smallest{font-size:.625rem}.arrow-link{text-decoration:none}.arrow-link:after{content:url(../img/icon-long-arrow.svg);width:28px;padding-left:7px;transition:all .2s ease-in-out;display:inline-block;text-decoration:none}.arrow-link:hover:after{padding-left:14px}.lang-ja{font-family:"Work Sans","Noto Sans JP",sans-serif}.lang-ja h1,.lang-ja h2,.lang-ja h3,.lang-ja h4,.lang-ja h5,.lang-ja .navbar .navbar-nav .nav-link,.lang-ja article .children-display li a,.lang-ja .right-sidebar .level-1 a,.lang-ja .right-sidebar .separator{font-family:"Work Sans","Noto Sans JP",sans-serif}.search .input-group-text{border-width:0;color:#fff;background-color:#232325;border-radius:4px 0 0 4px;padding:.5rem .5rem .5rem 1rem;line-height:1.5}.search .ds-input{background-color:#232325;border-radius:0 4px 4px 0;padding:.75rem 1rem .75rem .5rem;width:100%;border:1px solid #232325}.search .ds-input:focus{box-shadow:none;border-color:#9a52ff}.search .algolia-autocomplete{flex-grow:1}#algolia-autocomplete-listbox-0{z-index:1100 !important}.xrp-ledger-dev-portal .DocSearch-Modal{top:85px;background-color:#232325;box-shadow:none}html .DocSearch-Modal{box-shadow:none}html .DocSearch-Button{height:32px;border-radius:4px}html .DocSearch-Button:hover{border-radius:4px}html .DocSearch-Modal{max-width:55%}@media(min-width: 1200px){html .DocSearch-Modal{margin-right:112px}}@media(max-width: 991.98px){html .algolia-autocomplete .ds-dropdown-menu{min-width:unset}html .DocSearch-Modal{top:112px;max-width:100%;margin-left:0;margin-right:0}}html .DocSearch-Container{z-index:99999 !important;background-color:transparent !important}html #centersearchboxcontainer{justify-content:center}html #topsearchboxcontainer{justify-content:right}html .algolia-autocomplete .ds-dropdown-menu [class^=ds-dataset-]{background-color:#111112;border:0;border-radius:8px}html .algolia-autocomplete .algolia-docsearch-suggestion--category-header{border:0;font-weight:bold}html .algolia-autocomplete .algolia-docsearch-suggestion--text{font-size:.8rem}html .algolia-autocomplete .ds-dropdown-menu::before{border:0}.dark .DocSearch-Modal{background-color:#232325}.dark .DocSearch-Cancel{color:#9a52ff}.dark .DocSearch-Form{box-shadow:inset 0 0 0 2px #9a52ff;background-color:#232325}.dark .DocSearch-Hit-source{color:#9a52ff}.dark .DocSearch-Hits mark{color:#9a52ff}.dark .DocSearch-Hit-source,.dark .DocSearch-Hit-Container,.dark .DocSearch-Footer{background-color:#232325}.dark .DocSearch-Hit a{background-color:#232325;box-shadow:none}.dark .DocSearch-Hit-source{color:#a2a2a4}.dark .DocSearch-Input{color:#fff}.dark .DocSearch-Hit-title,.dark .DocSearch-Hit-path,.dark .DocSearch-Label,.dark .DocSearch-Help{color:#f5f5f7 !important}.dark .DocSearch-Hit[aria-selected=true] a{background:#343437}.dark .DocSearch-Hit[aria-selected=true] a .DocSearch-Hit-Container{background-color:#343437}.dark .DocSearch-Hit[aria-selected=true] a mark{color:#9a52ff !important}.dark .DocSearch-Prefill{color:#9a52ff}.dark .DocSearch-Button{background:#232325}.dark .DocSearch-Button:hover{background:#232325;box-shadow:inset 0 0 0 2px #9a52ff}.dark .DocSearch-Button:hover .DocSearch-Button-Placeholder{color:#fff}.dark .DocSearch-Search-Icon{color:#fff !important}.dark .DocSearch-Logo svg .cls-1,.dark .DocSearch-Logo svg .cls-2{fill:#fff}.dark .DocSearch-Commands-Key{color:#232325}.dark .algolia-autocomplete .algolia-docsearch-suggestion--category-header{color:#fff;border-bottom:2px solid #9a52ff}.dark .algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column{color:#fff}.dark .algolia-autocomplete .algolia-docsearch-suggestion--title{color:#fff}.dark .algolia-autocomplete .algolia-docsearch-suggestion--text{color:#e0e0e1}.dark .algolia-autocomplete .algolia-docsearch-suggestion--highlight{color:#fff;background-color:#343437}.dark .algolia-autocomplete .ds-dropdown-menu::before{background-color:#111112}.dark .algolia-autocomplete .algolia-docsearch-suggestion{background-color:#111112}.dark .algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl0 .algolia-docsearch-suggestion--highlight,.dark .algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl1 .algolia-docsearch-suggestion--highlight,.dark .algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{box-shadow:none;background-color:#343437}body{position:relative}section{position:relative}.landing{padding:0}.square{position:relative;flex-basis:calc(50% - 30px);margin:15px;box-sizing:border-box;justify-content:center;align-items:center;border-radius:8px}.square::before{content:"";display:block;padding-top:100%}@media(min-width: 992px){.square{flex-basis:calc(25% - 30px)}}.square-50{flex-basis:calc(50% - 30px)}@media(max-width: 767.98px){.square-50{flex-basis:calc(50% - 20px)}}.nav-grid-lg{display:flex;flex-direction:column}.nav-grid-lg .nav-item{width:100%}.nav-grid-lg .nav-item .nav-link{display:flex}.nav-grid-lg .nav-item .nav-link span{flex-grow:0}.nav-grid-lg .nav-item .nav-link img{max-height:2rem}.nav-grid-lg .nav-grid-head{margin-top:2.5rem}@media(min-width: 992px){.nav-grid-lg{display:grid;grid-auto-flow:column;grid-column-gap:80px}.nav-grid-lg .nav-grid-head{margin-top:0}}.col-lg{padding-left:0;padding-right:0}@media(min-width: 992px){.cols-of-1{grid-template-rows:repeat(1, min-content)}}@media(min-width: 992px){.cols-of-2{grid-template-rows:repeat(2, min-content)}}@media(min-width: 992px){.cols-of-3{grid-template-rows:repeat(3, min-content)}}@media(min-width: 992px){.cols-of-4{grid-template-rows:repeat(4, min-content)}}@media(min-width: 992px){.cols-of-5{grid-template-rows:repeat(5, min-content)}}@media(min-width: 992px){.cols-of-6{grid-template-rows:repeat(6, min-content)}}.card-grid{display:grid;grid-gap:40px;padding:0;width:100%;grid-template-columns:1fr}@media(min-width: 992px){.card-grid{grid-gap:80px}}.card-grid .col{padding-left:0;padding-right:0;min-width:100%}.card-grid.card-grid-4xN{grid-auto-rows:auto;grid-template-columns:repeat(2, 1fr)}@media(min-width: 992px){.card-grid.card-grid-4xN{grid-template-columns:repeat(4, 1fr)}}.card-grid.card-grid-3xN{grid-auto-rows:auto}@media(min-width: 992px){.card-grid.card-grid-3xN{grid-template-columns:1fr 1fr 1fr}}.card-grid.card-grid-2xN{grid-template-columns:1fr 1fr;grid-auto-rows:auto}@media(max-width: 991.98px){.card-grid.card-grid-2xN{grid-template-columns:1fr}}.card-grid.card-grid-1x2{grid-template-columns:1fr 2fr;grid-auto-rows:auto}@media(max-width: 991.98px){.card-grid.card-grid-1x2{display:flex}}.card-grid .card{padding:20px;border:0;min-height:264px}@media(min-width: 768px){.card-grid .card{min-height:347px}}@media(min-width: 992px){.card-grid .card{padding:40px}}.card-grid .card .card-body{padding:8px;padding-bottom:24px}.card-grid .card .card-body .card-icon-container{width:50px;height:50px}.card-grid .card .card-body .card-icon-container img{width:70%;height:70%}.card-grid.section-hero{padding-left:0}.container-new{display:flex;flex-wrap:wrap;margin:0 auto;padding:0 32px;max-width:100%;z-index:1}@media(min-width: 768px){.container-new{max-width:608px}}@media(min-width: 992px){.container-new{max-width:942px}}@media(min-width: 1200px){.container-new{max-width:1280px}}@media(max-width: 991.98px){article{overflow-wrap:break-word;word-wrap:break-word;overflow:hidden}}@media(max-width: 480px){html{overflow-x:hidden !important}}@media(max-width: 400px){.navbar .navbar-brand .brand-text{margin-right:0;letter-spacing:-0.08rem}.navbar .navbar-brand{margin-right:0}.navbar .navbar-brand .logo{margin-right:0;margin-left:-1rem}.btn{white-space:normal}}.timeline-wrapper{z-index:999;position:relative}.timeline:before{content:"";position:absolute;top:-40px;left:18px;height:95%;width:4px;background:linear-gradient(180deg, #feff01 0%, #ff2d9a 33%, #a3088f 66%, rgba(44, 4, 128, 0.85) 100%)}@media(max-width: 991.98px){.timeline:before{left:8px}}.timeline-dot{margin-top:94px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;width:18px;height:18px;border-radius:50%;background:#111112;box-sizing:border-box}.timeline-block:first-child .timeline-dot{border:3px solid #faff19}.timeline-block:nth-child(2) .timeline-dot{border:3px solid #ff884b}.timeline-block:nth-child(3) .timeline-dot{border:3px solid #c000e5}.timeline-block:nth-child(4) .timeline-dot{border:3px solid #40004c}.timeline-block{display:flex;position:relative;z-index:1}.timeline-content{flex-grow:1;position:relative;margin-left:1.25em}.timeline h4{margin-top:-4px}@media(min-width: 768px){.timeline:before{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.timeline-dot{-ms-flex-order:1;order:1;margin-left:calc(5% - 9px);will-change:transform}.timeline-block:nth-child(even){-ms-flex-direction:row-reverse;flex-direction:row-reverse}.timeline-dot{margin-right:calc(5% - 9px)}.timeline-content{width:45%;-ms-flex-positive:0;flex-grow:0;will-change:transform;margin:0;--line-height-multiplier: 1.2}}@media(min-width: 992px){[data-component-name="TableOfContent/TableOfContent"]{margin-right:32px}}aside li a{color:#fff;text-decoration:none;font-size:1.05rem}aside .sidenav_cat_title{color:#fff}aside a:hover,aside .sidenav_cat_title:hover{color:#9a52ff}aside a.active,aside a.active:hover,aside .active>a,aside .active>a:hover{color:#9a52ff;font-weight:700}aside a.active-parent,aside .active-parent>a{font-weight:700}.page-toc .level-1 a,.command-list .separator{font-weight:700;color:#fff}.nav-toggler{position:absolute;width:1.75em;height:1.75em;line-height:0;display:grid;justify-content:center;align-content:center}.nav-toggler::after{display:inline-block;margin-left:.34em;vertical-align:.34em;content:"";border-top:.4em solid;border-right:.4em solid transparent;border-bottom:0;border-left:.4em solid transparent}.nav-toggler:empty::after{margin-left:0}.nav-toggler::after{transition-duration:.3s}.nav-toggler.collapsed::after{transform:rotate(-90deg)}.dactyl-tree-nav nav{margin-left:1rem;padding-left:0;border-left:1px solid #fff}.dactyl-tree-nav nav .nav-link:hover,.dactyl-tree-nav nav .nav-link:active{border-left:1px solid #9a52ff;margin-left:-1px}.dactyl-tree-nav nav .active>.nav-link{border-left:2px solid #9a52ff;margin-left:-1px;padding-left:calc(1rem - 1px)}.dactyl-tree-nav .nav-item{position:relative}.dactyl-tree-nav .nav-item .nav-link{padding:.25rem 1rem;font-size:.9rem}.dactyl-tree-nav .nav-item.nav-parent{padding-top:0}.dactyl-tree-nav .nav-item.nav-parent .nav-link{padding-left:0;padding-top:0;font-size:1.125rem;line-height:initial}.dactyl-tree-nav .nav-item .nav-toggler+.nav-link{padding-left:2rem}.dactyl-tree-nav>.nav-item{padding:.5rem 0;font-size:1.125rem}.dactyl-tree-nav>.nav-item>.nav-link{font-weight:bold}.dactyl-tree-nav .collapsing.nav{flex-wrap:unset}.toc-header{font-weight:bold;font-size:14px;padding:1rem 0}.toc-header h4{line-height:20px;font-size:1.2em;padding:0;margin:0}#page-toc-wrapper .card-body{list-style-type:none}.page-toc,.command-list{padding-left:0;border-left:1px solid #fff}.page-toc li,.command-list li{list-style-type:none;padding:0}.page-toc li.separator,.command-list li.separator{padding:.25rem 1rem}.page-toc li a,.command-list li a{display:block;margin-top:5px;padding:.25rem 1rem;font-size:.9rem}.page-toc li a:hover,.page-toc li a .active,.command-list li a:hover,.command-list li a .active{text-decoration:none;border-left:1px solid #9a52ff;margin-left:-1px}.page-toc li.active a,.page-toc li.active a:hover,.command-list li.active a,.command-list li.active a:hover{border-left:2px solid #9a52ff;padding-left:calc(1rem - 1px);margin-left:-1px}.page-toc .level-3,.command-list .level-3{margin-left:16px;border-left:1px solid #fff;margin-bottom:0;padding-bottom:5px}.page-toc .level-3 a,.command-list .level-3 a{margin-top:0;padding-bottom:5px}.page-toc.no-sideline,.command-list.no-sideline{border-left:0}.page-toc.no-sideline a:hover,.page-toc.no-sideline a.active,.command-list.no-sideline a:hover,.command-list.no-sideline a.active{border-left:0;margin-left:0}.command-list li a{margin-top:0}.h32{height:32px}.w32{width:32px}.h36{height:36px}.w36{width:36px}.h40{height:40px}.w40{width:40px}.w44{width:44px}.w48{width:48px}.w-100{width:100%}.min-vh100{min-height:100vh}.vw100{width:100vw;min-width:100%}@media(max-width: 767.98px){.mb-3-sm-i{margin-bottom:1rem !important}}.ml-5{margin-left:1.25rem}@media(min-width: 768px){.ml-5-until-md{margin-left:1.25rem}}.mr-5{margin-right:1.25rem}@media(min-width: 768px){.mr-5-until-md{margin-right:1.25rem}}.mb-6{margin-bottom:1.5rem}@media(max-width: 767.98px){.mb-6-sm{margin-bottom:1.5rem}}.mt-6{margin-top:1.5rem}@media(min-width: 576px){.mt-6-until-sm{margin-top:1.5rem !important}}.mb-8{margin-bottom:2rem}@media(max-width: 767.98px){.mb-8-sm{margin-bottom:2rem}}.mt-8{margin-top:2rem}@media(min-width: 576px){.mt-8-until-sm{margin-top:2rem !important}}.mt-9{margin-top:2.25rem}.mb-9{margin-bottom:2.25rem}.mt-10{margin-top:2.5rem}@media(max-width: 767.98px){.mt-10-sm{margin-top:2.5rem}}.mb-10{margin-bottom:2.5rem}@media(min-width: 576px){.mb-10-until-sm{margin-bottom:2.5rem}}@media(max-width: 767.98px){.mb-10-sm{margin-bottom:2.5rem}}.ml-10{margin-left:2.5rem}.mr-10{margin-right:2.5rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}@media(min-width: 576px){.mx-10-until-sm{margin-left:2.5rem;margin-right:2.5rem}}@media(min-width: 768px){.mx-10-until-md{margin-left:2.5rem;margin-right:2.5rem}}@media(max-width: 767.98px){.mx-10-sm{margin-left:2.5rem;margin-right:2.5rem}}.mt-1{margin-top:1rem}.mt-12{margin-top:3rem}.mb-12{margin-bottom:3rem}.my-12{margin-top:3rem;margin-bottom:3rem}.mt-13{margin-top:3.25rem}.mb-13{margin-bottom:3.25rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}@media(max-width: 767.98px){.mt-16-sm{margin-top:4rem}}.mb-16{margin-bottom:4rem}@media(max-width: 767.98px){.mb-16-sm{margin-bottom:4rem}}.mb-18{margin-bottom:4.5rem}.mt-20{margin-top:5rem}@media(max-width: 767.98px){.mt-20-sm{margin-top:5rem}}@media(min-width: 576px){.mt-20-until-sm{margin-top:5rem}}.mb-20{margin-bottom:5rem}@media(max-width: 767.98px){.mb-20-sm{margin-bottom:5rem}}@media(min-width: 576px){.mb-20-until-sm{margin-bottom:5rem}}.my-20{margin-top:5rem;margin-bottom:5rem}.my-26{margin-top:6.5rem;margin-bottom:6.5rem}.mb-30{margin-bottom:7.5rem}.mt-30{margin-top:7.5rem}@media(min-width: 576px){.mt-30-until-sm{margin-top:7.5rem}}.mt-40{margin-top:10rem}@media(min-width: 576px){.mt-40-until-sm{margin-top:10rem}}.mb-40{margin-bottom:10rem}@media(min-width: 576px){.mb-40-until-sm{margin-bottom:10rem}}.mb-49{margin-bottom:12.25rem}.mb-50{margin-bottom:12.5rem}@media(min-width: 576px){.mb-50-until-sm{margin-bottom:12.5rem}}@media(max-width: 767.98px){.pl-0-sm{padding-left:0 !important}}@media(max-width: 767.98px){.pr-0-sm{padding-right:0 !important}}@media(max-width: 767.98px){.pt-3-sm{padding-top:1rem !important}}.p-6{padding:1.5rem}@media(max-width: 767.98px){.p-6-sm{padding:1.5rem}}.p-8{padding:2rem}@media(max-width: 767.98px){.p-8-sm{padding:2rem}}.p-10{padding:2.5rem}@media(min-width: 576px){.p-10-until-sm{padding:2.5rem}}.py-20{padding-bottom:5rem;padding-top:5rem}.px-20{padding-left:5rem;padding-right:5rem}.pt-20{padding-top:5rem}.pb-20{padding-bottom:5rem}.py-26{padding-top:6.5rem;padding-bottom:6.5rem}@media(max-width: 767.98px){.py-26{padding-top:2.5rem;padding-bottom:2.5rem}}.pt-26{padding-top:2.5rem}@media(min-width: 576px){.pt-26-until-sm{padding-top:6.5rem}}.pb-26{padding-bottom:6.5rem}@media(min-width: 576px){.pb-26-until-sm{padding-bottom:6.5rem}}.pt-30{padding-top:7.5rem}.pb-30{padding-bottom:7.5rem}.pt-40{padding-top:10rem}@media(min-width: 576px){.pt-40-until-sm{padding-top:10rem}}.pb-40{padding-bottom:10rem}.pb-50{padding-bottom:12.5rem}.pt-50{padding-top:12.5rem}.py-50{padding-bottom:12.5rem;padding-top:12.5rem}@media(min-width: 576px){.py-50-until-sm{padding-bottom:12.5rem;padding-top:12.5rem}}.floating-nav{top:6rem}.last-section{margin-bottom:100px}.bottom-0{bottom:0}.justify-center{justify-content:center}@media(max-width: 767.98px){.justify-center-sm{justify-content:center}}@media(max-width: 575.98px){.overflow-xs{overflow:scroll}.overflow-x-xs{overflow-x:scroll;overflow-y:hidden}}@media(min-width: 768px){.position-sm-absolute{position:absolute}}.va-middle{vertical-align:middle}.ls-none{list-style:none}.no-wrap{white-space:nowrap}.align-items-stretch{align-items:stretch}.underline{text-decoration:underline}@media(max-width: 575.98px){.d-none-xs{display:none}}@media(max-width: 767.98px){.d-none-sm{display:none}}@media(min-width: 992px){.d-none-lg{display:none}}.d-block{display:block}.border-green{border:1px solid #9a52ff}.border-none{border:none !important}.grey-400{color:#a2a2a4}.grey-500{color:#838386}.grey-700{color:#343437}.white{color:#fff}.stat-highlight{color:#32e685}.br-8{border-radius:8px}@media(max-width: 767.98px){br.until-sm{content:""}}.z-index-1{z-index:1}.bb-gray{border-bottom:1px solid #454549}@keyframes arrowDance{0%{padding-left:7px}50%{padding-left:14px}100%{padding-left:7px}}@keyframes arrowDance2{0%{right:0}50%{right:7px}100%{right:0}}@keyframes arrowDanceDiag{0%{right:7px;margin-top:0}50%{right:0;margin-top:-7px}100%{right:7px;margin-top:0}}.btn,article a.button,article .btn{font-weight:bold;cursor:pointer;text-decoration:none;transition:.2s;padding:.5rem 1rem;line-height:16px}article a.button{padding:.5rem 1rem;margin:0 .5rem;display:inline-block}.btn.disabled,button.disabled,.btn[disabled=disabled],button[disabled=disabled]{cursor:not-allowed}.btn-primary code,.btn-secondary code{color:inherit}.btn-primary{background:#7919ff;font-weight:bold;color:#fff;border:none;border-color:transparent}.btn-primary:hover{background:#5f00e5}.btn-primary.disabled,.btn-primary[disabled=disabled]{background:#4a00b2}.btn-primary.disabled:hover,.btn-primary[disabled=disabled]:hover{background:#4a00b2}@media(max-width: 767.98px){.btn-arrow{display:block;width:100%}}.btn-arrow::after{display:inline-block;content:url(../img/icons/arrow-right.svg);position:relative;top:1px;vertical-align:middle;padding-left:8px;-webkit-transition:transform .3s ease-out;-moz-transition:transform .3s ease-out;-ms-transition:transform .3s ease-out;-o-transition:transform .3s ease-out;transition:transform .3s ease-out}.btn-arrow:hover{background:#5f00e5 !important;border:none}.btn-arrow:hover::after{-webkit-transform:translateX(4px);-moz-transform:translateX(4px);-ms-transform:translateX(4px);-o-transform:translateX(4px);transform:translateX(4px)}.btn-arrow-out::after{background-position:left 0px bottom 0px;content:" ";background-image:url(../img/icons/arrow-up-right-white.svg);background-repeat:no-repeat;display:inline-block;padding:4px 8px 4px 12px;transition:background-position .3s ease-in-out;margin-left:4px}.btn-arrow-out:hover::after{background-position:left 4px bottom 4px}@media(max-width: 767.98px){.btn-arrow-out{display:block;width:100%}}.jump-to-top{display:none;position:fixed;bottom:36px;right:36px;font-weight:700;z-index:1000}.jump-to-top::after{display:none}.accordian-row{background:#232325;border-radius:5px;padding:32px}.accordian-row h3 a{position:relative;padding-right:2rem}.accordian-row h3 a:hover{color:#fff}.accordian-row .chevron{position:absolute;top:0;right:0}article table{clear:right;margin-bottom:48px}article table code{word-break:normal;white-space:nowrap;overflow-wrap:normal}article table th{border-bottom:2px solid #e0e0e1}article table tr{border-bottom:1px solid #e0e0e1}article table th,article table td{padding:.2em;vertical-align:text-top}article table td:nth-child(1){font-weight:bold}.landing-table th,.landing-table tr{border-bottom:2px solid #454549}.landing-table td{width:33.33%;padding:16px 40px 16px 0}.landing-table td:nth-child(1){font-weight:normal}@media(max-width: 767.98px){.landing-table td{font-size:.875rem}}.landing-table tr:last-child{border-bottom:none}.landing-table tbody td{color:#e0e0e1}.dblue{color:#454549}#overview-table td:nth-child(1){width:40%}#overview-table td:nth-child(2){width:30%}#overview-table tbody td{padding:2rem .75rem}@media(max-width: 991.98px){#overview-table{font-size:.875rem}#overview-table thead .h4{font-size:1.125rem}}article table{clear:right;margin-bottom:48px}article table code{word-break:normal;white-space:nowrap;overflow-wrap:normal}article table th{border-bottom:2px solid #e0e0e1}article table tr{border-bottom:1px solid #e0e0e1}article table th,article table td{padding:.2em;vertical-align:text-top}article table td:nth-child(1){font-weight:bold}.landing-table th,.landing-table tr{border-bottom:2px solid #454549}.landing-table td{width:33.33%;padding:16px 40px 16px 0}.landing-table td:nth-child(1){font-weight:normal}@media(max-width: 767.98px){.landing-table td{font-size:.875rem}}.landing-table tr:last-child{border-bottom:none}.landing-table tbody td{color:#e0e0e1}.dblue{color:#454549}#overview-table td:nth-child(1){width:40%}#overview-table td:nth-child(2){width:30%}#overview-table tbody td{padding:2rem .75rem}@media(max-width: 991.98px){#overview-table{font-size:.875rem}#overview-table thead .h4{font-size:1.125rem}}.modal-uses.exchanges .logo-item{max-height:58px;margin:5px;width:145px;height:28px;max-width:none}.modal-content-uses .carbonland-trust{max-width:218px}.modal-content-uses .first-ledger-bot{min-height:100px !important;position:relative;bottom:20px;content:url("../img/uses/first-ledger-bot.svg")}.modal-content-uses .orchestra-finance{min-height:56px !important;content:url("../img/uses/orchestra-finance.svg")}.modal-content-uses .moai-finance{min-height:100px !important;position:relative;bottom:20px;content:url("../img/uses/moai-finance.svg")}.modal-content-uses .ledger-city{margin:0px !important;position:relative;bottom:4px;left:6px;max-height:47px !important}.modal-content-uses .zerpmon{margin:0px;min-width:80px;min-height:84px;position:relative;bottom:13px;content:url("../img/uses/zerpmon.png") !important}#use_case_companies_list #threezy .biz-logo{max-height:40px;content:url("../img/uses/modallogos/threezy.png")}html.light .cryptum{content:url(../img/uses/lightmode/cryptum.jpg) !important;height:58px;max-width:max-content;width:184px;max-height:none;margin:0px;padding-bottom:10px}.xrp-ledger{content:url(../img/uses/modallogos/xrp-ledger.png)}html.light .xrp-ledger{content:url(../img/uses/lightmode/xrp-ledger.png)}.gatehub{content:url(../img/uses/modallogos/gatehub.png)}html.light .gatehub{content:url(../img/uses/lightmode/gatehub.png)}.towolabs{content:url(../img/uses/modallogos/towolabs.png)}html.light .towolabs{content:url(../img/uses/lightmode/towolabs.png)}.xrpscan{content:url(../img/uses/modallogos/xrpscan.png)}html.light .xrpscan{content:url(../img/uses/lightmode/xrpscan.png)}.xrp-toolkit{content:url(../img/uses/modallogos/xrp-toolkit.png)}html.light .xrp-toolkit{content:url(../img/uses/lightmode/xrp-toolkit.png)}.bithomp{content:url(../img/uses/modallogos/bithomp.png)}html.light .bithomp{content:url(../img/uses/lightmode/bithomp.png)}.onthedex{content:url(../img/uses/modallogos/onthedex.png)}html.light .onthedex{content:url(../img/uses/lightmode/onthedex.png)}.cryptum{content:url(../img/uses/modallogos/cryptum.png)}html.light .cryptum{content:url(../img/uses/lightmode/cryptum.png)}.evernode{content:url(../img/uses/modallogos/evernode.png)}html.light .evernode{content:url(../img/uses/lightmode/evernode.png)}.threezy{content:url(../img/uses/modallogos/threezy.png)}html.light .threezy{content:url(../img/uses/lightmode/threezy.png)}.tokenize{content:url(../img/uses/modallogos/tokenize.png)}html.light .tokenize{content:url(../img/uses/lightmode/tokenize.png)}.multichain{content:url(../img/uses/modallogos/multichain.png)}html.light .multichain{content:url(../img/uses/lightmode/multichain.png)}.crossmark{content:url(../img/uses/modallogos/crossmark.png)}html.light .crossmark{content:url(../img/uses/lightmode/crossmark.png)}.edge{content:url(../img/uses/modallogos/edge.png)}html.light .edge{content:url(../img/uses/lightmode/edge.png)}.gem-wallet{content:url(../img/uses/modallogos/gem-wallet.png)}html.light .gem-wallet{content:url(../img/uses/lightmode/gem-wallet.png)}.xumm{content:url(../img/uses/modallogos/xumm.png)}html.light .xumm{content:url(../img/uses/lightmode/xumm.png)}.joey-wallet{content:url(../img/uses/modallogos/joey-wallet.png)}html.light .joey-wallet{content:url(../img/uses/lightmode/joey-wallet.png)}.aesthetes{content:url(../img/uses/modallogos/aesthetes.png)}html.light .aesthetes{content:url(../img/uses/lightmode/aesthetes.png)}.audiotarky{content:url(../img/uses/modallogos/audiotarky.png)}html.light .audiotarky{content:url(../img/uses/lightmode/audiotarky.png)}.nftmaster{content:url(../img/uses/modallogos/nftmaster.png)}html.light .nftmaster{content:url(../img/uses/lightmode/nftmaster.png)}.peerkat{content:url(../img/uses/modallogos/peerkat.png)}html.light .peerkat{content:url(../img/uses/lightmode/peerkat.png)}.sologenic_dex{content:url(../img/uses/modallogos/sologenic_dex.png)}html.light .sologenic_dex{content:url(../img/uses/lightmode/sologenic_dex.png)}.xrp-cafe{content:url(../img/uses/modallogos/xrp-cafe.png)}html.light .xrp-cafe{content:url(../img/uses/lightmode/xrp-cafe.png)}.xrp-oval{content:url(../img/uses/modallogos/xrp-oval.png)}html.light .xrp-oval{content:url(../img/uses/lightmode/xrp-oval.png)}.sologenic_dex{content:url(../img/uses/modallogos/sologenic_dex.png)}html.light .sologenic_dex{content:url(../img/uses/lightmode/sologenic_dex.png)}.xpmarket{content:url(../img/uses/modallogos/xpmarket.png)}html.light .xpmarket{content:url(../img/uses/lightmode/xpmarket.png)}.orchestra-finance{content:url(../img/uses/modallogos/orchestra-finance.png)}html.light .orchestra-finance{content:url(../img/uses/lightmode/orchestra-finance.png)}.moai-finance{content:url(../img/uses/modallogos/moai-finance.png)}html.light .moai-finance{content:url(../img/uses/lightmode/moai-finance.png)}.first-ledger-bot{content:url(../img/uses/modallogos/first-ledger-bot.png)}html.light .first-ledger-bot{content:url(../img/uses/lightmode/first-ledger-bot.png)}.forte{content:url(../img/uses/modallogos/forte.png)}html.light .forte{content:url(../img/uses/lightmode/forte.png)}.ledger-city{content:url(../img/uses/modallogos/ledger-city.png)}html.light .ledger-city{content:url(../img/uses/lightmode/ledger-city.png)}.futureverse{content:url(../img/uses/modallogos/futureverse.png)}html.light .futureverse{content:url(../img/uses/lightmode/futureverse.png)}.zerpmon{content:url(../img/uses/modallogos/zerpmon.png)}html.light .zerpmon{content:url(../img/uses/lightmode/zerpmon.png)}.anchain{content:url(../img/uses/modallogos/anchain.png)}html.light .anchain{content:url(../img/uses/lightmode/anchain.png)}.ripple{content:url(../img/uses/modallogos/ripple.png)}html.light .ripple{content:url(../img/uses/lightmode/ripple.png)}.supermojo{content:url(../img/uses/modallogos/supermojo.png)}html.light .supermojo{content:url(../img/uses/lightmode/supermojo.png)}.ripple{content:url(../img/uses/modallogos/ripple.png)}html.light .ripple{content:url(../img/uses/lightmode/ripple.png)}.carbonland-trust{content:url(../img/uses/modallogos/carbonland-trust.png)}html.light .carbonland-trust{content:url(../img/uses/lightmode/carbonland-trust.png)}.gatehub{content:url(../img/uses/modallogos/gatehub.png)}html.light .gatehub{content:url(../img/uses/lightmode/gatehub.png)}.bitgo{content:url(../img/uses/modallogos/bitgo.png)}html.light .bitgo{content:url(../img/uses/lightmode/bitgo.png)}.arrow-button.left-arrow img{content:url(../img/uses/left-arrow.svg)}.arrow-button.right-arrow img{content:url(../img/uses/right-arrow.svg)}.right-arrow-button.right-arrow img{background-color:transparent;border:none;cursor:pointer}.html.light .arrow-button.left-arrow img{content:url(../img/uses/left-arrow-light.svg)}.html.light .arrow-button.right-arrow img{content:url(../img/uses/right-arrow-light.svg)}.related-tasks-links a{color:#454549;text-decoration:none}.related-tasks-links a:hover{color:#000}.arrows-container{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;z-index:10}@media only screen and (max-width: 768px){.arrows-container{top:30px}}.arrow-button{background-color:transparent;border:none;cursor:pointer}.arrow-button img{width:40px;height:40px}.left-arrow{margin-left:40px}@media only screen and (max-width: 768px){.left-arrow{margin-left:0px}}.right-arrow{margin-right:40px}@media only screen and (max-width: 768px){.right-arrow{margin-right:0px}}.modal-uses{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.4)}.modal-content-uses{padding-top:40px;position:relative;background-color:#232325;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);padding:40px 20px 20px 20px;width:60% !important;height:520px;display:flex;flex-direction:column;align-items:center;overflow-y:hidden}@media only screen and (max-width: 1024px){.modal-content-uses{overflow-y:auto}}.modal-content-uses::before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg, #b480ff -0.32%, #5f00e6 32.7%, #1aa4ff 61.53%, #19ff83 100.32%, #19ff83 100.32%)}.content-section{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:20px}.section-image{display:block}.section-text-title{font-family:"Work Sans";font-style:normal;font-weight:500;font-size:24px;line-height:32px;text-align:center;color:#fff}.section-text-description{max-width:320px;font-family:"Work Sans";font-style:normal;font-weight:400;font-size:16px;line-height:24px;text-align:center;color:#c1c1c2}.apps-built{position:relative;top:17px;left:50px;font-family:"Work Sans";font-style:normal;font-weight:600;font-size:12px;line-height:16px;color:#e0e0e1}.numbers-animation{width:218px;height:96px}.arrow-animation{position:relative;right:23px;top:-11px;width:60px !important}.explore-projects{font-family:"Work Sans";font-style:normal;font-weight:600;font-size:12px;line-height:16px;color:#7919ff;position:relative;top:-9px;right:27px}.section-separator{width:50%;border:0;border-top:1px solid #ccc}.logo-item.anchain{height:34px !important;max-width:146px !important}.threezy-logo{margin:4px;max-height:55px !important}.blockforce-logo{margin:0px !important;max-height:45px !important}.Evernode-logo{margin-right:39px}.logo-grid{display:grid;grid-template-rows:repeat(2, 1fr);grid-template-columns:repeat(4, 1fr);grid-gap:8px;justify-items:center}.flex-center{display:flex;justify-content:center}.top-row,.bottom-row{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}@media only screen and (max-width: 768px){.top-row,.bottom-row{justify-content:space-around;gap:10px;margin-bottom:0}}.top-row{margin-bottom:10px}.bottom-row{margin-top:10px}.logo-item{max-height:45px;max-width:108px;margin:5px}.close{color:#aaa;float:right;font-size:28px;font-weight:bold;cursor:pointer}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer}#use-case-card-grid{grid-template-columns:repeat(2, 1fr)}@media(min-width: 768px){#use-case-card-grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){#use-case-card-grid{grid-template-columns:repeat(4, 1fr)}}@media(max-width: 1220px)and (min-width: 1024px){#use-case-card-grid{grid-template-columns:repeat(3, 1fr)}}.use-case-circle{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;border:1px solid #343437;border-radius:50%;margin-bottom:30px;cursor:pointer}@media(min-width: 768px){.use-case-circle{aspect-ratio:1/1;min-width:200px !important;min-height:200px !important}}@media(min-width: 992px){.use-case-circle{aspect-ratio:1/1;min-width:250px !important;min-height:250px !important}}.use-case-circle:hover{border-color:#838386}.circle-content{display:flex;flex-direction:column;align-items:center;gap:13px}.circle-img{width:40px;height:40px}.circle-text{font-family:"Work Sans";font-style:normal;font-weight:700;white-space:nowrap;font-size:16px;margin-bottom:0px}.join-xrpl-section{display:flex;flex-direction:column;align-items:center}.colorful-join-text-wrapper{display:flex;justify-content:center;flex-direction:column;padding:0 5%;box-sizing:border-box}@media(min-width: 992px){.colorful-join-text-wrapper{padding:0 4%}}.colorful-join-text{display:block;width:100%;text-align:left;font-family:"Work Sans";font-style:normal;font-weight:400;font-size:32px;line-height:38px;background:linear-gradient(90deg, #feff01 0%, #ff2d9a 30.82%, #e24cff 64.01%, #9a52ff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#numbersAnimation{display:block}#numbersAnimationLight{display:none}html.light .section-separator{background:#c1c1c2}html.light .section-text-description{color:#343437}html.light .modal-content-uses{background:#fff}html.light #numbersAnimation{display:none}html.light #numbersAnimationLight{display:block}html.light .apps-built{position:relative;top:17px;left:50px;font-family:"Work Sans";font-style:normal;font-weight:600;font-size:12px;line-height:16px;color:#232325}html.light .colorful-join-text{display:block;width:100%;text-align:left;font-family:"Work Sans";font-style:normal;font-weight:400;font-size:32px;line-height:38px;background:linear-gradient(90deg, #b480ff -0.32%, #5f00e6 32.7%, #1aa4ff 61.53%, #19ff83 100.32%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(min-width: 992px){html.light .colorful-join-text{width:750px}}@media(min-width: 992px){.colorful-join-text{width:750px}}.pill-box{display:inline-flex;align-items:center;justify-content:center;padding:3.69087px 29.527px;width:73.05px;height:37.38px;background:#7919ff;border:3.69087px solid #5f00e5;border-radius:184.543px}.pill-number{font-family:"Work Sans";font-style:normal;font-weight:600;font-size:22.1452px;color:#f0e5ff}.use-case-steps h2{margin-top:10px;margin-bottom:10px;font-size:1.728em;line-height:32px;font-weight:700}.use-case-steps h2 a{text-decoration:none}.use-case-steps h2:first-of-type:before{display:none}.use-case h1{font-size:2.4em;padding-bottom:10px}.use-case-steps h2:before{margin-top:-30px;height:0}.use-case-steps h2:first-of-type{margin-top:-30px}.related-tasks-links ul{list-style-type:none;padding-left:0}.related-tasks-links ul li{margin:0px;padding-top:2px}.related-tasks-links a:hover::after{padding-left:.5em}.related-tasks-links a::after{content:" ➝";padding-left:0;transition:all .2s ease-in-out}.page-tokenization .tokenization-graphic{content:url("../img/backgrounds/tokenization-illustration.svg");width:100%;height:100%}.page-tokenization .show-md{display:none}@media(max-width: 991.98px){.page-tokenization .show-md{display:block}}.page-tokenization .hide-md{display:block}@media(max-width: 991.98px){.page-tokenization .hide-md{display:none}}.page-tokenization .tokenization-use-case{font-size:12px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #454549}.page-tokenization .tokenization-use-case .arrow-button img{width:15px;height:15px}.page-tokenization .tokenization-stats{width:100%;height:250px;border-radius:8px;background:linear-gradient(88deg, #9A52FF -14.32%, #32E685 45.35%, #19A3FF 100.76%);padding:4rem 2rem;display:grid;grid-template-columns:repeat(4, 1fr)}@media(max-width: 991.98px){.page-tokenization .tokenization-stats{display:block;height:100%;width:100%;padding:0 25%}}.page-tokenization .stat-container{color:#000;text-align:center;border-right:2px solid #000}@media(max-width: 991.98px){.page-tokenization .stat-container{border-right:none;padding-bottom:3rem;padding-top:2rem;border-bottom:2px solid #000}}.page-tokenization .stat-container:last-child{border:none}.page-tokenization .stat-container .stat{font-size:3rem;font-weight:300}.page-tokenization .stat-container p{font-weight:400}.page-tokenization .video-external-link .link-text{margin-left:.25rem}.page-tokenization .video-external-link{margin-bottom:9px}.page-tokenization .tokenization-color-bar{align-self:stretch;height:.25rem;border-radius:2rem;background:var(--Gradient-3, linear-gradient(90deg, #FEFF01 0%, #FF2D9A 30.82%, #E24CFF 64.01%, #9A52FF 100%))}.page-tokenization .project-cards-container{gap:3rem}.page-tokenization .project-cards{width:100%}.page-tokenization .project-cards .project-name{word-break:break-word}.page-tokenization .project-cards .card{min-height:240px}.page-tokenization .project-cards .col::before{content:"";position:absolute;top:0;left:0;width:100%;height:.25rem;border-top-left-radius:.5rem;border-top-right-radius:.5rem}.page-tokenization .project-cards .col.odd::before{background:linear-gradient(90deg, #D91AFF 26.41%, #1AA4FF 100.32%)}.page-tokenization .project-cards .col.even::before{background:linear-gradient(90deg, #4BB7FF -0.32%, #32E685 30.61%)}.page-tokenization .project-cards .project-logo{width:100%;height:50px;vertical-align:center;padding:0 .5rem}.page-tokenization .project-cards img{max-width:100%;height:auto;display:block;box-sizing:border-box}.page-tokenization .amy{content:url("../img/logos/amy.svg")}.page-tokenization .carbonland{content:url("../img/logos/carbonland.svg")}.page-tokenization .evernode{content:url("../img/logos/evernode.svg")}.page-tokenization .nautilus{content:url("../img/logos/nautilus.svg")}.page-tokenization .onXRP{content:url("../img/logos/onXRP.svg")}.page-tokenization .raised-in-space{content:url("../img/logos/raised-in-space.svg")}.page-tokenization .sologenic{content:url("../img/logos/sologenic.svg")}.page-tokenization .xaman{content:url("../img/logos/xaman-labs.svg")}.page-tokenization .xrpcafe{content:url("../img/logos/xrpcafe.svg")}.page-tokenization .prev img{content:url("../img/icons/prev.svg")}.page-tokenization .next img{content:url("../img/icons/prev.svg");transform:scaleX(-1)}.page-tokenization .arrow-wrapper{gap:1rem}.page-tokenization .arrow-button{background-color:#232325;border-radius:.25rem;align-items:center;justify-content:center}.page-tokenization .next.hover-color:hover img{content:url("../img/icons/next-purple.svg");transform:scaleX(1)}.page-tokenization .prev.hover-color:hover img{content:url("../img/icons/next-purple.svg");transform:scaleX(-1)}.page-tokenization .related-articles{gap:2.5rem}.page-tokenization .related-articles .col{background-color:#000;padding:2rem !important;border-radius:.5rem}.page-tokenization .related-articles .time{position:relative;padding-top:.5rem}.page-tokenization .related-articles .time::before{content:"";position:absolute;top:0;left:0;width:50px;height:4px;background-color:#32e685}.page-tokenization .project-cards a,.page-tokenization .related-articles a{text-decoration:none}.page-tokenization .project-cards a:hover .project-name{color:#9a52ff}.page-tokenization .related-articles a:hover .h5{color:#9a52ff}.page-tokenization .article-card-container{position:relative;width:100%}.page-tokenization .article-card-container:nth-child(1) .article-card-background{background-image:linear-gradient(86deg, #B20058 -21.16%, #E24CFF 31.78%, #9A52FF 101.64%)}.page-tokenization .article-card-container:nth-child(2) .article-card-background{background-image:linear-gradient(22deg, #B480FF -6.54%, #5F00E5 50.87%, #1AA4FF 114.16%)}.page-tokenization .article-card-container:nth-child(3) .article-card-background{background-image:linear-gradient(162deg, #B480FF -11.11%, #1AA4FF 56.26%, #2DCF78 112.84%)}.page-tokenization .article-card-background{height:calc(100% + 1.5rem);width:100%;z-index:1;background-size:cover;position:absolute;top:-0.75rem;border-radius:.5rem}.page-tokenization .article-card{width:100%;height:100%;position:relative;top:0;left:.75rem;z-index:2;display:block}body,.landing.page-uses{overflow-x:hidden}.use-case-payments{padding:0px 120px}@media(max-width: 1199.98px){.use-case-payments{padding:0px 16px}}.use-case-payments__hero{display:flex;flex-direction:row;justify-content:center;gap:80px;align-items:center;max-width:1280px;margin:0 auto;padding:80px 0px}@media(max-width: 1199.98px){.use-case-payments__hero{gap:60px;max-width:942px;padding:80px 0px}}@media(max-width: 991.98px){.use-case-payments__hero{flex-direction:column;gap:32px;max-width:608px;padding:60px 0px}}@media(max-width: 767.98px){.use-case-payments__hero{padding:40px 0px}}.use-case-payments .video-content{width:50%;display:flex;align-items:stretch}.use-case-payments .video-content iframe{width:100%;height:100%;min-height:380px;max-height:560px;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.1)}@media(max-width: 1199.98px){.use-case-payments .video-content iframe{min-height:350px;max-height:450px}}@media(max-width: 991.98px){.use-case-payments .video-content iframe{min-height:300px;max-height:400px}}@media(max-width: 767.98px){.use-case-payments .video-content iframe{min-height:250px;max-height:350px}}@media(max-width: 991.98px){.use-case-payments .video-content{width:100%}}.use-case-payments .text-content{width:50%;display:flex;flex-direction:column;justify-content:center}.use-case-payments .text-content .eyebrow{font-size:18px;font-style:normal;font-weight:700}@media(max-width: 767.98px){.use-case-payments .text-content .eyebrow{font-size:16px}}.use-case-payments .text-content .eyebrow h2{font-size:42px;font-style:normal;font-weight:700}@media(max-width: 767.98px){.use-case-payments .text-content .eyebrow h2{font-size:32px}}.use-case-payments .text-content .eyebrow p{font-size:24px;font-style:normal;font-weight:400}@media(max-width: 767.98px){.use-case-payments .text-content .eyebrow p{font-size:18px}}@media(max-width: 991.98px){.use-case-payments .text-content{width:100%}}.advantages-section .security-card{position:relative;border-radius:.5rem;background-color:transparent;white-space:normal;box-sizing:border-box}.advantages-section .security-card .card-title{margin-bottom:16px}.advantages-section .security-card::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(90deg, #d91aff 26.41%, #1aa4ff 100.32%);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;z-index:-1}.advantages-section .security-card p{margin-bottom:0 !important}@media(max-width: 767.98px){.advantages-section .security-card .h6{font-size:1.25rem}}.advantages-section .security-card-grid,.advantages-section .security-card-grid-3,.advantages-section .security-card-grid-4{gap:1rem;grid-template-columns:repeat(2, 1fr)}@media(max-width: 768px){.advantages-section .security-card-grid,.advantages-section .security-card-grid-3,.advantages-section .security-card-grid-4{grid-template-columns:repeat(1, 1fr)}}@media(min-width: 1200px){.advantages-section .security-card-grid{grid-template-columns:repeat(4, 1fr)}}.advantages-section .security-card-grid-3{gap:2.5rem}@media(min-width: 1200px){.advantages-section .security-card-grid-3{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1200px){.advantages-section .security-card-grid-4{grid-template-columns:repeat(4, 1fr)}}.advantages-section .advantages-list{list-style:none;padding:0;margin:0}.advantages-section .advantage-item{position:relative;padding-left:20px;margin-bottom:16px}.advantages-section .advantage-item::before{content:"•";position:absolute;left:0;top:0;font-weight:bold;font-size:16px}.advantages-section .advantage-item strong{display:block;margin-bottom:4px;color:#e0e0e1;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.advantages-section .advantage-item .advantage-description{display:block;color:#e0e0e1;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.advantages-section .security-card .card-title{color:var(--Black-Black-0, #FFF);font-size:18px;font-style:normal;font-weight:700;line-height:125%}.use-case-payments .payments-advantages-spacing{padding-top:80px;padding-bottom:20px;padding-right:0px;padding-left:0px}.use-case-payments .payments-projects-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:40px 40px;row-gap:48px}@media(min-width: 1200px){.use-case-payments .payments-projects-grid{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 768px){.use-case-payments .payments-projects-grid{grid-template-columns:repeat(1, 1fr);gap:40px}}.use-case-payments .payments-project-card{min-height:260px;position:relative;padding:32px}.use-case-payments .payments-project-card .project-description{text-align:left}.use-case-payments .payments-project-card .project-description .first-word{color:#fff;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.use-case-payments .payments-project-card .project-description .rest-text{color:var(--XRPL-Primary-White, #FFF);font-family:"Work Sans";font-size:16px;font-style:normal;font-weight:400;line-height:24px}.use-case-payments .payments-project-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:.25rem;border-top-left-radius:.5rem;border-top-right-radius:.5rem}.use-case-payments .payments-project-card .project-logo{margin-Bottom:32px}.use-case-payments .payments-project-card .project-logo img.ripple-usd{content:url("../img/uses/payments/rlusd.png");width:180px;height:50px}.use-case-payments .payments-project-card .project-logo img.usdc{content:url("../img/uses/payments/usdc.png");width:50px;height:50px}.use-case-payments .payments-project-card .project-logo img.usdb{content:url("../img/uses/payments/usdb.png");width:126px;height:50px}.use-case-payments .payments-project-card .project-logo img.europ{content:url("../img/uses/payments/eroup.png");width:147px;height:50px}.use-case-payments .payments-project-card .project-logo img.xsgd{content:url("../img/uses/payments/XSGD.png");width:50px;height:50px}.use-case-payments .payments-project-card .project-logo img.audd{content:url("../img/uses/payments/AUDD.png");width:50px;height:50px}.use-case-payments .payments-project-card.odd::before{background:linear-gradient(90deg, #D91AFF 26.41%, #1AA4FF 100.32%)}.use-case-payments .payments-project-card.even::before{background:linear-gradient(90deg, #4BB7FF -0.32%, #32E685 30.61%)}.use-case-payments .battle-tested-section h4.eyebrow{font-size:28px !important}.use-case-payments .battle-tested-section .payments-project-card{min-height:384px;display:flex;flex-direction:column}.use-case-payments .battle-tested-section .payments-project-card .project-logo img.coinpayments{content:url("../img/uses/payments/coinpayments.png");width:99px;height:60px}.use-case-payments .battle-tested-section .payments-project-card .project-logo img.ripple{content:url("../img/uses/payments/ripple-white.png");width:100px;height:26px;margin-bottom:11px;margin-top:19px}.use-case-payments .battle-tested-section .payments-project-card .project-logo img.friipay{content:url("../img/uses/payments/friipay.png");width:60px;height:60px}.use-case-payments .battle-tested-section .payments-project-card .project-description{flex-grow:1}.use-case-payments .battle-tested-section .payments-project-card .project-button{margin-top:auto;padding-top:32px;display:flex;justify-content:center}.use-case-payments .battle-tested-section .payments-project-card .project-button .battle-tested-arrow{color:#9a52ff;font-size:16px;font-style:normal;font-weight:700;text-decoration:none;cursor:pointer;display:inline-flex;align-items:center;background:none !important}.use-case-payments .battle-tested-section .payments-project-card .project-button .battle-tested-arrow::after{position:relative;top:-1px;display:inline-block;content:url("../img/icons/arrow-right-purple.svg");margin-left:8px;transition:transform .3s ease-out;width:16px;height:16px}.use-case-payments .battle-tested-section .payments-project-card .project-button .battle-tested-arrow:hover{text-decoration:none;background:none !important}.use-case-payments .battle-tested-section .payments-project-card .project-button .battle-tested-arrow:hover::after{transform:translateX(4px)}.use-case-payments .battle-tested-section .payments-project-card .project-button .battle-tested-arrow:focus{background:none !important;outline:none}.use-case-payments .payments-integration-section .developer-tools{padding:120px 0;max-width:1280px;margin:0 auto}@media(max-width: 1199.98px){.use-case-payments .payments-integration-section .developer-tools{max-width:942px}}@media(max-width: 991.98px){.use-case-payments .payments-integration-section .developer-tools{max-width:608px}}.use-case-payments .payments-integration-section .developer-tools .container{padding:0}.use-case-payments .payments-integration-section .developer-tools .feature-item__title{font-size:16px;font-weight:400;color:#fff}.use-case-payments .payments-integration-section .developer-tools__header{margin-bottom:80px}.use-case-payments .payments-integration-section .developer-tools__header.text-center{text-align:center}.use-case-payments .payments-integration-section .developer-tools__title{font-size:28px;font-weight:700;margin-bottom:0;text-align:left}.use-case-payments .payments-integration-section .row{gap:48px;margin:0;display:flex;flex-wrap:wrap}@media(max-width: 991px){.use-case-payments .payments-integration-section .row{flex-direction:column;gap:32px}}.use-case-payments .payments-integration-section .row .col-lg-6{padding:0;flex:1}@media(max-width: 991px){.use-case-payments .payments-integration-section .row .col-lg-6{flex:none;width:100%}}.use-case-payments .payments-integration-section .integration-column{padding:0px}.use-case-payments .payments-integration-section .integration-column .integration-column__title{color:#fff;font-size:20px;font-weight:700;margin-bottom:0px}.use-case-payments .payments-integration-section .integration-column .integration-column__subtitle{color:#e0e0e1;font-size:16px;font-weight:400;line-height:150%;margin-bottom:32px}.use-case-payments .payments-integration-section .integration-column .developer-tools__list{margin-top:0}@media(max-width: 991px){.use-case-payments .payments-integration-section .developer-tools{padding:80px 0}.use-case-payments .payments-integration-section .developer-tools__header{margin-bottom:60px}.use-case-payments .payments-integration-section .integration-column{padding:0;margin-bottom:40px}.use-case-payments .payments-integration-section .col-lg-6:last-child .integration-column{margin-bottom:0}}@media(max-width: 767px){.use-case-payments .payments-integration-section .developer-tools{padding:60px 20px}.use-case-payments .payments-integration-section .developer-tools__header{margin-bottom:40px}.use-case-payments .payments-integration-section .developer-tools__title{font-size:24px;text-align:center}}.dark [data-component-name="Breadcrumbs/Breadcrumbs"]+div>a>svg>rect{fill:transparent}[data-component-name="layouts/RootLayout"]{padding-top:80px}.top-nav{background-color:#111112;height:80px;padding:0}.top-nav .navbar-brand{text-decoration:none;white-space:pre;-webkit-transition:opacity .2s ease,color .2s ease;transition:opacity .2s ease,color .2s ease;padding-left:2rem}.top-nav .navbar-brand .logo{margin-left:0;content:url(../img/XRPLedger_DevPortal-white.svg);width:162px;height:40px;display:block}.top-nav .navbar-brand:hover{opacity:.75}@media(max-width: 991.98px){.top-nav .navbar-brand{padding-left:2rem}.top-nav .navbar-brand img{width:120px}}.top-nav .nav-item{font-weight:600}@media(min-width: 992px){.top-nav #topnav-pages{flex-grow:1}}.top-nav #topnav-pages .nav-link{color:#f5f5f7;font-size:1rem;line-height:1.25rem;text-decoration:none;font-weight:600}.top-nav .dropdown-toggle{position:relative}.top-nav .dropdown-menu{border-width:0}.top-nav .dropdown-menu h5{font-weight:400;font-size:12px;color:#a2a2a4;margin-bottom:0}.top-nav .dropdown-menu .dropdown-item{line-height:1rem;padding:.75rem 0;white-space:normal}.top-nav .dropdown-menu .dropdown-item.dropdown-hero{width:100%;display:flex;padding:1rem 2rem}.top-nav .dropdown-menu .dropdown-item.dropdown-hero>img{width:68px;height:68px;background-color:#232325;border-radius:4px;flex-grow:0;padding:.75rem;margin-right:2rem;margin-top:auto;margin-bottom:auto}.top-nav .dropdown-menu .dropdown-item.dropdown-hero p{font-size:14px;color:#c1c1c2;margin:0;white-space:normal}.top-nav .dropdown-menu .dropdown-item.dropdown-hero h4{font-size:1.25rem;font-weight:600;margin-bottom:0;line-height:2rem}.top-nav .dropdown-menu .dropdown-item.dropdown-hero:hover h4{color:#9a52ff}.top-nav .dropdown-menu .dropdown-item.dropdown-hero:hover p{font-weight:400}.top-nav .dropdown-menu .dropdown-item:last-child{padding-bottom:0}.top-nav .dropdown-menu .dropdown-item:first-child{padding-top:0}.top-nav .dropdown-menu .col-for-get_started{background-color:#232325}.top-nav .dropdown-menu a:hover{color:#9a52ff;background-color:inherit}.top-nav .dropdown-menu h5:hover{background-color:inherit}.top-nav #topnav-search{flex-grow:1}.top-nav #topnav-search .input-group{flex-grow:1;flex-wrap:nowrap}@media(max-width: 991.98px){.top-nav #topnav-search .form-inline{padding:1rem 2rem}}.top-nav #topnav-search .input-group-text{height:40px}.top-nav #topnav-search .ds-input{height:40px}.top-nav #topnav-language .dropdown-item{font-weight:600}@media(min-width: 992px){.top-nav{padding:0 2rem}.top-nav .navbar-brand{margin-left:0;padding-left:0}.top-nav .dropdown-toggle::after{display:none}.top-nav .dropdown-toggle>span{border-bottom:2px solid transparent}.top-nav .dropdown .dropdown-toggle:hover>span:not(.chevron){padding-bottom:8px;border-bottom:2px solid #9a52ff;margin-bottom:-8px}.top-nav .dropdown-menu{border-radius:0 0 8px 8px;padding:2.5rem}.top-nav .dropdown-menu .dropdown-item.dropdown-hero{padding:0}.top-nav .dropdown-menu.show{display:grid;gap:40px}.top-nav .dropdown-menu.show#topnav_dd_about{grid-template-columns:180px 180px 180px}.top-nav .dropdown-menu.show#topnav_dd_docs{grid-template-columns:180px 180px 260px;left:-200px}.top-nav .dropdown-menu.show#topnav_dd_community{grid-template-columns:200px}.top-nav .dropdown-menu.show#topnav_dd_resources{grid-template-columns:195px 180px 180px;left:-200px}.top-nav .dropdown-menu.show .dropdown-hero{grid-row:1;grid-column:1/4}.top-nav .dropdown-menu.show #dropdown-hero-for-docs{grid-column:1/3}.top-nav .dropdown-menu.show .col-for-xrp_ledger{grid-row:1/3;grid-column:1}.top-nav .dropdown-menu.show .col-for-xrp{grid-column:2}.top-nav .dropdown-menu.show .col-for-sustainability,.top-nav .dropdown-menu.show .col-for-持続可能性{grid-column:2}.top-nav .dropdown-menu.show .col-for-about,.top-nav .dropdown-menu.show .col-for-概要{grid-row:1/3;grid-column:3}.top-nav .dropdown-menu.show .col-for-article_types{grid-column:1;grid-row:2}.top-nav .dropdown-menu.show .col-for-use_cases{grid-column:2;grid-row:2}.top-nav .dropdown-menu.show .col-for-get_started{grid-column:3;grid-row:1/3;margin:-40px -40px -40px 0;padding:40px}.top-nav .dropdown-menu.show .col-for-development{grid-column:1}.top-nav .dropdown-menu.show .col-for-current-status,.top-nav .dropdown-menu.show .col-for-現在のステータス{grid-column:2}.top-nav .dropdown-menu.show .col-for-join-in,.top-nav .dropdown-menu.show .col-for-参加する{grid-column:3}.top-nav .dropdown-menu.smaller-dropdown{min-width:180px;padding:1.25rem}.top-nav #topnav-pages{flex-grow:0}}@media(min-width: 992px)and (min-width: 992px)and (max-width: 1133px){.top-nav #topnav-pages .nav-link{padding:1rem 1rem}}@media(min-width: 992px){.top-nav #topnav-language{flex-grow:0}.top-nav #topnav-language hr{display:none}.top-nav #topnav-language #language_selector_header_btn{padding-right:0}}@media(min-width: 992px)and (min-width: 992px)and (max-width: 1133px){.top-nav #topnav-language #language_selector_header_btn{padding-left:1rem}}@media(min-width: 992px)and (min-width: 1200px){.top-nav #topnav-search{margin-left:3.5rem;margin-right:.5rem}.top-nav #topnav-language{margin-right:.5rem}.top-nav #topnav-button{margin-left:.2rem;margin-right:1rem}}@media(max-width: 991.98px){.top-nav .navbar-toggler{border:0;padding:30px 2rem;font-size:1rem;display:inline-block}.top-nav .navbar-toggler .navbar-toggler-icon{background:none;height:20px;width:20px;position:relative}.top-nav .navbar-toggler .navbar-toggler-icon::after,.top-nav .navbar-toggler .navbar-toggler-icon::before,.top-nav .navbar-toggler .navbar-toggler-icon div{position:absolute;content:" ";background-color:#f5f5f7;display:block;width:100%;height:3px;transition:all .2s ease}.top-nav .navbar-toggler .navbar-toggler-icon::before{top:0}.top-nav .navbar-toggler .navbar-toggler-icon::after{bottom:0}.top-nav .navbar-toggler .navbar-toggler-icon div{top:calc(50% - 1.5px)}.top-nav .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before{transform:translateY(8px) rotate(135deg)}.top-nav .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after{transform:translateY(-9px) rotate(-135deg)}.top-nav .navbar-toggler:not(.collapsed) .navbar-toggler-icon div{transform:scale(0)}.top-nav .navbar-nav{align-items:unset !important}.top-nav .navbar-nav #topnav-button{background-color:#111112;padding:1rem 1.5rem}.top-nav .navbar-nav #topnav-search [data-component-name="Search/SearchTrigger"]{cursor:pointer}.top-nav .navbar-nav .nav-link,.top-nav .navbar-collapse>.nav-item{line-height:150%;background:#111112}.top-nav .navbar-nav .nav-link label,.top-nav .navbar-collapse>.nav-item label{margin-bottom:0}.top-nav .navbar-nav .nav-link{padding:1rem 2rem}.top-nav .dropdown-menu{margin:0;width:100%;overflow:auto;transition:all .2s ease;height:0;display:block;padding:0;border-radius:0}.top-nav .dropdown-menu.show{height:calc(100vh - 80px - 52px)}.top-nav .dropdown-menu.show>:last-child{padding-bottom:4rem}.top-nav .dropdown-menu.show#topnav_dd_docs{display:grid;grid-template-columns:minmax(187px, 1fr) minmax(187px, 1fr);gap:1px;left:-200px}.top-nav .dropdown-menu.show#topnav_dd_docs .dropdown-hero{grid-column:1/3;grid-row:1}.top-nav .dropdown-menu.show#topnav_dd_docs .col-for-document_types{grid-column:1;grid-row:2}.top-nav .dropdown-menu.show#topnav_dd_docs .col-for-use_cases{grid-column:2;grid-row:2}.top-nav .dropdown-menu.show#topnav_dd_docs .col-for-get_started{grid-column:1/3;grid-row:4;margin:-1px;padding-top:33px}.top-nav .dropdown-menu .navcol{padding:1rem 2rem}.top-nav .dropdown-menu.smaller-dropdown{padding:0 2rem}.top-nav .dropdown-menu.smaller-dropdown.show{padding:1rem 2rem;height:auto}.top-nav .dropdown-menu .dropdown-hero:first-child{padding-top:1rem}.top-nav .dropdown-toggle:not(.with-caret)::before,.top-nav .dropdown-toggle:not(.with-caret)::after{border:0;font-family:FontAwesome;color:#9a52ff;font-size:.75rem;transition:all .2s ease;overflow:clip;width:1rem}.top-nav .dropdown-toggle:not(.with-caret)::before{content:"";display:inline-block;margin-bottom:-5px}.top-nav .dropdown-toggle:not(.with-caret)::after{content:"";position:absolute;right:2rem}.top-nav .dropdown.show .dropdown-toggle::after{text-indent:5rem}.top-nav .dropdown:not(.show) .dropdown-toggle::before{width:0;height:0;text-indent:-5rem}.top-nav .dropdown-toggle.with-caret::after{border:0}.top-nav #top-main-nav{background-color:#232325;padding-top:32px;position:relative}.top-nav #top-main-nav.submenu-expanded{padding-top:0}.top-nav #top-main-nav.submenu-expanded .dropdown:not(.show) .dropdown-toggle{display:none}.top-nav #top-main-nav.submenu-expanded #topnav-search,.top-nav #top-main-nav.submenu-expanded #topnav-language,.top-nav #top-main-nav.submenu-expanded #topnav-theme{height:0;overflow:clip;padding-top:0;padding-bottom:0}.top-nav #topnav-search{position:absolute;top:0;right:105px}.top-nav #topnav-search .input-group{flex-wrap:nowrap}.top-nav #topnav-language{position:absolute;top:0;right:65px}.top-nav #topnav-language hr{border-top:1px solid #232325;margin-top:.25rem;margin-bottom:.25rem;display:static}.top-nav #topnav-theme{position:absolute;top:0;right:26px}}article h1:before,article h2:before,article h3:before,article h4:before,article h5:before,article h6:before,.interactive-block:before{display:block;content:" ";margin-top:-24px;height:60px;visibility:hidden;pointer-events:none}article h1:first-of-type:before{margin-top:-40px}.chevron{position:relative;display:inline-block;width:.75rem;height:.5625rem}.chevron span{position:absolute;top:.25rem;display:inline-block;width:.5rem;height:.15rem;background-color:#9a52ff;transition:all .2s ease;border:none}.chevron:not(.expander) span:first-of-type{left:0;transform:rotate(45deg)}.chevron:not(.expander) span:last-of-type{right:0;transform:rotate(-45deg)}.chevron.active span:first-of-type{transform:rotate(-45deg)}.chevron.active span:first-of-type{transform:rotate(45deg)}.dropdown.show .chevron span:first-of-type,.expander:not(.collapsed) .chevron span:first-of-type{transform:rotate(-45deg)}.dropdown.show .chevron span:last-of-type,.expander:not(.collapsed) .chevron span:last-of-type{transform:rotate(45deg)}#topnav-theme>div{border-radius:var(--language-picker-border-radius);color:var(--language-picker-text-color);background-color:var(--language-picker-background-color);border:1px solid var(--language-picker-border-color);padding:var(--language-picker-input-padding-vertical) var(--language-picker-input-padding-horizontal);min-height:var(--language-picker-min-height)}@media(max-width: 991.98px){.navbar-collapse,.dropdown-menu{box-shadow:0px 25px 40px -20px #000}}.web-banner{text-decoration:none;display:flex;justify-content:space-between;height:0;background:#32e685 !important;padding:7px 35px;font-family:"Space Grotesk";z-index:10;cursor:pointer;color:#000 !important;text-align:center;font-family:"Space Grotesk";font-size:26px;font-style:normal;font-weight:600;letter-spacing:-0.32px}.web-banner:hover{text-decoration:none;color:#fff}.web-banner:hover .button-icon{animation:iconJitter .7s cubic-bezier(0.16, 1, 0.3, 1) forwards;transition:transform .7s cubic-bezier(0.16, 1, 0.3, 1)}.web-banner::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#e0e500;z-index:0;transform:scaleX(0);transform-origin:left;transition:transform .7s cubic-bezier(0.7, 0, 0.84, 0);will-change:transform}.web-banner:hover::after{transform:scaleX(1);transition:transform .7s cubic-bezier(0.16, 1, 0.3, 1)}.web-banner>*{position:relative;z-index:1}@media(max-width: 768px){.web-banner{font-size:18px;padding:11px 35px}.web-banner .banner-button{gap:11px !important}.web-banner .button-text{margin-bottom:4px}}@media(max-width: 564px){.web-banner{font-size:15px;padding:9px 40px}.web-banner .button-text{margin-bottom:0px}.web-banner .banner-event-details{gap:0px !important;flex-direction:column;text-align:left;line-height:21px}.web-banner .banner-event-details .event-date{position:relative;top:-5px}.web-banner .banner-button{align-self:baseline;gap:8px !important;margin-top:-2px !important;padding-top:0px !important}}.web-banner .banner-button{display:flex;align-items:center;gap:14.5px;padding-top:1px}.web-banner .banner-button img{width:24.5px;height:33.7px}@media(max-width: 768px){.web-banner .banner-button img{width:15.5px;height:17px;margin-top:4px}}@media(max-width: 564px){.web-banner .banner-button img{width:14.5px;height:13.85px}}.web-banner .banner-event-details{display:flex;gap:32px}.web-banner .button-icon{transform-style:preserve-3d;aspect-ratio:.71;object-fit:contain;animation:none;transform:rotateZ(0deg);transition:transform .7s cubic-bezier(0.16, 1, 0.3, 1);align-self:stretch;margin:auto 0;transform-style:preserve-3d}@keyframes iconJitter{from{transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateZ(0deg) skew(0deg, 0deg)}to{transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateZ(45deg) skew(0deg, 0deg)}}.web-banner a{text-decoration:none}.button-icon{animation:iconJitter .7s ease-in-out;animation-iteration-count:1;transition:transform .7s cubic-bezier(0.16, 1, 0.3, 1)}@keyframes iconReturn{from{transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateZ(45deg) skew(0deg, 0deg)}to{transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateZ(0deg) skew(0deg, 0deg)}}.web-banner.has-hover:not(:hover) .button-icon{animation:iconReturn .7s ease-in-out forwards;transition:transform .7s cubic-bezier(0.16, 1, 0.3, 1)}[data-component-name="Markdown/Markdown"] article{padding-bottom:50px}[data-component-name="Markdown/Markdown"] article p code,[data-component-name="Markdown/Markdown"] article table code,[data-component-name="Markdown/Markdown"] article li>code{background-color:#0a2e1b;color:#5beb9d}[data-component-name="Markdown/Markdown"] article a{text-decoration:underline}[data-component-name="Markdown/Markdown"] article h1{font-size:3rem;margin-top:32px;line-height:1.2;font-weight:700}[data-component-name="Markdown/Markdown"] article h1:first-child{margin-top:0;line-height:1.2}[data-component-name="Markdown/Markdown"] article h2,[data-component-name="Markdown/Markdown"] article h2.md{margin-top:2.5rem;margin-bottom:1.5rem;font-size:2.5rem;font-weight:600;line-height:1.2}[data-component-name="Markdown/Markdown"] article h3,[data-component-name="Markdown/Markdown"] article h3.md{font-size:2.125rem;margin-top:2rem;margin-bottom:1rem;line-height:1.2}[data-component-name="Markdown/Markdown"] article h4{font-size:1.75rem;margin-top:1.5rem;margin-bottom:.5rem;line-height:1.2}[data-component-name="Markdown/Markdown"] article h5{font-size:1.25rem;margin-top:1.25rem;line-height:1.2;font-weight:700}[data-component-name="Markdown/Markdown"] article h6{font-size:1rem;margin-top:1rem;line-height:1.2;font-weight:700}[data-component-name="Markdown/Markdown"] article>ul li,[data-component-name="Markdown/Markdown"] article>ol li,[data-component-name="Markdown/Markdown"] article .children-display li{margin:6px;margin-top:24px}[data-component-name="Markdown/Markdown"] article>ul li:first-child,[data-component-name="Markdown/Markdown"] article>ol li:first-child,[data-component-name="Markdown/Markdown"] article .children-display li:first-child{margin-top:16px}[data-component-name="Markdown/Markdown"] article>ul li p,[data-component-name="Markdown/Markdown"] article>ol li p,[data-component-name="Markdown/Markdown"] article .children-display li p{margin:0}[data-component-name="Markdown/Markdown"] article [data-component-name="Markdoc/Tabs/Tabs"] li{margin:0}[data-component-name="Markdown/Markdown"] article a[title=Source],[data-component-name="Markdown/Markdown"] article a[title=ソース]{float:right;padding-left:20px}[data-component-name="Markdown/Markdown"] article h1.invisible,[data-component-name="Markdown/Markdown"] article h2.invisible,[data-component-name="Markdown/Markdown"] article h3.invisible,[data-component-name="Markdown/Markdown"] article h4.invisible,[data-component-name="Markdown/Markdown"] article h5.invisible,[data-component-name="Markdown/Markdown"] article h6.invisible{font-size:0;line-height:0;margin:0}[data-component-name="Markdown/Markdown"] article h1.invisible .hover_anchor,[data-component-name="Markdown/Markdown"] article h2.invisible .hover_anchor,[data-component-name="Markdown/Markdown"] article h3.invisible .hover_anchor,[data-component-name="Markdown/Markdown"] article h4.invisible .hover_anchor,[data-component-name="Markdown/Markdown"] article h5.invisible .hover_anchor,[data-component-name="Markdown/Markdown"] article h6.invisible .hover_anchor{display:none}[data-component-name="Markdown/Markdown"] article .shield{display:inline-block !important;vertical-align:middle}.blurb a{text-decoration:underline}.hover_anchor{visibility:hidden;padding-left:1rem;font-size:1.25rem}h1:hover .hover_anchor,h2:hover .hover_anchor,h3:hover .hover_anchor,h4:hover .hover_anchor,h5:hover .hover_anchor,h6:hover .hover_anchor{visibility:visible;text-decoration:none}pre{color:#fff;background-color:#232325;word-wrap:normal;padding:2rem;border-radius:4px}pre code{white-space:pre;color:#fff;background-color:#232325}.multicode{padding:0;z-index:1;position:relative}.multicode pre{background:none;border:none;border-radius:0;padding:0;clear:both}.multicode pre code{overflow:auto;max-height:24em;border-radius:0 4px 4px 4px;display:block;padding:2rem}.multicode pre code.expanded{overflow:visible;max-height:none;position:absolute;min-width:100%}.multicode ul{margin:0 !important;padding:0}.multicode ul li{display:block;float:left;list-style-type:none;margin-right:0px;margin-left:0px;border:0;clear:none}.multicode a{text-decoration:none;color:#fff;background-color:transparent;padding:.75rem 2rem;margin:0;border-radius:4px 4px 0 0}.multicode a.current{background-color:#232325}.multicode a:hover{text-decoration:none;background-color:#232325;color:#9a52ff;padding-bottom:.625rem}.multicode .btn{z-index:10}.multicode .codetabs{position:relative;z-index:10}.clipboard-btn{z-index:10;margin-right:10px}.codehilite{background:#232325;color:#fff}.codehilite .c,.codehilite .ch,.codehilite .cm,.codehilite .cp,.codehilite .cpf,.codehilite .c1,.codehilite .cs{color:#838386}.codehilite .k,.codehilite .kc,.codehilite .kd,.codehilite .kn,.codehilite .kp,.codehilite .kr,.codehilite .kt{color:#ff6719}.codehilite .m,.codehilite .mb,.codehilite .mh,.codehilite .mi,.codehilite .mo,.codehilite .il{color:#19a3ff}.codehilite .n,.codehilite .na,.codehilite .nb,.codehilite .nc,.codehilite .nd,.codehilite .ne,.codehilite .nf,.codehilite .ni,.codehilite .nl,.codehilite .nn,.codehilite .nt,.codehilite .nv,.codehilite .nx,.codehilite .bp,.codehilite .fm,.codehilite .py{color:#fff}.codehilite .p{color:#e0e0e1}.codehilite .s,.codehilite .s1,.codehilite .s2,.codehilite .sa,.codehilite .sb,.codehilite .sc,.codehilite .dl,.codehilite .sd,.codehilite .se,.codehilite .sh,.codehilite .si,.codehilite .sr,.codehilite .ss,.codehilite .sx{color:#28b86a}.codehilite{background:transparent;position:relative}.codehilite .btn-group{top:1rem;right:1rem;position:absolute}.multicode .codehilite .btn-group{top:70px;right:20px}#redocly_root .cm-foldPlaceholder{background-color:#232325;border:none;font-size:18px}#app_root article .code-walkthrough{margin-right:112px;max-width:calc(100% - 112px);padding-right:0;grid-template-columns:5fr 5fr}@media screen and (max-width: 990px){#app_root article .code-walkthrough{margin-right:96px;max-width:calc(100% - 96px)}}@media screen and (min-width: 1600px){#app_root article .code-walkthrough [data-component-name="Markdoc/CodeWalkthrough/CodeFilters"]{margin-left:96px;max-width:calc(100% - 96px)}#app_root article .code-walkthrough [class*=CodeWalkthrough__ContentWrapper]{margin-left:96px;max-width:calc(100% - 200px)}}#app_root article .code-walkthrough .tag-size-large{margin:0 var(--spacing-xs)}#app_root article .code-walkthrough .tag-size-large>div{padding:2px 4px}#app_root article .code-walkthrough [data-component-name="Markdoc/CodeWalkthrough/CodeFilters"]{padding:var(--spacing-xs) var(--spacing-lg)}#app_root article .code-walkthrough [data-component-name="Markdoc/CodeWalkthrough/CodeFilters"]>:first-child>:first-child{margin:auto}#app_root article .code-walkthrough [data-component-name="Markdoc/CodeWalkthrough/CodePanel"]{top:var(--navbar-height);border:0}#app_root article .code-walkthrough [data-component-name="Markdoc/CodeWalkthrough/CodePanel"] [data-component-name="CodeBlock/CodeBlockContainer"]{border-top-left-radius:0;border-top-right-radius:0}#app_root article .code-walkthrough>:first-child>div{border-radius:var(--border-radius-md)}#app_root article .code-walkthrough [data-component-name="Markdoc/CodeWalkthrough/CodeFilters"]{background-color:var(--code-panel-bg-color)}#app_root article .code-walkthrough [data-line-number]::before{padding-left:.8em}article img{max-width:100%;height:auto}article svg{max-width:100%}article .floating-diagram{margin:.5rem;float:left}article li{clear:left}html:not(.light) article svg[fill=black]{fill:#fff;stroke:#fff}html:not(.light) article svg[fill=black] *[fill=white]{fill:#000}html:not(.light) article svg[fill=black] *[stroke=white]{stroke:#000}html:not(.light) article svg[fill=black] *[fill=black]{fill:#fff}html:not(.light) article svg[fill=black] *[stroke=black]{stroke:#fff}html:not(.light) article svg[fill=black] g[fill=blue]{fill:#19a3ff}html:not(.light) article svg[fill=black] g[stroke=blue]{stroke:#19a3ff}html:not(.light) article svg[fill=black] g[fill="rgb(120,120,120)"]{fill:#e0e0e1}html:not(.light) article svg[fill=black] g[stroke="rgb(120,120,120)"]{stroke:#e0e0e1}html:not(.light) article svg[fill=black] g[fill="rgb(200,200,200)"]{fill:#343437}html:not(.light) article svg[fill=black] g[fill="rgb(70,70,70)"]{fill:#838386}html:not(.light) article svg[fill=black] g[stroke="rgb(70,70,70)"]{stroke:#838386}html:not(.light) article svg[fill=black] g[fill="rgb(29,180,255)"]{fill:#9a52ff}html:not(.light) article svg[fill=black] g[stroke="rgb(29,180,255)"]{stroke:#9a52ff}html:not(.light) article svg[fill=black] rect[stroke="rgb(245,247,249)"]{stroke:#000}html:not(.light) article svg[fill=black] g[fill=lime],html:not(.light) article svg[fill=black] g[fill="rgb(0,255,0)"]{fill:#9a52ff}html:not(.light) article svg[fill=black] g[stroke=lime],html:not(.light) article svg[fill=black] g[stroke="rgb(0,255,0)"]{stroke:#9a52ff}html:not(.light) article svg[fill=black] g[fill=yellow],html:not(.light) article svg[fill=black] g[fill="rgb(255,255,0)"]{fill:#faff19}html:not(.light) article svg[fill=black] g[fill=yellow] path[stroke=black],html:not(.light) article svg[fill=black] g[fill="rgb(255,255,0)"] path[stroke=black]{stroke:#000}html:not(.light) article svg[fill=black] g[fill=red],html:not(.light) article svg[fill=black] g[fill="rgb(255,255,0)"]{fill:#ff198b}html:not(.light) article svg[fill=black] g[stroke=red],html:not(.light) article svg[fill=black] g[stroke="rgb(255,255,0)"]{stroke:#ff198b}html:not(.light) article svg[fill=black] g[fill=yellow]+g text,html:not(.light) article svg[fill=black] g[fill="rgb(255,255,0)"]+g text{fill:#000}html:not(.light) article svg[fill=black] g[fill=lime]+g text{fill:#000}html:not(.light) article svg[fill=none] path[fill="#000000"]{fill:#fff}html:not(.light) article svg[fill=none] path[stroke="#000000"]{stroke:#fff}html:not(.light) article svg[fill=none] path[fill="#ffffff"]{fill:#000}html:not(.light) article svg[fill=none] path[stroke="#ffffff"]{stroke:#000}html:not(.light) article svg[fill=none] path[fill="#23292f"],html:not(.light) article svg[fill=none] path[fill="#23282f"]{fill:#fff}html:not(.light) article svg[fill=none] path[stroke="#23292f"],html:not(.light) article svg[fill=none] path[stroke="#23282f"]{stroke:#fff}html:not(.light) article svg[fill=none] path[fill="#2c3e50"],html:not(.light) article svg[fill=none] path[fill="#2b3e51"]{fill:#e0e0e1}html:not(.light) article svg[fill=none] path[stroke="#2c3e50"],html:not(.light) article svg[fill=none] path[stroke="#2b3e51"]{stroke:#e0e0e1}html:not(.light) article svg[fill=none] path[fill="#1c2835"]{fill:#f5f5f7}html:not(.light) article svg[fill=none] path[stroke="#1c2835"]{stroke:#f5f5f7}html:not(.light) article svg[fill=none] path[fill="#21aa47"]{fill:#32e685}html:not(.light) article svg[fill=none] path[stroke="#21aa47"]{stroke:#32e685}html:not(.light) article svg[fill=none] path[fill="#e64b3b"]{fill:#dc3545}html:not(.light) article svg[fill=none] path[stroke="#e64b3b"]{stroke:#dc3545}html:not(.light) article svg[fill=none] path[stroke="#27a2db"],html:not(.light) article svg[fill=none] path[stroke="#00aae4"]{stroke:#9a52ff}html:not(.light) article svg[fill=none] path[fill="#27a2db"],html:not(.light) article svg[fill=none] path[fill="#00aae4"]{fill:#9a52ff}html:not(.light) article svg[fill=none] path[fill="#e6e7e8"]{fill:#232325}html:not(.light) article svg[fill=none] path[stroke="#e6e7e8"]{stroke:#232325}html:not(.light) article svg[fill=none] path[stroke="#ffbf27"]{stroke:#d919ff}html:not(.light) article svg[fill=none] path[fill="#00ff00"]{fill:#32e685}html:not(.light) article svg[fill=none] path[stroke="#00ff00"]{stroke:#32e685}html:not(.light) article svg[fill=none] path[fill="#ff00ff"]{fill:#ff198b}html:not(.light) article svg[fill=none] path[stroke="#ff00ff"]{stroke:#ff198b}html:not(.light) article svg[fill=none] linearGradient stop[stop-color="#ffffff"]{stop-color:#343437}html:not(.light) article svg[fill=none] linearGradient stop[stop-color="#e6e7e8"]{stop-color:#232325}html:not(.light) article svg[fill=none] linearGradient stop[stop-color="#dbdcdd"]{stop-color:#000}html:not(.light) article svg[fill=none] linearGradient stop[stop-color="#b1b3b5"]{stop-color:#111112}html:not(.light) article svg[fill=none] linearGradient stop[stop-color="#29a1da"]{stop-color:#2dcf78}html:not(.light) article svg[fill=none] linearGradient stop[stop-color="#2789b9"]{stop-color:#5beb9d}html:not(.light) article svg[fill=none] linearGradient stop[stop-color="#6bc1ec"]{stop-color:#adf5ce}html:not(.light) article svg[fill=none] linearGradient stop[stop-color="#8ad6f4"]{stop-color:#84f0b6}html:not(.light) article svg[fill=none] linearGradient stop[stop-color="#fab913"]{stop-color:#f2b2ff}html:not(.light) article svg[fill=none] linearGradient stop[stop-color="#fad26b"]{stop-color:#ea80ff}html:not(.light) article svg[fill=none] linearGradient stop[stop-color="#f8a136"]{stop-color:#e24cff}html:not(.light) article svg[fill=none] linearGradient stop[stop-color="#f7931a"]{stop-color:#c000e5}html.light svg[fill=black] g[fill=blue]{fill:#006bb2}html.light svg[fill=black] g[stroke=blue]{stroke:#19a3ff}html.light svg[fill=black] g[fill="rgb(120,120,120)"]{fill:#343437}html.light svg[fill=black] g[stroke="rgb(120,120,120)"]{stroke:#343437}html.light svg[fill=black] g[fill="rgb(200,200,200)"]{fill:#a2a2a4}html.light svg[fill=black] g[fill="rgb(70,70,70)"]{fill:#343437}html.light svg[fill=black] g[stroke="rgb(70,70,70)"]{stroke:#343437}html.light svg[fill=black] g[fill="rgb(29,180,255)"]{fill:#19a3ff}html.light svg[fill=black] g[stroke="rgb(29,180,255)"]{stroke:#006bb2}html.light svg[fill=black] rect[stroke="rgb(245,247,249)"]{stroke:#fcfcfd}html.light svg[fill=black] g[fill=lime],html.light svg[fill=black] g[fill="rgb(0,255,0)"]{fill:#5beb9d}html.light svg[fill=black] g[stroke=lime],html.light svg[fill=black] g[stroke="rgb(0,255,0)"]{stroke:#28b86a}html.light svg[fill=black] g[fill=yellow],html.light svg[fill=black] g[fill="rgb(255,255,0)"]{fill:#fcff80}html.light svg[fill=black] g[fill=red],html.light svg[fill=black] g[fill="rgb(255,255,0)"]{fill:#ff4ba4}html.light svg[fill=black] g[stroke=red],html.light svg[fill=black] g[stroke="rgb(255,255,0)"]{stroke:#ff198b}html.light svg[fill=none] rect[fill="#111112"]{fill:#f5f5f7}html.light svg[fill=none] path[fill=white]{fill:#000}html.light svg[fill=none] path[fill="#343437"]{fill:#c1c1c2}html.light svg[fill=none] path[fill="#A2A2A4"],html.light svg[fill=none] rect[fill="#A2A2A4"],html.light svg[fill=none] ellipse[fill="#A2A2A4"]{fill:#454549}html.light svg[fill=none] path[fill="#232325"]{fill:#e0e0e1}html.light svg[fill=none] path[fill="#F5F5F7"]{fill:#111112}html.light svg[fill=none] path[stroke="#F5F5F7"]{stroke:#111112}html.light svg[fill=none] path[stroke="#FF198B"]{stroke:#b20058}html.light svg[fill=none] linearGradient stop[stop-color="#F5F5F7"]{stop-color:#111112}html.light svg[fill=none] linearGradient stop[stop-color="#C1C1C2"]{stop-color:#343437}.external-link::after{content:" ";background-image:url(../img/icons/arrow-up-right.svg);background-repeat:no-repeat;display:inline-block;background-size:16px;padding:0 4px 0 8px;width:16px;height:16px;background-position:center;transition:transform 100ms ease-in-out}.external-link:hover::after{transform:translate(3px, -3px)}.external-link .fa-external-link{display:none}.top-nav .dropdown .external-link::after,.xrpl-footer .external-link::after{background-position:left 6px bottom 1px;width:2rem}@-moz-document url-prefix(){@supports(animation: calc(0s)){.top-nav .dropdown .external-link::after,.xrpl-footer .external-link::after{background-position:left 8px bottom 2px}}}.top-nav .dropdown .external-link:hover::after,.xrpl-footer .external-link:hover::after{background-position:left 8px bottom 3px}.q-wrapper .external-link::after{background-position:left 0 bottom 7px}.q-wrapper .external-link:hover::after{background-position:left 4px bottom 11px}.li-links{position:relative;border-bottom:2px solid #454549}.li-links a{width:100%;padding:16px 0}.li-links a::after{position:absolute;right:4px;content:" ";background-image:url(../img/icons/arrow-up-right.svg);background-repeat:no-repeat;display:inline-block;background-size:1.5rem;padding:0 .5rem;background-position:left 0 bottom -0.1rem;transition:background-position 100ms ease-in-out}.li-links a:hover::after{background-position:left .2rem bottom .1rem}[data-component-name="Footer/Footer"]{padding:7.5rem 2rem}[data-component-name="Footer/Footer"] [data-component-name="Footer/FooterColumn"]{text-shadow:#111112 0px 0px 2px,#111112 1px 1px 2px,#111112 2px 2px 3px,#111112 2px 2px 4px,#111112 2px 2px 5px,#111112 2px 2px 6px,#111112 -1px -1px 2px,#111112 -2px -2px 3px,#111112 -2px -2px 4px}@media(min-width: 992px){[data-component-name="Footer/Footer"]{background-image:url(../img/backgrounds/footer.svg);background-size:cover;background-repeat:no-repeat;background-position:bottom right}}@media(max-width: 991.98px){[data-component-name="Footer/Footer"] .col-lg:not(:first-child){margin-top:4rem}}[data-component-name="Footer/Footer"] h5{font-size:1rem;font-weight:600;color:#a2a2a4}[data-component-name="Footer/Footer"] .nav-link{padding:.75rem 0;line-height:1}[data-component-name="Footer/Footer"] .absolute-bottom-footer{font-size:10px;line-height:1rem}@media(max-width: 991.98px){[data-component-name="Footer/Footer"] .absolute-bottom-footer .copyright-license{margin-top:3rem}}.devportal-callout.tip,.devportal-callout.ヒント{border-color:#32e685}.devportal-callout.tip>strong:first-child:before,.devportal-callout.ヒント>strong:first-child:before{color:#32e685}.devportal-callout.note>strong:first-child:before,.devportal-callout.注記>strong:first-child:before{color:#19a3ff}.devportal-callout.note,.devportal-callout.注記{border-color:#19a3ff}.devportal-callout.caution,.devportal-callout.注意{border-color:#faff19}.devportal-callout.caution>strong:first-child:before,.devportal-callout.注意>strong:first-child:before{color:#faff19}.devportal-callout.warning,.devportal-callout.警告{border-color:#ff198b}.devportal-callout.warning>strong:first-child:before,.devportal-callout.警告>strong:first-child:before{color:#ff198b}blockquote,.devportal-callout{border-style:solid;border-radius:0;border-width:1px;border-left-width:4px;padding:5px;padding-left:25px;page-break-inside:avoid}.devportal-callout>strong:first-child{display:block;page-break-after:avoid}.devportal-callout.tip>strong:first-child:before{content:"";font-family:FontAwesome;margin-left:-20px;padding-right:5px}.devportal-callout.note>strong:first-child:before{content:"";font-family:FontAwesome;margin-left:-20px;padding-right:5px}.devportal-callout.caution>strong:first-child:before{content:"";font-family:FontAwesome;margin-left:-20px;padding-right:5px}.devportal-callout.warning>strong:first-child:before{content:"";font-family:FontAwesome;margin-left:-20px;padding-right:5px}@media(min-width: 992px){.card,.cta-card,.q-wrapper{box-shadow:0px 5px 40px #000}}#code-samples-deck .card{box-shadow:none;margin:0 2rem 5rem 2rem}#code-samples-deck .card-header{border-bottom:none;background-color:unset}#code-samples-deck .card-footer{background-color:unset;font-size:initial}#code-samples-deck .card-deck .card a{margin:0 2.5rem 5rem 2.5rem}#code-samples-deck .circled-logo{margin-left:-15px}@media(min-width: 992px){.code-contribute{width:75vw;position:relative;left:20%;right:20%;margin-left:-30vw;margin-right:-30vw}}.contribute::before{content:"";display:block;height:2px;width:100%;position:absolute;top:0}.contribute .dot{height:16px;width:16px;background-color:#111112;border-radius:50%;border:3px solid #fbff4c;display:inline-block;position:absolute;top:-7px;left:-6px}@media(max-width: 991.98px){.contribute::before{left:0;height:100%;width:2px;top:15px}.contribute .dot{top:5px;left:-6px}}.contribute_1::before{background:-webkit-linear-gradient(left, #feff01, #ff2d9a)}.contribute_1 .dot{border-color:#fbff4c}.contribute_2::before{background:-webkit-linear-gradient(left, #ff2d9a, #e24cff)}.contribute_2 .dot{border-color:#ff198b}.contribute_3::before{background:-webkit-linear-gradient(left, #e24cff, #9a52ff)}.contribute_3 .dot{border-color:#c000e5}.contribute_4::before{background:-webkit-linear-gradient(left, #9a52ff, #9a52ff)}.contribute_4 .dot{border-color:#9a52ff}.card>img{border-radius:8px 8px 0 0}.card-body>p,.card-body>p:not(:last-child){padding:0;margin-bottom:2rem}main a.card{border:0;color:#fff}a.card:hover,a:hover .card-new,[data-component-name="Markdown/Markdown"] a.card{text-decoration:none !important}a.card:hover h3{text-decoration:underline}.circled-logo{background-color:#454549;border-radius:50%;padding:.65rem;width:50px;height:50px;margin-bottom:.75rem;border:2px solid #232325}.circled-logo img{width:26px;height:26px;display:inline-block}.light .circled-logo{border:none}.cols-of-1{grid-template-rows:repeat(1, min-content)}.cols-of-2{grid-template-rows:repeat(2, min-content)}.cols-of-3{grid-template-rows:repeat(3, min-content)}.cols-of-4{grid-template-rows:repeat(4, min-content)}.cols-of-5{grid-template-rows:repeat(5, min-content)}.cols-of-6{grid-template-rows:repeat(6, min-content)}.cols-of-7{grid-template-rows:repeat(7, min-content)}.cols-of-8{grid-template-rows:repeat(8, min-content)}.cols-of-9{grid-template-rows:repeat(9, min-content)}.cols-of-10{grid-template-rows:repeat(10, min-content)}.card-deck{margin-top:2.5rem;margin-left:-1.25rem;margin-right:-1.25rem;margin-bottom:5rem;flex-grow:1}@media(min-width: 992px){.card-deck{margin-top:5rem}}.card-deck .card{flex-grow:0;flex-basis:100%;margin:0 1.25rem 5rem 1.25rem;background-position:bottom;background-repeat:no-repeat;background-size:contain}.card-deck.row-cols-1 .card{flex-basis:100%;min-height:264px}@media(min-width: 768px){.card-deck.row-cols-1 .card{min-height:347px}}@media(min-width: 1200px){.card-deck.row-cols-lg-3{margin-left:-2.5rem;margin-right:-2.5rem}}@media(min-width: 992px){.card-deck.row-cols-lg-3 .card{flex-basis:calc(33% - 2.5rem )}}@media(min-width: 1200px){.card-deck.row-cols-lg-3 .card{margin:0 2.5rem 5rem 2.5rem;flex-basis:calc(33% - 5rem )}}@media(min-width: 992px){.card-deck.row-cols-lg-4 .card{flex-basis:calc(25% - 2.5rem )}}.card-deck a.card{transition:all .35s ease-out;cursor:pointer}.card-deck a.card:hover{-webkit-transform:translateY(-16px);-moz-transform:translateY(-16px);-ms-transform:translateY(-16px);-o-transform:translateY(-16px);transform:translateY(-16px)}.card-deck .card-footer{font-size:0;padding:1rem;background-position:bottom;background-repeat:no-repeat;background-size:cover;border-top:0}@media(max-width: 991.98px){.card-deck{margin-top:2rem}.card-deck .card-body{padding:1rem}.card-deck.row-cols-1 .card{margin:.75rem .75rem 5rem .75rem;max-width:calc(100% - 1.5rem)}.card-deck.row-cols-2 .card{margin:.75rem;max-width:calc(50% - 1.5rem)}}main article .card-grid.card-grid-3xN{grid-gap:1rem}main article .card-grid.card-grid-3xN .card{padding:0;margin:.5rem}main article .card-grid.card-grid-3xN .card .card-body{padding:1rem}main article .card-grid.card-grid-3xN .card .card-icon-container{width:50px;height:50px;background:#454549;display:flex;justify-content:center;align-items:center;border-radius:50%;margin-bottom:12px}main article .card-grid.card-grid-3xN .card .card-icon-container img{width:70%;height:70%}main article .card-grid.card-grid-3xN .card .card-footer{font-size:0;line-height:0;padding:1rem;background-position:bottom;background-repeat:no-repeat;background-size:cover;border-top:0}main article .card-grid.card-grid-3xN:nth-of-type(0) .card:nth-child(1) .card-footer{background-image:url("../img/cards/3-col-light-blue.svg")}main article .card-grid.card-grid-3xN:nth-of-type(0) .card:nth-child(2) .card-footer{background-image:url("../img/cards/3-col-green-purple.svg")}main article .card-grid.card-grid-3xN:nth-of-type(0) .card:nth-child(3) .card-footer{background-image:url("../img/cards/3col-purple-blue-green.svg")}main article .card-grid.card-grid-3xN:nth-of-type(0) .card:nth-child(4) .card-footer{background-image:url("../img/cards/3col-magenta-3.svg")}main article .card-grid.card-grid-3xN:nth-of-type(0) .card:nth-child(5) .card-footer{background-image:url("../img/cards/3col-green-blue.svg")}main article .card-grid.card-grid-3xN:nth-of-type(0) .card:nth-child(6) .card-footer{background-image:url("../img/cards/3col-light-blue-2.svg")}main article .card-grid.card-grid-3xN:nth-of-type(0) .card:nth-child(7) .card-footer{background-image:url("../img/cards/3col-orange-yellow-2.svg")}main article .card-grid.card-grid-3xN:nth-of-type(0) .card:nth-child(8) .card-footer{background-image:url("../img/cards/3col-pink-purple.svg")}main article .card-grid.card-grid-3xN:nth-of-type(0) .card:nth-child(9) .card-footer{background-image:url("../img/cards/3col-green-purple.svg")}main article .card-grid.card-grid-3xN:nth-of-type(1) .card:nth-child(1) .card-footer{background-image:url("../img/cards/3col-magenta.svg")}main article .card-grid.card-grid-3xN:nth-of-type(1) .card:nth-child(2) .card-footer{background-image:url("../img/cards/3-col-purple2.svg")}main article .card-grid.card-grid-3xN:nth-of-type(1) .card:nth-child(3) .card-footer{background-image:url("../img/cards/3col-neutral-blue.svg")}main article .card-grid.card-grid-3xN:nth-of-type(1) .card:nth-child(4) .card-footer{background-image:url("../img/cards/3col-purple-blue.svg")}main article .card-grid.card-grid-3xN:nth-of-type(1) .card:nth-child(5) .card-footer{background-image:url("../img/cards/3-col-pink2.svg")}main article .card-grid.card-grid-3xN:nth-of-type(1) .card:nth-child(6) .card-footer{background-image:url("../img/cards/3col-orange.svg")}main article .card-grid.card-grid-3xN:nth-of-type(1) .card:nth-child(7) .card-footer{background-image:url("../img/cards/3col-light-green.svg")}main article .card-grid.card-grid-3xN:nth-of-type(1) .card:nth-child(8) .card-footer{background-image:url("../img/cards/3col-blue-light-blue.svg")}main article .card-grid.card-grid-3xN:nth-of-type(1) .card:nth-child(9) .card-footer{background-image:url("../img/cards/3col-green.svg")}main article .card-grid.card-grid-3xN:nth-of-type(2) .card:nth-child(1) .card-footer{background-image:url("../img/cards/3-col-dark-blue.svg")}main article .card-grid.card-grid-3xN:nth-of-type(2) .card:nth-child(2) .card-footer{background-image:url("../img/cards/3-col-purple.svg")}main article .card-grid.card-grid-3xN:nth-of-type(2) .card:nth-child(3) .card-footer{background-image:url("../img/cards/3col-magenta-2.svg")}main article .card-grid.card-grid-3xN:nth-of-type(2) .card:nth-child(4) .card-footer{background-image:url("../img/cards/3-col-light-blue-2.svg")}main article .card-grid.card-grid-3xN:nth-of-type(2) .card:nth-child(5) .card-footer{background-image:url("../img/cards/3col-light-blue.svg")}main article .card-grid.card-grid-3xN:nth-of-type(2) .card:nth-child(6) .card-footer{background-image:url("../img/cards/3col-magenta-orange.svg")}main article .card-grid.card-grid-3xN:nth-of-type(2) .card:nth-child(7) .card-footer{background-image:url("../img/cards/3-col-purple-blue.svg")}main article .card-grid.card-grid-3xN:nth-of-type(2) .card:nth-child(8) .card-footer{background-image:url("../img/cards/3col-orange-3.svg")}main article .card-grid.card-grid-3xN:nth-of-type(2) .card:nth-child(9) .card-footer{background-image:url("../img/cards/3col-blue-green.svg")}main article .card-grid.card-grid-3xN:nth-of-type(3) .card:nth-child(1) .card-footer{background-image:url("../img/cards/3-col-green.svg")}main article .card-grid.card-grid-3xN:nth-of-type(3) .card:nth-child(2) .card-footer{background-image:url("../img/cards/3-col-orange.svg")}main article .card-grid.card-grid-3xN:nth-of-type(3) .card:nth-child(3) .card-footer{background-image:url("../img/cards/3col-purple-blue-2.svg")}main article .card-grid.card-grid-3xN:nth-of-type(3) .card:nth-child(4) .card-footer{background-image:url("../img/cards/3col-purple.svg")}main article .card-grid.card-grid-3xN:nth-of-type(3) .card:nth-child(5) .card-footer{background-image:url("../img/cards/3-col-light-blue2.svg")}main article .card-grid.card-grid-3xN:nth-of-type(3) .card:nth-child(6) .card-footer{background-image:url("../img/cards/3col-orange-yellow.svg")}main article .card-grid.card-grid-3xN:nth-of-type(3) .card:nth-child(7) .card-footer{background-image:url("../img/cards/3-col-pink.svg")}main article .card-grid.card-grid-3xN:nth-of-type(3) .card:nth-child(8) .card-footer{background-image:url("../img/cards/3col-green-2.svg")}main article .card-grid.card-grid-3xN:nth-of-type(3) .card:nth-child(9) .card-footer{background-image:url("../img/cards/3col-orange-2.svg")}.cta-card{text-align:center;background-color:#232325}.card-subhead{font-size:1rem;margin-bottom:.25rem;margin-top:.5rem}.breadcrumbs-wrap{position:relative;z-index:11;padding:0 0 2rem 0}.interactive-block .breadcrumbs-wrap{padding:0}.breadcrumb-item+.breadcrumb-item:before{content:"";font-family:FontAwesome;padding-right:5px}.breadcrumbs-wrap .breadcrumb{padding:0;margin-bottom:0;font-size:.833em}.breadcrumb-item a{color:#e0e0e1;text-decoration:none}.breadcrumb-item a:hover{color:#9a52ff}.landing .container-fluid.section-hero,.landing .section-hero.container-sm,.landing .section-hero.container-md,.landing .section-hero.container-lg,.landing .section-hero.container-xl{padding:48px 0}.landing article .children-display>ul>li,.landing article .curated-links>ul>li{margin-top:24px}.landing article .children-display li a,.landing article .curated-links li a{font-weight:700;font-size:1.25rem;text-decoration:none}.landing article .children-display li a:hover,.landing article .curated-links li a:hover{text-decoration:underline}.landing section:first-of-type h1:first-child{margin-top:0;line-height:1.2}.landing .level-1,.landing .level-2{margin-top:0}.landing .curated-links ul,.landing .curated-links ol,.landing .children-display ul{padding-left:0;margin-bottom:0}.landing .section-hero .blurb{font-size:1.2em;line-height:1.71em}.landing .doc-index .level-1{list-style-type:disc;margin-left:1rem}.landing .doc-index .level-2{list-style-type:circle;margin-left:2rem}.landing .doc-index .level-3{list-style-type:square;margin-left:3rem}.landing .doc-index .level-4{list-style-type:disc;margin-left:4rem}.landing .doc-index .level-5{margin-left:5rem;list-style-type:circle}.landing .doc-index .level-6{margin-left:6rem;list-style-type:square}.landing p a,.landing h5 a{color:#9a52ff;font-weight:600}.landing p a:hover,.landing h5 a:hover{text-decoration:underline}.landing .display-4{margin-bottom:1.5rem}.landing #test-net-servers h3{font-size:1.4rem;font-weight:700}.landing #test-net-servers pre{overflow-x:auto}.landing section:first-of-type{border-top-width:0}.landing #main_content_wrapper{border-bottom:none;margin-top:80px}.landing .marketing-wrapper{margin-top:10rem;margin-bottom:6rem}@media(max-width: 767.98px){.landing .marketing-wrapper{margin-top:6rem}}.landing .nav .nav-link{padding:1rem 2rem 1rem 0;color:#e0e0e1;border-bottom:1px solid #232325;position:relative}.landing .nav .nav-link:hover{color:#9a52ff}.landing .nav .nav-link:not(.external-link)::after{content:" ";background-image:url(../img/icons/arrow-right-purple.svg);background-repeat:no-repeat;background-position:center;background-size:1rem;position:absolute;right:0;width:1.5rem;height:1.5rem;transition:all .2s ease}.landing .nav .nav-link:not(.external-link):hover::after{animation:arrowDance2 1.2s infinite}.landing .nav .nav-link.external-link::after{content:" ";background-image:url(../img/icons/arrow-up-right.svg);background-repeat:no-repeat;position:absolute;background-position:center;background-size:.75rem;right:7px;width:1.5rem;height:1.5rem;transition:all .2s ease}.landing .nav .nav-link.external-link:hover::after{animation:arrowDanceDiag 1.2s infinite}.landing .card-body .nav .nav-link{border-bottom:1px solid #454549}.alert-info{color:#fff;background-color:#006bb2;border-width:0}.alert-info a{text-decoration:underline;color:#fff}.alert-info a:hover{color:#e0e0e1}.highlight-subcard{margin:1.5rem 0;padding:1rem;border:2px solid #fff;background:#111112}.interactive-block-inner{border:1px dashed #9a52ff;padding:10px;margin:5px}.interactive-block-ui>button{margin:10px 0}.interactive-block input:invalid{box-shadow:inset 0 0 5px 5px #ff198b}.interactive-block .breadcrumbs-wrap{margin-bottom:11px}.interactive-block .breadcrumb-item{margin-top:6px}.interactive-block .breadcrumb-item a{text-decoration:none}.interactive-block .breadcrumb-item.current a{font-weight:bold}.interactive-block .breadcrumb-item.active a{color:#b480ff}.interactive-block .breadcrumb-item.disabled a{color:#454549}.interactive-block .breadcrumb-item.done a:after{content:"";font-family:FontAwesome;color:#e0e0e1;padding-right:5px;padding-left:5px}.interactive-block .waiting-for-tx{word-break:break-word}.ws-console{height:200px;overflow:auto}.status{cursor:help;padding:1px 2px;font-weight:normal;text-indent:0}.status.not_enabled{color:#faff19}.status.removed{color:#ff198b}.labels-wrap ul::before{content:"";font-family:FontAwesome;font-size:1.5rem}.labels-wrap .list-inline-item{margin-top:.5rem}.pg-category{color:#a2a2a4}.pg-category::after{content:"";font-family:FontAwesome;padding-left:5px}.label{border-radius:100px;border-width:0;padding:.5rem 1rem;font-weight:bold;text-decoration:none !important;text-align:center;white-space:nowrap;background-color:#111112;color:#c1c1c2}.label .badge-pill{width:24px;height:24px;border-radius:50px;margin-left:.5rem;font-weight:400;line-height:23px;font-size:16px;padding:0;margin-top:-2px}html.light .label{background-color:#e0e0e1;color:#232325}html.light .label .badge-pill{color:#e0e0e1;background-color:#232325}html.light .label:hover{background-color:#c1c1c2;color:#111112}html.light .label:hover .badge-pill{color:#c1c1c2;background-color:#111112}.label .badge-pill{color:#111112;background-color:#c1c1c2}.label:hover{color:#e0e0e1;background-color:#232325}.label:hover .badge-pill{color:#232325;background-color:#e0e0e1}.label.label-accounts,.label.label-payment-channels,.label.label-amm,.label.label-アカウント,.label.label-payment-channel,.label.label-use-infrastructure,.label.label-use-security,.label.blog-category-development,.label.chip-indigo{background-color:#20004c;color:#b480ff}.label.label-accounts .badge-pill,.label.label-payment-channels .badge-pill,.label.label-amm .badge-pill,.label.label-アカウント .badge-pill,.label.label-payment-channel .badge-pill,.label.label-use-infrastructure .badge-pill,.label.label-use-security .badge-pill,.label.blog-category-development .badge-pill,.label.chip-indigo .badge-pill{color:#20004c;background-color:#b480ff}.label.label-accounts:hover,.label.label-payment-channels:hover,.label.label-amm:hover,.label.label-アカウント:hover,.label.label-payment-channel:hover,.label.label-use-infrastructure:hover,.label.label-use-security:hover,.label.blog-category-development:hover,.label.chip-indigo:hover{background-color:#350080;color:#d2b2ff}.label.label-accounts:hover .badge-pill,.label.label-payment-channels:hover .badge-pill,.label.label-amm:hover .badge-pill,.label.label-アカウント:hover .badge-pill,.label.label-payment-channel:hover .badge-pill,.label.label-use-infrastructure:hover .badge-pill,.label.label-use-security:hover .badge-pill,.label.blog-category-development:hover .badge-pill,.label.chip-indigo:hover .badge-pill{color:#350080;background-color:#d2b2ff}html.light .label.label-accounts,html.light .label.label-payment-channels,html.light .label.label-amm,html.light .label.label-アカウント,html.light .label.label-payment-channel,html.light .label.label-use-infrastructure,html.light .label.label-use-security,html.light .label.blog-category-development,html.light .label.chip-indigo{background-color:#d2b2ff;color:#350080}html.light .label.label-accounts .badge-pill,html.light .label.label-payment-channels .badge-pill,html.light .label.label-amm .badge-pill,html.light .label.label-アカウント .badge-pill,html.light .label.label-payment-channel .badge-pill,html.light .label.label-use-infrastructure .badge-pill,html.light .label.label-use-security .badge-pill,html.light .label.blog-category-development .badge-pill,html.light .label.chip-indigo .badge-pill{color:#d2b2ff;background-color:#350080}html.light .label.label-accounts:hover,html.light .label.label-payment-channels:hover,html.light .label.label-amm:hover,html.light .label.label-アカウント:hover,html.light .label.label-payment-channel:hover,html.light .label.label-use-infrastructure:hover,html.light .label.label-use-security:hover,html.light .label.blog-category-development:hover,html.light .label.chip-indigo:hover{background-color:#b480ff;color:#20004c}html.light .label.label-accounts:hover .badge-pill,html.light .label.label-payment-channels:hover .badge-pill,html.light .label.label-amm:hover .badge-pill,html.light .label.label-アカウント:hover .badge-pill,html.light .label.label-payment-channel:hover .badge-pill,html.light .label.label-use-infrastructure:hover .badge-pill,html.light .label.label-use-security:hover .badge-pill,html.light .label.blog-category-development:hover .badge-pill,html.light .label.chip-indigo:hover .badge-pill{color:#b480ff;background-color:#20004c}.label.label-blockchain,.label.label-xrp,.label.label-ブロックチェーン,.label.label-non-fungible-tokens-nfts,.label.label-use-nfts,.label.blog-category-release_notes,.label.blog-category-features,.label.chip-green{background-color:#145c35;color:#84f0b6}.label.label-blockchain .badge-pill,.label.label-xrp .badge-pill,.label.label-ブロックチェーン .badge-pill,.label.label-non-fungible-tokens-nfts .badge-pill,.label.label-use-nfts .badge-pill,.label.blog-category-release_notes .badge-pill,.label.blog-category-features .badge-pill,.label.chip-green .badge-pill{background-color:#84f0b6;color:#145c35}.label.label-blockchain:hover,.label.label-xrp:hover,.label.label-ブロックチェーン:hover,.label.label-non-fungible-tokens-nfts:hover,.label.label-use-nfts:hover,.label.blog-category-release_notes:hover,.label.blog-category-features:hover,.label.chip-green:hover{background-color:#1e8a50;color:#adf5ce}.label.label-blockchain:hover .badge-pill,.label.label-xrp:hover .badge-pill,.label.label-ブロックチェーン:hover .badge-pill,.label.label-non-fungible-tokens-nfts:hover .badge-pill,.label.label-use-nfts:hover .badge-pill,.label.blog-category-release_notes:hover .badge-pill,.label.blog-category-features:hover .badge-pill,.label.chip-green:hover .badge-pill{background-color:#adf5ce;color:#1e8a50}html.light .label.label-blockchain,html.light .label.label-xrp,html.light .label.label-ブロックチェーン,html.light .label.label-non-fungible-tokens-nfts,html.light .label.label-use-nfts,html.light .label.blog-category-release_notes,html.light .label.blog-category-features,html.light .label.chip-green{background-color:#adf5ce;color:#145c35}html.light .label.label-blockchain .badge-pill,html.light .label.label-xrp .badge-pill,html.light .label.label-ブロックチェーン .badge-pill,html.light .label.label-non-fungible-tokens-nfts .badge-pill,html.light .label.label-use-nfts .badge-pill,html.light .label.blog-category-release_notes .badge-pill,html.light .label.blog-category-features .badge-pill,html.light .label.chip-green .badge-pill{color:#adf5ce;background-color:#145c35}html.light .label.label-blockchain:hover,html.light .label.label-xrp:hover,html.light .label.label-ブロックチェーン:hover,html.light .label.label-non-fungible-tokens-nfts:hover,html.light .label.label-use-nfts:hover,html.light .label.blog-category-release_notes:hover,html.light .label.blog-category-features:hover,html.light .label.chip-green:hover{background-color:#84f0b6;color:#000}html.light .label.label-blockchain:hover .badge-pill,html.light .label.label-xrp:hover .badge-pill,html.light .label.label-ブロックチェーン:hover .badge-pill,html.light .label.label-non-fungible-tokens-nfts:hover .badge-pill,html.light .label.label-use-nfts:hover .badge-pill,html.light .label.blog-category-release_notes:hover .badge-pill,html.light .label.blog-category-features:hover .badge-pill,html.light .label.chip-green:hover .badge-pill{color:#84f0b6;background-color:#000}.label.label-checks,.label.label-core-server,.label.label-コアサーバ,.label.label-use-interoperability,.label.label-use-web_monetization,.label.blog-category-gateway_bulletins,.label.chip-purple{background-color:#40004c;color:#ea80ff}.label.label-checks .badge-pill,.label.label-core-server .badge-pill,.label.label-コアサーバ .badge-pill,.label.label-use-interoperability .badge-pill,.label.label-use-web_monetization .badge-pill,.label.blog-category-gateway_bulletins .badge-pill,.label.chip-purple .badge-pill{background-color:#ea80ff;color:#40004c}.label.label-checks:hover,.label.label-core-server:hover,.label.label-コアサーバ:hover,.label.label-use-interoperability:hover,.label.label-use-web_monetization:hover,.label.blog-category-gateway_bulletins:hover,.label.chip-purple:hover{background-color:#6b0080;color:#f2b2ff}.label.label-checks:hover .badge-pill,.label.label-core-server:hover .badge-pill,.label.label-コアサーバ:hover .badge-pill,.label.label-use-interoperability:hover .badge-pill,.label.label-use-web_monetization:hover .badge-pill,.label.blog-category-gateway_bulletins:hover .badge-pill,.label.chip-purple:hover .badge-pill{background-color:#f2b2ff;color:#6b0080}html.light .label.label-checks,html.light .label.label-core-server,html.light .label.label-コアサーバ,html.light .label.label-use-interoperability,html.light .label.label-use-web_monetization,html.light .label.blog-category-gateway_bulletins,html.light .label.chip-purple{background-color:#f2b2ff;color:#6b0080}html.light .label.label-checks .badge-pill,html.light .label.label-core-server .badge-pill,html.light .label.label-コアサーバ .badge-pill,html.light .label.label-use-interoperability .badge-pill,html.light .label.label-use-web_monetization .badge-pill,html.light .label.blog-category-gateway_bulletins .badge-pill,html.light .label.chip-purple .badge-pill{color:#f2b2ff;background-color:#6b0080}html.light .label.label-checks:hover,html.light .label.label-core-server:hover,html.light .label.label-コアサーバ:hover,html.light .label.label-use-interoperability:hover,html.light .label.label-use-web_monetization:hover,html.light .label.blog-category-gateway_bulletins:hover,html.light .label.chip-purple:hover{background-color:#ea80ff;color:#40004c}html.light .label.label-checks:hover .badge-pill,html.light .label.label-core-server:hover .badge-pill,html.light .label.label-コアサーバ:hover .badge-pill,html.light .label.label-use-interoperability:hover .badge-pill,html.light .label.label-use-web_monetization:hover .badge-pill,html.light .label.blog-category-gateway_bulletins:hover .badge-pill,html.light .label.chip-purple:hover .badge-pill{color:#ea80ff;background-color:#40004c}.label.label-cross-currency,.label.label-security,.label.label-クロスカレンシー,.label.label-セキュリティ,.label.label-use-gaming,.label.label-use-defi,.label.blog-category-amendments,.label.chip-yellow{background-color:#4b4c00;color:#fcff80}.label.label-cross-currency .badge-pill,.label.label-security .badge-pill,.label.label-クロスカレンシー .badge-pill,.label.label-セキュリティ .badge-pill,.label.label-use-gaming .badge-pill,.label.label-use-defi .badge-pill,.label.blog-category-amendments .badge-pill,.label.chip-yellow .badge-pill{background-color:#fcff80;color:#4b4c00}.label.label-cross-currency:hover,.label.label-security:hover,.label.label-クロスカレンシー:hover,.label.label-セキュリティ:hover,.label.label-use-gaming:hover,.label.label-use-defi:hover,.label.blog-category-amendments:hover,.label.chip-yellow:hover{background-color:#7d8000;color:#fdffb2}.label.label-cross-currency:hover .badge-pill,.label.label-security:hover .badge-pill,.label.label-クロスカレンシー:hover .badge-pill,.label.label-セキュリティ:hover .badge-pill,.label.label-use-gaming:hover .badge-pill,.label.label-use-defi:hover .badge-pill,.label.blog-category-amendments:hover .badge-pill,.label.chip-yellow:hover .badge-pill{background-color:#fdffb2;color:#7d8000}html.light .label.label-cross-currency,html.light .label.label-security,html.light .label.label-クロスカレンシー,html.light .label.label-セキュリティ,html.light .label.label-use-gaming,html.light .label.label-use-defi,html.light .label.blog-category-amendments,html.light .label.chip-yellow{background-color:#fdffb2;color:#4b4c00}html.light .label.label-cross-currency .badge-pill,html.light .label.label-security .badge-pill,html.light .label.label-クロスカレンシー .badge-pill,html.light .label.label-セキュリティ .badge-pill,html.light .label.label-use-gaming .badge-pill,html.light .label.label-use-defi .badge-pill,html.light .label.blog-category-amendments .badge-pill,html.light .label.chip-yellow .badge-pill{color:#fdffb2;background-color:#4b4c00}html.light .label.label-cross-currency:hover,html.light .label.label-security:hover,html.light .label.label-クロスカレンシー:hover,html.light .label.label-セキュリティ:hover,html.light .label.label-use-gaming:hover,html.light .label.label-use-defi:hover,html.light .label.blog-category-amendments:hover,html.light .label.chip-yellow:hover{background-color:#fcff80;color:#4b4c00}html.light .label.label-cross-currency:hover .badge-pill,html.light .label.label-security:hover .badge-pill,html.light .label.label-クロスカレンシー:hover .badge-pill,html.light .label.label-セキュリティ:hover .badge-pill,html.light .label.label-use-gaming:hover .badge-pill,html.light .label.label-use-defi:hover .badge-pill,html.light .label.blog-category-amendments:hover .badge-pill,html.light .label.chip-yellow:hover .badge-pill{color:#fcff80;background-color:#4b4c00}.label.label-decentralized-exchange,.label.label-smart-contracts,.label.label-transaction-sending,.label.label-分散型取引所,.label.label-スマートコントラクト,.label.label-トランザクション送信,.label.label-use-developer_tooling,.label.label-use-payments,.label.blog-category-developer_reflections,.label.blog-category-case_study,.label.chip-blue{background-color:#002e4c;color:#80ccff}.label.label-decentralized-exchange .badge-pill,.label.label-smart-contracts .badge-pill,.label.label-transaction-sending .badge-pill,.label.label-分散型取引所 .badge-pill,.label.label-スマートコントラクト .badge-pill,.label.label-トランザクション送信 .badge-pill,.label.label-use-developer_tooling .badge-pill,.label.label-use-payments .badge-pill,.label.blog-category-developer_reflections .badge-pill,.label.blog-category-case_study .badge-pill,.label.chip-blue .badge-pill{background-color:#80ccff;color:#002e4c}.label.label-decentralized-exchange:hover,.label.label-smart-contracts:hover,.label.label-transaction-sending:hover,.label.label-分散型取引所:hover,.label.label-スマートコントラクト:hover,.label.label-トランザクション送信:hover,.label.label-use-developer_tooling:hover,.label.label-use-payments:hover,.label.blog-category-developer_reflections:hover,.label.blog-category-case_study:hover,.label.chip-blue:hover{background-color:#004d80;color:#b2e0ff}.label.label-decentralized-exchange:hover .badge-pill,.label.label-smart-contracts:hover .badge-pill,.label.label-transaction-sending:hover .badge-pill,.label.label-分散型取引所:hover .badge-pill,.label.label-スマートコントラクト:hover .badge-pill,.label.label-トランザクション送信:hover .badge-pill,.label.label-use-developer_tooling:hover .badge-pill,.label.label-use-payments:hover .badge-pill,.label.blog-category-developer_reflections:hover .badge-pill,.label.blog-category-case_study:hover .badge-pill,.label.chip-blue:hover .badge-pill{background-color:#b2e0ff;color:#004d80}html.light .label.label-decentralized-exchange,html.light .label.label-smart-contracts,html.light .label.label-transaction-sending,html.light .label.label-分散型取引所,html.light .label.label-スマートコントラクト,html.light .label.label-トランザクション送信,html.light .label.label-use-developer_tooling,html.light .label.label-use-payments,html.light .label.blog-category-developer_reflections,html.light .label.blog-category-case_study,html.light .label.chip-blue{background-color:#b2e0ff;color:#004d80}html.light .label.label-decentralized-exchange .badge-pill,html.light .label.label-smart-contracts .badge-pill,html.light .label.label-transaction-sending .badge-pill,html.light .label.label-分散型取引所 .badge-pill,html.light .label.label-スマートコントラクト .badge-pill,html.light .label.label-トランザクション送信 .badge-pill,html.light .label.label-use-developer_tooling .badge-pill,html.light .label.label-use-payments .badge-pill,html.light .label.blog-category-developer_reflections .badge-pill,html.light .label.blog-category-case_study .badge-pill,html.light .label.chip-blue .badge-pill{color:#b2e0ff;background-color:#004d80}html.light .label.label-decentralized-exchange:hover,html.light .label.label-smart-contracts:hover,html.light .label.label-transaction-sending:hover,html.light .label.label-分散型取引所:hover,html.light .label.label-スマートコントラクト:hover,html.light .label.label-トランザクション送信:hover,html.light .label.label-use-developer_tooling:hover,html.light .label.label-use-payments:hover,html.light .label.blog-category-developer_reflections:hover,html.light .label.blog-category-case_study:hover,html.light .label.chip-blue:hover{background-color:#80ccff;color:#002e4c}html.light .label.label-decentralized-exchange:hover .badge-pill,html.light .label.label-smart-contracts:hover .badge-pill,html.light .label.label-transaction-sending:hover .badge-pill,html.light .label.label-分散型取引所:hover .badge-pill,html.light .label.label-スマートコントラクト:hover .badge-pill,html.light .label.label-トランザクション送信:hover .badge-pill,html.light .label.label-use-developer_tooling:hover .badge-pill,html.light .label.label-use-payments:hover .badge-pill,html.light .label.blog-category-developer_reflections:hover .badge-pill,html.light .label.blog-category-case_study:hover .badge-pill,html.light .label.chip-blue:hover .badge-pill{color:#80ccff;background-color:#002e4c}.label.label-escrow,.label.label-tokens,.label.label-development,.label.label-トークン,.label.label-開発,.label.label-use-wallet,.label.label-use-sustainability,.label.blog-category-advisories,.label.chip-orange{background-color:#4c1a00;color:#ffaa80}.label.label-escrow .badge-pill,.label.label-tokens .badge-pill,.label.label-development .badge-pill,.label.label-トークン .badge-pill,.label.label-開発 .badge-pill,.label.label-use-wallet .badge-pill,.label.label-use-sustainability .badge-pill,.label.blog-category-advisories .badge-pill,.label.chip-orange .badge-pill{background-color:#ffaa80;color:#4c1a00}.label.label-escrow:hover,.label.label-tokens:hover,.label.label-development:hover,.label.label-トークン:hover,.label.label-開発:hover,.label.label-use-wallet:hover,.label.label-use-sustainability:hover,.label.blog-category-advisories:hover,.label.chip-orange:hover{background-color:#802b00;color:#ffccb2}.label.label-escrow:hover .badge-pill,.label.label-tokens:hover .badge-pill,.label.label-development:hover .badge-pill,.label.label-トークン:hover .badge-pill,.label.label-開発:hover .badge-pill,.label.label-use-wallet:hover .badge-pill,.label.label-use-sustainability:hover .badge-pill,.label.blog-category-advisories:hover .badge-pill,.label.chip-orange:hover .badge-pill{background-color:#ffccb2;color:#802b00}html.light .label.label-escrow,html.light .label.label-tokens,html.light .label.label-development,html.light .label.label-トークン,html.light .label.label-開発,html.light .label.label-use-wallet,html.light .label.label-use-sustainability,html.light .label.blog-category-advisories,html.light .label.chip-orange{background-color:#ffccb2;color:#802b00}html.light .label.label-escrow .badge-pill,html.light .label.label-tokens .badge-pill,html.light .label.label-development .badge-pill,html.light .label.label-トークン .badge-pill,html.light .label.label-開発 .badge-pill,html.light .label.label-use-wallet .badge-pill,html.light .label.label-use-sustainability .badge-pill,html.light .label.blog-category-advisories .badge-pill,html.light .label.chip-orange .badge-pill{color:#ffccb2;background-color:#802b00}html.light .label.label-escrow:hover,html.light .label.label-tokens:hover,html.light .label.label-development:hover,html.light .label.label-トークン:hover,html.light .label.label-開発:hover,html.light .label.label-use-wallet:hover,html.light .label.label-use-sustainability:hover,html.light .label.blog-category-advisories:hover,html.light .label.chip-orange:hover{background-color:#ffaa80;color:#4c1a00}html.light .label.label-escrow:hover .badge-pill,html.light .label.label-tokens:hover .badge-pill,html.light .label.label-development:hover .badge-pill,html.light .label.label-トークン:hover .badge-pill,html.light .label.label-開発:hover .badge-pill,html.light .label.label-use-wallet:hover .badge-pill,html.light .label.label-use-sustainability:hover .badge-pill,html.light .label.blog-category-advisories:hover .badge-pill,html.light .label.chip-orange:hover .badge-pill{color:#ffaa80;background-color:#4c1a00}.label.label-fees,.label.label-payments,.label.label-data-retention,.label.label-手数料,.label.label-支払い,.label.label-データ保持,.label.label-use-exchanges,.label.label-use-custody,.label.blog-category-security,.label.chip-magenta{background-color:#4c0026;color:#ff80bf}.label.label-fees .badge-pill,.label.label-payments .badge-pill,.label.label-data-retention .badge-pill,.label.label-手数料 .badge-pill,.label.label-支払い .badge-pill,.label.label-データ保持 .badge-pill,.label.label-use-exchanges .badge-pill,.label.label-use-custody .badge-pill,.label.blog-category-security .badge-pill,.label.chip-magenta .badge-pill{background-color:#ff80bf;color:#4c0026}.label.label-fees:hover,.label.label-payments:hover,.label.label-data-retention:hover,.label.label-手数料:hover,.label.label-支払い:hover,.label.label-データ保持:hover,.label.label-use-exchanges:hover,.label.label-use-custody:hover,.label.blog-category-security:hover,.label.chip-magenta:hover{background-color:#80003f;color:#ffb2d8}.label.label-fees:hover .badge-pill,.label.label-payments:hover .badge-pill,.label.label-data-retention:hover .badge-pill,.label.label-手数料:hover .badge-pill,.label.label-支払い:hover .badge-pill,.label.label-データ保持:hover .badge-pill,.label.label-use-exchanges:hover .badge-pill,.label.label-use-custody:hover .badge-pill,.label.blog-category-security:hover .badge-pill,.label.chip-magenta:hover .badge-pill{background-color:#ffb2d8;color:#80003f}html.light .label.label-fees,html.light .label.label-payments,html.light .label.label-data-retention,html.light .label.label-手数料,html.light .label.label-支払い,html.light .label.label-データ保持,html.light .label.label-use-exchanges,html.light .label.label-use-custody,html.light .label.blog-category-security,html.light .label.chip-magenta{background-color:#ffb2d8;color:#80003f}html.light .label.label-fees .badge-pill,html.light .label.label-payments .badge-pill,html.light .label.label-data-retention .badge-pill,html.light .label.label-手数料 .badge-pill,html.light .label.label-支払い .badge-pill,html.light .label.label-データ保持 .badge-pill,html.light .label.label-use-exchanges .badge-pill,html.light .label.label-use-custody .badge-pill,html.light .label.blog-category-security .badge-pill,html.light .label.chip-magenta .badge-pill{color:#ffb2d8;background-color:#80003f}html.light .label.label-fees:hover,html.light .label.label-payments:hover,html.light .label.label-data-retention:hover,html.light .label.label-手数料:hover,html.light .label.label-支払い:hover,html.light .label.label-データ保持:hover,html.light .label.label-use-exchanges:hover,html.light .label.label-use-custody:hover,html.light .label.blog-category-security:hover,html.light .label.chip-magenta:hover{background-color:#ff80bf;color:#4c0026}html.light .label.label-fees:hover .badge-pill,html.light .label.label-payments:hover .badge-pill,html.light .label.label-data-retention:hover .badge-pill,html.light .label.label-手数料:hover .badge-pill,html.light .label.label-支払い:hover .badge-pill,html.light .label.label-データ保持:hover .badge-pill,html.light .label.label-use-exchanges:hover .badge-pill,html.light .label.label-use-custody:hover .badge-pill,html.light .label.blog-category-security:hover .badge-pill,html.light .label.chip-magenta:hover .badge-pill{color:#ff80bf;background-color:#4c0026}.tag-cloud .list-inline-item{margin-top:1.5rem}.command-list-wrapper{position:sticky;top:calc(var(--navbar-height) + var(--toc-offset-top));max-height:calc(100vh - var(--navbar-height) - var(--toc-offset-top));overflow-y:auto;width:var(--toc-width)}#tx-sender-history .list-group-item{font-size:small;color:#454549}.response-metadata .timestamp{color:#454549}.throbber{width:24px;height:24px}#connection-status .card-body{border-left:0}#connection-status-item.active{background-color:#32e685;border-color:#32e685}.api-input-area .btn-group>.send-request.btn{border-bottom-right-radius:4px;border-top-right-radius:4px}#tx-sender-history ul{overflow:auto;height:220px;border:1px solid #e0e0e1}.progress small{margin-top:.5rem}.page-tx-sender .input-group .form-control,.interactive-block-ui .input-group .form-control{flex:1 1 20%;height:auto}.bootstrap-growl{max-width:90vw !important;overflow:hidden}.list-group-item-danger,#tx-sender-history .list-group-item-danger{background-color:#ff80bf;color:#000}.list-group-item-danger a,#tx-sender-history .list-group-item-danger a{color:#000}.list-group-item-danger a:hover,#tx-sender-history .list-group-item-danger a:hover{color:#000;text-decoration:underline}.rpc-tool .main h1::before,.rpc-tool .main h2::before,.rpc-tool .main h3::before{display:none}.form-text a{text-decoration:underline}@media print{.multicode>div{display:block !important}.multicode>em,.multicode>p>em{display:block !important;page-break-after:avoid}.multicode>p{display:block !important}.code_toggler{display:none}pre{white-space:pre-wrap;max-height:none !important;overflow:visible;page-break-inside:auto;word-wrap:break-word}pre code{white-space:pre-wrap !important;color:#22252b !important}code{white-space:pre-wrap !important;color:#22252b !important}.codehilite .n,.codehilite .na,.codehilite .nb,.codehilite .nc,.codehilite .nd,.codehilite .ne,.codehilite .nf,.codehilite .ni,.codehilite .nl,.codehilite .nn,.codehilite .nt,.codehilite .nv,.codehilite .nx,.codehilite .bp,.codehilite .fm,.codehilite .py{color:#22252b}article a[title=Source]{float:none}header,footer,aside{display:none !important}.navbar{display:none !important}article,#main_content_body{position:static;display:block;width:auto;height:auto;color:#000 !important;max-width:100%;overflow:visible !important}body{overflow:visible;background:#fff}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{color:#000}.interactive-block{display:none}.container{margin-top:1rem !important}}#home-purple{position:absolute;left:0;top:-400px}#home-green{position:absolute;right:-3px;top:60px}.sidelinks:hover{color:#9a52ff}.sidelinks.active{color:#9a52ff;font-weight:bold}.page-home #home-hero-container{display:flex;justify-content:center;align-items:center;width:100%;padding-top:54.8%;overflow:hidden}.page-home #home-hero-graphic{width:100%;max-width:856px;height:auto;object-fit:cover;content:url("../img/home-hero.svg");margin-bottom:24px;display:block;margin-left:auto;margin-right:auto}@media(min-width: 992px){.page-home #home-hero-graphic{min-height:470px}}@media(max-width: 991px)and (min-width: 540px){.page-home #home-hero-graphic{min-height:250px}}@media(max-width: 539px){.page-home #home-hero-graphic{min-height:170px}}.page-home #benefits-list #public{content:url("../img/icons/public.svg")}.page-home #benefits-list #streamlined{content:url("../img/icons/streamlined.svg")}.page-home #benefits-list #performance{content:url("../img/icons/performance.svg")}.page-home #benefits-list #low-cost{content:url("../img/icons/low-cost.svg")}.page-home #benefits-list #community{content:url("../img/icons/community.svg")}.page-home #benefits-list #reliability{content:url("../img/icons/reliability.svg")}.page-home #advanced-features .card:nth-child(1) .card-footer{background-image:url("../img/cards/3col-pink-purple.svg")}.page-home #advanced-features .card:nth-child(2) .card-footer{background-image:url("../img/cards/3col-neutral-blue.svg")}.page-home #advanced-features .card:nth-child(3) .card-footer{background-image:url("../img/cards/3col-light-green.svg")}.page-home #advanced-features .card:nth-child(4) .card-footer{background-image:url("../img/cards/3col-orange.svg")}.page-home #advanced-features .card:nth-child(5) .card-footer{background-image:url("../img/cards/3col-purple-blue-2.svg")}.page-home #get-started .card:nth-child(1) .card-footer{background-image:url("../img/cards/3col-orange-yellow.svg")}.page-home #get-started .card:nth-child(2) .card-footer{background-image:url("../img/cards/3col-magenta-orange.svg")}.page-home #get-started .card:nth-child(3) .card-footer{background-image:url("../img/cards/3col-purple-blue-green.svg")}.page-home #get-started .card:nth-child(4) .card-footer{background-image:url("../img/cards/3col-light-blue.svg")}.page-home #get-started .card:nth-child(5) .card-footer{background-image:url("../img/cards/3col-green-blue.svg")}#embedded-payments-list #digital-wallets{content:url("../img/uses/payments/digital-wallet.png")}#embedded-payments-list #cross-border-remittance{content:url("../img/uses/payments/cross-border.png")}#embedded-payments-list #regulated-foreign-exchange{content:url("../img/uses/payments/regulated.png")}#embedded-payments-list #merchant-settlement{content:url("../img/uses/payments/merchant-settlement.png")}#embedded-payments-list #b2b-payment-rails{content:url("../img/uses/payments/b2b-payment.png")}#embedded-payments-list #compliance-first-payment-acceptance{content:url("../img/uses/payments/compliance.png")}.cta{position:absolute}.cta-top-left{top:0;left:0}.cta-bottom-right{bottom:0;right:0}.landing-bg{opacity:.6}@media(min-width: 768px){.landing-bg{opacity:1}}.landing-builtin-bg::before{content:"";position:absolute;top:0;left:0;background-repeat:no-repeat;background-position-x:left;background-position-y:top;opacity:.6}@media(min-width: 768px){.landing-builtin-bg::before{opacity:1}}#xrp-overview-blue{position:absolute;top:0;left:0}@media(max-width: 767.98px){#xrp-mark-overview{height:40px;margin-top:16px}}#wallets #wallet-ledger{content:url("../img/wallets/ledger.svg")}#wallets #wallet-secalot{content:url("../img/wallets/secalot.svg")}#wallets #wallet-trezor{content:url("../img/wallets/trezor.svg")}#wallets #wallet-xumm{content:url("../img/wallets/xumm.svg")}#wallets #wallet-trust{content:url("../img/wallets/trust.svg")}#wallets #wallet-gatehub{content:url("../img/wallets/gatehub.svg")}#wallets #wallet-towo{content:url("../img/wallets/towo.svg")}#wallets #wallet-keystone{content:url("../img/wallets/keystone.svg")}#wallets #wallet-dcent{content:url("../img/wallets/dcent.svg")}#wallets #wallet-coin{content:url("../img/wallets/coin.svg")}#wallets #wallet-gem{content:url("../img/wallets/gem.svg")}#wallets #wallet-joey{content:url("../img/wallets/joey.svg")}#wallets #wallet-bitfrost{content:url("../img/wallets/bitfrost.png")}#wallets #wallet-crossmark{content:url("../img/wallets/crossmark.png")}#top-exchanges #exch-bitstamp{content:url("../img/exchanges/bitstamp.svg")}#top-exchanges #exch-kraken{content:url("../img/exchanges/kraken.svg")}#top-exchanges #exch-cex-io{content:url("../img/exchanges/cex-io.svg")}#top-exchanges #exch-liquid{content:url("../img/exchanges/liquid.svg")}#top-exchanges #exch-lmax{content:url("../img/exchanges/lmax.svg")}#top-exchanges #exch-bitfinex{content:url("../img/exchanges/bitfinex.svg")}#top-exchanges #exch-etoro{content:url("../img/exchanges/etoro.svg")}#top-exchanges #exch-bittrex{content:url("../img/exchanges/bittrex.png")}#top-exchanges #exch-currency-com{content:url("../img/exchanges/currency-com.png")}#top-exchanges #exch-ftx{content:url("../img/exchanges/ftx.png")}#xrpl-overview-purple{position:absolute;top:40px;left:0}@media(max-width: 767.98px){#xrpl-overview-purple{top:0;left:-20vw}}#xrpl-overview-orange{position:absolute;top:80px;right:-4px}#use-cases-orange{position:absolute;top:-480px;right:-4px}#validator-graphic{content:url(../img/validators.svg)}.page-uses .container-new{padding-left:16px;padding-right:16px}.page-uses h1{font-size:42px}.page-uses::before{transform:scaleX(-1);background-image:url(../img/backgrounds/use-cases-blue.svg)}.page-uses .card-grid{grid-gap:8px}.page-uses .card-grid img{max-height:40px}.page-uses .modal{padding:0}.page-uses .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#000;background-clip:padding-box;border:none;border-radius:0;box-shadow:none;outline:none;background:#111112}.page-uses .modal-header{border:none;background:#111112;box-shadow:0px 1px 2px #000}.page-uses .modal-header .cancel .chevron{transform:rotate(90deg)}.page-uses .modal-header .apply .chevron{transform:rotate(-90deg)}.page-uses .modal-footer{border:none;background:#111112;box-shadow:0px -1px 2px #000;align-items:unset;padding:.75rem;flex-direction:column;flex-wrap:wrap}.page-uses .card-title{margin-bottom:.5rem;line-height:26px}.page-uses .card-uses{padding:16px;margin:0;text-decoration:none;transition:all .35s ease-out}.page-uses .card-uses:hover{text-decoration:none;color:#e0e0e1;transform:translateY(-16px);text-decoration:none}.page-uses .card-body{background:#232325;border-radius:8px;height:100%;padding:32px;margin:0}.page-uses .page-events .label{font-weight:normal;font-size:14px;margin:0;padding-left:26px}.page-uses .category-header{font-weight:bold;color:#c1c1c2}.page-uses .light .category-checkbox label{color:#fff}.page-uses .category-checkbox{display:flex;align-items:center}.page-uses .category-checkbox label{font-weight:normal;font-size:14px;margin:0;padding-left:26px}.page-uses .category_count{margin-left:8px;padding:2px 16px;width:24px;height:16px;background:#350080;border-radius:100px;font-weight:600;font-size:12px;line-height:16px;color:#b480ff}.page-uses .category_sidebar{position:sticky;top:10px}.page-uses #infrastructure{content:url("../img/icons/usecases/ic_infrastructure.png")}.page-uses #developer_tooling{content:url("../img/icons/usecases/ic_developer_tooling.png")}.page-uses #interoperability{content:url("../img/icons/usecases/ic_interoperability.png")}.page-uses #wallet{content:url("../img/icons/usecases/ic_wallet.png")}.page-uses #nfts{content:url("../img/icons/usecases/ic_nfts.png")}.page-uses #exchanges{content:url("../img/icons/usecases/ic_exchanges.png")}.page-uses #gaming{content:url("../img/icons/usecases/ic_gaming.png")}.page-uses #security{content:url("../img/icons/usecases/ic_security.png")}.page-uses #payments{content:url("../img/icons/usecases/ic_payments.png")}.page-uses #web_monetization{content:url("../img/icons/usecases/ic_web_monetization.png")}.page-uses #sustainability{content:url("../img/icons/usecases/ic_sustainability.png")}.page-uses #cbdc{content:url("../img/icons/usecases/ic_cbdc.png")}.page-uses #other{content:url("../img/icons/usecases/ic_other.png")}.page-uses #carbon_markets{content:url("../img/icons/usecases/ic_carbon_markets.png")}.page-uses #custody{content:url("../img/icons/usecases/ic_custody.png")}.page-uses #defi{content:url("../img/icons/usecases/ic_defi.png")}.page-uses #use_case_companies_list #bithomp .biz-logo{max-height:40px;content:url("../img/uses/bithomp.svg")}.page-uses #use_case_companies_list #onthedex .biz-logo{max-height:40px;content:url("../img/uses/onthedex.svg")}.page-uses #use_case_companies_list #gatehub .biz-logo{max-height:40px;content:url("../img/uses/gatehub.svg")}.page-uses #use_case_companies_list #towo-labs .biz-logo{max-height:40px;content:url("../img/uses/towo-labs.svg")}.page-uses #use_case_companies_list #xrp-toolkit .biz-logo{max-height:40px;content:url("../img/uses/xrp-toolkit.svg")}.page-uses #use_case_companies_list #xrpl-org-ledger-explorer .biz-logo{max-height:40px;content:url("../img/uses/xrpl-org-ledger-explorer.svg")}.page-uses #use_case_companies_list #xrpl-rosetta .biz-logo{max-height:40px;content:url("../img/uses/xrpl-rosetta.svg")}.page-uses #use_case_companies_list #xrpscan .biz-logo{max-height:40px;content:url("../img/uses/xrpscan.svg")}.page-uses #use_case_companies_list #evernode .biz-logo{max-height:40px;content:url("../img/uses/evernode.svg")}.page-uses #use_case_companies_list #cryptum .biz-logo{max-height:40px;content:url("../img/uses/cryptum.svg")}.page-uses #use_case_companies_list #x-tokenize .biz-logo{max-height:40px;content:url("../img/uses/x-tokenize.svg")}.page-uses #use_case_companies_list #multichain .biz-logo{max-height:40px;content:url("../img/uses/multichain.svg")}.page-uses #use_case_companies_list #xumm-wallet .biz-logo{max-height:40px;content:url("../img/uses/xumm-wallet.svg")}.page-uses #use_case_companies_list #gem-wallet .biz-logo{max-height:40px;content:url("../img/uses/gem-wallet.svg")}.page-uses #use_case_companies_list #aesthetes .biz-logo{max-height:40px;content:url("../img/uses/aesthetes.svg")}.page-uses #use_case_companies_list #audiotarky .biz-logo{max-height:40px;content:url("../img/uses/audiotarky.svg")}.page-uses #use_case_companies_list #xrp-cafe .biz-logo{max-height:40px;content:url("../img/uses/xrp-cafe.svg")}.page-uses #use_case_companies_list #nft-master .biz-logo{max-height:40px;content:url("../img/uses/nft-master.svg")}.page-uses #use_case_companies_list #onxrp .biz-logo{max-height:40px;content:url("../img/uses/onxrp.svg")}.page-uses #use_case_companies_list #peerkat .biz-logo{max-height:40px;content:url("../img/uses/peerkat.svg")}.page-uses #use_case_companies_list #sologenic-nft .biz-logo{max-height:40px;content:url("../img/uses/sologenic-nft.svg")}.page-uses #use_case_companies_list #sologenic-dex .biz-logo{max-height:40px;content:url("../img/uses/sologenic-dex.svg")}.page-uses #use_case_companies_list #xp-market .biz-logo{max-height:40px;content:url("../img/uses/xp-market.svg")}.page-uses #use_case_companies_list #ledger-city .biz-logo{max-height:40px;content:url("../img/uses/ledger-city.svg")}.page-uses #use_case_companies_list #forte .biz-logo{max-height:40px;content:url("../img/uses/forte.svg")}.page-uses #use_case_companies_list #futureverse .biz-logo{max-height:40px;content:url("../img/uses/futureverse.svg")}.page-uses #use_case_companies_list #first-ledger-bot .biz-logo{max-height:40px;content:url("../img/uses/first-ledger-bot.svg")}.page-uses #use_case_companies_list #moai-finance .biz-logo{max-height:40px;content:url("../img/uses/moai-finance.svg")}.page-uses #use_case_companies_list #orchestra-finance .biz-logo{max-height:40px;content:url("../img/uses/orchestra-finance.svg")}.page-uses #use_case_companies_list #anchain-ai .biz-logo{max-height:40px;content:url("../img/uses/anchain-ai.svg")}.page-uses #use_case_companies_list #coil .biz-logo{max-height:40px;content:url("../img/uses/coil.svg")}.page-uses #use_case_companies_list #carbonland-trust .biz-logo{max-height:40px;content:url("../img/uses/carbonland-trust.svg")}.page-uses #use_case_companies_list #casino-coin .biz-logo{max-height:40px;content:url("../img/uses/casino-coin.svg")}.page-uses #use_case_companies_list #bitgo .biz-logo{max-height:40px;content:url("../img/uses/bitgo.svg")}.page-uses #use_case_companies_list #bitpay .biz-logo{max-height:40px;content:url("../img/uses/bitpay.svg")}.page-uses #use_case_companies_list #ripples-on-demand-liquidity .biz-logo{max-height:40px;content:url("../img/uses/ripples-on-demand-liquidity.svg")}.page-uses #use_case_companies_list #ripples-cbdc-platform .biz-logo{max-height:40px;content:url("../img/uses/ripples-cbdc-platform.svg")}.page-uses #use_case_companies_list #momento .biz-logo{max-height:40px;content:url("../img/uses/momento.svg")}.page-uses #use_case_companies_list #zerpmon .biz-logo{max-height:40px;content:url("../img/uses/zerpmon.png")}.page-uses #use_case_companies_list #joey-wallet .biz-logo{max-height:40px;content:url("../img/uses/joey-wallet.svg")}.page-uses #use_case_companies_list #Crossmark .biz-logo{max-height:40px;content:url("../img/uses/Crossmark.png")}.page-uses #use_case_companies_list #Edge .biz-logo{max-height:40px;content:url("../img/uses/Edge.png")}.page-uses .orchestra-finance{max-height:52px !important;margin:0 !important}.page-uses #use_case_companies_list #first-ledger-bot .biz-logo{max-height:81px !important}.page-uses #use_case_companies_list #zerpmon .biz-logo{max-height:81px !important}@media(min-width: 992px){.page-uses h1{font-size:62px}.page-uses .container-new{padding-left:64px;padding-right:64px}.page-uses .card-grid img{max-height:48px}.page-uses .card-grid{grid-gap:48px}.page-uses .card-uses{padding:24px}}#history-orange{position:absolute;top:0;right:-4px}#history-purple{position:absolute;top:-480px;left:-4px}.hidden-section{overflow:hidden;visibility:hidden;height:0}.hidden-section.show{overflow:auto;visibility:visible;height:auto}#impact-green{position:absolute;top:0;left:-4px;rotate:180deg}#impact-purple{position:absolute;top:100px;right:-4px}#impact-magenta{position:absolute;top:100px;right:-4px}#foundation-magenta{position:absolute;top:0px;left:0px}#foundation-orange{position:absolute;top:40px;right:-4px}.page-impact #map-light{display:none}.page-impact #map-dark{display:block}.page-impact .connect-list #connect-01{content:url("../img/impact/connect-01.svg")}.page-impact .connect-list #connect-02{content:url("../img/impact/connect-02.svg")}.page-impact .connect-list #connect-03{content:url("../img/impact/connect-03.svg")}.page-impact .connect-list #connect-04{content:url("../img/impact/connect-04.svg")}.page-funding .funding-list #funding-01{content:url("../img/funding/funding-01.svg")}.page-funding .funding-list #funding-02{content:url("../img/funding/funding-02.svg")}.page-funding .funding-list #funding-03{content:url("../img/funding/funding-03.svg")}.page-funding .funding-list #funding-04{content:url("../img/funding/funding-04.svg")}.page-funding #funding-orange{position:absolute;top:132px;left:-4px}@media(min-width: 992px){.page-funding .funding-box{min-height:200px}}.page-ambassadors #benefits-list #benefits-01{content:url("../img/ambassadors/benefits-01.svg")}.page-ambassadors #benefits-list #benefits-02{content:url("../img/ambassadors/benefits-02.svg")}.page-ambassadors #benefits-list #benefits-03{content:url("../img/ambassadors/benefits-03.svg")}.page-ambassadors #benefits-list #benefits-04{content:url("../img/ambassadors/benefits-04.svg")}.page-ambassadors #benefits-list #benefits-05{content:url("../img/ambassadors/benefits-05.svg")}.page-ambassadors #benefits-list #benefits-06{content:url("../img/ambassadors/benefits-06.svg")}.page-ambassadors #eligibility-list #eligibility-01{content:url("../img/ambassadors/eligibility-01.svg")}.page-ambassadors #eligibility-list #eligibility-02{content:url("../img/ambassadors/eligibility-02.svg")}.page-ambassadors #eligibility-list #eligibility-03{content:url("../img/ambassadors/eligibility-03.svg")}.page-ambassadors #eligibility-list #eligibility-04{content:url("../img/ambassadors/eligibility-04.svg")}.page-ambassadors #eligibility-list #eligibility-05{content:url("../img/ambassadors/eligibility-05.svg")}.page-ambassadors .btn{padding:.75rem}.page-ambassadors #container-scroll{height:160px;position:relative;overflow:hidden;margin-top:80px;margin-bottom:64px}.page-ambassadors .photobanner{position:absolute;top:0px;left:0px;overflow:hidden;white-space:nowrap;animation:bannermove 40s linear infinite}.page-ambassadors .photobanner-bottom{top:112px}.page-ambassadors .photobanner img{margin:0 .5em}@keyframes bannermove{0%{transform:translate(0, 0)}100%{transform:translate(-50%, 0)}}.page-ambassadors #carouselSlidesOnly{height:392px;margin-bottom:40px}@media(min-width: 992px){.page-ambassadors #carouselSlidesOnly{height:320px;margin-bottom:104px}}.page-ambassadors h6{font-size:1.25rem}.page-ambassadors .btn-arrow::after{display:inline-block;content:url(../img/icons/arrow-right-purple.svg);vertical-align:middle;padding-left:8px;transition:transform .3s ease-out}.page-ambassadors .btn-arrow:hover{text-decoration:none;background:none !important;border:none}.page-ambassadors .btn-arrow:hover::after{background-position:left 4px bottom 4px;transform:translateX(4px)}.autoscroll-content{animation:autoscroll 15s linear infinite;white-space:nowrap;overflow:hidden;max-width:300px}#community-magenta{position:absolute;top:0px;left:0px}#community-purple{position:absolute;top:160px;right:0px}.page-events #event-hero-image{height:100%;min-height:209px;background:url(../img/events/event-hero1@2x.png);background-size:contain;background-repeat:no-repeat;background-position:center}.page-events #events-orange{position:absolute;top:0px;right:0px}.page-events .event-hero{color:#f5f5f7}.page-events .event-hero p{font-weight:500;font-size:24px;line-height:32px}.page-events .event-save-date{color:#fff;font-weight:bold;font-size:20px;line-height:26px}.page-events .event-small-gray{color:#e0e0e1}.page-events .btn{padding:.75rem}.page-events .event-card{max-width:311px;margin:32px auto;transition:all .35s ease-out;position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-clip:border-box;background-color:#232325;box-shadow:0px 5px 40px #000;border:1px solid rgba(0,0,0,.125);border-radius:8px;font-size:16px;line-height:24px;color:#e0e0e1}.page-events .event-card .event-card-header{position:relative;height:176px;background-size:contain !important;width:100%;border-radius:8px 8px 0 0}.page-events .event-card .event-card-title{position:absolute;bottom:32px;padding:0 32px;color:#f5f5f7;font-weight:bold;font-size:20px;line-height:28px}.page-events .event-card .event-card-body{padding:32px}.page-events .event-card .event-card-footer{padding:0 32px 32px}.page-events .event-card .event-card-footer .icon::before{height:24px;width:24px;content:"";margin-right:8px;background-size:contain;background-repeat:no-repeat}.page-events .event-card .icon-date::before{background:url(../img/events/event-date.svg)}.page-events .event-card .icon-location::before{background:url(../img/events/event-location.svg)}@media(min-width: 992px){.page-events .event-card{max-width:347px;margin:32px}.page-events .event-card-header{height:197px !important}}.page-events a.event-card:hover{transform:translateY(-16px);text-decoration:none}.page-events label{margin:0;padding-left:8px;color:#fff}.page-events .events-filter h6{font-size:16px}.page-events .events-filter{height:20px;width:20px}.page-events .events-filter[type=checkbox]::before{position:relative;display:block;width:20px;height:20px;content:"";background:#111112;border-radius:4px;border-width:2px;border-style:solid;border-color:#a2a2a4}.page-events .events-filter[type=checkbox]::after{position:relative;display:block;top:-20px;width:20px;height:20px;content:"";background-repeat:no-repeat;background-position:center;border-radius:4px;border-width:2px;border-style:solid;border-color:#a2a2a4}.page-events .events-filter[type=checkbox]:checked::before{background:#111112;border:none;border-radius:0}.page-events .events-filter[type=checkbox]:checked::after{background-image:url(../img/events/event-check.svg);background-repeat:no-repeat;background-position:center;background-color:#7919ff;border-width:2px;border-style:solid;border-color:#7919ff;border-radius:4px}.page-events .events-filter[type=checkbox]:not(:disabled):checked:hover::after{background-image:url(../img/events/event-check.svg);background-repeat:no-repeat;background-position:center;border-width:2px;border-style:solid;border-color:#5f00e5;border-radius:4px}.page-events .events-filter[type=checkbox]:not(:disabled):hover::before{background:#111112;border:none;border-radius:0}.page-events .events-filter[type=checkbox]:not(:disabled):hover::after{background:#111112;border:none;border-width:2px;border-style:solid;border-color:#5f00e5;border-radius:4px}#find-us-on-platforms .card-deck .card:nth-child(1) .card-footer{background-image:url(../img/cards/4col-light-blue-3.svg)}#find-us-on-platforms .card-deck .card:nth-child(2) .card-footer{background-image:url(../img/cards/4col-purple-blue-2.svg)}#find-us-on-platforms .card-deck .card:nth-child(3) .card-footer{background-image:url(../img/cards/4col-magenta-3.svg)}#find-us-on-platforms .card-deck .card:nth-child(4) .card-footer{background-image:url(../img/cards/4col-green-2.svg)}#find-us-on-platforms .card-deck .card:nth-child(5) .card-footer{background-image:url(../img/cards/4col-orange-yellow-2.svg)}#find-us-on-platforms .card-deck .card:nth-child(6) .card-footer{background-image:url(../img/cards/4col-blue-purple.svg)}#find-us-on-platforms .card-deck .card:nth-child(7) .card-footer{background-image:url(../img/cards/4col-yellow-2.svg)}#find-us-on-platforms .card-deck .card:nth-child(8) .card-footer{background-image:url(../img/cards/4col-orange-2.svg)}#find-us-on-platforms .card-deck .card{margin-bottom:2.5rem}.page-faq::before{background-image:url(../img/backgrounds/faq-bg.svg)}@media(min-width: 768px){.page-faq::before{background-size:contain}}@media(min-width: 992px){.page-faq article{max-width:704px;margin-left:auto;margin-right:auto}}.page-faq article h6:first-of-type{color:#32e685;margin-bottom:1rem;margin-top:2.5rem;font-size:1.25rem;line-height:26px;text-align:center}.page-faq article h6:first-of-type .hover_anchor{display:none}@media(min-width: 992px){.page-faq article h6:first-of-type{margin-top:6.5rem}}.page-faq article h1:first-of-type{font-size:2.625rem;line-height:1.2;margin-top:0;margin-bottom:5rem;text-align:center}.page-faq article h1:first-of-type .hover_anchor{display:none}@media(min-width: 992px){.page-faq article h1:first-of-type{font-size:3.875rem;margin-bottom:13rem}}.page-faq h2{margin-top:13rem;font-size:2rem;line-height:2.375rem;text-align:center;font-weight:700}.page-faq .q-wrapper,.mini-faq .q-wrapper{background:#232325;border-radius:4px;padding:2rem;padding-right:3rem;margin-bottom:1.5rem;position:relative;z-index:5;width:100%;transform:translateY(0%)}.page-faq .q-wrapper p a,.mini-faq .q-wrapper p a{text-decoration:none;font-weight:600;color:#9a52ff}.page-faq .q-wrapper p a:hover,.mini-faq .q-wrapper p a:hover{text-decoration:underline}.page-faq .q-wrapper h4,.mini-faq .q-wrapper h4{font-size:1.25rem;line-height:1.625rem;margin-top:0}.page-faq .q-wrapper h4::before,.mini-faq .q-wrapper h4::before{display:block;content:" ";margin-top:-40px;height:40px;visibility:hidden;pointer-events:none}.page-faq .q-wrapper h4>a,.mini-faq .q-wrapper h4>a{text-decoration:none}.page-faq .q-wrapper h4>a:hover,.mini-faq .q-wrapper h4>a:hover{text-decoration:underline;color:#fff}@media(max-width: 991.98px){.page-faq .q-wrapper h4,.mini-faq .q-wrapper h4{font-size:1rem;line-height:1.5rem}}.page-faq .q-wrapper h4 .chevron,.mini-faq .q-wrapper h4 .chevron{position:absolute;top:40px;right:2rem}.page-docs-index::before{background-position-x:right}.page-docs-index .center-search .input-group-text{height:56px;padding:.75rem .75rem .75rem 1rem;line-height:2rem}.page-docs-index .center-search .ds-input{height:56px;padding:.75rem 1rem .75rem .5rem}.page-docs-index #software-and-sdks .card-deck .card:nth-child(1) .card-footer{background-image:url(../img/cards/4col-green.svg)}.page-docs-index #software-and-sdks .card-deck .card:nth-child(2) .card-footer{background-image:url(../img/cards/4col-light-blue.svg)}.page-docs-index #software-and-sdks .card-deck .card:nth-child(3) .card-footer{background-image:url(../img/cards/4col-orange.svg)}.page-docs-index #software-and-sdks .card-deck .card:nth-child(4) .card-footer{background-image:url(../img/cards/4col-yellow.svg)}.page-docs-index #doc-types .card-deck .card:nth-child(1) .card-footer{background-image:url(../img/cards/4col-orange-yellow.svg)}.page-docs-index #doc-types .card-deck .card:nth-child(2) .card-footer{background-image:url(../img/cards/4col-magenta.svg)}.page-docs-index #doc-types .card-deck .card:nth-child(3) .card-footer{background-image:url(../img/cards/4col-blue-green.svg)}.page-docs-index #doc-types .card-deck .card:nth-child(4) .card-footer{background-image:url(../img/cards/4col-light-blue-2.svg)}.page-docs-index #docs-hot-topic .longform{margin-top:2.5rem}.page-docs-index #community-heading,.page-community #community-heading{padding-top:25rem;margin-top:0px}@media(max-width: 768px){.page-docs-index #community-heading,.page-community #community-heading{padding-top:31rem}}.page-docs-index #community-heading .hero-title,.page-community #community-heading .hero-title{position:absolute;bottom:0;left:50%;transform:translateX(-50%)}@media(min-width: 992px){.page-docs-index #community-heading,.page-community #community-heading{padding-left:0}.page-docs-index #community-heading .hero-title,.page-community #community-heading .hero-title{min-width:max-content;bottom:-83%}}.page-docs-index #community-heading .parallax,.page-community #community-heading .parallax{position:absolute;-webkit-transition:all .1s ease;-moz-transition:all .1s ease;-ms-transition:all .1s ease;-o-transition:all .1s ease;transition:all .1s ease}.page-docs-index #community-heading .one,.page-community #community-heading .one{top:160px;left:0%;opacity:.4}.page-docs-index #community-heading .two,.page-community #community-heading .two{top:130px;left:56%;height:320px;opacity:.4}.page-docs-index #community-heading .three,.page-community #community-heading .three{top:145px;right:16%;height:67px}.page-docs-index #community-heading .four,.page-community #community-heading .four{top:374px;left:8%;width:107px}.page-docs-index #community-heading .five,.page-community #community-heading .five{top:476px;width:152px;height:102px;right:5%;opacity:.4}.page-docs-index #run-a-network-node .card-deck .card:nth-child(1) .card-footer,.page-community #run-a-network-node .card-deck .card:nth-child(1) .card-footer{background-image:url(../img/cards/4col-yellow-2.svg)}.page-docs-index #run-a-network-node .card-deck .card:nth-child(2) .card-footer,.page-community #run-a-network-node .card-deck .card:nth-child(2) .card-footer{background-image:url(../img/cards/4col-purple.svg)}.page-docs-index #run-a-network-node .card-deck .card:nth-child(3) .card-footer,.page-community #run-a-network-node .card-deck .card:nth-child(3) .card-footer{background-image:url(../img/cards/4col-magenta-2.svg)}.page-docs-index #run-a-network-node .card-deck .card:nth-child(4) .card-footer,.page-community #run-a-network-node .card-deck .card:nth-child(4) .card-footer{background-image:url(../img/cards/4col-light-green.svg)}.page-docs-index #run-a-network-node,.page-community #run-a-network-node{padding-bottom:5rem}@media(min-width: 768px){.page-docs-index #run-a-network-node,.page-community #run-a-network-node{padding-top:104px;padding-bottom:104px}}.page-docs-index #run-a-network-node .text-cards,.page-community #run-a-network-node .text-cards{grid-gap:40px}.page-docs-index #run-a-network-node .text-cards h6::before,.page-community #run-a-network-node .text-cards h6::before{margin-top:0;height:unset}.page-docs-index #run-a-network-node .text-cards a,.page-community #run-a-network-node .text-cards a{font-size:1.25rem;line-height:26px;color:#fff;font-weight:bold}.page-docs-index #run-a-network-node .text-cards a:hover,.page-community #run-a-network-node .text-cards a:hover{text-decoration:none;background:none !important}.page-docs-index #run-a-network-node .text-cards .btn-arrow::after,.page-community #run-a-network-node .text-cards .btn-arrow::after{display:inline-block;content:url(../img/icons/arrow-right-purple.svg);vertical-align:middle;padding-left:8px;-webkit-transition:transform .3s ease-out;-moz-transition:transform .3s ease-out;-ms-transition:transform .3s ease-out;-o-transition:transform .3s ease-out;transition:transform .3s ease-out}.page-docs-index #xrpl-grants,.page-community #xrpl-grants{padding-bottom:5rem}@media(min-width: 768px){.page-docs-index #xrpl-grants,.page-community #xrpl-grants{padding-top:104px;padding-bottom:104px}}.page-docs-index #xrpl-blog,.page-community #xrpl-blog{padding-bottom:5rem}@media(min-width: 768px){.page-docs-index #xrpl-blog,.page-community #xrpl-blog{padding-top:104px;padding-bottom:104px}}.page-docs-index #xrpl-events,.page-community #xrpl-events{padding-bottom:5rem}@media(min-width: 768px){.page-docs-index #xrpl-events,.page-community #xrpl-events{padding-top:104px;padding-bottom:104px}}.page-docs-index #xrpl-careers,.page-community #xrpl-careers{padding-bottom:5rem}@media(min-width: 768px){.page-docs-index #xrpl-careers,.page-community #xrpl-careers{padding-top:104px;padding-bottom:104px}}.page-docs-index #xrpl-design-assets,.page-community #xrpl-design-assets{padding-bottom:5rem}@media(min-width: 768px){.page-docs-index #xrpl-design-assets,.page-community #xrpl-design-assets{padding-top:104px;padding-bottom:208px}}.page-community #platform-github{content:url("../img/logos/github.svg")}.page-community #platform-twitch{content:url("../img/logos/twitch.svg")}.page-community #platform-stack-overflow{content:url("../img/logos/stack-overflow.svg")}.page-community #platform-twitter{content:url("../img/logos/twitter.svg")}.page-community #platform-discord{content:url("../img/logos/discord.svg")}.page-community #platform-youtube{content:url("../img/logos/youtube.svg")}.page-community #platform-devto{content:url("../img/logos/devto.svg")}.page-references #refs-types .card-deck .card:nth-child(1) .card-footer{background-image:url(../img/cards/3col-orange-2.svg)}.page-references #refs-types .card-deck .card:nth-child(2) .card-footer{background-image:url(../img/cards/3col-green-2.svg)}.page-references #refs-types .card-deck .card:nth-child(3) .card-footer{background-image:url(../img/cards/3col-magenta.svg)}.page-references #xrpl-protocol .card-deck .card:nth-child(1) .card-footer{background-image:url(../img/cards/4col-light-blue-4.svg)}.page-references #xrpl-protocol .card-deck .card:nth-child(2) .card-footer{background-image:url(../img/cards/4col-blue-green-2.svg)}.page-references #xrpl-protocol .card-deck .card:nth-child(3) .card-footer{background-image:url(../img/cards/4col-yellow-3.svg)}.page-references #xrpl-protocol .card-deck .card:nth-child(4) .card-footer{background-image:url(../img/cards/4col-purple-blue.svg)}.page-dev-tools #xrp-explorer .card-footer{background-image:url("../img/cards/3-col-orange.svg")}.page-dev-tools #bithomp-explorer .card-footer{background-image:url("../img/cards/3-col-light-blue.svg")}.page-dev-tools #xrpscan .card-footer{background-image:url("../img/cards/3-col-pink.svg")}.page-dev-tools #token-list .card-footer{background-image:url("../img/cards/3-col-pink2.svg")}.page-dev-tools #websocket .card-footer{background-image:url("../img/cards/3-col-purple2.svg")}.page-dev-tools #rpc .card-footer{background-image:url("../img/cards/3-col-green.svg")}.page-dev-tools #technical-explorer .card-footer{background-image:url("../img/cards/3-col-purple-blue.svg")}.page-dev-tools #faucets .card-footer{background-image:url("../img/cards/3-col-pink2.svg")}.page-dev-tools #trasaction-sender .card-footer{background-image:url("../img/cards/3-col-light-blue2.svg")}.page-dev-tools #domain .card-footer{background-image:url("../img/cards/3-col-green-purple.svg")}.page-dev-tools #xrp-ledger .card-footer{background-image:url("../img/cards/3-col-dark-blue.svg")}.page-dev-tools #binary-visualizer .card-footer{background-image:url("../img/cards/3-col-purple-blue.svg")}.page-dev-tools #token-metadata-lookup .card-footer{background-image:url("../img/cards/3-col-pink-purple.svg")}.page-dev-tools .nav-link{color:#a2a2a4;background-color:#111112;border-top:none;border-left:none;border-right:none;border-bottom-color:#454549}@media(max-width: 767.98px){.page-dev-tools .nav-tabs{display:flex;list-style:none;margin-left:0;padding-left:0;justify-content:space-between}.page-dev-tools .nav-item{display:inline-flex;width:auto;list-style:outside none none}.page-dev-tools .nav-link{display:inline-flex;width:auto;padding:1em 1em}}.page-dev-tools .nav-link.active{border-bottom-color:#9a52ff;color:#fff;font-weight:bold}.page-dev-tools .nav-tabs{border-bottom:1px solid #454549}.page-dev-tools .btn{padding:.75rem}html.light .page-dev-tools .nav-link{background-color:#f5f5f7}html.light .page-dev-tools .nav-link.active{border-bottom-color:#9a52ff;color:#000;font-weight:bold}html.light .page-dev-tools .nav-link{color:#000}html.light .page-dev-tools #trasaction-sender .card-footer{background-image:url("../img/cards/3-col-light-blue-2.svg")}.page-rwa-tokenization .developer-tools{padding:180px 0px}.page-rwa-tokenization .right-arrow-item::after,.use-case-payments .right-arrow-item::after{display:inline-block;content:url("../img/icons/arrow-right-purple.svg");position:relative;top:1px;vertical-align:middle;padding-left:8px;transition:transform .3s ease-out}.page-rwa-tokenization #events-orange,.use-case-payments #events-orange{position:absolute;top:0px;right:0px}.page-rwa-tokenization .token-title,.use-case-payments .token-title{color:var(--black-black-0-white, #FFF);text-align:center;font-family:"Work Sans";font-size:62px;font-style:normal;font-weight:700;line-height:70px;max-width:720px;z-index:1}@media(max-width: 991.98px){.page-rwa-tokenization .token-title,.use-case-payments .token-title{line-height:48px;font-size:42px;text-align:left}}.page-rwa-tokenization .token-title-container,.use-case-payments .token-title-container{gap:32px;padding:104px 40px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(max-width: 767px){.page-rwa-tokenization .token-title-container,.use-case-payments .token-title-container{padding-bottom:0px}}.page-rwa-tokenization .token-video-container,.use-case-payments .token-video-container{padding:104px 64px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:48px;max-width:1200px;margin:0 auto}@media(max-width: 767px){.page-rwa-tokenization .token-video-container,.use-case-payments .token-video-container{padding-bottom:0px}}.page-rwa-tokenization .token-video-container .__button-container,.use-case-payments .token-video-container .__button-container{margin-top:16px}.page-rwa-tokenization .token-video-container .token-video,.use-case-payments .token-video-container .token-video{width:50%;max-width:602px;height:372px}.page-rwa-tokenization .token-video-container .token-video-text-container,.use-case-payments .token-video-container .token-video-text-container{max-width:520px;width:50%;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:24px}.page-rwa-tokenization .token-video-container .token-video-text-container p,.use-case-payments .token-video-container .token-video-text-container p{color:var(--black-black-10-gray-200, #E0E0E1);font-family:"Work Sans";font-size:24px;font-style:normal;font-weight:400;line-height:32px;margin:0}@media(max-width: 1145px){.page-rwa-tokenization .token-video-container,.use-case-payments .token-video-container{flex-direction:column;gap:40px;padding:80px 40px;max-width:800px}.page-rwa-tokenization .token-video-container .token-video,.use-case-payments .token-video-container .token-video{width:100%;max-width:100%;height:auto;aspect-ratio:16/9}.page-rwa-tokenization .token-video-container .token-video-text-container,.use-case-payments .token-video-container .token-video-text-container{width:100%;max-width:100%;align-items:flex-start;text-align:left}.page-rwa-tokenization .token-video-container .token-video-text-container p,.use-case-payments .token-video-container .token-video-text-container p{font-size:22px;line-height:30px}}@media(max-width: 767px){.page-rwa-tokenization .token-video-container,.use-case-payments .token-video-container{padding:60px 40px;gap:32px;max-width:100%}.page-rwa-tokenization .token-video-container .token-video-text-container p,.use-case-payments .token-video-container .token-video-text-container p{font-size:18px;line-height:26px}}.page-rwa-tokenization .token-cards-wrapper,.use-case-payments .token-cards-wrapper{display:flex;justify-content:center}.page-rwa-tokenization .token-cards-container,.use-case-payments .token-cards-container{display:flex;padding:100px 40px;flex-direction:column;justify-content:center;align-items:start;gap:40px;max-width:1280px}@media(max-width: 767px){.page-rwa-tokenization .token-cards-container,.use-case-payments .token-cards-container{padding-bottom:0px}}.page-rwa-tokenization .token-cards-container .cards-title-token,.use-case-payments .token-cards-container .cards-title-token{color:var(--black-black-0-white, #FFF);font-family:"Work Sans";font-size:32px;font-style:normal;font-weight:700;line-height:38px;max-width:780px}.page-rwa-tokenization .token-cards-container .benefits-section,.use-case-payments .token-cards-container .benefits-section{display:flex;flex-direction:column;align-items:center;font-family:"Work Sans",sans-serif;overflow:hidden}.page-rwa-tokenization .token-cards-container .section-title,.use-case-payments .token-cards-container .section-title{font-size:32px;color:var(--black-black-0-white, #fff);font-weight:700;line-height:38px;max-width:776px;text-align:center;margin-bottom:40px}.page-rwa-tokenization .token-cards-container .benefits-container,.use-case-payments .token-cards-container .benefits-container{display:grid;grid-template-columns:repeat(4, 1fr);gap:40px;width:100%;max-width:1136px}@media(max-width: 1399px){.page-rwa-tokenization .token-cards-container .benefits-container,.use-case-payments .token-cards-container .benefits-container{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 1145px){.page-rwa-tokenization .token-cards-container .section-title,.use-case-payments .token-cards-container .section-title{font-size:28px;line-height:34px}.page-rwa-tokenization .token-cards-container .benefits-container,.use-case-payments .token-cards-container .benefits-container{grid-template-columns:repeat(2, 1fr);gap:32px}.page-rwa-tokenization .token-cards-container .benefit-card,.use-case-payments .token-cards-container .benefit-card{padding:24px;min-height:280px}}@media(max-width: 767px){.page-rwa-tokenization .token-cards-container .benefits-container,.use-case-payments .token-cards-container .benefits-container{grid-template-columns:1fr;gap:24px}.page-rwa-tokenization .token-cards-container .benefit-card,.use-case-payments .token-cards-container .benefit-card{padding:20px;min-height:240px}}.page-rwa-tokenization .token-cards-container .benefit-card,.use-case-payments .token-cards-container .benefit-card{border-radius:8px;background-color:var(--XRPL-Black-Black-80, #232325);display:flex;flex-direction:column;justify-content:flex-start;padding:32px;min-height:332px}.page-rwa-tokenization .token-cards-container .benefit-icon,.use-case-payments .token-cards-container .benefit-icon{min-width:40px;min-height:40px;background-size:contain;background-repeat:no-repeat}.page-rwa-tokenization .token-cards-container .benefit-icon.low-fees,.use-case-payments .token-cards-container .benefit-icon.low-fees{background-image:url(../img/tokenization/low-fees.png)}.page-rwa-tokenization .token-cards-container .benefit-icon.access,.use-case-payments .token-cards-container .benefit-icon.access{background-image:url(../img/tokenization/cross-chain.png)}.page-rwa-tokenization .token-cards-container .benefit-icon.native-compliance,.use-case-payments .token-cards-container .benefit-icon.native-compliance{background-image:url(../img/tokenization/native-compliance.png)}.page-rwa-tokenization .token-cards-container .benefit-icon.delegated-token-management,.use-case-payments .token-cards-container .benefit-icon.delegated-token-management{background-image:url(../img/tokenization/delegated-token-management.png)}.page-rwa-tokenization .token-cards-container .benefit-title,.use-case-payments .token-cards-container .benefit-title{color:var(--black-black-0-white, #fff);font-size:20px;font-weight:700;line-height:26px;margin-top:-10px}.page-rwa-tokenization .token-cards-container .benefit-description,.use-case-payments .token-cards-container .benefit-description{color:var(--Black-Black-20, #e0e0e1);font-size:16px;font-weight:400;line-height:24px;margin-top:16px}@media(max-width: 991px){.page-rwa-tokenization .token-cards-container .benefit-card,.use-case-payments .token-cards-container .benefit-card{padding:20px}}.page-rwa-tokenization .upcoming-events,.use-case-payments .upcoming-events{display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:100px 40px;max-width:1200px;width:100%}@media(max-width: 767px){.page-rwa-tokenization .upcoming-events,.use-case-payments .upcoming-events{padding-bottom:0px;padding-top:0px}}.page-rwa-tokenization .upcoming-events__title,.use-case-payments .upcoming-events__title{max-width:630px;align-self:stretch;color:#fff;font:700 32px/38px Work Sans,-apple-system,Roboto,Helvetica,sans-serif;margin-bottom:64px}@media(max-width: 767px){.page-rwa-tokenization .upcoming-events__title,.use-case-payments .upcoming-events__title{text-align:left}}.page-rwa-tokenization .upcoming-events__logo-container,.use-case-payments .upcoming-events__logo-container{display:flex;align-items:center;gap:60px;justify-content:center;flex-wrap:wrap}.page-rwa-tokenization .token-events-wrapper,.use-case-payments .token-events-wrapper{padding-top:0px;display:flex;justify-content:center}.page-rwa-tokenization .company-logo,.use-case-payments .company-logo{flex:0 0 auto;width:140px;aspect-ratio:var(--aspect-ratio);background-size:contain;background-repeat:no-repeat;background-position:center}@media(max-width: 991px){.page-rwa-tokenization .upcoming-events__title,.use-case-payments .upcoming-events__title{margin-bottom:40px}.page-rwa-tokenization .upcoming-events,.use-case-payments .upcoming-events{text-align:center}.page-rwa-tokenization .upcoming-events__logo-container,.use-case-payments .upcoming-events__logo-container{justify-content:center}}@media(max-width: 575.98px){.page-rwa-tokenization .small-100,.use-case-payments .small-100{width:100%}}.page-rwa-tokenization .company-logo,.use-case-payments .company-logo{cursor:pointer;flex:0 0 auto;max-width:140px;aspect-ratio:var(--aspect-ratio);background-size:contain;background-repeat:no-repeat;background-position:center}.page-rwa-tokenization .company-logo.zoniqx,.use-case-payments .company-logo.zoniqx{background-image:url(../img/tokenization/zoniqx.png)}.page-rwa-tokenization .company-logo.archax,.use-case-payments .company-logo.archax{background-image:url(../img/tokenization/archax.png)}.page-rwa-tokenization .company-logo.palisade,.use-case-payments .company-logo.palisade{background-image:url(../img/tokenization/palisade.png)}.page-rwa-tokenization .company-logo.axiology,.use-case-payments .company-logo.axiology{background-image:url(../img/tokenization/axiology.png)}.page-rwa-tokenization .company-logo.open-eden,.use-case-payments .company-logo.open-eden{background-image:url(../img/tokenization/open-eden.png)}.page-rwa-tokenization .company-logo.ondo,.use-case-payments .company-logo.ondo{background-image:url(../img/tokenization/ondo.png)}.page-rwa-tokenization .company-logo.meld,.use-case-payments .company-logo.meld{background-image:url(../img/tokenization/meld.png)}.page-rwa-tokenization .company-logo.ripple-logo,.use-case-payments .company-logo.ripple-logo{background-image:url(../img/tokenization/ripple-logo.png)}.page-rwa-tokenization .company-logo.hidden-road,.use-case-payments .company-logo.hidden-road{background-image:url(../img/tokenization/hidden-road.png)}.page-rwa-tokenization .company-logo,.use-case-payments .company-logo{max-height:66px;max-width:100px;width:100%;height:100%}.page-rwa-tokenization .token-developer-tools-section .developer-tools,.page-rwa-tokenization .payments-integration-section .developer-tools,.use-case-payments .token-developer-tools-section .developer-tools,.use-case-payments .payments-integration-section .developer-tools{font-family:"Work Sans",sans-serif;color:#fff}.page-rwa-tokenization .token-developer-tools-section .developer-tools__header,.page-rwa-tokenization .payments-integration-section .developer-tools__header,.use-case-payments .token-developer-tools-section .developer-tools__header,.use-case-payments .payments-integration-section .developer-tools__header{margin-bottom:64px}.page-rwa-tokenization .token-developer-tools-section .developer-tools__title,.page-rwa-tokenization .payments-integration-section .developer-tools__title,.use-case-payments .token-developer-tools-section .developer-tools__title,.use-case-payments .payments-integration-section .developer-tools__title{font-size:32px;font-weight:700;line-height:1;margin-bottom:24px}.page-rwa-tokenization .token-developer-tools-section .developer-tools__description,.page-rwa-tokenization .payments-integration-section .developer-tools__description,.use-case-payments .token-developer-tools-section .developer-tools__description,.use-case-payments .payments-integration-section .developer-tools__description{font-size:16px;line-height:24px}.page-rwa-tokenization .token-developer-tools-section .developer-tools__list,.page-rwa-tokenization .payments-integration-section .developer-tools__list,.use-case-payments .token-developer-tools-section .developer-tools__list,.use-case-payments .payments-integration-section .developer-tools__list{list-style:none;padding:0;margin:0}.page-rwa-tokenization .token-developer-tools-section .feature-item,.page-rwa-tokenization .payments-integration-section .feature-item,.use-case-payments .token-developer-tools-section .feature-item,.use-case-payments .payments-integration-section .feature-item{margin-bottom:16px;cursor:pointer}.page-rwa-tokenization .token-developer-tools-section .feature-item a:hover,.page-rwa-tokenization .payments-integration-section .feature-item a:hover,.use-case-payments .token-developer-tools-section .feature-item a:hover,.use-case-payments .payments-integration-section .feature-item a:hover{text-decoration:none}.page-rwa-tokenization .token-developer-tools-section .feature-item__content,.page-rwa-tokenization .payments-integration-section .feature-item__content,.use-case-payments .token-developer-tools-section .feature-item__content,.use-case-payments .payments-integration-section .feature-item__content{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;cursor:pointer}.page-rwa-tokenization .token-developer-tools-section .feature-item__content:hover .right-arrow-item::after,.page-rwa-tokenization .payments-integration-section .feature-item__content:hover .right-arrow-item::after,.use-case-payments .token-developer-tools-section .feature-item__content:hover .right-arrow-item::after,.use-case-payments .payments-integration-section .feature-item__content:hover .right-arrow-item::after{transform:translateX(4px)}.page-rwa-tokenization .token-developer-tools-section .feature-item__title,.page-rwa-tokenization .payments-integration-section .feature-item__title,.use-case-payments .token-developer-tools-section .feature-item__title,.use-case-payments .payments-integration-section .feature-item__title{font-size:16px;color:#e0e0e1;cursor:pointer}.page-rwa-tokenization .token-developer-tools-section .feature-item__icon,.page-rwa-tokenization .payments-integration-section .feature-item__icon,.use-case-payments .token-developer-tools-section .feature-item__icon,.use-case-payments .payments-integration-section .feature-item__icon{width:24px;height:24px;object-fit:contain}.page-rwa-tokenization .token-developer-tools-section .feature-item__divider,.page-rwa-tokenization .payments-integration-section .feature-item__divider,.use-case-payments .token-developer-tools-section .feature-item__divider,.use-case-payments .payments-integration-section .feature-item__divider{height:1px;opacity:.3;background-color:#fff}.page-rwa-tokenization .token-developer-tools-section .developer-tools__image,.page-rwa-tokenization .payments-integration-section .developer-tools__image,.use-case-payments .token-developer-tools-section .developer-tools__image,.use-case-payments .payments-integration-section .developer-tools__image{width:110%;height:124%;background-image:url("../img/tokenization/graphic.png");background-size:contain;background-repeat:no-repeat;background-position:center}.page-rwa-tokenization .token-developer-tools-section .m-h-300,.page-rwa-tokenization .payments-integration-section .m-h-300,.use-case-payments .token-developer-tools-section .m-h-300,.use-case-payments .payments-integration-section .m-h-300{min-height:300px}@media(max-width: 991px){.page-rwa-tokenization .token-developer-tools-section .developer-tools,.page-rwa-tokenization .payments-integration-section .developer-tools,.use-case-payments .token-developer-tools-section .developer-tools,.use-case-payments .payments-integration-section .developer-tools{padding:50px 40px}.page-rwa-tokenization .token-developer-tools-section .developer-tools__header,.page-rwa-tokenization .payments-integration-section .developer-tools__header,.use-case-payments .token-developer-tools-section .developer-tools__header,.use-case-payments .payments-integration-section .developer-tools__header{margin-bottom:40px}}.page-rwa-tokenization .token-features-section .rwa-tokenization,.use-case-payments .token-features-section .rwa-tokenization{font-family:"Work Sans",sans-serif;padding:100px 40px;padding-top:0px;color:#fff}.page-rwa-tokenization .token-features-section .container,.use-case-payments .token-features-section .container{max-width:1200px;margin:0 auto}.page-rwa-tokenization .token-features-section .rwa-header,.use-case-payments .token-features-section .rwa-header{text-align:start;margin-bottom:40px}.page-rwa-tokenization .token-features-section .rwa-title,.use-case-payments .token-features-section .rwa-title{font-size:32px;font-weight:700;line-height:38px}.page-rwa-tokenization .token-features-section .cta-container,.use-case-payments .token-features-section .cta-container{display:flex;justify-content:flex-start;gap:24px}.page-rwa-tokenization .token-features-section .btn,.use-case-payments .token-features-section .btn{font-size:16px;font-weight:700;padding:8px 16px;border-radius:4px;text-decoration:none}.page-rwa-tokenization .token-features-section .btn-primary,.use-case-payments .token-features-section .btn-primary{background-color:#7919ff;color:#fff}.page-rwa-tokenization .token-features-section .btn-link,.use-case-payments .token-features-section .btn-link{color:#9a52ff}@media(max-width: 991px){.page-rwa-tokenization .token-features-section .auto-bridge,.use-case-payments .token-features-section .auto-bridge{padding:18px !important}.page-rwa-tokenization .token-features-section .rwa-tokenization,.use-case-payments .token-features-section .rwa-tokenization{padding:50px 20px}.page-rwa-tokenization .token-features-section .feature-grid,.use-case-payments .token-features-section .feature-grid{gap:20px}.page-rwa-tokenization .token-features-section .cta-container,.use-case-payments .token-features-section .cta-container{flex-direction:column;align-items:center}}.page-rwa-tokenization .token-features-section .feature-grid,.use-case-payments .token-features-section .feature-grid{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin-bottom:20px}.page-rwa-tokenization .token-features-section .feature-grid .feature-card,.use-case-payments .token-features-section .feature-grid .feature-card{flex:1 0 100%;max-width:100%;margin-bottom:20px;position:relative}@media(min-width: 768px){.page-rwa-tokenization .token-features-section .feature-grid .feature-card,.use-case-payments .token-features-section .feature-grid .feature-card{flex:1 0 calc(50% - 40px);max-width:calc(50% - 40px)}}@media(min-width: 1200px){.page-rwa-tokenization .token-features-section .feature-grid .feature-card,.use-case-payments .token-features-section .feature-grid .feature-card{flex:1 0 calc(25% - 30px);max-width:calc(25% - 30px)}}.page-rwa-tokenization .token-features-section .feature-card:hover .right-arrow-item::after,.use-case-payments .token-features-section .feature-card:hover .right-arrow-item::after{transform:translateX(4px)}.page-rwa-tokenization .token-features-section .feature-header,.use-case-payments .token-features-section .feature-header{margin-bottom:16px;position:relative}.page-rwa-tokenization .token-features-section .feature-title,.use-case-payments .token-features-section .feature-title{display:flex;align-items:flex-start;justify-content:space-between;font-size:20px;font-weight:700;line-height:26px;color:#fff;width:100%;flex-wrap:wrap}@media(max-width: 767px){.page-rwa-tokenization .token-features-section .feature-title,.use-case-payments .token-features-section .feature-title{padding-right:30px;flex-wrap:nowrap;justify-content:flex-start}}@media(min-width: 768px)and (max-width: 1199px){.page-rwa-tokenization .token-features-section .feature-title,.use-case-payments .token-features-section .feature-title{flex-wrap:nowrap;padding-right:30px;justify-content:flex-start}}.page-rwa-tokenization .token-features-section .feature-icon,.use-case-payments .token-features-section .feature-icon{width:16px;height:16px;margin-left:8px}.page-rwa-tokenization .token-features-section .feature-description,.use-case-payments .token-features-section .feature-description{font-size:16px;line-height:24px;color:#e0e0e1}.page-rwa-tokenization .max-w-1150,.use-case-payments .max-w-1150{max-width:1150px !important}.page-rwa-tokenization .custom-gap,.use-case-payments .custom-gap{justify-content:start !important}.page-rwa-tokenization .mt-16,.use-case-payments .mt-16{margin-top:16px}.page-rwa-tokenization .com-card,.use-case-payments .com-card{min-width:auto !important;padding:40px !important;height:fit-content;max-height:388px !important}.page-rwa-tokenization .section-padding,.use-case-payments .section-padding{padding:100px 40px}.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding{display:flex !important;flex-wrap:wrap !important;gap:32px;max-width:1200px;margin:80px auto;padding:0px;justify-content:center}@media(min-width: 768px){.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding{gap:40px;justify-content:space-between}}@media(max-width: 767px){.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding{flex-direction:column;gap:20px;margin:40px auto;padding:0px}}.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card{flex:1 !important;position:relative;margin:0 !important}@media(min-width: 768px){.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card{flex:1 1 calc(50% - 20px) !important;max-width:calc(50% - 20px) !important;min-width:calc(50% - 20px) !important;width:auto !important}}@media(max-width: 767px){.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card{width:100% !important;max-width:100% !important;min-width:100% !important;margin-bottom:0 !important;flex:none !important}}.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card.single-card,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card.single-card{font-size:24px;max-height:288px !important}@media(max-width: 768px){.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card.single-card,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card.single-card{min-height:493px !important}}@media(min-width: 768px){.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card.single-card,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card.single-card{flex:1 1 100% !important;max-width:100% !important;min-width:100% !important}}.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content{display:flex;flex-direction:column;height:100%}.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content .card-description,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content .card-description{flex-grow:1;margin-bottom:24px;max-width:560px}@media(max-width: 767px){.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content .card-description,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content .card-description{margin-bottom:20px}}.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content .card-links,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content .card-links{margin-top:auto}@media(max-width: 767px){.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content .card-links,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content .card-links{margin-top:16px}.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content .card-links .com-card-link,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content .card-links .com-card-link{display:block;margin-bottom:12px}.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content .card-links .com-card-link:last-child,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content .card-links .com-card-link:last-child{margin-bottom:0}}.page-rwa-tokenization .developer-resources-section.single-card .bottom-cards-section.bug-bounty.section-padding,.use-case-payments .developer-resources-section.single-card .bottom-cards-section.bug-bounty.section-padding{gap:0 !important}@media(max-width: 767px){.page-rwa-tokenization .developer-resources-section.single-card .bug-bounty-card-bg-2,.use-case-payments .developer-resources-section.single-card .bug-bounty-card-bg-2{content:url("../img/community/bug-bounty-card-bg-2-mobile.png") !important}}.page-rwa-tokenization .developer-resources-section .com-card.single-card .bottom-right-img.bug-bounty-card-bg-2,.use-case-payments .developer-resources-section .com-card.single-card .bottom-right-img.bug-bounty-card-bg-2{height:714px;width:auto;object-fit:cover;object-position:right bottom}.page-rwa-tokenization .developer-resources-section .com-card.single-card .card-content,.use-case-payments .developer-resources-section .com-card.single-card .card-content{gap:0}.page-rwa-tokenization .developer-resources-section .com-card.single-card .card-content .card-title,.use-case-payments .developer-resources-section .com-card.single-card .card-content .card-title{margin-bottom:24px;margin-top:0}.page-rwa-tokenization .developer-resources-section .com-card.single-card .card-content .card-description,.use-case-payments .developer-resources-section .com-card.single-card .card-content .card-description{margin-bottom:24px;margin-top:0;flex-grow:0;padding:0}.page-rwa-tokenization .developer-resources-section .com-card.single-card .card-content .card-links,.use-case-payments .developer-resources-section .com-card.single-card .card-content .card-links{margin-top:0;margin-bottom:0}.page-rwa-tokenization .token-utility-section,.use-case-payments .token-utility-section{padding:100px 40px}@media(max-width: 767px){.page-rwa-tokenization .token-utility-section,.use-case-payments .token-utility-section{padding-bottom:0px}}.page-rwa-tokenization .token-utility-section .section-title,.use-case-payments .token-utility-section .section-title{font-size:32px;font-weight:700;line-height:38px;text-align:start;margin-bottom:64px;color:#fff}.page-rwa-tokenization .token-utility-section .utility-grid,.use-case-payments .token-utility-section .utility-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:40px}@media(max-width: 1199px){.page-rwa-tokenization .token-utility-section .utility-grid,.use-case-payments .token-utility-section .utility-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767px){.page-rwa-tokenization .token-utility-section .utility-grid,.use-case-payments .token-utility-section .utility-grid{grid-template-columns:1fr}}.page-rwa-tokenization .token-utility-section .utility-card .utility-title,.use-case-payments .token-utility-section .utility-card .utility-title{font-size:20px;font-weight:700;line-height:26px;margin-bottom:16px;color:#fff}.page-rwa-tokenization .token-utility-section .utility-card .utility-description,.use-case-payments .token-utility-section .utility-card .utility-description{font-size:16px;line-height:24px;color:#e0e0e1}.page-rwa-tokenization .token-utility-section .utility-card .utility-description a,.use-case-payments .token-utility-section .utility-card .utility-description a{color:#9a52ff;text-decoration:none}.page-rwa-tokenization .token-utility-section .utility-card .utility-description a:hover,.use-case-payments .token-utility-section .utility-card .utility-description a:hover{text-decoration:underline}.json-view{display:block;color:#4d4d4d;text-align:left;--json-property:#009033;--json-index:#676dff;--json-number:#676dff;--json-string:#b2762e;--json-boolean:#dc155e;--json-null:#dc155e}.json-view .json-view--property{color:var(--json-property)}.json-view .json-view--index{color:var(--json-index)}.json-view .json-view--number{color:var(--json-number)}.json-view .json-view--string{color:var(--json-string)}.json-view .json-view--boolean{color:var(--json-boolean)}.json-view .json-view--null{color:var(--json-null)}.json-view .jv-indent{padding-left:1em}.json-view .jv-chevron{display:inline-block;vertical-align:-20%;cursor:pointer;opacity:.4;width:1em;height:1em}:is(.json-view .jv-chevron:hover, .json-view .jv-size:hover + .jv-chevron){opacity:.8}.json-view .jv-size{cursor:pointer;opacity:.4;font-size:.875em;font-style:italic;margin-left:.5em;vertical-align:-5%;line-height:1}.json-view :is(.json-view--copy, .json-view--edit),.json-view .json-view--link svg{display:none;width:1em;height:1em;margin-left:.25em;cursor:pointer}.json-view .json-view--input{width:120px;margin-left:.25em;border-radius:4px;border:1px solid currentColor;padding:0px 4px;font-size:87.5%;line-height:1.25;background:transparent}.json-view .json-view--deleting{outline:1px solid #da0000;background-color:#da000011;text-decoration-line:line-through}:is(.json-view:hover, .json-view--pair:hover)>:is(.json-view--copy, .json-view--edit),:is(.json-view:hover, .json-view--pair:hover)>.json-view--link svg{display:inline-block}.json-view .jv-button{background:transparent;outline:none;border:none;cursor:pointer;color:inherit}.json-view .cursor-pointer{cursor:pointer}.json-view svg{vertical-align:-10%}.jv-size-chevron~svg{vertical-align:-16%}.json-view_a11y{color:#545454;--json-property:#aa5d00;--json-index:#007299;--json-number:#007299;--json-string:green;--json-boolean:#d91e18;--json-null:#d91e18}.json-view_github{color:#005cc5;--json-property:#005cc5;--json-index:#005cc5;--json-number:#005cc5;--json-string:#032f62;--json-boolean:#005cc5;--json-null:#005cc5}.json-view_vscode{color:#005cc5;--json-property:#0451a5;--json-index:blue;--json-number:blue;--json-string:#a31515;--json-boolean:blue;--json-null:blue}.json-view_atom{color:#383a42;--json-property:#e45649;--json-index:#986801;--json-number:#986801;--json-string:#50a14f;--json-boolean:#0184bc;--json-null:#0184bc}.json-view_winter-is-coming{color:#0431fa;--json-property:#3a9685;--json-index:#ae408b;--json-number:#ae408b;--json-string:#8123a9;--json-boolean:#0184bc;--json-null:#0184bc}.json-view{font-family:"Space Mono",monospace;padding:1em;background:#232325;overflow:hidden;color:#f5f5f7 !important;font-size:14px;letter-spacing:0}.json-view svg{height:11px !important;color:#f5f5f7}.jv-button{color:#ff6719 !important;font-size:14px}.jv-indent{border-left:1px solid #454549;margin:4px}.json-view--boolean{color:#e50071 !important}.json-view--pair{margin:4px}.json-view--property{color:#f5f5f7 !important}.json-view--null,.json-view--undefined{display:inline-block;padding:1px 2px;border-radius:3px;background-color:#454549;color:#f5f5f7 !important;font-size:11px}.json-view--number{color:#84f0b6 !important}.json-view--string{color:#ff6719 !important}.rpc-tool .nav-link{cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:6px 9px}.dev-blog .image-container{transform:translateY(15%);z-index:1}.dev-blog .text-bg{background-color:#232325;padding:60px 40px;width:100%;border-radius:30px}@media(min-width: 992px){.dev-blog .image-container{transform:translateX(15%)}.dev-blog .text-bg{padding:50px 60px}}.dev-blog .line-clamp{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.dev-blog #blog-purple{position:absolute;top:0px;left:0px}.dev-blog .card-date{color:#a2a2a4}.dev-blog .hero-post-date{text-decoration:overline solid #32e685 10%}.dev-blog .general .category-list img{content:url("../img/blog/general.png");max-width:100%;width:100%}.dev-blog .general .category-list .label{width:fit-content}.dev-blog .developer_reflections .category-list img{content:url("../img/blog/developer_reflections.png");max-width:100%;width:100%}.dev-blog .developer_reflections .category-list .label{width:fit-content}.dev-blog .amendments .category-list img{content:url("../img/blog/amendments.png");max-width:100%;width:100%}.dev-blog .amendments .category-list .label{width:fit-content}.dev-blog .case_study .category-list img{content:url("../img/blog/case_study.png");max-width:100%;width:100%}.dev-blog .case_study .category-list .label{width:fit-content}.dev-blog .advisories .category-list img{content:url("../img/blog/advisories.png");max-width:100%;width:100%}.dev-blog .advisories .category-list .label{width:fit-content}.dev-blog .release_notes .category-list img{content:url("../img/blog/release_notes.png");max-width:100%;width:100%}.dev-blog .release_notes .category-list .label{width:fit-content}.dev-blog .development .category-list img{content:url("../img/blog/development.png");max-width:100%;width:100%}.dev-blog .development .category-list .label{width:fit-content}.dev-blog .gateway_bulletins .category-list img{content:url("../img/blog/gateway_bulletins.png");max-width:100%;width:100%}.dev-blog .gateway_bulletins .category-list .label{width:fit-content}.dev-blog .features .category-list img{content:url("../img/blog/features.png");max-width:100%;width:100%}.dev-blog .features .category-list .label{width:fit-content}.dev-blog .security .category-list img{content:url("../img/blog/security.png");max-width:100%;width:100%}.dev-blog .security .category-list .label{width:fit-content}@media(min-width: 768px)and (max-width: 991px){.dev-blog .category-list{display:block}.dev-blog .category-list img{display:block;margin-bottom:10px}.dev-blog .category-list .label{display:block !important;margin-bottom:15px}}.dev-blog .category_sidebar{position:sticky;top:80px}.dev-blog .category-checkbox{display:flex;align-items:center}.dev-blog .dropdown{position:relative;display:inline-block}.dev-blog .dropdown-btn{color:#fff;background-color:#232325;border-color:#232325;border-style:solid;border-radius:4px;padding:8px 16px;font-size:16px;cursor:pointer;text-align:start;padding-right:10px}.dev-blog .dropdown-btn img{content:url("../img/icons/chevron-arrow-down.svg");width:10px;height:13px;padding:8px}.dev-blog .dropdown-content{display:flex;align-items:start;background-color:#232325;padding:16px 8px;width:254px;height:auto;border-radius:4px}.dev-blog .category-checkbox label{font-weight:normal;font-size:14px;margin:0;padding-left:26px}.dev-blog .category-header{font-weight:normal;width:200px;color:#f5f5f7}.dev-blog label{margin:0;padding-left:8px;color:#fff}.dev-blog .blog-filter h6{font-size:16px}.dev-blog .blog-filter[type=checkbox]::before{position:relative;display:block;width:20px;height:20px;content:"";background:#111112;border-radius:4px;border-width:2px;border-style:solid;border-color:#a2a2a4}.dev-blog .blog-filter[type=checkbox]::after{position:relative;display:block;top:-20px;width:20px;height:20px;content:"";background-repeat:no-repeat;background-position:center;border-radius:4px;border-width:2px;border-style:solid;border-color:#a2a2a4}.dev-blog .blog-filter[type=checkbox]:checked::before{background:#111112;border:none;border-radius:0}.dev-blog .blog-filter[type=checkbox]:checked::after{background-image:url(../img/blog/blog-check.svg);background-repeat:no-repeat;background-position:center;background-color:#7919ff;border-width:2px;border-style:solid;border-color:#7919ff;border-radius:4px}.dev-blog .blog-filter[type=checkbox]:not(:disabled):checked:hover::after{background-image:url(../img/blog/blog-check.svg);background-repeat:no-repeat;background-position:center;border-width:2px;border-style:solid;border-color:#5f00e5;border-radius:4px}.dev-blog .blog-filter[type=checkbox]:not(:disabled):hover::before{background:#111112;border:none;border-radius:0}.dev-blog .blog-filter[type=checkbox]:not(:disabled):hover::after{background:#111112;border:none;border-width:2px;border-style:solid;border-color:#5f00e5;border-radius:4px}#feedback-content .docked-widget{border:none !important;background-color:transparent !important;position:static !important;box-shadow:none !important;width:auto !important}#feedback-content .widget-form-wrapper{position:static !important;box-shadow:none !important;display:block;background-color:#232325 !important;border-width:0 !important;padding:24px !important;border-radius:8px !important}#feedback-content .widget-form-wrapper div{background-color:#232325 !important}#feedback-content .widget-form-wrapper textarea{background-color:#fff !important;opacity:1 !important;border:none !important;border-radius:4px !important;margin:0 !important;width:100% !important;color:#000 !important}#feedback-content .widget-form-wrapper .widget-header-title{background:none !important;flex-grow:0 !important;padding-right:1rem !important;height:auto !important;padding:0 !important;margin-bottom:10px !important}#feedback-content .widget-form-wrapper .widget-header-footer{background:none !important}#feedback-content .widget-form-wrapper .widget-form-footer{padding-right:0 !important}#feedback-content .widget-form-wrapper .submit{background-color:#7919ff !important;font-weight:bold !important;color:#fff !important;border:none !important;border-color:transparent !important;border-radius:4px !important;margin:0 !important;margin-top:8px !important}#feedback-content .widget-form-wrapper .submit:hover{background:#5f00e5 !important}#feedback-content .widget-form-wrapper .submit.disabled,#feedback-content .widget-form-wrapper .submit[disabled=disabled]{background-color:#4a00b2 !important}#feedback-content .widget-form-wrapper .submit.disabled:hover,#feedback-content .widget-form-wrapper .submit[disabled=disabled]:hover{background-color:#4a00b2 !important}#feedback-content .widget-form-wrapper .cancel{margin:0 !important;margin-top:8px !important;color:#b480ff !important;font-weight:600 !important}#feedback-content #closeFeedback{display:none}#feedback-content .widget-helpful .widget-header{background-color:#232325 !important;border-radius:8px !important}#feedback-content .widget-helpful .widget-header-title{color:#fff !important}.video-image{transition:all .35s ease-out;cursor:pointer}.video-image:hover{-webkit-transform:translateY(-16px);-moz-transform:translateY(-16px);-ms-transform:translateY(-16px);-o-transform:translateY(-16px);transform:translateY(-16px)}#video-overlay{position:fixed;top:0;left:0;z-index:1190;height:100%;width:100%;background:#fff;opacity:.6;display:none}#video{display:none;position:fixed;top:10%;left:15%;width:70%;z-index:1200}#video-container{position:relative;top:50%;left:50%;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);max-width:982px;padding:0 20px}#videoWrapper{position:absolute;top:0;left:0;height:calc(90vh - 100px);width:80vw}#videoWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}#video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.video-external-link{color:#9a52ff;font-weight:600}.video-external-link::after{content:" ";background-image:url(../img/icons/arrow-up-right.svg);background-repeat:no-repeat;display:inline-block;background-size:24px;padding:9px 4px 0 8px;width:2rem;background-position:left 8px bottom 0px;transition:background-position 100ms ease-in-out}.video-external-link.video-external-link:hover::after{background-position:left 12px bottom 8px}.video-title{line-height:1.2}@media(min-width: 768px){.video-title{font-size:1rem}}@media(max-width: 768px){.page-community .sm-align-items-start{align-items:start !important}}.page-community .numbers-animation{width:218px;height:96px}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.page-community .bounce-arrow{animation:bounce 1.5s infinite;animation-timing-function:ease-in-out;height:26px;width:26px;position:relative;top:24px}.page-community .m-gif{height:108px}.page-community .middle-image{margin:0 auto;height:35px}.page-community .bg-hero{width:100%;height:635px}.page-community #center-image{cursor:pointer}.page-community .gradient-num-three{background:linear-gradient(35deg, #84F0B6 -0.3%, #B480FF 99.7%);-webkit-background-clip:text;background-clip:text;color:transparent}.page-community .middle-image-two{margin:0 auto;height:52px}.page-community .gradient-num-two{background:linear-gradient(35deg, #EA80FF -0.3%, #80CCFF 99.7%);-webkit-background-clip:text;background-clip:text;color:transparent}.page-community .gradient-num{background:linear-gradient(35deg, #B480FF -0.3%, #FFAA80 99.7%);-webkit-background-clip:text;background-clip:text;color:transparent}.page-community .surround-gradient{background:linear-gradient(35deg, #B480FF -0.3%, #FFAA80 99.7%);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:40px;font-weight:400}.page-community .surround-gradient-two{background:linear-gradient(35deg, #EA80FF -0.3%, #80CCFF 99.7%);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:40px;font-weight:400}.page-community .surround-gradient-three{background:linear-gradient(35deg, #84F0B6 -0.3%, #B480FF 99.7%);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:40px;font-weight:400}.page-community .main-title{color:var(--black-black-0, #FFF);text-align:center;font-family:Work Sans;font-size:62px;font-style:normal;font-weight:700;line-height:70px}@media(max-width: 768px){.page-community .main-title{font-size:42px;line-height:52px;text-align:left}}.page-community .get-funding-btn{width:90%;margin:0 auto}@media(max-width: 768px){.page-community .cd-none-sm{display:none !important}}@media(min-width: 769px){.page-community .cd-none-lg{display:none !important}}.page-community .icon-date{padding-right:4px;content:url(../img/events/event-date.svg)}.page-community .icon-location{padding-right:4px;content:url(../img/events/event-location.svg)}.page-community .builders-wrap{white-space:nowrap}@media(min-width: 768px){.page-community .builders-wrap{white-space:normal}}.page-community #community-table{padding:20px 93px;max-width:1280px;margin:0 auto;border-radius:5px;padding-top:165px}@media(min-width: 992px){.page-community #community-table{padding-top:512px}}@media(max-width: 768px){.page-community #community-table{margin:0;padding:20px;margin-top:100px !important}}.page-community .eyebrow-convo{text-align:start;font-family:Work Sans;font-size:20px;font-style:normal;font-weight:700;line-height:26px;padding-bottom:5px}.page-community .final-tr{border:none !important}.page-community #community-table h4{text-align:start;margin:10px 0;font-family:Work Sans;font-size:32px;font-style:normal;font-weight:700;line-height:38px}.page-community #community-table table{width:100%;margin-top:31px;border-collapse:collapse}.page-community #community-table tr{padding:10px 10px;border-bottom:1px solid #343437}.page-community #community-table td{overflow:hidden;max-width:34vw;position:relative;vertical-align:middle}.page-community .scrolling-text{display:inline-block}.page-community #community-table img{max-width:52px;height:29px}.page-community .td-img{padding:10px;width:69px}.page-community .td-img .discord-icon{content:url(../img/community/ic_discord.png)}.page-community .td-img .twitter-icon{content:url(../img/community/ic_twitter.png)}.page-community .td-img .youtube-icon{content:url(../img/community/ic_youtube.png)}.page-community .td-img .xrpl-icon{content:url(../img/community/ic_xrpl.png)}.page-community .td-img .github-icon{content:url(../img/community/ic_github.png)}.page-community .td-img .stackoverflow-icon{content:url(../img/community/ic_stackoverflow.png)}.page-community .text-external-link{display:inline-flex;align-items:center;margin-left:10px}.page-community .external-link-contribute{display:inline-block;vertical-align:middle;padding-right:41px;height:16px;background:url(../img/icons/arrow-up-right.svg) no-repeat center center;transition:transform .3s ease}.page-community .text-external-link:hover .external-link-contribute{transform:translate(5px, -5px)}.page-community table td{position:relative;padding-right:25px}.page-community table td .text-external-link{position:absolute;right:5px;top:50%;transform:translateY(-50%)}@media(max-width: 768px){.page-community #community-table img{width:96px;height:29px}.page-community #community-table{width:100%}.page-community .td-img{min-width:60px}}.page-community .funding-text{color:var(#FFFFFF);font-family:Work Sans;font-size:20px;font-style:normal;font-weight:700;line-height:44px;padding-bottom:4px}.page-community .xrpl-events-section{padding:50px 40px;margin:100px auto;display:flex;justify-content:space-around;align-items:center;max-width:1280px}@media screen and (max-width: 768px){.page-community .xrpl-events-section{flex-direction:column;align-items:start}.page-community .xrpl-events-section .header-div{text-align:center}.page-community .xrpl-events-section .header{display:flex;flex-direction:column;align-items:start}.page-community .xrpl-events-section .header h6{margin-bottom:.5rem;font-family:Work Sans;font-size:20px;font-style:normal;font-weight:700;line-height:28px}.page-community .xrpl-events-section .header h4{font-family:Work Sans;font-size:28px;font-style:normal;font-weight:700;line-height:34px}.page-community .xrpl-events-section .description{text-align:start;margin-top:2rem;font-family:Work Sans;font-size:24px;font-style:normal;font-weight:500;line-height:28px}.page-community .xrpl-events-section .view-all-events-btn{float:left}.page-community .xrpl-events-section .upcoming-event{text-align:start;margin-top:2rem;padding:1rem 0}.page-community .xrpl-events-section .upcoming-event .days-count{margin-bottom:1rem}}.page-community .xrpl-events-section .header-div{padding-top:27px}.page-community .xrpl-events-section .header h6{padding-left:1.5px;font-family:"Work Sans",sans-serif;font-size:20px;font-weight:700;color:var(--black-black-0, #FFF);text-align:start}.page-community .xrpl-events-section .header h4{text-align:start;font-family:"Work Sans",sans-serif;font-size:32px;font-weight:700;color:var(--black-black-0, #FFF)}.page-community .xrpl-events-section .description{font-family:"Work Sans",sans-serif;font-size:20px;font-weight:500;max-width:444px;color:var(--black-black-10-gray-200, #E0E0E1);line-height:32px}.page-community .xrpl-events-section .view-all-events-btn{display:inline-block;margin-top:1rem}.page-community .xrpl-events-section .upcoming-event{margin-top:2rem}.page-community .xrpl-events-section .upcoming-event .upcoming-label{position:relative;top:7px;font-family:"Work Sans",sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;color:var(--black-black-30, #C1C1C2)}.page-community .xrpl-events-section .upcoming-event .days-count{font-weight:300;margin-bottom:21px;line-height:99px;font-size:88px;background:linear-gradient(35deg, #B480FF -0.3%, #FFAA80 99.7%);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.page-community .xrpl-events-section .upcoming-event .days-word{vertical-align:bottom;font-weight:normal;margin-bottom:21px;line-height:99px;font-size:40px;background:linear-gradient(35deg, #B480FF -0.3%, #FFAA80 99.7%);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.page-community .xrpl-events-section .upcoming-event h5{font-family:"Work Sans",sans-serif;font-size:16px;font-weight:700;color:var(--black-black-10, #F5F5F7)}.page-community .xrpl-events-section .upcoming-event .event-details,.page-community .xrpl-events-section .upcoming-event .event-location{font-family:"Work Sans",sans-serif;font-size:12px;font-weight:600;color:var(--black-black-30, #C1C1C2)}.page-community .community-funding{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1280px;margin:100px auto;padding-right:54px;padding-left:73px;margin-top:120px}.page-community .funding-section{flex:1;padding:20px;color:var(--black-black-0)}.page-community .small-text{color:var(--black-black-30, #C1C1C2);font-family:Work Sans;font-size:12px;font-style:normal;font-weight:600;line-height:16px;text-transform:uppercase;padding-left:11px;text-align:start}.page-community .funding-section h2{font-size:32px;font-weight:700;line-height:38px;margin-top:10px;margin-bottom:40px}.page-community .funding-section p{color:var(--black-black-20);font-size:24px;font-weight:500;line-height:32px;margin-bottom:40px}.page-community .stats{flex:1;display:flex;justify-content:space-between}@media(max-width: 768px){.page-community .stats{flex-direction:column;align-items:start;text-align:start;padding-left:7px}}.page-community .stacked-stats{display:flex;flex-direction:column;justify-content:space-between}.page-community .stat{align-self:center;text-align:center;margin:0 auto;display:flex;flex-direction:column}@media(max-width: 768px){.page-community .stat{margin:0px;text-align:start;align-self:start}}.page-community .number{opacity:1;font-size:88px;display:flex;padding:10px;align-items:center;line-height:96px;font-weight:300}@media screen and (max-width: 768px){.page-community .community-funding{flex-direction:column-reverse;padding-left:16px;padding-right:16px}.page-community .funding-section,.page-community .stats{width:100%}}.page-community .carousel{position:relative;width:1280px;margin:0 auto;margin-top:106px;max-width:100%}.page-community .carousel .flex-align{display:flex;align-items:center}@media(max-width: 768px){.page-community .carousel{width:100%}}.page-community .center-image-wrapper{position:relative;width:552px;height:314px}@media(max-width: 1118px){.page-community .center-image-wrapper{width:55%;height:auto}}@media(max-width: 768px){.page-community .center-image-wrapper{margin:0 auto;width:86%}}.page-community .image-container{display:flex;justify-content:space-around;align-items:center;overflow:hidden}.page-community .image-container img{max-width:100%;transition:transform .7s ease-in-out,opacity .7s ease-in-out}.page-community #center-image{width:100%}.page-community #left-image,.page-community #right-image{width:252px;height:144px;opacity:.7}@media(max-width: 1118px){.page-community #left-image,.page-community #right-image{width:15%;height:auto}}@media(max-width: 768px){.page-community #left-image,.page-community #right-image{display:none;margin:0}}.page-community #left-image.exit,.page-community #right-image.exit{transform:translateX(-100%);opacity:0}.page-community #left-image.enter,.page-community #right-image.enter{transform:translateX(100%);opacity:0}.page-community #center-image.exit{transform:scale(0.8);opacity:0}.page-community #center-image.enter{transform:scale(1);opacity:1}.page-community .nav-btn{position:absolute;top:50%;transform:translateY(-50%);font-size:24px;background:none;border:none;cursor:pointer}.page-community #prev-btn{left:0}.page-community #next-btn{right:0}.page-community .event-info{position:absolute;bottom:10px;left:32px;display:flex;flex-direction:column;gap:4px}@media(max-width: 768px){.page-community .event-info{left:7px}}.page-community .event-info span{color:#fff;font-family:Work Sans;font-size:12px;font-style:normal;font-weight:600;line-height:16px}.page-community .event-info .name{padding-bottom:5px;color:var(--black-black-10, #F5F5F7);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.page-community .arrow-wrapper{display:flex;justify-content:center;padding-top:24px}.page-community :root{--black-black-0: #FFF;--black-black-10: #F5F5F7;--black-black-30: #C1C1C2}.page-community .community-spotlight-wrapper{display:flex;padding:20px;max-width:1280px;min-height:582px;margin:100px auto;gap:48px;padding-right:54px;padding-left:73px}.page-community .community-spotlight{flex:1;display:flex;flex-direction:column;padding-right:10px}.page-community .projects-wrapper{flex:1;position:relative;display:flex;justify-content:center;gap:48px}@media(max-width: 768px){.page-community .projects-wrapper{gap:48px}}.page-community .project-card{background-color:transparent;border-radius:4px;height:fit-content;width:252px;max-height:456px}@media(max-width: 768px){.page-community .project-card{width:99%}}.page-community .project-card.bottom-right{align-self:end}.page-community .card-image{border-radius:4px;height:144px;width:252px;background-color:#2c2b2b;display:flex;align-items:center}.page-community .spotlight-title,.page-community .project-title{color:var(--black-black-10, #F5F5F7);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:700;line-height:16px}.page-community .spotlight-subtitle{color:var(--black-black-10, #F5F5F7);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:700;line-height:16px}.page-community .project-description{color:var(--black-black-30, #C1C1C2);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.page-community .card-details{background-color:transparent;display:flex;flex-direction:column;text-align:start;padding:15px;height:fit-content}.page-community .view-project{color:var(--blue-purple-blue-purple-50, #7919FF);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:16px;cursor:pointer;text-decoration:none}@media(max-width: 1076px){.page-community .project-card.bottom-right{align-self:auto}.page-community .community-spotlight-wrapper{flex-direction:column;align-items:center;margin-left:0px;padding-right:26px;padding-left:26px}.page-community .community-spotlight,.page-community .projects-wrapper{width:100%;margin:0;padding:0}.page-community .projects-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;position:static}.page-community .card-image{width:100%}.page-community .card-details{gap:16px;margin-top:10px}.page-community .project-card{position:static;margin:20px 0;height:fit-content}}.page-community .w-222{width:222px}.page-community .bottom-cards-section .com-card .card-content{display:flex;flex-direction:column;justify-content:space-between;gap:16px;position:relative;z-index:1;height:100%}.page-community .bottom-cards-section .com-card{border-radius:8px;padding:36px;background:#232325;min-width:352px;height:442px;max-width:352px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.page-community .bottom-cards-section.bug-bounty{justify-content:space-around}.page-community .bottom-cards-section.bug-bounty .com-card{min-width:559px;max-width:559px;height:442px}.page-community .pr-bt16{position:relative;bottom:16px}.page-community .pr-bt28{position:relative;bottom:28px}.page-community .bottom-cards-section{display:flex;flex-direction:row;justify-content:space-around;gap:48px;max-width:1280px;margin:70px auto}.page-community .bottom-cards-section .com-card{padding:36px;background:#232325;min-width:352px;height:442px;max-width:352px;position:relative}.page-community .bottom-cards-section .com-card .top-left-img{position:absolute;top:0;height:292px;left:0;content:url(../img/community/card-bg-1.svg)}.page-community .bottom-cards-section .com-card .top-right-img.bug-bounty-card-bg{content:url(../img/community/bug-bounty-card-bg.png)}.page-community .bottom-cards-section .com-card .bottom-right-img.bug-bounty-card-bg-2{content:url(../img/community/bug-bounty-card-bg-2.png)}.page-community .bottom-cards-section .com-card .bottom-right-img{position:absolute;bottom:0;right:0;height:333px;content:url(../img/community/card-bg-2.svg)}.page-community .bottom-cards-section .com-card .top-right-img{height:390px;position:absolute;top:0;right:0;content:url(../img/community/card-bg-3.svg)}.page-community .bottom-cards-section .com-card .card-content{display:flex;flex-direction:column;gap:16px;position:relative;z-index:1}.page-community .bottom-cards-section .com-card .card-content .card-title{margin-bottom:0px !important;color:var(--black-black-0-white, #FFF);white-space:nowrap;font-family:Work Sans;font-size:20px;font-style:normal;font-weight:700;line-height:26px}.page-community .bottom-cards-section .com-card .card-content .card-subtitle{color:var(--black-black-0, #FFF);font-family:Work Sans;font-size:24px;font-style:normal;font-weight:700;line-height:32px;margin-top:2px}.page-community .bottom-cards-section .com-card .card-content .card-description{color:var(--black-black-20, #E0E0E1);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-top:15px;margin-bottom:15px}.page-community .bottom-cards-section .com-card .card-content .card-description a{color:#9a52ff}.page-community .bottom-cards-section .com-card .card-content .card-links{display:flex;flex-direction:column;gap:8px}.page-community .bottom-cards-section .com-card .card-content .com-card-link{text-decoration:none;cursor:pointer;color:#9a52ff;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:600;line-height:24px;white-space:nowrap}@media(max-width: 767.98px){.page-community .bottom-cards-section .com-card .card-content .com-card-link{display:block;width:100%}}.page-community .bottom-cards-section .com-card .card-content .com-card-link::after{display:inline-block;content:url(../img/icons/arrow-right-purple.svg);position:relative;top:1px;vertical-align:middle;padding-left:8px;-webkit-transition:transform .3s ease-out;-moz-transition:transform .3s ease-out;-ms-transition:transform .3s ease-out;-o-transition:transform .3s ease-out;transition:transform .3s ease-out}.page-community .bottom-cards-section .com-card .card-content .com-card-link:hover{border:none}.page-community .bottom-cards-section .com-card .card-content .com-card-link:hover::after{-webkit-transform:translateX(4px);-moz-transform:translateX(4px);-ms-transform:translateX(4px);-o-transform:translateX(4px);transform:translateX(4px)}@media(max-width: 768px){.page-community .pr-bt28{position:relative;bottom:0px}.page-community .pr-bt16{position:relative;bottom:0px}.page-community .bottom-cards-section{flex-direction:column;align-items:center;padding:20px}.page-community .bottom-cards-section.bug-bounty{justify-content:space-around}.page-community .bottom-cards-section.bug-bounty .com-card{min-width:352px;height:fit-content;max-width:352px}.page-community .bottom-cards-section .com-card{margin-bottom:20px;display:block;width:100%}}.page-community .num-separator{width:32px;height:1px;background:var(--black-black-70, #343437);margin-bottom:32px;margin-top:1px}.page-community .stat-separator{width:32px;height:1px;background:var(--black-black-70, #343437);margin-bottom:32px;margin-top:8px}.page-community .ml-8{margin-left:8px}.page-community .ml-19{margin-left:19px}.page-community .ml-14{margin-left:11px}.page-community .header-div .header{gap:10px;display:flex;flex-direction:column;padding-bottom:35px}.page-community .spotlight-subtitle{font-size:32px;font-weight:700;line-height:38px;margin-top:10px;margin-bottom:40px}.page-community .spotlight-description{color:var(--black-black-20);font-size:24px;font-weight:500;line-height:32px;margin-bottom:40px}.sdk-img{align-self:center}.light .sdk-img{content:url(../img/graphics/sdk-white.png)}.light .ref-book-illustration{content:url(../img/graphics/ref-book-light.png)}.light .tutorial-illustration{content:url(../img/graphics/tutorials-illustration-light.png)}.light .concepts-doc-illustration{content:url(../img/graphics/concepts-docs-light.png)}.light .use-cases .wallet-illustration{content:url(../img/graphics/wallet-light.svg)}.light .use-cases .token-illustration{content:url(../img/graphics/tokens-light.png)}.light .use-cases .connections-illustration{content:url(../img/graphics/nodes-light.svg)}.light .quickstart-image{content:url(../img/graphics/getting-started-pages-light.png)}.light .dev-tools-img{content:url(../img/graphics/dev-tools-light.svg)}.light .dev-tools-link:hover p{color:#000}.dark .sdk-img{content:url(../img/graphics/sdk-black.png)}.dark .ref-book-illustration{content:url(../img/graphics/ref-book.png)}.dark .tutorial-illustration{content:url(../img/graphics/tutorials-illustration.png)}.dark .concepts-doc-illustration{content:url(../img/graphics/concepts-doc.png)}.dark .use-cases .wallet-illustration{content:url(../img/graphics/wallet-dark.png)}.dark .use-cases .token-illustration{content:url(../img/graphics/tokens-dark.png)}.dark .use-cases .connections-illustration{content:url(../img/graphics/nodes-dark.png)}.dark .quickstart-image{content:url(../img/graphics/getting-started-pages-dark.svg)}.dark .dev-tools-img{content:url(../img/graphics/dev-tools-dark.png)}.dark .dev-tools-link:hover p{color:#fff}.dark .flat-card-grid .nav-link:hover{color:#e0e0e1}.get-started-img,.flat-card{max-width:100%;max-height:100%}.faded-text{font-family:"Work Sans";font-style:normal;font-weight:400;font-size:15.5667px;line-height:23px}.page-docs-index section{padding-top:64px;padding-bottom:64px}.page-docs-index .dev-tools-link h6::before{margin-top:-20px;height:20px}.page-docs-index .dev-tools-link h6:hover{text-decoration:underline;text-decoration-color:#9a52ff;background:none !important}.page-docs-index .dev-tools-link:hover p{text-decoration:none !important;background:none !important;display:inline-block}.page-docs-index .dev-tools-link a:hover{color:#9a52ff;text-decoration:none !important}.page-docs-index .dev-tools-link .btn-arrow::after{content:url(../img/icons/arrow-right-purple.svg);width:1.5rem;height:1.5rem}.page-docs-index .langs>a{display:block}.page-docs-index .langs h5:hover{text-decoration:underline;text-decoration-color:#9a52ff;background:none !important}.page-docs-index .langs a:hover{text-decoration:none !important}.page-docs-index .langs .btn-arrow::after{content:url(../img/icons/arrow-right-purple.svg);vertical-align:baseline;width:1.5rem;height:1.5rem}.page-docs-index .langs h5{margin-block-start:0 !important}.page-docs-index .langs h5::before{margin-top:0;height:0}.page-docs-index h1{font-size:3.875rem}.page-docs-index .arrow-purple::after{content:url(../img/icons/arrow-right-purple.svg)}.page-docs-index .documentation-index:hover,.page-docs-index .documentation-index::after{color:#9a52ff;text-decoration:none !important;background:none !important}@media(max-width: 765px){.page-docs-index h1{font-size:3rem}.page-docs-index .flat-card-grid{grid-gap:24px}.page-docs-index .flat-card-grid .flat-card{padding:32px 12px}.page-docs-index::before{display:none}}#langs-cards{grid-gap:40px}@media(max-width: 991.98px){.page-docs-index .langs-cards{grid-template-columns:1fr 1fr;grid-auto-rows:auto}}.dev-tools-img{max-width:100%;max-height:100%;margin:auto}.page-docs .h4::before{margin-top:0;height:0}.page-docs .row{margin-right:0;margin-left:0}.page-docs .video-grid{grid-gap:35px}.page-docs .title-space{margin-bottom:16px}.page-docs .circled-logo{margin-left:.1rem}.flat-card-grid{grid-gap:15px;max-width:100%;min-height:384px}.flat-card-grid .flat-card{padding:32px 50px;height:100%;width:100%;box-shadow:none}.flat-card-grid .flat-card-padding{margin-bottom:75px}.flat-card-grid img{width:auto;height:115px;margin-left:auto;margin-right:auto}.flat-card-grid .nav-link{border:none !important}.flat-card-grid .nav-link:hover{text-decoration:underline;text-decoration-color:#9a52ff}.flat-card-grid .nav-link::after{content:none !important}@media(max-width: 991.98px){.flat-card-grid .flat-card-padding{margin-bottom:0}.flat-card-grid .nav-link::after{content:" " !important}.flat-card-grid .flat-card .btn{display:none}}.float-up-on-hover{transition:all .35s ease-out;cursor:pointer}.float-up-on-hover:hover{-webkit-transform:translateY(-16px);-moz-transform:translateY(-16px);-ms-transform:translateY(-16px);-o-transform:translateY(-16px);transform:translateY(-16px)}.float-up-on-hover .video-image:hover{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}@media(min-width: 992px){.align-button-on-bottom .btn-primary{position:absolute;bottom:0}}.center-image{display:flex;justify-content:center}.quickstart-card .quickstart-image{margin-left:-20px;margin-right:-20px;margin-bottom:-20px}@media(min-width: 992px){.quickstart-card{margin-left:-32px;margin-right:-32px;margin-bottom:-32px;width:calc(100% + 64px)}}.explore-links .card-grid{grid-gap:40px}.full-documentation-link{margin-top:-35px}button.MarkpromptFloatingTrigger{bottom:4.5rem;border-radius:4px;right:16px;border:1px solid transparent;color:var(--markprompt-primaryForeground);background-color:var(--markprompt-primary)}@media(min-width: 992px){button.MarkpromptFloatingTrigger{right:32px}}html.light .MarkpromptContentDialog a{color:#7919ff}html.light .MarkpromptContentDialog h3:not(.chip){color:#000}.MarkpromptExtendedFeedbackTextInput{background-color:#fff;color:#000}.MarkpromptOverlay{z-index:20}.MarkpromptContentDialog{z-index:10000}.osano-cm-close{box-sizing:content-box !important}.osano-cm-switch{box-sizing:content-box !important}.osano-cm-widget{right:16px;width:50px;height:50px;border:1px solid transparent}@media(min-width: 992px){.osano-cm-widget{right:32px}}html.light article p code,html.light article table code,html.light article li>code{background-color:#e0e0e1;color:#111112}html.light body{background-color:#f5f5f7;color:#000}html.light #topnav-theme .custom-theme-toggle .custom-control-label::before{background-color:transparent;background-position:bottom right;transform:rotate(-15deg)}html.light h1:not(.chip),html.light h2:not(.chip),html.light h3:not(.chip),html.light h4:not(.chip),html.light h5:not(.chip),html.light h6:not(.chip),html.light .h1:not(.chip),html.light .h2:not(.chip),html.light .h3:not(.chip),html.light .h4:not(.chip),html.light .h5:not(.chip),html.light .h6:not(.chip){color:#000}html.light h1.green-500,html.light h2.green-500,html.light h3.green-500,html.light h4.green-500,html.light h5.green-500,html.light h6.green-500,html.light .h1.green-500,html.light .h2.green-500,html.light .h3.green-500,html.light .h4.green-500,html.light .h5.green-500,html.light .h6.green-500{color:#28b86a;text-shadow:#fff 0 0 2px,#fff -1px -1px 2px,#fff 1px 1px 2px}html.light .bg-grey-800{background-color:#fcfcfd}html.light .grey-400{color:#454549}html.light .text-muted{color:#232325 !important}html.light .longform{color:#232325}html.light .numbers{color:#000}html.light .stat-highlight,html.light .eyebrow{color:#111112}html.light .invertible-img{filter:invert(100%)}html.light .arrow-link::after{content:url("../img/lightmode/icon-long-arrow.svg")}html.light .search .input-group-text,html.light .input-group .input-group-text,html.light .form-group .input-group-text{background-color:#e0e0e1;color:#232325}html.light .search label .input-group-text,html.light .search .form-control:not(.btn),html.light .input-group label .input-group-text,html.light .input-group .form-control:not(.btn),html.light .form-group label .input-group-text,html.light .form-group .form-control:not(.btn){color:#000;background-color:#e0e0e1;border-color:#e0e0e1}html.light .search .ds-input,html.light .input-group .ds-input,html.light .form-group .ds-input{color:#000;background-color:#e0e0e1;border-color:#e0e0e1}html.light .search .ds-input:focus,html.light .input-group .ds-input:focus,html.light .form-group .ds-input:focus{border-color:#9a52ff}html.light .list-group-item{border-color:#232325;background-color:#f5f5f7}html.light .list-group-item.disabled{color:#a2a2a4}html.light .progress{background-color:#e0e0e1}html.light [data-component-name="Search/SearchIcon"]>path{fill:#000}html.light a,html.light nav a,html.light a:not([role=button]){color:#000}html.light a.btn-primary,html.light nav a.btn-primary,html.light a:not([role=button]).btn-primary{color:#fff}html.light a.btn-primary:hover,html.light nav a.btn-primary:hover,html.light a:not([role=button]).btn-primary:hover{color:#fff}html.light a:hover,html.light a:active,html.light a.active,html.light nav a:hover,html.light nav a:active,html.light nav a.active,html.light a:not([role=button]):hover,html.light a:not([role=button]):active,html.light a:not([role=button]).active{color:#7919ff}html.light a:not(.btn):focus,html.light nav a:not(.btn):focus,html.light a:not([role=button]):not(.btn):focus{background-color:transparent}html.light a.card:hover,html.light:active,html.light.active{color:#000}html.light .landing-table tbody td{color:#232325}html.light .btn-outline-secondary,html.light article a.button,html.light .navbar-dark .navbar-nav .nav-link.btn-outline-secondary{color:#111112;border-color:#111112}html.light .btn-outline-secondary:not(:disabled):not(.disabled):hover,html.light .btn-outline-secondary:not(:disabled):not(.disabled):active,html.light article a.button:not(:disabled):not(.disabled):hover,html.light article a.button:not(:disabled):not(.disabled):active,html.light .navbar-dark .navbar-nav .nav-link.btn-outline-secondary:not(:disabled):not(.disabled):hover,html.light .navbar-dark .navbar-nav .nav-link.btn-outline-secondary:not(:disabled):not(.disabled):active{color:#9a52ff;border-color:#9a52ff;background-color:transparent}html.light .breadcrumb{background:#f5f5f7}html.light .breadcrumb-item a{color:#454549}html.light .breadcrumb-item a:hover{color:#9a52ff}html.light .top-nav{background:#f5f5f7}html.light .top-nav #topnav-pages .nav-link{color:#000}html.light .top-nav .navbar-brand .logo{content:url(../img/XRPLedger_DevPortal-black.svg);height:40px}html.light .top-nav #dropdown-hero-for-docs>img{content:url(../img/icons/lightmode/docs.svg)}html.light .top-nav #dropdown-hero-for-community>img{content:url(../img/icons/lightmode/contribute.svg)}html.light .top-nav .dropdown-menu{background-color:#f5f5f7;border-color:#f5f5f7;box-shadow:0px 5px 20px 0px #c1c1c2}html.light .top-nav .dropdown-menu a:hover,html.light .top-nav .dropdown-menu a.active{color:#7919ff}html.light .top-nav .dropdown-menu .dropdown-item.dropdown-hero>img{background-color:#fcfcfd}html.light .top-nav .dropdown-menu .dropdown-item.dropdown-hero p{color:#343437}html.light .top-nav .dropdown-menu .dropdown-item.active{color:#7919ff}html.light .top-nav .dropdown-menu h5{color:#454549}html.light .top-nav .dropdown-menu .col-for-get_started{background-color:#e0e0e1}html.light .top-nav #topnav-button{background-color:#e0e0e1}@media(max-width: 991.98px){html.light .top-nav .navbar-toggler .navbar-toggler-icon::after,html.light .top-nav .navbar-toggler .navbar-toggler-icon::before,html.light .top-nav .navbar-toggler .navbar-toggler-icon div{background-color:#111112}html.light .top-nav .navbar-nav .nav-link,html.light .top-nav .navbar-collapse>.nav-item{background:#e0e0e1}html.light .top-nav #top-main-nav{background-color:#c1c1c2}}html.light aside .sidenav_cat_title{color:#000}html.light .page-toc .level-1 a,html.light .command-list .separator{color:#000}html.light aside a:hover,html.light aside .sidenav_cat_title:hover,html.light aside a.active,html.light aside a.active:hover,html.light aside .active>a,html.light aside .active>a:hover{color:#7919ff}html.light .dactyl-tree-nav nav{border-left:1px solid #000}html.light .dactyl-tree-nav nav .nav-link:hover,html.light .dactyl-tree-nav nav .nav-link:active{border-left-color:#7919ff}html.light .dactyl-tree-nav nav .active>.nav-link{border-left-color:#7919ff}html.light .page-toc,html.light .command-list{border-left:1px solid #000}html.light .page-toc .level-3,html.light .command-list .level-3{border-left:1px solid #000}html.light .page-toc li a:hover,html.light .page-toc li a .active,html.light .command-list li a:hover,html.light .command-list li a .active{border-left-color:#7919ff}html.light .footer-brand .logo{filter:invert(100%)}html.light .copyright-license{text-shadow:#fff 0px 0px 2px,#fff 1px 1px 2px,#fff 2px 2px 3px,#fff 2px 2px 4px,#fff 2px 2px 5px,#fff 2px 2px 6px,#fff -1px -1px 2px,#fff -2px -2px 3px,#fff -2px -2px 4px}html.light a.osano-cm-link{color:#fff}html.light article .card,html.light .landing .card,html.light .cta-card,html.light aside .card{color:#000;background-color:#fcfcfd;box-shadow:0px 5px 20px 0px #c1c1c2}html.light #code-samples-deck .card{box-shadow:0px 5px 20px 0px #c1c1c2}html.light #code-samples-deck .card-header{border-bottom:none;background-color:#fcfcfd}html.light #code-samples-deck .card-footer{background-color:#fcfcfd}html.light .page-faq.landing-builtin-bg::before,html.light .mini-faq.landing-builtin-bg::before{opacity:.6}html.light .page-faq .q-wrapper,html.light .mini-faq .q-wrapper{background-color:#fcfcfd;color:#000;box-shadow:0px 5px 20px 0px #c1c1c2}html.light .page-faq .q-wrapper>h4 a.expander:hover,html.light .mini-faq .q-wrapper>h4 a.expander:hover{color:#000}html.light .page-community .com-card{background:#fff}html.light .page-community .project-description{color:#343437}html.light .page-community #platform-stack-overflow{content:url("../img/logos/lightmode/stack-overflow.svg")}html.light .page-community #platform-discord{content:url("../img/logos/lightmode/discord.svg")}html.light .status.not_enabled{color:#aeb200}html.light .pg-category{color:#454549}html.light .landing .nav .nav-link{color:#232325;border-bottom-color:#c1c1c2}html.light .landing .circled-logo{background-color:#e0e0e1}html.light .landing .circled-logo img[src="assets/img/logos/globe.svg"]{filter:invert(100%)}html.light .landing p a,html.light .landing .longform a{color:#7919ff}html.light .devportal-callout.caution,html.light .devportal-callout.注意{border-color:#aeb200}html.light .devportal-callout.caution>strong:first-child::before,html.light .devportal-callout.注意>strong:first-child::before{color:#aeb200}html.light .devportal-callout.tip,html.light .devportal-callout.ヒント{border-color:#2dcf78}html.light .devportal-callout.tip>strong:first-child::before,html.light .devportal-callout.ヒント>strong:first-child::before{color:#2dcf78}html.light code{color:#000}html.light pre code,html.light pre{background-color:#e0e0e1}html.light .multicode a{color:#000}html.light .multicode a.current{color:#fff}html.light .multicode a:hover{text-decoration:none;background-color:#e0e0e1;color:#fff}html.light .multicode a:focus{background-color:#232325}html.light .codehilite .btn-outline-secondary{background-color:#232325;color:#f5f5f7;border-color:#f5f5f7}html.light .interactive-block .breadcrumb-item.done a::after{color:#145c35}html.light .modal-content{background-color:#fcfcfd}html.light .rpc-tool pre .toggle{color:#fff}html.light .rpc-tool pre .toggle:hover{color:#b480ff}html.light .page-home #home-hero-graphic{content:url("../img/lightmode/home-hero.svg")}html.light .page-home #benefits-list #public{content:url("../img/icons/lightmode/public.svg")}html.light .page-home #benefits-list #streamlined{content:url("../img/icons/lightmode/streamlined.svg")}html.light .page-home #benefits-list #performance{content:url("../img/icons/lightmode/performance.svg")}html.light .page-home #benefits-list #low-cost{content:url("../img/icons/lightmode/low-cost.svg")}html.light .page-home #benefits-list #community{content:url("../img/icons/lightmode/community.svg")}html.light .page-home #benefits-list #reliability{content:url("../img/icons/lightmode/reliability.svg")}html.light #validator-graphic{content:url("../img/lightmode/validators.svg")}html.light #wallets #wallet-xumm{content:url("../img/wallets/lightmode/xumm.svg")}html.light #wallets #wallet-bitfrost{content:url("../img/wallets/lightmode/bitfrost.png")}html.light #wallets #wallet-towo{content:url("../img/wallets/lightmode/towo.svg")}html.light #wallets #wallet-keystone{content:url("../img/wallets/lightmode/keystone.svg")}html.light #wallets #wallet-dcent{content:url("../img/wallets/lightmode/dcent.svg")}html.light #wallets #wallet-coin{content:url("../img/wallets/lightmode/coin.svg")}html.light #wallets #wallet-gem{content:url("../img/wallets/lightmode/gem.svg")}html.light #wallets #wallet-crossmark{content:url("../img/wallets/lightmode/crossmark.png")}html.light #wallets #wallet-joey{content:url("../img/wallets/lightmode/joey.svg")}html.light #top-exchanges #exch-bitstamp{content:url("../img/exchanges/lightmode/bitstamp.svg")}html.light #top-exchanges #exch-cex-io{content:url("../img/exchanges/lightmode/cex-io.svg")}html.light #top-exchanges #exch-liquid{content:url("../img/exchanges/lightmode/liquid.svg")}html.light #top-exchanges #exch-bitfinex{content:url("../img/exchanges/lightmode/bitfinex.svg")}html.light #top-exchanges #exch-bittrex{content:url("../img/exchanges/lightmode/bittrex.png")}html.light #top-exchanges #exch-currency-com{content:url("../img/exchanges/lightmode/currency-com.png")}html.light #top-exchanges #exch-ftx{content:url("../img/exchanges/lightmode/ftx.png")}html.light #top-exchanges #exch-lmax{content:url("../img/exchanges/lightmode/lmax.png")}html.light .timeline-dot{background-color:#f5f5f7}html.light .page-uses .card-body{background:#fff;color:#343437}html.light .page-uses .modal-footer,html.light .page-uses .modal-header{background-color:#fcfcfd}html.light .page-uses #infrastructure{content:url("../img/icons/usecases/lightmode/ic_infrastructure.png")}html.light .page-uses #developer_tooling{content:url("../img/icons/usecases/lightmode/ic_developer_tooling.png")}html.light .page-uses #interoperability{content:url("../img/icons/usecases/lightmode/ic_interoperability.png")}html.light .page-uses #wallet{content:url("../img/icons/usecases/lightmode/ic_wallet.png")}html.light .page-uses #nfts{content:url("../img/icons/usecases/lightmode/ic_nfts.png")}html.light .page-uses #exchanges{content:url("../img/icons/usecases/lightmode/ic_exchanges.png")}html.light .page-uses #gaming{content:url("../img/icons/usecases/lightmode/ic_gaming.png")}html.light .page-uses #security{content:url("../img/icons/usecases/lightmode/ic_security.png")}html.light .page-uses #payments{content:url("../img/icons/usecases/lightmode/ic_payments.png")}html.light .page-uses #web_monetization{content:url("../img/icons/usecases/lightmode/ic_web_monetization.png")}html.light .page-uses #sustainability{content:url("../img/icons/usecases/lightmode/ic_sustainability.png")}html.light .page-uses #cbdc{content:url("../img/icons/usecases/lightmode/ic_cbdc.png")}html.light .page-uses #custody{content:url("../img/icons/usecases/lightmode/ic_custody.png")}html.light .page-uses #other{content:url("../img/icons/usecases/lightmode/ic_other.png")}html.light .page-uses #carbon_markets{content:url("../img/icons/usecases/lightmode/ic_carbon_markets.png")}html.light .page-uses #defi{content:url("../img/icons/usecases/lightmode/ic_defi.png")}html.light .page-uses .category-header{color:#343437}html.light .page-uses .category_count{background:#d2b2ff;color:#350080}html.light .page-uses .section-text-title{color:#000}html.light .page-uses #use_case_companies_list #bitgo .biz-logo{max-height:40px;content:url("../img/uses/lightmode/bitgo.svg")}html.light .page-uses #use_case_companies_list #sologenic-nft .biz-logo{max-height:40px;content:url("../img/uses/lightmode/sologenic-nft.svg")}html.light .page-uses #use_case_companies_list #carbonland-trust .biz-logo{max-height:40px;content:url("../img/uses/lightmode/carbonland-trust.svg")}html.light .page-uses #use_case_companies_list #futureverse .biz-logo{max-height:40px;content:url("../img/uses/lightmode/futureverse.png")}html.light .page-uses #use_case_companies_list #moai-finance .biz-logo{max-height:40px;content:url("../img/uses/lightmode/moai-finance.svg")}html.light .page-uses #use_case_companies_list #orchestra-finance .biz-logo{max-height:40px;content:url("../img/uses/lightmode/orchestra-finance.svg")}html.light .page-uses #use_case_companies_list #x-tokenize .biz-logo{max-height:40px;content:url("../img/uses/lightmode/x-tokenize.svg")}html.light .page-uses #use_case_companies_list #casino-coin .biz-logo{max-height:40px;content:url("../img/uses/lightmode/casino-coin.svg")}html.light .page-uses #use_case_companies_list #xrp-cafe .biz-logo{max-height:40px;content:url("../img/uses/lightmode/xrp-cafe.svg")}html.light .page-uses #use_case_companies_list #coil .biz-logo{max-height:40px;content:url("../img/uses/lightmode/coil.svg")}html.light .page-uses #use_case_companies_list #xrp-toolkit .biz-logo{max-height:40px;content:url("../img/uses/lightmode/xrp-toolkit.svg")}html.light .page-uses #use_case_companies_list #first-ledger-bot .biz-logo{max-height:40px;content:url("../img/uses/lightmode/first-ledger-bot.svg")}html.light .page-uses #use_case_companies_list #cryptum .biz-logo{max-height:40px;content:url("../img/uses/lightmode/cryptum.svg")}html.light .page-uses #use_case_companies_list #xrpl-org-ledger-explorer .biz-logo{max-height:40px;content:url("../img/uses/lightmode/xrpl-org-ledger-explorer.svg")}html.light .page-uses #use_case_companies_list #evernode .biz-logo{max-height:40px;content:url("../img/uses/lightmode/evernode.svg")}html.light .page-uses #use_case_companies_list #xrpl-rosetta .biz-logo{max-height:40px;content:url("../img/uses/lightmode/xrpl-rosetta.svg")}html.light .page-uses #use_case_companies_list #ripples-cbdc-platform .biz-logo{max-height:40px;content:url("../img/uses/lightmode/ripples-cbdc-platform.svg")}html.light .page-uses #use_case_companies_list #xrpscan .biz-logo{max-height:40px;content:url("../img/uses/lightmode/xrpscan.svg")}html.light .page-uses #use_case_companies_list #ripples-on-demand-liquidity .biz-logo{max-height:40px;content:url("../img/uses/lightmode/ripples-on-demand-liquidity.svg")}html.light .page-uses #use_case_companies_list #xumm-wallet .biz-logo{max-height:40px;content:url("../img/uses/lightmode/xumm-wallet.svg")}html.light .page-uses #use_case_companies_list #sologenic-dex .biz-logo{max-height:40px;content:url("../img/uses/lightmode/sologenic-dex.svg")}html.light .page-uses #use_case_companies_list #joey-wallet .biz-logo{max-height:40px;content:url("../img/uses/lightmode/joey-wallet.svg")}html.light .page-uses #use_case_companies_list #Crossmark .biz-logo{max-height:40px;content:url("../img/uses/lightmode/Crossmark.png")}html.light .page-uses #use_case_companies_list #threezy .biz-logo{max-height:40px;content:url("../img/uses/lightmode/threezy.png")}html.light .page-uses .modal-content-uses .first-ledger-bot{content:url("../img/uses/lightmode/first-ledger-bot.svg")}html.light .page-uses .modal-content-uses .moai-finance{content:url("../img/uses/lightmode/moai-finance.svg")}html.light .page-uses .modal-content-uses .orchestra-finance{max-height:52px;margin:0;content:url("../img/uses/lightmode/orchestra-finance.svg")}html.light .page-uses #bitpay .biz-logo,html.light .page-uses #forte .biz-logo,html.light .page-uses #xrplorer .biz-logo,html.light .page-uses #gatehub .biz-logo{filter:invert(100%)}html.light .landing-bg{opacity:.4}@media(min-width: 768px){html.light .landing-bg{opacity:1}}html.light .landing-builtin-bg::before{opacity:.4}@media(min-width: 768px){html.light .landing-builtin-bg::before{opacity:1}}html.light #feedback-content .widget-form-wrapper{background-color:#fff !important}html.light #feedback-content .widget-form-wrapper div{background-color:#fff !important}html.light #feedback-content .widget-form-wrapper textarea{background-color:#f5f5f7 !important}html.light #feedback-content .widget-form-wrapper .widget-header-title{color:#111112 !important}html.light #feedback-content .widget-form-wrapper .cancel{color:#7919ff !important}html.light #feedback-content .widget-helpful .widget-header{background-color:#fff !important}html.light #feedback-content .widget-helpful .widget-header-title{color:#111112 !important}html.light #feedback-content .widget-helpful .widget-header-icon{filter:invert(100%)}html.light .page-docs-index #software-and-sdks .card-deck .card:nth-child(1) .card-footer{background-image:url(../img/cards/lightmode/4col-green.svg)}html.light .page-docs-index #software-and-sdks .card-deck .card:nth-child(2) .card-footer{background-image:url(../img/cards/lightmode/4col-light-blue.svg)}html.light .page-docs-index #software-and-sdks .card-deck .card:nth-child(4) .card-footer{background-image:url(../img/cards/lightmode/4col-yellow.svg)}html.light .page-docs-index #doc-types .card-deck .card:nth-child(4) .card-footer{background-image:url(../img/cards/lightmode/4col-light-blue-2.svg)}html.light .page-docs-index .funding-text,html.light .page-community .funding-text{color:#232325}html.light .page-docs-index .stat .small-text,html.light .page-community .stat .small-text{color:#232325}html.light .page-docs-index .project-card,html.light .page-community .project-card{background-color:transparent}html.light .page-docs-index .card-details,html.light .page-community .card-details{background-color:transparent}html.light .page-docs-index .card-image,html.light .page-community .card-image{background:#e0e0e1}html.light .page-docs-index #community-table tr,html.light .page-community #community-table tr{border-bottom:1px solid #34343740}html.light .page-docs-index .card-description,html.light .page-community .card-description{color:#343437 !important}html.light .page-docs-index .card-subtitle,html.light .page-community .card-subtitle{color:#111112 !important}html.light .page-docs-index .card-title,html.light .page-community .card-title{color:#111112 !important}html.light .page-docs-index .main-title,html.light .page-community .main-title{color:#111112}html.light .page-docs-index .event-location,html.light .page-community .event-location{color:#232325 !important}html.light .page-docs-index .event-details,html.light .page-community .event-details{color:#232325 !important}html.light .page-docs-index .upcoming-event .event-name,html.light .page-community .upcoming-event .event-name{color:#111112}html.light .page-docs-index .upcoming-label,html.light .page-community .upcoming-label{color:#232325 !important}html.light .page-docs-index .description,html.light .page-community .description{color:#232325}html.light .page-docs-index .events-text,html.light .page-community .events-text{color:#111112}html.light .page-docs-index .discord-icon,html.light .page-community .discord-icon{content:url(../img/community/ic_discord_light.png)}html.light .page-docs-index .twitter-icon,html.light .page-community .twitter-icon{content:url(../img/community/ic_twitter_light.png)}html.light .page-docs-index .youtube-icon,html.light .page-community .youtube-icon{content:url(../img/community/ic_youtube_light.png)}html.light .page-docs-index .xrpl-icon,html.light .page-community .xrpl-icon{content:url(../img/community/ic_xrpl_light.png)}html.light .page-docs-index .github-icon,html.light .page-community .github-icon{content:url(../img/community/ic_github_light.png)}html.light .page-docs-index .stackoverflow-icon,html.light .page-community .stackoverflow-icon{content:url(../img/community/ic_stackoverflow_light.png)}html.light .page-docs-index #run-a-network-node .card-deck .card:nth-child(4) .card-footer,html.light .page-community #run-a-network-node .card-deck .card:nth-child(4) .card-footer{background-image:url(../img/cards/lightmode/4col-light-green.svg)}html.light .page-docs-index #run-a-network-node .text-cards a,html.light .page-community #run-a-network-node .text-cards a{color:#000}html.light .page-docs-index #xrpl-blog .blog-graphic,html.light .page-community #xrpl-blog .blog-graphic{content:url(../img/community/lightmode/community-blog@2x.png)}html.light .page-docs-index #xrpl-events .text-light,html.light .page-community #xrpl-events .text-light{color:#000 !important}html.light .page-docs-index #xrplGrantsDark g,html.light .page-docs-index #xrplGrantsDark-small g,html.light .page-docs-index #careersDark g,html.light .page-docs-index #careersDark-small g,html.light .page-community #xrplGrantsDark g,html.light .page-community #xrplGrantsDark-small g,html.light .page-community #careersDark g,html.light .page-community #careersDark-small g{filter:invert(100%) brightness(0.8)}html.light #find-us-on-platforms .card-deck .card:nth-child(2) .card-footer{background-image:url(../img/cards/lightmode/4col-light-blue-3.svg)}html.light .page-references #refs-types .card-deck .card:nth-child(2) .card-footer{background-image:url(../img/cards/lightmode/3col-green-2.svg)}html.light .page-references #xrpl-protocol .card-deck .card:nth-child(1) .card-footer{background-image:url(../img/cards/lightmode/4col-light-blue-4.svg)}html.light ::-webkit-input-placeholder{color:#454549}html.light :-ms-input-placeholder{color:#454549}html.light ::-moz-placeholder{color:#454549;opacity:1}html.light :-moz-placeholder{color:#454549;opacity:1}html.light .page-events label{color:#111112}html.light .page-events .event-card{color:#000;background-color:#fcfcfd;box-shadow:0px 5px 20px 0px #c1c1c2}html.light .page-events a.event-card:hover{color:#000}html.light .page-events .event-hero{color:#111112}html.light .page-events .event-save-date{color:#111112}html.light .page-events .event-small-gray{color:#454549}html.light .page-events #event-hero-image{height:100%;min-height:209px;background:url(../img/events/event-hero1-light@2x.png);background-size:contain;background-repeat:no-repeat;background-position:center}html.light .page-events .icon-date::before{background:url(../img/events/event-date-light.svg)}html.light .page-events .icon-location::before{background:url(../img/events/event-location-light.svg)}html.light .page-events .events-filter[type=checkbox]::before{background-color:#f5f5f7}html.light .page-events .events-filter[type=checkbox]:not(:disabled):checked:hover::after{background-image:url(../img/events/event-check.svg);background-repeat:no-repeat;background-position:center;background-color:#5f00e5;border-width:2px;border-style:solid;border-color:#5f00e5;border-radius:4px}html.light .page-events .events-filter[type=checkbox]:not(:disabled):hover::before{background-color:#f5f5f7}html.light .page-events .events-filter[type=checkbox]:not(:disabled):hover::after{background-color:#f5f5f7}html.light .page-ambassadors #benefits-list #benefits-01{content:url("../img/ambassadors/lightmode/benefits-01.svg")}html.light .page-ambassadors #benefits-list #benefits-02{content:url("../img/ambassadors/lightmode/benefits-02.svg")}html.light .page-ambassadors #benefits-list #benefits-03{content:url("../img/ambassadors/lightmode/benefits-03.svg")}html.light .page-ambassadors #benefits-list #benefits-04{content:url("../img/ambassadors/lightmode/benefits-04.svg")}html.light .page-ambassadors #benefits-list #benefits-05{content:url("../img/ambassadors/lightmode/benefits-05.svg")}html.light .page-ambassadors #benefits-list #benefits-06{content:url("../img/ambassadors/lightmode/benefits-06.svg")}html.light .page-ambassadors #eligibility-list #eligibility-01{content:url("../img/ambassadors/lightmode/eligibility-01.svg")}html.light .page-ambassadors #eligibility-list #eligibility-02{content:url("../img/ambassadors/lightmode/eligibility-02.svg")}html.light .page-ambassadors #eligibility-list #eligibility-03{content:url("../img/ambassadors/lightmode/eligibility-03.svg")}html.light .page-ambassadors #eligibility-list #eligibility-04{content:url("../img/ambassadors/lightmode/eligibility-04.svg")}html.light .page-ambassadors #eligibility-list #eligibility-05{content:url("../img/ambassadors/lightmode/eligibility-05.svg")}html.light .page-funding .funding-list #funding-01{content:url("../img/funding/lightmode/funding-01.svg")}html.light .page-funding .funding-list #funding-02{content:url("../img/funding/lightmode/funding-02.svg")}html.light .page-funding .funding-list #funding-03{content:url("../img/funding/lightmode/funding-03.svg")}html.light .page-funding .funding-list #funding-04{content:url("../img/funding/lightmode/funding-04.svg")}html.light .page-funding #xrplGrantsDark{filter:invert(100%) brightness(0.8)}html.light .page-impact .connect-list #connect-01{content:url("../img/impact/lightmode/connect-01.svg")}html.light .page-impact .connect-list #connect-02{content:url("../img/impact/lightmode/connect-02.svg")}html.light .page-impact .connect-list #connect-03{content:url("../img/impact/lightmode/connect-03.svg")}html.light .page-impact .connect-list #connect-04{content:url("../img/impact/lightmode/connect-04.svg")}html.light .page-impact #map-light{display:block}html.light .page-impact #map-dark{display:none}html.light main article .card-grid{color:#000}html.light main article .card-grid code{background-color:#d6fae7}html.light main article .card-grid .card-icon-container,html.light main article .card-grid.card-grid-3xN .card-icon-container{background:#c1c1c2}html.light [data-component-name="Footer/Footer"] [data-component-name="Footer/FooterColumn"]{text-shadow:#f5f5f7 0px 0px 2px,#f5f5f7 1px 1px 2px,#f5f5f7 2px 2px 3px,#f5f5f7 2px 2px 4px,#f5f5f7 2px 2px 5px,#f5f5f7 2px 2px 6px,#f5f5f7 -1px -1px 2px,#f5f5f7 -2px -2px 3px,#f5f5f7 -2px -2px 4px}html.light .dev-blog .text-bg{background-color:#fff}html.light .dev-blog #card-date{color:#454549}html.light .dev-blog .category-header{color:#111112}html.light .dev-blog label{color:#343437}html.light .dev-blog .blog-filter[type=checkbox]::before{background:#f5f5f7}html.light .dev-blog .blog-filter[type=checkbox]:checked::before{background:#f5f5f7}html.light .dev-blog .blog-filter[type=checkbox]:not(:disabled):checked:hover::after{background-image:url(../img/blog/blog-check-light-mode.svg)}html.light .dev-blog .blog-filter[type=checkbox]:not(:disabled):hover::before{background:#f5f5f7}html.light .dev-blog .blog-filter[type=checkbox]:not(:disabled):hover::after{background:#f5f5f7}html.light .dev-blog .post-date{text-decoration:overline solid #145c35 10%}html.light .dev-blog #general-badge{background-color:#fff;color:#343437}html.light .dev-blog #release_notes-badge{background-color:#32e685;color:#145c35}html.light .dev-blog #advisories-badge{background-color:#ff6719;color:#4c1a00}html.light .dev-blog #amendments-badge{background-color:#faff19;color:#4b4c00}html.light .dev-blog #development-badge{background-color:#7919ff;color:#20004c}html.light .dev-blog #developer_reflections-badge{background-color:#19a3ff;color:#002e4c}html.light .dev-blog #gateway_bulletins-badge{background-color:#d919ff;color:#40004c}html.light .dev-blog #features-badge{background-color:#32e685;color:#145c35}html.light .dev-blog #security-badge{background-color:#ff198b;color:#4c0026}html.light .dev-blog .dropdown-btn{color:#111112;background-color:#e0e0e1;border-color:#e0e0e1}html.light .dev-blog .dropdown-btn img{content:url("../img/icons/lightmode/chevron-arrow-down.svg")}html.light .dev-blog .dropdown-content{background-color:#e0e0e1}html.light .page-tokenization .project-cards .project-logo{filter:invert(100%)}html.light .page-tokenization .article-card{background-color:#fff}html.light .page-tokenization .article-card-background{filter:drop-shadow(0px 1px 18px rgba(24, 24, 24, 0.5))}html.light .page-tokenization .evernode{content:url("../img/logos/evernode.svg")}html.light .page-tokenization .prev img{content:url("../img/icons/prev_light.svg")}html.light .page-tokenization .next img{content:url("../img/icons/prev_light.svg");transform:scaleX(-1)}html.light .page-tokenization .arrow-button{background-color:#e0e0e1}html.light .page-rwa-tokenization .section-title{color:#000}html.light .page-rwa-tokenization .utility-card .utility-title{color:#000}html.light .page-rwa-tokenization .utility-card .utility-description{color:#000}html.light .page-rwa-tokenization .benefit-icon.low-fees{background-image:url(../img/tokenization/lightmode/low-fees.png)}html.light .page-rwa-tokenization .benefit-icon.access{background-image:url(../img/tokenization/lightmode/cross-chain.png)}html.light .page-rwa-tokenization .benefit-icon.native-compliance{background-image:url(../img/tokenization/lightmode/native-compliance.png)}html.light .page-rwa-tokenization .benefit-icon.delegated-token-management{background-image:url(../img/tokenization/lightmode/delegated-token-management.png)}html.light .page-rwa-tokenization .company-logo.open-eden{background-image:url(../img/tokenization/lightmode/open-eden.png)}html.light .page-rwa-tokenization .company-logo.zoniqx{background-image:url(../img/tokenization/lightmode/zoniqx.png)}html.light .page-rwa-tokenization .company-logo.axiology{background-image:url(../img/tokenization/lightmode/axiology.png)}html.light .page-rwa-tokenization .company-logo.archax{background-image:url(../img/tokenization/lightmode/archax.png)}html.light .page-rwa-tokenization .company-logo.meld{background-image:url(../img/tokenization/lightmode/meld.png)}html.light .page-rwa-tokenization .company-logo.palisade{background-image:url(../img/tokenization/lightmode/palisade.png)}html.light .page-rwa-tokenization .company-logo.ripple-logo{background-image:url(../img/tokenization/lightmode/ripple-logo.png)}html.light .page-rwa-tokenization .company-logo.ondo{background-image:url(../img/tokenization/lightmode/ondo.png)}html.light .page-rwa-tokenization .company-logo.hidden-road{background-image:url(../img/tokenization/lightmode/hidden-road.png)}html.light .page-rwa-tokenization .token-features-section .btn-link{color:#7919ff}html.light .page-rwa-tokenization .card-description a{color:#7919ff !important}html.light .page-rwa-tokenization .developer-tools__image{background-image:url("../img/tokenization/lightmode/graphic.png")}html.light .page-rwa-tokenization .right-arrow-item::after{content:url("../img/icons/lightmode/arrow-right-purple.svg")}html.light .page-rwa-tokenization .token-video-text-container p{color:var(--XRPL-Primary-Black, #000)}html.light .page-rwa-tokenization .cards-title-token{color:var(--XRPL-Primary-Black, #000)}html.light .page-rwa-tokenization .benefit-card{background:#fff}html.light .page-rwa-tokenization .benefit-card .benefit-title{color:var(--XRPL-Primary-Black, #000)}html.light .page-rwa-tokenization .benefit-card .benefit-description{color:var(--XRPL-Black-Black-80, #232325)}html.light .page-rwa-tokenization .developer-tools__description{color:var(--XRPL-Primary-Black, #000)}html.light .page-rwa-tokenization .feature-item__title{color:var(--XRPL-Primary-Black, #000)}html.light .page-rwa-tokenization .feature-item__divider{background-color:#000}html.light .page-rwa-tokenization .rwa-subtitle{color:var(--XRPL-Primary-Black, #000)}html.light .page-rwa-tokenization .feature-title{color:var(--XRPL-Primary-Black, #000)}html.light .page-rwa-tokenization .feature-description{color:var(--XRPL-Black-Black-80, #232325)}html.light .page-rwa-tokenization .com-card-link{color:#7919ff !important}html.light .use-case-payments .payments-integration-section .integration-column__title{color:var(--XRPL-Primary-Black, #000)}html.light .use-case-payments .payments-integration-section .integration-column__subtitle{color:var(--XRPL-Black-Black-80, #232325)}html.light .use-case-payments .payments-integration-section .feature-item__title{color:var(--XRPL-Primary-Black, #000)}html.light .use-case-payments .payments-integration-section .feature-item__divider{background-color:#000}html.light .use-case-payments .payments-project-card{background:#fff;box-shadow:none}html.light .use-case-payments .payments-project-card .first-word{color:var(--XRPL-Black-Black-80, #232325)}html.light .use-case-payments .payments-project-card .rest-text{color:var(--XRPL-Black-Black-80, #232325)}html.light .use-case-payments .payments-project-card .project-logo img.ripple-usd{content:url("../img/uses/lightmode/payments/rlusd.png")}html.light .use-case-payments .payments-project-card .project-logo img.usdc{content:url("../img/uses/lightmode/payments/usdc.png")}html.light .use-case-payments .payments-project-card .project-logo img.usdb{content:url("../img/uses/lightmode/payments/usdb.png")}html.light .use-case-payments .payments-project-card .project-logo img.europ{content:url("../img/uses/lightmode/payments/erop.png")}html.light .use-case-payments .payments-project-card .project-logo img.xsgd{content:url("../img/uses/lightmode/payments/xsgd.png")}html.light .use-case-payments .payments-project-card .project-logo img.audd{content:url("../img/uses/lightmode/payments/audd.png")}html.light .use-case-payments .advantages-section .advantage-item strong{color:var(--XRPL-Black-Black-80, #232325)}html.light #embedded-payments-list #digital-wallets{content:url("../img/uses/lightmode/payments/digital-wallet.png")}html.light #embedded-payments-list #cross-border-remittance{content:url("../img/uses/lightmode/payments/cross-border.png")}html.light #embedded-payments-list #regulated-foreign-exchange{content:url("../img/uses/lightmode/payments/regulated.png")}html.light #embedded-payments-list #merchant-settlement{content:url("../img/uses/lightmode/payments/merchant-settlement.png")}html.light #embedded-payments-list #b2b-payment-rails{content:url("../img/uses/lightmode/payments/b2b-payment.png")}html.light #embedded-payments-list #compliance-first-payment-acceptance{content:url("../img/uses/lightmode/payments/compliance.png")}html.light .use-case-payments .battle-tested-section .payments-project-card{background:#fff !important}html.light .use-case-payments .battle-tested-section .payments-project-card .project-logo img.coinpayments{content:url("../img/uses/lightmode/payments/coinpayments.png")}html.light .use-case-payments .battle-tested-section .payments-project-card .project-logo img.ripple{content:url("../img/uses/lightmode/payments/ripple-black.png")}html.light .use-case-payments .battle-tested-section .payments-project-card .project-logo img.friipay{content:url("../img/uses/lightmode/payments/friipay.png")} + */:root{--blue: #19A3FF;--indigo: #6610f2;--purple: #9A52FF;--pink: #FF198B;--red: #dc3545;--orange: #FF6719;--yellow: #FAFF19;--green: #32E685;--teal: #20c997;--cyan: #17a2b8;--white: #FFFFFF;--gray: #454549;--gray-dark: #232325;--primary: #9A52FF;--secondary: #E0E0E1;--success: #32E685;--info: #19A3FF;--warning: #FAFF19;--danger: #FF198B;--light: #FFFFFF;--dark: #111112;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--font-family-monospace: "Space Mono", monospace}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#e0e0e1;text-align:left;background-color:#111112}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:#fff;text-decoration:none;background-color:transparent}a:hover{color:#9a52ff;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:"Space Mono",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#e0e0e1;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:.5rem;font-weight:500;line-height:1.2;color:#fff}h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.75rem}h4,.h4{font-size:1.5rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}small,.small{font-size:0.875em;font-weight:400}mark,.mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:0.875em;color:#454549}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#111112;border:1px solid #c1c1c2;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.075);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#454549}code{font-size:87.5%;color:#e0e0e1;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#111112;border-radius:4px;box-shadow:inset 0 -0.1rem 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none}pre{display:block;font-size:87.5%;color:#111112}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media(min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media(min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media(min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media(min-width: 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.table{width:100%;margin-bottom:1rem;color:#e0e0e1}.table th,.table td{padding:.75rem;vertical-align:top;border-top:1px solid #c1c1c2}.table thead th{vertical-align:bottom;border-bottom:2px solid #c1c1c2}.table tbody+tbody{border-top:2px solid #c1c1c2}.table-sm th,.table-sm td{padding:.3rem}.table-bordered{border:1px solid #c1c1c2}.table-bordered th,.table-bordered td{border:1px solid #c1c1c2}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#e0e0e1;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>th,.table-primary>td{background-color:#e3cfff}.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:#caa5ff}.table-hover .table-primary:hover{background-color:#d4b6ff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#d4b6ff}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#f6f6f7}.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody{border-color:#efefef}.table-hover .table-secondary:hover{background-color:#e9e9eb}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#e9e9eb}.table-success,.table-success>th,.table-success>td{background-color:#c6f8dd}.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody{border-color:#94f2c0}.table-hover .table-success:hover{background-color:#aff5cf}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#aff5cf}.table-info,.table-info>th,.table-info>td{background-color:#bfe5ff}.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:#87cfff}.table-hover .table-info:hover{background-color:#a6dbff}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#a6dbff}.table-warning,.table-warning>th,.table-warning>td{background-color:#feffbf}.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:#fcff87}.table-hover .table-warning:hover{background-color:#feffa6}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#feffa6}.table-danger,.table-danger>th,.table-danger>td{background-color:#ffbfdf}.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border-color:#ff87c3}.table-hover .table-danger:hover{background-color:#ffa6d2}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#ffa6d2}.table-light,.table-light>th,.table-light>td{background-color:#fff}.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:#fff}.table-hover .table-light:hover{background-color:#f2f2f2}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#f2f2f2}.table-dark,.table-dark>th,.table-dark>td{background-color:#bcbcbd}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#838384}.table-hover .table-dark:hover{background-color:#afafb0}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#afafb0}.table-active,.table-active>th,.table-active>td{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#232325;border-color:#363639}.table .thead-light th{color:#343437;background-color:#e0e0e1;border-color:#c1c1c2}.table-dark{color:#fff;background-color:#232325}.table-dark th,.table-dark td,.table-dark thead th{border-color:#363639}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media(max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media(max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media(max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media(max-width: 1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.25em + 2rem + 2px);padding:1rem 1.5rem;font-size:1rem;font-weight:400;line-height:1.25;color:#fff;background-color:#232325;background-clip:padding-box;border:1px solid transparent;border-radius:4px;box-shadow:none;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#fff;background-color:#232325;border-color:#e4d2ff;outline:0;box-shadow:0 0 0 .2rem rgba(154,82,255,.25)}.form-control::placeholder{color:#a2a2a4;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#454549;opacity:1}input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #fff}select.form-control:focus::-ms-value{color:#fff;background-color:#232325}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(1rem + 1px);padding-bottom:calc(1rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.25}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:1rem 0;margin-bottom:0;font-size:1rem;line-height:1.25;color:#e0e0e1;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + 0.5rem + 2px);padding:.25rem .5rem;font-size:0.875rem;line-height:1.5;border-radius:4px}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:8px}select.form-control[size],select.form-control[multiple]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{color:#e0e0e1}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#32e685}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;line-height:1.5;color:#111112;background-color:rgba(50,230,133,.9);border-radius:4px}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#32e685;padding-right:calc(1.25em + 2rem) !important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2332E685' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.3125em + 0.5rem) center;background-size:calc(0.625em + 1rem) calc(0.625em + 1rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#32e685;box-shadow:0 0 0 .2rem rgba(50,230,133,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:6rem !important;background-position:right 3rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.25em + 2rem);background-position:top calc(0.3125em + 0.5rem) right calc(0.3125em + 0.5rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#32e685;padding-right:calc(0.75em + 4rem) !important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23232325' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.5rem center/8px 10px no-repeat,#232325 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2332E685' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 2.5rem/calc(0.625em + 1rem) calc(0.625em + 1rem) no-repeat}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#32e685;box-shadow:0 0 0 .2rem rgba(50,230,133,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#32e685}.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip{display:block}.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label{color:#32e685}.was-validated .custom-control-input:valid~.custom-control-label::before,.custom-control-input.is-valid~.custom-control-label::before{border-color:#32e685}.was-validated .custom-control-input:valid:checked~.custom-control-label::before,.custom-control-input.is-valid:checked~.custom-control-label::before{border-color:#5feca0;background-color:#5feca0}.was-validated .custom-control-input:valid:focus~.custom-control-label::before,.custom-control-input.is-valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(50,230,133,.25)}.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before{border-color:#32e685}.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label{border-color:#32e685}.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label{border-color:#32e685;box-shadow:0 0 0 .2rem rgba(50,230,133,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#ff198b}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;line-height:1.5;color:#fff;background-color:rgba(255,25,139,.9);border-radius:4px}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#ff198b;padding-right:calc(1.25em + 2rem) !important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF198B' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF198B' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.3125em + 0.5rem) center;background-size:calc(0.625em + 1rem) calc(0.625em + 1rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#ff198b;box-shadow:0 0 0 .2rem rgba(255,25,139,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:6rem !important;background-position:right 3rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.25em + 2rem);background-position:top calc(0.3125em + 0.5rem) right calc(0.3125em + 0.5rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#ff198b;padding-right:calc(0.75em + 4rem) !important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23232325' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.5rem center/8px 10px no-repeat,#232325 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF198B' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF198B' stroke='none'/%3e%3c/svg%3e") center right 2.5rem/calc(0.625em + 1rem) calc(0.625em + 1rem) no-repeat}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#ff198b;box-shadow:0 0 0 .2rem rgba(255,25,139,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#ff198b}.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label{color:#ff198b}.was-validated .custom-control-input:invalid~.custom-control-label::before,.custom-control-input.is-invalid~.custom-control-label::before{border-color:#ff198b}.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,.custom-control-input.is-invalid:checked~.custom-control-label::before{border-color:#ff4ca5;background-color:#ff4ca5}.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,.custom-control-input.is-invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(255,25,139,.25)}.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before{border-color:#ff198b}.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label{border-color:#ff198b}.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label{border-color:#ff198b;box-shadow:0 0 0 .2rem rgba(255,25,139,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media(min-width: 576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#e0e0e1;text-align:center;vertical-align:middle;user-select:none;background-color:transparent;border:1px solid transparent;padding:1rem 1.5rem;font-size:0.875rem;line-height:1.25;border-radius:4px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:#e0e0e1;text-decoration:none}.btn:focus,.btn.focus{outline:0;box-shadow:none}.btn.disabled,.btn:disabled{opacity:.65;box-shadow:none}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled):active,.btn:not(:disabled):not(.disabled).active{box-shadow:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#9a52ff;border-color:#9a52ff;box-shadow:none}.btn-primary:hover{color:#fff;background-color:#842cff;border-color:#7c1fff}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#842cff;border-color:#7c1fff;box-shadow:0 0 0 .2rem rgba(169,108,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#9a52ff;border-color:#9a52ff}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#7c1fff;border-color:#7512ff}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(169,108,255,.5)}.btn-secondary{color:#111112;background-color:#e0e0e1;border-color:#e0e0e1;box-shadow:none}.btn-secondary:hover{color:#111112;background-color:#cdcdce;border-color:#c6c6c8}.btn-secondary:focus,.btn-secondary.focus{color:#111112;background-color:#cdcdce;border-color:#c6c6c8;box-shadow:0 0 0 .2rem rgba(193,193,194,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#111112;background-color:#e0e0e1;border-color:#e0e0e1}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#111112;background-color:#c6c6c8;border-color:#c0c0c2}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(193,193,194,.5)}.btn-success{color:#111112;background-color:#32e685;border-color:#32e685;box-shadow:none}.btn-success:hover{color:#fff;background-color:#1ad772;border-color:#19cc6c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#1ad772;border-color:#19cc6c;box-shadow:0 0 0 .2rem rgba(45,198,116,.5)}.btn-success.disabled,.btn-success:disabled{color:#111112;background-color:#32e685;border-color:#32e685}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#19cc6c;border-color:#18c166}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(45,198,116,.5)}.btn-info{color:#fff;background-color:#19a3ff;border-color:#19a3ff;box-shadow:none}.btn-info:hover{color:#fff;background-color:#0091f2;border-color:#0089e5}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#0091f2;border-color:#0089e5;box-shadow:0 0 0 .2rem rgba(60,177,255,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#19a3ff;border-color:#19a3ff}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#0089e5;border-color:#0082d8}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(60,177,255,.5)}.btn-warning{color:#111112;background-color:#faff19;border-color:#faff19;box-shadow:none}.btn-warning:hover{color:#111112;background-color:#ecf200;border-color:#e0e500}.btn-warning:focus,.btn-warning.focus{color:#111112;background-color:#ecf200;border-color:#e0e500;box-shadow:0 0 0 .2rem rgba(215,219,24,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#111112;background-color:#faff19;border-color:#faff19}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#111112;background-color:#e0e500;border-color:#d4d800}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(215,219,24,.5)}.btn-danger{color:#fff;background-color:#ff198b;border-color:#ff198b;box-shadow:none}.btn-danger:hover{color:#fff;background-color:#f20078;border-color:#e50072}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#f20078;border-color:#e50072;box-shadow:0 0 0 .2rem rgba(255,60,156,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#ff198b;border-color:#ff198b}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#e50072;border-color:#d8006b}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,60,156,.5)}.btn-light{color:#111112;background-color:#fff;border-color:#fff;box-shadow:none}.btn-light:hover{color:#111112;background-color:#ececec;border-color:#e6e6e6}.btn-light:focus,.btn-light.focus{color:#111112;background-color:#ececec;border-color:#e6e6e6;box-shadow:0 0 0 .2rem rgba(219,219,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#111112;background-color:#fff;border-color:#fff}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#111112;background-color:#e6e6e6;border-color:#dfdfdf}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(219,219,219,.5)}.btn-dark{color:#fff;background-color:#111112;border-color:#111112;box-shadow:none}.btn-dark:hover{color:#fff;background-color:#000;border-color:#000}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#000;border-color:#000;box-shadow:0 0 0 .2rem rgba(53,53,54,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#111112;border-color:#111112}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#000;border-color:#000}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(53,53,54,.5)}.btn-outline-primary{color:#9a52ff;border-color:#9a52ff}.btn-outline-primary:hover{color:#fff;background-color:#9a52ff;border-color:#9a52ff}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(154,82,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#9a52ff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#9a52ff;border-color:#9a52ff}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(154,82,255,.5)}.btn-outline-secondary{color:#e0e0e1;border-color:#e0e0e1}.btn-outline-secondary:hover{color:#111112;background-color:#e0e0e1;border-color:#e0e0e1}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 .2rem rgba(224,224,225,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#e0e0e1;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#111112;background-color:#e0e0e1;border-color:#e0e0e1}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(224,224,225,.5)}.btn-outline-success{color:#32e685;border-color:#32e685}.btn-outline-success:hover{color:#111112;background-color:#32e685;border-color:#32e685}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 .2rem rgba(50,230,133,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#32e685;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#111112;background-color:#32e685;border-color:#32e685}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(50,230,133,.5)}.btn-outline-info{color:#19a3ff;border-color:#19a3ff}.btn-outline-info:hover{color:#fff;background-color:#19a3ff;border-color:#19a3ff}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 .2rem rgba(25,163,255,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#19a3ff;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#19a3ff;border-color:#19a3ff}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(25,163,255,.5)}.btn-outline-warning{color:#faff19;border-color:#faff19}.btn-outline-warning:hover{color:#111112;background-color:#faff19;border-color:#faff19}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 .2rem rgba(250,255,25,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#faff19;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#111112;background-color:#faff19;border-color:#faff19}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(250,255,25,.5)}.btn-outline-danger{color:#ff198b;border-color:#ff198b}.btn-outline-danger:hover{color:#fff;background-color:#ff198b;border-color:#ff198b}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 .2rem rgba(255,25,139,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#ff198b;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#ff198b;border-color:#ff198b}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,25,139,.5)}.btn-outline-light{color:#fff;border-color:#fff}.btn-outline-light:hover{color:#111112;background-color:#fff;border-color:#fff}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#fff;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#111112;background-color:#fff;border-color:#fff}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-outline-dark{color:#111112;border-color:#111112}.btn-outline-dark:hover{color:#fff;background-color:#111112;border-color:#111112}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 .2rem rgba(17,17,18,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#111112;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#111112;border-color:#111112}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(17,17,18,.5)}.btn-link{font-weight:400;color:#fff;text-decoration:none}.btn-link:hover{color:#9a52ff;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline}.btn-link:disabled,.btn-link.disabled{color:#454549;pointer-events:none}.btn-lg,.btn-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:8px}.btn-sm,.btn-group-sm>.btn{padding:.25rem .5rem;font-size:0.875rem;line-height:1.5;border-radius:4px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.width{transition:none}}.dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.34em;vertical-align:.34em;content:"";border-top:.4em solid;border-right:.4em solid transparent;border-bottom:0;border-left:.4em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#e0e0e1;text-align:left;list-style:none;background-color:#111112;background-clip:padding-box;border:1px solid #111112;border-radius:4px;box-shadow:0px 5px 40px #000}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media(min-width: 576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media(min-width: 768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media(min-width: 992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media(min-width: 1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.34em;vertical-align:.34em;content:"";border-top:0;border-right:.4em solid transparent;border-bottom:.4em solid;border-left:.4em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.34em;vertical-align:.34em;content:"";border-top:.4em solid transparent;border-right:0;border-bottom:.4em solid transparent;border-left:.4em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.34em;vertical-align:.34em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.34em;vertical-align:.34em;content:"";border-top:.4em solid transparent;border-right:.4em solid;border-bottom:.4em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=top],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #000}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#fff;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#9a52ff;text-decoration:none;background-color:#111112}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:transparent}.dropdown-item.disabled,.dropdown-item:disabled{color:#838386;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:0.875rem;color:#454549;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#fff}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:1.125rem;padding-left:1.125rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group.show .dropdown-toggle{box-shadow:none}.btn-group.show .dropdown-toggle.btn-link{box-shadow:none}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-1px}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.form-control:not(:last-child),.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-prepend,.input-group-append{display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn:focus,.input-group-append .btn:focus{z-index:3}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:1rem 1.5rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.25;color:#fff;text-align:center;white-space:nowrap;background-color:#454549;border:1px solid transparent;border-radius:4px}.input-group-text input[type=radio],.input-group-text input[type=checkbox]{margin-top:0}.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select{height:calc(1.5em + 1rem + 2px)}.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:8px}.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select{height:calc(1.5em + 0.5rem + 2px)}.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:.25rem .5rem;font-size:0.875rem;line-height:1.5;border-radius:4px}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:2.5rem}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;print-color-adjust:exact}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#9a52ff;background-color:#9a52ff}.custom-control-input:focus~.custom-control-label::before{box-shadow:none,0 0 0 .2rem rgba(154,82,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#e4d2ff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#fff;border-color:#fff}.custom-control-input[disabled]~.custom-control-label,.custom-control-input:disabled~.custom-control-label{color:#454549}.custom-control-input[disabled]~.custom-control-label::before,.custom-control-input:disabled~.custom-control-label::before{background-color:#454549}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#232325;border:1px solid #838386;box-shadow:none}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label::before{border-radius:4px}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#9a52ff;background-color:#9a52ff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(154,82,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(154,82,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(154,82,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(0.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#838386;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#232325;transform:translateX(0.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(154,82,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.25em + 2rem + 2px);padding:1rem 2.5rem 1rem 1.5rem;font-size:1rem;font-weight:400;line-height:1.25;color:#fff;vertical-align:middle;background:#232325 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23232325' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.5rem center/8px 10px no-repeat;border:1px solid transparent;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.075);appearance:none}.custom-select:focus{border-color:#e4d2ff;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 0 .2rem rgba(154,82,255,.25)}.custom-select:focus::-ms-value{color:#fff;background-color:#232325}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:1.5rem;background-image:none}.custom-select:disabled{color:#454549;background-color:#e0e0e1}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #fff}.custom-select-sm{height:calc(1.5em + 0.5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.25em + 2rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.25em + 2rem + 2px);margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#e4d2ff;box-shadow:0 0 0 .2rem rgba(154,82,255,.25)}.custom-file-input[disabled]~.custom-file-label,.custom-file-input:disabled~.custom-file-label{background-color:#454549}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.25em + 2rem + 2px);padding:1rem 1.5rem;overflow:hidden;font-weight:400;line-height:1.25;color:#fff;background-color:#232325;border:1px solid transparent;border-radius:4px;box-shadow:none}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.25em + 2rem);padding:1rem 1.5rem;line-height:1.25;color:#fff;content:"Browse";background-color:#454549;border-left:inherit;border-radius:0 4px 4px 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #111112,0 0 0 .2rem rgba(154,82,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #111112,0 0 0 .2rem rgba(154,82,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #111112,0 0 0 .2rem rgba(154,82,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#9a52ff;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#fff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#c1c1c2;border-color:transparent;border-radius:1rem;box-shadow:inset 0 .25rem .25rem rgba(0,0,0,.1)}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#9a52ff;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#fff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#c1c1c2;border-color:transparent;border-radius:1rem;box-shadow:inset 0 .25rem .25rem rgba(0,0,0,.1)}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#9a52ff;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#fff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem;box-shadow:inset 0 .25rem .25rem rgba(0,0,0,.1)}.custom-range::-ms-fill-lower{background-color:#c1c1c2;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#c1c1c2;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#838386}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#838386}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#838386}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:1rem 2rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#454549;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #c1c1c2}.nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:4px;border-top-right-radius:4px}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:#e0e0e1 #e0e0e1 #c1c1c2}.nav-tabs .nav-link.disabled{color:#454549;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#343437;background-color:#111112;border-color:#c1c1c2 #c1c1c2 #111112}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:4px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#9a52ff}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:1.25rem;padding-bottom:1.25rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:1rem;padding-bottom:1rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:4px}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width: 575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:2rem;padding-left:2rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media(max-width: 767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:2rem;padding-left:2rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media(max-width: 991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:2rem;padding-left:2rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media(max-width: 1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:2rem;padding-left:2rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:2rem;padding-left:2rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:#454549}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:#454549;border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23454549' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:#454549}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#fff}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:#9a52ff}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:#fff;border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:#fff}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#232325;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:8px}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:7px;border-top-right-radius:7px}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:7px;border-bottom-left-radius:7px}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:2rem}.card-title{margin-bottom:2rem}.card-subtitle{margin-top:-1rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:2rem}.card-header{padding:2rem 2rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:7px 7px 0 0}.card-footer{padding:2rem 2rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 7px 7px}.card-header-tabs{margin-right:-1rem;margin-bottom:-2rem;margin-left:-1rem;border-bottom:0}.card-header-pills{margin-right:-1rem;margin-left:-1rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:7px}.card-img,.card-img-top,.card-img-bottom{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:7px;border-top-right-radius:7px}.card-img,.card-img-bottom{border-bottom-right-radius:7px;border-bottom-left-radius:7px}.card-deck .card{margin-bottom:1.25rem}@media(min-width: 576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-1.25rem;margin-left:-1.25rem}.card-deck .card{flex:1 0 0%;margin-right:1.25rem;margin-bottom:0;margin-left:1.25rem}}.card-group>.card{margin-bottom:15px}@media(min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:2rem}@media(min-width: 576px){.card-columns{column-count:3;column-gap:2rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#111112;border-radius:4px}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#454549;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#a2a2a4}.pagination{display:flex;padding-left:0;list-style:none;border-radius:4px}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#fff;background-color:#fff;border:1px solid #c1c1c2}.page-link:hover{z-index:2;color:#9a52ff;text-decoration:none;background-color:#e0e0e1;border-color:#c1c1c2}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(154,82,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.page-item:last-child .page-link{border-top-right-radius:4px;border-bottom-right-radius:4px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#9a52ff;border-color:#9a52ff}.page-item.disabled .page-link{color:#454549;pointer-events:none;cursor:auto;background-color:#fff;border-color:#c1c1c2}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:8px;border-bottom-left-radius:8px}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:8px;border-bottom-right-radius:8px}.pagination-sm .page-link{padding:.25rem .5rem;font-size:0.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:4px;border-bottom-right-radius:4px}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:4px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.badge{transition:none}}a.badge:hover,a.badge:focus{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#9a52ff}a.badge-primary:hover,a.badge-primary:focus{color:#fff;background-color:#7c1fff}a.badge-primary:focus,a.badge-primary.focus{outline:0;box-shadow:0 0 0 .2rem rgba(154,82,255,.5)}.badge-secondary{color:#111112;background-color:#e0e0e1}a.badge-secondary:hover,a.badge-secondary:focus{color:#111112;background-color:#c6c6c8}a.badge-secondary:focus,a.badge-secondary.focus{outline:0;box-shadow:0 0 0 .2rem rgba(224,224,225,.5)}.badge-success{color:#111112;background-color:#32e685}a.badge-success:hover,a.badge-success:focus{color:#111112;background-color:#19cc6c}a.badge-success:focus,a.badge-success.focus{outline:0;box-shadow:0 0 0 .2rem rgba(50,230,133,.5)}.badge-info{color:#fff;background-color:#19a3ff}a.badge-info:hover,a.badge-info:focus{color:#fff;background-color:#0089e5}a.badge-info:focus,a.badge-info.focus{outline:0;box-shadow:0 0 0 .2rem rgba(25,163,255,.5)}.badge-warning{color:#111112;background-color:#faff19}a.badge-warning:hover,a.badge-warning:focus{color:#111112;background-color:#e0e500}a.badge-warning:focus,a.badge-warning.focus{outline:0;box-shadow:0 0 0 .2rem rgba(250,255,25,.5)}.badge-danger{color:#fff;background-color:#ff198b}a.badge-danger:hover,a.badge-danger:focus{color:#fff;background-color:#e50072}a.badge-danger:focus,a.badge-danger.focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,25,139,.5)}.badge-light{color:#111112;background-color:#fff}a.badge-light:hover,a.badge-light:focus{color:#111112;background-color:#e6e6e6}a.badge-light:focus,a.badge-light.focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.badge-dark{color:#fff;background-color:#111112}a.badge-dark:hover,a.badge-dark:focus{color:#fff;background-color:#000}a.badge-dark:focus,a.badge-dark.focus{outline:0;box-shadow:0 0 0 .2rem rgba(17,17,18,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e0e0e1;border-radius:8px}@media(min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:4px}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#502b85;background-color:#ebdcff;border-color:#e3cfff}.alert-primary hr{border-top-color:#d4b6ff}.alert-primary .alert-link{color:#391f5e}.alert-secondary{color:#747475;background-color:#f9f9f9;border-color:#f6f6f7}.alert-secondary hr{border-top-color:#e9e9eb}.alert-secondary .alert-link{color:#5b5b5b}.alert-success{color:#1a7845;background-color:#d6fae7;border-color:#c6f8dd}.alert-success hr{border-top-color:#aff5cf}.alert-success .alert-link{color:#114e2d}.alert-info{color:#0d5585;background-color:#d1edff;border-color:#bfe5ff}.alert-info hr{border-top-color:#a6dbff}.alert-info .alert-link{color:#083757}.alert-warning{color:#82850d;background-color:#feffd1;border-color:#feffbf}.alert-warning hr{border-top-color:#feffa6}.alert-warning .alert-link{color:#555708}.alert-danger{color:#850d48;background-color:#ffd1e8;border-color:#ffbfdf}.alert-danger hr{border-top-color:#ffa6d2}.alert-danger .alert-link{color:#57082f}.alert-light{color:#858585;background-color:#fff;border-color:#fff}.alert-light hr{border-top-color:#f2f2f2}.alert-light .alert-link{color:#6c6c6c}.alert-dark{color:#090909;background-color:#cfcfd0;border-color:#bcbcbd}.alert-dark hr{border-top-color:#afafb0}.alert-dark .alert-link{color:#000}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:flex;height:1rem;overflow:hidden;line-height:0;font-size:0.75rem;background-color:#111112;border-radius:4px;box-shadow:inset 0 .1rem .1rem rgba(0,0,0,.1)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#9a52ff;transition:width .6s ease}@media(prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.media{display:flex;align-items:flex-start}.media-body{flex:1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:4px}.list-group-item-action{width:100%;color:#343437;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#343437;text-decoration:none;background-color:#f5f5f7}.list-group-item-action:active{color:#e0e0e1;background-color:#e0e0e1}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#111112;border:1px solid #232325}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#e0e0e1;pointer-events:none;background-color:#111112}.list-group-item.active{z-index:2;color:#fff;background-color:#9a52ff;border-color:#9a52ff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width: 1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#502b85;background-color:#e3cfff}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#502b85;background-color:#d4b6ff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#502b85;border-color:#502b85}.list-group-item-secondary{color:#747475;background-color:#f6f6f7}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#747475;background-color:#e9e9eb}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#747475;border-color:#747475}.list-group-item-success{color:#1a7845;background-color:#c6f8dd}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#1a7845;background-color:#aff5cf}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#1a7845;border-color:#1a7845}.list-group-item-info{color:#0d5585;background-color:#bfe5ff}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#0d5585;background-color:#a6dbff}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0d5585;border-color:#0d5585}.list-group-item-warning{color:#82850d;background-color:#feffbf}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#82850d;background-color:#feffa6}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#82850d;border-color:#82850d}.list-group-item-danger{color:#850d48;background-color:#ffbfdf}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#850d48;background-color:#ffa6d2}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#850d48;border-color:#850d48}.list-group-item-light{color:#858585;background-color:#fff}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#858585;background-color:#f2f2f2}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#858585;border-color:#858585}.list-group-item-dark{color:#090909;background-color:#bcbcbd}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#090909;background-color:#afafb0}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#090909;border-color:#090909}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#ff198b;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#ff198b;text-decoration:none}.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{flex-basis:350px;max-width:350px;font-size:0.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#454549;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#000;background-clip:padding-box;border:1px solid #e0e0e1;border-radius:8px;box-shadow:0 .25rem .5rem rgba(0,0,0,.5);outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #c1c1c2;border-top-left-radius:7px;border-top-right-radius:7px}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #c1c1c2;border-bottom-right-radius:7px;border-bottom-left-radius:7px}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:min-content}.modal-content{box-shadow:0 .5rem 1rem rgba(0,0,0,.5)}.modal-sm{max-width:300px}}@media(min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width: 1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^=top]{padding:.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^=top] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^=top] .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^=right]{padding:0 .4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^=right] .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^=right] .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^=bottom]{padding:.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^=bottom] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^=bottom] .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^=left]{padding:0 .4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^=left] .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^=left] .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:4px}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:8px;box-shadow:0 .25rem .5rem rgba(0,0,0,.2)}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 8px}.popover .arrow::before,.popover .arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^=top]{margin-bottom:.5rem}.bs-popover-top>.arrow,.bs-popover-auto[x-placement^=top]>.arrow{bottom:calc(-0.5rem - 1px)}.bs-popover-top>.arrow::before,.bs-popover-auto[x-placement^=top]>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-top>.arrow::after,.bs-popover-auto[x-placement^=top]>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^=right]{margin-left:.5rem}.bs-popover-right>.arrow,.bs-popover-auto[x-placement^=right]>.arrow{left:calc(-0.5rem - 1px);width:.5rem;height:1rem;margin:8px 0}.bs-popover-right>.arrow::before,.bs-popover-auto[x-placement^=right]>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-right>.arrow::after,.bs-popover-auto[x-placement^=right]>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^=bottom]{margin-top:.5rem}.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^=bottom]>.arrow{top:calc(-0.5rem - 1px)}.bs-popover-bottom>.arrow::before,.bs-popover-auto[x-placement^=bottom]>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-bottom>.arrow::after,.bs-popover-auto[x-placement^=bottom]>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^=bottom] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-0.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^=left]{margin-right:.5rem}.bs-popover-left>.arrow,.bs-popover-auto[x-placement^=left]>.arrow{right:calc(-0.5rem - 1px);width:.5rem;height:1rem;margin:8px 0}.bs-popover-left>.arrow::before,.bs-popover-auto[x-placement^=left]>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-left>.arrow::after,.bs-popover-auto[x-placement^=left]>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:#fff;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:7px;border-top-right-radius:7px}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#e0e0e1}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion: reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-0.125em;border:.25em solid currentcolor;border-right-color:transparent;border-radius:50%;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-0.125em;background-color:currentcolor;border-radius:50%;opacity:0;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:#9a52ff !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#7c1fff !important}.bg-secondary{background-color:#e0e0e1 !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#c6c6c8 !important}.bg-success{background-color:#32e685 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#19cc6c !important}.bg-info{background-color:#19a3ff !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#0089e5 !important}.bg-warning{background-color:#faff19 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#e0e500 !important}.bg-danger{background-color:#ff198b !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#e50072 !important}.bg-light{background-color:#fff !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#e6e6e6 !important}.bg-dark{background-color:#111112 !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#000 !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.border{border:1px solid #c1c1c2 !important}.border-top{border-top:1px solid #c1c1c2 !important}.border-right{border-right:1px solid #c1c1c2 !important}.border-bottom{border-bottom:1px solid #c1c1c2 !important}.border-left{border-left:1px solid #c1c1c2 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#9a52ff !important}.border-secondary{border-color:#e0e0e1 !important}.border-success{border-color:#32e685 !important}.border-info{border-color:#19a3ff !important}.border-warning{border-color:#faff19 !important}.border-danger{border-color:#ff198b !important}.border-light{border-color:#fff !important}.border-dark{border-color:#111112 !important}.border-white{border-color:#fff !important}.rounded-sm{border-radius:4px !important}.rounded{border-radius:4px !important}.rounded-top{border-top-left-radius:4px !important;border-top-right-radius:4px !important}.rounded-right{border-top-right-radius:4px !important;border-bottom-right-radius:4px !important}.rounded-bottom{border-bottom-right-radius:4px !important;border-bottom-left-radius:4px !important}.rounded-left{border-top-left-radius:4px !important;border-bottom-left-radius:4px !important}.rounded-lg{border-radius:8px !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media(min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media(min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media(min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media(min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.85714286%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media(min-width: 576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media(min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media(min-width: 992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media(min-width: 1200px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media(min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media(min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media(min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media(min-width: 1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports(position: sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important}.shadow-none{box-shadow:none !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.min-vw-100{min-width:100vw !important}.min-vh-100{min-height:100vh !important}.vw-100{width:100vw !important}.vh-100{height:100vh !important}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-n1{margin:-0.25rem !important}.mt-n1,.my-n1{margin-top:-0.25rem !important}.mr-n1,.mx-n1{margin-right:-0.25rem !important}.mb-n1,.my-n1{margin-bottom:-0.25rem !important}.ml-n1,.mx-n1{margin-left:-0.25rem !important}.m-n2{margin:-0.5rem !important}.mt-n2,.my-n2{margin-top:-0.5rem !important}.mr-n2,.mx-n2{margin-right:-0.5rem !important}.mb-n2,.my-n2{margin-bottom:-0.5rem !important}.ml-n2,.mx-n2{margin-left:-0.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media(min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-n1{margin:-0.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-0.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-0.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-0.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-0.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-0.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-0.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-0.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media(min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-n1{margin:-0.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-0.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-0.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-0.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-0.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-0.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-0.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-0.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media(min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-n1{margin:-0.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-0.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-0.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-0.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-0.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-0.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-0.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-0.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media(min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-n1{margin:-0.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-0.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-0.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-0.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-0.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-0.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-0.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-0.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:"Space Mono",monospace !important}.text-justify{text-align:justify !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media(min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-lighter{font-weight:lighter !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-weight-bolder{font-weight:bolder !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#9a52ff !important}a.text-primary:hover,a.text-primary:focus{color:#6d06ff !important}.text-secondary{color:#e0e0e1 !important}a.text-secondary:hover,a.text-secondary:focus{color:#b9b9bb !important}.text-success{color:#32e685 !important}a.text-success:hover,a.text-success:focus{color:#16b560 !important}.text-info{color:#19a3ff !important}a.text-info:hover,a.text-info:focus{color:#007acc !important}.text-warning{color:#faff19 !important}a.text-warning:hover,a.text-warning:focus{color:#c7cc00 !important}.text-danger{color:#ff198b !important}a.text-danger:hover,a.text-danger:focus{color:#cc0065 !important}.text-light{color:#fff !important}a.text-light:hover,a.text-light:focus{color:#d9d9d9 !important}.text-dark{color:#111112 !important}a.text-dark:hover,a.text-dark:focus{color:#000 !important}.text-body{color:#e0e0e1 !important}.text-muted{color:#e0e0e1 !important}.text-black-50{color:rgba(0,0,0,.5) !important}.text-white-50{color:rgba(255,255,255,.5) !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none !important}.text-break{word-break:break-word !important;word-wrap:break-word !important}.text-reset{color:inherit !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media print{*,*::before,*::after{text-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:1px solid #838386;page-break-inside:avoid}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px !important}.container{min-width:992px !important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #c1c1c2 !important}.table-dark{color:inherit}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#c1c1c2}.table .thead-dark th{color:inherit;border-color:#c1c1c2}}body{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}pre,code{font-feature-settings:"liga" 0;font-variant-ligatures:none}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:bold}h1,.h1{font-size:3.875rem;line-height:70px}@media(max-width: 480px){h1,.h1{font-size:2.625rem;line-height:48px}}h2,.h2{font-size:3.5rem;line-height:62px}@media(max-width: 767.98px){h2,.h2{font-size:1.75rem;line-height:34px}}@media(max-width: 767.98px){h2-sm,.h2-sm{font-size:1.75rem !important;line-height:34px !important}}h3,.h3{font-size:3rem;line-height:52px}@media(max-width: 767.98px){h3,.h3{font-size:1.5rem;line-height:28px}}@media(max-width: 767.98px){h3-sm,.h3-sm{font-size:1.5rem;line-height:28px}}h4,.h4{font-size:2rem;line-height:38px}@media(max-width: 767.98px){h4,.h4{font-size:1.25rem;line-height:26px}}h5,.h5{font-size:1.5rem;line-height:32px}@media(max-width: 767.98px){h5,.h5{font-size:1.125rem;line-height:26px}}h6,.h6{font-size:1.25rem;line-height:26px}@media(max-width: 767.98px){h6,.h6{font-size:1rem;line-height:24px}}.longform{font-size:1.5rem;line-height:32px;color:#f5f5f7;font-weight:500}@media(max-width: 767.98px){.longform{font-size:1.25rem;line-height:26px}}.numbers{font-size:6rem;line-height:104px;font-weight:bold;color:#fff}@media(max-width: 767.98px){.numbers{font-size:3.875rem;line-height:70px}}p{font-size:1rem;line-height:24px}.fs-base{font-size:1rem}.fs-3{font-size:.75rem;line-height:1rem}.fs-4-5{font-size:1.125rem}.fs-5{font-size:1.25rem}.fs-5-5{font-size:1.375rem}.fs-6{font-size:1.5rem}.normal{font-weight:normal}.bold{font-weight:bold}.text-largest{font-size:1.5rem;font-weight:normal}.text-large{font-size:1.125rem}.text-small{font-size:.875rem}.text-smaller{font-size:.75rem}.text-smallest{font-size:.625rem}.arrow-link{text-decoration:none}.arrow-link:after{content:url(../img/icon-long-arrow.svg);width:28px;padding-left:7px;transition:all .2s ease-in-out;display:inline-block;text-decoration:none}.arrow-link:hover:after{padding-left:14px}.lang-ja{font-family:"Work Sans","Noto Sans JP",sans-serif}.lang-ja h1,.lang-ja h2,.lang-ja h3,.lang-ja h4,.lang-ja h5,.lang-ja .navbar .navbar-nav .nav-link,.lang-ja article .children-display li a,.lang-ja .right-sidebar .level-1 a,.lang-ja .right-sidebar .separator{font-family:"Work Sans","Noto Sans JP",sans-serif}.search .input-group-text{border-width:0;color:#fff;background-color:#232325;border-radius:4px 0 0 4px;padding:.5rem .5rem .5rem 1rem;line-height:1.5}.search .ds-input{background-color:#232325;border-radius:0 4px 4px 0;padding:.75rem 1rem .75rem .5rem;width:100%;border:1px solid #232325}.search .ds-input:focus{box-shadow:none;border-color:#9a52ff}.search .algolia-autocomplete{flex-grow:1}#algolia-autocomplete-listbox-0{z-index:1100 !important}.xrp-ledger-dev-portal .DocSearch-Modal{top:85px;background-color:#232325;box-shadow:none}html .DocSearch-Modal{box-shadow:none}html .DocSearch-Button{height:32px;border-radius:4px}html .DocSearch-Button:hover{border-radius:4px}html .DocSearch-Modal{max-width:55%}@media(min-width: 1200px){html .DocSearch-Modal{margin-right:112px}}@media(max-width: 991.98px){html .algolia-autocomplete .ds-dropdown-menu{min-width:unset}html .DocSearch-Modal{top:112px;max-width:100%;margin-left:0;margin-right:0}}html .DocSearch-Container{z-index:99999 !important;background-color:transparent !important}html #centersearchboxcontainer{justify-content:center}html #topsearchboxcontainer{justify-content:right}html .algolia-autocomplete .ds-dropdown-menu [class^=ds-dataset-]{background-color:#111112;border:0;border-radius:8px}html .algolia-autocomplete .algolia-docsearch-suggestion--category-header{border:0;font-weight:bold}html .algolia-autocomplete .algolia-docsearch-suggestion--text{font-size:.8rem}html .algolia-autocomplete .ds-dropdown-menu::before{border:0}.dark .DocSearch-Modal{background-color:#232325}.dark .DocSearch-Cancel{color:#9a52ff}.dark .DocSearch-Form{box-shadow:inset 0 0 0 2px #9a52ff;background-color:#232325}.dark .DocSearch-Hit-source{color:#9a52ff}.dark .DocSearch-Hits mark{color:#9a52ff}.dark .DocSearch-Hit-source,.dark .DocSearch-Hit-Container,.dark .DocSearch-Footer{background-color:#232325}.dark .DocSearch-Hit a{background-color:#232325;box-shadow:none}.dark .DocSearch-Hit-source{color:#a2a2a4}.dark .DocSearch-Input{color:#fff}.dark .DocSearch-Hit-title,.dark .DocSearch-Hit-path,.dark .DocSearch-Label,.dark .DocSearch-Help{color:#f5f5f7 !important}.dark .DocSearch-Hit[aria-selected=true] a{background:#343437}.dark .DocSearch-Hit[aria-selected=true] a .DocSearch-Hit-Container{background-color:#343437}.dark .DocSearch-Hit[aria-selected=true] a mark{color:#9a52ff !important}.dark .DocSearch-Prefill{color:#9a52ff}.dark .DocSearch-Button{background:#232325}.dark .DocSearch-Button:hover{background:#232325;box-shadow:inset 0 0 0 2px #9a52ff}.dark .DocSearch-Button:hover .DocSearch-Button-Placeholder{color:#fff}.dark .DocSearch-Search-Icon{color:#fff !important}.dark .DocSearch-Logo svg .cls-1,.dark .DocSearch-Logo svg .cls-2{fill:#fff}.dark .DocSearch-Commands-Key{color:#232325}.dark .algolia-autocomplete .algolia-docsearch-suggestion--category-header{color:#fff;border-bottom:2px solid #9a52ff}.dark .algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column{color:#fff}.dark .algolia-autocomplete .algolia-docsearch-suggestion--title{color:#fff}.dark .algolia-autocomplete .algolia-docsearch-suggestion--text{color:#e0e0e1}.dark .algolia-autocomplete .algolia-docsearch-suggestion--highlight{color:#fff;background-color:#343437}.dark .algolia-autocomplete .ds-dropdown-menu::before{background-color:#111112}.dark .algolia-autocomplete .algolia-docsearch-suggestion{background-color:#111112}.dark .algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl0 .algolia-docsearch-suggestion--highlight,.dark .algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl1 .algolia-docsearch-suggestion--highlight,.dark .algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{box-shadow:none;background-color:#343437}body{position:relative}section{position:relative}.landing{padding:0}.square{position:relative;flex-basis:calc(50% - 30px);margin:15px;box-sizing:border-box;justify-content:center;align-items:center;border-radius:8px}.square::before{content:"";display:block;padding-top:100%}@media(min-width: 992px){.square{flex-basis:calc(25% - 30px)}}.square-50{flex-basis:calc(50% - 30px)}@media(max-width: 767.98px){.square-50{flex-basis:calc(50% - 20px)}}.nav-grid-lg{display:flex;flex-direction:column}.nav-grid-lg .nav-item{width:100%}.nav-grid-lg .nav-item .nav-link{display:flex}.nav-grid-lg .nav-item .nav-link span{flex-grow:0}.nav-grid-lg .nav-item .nav-link img{max-height:2rem}.nav-grid-lg .nav-grid-head{margin-top:2.5rem}@media(min-width: 992px){.nav-grid-lg{display:grid;grid-auto-flow:column;grid-column-gap:80px}.nav-grid-lg .nav-grid-head{margin-top:0}}.col-lg{padding-left:0;padding-right:0}@media(min-width: 992px){.cols-of-1{grid-template-rows:repeat(1, min-content)}}@media(min-width: 992px){.cols-of-2{grid-template-rows:repeat(2, min-content)}}@media(min-width: 992px){.cols-of-3{grid-template-rows:repeat(3, min-content)}}@media(min-width: 992px){.cols-of-4{grid-template-rows:repeat(4, min-content)}}@media(min-width: 992px){.cols-of-5{grid-template-rows:repeat(5, min-content)}}@media(min-width: 992px){.cols-of-6{grid-template-rows:repeat(6, min-content)}}.card-grid{display:grid;grid-gap:40px;padding:0;width:100%;grid-template-columns:1fr}@media(min-width: 992px){.card-grid{grid-gap:80px}}.card-grid .col{padding-left:0;padding-right:0;min-width:100%}.card-grid.card-grid-4xN{grid-auto-rows:auto;grid-template-columns:repeat(2, 1fr)}@media(min-width: 992px){.card-grid.card-grid-4xN{grid-template-columns:repeat(4, 1fr)}}.card-grid.card-grid-3xN{grid-auto-rows:auto}@media(min-width: 992px){.card-grid.card-grid-3xN{grid-template-columns:1fr 1fr 1fr}}.card-grid.card-grid-2xN{grid-template-columns:1fr 1fr;grid-auto-rows:auto}@media(max-width: 991.98px){.card-grid.card-grid-2xN{grid-template-columns:1fr}}.card-grid.card-grid-1x2{grid-template-columns:1fr 2fr;grid-auto-rows:auto}@media(max-width: 991.98px){.card-grid.card-grid-1x2{display:flex}}.card-grid .card{padding:20px;border:0;min-height:264px}@media(min-width: 768px){.card-grid .card{min-height:347px}}@media(min-width: 992px){.card-grid .card{padding:40px}}.card-grid .card .card-body{padding:8px;padding-bottom:24px}.card-grid .card .card-body .card-icon-container{width:50px;height:50px}.card-grid .card .card-body .card-icon-container img{width:70%;height:70%}.card-grid.section-hero{padding-left:0}.container-new{display:flex;flex-wrap:wrap;margin:0 auto;padding:0 32px;max-width:100%;z-index:1}@media(min-width: 768px){.container-new{max-width:608px}}@media(min-width: 992px){.container-new{max-width:942px}}@media(min-width: 1200px){.container-new{max-width:1280px}}@media(max-width: 991.98px){article{overflow-wrap:break-word;word-wrap:break-word;overflow:hidden}}@media(max-width: 480px){html{overflow-x:hidden !important}}@media(max-width: 400px){.navbar .navbar-brand .brand-text{margin-right:0;letter-spacing:-0.08rem}.navbar .navbar-brand{margin-right:0}.navbar .navbar-brand .logo{margin-right:0;margin-left:-1rem}.btn{white-space:normal}}.timeline-wrapper{z-index:999;position:relative}.timeline:before{content:"";position:absolute;top:-40px;left:18px;height:95%;width:4px;background:linear-gradient(180deg, #feff01 0%, #ff2d9a 33%, #a3088f 66%, rgba(44, 4, 128, 0.85) 100%)}@media(max-width: 991.98px){.timeline:before{left:8px}}.timeline-dot{margin-top:94px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;width:18px;height:18px;border-radius:50%;background:#111112;box-sizing:border-box}.timeline-block:first-child .timeline-dot{border:3px solid #faff19}.timeline-block:nth-child(2) .timeline-dot{border:3px solid #ff884b}.timeline-block:nth-child(3) .timeline-dot{border:3px solid #c000e5}.timeline-block:nth-child(4) .timeline-dot{border:3px solid #40004c}.timeline-block{display:flex;position:relative;z-index:1}.timeline-content{flex-grow:1;position:relative;margin-left:1.25em}.timeline h4{margin-top:-4px}@media(min-width: 768px){.timeline:before{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.timeline-dot{-ms-flex-order:1;order:1;margin-left:calc(5% - 9px);will-change:transform}.timeline-block:nth-child(even){-ms-flex-direction:row-reverse;flex-direction:row-reverse}.timeline-dot{margin-right:calc(5% - 9px)}.timeline-content{width:45%;-ms-flex-positive:0;flex-grow:0;will-change:transform;margin:0;--line-height-multiplier: 1.2}}@media(min-width: 992px){[data-component-name="TableOfContent/TableOfContent"]{margin-right:32px}}aside li a{color:#fff;text-decoration:none;font-size:1.05rem}aside .sidenav_cat_title{color:#fff}aside a:hover,aside .sidenav_cat_title:hover{color:#9a52ff}aside a.active,aside a.active:hover,aside .active>a,aside .active>a:hover{color:#9a52ff;font-weight:700}aside a.active-parent,aside .active-parent>a{font-weight:700}.page-toc .level-1 a,.command-list .separator{font-weight:700;color:#fff}.nav-toggler{position:absolute;width:1.75em;height:1.75em;line-height:0;display:grid;justify-content:center;align-content:center}.nav-toggler::after{display:inline-block;margin-left:.34em;vertical-align:.34em;content:"";border-top:.4em solid;border-right:.4em solid transparent;border-bottom:0;border-left:.4em solid transparent}.nav-toggler:empty::after{margin-left:0}.nav-toggler::after{transition-duration:.3s}.nav-toggler.collapsed::after{transform:rotate(-90deg)}.dactyl-tree-nav nav{margin-left:1rem;padding-left:0;border-left:1px solid #fff}.dactyl-tree-nav nav .nav-link:hover,.dactyl-tree-nav nav .nav-link:active{border-left:1px solid #9a52ff;margin-left:-1px}.dactyl-tree-nav nav .active>.nav-link{border-left:2px solid #9a52ff;margin-left:-1px;padding-left:calc(1rem - 1px)}.dactyl-tree-nav .nav-item{position:relative}.dactyl-tree-nav .nav-item .nav-link{padding:.25rem 1rem;font-size:.9rem}.dactyl-tree-nav .nav-item.nav-parent{padding-top:0}.dactyl-tree-nav .nav-item.nav-parent .nav-link{padding-left:0;padding-top:0;font-size:1.125rem;line-height:initial}.dactyl-tree-nav .nav-item .nav-toggler+.nav-link{padding-left:2rem}.dactyl-tree-nav>.nav-item{padding:.5rem 0;font-size:1.125rem}.dactyl-tree-nav>.nav-item>.nav-link{font-weight:bold}.dactyl-tree-nav .collapsing.nav{flex-wrap:unset}.toc-header{font-weight:bold;font-size:14px;padding:1rem 0}.toc-header h4{line-height:20px;font-size:1.2em;padding:0;margin:0}#page-toc-wrapper .card-body{list-style-type:none}.page-toc,.command-list{padding-left:0;border-left:1px solid #fff}.page-toc li,.command-list li{list-style-type:none;padding:0}.page-toc li.separator,.command-list li.separator{padding:.25rem 1rem}.page-toc li a,.command-list li a{display:block;margin-top:5px;padding:.25rem 1rem;font-size:.9rem}.page-toc li a:hover,.page-toc li a .active,.command-list li a:hover,.command-list li a .active{text-decoration:none;border-left:1px solid #9a52ff;margin-left:-1px}.page-toc li.active a,.page-toc li.active a:hover,.command-list li.active a,.command-list li.active a:hover{border-left:2px solid #9a52ff;padding-left:calc(1rem - 1px);margin-left:-1px}.page-toc .level-3,.command-list .level-3{margin-left:16px;border-left:1px solid #fff;margin-bottom:0;padding-bottom:5px}.page-toc .level-3 a,.command-list .level-3 a{margin-top:0;padding-bottom:5px}.page-toc.no-sideline,.command-list.no-sideline{border-left:0}.page-toc.no-sideline a:hover,.page-toc.no-sideline a.active,.command-list.no-sideline a:hover,.command-list.no-sideline a.active{border-left:0;margin-left:0}.command-list li a{margin-top:0}.h32{height:32px}.w32{width:32px}.h36{height:36px}.w36{width:36px}.h40{height:40px}.w40{width:40px}.w44{width:44px}.w48{width:48px}.w-100{width:100%}.min-vh100{min-height:100vh}.vw100{width:100vw;min-width:100%}@media(max-width: 767.98px){.mb-3-sm-i{margin-bottom:1rem !important}}.ml-5{margin-left:1.25rem}@media(min-width: 768px){.ml-5-until-md{margin-left:1.25rem}}.mr-5{margin-right:1.25rem}@media(min-width: 768px){.mr-5-until-md{margin-right:1.25rem}}.mb-6{margin-bottom:1.5rem}@media(max-width: 767.98px){.mb-6-sm{margin-bottom:1.5rem}}.mt-6{margin-top:1.5rem}@media(min-width: 576px){.mt-6-until-sm{margin-top:1.5rem !important}}.mb-8{margin-bottom:2rem}@media(max-width: 767.98px){.mb-8-sm{margin-bottom:2rem}}.mt-8{margin-top:2rem}@media(min-width: 576px){.mt-8-until-sm{margin-top:2rem !important}}.mt-9{margin-top:2.25rem}.mb-9{margin-bottom:2.25rem}.mt-10{margin-top:2.5rem}@media(max-width: 767.98px){.mt-10-sm{margin-top:2.5rem}}.mb-10{margin-bottom:2.5rem}@media(min-width: 576px){.mb-10-until-sm{margin-bottom:2.5rem}}@media(max-width: 767.98px){.mb-10-sm{margin-bottom:2.5rem}}.ml-10{margin-left:2.5rem}.mr-10{margin-right:2.5rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}@media(min-width: 576px){.mx-10-until-sm{margin-left:2.5rem;margin-right:2.5rem}}@media(min-width: 768px){.mx-10-until-md{margin-left:2.5rem;margin-right:2.5rem}}@media(max-width: 767.98px){.mx-10-sm{margin-left:2.5rem;margin-right:2.5rem}}.mt-1{margin-top:1rem}.mt-12{margin-top:3rem}.mb-12{margin-bottom:3rem}.my-12{margin-top:3rem;margin-bottom:3rem}.mt-13{margin-top:3.25rem}.mb-13{margin-bottom:3.25rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}@media(max-width: 767.98px){.mt-16-sm{margin-top:4rem}}.mb-16{margin-bottom:4rem}@media(max-width: 767.98px){.mb-16-sm{margin-bottom:4rem}}.mb-18{margin-bottom:4.5rem}.mt-20{margin-top:5rem}@media(max-width: 767.98px){.mt-20-sm{margin-top:5rem}}@media(min-width: 576px){.mt-20-until-sm{margin-top:5rem}}.mb-20{margin-bottom:5rem}@media(max-width: 767.98px){.mb-20-sm{margin-bottom:5rem}}@media(min-width: 576px){.mb-20-until-sm{margin-bottom:5rem}}.my-20{margin-top:5rem;margin-bottom:5rem}.my-26{margin-top:6.5rem;margin-bottom:6.5rem}.mb-30{margin-bottom:7.5rem}.mt-30{margin-top:7.5rem}@media(min-width: 576px){.mt-30-until-sm{margin-top:7.5rem}}.mt-40{margin-top:10rem}@media(min-width: 576px){.mt-40-until-sm{margin-top:10rem}}.mb-40{margin-bottom:10rem}@media(min-width: 576px){.mb-40-until-sm{margin-bottom:10rem}}.mb-49{margin-bottom:12.25rem}.mb-50{margin-bottom:12.5rem}@media(min-width: 576px){.mb-50-until-sm{margin-bottom:12.5rem}}@media(max-width: 767.98px){.pl-0-sm{padding-left:0 !important}}@media(max-width: 767.98px){.pr-0-sm{padding-right:0 !important}}@media(max-width: 767.98px){.pt-3-sm{padding-top:1rem !important}}.p-6{padding:1.5rem}@media(max-width: 767.98px){.p-6-sm{padding:1.5rem}}.p-8{padding:2rem}@media(max-width: 767.98px){.p-8-sm{padding:2rem}}.p-10{padding:2.5rem}@media(min-width: 576px){.p-10-until-sm{padding:2.5rem}}.py-20{padding-bottom:5rem;padding-top:5rem}.px-20{padding-left:5rem;padding-right:5rem}.pt-20{padding-top:5rem}.pb-20{padding-bottom:5rem}.py-26{padding-top:6.5rem;padding-bottom:6.5rem}@media(max-width: 767.98px){.py-26{padding-top:2.5rem;padding-bottom:2.5rem}}.pt-26{padding-top:2.5rem}@media(min-width: 576px){.pt-26-until-sm{padding-top:6.5rem}}.pb-26{padding-bottom:6.5rem}@media(min-width: 576px){.pb-26-until-sm{padding-bottom:6.5rem}}.pt-30{padding-top:7.5rem}.pb-30{padding-bottom:7.5rem}.pt-40{padding-top:10rem}@media(min-width: 576px){.pt-40-until-sm{padding-top:10rem}}.pb-40{padding-bottom:10rem}.pb-50{padding-bottom:12.5rem}.pt-50{padding-top:12.5rem}.py-50{padding-bottom:12.5rem;padding-top:12.5rem}@media(min-width: 576px){.py-50-until-sm{padding-bottom:12.5rem;padding-top:12.5rem}}.floating-nav{top:6rem}.last-section{margin-bottom:100px}.bottom-0{bottom:0}.justify-center{justify-content:center}@media(max-width: 767.98px){.justify-center-sm{justify-content:center}}@media(max-width: 575.98px){.overflow-xs{overflow:scroll}.overflow-x-xs{overflow-x:scroll;overflow-y:hidden}}@media(min-width: 768px){.position-sm-absolute{position:absolute}}.va-middle{vertical-align:middle}.ls-none{list-style:none}.no-wrap{white-space:nowrap}.align-items-stretch{align-items:stretch}.underline{text-decoration:underline}@media(max-width: 575.98px){.d-none-xs{display:none}}@media(max-width: 767.98px){.d-none-sm{display:none}}@media(min-width: 992px){.d-none-lg{display:none}}.d-block{display:block}.border-green{border:1px solid #9a52ff}.border-none{border:none !important}.grey-400{color:#a2a2a4}.grey-500{color:#838386}.grey-700{color:#343437}.white{color:#fff}.stat-highlight{color:#32e685}.br-8{border-radius:8px}@media(max-width: 767.98px){br.until-sm{content:""}}.z-index-1{z-index:1}.bb-gray{border-bottom:1px solid #454549}@keyframes arrowDance{0%{padding-left:7px}50%{padding-left:14px}100%{padding-left:7px}}@keyframes arrowDance2{0%{right:0}50%{right:7px}100%{right:0}}@keyframes arrowDanceDiag{0%{right:7px;margin-top:0}50%{right:0;margin-top:-7px}100%{right:7px;margin-top:0}}.btn,article a.button,article .btn{font-weight:bold;cursor:pointer;text-decoration:none;transition:.2s;padding:.5rem 1rem;line-height:16px}article a.button{padding:.5rem 1rem;margin:0 .5rem;display:inline-block}.btn.disabled,button.disabled,.btn[disabled=disabled],button[disabled=disabled]{cursor:not-allowed}.btn-primary code,.btn-secondary code{color:inherit}.btn-primary{background:#7919ff;font-weight:bold;color:#fff;border:none;border-color:transparent}.btn-primary:hover{background:#5f00e5}.btn-primary.disabled,.btn-primary[disabled=disabled]{background:#4a00b2}.btn-primary.disabled:hover,.btn-primary[disabled=disabled]:hover{background:#4a00b2}@media(max-width: 767.98px){.btn-arrow{display:block;width:100%}}.btn-arrow::after{display:inline-block;content:url(../img/icons/arrow-right.svg);position:relative;top:1px;vertical-align:middle;padding-left:8px;-webkit-transition:transform .3s ease-out;-moz-transition:transform .3s ease-out;-ms-transition:transform .3s ease-out;-o-transition:transform .3s ease-out;transition:transform .3s ease-out}.btn-arrow:hover{background:#5f00e5 !important;border:none}.btn-arrow:hover::after{-webkit-transform:translateX(4px);-moz-transform:translateX(4px);-ms-transform:translateX(4px);-o-transform:translateX(4px);transform:translateX(4px)}.btn-arrow-out::after{background-position:left 0px bottom 0px;content:" ";background-image:url(../img/icons/arrow-up-right-white.svg);background-repeat:no-repeat;display:inline-block;padding:4px 8px 4px 12px;transition:background-position .3s ease-in-out;margin-left:4px}.btn-arrow-out:hover::after{background-position:left 4px bottom 4px}@media(max-width: 767.98px){.btn-arrow-out{display:block;width:100%}}.jump-to-top{display:none;position:fixed;bottom:36px;right:36px;font-weight:700;z-index:1000}.jump-to-top::after{display:none}.accordian-row{background:#232325;border-radius:5px;padding:32px}.accordian-row h3 a{position:relative;padding-right:2rem}.accordian-row h3 a:hover{color:#fff}.accordian-row .chevron{position:absolute;top:0;right:0}article table{clear:right;margin-bottom:48px}article table code{word-break:normal;white-space:nowrap;overflow-wrap:normal}article table th{border-bottom:2px solid #e0e0e1}article table tr{border-bottom:1px solid #e0e0e1}article table th,article table td{padding:.2em;vertical-align:text-top}article table td:nth-child(1){font-weight:bold}.landing-table th,.landing-table tr{border-bottom:2px solid #454549}.landing-table td{width:33.33%;padding:16px 40px 16px 0}.landing-table td:nth-child(1){font-weight:normal}@media(max-width: 767.98px){.landing-table td{font-size:.875rem}}.landing-table tr:last-child{border-bottom:none}.landing-table tbody td{color:#e0e0e1}.dblue{color:#454549}#overview-table td:nth-child(1){width:40%}#overview-table td:nth-child(2){width:30%}#overview-table tbody td{padding:2rem .75rem}@media(max-width: 991.98px){#overview-table{font-size:.875rem}#overview-table thead .h4{font-size:1.125rem}}article table{clear:right;margin-bottom:48px}article table code{word-break:normal;white-space:nowrap;overflow-wrap:normal}article table th{border-bottom:2px solid #e0e0e1}article table tr{border-bottom:1px solid #e0e0e1}article table th,article table td{padding:.2em;vertical-align:text-top}article table td:nth-child(1){font-weight:bold}.landing-table th,.landing-table tr{border-bottom:2px solid #454549}.landing-table td{width:33.33%;padding:16px 40px 16px 0}.landing-table td:nth-child(1){font-weight:normal}@media(max-width: 767.98px){.landing-table td{font-size:.875rem}}.landing-table tr:last-child{border-bottom:none}.landing-table tbody td{color:#e0e0e1}.dblue{color:#454549}#overview-table td:nth-child(1){width:40%}#overview-table td:nth-child(2){width:30%}#overview-table tbody td{padding:2rem .75rem}@media(max-width: 991.98px){#overview-table{font-size:.875rem}#overview-table thead .h4{font-size:1.125rem}}.modal-uses.exchanges .logo-item{max-height:58px;margin:5px;width:145px;height:28px;max-width:none}.modal-content-uses .carbonland-trust{max-width:218px}.modal-content-uses .first-ledger-bot{min-height:100px !important;position:relative;bottom:20px;content:url("../img/uses/first-ledger-bot.svg")}.modal-content-uses .orchestra-finance{min-height:56px !important;content:url("../img/uses/orchestra-finance.svg")}.modal-content-uses .moai-finance{min-height:100px !important;position:relative;bottom:20px;content:url("../img/uses/moai-finance.svg")}.modal-content-uses .ledger-city{margin:0px !important;position:relative;bottom:4px;left:6px;max-height:47px !important}.modal-content-uses .zerpmon{margin:0px;min-width:80px;min-height:84px;position:relative;bottom:13px;content:url("../img/uses/zerpmon.png") !important}#use_case_companies_list #threezy .biz-logo{max-height:40px;content:url("../img/uses/modallogos/threezy.png")}html.light .cryptum{content:url(../img/uses/lightmode/cryptum.jpg) !important;height:58px;max-width:max-content;width:184px;max-height:none;margin:0px;padding-bottom:10px}.xrp-ledger{content:url(../img/uses/modallogos/xrp-ledger.png)}html.light .xrp-ledger{content:url(../img/uses/lightmode/xrp-ledger.png)}.gatehub{content:url(../img/uses/modallogos/gatehub.png)}html.light .gatehub{content:url(../img/uses/lightmode/gatehub.png)}.towolabs{content:url(../img/uses/modallogos/towolabs.png)}html.light .towolabs{content:url(../img/uses/lightmode/towolabs.png)}.xrpscan{content:url(../img/uses/modallogos/xrpscan.png)}html.light .xrpscan{content:url(../img/uses/lightmode/xrpscan.png)}.xrp-toolkit{content:url(../img/uses/modallogos/xrp-toolkit.png)}html.light .xrp-toolkit{content:url(../img/uses/lightmode/xrp-toolkit.png)}.bithomp{content:url(../img/uses/modallogos/bithomp.png)}html.light .bithomp{content:url(../img/uses/lightmode/bithomp.png)}.onthedex{content:url(../img/uses/modallogos/onthedex.png)}html.light .onthedex{content:url(../img/uses/lightmode/onthedex.png)}.cryptum{content:url(../img/uses/modallogos/cryptum.png)}html.light .cryptum{content:url(../img/uses/lightmode/cryptum.png)}.evernode{content:url(../img/uses/modallogos/evernode.png)}html.light .evernode{content:url(../img/uses/lightmode/evernode.png)}.threezy{content:url(../img/uses/modallogos/threezy.png)}html.light .threezy{content:url(../img/uses/lightmode/threezy.png)}.tokenize{content:url(../img/uses/modallogos/tokenize.png)}html.light .tokenize{content:url(../img/uses/lightmode/tokenize.png)}.multichain{content:url(../img/uses/modallogos/multichain.png)}html.light .multichain{content:url(../img/uses/lightmode/multichain.png)}.crossmark{content:url(../img/uses/modallogos/crossmark.png)}html.light .crossmark{content:url(../img/uses/lightmode/crossmark.png)}.edge{content:url(../img/uses/modallogos/edge.png)}html.light .edge{content:url(../img/uses/lightmode/edge.png)}.gem-wallet{content:url(../img/uses/modallogos/gem-wallet.png)}html.light .gem-wallet{content:url(../img/uses/lightmode/gem-wallet.png)}.xumm{content:url(../img/uses/modallogos/xumm.png)}html.light .xumm{content:url(../img/uses/lightmode/xumm.png)}.joey-wallet{content:url(../img/uses/modallogos/joey-wallet.png)}html.light .joey-wallet{content:url(../img/uses/lightmode/joey-wallet.png)}.aesthetes{content:url(../img/uses/modallogos/aesthetes.png)}html.light .aesthetes{content:url(../img/uses/lightmode/aesthetes.png)}.audiotarky{content:url(../img/uses/modallogos/audiotarky.png)}html.light .audiotarky{content:url(../img/uses/lightmode/audiotarky.png)}.nftmaster{content:url(../img/uses/modallogos/nftmaster.png)}html.light .nftmaster{content:url(../img/uses/lightmode/nftmaster.png)}.peerkat{content:url(../img/uses/modallogos/peerkat.png)}html.light .peerkat{content:url(../img/uses/lightmode/peerkat.png)}.sologenic_dex{content:url(../img/uses/modallogos/sologenic_dex.png)}html.light .sologenic_dex{content:url(../img/uses/lightmode/sologenic_dex.png)}.xrp-cafe{content:url(../img/uses/modallogos/xrp-cafe.png)}html.light .xrp-cafe{content:url(../img/uses/lightmode/xrp-cafe.png)}.xrp-oval{content:url(../img/uses/modallogos/xrp-oval.png)}html.light .xrp-oval{content:url(../img/uses/lightmode/xrp-oval.png)}.sologenic_dex{content:url(../img/uses/modallogos/sologenic_dex.png)}html.light .sologenic_dex{content:url(../img/uses/lightmode/sologenic_dex.png)}.xpmarket{content:url(../img/uses/modallogos/xpmarket.png)}html.light .xpmarket{content:url(../img/uses/lightmode/xpmarket.png)}.orchestra-finance{content:url(../img/uses/modallogos/orchestra-finance.png)}html.light .orchestra-finance{content:url(../img/uses/lightmode/orchestra-finance.png)}.moai-finance{content:url(../img/uses/modallogos/moai-finance.png)}html.light .moai-finance{content:url(../img/uses/lightmode/moai-finance.png)}.first-ledger-bot{content:url(../img/uses/modallogos/first-ledger-bot.png)}html.light .first-ledger-bot{content:url(../img/uses/lightmode/first-ledger-bot.png)}.forte{content:url(../img/uses/modallogos/forte.png)}html.light .forte{content:url(../img/uses/lightmode/forte.png)}.ledger-city{content:url(../img/uses/modallogos/ledger-city.png)}html.light .ledger-city{content:url(../img/uses/lightmode/ledger-city.png)}.futureverse{content:url(../img/uses/modallogos/futureverse.png)}html.light .futureverse{content:url(../img/uses/lightmode/futureverse.png)}.zerpmon{content:url(../img/uses/modallogos/zerpmon.png)}html.light .zerpmon{content:url(../img/uses/lightmode/zerpmon.png)}.anchain{content:url(../img/uses/modallogos/anchain.png)}html.light .anchain{content:url(../img/uses/lightmode/anchain.png)}.ripple{content:url(../img/uses/modallogos/ripple.png)}html.light .ripple{content:url(../img/uses/lightmode/ripple.png)}.supermojo{content:url(../img/uses/modallogos/supermojo.png)}html.light .supermojo{content:url(../img/uses/lightmode/supermojo.png)}.ripple{content:url(../img/uses/modallogos/ripple.png)}html.light .ripple{content:url(../img/uses/lightmode/ripple.png)}.carbonland-trust{content:url(../img/uses/modallogos/carbonland-trust.png)}html.light .carbonland-trust{content:url(../img/uses/lightmode/carbonland-trust.png)}.gatehub{content:url(../img/uses/modallogos/gatehub.png)}html.light .gatehub{content:url(../img/uses/lightmode/gatehub.png)}.bitgo{content:url(../img/uses/modallogos/bitgo.png)}html.light .bitgo{content:url(../img/uses/lightmode/bitgo.png)}.arrow-button.left-arrow img{content:url(../img/uses/left-arrow.svg)}.arrow-button.right-arrow img{content:url(../img/uses/right-arrow.svg)}.right-arrow-button.right-arrow img{background-color:transparent;border:none;cursor:pointer}.html.light .arrow-button.left-arrow img{content:url(../img/uses/left-arrow-light.svg)}.html.light .arrow-button.right-arrow img{content:url(../img/uses/right-arrow-light.svg)}.related-tasks-links a{color:#454549;text-decoration:none}.related-tasks-links a:hover{color:#000}.arrows-container{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;z-index:10}@media only screen and (max-width: 768px){.arrows-container{top:30px}}.arrow-button{background-color:transparent;border:none;cursor:pointer}.arrow-button img{width:40px;height:40px}.left-arrow{margin-left:40px}@media only screen and (max-width: 768px){.left-arrow{margin-left:0px}}.right-arrow{margin-right:40px}@media only screen and (max-width: 768px){.right-arrow{margin-right:0px}}.modal-uses{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.4)}.modal-content-uses{padding-top:40px;position:relative;background-color:#232325;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);padding:40px 20px 20px 20px;width:60% !important;height:520px;display:flex;flex-direction:column;align-items:center;overflow-y:hidden}@media only screen and (max-width: 1024px){.modal-content-uses{overflow-y:auto}}.modal-content-uses::before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg, #b480ff -0.32%, #5f00e6 32.7%, #1aa4ff 61.53%, #19ff83 100.32%, #19ff83 100.32%)}.content-section{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:20px}.section-image{display:block}.section-text-title{font-family:"Work Sans";font-style:normal;font-weight:500;font-size:24px;line-height:32px;text-align:center;color:#fff}.section-text-description{max-width:320px;font-family:"Work Sans";font-style:normal;font-weight:400;font-size:16px;line-height:24px;text-align:center;color:#c1c1c2}.apps-built{position:relative;top:17px;left:50px;font-family:"Work Sans";font-style:normal;font-weight:600;font-size:12px;line-height:16px;color:#e0e0e1}.numbers-animation{width:218px;height:96px}.arrow-animation{position:relative;right:23px;top:-11px;width:60px !important}.explore-projects{font-family:"Work Sans";font-style:normal;font-weight:600;font-size:12px;line-height:16px;color:#7919ff;position:relative;top:-9px;right:27px}.section-separator{width:50%;border:0;border-top:1px solid #ccc}.logo-item.anchain{height:34px !important;max-width:146px !important}.threezy-logo{margin:4px;max-height:55px !important}.blockforce-logo{margin:0px !important;max-height:45px !important}.Evernode-logo{margin-right:39px}.logo-grid{display:grid;grid-template-rows:repeat(2, 1fr);grid-template-columns:repeat(4, 1fr);grid-gap:8px;justify-items:center}.flex-center{display:flex;justify-content:center}.top-row,.bottom-row{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}@media only screen and (max-width: 768px){.top-row,.bottom-row{justify-content:space-around;gap:10px;margin-bottom:0}}.top-row{margin-bottom:10px}.bottom-row{margin-top:10px}.logo-item{max-height:45px;max-width:108px;margin:5px}.close{color:#aaa;float:right;font-size:28px;font-weight:bold;cursor:pointer}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer}#use-case-card-grid{grid-template-columns:repeat(2, 1fr)}@media(min-width: 768px){#use-case-card-grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){#use-case-card-grid{grid-template-columns:repeat(4, 1fr)}}@media(max-width: 1220px)and (min-width: 1024px){#use-case-card-grid{grid-template-columns:repeat(3, 1fr)}}.use-case-circle{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;border:1px solid #343437;border-radius:50%;margin-bottom:30px;cursor:pointer}@media(min-width: 768px){.use-case-circle{aspect-ratio:1/1;min-width:200px !important;min-height:200px !important}}@media(min-width: 992px){.use-case-circle{aspect-ratio:1/1;min-width:250px !important;min-height:250px !important}}.use-case-circle:hover{border-color:#838386}.circle-content{display:flex;flex-direction:column;align-items:center;gap:13px}.circle-img{width:40px;height:40px}.circle-text{font-family:"Work Sans";font-style:normal;font-weight:700;white-space:nowrap;font-size:16px;margin-bottom:0px}.join-xrpl-section{display:flex;flex-direction:column;align-items:center}.colorful-join-text-wrapper{display:flex;justify-content:center;flex-direction:column;padding:0 5%;box-sizing:border-box}@media(min-width: 992px){.colorful-join-text-wrapper{padding:0 4%}}.colorful-join-text{display:block;width:100%;text-align:left;font-family:"Work Sans";font-style:normal;font-weight:400;font-size:32px;line-height:38px;background:linear-gradient(90deg, #feff01 0%, #ff2d9a 30.82%, #e24cff 64.01%, #9a52ff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#numbersAnimation{display:block}#numbersAnimationLight{display:none}html.light .section-separator{background:#c1c1c2}html.light .section-text-description{color:#343437}html.light .modal-content-uses{background:#fff}html.light #numbersAnimation{display:none}html.light #numbersAnimationLight{display:block}html.light .apps-built{position:relative;top:17px;left:50px;font-family:"Work Sans";font-style:normal;font-weight:600;font-size:12px;line-height:16px;color:#232325}html.light .colorful-join-text{display:block;width:100%;text-align:left;font-family:"Work Sans";font-style:normal;font-weight:400;font-size:32px;line-height:38px;background:linear-gradient(90deg, #b480ff -0.32%, #5f00e6 32.7%, #1aa4ff 61.53%, #19ff83 100.32%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(min-width: 992px){html.light .colorful-join-text{width:750px}}@media(min-width: 992px){.colorful-join-text{width:750px}}.pill-box{display:inline-flex;align-items:center;justify-content:center;padding:3.69087px 29.527px;width:73.05px;height:37.38px;background:#7919ff;border:3.69087px solid #5f00e5;border-radius:184.543px}.pill-number{font-family:"Work Sans";font-style:normal;font-weight:600;font-size:22.1452px;color:#f0e5ff}.use-case-steps h2{margin-top:10px;margin-bottom:10px;font-size:1.728em;line-height:32px;font-weight:700}.use-case-steps h2 a{text-decoration:none}.use-case-steps h2:first-of-type:before{display:none}.use-case h1{font-size:2.4em;padding-bottom:10px}.use-case-steps h2:before{margin-top:-30px;height:0}.use-case-steps h2:first-of-type{margin-top:-30px}.related-tasks-links ul{list-style-type:none;padding-left:0}.related-tasks-links ul li{margin:0px;padding-top:2px}.related-tasks-links a:hover::after{padding-left:.5em}.related-tasks-links a::after{content:" ➝";padding-left:0;transition:all .2s ease-in-out}.page-tokenization .tokenization-graphic{content:url("../img/backgrounds/tokenization-illustration.svg");width:100%;height:100%}.page-tokenization .show-md{display:none}@media(max-width: 991.98px){.page-tokenization .show-md{display:block}}.page-tokenization .hide-md{display:block}@media(max-width: 991.98px){.page-tokenization .hide-md{display:none}}.page-tokenization .tokenization-use-case{font-size:12px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #454549}.page-tokenization .tokenization-use-case .arrow-button img{width:15px;height:15px}.page-tokenization .tokenization-stats{width:100%;height:250px;border-radius:8px;background:linear-gradient(88deg, #9A52FF -14.32%, #32E685 45.35%, #19A3FF 100.76%);padding:4rem 2rem;display:grid;grid-template-columns:repeat(4, 1fr)}@media(max-width: 991.98px){.page-tokenization .tokenization-stats{display:block;height:100%;width:100%;padding:0 25%}}.page-tokenization .stat-container{color:#000;text-align:center;border-right:2px solid #000}@media(max-width: 991.98px){.page-tokenization .stat-container{border-right:none;padding-bottom:3rem;padding-top:2rem;border-bottom:2px solid #000}}.page-tokenization .stat-container:last-child{border:none}.page-tokenization .stat-container .stat{font-size:3rem;font-weight:300}.page-tokenization .stat-container p{font-weight:400}.page-tokenization .video-external-link .link-text{margin-left:.25rem}.page-tokenization .video-external-link{margin-bottom:9px}.page-tokenization .tokenization-color-bar{align-self:stretch;height:.25rem;border-radius:2rem;background:var(--Gradient-3, linear-gradient(90deg, #FEFF01 0%, #FF2D9A 30.82%, #E24CFF 64.01%, #9A52FF 100%))}.page-tokenization .project-cards-container{gap:3rem}.page-tokenization .project-cards{width:100%}.page-tokenization .project-cards .project-name{word-break:break-word}.page-tokenization .project-cards .card{min-height:240px}.page-tokenization .project-cards .col::before{content:"";position:absolute;top:0;left:0;width:100%;height:.25rem;border-top-left-radius:.5rem;border-top-right-radius:.5rem}.page-tokenization .project-cards .col.odd::before{background:linear-gradient(90deg, #D91AFF 26.41%, #1AA4FF 100.32%)}.page-tokenization .project-cards .col.even::before{background:linear-gradient(90deg, #4BB7FF -0.32%, #32E685 30.61%)}.page-tokenization .project-cards .project-logo{width:100%;height:50px;vertical-align:center;padding:0 .5rem}.page-tokenization .project-cards img{max-width:100%;height:auto;display:block;box-sizing:border-box}.page-tokenization .amy{content:url("../img/logos/amy.svg")}.page-tokenization .carbonland{content:url("../img/logos/carbonland.svg")}.page-tokenization .evernode{content:url("../img/logos/evernode.svg")}.page-tokenization .nautilus{content:url("../img/logos/nautilus.svg")}.page-tokenization .onXRP{content:url("../img/logos/onXRP.svg")}.page-tokenization .raised-in-space{content:url("../img/logos/raised-in-space.svg")}.page-tokenization .sologenic{content:url("../img/logos/sologenic.svg")}.page-tokenization .xaman{content:url("../img/logos/xaman-labs.svg")}.page-tokenization .xrpcafe{content:url("../img/logos/xrpcafe.svg")}.page-tokenization .prev img{content:url("../img/icons/prev.svg")}.page-tokenization .next img{content:url("../img/icons/prev.svg");transform:scaleX(-1)}.page-tokenization .arrow-wrapper{gap:1rem}.page-tokenization .arrow-button{background-color:#232325;border-radius:.25rem;align-items:center;justify-content:center}.page-tokenization .next.hover-color:hover img{content:url("../img/icons/next-purple.svg");transform:scaleX(1)}.page-tokenization .prev.hover-color:hover img{content:url("../img/icons/next-purple.svg");transform:scaleX(-1)}.page-tokenization .related-articles{gap:2.5rem}.page-tokenization .related-articles .col{background-color:#000;padding:2rem !important;border-radius:.5rem}.page-tokenization .related-articles .time{position:relative;padding-top:.5rem}.page-tokenization .related-articles .time::before{content:"";position:absolute;top:0;left:0;width:50px;height:4px;background-color:#32e685}.page-tokenization .project-cards a,.page-tokenization .related-articles a{text-decoration:none}.page-tokenization .project-cards a:hover .project-name{color:#9a52ff}.page-tokenization .related-articles a:hover .h5{color:#9a52ff}.page-tokenization .article-card-container{position:relative;width:100%}.page-tokenization .article-card-container:nth-child(1) .article-card-background{background-image:linear-gradient(86deg, #B20058 -21.16%, #E24CFF 31.78%, #9A52FF 101.64%)}.page-tokenization .article-card-container:nth-child(2) .article-card-background{background-image:linear-gradient(22deg, #B480FF -6.54%, #5F00E5 50.87%, #1AA4FF 114.16%)}.page-tokenization .article-card-container:nth-child(3) .article-card-background{background-image:linear-gradient(162deg, #B480FF -11.11%, #1AA4FF 56.26%, #2DCF78 112.84%)}.page-tokenization .article-card-background{height:calc(100% + 1.5rem);width:100%;z-index:1;background-size:cover;position:absolute;top:-0.75rem;border-radius:.5rem}.page-tokenization .article-card{width:100%;height:100%;position:relative;top:0;left:.75rem;z-index:2;display:block}body,.landing.page-uses{overflow-x:hidden}.use-case-payments{padding:0px 120px}@media(max-width: 1199.98px){.use-case-payments{padding:0px 16px}}.use-case-payments__hero{display:flex;flex-direction:row;justify-content:center;gap:80px;align-items:center;max-width:1280px;margin:0 auto;padding:80px 0px}@media(max-width: 1199.98px){.use-case-payments__hero{gap:60px;max-width:942px;padding:80px 0px}}@media(max-width: 991.98px){.use-case-payments__hero{flex-direction:column;gap:32px;max-width:608px;padding:60px 0px}}@media(max-width: 767.98px){.use-case-payments__hero{padding:40px 0px}}.use-case-payments .video-content{width:50%;display:flex;align-items:stretch}.use-case-payments .video-content iframe{width:100%;height:100%;min-height:380px;max-height:560px;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.1)}@media(max-width: 1199.98px){.use-case-payments .video-content iframe{min-height:350px;max-height:450px}}@media(max-width: 991.98px){.use-case-payments .video-content iframe{min-height:300px;max-height:400px}}@media(max-width: 767.98px){.use-case-payments .video-content iframe{min-height:250px;max-height:350px}}@media(max-width: 991.98px){.use-case-payments .video-content{width:100%}}.use-case-payments .text-content{width:50%;display:flex;flex-direction:column;justify-content:center}.use-case-payments .text-content .eyebrow{font-size:18px;font-style:normal;font-weight:700}@media(max-width: 767.98px){.use-case-payments .text-content .eyebrow{font-size:16px}}.use-case-payments .text-content .eyebrow h2{font-size:42px;font-style:normal;font-weight:700}@media(max-width: 767.98px){.use-case-payments .text-content .eyebrow h2{font-size:32px}}.use-case-payments .text-content .eyebrow p{font-size:24px;font-style:normal;font-weight:400}@media(max-width: 767.98px){.use-case-payments .text-content .eyebrow p{font-size:18px}}@media(max-width: 991.98px){.use-case-payments .text-content{width:100%}}.advantages-section .security-card{position:relative;border-radius:.5rem;background-color:transparent;white-space:normal;box-sizing:border-box}.advantages-section .security-card .card-title{margin-bottom:16px}.advantages-section .security-card::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(90deg, #d91aff 26.41%, #1aa4ff 100.32%);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;z-index:-1}.advantages-section .security-card p{margin-bottom:0 !important}@media(max-width: 767.98px){.advantages-section .security-card .h6{font-size:1.25rem}}.advantages-section .security-card-grid,.advantages-section .security-card-grid-3,.advantages-section .security-card-grid-4{gap:1rem;grid-template-columns:repeat(2, 1fr)}@media(max-width: 768px){.advantages-section .security-card-grid,.advantages-section .security-card-grid-3,.advantages-section .security-card-grid-4{grid-template-columns:repeat(1, 1fr)}}@media(min-width: 1200px){.advantages-section .security-card-grid{grid-template-columns:repeat(4, 1fr)}}.advantages-section .security-card-grid-3{gap:2.5rem}@media(min-width: 1200px){.advantages-section .security-card-grid-3{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1200px){.advantages-section .security-card-grid-4{grid-template-columns:repeat(4, 1fr)}}.advantages-section .advantages-list{list-style:none;padding:0;margin:0}.advantages-section .advantage-item{position:relative;padding-left:20px;margin-bottom:16px}.advantages-section .advantage-item::before{content:"•";position:absolute;left:0;top:0;font-weight:bold;font-size:16px}.advantages-section .advantage-item strong{display:block;margin-bottom:4px;color:#e0e0e1;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.advantages-section .advantage-item .advantage-description{display:block;color:#e0e0e1;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.advantages-section .security-card .card-title{color:var(--Black-Black-0, #FFF);font-size:18px;font-style:normal;font-weight:700;line-height:125%}.use-case-payments .payments-advantages-spacing{padding-top:80px;padding-bottom:20px;padding-right:0px;padding-left:0px}.use-case-payments .payments-projects-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:40px 40px;row-gap:48px}@media(min-width: 1200px){.use-case-payments .payments-projects-grid{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 768px){.use-case-payments .payments-projects-grid{grid-template-columns:repeat(1, 1fr);gap:40px}}.use-case-payments .payments-project-card{min-height:260px;position:relative;padding:32px}.use-case-payments .payments-project-card .project-description{text-align:left}.use-case-payments .payments-project-card .project-description .first-word{color:#fff;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.use-case-payments .payments-project-card .project-description .rest-text{color:var(--XRPL-Primary-White, #FFF);font-family:"Work Sans";font-size:16px;font-style:normal;font-weight:400;line-height:24px}.use-case-payments .payments-project-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:.25rem;border-top-left-radius:.5rem;border-top-right-radius:.5rem}.use-case-payments .payments-project-card .project-logo{margin-Bottom:32px}.use-case-payments .payments-project-card .project-logo img.ripple-usd{content:url("../img/uses/payments/rlusd.png");width:180px;height:50px}.use-case-payments .payments-project-card .project-logo img.usdc{content:url("../img/uses/payments/usdc.png");width:50px;height:50px}.use-case-payments .payments-project-card .project-logo img.usdb{content:url("../img/uses/payments/usdb.png");width:126px;height:50px}.use-case-payments .payments-project-card .project-logo img.europ{content:url("../img/uses/payments/eroup.png");width:147px;height:50px}.use-case-payments .payments-project-card .project-logo img.xsgd{content:url("../img/uses/payments/XSGD.png");width:50px;height:50px}.use-case-payments .payments-project-card .project-logo img.audd{content:url("../img/uses/payments/AUDD.png");width:50px;height:50px}.use-case-payments .payments-project-card.odd::before{background:linear-gradient(90deg, #D91AFF 26.41%, #1AA4FF 100.32%)}.use-case-payments .payments-project-card.even::before{background:linear-gradient(90deg, #4BB7FF -0.32%, #32E685 30.61%)}.use-case-payments .battle-tested-section h4.eyebrow{font-size:28px !important}.use-case-payments .battle-tested-section .payments-project-card{min-height:384px;display:flex;flex-direction:column}.use-case-payments .battle-tested-section .payments-project-card .project-logo img.coinpayments{content:url("../img/uses/payments/coinpayments.png");width:99px;height:60px}.use-case-payments .battle-tested-section .payments-project-card .project-logo img.ripple{content:url("../img/uses/payments/ripple-white.png");width:100px;height:26px;margin-bottom:11px;margin-top:19px}.use-case-payments .battle-tested-section .payments-project-card .project-logo img.friipay{content:url("../img/uses/payments/friipay.png");width:60px;height:60px}.use-case-payments .battle-tested-section .payments-project-card .project-description{flex-grow:1}.use-case-payments .battle-tested-section .payments-project-card .project-button{margin-top:auto;padding-top:32px;display:flex;justify-content:center}.use-case-payments .battle-tested-section .payments-project-card .project-button .battle-tested-arrow{color:#9a52ff;font-size:16px;font-style:normal;font-weight:700;text-decoration:none;cursor:pointer;display:inline-flex;align-items:center;background:none !important}.use-case-payments .battle-tested-section .payments-project-card .project-button .battle-tested-arrow::after{position:relative;top:-1px;display:inline-block;content:url("../img/icons/arrow-right-purple.svg");margin-left:8px;transition:transform .3s ease-out;width:16px;height:16px}.use-case-payments .battle-tested-section .payments-project-card .project-button .battle-tested-arrow:hover{text-decoration:none;background:none !important}.use-case-payments .battle-tested-section .payments-project-card .project-button .battle-tested-arrow:hover::after{transform:translateX(4px)}.use-case-payments .battle-tested-section .payments-project-card .project-button .battle-tested-arrow:focus{background:none !important;outline:none}.use-case-payments .payments-integration-section .developer-tools{padding:120px 0;max-width:1280px;margin:0 auto}@media(max-width: 1199.98px){.use-case-payments .payments-integration-section .developer-tools{max-width:942px}}@media(max-width: 991.98px){.use-case-payments .payments-integration-section .developer-tools{max-width:608px}}.use-case-payments .payments-integration-section .developer-tools .container{padding:0}.use-case-payments .payments-integration-section .developer-tools .feature-item__title{font-size:16px;font-weight:400;color:#fff}.use-case-payments .payments-integration-section .developer-tools__header{margin-bottom:80px}.use-case-payments .payments-integration-section .developer-tools__header.text-center{text-align:center}.use-case-payments .payments-integration-section .developer-tools__title{font-size:28px;font-weight:700;margin-bottom:0;text-align:left}.use-case-payments .payments-integration-section .row{gap:48px;margin:0;display:flex;flex-wrap:wrap}@media(max-width: 991px){.use-case-payments .payments-integration-section .row{flex-direction:column;gap:32px}}.use-case-payments .payments-integration-section .row .col-lg-6{padding:0;flex:1}@media(max-width: 991px){.use-case-payments .payments-integration-section .row .col-lg-6{flex:none;width:100%}}.use-case-payments .payments-integration-section .integration-column{padding:0px}.use-case-payments .payments-integration-section .integration-column .integration-column__title{color:#fff;font-size:20px;font-weight:700;margin-bottom:0px}.use-case-payments .payments-integration-section .integration-column .integration-column__subtitle{color:#e0e0e1;font-size:16px;font-weight:400;line-height:150%;margin-bottom:32px}.use-case-payments .payments-integration-section .integration-column .developer-tools__list{margin-top:0}@media(max-width: 991px){.use-case-payments .payments-integration-section .developer-tools{padding:80px 0}.use-case-payments .payments-integration-section .developer-tools__header{margin-bottom:60px}.use-case-payments .payments-integration-section .integration-column{padding:0;margin-bottom:40px}.use-case-payments .payments-integration-section .col-lg-6:last-child .integration-column{margin-bottom:0}}@media(max-width: 767px){.use-case-payments .payments-integration-section .developer-tools{padding:60px 20px}.use-case-payments .payments-integration-section .developer-tools__header{margin-bottom:40px}.use-case-payments .payments-integration-section .developer-tools__title{font-size:24px;text-align:center}}.dark [data-component-name="Breadcrumbs/Breadcrumbs"]+div>a>svg>rect{fill:transparent}[data-component-name="layouts/RootLayout"]{padding-top:80px}.top-nav{background-color:#111112;height:80px;padding:0}.top-nav .navbar-brand{text-decoration:none;white-space:pre;-webkit-transition:opacity .2s ease,color .2s ease;transition:opacity .2s ease,color .2s ease;padding-left:2rem}.top-nav .navbar-brand .logo{margin-left:0;content:url(../img/XRPLedger_DevPortal-white.svg);width:162px;height:40px;display:block}.top-nav .navbar-brand:hover{opacity:.75}@media(max-width: 991.98px){.top-nav .navbar-brand{padding-left:2rem}.top-nav .navbar-brand img{width:120px}}.top-nav .nav-item{font-weight:600}@media(min-width: 992px){.top-nav #topnav-pages{flex-grow:1}}.top-nav #topnav-pages .nav-link{color:#f5f5f7;font-size:1rem;line-height:1.25rem;text-decoration:none;font-weight:600}.top-nav .dropdown-toggle{position:relative}.top-nav .dropdown-menu{border-width:0}.top-nav .dropdown-menu h5{font-weight:400;font-size:12px;color:#a2a2a4;margin-bottom:0}.top-nav .dropdown-menu .dropdown-item{line-height:1rem;padding:.75rem 0;white-space:normal}.top-nav .dropdown-menu .dropdown-item.dropdown-hero{width:100%;display:flex;padding:1rem 2rem}.top-nav .dropdown-menu .dropdown-item.dropdown-hero>img{width:68px;height:68px;background-color:#232325;border-radius:4px;flex-grow:0;padding:.75rem;margin-right:2rem;margin-top:auto;margin-bottom:auto}.top-nav .dropdown-menu .dropdown-item.dropdown-hero p{font-size:14px;color:#c1c1c2;margin:0;white-space:normal}.top-nav .dropdown-menu .dropdown-item.dropdown-hero h4{font-size:1.25rem;font-weight:600;margin-bottom:0;line-height:2rem}.top-nav .dropdown-menu .dropdown-item.dropdown-hero:hover h4{color:#9a52ff}.top-nav .dropdown-menu .dropdown-item.dropdown-hero:hover p{font-weight:400}.top-nav .dropdown-menu .dropdown-item:last-child{padding-bottom:0}.top-nav .dropdown-menu .dropdown-item:first-child{padding-top:0}.top-nav .dropdown-menu .col-for-get_started{background-color:#232325}.top-nav .dropdown-menu a:hover{color:#9a52ff;background-color:inherit}.top-nav .dropdown-menu h5:hover{background-color:inherit}.top-nav #topnav-search{flex-grow:1}.top-nav #topnav-search .input-group{flex-grow:1;flex-wrap:nowrap}@media(max-width: 991.98px){.top-nav #topnav-search .form-inline{padding:1rem 2rem}}.top-nav #topnav-search .input-group-text{height:40px}.top-nav #topnav-search .ds-input{height:40px}.top-nav #topnav-language .dropdown-item{font-weight:600}@media(min-width: 992px){.top-nav{padding:0 2rem}.top-nav .navbar-brand{margin-left:0;padding-left:0}.top-nav .dropdown-toggle::after{display:none}.top-nav .dropdown-toggle>span{border-bottom:2px solid transparent}.top-nav .dropdown .dropdown-toggle:hover>span:not(.chevron){padding-bottom:8px;border-bottom:2px solid #9a52ff;margin-bottom:-8px}.top-nav .dropdown-menu{border-radius:0 0 8px 8px;padding:2.5rem}.top-nav .dropdown-menu .dropdown-item.dropdown-hero{padding:0}.top-nav .dropdown-menu.show{display:grid;gap:40px}.top-nav .dropdown-menu.show#topnav_dd_about{grid-template-columns:180px 180px 180px}.top-nav .dropdown-menu.show#topnav_dd_docs{grid-template-columns:180px 180px 260px;left:-200px}.top-nav .dropdown-menu.show#topnav_dd_community{grid-template-columns:200px}.top-nav .dropdown-menu.show#topnav_dd_resources{grid-template-columns:195px 180px 180px;left:-200px}.top-nav .dropdown-menu.show .dropdown-hero{grid-row:1;grid-column:1/4}.top-nav .dropdown-menu.show #dropdown-hero-for-docs{grid-column:1/3}.top-nav .dropdown-menu.show .col-for-xrp_ledger{grid-row:1/3;grid-column:1}.top-nav .dropdown-menu.show .col-for-xrp{grid-column:2}.top-nav .dropdown-menu.show .col-for-sustainability,.top-nav .dropdown-menu.show .col-for-持続可能性{grid-column:2}.top-nav .dropdown-menu.show .col-for-about,.top-nav .dropdown-menu.show .col-for-概要{grid-row:1/3;grid-column:3}.top-nav .dropdown-menu.show .col-for-article_types{grid-column:1;grid-row:2}.top-nav .dropdown-menu.show .col-for-use_cases{grid-column:2;grid-row:2}.top-nav .dropdown-menu.show .col-for-get_started{grid-column:3;grid-row:1/3;margin:-40px -40px -40px 0;padding:40px}.top-nav .dropdown-menu.show .col-for-development{grid-column:1}.top-nav .dropdown-menu.show .col-for-current-status,.top-nav .dropdown-menu.show .col-for-現在のステータス{grid-column:2}.top-nav .dropdown-menu.show .col-for-join-in,.top-nav .dropdown-menu.show .col-for-参加する{grid-column:3}.top-nav .dropdown-menu.smaller-dropdown{min-width:180px;padding:1.25rem}.top-nav #topnav-pages{flex-grow:0}}@media(min-width: 992px)and (min-width: 992px)and (max-width: 1133px){.top-nav #topnav-pages .nav-link{padding:1rem 1rem}}@media(min-width: 992px){.top-nav #topnav-language{flex-grow:0}.top-nav #topnav-language hr{display:none}.top-nav #topnav-language #language_selector_header_btn{padding-right:0}}@media(min-width: 992px)and (min-width: 992px)and (max-width: 1133px){.top-nav #topnav-language #language_selector_header_btn{padding-left:1rem}}@media(min-width: 992px)and (min-width: 1200px){.top-nav #topnav-search{margin-left:3.5rem;margin-right:.5rem}.top-nav #topnav-language{margin-right:.5rem}.top-nav #topnav-button{margin-left:.2rem;margin-right:1rem}}@media(max-width: 991.98px){.top-nav .navbar-toggler{border:0;padding:30px 2rem;font-size:1rem;display:inline-block}.top-nav .navbar-toggler .navbar-toggler-icon{background:none;height:20px;width:20px;position:relative}.top-nav .navbar-toggler .navbar-toggler-icon::after,.top-nav .navbar-toggler .navbar-toggler-icon::before,.top-nav .navbar-toggler .navbar-toggler-icon div{position:absolute;content:" ";background-color:#f5f5f7;display:block;width:100%;height:3px;transition:all .2s ease}.top-nav .navbar-toggler .navbar-toggler-icon::before{top:0}.top-nav .navbar-toggler .navbar-toggler-icon::after{bottom:0}.top-nav .navbar-toggler .navbar-toggler-icon div{top:calc(50% - 1.5px)}.top-nav .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before{transform:translateY(8px) rotate(135deg)}.top-nav .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after{transform:translateY(-9px) rotate(-135deg)}.top-nav .navbar-toggler:not(.collapsed) .navbar-toggler-icon div{transform:scale(0)}.top-nav .navbar-nav{align-items:unset !important}.top-nav .navbar-nav #topnav-button{background-color:#111112;padding:1rem 1.5rem}.top-nav .navbar-nav #topnav-search [data-component-name="Search/SearchTrigger"]{cursor:pointer}.top-nav .navbar-nav .nav-link,.top-nav .navbar-collapse>.nav-item{line-height:150%;background:#111112}.top-nav .navbar-nav .nav-link label,.top-nav .navbar-collapse>.nav-item label{margin-bottom:0}.top-nav .navbar-nav .nav-link{padding:1rem 2rem}.top-nav .dropdown-menu{margin:0;width:100%;overflow:auto;transition:all .2s ease;height:0;display:block;padding:0;border-radius:0}.top-nav .dropdown-menu.show{height:calc(100vh - 80px - 52px)}.top-nav .dropdown-menu.show>:last-child{padding-bottom:4rem}.top-nav .dropdown-menu.show#topnav_dd_docs{display:grid;grid-template-columns:minmax(187px, 1fr) minmax(187px, 1fr);gap:1px;left:-200px}.top-nav .dropdown-menu.show#topnav_dd_docs .dropdown-hero{grid-column:1/3;grid-row:1}.top-nav .dropdown-menu.show#topnav_dd_docs .col-for-document_types{grid-column:1;grid-row:2}.top-nav .dropdown-menu.show#topnav_dd_docs .col-for-use_cases{grid-column:2;grid-row:2}.top-nav .dropdown-menu.show#topnav_dd_docs .col-for-get_started{grid-column:1/3;grid-row:4;margin:-1px;padding-top:33px}.top-nav .dropdown-menu .navcol{padding:1rem 2rem}.top-nav .dropdown-menu.smaller-dropdown{padding:0 2rem}.top-nav .dropdown-menu.smaller-dropdown.show{padding:1rem 2rem;height:auto}.top-nav .dropdown-menu .dropdown-hero:first-child{padding-top:1rem}.top-nav .dropdown-toggle:not(.with-caret)::before,.top-nav .dropdown-toggle:not(.with-caret)::after{border:0;font-family:FontAwesome;color:#9a52ff;font-size:.75rem;transition:all .2s ease;overflow:clip;width:1rem}.top-nav .dropdown-toggle:not(.with-caret)::before{content:"";display:inline-block;margin-bottom:-5px}.top-nav .dropdown-toggle:not(.with-caret)::after{content:"";position:absolute;right:2rem}.top-nav .dropdown.show .dropdown-toggle::after{text-indent:5rem}.top-nav .dropdown:not(.show) .dropdown-toggle::before{width:0;height:0;text-indent:-5rem}.top-nav .dropdown-toggle.with-caret::after{border:0}.top-nav #top-main-nav{background-color:#232325;padding-top:32px;position:relative}.top-nav #top-main-nav.submenu-expanded{padding-top:0}.top-nav #top-main-nav.submenu-expanded .dropdown:not(.show) .dropdown-toggle{display:none}.top-nav #top-main-nav.submenu-expanded #topnav-search,.top-nav #top-main-nav.submenu-expanded #topnav-language,.top-nav #top-main-nav.submenu-expanded #topnav-theme{height:0;overflow:clip;padding-top:0;padding-bottom:0}.top-nav #topnav-search{position:absolute;top:0;right:105px}.top-nav #topnav-search .input-group{flex-wrap:nowrap}.top-nav #topnav-language{position:absolute;top:0;right:65px}.top-nav #topnav-language hr{border-top:1px solid #232325;margin-top:.25rem;margin-bottom:.25rem;display:static}.top-nav #topnav-theme{position:absolute;top:0;right:26px}}article h1:before,article h2:before,article h3:before,article h4:before,article h5:before,article h6:before,.interactive-block:before{display:block;content:" ";margin-top:-24px;height:60px;visibility:hidden;pointer-events:none}article h1:first-of-type:before{margin-top:-40px}.chevron{position:relative;display:inline-block;width:.75rem;height:.5625rem}.chevron span{position:absolute;top:.25rem;display:inline-block;width:.5rem;height:.15rem;background-color:#9a52ff;transition:all .2s ease;border:none}.chevron:not(.expander) span:first-of-type{left:0;transform:rotate(45deg)}.chevron:not(.expander) span:last-of-type{right:0;transform:rotate(-45deg)}.chevron.active span:first-of-type{transform:rotate(-45deg)}.chevron.active span:first-of-type{transform:rotate(45deg)}.dropdown.show .chevron span:first-of-type,.expander:not(.collapsed) .chevron span:first-of-type{transform:rotate(-45deg)}.dropdown.show .chevron span:last-of-type,.expander:not(.collapsed) .chevron span:last-of-type{transform:rotate(45deg)}#topnav-theme>div{border-radius:var(--language-picker-border-radius);color:var(--language-picker-text-color);background-color:var(--language-picker-background-color);border:1px solid var(--language-picker-border-color);padding:var(--language-picker-input-padding-vertical) var(--language-picker-input-padding-horizontal);min-height:var(--language-picker-min-height)}@media(max-width: 991.98px){.navbar-collapse,.dropdown-menu{box-shadow:0px 25px 40px -20px #000}}.web-banner{text-decoration:none;display:flex;justify-content:space-between;height:0;background:#32e685 !important;padding:7px 35px;font-family:"Space Grotesk";z-index:10;cursor:pointer;color:#000 !important;text-align:center;font-family:"Space Grotesk";font-size:26px;font-style:normal;font-weight:600;letter-spacing:-0.32px}.web-banner:hover{text-decoration:none;color:#fff}.web-banner:hover .button-icon{animation:iconJitter .7s cubic-bezier(0.16, 1, 0.3, 1) forwards;transition:transform .7s cubic-bezier(0.16, 1, 0.3, 1)}.web-banner::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#e0e500;z-index:0;transform:scaleX(0);transform-origin:left;transition:transform .7s cubic-bezier(0.7, 0, 0.84, 0);will-change:transform}.web-banner:hover::after{transform:scaleX(1);transition:transform .7s cubic-bezier(0.16, 1, 0.3, 1)}.web-banner>*{position:relative;z-index:1}@media(max-width: 768px){.web-banner{font-size:18px;padding:11px 35px}.web-banner .banner-button{gap:11px !important}.web-banner .button-text{margin-bottom:4px}}@media(max-width: 564px){.web-banner{font-size:15px;padding:9px 40px}.web-banner .button-text{margin-bottom:0px}.web-banner .banner-event-details{gap:0px !important;flex-direction:column;text-align:left;line-height:21px}.web-banner .banner-event-details .event-date{position:relative;top:-5px}.web-banner .banner-button{align-self:baseline;gap:8px !important;margin-top:-2px !important;padding-top:0px !important}}.web-banner .banner-button{display:flex;align-items:center;gap:14.5px;padding-top:1px}.web-banner .banner-button img{width:24.5px;height:33.7px}@media(max-width: 768px){.web-banner .banner-button img{width:15.5px;height:17px;margin-top:4px}}@media(max-width: 564px){.web-banner .banner-button img{width:14.5px;height:13.85px}}.web-banner .banner-event-details{display:flex;gap:32px}.web-banner .button-icon{transform-style:preserve-3d;aspect-ratio:.71;object-fit:contain;animation:none;transform:rotateZ(0deg);transition:transform .7s cubic-bezier(0.16, 1, 0.3, 1);align-self:stretch;margin:auto 0;transform-style:preserve-3d}@keyframes iconJitter{from{transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateZ(0deg) skew(0deg, 0deg)}to{transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateZ(45deg) skew(0deg, 0deg)}}.web-banner a{text-decoration:none}.button-icon{animation:iconJitter .7s ease-in-out;animation-iteration-count:1;transition:transform .7s cubic-bezier(0.16, 1, 0.3, 1)}@keyframes iconReturn{from{transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateZ(45deg) skew(0deg, 0deg)}to{transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateZ(0deg) skew(0deg, 0deg)}}.web-banner.has-hover:not(:hover) .button-icon{animation:iconReturn .7s ease-in-out forwards;transition:transform .7s cubic-bezier(0.16, 1, 0.3, 1)}[data-component-name="Markdown/Markdown"] article{padding-bottom:50px}[data-component-name="Markdown/Markdown"] article p code,[data-component-name="Markdown/Markdown"] article table code,[data-component-name="Markdown/Markdown"] article li>code{background-color:#0a2e1b;color:#5beb9d}[data-component-name="Markdown/Markdown"] article a{text-decoration:underline}[data-component-name="Markdown/Markdown"] article h1{font-size:3rem;margin-top:32px;line-height:1.2;font-weight:700}[data-component-name="Markdown/Markdown"] article h1:first-child{margin-top:0;line-height:1.2}[data-component-name="Markdown/Markdown"] article h2,[data-component-name="Markdown/Markdown"] article h2.md{margin-top:2.5rem;margin-bottom:1.5rem;font-size:2.5rem;font-weight:600;line-height:1.2}[data-component-name="Markdown/Markdown"] article h3,[data-component-name="Markdown/Markdown"] article h3.md{font-size:2.125rem;margin-top:2rem;margin-bottom:1rem;line-height:1.2}[data-component-name="Markdown/Markdown"] article h4{font-size:1.75rem;margin-top:1.5rem;margin-bottom:.5rem;line-height:1.2}[data-component-name="Markdown/Markdown"] article h5{font-size:1.25rem;margin-top:1.25rem;line-height:1.2;font-weight:700}[data-component-name="Markdown/Markdown"] article h6{font-size:1rem;margin-top:1rem;line-height:1.2;font-weight:700}[data-component-name="Markdown/Markdown"] article>ul li,[data-component-name="Markdown/Markdown"] article>ol li,[data-component-name="Markdown/Markdown"] article .children-display li{margin:6px;margin-top:24px}[data-component-name="Markdown/Markdown"] article>ul li:first-child,[data-component-name="Markdown/Markdown"] article>ol li:first-child,[data-component-name="Markdown/Markdown"] article .children-display li:first-child{margin-top:16px}[data-component-name="Markdown/Markdown"] article>ul li p,[data-component-name="Markdown/Markdown"] article>ol li p,[data-component-name="Markdown/Markdown"] article .children-display li p{margin:0}[data-component-name="Markdown/Markdown"] article [data-component-name="Markdoc/Tabs/Tabs"] li{margin:0}[data-component-name="Markdown/Markdown"] article a[title=Source],[data-component-name="Markdown/Markdown"] article a[title=ソース]{float:right;padding-left:20px}[data-component-name="Markdown/Markdown"] article h1.invisible,[data-component-name="Markdown/Markdown"] article h2.invisible,[data-component-name="Markdown/Markdown"] article h3.invisible,[data-component-name="Markdown/Markdown"] article h4.invisible,[data-component-name="Markdown/Markdown"] article h5.invisible,[data-component-name="Markdown/Markdown"] article h6.invisible{font-size:0;line-height:0;margin:0}[data-component-name="Markdown/Markdown"] article h1.invisible .hover_anchor,[data-component-name="Markdown/Markdown"] article h2.invisible .hover_anchor,[data-component-name="Markdown/Markdown"] article h3.invisible .hover_anchor,[data-component-name="Markdown/Markdown"] article h4.invisible .hover_anchor,[data-component-name="Markdown/Markdown"] article h5.invisible .hover_anchor,[data-component-name="Markdown/Markdown"] article h6.invisible .hover_anchor{display:none}[data-component-name="Markdown/Markdown"] article .shield{display:inline-block !important;vertical-align:middle}.blurb a{text-decoration:underline}.hover_anchor{visibility:hidden;padding-left:1rem;font-size:1.25rem}h1:hover .hover_anchor,h2:hover .hover_anchor,h3:hover .hover_anchor,h4:hover .hover_anchor,h5:hover .hover_anchor,h6:hover .hover_anchor{visibility:visible;text-decoration:none}pre{color:#fff;background-color:#232325;word-wrap:normal;padding:2rem;border-radius:4px}pre code{white-space:pre;color:#fff;background-color:#232325}.multicode{padding:0;z-index:1;position:relative}.multicode pre{background:none;border:none;border-radius:0;padding:0;clear:both}.multicode pre code{overflow:auto;max-height:24em;border-radius:0 4px 4px 4px;display:block;padding:2rem}.multicode pre code.expanded{overflow:visible;max-height:none;position:absolute;min-width:100%}.multicode ul{margin:0 !important;padding:0}.multicode ul li{display:block;float:left;list-style-type:none;margin-right:0px;margin-left:0px;border:0;clear:none}.multicode a{text-decoration:none;color:#fff;background-color:transparent;padding:.75rem 2rem;margin:0;border-radius:4px 4px 0 0}.multicode a.current{background-color:#232325}.multicode a:hover{text-decoration:none;background-color:#232325;color:#9a52ff;padding-bottom:.625rem}.multicode .btn{z-index:10}.multicode .codetabs{position:relative;z-index:10}.clipboard-btn{z-index:10;margin-right:10px}.codehilite{background:#232325;color:#fff}.codehilite .c,.codehilite .ch,.codehilite .cm,.codehilite .cp,.codehilite .cpf,.codehilite .c1,.codehilite .cs{color:#838386}.codehilite .k,.codehilite .kc,.codehilite .kd,.codehilite .kn,.codehilite .kp,.codehilite .kr,.codehilite .kt{color:#ff6719}.codehilite .m,.codehilite .mb,.codehilite .mh,.codehilite .mi,.codehilite .mo,.codehilite .il{color:#19a3ff}.codehilite .n,.codehilite .na,.codehilite .nb,.codehilite .nc,.codehilite .nd,.codehilite .ne,.codehilite .nf,.codehilite .ni,.codehilite .nl,.codehilite .nn,.codehilite .nt,.codehilite .nv,.codehilite .nx,.codehilite .bp,.codehilite .fm,.codehilite .py{color:#fff}.codehilite .p{color:#e0e0e1}.codehilite .s,.codehilite .s1,.codehilite .s2,.codehilite .sa,.codehilite .sb,.codehilite .sc,.codehilite .dl,.codehilite .sd,.codehilite .se,.codehilite .sh,.codehilite .si,.codehilite .sr,.codehilite .ss,.codehilite .sx{color:#28b86a}.codehilite{background:transparent;position:relative}.codehilite .btn-group{top:1rem;right:1rem;position:absolute}.multicode .codehilite .btn-group{top:70px;right:20px}#redocly_root .cm-foldPlaceholder{background-color:#232325;border:none;font-size:18px}#app_root article .code-walkthrough{margin-right:112px;max-width:calc(100% - 112px);padding-right:0;grid-template-columns:5fr 5fr}@media screen and (max-width: 990px){#app_root article .code-walkthrough{margin-right:96px;max-width:calc(100% - 96px)}}@media screen and (min-width: 1600px){#app_root article .code-walkthrough [data-component-name="Markdoc/CodeWalkthrough/CodeFilters"]{margin-left:96px;max-width:calc(100% - 96px)}#app_root article .code-walkthrough [class*=CodeWalkthrough__ContentWrapper]{margin-left:96px;max-width:calc(100% - 200px)}}#app_root article .code-walkthrough .tag-size-large{margin:0 var(--spacing-xs)}#app_root article .code-walkthrough .tag-size-large>div{padding:2px 4px}#app_root article .code-walkthrough [data-component-name="Markdoc/CodeWalkthrough/CodeFilters"]{padding:var(--spacing-xs) var(--spacing-lg)}#app_root article .code-walkthrough [data-component-name="Markdoc/CodeWalkthrough/CodeFilters"]>:first-child>:first-child{margin:auto}#app_root article .code-walkthrough [data-component-name="Markdoc/CodeWalkthrough/CodePanel"]{top:var(--navbar-height);border:0}#app_root article .code-walkthrough [data-component-name="Markdoc/CodeWalkthrough/CodePanel"] [data-component-name="CodeBlock/CodeBlockContainer"]{border-top-left-radius:0;border-top-right-radius:0}#app_root article .code-walkthrough>:first-child>div{border-radius:var(--border-radius-md)}#app_root article .code-walkthrough [data-component-name="Markdoc/CodeWalkthrough/CodeFilters"]{background-color:var(--code-panel-bg-color)}#app_root article .code-walkthrough [data-line-number]::before{padding-left:.8em}article img{max-width:100%;height:auto}article svg{max-width:100%}article .floating-diagram{margin:.5rem;float:left}article li{clear:left}html:not(.light) article svg[fill=black]{fill:#fff;stroke:#fff}html:not(.light) article svg[fill=black] *[fill=white]{fill:#000}html:not(.light) article svg[fill=black] *[stroke=white]{stroke:#000}html:not(.light) article svg[fill=black] *[fill=black]{fill:#fff}html:not(.light) article svg[fill=black] *[stroke=black]{stroke:#fff}html:not(.light) article svg[fill=black] g[fill=blue]{fill:#19a3ff}html:not(.light) article svg[fill=black] g[stroke=blue]{stroke:#19a3ff}html:not(.light) article svg[fill=black] g[fill="rgb(120,120,120)"]{fill:#e0e0e1}html:not(.light) article svg[fill=black] g[stroke="rgb(120,120,120)"]{stroke:#e0e0e1}html:not(.light) article svg[fill=black] g[fill="rgb(200,200,200)"]{fill:#343437}html:not(.light) article svg[fill=black] g[fill="rgb(70,70,70)"]{fill:#838386}html:not(.light) article svg[fill=black] g[stroke="rgb(70,70,70)"]{stroke:#838386}html:not(.light) article svg[fill=black] g[fill="rgb(29,180,255)"]{fill:#9a52ff}html:not(.light) article svg[fill=black] g[stroke="rgb(29,180,255)"]{stroke:#9a52ff}html:not(.light) article svg[fill=black] rect[stroke="rgb(245,247,249)"]{stroke:#000}html:not(.light) article svg[fill=black] g[fill=lime],html:not(.light) article svg[fill=black] g[fill="rgb(0,255,0)"]{fill:#9a52ff}html:not(.light) article svg[fill=black] g[stroke=lime],html:not(.light) article svg[fill=black] g[stroke="rgb(0,255,0)"]{stroke:#9a52ff}html:not(.light) article svg[fill=black] g[fill=yellow],html:not(.light) article svg[fill=black] g[fill="rgb(255,255,0)"]{fill:#faff19}html:not(.light) article svg[fill=black] g[fill=yellow] path[stroke=black],html:not(.light) article svg[fill=black] g[fill="rgb(255,255,0)"] path[stroke=black]{stroke:#000}html:not(.light) article svg[fill=black] g[fill=red],html:not(.light) article svg[fill=black] g[fill="rgb(255,255,0)"]{fill:#ff198b}html:not(.light) article svg[fill=black] g[stroke=red],html:not(.light) article svg[fill=black] g[stroke="rgb(255,255,0)"]{stroke:#ff198b}html:not(.light) article svg[fill=black] g[fill=yellow]+g text,html:not(.light) article svg[fill=black] g[fill="rgb(255,255,0)"]+g text{fill:#000}html:not(.light) article svg[fill=black] g[fill=lime]+g text{fill:#000}html:not(.light) article svg[fill=none] path[fill="#000000"]{fill:#fff}html:not(.light) article svg[fill=none] path[stroke="#000000"]{stroke:#fff}html:not(.light) article svg[fill=none] path[fill="#ffffff"]{fill:#000}html:not(.light) article svg[fill=none] path[stroke="#ffffff"]{stroke:#000}html:not(.light) article svg[fill=none] path[fill="#23292f"],html:not(.light) article svg[fill=none] path[fill="#23282f"]{fill:#fff}html:not(.light) article svg[fill=none] path[stroke="#23292f"],html:not(.light) article svg[fill=none] path[stroke="#23282f"]{stroke:#fff}html:not(.light) article svg[fill=none] path[fill="#2c3e50"],html:not(.light) article svg[fill=none] path[fill="#2b3e51"]{fill:#e0e0e1}html:not(.light) article svg[fill=none] path[stroke="#2c3e50"],html:not(.light) article svg[fill=none] path[stroke="#2b3e51"]{stroke:#e0e0e1}html:not(.light) article svg[fill=none] path[fill="#1c2835"]{fill:#f5f5f7}html:not(.light) article svg[fill=none] path[stroke="#1c2835"]{stroke:#f5f5f7}html:not(.light) article svg[fill=none] path[fill="#21aa47"]{fill:#32e685}html:not(.light) article svg[fill=none] path[stroke="#21aa47"]{stroke:#32e685}html:not(.light) article svg[fill=none] path[fill="#e64b3b"]{fill:#dc3545}html:not(.light) article svg[fill=none] path[stroke="#e64b3b"]{stroke:#dc3545}html:not(.light) article svg[fill=none] path[stroke="#27a2db"],html:not(.light) article svg[fill=none] path[stroke="#00aae4"]{stroke:#9a52ff}html:not(.light) article svg[fill=none] path[fill="#27a2db"],html:not(.light) article svg[fill=none] path[fill="#00aae4"]{fill:#9a52ff}html:not(.light) article svg[fill=none] path[fill="#e6e7e8"]{fill:#232325}html:not(.light) article svg[fill=none] path[stroke="#e6e7e8"]{stroke:#232325}html:not(.light) article svg[fill=none] path[stroke="#ffbf27"]{stroke:#d919ff}html:not(.light) article svg[fill=none] path[fill="#00ff00"]{fill:#32e685}html:not(.light) article svg[fill=none] path[stroke="#00ff00"]{stroke:#32e685}html:not(.light) article svg[fill=none] path[fill="#ff00ff"]{fill:#ff198b}html:not(.light) article svg[fill=none] path[stroke="#ff00ff"]{stroke:#ff198b}html:not(.light) article svg[fill=none] linearGradient stop[stop-color="#ffffff"]{stop-color:#343437}html:not(.light) article svg[fill=none] linearGradient stop[stop-color="#e6e7e8"]{stop-color:#232325}html:not(.light) article svg[fill=none] linearGradient stop[stop-color="#dbdcdd"]{stop-color:#000}html:not(.light) article svg[fill=none] linearGradient stop[stop-color="#b1b3b5"]{stop-color:#111112}html:not(.light) article svg[fill=none] linearGradient stop[stop-color="#29a1da"]{stop-color:#2dcf78}html:not(.light) article svg[fill=none] linearGradient stop[stop-color="#2789b9"]{stop-color:#5beb9d}html:not(.light) article svg[fill=none] linearGradient stop[stop-color="#6bc1ec"]{stop-color:#adf5ce}html:not(.light) article svg[fill=none] linearGradient stop[stop-color="#8ad6f4"]{stop-color:#84f0b6}html:not(.light) article svg[fill=none] linearGradient stop[stop-color="#fab913"]{stop-color:#f2b2ff}html:not(.light) article svg[fill=none] linearGradient stop[stop-color="#fad26b"]{stop-color:#ea80ff}html:not(.light) article svg[fill=none] linearGradient stop[stop-color="#f8a136"]{stop-color:#e24cff}html:not(.light) article svg[fill=none] linearGradient stop[stop-color="#f7931a"]{stop-color:#c000e5}html.light svg[fill=black] g[fill=blue]{fill:#006bb2}html.light svg[fill=black] g[stroke=blue]{stroke:#19a3ff}html.light svg[fill=black] g[fill="rgb(120,120,120)"]{fill:#343437}html.light svg[fill=black] g[stroke="rgb(120,120,120)"]{stroke:#343437}html.light svg[fill=black] g[fill="rgb(200,200,200)"]{fill:#a2a2a4}html.light svg[fill=black] g[fill="rgb(70,70,70)"]{fill:#343437}html.light svg[fill=black] g[stroke="rgb(70,70,70)"]{stroke:#343437}html.light svg[fill=black] g[fill="rgb(29,180,255)"]{fill:#19a3ff}html.light svg[fill=black] g[stroke="rgb(29,180,255)"]{stroke:#006bb2}html.light svg[fill=black] rect[stroke="rgb(245,247,249)"]{stroke:#fcfcfd}html.light svg[fill=black] g[fill=lime],html.light svg[fill=black] g[fill="rgb(0,255,0)"]{fill:#5beb9d}html.light svg[fill=black] g[stroke=lime],html.light svg[fill=black] g[stroke="rgb(0,255,0)"]{stroke:#28b86a}html.light svg[fill=black] g[fill=yellow],html.light svg[fill=black] g[fill="rgb(255,255,0)"]{fill:#fcff80}html.light svg[fill=black] g[fill=red],html.light svg[fill=black] g[fill="rgb(255,255,0)"]{fill:#ff4ba4}html.light svg[fill=black] g[stroke=red],html.light svg[fill=black] g[stroke="rgb(255,255,0)"]{stroke:#ff198b}html.light svg[fill=none] rect[fill="#111112"]{fill:#f5f5f7}html.light svg[fill=none] path[fill=white]{fill:#000}html.light svg[fill=none] path[fill="#343437"]{fill:#c1c1c2}html.light svg[fill=none] path[fill="#A2A2A4"],html.light svg[fill=none] rect[fill="#A2A2A4"],html.light svg[fill=none] ellipse[fill="#A2A2A4"]{fill:#454549}html.light svg[fill=none] path[fill="#232325"]{fill:#e0e0e1}html.light svg[fill=none] path[fill="#F5F5F7"]{fill:#111112}html.light svg[fill=none] path[stroke="#F5F5F7"]{stroke:#111112}html.light svg[fill=none] path[stroke="#FF198B"]{stroke:#b20058}html.light svg[fill=none] linearGradient stop[stop-color="#F5F5F7"]{stop-color:#111112}html.light svg[fill=none] linearGradient stop[stop-color="#C1C1C2"]{stop-color:#343437}.external-link::after{content:" ";background-image:url(../img/icons/arrow-up-right.svg);background-repeat:no-repeat;display:inline-block;background-size:16px;padding:0 4px 0 8px;width:16px;height:16px;background-position:center;transition:transform 100ms ease-in-out}.external-link:hover::after{transform:translate(3px, -3px)}.external-link .fa-external-link{display:none}.top-nav .dropdown .external-link::after,.xrpl-footer .external-link::after{background-position:left 6px bottom 1px;width:2rem}@-moz-document url-prefix(){@supports(animation: calc(0s)){.top-nav .dropdown .external-link::after,.xrpl-footer .external-link::after{background-position:left 8px bottom 2px}}}.top-nav .dropdown .external-link:hover::after,.xrpl-footer .external-link:hover::after{background-position:left 8px bottom 3px}.q-wrapper .external-link::after{background-position:left 0 bottom 7px}.q-wrapper .external-link:hover::after{background-position:left 4px bottom 11px}.li-links{position:relative;border-bottom:2px solid #454549}.li-links a{width:100%;padding:16px 0}.li-links a::after{position:absolute;right:4px;content:" ";background-image:url(../img/icons/arrow-up-right.svg);background-repeat:no-repeat;display:inline-block;background-size:1.5rem;padding:0 .5rem;background-position:left 0 bottom -0.1rem;transition:background-position 100ms ease-in-out}.li-links a:hover::after{background-position:left .2rem bottom .1rem}[data-component-name="Footer/Footer"]{padding:7.5rem 2rem}[data-component-name="Footer/Footer"] [data-component-name="Footer/FooterColumn"]{text-shadow:#111112 0px 0px 2px,#111112 1px 1px 2px,#111112 2px 2px 3px,#111112 2px 2px 4px,#111112 2px 2px 5px,#111112 2px 2px 6px,#111112 -1px -1px 2px,#111112 -2px -2px 3px,#111112 -2px -2px 4px}@media(min-width: 992px){[data-component-name="Footer/Footer"]{background-image:url(../img/backgrounds/footer.svg);background-size:cover;background-repeat:no-repeat;background-position:bottom right}}@media(max-width: 991.98px){[data-component-name="Footer/Footer"] .col-lg:not(:first-child){margin-top:4rem}}[data-component-name="Footer/Footer"] h5{font-size:1rem;font-weight:600;color:#a2a2a4}[data-component-name="Footer/Footer"] .nav-link{padding:.75rem 0;line-height:1}[data-component-name="Footer/Footer"] .absolute-bottom-footer{font-size:10px;line-height:1rem}@media(max-width: 991.98px){[data-component-name="Footer/Footer"] .absolute-bottom-footer .copyright-license{margin-top:3rem}}.devportal-callout.tip,.devportal-callout.ヒント{border-color:#32e685}.devportal-callout.tip>strong:first-child:before,.devportal-callout.ヒント>strong:first-child:before{color:#32e685}.devportal-callout.note>strong:first-child:before,.devportal-callout.注記>strong:first-child:before{color:#19a3ff}.devportal-callout.note,.devportal-callout.注記{border-color:#19a3ff}.devportal-callout.caution,.devportal-callout.注意{border-color:#faff19}.devportal-callout.caution>strong:first-child:before,.devportal-callout.注意>strong:first-child:before{color:#faff19}.devportal-callout.warning,.devportal-callout.警告{border-color:#ff198b}.devportal-callout.warning>strong:first-child:before,.devportal-callout.警告>strong:first-child:before{color:#ff198b}blockquote,.devportal-callout{border-style:solid;border-radius:0;border-width:1px;border-left-width:4px;padding:5px;padding-left:25px;page-break-inside:avoid}.devportal-callout>strong:first-child{display:block;page-break-after:avoid}.devportal-callout.tip>strong:first-child:before{content:"";font-family:FontAwesome;margin-left:-20px;padding-right:5px}.devportal-callout.note>strong:first-child:before{content:"";font-family:FontAwesome;margin-left:-20px;padding-right:5px}.devportal-callout.caution>strong:first-child:before{content:"";font-family:FontAwesome;margin-left:-20px;padding-right:5px}.devportal-callout.warning>strong:first-child:before{content:"";font-family:FontAwesome;margin-left:-20px;padding-right:5px}@media(min-width: 992px){.card,.cta-card,.q-wrapper{box-shadow:0px 5px 40px #000}}#code-samples-deck .card{box-shadow:none;margin:0 2rem 5rem 2rem}#code-samples-deck .card-header{border-bottom:none;background-color:unset}#code-samples-deck .card-footer{background-color:unset;font-size:initial}#code-samples-deck .card-deck .card a{margin:0 2.5rem 5rem 2.5rem}#code-samples-deck .circled-logo{margin-left:-15px}@media(min-width: 992px){.code-contribute{width:75vw;position:relative;left:20%;right:20%;margin-left:-30vw;margin-right:-30vw}}.contribute::before{content:"";display:block;height:2px;width:100%;position:absolute;top:0}.contribute .dot{height:16px;width:16px;background-color:#111112;border-radius:50%;border:3px solid #fbff4c;display:inline-block;position:absolute;top:-7px;left:-6px}@media(max-width: 991.98px){.contribute::before{left:0;height:100%;width:2px;top:15px}.contribute .dot{top:5px;left:-6px}}.contribute_1::before{background:-webkit-linear-gradient(left, #feff01, #ff2d9a)}.contribute_1 .dot{border-color:#fbff4c}.contribute_2::before{background:-webkit-linear-gradient(left, #ff2d9a, #e24cff)}.contribute_2 .dot{border-color:#ff198b}.contribute_3::before{background:-webkit-linear-gradient(left, #e24cff, #9a52ff)}.contribute_3 .dot{border-color:#c000e5}.contribute_4::before{background:-webkit-linear-gradient(left, #9a52ff, #9a52ff)}.contribute_4 .dot{border-color:#9a52ff}.card>img{border-radius:8px 8px 0 0}.card-body>p,.card-body>p:not(:last-child){padding:0;margin-bottom:2rem}main a.card{border:0;color:#fff}a.card:hover,a:hover .card-new,[data-component-name="Markdown/Markdown"] a.card{text-decoration:none !important}a.card:hover h3{text-decoration:underline}.circled-logo{background-color:#454549;border-radius:50%;padding:.65rem;width:50px;height:50px;margin-bottom:.75rem;border:2px solid #232325}.circled-logo img{width:26px;height:26px;display:inline-block}.light .circled-logo{border:none}.cols-of-1{grid-template-rows:repeat(1, min-content)}.cols-of-2{grid-template-rows:repeat(2, min-content)}.cols-of-3{grid-template-rows:repeat(3, min-content)}.cols-of-4{grid-template-rows:repeat(4, min-content)}.cols-of-5{grid-template-rows:repeat(5, min-content)}.cols-of-6{grid-template-rows:repeat(6, min-content)}.cols-of-7{grid-template-rows:repeat(7, min-content)}.cols-of-8{grid-template-rows:repeat(8, min-content)}.cols-of-9{grid-template-rows:repeat(9, min-content)}.cols-of-10{grid-template-rows:repeat(10, min-content)}.card-deck{margin-top:2.5rem;margin-left:-1.25rem;margin-right:-1.25rem;margin-bottom:5rem;flex-grow:1}@media(min-width: 992px){.card-deck{margin-top:5rem}}.card-deck .card{flex-grow:0;flex-basis:100%;margin:0 1.25rem 5rem 1.25rem;background-position:bottom;background-repeat:no-repeat;background-size:contain}.card-deck.row-cols-1 .card{flex-basis:100%;min-height:264px}@media(min-width: 768px){.card-deck.row-cols-1 .card{min-height:347px}}@media(min-width: 1200px){.card-deck.row-cols-lg-3{margin-left:-2.5rem;margin-right:-2.5rem}}@media(min-width: 992px){.card-deck.row-cols-lg-3 .card{flex-basis:calc(33% - 2.5rem )}}@media(min-width: 1200px){.card-deck.row-cols-lg-3 .card{margin:0 2.5rem 5rem 2.5rem;flex-basis:calc(33% - 5rem )}}@media(min-width: 992px){.card-deck.row-cols-lg-4 .card{flex-basis:calc(25% - 2.5rem )}}.card-deck a.card{transition:all .35s ease-out;cursor:pointer}.card-deck a.card:hover{-webkit-transform:translateY(-16px);-moz-transform:translateY(-16px);-ms-transform:translateY(-16px);-o-transform:translateY(-16px);transform:translateY(-16px)}.card-deck .card-footer{font-size:0;padding:1rem;background-position:bottom;background-repeat:no-repeat;background-size:cover;border-top:0}@media(max-width: 991.98px){.card-deck{margin-top:2rem}.card-deck .card-body{padding:1rem}.card-deck.row-cols-1 .card{margin:.75rem .75rem 5rem .75rem;max-width:calc(100% - 1.5rem)}.card-deck.row-cols-2 .card{margin:.75rem;max-width:calc(50% - 1.5rem)}}main article .card-grid.card-grid-3xN{grid-gap:1rem}main article .card-grid.card-grid-3xN .card{padding:0;margin:.5rem}main article .card-grid.card-grid-3xN .card .card-body{padding:1rem}main article .card-grid.card-grid-3xN .card .card-icon-container{width:50px;height:50px;background:#454549;display:flex;justify-content:center;align-items:center;border-radius:50%;margin-bottom:12px}main article .card-grid.card-grid-3xN .card .card-icon-container img{width:70%;height:70%}main article .card-grid.card-grid-3xN .card .card-footer{font-size:0;line-height:0;padding:1rem;background-position:bottom;background-repeat:no-repeat;background-size:cover;border-top:0}main article .card-grid.card-grid-3xN:nth-of-type(0) .card:nth-child(1) .card-footer{background-image:url("../img/cards/3-col-light-blue.svg")}main article .card-grid.card-grid-3xN:nth-of-type(0) .card:nth-child(2) .card-footer{background-image:url("../img/cards/3-col-green-purple.svg")}main article .card-grid.card-grid-3xN:nth-of-type(0) .card:nth-child(3) .card-footer{background-image:url("../img/cards/3col-purple-blue-green.svg")}main article .card-grid.card-grid-3xN:nth-of-type(0) .card:nth-child(4) .card-footer{background-image:url("../img/cards/3col-magenta-3.svg")}main article .card-grid.card-grid-3xN:nth-of-type(0) .card:nth-child(5) .card-footer{background-image:url("../img/cards/3col-green-blue.svg")}main article .card-grid.card-grid-3xN:nth-of-type(0) .card:nth-child(6) .card-footer{background-image:url("../img/cards/3col-light-blue-2.svg")}main article .card-grid.card-grid-3xN:nth-of-type(0) .card:nth-child(7) .card-footer{background-image:url("../img/cards/3col-orange-yellow-2.svg")}main article .card-grid.card-grid-3xN:nth-of-type(0) .card:nth-child(8) .card-footer{background-image:url("../img/cards/3col-pink-purple.svg")}main article .card-grid.card-grid-3xN:nth-of-type(0) .card:nth-child(9) .card-footer{background-image:url("../img/cards/3col-green-purple.svg")}main article .card-grid.card-grid-3xN:nth-of-type(1) .card:nth-child(1) .card-footer{background-image:url("../img/cards/3col-magenta.svg")}main article .card-grid.card-grid-3xN:nth-of-type(1) .card:nth-child(2) .card-footer{background-image:url("../img/cards/3-col-purple2.svg")}main article .card-grid.card-grid-3xN:nth-of-type(1) .card:nth-child(3) .card-footer{background-image:url("../img/cards/3col-neutral-blue.svg")}main article .card-grid.card-grid-3xN:nth-of-type(1) .card:nth-child(4) .card-footer{background-image:url("../img/cards/3col-purple-blue.svg")}main article .card-grid.card-grid-3xN:nth-of-type(1) .card:nth-child(5) .card-footer{background-image:url("../img/cards/3-col-pink2.svg")}main article .card-grid.card-grid-3xN:nth-of-type(1) .card:nth-child(6) .card-footer{background-image:url("../img/cards/3col-orange.svg")}main article .card-grid.card-grid-3xN:nth-of-type(1) .card:nth-child(7) .card-footer{background-image:url("../img/cards/3col-light-green.svg")}main article .card-grid.card-grid-3xN:nth-of-type(1) .card:nth-child(8) .card-footer{background-image:url("../img/cards/3col-blue-light-blue.svg")}main article .card-grid.card-grid-3xN:nth-of-type(1) .card:nth-child(9) .card-footer{background-image:url("../img/cards/3col-green.svg")}main article .card-grid.card-grid-3xN:nth-of-type(2) .card:nth-child(1) .card-footer{background-image:url("../img/cards/3-col-dark-blue.svg")}main article .card-grid.card-grid-3xN:nth-of-type(2) .card:nth-child(2) .card-footer{background-image:url("../img/cards/3-col-purple.svg")}main article .card-grid.card-grid-3xN:nth-of-type(2) .card:nth-child(3) .card-footer{background-image:url("../img/cards/3col-magenta-2.svg")}main article .card-grid.card-grid-3xN:nth-of-type(2) .card:nth-child(4) .card-footer{background-image:url("../img/cards/3-col-light-blue-2.svg")}main article .card-grid.card-grid-3xN:nth-of-type(2) .card:nth-child(5) .card-footer{background-image:url("../img/cards/3col-light-blue.svg")}main article .card-grid.card-grid-3xN:nth-of-type(2) .card:nth-child(6) .card-footer{background-image:url("../img/cards/3col-magenta-orange.svg")}main article .card-grid.card-grid-3xN:nth-of-type(2) .card:nth-child(7) .card-footer{background-image:url("../img/cards/3-col-purple-blue.svg")}main article .card-grid.card-grid-3xN:nth-of-type(2) .card:nth-child(8) .card-footer{background-image:url("../img/cards/3col-orange-3.svg")}main article .card-grid.card-grid-3xN:nth-of-type(2) .card:nth-child(9) .card-footer{background-image:url("../img/cards/3col-blue-green.svg")}main article .card-grid.card-grid-3xN:nth-of-type(3) .card:nth-child(1) .card-footer{background-image:url("../img/cards/3-col-green.svg")}main article .card-grid.card-grid-3xN:nth-of-type(3) .card:nth-child(2) .card-footer{background-image:url("../img/cards/3-col-orange.svg")}main article .card-grid.card-grid-3xN:nth-of-type(3) .card:nth-child(3) .card-footer{background-image:url("../img/cards/3col-purple-blue-2.svg")}main article .card-grid.card-grid-3xN:nth-of-type(3) .card:nth-child(4) .card-footer{background-image:url("../img/cards/3col-purple.svg")}main article .card-grid.card-grid-3xN:nth-of-type(3) .card:nth-child(5) .card-footer{background-image:url("../img/cards/3-col-light-blue2.svg")}main article .card-grid.card-grid-3xN:nth-of-type(3) .card:nth-child(6) .card-footer{background-image:url("../img/cards/3col-orange-yellow.svg")}main article .card-grid.card-grid-3xN:nth-of-type(3) .card:nth-child(7) .card-footer{background-image:url("../img/cards/3-col-pink.svg")}main article .card-grid.card-grid-3xN:nth-of-type(3) .card:nth-child(8) .card-footer{background-image:url("../img/cards/3col-green-2.svg")}main article .card-grid.card-grid-3xN:nth-of-type(3) .card:nth-child(9) .card-footer{background-image:url("../img/cards/3col-orange-2.svg")}.cta-card{text-align:center;background-color:#232325}.card-subhead{font-size:1rem;margin-bottom:.25rem;margin-top:.5rem}.breadcrumbs-wrap{position:relative;z-index:11;padding:0 0 2rem 0}.interactive-block .breadcrumbs-wrap{padding:0}.breadcrumb-item+.breadcrumb-item:before{content:"";font-family:FontAwesome;padding-right:5px}.breadcrumbs-wrap .breadcrumb{padding:0;margin-bottom:0;font-size:.833em}.breadcrumb-item a{color:#e0e0e1;text-decoration:none}.breadcrumb-item a:hover{color:#9a52ff}.landing .container-fluid.section-hero,.landing .section-hero.container-sm,.landing .section-hero.container-md,.landing .section-hero.container-lg,.landing .section-hero.container-xl{padding:48px 0}.landing article .children-display>ul>li,.landing article .curated-links>ul>li{margin-top:24px}.landing article .children-display li a,.landing article .curated-links li a{font-weight:700;font-size:1.25rem;text-decoration:none}.landing article .children-display li a:hover,.landing article .curated-links li a:hover{text-decoration:underline}.landing section:first-of-type h1:first-child{margin-top:0;line-height:1.2}.landing .level-1,.landing .level-2{margin-top:0}.landing .curated-links ul,.landing .curated-links ol,.landing .children-display ul{padding-left:0;margin-bottom:0}.landing .section-hero .blurb{font-size:1.2em;line-height:1.71em}.landing .doc-index .level-1{list-style-type:disc;margin-left:1rem}.landing .doc-index .level-2{list-style-type:circle;margin-left:2rem}.landing .doc-index .level-3{list-style-type:square;margin-left:3rem}.landing .doc-index .level-4{list-style-type:disc;margin-left:4rem}.landing .doc-index .level-5{margin-left:5rem;list-style-type:circle}.landing .doc-index .level-6{margin-left:6rem;list-style-type:square}.landing p a,.landing h5 a{color:#9a52ff;font-weight:600}.landing p a:hover,.landing h5 a:hover{text-decoration:underline}.landing .display-4{margin-bottom:1.5rem}.landing #test-net-servers h3{font-size:1.4rem;font-weight:700}.landing #test-net-servers pre{overflow-x:auto}.landing section:first-of-type{border-top-width:0}.landing #main_content_wrapper{border-bottom:none;margin-top:80px}.landing .marketing-wrapper{margin-top:10rem;margin-bottom:6rem}@media(max-width: 767.98px){.landing .marketing-wrapper{margin-top:6rem}}.landing .nav .nav-link{padding:1rem 2rem 1rem 0;color:#e0e0e1;border-bottom:1px solid #232325;position:relative}.landing .nav .nav-link:hover{color:#9a52ff}.landing .nav .nav-link:not(.external-link)::after{content:" ";background-image:url(../img/icons/arrow-right-purple.svg);background-repeat:no-repeat;background-position:center;background-size:1rem;position:absolute;right:0;width:1.5rem;height:1.5rem;transition:all .2s ease}.landing .nav .nav-link:not(.external-link):hover::after{animation:arrowDance2 1.2s infinite}.landing .nav .nav-link.external-link::after{content:" ";background-image:url(../img/icons/arrow-up-right.svg);background-repeat:no-repeat;position:absolute;background-position:center;background-size:.75rem;right:7px;width:1.5rem;height:1.5rem;transition:all .2s ease}.landing .nav .nav-link.external-link:hover::after{animation:arrowDanceDiag 1.2s infinite}.landing .card-body .nav .nav-link{border-bottom:1px solid #454549}.alert-info{color:#fff;background-color:#006bb2;border-width:0}.alert-info a{text-decoration:underline;color:#fff}.alert-info a:hover{color:#e0e0e1}.highlight-subcard{margin:1.5rem 0;padding:1rem;border:2px solid #fff;background:#111112}.interactive-block-inner{border:1px dashed #9a52ff;padding:10px;margin:5px}.interactive-block-ui>button{margin:10px 0}.interactive-block input:invalid{box-shadow:inset 0 0 5px 5px #ff198b}.interactive-block .breadcrumbs-wrap{margin-bottom:11px}.interactive-block .breadcrumb-item{margin-top:6px}.interactive-block .breadcrumb-item a{text-decoration:none}.interactive-block .breadcrumb-item.current a{font-weight:bold}.interactive-block .breadcrumb-item.active a{color:#b480ff}.interactive-block .breadcrumb-item.disabled a{color:#454549}.interactive-block .breadcrumb-item.done a:after{content:"";font-family:FontAwesome;color:#e0e0e1;padding-right:5px;padding-left:5px}.interactive-block .waiting-for-tx{word-break:break-word}.ws-console{height:200px;overflow:auto}.status{cursor:help;padding:1px 2px;font-weight:normal;text-indent:0}.status.not_enabled{color:#faff19}.status.removed{color:#ff198b}.labels-wrap ul::before{content:"";font-family:FontAwesome;font-size:1.5rem}.labels-wrap .list-inline-item{margin-top:.5rem}.pg-category{color:#a2a2a4}.pg-category::after{content:"";font-family:FontAwesome;padding-left:5px}.label{border-radius:100px;border-width:0;padding:.5rem 1rem;font-weight:bold;text-decoration:none !important;text-align:center;white-space:nowrap;background-color:#111112;color:#c1c1c2}.label .badge-pill{width:24px;height:24px;border-radius:50px;margin-left:.5rem;font-weight:400;line-height:23px;font-size:16px;padding:0;margin-top:-2px}html.light .label{background-color:#e0e0e1;color:#232325}html.light .label .badge-pill{color:#e0e0e1;background-color:#232325}html.light .label:hover{background-color:#c1c1c2;color:#111112}html.light .label:hover .badge-pill{color:#c1c1c2;background-color:#111112}.label .badge-pill{color:#111112;background-color:#c1c1c2}.label:hover{color:#e0e0e1;background-color:#232325}.label:hover .badge-pill{color:#232325;background-color:#e0e0e1}.label.label-accounts,.label.label-payment-channels,.label.label-amm,.label.label-アカウント,.label.label-payment-channel,.label.label-use-infrastructure,.label.label-use-security,.label.blog-category-development,.label.chip-indigo{background-color:#20004c;color:#b480ff}.label.label-accounts .badge-pill,.label.label-payment-channels .badge-pill,.label.label-amm .badge-pill,.label.label-アカウント .badge-pill,.label.label-payment-channel .badge-pill,.label.label-use-infrastructure .badge-pill,.label.label-use-security .badge-pill,.label.blog-category-development .badge-pill,.label.chip-indigo .badge-pill{color:#20004c;background-color:#b480ff}.label.label-accounts:hover,.label.label-payment-channels:hover,.label.label-amm:hover,.label.label-アカウント:hover,.label.label-payment-channel:hover,.label.label-use-infrastructure:hover,.label.label-use-security:hover,.label.blog-category-development:hover,.label.chip-indigo:hover{background-color:#350080;color:#d2b2ff}.label.label-accounts:hover .badge-pill,.label.label-payment-channels:hover .badge-pill,.label.label-amm:hover .badge-pill,.label.label-アカウント:hover .badge-pill,.label.label-payment-channel:hover .badge-pill,.label.label-use-infrastructure:hover .badge-pill,.label.label-use-security:hover .badge-pill,.label.blog-category-development:hover .badge-pill,.label.chip-indigo:hover .badge-pill{color:#350080;background-color:#d2b2ff}html.light .label.label-accounts,html.light .label.label-payment-channels,html.light .label.label-amm,html.light .label.label-アカウント,html.light .label.label-payment-channel,html.light .label.label-use-infrastructure,html.light .label.label-use-security,html.light .label.blog-category-development,html.light .label.chip-indigo{background-color:#d2b2ff;color:#350080}html.light .label.label-accounts .badge-pill,html.light .label.label-payment-channels .badge-pill,html.light .label.label-amm .badge-pill,html.light .label.label-アカウント .badge-pill,html.light .label.label-payment-channel .badge-pill,html.light .label.label-use-infrastructure .badge-pill,html.light .label.label-use-security .badge-pill,html.light .label.blog-category-development .badge-pill,html.light .label.chip-indigo .badge-pill{color:#d2b2ff;background-color:#350080}html.light .label.label-accounts:hover,html.light .label.label-payment-channels:hover,html.light .label.label-amm:hover,html.light .label.label-アカウント:hover,html.light .label.label-payment-channel:hover,html.light .label.label-use-infrastructure:hover,html.light .label.label-use-security:hover,html.light .label.blog-category-development:hover,html.light .label.chip-indigo:hover{background-color:#b480ff;color:#20004c}html.light .label.label-accounts:hover .badge-pill,html.light .label.label-payment-channels:hover .badge-pill,html.light .label.label-amm:hover .badge-pill,html.light .label.label-アカウント:hover .badge-pill,html.light .label.label-payment-channel:hover .badge-pill,html.light .label.label-use-infrastructure:hover .badge-pill,html.light .label.label-use-security:hover .badge-pill,html.light .label.blog-category-development:hover .badge-pill,html.light .label.chip-indigo:hover .badge-pill{color:#b480ff;background-color:#20004c}.label.label-blockchain,.label.label-xrp,.label.label-ブロックチェーン,.label.label-non-fungible-tokens-nfts,.label.label-use-nfts,.label.blog-category-release_notes,.label.blog-category-features,.label.chip-green{background-color:#145c35;color:#84f0b6}.label.label-blockchain .badge-pill,.label.label-xrp .badge-pill,.label.label-ブロックチェーン .badge-pill,.label.label-non-fungible-tokens-nfts .badge-pill,.label.label-use-nfts .badge-pill,.label.blog-category-release_notes .badge-pill,.label.blog-category-features .badge-pill,.label.chip-green .badge-pill{background-color:#84f0b6;color:#145c35}.label.label-blockchain:hover,.label.label-xrp:hover,.label.label-ブロックチェーン:hover,.label.label-non-fungible-tokens-nfts:hover,.label.label-use-nfts:hover,.label.blog-category-release_notes:hover,.label.blog-category-features:hover,.label.chip-green:hover{background-color:#1e8a50;color:#adf5ce}.label.label-blockchain:hover .badge-pill,.label.label-xrp:hover .badge-pill,.label.label-ブロックチェーン:hover .badge-pill,.label.label-non-fungible-tokens-nfts:hover .badge-pill,.label.label-use-nfts:hover .badge-pill,.label.blog-category-release_notes:hover .badge-pill,.label.blog-category-features:hover .badge-pill,.label.chip-green:hover .badge-pill{background-color:#adf5ce;color:#1e8a50}html.light .label.label-blockchain,html.light .label.label-xrp,html.light .label.label-ブロックチェーン,html.light .label.label-non-fungible-tokens-nfts,html.light .label.label-use-nfts,html.light .label.blog-category-release_notes,html.light .label.blog-category-features,html.light .label.chip-green{background-color:#adf5ce;color:#145c35}html.light .label.label-blockchain .badge-pill,html.light .label.label-xrp .badge-pill,html.light .label.label-ブロックチェーン .badge-pill,html.light .label.label-non-fungible-tokens-nfts .badge-pill,html.light .label.label-use-nfts .badge-pill,html.light .label.blog-category-release_notes .badge-pill,html.light .label.blog-category-features .badge-pill,html.light .label.chip-green .badge-pill{color:#adf5ce;background-color:#145c35}html.light .label.label-blockchain:hover,html.light .label.label-xrp:hover,html.light .label.label-ブロックチェーン:hover,html.light .label.label-non-fungible-tokens-nfts:hover,html.light .label.label-use-nfts:hover,html.light .label.blog-category-release_notes:hover,html.light .label.blog-category-features:hover,html.light .label.chip-green:hover{background-color:#84f0b6;color:#000}html.light .label.label-blockchain:hover .badge-pill,html.light .label.label-xrp:hover .badge-pill,html.light .label.label-ブロックチェーン:hover .badge-pill,html.light .label.label-non-fungible-tokens-nfts:hover .badge-pill,html.light .label.label-use-nfts:hover .badge-pill,html.light .label.blog-category-release_notes:hover .badge-pill,html.light .label.blog-category-features:hover .badge-pill,html.light .label.chip-green:hover .badge-pill{color:#84f0b6;background-color:#000}.label.label-checks,.label.label-core-server,.label.label-コアサーバ,.label.label-use-interoperability,.label.label-use-web_monetization,.label.blog-category-gateway_bulletins,.label.chip-purple{background-color:#40004c;color:#ea80ff}.label.label-checks .badge-pill,.label.label-core-server .badge-pill,.label.label-コアサーバ .badge-pill,.label.label-use-interoperability .badge-pill,.label.label-use-web_monetization .badge-pill,.label.blog-category-gateway_bulletins .badge-pill,.label.chip-purple .badge-pill{background-color:#ea80ff;color:#40004c}.label.label-checks:hover,.label.label-core-server:hover,.label.label-コアサーバ:hover,.label.label-use-interoperability:hover,.label.label-use-web_monetization:hover,.label.blog-category-gateway_bulletins:hover,.label.chip-purple:hover{background-color:#6b0080;color:#f2b2ff}.label.label-checks:hover .badge-pill,.label.label-core-server:hover .badge-pill,.label.label-コアサーバ:hover .badge-pill,.label.label-use-interoperability:hover .badge-pill,.label.label-use-web_monetization:hover .badge-pill,.label.blog-category-gateway_bulletins:hover .badge-pill,.label.chip-purple:hover .badge-pill{background-color:#f2b2ff;color:#6b0080}html.light .label.label-checks,html.light .label.label-core-server,html.light .label.label-コアサーバ,html.light .label.label-use-interoperability,html.light .label.label-use-web_monetization,html.light .label.blog-category-gateway_bulletins,html.light .label.chip-purple{background-color:#f2b2ff;color:#6b0080}html.light .label.label-checks .badge-pill,html.light .label.label-core-server .badge-pill,html.light .label.label-コアサーバ .badge-pill,html.light .label.label-use-interoperability .badge-pill,html.light .label.label-use-web_monetization .badge-pill,html.light .label.blog-category-gateway_bulletins .badge-pill,html.light .label.chip-purple .badge-pill{color:#f2b2ff;background-color:#6b0080}html.light .label.label-checks:hover,html.light .label.label-core-server:hover,html.light .label.label-コアサーバ:hover,html.light .label.label-use-interoperability:hover,html.light .label.label-use-web_monetization:hover,html.light .label.blog-category-gateway_bulletins:hover,html.light .label.chip-purple:hover{background-color:#ea80ff;color:#40004c}html.light .label.label-checks:hover .badge-pill,html.light .label.label-core-server:hover .badge-pill,html.light .label.label-コアサーバ:hover .badge-pill,html.light .label.label-use-interoperability:hover .badge-pill,html.light .label.label-use-web_monetization:hover .badge-pill,html.light .label.blog-category-gateway_bulletins:hover .badge-pill,html.light .label.chip-purple:hover .badge-pill{color:#ea80ff;background-color:#40004c}.label.label-cross-currency,.label.label-security,.label.label-クロスカレンシー,.label.label-セキュリティ,.label.label-use-gaming,.label.label-use-defi,.label.blog-category-amendments,.label.chip-yellow{background-color:#4b4c00;color:#fcff80}.label.label-cross-currency .badge-pill,.label.label-security .badge-pill,.label.label-クロスカレンシー .badge-pill,.label.label-セキュリティ .badge-pill,.label.label-use-gaming .badge-pill,.label.label-use-defi .badge-pill,.label.blog-category-amendments .badge-pill,.label.chip-yellow .badge-pill{background-color:#fcff80;color:#4b4c00}.label.label-cross-currency:hover,.label.label-security:hover,.label.label-クロスカレンシー:hover,.label.label-セキュリティ:hover,.label.label-use-gaming:hover,.label.label-use-defi:hover,.label.blog-category-amendments:hover,.label.chip-yellow:hover{background-color:#7d8000;color:#fdffb2}.label.label-cross-currency:hover .badge-pill,.label.label-security:hover .badge-pill,.label.label-クロスカレンシー:hover .badge-pill,.label.label-セキュリティ:hover .badge-pill,.label.label-use-gaming:hover .badge-pill,.label.label-use-defi:hover .badge-pill,.label.blog-category-amendments:hover .badge-pill,.label.chip-yellow:hover .badge-pill{background-color:#fdffb2;color:#7d8000}html.light .label.label-cross-currency,html.light .label.label-security,html.light .label.label-クロスカレンシー,html.light .label.label-セキュリティ,html.light .label.label-use-gaming,html.light .label.label-use-defi,html.light .label.blog-category-amendments,html.light .label.chip-yellow{background-color:#fdffb2;color:#4b4c00}html.light .label.label-cross-currency .badge-pill,html.light .label.label-security .badge-pill,html.light .label.label-クロスカレンシー .badge-pill,html.light .label.label-セキュリティ .badge-pill,html.light .label.label-use-gaming .badge-pill,html.light .label.label-use-defi .badge-pill,html.light .label.blog-category-amendments .badge-pill,html.light .label.chip-yellow .badge-pill{color:#fdffb2;background-color:#4b4c00}html.light .label.label-cross-currency:hover,html.light .label.label-security:hover,html.light .label.label-クロスカレンシー:hover,html.light .label.label-セキュリティ:hover,html.light .label.label-use-gaming:hover,html.light .label.label-use-defi:hover,html.light .label.blog-category-amendments:hover,html.light .label.chip-yellow:hover{background-color:#fcff80;color:#4b4c00}html.light .label.label-cross-currency:hover .badge-pill,html.light .label.label-security:hover .badge-pill,html.light .label.label-クロスカレンシー:hover .badge-pill,html.light .label.label-セキュリティ:hover .badge-pill,html.light .label.label-use-gaming:hover .badge-pill,html.light .label.label-use-defi:hover .badge-pill,html.light .label.blog-category-amendments:hover .badge-pill,html.light .label.chip-yellow:hover .badge-pill{color:#fcff80;background-color:#4b4c00}.label.label-decentralized-exchange,.label.label-smart-contracts,.label.label-transaction-sending,.label.label-分散型取引所,.label.label-スマートコントラクト,.label.label-トランザクション送信,.label.label-use-developer_tooling,.label.label-use-payments,.label.blog-category-developer_reflections,.label.blog-category-case_study,.label.chip-blue{background-color:#002e4c;color:#80ccff}.label.label-decentralized-exchange .badge-pill,.label.label-smart-contracts .badge-pill,.label.label-transaction-sending .badge-pill,.label.label-分散型取引所 .badge-pill,.label.label-スマートコントラクト .badge-pill,.label.label-トランザクション送信 .badge-pill,.label.label-use-developer_tooling .badge-pill,.label.label-use-payments .badge-pill,.label.blog-category-developer_reflections .badge-pill,.label.blog-category-case_study .badge-pill,.label.chip-blue .badge-pill{background-color:#80ccff;color:#002e4c}.label.label-decentralized-exchange:hover,.label.label-smart-contracts:hover,.label.label-transaction-sending:hover,.label.label-分散型取引所:hover,.label.label-スマートコントラクト:hover,.label.label-トランザクション送信:hover,.label.label-use-developer_tooling:hover,.label.label-use-payments:hover,.label.blog-category-developer_reflections:hover,.label.blog-category-case_study:hover,.label.chip-blue:hover{background-color:#004d80;color:#b2e0ff}.label.label-decentralized-exchange:hover .badge-pill,.label.label-smart-contracts:hover .badge-pill,.label.label-transaction-sending:hover .badge-pill,.label.label-分散型取引所:hover .badge-pill,.label.label-スマートコントラクト:hover .badge-pill,.label.label-トランザクション送信:hover .badge-pill,.label.label-use-developer_tooling:hover .badge-pill,.label.label-use-payments:hover .badge-pill,.label.blog-category-developer_reflections:hover .badge-pill,.label.blog-category-case_study:hover .badge-pill,.label.chip-blue:hover .badge-pill{background-color:#b2e0ff;color:#004d80}html.light .label.label-decentralized-exchange,html.light .label.label-smart-contracts,html.light .label.label-transaction-sending,html.light .label.label-分散型取引所,html.light .label.label-スマートコントラクト,html.light .label.label-トランザクション送信,html.light .label.label-use-developer_tooling,html.light .label.label-use-payments,html.light .label.blog-category-developer_reflections,html.light .label.blog-category-case_study,html.light .label.chip-blue{background-color:#b2e0ff;color:#004d80}html.light .label.label-decentralized-exchange .badge-pill,html.light .label.label-smart-contracts .badge-pill,html.light .label.label-transaction-sending .badge-pill,html.light .label.label-分散型取引所 .badge-pill,html.light .label.label-スマートコントラクト .badge-pill,html.light .label.label-トランザクション送信 .badge-pill,html.light .label.label-use-developer_tooling .badge-pill,html.light .label.label-use-payments .badge-pill,html.light .label.blog-category-developer_reflections .badge-pill,html.light .label.blog-category-case_study .badge-pill,html.light .label.chip-blue .badge-pill{color:#b2e0ff;background-color:#004d80}html.light .label.label-decentralized-exchange:hover,html.light .label.label-smart-contracts:hover,html.light .label.label-transaction-sending:hover,html.light .label.label-分散型取引所:hover,html.light .label.label-スマートコントラクト:hover,html.light .label.label-トランザクション送信:hover,html.light .label.label-use-developer_tooling:hover,html.light .label.label-use-payments:hover,html.light .label.blog-category-developer_reflections:hover,html.light .label.blog-category-case_study:hover,html.light .label.chip-blue:hover{background-color:#80ccff;color:#002e4c}html.light .label.label-decentralized-exchange:hover .badge-pill,html.light .label.label-smart-contracts:hover .badge-pill,html.light .label.label-transaction-sending:hover .badge-pill,html.light .label.label-分散型取引所:hover .badge-pill,html.light .label.label-スマートコントラクト:hover .badge-pill,html.light .label.label-トランザクション送信:hover .badge-pill,html.light .label.label-use-developer_tooling:hover .badge-pill,html.light .label.label-use-payments:hover .badge-pill,html.light .label.blog-category-developer_reflections:hover .badge-pill,html.light .label.blog-category-case_study:hover .badge-pill,html.light .label.chip-blue:hover .badge-pill{color:#80ccff;background-color:#002e4c}.label.label-escrow,.label.label-tokens,.label.label-development,.label.label-トークン,.label.label-開発,.label.label-use-wallet,.label.label-use-sustainability,.label.blog-category-advisories,.label.chip-orange{background-color:#4c1a00;color:#ffaa80}.label.label-escrow .badge-pill,.label.label-tokens .badge-pill,.label.label-development .badge-pill,.label.label-トークン .badge-pill,.label.label-開発 .badge-pill,.label.label-use-wallet .badge-pill,.label.label-use-sustainability .badge-pill,.label.blog-category-advisories .badge-pill,.label.chip-orange .badge-pill{background-color:#ffaa80;color:#4c1a00}.label.label-escrow:hover,.label.label-tokens:hover,.label.label-development:hover,.label.label-トークン:hover,.label.label-開発:hover,.label.label-use-wallet:hover,.label.label-use-sustainability:hover,.label.blog-category-advisories:hover,.label.chip-orange:hover{background-color:#802b00;color:#ffccb2}.label.label-escrow:hover .badge-pill,.label.label-tokens:hover .badge-pill,.label.label-development:hover .badge-pill,.label.label-トークン:hover .badge-pill,.label.label-開発:hover .badge-pill,.label.label-use-wallet:hover .badge-pill,.label.label-use-sustainability:hover .badge-pill,.label.blog-category-advisories:hover .badge-pill,.label.chip-orange:hover .badge-pill{background-color:#ffccb2;color:#802b00}html.light .label.label-escrow,html.light .label.label-tokens,html.light .label.label-development,html.light .label.label-トークン,html.light .label.label-開発,html.light .label.label-use-wallet,html.light .label.label-use-sustainability,html.light .label.blog-category-advisories,html.light .label.chip-orange{background-color:#ffccb2;color:#802b00}html.light .label.label-escrow .badge-pill,html.light .label.label-tokens .badge-pill,html.light .label.label-development .badge-pill,html.light .label.label-トークン .badge-pill,html.light .label.label-開発 .badge-pill,html.light .label.label-use-wallet .badge-pill,html.light .label.label-use-sustainability .badge-pill,html.light .label.blog-category-advisories .badge-pill,html.light .label.chip-orange .badge-pill{color:#ffccb2;background-color:#802b00}html.light .label.label-escrow:hover,html.light .label.label-tokens:hover,html.light .label.label-development:hover,html.light .label.label-トークン:hover,html.light .label.label-開発:hover,html.light .label.label-use-wallet:hover,html.light .label.label-use-sustainability:hover,html.light .label.blog-category-advisories:hover,html.light .label.chip-orange:hover{background-color:#ffaa80;color:#4c1a00}html.light .label.label-escrow:hover .badge-pill,html.light .label.label-tokens:hover .badge-pill,html.light .label.label-development:hover .badge-pill,html.light .label.label-トークン:hover .badge-pill,html.light .label.label-開発:hover .badge-pill,html.light .label.label-use-wallet:hover .badge-pill,html.light .label.label-use-sustainability:hover .badge-pill,html.light .label.blog-category-advisories:hover .badge-pill,html.light .label.chip-orange:hover .badge-pill{color:#ffaa80;background-color:#4c1a00}.label.label-fees,.label.label-payments,.label.label-data-retention,.label.label-手数料,.label.label-支払い,.label.label-データ保持,.label.label-use-exchanges,.label.label-use-custody,.label.blog-category-security,.label.chip-magenta{background-color:#4c0026;color:#ff80bf}.label.label-fees .badge-pill,.label.label-payments .badge-pill,.label.label-data-retention .badge-pill,.label.label-手数料 .badge-pill,.label.label-支払い .badge-pill,.label.label-データ保持 .badge-pill,.label.label-use-exchanges .badge-pill,.label.label-use-custody .badge-pill,.label.blog-category-security .badge-pill,.label.chip-magenta .badge-pill{background-color:#ff80bf;color:#4c0026}.label.label-fees:hover,.label.label-payments:hover,.label.label-data-retention:hover,.label.label-手数料:hover,.label.label-支払い:hover,.label.label-データ保持:hover,.label.label-use-exchanges:hover,.label.label-use-custody:hover,.label.blog-category-security:hover,.label.chip-magenta:hover{background-color:#80003f;color:#ffb2d8}.label.label-fees:hover .badge-pill,.label.label-payments:hover .badge-pill,.label.label-data-retention:hover .badge-pill,.label.label-手数料:hover .badge-pill,.label.label-支払い:hover .badge-pill,.label.label-データ保持:hover .badge-pill,.label.label-use-exchanges:hover .badge-pill,.label.label-use-custody:hover .badge-pill,.label.blog-category-security:hover .badge-pill,.label.chip-magenta:hover .badge-pill{background-color:#ffb2d8;color:#80003f}html.light .label.label-fees,html.light .label.label-payments,html.light .label.label-data-retention,html.light .label.label-手数料,html.light .label.label-支払い,html.light .label.label-データ保持,html.light .label.label-use-exchanges,html.light .label.label-use-custody,html.light .label.blog-category-security,html.light .label.chip-magenta{background-color:#ffb2d8;color:#80003f}html.light .label.label-fees .badge-pill,html.light .label.label-payments .badge-pill,html.light .label.label-data-retention .badge-pill,html.light .label.label-手数料 .badge-pill,html.light .label.label-支払い .badge-pill,html.light .label.label-データ保持 .badge-pill,html.light .label.label-use-exchanges .badge-pill,html.light .label.label-use-custody .badge-pill,html.light .label.blog-category-security .badge-pill,html.light .label.chip-magenta .badge-pill{color:#ffb2d8;background-color:#80003f}html.light .label.label-fees:hover,html.light .label.label-payments:hover,html.light .label.label-data-retention:hover,html.light .label.label-手数料:hover,html.light .label.label-支払い:hover,html.light .label.label-データ保持:hover,html.light .label.label-use-exchanges:hover,html.light .label.label-use-custody:hover,html.light .label.blog-category-security:hover,html.light .label.chip-magenta:hover{background-color:#ff80bf;color:#4c0026}html.light .label.label-fees:hover .badge-pill,html.light .label.label-payments:hover .badge-pill,html.light .label.label-data-retention:hover .badge-pill,html.light .label.label-手数料:hover .badge-pill,html.light .label.label-支払い:hover .badge-pill,html.light .label.label-データ保持:hover .badge-pill,html.light .label.label-use-exchanges:hover .badge-pill,html.light .label.label-use-custody:hover .badge-pill,html.light .label.blog-category-security:hover .badge-pill,html.light .label.chip-magenta:hover .badge-pill{color:#ff80bf;background-color:#4c0026}.tag-cloud .list-inline-item{margin-top:1.5rem}.command-list-wrapper{position:sticky;top:calc(var(--navbar-height) + var(--toc-offset-top));max-height:calc(100vh - var(--navbar-height) - var(--toc-offset-top));overflow-y:auto;width:var(--toc-width)}#tx-sender-history .list-group-item{font-size:small;color:#454549}.response-metadata .timestamp{color:#454549}.throbber{width:24px;height:24px}#connection-status .card-body{border-left:0}#connection-status-item.active{background-color:#32e685;border-color:#32e685}.api-input-area .btn-group>.send-request.btn{border-bottom-right-radius:4px;border-top-right-radius:4px}#tx-sender-history ul{overflow:auto;height:220px;border:1px solid #e0e0e1}.progress small{margin-top:.5rem}.page-tx-sender .input-group .form-control,.interactive-block-ui .input-group .form-control{flex:1 1 20%;height:auto}.bootstrap-growl{max-width:90vw !important;overflow:hidden}.list-group-item-danger,#tx-sender-history .list-group-item-danger{background-color:#ff80bf;color:#000}.list-group-item-danger a,#tx-sender-history .list-group-item-danger a{color:#000}.list-group-item-danger a:hover,#tx-sender-history .list-group-item-danger a:hover{color:#000;text-decoration:underline}.rpc-tool .main h1::before,.rpc-tool .main h2::before,.rpc-tool .main h3::before{display:none}.form-text a{text-decoration:underline}@media print{.multicode>div{display:block !important}.multicode>em,.multicode>p>em{display:block !important;page-break-after:avoid}.multicode>p{display:block !important}.code_toggler{display:none}pre{white-space:pre-wrap;max-height:none !important;overflow:visible;page-break-inside:auto;word-wrap:break-word}pre code{white-space:pre-wrap !important;color:#22252b !important}code{white-space:pre-wrap !important;color:#22252b !important}.codehilite .n,.codehilite .na,.codehilite .nb,.codehilite .nc,.codehilite .nd,.codehilite .ne,.codehilite .nf,.codehilite .ni,.codehilite .nl,.codehilite .nn,.codehilite .nt,.codehilite .nv,.codehilite .nx,.codehilite .bp,.codehilite .fm,.codehilite .py{color:#22252b}article a[title=Source]{float:none}header,footer,aside{display:none !important}.navbar{display:none !important}article,#main_content_body{position:static;display:block;width:auto;height:auto;color:#000 !important;max-width:100%;overflow:visible !important}body{overflow:visible;background:#fff}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{color:#000}.interactive-block{display:none}.container{margin-top:1rem !important}}#home-purple{position:absolute;left:0;top:-400px}#home-green{position:absolute;right:-3px;top:60px}.sidelinks:hover{color:#9a52ff}.sidelinks.active{color:#9a52ff;font-weight:bold}.page-home #home-hero-container{display:flex;justify-content:center;align-items:center;width:100%;padding-top:54.8%;overflow:hidden}.page-home #home-hero-graphic{width:100%;max-width:856px;height:auto;object-fit:cover;content:url("../img/home-hero.svg");margin-bottom:24px;display:block;margin-left:auto;margin-right:auto}@media(min-width: 992px){.page-home #home-hero-graphic{min-height:470px}}@media(max-width: 991px)and (min-width: 540px){.page-home #home-hero-graphic{min-height:250px}}@media(max-width: 539px){.page-home #home-hero-graphic{min-height:170px}}.page-home #benefits-list #public{content:url("../img/icons/public.svg")}.page-home #benefits-list #streamlined{content:url("../img/icons/streamlined.svg")}.page-home #benefits-list #performance{content:url("../img/icons/performance.svg")}.page-home #benefits-list #low-cost{content:url("../img/icons/low-cost.svg")}.page-home #benefits-list #community{content:url("../img/icons/community.svg")}.page-home #benefits-list #reliability{content:url("../img/icons/reliability.svg")}.page-home #advanced-features .card:nth-child(1) .card-footer{background-image:url("../img/cards/3col-pink-purple.svg")}.page-home #advanced-features .card:nth-child(2) .card-footer{background-image:url("../img/cards/3col-neutral-blue.svg")}.page-home #advanced-features .card:nth-child(3) .card-footer{background-image:url("../img/cards/3col-light-green.svg")}.page-home #advanced-features .card:nth-child(4) .card-footer{background-image:url("../img/cards/3col-orange.svg")}.page-home #advanced-features .card:nth-child(5) .card-footer{background-image:url("../img/cards/3col-purple-blue-2.svg")}.page-home #get-started .card:nth-child(1) .card-footer{background-image:url("../img/cards/3col-orange-yellow.svg")}.page-home #get-started .card:nth-child(2) .card-footer{background-image:url("../img/cards/3col-magenta-orange.svg")}.page-home #get-started .card:nth-child(3) .card-footer{background-image:url("../img/cards/3col-purple-blue-green.svg")}.page-home #get-started .card:nth-child(4) .card-footer{background-image:url("../img/cards/3col-light-blue.svg")}.page-home #get-started .card:nth-child(5) .card-footer{background-image:url("../img/cards/3col-green-blue.svg")}#embedded-payments-list #digital-wallets{content:url("../img/uses/payments/digital-wallet.png")}#embedded-payments-list #cross-border-remittance{content:url("../img/uses/payments/cross-border.png")}#embedded-payments-list #regulated-foreign-exchange{content:url("../img/uses/payments/regulated.png")}#embedded-payments-list #merchant-settlement{content:url("../img/uses/payments/merchant-settlement.png")}#embedded-payments-list #b2b-payment-rails{content:url("../img/uses/payments/b2b-payment.png")}#embedded-payments-list #compliance-first-payment-acceptance{content:url("../img/uses/payments/compliance.png")}.cta{position:absolute}.cta-top-left{top:0;left:0}.cta-bottom-right{bottom:0;right:0}.landing-bg{opacity:.6}@media(min-width: 768px){.landing-bg{opacity:1}}.landing-builtin-bg::before{content:"";position:absolute;top:0;left:0;background-repeat:no-repeat;background-position-x:left;background-position-y:top;opacity:.6}@media(min-width: 768px){.landing-builtin-bg::before{opacity:1}}#xrp-overview-blue{position:absolute;top:0;left:0}@media(max-width: 767.98px){#xrp-mark-overview{height:40px;margin-top:16px}}#wallets #wallet-ledger{content:url("../img/wallets/ledger.svg")}#wallets #wallet-secalot{content:url("../img/wallets/secalot.svg")}#wallets #wallet-trezor{content:url("../img/wallets/trezor.svg")}#wallets #wallet-xumm{content:url("../img/wallets/xumm.svg")}#wallets #wallet-trust{content:url("../img/wallets/trust.svg")}#wallets #wallet-gatehub{content:url("../img/wallets/gatehub.svg")}#wallets #wallet-towo{content:url("../img/wallets/towo.svg")}#wallets #wallet-keystone{content:url("../img/wallets/keystone.svg")}#wallets #wallet-dcent{content:url("../img/wallets/dcent.svg")}#wallets #wallet-coin{content:url("../img/wallets/coin.svg")}#wallets #wallet-gem{content:url("../img/wallets/gem.svg")}#wallets #wallet-joey{content:url("../img/wallets/joey.svg")}#wallets #wallet-bitfrost{content:url("../img/wallets/bitfrost.png")}#wallets #wallet-crossmark{content:url("../img/wallets/crossmark.png")}#top-exchanges #exch-bitstamp{content:url("../img/exchanges/bitstamp.svg")}#top-exchanges #exch-kraken{content:url("../img/exchanges/kraken.svg")}#top-exchanges #exch-cex-io{content:url("../img/exchanges/cex-io.svg")}#top-exchanges #exch-liquid{content:url("../img/exchanges/liquid.svg")}#top-exchanges #exch-lmax{content:url("../img/exchanges/lmax.svg")}#top-exchanges #exch-bitfinex{content:url("../img/exchanges/bitfinex.svg")}#top-exchanges #exch-etoro{content:url("../img/exchanges/etoro.svg")}#top-exchanges #exch-bittrex{content:url("../img/exchanges/bittrex.png")}#top-exchanges #exch-currency-com{content:url("../img/exchanges/currency-com.png")}#top-exchanges #exch-ftx{content:url("../img/exchanges/ftx.png")}#xrpl-overview-purple{position:absolute;top:40px;left:0}@media(max-width: 767.98px){#xrpl-overview-purple{top:0;left:-20vw}}#xrpl-overview-orange{position:absolute;top:80px;right:-4px}#use-cases-orange{position:absolute;top:-480px;right:-4px}#validator-graphic{content:url(../img/validators.svg)}.page-uses .container-new{padding-left:16px;padding-right:16px}.page-uses h1{font-size:42px}.page-uses::before{transform:scaleX(-1);background-image:url(../img/backgrounds/use-cases-blue.svg)}.page-uses .card-grid{grid-gap:8px}.page-uses .card-grid img{max-height:40px}.page-uses .modal{padding:0}.page-uses .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#000;background-clip:padding-box;border:none;border-radius:0;box-shadow:none;outline:none;background:#111112}.page-uses .modal-header{border:none;background:#111112;box-shadow:0px 1px 2px #000}.page-uses .modal-header .cancel .chevron{transform:rotate(90deg)}.page-uses .modal-header .apply .chevron{transform:rotate(-90deg)}.page-uses .modal-footer{border:none;background:#111112;box-shadow:0px -1px 2px #000;align-items:unset;padding:.75rem;flex-direction:column;flex-wrap:wrap}.page-uses .card-title{margin-bottom:.5rem;line-height:26px}.page-uses .card-uses{padding:16px;margin:0;text-decoration:none;transition:all .35s ease-out}.page-uses .card-uses:hover{text-decoration:none;color:#e0e0e1;transform:translateY(-16px);text-decoration:none}.page-uses .card-body{background:#232325;border-radius:8px;height:100%;padding:32px;margin:0}.page-uses .page-events .label{font-weight:normal;font-size:14px;margin:0;padding-left:26px}.page-uses .category-header{font-weight:bold;color:#c1c1c2}.page-uses .light .category-checkbox label{color:#fff}.page-uses .category-checkbox{display:flex;align-items:center}.page-uses .category-checkbox label{font-weight:normal;font-size:14px;margin:0;padding-left:26px}.page-uses .category_count{margin-left:8px;padding:2px 16px;width:24px;height:16px;background:#350080;border-radius:100px;font-weight:600;font-size:12px;line-height:16px;color:#b480ff}.page-uses .category_sidebar{position:sticky;top:10px}.page-uses #infrastructure{content:url("../img/icons/usecases/ic_infrastructure.png")}.page-uses #developer_tooling{content:url("../img/icons/usecases/ic_developer_tooling.png")}.page-uses #interoperability{content:url("../img/icons/usecases/ic_interoperability.png")}.page-uses #wallet{content:url("../img/icons/usecases/ic_wallet.png")}.page-uses #nfts{content:url("../img/icons/usecases/ic_nfts.png")}.page-uses #exchanges{content:url("../img/icons/usecases/ic_exchanges.png")}.page-uses #gaming{content:url("../img/icons/usecases/ic_gaming.png")}.page-uses #security{content:url("../img/icons/usecases/ic_security.png")}.page-uses #payments{content:url("../img/icons/usecases/ic_payments.png")}.page-uses #web_monetization{content:url("../img/icons/usecases/ic_web_monetization.png")}.page-uses #sustainability{content:url("../img/icons/usecases/ic_sustainability.png")}.page-uses #cbdc{content:url("../img/icons/usecases/ic_cbdc.png")}.page-uses #other{content:url("../img/icons/usecases/ic_other.png")}.page-uses #carbon_markets{content:url("../img/icons/usecases/ic_carbon_markets.png")}.page-uses #custody{content:url("../img/icons/usecases/ic_custody.png")}.page-uses #defi{content:url("../img/icons/usecases/ic_defi.png")}.page-uses #use_case_companies_list #bithomp .biz-logo{max-height:40px;content:url("../img/uses/bithomp.svg")}.page-uses #use_case_companies_list #onthedex .biz-logo{max-height:40px;content:url("../img/uses/onthedex.svg")}.page-uses #use_case_companies_list #gatehub .biz-logo{max-height:40px;content:url("../img/uses/gatehub.svg")}.page-uses #use_case_companies_list #towo-labs .biz-logo{max-height:40px;content:url("../img/uses/towo-labs.svg")}.page-uses #use_case_companies_list #xrp-toolkit .biz-logo{max-height:40px;content:url("../img/uses/xrp-toolkit.svg")}.page-uses #use_case_companies_list #xrpl-org-ledger-explorer .biz-logo{max-height:40px;content:url("../img/uses/xrpl-org-ledger-explorer.svg")}.page-uses #use_case_companies_list #xrpl-rosetta .biz-logo{max-height:40px;content:url("../img/uses/xrpl-rosetta.svg")}.page-uses #use_case_companies_list #xrpscan .biz-logo{max-height:40px;content:url("../img/uses/xrpscan.svg")}.page-uses #use_case_companies_list #evernode .biz-logo{max-height:40px;content:url("../img/uses/evernode.svg")}.page-uses #use_case_companies_list #cryptum .biz-logo{max-height:40px;content:url("../img/uses/cryptum.svg")}.page-uses #use_case_companies_list #x-tokenize .biz-logo{max-height:40px;content:url("../img/uses/x-tokenize.svg")}.page-uses #use_case_companies_list #multichain .biz-logo{max-height:40px;content:url("../img/uses/multichain.svg")}.page-uses #use_case_companies_list #xumm-wallet .biz-logo{max-height:40px;content:url("../img/uses/xumm-wallet.svg")}.page-uses #use_case_companies_list #gem-wallet .biz-logo{max-height:40px;content:url("../img/uses/gem-wallet.svg")}.page-uses #use_case_companies_list #aesthetes .biz-logo{max-height:40px;content:url("../img/uses/aesthetes.svg")}.page-uses #use_case_companies_list #audiotarky .biz-logo{max-height:40px;content:url("../img/uses/audiotarky.svg")}.page-uses #use_case_companies_list #xrp-cafe .biz-logo{max-height:40px;content:url("../img/uses/xrp-cafe.svg")}.page-uses #use_case_companies_list #nft-master .biz-logo{max-height:40px;content:url("../img/uses/nft-master.svg")}.page-uses #use_case_companies_list #onxrp .biz-logo{max-height:40px;content:url("../img/uses/onxrp.svg")}.page-uses #use_case_companies_list #peerkat .biz-logo{max-height:40px;content:url("../img/uses/peerkat.svg")}.page-uses #use_case_companies_list #sologenic-nft .biz-logo{max-height:40px;content:url("../img/uses/sologenic-nft.svg")}.page-uses #use_case_companies_list #sologenic-dex .biz-logo{max-height:40px;content:url("../img/uses/sologenic-dex.svg")}.page-uses #use_case_companies_list #xp-market .biz-logo{max-height:40px;content:url("../img/uses/xp-market.svg")}.page-uses #use_case_companies_list #ledger-city .biz-logo{max-height:40px;content:url("../img/uses/ledger-city.svg")}.page-uses #use_case_companies_list #forte .biz-logo{max-height:40px;content:url("../img/uses/forte.svg")}.page-uses #use_case_companies_list #futureverse .biz-logo{max-height:40px;content:url("../img/uses/futureverse.svg")}.page-uses #use_case_companies_list #first-ledger-bot .biz-logo{max-height:40px;content:url("../img/uses/first-ledger-bot.svg")}.page-uses #use_case_companies_list #moai-finance .biz-logo{max-height:40px;content:url("../img/uses/moai-finance.svg")}.page-uses #use_case_companies_list #orchestra-finance .biz-logo{max-height:40px;content:url("../img/uses/orchestra-finance.svg")}.page-uses #use_case_companies_list #anchain-ai .biz-logo{max-height:40px;content:url("../img/uses/anchain-ai.svg")}.page-uses #use_case_companies_list #coil .biz-logo{max-height:40px;content:url("../img/uses/coil.svg")}.page-uses #use_case_companies_list #carbonland-trust .biz-logo{max-height:40px;content:url("../img/uses/carbonland-trust.svg")}.page-uses #use_case_companies_list #casino-coin .biz-logo{max-height:40px;content:url("../img/uses/casino-coin.svg")}.page-uses #use_case_companies_list #bitgo .biz-logo{max-height:40px;content:url("../img/uses/bitgo.svg")}.page-uses #use_case_companies_list #bitpay .biz-logo{max-height:40px;content:url("../img/uses/bitpay.svg")}.page-uses #use_case_companies_list #ripples-on-demand-liquidity .biz-logo{max-height:40px;content:url("../img/uses/ripples-on-demand-liquidity.svg")}.page-uses #use_case_companies_list #ripples-cbdc-platform .biz-logo{max-height:40px;content:url("../img/uses/ripples-cbdc-platform.svg")}.page-uses #use_case_companies_list #momento .biz-logo{max-height:40px;content:url("../img/uses/momento.svg")}.page-uses #use_case_companies_list #zerpmon .biz-logo{max-height:40px;content:url("../img/uses/zerpmon.png")}.page-uses #use_case_companies_list #joey-wallet .biz-logo{max-height:40px;content:url("../img/uses/joey-wallet.svg")}.page-uses #use_case_companies_list #Crossmark .biz-logo{max-height:40px;content:url("../img/uses/Crossmark.png")}.page-uses #use_case_companies_list #Edge .biz-logo{max-height:40px;content:url("../img/uses/Edge.png")}.page-uses .orchestra-finance{max-height:52px !important;margin:0 !important}.page-uses #use_case_companies_list #first-ledger-bot .biz-logo{max-height:81px !important}.page-uses #use_case_companies_list #zerpmon .biz-logo{max-height:81px !important}@media(min-width: 992px){.page-uses h1{font-size:62px}.page-uses .container-new{padding-left:64px;padding-right:64px}.page-uses .card-grid img{max-height:48px}.page-uses .card-grid{grid-gap:48px}.page-uses .card-uses{padding:24px}}#history-orange{position:absolute;top:0;right:-4px}#history-purple{position:absolute;top:-480px;left:-4px}.hidden-section{overflow:hidden;visibility:hidden;height:0}.hidden-section.show{overflow:auto;visibility:visible;height:auto}#impact-green{position:absolute;top:0;left:-4px;rotate:180deg}#impact-purple{position:absolute;top:100px;right:-4px}#impact-magenta{position:absolute;top:100px;right:-4px}#foundation-magenta{position:absolute;top:0px;left:0px}#foundation-orange{position:absolute;top:40px;right:-4px}.page-impact #map-light{display:none}.page-impact #map-dark{display:block}.page-impact .connect-list #connect-01{content:url("../img/impact/connect-01.svg")}.page-impact .connect-list #connect-02{content:url("../img/impact/connect-02.svg")}.page-impact .connect-list #connect-03{content:url("../img/impact/connect-03.svg")}.page-impact .connect-list #connect-04{content:url("../img/impact/connect-04.svg")}.page-funding .funding-list #funding-01{content:url("../img/funding/funding-01.svg")}.page-funding .funding-list #funding-02{content:url("../img/funding/funding-02.svg")}.page-funding .funding-list #funding-03{content:url("../img/funding/funding-03.svg")}.page-funding .funding-list #funding-04{content:url("../img/funding/funding-04.svg")}.page-funding #funding-orange{position:absolute;top:132px;left:-4px}@media(min-width: 992px){.page-funding .funding-box{min-height:200px}}.page-ambassadors #benefits-list #benefits-01{content:url("../img/ambassadors/benefits-01.svg")}.page-ambassadors #benefits-list #benefits-02{content:url("../img/ambassadors/benefits-02.svg")}.page-ambassadors #benefits-list #benefits-03{content:url("../img/ambassadors/benefits-03.svg")}.page-ambassadors #benefits-list #benefits-04{content:url("../img/ambassadors/benefits-04.svg")}.page-ambassadors #benefits-list #benefits-05{content:url("../img/ambassadors/benefits-05.svg")}.page-ambassadors #benefits-list #benefits-06{content:url("../img/ambassadors/benefits-06.svg")}.page-ambassadors #eligibility-list #eligibility-01{content:url("../img/ambassadors/eligibility-01.svg")}.page-ambassadors #eligibility-list #eligibility-02{content:url("../img/ambassadors/eligibility-02.svg")}.page-ambassadors #eligibility-list #eligibility-03{content:url("../img/ambassadors/eligibility-03.svg")}.page-ambassadors #eligibility-list #eligibility-04{content:url("../img/ambassadors/eligibility-04.svg")}.page-ambassadors #eligibility-list #eligibility-05{content:url("../img/ambassadors/eligibility-05.svg")}.page-ambassadors .btn{padding:.75rem}.page-ambassadors #container-scroll{height:160px;position:relative;overflow:hidden;margin-top:80px;margin-bottom:64px}.page-ambassadors .photobanner{position:absolute;top:0px;left:0px;overflow:hidden;white-space:nowrap;animation:bannermove 40s linear infinite}.page-ambassadors .photobanner-bottom{top:112px}.page-ambassadors .photobanner img{margin:0 .5em}@keyframes bannermove{0%{transform:translate(0, 0)}100%{transform:translate(-50%, 0)}}.page-ambassadors #carouselSlidesOnly{height:392px;margin-bottom:40px}@media(min-width: 992px){.page-ambassadors #carouselSlidesOnly{height:320px;margin-bottom:104px}}.page-ambassadors h6{font-size:1.25rem}.page-ambassadors .btn-arrow::after{display:inline-block;content:url(../img/icons/arrow-right-purple.svg);vertical-align:middle;padding-left:8px;transition:transform .3s ease-out}.page-ambassadors .btn-arrow:hover{text-decoration:none;background:none !important;border:none}.page-ambassadors .btn-arrow:hover::after{background-position:left 4px bottom 4px;transform:translateX(4px)}.autoscroll-content{animation:autoscroll 15s linear infinite;white-space:nowrap;overflow:hidden;max-width:300px}#community-magenta{position:absolute;top:0px;left:0px}#community-purple{position:absolute;top:160px;right:0px}.page-events #event-hero-image{height:100%;min-height:209px;background:url(../img/events/event-hero1@2x.png);background-size:contain;background-repeat:no-repeat;background-position:center}.page-events #events-orange{position:absolute;top:0px;right:0px}.page-events .event-hero{color:#f5f5f7}.page-events .event-hero p{font-weight:500;font-size:24px;line-height:32px}.page-events .event-save-date{color:#fff;font-weight:bold;font-size:20px;line-height:26px}.page-events .event-small-gray{color:#e0e0e1}.page-events .btn{padding:.75rem}.page-events .event-card{max-width:311px;margin:32px auto;transition:all .35s ease-out;position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-clip:border-box;background-color:#232325;box-shadow:0px 5px 40px #000;border:1px solid rgba(0,0,0,.125);border-radius:8px;font-size:16px;line-height:24px;color:#e0e0e1}.page-events .event-card .event-card-header{position:relative;height:176px;background-size:contain !important;width:100%;border-radius:8px 8px 0 0}.page-events .event-card .event-card-title{position:absolute;bottom:32px;padding:0 32px;color:#f5f5f7;font-weight:bold;font-size:20px;line-height:28px}.page-events .event-card .event-card-body{padding:32px}.page-events .event-card .event-card-footer{padding:0 32px 32px}.page-events .event-card .event-card-footer .icon::before{height:24px;width:24px;content:"";margin-right:8px;background-size:contain;background-repeat:no-repeat}.page-events .event-card .icon-date::before{background:url(../img/events/event-date.svg)}.page-events .event-card .icon-location::before{background:url(../img/events/event-location.svg)}@media(min-width: 992px){.page-events .event-card{max-width:347px;margin:32px}.page-events .event-card-header{height:197px !important}}.page-events a.event-card:hover{transform:translateY(-16px);text-decoration:none}.page-events label{margin:0;padding-left:8px;color:#fff}.page-events .events-filter h6{font-size:16px}.page-events .events-filter{height:20px;width:20px}.page-events .events-filter[type=checkbox]::before{position:relative;display:block;width:20px;height:20px;content:"";background:#111112;border-radius:4px;border-width:2px;border-style:solid;border-color:#a2a2a4}.page-events .events-filter[type=checkbox]::after{position:relative;display:block;top:-20px;width:20px;height:20px;content:"";background-repeat:no-repeat;background-position:center;border-radius:4px;border-width:2px;border-style:solid;border-color:#a2a2a4}.page-events .events-filter[type=checkbox]:checked::before{background:#111112;border:none;border-radius:0}.page-events .events-filter[type=checkbox]:checked::after{background-image:url(../img/events/event-check.svg);background-repeat:no-repeat;background-position:center;background-color:#7919ff;border-width:2px;border-style:solid;border-color:#7919ff;border-radius:4px}.page-events .events-filter[type=checkbox]:not(:disabled):checked:hover::after{background-image:url(../img/events/event-check.svg);background-repeat:no-repeat;background-position:center;border-width:2px;border-style:solid;border-color:#5f00e5;border-radius:4px}.page-events .events-filter[type=checkbox]:not(:disabled):hover::before{background:#111112;border:none;border-radius:0}.page-events .events-filter[type=checkbox]:not(:disabled):hover::after{background:#111112;border:none;border-width:2px;border-style:solid;border-color:#5f00e5;border-radius:4px}#find-us-on-platforms .card-deck .card:nth-child(1) .card-footer{background-image:url(../img/cards/4col-light-blue-3.svg)}#find-us-on-platforms .card-deck .card:nth-child(2) .card-footer{background-image:url(../img/cards/4col-purple-blue-2.svg)}#find-us-on-platforms .card-deck .card:nth-child(3) .card-footer{background-image:url(../img/cards/4col-magenta-3.svg)}#find-us-on-platforms .card-deck .card:nth-child(4) .card-footer{background-image:url(../img/cards/4col-green-2.svg)}#find-us-on-platforms .card-deck .card:nth-child(5) .card-footer{background-image:url(../img/cards/4col-orange-yellow-2.svg)}#find-us-on-platforms .card-deck .card:nth-child(6) .card-footer{background-image:url(../img/cards/4col-blue-purple.svg)}#find-us-on-platforms .card-deck .card:nth-child(7) .card-footer{background-image:url(../img/cards/4col-yellow-2.svg)}#find-us-on-platforms .card-deck .card:nth-child(8) .card-footer{background-image:url(../img/cards/4col-orange-2.svg)}#find-us-on-platforms .card-deck .card{margin-bottom:2.5rem}.page-faq::before{background-image:url(../img/backgrounds/faq-bg.svg)}@media(min-width: 768px){.page-faq::before{background-size:contain}}@media(min-width: 992px){.page-faq article{max-width:704px;margin-left:auto;margin-right:auto}}.page-faq article h6:first-of-type{color:#32e685;margin-bottom:1rem;margin-top:2.5rem;font-size:1.25rem;line-height:26px;text-align:center}.page-faq article h6:first-of-type .hover_anchor{display:none}@media(min-width: 992px){.page-faq article h6:first-of-type{margin-top:6.5rem}}.page-faq article h1:first-of-type{font-size:2.625rem;line-height:1.2;margin-top:0;margin-bottom:5rem;text-align:center}.page-faq article h1:first-of-type .hover_anchor{display:none}@media(min-width: 992px){.page-faq article h1:first-of-type{font-size:3.875rem;margin-bottom:13rem}}.page-faq h2{margin-top:13rem;font-size:2rem;line-height:2.375rem;text-align:center;font-weight:700}.page-faq .q-wrapper,.mini-faq .q-wrapper{background:#232325;border-radius:4px;padding:2rem;padding-right:3rem;margin-bottom:1.5rem;position:relative;z-index:5;width:100%;transform:translateY(0%)}.page-faq .q-wrapper p a,.mini-faq .q-wrapper p a{text-decoration:none;font-weight:600;color:#9a52ff}.page-faq .q-wrapper p a:hover,.mini-faq .q-wrapper p a:hover{text-decoration:underline}.page-faq .q-wrapper h4,.mini-faq .q-wrapper h4{font-size:1.25rem;line-height:1.625rem;margin-top:0}.page-faq .q-wrapper h4::before,.mini-faq .q-wrapper h4::before{display:block;content:" ";margin-top:-40px;height:40px;visibility:hidden;pointer-events:none}.page-faq .q-wrapper h4>a,.mini-faq .q-wrapper h4>a{text-decoration:none}.page-faq .q-wrapper h4>a:hover,.mini-faq .q-wrapper h4>a:hover{text-decoration:underline;color:#fff}@media(max-width: 991.98px){.page-faq .q-wrapper h4,.mini-faq .q-wrapper h4{font-size:1rem;line-height:1.5rem}}.page-faq .q-wrapper h4 .chevron,.mini-faq .q-wrapper h4 .chevron{position:absolute;top:40px;right:2rem}.page-docs-index::before{background-position-x:right}.page-docs-index .center-search .input-group-text{height:56px;padding:.75rem .75rem .75rem 1rem;line-height:2rem}.page-docs-index .center-search .ds-input{height:56px;padding:.75rem 1rem .75rem .5rem}.page-docs-index #software-and-sdks .card-deck .card:nth-child(1) .card-footer{background-image:url(../img/cards/4col-green.svg)}.page-docs-index #software-and-sdks .card-deck .card:nth-child(2) .card-footer{background-image:url(../img/cards/4col-light-blue.svg)}.page-docs-index #software-and-sdks .card-deck .card:nth-child(3) .card-footer{background-image:url(../img/cards/4col-orange.svg)}.page-docs-index #software-and-sdks .card-deck .card:nth-child(4) .card-footer{background-image:url(../img/cards/4col-yellow.svg)}.page-docs-index #doc-types .card-deck .card:nth-child(1) .card-footer{background-image:url(../img/cards/4col-orange-yellow.svg)}.page-docs-index #doc-types .card-deck .card:nth-child(2) .card-footer{background-image:url(../img/cards/4col-magenta.svg)}.page-docs-index #doc-types .card-deck .card:nth-child(3) .card-footer{background-image:url(../img/cards/4col-blue-green.svg)}.page-docs-index #doc-types .card-deck .card:nth-child(4) .card-footer{background-image:url(../img/cards/4col-light-blue-2.svg)}.page-docs-index #docs-hot-topic .longform{margin-top:2.5rem}.page-docs-index #community-heading,.page-community #community-heading{padding-top:25rem;margin-top:0px}@media(max-width: 768px){.page-docs-index #community-heading,.page-community #community-heading{padding-top:31rem}}.page-docs-index #community-heading .hero-title,.page-community #community-heading .hero-title{position:absolute;bottom:0;left:50%;transform:translateX(-50%)}@media(min-width: 992px){.page-docs-index #community-heading,.page-community #community-heading{padding-left:0}.page-docs-index #community-heading .hero-title,.page-community #community-heading .hero-title{min-width:max-content;bottom:-83%}}.page-docs-index #community-heading .parallax,.page-community #community-heading .parallax{position:absolute;-webkit-transition:all .1s ease;-moz-transition:all .1s ease;-ms-transition:all .1s ease;-o-transition:all .1s ease;transition:all .1s ease}.page-docs-index #community-heading .one,.page-community #community-heading .one{top:160px;left:0%;opacity:.4}.page-docs-index #community-heading .two,.page-community #community-heading .two{top:130px;left:56%;height:320px;opacity:.4}.page-docs-index #community-heading .three,.page-community #community-heading .three{top:145px;right:16%;height:67px}.page-docs-index #community-heading .four,.page-community #community-heading .four{top:374px;left:8%;width:107px}.page-docs-index #community-heading .five,.page-community #community-heading .five{top:476px;width:152px;height:102px;right:5%;opacity:.4}.page-docs-index #run-a-network-node .card-deck .card:nth-child(1) .card-footer,.page-community #run-a-network-node .card-deck .card:nth-child(1) .card-footer{background-image:url(../img/cards/4col-yellow-2.svg)}.page-docs-index #run-a-network-node .card-deck .card:nth-child(2) .card-footer,.page-community #run-a-network-node .card-deck .card:nth-child(2) .card-footer{background-image:url(../img/cards/4col-purple.svg)}.page-docs-index #run-a-network-node .card-deck .card:nth-child(3) .card-footer,.page-community #run-a-network-node .card-deck .card:nth-child(3) .card-footer{background-image:url(../img/cards/4col-magenta-2.svg)}.page-docs-index #run-a-network-node .card-deck .card:nth-child(4) .card-footer,.page-community #run-a-network-node .card-deck .card:nth-child(4) .card-footer{background-image:url(../img/cards/4col-light-green.svg)}.page-docs-index #run-a-network-node,.page-community #run-a-network-node{padding-bottom:5rem}@media(min-width: 768px){.page-docs-index #run-a-network-node,.page-community #run-a-network-node{padding-top:104px;padding-bottom:104px}}.page-docs-index #run-a-network-node .text-cards,.page-community #run-a-network-node .text-cards{grid-gap:40px}.page-docs-index #run-a-network-node .text-cards h6::before,.page-community #run-a-network-node .text-cards h6::before{margin-top:0;height:unset}.page-docs-index #run-a-network-node .text-cards a,.page-community #run-a-network-node .text-cards a{font-size:1.25rem;line-height:26px;color:#fff;font-weight:bold}.page-docs-index #run-a-network-node .text-cards a:hover,.page-community #run-a-network-node .text-cards a:hover{text-decoration:none;background:none !important}.page-docs-index #run-a-network-node .text-cards .btn-arrow::after,.page-community #run-a-network-node .text-cards .btn-arrow::after{display:inline-block;content:url(../img/icons/arrow-right-purple.svg);vertical-align:middle;padding-left:8px;-webkit-transition:transform .3s ease-out;-moz-transition:transform .3s ease-out;-ms-transition:transform .3s ease-out;-o-transition:transform .3s ease-out;transition:transform .3s ease-out}.page-docs-index #xrpl-grants,.page-community #xrpl-grants{padding-bottom:5rem}@media(min-width: 768px){.page-docs-index #xrpl-grants,.page-community #xrpl-grants{padding-top:104px;padding-bottom:104px}}.page-docs-index #xrpl-blog,.page-community #xrpl-blog{padding-bottom:5rem}@media(min-width: 768px){.page-docs-index #xrpl-blog,.page-community #xrpl-blog{padding-top:104px;padding-bottom:104px}}.page-docs-index #xrpl-events,.page-community #xrpl-events{padding-bottom:5rem}@media(min-width: 768px){.page-docs-index #xrpl-events,.page-community #xrpl-events{padding-top:104px;padding-bottom:104px}}.page-docs-index #xrpl-careers,.page-community #xrpl-careers{padding-bottom:5rem}@media(min-width: 768px){.page-docs-index #xrpl-careers,.page-community #xrpl-careers{padding-top:104px;padding-bottom:104px}}.page-docs-index #xrpl-design-assets,.page-community #xrpl-design-assets{padding-bottom:5rem}@media(min-width: 768px){.page-docs-index #xrpl-design-assets,.page-community #xrpl-design-assets{padding-top:104px;padding-bottom:208px}}.page-community #platform-github{content:url("../img/logos/github.svg")}.page-community #platform-twitch{content:url("../img/logos/twitch.svg")}.page-community #platform-stack-overflow{content:url("../img/logos/stack-overflow.svg")}.page-community #platform-twitter{content:url("../img/logos/twitter.svg")}.page-community #platform-discord{content:url("../img/logos/discord.svg")}.page-community #platform-youtube{content:url("../img/logos/youtube.svg")}.page-community #platform-devto{content:url("../img/logos/devto.svg")}.page-references #refs-types .card-deck .card:nth-child(1) .card-footer{background-image:url(../img/cards/3col-orange-2.svg)}.page-references #refs-types .card-deck .card:nth-child(2) .card-footer{background-image:url(../img/cards/3col-green-2.svg)}.page-references #refs-types .card-deck .card:nth-child(3) .card-footer{background-image:url(../img/cards/3col-magenta.svg)}.page-references #xrpl-protocol .card-deck .card:nth-child(1) .card-footer{background-image:url(../img/cards/4col-light-blue-4.svg)}.page-references #xrpl-protocol .card-deck .card:nth-child(2) .card-footer{background-image:url(../img/cards/4col-blue-green-2.svg)}.page-references #xrpl-protocol .card-deck .card:nth-child(3) .card-footer{background-image:url(../img/cards/4col-yellow-3.svg)}.page-references #xrpl-protocol .card-deck .card:nth-child(4) .card-footer{background-image:url(../img/cards/4col-purple-blue.svg)}.page-dev-tools #xrp-explorer .card-footer{background-image:url("../img/cards/3-col-orange.svg")}.page-dev-tools #bithomp-explorer .card-footer{background-image:url("../img/cards/3-col-light-blue.svg")}.page-dev-tools #xrpscan .card-footer{background-image:url("../img/cards/3-col-pink.svg")}.page-dev-tools #token-list .card-footer{background-image:url("../img/cards/3-col-pink2.svg")}.page-dev-tools #websocket .card-footer{background-image:url("../img/cards/3-col-purple2.svg")}.page-dev-tools #rpc .card-footer{background-image:url("../img/cards/3-col-green.svg")}.page-dev-tools #technical-explorer .card-footer{background-image:url("../img/cards/3-col-purple-blue.svg")}.page-dev-tools #faucets .card-footer{background-image:url("../img/cards/3-col-pink2.svg")}.page-dev-tools #trasaction-sender .card-footer{background-image:url("../img/cards/3-col-light-blue2.svg")}.page-dev-tools #domain .card-footer{background-image:url("../img/cards/3-col-green-purple.svg")}.page-dev-tools #xrp-ledger .card-footer{background-image:url("../img/cards/3-col-dark-blue.svg")}.page-dev-tools #binary-visualizer .card-footer{background-image:url("../img/cards/3-col-purple-blue.svg")}.page-dev-tools #token-metadata-lookup .card-footer{background-image:url("../img/cards/3-col-pink-purple.svg")}.page-dev-tools .nav-link{color:#a2a2a4;background-color:#111112;border-top:none;border-left:none;border-right:none;border-bottom-color:#454549}@media(max-width: 767.98px){.page-dev-tools .nav-tabs{display:flex;list-style:none;margin-left:0;padding-left:0;justify-content:space-between}.page-dev-tools .nav-item{display:inline-flex;width:auto;list-style:outside none none}.page-dev-tools .nav-link{display:inline-flex;width:auto;padding:1em 1em}}.page-dev-tools .nav-link.active{border-bottom-color:#9a52ff;color:#fff;font-weight:bold}.page-dev-tools .nav-tabs{border-bottom:1px solid #454549}.page-dev-tools .btn{padding:.75rem}html.light .page-dev-tools .nav-link{background-color:#f5f5f7}html.light .page-dev-tools .nav-link.active{border-bottom-color:#9a52ff;color:#000;font-weight:bold}html.light .page-dev-tools .nav-link{color:#000}html.light .page-dev-tools #trasaction-sender .card-footer{background-image:url("../img/cards/3-col-light-blue-2.svg")}.page-rwa-tokenization .developer-tools{padding:180px 0px}.page-rwa-tokenization .right-arrow-item::after,.use-case-payments .right-arrow-item::after{display:inline-block;content:url("../img/icons/arrow-right-purple.svg");position:relative;top:1px;vertical-align:middle;padding-left:8px;transition:transform .3s ease-out}.page-rwa-tokenization #events-orange,.use-case-payments #events-orange{position:absolute;top:0px;right:0px}.page-rwa-tokenization .token-title,.use-case-payments .token-title{color:var(--black-black-0-white, #FFF);text-align:center;font-family:"Work Sans";font-size:62px;font-style:normal;font-weight:700;line-height:70px;max-width:720px;z-index:1}@media(max-width: 991.98px){.page-rwa-tokenization .token-title,.use-case-payments .token-title{line-height:48px;font-size:42px;text-align:left}}.page-rwa-tokenization .token-title-container,.use-case-payments .token-title-container{gap:32px;padding:104px 40px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(max-width: 767px){.page-rwa-tokenization .token-title-container,.use-case-payments .token-title-container{padding-bottom:0px}}.page-rwa-tokenization .token-video-container,.use-case-payments .token-video-container{padding:104px 64px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:48px;max-width:1200px;margin:0 auto}@media(max-width: 767px){.page-rwa-tokenization .token-video-container,.use-case-payments .token-video-container{padding-bottom:0px}}.page-rwa-tokenization .token-video-container .__button-container,.use-case-payments .token-video-container .__button-container{margin-top:16px}.page-rwa-tokenization .token-video-container .token-video,.use-case-payments .token-video-container .token-video{width:50%;max-width:602px;height:372px}.page-rwa-tokenization .token-video-container .token-video-text-container,.use-case-payments .token-video-container .token-video-text-container{max-width:520px;width:50%;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:24px}.page-rwa-tokenization .token-video-container .token-video-text-container p,.use-case-payments .token-video-container .token-video-text-container p{color:var(--black-black-10-gray-200, #E0E0E1);font-family:"Work Sans";font-size:24px;font-style:normal;font-weight:400;line-height:32px;margin:0}@media(max-width: 1145px){.page-rwa-tokenization .token-video-container,.use-case-payments .token-video-container{flex-direction:column;gap:40px;padding:80px 40px;max-width:800px}.page-rwa-tokenization .token-video-container .token-video,.use-case-payments .token-video-container .token-video{width:100%;max-width:100%;height:auto;aspect-ratio:16/9}.page-rwa-tokenization .token-video-container .token-video-text-container,.use-case-payments .token-video-container .token-video-text-container{width:100%;max-width:100%;align-items:flex-start;text-align:left}.page-rwa-tokenization .token-video-container .token-video-text-container p,.use-case-payments .token-video-container .token-video-text-container p{font-size:22px;line-height:30px}}@media(max-width: 767px){.page-rwa-tokenization .token-video-container,.use-case-payments .token-video-container{padding:60px 40px;gap:32px;max-width:100%}.page-rwa-tokenization .token-video-container .token-video-text-container p,.use-case-payments .token-video-container .token-video-text-container p{font-size:18px;line-height:26px}}.page-rwa-tokenization .token-cards-wrapper,.use-case-payments .token-cards-wrapper{display:flex;justify-content:center}.page-rwa-tokenization .token-cards-container,.use-case-payments .token-cards-container{display:flex;padding:100px 40px;flex-direction:column;justify-content:center;align-items:start;gap:40px;max-width:1280px}@media(max-width: 767px){.page-rwa-tokenization .token-cards-container,.use-case-payments .token-cards-container{padding-bottom:0px}}.page-rwa-tokenization .token-cards-container .cards-title-token,.use-case-payments .token-cards-container .cards-title-token{color:var(--black-black-0-white, #FFF);font-family:"Work Sans";font-size:32px;font-style:normal;font-weight:700;line-height:38px;max-width:780px}.page-rwa-tokenization .token-cards-container .benefits-section,.use-case-payments .token-cards-container .benefits-section{display:flex;flex-direction:column;align-items:center;font-family:"Work Sans",sans-serif;overflow:hidden}.page-rwa-tokenization .token-cards-container .section-title,.use-case-payments .token-cards-container .section-title{font-size:32px;color:var(--black-black-0-white, #fff);font-weight:700;line-height:38px;max-width:776px;text-align:center;margin-bottom:40px}.page-rwa-tokenization .token-cards-container .benefits-container,.use-case-payments .token-cards-container .benefits-container{display:grid;grid-template-columns:repeat(4, 1fr);gap:40px;width:100%;max-width:1136px}@media(max-width: 1399px){.page-rwa-tokenization .token-cards-container .benefits-container,.use-case-payments .token-cards-container .benefits-container{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 1145px){.page-rwa-tokenization .token-cards-container .section-title,.use-case-payments .token-cards-container .section-title{font-size:28px;line-height:34px}.page-rwa-tokenization .token-cards-container .benefits-container,.use-case-payments .token-cards-container .benefits-container{grid-template-columns:repeat(2, 1fr);gap:32px}.page-rwa-tokenization .token-cards-container .benefit-card,.use-case-payments .token-cards-container .benefit-card{padding:24px;min-height:280px}}@media(max-width: 767px){.page-rwa-tokenization .token-cards-container .benefits-container,.use-case-payments .token-cards-container .benefits-container{grid-template-columns:1fr;gap:24px}.page-rwa-tokenization .token-cards-container .benefit-card,.use-case-payments .token-cards-container .benefit-card{padding:20px;min-height:240px}}.page-rwa-tokenization .token-cards-container .benefit-card,.use-case-payments .token-cards-container .benefit-card{border-radius:8px;background-color:var(--XRPL-Black-Black-80, #232325);display:flex;flex-direction:column;justify-content:flex-start;padding:32px;min-height:332px}.page-rwa-tokenization .token-cards-container .benefit-icon,.use-case-payments .token-cards-container .benefit-icon{min-width:40px;min-height:40px;background-size:contain;background-repeat:no-repeat}.page-rwa-tokenization .token-cards-container .benefit-icon.low-fees,.use-case-payments .token-cards-container .benefit-icon.low-fees{background-image:url(../img/tokenization/low-fees.png)}.page-rwa-tokenization .token-cards-container .benefit-icon.access,.use-case-payments .token-cards-container .benefit-icon.access{background-image:url(../img/tokenization/cross-chain.png)}.page-rwa-tokenization .token-cards-container .benefit-icon.native-compliance,.use-case-payments .token-cards-container .benefit-icon.native-compliance{background-image:url(../img/tokenization/native-compliance.png)}.page-rwa-tokenization .token-cards-container .benefit-icon.delegated-token-management,.use-case-payments .token-cards-container .benefit-icon.delegated-token-management{background-image:url(../img/tokenization/delegated-token-management.png)}.page-rwa-tokenization .token-cards-container .benefit-title,.use-case-payments .token-cards-container .benefit-title{color:var(--black-black-0-white, #fff);font-size:20px;font-weight:700;line-height:26px;margin-top:-10px}.page-rwa-tokenization .token-cards-container .benefit-description,.use-case-payments .token-cards-container .benefit-description{color:var(--Black-Black-20, #e0e0e1);font-size:16px;font-weight:400;line-height:24px;margin-top:16px}@media(max-width: 991px){.page-rwa-tokenization .token-cards-container .benefit-card,.use-case-payments .token-cards-container .benefit-card{padding:20px}}.page-rwa-tokenization .upcoming-events,.use-case-payments .upcoming-events{display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:100px 40px;max-width:1200px;width:100%}@media(max-width: 767px){.page-rwa-tokenization .upcoming-events,.use-case-payments .upcoming-events{padding-bottom:0px;padding-top:0px}}.page-rwa-tokenization .upcoming-events__title,.use-case-payments .upcoming-events__title{max-width:630px;align-self:stretch;color:#fff;font:700 32px/38px Work Sans,-apple-system,Roboto,Helvetica,sans-serif;margin-bottom:64px}@media(max-width: 767px){.page-rwa-tokenization .upcoming-events__title,.use-case-payments .upcoming-events__title{text-align:left}}.page-rwa-tokenization .upcoming-events__logo-container,.use-case-payments .upcoming-events__logo-container{display:flex;align-items:center;gap:60px;justify-content:center;flex-wrap:wrap}.page-rwa-tokenization .token-events-wrapper,.use-case-payments .token-events-wrapper{padding-top:0px;display:flex;justify-content:center}.page-rwa-tokenization .company-logo,.use-case-payments .company-logo{flex:0 0 auto;width:140px;aspect-ratio:var(--aspect-ratio);background-size:contain;background-repeat:no-repeat;background-position:center}@media(max-width: 991px){.page-rwa-tokenization .upcoming-events__title,.use-case-payments .upcoming-events__title{margin-bottom:40px}.page-rwa-tokenization .upcoming-events,.use-case-payments .upcoming-events{text-align:center}.page-rwa-tokenization .upcoming-events__logo-container,.use-case-payments .upcoming-events__logo-container{justify-content:center}}@media(max-width: 575.98px){.page-rwa-tokenization .small-100,.use-case-payments .small-100{width:100%}}.page-rwa-tokenization .company-logo,.use-case-payments .company-logo{cursor:pointer;flex:0 0 auto;max-width:140px;aspect-ratio:var(--aspect-ratio);background-size:contain;background-repeat:no-repeat;background-position:center}.page-rwa-tokenization .company-logo.zoniqx,.use-case-payments .company-logo.zoniqx{background-image:url(../img/tokenization/zoniqx.png)}.page-rwa-tokenization .company-logo.archax,.use-case-payments .company-logo.archax{background-image:url(../img/tokenization/archax.png)}.page-rwa-tokenization .company-logo.palisade,.use-case-payments .company-logo.palisade{background-image:url(../img/tokenization/palisade.png)}.page-rwa-tokenization .company-logo.axiology,.use-case-payments .company-logo.axiology{background-image:url(../img/tokenization/axiology.png)}.page-rwa-tokenization .company-logo.open-eden,.use-case-payments .company-logo.open-eden{background-image:url(../img/tokenization/open-eden.png)}.page-rwa-tokenization .company-logo.ondo,.use-case-payments .company-logo.ondo{background-image:url(../img/tokenization/ondo.png)}.page-rwa-tokenization .company-logo.meld,.use-case-payments .company-logo.meld{background-image:url(../img/tokenization/meld.png)}.page-rwa-tokenization .company-logo.ripple-logo,.use-case-payments .company-logo.ripple-logo{background-image:url(../img/tokenization/ripple-logo.png)}.page-rwa-tokenization .company-logo.hidden-road,.use-case-payments .company-logo.hidden-road{background-image:url(../img/tokenization/hidden-road.png)}.page-rwa-tokenization .company-logo,.use-case-payments .company-logo{max-height:66px;max-width:100px;width:100%;height:100%}.page-rwa-tokenization .token-developer-tools-section .developer-tools,.page-rwa-tokenization .payments-integration-section .developer-tools,.use-case-payments .token-developer-tools-section .developer-tools,.use-case-payments .payments-integration-section .developer-tools{font-family:"Work Sans",sans-serif;color:#fff}.page-rwa-tokenization .token-developer-tools-section .developer-tools__header,.page-rwa-tokenization .payments-integration-section .developer-tools__header,.use-case-payments .token-developer-tools-section .developer-tools__header,.use-case-payments .payments-integration-section .developer-tools__header{margin-bottom:64px}.page-rwa-tokenization .token-developer-tools-section .developer-tools__title,.page-rwa-tokenization .payments-integration-section .developer-tools__title,.use-case-payments .token-developer-tools-section .developer-tools__title,.use-case-payments .payments-integration-section .developer-tools__title{font-size:32px;font-weight:700;line-height:1;margin-bottom:24px}.page-rwa-tokenization .token-developer-tools-section .developer-tools__description,.page-rwa-tokenization .payments-integration-section .developer-tools__description,.use-case-payments .token-developer-tools-section .developer-tools__description,.use-case-payments .payments-integration-section .developer-tools__description{font-size:16px;line-height:24px}.page-rwa-tokenization .token-developer-tools-section .developer-tools__list,.page-rwa-tokenization .payments-integration-section .developer-tools__list,.use-case-payments .token-developer-tools-section .developer-tools__list,.use-case-payments .payments-integration-section .developer-tools__list{list-style:none;padding:0;margin:0}.page-rwa-tokenization .token-developer-tools-section .feature-item,.page-rwa-tokenization .payments-integration-section .feature-item,.use-case-payments .token-developer-tools-section .feature-item,.use-case-payments .payments-integration-section .feature-item{margin-bottom:16px;cursor:pointer}.page-rwa-tokenization .token-developer-tools-section .feature-item a:hover,.page-rwa-tokenization .payments-integration-section .feature-item a:hover,.use-case-payments .token-developer-tools-section .feature-item a:hover,.use-case-payments .payments-integration-section .feature-item a:hover{text-decoration:none}.page-rwa-tokenization .token-developer-tools-section .feature-item__content,.page-rwa-tokenization .payments-integration-section .feature-item__content,.use-case-payments .token-developer-tools-section .feature-item__content,.use-case-payments .payments-integration-section .feature-item__content{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;cursor:pointer}.page-rwa-tokenization .token-developer-tools-section .feature-item__content:hover .right-arrow-item::after,.page-rwa-tokenization .payments-integration-section .feature-item__content:hover .right-arrow-item::after,.use-case-payments .token-developer-tools-section .feature-item__content:hover .right-arrow-item::after,.use-case-payments .payments-integration-section .feature-item__content:hover .right-arrow-item::after{transform:translateX(4px)}.page-rwa-tokenization .token-developer-tools-section .feature-item__title,.page-rwa-tokenization .payments-integration-section .feature-item__title,.use-case-payments .token-developer-tools-section .feature-item__title,.use-case-payments .payments-integration-section .feature-item__title{font-size:16px;color:#e0e0e1;cursor:pointer}.page-rwa-tokenization .token-developer-tools-section .feature-item__icon,.page-rwa-tokenization .payments-integration-section .feature-item__icon,.use-case-payments .token-developer-tools-section .feature-item__icon,.use-case-payments .payments-integration-section .feature-item__icon{width:24px;height:24px;object-fit:contain}.page-rwa-tokenization .token-developer-tools-section .feature-item__divider,.page-rwa-tokenization .payments-integration-section .feature-item__divider,.use-case-payments .token-developer-tools-section .feature-item__divider,.use-case-payments .payments-integration-section .feature-item__divider{height:1px;opacity:.3;background-color:#fff}.page-rwa-tokenization .token-developer-tools-section .developer-tools__image,.page-rwa-tokenization .payments-integration-section .developer-tools__image,.use-case-payments .token-developer-tools-section .developer-tools__image,.use-case-payments .payments-integration-section .developer-tools__image{width:110%;height:124%;background-image:url("../img/tokenization/graphic.png");background-size:contain;background-repeat:no-repeat;background-position:center}.page-rwa-tokenization .token-developer-tools-section .m-h-300,.page-rwa-tokenization .payments-integration-section .m-h-300,.use-case-payments .token-developer-tools-section .m-h-300,.use-case-payments .payments-integration-section .m-h-300{min-height:300px}@media(max-width: 991px){.page-rwa-tokenization .token-developer-tools-section .developer-tools,.page-rwa-tokenization .payments-integration-section .developer-tools,.use-case-payments .token-developer-tools-section .developer-tools,.use-case-payments .payments-integration-section .developer-tools{padding:50px 40px}.page-rwa-tokenization .token-developer-tools-section .developer-tools__header,.page-rwa-tokenization .payments-integration-section .developer-tools__header,.use-case-payments .token-developer-tools-section .developer-tools__header,.use-case-payments .payments-integration-section .developer-tools__header{margin-bottom:40px}}.page-rwa-tokenization .token-features-section .rwa-tokenization,.use-case-payments .token-features-section .rwa-tokenization{font-family:"Work Sans",sans-serif;padding:100px 40px;padding-top:0px;color:#fff}.page-rwa-tokenization .token-features-section .container,.use-case-payments .token-features-section .container{max-width:1200px;margin:0 auto}.page-rwa-tokenization .token-features-section .rwa-header,.use-case-payments .token-features-section .rwa-header{text-align:start;margin-bottom:40px}.page-rwa-tokenization .token-features-section .rwa-title,.use-case-payments .token-features-section .rwa-title{font-size:32px;font-weight:700;line-height:38px}.page-rwa-tokenization .token-features-section .cta-container,.use-case-payments .token-features-section .cta-container{display:flex;justify-content:flex-start;gap:24px}.page-rwa-tokenization .token-features-section .btn,.use-case-payments .token-features-section .btn{font-size:16px;font-weight:700;padding:8px 16px;border-radius:4px;text-decoration:none}.page-rwa-tokenization .token-features-section .btn-primary,.use-case-payments .token-features-section .btn-primary{background-color:#7919ff;color:#fff}.page-rwa-tokenization .token-features-section .btn-link,.use-case-payments .token-features-section .btn-link{color:#9a52ff}@media(max-width: 991px){.page-rwa-tokenization .token-features-section .auto-bridge,.use-case-payments .token-features-section .auto-bridge{padding:18px !important}.page-rwa-tokenization .token-features-section .rwa-tokenization,.use-case-payments .token-features-section .rwa-tokenization{padding:50px 20px}.page-rwa-tokenization .token-features-section .feature-grid,.use-case-payments .token-features-section .feature-grid{gap:20px}.page-rwa-tokenization .token-features-section .cta-container,.use-case-payments .token-features-section .cta-container{flex-direction:column;align-items:center}}.page-rwa-tokenization .token-features-section .feature-grid,.use-case-payments .token-features-section .feature-grid{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin-bottom:20px}.page-rwa-tokenization .token-features-section .feature-grid .feature-card,.use-case-payments .token-features-section .feature-grid .feature-card{flex:1 0 100%;max-width:100%;margin-bottom:20px;position:relative}@media(min-width: 768px){.page-rwa-tokenization .token-features-section .feature-grid .feature-card,.use-case-payments .token-features-section .feature-grid .feature-card{flex:1 0 calc(50% - 40px);max-width:calc(50% - 40px)}}@media(min-width: 1200px){.page-rwa-tokenization .token-features-section .feature-grid .feature-card,.use-case-payments .token-features-section .feature-grid .feature-card{flex:1 0 calc(25% - 30px);max-width:calc(25% - 30px)}}.page-rwa-tokenization .token-features-section .feature-card:hover .right-arrow-item::after,.use-case-payments .token-features-section .feature-card:hover .right-arrow-item::after{transform:translateX(4px)}.page-rwa-tokenization .token-features-section .feature-header,.use-case-payments .token-features-section .feature-header{margin-bottom:16px;position:relative}.page-rwa-tokenization .token-features-section .feature-title,.use-case-payments .token-features-section .feature-title{display:flex;align-items:flex-start;justify-content:space-between;font-size:20px;font-weight:700;line-height:26px;color:#fff;width:100%;flex-wrap:wrap}@media(max-width: 767px){.page-rwa-tokenization .token-features-section .feature-title,.use-case-payments .token-features-section .feature-title{padding-right:30px;flex-wrap:nowrap;justify-content:flex-start}}@media(min-width: 768px)and (max-width: 1199px){.page-rwa-tokenization .token-features-section .feature-title,.use-case-payments .token-features-section .feature-title{flex-wrap:nowrap;padding-right:30px;justify-content:flex-start}}.page-rwa-tokenization .token-features-section .feature-icon,.use-case-payments .token-features-section .feature-icon{width:16px;height:16px;margin-left:8px}.page-rwa-tokenization .token-features-section .feature-description,.use-case-payments .token-features-section .feature-description{font-size:16px;line-height:24px;color:#e0e0e1}.page-rwa-tokenization .max-w-1150,.use-case-payments .max-w-1150{max-width:1150px !important}.page-rwa-tokenization .custom-gap,.use-case-payments .custom-gap{justify-content:start !important}.page-rwa-tokenization .mt-16,.use-case-payments .mt-16{margin-top:16px}.page-rwa-tokenization .com-card,.use-case-payments .com-card{min-width:auto !important;padding:40px !important;height:fit-content;max-height:388px !important}.page-rwa-tokenization .section-padding,.use-case-payments .section-padding{padding:100px 40px}.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding{display:flex !important;flex-wrap:wrap !important;gap:32px;max-width:1200px;margin:80px auto;padding:0px;justify-content:center}@media(min-width: 768px){.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding{gap:40px;justify-content:space-between}}@media(max-width: 767px){.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding{flex-direction:column;gap:20px;margin:40px auto;padding:0px}}.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card{flex:1 !important;position:relative;margin:0 !important}@media(min-width: 768px){.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card{flex:1 1 calc(50% - 20px);max-width:calc(50% - 20px);min-width:calc(50% - 20px);width:auto}}@media(max-width: 767px){.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card{width:100% !important;max-width:100% !important;min-width:100% !important;margin-bottom:0 !important;flex:none !important}}.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card.developer-spotlight,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card.developer-spotlight{background-image:url(../img/community/bug-bounty-card-bg.png);background-position:top right;background-size:169px 88px;background-repeat:no-repeat}.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card.learn-stay-updated,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card.learn-stay-updated{background-image:url(../img/community/bug-bounty-card-bg-2.png);background-position:bottom right;background-size:contain;background-repeat:no-repeat}@media(max-width: 767px){.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card.learn-stay-updated,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card.learn-stay-updated{background-image:url(../img/community/bug-bounty-card-bg-2-mobile.png);background-size:136px 177px}}.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content{display:flex;flex-direction:column;height:100%}.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content .card-description,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content .card-description{flex-grow:1;margin-bottom:24px;max-width:560px}@media(max-width: 767px){.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content .card-description,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content .card-description{margin-bottom:20px}}.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content .card-links,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content .card-links{margin-top:auto}@media(max-width: 767px){.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content .card-links,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content .card-links{margin-top:16px}.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content .card-links .com-card-link,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content .card-links .com-card-link{display:block;margin-bottom:12px}.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content .card-links .com-card-link:last-child,.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content .card-links .com-card-link:last-child{margin-bottom:0}}.page-rwa-tokenization .developer-resources-section.single-card .bottom-cards-section.bug-bounty.section-padding,.use-case-payments .developer-resources-section.single-card .bottom-cards-section.bug-bounty.section-padding{gap:0 !important}@media(max-width: 767px){.page-rwa-tokenization .developer-resources-section.single-card .bug-bounty-card-bg-2,.use-case-payments .developer-resources-section.single-card .bug-bounty-card-bg-2{content:url("../img/community/bug-bounty-card-bg-2-mobile.png")}}.page-rwa-tokenization .developer-resources-section.single-card .com-card,.use-case-payments .developer-resources-section.single-card .com-card{font-size:24px;max-height:288px !important}@media(max-width: 768px){.page-rwa-tokenization .developer-resources-section.single-card .com-card,.use-case-payments .developer-resources-section.single-card .com-card{min-height:493px !important}}@media(min-width: 768px){.page-rwa-tokenization .developer-resources-section.single-card .com-card,.use-case-payments .developer-resources-section.single-card .com-card{flex:1 1 100% !important;max-width:100% !important;min-width:100% !important}}.page-rwa-tokenization .developer-resources-section.single-card .com-card .bottom-right-img.bug-bounty-card-bg-2,.use-case-payments .developer-resources-section.single-card .com-card .bottom-right-img.bug-bounty-card-bg-2{height:714px;width:auto;object-fit:cover;object-position:right bottom}.page-rwa-tokenization .developer-resources-section.single-card .com-card .card-content,.use-case-payments .developer-resources-section.single-card .com-card .card-content{gap:0}.page-rwa-tokenization .developer-resources-section.single-card .com-card .card-content .card-title,.use-case-payments .developer-resources-section.single-card .com-card .card-content .card-title{margin-bottom:24px;margin-top:0}.page-rwa-tokenization .developer-resources-section.single-card .com-card .card-content .card-description,.use-case-payments .developer-resources-section.single-card .com-card .card-content .card-description{margin-bottom:24px;margin-top:0;flex-grow:0;padding:0}.page-rwa-tokenization .developer-resources-section.single-card .com-card .card-content .card-links,.use-case-payments .developer-resources-section.single-card .com-card .card-content .card-links{margin-top:0;margin-bottom:0}.page-rwa-tokenization .token-utility-section,.use-case-payments .token-utility-section{padding:100px 40px}@media(max-width: 767px){.page-rwa-tokenization .token-utility-section,.use-case-payments .token-utility-section{padding-bottom:0px}}.page-rwa-tokenization .token-utility-section .section-title,.use-case-payments .token-utility-section .section-title{font-size:32px;font-weight:700;line-height:38px;text-align:start;margin-bottom:64px;color:#fff}.page-rwa-tokenization .token-utility-section .utility-grid,.use-case-payments .token-utility-section .utility-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:40px}@media(max-width: 1199px){.page-rwa-tokenization .token-utility-section .utility-grid,.use-case-payments .token-utility-section .utility-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767px){.page-rwa-tokenization .token-utility-section .utility-grid,.use-case-payments .token-utility-section .utility-grid{grid-template-columns:1fr}}.page-rwa-tokenization .token-utility-section .utility-card .utility-title,.use-case-payments .token-utility-section .utility-card .utility-title{font-size:20px;font-weight:700;line-height:26px;margin-bottom:16px;color:#fff}.page-rwa-tokenization .token-utility-section .utility-card .utility-description,.use-case-payments .token-utility-section .utility-card .utility-description{font-size:16px;line-height:24px;color:#e0e0e1}.page-rwa-tokenization .token-utility-section .utility-card .utility-description a,.use-case-payments .token-utility-section .utility-card .utility-description a{color:#9a52ff;text-decoration:none}.page-rwa-tokenization .token-utility-section .utility-card .utility-description a:hover,.use-case-payments .token-utility-section .utility-card .utility-description a:hover{text-decoration:underline}.json-view{display:block;color:#4d4d4d;text-align:left;--json-property:#009033;--json-index:#676dff;--json-number:#676dff;--json-string:#b2762e;--json-boolean:#dc155e;--json-null:#dc155e}.json-view .json-view--property{color:var(--json-property)}.json-view .json-view--index{color:var(--json-index)}.json-view .json-view--number{color:var(--json-number)}.json-view .json-view--string{color:var(--json-string)}.json-view .json-view--boolean{color:var(--json-boolean)}.json-view .json-view--null{color:var(--json-null)}.json-view .jv-indent{padding-left:1em}.json-view .jv-chevron{display:inline-block;vertical-align:-20%;cursor:pointer;opacity:.4;width:1em;height:1em}:is(.json-view .jv-chevron:hover, .json-view .jv-size:hover + .jv-chevron){opacity:.8}.json-view .jv-size{cursor:pointer;opacity:.4;font-size:.875em;font-style:italic;margin-left:.5em;vertical-align:-5%;line-height:1}.json-view :is(.json-view--copy, .json-view--edit),.json-view .json-view--link svg{display:none;width:1em;height:1em;margin-left:.25em;cursor:pointer}.json-view .json-view--input{width:120px;margin-left:.25em;border-radius:4px;border:1px solid currentColor;padding:0px 4px;font-size:87.5%;line-height:1.25;background:transparent}.json-view .json-view--deleting{outline:1px solid #da0000;background-color:#da000011;text-decoration-line:line-through}:is(.json-view:hover, .json-view--pair:hover)>:is(.json-view--copy, .json-view--edit),:is(.json-view:hover, .json-view--pair:hover)>.json-view--link svg{display:inline-block}.json-view .jv-button{background:transparent;outline:none;border:none;cursor:pointer;color:inherit}.json-view .cursor-pointer{cursor:pointer}.json-view svg{vertical-align:-10%}.jv-size-chevron~svg{vertical-align:-16%}.json-view_a11y{color:#545454;--json-property:#aa5d00;--json-index:#007299;--json-number:#007299;--json-string:green;--json-boolean:#d91e18;--json-null:#d91e18}.json-view_github{color:#005cc5;--json-property:#005cc5;--json-index:#005cc5;--json-number:#005cc5;--json-string:#032f62;--json-boolean:#005cc5;--json-null:#005cc5}.json-view_vscode{color:#005cc5;--json-property:#0451a5;--json-index:blue;--json-number:blue;--json-string:#a31515;--json-boolean:blue;--json-null:blue}.json-view_atom{color:#383a42;--json-property:#e45649;--json-index:#986801;--json-number:#986801;--json-string:#50a14f;--json-boolean:#0184bc;--json-null:#0184bc}.json-view_winter-is-coming{color:#0431fa;--json-property:#3a9685;--json-index:#ae408b;--json-number:#ae408b;--json-string:#8123a9;--json-boolean:#0184bc;--json-null:#0184bc}.json-view{font-family:"Space Mono",monospace;padding:1em;background:#232325;overflow:hidden;color:#f5f5f7 !important;font-size:14px;letter-spacing:0}.json-view svg{height:11px !important;color:#f5f5f7}.jv-button{color:#ff6719 !important;font-size:14px}.jv-indent{border-left:1px solid #454549;margin:4px}.json-view--boolean{color:#e50071 !important}.json-view--pair{margin:4px}.json-view--property{color:#f5f5f7 !important}.json-view--null,.json-view--undefined{display:inline-block;padding:1px 2px;border-radius:3px;background-color:#454549;color:#f5f5f7 !important;font-size:11px}.json-view--number{color:#84f0b6 !important}.json-view--string{color:#ff6719 !important}.rpc-tool .nav-link{cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:6px 9px}.dev-blog .image-container{transform:translateY(15%);z-index:1}.dev-blog .text-bg{background-color:#232325;padding:60px 40px;width:100%;border-radius:30px}@media(min-width: 992px){.dev-blog .image-container{transform:translateX(15%)}.dev-blog .text-bg{padding:50px 60px}}.dev-blog .line-clamp{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.dev-blog #blog-purple{position:absolute;top:0px;left:0px}.dev-blog .card-date{color:#a2a2a4}.dev-blog .hero-post-date{text-decoration:overline solid #32e685 10%}.dev-blog .general .category-list img{content:url("../img/blog/general.png");max-width:100%;width:100%}.dev-blog .general .category-list .label{width:fit-content}.dev-blog .developer_reflections .category-list img{content:url("../img/blog/developer_reflections.png");max-width:100%;width:100%}.dev-blog .developer_reflections .category-list .label{width:fit-content}.dev-blog .amendments .category-list img{content:url("../img/blog/amendments.png");max-width:100%;width:100%}.dev-blog .amendments .category-list .label{width:fit-content}.dev-blog .case_study .category-list img{content:url("../img/blog/case_study.png");max-width:100%;width:100%}.dev-blog .case_study .category-list .label{width:fit-content}.dev-blog .advisories .category-list img{content:url("../img/blog/advisories.png");max-width:100%;width:100%}.dev-blog .advisories .category-list .label{width:fit-content}.dev-blog .release_notes .category-list img{content:url("../img/blog/release_notes.png");max-width:100%;width:100%}.dev-blog .release_notes .category-list .label{width:fit-content}.dev-blog .development .category-list img{content:url("../img/blog/development.png");max-width:100%;width:100%}.dev-blog .development .category-list .label{width:fit-content}.dev-blog .gateway_bulletins .category-list img{content:url("../img/blog/gateway_bulletins.png");max-width:100%;width:100%}.dev-blog .gateway_bulletins .category-list .label{width:fit-content}.dev-blog .features .category-list img{content:url("../img/blog/features.png");max-width:100%;width:100%}.dev-blog .features .category-list .label{width:fit-content}.dev-blog .security .category-list img{content:url("../img/blog/security.png");max-width:100%;width:100%}.dev-blog .security .category-list .label{width:fit-content}@media(min-width: 768px)and (max-width: 991px){.dev-blog .category-list{display:block}.dev-blog .category-list img{display:block;margin-bottom:10px}.dev-blog .category-list .label{display:block !important;margin-bottom:15px}}.dev-blog .category_sidebar{position:sticky;top:80px}.dev-blog .category-checkbox{display:flex;align-items:center}.dev-blog .dropdown{position:relative;display:inline-block}.dev-blog .dropdown-btn{color:#fff;background-color:#232325;border-color:#232325;border-style:solid;border-radius:4px;padding:8px 16px;font-size:16px;cursor:pointer;text-align:start;padding-right:10px}.dev-blog .dropdown-btn img{content:url("../img/icons/chevron-arrow-down.svg");width:10px;height:13px;padding:8px}.dev-blog .dropdown-content{display:flex;align-items:start;background-color:#232325;padding:16px 8px;width:254px;height:auto;border-radius:4px}.dev-blog .category-checkbox label{font-weight:normal;font-size:14px;margin:0;padding-left:26px}.dev-blog .category-header{font-weight:normal;width:200px;color:#f5f5f7}.dev-blog label{margin:0;padding-left:8px;color:#fff}.dev-blog .blog-filter h6{font-size:16px}.dev-blog .blog-filter[type=checkbox]::before{position:relative;display:block;width:20px;height:20px;content:"";background:#111112;border-radius:4px;border-width:2px;border-style:solid;border-color:#a2a2a4}.dev-blog .blog-filter[type=checkbox]::after{position:relative;display:block;top:-20px;width:20px;height:20px;content:"";background-repeat:no-repeat;background-position:center;border-radius:4px;border-width:2px;border-style:solid;border-color:#a2a2a4}.dev-blog .blog-filter[type=checkbox]:checked::before{background:#111112;border:none;border-radius:0}.dev-blog .blog-filter[type=checkbox]:checked::after{background-image:url(../img/blog/blog-check.svg);background-repeat:no-repeat;background-position:center;background-color:#7919ff;border-width:2px;border-style:solid;border-color:#7919ff;border-radius:4px}.dev-blog .blog-filter[type=checkbox]:not(:disabled):checked:hover::after{background-image:url(../img/blog/blog-check.svg);background-repeat:no-repeat;background-position:center;border-width:2px;border-style:solid;border-color:#5f00e5;border-radius:4px}.dev-blog .blog-filter[type=checkbox]:not(:disabled):hover::before{background:#111112;border:none;border-radius:0}.dev-blog .blog-filter[type=checkbox]:not(:disabled):hover::after{background:#111112;border:none;border-width:2px;border-style:solid;border-color:#5f00e5;border-radius:4px}#feedback-content .docked-widget{border:none !important;background-color:transparent !important;position:static !important;box-shadow:none !important;width:auto !important}#feedback-content .widget-form-wrapper{position:static !important;box-shadow:none !important;display:block;background-color:#232325 !important;border-width:0 !important;padding:24px !important;border-radius:8px !important}#feedback-content .widget-form-wrapper div{background-color:#232325 !important}#feedback-content .widget-form-wrapper textarea{background-color:#fff !important;opacity:1 !important;border:none !important;border-radius:4px !important;margin:0 !important;width:100% !important;color:#000 !important}#feedback-content .widget-form-wrapper .widget-header-title{background:none !important;flex-grow:0 !important;padding-right:1rem !important;height:auto !important;padding:0 !important;margin-bottom:10px !important}#feedback-content .widget-form-wrapper .widget-header-footer{background:none !important}#feedback-content .widget-form-wrapper .widget-form-footer{padding-right:0 !important}#feedback-content .widget-form-wrapper .submit{background-color:#7919ff !important;font-weight:bold !important;color:#fff !important;border:none !important;border-color:transparent !important;border-radius:4px !important;margin:0 !important;margin-top:8px !important}#feedback-content .widget-form-wrapper .submit:hover{background:#5f00e5 !important}#feedback-content .widget-form-wrapper .submit.disabled,#feedback-content .widget-form-wrapper .submit[disabled=disabled]{background-color:#4a00b2 !important}#feedback-content .widget-form-wrapper .submit.disabled:hover,#feedback-content .widget-form-wrapper .submit[disabled=disabled]:hover{background-color:#4a00b2 !important}#feedback-content .widget-form-wrapper .cancel{margin:0 !important;margin-top:8px !important;color:#b480ff !important;font-weight:600 !important}#feedback-content #closeFeedback{display:none}#feedback-content .widget-helpful .widget-header{background-color:#232325 !important;border-radius:8px !important}#feedback-content .widget-helpful .widget-header-title{color:#fff !important}.video-image{transition:all .35s ease-out;cursor:pointer}.video-image:hover{-webkit-transform:translateY(-16px);-moz-transform:translateY(-16px);-ms-transform:translateY(-16px);-o-transform:translateY(-16px);transform:translateY(-16px)}#video-overlay{position:fixed;top:0;left:0;z-index:1190;height:100%;width:100%;background:#fff;opacity:.6;display:none}#video{display:none;position:fixed;top:10%;left:15%;width:70%;z-index:1200}#video-container{position:relative;top:50%;left:50%;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);max-width:982px;padding:0 20px}#videoWrapper{position:absolute;top:0;left:0;height:calc(90vh - 100px);width:80vw}#videoWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}#video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.video-external-link{color:#9a52ff;font-weight:600}.video-external-link::after{content:" ";background-image:url(../img/icons/arrow-up-right.svg);background-repeat:no-repeat;display:inline-block;background-size:24px;padding:9px 4px 0 8px;width:2rem;background-position:left 8px bottom 0px;transition:background-position 100ms ease-in-out}.video-external-link.video-external-link:hover::after{background-position:left 12px bottom 8px}.video-title{line-height:1.2}@media(min-width: 768px){.video-title{font-size:1rem}}@media(max-width: 768px){.page-community .sm-align-items-start{align-items:start !important}}.page-community .numbers-animation{width:218px;height:96px}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.page-community .bounce-arrow{animation:bounce 1.5s infinite;animation-timing-function:ease-in-out;height:26px;width:26px;position:relative;top:24px}.page-community .m-gif{height:108px}.page-community .middle-image{margin:0 auto;height:35px}.page-community .bg-hero{width:100%;height:635px}.page-community #center-image{cursor:pointer}.page-community .gradient-num-three{background:linear-gradient(35deg, #84F0B6 -0.3%, #B480FF 99.7%);-webkit-background-clip:text;background-clip:text;color:transparent}.page-community .middle-image-two{margin:0 auto;height:52px}.page-community .gradient-num-two{background:linear-gradient(35deg, #EA80FF -0.3%, #80CCFF 99.7%);-webkit-background-clip:text;background-clip:text;color:transparent}.page-community .gradient-num{background:linear-gradient(35deg, #B480FF -0.3%, #FFAA80 99.7%);-webkit-background-clip:text;background-clip:text;color:transparent}.page-community .surround-gradient{background:linear-gradient(35deg, #B480FF -0.3%, #FFAA80 99.7%);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:40px;font-weight:400}.page-community .surround-gradient-two{background:linear-gradient(35deg, #EA80FF -0.3%, #80CCFF 99.7%);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:40px;font-weight:400}.page-community .surround-gradient-three{background:linear-gradient(35deg, #84F0B6 -0.3%, #B480FF 99.7%);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:40px;font-weight:400}.page-community .main-title{color:var(--black-black-0, #FFF);text-align:center;font-family:Work Sans;font-size:62px;font-style:normal;font-weight:700;line-height:70px}@media(max-width: 768px){.page-community .main-title{font-size:42px;line-height:52px;text-align:left}}.page-community .get-funding-btn{width:90%;margin:0 auto}@media(max-width: 768px){.page-community .cd-none-sm{display:none !important}}@media(min-width: 769px){.page-community .cd-none-lg{display:none !important}}.page-community .icon-date{padding-right:4px;content:url(../img/events/event-date.svg)}.page-community .icon-location{padding-right:4px;content:url(../img/events/event-location.svg)}.page-community .builders-wrap{white-space:nowrap}@media(min-width: 768px){.page-community .builders-wrap{white-space:normal}}.page-community #community-table{padding:20px 93px;max-width:1280px;margin:0 auto;border-radius:5px;padding-top:165px}@media(min-width: 992px){.page-community #community-table{padding-top:512px}}@media(max-width: 768px){.page-community #community-table{margin:0;padding:20px;margin-top:100px !important}}.page-community .eyebrow-convo{text-align:start;font-family:Work Sans;font-size:20px;font-style:normal;font-weight:700;line-height:26px;padding-bottom:5px}.page-community .final-tr{border:none !important}.page-community #community-table h4{text-align:start;margin:10px 0;font-family:Work Sans;font-size:32px;font-style:normal;font-weight:700;line-height:38px}.page-community #community-table table{width:100%;margin-top:31px;border-collapse:collapse}.page-community #community-table tr{padding:10px 10px;border-bottom:1px solid #343437}.page-community #community-table td{overflow:hidden;max-width:34vw;position:relative;vertical-align:middle}.page-community .scrolling-text{display:inline-block}.page-community #community-table img{max-width:52px;height:29px}.page-community .td-img{padding:10px;width:69px}.page-community .td-img .discord-icon{content:url(../img/community/ic_discord.png)}.page-community .td-img .twitter-icon{content:url(../img/community/ic_twitter.png)}.page-community .td-img .youtube-icon{content:url(../img/community/ic_youtube.png)}.page-community .td-img .xrpl-icon{content:url(../img/community/ic_xrpl.png)}.page-community .td-img .github-icon{content:url(../img/community/ic_github.png)}.page-community .td-img .stackoverflow-icon{content:url(../img/community/ic_stackoverflow.png)}.page-community .text-external-link{display:inline-flex;align-items:center;margin-left:10px}.page-community .external-link-contribute{display:inline-block;vertical-align:middle;padding-right:41px;height:16px;background:url(../img/icons/arrow-up-right.svg) no-repeat center center;transition:transform .3s ease}.page-community .text-external-link:hover .external-link-contribute{transform:translate(5px, -5px)}.page-community table td{position:relative;padding-right:25px}.page-community table td .text-external-link{position:absolute;right:5px;top:50%;transform:translateY(-50%)}@media(max-width: 768px){.page-community #community-table img{width:96px;height:29px}.page-community #community-table{width:100%}.page-community .td-img{min-width:60px}}.page-community .funding-text{color:var(#FFFFFF);font-family:Work Sans;font-size:20px;font-style:normal;font-weight:700;line-height:44px;padding-bottom:4px}.page-community .xrpl-events-section{padding:50px 40px;margin:100px auto;display:flex;justify-content:space-around;align-items:center;max-width:1280px}@media screen and (max-width: 768px){.page-community .xrpl-events-section{flex-direction:column;align-items:start}.page-community .xrpl-events-section .header-div{text-align:center}.page-community .xrpl-events-section .header{display:flex;flex-direction:column;align-items:start}.page-community .xrpl-events-section .header h6{margin-bottom:.5rem;font-family:Work Sans;font-size:20px;font-style:normal;font-weight:700;line-height:28px}.page-community .xrpl-events-section .header h4{font-family:Work Sans;font-size:28px;font-style:normal;font-weight:700;line-height:34px}.page-community .xrpl-events-section .description{text-align:start;margin-top:2rem;font-family:Work Sans;font-size:24px;font-style:normal;font-weight:500;line-height:28px}.page-community .xrpl-events-section .view-all-events-btn{float:left}.page-community .xrpl-events-section .upcoming-event{text-align:start;margin-top:2rem;padding:1rem 0}.page-community .xrpl-events-section .upcoming-event .days-count{margin-bottom:1rem}}.page-community .xrpl-events-section .header-div{padding-top:27px}.page-community .xrpl-events-section .header h6{padding-left:1.5px;font-family:"Work Sans",sans-serif;font-size:20px;font-weight:700;color:var(--black-black-0, #FFF);text-align:start}.page-community .xrpl-events-section .header h4{text-align:start;font-family:"Work Sans",sans-serif;font-size:32px;font-weight:700;color:var(--black-black-0, #FFF)}.page-community .xrpl-events-section .description{font-family:"Work Sans",sans-serif;font-size:20px;font-weight:500;max-width:444px;color:var(--black-black-10-gray-200, #E0E0E1);line-height:32px}.page-community .xrpl-events-section .view-all-events-btn{display:inline-block;margin-top:1rem}.page-community .xrpl-events-section .upcoming-event{margin-top:2rem}.page-community .xrpl-events-section .upcoming-event .upcoming-label{position:relative;top:7px;font-family:"Work Sans",sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;color:var(--black-black-30, #C1C1C2)}.page-community .xrpl-events-section .upcoming-event .days-count{font-weight:300;margin-bottom:21px;line-height:99px;font-size:88px;background:linear-gradient(35deg, #B480FF -0.3%, #FFAA80 99.7%);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.page-community .xrpl-events-section .upcoming-event .days-word{vertical-align:bottom;font-weight:normal;margin-bottom:21px;line-height:99px;font-size:40px;background:linear-gradient(35deg, #B480FF -0.3%, #FFAA80 99.7%);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.page-community .xrpl-events-section .upcoming-event h5{font-family:"Work Sans",sans-serif;font-size:16px;font-weight:700;color:var(--black-black-10, #F5F5F7)}.page-community .xrpl-events-section .upcoming-event .event-details,.page-community .xrpl-events-section .upcoming-event .event-location{font-family:"Work Sans",sans-serif;font-size:12px;font-weight:600;color:var(--black-black-30, #C1C1C2)}.page-community .community-funding{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1280px;margin:100px auto;padding-right:54px;padding-left:73px;margin-top:120px}.page-community .funding-section{flex:1;padding:20px;color:var(--black-black-0)}.page-community .small-text{color:var(--black-black-30, #C1C1C2);font-family:Work Sans;font-size:12px;font-style:normal;font-weight:600;line-height:16px;text-transform:uppercase;padding-left:11px;text-align:start}.page-community .funding-section h2{font-size:32px;font-weight:700;line-height:38px;margin-top:10px;margin-bottom:40px}.page-community .funding-section p{color:var(--black-black-20);font-size:24px;font-weight:500;line-height:32px;margin-bottom:40px}.page-community .stats{flex:1;display:flex;justify-content:space-between}@media(max-width: 768px){.page-community .stats{flex-direction:column;align-items:start;text-align:start;padding-left:7px}}.page-community .stacked-stats{display:flex;flex-direction:column;justify-content:space-between}.page-community .stat{align-self:center;text-align:center;margin:0 auto;display:flex;flex-direction:column}@media(max-width: 768px){.page-community .stat{margin:0px;text-align:start;align-self:start}}.page-community .number{opacity:1;font-size:88px;display:flex;padding:10px;align-items:center;line-height:96px;font-weight:300}@media screen and (max-width: 768px){.page-community .community-funding{flex-direction:column-reverse;padding-left:16px;padding-right:16px}.page-community .funding-section,.page-community .stats{width:100%}}.page-community .carousel{position:relative;width:1280px;margin:0 auto;margin-top:106px;max-width:100%}.page-community .carousel .flex-align{display:flex;align-items:center}@media(max-width: 768px){.page-community .carousel{width:100%}}.page-community .center-image-wrapper{position:relative;width:552px;height:314px}@media(max-width: 1118px){.page-community .center-image-wrapper{width:55%;height:auto}}@media(max-width: 768px){.page-community .center-image-wrapper{margin:0 auto;width:86%}}.page-community .image-container{display:flex;justify-content:space-around;align-items:center;overflow:hidden}.page-community .image-container img{max-width:100%;transition:transform .7s ease-in-out,opacity .7s ease-in-out}.page-community #center-image{width:100%}.page-community #left-image,.page-community #right-image{width:252px;height:144px;opacity:.7}@media(max-width: 1118px){.page-community #left-image,.page-community #right-image{width:15%;height:auto}}@media(max-width: 768px){.page-community #left-image,.page-community #right-image{display:none;margin:0}}.page-community #left-image.exit,.page-community #right-image.exit{transform:translateX(-100%);opacity:0}.page-community #left-image.enter,.page-community #right-image.enter{transform:translateX(100%);opacity:0}.page-community #center-image.exit{transform:scale(0.8);opacity:0}.page-community #center-image.enter{transform:scale(1);opacity:1}.page-community .nav-btn{position:absolute;top:50%;transform:translateY(-50%);font-size:24px;background:none;border:none;cursor:pointer}.page-community #prev-btn{left:0}.page-community #next-btn{right:0}.page-community .event-info{position:absolute;bottom:10px;left:32px;display:flex;flex-direction:column;gap:4px}@media(max-width: 768px){.page-community .event-info{left:7px}}.page-community .event-info span{color:#fff;font-family:Work Sans;font-size:12px;font-style:normal;font-weight:600;line-height:16px}.page-community .event-info .name{padding-bottom:5px;color:var(--black-black-10, #F5F5F7);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.page-community .arrow-wrapper{display:flex;justify-content:center;padding-top:24px}.page-community :root{--black-black-0: #FFF;--black-black-10: #F5F5F7;--black-black-30: #C1C1C2}.page-community .community-spotlight-wrapper{display:flex;padding:20px;max-width:1280px;min-height:582px;margin:100px auto;gap:48px;padding-right:54px;padding-left:73px}.page-community .community-spotlight{flex:1;display:flex;flex-direction:column;padding-right:10px}.page-community .projects-wrapper{flex:1;position:relative;display:flex;justify-content:center;gap:48px}@media(max-width: 768px){.page-community .projects-wrapper{gap:48px}}.page-community .project-card{background-color:transparent;border-radius:4px;height:fit-content;width:252px;max-height:456px}@media(max-width: 768px){.page-community .project-card{width:99%}}.page-community .project-card.bottom-right{align-self:end}.page-community .card-image{border-radius:4px;height:144px;width:252px;background-color:#2c2b2b;display:flex;align-items:center}.page-community .spotlight-title,.page-community .project-title{color:var(--black-black-10, #F5F5F7);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:700;line-height:16px}.page-community .spotlight-subtitle{color:var(--black-black-10, #F5F5F7);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:700;line-height:16px}.page-community .project-description{color:var(--black-black-30, #C1C1C2);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.page-community .card-details{background-color:transparent;display:flex;flex-direction:column;text-align:start;padding:15px;height:fit-content}.page-community .view-project{color:var(--blue-purple-blue-purple-50, #7919FF);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:16px;cursor:pointer;text-decoration:none}@media(max-width: 1076px){.page-community .project-card.bottom-right{align-self:auto}.page-community .community-spotlight-wrapper{flex-direction:column;align-items:center;margin-left:0px;padding-right:26px;padding-left:26px}.page-community .community-spotlight,.page-community .projects-wrapper{width:100%;margin:0;padding:0}.page-community .projects-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;position:static}.page-community .card-image{width:100%}.page-community .card-details{gap:16px;margin-top:10px}.page-community .project-card{position:static;margin:20px 0;height:fit-content}}.page-community .w-222{width:222px}.page-community .bottom-cards-section .com-card .card-content{display:flex;flex-direction:column;justify-content:space-between;gap:16px;position:relative;z-index:1;height:100%}.page-community .bottom-cards-section .com-card{border-radius:8px;padding:36px;background:#232325;min-width:352px;height:442px;max-width:352px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.page-community .bottom-cards-section.bug-bounty{justify-content:space-around}.page-community .bottom-cards-section.bug-bounty .com-card{min-width:559px;max-width:559px;height:442px}.page-community .pr-bt16{position:relative;bottom:16px}.page-community .pr-bt28{position:relative;bottom:28px}.page-community .bottom-cards-section{display:flex;flex-direction:row;justify-content:space-around;gap:48px;max-width:1280px;margin:70px auto}.page-community .bottom-cards-section .com-card{padding:36px;background:#232325;min-width:352px;height:442px;max-width:352px;position:relative}.page-community .bottom-cards-section .com-card .top-left-img{position:absolute;top:0;height:292px;left:0;content:url(../img/community/card-bg-1.svg)}.page-community .bottom-cards-section .com-card .top-right-img.bug-bounty-card-bg{content:url(../img/community/bug-bounty-card-bg.png)}.page-community .bottom-cards-section .com-card .bottom-right-img.bug-bounty-card-bg-2{content:url(../img/community/bug-bounty-card-bg-2.png)}.page-community .bottom-cards-section .com-card .bottom-right-img{position:absolute;bottom:0;right:0;height:333px;content:url(../img/community/card-bg-2.svg)}.page-community .bottom-cards-section .com-card .top-right-img{height:390px;position:absolute;top:0;right:0;content:url(../img/community/card-bg-3.svg)}.page-community .bottom-cards-section .com-card .card-content{display:flex;flex-direction:column;gap:16px;position:relative;z-index:1}.page-community .bottom-cards-section .com-card .card-content .card-title{margin-bottom:0px !important;color:var(--black-black-0-white, #FFF);white-space:nowrap;font-family:Work Sans;font-size:20px;font-style:normal;font-weight:700;line-height:26px}.page-community .bottom-cards-section .com-card .card-content .card-subtitle{color:var(--black-black-0, #FFF);font-family:Work Sans;font-size:24px;font-style:normal;font-weight:700;line-height:32px;margin-top:2px}.page-community .bottom-cards-section .com-card .card-content .card-description{color:var(--black-black-20, #E0E0E1);font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-top:15px;margin-bottom:15px}.page-community .bottom-cards-section .com-card .card-content .card-description a{color:#9a52ff}.page-community .bottom-cards-section .com-card .card-content .card-links{display:flex;flex-direction:column;gap:8px}.page-community .bottom-cards-section .com-card .card-content .com-card-link{text-decoration:none;cursor:pointer;color:#9a52ff;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:600;line-height:24px;white-space:nowrap}@media(max-width: 767.98px){.page-community .bottom-cards-section .com-card .card-content .com-card-link{display:block;width:100%}}.page-community .bottom-cards-section .com-card .card-content .com-card-link::after{display:inline-block;content:url(../img/icons/arrow-right-purple.svg);position:relative;top:1px;vertical-align:middle;padding-left:8px;-webkit-transition:transform .3s ease-out;-moz-transition:transform .3s ease-out;-ms-transition:transform .3s ease-out;-o-transition:transform .3s ease-out;transition:transform .3s ease-out}.page-community .bottom-cards-section .com-card .card-content .com-card-link:hover{border:none}.page-community .bottom-cards-section .com-card .card-content .com-card-link:hover::after{-webkit-transform:translateX(4px);-moz-transform:translateX(4px);-ms-transform:translateX(4px);-o-transform:translateX(4px);transform:translateX(4px)}@media(max-width: 768px){.page-community .pr-bt28{position:relative;bottom:0px}.page-community .pr-bt16{position:relative;bottom:0px}.page-community .bottom-cards-section{flex-direction:column;align-items:center;padding:20px}.page-community .bottom-cards-section.bug-bounty{justify-content:space-around}.page-community .bottom-cards-section.bug-bounty .com-card{min-width:352px;height:fit-content;max-width:352px}.page-community .bottom-cards-section .com-card{margin-bottom:20px;display:block;width:100%}}.page-community .num-separator{width:32px;height:1px;background:var(--black-black-70, #343437);margin-bottom:32px;margin-top:1px}.page-community .stat-separator{width:32px;height:1px;background:var(--black-black-70, #343437);margin-bottom:32px;margin-top:8px}.page-community .ml-8{margin-left:8px}.page-community .ml-19{margin-left:19px}.page-community .ml-14{margin-left:11px}.page-community .header-div .header{gap:10px;display:flex;flex-direction:column;padding-bottom:35px}.page-community .spotlight-subtitle{font-size:32px;font-weight:700;line-height:38px;margin-top:10px;margin-bottom:40px}.page-community .spotlight-description{color:var(--black-black-20);font-size:24px;font-weight:500;line-height:32px;margin-bottom:40px}.sdk-img{align-self:center}.light .sdk-img{content:url(../img/graphics/sdk-white.png)}.light .ref-book-illustration{content:url(../img/graphics/ref-book-light.png)}.light .tutorial-illustration{content:url(../img/graphics/tutorials-illustration-light.png)}.light .concepts-doc-illustration{content:url(../img/graphics/concepts-docs-light.png)}.light .use-cases .wallet-illustration{content:url(../img/graphics/wallet-light.svg)}.light .use-cases .token-illustration{content:url(../img/graphics/tokens-light.png)}.light .use-cases .connections-illustration{content:url(../img/graphics/nodes-light.svg)}.light .quickstart-image{content:url(../img/graphics/getting-started-pages-light.png)}.light .dev-tools-img{content:url(../img/graphics/dev-tools-light.svg)}.light .dev-tools-link:hover p{color:#000}.dark .sdk-img{content:url(../img/graphics/sdk-black.png)}.dark .ref-book-illustration{content:url(../img/graphics/ref-book.png)}.dark .tutorial-illustration{content:url(../img/graphics/tutorials-illustration.png)}.dark .concepts-doc-illustration{content:url(../img/graphics/concepts-doc.png)}.dark .use-cases .wallet-illustration{content:url(../img/graphics/wallet-dark.png)}.dark .use-cases .token-illustration{content:url(../img/graphics/tokens-dark.png)}.dark .use-cases .connections-illustration{content:url(../img/graphics/nodes-dark.png)}.dark .quickstart-image{content:url(../img/graphics/getting-started-pages-dark.svg)}.dark .dev-tools-img{content:url(../img/graphics/dev-tools-dark.png)}.dark .dev-tools-link:hover p{color:#fff}.dark .flat-card-grid .nav-link:hover{color:#e0e0e1}.get-started-img,.flat-card{max-width:100%;max-height:100%}.faded-text{font-family:"Work Sans";font-style:normal;font-weight:400;font-size:15.5667px;line-height:23px}.page-docs-index section{padding-top:64px;padding-bottom:64px}.page-docs-index .dev-tools-link h6::before{margin-top:-20px;height:20px}.page-docs-index .dev-tools-link h6:hover{text-decoration:underline;text-decoration-color:#9a52ff;background:none !important}.page-docs-index .dev-tools-link:hover p{text-decoration:none !important;background:none !important;display:inline-block}.page-docs-index .dev-tools-link a:hover{color:#9a52ff;text-decoration:none !important}.page-docs-index .dev-tools-link .btn-arrow::after{content:url(../img/icons/arrow-right-purple.svg);width:1.5rem;height:1.5rem}.page-docs-index .langs>a{display:block}.page-docs-index .langs h5:hover{text-decoration:underline;text-decoration-color:#9a52ff;background:none !important}.page-docs-index .langs a:hover{text-decoration:none !important}.page-docs-index .langs .btn-arrow::after{content:url(../img/icons/arrow-right-purple.svg);vertical-align:baseline;width:1.5rem;height:1.5rem}.page-docs-index .langs h5{margin-block-start:0 !important}.page-docs-index .langs h5::before{margin-top:0;height:0}.page-docs-index h1{font-size:3.875rem}.page-docs-index .arrow-purple::after{content:url(../img/icons/arrow-right-purple.svg)}.page-docs-index .documentation-index:hover,.page-docs-index .documentation-index::after{color:#9a52ff;text-decoration:none !important;background:none !important}@media(max-width: 765px){.page-docs-index h1{font-size:3rem}.page-docs-index .flat-card-grid{grid-gap:24px}.page-docs-index .flat-card-grid .flat-card{padding:32px 12px}.page-docs-index::before{display:none}}#langs-cards{grid-gap:40px}@media(max-width: 991.98px){.page-docs-index .langs-cards{grid-template-columns:1fr 1fr;grid-auto-rows:auto}}.dev-tools-img{max-width:100%;max-height:100%;margin:auto}.page-docs .h4::before{margin-top:0;height:0}.page-docs .row{margin-right:0;margin-left:0}.page-docs .video-grid{grid-gap:35px}.page-docs .title-space{margin-bottom:16px}.page-docs .circled-logo{margin-left:.1rem}.flat-card-grid{grid-gap:15px;max-width:100%;min-height:384px}.flat-card-grid .flat-card{padding:32px 50px;height:100%;width:100%;box-shadow:none}.flat-card-grid .flat-card-padding{margin-bottom:75px}.flat-card-grid img{width:auto;height:115px;margin-left:auto;margin-right:auto}.flat-card-grid .nav-link{border:none !important}.flat-card-grid .nav-link:hover{text-decoration:underline;text-decoration-color:#9a52ff}.flat-card-grid .nav-link::after{content:none !important}@media(max-width: 991.98px){.flat-card-grid .flat-card-padding{margin-bottom:0}.flat-card-grid .nav-link::after{content:" " !important}.flat-card-grid .flat-card .btn{display:none}}.float-up-on-hover{transition:all .35s ease-out;cursor:pointer}.float-up-on-hover:hover{-webkit-transform:translateY(-16px);-moz-transform:translateY(-16px);-ms-transform:translateY(-16px);-o-transform:translateY(-16px);transform:translateY(-16px)}.float-up-on-hover .video-image:hover{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}@media(min-width: 992px){.align-button-on-bottom .btn-primary{position:absolute;bottom:0}}.center-image{display:flex;justify-content:center}.quickstart-card .quickstart-image{margin-left:-20px;margin-right:-20px;margin-bottom:-20px}@media(min-width: 992px){.quickstart-card{margin-left:-32px;margin-right:-32px;margin-bottom:-32px;width:calc(100% + 64px)}}.explore-links .card-grid{grid-gap:40px}.full-documentation-link{margin-top:-35px}button.MarkpromptFloatingTrigger{bottom:4.5rem;border-radius:4px;right:16px;border:1px solid transparent;color:var(--markprompt-primaryForeground);background-color:var(--markprompt-primary)}@media(min-width: 992px){button.MarkpromptFloatingTrigger{right:32px}}html.light .MarkpromptContentDialog a{color:#7919ff}html.light .MarkpromptContentDialog h3:not(.chip){color:#000}.MarkpromptExtendedFeedbackTextInput{background-color:#fff;color:#000}.MarkpromptOverlay{z-index:20}.MarkpromptContentDialog{z-index:10000}.osano-cm-close{box-sizing:content-box !important}.osano-cm-switch{box-sizing:content-box !important}.osano-cm-widget{right:16px;width:50px;height:50px;border:1px solid transparent}@media(min-width: 992px){.osano-cm-widget{right:32px}}html.light article p code,html.light article table code,html.light article li>code{background-color:#e0e0e1;color:#111112}html.light body{background-color:#f5f5f7;color:#000}html.light #topnav-theme .custom-theme-toggle .custom-control-label::before{background-color:transparent;background-position:bottom right;transform:rotate(-15deg)}html.light h1:not(.chip),html.light h2:not(.chip),html.light h3:not(.chip),html.light h4:not(.chip),html.light h5:not(.chip),html.light h6:not(.chip),html.light .h1:not(.chip),html.light .h2:not(.chip),html.light .h3:not(.chip),html.light .h4:not(.chip),html.light .h5:not(.chip),html.light .h6:not(.chip){color:#000}html.light h1.green-500,html.light h2.green-500,html.light h3.green-500,html.light h4.green-500,html.light h5.green-500,html.light h6.green-500,html.light .h1.green-500,html.light .h2.green-500,html.light .h3.green-500,html.light .h4.green-500,html.light .h5.green-500,html.light .h6.green-500{color:#28b86a;text-shadow:#fff 0 0 2px,#fff -1px -1px 2px,#fff 1px 1px 2px}html.light .bg-grey-800{background-color:#fcfcfd}html.light .grey-400{color:#454549}html.light .text-muted{color:#232325 !important}html.light .longform{color:#232325}html.light .numbers{color:#000}html.light .stat-highlight,html.light .eyebrow{color:#111112}html.light .invertible-img{filter:invert(100%)}html.light .arrow-link::after{content:url("../img/lightmode/icon-long-arrow.svg")}html.light .search .input-group-text,html.light .input-group .input-group-text,html.light .form-group .input-group-text{background-color:#e0e0e1;color:#232325}html.light .search label .input-group-text,html.light .search .form-control:not(.btn),html.light .input-group label .input-group-text,html.light .input-group .form-control:not(.btn),html.light .form-group label .input-group-text,html.light .form-group .form-control:not(.btn){color:#000;background-color:#e0e0e1;border-color:#e0e0e1}html.light .search .ds-input,html.light .input-group .ds-input,html.light .form-group .ds-input{color:#000;background-color:#e0e0e1;border-color:#e0e0e1}html.light .search .ds-input:focus,html.light .input-group .ds-input:focus,html.light .form-group .ds-input:focus{border-color:#9a52ff}html.light .list-group-item{border-color:#232325;background-color:#f5f5f7}html.light .list-group-item.disabled{color:#a2a2a4}html.light .progress{background-color:#e0e0e1}html.light [data-component-name="Search/SearchIcon"]>path{fill:#000}html.light a,html.light nav a,html.light a:not([role=button]){color:#000}html.light a.btn-primary,html.light nav a.btn-primary,html.light a:not([role=button]).btn-primary{color:#fff}html.light a.btn-primary:hover,html.light nav a.btn-primary:hover,html.light a:not([role=button]).btn-primary:hover{color:#fff}html.light a:hover,html.light a:active,html.light a.active,html.light nav a:hover,html.light nav a:active,html.light nav a.active,html.light a:not([role=button]):hover,html.light a:not([role=button]):active,html.light a:not([role=button]).active{color:#7919ff}html.light a:not(.btn):focus,html.light nav a:not(.btn):focus,html.light a:not([role=button]):not(.btn):focus{background-color:transparent}html.light a.card:hover,html.light:active,html.light.active{color:#000}html.light .landing-table tbody td{color:#232325}html.light .btn-outline-secondary,html.light article a.button,html.light .navbar-dark .navbar-nav .nav-link.btn-outline-secondary{color:#111112;border-color:#111112}html.light .btn-outline-secondary:not(:disabled):not(.disabled):hover,html.light .btn-outline-secondary:not(:disabled):not(.disabled):active,html.light article a.button:not(:disabled):not(.disabled):hover,html.light article a.button:not(:disabled):not(.disabled):active,html.light .navbar-dark .navbar-nav .nav-link.btn-outline-secondary:not(:disabled):not(.disabled):hover,html.light .navbar-dark .navbar-nav .nav-link.btn-outline-secondary:not(:disabled):not(.disabled):active{color:#9a52ff;border-color:#9a52ff;background-color:transparent}html.light .breadcrumb{background:#f5f5f7}html.light .breadcrumb-item a{color:#454549}html.light .breadcrumb-item a:hover{color:#9a52ff}html.light .top-nav{background:#f5f5f7}html.light .top-nav #topnav-pages .nav-link{color:#000}html.light .top-nav .navbar-brand .logo{content:url(../img/XRPLedger_DevPortal-black.svg);height:40px}html.light .top-nav #dropdown-hero-for-docs>img{content:url(../img/icons/lightmode/docs.svg)}html.light .top-nav #dropdown-hero-for-community>img{content:url(../img/icons/lightmode/contribute.svg)}html.light .top-nav .dropdown-menu{background-color:#f5f5f7;border-color:#f5f5f7;box-shadow:0px 5px 20px 0px #c1c1c2}html.light .top-nav .dropdown-menu a:hover,html.light .top-nav .dropdown-menu a.active{color:#7919ff}html.light .top-nav .dropdown-menu .dropdown-item.dropdown-hero>img{background-color:#fcfcfd}html.light .top-nav .dropdown-menu .dropdown-item.dropdown-hero p{color:#343437}html.light .top-nav .dropdown-menu .dropdown-item.active{color:#7919ff}html.light .top-nav .dropdown-menu h5{color:#454549}html.light .top-nav .dropdown-menu .col-for-get_started{background-color:#e0e0e1}html.light .top-nav #topnav-button{background-color:#e0e0e1}@media(max-width: 991.98px){html.light .top-nav .navbar-toggler .navbar-toggler-icon::after,html.light .top-nav .navbar-toggler .navbar-toggler-icon::before,html.light .top-nav .navbar-toggler .navbar-toggler-icon div{background-color:#111112}html.light .top-nav .navbar-nav .nav-link,html.light .top-nav .navbar-collapse>.nav-item{background:#e0e0e1}html.light .top-nav #top-main-nav{background-color:#c1c1c2}}html.light aside .sidenav_cat_title{color:#000}html.light .page-toc .level-1 a,html.light .command-list .separator{color:#000}html.light aside a:hover,html.light aside .sidenav_cat_title:hover,html.light aside a.active,html.light aside a.active:hover,html.light aside .active>a,html.light aside .active>a:hover{color:#7919ff}html.light .dactyl-tree-nav nav{border-left:1px solid #000}html.light .dactyl-tree-nav nav .nav-link:hover,html.light .dactyl-tree-nav nav .nav-link:active{border-left-color:#7919ff}html.light .dactyl-tree-nav nav .active>.nav-link{border-left-color:#7919ff}html.light .page-toc,html.light .command-list{border-left:1px solid #000}html.light .page-toc .level-3,html.light .command-list .level-3{border-left:1px solid #000}html.light .page-toc li a:hover,html.light .page-toc li a .active,html.light .command-list li a:hover,html.light .command-list li a .active{border-left-color:#7919ff}html.light .footer-brand .logo{filter:invert(100%)}html.light .copyright-license{text-shadow:#fff 0px 0px 2px,#fff 1px 1px 2px,#fff 2px 2px 3px,#fff 2px 2px 4px,#fff 2px 2px 5px,#fff 2px 2px 6px,#fff -1px -1px 2px,#fff -2px -2px 3px,#fff -2px -2px 4px}html.light a.osano-cm-link{color:#fff}html.light article .card,html.light .landing .card,html.light .cta-card,html.light aside .card{color:#000;background-color:#fcfcfd;box-shadow:0px 5px 20px 0px #c1c1c2}html.light #code-samples-deck .card{box-shadow:0px 5px 20px 0px #c1c1c2}html.light #code-samples-deck .card-header{border-bottom:none;background-color:#fcfcfd}html.light #code-samples-deck .card-footer{background-color:#fcfcfd}html.light .page-faq.landing-builtin-bg::before,html.light .mini-faq.landing-builtin-bg::before{opacity:.6}html.light .page-faq .q-wrapper,html.light .mini-faq .q-wrapper{background-color:#fcfcfd;color:#000;box-shadow:0px 5px 20px 0px #c1c1c2}html.light .page-faq .q-wrapper>h4 a.expander:hover,html.light .mini-faq .q-wrapper>h4 a.expander:hover{color:#000}html.light .page-community .com-card{background:#fff}html.light .page-community .project-description{color:#343437}html.light .page-community #platform-stack-overflow{content:url("../img/logos/lightmode/stack-overflow.svg")}html.light .page-community #platform-discord{content:url("../img/logos/lightmode/discord.svg")}html.light .status.not_enabled{color:#aeb200}html.light .pg-category{color:#454549}html.light .landing .nav .nav-link{color:#232325;border-bottom-color:#c1c1c2}html.light .landing .circled-logo{background-color:#e0e0e1}html.light .landing .circled-logo img[src="assets/img/logos/globe.svg"]{filter:invert(100%)}html.light .landing p a,html.light .landing .longform a{color:#7919ff}html.light .devportal-callout.caution,html.light .devportal-callout.注意{border-color:#aeb200}html.light .devportal-callout.caution>strong:first-child::before,html.light .devportal-callout.注意>strong:first-child::before{color:#aeb200}html.light .devportal-callout.tip,html.light .devportal-callout.ヒント{border-color:#2dcf78}html.light .devportal-callout.tip>strong:first-child::before,html.light .devportal-callout.ヒント>strong:first-child::before{color:#2dcf78}html.light code{color:#000}html.light pre code,html.light pre{background-color:#e0e0e1}html.light .multicode a{color:#000}html.light .multicode a.current{color:#fff}html.light .multicode a:hover{text-decoration:none;background-color:#e0e0e1;color:#fff}html.light .multicode a:focus{background-color:#232325}html.light .codehilite .btn-outline-secondary{background-color:#232325;color:#f5f5f7;border-color:#f5f5f7}html.light .interactive-block .breadcrumb-item.done a::after{color:#145c35}html.light .modal-content{background-color:#fcfcfd}html.light .rpc-tool pre .toggle{color:#fff}html.light .rpc-tool pre .toggle:hover{color:#b480ff}html.light .page-home #home-hero-graphic{content:url("../img/lightmode/home-hero.svg")}html.light .page-home #benefits-list #public{content:url("../img/icons/lightmode/public.svg")}html.light .page-home #benefits-list #streamlined{content:url("../img/icons/lightmode/streamlined.svg")}html.light .page-home #benefits-list #performance{content:url("../img/icons/lightmode/performance.svg")}html.light .page-home #benefits-list #low-cost{content:url("../img/icons/lightmode/low-cost.svg")}html.light .page-home #benefits-list #community{content:url("../img/icons/lightmode/community.svg")}html.light .page-home #benefits-list #reliability{content:url("../img/icons/lightmode/reliability.svg")}html.light #validator-graphic{content:url("../img/lightmode/validators.svg")}html.light #wallets #wallet-xumm{content:url("../img/wallets/lightmode/xumm.svg")}html.light #wallets #wallet-bitfrost{content:url("../img/wallets/lightmode/bitfrost.png")}html.light #wallets #wallet-towo{content:url("../img/wallets/lightmode/towo.svg")}html.light #wallets #wallet-keystone{content:url("../img/wallets/lightmode/keystone.svg")}html.light #wallets #wallet-dcent{content:url("../img/wallets/lightmode/dcent.svg")}html.light #wallets #wallet-coin{content:url("../img/wallets/lightmode/coin.svg")}html.light #wallets #wallet-gem{content:url("../img/wallets/lightmode/gem.svg")}html.light #wallets #wallet-crossmark{content:url("../img/wallets/lightmode/crossmark.png")}html.light #wallets #wallet-joey{content:url("../img/wallets/lightmode/joey.svg")}html.light #top-exchanges #exch-bitstamp{content:url("../img/exchanges/lightmode/bitstamp.svg")}html.light #top-exchanges #exch-cex-io{content:url("../img/exchanges/lightmode/cex-io.svg")}html.light #top-exchanges #exch-liquid{content:url("../img/exchanges/lightmode/liquid.svg")}html.light #top-exchanges #exch-bitfinex{content:url("../img/exchanges/lightmode/bitfinex.svg")}html.light #top-exchanges #exch-bittrex{content:url("../img/exchanges/lightmode/bittrex.png")}html.light #top-exchanges #exch-currency-com{content:url("../img/exchanges/lightmode/currency-com.png")}html.light #top-exchanges #exch-ftx{content:url("../img/exchanges/lightmode/ftx.png")}html.light #top-exchanges #exch-lmax{content:url("../img/exchanges/lightmode/lmax.png")}html.light .timeline-dot{background-color:#f5f5f7}html.light .page-uses .card-body{background:#fff;color:#343437}html.light .page-uses .modal-footer,html.light .page-uses .modal-header{background-color:#fcfcfd}html.light .page-uses #infrastructure{content:url("../img/icons/usecases/lightmode/ic_infrastructure.png")}html.light .page-uses #developer_tooling{content:url("../img/icons/usecases/lightmode/ic_developer_tooling.png")}html.light .page-uses #interoperability{content:url("../img/icons/usecases/lightmode/ic_interoperability.png")}html.light .page-uses #wallet{content:url("../img/icons/usecases/lightmode/ic_wallet.png")}html.light .page-uses #nfts{content:url("../img/icons/usecases/lightmode/ic_nfts.png")}html.light .page-uses #exchanges{content:url("../img/icons/usecases/lightmode/ic_exchanges.png")}html.light .page-uses #gaming{content:url("../img/icons/usecases/lightmode/ic_gaming.png")}html.light .page-uses #security{content:url("../img/icons/usecases/lightmode/ic_security.png")}html.light .page-uses #payments{content:url("../img/icons/usecases/lightmode/ic_payments.png")}html.light .page-uses #web_monetization{content:url("../img/icons/usecases/lightmode/ic_web_monetization.png")}html.light .page-uses #sustainability{content:url("../img/icons/usecases/lightmode/ic_sustainability.png")}html.light .page-uses #cbdc{content:url("../img/icons/usecases/lightmode/ic_cbdc.png")}html.light .page-uses #custody{content:url("../img/icons/usecases/lightmode/ic_custody.png")}html.light .page-uses #other{content:url("../img/icons/usecases/lightmode/ic_other.png")}html.light .page-uses #carbon_markets{content:url("../img/icons/usecases/lightmode/ic_carbon_markets.png")}html.light .page-uses #defi{content:url("../img/icons/usecases/lightmode/ic_defi.png")}html.light .page-uses .category-header{color:#343437}html.light .page-uses .category_count{background:#d2b2ff;color:#350080}html.light .page-uses .section-text-title{color:#000}html.light .page-uses #use_case_companies_list #bitgo .biz-logo{max-height:40px;content:url("../img/uses/lightmode/bitgo.svg")}html.light .page-uses #use_case_companies_list #sologenic-nft .biz-logo{max-height:40px;content:url("../img/uses/lightmode/sologenic-nft.svg")}html.light .page-uses #use_case_companies_list #carbonland-trust .biz-logo{max-height:40px;content:url("../img/uses/lightmode/carbonland-trust.svg")}html.light .page-uses #use_case_companies_list #futureverse .biz-logo{max-height:40px;content:url("../img/uses/lightmode/futureverse.png")}html.light .page-uses #use_case_companies_list #moai-finance .biz-logo{max-height:40px;content:url("../img/uses/lightmode/moai-finance.svg")}html.light .page-uses #use_case_companies_list #orchestra-finance .biz-logo{max-height:40px;content:url("../img/uses/lightmode/orchestra-finance.svg")}html.light .page-uses #use_case_companies_list #x-tokenize .biz-logo{max-height:40px;content:url("../img/uses/lightmode/x-tokenize.svg")}html.light .page-uses #use_case_companies_list #casino-coin .biz-logo{max-height:40px;content:url("../img/uses/lightmode/casino-coin.svg")}html.light .page-uses #use_case_companies_list #xrp-cafe .biz-logo{max-height:40px;content:url("../img/uses/lightmode/xrp-cafe.svg")}html.light .page-uses #use_case_companies_list #coil .biz-logo{max-height:40px;content:url("../img/uses/lightmode/coil.svg")}html.light .page-uses #use_case_companies_list #xrp-toolkit .biz-logo{max-height:40px;content:url("../img/uses/lightmode/xrp-toolkit.svg")}html.light .page-uses #use_case_companies_list #first-ledger-bot .biz-logo{max-height:40px;content:url("../img/uses/lightmode/first-ledger-bot.svg")}html.light .page-uses #use_case_companies_list #cryptum .biz-logo{max-height:40px;content:url("../img/uses/lightmode/cryptum.svg")}html.light .page-uses #use_case_companies_list #xrpl-org-ledger-explorer .biz-logo{max-height:40px;content:url("../img/uses/lightmode/xrpl-org-ledger-explorer.svg")}html.light .page-uses #use_case_companies_list #evernode .biz-logo{max-height:40px;content:url("../img/uses/lightmode/evernode.svg")}html.light .page-uses #use_case_companies_list #xrpl-rosetta .biz-logo{max-height:40px;content:url("../img/uses/lightmode/xrpl-rosetta.svg")}html.light .page-uses #use_case_companies_list #ripples-cbdc-platform .biz-logo{max-height:40px;content:url("../img/uses/lightmode/ripples-cbdc-platform.svg")}html.light .page-uses #use_case_companies_list #xrpscan .biz-logo{max-height:40px;content:url("../img/uses/lightmode/xrpscan.svg")}html.light .page-uses #use_case_companies_list #ripples-on-demand-liquidity .biz-logo{max-height:40px;content:url("../img/uses/lightmode/ripples-on-demand-liquidity.svg")}html.light .page-uses #use_case_companies_list #xumm-wallet .biz-logo{max-height:40px;content:url("../img/uses/lightmode/xumm-wallet.svg")}html.light .page-uses #use_case_companies_list #sologenic-dex .biz-logo{max-height:40px;content:url("../img/uses/lightmode/sologenic-dex.svg")}html.light .page-uses #use_case_companies_list #joey-wallet .biz-logo{max-height:40px;content:url("../img/uses/lightmode/joey-wallet.svg")}html.light .page-uses #use_case_companies_list #Crossmark .biz-logo{max-height:40px;content:url("../img/uses/lightmode/Crossmark.png")}html.light .page-uses #use_case_companies_list #threezy .biz-logo{max-height:40px;content:url("../img/uses/lightmode/threezy.png")}html.light .page-uses .modal-content-uses .first-ledger-bot{content:url("../img/uses/lightmode/first-ledger-bot.svg")}html.light .page-uses .modal-content-uses .moai-finance{content:url("../img/uses/lightmode/moai-finance.svg")}html.light .page-uses .modal-content-uses .orchestra-finance{max-height:52px;margin:0;content:url("../img/uses/lightmode/orchestra-finance.svg")}html.light .page-uses #bitpay .biz-logo,html.light .page-uses #forte .biz-logo,html.light .page-uses #xrplorer .biz-logo,html.light .page-uses #gatehub .biz-logo{filter:invert(100%)}html.light .landing-bg{opacity:.4}@media(min-width: 768px){html.light .landing-bg{opacity:1}}html.light .landing-builtin-bg::before{opacity:.4}@media(min-width: 768px){html.light .landing-builtin-bg::before{opacity:1}}html.light #feedback-content .widget-form-wrapper{background-color:#fff !important}html.light #feedback-content .widget-form-wrapper div{background-color:#fff !important}html.light #feedback-content .widget-form-wrapper textarea{background-color:#f5f5f7 !important}html.light #feedback-content .widget-form-wrapper .widget-header-title{color:#111112 !important}html.light #feedback-content .widget-form-wrapper .cancel{color:#7919ff !important}html.light #feedback-content .widget-helpful .widget-header{background-color:#fff !important}html.light #feedback-content .widget-helpful .widget-header-title{color:#111112 !important}html.light #feedback-content .widget-helpful .widget-header-icon{filter:invert(100%)}html.light .page-docs-index #software-and-sdks .card-deck .card:nth-child(1) .card-footer{background-image:url(../img/cards/lightmode/4col-green.svg)}html.light .page-docs-index #software-and-sdks .card-deck .card:nth-child(2) .card-footer{background-image:url(../img/cards/lightmode/4col-light-blue.svg)}html.light .page-docs-index #software-and-sdks .card-deck .card:nth-child(4) .card-footer{background-image:url(../img/cards/lightmode/4col-yellow.svg)}html.light .page-docs-index #doc-types .card-deck .card:nth-child(4) .card-footer{background-image:url(../img/cards/lightmode/4col-light-blue-2.svg)}html.light .page-docs-index .funding-text,html.light .page-community .funding-text{color:#232325}html.light .page-docs-index .stat .small-text,html.light .page-community .stat .small-text{color:#232325}html.light .page-docs-index .project-card,html.light .page-community .project-card{background-color:transparent}html.light .page-docs-index .card-details,html.light .page-community .card-details{background-color:transparent}html.light .page-docs-index .card-image,html.light .page-community .card-image{background:#e0e0e1}html.light .page-docs-index #community-table tr,html.light .page-community #community-table tr{border-bottom:1px solid #34343740}html.light .page-docs-index .card-description,html.light .page-community .card-description{color:#343437 !important}html.light .page-docs-index .card-subtitle,html.light .page-community .card-subtitle{color:#111112 !important}html.light .page-docs-index .card-title,html.light .page-community .card-title{color:#111112 !important}html.light .page-docs-index .main-title,html.light .page-community .main-title{color:#111112}html.light .page-docs-index .event-location,html.light .page-community .event-location{color:#232325 !important}html.light .page-docs-index .event-details,html.light .page-community .event-details{color:#232325 !important}html.light .page-docs-index .upcoming-event .event-name,html.light .page-community .upcoming-event .event-name{color:#111112}html.light .page-docs-index .upcoming-label,html.light .page-community .upcoming-label{color:#232325 !important}html.light .page-docs-index .description,html.light .page-community .description{color:#232325}html.light .page-docs-index .events-text,html.light .page-community .events-text{color:#111112}html.light .page-docs-index .discord-icon,html.light .page-community .discord-icon{content:url(../img/community/ic_discord_light.png)}html.light .page-docs-index .twitter-icon,html.light .page-community .twitter-icon{content:url(../img/community/ic_twitter_light.png)}html.light .page-docs-index .youtube-icon,html.light .page-community .youtube-icon{content:url(../img/community/ic_youtube_light.png)}html.light .page-docs-index .xrpl-icon,html.light .page-community .xrpl-icon{content:url(../img/community/ic_xrpl_light.png)}html.light .page-docs-index .github-icon,html.light .page-community .github-icon{content:url(../img/community/ic_github_light.png)}html.light .page-docs-index .stackoverflow-icon,html.light .page-community .stackoverflow-icon{content:url(../img/community/ic_stackoverflow_light.png)}html.light .page-docs-index #run-a-network-node .card-deck .card:nth-child(4) .card-footer,html.light .page-community #run-a-network-node .card-deck .card:nth-child(4) .card-footer{background-image:url(../img/cards/lightmode/4col-light-green.svg)}html.light .page-docs-index #run-a-network-node .text-cards a,html.light .page-community #run-a-network-node .text-cards a{color:#000}html.light .page-docs-index #xrpl-blog .blog-graphic,html.light .page-community #xrpl-blog .blog-graphic{content:url(../img/community/lightmode/community-blog@2x.png)}html.light .page-docs-index #xrpl-events .text-light,html.light .page-community #xrpl-events .text-light{color:#000 !important}html.light .page-docs-index #xrplGrantsDark g,html.light .page-docs-index #xrplGrantsDark-small g,html.light .page-docs-index #careersDark g,html.light .page-docs-index #careersDark-small g,html.light .page-community #xrplGrantsDark g,html.light .page-community #xrplGrantsDark-small g,html.light .page-community #careersDark g,html.light .page-community #careersDark-small g{filter:invert(100%) brightness(0.8)}html.light #find-us-on-platforms .card-deck .card:nth-child(2) .card-footer{background-image:url(../img/cards/lightmode/4col-light-blue-3.svg)}html.light .page-references #refs-types .card-deck .card:nth-child(2) .card-footer{background-image:url(../img/cards/lightmode/3col-green-2.svg)}html.light .page-references #xrpl-protocol .card-deck .card:nth-child(1) .card-footer{background-image:url(../img/cards/lightmode/4col-light-blue-4.svg)}html.light ::-webkit-input-placeholder{color:#454549}html.light :-ms-input-placeholder{color:#454549}html.light ::-moz-placeholder{color:#454549;opacity:1}html.light :-moz-placeholder{color:#454549;opacity:1}html.light .page-events label{color:#111112}html.light .page-events .event-card{color:#000;background-color:#fcfcfd;box-shadow:0px 5px 20px 0px #c1c1c2}html.light .page-events a.event-card:hover{color:#000}html.light .page-events .event-hero{color:#111112}html.light .page-events .event-save-date{color:#111112}html.light .page-events .event-small-gray{color:#454549}html.light .page-events #event-hero-image{height:100%;min-height:209px;background:url(../img/events/event-hero1-light@2x.png);background-size:contain;background-repeat:no-repeat;background-position:center}html.light .page-events .icon-date::before{background:url(../img/events/event-date-light.svg)}html.light .page-events .icon-location::before{background:url(../img/events/event-location-light.svg)}html.light .page-events .events-filter[type=checkbox]::before{background-color:#f5f5f7}html.light .page-events .events-filter[type=checkbox]:not(:disabled):checked:hover::after{background-image:url(../img/events/event-check.svg);background-repeat:no-repeat;background-position:center;background-color:#5f00e5;border-width:2px;border-style:solid;border-color:#5f00e5;border-radius:4px}html.light .page-events .events-filter[type=checkbox]:not(:disabled):hover::before{background-color:#f5f5f7}html.light .page-events .events-filter[type=checkbox]:not(:disabled):hover::after{background-color:#f5f5f7}html.light .page-ambassadors #benefits-list #benefits-01{content:url("../img/ambassadors/lightmode/benefits-01.svg")}html.light .page-ambassadors #benefits-list #benefits-02{content:url("../img/ambassadors/lightmode/benefits-02.svg")}html.light .page-ambassadors #benefits-list #benefits-03{content:url("../img/ambassadors/lightmode/benefits-03.svg")}html.light .page-ambassadors #benefits-list #benefits-04{content:url("../img/ambassadors/lightmode/benefits-04.svg")}html.light .page-ambassadors #benefits-list #benefits-05{content:url("../img/ambassadors/lightmode/benefits-05.svg")}html.light .page-ambassadors #benefits-list #benefits-06{content:url("../img/ambassadors/lightmode/benefits-06.svg")}html.light .page-ambassadors #eligibility-list #eligibility-01{content:url("../img/ambassadors/lightmode/eligibility-01.svg")}html.light .page-ambassadors #eligibility-list #eligibility-02{content:url("../img/ambassadors/lightmode/eligibility-02.svg")}html.light .page-ambassadors #eligibility-list #eligibility-03{content:url("../img/ambassadors/lightmode/eligibility-03.svg")}html.light .page-ambassadors #eligibility-list #eligibility-04{content:url("../img/ambassadors/lightmode/eligibility-04.svg")}html.light .page-ambassadors #eligibility-list #eligibility-05{content:url("../img/ambassadors/lightmode/eligibility-05.svg")}html.light .page-funding .funding-list #funding-01{content:url("../img/funding/lightmode/funding-01.svg")}html.light .page-funding .funding-list #funding-02{content:url("../img/funding/lightmode/funding-02.svg")}html.light .page-funding .funding-list #funding-03{content:url("../img/funding/lightmode/funding-03.svg")}html.light .page-funding .funding-list #funding-04{content:url("../img/funding/lightmode/funding-04.svg")}html.light .page-funding #xrplGrantsDark{filter:invert(100%) brightness(0.8)}html.light .page-impact .connect-list #connect-01{content:url("../img/impact/lightmode/connect-01.svg")}html.light .page-impact .connect-list #connect-02{content:url("../img/impact/lightmode/connect-02.svg")}html.light .page-impact .connect-list #connect-03{content:url("../img/impact/lightmode/connect-03.svg")}html.light .page-impact .connect-list #connect-04{content:url("../img/impact/lightmode/connect-04.svg")}html.light .page-impact #map-light{display:block}html.light .page-impact #map-dark{display:none}html.light main article .card-grid{color:#000}html.light main article .card-grid code{background-color:#d6fae7}html.light main article .card-grid .card-icon-container,html.light main article .card-grid.card-grid-3xN .card-icon-container{background:#c1c1c2}html.light [data-component-name="Footer/Footer"] [data-component-name="Footer/FooterColumn"]{text-shadow:#f5f5f7 0px 0px 2px,#f5f5f7 1px 1px 2px,#f5f5f7 2px 2px 3px,#f5f5f7 2px 2px 4px,#f5f5f7 2px 2px 5px,#f5f5f7 2px 2px 6px,#f5f5f7 -1px -1px 2px,#f5f5f7 -2px -2px 3px,#f5f5f7 -2px -2px 4px}html.light .dev-blog .text-bg{background-color:#fff}html.light .dev-blog #card-date{color:#454549}html.light .dev-blog .category-header{color:#111112}html.light .dev-blog label{color:#343437}html.light .dev-blog .blog-filter[type=checkbox]::before{background:#f5f5f7}html.light .dev-blog .blog-filter[type=checkbox]:checked::before{background:#f5f5f7}html.light .dev-blog .blog-filter[type=checkbox]:not(:disabled):checked:hover::after{background-image:url(../img/blog/blog-check-light-mode.svg)}html.light .dev-blog .blog-filter[type=checkbox]:not(:disabled):hover::before{background:#f5f5f7}html.light .dev-blog .blog-filter[type=checkbox]:not(:disabled):hover::after{background:#f5f5f7}html.light .dev-blog .post-date{text-decoration:overline solid #145c35 10%}html.light .dev-blog #general-badge{background-color:#fff;color:#343437}html.light .dev-blog #release_notes-badge{background-color:#32e685;color:#145c35}html.light .dev-blog #advisories-badge{background-color:#ff6719;color:#4c1a00}html.light .dev-blog #amendments-badge{background-color:#faff19;color:#4b4c00}html.light .dev-blog #development-badge{background-color:#7919ff;color:#20004c}html.light .dev-blog #developer_reflections-badge{background-color:#19a3ff;color:#002e4c}html.light .dev-blog #gateway_bulletins-badge{background-color:#d919ff;color:#40004c}html.light .dev-blog #features-badge{background-color:#32e685;color:#145c35}html.light .dev-blog #security-badge{background-color:#ff198b;color:#4c0026}html.light .dev-blog .dropdown-btn{color:#111112;background-color:#e0e0e1;border-color:#e0e0e1}html.light .dev-blog .dropdown-btn img{content:url("../img/icons/lightmode/chevron-arrow-down.svg")}html.light .dev-blog .dropdown-content{background-color:#e0e0e1}html.light .page-tokenization .project-cards .project-logo{filter:invert(100%)}html.light .page-tokenization .article-card{background-color:#fff}html.light .page-tokenization .article-card-background{filter:drop-shadow(0px 1px 18px rgba(24, 24, 24, 0.5))}html.light .page-tokenization .evernode{content:url("../img/logos/evernode.svg")}html.light .page-tokenization .prev img{content:url("../img/icons/prev_light.svg")}html.light .page-tokenization .next img{content:url("../img/icons/prev_light.svg");transform:scaleX(-1)}html.light .page-tokenization .arrow-button{background-color:#e0e0e1}html.light .page-rwa-tokenization .section-title{color:#000}html.light .page-rwa-tokenization .utility-card .utility-title{color:#000}html.light .page-rwa-tokenization .utility-card .utility-description{color:#000}html.light .page-rwa-tokenization .benefit-icon.low-fees{background-image:url(../img/tokenization/lightmode/low-fees.png)}html.light .page-rwa-tokenization .benefit-icon.access{background-image:url(../img/tokenization/lightmode/cross-chain.png)}html.light .page-rwa-tokenization .benefit-icon.native-compliance{background-image:url(../img/tokenization/lightmode/native-compliance.png)}html.light .page-rwa-tokenization .benefit-icon.delegated-token-management{background-image:url(../img/tokenization/lightmode/delegated-token-management.png)}html.light .page-rwa-tokenization .company-logo.open-eden{background-image:url(../img/tokenization/lightmode/open-eden.png)}html.light .page-rwa-tokenization .company-logo.zoniqx{background-image:url(../img/tokenization/lightmode/zoniqx.png)}html.light .page-rwa-tokenization .company-logo.axiology{background-image:url(../img/tokenization/lightmode/axiology.png)}html.light .page-rwa-tokenization .company-logo.archax{background-image:url(../img/tokenization/lightmode/archax.png)}html.light .page-rwa-tokenization .company-logo.meld{background-image:url(../img/tokenization/lightmode/meld.png)}html.light .page-rwa-tokenization .company-logo.palisade{background-image:url(../img/tokenization/lightmode/palisade.png)}html.light .page-rwa-tokenization .company-logo.ripple-logo{background-image:url(../img/tokenization/lightmode/ripple-logo.png)}html.light .page-rwa-tokenization .company-logo.ondo{background-image:url(../img/tokenization/lightmode/ondo.png)}html.light .page-rwa-tokenization .company-logo.hidden-road{background-image:url(../img/tokenization/lightmode/hidden-road.png)}html.light .page-rwa-tokenization .token-features-section .btn-link{color:#7919ff}html.light .page-rwa-tokenization .card-description a{color:#7919ff !important}html.light .page-rwa-tokenization .developer-tools__image{background-image:url("../img/tokenization/lightmode/graphic.png")}html.light .page-rwa-tokenization .right-arrow-item::after{content:url("../img/icons/lightmode/arrow-right-purple.svg")}html.light .page-rwa-tokenization .token-video-text-container p{color:var(--XRPL-Primary-Black, #000)}html.light .page-rwa-tokenization .cards-title-token{color:var(--XRPL-Primary-Black, #000)}html.light .page-rwa-tokenization .benefit-card{background:#fff}html.light .page-rwa-tokenization .benefit-card .benefit-title{color:var(--XRPL-Primary-Black, #000)}html.light .page-rwa-tokenization .benefit-card .benefit-description{color:var(--XRPL-Black-Black-80, #232325)}html.light .page-rwa-tokenization .developer-tools__description{color:var(--XRPL-Primary-Black, #000)}html.light .page-rwa-tokenization .feature-item__title{color:var(--XRPL-Primary-Black, #000)}html.light .page-rwa-tokenization .feature-item__divider{background-color:#000}html.light .page-rwa-tokenization .rwa-subtitle{color:var(--XRPL-Primary-Black, #000)}html.light .page-rwa-tokenization .feature-title{color:var(--XRPL-Primary-Black, #000)}html.light .page-rwa-tokenization .feature-description{color:var(--XRPL-Black-Black-80, #232325)}html.light .page-rwa-tokenization .com-card-link{color:#7919ff !important}html.light .use-case-payments .payments-integration-section .integration-column__title{color:var(--XRPL-Primary-Black, #000)}html.light .use-case-payments .payments-integration-section .integration-column__subtitle{color:var(--XRPL-Black-Black-80, #232325)}html.light .use-case-payments .payments-integration-section .feature-item__title{color:var(--XRPL-Primary-Black, #000)}html.light .use-case-payments .payments-integration-section .feature-item__divider{background-color:#000}html.light .use-case-payments .payments-project-card{background:#fff;box-shadow:none}html.light .use-case-payments .payments-project-card .first-word{color:var(--XRPL-Black-Black-80, #232325)}html.light .use-case-payments .payments-project-card .rest-text{color:var(--XRPL-Black-Black-80, #232325)}html.light .use-case-payments .payments-project-card .project-logo img.ripple-usd{content:url("../img/uses/lightmode/payments/rlusd.png")}html.light .use-case-payments .payments-project-card .project-logo img.usdc{content:url("../img/uses/lightmode/payments/usdc.png")}html.light .use-case-payments .payments-project-card .project-logo img.usdb{content:url("../img/uses/lightmode/payments/usdb.png")}html.light .use-case-payments .payments-project-card .project-logo img.europ{content:url("../img/uses/lightmode/payments/erop.png")}html.light .use-case-payments .payments-project-card .project-logo img.xsgd{content:url("../img/uses/lightmode/payments/xsgd.png")}html.light .use-case-payments .payments-project-card .project-logo img.audd{content:url("../img/uses/lightmode/payments/audd.png")}html.light .use-case-payments .advantages-section .advantage-item strong{color:var(--XRPL-Black-Black-80, #232325)}html.light #embedded-payments-list #digital-wallets{content:url("../img/uses/lightmode/payments/digital-wallet.png")}html.light #embedded-payments-list #cross-border-remittance{content:url("../img/uses/lightmode/payments/cross-border.png")}html.light #embedded-payments-list #regulated-foreign-exchange{content:url("../img/uses/lightmode/payments/regulated.png")}html.light #embedded-payments-list #merchant-settlement{content:url("../img/uses/lightmode/payments/merchant-settlement.png")}html.light #embedded-payments-list #b2b-payment-rails{content:url("../img/uses/lightmode/payments/b2b-payment.png")}html.light #embedded-payments-list #compliance-first-payment-acceptance{content:url("../img/uses/lightmode/payments/compliance.png")}html.light .use-case-payments .battle-tested-section .payments-project-card{background:#fff !important}html.light .use-case-payments .battle-tested-section .payments-project-card .project-logo img.coinpayments{content:url("../img/uses/lightmode/payments/coinpayments.png")}html.light .use-case-payments .battle-tested-section .payments-project-card .project-logo img.ripple{content:url("../img/uses/lightmode/payments/ripple-black.png")}html.light .use-case-payments .battle-tested-section .payments-project-card .project-logo img.friipay{content:url("../img/uses/lightmode/payments/friipay.png")} diff --git a/static/img/community/bug-bounty-card-bg-2-mobile.png b/static/img/community/bug-bounty-card-bg-2-mobile.png index 91c5af55a07535c42002bfa7ab8a6c53a98e6f92..7ebf2f15d8ab9bebbaf46a5a66c256fe548b606c 100644 GIT binary patch literal 37093 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

X6nMSgbQ2)8dkqP2ng14w}_=dewyrXNhpap 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%0AGjwqWckWiE8@MWhRo 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 literal 46934 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%0AE?S0`D-#q0OE?O)=khz{xn8_cZ+?@yaA?P1HQGC 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

(CSI@G~t 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�$L_Jr}+P$=lguhMxvJb^lmfz>Hx*IZX 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 Gr~eNugcouE diff --git a/styles/_pages.scss b/styles/_pages.scss index 373cacc7dc..05c900b23b 100644 --- a/styles/_pages.scss +++ b/styles/_pages.scss @@ -2135,10 +2135,10 @@ html.light { margin: 0 !important; @media (min-width: 768px) { - flex: 1 1 calc(50% - 20px) !important; - max-width: calc(50% - 20px) !important; - min-width: calc(50% - 20px) !important; - width: auto !important; + flex: 1 1 calc(50% - 20px); + max-width: calc(50% - 20px); + min-width: calc(50% - 20px); + width: auto; } @media (max-width: 767px) { @@ -2148,19 +2148,22 @@ html.light { margin-bottom: 0 !important; flex: none !important; } - - // Single card layout styles - &.single-card { - font-size: 24px; - max-height: 288px !important; - @media (max-width: 768px) { - min-height: 493px !important; - } - @media (min-width: 768px) { - - flex: 1 1 100% !important; - max-width: 100% !important; - min-width: 100% !important; + + &.developer-spotlight { + background-image: url(../img/community/bug-bounty-card-bg.png); + background-position: top right; + background-size: 169px 88px; + background-repeat: no-repeat; + } + &.learn-stay-updated { + background-image: url(../img/community/bug-bounty-card-bg-2.png); + background-position: bottom right; + background-size: contain; + background-repeat: no-repeat; + + @media (max-width: 767px) { + background-image: url(../img/community/bug-bounty-card-bg-2-mobile.png); + background-size: 136px 177px; } } @@ -2204,14 +2207,24 @@ html.light { } &.single-card { .bug-bounty-card-bg-2 { - @media (max-width: 767px) { - content: url("../img/community/bug-bounty-card-bg-2-mobile.png") !important; + @media (max-width: 767px) { + content: url("../img/community/bug-bounty-card-bg-2-mobile.png"); + } } - } - } - - // Single card layout - background image full height and spacing - .com-card.single-card { + + .com-card { + font-size: 24px; + max-height: 288px !important; + + @media (max-width: 768px) { + min-height: 493px !important; + } + @media (min-width: 768px) { + flex: 1 1 100% !important; + max-width: 100% !important; + min-width: 100% !important; + } + .bottom-right-img.bug-bounty-card-bg-2 { height: 714px ; width: auto; @@ -2239,6 +2252,7 @@ html.light { margin-bottom: 0; } } + } } }